/*
 * Theme Name: Pixode
 * Description: Theme for Pixode website
 * Requires at least: WordPress 5.9.3
 * Version: 1.0.0
 * Author: pixode.com
 * Author URI: https://pixode.com
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal https: */

/*! normalize.sass v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.pxd-container {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}

.pxd-container-sm {
  max-width: 890px;
}

.pxd-container-md {
  max-width: 1110px;
}

.pxd-row {
  margin: 0 -10px;
}

[class*="pxd-col-"] {
  padding: 0 10px;
}

.pxd-col-1 {
  width: 8.33333%;
  flex: 0 0 8.33333%;
}

.pxd-col-2 {
  width: 16.66667%;
  flex: 0 0 16.66667%;
}

.pxd-col-3 {
  width: 25%;
  flex: 0 0 25%;
}

.pxd-col-4 {
  width: 33.33333%;
  flex: 0 0 33.33333%;
}

.pxd-col-5 {
  width: 41.66667%;
  flex: 0 0 41.66667%;
}

.pxd-col-6 {
  width: 50%;
  flex: 0 0 50%;
}

.pxd-col-7 {
  width: 58.33333%;
  flex: 0 0 58.33333%;
}

.pxd-col-8 {
  width: 66.66667%;
  flex: 0 0 66.66667%;
}

.pxd-col-9 {
  width: 75%;
  flex: 0 0 75%;
}

.pxd-col-10 {
  width: 83.33333%;
  flex: 0 0 83.33333%;
}

.pxd-col-11 {
  width: 91.66667%;
  flex: 0 0 91.66667%;
}

.pxd-col-12 {
  width: 100%;
  flex: 0 0 100%;
}

.pxd-flex {
  display: flex;
}

.pxd-flex-justify-start {
  justify-content: flex-start;
}

.pxd-flex-justify-end {
  justify-content: flex-end;
}

.pxd-flex-justify-center {
  justify-content: center;
}

.pxd-flex-justify-between {
  justify-content: space-between;
}

.pxd-flex-align-center {
  align-items: center;
}

.pxd-flex-align-start {
  align-items: flex-start;
}

.pxd-flex-align-end {
  align-items: flex-end;
}

.pxd-flex-wrap {
  flex-wrap: wrap;
}

.pxd-flex-row-reverse {
  flex-direction: row-reverse;
}

.pxd-hidden {
  display: none;
}

.pxd-hidden-sm {
  display: none;
}

body {
  background: #fff;
  color: #000;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: normal;
}

h1,
.pxd-h1,
h2,
.pxd-h2,
h3,
.pxd-h3,
h4,
.pxd-h4,
h5,
.pxd-h5,
h6,
.pxd-h6 {
  font-family: "Poppins", Arial, sans-serif;
  margin: 0 0 1em 0;
  padding: 0;
}

h1,
.pxd-h1 {
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 800;
  font-style: italic;
}

h2,
.pxd-h2 {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 800;
  font-style: italic;
}

h2 small,
.pxd-h2 small {
  font-size: 3rem;
}

h3,
.pxd-h3 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
}

h3 small,
.pxd-h3 small {
  font-weight: 500;
}

h4,
.pxd-h4 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

h4 small,
.pxd-h4 small {
  font-weight: 500;
}

h5,
.pxd-h5 {
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
}

h6,
.pxd-h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 800;
  font-style: italic;
}

.pxd-font-stroke-black {
  color: transparent;
  -webkit-text-stroke: 2px #000;
  text-stroke: 2px #000;
}

.pxd-font-stroke-green {
  color: transparent;
  -webkit-text-stroke: 2px #00DB00;
  text-stroke: 2px #00DB00;
}

.pxd-font-green {
  color: #00DB00;
}

.pxd-tagline {
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  letter-spacing: 3px;
  color: #00DB00;
}

.pxd-body {
  font-size: 0.875rem;
  line-height: 1.5;
}

.pxd-body ul,
.pxd-body ol {
  font-size: 0.875rem;
  line-height: 1.5;
}

ol,
ul {
  font-size: 1rem;
  line-height: 1.5;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 1.5rem 0;
}

p small {
  font-size: 14px;
}

p a {
  text-decoration: underline;
  color: currentColor;
}

img {
  max-width: 100%;
}

audio:focus,
svg:focus {
  outline: none;
}

.pxd-svg-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.pxd-svg-icon path {
  fill: currentColor;
}

@-webkit-keyframes animate-sub-menu-bg {
  to {
    background-position: 0 0;
  }
}

@keyframes animate-sub-menu-bg {
  to {
    background-position: 0 0;
  }
}

@-webkit-keyframes animate-sub-menu-a {
  from {
    opacity: 0;
    transform: translate(-20px, 0);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes animate-sub-menu-a {
  from {
    opacity: 0;
    transform: translate(-20px, 0);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.pxd-btn,
.wpcf7-submit {
  border: 0;
  background: #F5F6FA;
  padding: 0 40px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  font-style: italic;
  color: #000;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pxd-btn[disabled],
.wpcf7-submit[disabled] {
  opacity: 0.6;
}

.pxd-btn[disabled]:hover,
.wpcf7-submit[disabled]:hover {
  background: #F5F6FA;
  color: #000;
}

.pxd-btn:hover,
.wpcf7-submit:hover {
  background: #00DB00;
  color: #fff;
}

.pxd-btn-white,
.wpcf7-submit-white {
  background: #fff;
}

.pxd-btn-blue,
.wpcf7-submit-blue {
  background: #111A3A;
  color: #fff;
}

.pxd-btn-alt,
.wpcf7-submit-alt {
  background: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: inset 0 0 0 70px #00DB00, inset 0 0 0 70px #fff;
  transition: all 0.2s ease-in-out;
}

.pxd-btn-alt:hover,
.wpcf7-submit-alt:hover {
  box-shadow: inset 0 0 0 1px #00DB00, inset 0 0 0 70px #fff;
  background: transparent;
  color: #00DB00;
}

.pxd-btn-alt[disabled]:hover,
.wpcf7-submit-alt[disabled]:hover {
  background: #00DB00;
  color: #fff;
  box-shadow: inset 0 0 0 70px #00DB00, inset 0 0 0 70px #fff;
}

.pxd-btn-grey,
.wpcf7-submit-grey {
  background: #E3E6EA;
}

.pxd-btn-grey:hover,
.wpcf7-submit-grey:hover {
  background: #00DB00;
}

.pxd-btn-lg,
.wpcf7-submit-lg {
  font-size: 1.5rem;
  font-weight: 800;
  height: 70px;
}

.pxd-btn-arrow,
.wpcf7-submit-arrow {
  height: auto;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2rem;
  background: transparent;
  padding: 0;
  color: #fff;
  font-style: normal;
}

.pxd-btn-arrow:hover,
.wpcf7-submit-arrow:hover {
  background: transparent;
}

.pxd-btn-arrow:hover:after,
.wpcf7-submit-arrow:hover:after {
  background-color: #00DB00;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjE3MTc2IDEuODA4MDJDNi4zNjcwMiAxLjYxMjc2IDYuMzY3MDIgMS4yOTYxOCA2LjE3MTc2IDEuMTAwOTFDNS45NzY1IDAuOTA1NjUyIDUuNjU5OTIgMC45MDU2NTIgNS40NjQ2NSAxLjEwMDkxTDYuMTcxNzYgMS44MDgwMlpNMS4yNzI3NSA1Ljk5OTkyTDAuOTE5MTk5IDUuNjQ2MzdDMC44MjU0MyA1Ljc0MDE0IDAuNzcyNzUyIDUuODY3MzEgMC43NzI3NTIgNS45OTk5MkMwLjc3Mjc1MiA2LjEzMjUzIDAuODI1NDMgNi4yNTk3MSAwLjkxOTE5OSA2LjM1MzQ3TDEuMjcyNzUgNS45OTk5MlpNNS40NjQ2NSAxMC44OTg5QzUuNjU5OTEgMTEuMDk0MiA1Ljk3NjUgMTEuMDk0MiA2LjE3MTc2IDEwLjg5ODlDNi4zNjcwMiAxMC43MDM3IDYuMzY3MDIgMTAuMzg3MSA2LjE3MTc2IDEwLjE5MThMNS40NjQ2NSAxMC44OTg5Wk01LjQ2NDY1IDEuMTAwOTFMMC45MTkxOTkgNS42NDYzN0wxLjYyNjMxIDYuMzUzNDdMNi4xNzE3NiAxLjgwODAyTDUuNDY0NjUgMS4xMDA5MVpNMC45MTkxOTkgNi4zNTM0N0w1LjQ2NDY1IDEwLjg5ODlMNi4xNzE3NiAxMC4xOTE4TDEuNjI2MzEgNS42NDYzN0wwLjkxOTE5OSA2LjM1MzQ3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-position: 7px center;
}

.pxd-btn-arrow:after,
.wpcf7-submit-arrow:after {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjgyODI0IDEwLjE5MkMwLjYzMjk3OCAxMC4zODcyIDAuNjMyOTc4IDEwLjcwMzggMC44MjgyNCAxMC44OTkxQzEuMDIzNSAxMS4wOTQzIDEuMzQwMDggMTEuMDk0MyAxLjUzNTM1IDEwLjg5OTFMMC44MjgyNCAxMC4xOTJaTTUuNzI3MjUgNi4wMDAwOEw2LjA4MDggNi4zNTM2M0M2LjE3NDU3IDYuMjU5ODYgNi4yMjcyNSA2LjEzMjY5IDYuMjI3MjUgNi4wMDAwOEM2LjIyNzI1IDUuODY3NDcgNi4xNzQ1NyA1Ljc0MDI5IDYuMDgwOCA1LjY0NjUyTDUuNzI3MjUgNi4wMDAwOFpNMS41MzUzNSAxLjEwMTA3QzEuMzQwMDggMC45MDU4MDggMS4wMjM1IDAuOTA1ODA4IDAuODI4MjQgMS4xMDEwN0MwLjYzMjk3OCAxLjI5NjMzIDAuNjMyOTc4IDEuNjEyOTIgMC44MjgyNCAxLjgwODE4TDEuNTM1MzUgMS4xMDEwN1pNMS41MzUzNSAxMC44OTkxTDYuMDgwOCA2LjM1MzYzTDUuMzczNjkgNS42NDY1MkwwLjgyODI0IDEwLjE5MkwxLjUzNTM1IDEwLjg5OTFaTTYuMDgwOCA1LjY0NjUyTDEuNTM1MzUgMS4xMDEwN0wwLjgyODI0IDEuODA4MThMNS4zNzM2OSA2LjM1MzYzTDYuMDgwOCA1LjY0NjUyWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: 8px center;
  margin-left: 15px;
}

.pxd-btn-arrow-animated {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.pxd-btn-arrow-animated:before,
.pxd-btn-arrow-animated:after {
  content: "";
  display: block;
  width: 29px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAyOSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNC41QzAuNzIzODU4IDQuNSAwLjUgNC43MjM4NiAwLjUgNUMwLjUgNS4yNzYxNCAwLjcyMzg1OCA1LjUgMSA1LjVWNC41Wk0yOCA1LjVDMjguMjc2MSA1LjUgMjguNSA1LjI3NjE0IDI4LjUgNUMyOC41IDQuNzIzODYgMjguMjc2MSA0LjUgMjggNC41VjUuNVpNMSA1LjVIMjhWNC41SDFWNS41WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZD0iTTIzLjMxMjMgMC42MDk1NjZDMjMuMDk2NyAwLjQzNzA2MSAyMi43ODIxIDAuNDcyMDIyIDIyLjYwOTYgMC42ODc2NTJDMjIuNDM3MSAwLjkwMzI4MyAyMi40NzIgMS4yMTc5MyAyMi42ODc3IDEuMzkwNDNMMjMuMzEyMyAwLjYwOTU2NlpNMjcuNjg3NyA1LjM5MDQzQzI3LjkwMzMgNS41NjI5NCAyOC4yMTc5IDUuNTI3OTggMjguMzkwNCA1LjMxMjM1QzI4LjU2MjkgNS4wOTY3MiAyOC41MjggNC43ODIwNyAyOC4zMTIzIDQuNjA5NTdMMjcuNjg3NyA1LjM5MDQzWk0yMi42ODc3IDEuMzkwNDNMMjcuNjg3NyA1LjM5MDQzTDI4LjMxMjMgNC42MDk1N0wyMy4zMTIzIDAuNjA5NTY2TDIyLjY4NzcgMS4zOTA0M1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0yNy42ODc3IDQuNjA5NTdDMjcuOTAzMyA0LjQzNzA2IDI4LjIxNzkgNC40NzIwMiAyOC4zOTA0IDQuNjg3NjVDMjguNTYyOSA0LjkwMzI4IDI4LjUyOCA1LjIxNzkzIDI4LjMxMjMgNS4zOTA0M0wyNy42ODc3IDQuNjA5NTdaTTIzLjMxMjMgOS4zOTA0M0MyMy4wOTY3IDkuNTYyOTQgMjIuNzgyMSA5LjUyNzk4IDIyLjYwOTYgOS4zMTIzNUMyMi40MzcxIDkuMDk2NzIgMjIuNDcyIDguNzgyMDcgMjIuNjg3NyA4LjYwOTU3TDIzLjMxMjMgOS4zOTA0M1pNMjguMzEyMyA1LjM5MDQzTDIzLjMxMjMgOS4zOTA0M0wyMi42ODc3IDguNjA5NTdMMjcuNjg3NyA0LjYwOTU3TDI4LjMxMjMgNS4zOTA0M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-size: 100% auto;
  background-position: center right;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
}

.pxd-btn-arrow-animated:before {
  width: 0;
  transform: translate(-100%, 0);
}

.pxd-btn-arrow-animated span {
  padding: 0 10px 0 0;
  display: block;
  transition: all 0.2s ease-in-out;
}

.pxd-btn-arrow-animated:hover:before {
  width: 29px;
  transform: translate(0, 0);
  transition-delay: 0.1s;
}

.pxd-btn-arrow-animated:hover:after {
  transform: translate(100%, 0);
  width: 0;
}

.pxd-btn-arrow-animated:hover span {
  padding-left: 10px;
}

.pxd-btn-arrow-animated-lg:before {
  width: 0;
  height: 15px;
}

.pxd-btn-arrow-animated-lg:after {
  width: 44px;
  height: 15px;
}

.pxd-btn-arrow-animated-lg:hover:before {
  width: 44px;
}

.pxd-btn-arrow-animated-white:before,
.pxd-btn-arrow-animated-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAyOSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNC41QzAuNzIzODU4IDQuNSAwLjUgNC43MjM4NiAwLjUgNUMwLjUgNS4yNzYxNCAwLjcyMzg1OCA1LjUgMSA1LjVWNC41Wk0yOCA1LjVDMjguMjc2MSA1LjUgMjguNSA1LjI3NjE0IDI4LjUgNUMyOC41IDQuNzIzODYgMjguMjc2MSA0LjUgMjggNC41VjUuNVpNMSA1LjVIMjhWNC41SDFWNS41WiIgZmlsbD0iI2ZmZiIvPgo8cGF0aCBkPSJNMjMuMzEyMyAwLjYwOTU2NkMyMy4wOTY3IDAuNDM3MDYxIDIyLjc4MjEgMC40NzIwMjIgMjIuNjA5NiAwLjY4NzY1MkMyMi40MzcxIDAuOTAzMjgzIDIyLjQ3MiAxLjIxNzkzIDIyLjY4NzcgMS4zOTA0M0wyMy4zMTIzIDAuNjA5NTY2Wk0yNy42ODc3IDUuMzkwNDNDMjcuOTAzMyA1LjU2Mjk0IDI4LjIxNzkgNS41Mjc5OCAyOC4zOTA0IDUuMzEyMzVDMjguNTYyOSA1LjA5NjcyIDI4LjUyOCA0Ljc4MjA3IDI4LjMxMjMgNC42MDk1N0wyNy42ODc3IDUuMzkwNDNaTTIyLjY4NzcgMS4zOTA0M0wyNy42ODc3IDUuMzkwNDNMMjguMzEyMyA0LjYwOTU3TDIzLjMxMjMgMC42MDk1NjZMMjIuNjg3NyAxLjM5MDQzWiIgZmlsbD0iI2ZmZiIvPgo8cGF0aCBkPSJNMjcuNjg3NyA0LjYwOTU3QzI3LjkwMzMgNC40MzcwNiAyOC4yMTc5IDQuNDcyMDIgMjguMzkwNCA0LjY4NzY1QzI4LjU2MjkgNC45MDMyOCAyOC41MjggNS4yMTc5MyAyOC4zMTIzIDUuMzkwNDNMMjcuNjg3NyA0LjYwOTU3Wk0yMy4zMTIzIDkuMzkwNDNDMjMuMDk2NyA5LjU2Mjk0IDIyLjc4MjEgOS41Mjc5OCAyMi42MDk2IDkuMzEyMzVDMjIuNDM3MSA5LjA5NjcyIDIyLjQ3MiA4Ljc4MjA3IDIyLjY4NzcgOC42MDk1N0wyMy4zMTIzIDkuMzkwNDNaTTI4LjMxMjMgNS4zOTA0M0wyMy4zMTIzIDkuMzkwNDNMMjIuNjg3NyA4LjYwOTU3TDI3LjY4NzcgNC42MDk1N0wyOC4zMTIzIDUuMzkwNDNaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
}

.pxd-social {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.pxd-social li {
  padding: 0 14px;
}

.pxd-social a {
  padding: 5px;
  display: block;
  color: #fff;
}

.pxd-social a:hover {
  color: #00DB00;
}

.pxd-social svg {
  display: block;
}

.pxd-modal {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.pxd-modal-dismiss-button {
  color: #000;
  background: #fff;
  padding: 5px;
  position: absolute;
  top: -40px;
  right: 12px;
}

.pxd-modal-dismiss-button svg {
  display: block;
}

.pxd-modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(17, 26, 58, 0.5);
}

.pxd-modal-window {
  position: relative;
  z-index: 50;
  max-width: 1082px;
  width: 100%;
  margin: auto;
}

.pxd-modal-window-paper {
  background-color: #fff;
  padding: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 50px);
  height: calc(100vh - 50px);
  padding-bottom: 50px;
}

.pxd-modal-window-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 30px;
  padding-top: 30px;
}

.pxd-multi-drop {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-top: 1px solid #E2E6E9;
}

.pxd-multi-drop.open {
  background-color: #E2E6E9;
}

.pxd-multi-drop.open .pxd-multi-drop-label:after {
  transform: rotate(180deg);
}

.pxd-multi-drop-label {
  font-size: 0.625rem;
  line-height: 2rem;
  cursor: pointer;
  padding-left: 59px;
  padding-right: 50px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 50px;
  display: flex;
  align-items: center;
}

.pxd-multi-drop-label:after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  width: 12px;
  height: 7px;
  margin-top: -3px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjM1MzU1IDAuNjQ2NDQ3QzEuMTU4MjkgMC40NTExODQgMC44NDE3MDkgMC40NTExODQgMC42NDY0NDcgMC42NDY0NDdDMC40NTExODQgMC44NDE3MDkgMC40NTExODQgMS4xNTgyOSAwLjY0NjQ0NyAxLjM1MzU1TDEuMzUzNTUgMC42NDY0NDdaTTYgNkw1LjY0NjQ1IDYuMzUzNTVDNS43NDAyMSA2LjQ0NzMyIDUuODY3MzkgNi41IDYgNi41QzYuMTMyNjEgNi41IDYuMjU5NzkgNi40NDczMiA2LjM1MzU1IDYuMzUzNTVMNiA2Wk0xMS4zNTM2IDEuMzUzNTVDMTEuNTQ4OCAxLjE1ODI5IDExLjU0ODggMC44NDE3MDkgMTEuMzUzNiAwLjY0NjQ0N0MxMS4xNTgzIDAuNDUxMTg0IDEwLjg0MTcgMC40NTExODQgMTAuNjQ2NCAwLjY0NjQ0N0wxMS4zNTM2IDEuMzUzNTVaTTAuNjQ2NDQ3IDEuMzUzNTVMNS42NDY0NSA2LjM1MzU1TDYuMzUzNTUgNS42NDY0NUwxLjM1MzU1IDAuNjQ2NDQ3TDAuNjQ2NDQ3IDEuMzUzNTVaTTYuMzUzNTUgNi4zNTM1NUwxMS4zNTM2IDEuMzUzNTVMMTAuNjQ2NCAwLjY0NjQ0N0w1LjY0NjQ1IDUuNjQ2NDVMNi4zNTM1NSA2LjM1MzU1WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
}

.pxd-multi-drop-label svg {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 18px;
  height: 18px;
}

.pxd-multi-drop-label span {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pxd-multi-drop-list {
  background: #fff;
  display: none;
  padding: 6px 0;
}

.pxd-multi-drop-list-item {
  font-size: 0.625rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  padding: 4px 21px 4px 21px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pxd-multi-drop-list-item:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  box-shadow: 0 0 0 1px #E2E6E9;
  border-radius: 2px;
  margin-right: 25px;
  border: 4px solid #fff;
}

.pxd-multi-drop-list-item:hover {
  color: #00DB00;
}

.pxd-multi-drop-list-item.active {
  color: #00DB00;
}

.pxd-multi-drop-list-item.active:before {
  background: #00DB00;
}

.pxd-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1px 1px #E2E6E9;
}

.pxd-header:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 95;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: all 0.15s ease-in-out;
}

.pxd-header-dark.pxd-header-transparent .pxd-header-toggle-nav svg:first-child {
  color: #fff;
}

.pxd-header-transparent {
  background-color: transparent;
  box-shadow: none;
}

.pxd-header-transparent:before {
  background-color: transparent;
}

.pxd-header-mobile {
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 90;
  background: #fff;
  padding: 19px 15px 0 15px;
  overflow: auto;
  transform: translate(0, -120%);
  transition: all 0.2s ease-in;
}

.pxd-header-logo {
  z-index: 100;
}

.pxd-header-logo__img {
  width: auto;
  height: 30px;
  display: block;
}

.pxd-header-nav-btn {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  height: 50px;
  width: 156px;
  padding: 10px;
  background: #00DB00;
  color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 34px auto 42px auto;
}

.pxd-header-nav .menu li:last-child a {
  border-bottom: 0;
}

.pxd-header-nav .menu a {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 800;
  font-style: italic;
  padding: 20px 0;
  border-bottom: 1px solid #E2E6E9;
  display: block;
  color: #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjY3NDYwNCAxMi42MjA0QzAuNDY0OTQxIDEyLjgwMDEgMC40NDA2NjEgMTMuMTE1NyAwLjYyMDM3MiAxMy4zMjU0QzAuODAwMDgzIDEzLjUzNTEgMS4xMTU3MyAxMy41NTkzIDEuMzI1NCAxMy4zNzk2TDAuNjc0NjA0IDEyLjYyMDRaTTggN0w4LjMyNTQgNy4zNzk2M0M4LjQzNjIyIDcuMjg0NjQgOC41IDcuMTQ1OTYgOC41IDdDOC41IDYuODU0MDQgOC40MzYyMiA2LjcxNTM2IDguMzI1NCA2LjYyMDM3TDggN1pNMS4zMjU0IDAuNjIwMzcxQzEuMTE1NzMgMC40NDA2NiAwLjgwMDA4MyAwLjQ2NDk0MSAwLjYyMDM3MiAwLjY3NDYwM0MwLjQ0MDY2MSAwLjg4NDI2NyAwLjQ2NDk0MiAxLjE5OTkyIDAuNjc0NjA0IDEuMzc5NjNMMS4zMjU0IDAuNjIwMzcxWk0xLjMyNTQgMTMuMzc5Nkw4LjMyNTQgNy4zNzk2M0w3LjY3NDYgNi42MjAzN0wwLjY3NDYwNCAxMi42MjA0TDEuMzI1NCAxMy4zNzk2Wk04LjMyNTQgNi42MjAzN0wxLjMyNTQgMC42MjAzNzFMMC42NzQ2MDQgMS4zNzk2M0w3LjY3NDYgNy4zNzk2M0w4LjMyNTQgNi42MjAzN1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: right center;
}

.pxd-header .hba-menu-hidden-sm {
  display: none;
}

.pxd-header-search {
  margin: 0 -15px;
  padding: 11px 15px 20px 15px;
  background: #F5F6FA;
}

.pxd-header-search-inner {
  position: relative;
  transition: all 0.2s ease-in-out;
}

.pxd-header-search-inner:hover .pxd-header-search__zoom {
  color: #00DB00;
}

.pxd-header-search__zoom {
  color: #000;
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: 5;
  pointer-events: none;
}

.pxd-header-search__close {
  display: none;
}

.pxd-header-search__input {
  font-size: 0.625rem;
  line-height: 3.2;
  border: 0;
  border-bottom: 1px solid #E2E6E9;
  padding: 9px 15px 7px 60px;
  width: 100%;
  outline: none;
  background: transparent;
  color: #000;
}

.pxd-header-lang {
  background: #111A3A;
  margin-left: -15px;
  margin-right: -15px;
  padding: 26px 15px;
}

.pxd-header-lang .pxd-social {
  margin-left: -14px;
}

.pxd-header-lang .pxd-social li {
  padding: 0 10px;
}

.pxd-header-lang .pxd-social svg {
  width: 17px;
}

.pxd-header-lang-switcher {
  font-size: 1rem;
  line-height: 1.75;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

.pxd-header-nav-secondary {
  padding: 30px 0;
}

.pxd-header-nav-secondary .menu {
  display: flex;
  justify-content: space-between;
}

.pxd-header-nav-secondary .menu a {
  font-size: 0.625rem;
  line-height: 2;
  font-weight: 700;
  color: #000;
}

.pxd-header-toggle-nav {
  border: 0;
  padding: 1px;
  background: transparent;
  cursor: pointer;
  display: flex;
  z-index: 100;
}

.pxd-header-toggle-nav svg:last-child {
  display: none;
}

.pxd-mobile-nav-open:before {
  background-color: #fff;
}

.pxd-mobile-nav-open .pxd-header-toggle-nav svg:first-child {
  display: none;
}

.pxd-mobile-nav-open .pxd-header-toggle-nav svg:last-child {
  display: block;
}

.pxd-mobile-nav-open .pxd-header-mobile {
  transform: translate(0, 0);
}

.admin-bar .pxd-header {
  top: 46px;
}

.pxd-footer {
  background: #111A3A;
}

.pxd-footer-left-nav {
  display: none;
}

.pxd-footer-left-nav .menu {
  padding: 0 0 10px 80px;
}

.pxd-footer-left-nav .menu a {
  color: #fff;
}

.pxd-footer-logo__img {
  width: 140px;
}

.pxd-footer__vacancies {
  display: block;
  text-decoration: none;
  background: #00DB00;
  color: #111A3A;
  font-style: italic;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1;
  padding: 13px 0 14px 0;
  box-shadow: -20px 0 0 #00DB00, 20px 0 0 #00DB00;
}

.pxd-footer__vacancies strong {
  font-weight: 800;
  font-size: 2rem;
}

.pxd-footer__vacancies > span {
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  padding-top: 8px;
  font-size: 1rem;
}

.pxd-footer-social {
  padding-bottom: 20px;
}

.pxd-footer-social__title {
  color: #fff;
  font-style: italic;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 22px;
}

.pxd-footer-social__title span:first-child {
  z-index: 5;
  position: relative;
}

.pxd-footer-social__title span:last-child {
  font-size: 3.25rem;
  margin-left: -42px;
}

.pxd-footer-social .pxd-social svg {
  width: 21px;
}

.pxd-footer-bar {
  background: #fff;
  font-size: 0.625rem;
  line-height: 1.75;
  padding-top: 12px;
  padding-bottom: 20px;
}

.pxd-footer-bar__copyright {
  text-align: center;
  padding-top: 16px;
}

.pxd-footer-bar__nav {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.pxd-footer-bar__nav a {
  color: #000;
}

.pxd-footer .menu {
  display: flex;
  justify-content: space-between;
}

.pxd-footer .menu a {
  font-size: 0.625rem;
  line-height: 1.75;
  font-weight: 700;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.pxd-game-support {
  background-color: #E2E6E9;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pxd-game-support .pxd-row {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.pxd-game-support-item {
  background: #fff;
  padding: 20px;
  width: 67vw;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pxd-game-support-item__title {
  color: #00DB00;
  font-weight: 800;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 10px;
}

.pxd-game-support-item__title span {
  color: #000;
}

.pxd-game-support-item__text {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.pxd-game-support-item__img {
  margin: auto auto 0 auto;
  width: 80%;
}

.pxd-game-support-item__img img {
  display: block;
  max-height: 100%;
}

.pxd-game-support-item .pxd-btn {
  display: flex;
  margin: 0 -20px -20px -20px;
}

.pxd-game-support-item-dark {
  background: #111A3A;
}

.pxd-game-support-item-dark .pxd-game-support-item__title span,
.pxd-game-support-item-dark .pxd-game-support-item__text {
  color: #fff;
}

.pxd-faq-search {
  background-color: #F5F6FA;
  padding-top: 105px;
  padding-bottom: 53px;
}

.pxd-faq-search__title {
  text-align: center;
  font-size: 2rem;
}

.pxd-faq-search-form {
  position: relative;
}

.pxd-faq-search-form__zoom {
  position: absolute;
  left: 20px;
  top: 16px;
}

.pxd-faq-search-form__input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #E2E6E9;
  font-size: 0.625rem;
  line-height: 2;
  color: #000;
  outline: none;
  padding: 16px 10px 13px 60px;
}

.pxd-position-card {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  color: #1D2130;
  font-size: 0.75rem;
  line-height: 2;
  position: relative;
  min-height: 195px;
  border: 1px solid #E2E6E9;
}

.pxd-position-card:hover .pxd-position-card__label {
  background-color: #6B7CFF;
}

.pxd-position-card:hover .pxd-position-card__title {
  color: #6B7CFF;
  font-weight: 800;
}

.pxd-position-card__title {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: auto;
  padding-right: 46px;
}

.pxd-position-card__label {
  position: absolute;
  right: 20px;
  top: 20px;
  text-transform: uppercase;
  height: 23px;
  padding: 0 10px;
  background-color: #00DB00;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}

.pxd-position-card__location {
  padding: 0 0 8px 28px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuMiAxNi41QzEuOTIzODYgMTYuNSAxLjcgMTYuNzIzOSAxLjcgMTdDMS43IDE3LjI3NjEgMS45MjM4NiAxNy41IDIuMiAxNy41VjE2LjVaTTExLjggMTcuNUMxMi4wNzYxIDE3LjUgMTIuMyAxNy4yNzYxIDEyLjMgMTdDMTIuMyAxNi43MjM5IDEyLjA3NjEgMTYuNSAxMS44IDE2LjVWMTcuNVpNMTIuNSA3QzEyLjUgOC4zOTk0NyAxMS42MTA3IDEwLjE4NzYgMTAuNDAxMSAxMS42NjA5QzkuODA0NjMgMTIuMzg3NCA5LjE1MjE5IDEzLjAwOTggOC41MzQ4OSAxMy40NDZDNy45MDIwMyAxMy44OTMyIDcuMzY5MjkgMTQuMSA3IDE0LjFWMTUuMUM3LjY4MDcxIDE1LjEgOC40MjI5NyAxNC43NDk2IDkuMTExOTggMTQuMjYyN0M5LjgxNjU2IDEzLjc2NDggMTAuNTMyOSAxMy4wNzYzIDExLjE3MzkgMTIuMjk1NUMxMi40MzkzIDEwLjc1NDMgMTMuNSA4Ljc0MjQyIDEzLjUgN0gxMi41Wk03IDE0LjFDNi42NDA4MSAxNC4xIDYuMTEyNTcgMTMuODgzMiA1LjQ3Njc2IDEzLjQwNTlDNC44NTg2IDEyLjk0MTggNC4yMDQ3NiAxMi4yODExIDMuNjA2NjEgMTEuNTE1QzIuMzkzNjcgOS45NjEzNyAxLjUgOC4wOTMyOSAxLjUgNi42ODg4OUgwLjVDMC41IDguNDI2MzcgMS41NTYzMyAxMC41MTM4IDIuODE4MzkgMTIuMTMwM0MzLjQ1Nzc0IDEyLjk0OTMgNC4xNzI2NSAxMy42NzcyIDQuODc2MzcgMTQuMjA1NkM1LjU2MjQzIDE0LjcyMDYgNi4zMDkxOSAxNS4xIDcgMTUuMVYxNC4xWk0xLjUgNi42ODg4OUMxLjUgMy43MjAzOSA0LjEzNjkyIDEuNSA3IDEuNVYwLjVDMy42Nzc1IDAuNSAwLjUgMy4wNzk2MSAwLjUgNi42ODg4OUgxLjVaTTcgMS41QzkuODQ0NjggMS41IDEyLjUgMy43MDMzNiAxMi41IDdIMTMuNUMxMy41IDMuMDk2NjQgMTAuMzQwOSAwLjUgNyAwLjVWMS41Wk04LjkgNi42QzguOSA3LjY0OTM0IDguMDQ5MzQgOC41IDcgOC41VjkuNUM4LjYwMTYzIDkuNSA5LjkgOC4yMDE2MyA5LjkgNi42SDguOVpNNyA4LjVDNS45NTA2NiA4LjUgNS4xIDcuNjQ5MzQgNS4xIDYuNkg0LjFDNC4xIDguMjAxNjMgNS4zOTgzNyA5LjUgNyA5LjVWOC41Wk01LjEgNi42QzUuMSA1LjU1MDY2IDUuOTUwNjYgNC43IDcgNC43VjMuN0M1LjM5ODM3IDMuNyA0LjEgNC45OTgzNyA0LjEgNi42SDUuMVpNNyA0LjdDOC4wNDkzNCA0LjcgOC45IDUuNTUwNjYgOC45IDYuNkg5LjlDOS45IDQuOTk4MzcgOC42MDE2MyAzLjcgNyAzLjdWNC43Wk0yLjIgMTcuNUgxMS44VjE2LjVIMi4yVjE3LjVaIiBmaWxsPSIjMUQyMTMwIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.pxd-position-card__location span {
  padding-right: 10px;
}

.pxd-position-card__department {
  border-top: 1px solid #E2E6E9;
  padding-top: 4px;
}

.pxd-aside-mail {
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  font-style: italic;
  margin-top: 57px;
}

.pxd-aside-mail a {
  color: #000;
  display: inline-block;
  padding-top: 2px;
}

.pxd-aside-mail a:hover {
  color: #00DB00;
}

.pxd-aside-mail a svg {
  margin: -1px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.pxd-part-feedback_cv {
  background-color: #E2E6E9;
  padding-top: 32px;
  padding-bottom: 32px;
}

.pxd-part-feedback_cv-cv {
  background-color: #111A3A;
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 30px 30px 30px 21px;
  color: #fff;
}

.pxd-part-feedback_cv-cv__title {
  font-size: 1.5rem;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 25px;
}

.pxd-part-feedback_cv-cv__text {
  max-width: 330px;
  padding-bottom: 34px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.pxd-part-feedback_cv-cv__btn {
  height: 50px;
  width: 170px;
  color: #00DB00;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.pxd-part-feedback_cv-feedback {
  background-color: #fff;
  padding: 20px;
  margin-top: 16px;
  padding: 33px 20px 20px 20px;
  height: 100%;
}

.pxd-part-feedback_cv-feedback-item__text {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.pxd-part-feedback_cv-feedback-item__author {
  margin-top: 31px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.pxd-part-feedback_cv-feedback-item__author img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}

.pxd-part-feedback_cv-feedback-item__author strong {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  color: #00DB00;
}

.pxd-block-terms {
  margin-bottom: 50px;
}

.pxd-block-terms:last-child {
  margin-bottom: 0;
}

.pxd-block-terms a {
  word-break: break-all;
}

.pxd-block-contact {
  padding-bottom: 30px;
}

.pxd-block-contact__title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 83px;
  padding-bottom: 33px;
  margin: 0;
}

.pxd-block-contact-form {
  padding-top: 11px;
}

.pxd-block-contact-form input[type="text"],
.pxd-block-contact-form input[type="tel"],
.pxd-block-contact-form input[type="email"],
.pxd-block-contact-form select,
.pxd-block-contact-form textarea {
  width: 100%;
  padding-top: 9px;
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #E2E6E9;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: none;
  background: transparent;
}

.pxd-block-contact-form input[type="text"].wpcf7-not-valid,
.pxd-block-contact-form input[type="tel"].wpcf7-not-valid,
.pxd-block-contact-form input[type="email"].wpcf7-not-valid,
.pxd-block-contact-form select.wpcf7-not-valid,
.pxd-block-contact-form textarea.wpcf7-not-valid {
  border-bottom-color: #aa0556;
  background: rgba(170, 5, 86, 0.15);
}

.pxd-block-contact-form input[type="submit"] {
  display: block;
  width: 100%;
}

.pxd-block-contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMSAxTDYgNUwxIDAuOTk5OTk5IiBzdHJva2U9IiMwMERCMDAiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: right 18px;
}

.pxd-block-contact-form textarea {
  resize: none;
}

.pxd-block-contact-form-alt textarea {
  min-height: 39px;
}

.pxd-block-contact-item {
  margin-bottom: 41px;
}

.pxd-block-contact-textarea {
  margin-bottom: 0;
  position: relative;
}

.pxd-block-contact-file {
  margin-top: 20px;
}

.pxd-block-contact-file label {
  cursor: pointer;
  font-size: 0.625rem;
  line-height: 40px;
  padding-left: 50px;
  height: 40px;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTguNjY2MkwxNy4zNTkxIDMuMjI0MTJDMjAuMDE5OCAwLjcxMjYwMiAyMy4zOTE3IDEuMDExIDIyLjk5NjYgMS4wMTFDMzAuMDU2NSAxLjAxMSAzMy42OTE5IDkuMTQyMzUgMjguNjYwNCAxMy44OTE4TDEyLjMwMTIgMjkuMzMzOUMxMS4xNjg1IDMwLjQyODEgOS42NDA1NyAzMSA4LjAwNzI5IDMxQzYuMzc0MDEgMzEgNC44NzI0NSAzMC40MDMyIDMuNzEzMzUgMjkuMzMzOUMyLjU1NDI1IDI4LjI2NDcgMS45MjIwMSAyNi44MjI0IDEuOTIyMDEgMjUuMjgwN0MxLjkyMjAxIDIzLjczOSAyLjU1NDI1IDIyLjI5NjcgMy43MTMzNSAyMS4yMjc1TDE4LjcwMjYgNy4xMDMyOUMyMC45OTQ1IDQuOTM5OTEgMjQuOTQ2IDYuNDgxNjMgMjQuOTQ2IDkuNTQwMjFDMjQuOTQ2IDEwLjQ2MDMgMjQuNTc3MiAxMS4zMzA2IDIzLjg2NTkgMTEuOTc3MUwxMi45ODYyIDIyLjI3MTkiIHN0cm9rZT0iIzAwREIwMCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: 0 center;
  display: block;
}

.pxd-block-contact-file input,
.pxd-block-contact-file br {
  opacity: 0;
  display: none;
}

.pxd-block-contact-acceptance {
  padding-bottom: 20px;
}

.pxd-block-contact-acceptance input {
  position: absolute;
  opacity: 0;
}

.pxd-block-contact-acceptance input:checked + span:before {
  background-color: #00DB00;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDIuOTk5OTlMMi44MzMgNS4zMzI5OUw3LjUgMC42NjY5OTIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.pxd-block-contact-acceptance .wpcf7-list-item {
  padding: 0;
  margin: 0;
}

.pxd-block-contact-acceptance .wpcf7-list-item-label {
  position: relative;
  padding-left: 36px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.pxd-block-contact-acceptance .wpcf7-list-item-label a {
  font-weight: 700;
  color: #000;
}

.pxd-block-contact-acceptance .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00DB00;
  position: absolute;
  left: 0;
  top: -4px;
}

.pxd-block-contact-hint {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #A2A2A2;
  padding: 2px 0 36px 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #000;
}

.wpcf7-not-valid-tip {
  display: none;
}

.pxd-block-offices {
  padding-top: 60px;
  padding-bottom: 55px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.pxd-block-offices__title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 30px;
}

.pxd-block-offices-list {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

.pxd-block-offices-list-item {
  background: #fff;
  margin-bottom: 10px;
  padding: 14px 28px 20px 28px;
  font-size: 0.75rem;
  line-height: 1.5;
}

.pxd-block-offices-list-item:hover {
  background: #00DB00;
  color: #fff;
  cursor: default;
}

.pxd-block-offices-list-item:hover a {
  color: #fff;
}

.pxd-block-offices-list-item__title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 5px;
}

.pxd-block-offices-list-item__tel {
  color: #000;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
}

.pxd-block-positions {
  background-size: cover;
  background-position: center center;
}

.pxd-block-positions .pxd-position-card {
  border: 0;
}

.pxd-block-positions__title {
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}

.pxd-block-positions__row {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.pxd-block-positions__col {
  width: 300px;
  flex: 0 0 300px;
}

.pxd-block-positions__btn {
  text-align: center;
  padding: 30px 0;
}

.pxd-block-team {
  background-size: cover;
}

.pxd-block-team-card {
  padding: 19px 16px 28px 16px;
  background: #fff;
  text-align: center;
}

.pxd-block-team-title {
  font-style: italic;
  font-size: 2rem;
  line-height: 2;
  font-weight: 800;
  margin-bottom: 13px;
}

.pxd-block-team-title span {
  color: #00DB00;
}

.pxd-block-team-text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 28px;
}

.pxd-block-team-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #000;
  padding-right: 45px;
  position: relative;
  height: 36px;
}

.pxd-block-team-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  border-radius: 18px;
  border: 1px solid #000;
  transition: width 0.3s ease-in-out;
}

.pxd-block-team-btn:hover:before {
  width: 100%;
}

.pxd-block-team-btn svg {
  margin: 0 17px 0 24px;
  display: block;
}

.pxd-block-game {
  padding-bottom: 30px;
}

.pxd-block-game-item {
  margin-bottom: 40px;
  text-align: center;
}

.pxd-block-game-item__title {
  font-style: italic;
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 42px;
  padding-bottom: 20px;
  font-weight: 800;
  margin: 0;
}

.pxd-block-game-item__content {
  background: #F5F6FA;
  box-shadow: 16px 0 0 0 #F5F6FA, -16px 0 0 0 #F5F6FA;
}

.pxd-block-game-item__description {
  font-size: 0.875rem;
  line-height: 1.5;
}

.pxd-block-game-item__links {
  padding-top: 33px;
  padding-bottom: 30px;
}

.pxd-block-game-item__links a {
  margin: 0 15px;
}

.pxd-block-game-item__img img {
  display: block;
}

.pxd-block-title-our-games {
  text-align: center;
  color: #00DB00;
}

.pxd-block-title-our-games .pxd-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 105px;
  padding-bottom: 50px;
}

.pxd-block-title-our-games h1 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1;
  min-height: 1em;
}

.pxd-block-teamwork {
  padding-top: 30px;
  padding-bottom: 15px;
}

.pxd-block-teamwork-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding: 17px 0 25px 0;
}

.pxd-block-teamwork-description {
  padding-bottom: 33px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pxd-block-teamwork-images div {
  flex: 0 0 50%;
  overflow: hidden;
  position: relative;
}

.pxd-block-teamwork-images div:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.pxd-block-teamwork-images div img {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  max-width: 105%;
}

.pxd-block-teamwork-images div img:first-child {
  display: block;
}

.pxd-block-games-about {
  background: #E2E6E9;
  padding: 30px 0;
}

.pxd-block-games-about-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding: 15px 0;
}

.pxd-block-games-about-description {
  padding-bottom: 25px;
}

.pxd-block-games-about-item {
  position: relative;
  background-color: #fff;
  padding: 25px 130px 15px 25px;
  margin-bottom: 16px;
  display: block;
  color: #000;
}

.pxd-block-games-about-item:hover {
  background-color: #00DB00;
}

.pxd-block-games-about-item:hover .pxd-block-games-about-item-title,
.pxd-block-games-about-item:hover .pxd-block-games-about-item-title span,
.pxd-block-games-about-item:hover .pxd-block-games-about-item-description {
  color: #fff;
}

.pxd-block-games-about-item:last-child {
  margin-bottom: 0;
}

.pxd-block-games-about-item-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-style: normal;
  margin-bottom: 10px;
}

.pxd-block-games-about-item-title span {
  color: #00DB00;
}

.pxd-block-games-about-item-description {
  font-size: 12px;
  line-height: 19px;
}

.pxd-block-games-about-item-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 130px;
}

.pxd-block-slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.pxd-block-slider .swiper-slide {
  background-size: cover;
  background-position: center center;
}

.pxd-swiper-main {
  z-index: 5;
  position: relative;
  max-width: 500px;
  overflow: visible;
}

.pxd-swiper-main .swiper-wrapper {
  height: 41vw;
  align-items: flex-end;
}

.pxd-swiper-main .swiper-slide {
  height: 41vw;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.pxd-swiper-main .swiper-slide-active {
  opacity: 1;
}

.pxd-swiper-main .swiper-button-prev,
.pxd-swiper-main .swiper-button-next {
  display: none;
}

.pxd-swiper-main .swiper-button-prev:after,
.pxd-swiper-main .swiper-button-next:after {
  font-size: 20px;
  color: #000;
}

.pxd-swiper-main .swiper-button-prev:hover,
.pxd-swiper-main .swiper-button-next:hover {
  background-color: #00DB00;
}

.pxd-swiper-main .swiper-button-prev:hover:after,
.pxd-swiper-main .swiper-button-next:hover:after {
  color: #fff;
}

.pxd-swiper-main .swiper-button-next {
  right: 0;
}

.pxd-swiper-main .swiper-button-prev {
  right: 50px;
}

.pxd-block-values {
  padding-top: 27px;
  padding-bottom: 30px;
}

.pxd-block-values-title {
  font-size: 2rem;
  line-height: 1.2;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 37px;
}

.pxd-block-values-row {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}

.pxd-block-values-col {
  width: 262px;
  flex: 0 0 262px;
}

.pxd-block-values-item {
  height: 100%;
  position: relative;
  border: 1px solid #E2E6E9;
  border-bottom: 3px solid #E2E6E9;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.pxd-block-values-item:hover {
  border-bottom-color: #00DB00;
}

.pxd-block-values-item:hover .pxd-block-values-item-title,
.pxd-block-values-item:hover .pxd-block-values-item-svg {
  color: #00DB00;
}

.pxd-block-values-item-svg {
  color: #E2E6E9;
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-top: 10px;
}

.pxd-block-values-item-title {
  padding-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
  font-style: italic;
}

.pxd-block-about-video {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.pxd-block-about-video:before {
  content: "";
  padding-top: 56%;
  display: block;
}

.pxd-block-about-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pxd-block-about-title {
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
  padding: 45px 0 20px 0;
}

.pxd-block-about-text-bold {
  padding-bottom: 8px;
}

.pxd-block-about-text-columns {
  padding-bottom: 35px;
}

.pxd-block-title-about-us {
  text-align: left;
}

.pxd-block-title-about-us .pxd-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 105px;
  padding-bottom: 50px;
}

.pxd-block-title-about-us h1 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 26px;
  min-height: 1.2em;
}

.pxd-block-home-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: calc(100vh - 50px);
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  align-items: flex-end;
  padding-top: 50px;
}

.pxd-block-home-hero:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40%;
  background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
}

.pxd-block-home-hero-title {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  margin: 46px 0 0 -25px;
  position: relative;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pxd-block-home-hero-title span,
.pxd-block-home-hero-title strong {
  transition: all 0.2s ease-in-out;
}

.pxd-block-home-hero-title span {
  font-size: 9vh;
  line-height: 1;
  display: block;
}

.pxd-block-home-hero-title span span:last-child {
  margin-top: -2vh;
}

.pxd-block-home-hero-title strong {
  display: block;
  color: #fff;
  font-size: 17vh;
  line-height: 1;
  font-weight: 900;
  margin-top: -3vh;
}

.pxd-block-home-hero-description {
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  max-width: 520px;
  margin-top: -6px;
  padding-bottom: 20px;
}

.pxd-block-home-hero-btn {
  text-align: center;
}

.pxd-block-home-hero .pxd-container {
  position: relative;
  z-index: 5;
}

.pxd-block-home-hero video {
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  width: 177.77777778vmax;
  z-index: 1;
  pointer-events: none;
  background-size: contain;
  background-position: center center;
}

.pxd-block-home-info {
  padding: 16px 0;
}

.pxd-block-home-info-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.pxd-block-home-info-img:hover .pxd-block-home-info-img-2 {
  opacity: 1;
}

.pxd-block-home-info-img img {
  width: 80vw;
}

.pxd-block-home-info-img-1 {
  max-width: 495px;
}

.pxd-block-home-info-img-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}

.pxd-block-home-info .pxd-tagline {
  letter-spacing: 0.25em;
  padding-top: 25px;
}

.pxd-block-home-info-title {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0;
  font-style: italic;
  font-weight: 800;
  padding: 8px 0 7px 0;
}

.pxd-block-home-info-subtitle {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300;
  font-style: normal;
  margin: 0;
}

.pxd-block-home-info-text {
  padding: 30px 0;
}

.pxd-block-home-info-btn {
  color: #000;
  font-weight: 500;
}

.pxd-block-home-info-btn svg {
  margin-left: 10px;
}

.pxd-block-home-stat .pxd-swiper-stats {
  width: 100%;
}

.pxd-block-home-stat-item {
  position: relative;
  z-index: 1;
  min-height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.pxd-block-home-stat-item:hover .pxd-block-home-stat-item-text {
  display: block;
}

.pxd-block-home-stat-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(17, 26, 58, 0.75);
}

.pxd-block-home-stat-item-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  color: #fff;
  padding: 45px;
  display: none;
}

.pxd-block-home-stat-item-text-green {
  background: rgba(0, 219, 0, 0.9);
}

.pxd-block-home-stat-item-text-blue {
  background: rgba(107, 124, 255, 0.9);
}

.pxd-block-home-stat-item-text-grey {
  background: rgba(162, 162, 162, 0.9);
}

.pxd-block-home-stat-item-text > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pxd-block-home-stat-item-inner {
  position: relative;
  z-index: 5;
  margin: auto;
}

.pxd-block-home-stat-item-title {
  padding-right: 70px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 40px;
}

.pxd-block-home-stat-item-title span {
  display: block;
  font-style: italic;
}

.pxd-block-home-stat-item-title span:nth-child(1) {
  font-size: 84px;
  font-weight: 800;
  line-height: 1;
}

.pxd-block-home-stat-item-title span:nth-child(2) {
  font-size: 34px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 47px;
}

.pxd-block-home-stat-item-title span:nth-child(3) {
  color: #00DB00;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  right: 4px;
  bottom: 33px;
}

.pxd-block-home-stat-item-title-alt {
  padding-right: 30px;
}

.pxd-block-home-stat-item-title-alt span:nth-child(2) {
  top: 31%;
  transform: translate(-6px, -51%);
  font-size: 42px;
  font-weight: 600;
}

.pxd-block-home-stat-item-title-alt span:nth-child(3) {
  font-size: 34px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 47px;
}

.pxd-block-home-insta {
  text-align: center;
  padding-top: 47px;
}

.pxd-block-home-insta-title {
  font-size: 1.5rem;
  line-height: 1.2;
  font-style: italic;
  font-weight: 800;
  margin: 0;
  padding-bottom: 9px;
}

.pxd-block-home-insta-title a {
  text-transform: uppercase;
  color: #00DB00;
}

.pxd-block-home-insta-subtitle {
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  padding-bottom: 14px;
}

.pxd-block-home-insta-subtitle a {
  color: #000;
}

.pxd-block-home-insta-subtitle a:hover {
  color: #00DB00;
}

.pxd-block-home-insta-gallery:hover .swiper-slide {
  opacity: 0.5;
}

.pxd-block-home-insta-gallery:hover .swiper-slide:hover {
  opacity: 1;
}

.pxd-block-home-insta .swiper-slide {
  width: 73px;
  height: 73px;
  transition: opacity 0.2s ease-out;
}

.pxd-block-home-insta .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  width: 100%;
  max-width: none;
}

.pxd-block-home-contact .pxd-block-contact-hint,
.pxd-block-home-contact .pxd-block-contact-file {
  display: none;
}

.pxd-block-home-contact .pxd-btn {
  background-color: #E2E6E9;
}

.pxd-block-home-contact .pxd-btn:hover {
  background-color: #00DB00;
}

.pxd-block-home-contact-title {
  font-style: italic;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 21px;
  padding-top: 41px;
}

.pxd-block-home-contact-swiper {
  padding: 20px 0 0 0;
  background: #F5F6FA;
  height: 100%;
  margin: 0 -15px;
}

.pxd-block-home-contact-swiper .swiper,
.pxd-block-home-contact-swiper .swiper-wrapper {
  height: 100%;
}

.pxd-block-home-contact-swiper .swiper {
  padding-bottom: 80px;
}

.pxd-block-home-contact-swiper .swiper-wrapper {
  align-items: stretch;
}

.pxd-block-home-contact-swiper .swiper-slide {
  background-color: #fff;
  padding: 10px 20px 0 20px;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: auto;
}

.pxd-block-home-contact-swiper .swiper-slide .swiper-slide-quote {
  height: 26px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.pxd-block-home-contact-swiper .swiper-pagination {
  bottom: 23px;
}

.pxd-block-home-contact-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E2E6E9;
  opacity: 1;
  margin: 0 10px !important;
}

.pxd-block-home-contact-swiper .swiper-pagination-bullet-active {
  background-color: #111A3A;
  box-shadow: 0 0 0 5px #F5F6FA, 0 0 0 6px #111A3A;
}

.pxd-block-home-contact-swiper-text {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pxd-block-home-contact-swiper-author strong {
  display: block;
  color: #00DB00;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.pxd-block-home-contact-swiper-author span {
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  margin-top: -2px;
}

.pxd-block-home-contact-swiper-author div {
  width: 80px;
  height: 80px;
  margin: 20px auto -20px auto;
  border-radius: 50%;
  overflow: hidden;
}

.pxd-block-home-contact-swiper-author div img {
  width: 100%;
}

.pxd-block-home-cards {
  padding: 35px 0;
}

.pxd-block-home-cards .pxd-row {
  overflow: auto;
}

.pxd-block-home-cards .swiper {
  height: 100%;
}

.pxd-block-home-card {
  margin-bottom: 20px;
  height: 100%;
}

.pxd-block-home-card > div {
  height: 100%;
}

.pxd-block-home-card-color-grey {
  background-color: #E2E6E9;
}

.pxd-block-home-card-color-grey .pxd-btn {
  color: #000;
}

.pxd-block-home-card-color-light_blue {
  background-color: #6B7CFF;
  color: #fff;
}

.pxd-block-home-card-color-dark_blue {
  background-color: #111A3A;
  color: #fff;
}

.pxd-block-home-card-type-image div {
  background-size: cover;
  background-position: center center;
  display: flex;
}

.pxd-block-home-card-type-image img {
  margin: auto;
  transform: translate(20px, -15px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.pxd-block-home-card-type-image:hover img {
  opacity: 1;
}

.pxd-block-home-card-type-career > div {
  position: relative;
}

.pxd-block-home-card-type-feedback {
  padding: 30px 20px;
  border: 1px solid #E2E6E9;
}

.pxd-block-home-card-type-feedback .pxd-part-feedback_cv-feedback-item__text {
  font-size: 1rem;
  line-height: 1.5;
  height: 96px;
  overflow: hidden;
}

.pxd-block-home-card-type-feedback .pxd-part-feedback_cv-feedback-item__author {
  font-size: 13px;
  line-height: 1.25rem;
}

.pxd-block-home-card-type-feedback .pxd-part-feedback_cv-feedback-item__author strong {
  font-size: 1rem;
  line-height: 1.5625;
}

.pxd-block-home-card-type-feedback .pxd-part-feedback_cv-feedback-item__author img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.pxd-block-home-card-type-career_info {
  border: 1px solid #E2E6E9;
  padding: 22px 20px 30px 20px;
}

.pxd-block-home-card-type-career_info h5 {
  font-size: 2.6875rem;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  color: #00DB00;
  margin-bottom: 25px;
}

.pxd-block-home-card-type-career_info h5 span {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
  font-style: normal;
}

.pxd-block-home-card-type-career_info div {
  height: auto;
  text-align: right;
  padding-right: 23px;
}

.pxd-block-home-card-type-career_info p {
  margin-bottom: 18px;
}

.pxd-block-home-card-type-career_info a {
  color: #000;
}

.pxd-block-home-card-type-career_info a svg {
  margin-left: 7px;
}

.pxd-block-home-card-career-item {
  padding: 30px 20px;
}

.pxd-block-home-card-career-item h5 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}

.pxd-block-home-card-career-item div {
  font-size: 0.875rem;
  line-height: 1.25rem;
  overflow: hidden;
  height: 60px;
}

.pxd-block-home-card-career-item .pxd-btn {
  font-weight: 500;
  font-size: 0.875rem;
  font-style: italic;
  position: absolute;
  right: 20px;
  bottom: 14px;
}

.pxd-block-home-games {
  padding-top: 30px;
}

.pxd-block-home-games-title {
  font-size: 2.625rem;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 5px;
}

.pxd-block-home-games-title span {
  position: relative;
  z-index: 5;
}

.pxd-block-home-games-title span:last-child {
  font-size: 3.625rem;
  margin-left: -21px;
  z-index: 1;
}

.pxd-block-home-games-item {
  min-height: 180px;
  position: relative;
  background-size: cover;
  margin-bottom: 5px;
}

.pxd-block-home-games-item:hover .pxd-block-home-games-item-content {
  opacity: 1;
  pointer-events: auto;
}

.pxd-block-home-games-item-hero {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.pxd-block-home-games-item-hero img {
  height: 100%;
  width: auto;
  display: block;
  max-width: none;
}

.pxd-block-home-games-item-hero-small {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 0;
  width: 156px;
}

.pxd-block-home-games-item-content {
  background: #111A3A;
  position: relative;
  padding: 22px 160px 14px 16px;
  min-height: 180px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.pxd-block-home-games-item-title {
  color: #00DB00;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 11px;
}

.pxd-block-home-games-item-text {
  font-size: 0.625rem;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 16px;
}

.pxd-block-home-games-item-link {
  display: none;
}

.pxd-block-home-games-item-store a {
  margin-right: 15px;
}

.pxd-terms-headline {
  background: #111A3A;
  color: #fff;
  padding: 51px 0 62px 0;
  margin-top: 50px;
}

.pxd-terms-headline p {
  margin: 0;
  font-size: 0.625rem;
  line-height: 1.2;
}

.pxd-terms-title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 15px;
}

.pxd-terms-sidebar {
  display: none;
}

.pxd-terms-sidebar-inner {
  padding-bottom: 10px;
}

.pxd-terms-sidebar ul {
  margin: 0;
  padding: 9px 0 0 0;
  list-style: none outside none;
}

.pxd-terms-sidebar li {
  margin-bottom: 13px;
}

.pxd-terms-sidebar li a {
  font-size: 0.75rem;
  line-height: 1.5;
  display: block;
  font-style: italic;
  color: #000;
}

.pxd-terms-sidebar li a:hover {
  text-decoration: underline;
  color: #00DB00;
}

.pxd-terms-sidebar li .active {
  color: #00DB00;
  font-weight: 800;
}

.pxd-terms-container {
  padding-top: 80px;
  margin-bottom: 50px;
}

.pxd-faq-single-container {
  padding-bottom: 100px;
  padding-top: 55px;
}

.pxd-faq-single-aside {
  display: none;
}

.pxd-faq-single-aside-nav li {
  padding-bottom: 20px;
}

.pxd-faq-single-aside-nav a {
  font-size: 1rem;
  line-height: 1.5;
  color: #A2A2A2;
  display: block;
}

.pxd-faq-single-aside-nav .active a {
  font-weight: 700;
  color: #00DB00;
}

.pxd-faq-single-back {
  color: #A2A2A2;
}

.pxd-faq-single-back svg {
  margin-right: 7px;
}

.pxd-faq-single-title {
  margin: 24px 0 19px 0;
  font-size: 1.25rem;
}

.pxd-faq-single-text {
  font-size: 0.875rem;
}

.pxd-faq-single-text ul,
.pxd-faq-single-text ol {
  font-size: 0.875rem;
}

.pxd-faq-archive-grid {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pxd-faq-archive-grid:empty {
  display: block;
}

.pxd-faq-archive-grid:empty:before {
  content: 'We were unable to find topics on your request.Please try another search.';
}

.pxd-faq-archive-section {
  margin-bottom: 70px;
}

.pxd-faq-archive-section__title {
  font-weight: 500;
  font-size: 2rem;
}

.pxd-faq-archive-section__ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  transition: height 0.3s ease-out;
}

.pxd-faq-archive-section__ul li {
  margin-bottom: 17px;
}

.pxd-faq-archive-section__ul a {
  color: #000;
  font-size: 0.875rem;
}

.pxd-faq-archive-section__ul + a {
  opacity: 0;
  height: 0;
}

.pxd-faq-archive-section__ul-hidden {
  height: 123px;
  overflow: hidden;
}

.pxd-faq-archive-section__ul-hidden + a {
  opacity: 1;
  height: 24px;
}

.pxd-faq-archive-section__all {
  color: #00DB00;
  display: inline-block;
  transition: all 0.2s ease-out;
}

.pxd-career-single {
  padding-top: 50px;
}

.pxd-career-single-cta {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 16px;
  background: #fff;
  margin: 0 -5px;
  border-top: 1px solid #E2E6E9;
}

.pxd-career-single-cta .pxd-btn {
  width: 100%;
  font-size: 1rem;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.pxd-career-single-headline {
  background-color: #111A3A;
  padding: 45px 0 41px 0;
}

.pxd-career-single-headline__title {
  font-size: 2rem;
  line-height: 2.375rem;
  color: #00DB00;
  margin-bottom: 25px;
}

.pxd-career-single-headline__details {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #fff;
}

.pxd-career-single-headline__details span {
  margin-right: 25px;
}

.pxd-career-single-container {
  padding-top: 45px;
  padding-bottom: 50px;
}

.pxd-career-single-aside-follow {
  font-size: 1rem;
  line-height: 2;
  font-style: italic;
  font-weight: 800;
  padding-bottom: 8px;
}

.pxd-career-single-aside .pxd-btn {
  display: none;
}

.pxd-career-single-aside .pxd-social {
  justify-content: flex-start;
}

.pxd-career-single-aside .pxd-social li {
  padding: 0 15px 0 0;
}

.pxd-career-single-aside .pxd-social a {
  padding: 0;
}

.pxd-career-single-aside .pxd-social svg {
  width: 33px;
}

.pxd-career-single-aside .pxd-aside-mail {
  font-size: 1rem;
  line-height: 2;
  margin-top: 36px;
}

.pxd-career-single-content {
  padding-bottom: 35px;
}

.pxd-career-single-text h1,
.pxd-career-single-text h2,
.pxd-career-single-text h3,
.pxd-career-single-text h4,
.pxd-career-single-text h5,
.pxd-career-single-text h6 {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  font-style: normal;
  color: #000;
  margin-bottom: 20px;
}

.pxd-career-single-text p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1em;
}

.pxd-career-single-text p + h1,
.pxd-career-single-text p + h2,
.pxd-career-single-text p + h3,
.pxd-career-single-text p + h4,
.pxd-career-single-text p + h5,
.pxd-career-single-text p + h6 {
  margin-top: 56px;
}

.pxd-career-single-text ul {
  margin: 0 1rem 0 0;
  padding-left: 30px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pxd-career-single-text ul li {
  margin-bottom: 15px;
}

.pxd-career-single-text ul + h1,
.pxd-career-single-text ul + h2,
.pxd-career-single-text ul + h3,
.pxd-career-single-text ul + h4,
.pxd-career-single-text ul + h5,
.pxd-career-single-text ul + h6 {
  margin-top: 56px;
}

.pxd-career-single-similar {
  padding-bottom: 36px;
}

.pxd-career-single-similar__title {
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 700;
  border-top: 1px solid #E2E6E9;
  padding-top: 40px;
}

.pxd-career-single-similar .pxd-position-card {
  min-height: 152px;
  margin-bottom: 16px;
}

.pxd-career-archive-title-wrap {
  text-align: center;
  padding: 94px 0 60px 0;
  overflow: hidden;
}

.pxd-career-archive-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 22vw;
  font-weight: 800;
  line-height: 0.77;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  display: inline-block;
  font-style: normal;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(./img/careers-bg.png);
  background-size: cover;
}

.pxd-career-archive-title:before,
.pxd-career-archive-title:after {
  position: absolute;
  content: "";
}

.pxd-career-archive-title:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}

.pxd-career-archive-title:after {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.pxd-career-archive .pxd-block-offices__title {
  color: #fff;
}

.pxd-career-archive-filters {
  padding-bottom: 33px;
}

.pxd-career-archive-filters-search input {
  width: 100%;
  font-size: 0.625rem;
  line-height: 2rem;
  border: 0;
  padding: 7px 20px 7px 59px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljg1MzYgMTcuMTQ2NEMxNy42NTgzIDE2Ljk1MTIgMTcuMzQxNyAxNi45NTEyIDE3LjE0NjQgMTcuMTQ2NEMxNi45NTEyIDE3LjM0MTcgMTYuOTUxMiAxNy42NTgzIDE3LjE0NjQgMTcuODUzNkwxNy44NTM2IDE3LjE0NjRaTTIwLjY0NjQgMjEuMzUzNkMyMC44NDE3IDIxLjU0ODggMjEuMTU4MyAyMS41NDg4IDIxLjM1MzYgMjEuMzUzNkMyMS41NDg4IDIxLjE1ODMgMjEuNTQ4OCAyMC44NDE3IDIxLjM1MzYgMjAuNjQ2NEwyMC42NDY0IDIxLjM1MzZaTTIwLjUgMTAuNUMyMC41IDQuOTc3MTUgMTYuMDIyOCAwLjUgMTAuNSAwLjVWMS41QzE1LjQ3MDYgMS41IDE5LjUgNS41Mjk0NCAxOS41IDEwLjVIMjAuNVpNMTAuNSAwLjVDNC45NzcxNSAwLjUgMC41IDQuOTc3MTUgMC41IDEwLjVIMS41QzEuNSA1LjUyOTQ0IDUuNTI5NDQgMS41IDEwLjUgMS41VjAuNVpNMC41IDEwLjVDMC41IDE2LjAyMjggNC45NzcxNSAyMC41IDEwLjUgMjAuNVYxOS41QzUuNTI5NDQgMTkuNSAxLjUgMTUuNDcwNiAxLjUgMTAuNUgwLjVaTTEwLjUgMjAuNUMxNi4wMjI4IDIwLjUgMjAuNSAxNi4wMjI4IDIwLjUgMTAuNUgxOS41QzE5LjUgMTUuNDcwNiAxNS40NzA2IDE5LjUgMTAuNSAxOS41VjIwLjVaTTE3LjE0NjQgMTcuODUzNkwyMC42NDY0IDIxLjM1MzZMMjEuMzUzNiAyMC42NDY0TDE3Ljg1MzYgMTcuMTQ2NEwxNy4xNDY0IDE3Ljg1MzZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: 19px 13px;
  background-size: 18px 18px;
  outline: none;
}

.pxd-career-archive-filters-submit {
  flex: 0 0 163px;
}

.pxd-career-archive-filters-submit .pxd-btn {
  width: 100%;
  height: 50px;
}

.pxd-career-archive-filters-results {
  padding-bottom: 64px;
  font-size: 0.75rem;
}

.pxd-career-archive-filters-results > span {
  line-height: 34px;
}

.pxd-career-archive-filters-results > span i {
  font-style: normal;
}

.pxd-career-archive-filters-results div {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 2rem;
  margin-right: 28px;
}

.pxd-career-archive-filters-results div:first-of-type {
  margin-left: 28px;
}

.pxd-career-archive-filters-results div a {
  color: #6B7CFF;
  display: block;
  flex: 0 0 10px;
  margin-left: 7px;
}

.pxd-career-archive-filters-results div a svg {
  width: 10px;
  height: 10px;
  display: block;
}

.pxd-career-archive-filters-results div + button {
  display: inline-block;
}

.pxd-career-archive-filters-results button {
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 6px 14px;
  background: transparent;
  border: 1px solid #6B7CFF;
}

.pxd-career-archive-grid {
  padding-bottom: 50px;
}

.pxd-career-archive-grid .pxd-position-card {
  margin-bottom: 20px;
}

.pxd-career-archive-grid-title {
  display: none;
}

.pxd-career-archive-grid-title span:last-child {
  font-size: 48px;
  margin-left: -70px;
}

.pxd-career-archive-grid-title + p {
  display: none;
}

@media (min-width: 375px) {
  .pxd-block-game-item__img img {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .pxd-col-md-1 {
    width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .pxd-col-md-2 {
    width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .pxd-col-md-3 {
    width: 25%;
    flex: 0 0 25%;
  }

  .pxd-col-md-4 {
    width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .pxd-col-md-5 {
    width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .pxd-col-md-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .pxd-col-md-7 {
    width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .pxd-col-md-8 {
    width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .pxd-col-md-9 {
    width: 75%;
    flex: 0 0 75%;
  }

  .pxd-col-md-10 {
    width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .pxd-col-md-11 {
    width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .pxd-col-md-12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .pxd-md-flex {
    display: flex;
  }

  .pxd-md-flex-justify-start {
    justify-content: flex-start;
  }

  .pxd-md-flex-justify-end {
    justify-content: flex-end;
  }

  .pxd-md-flex-justify-center {
    justify-content: center;
  }

  .pxd-md-flex-justify-between {
    justify-content: space-between;
  }

  .pxd-md-flex-align-center {
    align-items: center;
  }

  .pxd-md-flex-align-start {
    align-items: flex-start;
  }

  .pxd-md-flex-align-end {
    align-items: flex-end;
  }

  .pxd-md-flex-wrap {
    flex-wrap: wrap;
  }

  .pxd-md-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .pxd-hidden-sm {
    display: block;
  }

  .pxd-tagline {
    font-size: 1.125rem;
  }

  .pxd-body {
    font-size: 1rem;
  }

  .pxd-body ul,
  .pxd-body ol {
    font-size: 1rem;
  }

  .pxd-modal {
    top: 0;
  }

  .pxd-modal-dismiss-button {
    float: right;
    margin: 13px 0 0 10px;
    position: static;
    padding: 0;
  }

  .pxd-modal-window-paper {
    padding: 60px;
    padding-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
    max-height: calc(100vh - 30px);
    height: auto;
  }

  .pxd-modal-window-title {
    font-size: 2.25rem;
    margin-bottom: 57px;
    padding-top: 0;
  }

  .pxd-multi-drop {
    border-top: 0;
  }

  .pxd-multi-drop:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #E2E6E9;
  }

  .pxd-multi-drop-label {
    font-size: 0.875rem;
    height: 80px;
    padding-left: 70px;
  }

  .pxd-multi-drop-label svg {
    left: 35px;
    width: auto;
    height: auto;
  }

  .pxd-multi-drop-list {
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .pxd-multi-drop-list-item {
    font-size: 0.875rem;
    padding: 12px 24px 13px 24px;
  }

  .pxd-multi-drop-list-item:before {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
  }

  .pxd-header {
    padding: 13px 0;
  }

  .pxd-header:before {
    display: none;
  }

  .pxd-header-dark {
    background-color: #000;
    box-shadow: none;
  }

  .pxd-header-dark .pxd-header-nav .menu a,
  .pxd-header-dark a,
  .pxd-header-dark .pxd-header-lang-switcher,
  .pxd-header-dark .pxd-header-search__zoom {
    color: #fff;
  }

  .pxd-header-dark .pxd-header-search-inner {
    background-color: transparent;
  }

  .pxd-header-dark .pxd-header-search-inner:focus-within {
    background-color: #fff;
  }

  .pxd-header-dark .pxd-header-search-inner:focus-within .pxd-header-search__zoom {
    color: #000;
  }

  .pxd-header-transparent {
    background-color: transparent;
  }

  .pxd-header-transparent .pxd-header-search-inner {
    background-color: transparent;
  }

  .pxd-header-transparent .pxd-header-search-inner:focus-within {
    background-color: #fff;
  }

  .pxd-header-transparent .pxd-header-search-inner:focus-within .pxd-header-search__zoom {
    color: #000;
  }

  .pxd-header-mobile {
    position: static;
    background: transparent;
    padding: 0;
    overflow: visible;
    padding: 0;
    flex: 1 1 100%;
    transform: translate(0, 0);
  }

  .pxd-header-logo {
    flex: 0 0 auto;
  }

  .pxd-header-logo__img {
    height: 40px;
  }

  .pxd-header-nav {
    flex: 1 1 100%;
  }

  .pxd-header-nav-btn {
    margin: 0;
    border: 1px solid #00DB00;
    background: transparent;
    color: #000;
    width: 150px;
    transition: all 0.3s ease-in-out;
  }

  .pxd-header-nav-btn:hover {
    background: #00DB00;
  }

  .pxd-header-nav .menu {
    display: flex;
    padding: 0 10px;
  }

  .pxd-header-nav .menu .current-menu-item a {
    font-weight: 700;
  }

  .pxd-header-nav .menu a {
    border: 0;
    background: none;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.75;
    font-weight: 400;
    padding: 0;
    width: 82px;
    text-align: center;
  }

  .pxd-header-nav .menu a:hover {
    font-weight: 700;
  }

  .pxd-header .hba-menu-hidden-sm {
    display: block;
  }

  .pxd-header-search {
    margin: 0 15px;
    background: transparent;
    padding: 0;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    position: relative;
  }

  .pxd-header-search-inner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    width: 50px;
    background: #fff;
  }

  .pxd-header-search-inner:focus-within {
    width: 230px;
  }

  .pxd-header-search-inner:focus-within .pxd-header-search__close {
    opacity: 1;
    z-index: 2;
    transition: opacity 0.2s ease-in-out 0.2s;
  }

  .pxd-header-search__zoom {
    left: 14px;
    top: 14px;
    width: 20px;
    height: 20px;
  }

  .pxd-header-search__close {
    color: #000;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.1s ease-out 0;
    display: block;
    cursor: pointer;
  }

  .pxd-header-search__input {
    border: 0;
    font-size: 1rem;
    line-height: 2;
    padding-left: 48px;
  }

  .pxd-header-lang {
    background: transparent;
    margin: 0;
    padding: 0;
    display: block;
  }

  .pxd-header-lang .pxd-social {
    display: none;
  }

  .pxd-header-lang-switcher {
    color: #000;
    padding-right: 15px;
  }

  .pxd-header-nav-secondary {
    display: none;
  }

  .pxd-header-toggle-nav {
    display: none;
  }

  .pxd-footer-left-nav .menu li + li {
    margin-left: 20px;
  }

  .pxd-footer__vacancies {
    padding: 17px 40px 22px 40px;
  }

  .pxd-footer-social {
    padding-bottom: 42px;
  }

  .pxd-footer-bar {
    font-size: 0.75rem;
    line-height: 1.75;
  }

  .pxd-footer-bar__copyright {
    padding-top: 0;
  }

  .pxd-footer-bar__nav {
    margin: 0;
    max-width: none;
  }

  .pxd-footer-bar__nav li + li {
    margin-left: 51px;
  }

  .pxd-footer .menu a {
    font-size: 0.75rem;
    font-weight: 400;
  }

  .pxd-game-support .pxd-row {
    overflow: auto;
  }

  .pxd-game-support-item {
    width: auto;
    height: auto;
    display: block;
  }

  .pxd-faq-search {
    padding-top: 131px;
    padding-bottom: 63px;
  }

  .pxd-faq-search__title {
    font-size: 4rem;
    margin-bottom: 40px;
  }

  .pxd-faq-search-form__zoom {
    width: 22px;
    height: 22px;
    left: 24px;
    top: 29px;
  }

  .pxd-faq-search-form__input {
    background: #fff;
    border: 0;
    font-size: 1rem;
    padding: 25px 10px 23px 70px;
  }

  .pxd-part-feedback_cv-cv {
    padding: 31px 30px 51px 30px;
  }

  .pxd-part-feedback_cv-cv__text {
    padding-bottom: 49px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .pxd-part-feedback_cv-cv__btn {
    margin-left: 0;
  }

  .pxd-part-feedback_cv-feedback {
    margin-top: 0;
  }

  .pxd-block-terms a {
    word-break: normal;
  }

  .pxd-block-contact {
    padding-bottom: 100px;
  }

  .pxd-block-contact__title {
    font-size: 4rem;
    line-height: 1.2;
    padding-top: 126px;
    padding-bottom: 95px;
  }

  .pxd-block-contact-form {
    padding-top: 0;
  }

  .pxd-block-contact-form input[type="text"],
  .pxd-block-contact-form input[type="tel"],
  .pxd-block-contact-form input[type="email"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pxd-block-contact-form input[type="submit"] {
    width: auto;
  }

  .pxd-block-contact-form select {
    padding-left: 6px;
    padding-right: 6px;
  }

  .pxd-block-contact-form textarea {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pxd-block-contact-form-alt input[type="text"],
  .pxd-block-contact-form-alt input[type="tel"],
  .pxd-block-contact-form-alt input[type="email"],
  .pxd-block-contact-form-alt select,
  .pxd-block-contact-form-alt textarea {
    border: 1px solid #E2E6E9;
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .pxd-block-contact-form-alt input[type="text"].wpcf7-not-valid,
  .pxd-block-contact-form-alt input[type="tel"].wpcf7-not-valid,
  .pxd-block-contact-form-alt input[type="email"].wpcf7-not-valid,
  .pxd-block-contact-form-alt select.wpcf7-not-valid,
  .pxd-block-contact-form-alt textarea.wpcf7-not-valid {
    border-color: #aa0556;
  }

  .pxd-block-contact-form-alt .pxd-block-contact-item {
    margin-bottom: 26px;
  }

  .pxd-block-contact-form-alt .pxd-block-contact-textarea {
    margin-top: 0;
  }

  .pxd-block-contact-form-alt .pxd-block-contact-textarea textarea {
    min-height: 48px;
  }

  .pxd-block-contact-form-alt .pxd-block-contact-file {
    position: static;
    padding-top: 12px;
    padding-bottom: 5px;
  }

  .pxd-block-contact-form-alt .pxd-block-contact-file label {
    width: auto;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 76px;
    display: flex;
    align-items: center;
    background-position: 21px center;
  }

  .pxd-block-contact-item {
    margin-bottom: 0;
  }

  .pxd-block-contact-textarea {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .pxd-block-contact-file {
    position: absolute;
    right: 4px;
    top: -6px;
    margin-top: 0;
  }

  .pxd-block-contact-file label {
    width: 40px;
    font-size: 0;
    padding-left: 0;
    line-height: 1;
  }

  .pxd-block-offices {
    background-size: auto 100%;
  }

  .pxd-block-offices__title {
    font-size: 2rem;
  }

  .pxd-block-offices-list {
    width: 381px;
    margin-left: auto;
  }

  .pxd-block-positions__row {
    overflow: auto;
  }

  .pxd-block-team {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .pxd-block-team-card {
    padding: 40px;
    padding-bottom: 32px;
    text-align: left;
  }

  .pxd-block-game-item {
    background: #F5F6FA;
    text-align: left;
  }

  .pxd-block-game-item-col-img {
    align-self: flex-end;
  }

  .pxd-block-game-item__links a {
    margin: 0 30px 0 0;
  }

  .pxd-block-game-item__img img {
    max-width: 100%;
  }

  .pxd-block-title-our-games .pxd-container {
    padding-top: 163px;
    padding-bottom: 80px;
  }

  .pxd-block-title-our-games h1 {
    font-size: 4rem;
  }

  .pxd-block-teamwork {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .pxd-block-teamwork-title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .pxd-block-teamwork-description {
    padding-bottom: 72px;
    font-size: inherit;
    line-height: inherit;
  }

  .pxd-block-teamwork-images div {
    flex: 0 0 25%;
  }

  .pxd-swiper-main {
    max-width: 640px;
    margin: 0 auto;
  }

  .pxd-swiper-main:before {
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00DB00;
  }

  .pxd-swiper-main .swiper-wrapper {
    height: 345px;
  }

  .pxd-swiper-main .swiper-slide {
    height: 345px;
  }

  .pxd-swiper-main .swiper-slide-active {
    height: 345px;
  }

  .pxd-swiper-main .swiper-button-prev,
  .pxd-swiper-main .swiper-button-next {
    bottom: 5px;
    top: auto;
    left: auto;
    margin: 0;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
  }

  .pxd-block-values {
    padding-bottom: 110px;
  }

  .pxd-block-values-title {
    font-size: 3rem;
  }

  .pxd-block-values-row {
    overflow: auto;
    padding-bottom: 0;
  }

  .pxd-block-values-col {
    width: 20%;
    flex: 0 0 20%;
  }

  .pxd-block-values-item {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }

  .pxd-block-values-item-svg {
    padding-top: 0;
    min-height: 95px;
  }

  .pxd-block-about-title {
    font-size: 3.75rem;
    padding: 95px 0 25px 0;
  }

  .pxd-block-about-text-columns {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 60px;
    column-gap: 60px;
    padding-bottom: 55px;
  }

  .pxd-block-title-about-us h1 {
    font-size: 4rem;
  }

  .pxd-block-home-hero {
    padding-bottom: 40px;
    padding-top: 76px;
    min-height: 100vh;
  }

  .pxd-block-home-hero > div {
    width: 100%;
  }

  .pxd-block-home-hero-title {
    margin-top: 0;
    margin-left: -2.5vh;
    min-height: 70vh;
  }

  .pxd-block-home-hero-title span {
    font-size: 18vh;
  }

  .pxd-block-home-hero-title span span:last-child {
    margin-top: -3.6vh;
  }

  .pxd-block-home-hero-title strong {
    font-size: 36vh;
    margin-top: -5.6vh;
  }

  .pxd-block-home-hero-title:hover span {
    font-size: 12vh;
  }

  .pxd-block-home-hero-title:hover span span:last-child {
    margin-top: 0;
  }

  .pxd-block-home-hero-title:hover strong {
    font-size: 50vh;
  }

  .pxd-block-home-hero-description {
    font-size: 1.25rem;
  }

  .pxd-block-home-hero-btn {
    text-align: left;
  }

  .pxd-block-home-info {
    padding: 50px 0 60px 0;
  }

  .pxd-block-home-info-img img {
    width: auto;
  }

  .pxd-block-home-info .pxd-tagline {
    padding-top: 0;
  }

  .pxd-block-home-info-title {
    font-size: 3rem;
    padding: 15px 0 10px 0;
  }

  .pxd-block-home-info-subtitle {
    font-size: 3rem;
  }

  .pxd-block-home-stat .swiper-slide {
    flex: 0 0 33.3333%;
  }

  .pxd-block-home-insta {
    padding-top: 77px;
  }

  .pxd-block-home-insta-title {
    font-size: 3rem;
    padding-bottom: 16px;
  }

  .pxd-block-home-insta-subtitle {
    font-size: 1.5rem;
    padding-bottom: 46px;
  }

  .pxd-block-home-insta .swiper-slide {
    width: 124px;
    height: 124px;
  }

  .pxd-block-home-contact {
    padding-top: 50px;
  }

  .pxd-block-home-contact .pxd-block-contact-item-name {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .pxd-block-home-contact .pxd-block-contact-item-email,
  .pxd-block-home-contact .pxd-block-contact-item-phone {
    flex: 0 0 50%;
    width: 50%;
  }

  .pxd-block-home-contact .pxd-block-contact-textarea {
    margin-top: 41px;
  }

  .pxd-block-home-contact .pxd-block-contact-acceptance {
    padding-bottom: 40px;
  }

  .pxd-block-home-contact-title {
    font-size: 3rem;
  }

  .pxd-block-home-contact-swiper {
    padding: 20px 20px 0 20px;
    margin: 0;
  }

  .pxd-block-home-cards {
    padding: 60px 0;
  }

  .pxd-block-home-card {
    height: 220px;
  }

  .pxd-terms-headline {
    padding: 68px 0 69px 0;
    margin-top: 76px;
  }

  .pxd-terms-headline p {
    font-size: 0.875rem;
  }

  .pxd-terms-title {
    font-size: 3rem;
    margin-bottom: 25px;
  }

  .pxd-terms-sidebar {
    display: block;
  }

  .pxd-terms-container {
    padding-top: 90px;
  }

  .pxd-faq-single-container {
    padding-top: 112px;
    padding-bottom: 150px;
  }

  .pxd-faq-single-aside {
    display: block;
  }

  .pxd-faq-single-aside-nav {
    margin: 0;
    padding: 0;
    list-style: none outside none;
  }

  .pxd-faq-single-back {
    top: -56px;
    left: 7px;
    position: absolute;
  }

  .pxd-faq-single-title {
    font-size: 2.25rem;
    margin-bottom: 50px;
    margin-top: -13px;
  }

  .pxd-faq-single-content {
    position: relative;
  }

  .pxd-faq-single-text {
    font-size: 1rem;
  }

  .pxd-faq-single-text ul,
  .pxd-faq-single-text ol {
    font-size: 1rem;
  }

  .pxd-faq-archive-grid {
    padding-top: 106px;
    padding-bottom: 150px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
  }

  .pxd-faq-archive-section {
    margin-bottom: 0;
  }

  .pxd-faq-archive-section__ul li {
    margin-bottom: 20px;
  }

  .pxd-faq-archive-section__ul-hidden {
    height: 132px;
  }

  .pxd-career-single {
    padding-top: 76px;
  }

  .pxd-career-single-cta {
    display: none;
  }

  .pxd-career-single-headline {
    padding: 59px 0 80px 0;
  }

  .pxd-career-single-headline__title {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .pxd-career-single-headline__details {
    font-size: 0.875rem;
  }

  .pxd-career-single-headline__details span {
    margin-right: 20px;
  }

  .pxd-career-single-container {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .pxd-career-single-aside .pxd-btn {
    width: 100%;
    margin-bottom: 35px;
    font-size: 1rem;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .pxd-career-single-text h1,
  .pxd-career-single-text h2,
  .pxd-career-single-text h3,
  .pxd-career-single-text h4,
  .pxd-career-single-text h5,
  .pxd-career-single-text h6 {
    font-size: 1.5rem;
  }

  .pxd-career-single-text p {
    font-size: 1rem;
  }

  .pxd-career-single-text ul {
    font-size: 1rem;
  }

  .pxd-career-single-similar {
    padding-bottom: 130px;
  }

  .pxd-career-single-similar__title {
    font-size: 2.25rem;
    padding-top: 100px;
  }

  .pxd-career-single-similar .pxd-position-card {
    min-height: 250px;
  }

  .pxd-career-archive-top {
    background-color: #F5F6FA;
  }

  .pxd-career-archive-title-wrap {
    padding-top: 120px;
  }

  .pxd-career-archive-title:after {
    background-color: #F5F6FA;
  }

  .pxd-career-archive-filters-search,
  .pxd-career-archive-filters-department,
  .pxd-career-archive-filters-location {
    flex: 1 0 calc((100% - 163px) / 3);
    max-width: calc((100% - 163px) / 3);
  }

  .pxd-career-archive-filters-search input {
    font-size: 0.875rem;
    padding: 24px 20px 24px 70px;
    background-position: 24px 29px;
    background-size: auto auto;
  }

  .pxd-career-archive-filters-submit .pxd-btn {
    height: 80px;
  }

  .pxd-career-archive-filters-results {
    font-size: 1rem;
  }

  .pxd-career-archive-filters-results div {
    font-size: 0.875rem;
  }

  .pxd-career-archive-grid-title {
    display: block;
    font-size: 4.75rem;
    line-height: 1;
    padding-top: 80px;
    margin-bottom: 0.6em;
  }

  .pxd-career-archive-grid-title + p {
    display: block;
  }
}

@media (min-width: 783px) {
  .admin-bar .pxd-header {
    top: 32px;
  }
}

@media (min-width: 992px) {
  .pxd-col-lg-1 {
    width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .pxd-col-lg-2 {
    width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .pxd-col-lg-3 {
    width: 25%;
    flex: 0 0 25%;
  }

  .pxd-col-lg-4 {
    width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .pxd-col-lg-5 {
    width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .pxd-col-lg-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .pxd-col-lg-7 {
    width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .pxd-col-lg-8 {
    width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .pxd-col-lg-9 {
    width: 75%;
    flex: 0 0 75%;
  }

  .pxd-col-lg-10 {
    width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .pxd-col-lg-11 {
    width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .pxd-col-lg-12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .pxd-lg-flex {
    display: flex;
  }

  .pxd-lg-flex-justify-start {
    justify-content: flex-start;
  }

  .pxd-lg-flex-justify-end {
    justify-content: flex-end;
  }

  .pxd-lg-flex-justify-center {
    justify-content: center;
  }

  .pxd-lg-flex-justify-between {
    justify-content: space-between;
  }

  .pxd-lg-flex-align-center {
    align-items: center;
  }

  .pxd-lg-flex-align-start {
    align-items: flex-start;
  }

  .pxd-lg-flex-align-end {
    align-items: flex-end;
  }

  .pxd-lg-flex-wrap {
    flex-wrap: wrap;
  }

  .pxd-lg-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .pxd-header-nav .menu {
    padding-left: 45px;
  }

  .pxd-header-nav .menu li {
    padding: 0 6px;
  }

  .pxd-header-nav .menu a {
    width: 98px;
  }

  .pxd-header-search {
    margin: 0 38px;
  }

  .pxd-header-search-inner:focus-within {
    width: 280px;
  }

  .pxd-footer-left-nav {
    padding-bottom: 35px;
    padding-top: 60px;
  }

  .pxd-footer__vacancies {
    font-size: 1.375rem;
    box-shadow: none;
  }

  .pxd-footer__vacancies strong {
    font-size: 2.875rem;
  }

  .pxd-footer__vacancies > span {
    padding-top: 11px;
    font-size: inherit;
  }

  .pxd-footer-social__title {
    text-align: right;
    font-size: 3.5rem;
  }

  .pxd-footer-social__title span:last-child {
    font-size: 6.125rem;
    margin-left: -83px;
  }

  .pxd-footer-social .pxd-social {
    margin-right: -17px;
  }

  .pxd-game-support {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pxd-game-support-item {
    padding: 50px 30px;
    width: auto;
    position: relative;
  }

  .pxd-game-support-item__title {
    font-size: 2.25rem;
    line-height: 2.6875rem;
  }

  .pxd-game-support-item__text {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 46px;
  }

  .pxd-game-support-item__img {
    width: 42%;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .pxd-game-support-item .pxd-btn {
    margin: 0;
    display: inline-flex;
  }

  .pxd-position-card {
    padding: 25px;
    padding-bottom: 20px;
    font-size: 0.875rem;
    min-height: 250px;
  }

  .pxd-position-card__title {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .pxd-position-card__label {
    right: 25px;
    top: 30px;
  }

  .pxd-position-card__location {
    padding: 0 0 12px 29px;
    background-position: 0 5px;
  }

  .pxd-position-card__department {
    padding-top: 9px;
  }

  .pxd-part-feedback_cv-cv {
    background-size: 280px auto;
  }

  .pxd-part-feedback_cv-cv__title {
    font-size: 2.25rem;
    margin-bottom: 18px;
  }

  .pxd-part-feedback_cv-feedback {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTEiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA5MSA2MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQ0LjMxNCAzNy42MTg1QzQ0LjMxNCA0OS40OTA3IDM0LjQyODMgNTkuMTUgMjIuMTk3NSA1OS4xNUM5Ljk2NjcxIDU5LjE1IDEuMTYzNDMgNDkuODQxOSAwLjExNzEzNCAzOC4wMDQ5Qy0xLjQzNDI3IDE5Ljk1MDggMTIuNjM2NiA0LjgxMjA4IDI5Ljc3NDEgMEMyMy45MjkzIDMuNDQyMjIgMTkuODUyNCA5LjQxMzQyIDE5LjE2NjkgMTYuMzY4MUMyMC4xNzcxIDE2LjIyNzYgMjEuMTg3MyAxNi4xMjIyIDIyLjE5NzUgMTYuMTIyMkMzNC40MjgzIDE2LjEyMjIgNDQuMzE0IDI1Ljc0NjQgNDQuMzE0IDM3LjYxODVaIiBmaWxsPSIjMDBEQjAwIi8+CjxwYXRoIGQ9Ik05MS4wMDAyIDM3LjYxODVDOTEuMDAwMiA0OS40OTA3IDgxLjExNDUgNTkuMTUgNjguODgzNyA1OS4xNUM1Ni42ODkgNTkuMTUgNDcuODEzNSA0OS44NDE5IDQ2Ljc2NzMgMzguMDA0OUM0NS4yMTU5IDE5Ljk1MDggNTkuMzIyOCA0LjgxMjA4IDc2LjQ2MDMgMEM3MC42MTU1IDMuNDQyMjIgNjYuNTc0NiA5LjQxMzQyIDY1Ljg4OTEgMTYuMzY4MUM2Ni44OTk0IDE2LjIyNzYgNjcuOTA5NiAxNi4xMjIyIDY4LjkxOTggMTYuMTIyMkM4MS4xMTQ1IDE2LjEyMjIgOTEuMDAwMiAyNS43NDY0IDkxLjAwMDIgMzcuNjE4NVoiIGZpbGw9IiMwMERCMDAiLz4KPC9zdmc+Cg==);
    background-position: 30px 42px;
    background-repeat: no-repeat;
    padding: 34px 40px 36px 161px;
  }

  .pxd-part-feedback_cv-feedback-item__text {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }

  .pxd-part-feedback_cv-feedback-item__author {
    margin-top: 21px;
  }

  .pxd-part-feedback_cv-feedback-item__author img {
    margin-right: 30px;
  }

  .pxd-block-offices__title {
    font-size: 3rem;
    margin-bottom: 69px;
  }

  .pxd-block-positions__title {
    text-align: left;
    font-size: 3rem;
    padding-top: 83px;
  }

  .pxd-block-positions__btn {
    padding: 50px 0;
  }

  .pxd-block-team-title {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 30px;
  }

  .pxd-block-game-item__title {
    font-size: 3rem;
    padding-top: 77px;
    padding-bottom: 37px;
  }

  .pxd-block-game-item__content {
    background: transparent;
    box-shadow: none;
  }

  .pxd-block-game-item__description {
    font-size: inherit;
    line-height: inherit;
  }

  .pxd-block-title-our-games .pxd-container {
    padding-top: 219px;
    padding-bottom: 131px;
  }

  .pxd-block-title-our-games h1 {
    font-size: 8rem;
  }

  .pxd-block-games-about {
    padding: 100px 0;
  }

  .pxd-block-games-about-title {
    font-size: 3rem;
    padding: 25px 0 43px 0;
  }

  .pxd-block-games-about-item {
    padding: 35px 270px 35px 35px;
    margin-bottom: 40px;
  }

  .pxd-block-games-about-item-description {
    font-size: inherit;
    line-height: inherit;
  }

  .pxd-block-games-about-item-img {
    max-width: 270px;
  }

  .pxd-block-title-about-us .pxd-container {
    padding-top: 132px;
    padding-bottom: 88px;
  }

  .pxd-block-title-about-us h1 {
    font-size: 8rem;
  }

  .pxd-block-home-stat-item {
    min-height: 223px;
  }

  .pxd-block-home-stat-item-title {
    padding-right: 95px;
  }

  .pxd-block-home-stat-item-title span:nth-child(1) {
    font-size: 122px;
  }

  .pxd-block-home-stat-item-title span:nth-child(2) {
    font-size: 48px;
    bottom: 55px;
  }

  .pxd-block-home-stat-item-title span:nth-child(3) {
    font-weight: 600;
    right: 10px;
    bottom: 36px;
  }

  .pxd-block-home-stat-item-title-alt span:nth-child(2) {
    font-size: 54px;
    font-weight: 800;
    transform: translate(0, -50%);
    top: 33%;
    right: 67px;
  }

  .pxd-block-home-stat-item-title-alt span:nth-child(3) {
    font-size: 48px;
    bottom: 55px;
    font-weight: 500;
  }

  .pxd-block-home-contact-swiper {
    padding: 40px 40px 0 40px;
  }

  .pxd-block-home-contact-swiper .swiper-slide {
    padding: 25px 50px 0 50px;
  }

  .pxd-block-home-games-title {
    font-size: 80px;
  }

  .pxd-block-home-games-title span:last-child {
    font-size: 7rem;
    margin-left: -39px;
  }

  .pxd-block-home-games-item {
    min-height: 600px;
    overflow: hidden;
  }

  .pxd-block-home-games-item:hover .pxd-block-home-games-item-content {
    transform: translate(0, 0);
  }

  .pxd-block-home-games-item-hero {
    display: none;
  }

  .pxd-block-home-games-item-content {
    opacity: 1;
    pointer-events: auto;
    position: absolute;
  }

  .pxd-block-home-games-item-content-lg {
    right: auto;
    width: 380px;
    bottom: 0;
    top: 0;
    padding-left: 50px;
    padding-right: 30px;
    padding-top: 338px;
    transform: translate(-100%, 0);
  }

  .pxd-block-home-games-item-content-lg .pxd-block-home-games-item-hero-small {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
  }

  .pxd-block-home-games-item-content-lg .pxd-block-home-games-item-hero-small img {
    width: 100%;
  }

  .pxd-block-home-games-item-content-sm {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    padding: 38px 140px 0 30px;
    transform: translate(0, 100%);
  }

  .pxd-block-home-games-item-content-sm .pxd-block-home-games-item-hero-small {
    right: 0;
    width: 160px;
  }

  .pxd-block-home-games-item-title {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 19px;
  }

  .pxd-block-home-games-item-title span {
    color: #00DB00;
  }

  .pxd-block-home-games-item-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 28px;
  }

  .pxd-block-home-games-item-link {
    display: inline-flex;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
  }

  .pxd-block-home-games-item-link svg {
    margin-left: 15px;
  }

  .pxd-block-home-games-item-store {
    display: none;
  }

  .pxd-faq-archive-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 90px;
    grid-column-gap: 75px;
  }

  .pxd-career-single-aside .pxd-btn {
    font-size: 1.5rem;
    height: 70px;
  }
}

@media (min-width: 1200px) {
  .pxd-col-xl-1 {
    width: 8.33333%;
    flex: 0 0 8.33333%;
  }

  .pxd-col-xl-2 {
    width: 16.66667%;
    flex: 0 0 16.66667%;
  }

  .pxd-col-xl-3 {
    width: 25%;
    flex: 0 0 25%;
  }

  .pxd-col-xl-4 {
    width: 33.33333%;
    flex: 0 0 33.33333%;
  }

  .pxd-col-xl-5 {
    width: 41.66667%;
    flex: 0 0 41.66667%;
  }

  .pxd-col-xl-6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .pxd-col-xl-7 {
    width: 58.33333%;
    flex: 0 0 58.33333%;
  }

  .pxd-col-xl-8 {
    width: 66.66667%;
    flex: 0 0 66.66667%;
  }

  .pxd-col-xl-9 {
    width: 75%;
    flex: 0 0 75%;
  }

  .pxd-col-xl-10 {
    width: 83.33333%;
    flex: 0 0 83.33333%;
  }

  .pxd-col-xl-11 {
    width: 91.66667%;
    flex: 0 0 91.66667%;
  }

  .pxd-col-xl-12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .pxd-header-nav .menu {
    padding-left: 76px;
  }

  .pxd-header-search-inner:focus-within {
    width: 460px;
  }

  .pxd-game-support-item__img {
    top: 0;
  }

  .pxd-part-feedback_cv-cv {
    background-size: 360px auto;
  }

  .pxd-block-home-games-item-content-sm {
    padding: 38px 260px 0 50px;
  }

  .pxd-block-home-games-item-content-sm .pxd-block-home-games-item-hero-small {
    width: 250px;
  }

  .pxd-career-archive-title {
    font-size: 16.75rem;
  }
}

@media (max-width: 767px) {
  .pxd-sticky-sidebar-inner.is-affixed .pxd-sticky-sidebar-element {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    transform: none !important;
  }

  .pxd-block-home-cards .pxd-row > div {
    width: 90vw;
    flex: 0 0 90vw;
  }

  .pxd-block-home-cards .pxd-row .pxd-col-md-12 {
    width: 160vw;
    flex: 0 0 160vw;
  }
}