*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

* {
  padding: 0px;
  margin: 0px;
}

html,
body {
  min-height: 100%;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
}

:focus,
:active,
:hover,
:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  -webkit-outline: none;
  outline: none;
}

ul,
ol {
  list-style-position: inside;
  list-style-type: none;
  text-align: left;
}

li {
  height: auto;
}

img,
picture,
video,
canvas,
svg,
iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
}

input,
textarea,
button,
select {
  display: block;
  font-family: inherit;
}

button,
select {
  display: block;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
}

textarea {
  resize: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
  width: 100%;
}

button {
  text-transform: none;
  cursor: pointer;
}

[hidden],
::-ms-clear {
  display: none;
}

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

:-moz-focusring {
  -webkit-outline: none;
  outline: none;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-calendar-picker-indicator {
  opacity: 0;
}

[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  display: none;
}

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

html {
  padding: env(safe-area-inset);
}
@media (hover: hover) and (pointer: fine) {
  html {
    scrollbar-gutter: stable;
  }
}

html,
body {
  scroll-behavior: smooth;
  scroll-margin-top: 82px;
  scroll-padding-top: 82px;
}
@media (max-width: 1237px) {
  html,
  body {
    scroll-margin-top: 62px;
    scroll-padding-top: 62px;
  }
}
html:has(.header.static),
body:has(.header.static) {
  scroll-margin-top: 0px;
  scroll-padding-top: 0px;
}
html:has(.modal.is-open),
body:has(.modal.is-open) {
  scroll-margin-top: 0px;
  scroll-padding-top: 0px;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  padding: 0px;
  margin: 0px auto;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media (hover: hover) and (pointer: fine) {
  body {
    scrollbar-gutter: stable;
  }
}
body.overflow {
  overflow: hidden;
}

.bodyWrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-type: y mandatory;
}

.innerPage,
.errorPage {
  position: relative;
  background: radial-gradient(167.19% 117.16% at 50% -17.16%, rgba(175, 74, 255, 0.5) 0%, rgba(103, 4, 131, 0.118037) 82.94%, rgba(0, 0, 0, 0) 100%), #000000;
  z-index: 1;
}
.innerPage > .back,
.errorPage > .back {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1440px;
  height: 742px;
  opacity: 0.8;
  background-image: url(../img/smoke_back.webp);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  z-index: -1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .innerPage > .back,
  .errorPage > .back {
    background-image: url(../img/smoke_back@2x.webp);
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a {
  text-decoration: none;
}

select,
input,
textarea {
  width: 100%;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: "Montserrat";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  padding: 0px;
  font-family: "Montserrat";
  background-color: transparent;
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}

label {
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.container {
  width: 1238px;
  margin: 0px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.siteLogo {
  position: relative;
  display: block;
  width: 115px;
}
.siteLogo > img {
  width: 100%;
  height: auto;
}
.siteLogo .img {
  display: block;
  height: auto;
}
.siteLogo .text {
  display: none;
  position: absolute;
  bottom: 0px;
  left: calc(100% + 8px);
}

.tagEl {
  display: inline-block;
  padding: 0px 6px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .tagEl {
    padding: 0px 4px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 6px;
  }
}
.tagEl.simple {
  background-color: #AF4AFF;
}
.tagEl.state {
  color: rgb(255, 255, 255);
  background-color: #D8009E;
}
.tagEl.date {
  color: #FF01BB;
  background-color: rgb(255, 255, 255);
}
.tagEl.article {
  color: rgb(255, 255, 255);
  background-color: #4968DB;
}
.tagEl.game {
  color: #31247F;
  background-color: rgb(255, 255, 255);
}
.tagEl.light {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.15);
}
.tagEl.fill {
  color: #331048;
  background-color: rgb(255, 255, 255);
}
.tagEl.plain {
  padding: 0px;
  color: rgb(255, 255, 255);
  background-color: transparent;
}

.moreLink {
  position: relative;
  display: inline-block;
  padding: 4px 32px 4px 0px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  filter: drop-shadow(0px 0px 8px transparent);
  transition: filter 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .moreLink:hover {
    filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
  }
}
.moreLink::before {
  content: "\e909";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "icomoon";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .moreLink {
    padding: 3px 28px 3px 0px;
    font-size: 14px;
    line-height: 14px;
  }
  .moreLink::before {
    font-size: 20px;
    line-height: 20px;
  }
}

.moreLink2 {
  display: inline-block;
  padding: 0px 6px;
  font-size: 14px;
  line-height: 1;
  color: #090909;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  background-color: rgb(255, 255, 255);
  border-radius: 8px;
}
.moreLink2 .in {
  display: flex;
  align-items: center;
}
.moreLink2 [class*=icon] {
  display: block;
  margin-left: 8px;
  font-size: 24px;
}

.titleContainer .moreLink {
  margin-bottom: 6px;
}
.titleContainer.withLink {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.titleContainer.center {
  text-align: center;
}
.titleContainer + .contentContainer {
  margin-top: 56px;
}

.socLinks {
  display: flex;
}
.socLinks li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  transition: background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .socLinks li a:hover {
    background-color: #837891;
  }
}
.socLinks li + li {
  margin-left: 8px;
}

.mobileLink {
  display: none;
}
@media (max-width: 767px) {
  .mobileLink {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
  }
}

.backLink {
  position: relative;
  display: block;
  padding-left: 22px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: rgb(255, 255, 255);
  filter: drop-shadow(0px 0px 8px transparent);
  transition: filter 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .backLink:hover {
    filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
  }
}
@media (max-width: 767px) {
  .backLink {
    font-size: 14px;
    line-height: 16px;
  }
}
.backLink::before {
  content: "\e913";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  font-family: "icomoon";
  font-size: 16px;
  line-height: 16px;
}

.iconLink {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  filter: drop-shadow(0px 0px 8px transparent);
  transition: filter 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .iconLink:hover {
    filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
  }
}
.iconLink::before {
  content: "\e915";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "icomoon";
  font-size: 24px;
  line-height: 24px;
  color: #FF01BB;
}

.btnFill {
  position: relative;
  display: inline-block;
  padding: 17px 36px 19px;
  min-width: 208px;
  font-size: 16px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(91.94deg, #AF4AFF 3.72%, #A301FA 99.34%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.3s;
  z-index: 1;
}
.btnFill::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, rgba(255, 26, 255, 0.3), rgba(255, 26, 255, 0.3)), linear-gradient(91.94deg, #AF4AFF 3.72%, #A301FA 99.34%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.btnFill::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: linear-gradient(180deg, rgba(232, 94, 253, 0.5) 0%, rgba(229, 94, 253, 0.5) 100%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="16" ry="16" stroke-width="1" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
  mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="16" ry="16" stroke-width="1" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .btnFill:hover {
    box-shadow: 0px 2px 42px rgba(202, 79, 228, 0.240741), 0px 1.2963px 24.5972px rgba(202, 79, 228, 0.392593), 0px 0.77037px 13.3778px rgba(202, 79, 228, 0.5), 0px 0.4px 6.825px rgba(202, 79, 228, 0.607407), 0px 0.162963px 3.42222px rgba(202, 79, 228, 0.759259), 0px 0.037037px 1.65278px #CA4FE4;
  }
  .btnFill:hover::before, .btnFill:hover::after {
    opacity: 1;
  }
}
.btnFill.full {
  width: 100%;
}
.btnFill.sm {
  padding-top: 14px;
  padding-bottom: 15px;
}
@media (max-width: 1237px) {
  .btnFill.sm {
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 1237px) {
  .btnFill {
    padding-top: 16px;
    padding-bottom: 15px;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 767px) {
  .btnFill {
    padding: 14px 15px 15px;
    font-size: 14px;
    line-height: 17px;
  }
}

.btnBorder {
  position: relative;
  display: inline-block;
  padding: 16px 17px 18px;
  min-width: 208px;
  font-size: 16px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid rgba(195, 96, 235, 0.4);
  border-radius: 16px;
  transition: box-shadow 0.3s, border 0.3s;
  z-index: 1;
}
.btnBorder .text {
  display: inline-block;
  background: linear-gradient(180deg, #00FFFF 0.21%, #00FF85 95.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.btnBorder::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(18, 3, 24, 0.25);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  opacity: 1;
  transition: opacity 0.3s;
  z-index: -1;
}
.btnBorder::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: radial-gradient(50% 68.16% at 50% 50%, #01322C 0%, #22062D 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .btnBorder:hover {
    border: 1px solid rgba(195, 96, 235, 0.6);
    box-shadow: 0px 0px 250px rgba(18, 3, 24, 0.25), 0px 0px 250px rgba(18, 3, 24, 0.25), 0px 0px 250px rgba(18, 3, 24, 0.25), 0px 0px 131.04px rgba(18, 3, 24, 0.25), 0px 0px 37.44px rgba(18, 3, 24, 0.25), 0px 0px 18.72px rgba(18, 3, 24, 0.25), inset 0px 0px 15px rgba(32, 255, 227, 0.5);
  }
  .btnBorder:hover::before {
    opacity: 0;
  }
  .btnBorder:hover::after {
    opacity: 1;
  }
}
.btnBorder.full {
  width: 100%;
}
@media (max-width: 767px) {
  .btnBorder {
    padding: 13px 15px 14px;
    font-size: 14px;
    line-height: 17px;
  }
}

.btnWhite {
  position: relative;
  display: inline-block;
  padding: 14px 15px 15px;
  min-width: 208px;
  font-size: 16px;
  line-height: 19px;
  color: #090909;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  background: rgb(255, 255, 255);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.02), 0px 5px 5px rgba(0, 0, 0, 0.03), 0px 1px 3px rgba(0, 0, 0, 0.03);
  z-index: 1;
}
.btnWhite.full {
  width: 100%;
}

.btnFillSimple {
  display: inline-block;
  padding: 11px 15px;
  min-width: 208px;
  font-size: 16px;
  line-height: 20px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: center;
  background: #F3F2F7;
  border-radius: 21px;
}
.btnFillSimple.full {
  width: 100%;
}
.btnFillSimple.lg {
  padding: 14px 15px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .btnFillSimple.lg {
    padding: 11px 15px;
    line-height: 17px;
    border-radius: 21px;
  }
}

.fieldItem {
  position: relative;
  padding-bottom: 24px;
}
.fieldItem label {
  display: block;
  font-size: 18px;
  line-height: 120%;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 0em;
}
.fieldItem label + .fieldWrap {
  margin-top: 10px;
}
.fieldItem input,
.fieldItem textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 24px 16px;
  font-size: 16px;
  line-height: 120%;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 0em;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  border: 1px solid transparent;
  box-shadow: 0px 0px 37px transparent, 0px 0px 19px transparent;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, border 0.3s;
  z-index: 1;
}
.fieldItem input.error,
.fieldItem textarea.error {
  border: 1px solid #F70235;
}
.fieldItem input.error:focus,
.fieldItem textarea.error:focus {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid #331048;
  box-shadow: 0px 0px 37px rgba(18, 3, 24, 0.25), 0px 0px 19px rgba(18, 3, 24, 0.25);
}
.fieldItem input:focus,
.fieldItem textarea:focus {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border: 1px solid #331048;
  box-shadow: 0px 0px 37px rgba(18, 3, 24, 0.25), 0px 0px 19px rgba(18, 3, 24, 0.25);
}
.fieldItem input.error,
.fieldItem textarea.error {
  border: 1px solid #F70235;
}
.fieldItem input.error + .message,
.fieldItem textarea.error + .message {
  color: #F70235;
}
.fieldItem input::placeholder,
.fieldItem textarea::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.fieldItem input:-ms-input-placeholder,
.fieldItem textarea:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.fieldItem input::-ms-input-placeholder,
.fieldItem textarea::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.fieldItem input::-webkit-input-placeholder,
.fieldItem textarea::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.fieldItem input:-moz-placeholder,
.fieldItem textarea:-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.fieldItem input::-moz-placeholder,
.fieldItem textarea::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.fieldItem textarea {
  min-height: 124px;
  resize: none;
}
.fieldItem .message {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 14px;
  line-height: 120%;
  color: #F70235;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1;
}
@media (max-width: 767px) {
  .fieldItem .message {
    font-size: 12px;
  }
}

.selectList {
  position: relative;
}
.selectList .control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 17px;
  font-size: 16px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 0em;
  background-color: #331048;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
  transition: background-color 0.3s, box-shadow 0.3s;
  outline: none;
  z-index: 7;
}
.selectList .control .label {
  flex-shrink: 0;
}
.selectList .control .param {
  display: block;
  flex-shrink: 0;
  margin-left: 8px;
  min-width: 18px;
  padding: 2px;
  font-size: 14px;
  line-height: 14px;
  color: #4A015C;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .selectList .control .param {
    min-width: 20px;
    line-height: 16px;
  }
}
.selectList .control .param:empty {
  display: none;
}
.selectList .control .param:empty + [class*=icon] {
  display: block;
}
.selectList .control .param + [class*=icon] {
  display: none;
}
.selectList .control [class*=icon] {
  display: block;
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
  flex-shrink: 0;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.selectList .caption {
  display: none;
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .selectList .caption {
    display: flex;
    margin-bottom: 24px;
  }
}
.selectList .list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0px;
  min-width: 193px;
  padding: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 250px rgba(18, 3, 24, 0.25), 0px 0px 250px rgba(18, 3, 24, 0.25), 0px 0px 250px rgba(18, 3, 24, 0.25), 0px 0px 131px rgba(18, 3, 24, 0.25), 0px 0px 37.44px rgba(18, 3, 24, 0.25), 0px 0px 19px rgba(18, 3, 24, 0.25);
  border-radius: 16px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -moz-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  z-index: 9;
  overflow: hidden;
}
.selectList .list ul {
  padding: 8px 8px 8px 8px;
  max-height: 492px;
  overflow-y: auto;
  overflow-x: hidden;
}
@-moz-document url-prefix() {
  .selectList .list ul {
    scrollbar-width: thin !important;
    scrollbar-color: #AF4AFF rgb(255, 255, 255) !important;
  }
}
.selectList .list ul::-webkit-scrollbar-button {
  width: 5px;
  height: 0px;
  border-radius: 5px;
}
.selectList .list ul::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
}
.selectList .list ul::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #AF4AFF;
  border-radius: 5px;
}
.selectList .list ul::-webkit-scrollbar-thumb:hover {
  background-color: #AF4AFF;
}
.selectList .list ul::-webkit-resizer {
  width: 4px;
  height: 0px;
}
.selectList .list ul::-webkit-scrollbar {
  width: 8px;
  border-radius: 5px;
}
.selectList .list li + li {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .selectList .list li + li {
    margin-top: 20px;
  }
}
.selectList .button {
  position: relative;
  cursor: pointer;
}
.selectList .button input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
.selectList .button input:checked ~ .label {
  color: #AF4AFF;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .selectList .button input:focus-visible ~ .label {
    color: #AF4AFF;
    font-weight: 700;
  }
}
.selectList .button .label {
  display: inline-block;
  font-size: 16px;
  line-height: 135%;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0em;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .selectList .button .label:hover {
    color: #AF4AFF;
  }
}
.selectList + .overlay {
  display: none;
}
.selectList.active {
  z-index: 9;
}
.selectList.active .control [class*=icon] {
  transform: scale(-1, -1);
}
.selectList.active .list {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1238px) {
  .selectList.simple .control {
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .selectList.simple .control {
    min-height: 44px;
    padding: 11px 16px;
  }
}
.selectList.simple .control [class*=icon] {
  margin-left: 10px;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .selectList.simple .control [class*=icon] {
    margin-left: 4px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .selectList.simple .button input:checked ~ .label {
    color: rgb(255, 255, 255);
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .selectList.simple .button .label {
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: rgb(255, 255, 255);
  }
}
.selectList.simple .list {
  left: auto;
  right: 0px;
}
@media (max-width: 767px) {
  .selectList.simple .list {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0px;
    max-height: min(100vh, 470px);
    padding: 16px;
    background-color: #331048;
    border-radius: 16px 16px 0px 0px;
    overflow: auto;
  }
  .selectList.simple .list ul {
    padding: 0px;
    max-width: 448px;
    max-height: unset;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
}
.selectList.simple.active .control [class*=icon] {
  transform: scale(1, 1);
}
@media (max-width: 767px) {
  .selectList.simple.active {
    z-index: unset;
  }
  .selectList.simple.active .control {
    z-index: unset;
  }
  .selectList.simple.active + .overlay {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .selectList.simple + .overlay {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(23, 23, 23, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 8;
  }
  .selectList.simple + .overlay:active {
    color: red;
  }
}
@media (max-width: 767px) {
  .selectList:not(.simple) .control {
    position: relative;
    width: 100%;
    min-height: unset;
    justify-content: space-between;
    padding: 0px;
    font-size: 18px;
    line-height: 145%;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0px;
    box-shadow: none;
    transition: padding-top 0.3s, padding-bottom 0.3s;
  }
  .selectList:not(.simple) .control::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #4A2E5B;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .selectList:not(.simple) .control [class*=icon] {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .selectList:not(.simple) .control:hover {
    background-color: #AF4AFF;
    box-shadow: inset 0px 0px 0px 1px #AF4AFF;
  }
}
@media (min-width: 768px) {
  .selectList:not(.simple) .control:active {
    background-color: rgba(51, 16, 72, 0.5);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
  }
}
@media (max-width: 767px) {
  .selectList:not(.simple) .list {
    position: relative;
    display: none;
    min-width: unset;
    padding: 16px 0px 18px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .selectList:not(.simple) .list ul {
    padding: 0px;
    max-height: unset;
    overflow-y: visible;
    overflow-x: visible;
  }
}
@media (max-width: 767px) {
  .selectList:not(.simple).active .control {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .selectList:not(.simple).active .control::before {
    opacity: 1;
  }
  .selectList:not(.simple).active .list {
    display: block;
  }
}

.checkboxButton {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkboxButton input {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (hover: hover) and (pointer: fine) {
  .checkboxButton input:focus-visible + .btn::before {
    opacity: 0.5;
  }
}
.checkboxButton input:checked + .btn::before {
  opacity: 1;
}
.checkboxButton .btn {
  position: relative;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #AF4AFF;
  border-radius: 4px;
}
.checkboxButton .btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/check.svg);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}
.checkboxButton .label {
  display: block;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 135%;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: 0em;
}

.filterTag {
  position: relative;
}
.filterTag input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
.filterTag input:checked + .button {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 0px 0px 1px #331048;
}
@media (max-width: 767px) {
  .filterTag input:checked + .button {
    padding: 12px;
    color: rgb(255, 255, 255);
    background-color: transparent;
    box-shadow: none;
  }
  .filterTag input:checked + .button::before {
    opacity: 1;
  }
}
.filterTag .button {
  display: block;
  min-height: 46px;
  padding: 14px 16px 15px;
  font-size: 16px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 0em;
  background-color: #331048;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  border-radius: 23px;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .filterTag .button:hover {
    background-color: #AF4AFF;
    box-shadow: inset 0px 0px 0px 1px #AF4AFF;
  }
}
@media (max-width: 767px) {
  .filterTag .button {
    position: relative;
    min-height: unset;
    padding: 0px;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
    background-color: transparent;
    border: none;
    box-shadow: none;
    z-index: 1;
  }
  .filterTag .button::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100vw;
    height: 100%;
    margin-left: -50vw;
    background-color: #4A2E5B;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: -1;
  }
}

.fileButton {
  position: relative;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .fileButton:hover .label {
    padding-right: 40px;
    filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
  }
}
.fileButton input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  z-index: -1;
}
.fileButton .labelWrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fileButton .label {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 0em;
  transition: all 0.3s;
}
.fileButton .label::before {
  content: "\e909";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "icomoon";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  background: linear-gradient(91.94deg, #AF4AFF 3.72%, #A301FA 99.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.fileButton .note {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
}

.fileContainer {
  display: none;
  margin-top: 12px;
}
.fileContainer.visible {
  display: block;
}
.fileContainer li {
  display: flex;
  align-items: center;
}
.fileContainer li + li {
  margin-top: 6px;
}
.fileContainer .fileName {
  position: relative;
  display: block;
  max-width: calc(100% - 40px);
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 0em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fileContainer .removeFileBtn {
  margin-left: 8px;
}

.removeFileBtn {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #AF4AFF;
  transition: all 0.3s;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .removeFileBtn:hover {
    filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
  }
}

h1,
.firstCap {
  display: block;
  font-family: "Karantina";
  font-size: 140px;
  line-height: 90%;
  color: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h1.invert,
.firstCap.invert {
  color: rgb(0, 0, 0);
}
h1 + p,
.firstCap + p {
  margin-top: 32px;
}
@media (max-width: 1237px) {
  h1,
  .firstCap {
    font-size: 72px;
    line-height: 100%;
  }
}
@media (max-width: 767px) {
  h1,
  .firstCap {
    font-size: 56px;
  }
}

h2,
.secCap {
  display: block;
  font-family: "Karantina";
  font-size: 72px;
  line-height: 72px;
  color: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h2.invert,
.secCap.invert {
  color: rgb(0, 0, 0);
}
@media (max-width: 1237px) {
  h2,
  .secCap {
    font-size: 56px;
    line-height: 100%;
  }
}

h3,
.thirdCap,
.infoSection .subtitle .highlight {
  display: block;
  font-family: "Karantina";
  font-size: 56px;
  line-height: 56px;
  color: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h3.invert,
.thirdCap.invert,
.infoSection .subtitle .invert.highlight {
  color: rgb(0, 0, 0);
}
h3.light,
.thirdCap.light,
.infoSection .subtitle .light.highlight {
  font-weight: 300;
  letter-spacing: 0.03em;
}

h4,
.fourthCap {
  display: block;
  font-family: "Karantina";
  font-size: 38px;
  line-height: 90%;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
h4.invert,
.fourthCap.invert {
  color: rgb(0, 0, 0);
}
h4.light,
.fourthCap.light {
  font-weight: 300;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  h4,
  .fourthCap {
    font-size: 28px;
  }
}

h5,
.fifthCap {
  display: block;
  font-size: 28px;
  line-height: 90%;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
h5.invert,
.fifthCap.invert {
  color: rgb(0, 0, 0);
}

h6,
.sixthCap {
  display: block;
  font-size: 24px;
  line-height: 100%;
  color: inherit;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
h6.invert,
.sixthCap.invert {
  color: rgb(0, 0, 0);
}

.highlight1 {
  color: #FF71FD;
}

.highlight2 {
  color: #00F7C5;
}

.highlight3 {
  color: #FF69E1;
}

p.lg {
  font-size: 28px;
  line-height: 120%;
}

.textBlock.invert {
  color: rgb(0, 0, 0);
}
.textBlock p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.textBlock p:first-child {
  margin-top: 0px;
}
.textBlock p:last-child {
  margin-bottom: 0px;
}

.header {
  position: sticky;
  top: -1px;
  margin-bottom: -82px;
  z-index: 8;
  transition: all 0.3s, opacity 1.2s cubic-bezier(0.7, -0.4, 0.4, 1.4);
}
.header.isPinned {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
@media (min-width: 1238px) {
  .header.invisible {
    opacity: 0;
  }
}
.header.static {
  position: relative;
  top: 0px;
}
.header .wrapper {
  height: 82px;
  padding-top: 12px;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menuWrap {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
.header nav + .burgerWrap {
  margin-left: 24px;
}
.header .siteMenu {
  margin-left: 4px;
}

.innerPage .header,
.errorPage .header {
  margin-bottom: 0px;
}
@media (max-width: 1237px) {
  .innerPage .header,
  .errorPage .header {
    margin-bottom: -6px;
  }
}

.headerLink {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-color: rgba(18, 3, 24, 0.25);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  transition: box-shadow 0.3s;
  z-index: 1;
  z-index: 1;
}
.headerLink::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(0deg, rgba(255, 26, 255, 0.3), rgba(255, 26, 255, 0.3)), linear-gradient(91.94deg, #AF4AFF 3.72%, #A301FA 99.34%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
.headerLink::after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: linear-gradient(180deg, rgba(232, 94, 253, 0.5) 0%, rgba(229, 94, 253, 0.5) 100%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="21" ry="21" stroke-width="1" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
  mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="21" ry="21" stroke-width="1" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}
@media (hover: hover) and (pointer: fine) {
  .headerLink:hover {
    box-shadow: 0px 2px 42px rgba(202, 79, 228, 0.240741), 0px 1.2963px 24.5972px rgba(202, 79, 228, 0.392593), 0px 0.77037px 13.3778px rgba(202, 79, 228, 0.5), 0px 0.4px 6.825px rgba(202, 79, 228, 0.607407), 0px 0.162963px 3.42222px rgba(202, 79, 228, 0.759259), 0px 0.037037px 1.65278px #CA4FE4;
  }
  .headerLink:hover::before, .headerLink:hover::after {
    opacity: 1;
  }
}

.siteMenu {
  display: flex;
  align-items: center;
  padding: 2px 2px 2px 2px;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.siteMenu nav {
  padding-left: 20px;
}

.menuList {
  display: flex;
  font-size: 16px;
  line-height: 19px;
  color: #090909;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.menuList li a {
  padding: 8px 0px;
}
.menuList li + li {
  margin-left: 24px;
}
.menuList .hidden {
  display: none;
}

.menuBurger {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 16px 2px 8px;
  font-size: 16px;
  line-height: 19px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-color: #090909;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.03);
}
.menuBurger [class*=burger] {
  font-size: 31px;
  line-height: 31px;
}
.menuBurger.active {
  padding: 2px 12px 2px 8px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 305px;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
  z-index: 1;
}
.footer .back {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  bottom: 0px;
  z-index: -1;
}
.footer .back .logo {
  display: block;
  max-width: unset;
  width: 1297px;
  height: auto;
}
.footer .back .el {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: unset;
  width: 362px;
  height: auto;
}
.footer .wrapper {
  display: flex;
}
.footer .footerInfo {
  margin-left: auto;
}

.footerContacts {
  max-width: 336px;
  width: 100%;
}
.footerContacts .socLinks + .contacts {
  margin-top: 24px;
}
.footerContacts .contacts {
  font-size: 16px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 0.2px;
}
.footerContacts .contacts li a {
  color: rgb(255, 255, 255);
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footerContacts .contacts li a:hover {
    color: #837891;
  }
}
.footerContacts .contacts li + li {
  margin-top: 24px;
}
.footerContacts .contacts .caption {
  display: block;
  margin-bottom: 8px;
  color: #837891;
}
.footerContacts .button {
  margin-top: 24px;
}

.footerMenu {
  margin: 0px auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.2px;
  color: rgb(255, 255, 255);
}
.footerMenu li a {
  color: rgb(255, 255, 255);
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footerMenu li a:hover {
    color: #837891;
  }
}
.footerMenu li + li {
  margin-top: 16px;
}
.footerMenu .hidden {
  display: none;
}

.footerInfo {
  max-width: 367px;
  width: 100%;
}
.footerInfo .moreLinks {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}
.footerInfo .moreLinks li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #837891;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footerInfo .moreLinks li a:hover {
    color: rgba(131, 120, 145, 0.3);
  }
}
.footerInfo .moreLinks li + li {
  margin-left: 24px;
}
.footerInfo .moreLinks:first-child {
  margin-top: 0px;
}
.footerInfo .moreLinks:last-child {
  margin-bottom: 0px;
}
.footerInfo .dev {
  margin-top: 52px;
  display: flex;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: #837891;
}
.footerInfo .dev > * {
  display: block;
}
.footerInfo .dev > *:first-child {
  margin-right: 8px;
}
.footerInfo .dev > *:last-child {
  margin-top: 5px;
  align-self: flex-end;
}

.copyright {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.2px;
  color: #837891;
  font-weight: 400;
}
.copyright span {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.startScreen {
  position: relative;
  padding-top: 146px;
  background: radial-gradient(167.19% 117.16% at 50% -17.16%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  z-index: 1;
}
.startScreen .back {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1440px;
  height: 742px;
  opacity: 0.8;
  background-image: url(../img/bg_smoke_2.webp);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  z-index: -1;
}
.startScreen .back.deskVis {
  display: none;
}
.startScreen .back:not(.deskVis) {
  display: block;
}
.startScreen .back.pandaBack {
  width: 768px;
  height: 809px;
  background-size: cover;
  background-position: center top;
}
@media (min-width: 768px) {
  .startScreen .back.pandaBack {
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: -619px;
    width: 1238px;
    height: 479px;
    opacity: 0.8;
    background-image: url(../img/bg_smoke_2.webp);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    z-index: -1;
  }
  .startScreen .back.pandaBack.deskVis {
    display: block;
  }
  .startScreen .back.pandaBack:not(.deskVis) {
    display: none;
  }
}
@media (min-width: 1238px) {
  .startScreen .back.pandaBack {
    margin-right: -960px;
    width: 1920px;
    height: 742px;
  }
}
.startScreen::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 255px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -1;
}

.startSection .wrapper {
  position: relative;
  display: flex;
}
.startSection .main {
  max-width: 584px;
  width: 100%;
  z-index: 1;
}
.startSection .subtitle {
  position: relative;
  max-width: 420px;
  font-size: 16px;
  line-height: 120%;
  color: rgb(255, 255, 255);
  font-weight: 500;
  opacity: 0.6;
  z-index: 1;
}
.startSection .subtitle + .title {
  margin-top: 24px;
}
.startSection .title {
  position: relative;
  z-index: 1;
}
.startSection .title > * {
  text-shadow: 298px 639px 282px rgba(0, 0, 0, 0.01), 168px 360px 237px rgba(0, 0, 0, 0.03), 75px 159px 177px rgba(0, 0, 0, 0.04), 18px 40px 96px rgba(0, 0, 0, 0.05);
}
.startSection .image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 624px;
}
.startSection .image picture {
  display: block;
  width: 100%;
  max-width: unset;
  height: auto;
}
.startSection .image img {
  display: block;
  width: 100%;
  max-width: unset;
  height: auto;
}
.startSection .image.pandaClaw {
  width: 969px;
  top: -80px;
  left: 392px;
}
.startSection .list {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  max-width: 400px;
}
.startSection .list li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  min-height: 24px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
}
.startSection .list li + li {
  margin-top: 18px;
}
.startSection .list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 4px;
  width: 21px;
  height: 18px;
  background-size: 21px 18px;
  background-position: 2px 2px;
  background-image: linear-gradient(180deg, #00F7C5 0%, #02E6E7 100%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="18" viewBox="0 0 21 18"><path d="M18.1641 1.20941C17.2314 0.149403 15.5236 0.363486 14.8814 1.62093L10.5061 10.188C9.78257 11.6046 7.7749 11.6506 6.98729 10.2686L5.19502 7.1236C4.46554 5.84353 2.64933 5.76486 1.81188 6.97705L1.04337 8.08947C0.453228 8.94368 0.614857 10.1074 1.41545 10.7685L5.03934 13.7608L7.72004 16.4669C8.53946 17.2941 9.88949 17.2492 10.6522 16.3694L19.8559 5.75222C20.5112 4.99618 20.5071 3.87216 19.8461 3.121L18.1641 1.20941Z" /></svg>') 0/100% 100%;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="18" viewBox="0 0 21 18"><path d="M18.1641 1.20941C17.2314 0.149403 15.5236 0.363486 14.8814 1.62093L10.5061 10.188C9.78257 11.6046 7.7749 11.6506 6.98729 10.2686L5.19502 7.1236C4.46554 5.84353 2.64933 5.76486 1.81188 6.97705L1.04337 8.08947C0.453228 8.94368 0.614857 10.1074 1.41545 10.7685L5.03934 13.7608L7.72004 16.4669C8.53946 17.2941 9.88949 17.2492 10.6522 16.3694L19.8559 5.75222C20.5112 4.99618 20.5071 3.87216 19.8461 3.121L18.1641 1.20941Z" /></svg>') 0/100% 100%;
}
.startSection .button {
  position: relative;
  margin-top: 42px;
  z-index: 1;
}

.advantagesSection {
  margin-top: 42px;
}

.advantagesList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.advantagesList .item {
  position: relative;
  padding-top: 130px;
  font-size: 16px;
  line-height: 130%;
  z-index: 1;
}
.advantagesList .title + .content {
  margin-top: 16px;
}
.advantagesList picture img {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.sliderSection {
  position: relative;
  margin-top: 128px;
  padding-bottom: 24px;
  overflow: hidden;
  z-index: 2;
}

.siteSlider {
  overflow: visible;
}
.siteSlider .swiper-slide .gameSlide {
  opacity: 0.5;
  -moz-transform: scale(0.883);
  -ms-transform: scale(0.883);
  -webkit-transform: scale(0.883);
  -o-transform: scale(0.883);
  transform: scale(0.883);
}
.siteSlider .swiper-slide-active .gameSlide {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.siteSlider .swiper-slide-prev .gameSlide {
  filter: blur(5px);
  opacity: 0.5;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
.siteSlider .swiper-slide-next .gameSlide {
  filter: blur(5px);
  opacity: 0.5;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.siteSlider .swiper-pagination {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 25px;
  min-height: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.siteSlider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
  background-color: #2A2A2A;
  transition: color 0.3s, transform 0.3s;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .siteSlider .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #DEE201;
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.siteSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #DEE201;
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.gameSlide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 534px;
  padding: 64px calc(50% + 64px) 64px 64px;
  -webkit-box-shadow: -280px 544px 245px rgba(0, 0, 0, 0.02), -158px 306px 206px rgba(0, 0, 0, 0.08), -71px 136px 153px rgba(0, 0, 0, 0.13), -18px 34px 84px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -280px 544px 245px rgba(0, 0, 0, 0.02), -158px 306px 206px rgba(0, 0, 0, 0.08), -71px 136px 153px rgba(0, 0, 0, 0.13), -18px 34px 84px rgba(0, 0, 0, 0.15);
  box-shadow: -280px 544px 245px rgba(0, 0, 0, 0.02), -158px 306px 206px rgba(0, 0, 0, 0.08), -71px 136px 153px rgba(0, 0, 0, 0.13), -18px 34px 84px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: filter 0.3s, opacity 0.3s, transform 0.3s;
  -moz-transition: filter 0.3s, opacity 0.3s, transform 0.3s;
  -o-transition: filter 0.3s, opacity 0.3s, transform 0.3s;
  transition: filter 0.3s, opacity 0.3s, transform 0.3s;
  overflow: hidden;
}
.gameSlide .back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gameSlide .back picture {
  width: 100%;
  height: 100%;
}
.gameSlide .back img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gameSlide .tags {
  display: flex;
}
.gameSlide .tags li + li {
  margin-left: 4px;
}
.gameSlide .tags + .title {
  margin-top: 14px;
}
.gameSlide .title + .content {
  margin-top: 20px;
}
.gameSlide .content {
  max-width: 416px;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
}
.gameSlide .buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
}
.gameSlide .buttons [class*=btn] + [class*=btn] {
  margin-left: 8px;
}

.infoSection {
  position: relative;
  z-index: 1;
}
.infoSection .wrapper {
  min-height: 990px;
  padding-top: 84px;
  padding-bottom: 80px;
}
.infoSection .clawVideo {
  display: none;
  position: absolute;
  max-width: 1210px;
  top: 190px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: -2;
}
.infoSection .clawVideo video {
  width: 100%;
  height: auto;
}
.infoSection .clawVideo.visible {
  display: block;
}
.infoSection .back {
  position: absolute;
  max-width: 1210px;
  top: 190px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: -2;
}
.infoSection .back img {
  display: block;
  width: 100%;
  height: auto;
}
.infoSection::after {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 0px;
  min-width: 623px;
  width: calc((100vw - 1208px) / 2 + 507px);
  height: 100%;
  background: linear-gradient(270deg, rgba(1, 1, 2, 0) 0%, #010102 100%);
  z-index: -2;
}
.infoSection .titleContainer {
  display: flex;
  justify-content: space-between;
}
.infoSection .title {
  max-width: 550px;
  width: 100%;
}
.infoSection .subtitle {
  padding-top: 77px;
}
.infoSection .subtitle .highlight {
  color: #AF4AFF;
}
.infoSection .subtitle > [class*=Cap], .infoSection .subtitle > h4 {
  letter-spacing: -0.01em;
}
.infoSection .subtitle > [class*=Cap] > span, .infoSection .subtitle > h4 > span {
  display: block;
}
.infoSection .subtitle > [class*=Cap] > span.right, .infoSection .subtitle > h4 > span.right {
  text-align: right;
}
.infoSection .subtitle > [class*=Cap] > span + span, .infoSection .subtitle > h4 > span + span {
  margin-top: 7px;
}
.infoSection .contentContainer {
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
}
.infoSection .contentContainer .main {
  max-width: 416px;
  width: 100%;
}
.infoSection .contentContainer .aside {
  padding-top: 26px;
}
.infoSection .charts .item + .item {
  margin-top: 16px;
}
.infoSection .charts img {
  width: 210px;
  height: auto;
}

.infoList .item + .item {
  margin-top: 8px;
}

.infoItem {
  position: relative;
  padding: 24px 16px 24px 24px;
  background: linear-gradient(270deg, #141320 0%, #25160E 100%);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 16px;
  z-index: 1;
}
.infoItem::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  background: linear-gradient(180deg, rgba(57, 50, 72, 0.7) 0%, rgba(51, 36, 20, 0.7) 100%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="16" ry="16" stroke-width="1" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
  mask: url('data:image/svg+xml;utf8,<svg  xmlns="http://www.w3.org/2000/svg" ><rect x="1" y="1" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="16" ry="16" stroke-width="1" fill="transparent" stroke="white"/></svg>') 0/100% 100%;
  z-index: -1;
}
.infoItem summary {
  display: block;
  cursor: pointer;
}
.infoItem summary .summaryWrap {
  display: flex;
  align-items: flex-start;
}
.infoItem summary img {
  display: block;
  margin-right: 14px;
  width: 32px;
  height: auto;
  flex-shrink: 0;
}
.infoItem summary .control {
  margin-left: auto;
}
.infoItem summary::-webkit-details-marker, .infoItem summary::marker {
  display: none !important;
}
.infoItem .control {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  color: #AF4AFF;
}
.infoItem .control [class*=icon] {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  transition: opacity 0.3s;
}
.infoItem .control .icon-plus {
  opacity: 1;
}
.infoItem .control .icon-minus {
  opacity: 0;
}
.infoItem .content {
  padding-left: 46px;
  padding-top: 12px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
}
.infoItem[open] .control .icon-plus {
  opacity: 0;
}
.infoItem[open] .control .icon-minus {
  opacity: 1;
}

.portfolioSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 88px;
  z-index: 1;
}
.portfolioSection .back {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1440px;
  height: 742px;
  background-image: url(../img/bg_smoke.webp);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  z-index: -1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .portfolioSection .back {
    background-image: url(../img/bg_smoke@2x.webp);
  }
}
.portfolioSection .titleContainer + .contentContainer {
  margin-top: 50px;
}

.itemsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 16px;
}
.itemsGrid .item {
  display: flex;
  flex-direction: column;
}
.itemsGrid .item > * {
  flex-grow: 1;
}
.itemsGrid .item.col2 {
  grid-column: span 2;
}
.itemsGrid .item.row2 {
  grid-row: span 2;
  min-height: 480px;
}
@media (min-width: 1238px) {
  .itemsGrid .item.row2:nth-child(5) {
    grid-column: 2;
  }
}
.itemsGrid .row2 .gameCard .link {
  transform: translateX(-25%);
}
@media (hover: hover) and (pointer: fine) {
  .itemsGrid .row2 .gameCard:hover .link {
    transform: translateX(0%);
  }
}

.gameCard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 232px;
  height: 100%;
  padding: 22px 26px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.gameCard > a, .gameCard > button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.gameCard .background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.gameCard .background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.gameCard .backgroundHover {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: var(--bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .gameCard .backgroundHover {
    background-image: var(--bg2x);
  }
}
.gameCard .backgroundHover.bottom {
  background-size: contain;
  background-position: bottom;
}
.gameCard .backgroundHover.top {
  background-size: 100% auto;
  background-position: center top;
}
.gameCard .topBlock {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gameCard .tags {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}
.gameCard .tags li {
  margin: 2px;
}
.gameCard .link {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  z-index: 8;
}
.gameCard .released {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.gameCard .date {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.gameCard .title {
  margin-top: 24px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.gameCard .type {
  display: inline-block;
  margin-top: 8px;
  padding: 0px 6px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.gameCard .button {
  position: relative;
  margin-top: auto;
  max-width: 340px;
  padding-top: 24px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 8;
}
.gameCard .cloudAnimation {
  position: absolute;
  left: -50px;
  bottom: -150px;
  width: 520px;
  max-width: unset;
  opacity: 0.9;
  transform: translateY(3%);
  transition: transform 0.5s ease-in-out;
}
.gameCard .tigerAnimation {
  position: absolute;
  bottom: -129px;
  right: -27px;
  width: 604px;
  height: auto;
  transform: translateX(3%) translateY(3%) rotate(-24.5deg);
  transition: transform 0.5s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .gameCard:hover .backgroundHover,
  .gameCard:hover .released,
  .gameCard:hover .date,
  .gameCard:hover .link,
  .gameCard:hover .title,
  .gameCard:hover .type,
  .gameCard:hover .button {
    opacity: 1;
  }
  .gameCard:hover .cloudAnimation {
    transform: translateY(0%);
  }
  .gameCard:hover .tigerAnimation {
    transform: translateX(0%) translateY(0%) rotate(-24.5deg);
  }
}

.partnersSection {
  padding-top: 80px;
  padding-bottom: 75px;
}
.partnersSection .titleContainer + .contentContainer {
  margin-top: 26px;
}
.partnersSection .subtitle {
  margin-top: 10px;
  font-size: 16px;
  line-height: 130%;
}

.partnersList {
  margin: -4px -12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.partnersList li {
  margin: 4px;
}
.partnersList li a {
  display: block;
}
.partnersList li img {
  display: block;
  width: 238px;
  height: auto;
}

.gamesSection {
  padding: 80px 0px 100px;
  overflow: hidden;
}
.gamesSection .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.gamesSection .images {
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100% - 520px);
  padding-top: 190px;
  display: flex;
}
.gamesSection .main {
  margin-left: auto;
  max-width: 520px;
  width: 100%;
}
.gamesSection .titleContainer {
  max-width: 416px;
}
.gamesSection .titleContainer [class*=Cap] {
  font-size: 132px;
  line-height: 90%;
  letter-spacing: 0em;
}
.gamesSection .titleContainer [class*=Cap] span {
  display: block;
}
.gamesSection .contentContainer {
  margin-top: 28px;
  max-width: 416px;
  font-size: 16px;
  line-height: 150%;
}
.gamesSection .contentContainer p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gamesSection .subtitle {
  display: block;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.gamesSection .button {
  margin-top: 32px;
}
.gamesSection .standardGame {
  margin-top: 62px;
}
.gamesSection .standardGame + .brandedGame {
  margin-left: 50px;
}
.gamesSection .statsBlock {
  margin-top: 94px;
}

.standardGame {
  position: relative;
  z-index: 1;
}
.standardGame .arrow {
  position: absolute;
  display: block;
  right: -46px;
  bottom: calc(100% + 29px);
  width: 170px;
  height: auto;
}
.standardGame .image {
  position: relative;
  width: 229px;
}
.standardGame .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.standardGame .tagWrap {
  position: absolute;
  top: -11px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
.standardGame .tag {
  display: inline-block;
  padding: 0px 6px;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #FF00D6 0%, #FF002E 100%), #FFFFFF;
  border-radius: 4px;
}
.standardGame .caption {
  margin-top: 20px;
  display: block;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 38px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}

.brandedGame {
  position: relative;
}
.brandedGame .crown {
  position: absolute;
  display: block;
  max-width: unset;
  width: 184px;
  height: auto;
  bottom: calc(100% + 35px);
  left: 50px;
  transform: rotate(-6deg);
  mix-blend-mode: plus-lighter;
  object-fit: contain;
  object-position: center;
}
.brandedGame .backgroundShadow {
  position: absolute;
  display: block;
  max-width: unset;
  width: 460px;
  padding: 30px;
  height: auto;
  left: 50%;
  top: -50px;
  margin-left: -230px;
  z-index: -1;
  mix-blend-mode: plus-lighter;
  filter: blur(30px);
}
.brandedGame .backgroundShadow video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.brandedGame .image {
  position: relative;
  width: 283px;
  padding: 6px;
  background: linear-gradient(223.96deg, #CB9CF0 0.05%, #AF4AFF 99.94%);
  border-radius: 16px;
}
.brandedGame .image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.brandedGame .tagWrap {
  position: absolute;
  top: -7px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}
.brandedGame .tag {
  display: inline-block;
  padding: 0px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #090909;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #9DFF00 0%, #00FF77 100%), #FFFFFF;
  border-radius: 4px;
}
.brandedGame .caption {
  margin-top: 20px;
  display: block;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: linear-gradient(180deg, #DC7DFF 0%, #FCBDF0 100%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.statsBlock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.statsBlock .caption {
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  color: #7A7A7A;
}
.statsBlock .caption + .title {
  margin-top: 6px;
}
.statsBlock .title + .num {
  margin-top: 6px;
}
.statsBlock .num {
  display: flex;
  align-items: flex-end;
}
.statsBlock .pct {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 12px;
  font-weight: 600;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: rgb(255, 255, 255);
}

.newsSection {
  position: relative;
  padding-top: 80px;
  padding-bottom: 122px;
}
.newsSection::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0px;
  top: 0px;
  background: rgba(136, 60, 174, 0.15);
  z-index: -1;
}
.newsSection::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 166px;
  left: 0px;
  bottom: 24px;
  background: linear-gradient(180deg, #14091A 0%, #000000 100%);
  z-index: -1;
}
.newsSection .back {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1440px;
  height: 742px;
  background-image: url(../img/bg_smoke.webp);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  z-index: -1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .newsSection .back {
    background-image: url(../img/bg_smoke@2x.webp);
  }
}
.newsSection .titleContainer + .contentContainer {
  margin-top: 50px;
}

.newsCard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 232px;
  height: 100%;
  padding: 22px 26px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
  z-index: 1;
}
.newsCard > a, .newsCard > button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.newsCard .background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.newsCard .background .image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  transform-origin: right top;
  transform: translate(0%, -1.5%) scale(0.9);
  transition: transform 0.5s ease-in-out;
}
.newsCard .background img {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.newsCard .topBlock {
  width: 100%;
  margin-bottom: auto;
  display: flex;
  justify-content: space-between;
}
.newsCard .tags {
  display: flex;
}
.newsCard .tags li + li {
  margin-left: 4px;
}
.newsCard .arrow {
  font-size: 32px;
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.newsCard .date {
  margin-top: 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.15);
}
.newsCard .date + .title {
  margin-top: 10px;
}
.newsCard .title {
  max-width: 346px;
}
@media (hover: hover) and (pointer: fine) {
  .newsCard:hover .arrow {
    opacity: 1;
  }
  .newsCard:hover .image {
    transform: translate(0%, 0%) scale(1);
  }
}

.sectionsWrapper {
  position: relative;
}

.feedBackSection {
  padding-top: 80px;
  padding-bottom: 110px;
  min-height: 593px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.feedBackSection .star {
  position: absolute;
  display: block;
  right: 0px;
  bottom: 460px;
  width: 78px;
  height: auto;
}
.feedBackSection .image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 1022px;
  height: 896px;
  overflow: hidden;
}
.feedBackSection .image picture {
  display: block;
  width: 100%;
  height: 100%;
  max-width: unset;
}
.feedBackSection .image picture img {
  display: block;
  max-width: unset;
  object-position: left top;
}
.feedBackSection .wrapper {
  position: relative;
  max-width: 554px;
  z-index: 1;
}
.feedBackSection .title {
  font-family: "Karantina";
  font-size: 120px;
  line-height: 90%;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: inherit;
  text-transform: uppercase;
}
.feedBackSection p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.feedBackSection .button {
  margin-top: 64px;
}

.innerPageSection {
  padding-top: 64px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.simlpleTextSection {
  padding-bottom: 80px;
}

.portfolioPage {
  padding-bottom: 60px;
}
.portfolioPage .filterContainer {
  margin-top: 24px;
}
.portfolioPage .contentContainer {
  margin-top: 32px;
}
.portfolioPage .buttonContainer {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.filterBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filterBlock .caption,
.filterBlock .mobileFilterBtn {
  display: none;
}

.mobileFilterBtn {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 0em;
  background-color: #331048;
  border-radius: 23px;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
  transition: background-color 0.3s, box-shadow 0.3s;
  outline: none;
}
.mobileFilterBtn [class*=icon] {
  display: block;
  margin-left: 4px;
  font-size: 16px;
  line-height: 16px;
  flex-shrink: 0;
}
.mobileFilterBtn:active {
  background-color: rgba(51, 16, 72, 0.5);
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.25);
}

.mobileFilter + .overlay {
  display: none;
}

.filterWrapper > .inner {
  margin: -3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filterWrapper .item {
  flex-shrink: 0;
  margin: 3px;
}
.filterWrapper .clear {
  margin-left: 12px;
}

.clearBtn {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 100%;
  color: rgb(255, 255, 255);
  font-weight: 500;
  letter-spacing: 0em;
}
.clearBtn [class*=icon] {
  display: block;
  margin-left: 6px;
}
.clearBtn.hidden {
  display: none;
}

.gamePage {
  padding-bottom: 96px;
}

.gameHeadBlock {
  margin-top: 96px;
  margin-bottom: 96px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gameHeadBlock .main {
  width: 100%;
  max-width: 520px;
}
.gameHeadBlock .back {
  display: flex;
}
.gameHeadBlock .tags {
  margin-top: 48px;
  display: flex;
}
.gameHeadBlock .tags li + li {
  margin-left: 4px;
}
.gameHeadBlock .tagEl {
  display: block;
}
.gameHeadBlock .title {
  margin-top: 22px;
}
.gameHeadBlock .content {
  margin-top: 16px;
}
.gameHeadBlock .content p {
  font-weight: 400;
}
.gameHeadBlock .image {
  width: 100%;
  max-width: 527px;
  height: 554px;
  flex-shrink: 0;
  border-radius: 18px;
  box-shadow: -241px 468px 211px rgba(0, 0, 0, 0.02), -136px 263px 177px rgba(0, 0, 0, 0.08), -61px 117px 131px rgba(0, 0, 0, 0.13), -15px 29px 72px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.gameHeadBlock .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gameHeadBlock .stats {
  margin-top: 48px;
  display: flex;
}
.gameHeadBlock .stats li {
  min-width: 95px;
}
.gameHeadBlock .stats li:first-child {
  min-width: 125px;
}
.gameHeadBlock .stats li:nth-child(2) {
  min-width: 150px;
}
.gameHeadBlock .stats li + li {
  margin-left: 24px;
}
.gameHeadBlock .stats li:not(:last-child) {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.gameHeadBlock .stats .param {
  display: block;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.gameHeadBlock .stats .value {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: rgb(255, 255, 255);
}
.gameHeadBlock .buttons {
  margin-top: 64px;
  display: flex;
}
.gameHeadBlock .buttons [class*=btn] + [class*=btn] {
  margin-left: 8px;
}
.gameHeadBlock:first-child {
  margin-top: 0px;
}
.gameHeadBlock:last-child {
  margin-bottom: 0px;
}

.gameStatBlock {
  position: relative;
  margin-top: 96px;
  margin-bottom: 96px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gameStatBlock .image {
  width: 100%;
  max-width: 560px;
  border-radius: 20px;
  overflow: hidden;
}
.gameStatBlock .image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.gameStatBlock .content {
  width: 100%;
  max-width: 606px;
  grid-column: 2;
}
.gameStatBlock .title + .stats {
  margin-top: 20px;
}
.gameStatBlock .stats {
  display: grid;
  grid-template-columns: repeat(auto-fill, 182px);
  gap: 24px 16px;
}
.gameStatBlock .stats .param {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #837891;
}
.gameStatBlock .stats .value {
  display: block;
  margin-top: 6px;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: rgb(255, 255, 255);
}
.gameStatBlock .stats + .buttons {
  margin-top: 64px;
}
.gameStatBlock .buttons {
  display: flex;
}
.gameStatBlock .buttons [class*=btn] + [class*=btn] {
  margin-left: 8px;
}
.gameStatBlock:first-child {
  margin-top: 0px;
}
.gameStatBlock:last-child {
  margin-bottom: 0px;
}

.gameInfoBlock {
  margin-top: 96px;
  margin-bottom: 96px;
  padding-top: 24px;
  padding-bottom: 24px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 520px auto;
  grid-auto-flow: dense;
}
.gameInfoBlock.reversed {
  grid-template-columns: auto 520px;
}
.gameInfoBlock.reversed .image {
  grid-column: 1;
}
.gameInfoBlock.reversed .text {
  grid-column: 2;
}
.gameInfoBlock .image {
  align-self: center;
  min-height: calc(100% - 300px);
}
.gameInfoBlock .text {
  position: relative;
  width: 100%;
  max-width: 520px;
  align-self: center;
  z-index: 1;
}
.gameInfoBlock .img {
  width: 100%;
  max-width: 527px;
  box-shadow: -241px 468px 211px rgba(0, 0, 0, 0.02), -136px 263px 177px rgba(0, 0, 0, 0.08), -61px 117px 131px rgba(0, 0, 0, 0.13), -15px 296px 72px rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  overflow: hidden;
}
.gameInfoBlock .img picture {
  display: block;
  width: 100%;
}
.gameInfoBlock .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.gameInfoBlock:first-child {
  margin-top: 0px;
}
.gameInfoBlock:last-child {
  margin-bottom: 0px;
}

.portfolioSection.simple {
  padding-top: 60px;
  padding-bottom: 200px;
  background: linear-gradient(0deg, #000000, #000000), rgba(136, 60, 174, 0.15);
}
.portfolioSection.simple .moreLink {
  margin-bottom: 0px;
}
.portfolioSection.simple .titleContainer + .contentContainer {
  margin-top: 55px;
}

.contactsPage {
  position: relative;
  padding-bottom: 134px;
  flex-grow: 1;
  z-index: 1;
}
.contactsPage::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 255px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: -2;
}

.contactsSection {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.contactsSection::before {
  content: "";
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1042px;
  min-height: calc(100% - 670px);
  background: radial-gradient(167.19% 117.16% at 50% -17.16%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%);
  z-index: -2;
}
.contactsSection .contentWrap {
  width: 100%;
  max-width: 585px;
}
.contactsSection .titleContainer .title {
  font-family: "Karantina";
  font-weight: 700;
  font-size: 120px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.contactsSection .titleContainer + .contentContainer {
  margin-top: 24px;
}
.contactsSection .contentContainer {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: rgb(255, 255, 255);
}
.contactsSection .formWrap {
  width: 100%;
  max-width: 467px;
}
.contactsSection .fieldItem + .fieldItem {
  margin-top: 20px;
}
.contactsSection .button {
  margin-top: 36px;
}
.contactsSection .link {
  margin-top: 80px;
}

.kaleidoscope {
  position: relative;
  width: 600px;
  height: 600px;
}
.kaleidoscope.animated .kaleidoscopeEl .crystal {
  animation: kaleidoscope 7s ease-in-out infinite alternate;
}
.kaleidoscope.animated .kaleidoscopeEl .bowl {
  animation: bowl 7s ease-in-out infinite alternate;
}
.kaleidoscope.animated .kaleidoscopeEl:nth-child(even) .crystal {
  animation: kaleidoscopeMirrored 7s ease-in-out infinite alternate;
}
.kaleidoscope.animated .kaleidoscopeEl:nth-child(even) .bowl {
  animation: bowlMirrored 7s ease-in-out infinite alternate;
}
@media (max-width: 1237px) {
  .kaleidoscope .kaleidoscopeEl .crystal {
    animation: kaleidoscope 7s ease-in-out infinite alternate;
  }
  .kaleidoscope .kaleidoscopeEl .bowl {
    animation: bowl 7s ease-in-out infinite alternate;
  }
  .kaleidoscope .kaleidoscopeEl:nth-child(even) .crystal {
    animation: kaleidoscopeMirrored 7s ease-in-out infinite alternate;
  }
  .kaleidoscope .kaleidoscopeEl:nth-child(even) .bowl {
    animation: bowlMirrored 7s ease-in-out infinite alternate;
  }
}

.kaleidoscopeEl {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 600px;
  height: 600px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="601" height="600" viewBox="0 0 601 600" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M300.805 0C248.144 -6.27976e-07 196.41 13.8619 150.805 40.1924L300.805 300V0Z" fill="black"/></svg>') 0/100% 100%;
  mask: url('data:image/svg+xml;utf8,<svg width="601" height="600" viewBox="0 0 601 600" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M300.805 0C248.144 -6.27976e-07 196.41 13.8619 150.805 40.1924L300.805 300V0Z" fill="black"/></svg>') 0/100% 100%;
}
.kaleidoscopeEl .bowl {
  position: absolute;
  left: -55px;
  top: -100px;
  transform: scale(0.2);
}
.kaleidoscopeEl .bowl.rotated {
  transform: scale(0.5) rotate(-120deg);
}
.kaleidoscopeEl .crystal {
  position: absolute;
  width: 300px;
  height: auto;
  left: 163px;
  transform: rotate(0deg) translate(0px, 0px) scale(0.85);
  z-index: 1;
}
.kaleidoscopeEl .crystal.rotated {
  transform: rotate(-120deg) translate(0px, -96px) scale(0.65);
}
.kaleidoscopeEl:nth-child(even) .crystal {
  top: 26px;
  left: 64px;
  transform: rotate(-30deg);
  transform: rotate(-30deg) translate(0px, 0px) scale(0.85);
}
.kaleidoscopeEl:nth-child(even) .crystal.rotated {
  transform: rotate(90deg) translate(0.5px, -96px) scale(0.65);
}
.kaleidoscopeEl:nth-child(even) .bowl {
  position: absolute;
  left: -15px;
  top: -110px;
  transform: scale(0.2) rotate(-30deg);
}
.kaleidoscopeEl:nth-child(even) .bowl.rotated {
  transform: scale(0.5) rotate(90deg);
}
.kaleidoscopeEl:nth-child(2) {
  transform: rotate(30deg);
}
.kaleidoscopeEl:nth-child(3) {
  transform: rotate(60deg);
}
.kaleidoscopeEl:nth-child(4) {
  transform: rotate(90deg);
}
.kaleidoscopeEl:nth-child(5) {
  transform: rotate(120deg);
}
.kaleidoscopeEl:nth-child(6) {
  transform: rotate(150deg);
}
.kaleidoscopeEl:nth-child(7) {
  transform: rotate(180deg);
}
.kaleidoscopeEl:nth-child(8) {
  transform: rotate(210deg);
}
.kaleidoscopeEl:nth-child(9) {
  transform: rotate(240deg);
}
.kaleidoscopeEl:nth-child(10) {
  transform: rotate(270deg);
}
.kaleidoscopeEl:nth-child(11) {
  transform: rotate(300deg);
}
.kaleidoscopeEl:nth-child(12) {
  transform: rotate(330deg);
}

@keyframes kaleidoscope {
  0% {
    transform: rotate(0deg) translate(0px, 0px) scale(0.85);
  }
  100% {
    transform: rotate(-120deg) translate(0px, -96px) scale(0.65);
  }
}
@keyframes kaleidoscopeMirrored {
  0% {
    transform: rotate(-30deg) translate(0px, 0px) scale(0.85);
  }
  100% {
    transform: rotate(90deg) translate(0.5px, -96px) scale(0.65);
  }
}
@keyframes bowl {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(0.5) rotate(-120deg);
  }
}
@keyframes bowlMirrored {
  0% {
    transform: scale(0.2) rotate(-30deg);
  }
  100% {
    transform: scale(0.5) rotate(90deg);
  }
}
.newsPage {
  padding-bottom: 80px;
}
.newsPage .mainNews + * {
  margin-top: 104px;
}
.newsPage .filterContainer {
  margin-top: 42px;
}
.newsPage .contentContainer {
  margin-top: 32px;
}
.newsPage .buttonContainer {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.mainNews {
  position: relative;
  padding: 24px 28px;
  min-height: 480px;
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mainNews > a, .mainNews > button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.mainNews .cardBackround {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.mainNews .cardBackround img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.mainNews .content {
  max-width: 352px;
  width: 100%;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #52097D;
  border-radius: 12px;
}
.mainNews .tags {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.mainNews .date {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.15);
}
.mainNews .title {
  margin-top: 12px;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.mainNews .image {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  top: 0px;
  right: 124px;
}

.newsCard .topImage {
  margin-bottom: auto;
  display: block;
  width: 100%;
  height: auto;
}
.newsCard .tags .date {
  margin-top: 0px;
}
.newsCard .tags + .title {
  margin-top: 10px;
}

.newsSubscribe {
  height: 100%;
  padding: 22px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}
.newsSubscribe .title > * {
  color: #331048;
}
.newsSubscribe .field input {
  display: block;
  width: 100%;
  padding: 13px 23px;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: rgb(255, 255, 255);
  background: rgba(80, 0, 99, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.newsSubscribe .field input::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.newsSubscribe .field input:-ms-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.newsSubscribe .field input::-ms-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.newsSubscribe .field input::-webkit-input-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.newsSubscribe .field input:-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.newsSubscribe .field input::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.newsSubscribe .button {
  margin-top: 12px;
}
.newsSubscribe .button button {
  display: inline-block;
  width: 100%;
  padding: 16px 16px 17px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background: #2D0D3E;
  box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.02), 0px 5px 5px rgba(0, 0, 0, 0.03), 0px 1px 3px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

.articlePage {
  padding-bottom: 80px;
}
.articlePage .back {
  min-height: 22px;
  display: flex;
  align-items: center;
}

.articleImage {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .articleImage {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
.articleImage img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .articleImage img {
    border-radius: 6px;
  }
}
.articleImage:first-child {
  margin-top: 0px;
}
.articleImage:last-child {
  margin-bottom: 0px;
}

.articleContent {
  margin-top: 50px;
  max-width: 896px;
}
.articleContent .tags {
  display: flex;
  align-items: center;
}
.articleContent .tags li + li {
  margin-left: 12px;
}
.articleContent .tags + * {
  margin-top: 18px;
}
.articleContent .tagEl {
  display: block;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 24px;
}
.articleContent .tagEl.plain {
  padding: 0px;
}

.errorPage {
  background-color: rgb(0, 0, 0);
}
.errorPage .innerPageSection {
  padding-top: 120px;
  padding-bottom: 120px;
}
.errorPage::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60%;
  min-height: calc(100% - 670px);
  background: radial-gradient(167.19% 117.16% at 50% -17.16%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 60%, rgb(0, 0, 0) 100%);
  z-index: -1;
}
.errorPage .subtitle {
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: rgb(255, 255, 255);
}
.errorPage .subtitle .divider {
  display: inline-block;
  margin: 0px 11px;
}
.errorPage .title {
  max-width: 1000px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 140px;
  line-height: 90%;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.errorPage .links {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.errorPage .links li a {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: rgb(255, 255, 255);
  text-decoration-line: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition: text-decoration-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .errorPage .links li a:hover {
    text-decoration-color: transparent;
  }
}
.errorPage .links li + li {
  margin-left: 48px;
}

.vacanciesScreenWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(167.19% 117.16% at 50% -17.16%, rgba(175, 74, 255, 0.5) 0%, rgba(103, 4, 131, 0.118037) 82.94%, rgba(0, 0, 0, 0) 100%);
  overflow: hidden;
  scroll-snap-align: start;
}
.vacanciesScreenWrapper .background {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1440px;
  height: 100%;
  background-image: url(../img/vacancies_back.webp);
  background-size: 100% auto;
  background-position: right top;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  transition: opacity 1.2s ease-in-out;
  z-index: -1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vacanciesScreenWrapper .background {
    background-image: url(../img/vacancies_back@2x.webp);
  }
}
.vacanciesScreenWrapper .background.invisible {
  opacity: 0;
}
.vacanciesScreenWrapper::before {
  content: "";
  display: block;
  position: absolute;
  left: -25vw;
  top: -25vw;
  margin: auto;
  width: 150vw;
  height: 150vw;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  transform: scale(0.05);
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
}
@media (min-width: 1238px) {
  .vacanciesScreenWrapper.scrolled::before {
    transform: scale(1);
    opacity: 1;
    z-index: 8;
  }
}

.vacanciesScreen {
  position: relative;
}
.vacanciesScreen .body {
  position: absolute;
  display: block;
  top: 89px;
  left: 50%;
  margin-left: -603px;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .bodyMirrored {
  position: absolute;
  display: block;
  top: 89px;
  right: 50%;
  margin-right: -603px;
  transform: scale(-1, 1);
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .hand {
  position: absolute;
  display: block;
  bottom: 60px;
  left: 50%;
  margin-left: -440px;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .handMirrored {
  position: absolute;
  display: block;
  bottom: 60px;
  right: 50%;
  margin-right: -440px;
  transform: scale(-1, 1);
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .handClaw {
  position: absolute;
  display: block;
  top: 210px;
  left: 50%;
  margin-left: -151px;
  z-index: 2;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .leftEl {
  position: absolute;
  display: block;
  bottom: 118px;
  left: 50%;
  margin-left: -707px;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  transform-origin: center;
}
.vacanciesScreen .rightEl {
  position: absolute;
  display: block;
  bottom: 236px;
  right: 50%;
  margin-right: -682px;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .wrapper {
  min-height: 759px;
  padding-top: 103px;
  padding-bottom: 53px;
  display: flex;
  flex-direction: column;
}
.vacanciesScreen .title {
  text-align: center;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .subtitle {
  max-width: 166px;
  margin-left: 50%;
  margin-top: 16px;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .subtitle span {
  font-family: "Karantina";
  font-weight: 700;
  font-size: 28px;
  line-height: 90%;
  background: linear-gradient(180deg, #00FFFF 0.21%, #00FF85 95.07%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.vacanciesScreen .counterContainer {
  margin-top: auto;
}
.vacanciesScreen .counter {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 152px;
  height: 152px;
  text-align: center;
  z-index: 1;
}
.vacanciesScreen .counter .back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
  z-index: -1;
}
.vacanciesScreen .counter .inner {
  width: 100%;
  height: 100%;
  padding-top: 21px;
  transition: transform 1.2s ease-in-out, opacity 0.9s ease-in-out 0.3s;
}
.vacanciesScreen .counter .num {
  display: block;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #4A015C;
}
.vacanciesScreen .counter .text {
  display: block;
  margin-top: -14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #331048;
}
.vacanciesScreen .counter .arrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vacanciesScreen .buttonContainer {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}
.vacanciesScreen .buttonContainer [class*=btn] {
  padding-left: 24px;
  padding-right: 24px;
}
.vacanciesScreen .kaleidoscope {
  transition: transform 1.2s ease-in-out, opacity 1.2s ease-in-out;
}

@media (min-width: 1238px) {
  .vacanciesScreen.invisible .background {
    opacity: 0;
  }
  .vacanciesScreen.invisible .body {
    transform: translate(-18%, -18%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .bodyMirrored {
    transform: scale(-1, 1) translate(-18%, -18%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .hand {
    transform: rotate(-45deg) translate(-12%, 14%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .handMirrored {
    transform: scale(-1, 1) rotate(-45deg) translate(-12%, 14%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .handClaw {
    transform: rotate(30deg) translate(-39%, 13%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .leftEl {
    transform: rotate(45deg) translate(-25vw, 25vw);
    opacity: 0;
  }
  .vacanciesScreen.invisible .rightEl {
    transform: rotate(45deg) translateX(25vw);
    opacity: 0;
  }
  .vacanciesScreen.invisible .title {
    transform: translateY(-500%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .subtitle {
    transform: translateY(-500%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .counter .back {
    transform: scale(0.5) translateY(220%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .counter .inner {
    transform: scale(0.5) translateY(220%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .buttonContainer {
    transform: translateY(200%);
    opacity: 0;
  }
  .vacanciesScreen.invisible .kaleidoscope {
    transform: scale(0.1);
    opacity: 0;
  }
}
.kaleidoscope {
  position: absolute;
  bottom: -75px;
  left: 50%;
  margin-left: -300px;
  transform: scale(0.6);
  transform-origin: center;
}

.siteSection {
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  z-index: 1;
}
.siteSection.light {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.siteSection .titleContainer + .contentContainer {
  margin-top: 40px;
}
.siteSection .titleContainer + .filterContainer {
  margin-top: 18px;
}
.siteSection .contentContainer {
  margin-top: 32px;
}
.siteSection .title + .subtitle {
  margin-top: 24px;
}
.siteSection .subtitle {
  font-size: 20px;
  line-height: 145%;
  font-weight: 400;
  color: inherit;
}

.principlesSection {
  padding-bottom: 140px;
}
.principlesSection .container {
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
}
@media (min-width: 1238px) {
  .principlesSection.invisible .container {
    transform: translateY(100%);
    opacity: 0;
  }
}

.principlesList {
  display: flex;
  flex-wrap: wrap;
}
.principlesList .item {
  position: relative;
  width: 20%;
  min-height: 332px;
  padding-top: 156px;
  border: 1px solid #E6E3E8;
}
.principlesList .item .image {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 5px;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.principlesList .item .image img {
  display: block;
}
.principlesList .item .title {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 16px;
}
@media (min-width: 1238px) {
  .principlesList .item:not(:nth-child(1), :nth-child(1n+6)) {
    border-left: none;
  }
  .principlesList .item:not(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5)) {
    border-top: none;
  }
}

.vacanciesSection {
  padding-bottom: 120px;
}
.vacanciesSection .container {
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out;
}
@media (min-width: 1238px) {
  .vacanciesSection.invisible .container {
    transform: translateY(100%);
    opacity: 0;
  }
}

.vacanciesTable {
  font-size: 16px;
  line-height: 150%;
  color: rgb(255, 255, 255);
  font-weight: 400;
}
.vacanciesTable .tRow {
  display: flex;
  align-items: center;
  border-top: 1px solid #7A7A7A;
  min-height: 82px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.vacanciesTable .tCell {
  display: flex;
  align-items: center;
}
.vacanciesTable .title {
  margin-right: auto;
}
.vacanciesTable .type {
  text-align: right;
  margin-right: 40px;
}
.vacanciesTable .location {
  width: 320px;
  padding-right: 20px;
}
.vacanciesTable .share {
  width: 97px;
  padding-right: 20px;
}
.vacanciesTable .share a {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .vacanciesTable .share a:hover {
    filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
  }
}
.vacanciesTable .link {
  position: relative;
  display: inline-block;
  padding-right: 32px;
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .vacanciesTable .link:hover {
    padding-right: 40px;
    filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
  }
}
.vacanciesTable .link::before {
  content: "\e909";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: "icomoon";
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  background: linear-gradient(91.94deg, #AF4AFF 3.72%, #A301FA 99.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.vacanciesContacts {
  position: relative;
  z-index: 1;
}
.vacanciesContacts .back {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.vacanciesContacts .back video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.vacanciesContacts .back::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(82, 9, 125, 0.8);
}
.vacanciesContacts .wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 104px;
}
.vacanciesContacts .contentWrap {
  max-width: 555px;
  width: 100%;
}
.vacanciesContacts .formWrap {
  max-width: 480px;
  width: 100%;
}
.vacanciesContacts .titleContainer + .contentContainer {
  margin-top: 20px;
}
.vacanciesContacts .contentContainer {
  max-width: 425px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}
.vacanciesContacts .fieldItem + .fieldItem {
  margin-top: 20px;
}
.vacanciesContacts .button {
  margin-top: 36px;
}

.vacancyPage {
  padding-bottom: 80px;
}

.vacancyContent .titleContainer + .contentContainer {
  margin-top: 44px;
}
.vacancyContent .contentContainer {
  display: grid;
  grid-template-columns: 260px 896px;
  grid-auto-flow: dense;
  justify-content: space-between;
}
.vacancyContent .contentContainer > *:not(.buttons) {
  max-width: 896px;
  grid-column: 2;
}
.vacancyContent .buttons {
  grid-column: 1;
  height: 100%;
}
.vacancyContent .buttons [class*=btn] {
  width: 100%;
}
.vacancyContent .buttons [class*=btn] + [class*=btn] {
  margin-top: 32px;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.modal .modal__container,
.modal .modal__overlay {
  will-change: transform;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 23, 23, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}
.modal__overlay.menuModal {
  background: rgba(0, 0, 0, 0.01);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.modal__overlay:not(.menuModal) {
  padding: 16px;
}

.modal__container {
  position: relative;
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100%;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__close {
  position: absolute;
  top: 36px;
  right: 36px;
  width: 48px;
  height: 48px;
  font-size: 32px;
  line-height: 32px;
  color: rgb(255, 255, 255);
}

.contactModal {
  max-width: 955px;
  min-height: 440px;
  padding: 64px;
  width: 100%;
  background: right bottom/526px auto no-repeat url(../img/modal_back.webp), radial-gradient(111.51% 77.37% at 91.92% -51.26%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%), radial-gradient(75% 220% at -20% 150%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%), linear-gradient(52.13deg, #342150 0%, #000000 71.15%);
  border-radius: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .contactModal {
    background: right bottom/526px auto no-repeat url(../img/modal_back@2x.webp), radial-gradient(111.51% 77.37% at 91.92% -51.26%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%), radial-gradient(75% 220% at -20% 150%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%), linear-gradient(52.13deg, #342150 0%, #000000 71.15%);
  }
}
.contactModal .modal__close {
  position: absolute;
  top: 26px;
  right: 26px;
  display: block;
  padding: 12px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.contactModal .title + .content {
  margin-top: 24px;
}
.contactModal .content {
  font-size: 18px;
  line-height: 145%;
  font-weight: 400;
}
.contactModal .button {
  margin-top: 48px;
}
.contactModal .button [class*=btn] {
  min-width: 246px;
}

.verifyModal {
  max-width: 584px;
  width: 100%;
  padding: 60px;
  font-size: 18px;
  line-height: 145%;
  color: rgb(0, 0, 0);
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
}
.verifyModal p + p {
  margin-top: 12px;
}
.verifyModal .lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
}
.verifyModal .buttons {
  margin-top: 48px;
}
.verifyModal .buttons [class*=btn] {
  border-radius: 24px;
}
.verifyModal .buttons [class*=btn] + [class*=btn] {
  margin-top: 14px;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@media (max-width: 1237px) {
  .contactModal {
    max-width: 688px;
    background: right bottom/438px auto no-repeat url(../img/modal_back.webp), radial-gradient(111.51% 77.37% at 91.92% -51.26%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%), radial-gradient(75% 220% at -20% 150%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%), linear-gradient(52.13deg, #342150 0%, #000000 71.15%);
    border-radius: 20px;
  }
}
@media only screen and (max-width: 1237px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1237px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1237px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 1237px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1237px) and (min-resolution: 192dpi), only screen and (max-width: 1237px) and (min-resolution: 2dppx) {
  .contactModal {
    background: right bottom/438px auto no-repeat url(../img/modal_back@2x.webp), radial-gradient(111.51% 77.37% at 91.92% -51.26%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%), radial-gradient(75% 220% at -20% 150%, #AF4AFF 0%, rgba(103, 4, 131, 0.236073) 82.94%, rgba(0, 0, 0, 0) 100%), linear-gradient(52.13deg, #342150 0%, #000000 71.15%);
  }
}
@media (max-width: 767px) {
  .contactModal {
    padding: 32px 24px;
    max-width: 448px;
    min-height: unset;
    background: linear-gradient(192.51deg, #342150 16.94%, #000000 52.19%);
    border-radius: 16px;
  }
  .contactModal .modal__close {
    top: 16px;
    right: 16px;
    padding: 5px;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 14px;
  }
  .contactModal .title > * {
    font-size: 28px;
    line-height: 90%;
    letter-spacing: 0em;
  }
  .contactModal .title + .content {
    margin-top: 16px;
  }
  .contactModal .content {
    font-size: 16px;
    line-height: 150%;
  }
  .contactModal .content br {
    display: none;
  }
  .contactModal .button {
    margin-top: 32px;
  }
  .contactModal .button [class*=btn] {
    width: 100%;
  }
  .verifyModal {
    max-width: 448px;
    padding: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .verifyModal p + p {
    margin-top: 8px;
  }
  .verifyModal .lead {
    font-size: 18px;
    line-height: 135%;
  }
  .verifyModal .buttons {
    margin-top: 32px;
  }
  .verifyModal .buttons [class*=btn] {
    padding-top: 12px;
    padding-bottom: 13px;
    font-size: 14px;
    border-radius: 21px;
  }
  .verifyModal .buttons [class*=btn] + [class*=btn] {
    margin-top: 8px;
  }
}
.menuModal {
  height: 100dvh;
}

.menuModalContainer {
  margin-left: auto;
  max-width: calc(626px + (100vw - 1208px) / 2);
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: rgb(0, 0, 0);
  border-radius: 0px;
}
.menuModalContainer .wrapper {
  max-width: 626px;
  height: 100%;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media (hover: hover) and (pointer: fine) {
  .menuModalContainer .wrapper {
    max-width: 634px;
  }
}
.menuModalContainer .topBlock {
  position: relative;
  height: 82px;
  padding-top: 12px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  transition: padding-top 0.3s;
}
.menuModalContainer .topBlock .siteLogo {
  display: none;
}
.menuModalContainer .topBlock .menuBurger {
  margin-left: 6px;
}
.menuModalContainer .menuBlock {
  margin-top: 40px;
  margin-bottom: auto;
}
.menuModalContainer .menuBlock li {
  text-align: right;
}
.menuModalContainer .menuBlock li + li {
  margin-top: 28px;
}
.menuModalContainer .menuBlock a {
  display: inline-block;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 38px;
  line-height: 90%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.menuModalContainer .bottomBlock {
  margin-top: 40px;
}
.menuModalContainer .socLinks {
  justify-content: flex-end;
}
.menuModalContainer .contacts {
  margin-top: 24px;
  font-size: 16px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: right;
}
.menuModalContainer .contacts li {
  color: rgb(255, 255, 255);
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .menuModalContainer .contacts li:hover {
    color: #837891;
  }
}
.menuModalContainer .contacts li + li {
  margin-top: 24px;
}
.menuModalContainer .contacts .caption {
  display: block;
  margin-bottom: 8px;
  color: #837891;
}

@media (max-width: 1237px) {
  .menuModalContainer {
    max-width: 100vw;
  }
  .menuModalContainer .wrapper {
    max-width: 768px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1237px) and (hover: hover) and (pointer: fine) {
  .menuModalContainer .wrapper {
    max-width: 768px;
    width: 100%;
  }
}
@media (max-width: 1237px) {
  .menuModalContainer .topBlock {
    padding-top: 20px;
    padding-bottom: 0px;
    justify-content: space-between;
  }
  .menuModalContainer .topBlock .siteLogo {
    display: block;
  }
  .menuModalContainer .topBlock .headerLink {
    display: none;
  }
  .menuModalContainer .menuBlock {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .menuModalContainer .wrapper {
    max-width: 480px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .menuModalContainer .wrapper {
    max-width: 480px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .menuModalContainer .topBlock {
    height: 62px;
  }
  .menuModalContainer .menuBlock {
    margin-top: 78px;
  }
  .menuModalContainer .menuBlock li + li {
    margin-top: 20px;
  }
  .menuModalContainer .menuBlock a {
    font-size: 30px;
    line-height: 110%;
  }
}
.textPage {
  font-size: 20px;
  line-height: 145%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .textPage {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 1237px) {
  .textPage h1,
  .textPage .firstCap {
    font-size: 140px;
    line-height: 90%;
  }
}
@media (max-width: 767px) {
  .textPage h1,
  .textPage .firstCap {
    font-size: 56px;
    line-height: 100%;
  }
}
.textPage h2,
.textPage .secCap {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .textPage h2,
  .textPage .secCap {
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 38px;
    line-height: 90%;
    letter-spacing: 0em;
  }
}
.textPage h2:first-child,
.textPage .secCap:first-child {
  margin-top: 0px;
}
.textPage h2:last-child,
.textPage .secCap:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .textPage h3,
  .textPage .thirdCap,
  .textPage .infoSection .subtitle .highlight,
  .infoSection .subtitle .textPage .highlight {
    font-size: 38px;
    line-height: 90%;
    letter-spacing: 0em;
  }
}
.textPage h4,
.textPage .fourthCap {
  margin-top: 56px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .textPage h4,
  .textPage .fourthCap {
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: 0em;
  }
}
.textPage h4:first-child,
.textPage .fourthCap:first-child {
  margin-top: 0px;
}
.textPage h4:last-child,
.textPage .fourthCap:last-child {
  margin-bottom: 0px;
}
.textPage .caption {
  display: block;
  font-weight: 700;
}
.textPage p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .textPage p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.textPage p.xs {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .textPage p.xs {
    font-size: 14px;
    line-height: 150%;
  }
  .textPage p.xs b {
    font-weight: 500;
  }
}
.textPage p.sm {
  font-size: 18px;
  line-height: 145%;
}
@media (max-width: 767px) {
  .textPage p.sm {
    font-size: 14px;
    line-height: 150%;
  }
}
.textPage p.strong {
  line-height: 150%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .textPage p.strong {
    line-height: 130%;
    font-weight: 600;
    letter-spacing: 0.2px;
  }
}
.textPage p.note {
  margin-top: 0px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .textPage p.note {
    font-size: 16px;
    line-height: 135%;
  }
}
.textPage p:first-child {
  margin-top: 0px;
}
.textPage p:last-child {
  margin-bottom: 0px;
}
.textPage a:not([class]) {
  color: #AF4AFF;
  text-decoration: underline;
  text-decoration-color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition: text-decoration-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .textPage a:not([class]):hover {
    text-decoration-color: transparent;
  }
}
.textPage ul:not([class]) {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 135%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .textPage ul:not([class]) {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}
.textPage ul:not([class]) li {
  position: relative;
  padding-left: 20px;
}
.textPage ul:not([class]) li ul {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .textPage ul:not([class]) li ul {
    padding-left: 0px;
    margin-left: -20px;
  }
}
.textPage ul:not([class]) li::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .textPage ul:not([class]) li::before {
    top: 9px;
  }
}
.textPage ul:not([class]) li + li {
  margin-top: 12px;
}
.textPage ul:not([class]):first-child {
  margin-top: 0px;
}
.textPage ul:not([class]):last-child {
  margin-bottom: 0px;
}
.textPage ol:not([class]) {
  list-style: decimal;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .textPage ol:not([class]) {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 24px;
  }
}
.textPage ol:not([class]):first-child {
  margin-top: 0px;
}
.textPage ol:not([class]):last-child {
  margin-bottom: 0px;
}
.textPage hr {
  margin: 30px 0px 40px;
  box-shadow: none;
  border-top: 1px solid #E4E1ED;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
@media (max-width: 767px) {
  .textPage hr {
    margin-top: 20px;
  }
}
.textPage figure:not([class]) {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .textPage figure:not([class]) {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.textPage figure:not([class]) figcaption {
  margin-top: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0em;
  text-align: center;
  color: #837891;
}
@media (max-width: 1237px) {
  .textPage figure:not([class]) figcaption {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .textPage figure:not([class]) figcaption {
    margin-top: 12px;
  }
}
.textPage figure:not([class]) img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .textPage figure:not([class]) img {
    border-radius: 8px;
  }
}
@media (min-width: 1238px) {
  .textPage .columns {
    margin-top: 48px;
    margin-bottom: 48px;
    display: flex;
  }
  .textPage .columns figure {
    max-width: 541px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    flex-shrink: 0;
  }
  .textPage .columns > * {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .textPage .columns > *:last-child {
    margin-left: 8px;
  }
  .textPage .columns:first-child {
    margin-top: 0px;
  }
  .textPage .columns:last-child {
    margin-bottom: 0px;
  }
}
.textPage .quote {
  padding-top: 26.5px;
  padding-bottom: 26.5px;
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1237px) {
  .textPage .quote {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .textPage .quote {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.textPage .quote:first-child {
  margin-top: 0px;
}
.textPage .quote:last-child {
  margin-bottom: 0px;
}
.textPage blockquote {
  padding: 26px 16px 30px 30px;
  border-left: 3px solid #7A1DFF;
}
@media (max-width: 1237px) {
  .textPage blockquote {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .textPage blockquote {
    padding-left: 13px;
  }
}
.textPage blockquote p {
  font-style: italic;
  font-weight: 600;
  font-size: 24px;
  line-height: 145%;
}
@media (max-width: 767px) {
  .textPage blockquote p {
    font-size: 18px;
  }
}
.textPage p:has(+ .info) {
  margin-bottom: 12px;
}
.textPage .info {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0em;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1237px) {
  .textPage .info {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.textPage .info li + li {
  margin-top: 20px;
}
@media (max-width: 1237px) {
  .textPage .info li + li {
    margin-top: 12px;
  }
}
.textPage .info:first-child {
  margin-top: 0px;
}
.textPage .info:last-child {
  margin-bottom: 0px;
}

.articlePage p {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .articlePage p {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.textContent {
  max-width: 896px;
}

.gameInfoBlock .text > ul, .gameInfoBlock .text > p:not(.xs) {
  font-weight: 400;
  line-height: 145%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gameInfoBlock .text .caption {
    margin-bottom: 20px;
  }
  .gameInfoBlock .text ul {
    font-size: 14px;
  }
  .gameInfoBlock .text ul,
  .gameInfoBlock .text p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gameInfoBlock .text ul:first-child,
  .gameInfoBlock .text p:first-child {
    margin-top: 0px;
  }
  .gameInfoBlock .text ul:last-child,
  .gameInfoBlock .text p:last-child {
    margin-bottom: 0px;
  }
}

.vacancyContent h4,
.vacancyContent .fourthCap {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .vacancyContent h4,
  .vacancyContent .fourthCap {
    margin-top: 36px;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 90%;
  }
}

.controlRuneWrap.active .controlRune {
  display: block;
  transform: translateY(0%);
  animation: runeAnim 10000ms ease-in-out infinite;
}
.controlRuneWrap.active .controlRune.hovered {
  animation: none;
}
.controlRuneWrap.active .controlRune.hidden {
  animation: none;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4), transform 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4), visibility 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
}
.controlRuneWrap.active .controlRune.wRune.hidden {
  opacity: 1;
}
.controlRuneWrap.active .lRune.hidden {
  transform: translateY(-100%);
}

[class*=RuneEl] {
  display: block;
  position: absolute;
  width: 112px;
  height: auto;
  max-height: unset;
  mix-blend-mode: plus-lighter;
  opacity: 0;
  transition: none;
  z-index: -1;
}
[class*=RuneEl].visible {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity 1200ms cubic-bezier(0.7, -0.4, 0.4, 1.4), transform 1200ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
}
[class*=RuneEl].invisible {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1200ms cubic-bezier(0.7, -0.4, 0.4, 1.4), transform 1200ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
}
[class*=RuneEl].fixed {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4), transform 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
}
[class*=RuneEl].hidden {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4), transform 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
}

[class*=cRuneEl] {
  transform: translateY(-100%);
}

.cRuneEl1 {
  top: 0px;
  left: 50%;
  margin-left: -703px;
}

.cRuneEl2 {
  top: 0px;
  right: 50%;
  margin-right: -158px;
}

.cRuneEl3 {
  top: 46px;
  right: 50%;
  margin-right: -668px;
}

.cRuneEl4 {
  bottom: 86px;
  right: 50%;
  margin-right: -476px;
}

[class*=lRuneEl].hidden {
  opacity: 0;
  transform: translateY(-100%) translateX(-50%);
  transition: opacity 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4), transform 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
}

.lRuneEl1 {
  top: 348px;
  left: 50%;
  margin-left: -711px;
  transform: translateY(-100%);
}

.lRuneEl2 {
  top: 235px;
  left: 50%;
  margin-left: -209px;
  transform: translateY(100%);
}

.lRuneEl3 {
  top: 76px;
  right: 50%;
  margin-right: -162px;
  transform: translateY(-100%);
}

.lRuneEl4 {
  top: 385px;
  right: 50%;
  margin-right: -363px;
  transform: translateY(100%);
}

.controlRune {
  position: absolute;
  width: 180px;
  height: 180px;
  max-width: unset;
  mix-blend-mode: plus-lighter;
  display: none;
}

.cRune {
  top: 178px;
  left: 50%;
  margin-left: -483px;
}

.lRune {
  top: 45px;
  right: 50%;
  margin-right: -610px;
}

@media (min-width: 1238px) {
  .lRuneWrap.active {
    background: linear-gradient(45.95deg, #F5C072 43.35%, #EF9B1F 59.17%, #F97B08 83.39%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

.aRune {
  top: 219px;
  left: 50%;
  margin-left: -566px;
}

.aRuneEl1 {
  bottom: 268px;
  left: 50%;
  margin-left: -720px;
  transform: translateY(0%);
}
.aRuneEl1.invisible {
  transform: translateY(0%);
}
.aRuneEl1.hidden {
  transform: translateY(-100%);
}

.aRuneEl2 {
  top: 77px;
  right: 50%;
  margin-right: -500px;
  transform: translateY(-100%);
}
.aRuneEl2.invisible {
  transform: translateY(0%);
}
.aRuneEl2.hidden {
  transform: translateY(-100%) translateX(100%);
}

.aRuneEl3 {
  top: 132px;
  left: 50%;
  margin-left: -56px;
  transform: translateY(100%);
}
.aRuneEl3.invisible {
  transform: translateY(0%);
}
.aRuneEl3.hidden {
  transform: translateY(100%) translateX(100%);
}

.aRuneEl4 {
  top: 332px;
  right: 50%;
  margin-right: -720px;
  transform: translateY(-100%);
}
.aRuneEl4.invisible {
  transform: translateY(0%);
}
.aRuneEl4.hidden {
  transform: translateX(-100%);
}

.wRuneEl1 {
  top: 22px;
  right: 50%;
  margin-right: -624px;
  transform: translateY(0%);
}
.wRuneEl1.invisible {
  transform: translateY(0%);
}
.wRuneEl1.hidden {
  width: 72px;
  top: 108px;
  right: 50%;
  margin-right: -366px;
  opacity: 1 !important;
  transform: translateX(0%) translateY(0%) !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
  z-index: 15;
}
.wRuneEl1.hidden.removed {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) !important;
}

[class*=wRuneEl] {
  z-index: 15;
}

.wRuneEl2 {
  top: 30px;
  left: 50%;
  margin-left: -716px;
  transform: translateY(100%);
}
.wRuneEl2.invisible {
  transform: translateY(0%);
}
.wRuneEl2.hidden {
  width: 72px;
  top: 260px;
  left: 50%;
  margin-left: 294px;
  opacity: 1 !important;
  transform: translateX(0%) translateY(0%) !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
  z-index: 15;
}
.wRuneEl2.hidden.removed {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) !important;
}

.wRuneEl3 {
  bottom: 124px;
  right: 50%;
  margin-right: -556px;
  transform: translateY(100%);
}
.wRuneEl3.invisible {
  transform: translateY(0%);
}
.wRuneEl3.hidden {
  width: 72px;
  bottom: 262px;
  right: 50%;
  margin-right: -366px;
  opacity: 1 !important;
  transform: translateX(0%) translateY(0%) !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
  z-index: 15;
}
.wRuneEl3.hidden.removed {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) !important;
}

.wRuneEl4 {
  top: 341px;
  right: 50%;
  margin-right: -363px;
  transform: translateY(100%);
}
.wRuneEl4.invisible {
  transform: translateY(0%);
}
.wRuneEl4.hidden {
  width: 72px;
  top: 808px;
  right: 50%;
  margin-right: -366px;
  opacity: 1 !important;
  transform: translateX(0%) translateY(0%) !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4);
  z-index: 15;
}
.wRuneEl4.hidden.removed {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) !important;
}

@media (min-width: 1238px) {
  .wRuneWrap.active {
    background: linear-gradient(90deg, #FEAF0B 0%, #E30A02 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}

.wRune {
  top: 87px;
  right: 50%;
  margin-right: -240px;
}
.wRune img {
  display: block;
  width: 100%;
  height: 100%;
}
.wRune.hovered {
  animation: none;
}
.wRune.hidden {
  display: block !important;
  top: 404px;
  right: 50%;
  margin-right: -420px;
  visibility: visible !important;
  pointer-events: none !important;
  opacity: 1;
  transform: translateY(0%) translateX(0%) !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) !important;
  animation: runeAnim 10000ms ease-in-out 8550ms infinite !important;
  z-index: 5;
}
.wRune.hidden.removed {
  animation: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) !important;
}

.clawScreen {
  padding-top: 108px;
  display: none;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #020202;
  opacity: 0;
  cursor: pointer;
}
.clawScreen .symbols {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 180px);
  gap: 40px;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.clawScreen .symbols .symbol {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 140px;
  line-height: 90%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 311.975px 668.193px 294.958px rgba(0, 0, 0, 0.01), 175.84px 376.639px 248.445px rgba(0, 0, 0, 0.03), 78.2773px 166.765px 184.916px rgba(0, 0, 0, 0.04), 19.2857px 41.9748px 100.966px rgba(0, 0, 0, 0.05);
}
.clawScreen .line {
  display: grid;
  grid-template-columns: repeat(4, 72px);
  gap: 148px;
  justify-content: center;
  align-items: center;
}
.clawScreen .line + .line {
  margin-top: 80px;
}
.clawScreen .line + .line.lg {
  margin-top: 72px;
}
.clawScreen .line.lg {
  position: relative;
  grid-template-columns: repeat(4, 180px);
  gap: 40px;
}
.clawScreen .line.lg + .line {
  margin-top: 72px;
}
.clawScreen .line.lg .item {
  position: relative;
  width: 180px;
  height: 180px;
  animation: runeAnim 10000ms ease-in-out infinite;
  background-color: transparent;
}
.clawScreen .line.lg .item .inner {
  background-color: #020202;
}
.clawScreen .line.lg .item span {
  font-family: "Karantina";
  font-weight: 700;
  font-size: 140px;
  line-height: 90%;
  text-transform: uppercase;
}
.clawScreen .line.lg .item .img {
  width: 100%;
  aspect-ratio: 1;
  z-index: 1;
}
.clawScreen .line.lg .item img {
  position: relative;
  width: 100%;
  height: auto;
}
.clawScreen .line.lg .item:nth-child(2) {
  animation: runeAnim 10000ms ease-in-out 2850ms infinite;
}
.clawScreen .line.lg .item:nth-child(3) {
  animation: runeAnim 10000ms ease-in-out 5700ms infinite;
}
.clawScreen .line.lg .item:nth-child(3) .inner {
  width: 240px;
  flex-shrink: 0;
}
.clawScreen .line.lg .item:nth-child(3) .img {
  width: 100%;
}
.clawScreen .line.lg .item:nth-child(3) .img img {
  width: 100%;
}
.clawScreen .line.lg .item:nth-child(4) {
  animation: runeAnim 10000ms ease-in-out 8550ms infinite;
}
.clawScreen .item {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #020202;
}
.clawScreen .item:last-child .img img {
  visibility: hidden;
}
.clawScreen .item .img {
  width: 100%;
  aspect-ratio: 1;
  z-index: 1;
  mix-blend-mode: plus-lighter;
  transform: translateY(-180px);
}
.clawScreen .item img {
  position: relative;
  display: block;
  width: 72px;
  max-width: unset;
  height: auto;
}
.clawScreen.active {
  display: block;
  animation: runesScreenFadeIn 300ms cubic-bezier(0.7, -0.4, 0.4, 1.4) forwards;
}
.clawScreen.active .symbols .symbol {
  animation: runesFadeIn 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) 600ms forwards;
}
.clawScreen.active .symbols .symbol:nth-child(3) {
  animation: runesFadeIn 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) 600ms forwards;
}
.clawScreen.active .symbols .symbol:nth-child(2) {
  animation: runesFadeIn 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) 600ms forwards;
}
.clawScreen.active .symbols .symbol:nth-child(1) {
  animation: runesFadeIn 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) 600ms forwards;
}
.clawScreen.active .item .img {
  animation: runesFadeInLeft 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) 0ms forwards;
}
.clawScreen.active .item:nth-child(3) .img {
  animation: runesFadeInLeft 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) 50ms forwards;
}
.clawScreen.active .item:nth-child(2) .img {
  animation: runesFadeInLeft 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) 100ms forwards;
}
.clawScreen.active .item:nth-child(1) .img {
  animation: runesFadeInLeft 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) 150ms forwards;
}
.clawScreen.hidden {
  animation: runesScreenFadeOut 600ms cubic-bezier(0.7, -0.4, 0.4, 1.4) forwards;
}

@keyframes runeAnim {
  0% {
    opacity: 1;
  }
  21.8% {
    opacity: 1;
  }
  22.9% {
    opacity: 0;
  }
  40.3% {
    opacity: 0;
  }
  43.6% {
    opacity: 1;
  }
  44% {
    opacity: 1;
  }
  45.4% {
    opacity: 0;
  }
  45.5% {
    opacity: 0;
  }
  46.6% {
    opacity: 1;
  }
  57.5% {
    opacity: 1;
  }
  60.7% {
    opacity: 0;
  }
  71.6% {
    opacity: 0;
  }
  74.9% {
    opacity: 1;
  }
  96.7% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes runesScreenFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes runesFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-180px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes runesFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes runesScreenFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1237px) {
  [class*=RuneEl],
  .controlRune,
  .runesScreen,
  .clawScreen {
    display: none !important;
  }
}
.animatedTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .animatedTitle {
    display: block;
  }
}
.animatedTitle [class*=line] {
  position: relative;
}
.animatedTitle [class*=line] img {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  opacity: 0;
}
@media (max-width: 1237px) {
  .animatedTitle [class*=line] img {
    display: none;
  }
}
.animatedTitle .line1 img {
  top: -9px;
  right: -58px;
}
@media (hover: hover) and (pointer: fine) {
  .animatedTitle .line1:hover + .line2 img {
    opacity: 1;
  }
}
.animatedTitle .line2 img {
  top: -2px;
  right: -50px;
}
@media (hover: hover) and (pointer: fine) {
  .animatedTitle .line2:hover + .line3 img {
    opacity: 1;
  }
}
.animatedTitle .line3 img {
  top: -6px;
  right: -57px;
}
@media (hover: hover) and (pointer: fine) {
  .animatedTitle:has(.line3:hover) .line1 img {
    opacity: 1;
  }
}

@media (max-width: 1237px) {
  .container {
    width: 768px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .titleContainer .moreLink {
    margin-bottom: 3px;
  }
  .titleContainer + .contentContainer {
    margin-top: 40px;
  }
  .header .wrapper {
    padding-top: 20px;
    padding-bottom: 0px;
    transition: padding-top 0.3s;
  }
  .header .menuWrap {
    padding-bottom: 0px;
  }
  .header nav + .burgerWrap {
    margin-left: 0px;
  }
  .header.isPinned:not(.static) .wrapper {
    padding-top: 0px;
  }
  .header.isPinned:not(.static) + .modal .topBlock {
    top: -1px;
    padding-top: 0px;
  }
  .siteMenu {
    padding-left: 2px;
  }
  .siteMenu nav {
    display: none;
  }
  .siteLogo {
    width: 97px;
  }
  .headerLink {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .menuBurger .txt {
    display: none;
  }
  .menuBurger:not(.active) {
    padding: 0px;
    width: 71px;
  }
  .menuBurger:not(.active) [class*=burger] {
    font-size: 34px;
  }
  .menuBurger:not(.active) [class*=burger]::before {
    content: "\e90d";
    margin-top: -1px;
  }
  .menuBurger.active {
    width: 75px;
    padding: 3px 19px 2px;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: none;
  }
  .menuBurger.active [class*=burger] {
    font-size: 26px;
    line-height: 1;
  }
  .startScreen {
    padding-top: 134px;
    padding-bottom: 24px;
  }
  .startSection .main {
    max-width: 360px;
  }
  .startSection .subtitle {
    max-width: 350px;
    font-size: 14px;
  }
  .startSection .subtitle + .title {
    margin-top: 34px;
  }
  .startSection .title > * {
    font-size: 80px;
  }
  .startSection .list {
    margin-top: 22px;
  }
  .startSection .list li {
    font-size: 14px;
  }
  .startSection .list li::before {
    top: 0px;
    background: linear-gradient(180deg, #FF00D6 0%, #FF002E 100%);
  }
  .startSection .list li + li {
    margin-top: 13px;
  }
  .startSection .button {
    margin-top: 34px;
  }
}
@media (max-width: 1237px) and (max-width: 1237px) {
  .startSection .button [class*=btn] {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 1237px) {
  .startSection .image {
    width: 430px;
    position: absolute;
    top: -5px;
  }
  .startSection .image.pandaClaw {
    width: 600px;
    top: -30px;
    right: auto;
    left: 240px;
  }
  .advantagesSection {
    margin-top: 75px;
  }
  .advantagesList {
    display: block;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }
  .advantagesList .item {
    padding-top: 0px;
    padding-left: 116px;
  }
  .advantagesList .item + .item {
    margin-top: 62px;
  }
  .advantagesList .content {
    max-width: 376px;
  }
  .sliderSection {
    margin-top: 100px;
    padding-bottom: 104px;
  }
  .siteSlider .swiper-slide .gameSlide {
    opacity: 0;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .siteSlider .swiper-slide-active .gameSlide {
    opacity: 1;
  }
  .siteSlider .swiper-slide-prev .gameSlide {
    filter: blur(0px);
    opacity: 0;
  }
  .siteSlider .swiper-slide-next .gameSlide {
    filter: blur(0px);
    opacity: 0;
  }
  .gameSlide {
    height: 430px;
    padding: 42px calc(50% + 36px) 42px 36px;
  }
  .gameSlide .tags + .title {
    margin-top: 18px;
  }
  .gameSlide .content {
    max-width: 285px;
    font-size: 14px;
  }
  .gameSlide .buttons .btnFill {
    padding: 17px 36px 19px;
  }
  .infoSection {
    overflow: hidden;
  }
  .infoSection::after {
    display: none;
  }
  .infoSection .wrapper {
    min-height: unset;
    padding-top: 42px;
    padding-bottom: 144px;
  }
  .infoSection .clawVideo {
    display: block;
    top: 62px;
    left: auto;
    right: 50%;
    margin-right: -430px;
    width: 881px;
    max-width: unset;
  }
  .infoSection .clawVideo video {
    width: 100%;
    height: auto;
    min-height: 579px;
    object-fit: cover;
    object-position: center;
  }
  .infoSection .back {
    display: none;
  }
  .infoSection .title {
    max-width: 300px;
  }
  .infoSection .subtitle {
    max-width: unset;
    width: auto;
    padding-top: 40px;
    margin-right: 30px;
  }
  .infoSection .subtitle > * {
    font-size: 25px;
    line-height: 100%;
  }
  .infoSection .subtitle > * span + span {
    margin-top: 2px !important;
  }
  .infoSection .subtitle .highlight {
    font-size: 28px;
    line-height: 90%;
  }
  .infoSection .contentContainer {
    margin-top: 306px;
  }
  .infoSection .contentContainer .main {
    max-width: 408px;
  }
  .infoSection .contentContainer .aside {
    padding-top: 64px;
  }
  .infoSection .charts img {
    width: 180px;
  }
  .infoSection .charts .item + .item {
    margin-top: 6px;
  }
  .infoItem {
    padding: 24px 16px 24px 16px;
  }
  .infoItem summary {
    align-items: center;
  }
  .infoItem summary [class*=Cap] {
    font-size: 28px;
    line-height: 100%;
  }
  .infoItem .content {
    font-size: 14px;
  }
  .portfolioSection {
    padding-top: 34px;
    padding-bottom: 136px;
  }
  .portfolioSection .titleContainer + .contentContainer {
    margin-top: 40px;
  }
  .itemsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .itemsGrid .item.row2 {
    min-height: 393px;
  }
  .itemsGrid .item.row1 {
    min-height: unset;
    grid-row: span 1;
  }
}
@media (max-width: 1237px) and (min-width: 768px) {
  .itemsGrid .item:nth-child(5):last-child {
    display: none;
  }
  .itemsGrid .item:nth-child(10):last-child {
    display: none;
  }
}
@media (max-width: 1237px) {
  .gameCard .link {
    display: none;
  }
  .partnersSection {
    padding-top: 32px;
    padding-bottom: 104px;
  }
  .partnersSection .subtitle {
    margin-top: 12px;
  }
  .partnersList {
    margin: 0px -40px;
  }
  .partnersList li {
    margin: 0px;
  }
  .partnersList li img {
    width: 188px;
  }
  .gamesSection {
    padding-bottom: 194px;
  }
  .gamesSection .images {
    width: calc(100% - 396px);
    flex-direction: column;
    align-items: center;
    padding-top: 0px;
    padding-left: 32px;
  }
  .gamesSection .main {
    max-width: 396px;
  }
  .gamesSection .titleContainer [class*=Cap] {
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .gamesSection .contentContainer {
    margin-top: 32px;
  }
  .gamesSection .contentContainer p {
    font-size: 16px;
    line-height: 135%;
  }
  .gamesSection .standardGame {
    margin-top: 15px;
  }
  .gamesSection .standardGame + .brandedGame {
    margin-left: 0px;
    margin-top: 104px;
  }
  .gamesSection .subtitle {
    font-size: 28px;
    line-height: 90%;
  }
  .gamesSection .standardGame {
    margin-top: 15px;
  }
  .gamesSection .statsBlock {
    margin-top: 82px;
  }
  .gameCard {
    min-height: 234px;
  }
}
@media (max-width: 1237px) and (min-width: 768px) {
  .standardGame .arrow {
    right: calc(100% - 28px);
    bottom: -45px;
    width: 120px;
    height: auto;
    transform: scale(1, -1) rotate(-86deg);
  }
}
@media (max-width: 1237px) {
  .standardGame .tagWrap {
    top: auto;
    bottom: calc(100% + 4px);
  }
  .standardGame .tag {
    padding: 0px 3px;
    font-size: 8px;
    line-height: 12px;
    border-radius: 2px;
  }
  .standardGame .image {
    width: 130px;
  }
  .standardGame .caption {
    margin-top: 11px;
    font-size: 22px;
    line-height: 90%;
  }
  .brandedGame .crown {
    width: 94px;
    height: auto;
    left: 48px;
    bottom: calc(100% + 5px);
  }
  .brandedGame .backgroundShadow {
    display: none;
  }
  .brandedGame .image {
    width: 183px;
    padding: 4px;
  }
  .brandedGame .tagWrap {
    display: none;
  }
  .brandedGame .tag {
    padding: 0px 3px;
    font-size: 8px;
    line-height: 12px;
    border-radius: 2px;
  }
  .brandedGame .caption {
    margin-top: 13px;
    font-size: 28px;
    line-height: 100%;
  }
  .statsBlock {
    max-width: 584px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 38px 28px;
  }
  .statsBlock .title {
    max-width: 220px;
  }
  .statsBlock .title > * {
    font-size: 28px;
  }
  .newsSection {
    padding-top: 34px;
    padding-bottom: 136px;
  }
  .newsSection .titleContainer + .contentContainer {
    margin-top: 40px;
  }
  .newsCard {
    min-height: 234px;
  }
  .feedBackSection {
    padding-top: 42px;
    padding-bottom: 80px;
    min-height: 433px;
  }
  .feedBackSection .star {
    display: none;
  }
  .feedBackSection .image {
    width: 662px;
    height: 656px;
  }
  .feedBackSection .wrapper {
    max-width: 360px;
  }
  .feedBackSection .title {
    font-size: 72px;
    line-height: 100%;
  }
  .feedBackSection p {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 150%;
  }
  .feedBackSection .button {
    margin-top: 30px;
  }
  .footer {
    padding-top: 72px;
    padding-bottom: 160px;
  }
  .footer .back {
    margin-left: -362px;
  }
  .footer .back .logo {
    width: 694px;
  }
  .footer .back .el {
    width: 194px;
  }
  .footer .wrapper {
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }
  .footer .footerInfo {
    margin-top: 32px;
    margin-left: auto;
  }
  .footerContacts {
    max-width: 300px;
  }
  .footerContacts .contacts {
    line-height: 21px;
  }
  .footerInfo {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
  }
  .footerInfo .copyright {
    max-width: 368px;
    width: 100%;
  }
  .footerInfo .moreLinks {
    margin-top: 0px;
    margin-left: 50px;
    margin-bottom: 0px;
    display: block;
  }
  .footerInfo .moreLinks li + li {
    margin-left: 0px;
    margin-top: 12px;
  }
  .footerInfo .dev {
    margin-top: 32px;
    width: 100%;
  }
  .innerPageSection {
    padding-top: 64px;
  }
  .simlpleTextSection {
    padding-bottom: 80px;
  }
  .portfolioPage {
    padding-bottom: 150px;
  }
  .portfolioPage .filterContainer {
    margin-top: 20px;
  }
  .portfolioPage .buttonContainer {
    margin-top: 48px;
  }
  .portfolioPage .buttonContainer [class*=btn] {
    padding-top: 17px;
    padding-bottom: 19px;
  }
  .filterBlock {
    flex-direction: column;
    align-items: flex-start;
  }
  .filterBlock .sort {
    margin-top: 8px;
  }
  .filterBlock .sort .selectList .list {
    right: auto;
    left: 0px;
  }
  .filterWrapper .clear {
    margin-left: 3px;
    padding: 12px 0px;
  }
  .gamePage {
    padding-bottom: 104px;
  }
  .gameHeadBlock {
    margin-top: 104px;
    margin-bottom: 104px;
    flex-direction: column-reverse;
  }
  .gameHeadBlock .image {
    max-width: 508px;
    height: auto;
    margin-bottom: 56px;
  }
  .gameHeadBlock .main {
    max-width: 528px;
  }
  .gameHeadBlock .back {
    display: none;
  }
  .gameHeadBlock .tags {
    margin-top: 0px;
  }
  .gameHeadBlock .buttons {
    margin-top: 32px;
  }
  .gameHeadBlock .stats {
    margin-top: 64px;
  }
  .gameStatBlock {
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .gameStatBlock .content {
    max-width: 528px;
    margin-top: 56px;
  }
  .gameStatBlock .stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .gameStatBlock .stats + .buttons {
    margin-top: 32px;
  }
  .gameInfoBlock {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-top: 104px;
    margin-bottom: 104px;
  }
  .gameInfoBlock .image {
    margin-top: 56px;
    min-height: unset;
  }
  .gameInfoBlock .text {
    max-width: 528px;
  }
  .gameInfoBlock + .gameInfoBlock {
    margin-top: 150px;
  }
  .portfolioSection.simple {
    padding-top: 42px;
    padding-bottom: 122px;
  }
  .portfolioSection.simple .titleContainer + .contentContainer {
    margin-top: 40px;
  }
  .portfolioSection.simple .itemsGrid .item:last-child:nth-child(3) {
    display: none;
  }
  .contactsPage {
    padding-bottom: 150px;
  }
  .contactsSection {
    display: block;
  }
  .contactsSection .contentWrap {
    max-width: 467px;
  }
  .contactsSection .formWrap {
    margin-top: 50px;
    max-width: 467px;
  }
  .contactsSection .titleContainer .title {
    font-size: 72px;
    line-height: 100%;
  }
  .contactsSection .titleContainer + .contentContainer {
    margin-top: 16px;
  }
  .contactsSection .contentContainer p {
    font-size: 14px;
    line-height: 150%;
  }
  .contactsSection .contentContainer p br {
    display: none;
  }
  .contactsSection .link {
    margin-top: 50px;
  }
  .contactsSection .fieldItem + .fieldItem {
    margin-top: 8px;
  }
  .contactsSection .button {
    margin-top: 16px;
  }
  .newsPage {
    padding-bottom: 80px;
  }
  .newsPage .filterContainer {
    margin-top: 32px;
  }
  .newsPage .itemsGrid .item.row2 {
    min-height: 480px;
  }
  .newsPage .buttonContainer {
    margin-top: 48px;
  }
  .mainNews {
    display: block;
    min-height: unset;
    padding: 400px 0px 0px;
  }
  .mainNews::before {
    content: "";
    display: block;
    position: absolute;
    right: -148px;
    bottom: 30px;
    width: 289px;
    height: 263px;
    background-image: url(../img/drawing.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
  }
  .mainNews .image {
    top: 0px;
    left: -30px;
    right: 0px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 400px;
  }
  .mainNews .content {
    height: auto;
    max-width: unset;
    border-radius: 0px;
  }
  .mainNews .tags {
    flex-direction: row;
  }
  .mainNews .tags li + li {
    margin-left: 6px;
  }
  .mainNews .title {
    margin-top: 14px;
    max-width: 512px;
    font-size: 38px;
    line-height: 90%;
    letter-spacing: 0em;
  }
  .articleContent {
    margin-top: 24px;
  }
  .errorPage .innerPageSection {
    padding-top: 134px;
    padding-bottom: 230px;
  }
  .errorPage .subtitle .divider {
    margin: 0px;
  }
  .errorPage .title {
    font-size: 120px;
  }
  .vacanciesScreenWrapper {
    min-height: unset;
  }
  .vacanciesScreen .wrapper {
    min-height: 689px;
    padding-bottom: 48px;
  }
  .vacanciesScreen .title > * {
    font-size: 72px;
    line-height: 100%;
  }
  .vacanciesScreen .body {
    width: 318px;
    height: auto;
    top: 115px;
    margin-left: -453px;
  }
  .vacanciesScreen .bodyMirrored {
    width: 318px;
    height: auto;
    top: 115px;
    margin-right: -453px;
  }
  .vacanciesScreen .hand {
    bottom: 115px;
    margin-left: -331px;
    width: 227px;
    height: auto;
  }
  .vacanciesScreen .handMirrored {
    bottom: 115px;
    margin-right: -331px;
    width: 227px;
    height: auto;
  }
  .vacanciesScreen .handClaw {
    top: 208px;
    margin-left: -114px;
    width: 149px;
    height: auto;
  }
  .vacanciesScreen .leftEl {
    bottom: 1px;
    margin-left: -507px;
    width: 235px;
    height: auto;
  }
  .vacanciesScreen .rightEl {
    bottom: 39px;
    margin-right: -447px;
    width: 158px;
    height: auto;
  }
  .siteSection {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .siteSection .titleContainer h2,
  .siteSection .titleContainer .secCap {
    font-size: 72px;
    line-height: 100%;
  }
  .siteSection .titleContainer + .filterContainer {
    margin-top: 24px;
  }
  .siteSection .subtitle {
    font-size: 18px;
    line-height: 135%;
  }
  .siteSection .contentContainer {
    margin-top: 41px;
  }
  .principlesSection {
    padding-bottom: 48px;
  }
  .principlesList .item {
    width: 33.3333%;
    min-height: 276px;
  }
}
@media (max-width: 1237px) and (min-width: 768px) {
  .principlesList .item {
    flex-grow: 1;
  }
  .principlesList .item:nth-child(1), .principlesList .item:nth-child(2), .principlesList .item:nth-child(3) {
    min-height: 332px;
  }
  .principlesList .item:not(:nth-child(3n+1)) {
    border-left: none;
  }
  .principlesList .item:not(:nth-child(1), :nth-child(2), :nth-child(3)) {
    border-top: none;
  }
}
@media (max-width: 1237px) {
  .vacanciesSection {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .vacanciesTable .tRow {
    align-items: flex-start;
  }
  .vacanciesTable .tCell {
    align-items: flex-start;
  }
  .vacanciesTable .title {
    width: 208px;
  }
  .vacanciesTable .location {
    width: 175px;
    word-break: break-all;
  }
  .vacanciesContacts {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .vacanciesContacts .wrapper {
    display: block;
    padding-right: 0px;
  }
  .vacanciesContacts .contentWrap,
  .vacanciesContacts .formWrap {
    max-width: 467px;
  }
  .vacanciesContacts .formWrap {
    margin-top: 56px;
  }
  .vacanciesContacts .titleContainer + .contentContainer {
    margin-top: 24px;
  }
  .vacanciesContacts .contentContainer {
    font-size: 18px;
    line-height: 135%;
  }
  .vacanciesContacts .button [class*=btn] {
    width: 100%;
  }
}
@media (max-width: 1237px) and (min-width: 768px) {
  .vacanciesContacts .button [class*=btn] {
    padding-top: 17px;
    padding-bottom: 19px;
  }
}
@media (max-width: 1237px) {
  .vacancyContent .titleContainer + .contentContainer {
    margin-top: 16px;
  }
  .vacancyContent .contentContainer {
    display: block;
  }
  .vacancyContent .contentContainer > *:not(.buttons) {
    max-width: unset;
  }
  .vacancyContent .buttons {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    height: auto;
  }
  .vacancyContent .buttons [class*=btn] {
    min-width: 260px;
    width: auto;
  }
  .vacancyContent .buttons [class*=btn] + [class*=btn] {
    margin-top: 0px;
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 480px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header {
    margin-bottom: -62px;
  }
  .header .headerLink {
    display: none;
  }
  .header .wrapper {
    height: 62px;
  }
  .siteLogo {
    width: 58px;
  }
  .menuBurger:not(.active) {
    width: 51px;
  }
  .menuBurger:not(.active) [class*=burger] {
    font-size: 23px;
    line-height: 22px;
  }
  .menuBurger.active {
    width: 55px;
    padding: 3px 19px 3px;
  }
  .menuBurger.active [class*=burger] {
    font-size: 16px;
    line-height: 16px;
  }
  .startScreen {
    padding-top: 78px;
  }
  .startSection .wrapper {
    display: block;
  }
  .startSection .main {
    display: flex;
    flex-direction: column;
    max-width: unset;
  }
  .startSection .subtitle {
    line-height: 150%;
  }
  .startSection .subtitle + .title {
    margin-top: 10px;
  }
  .startSection .title > * {
    font-size: 56px;
  }
  .startSection .image {
    position: static;
    align-self: center;
    margin-top: 20px;
    margin-left: -34px;
    width: 377px;
  }
  .startSection .image.pandaClaw {
    width: 120%;
    margin-left: -10%;
    top: auto;
    right: auto;
    align-self: auto;
  }
  .startSection .list {
    margin-top: 0px;
  }
  .startSection .list li {
    padding-left: 36px;
  }
  .startSection .list li::before {
    top: 50%;
    margin-top: -9px;
  }
  .startSection .list li + li {
    margin-top: 16px;
  }
  .startSection .button {
    margin-top: 30px;
    max-width: 280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .startSection .button [class*=btn] {
    width: 100%;
    letter-spacing: -0.01em;
  }
  .advantagesSection {
    margin-top: 80px;
  }
  .advantagesList .item {
    padding-left: 0px;
    padding-top: 68px;
  }
  .advantagesList .item + .item {
    margin-top: 43px;
  }
  .advantagesList .item:last-child picture img {
    top: 0px;
  }
  .advantagesList .title > * {
    font-size: 30px;
    line-height: 110%;
  }
  .advantagesList .title + .content {
    margin-top: 8px;
  }
  .advantagesList picture img {
    top: -20px;
  }
  .advantagesList p {
    line-height: 135%;
  }
  .sliderSection {
    margin-top: 105px;
    padding-bottom: 64px;
  }
  .siteSlider .swiper-slide {
    width: 317px;
  }
}
@media (max-width: 767px) and (max-width: 359px) {
  .siteSlider .swiper-slide {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .siteSlider .swiper-slide .gameSlide {
    opacity: 1;
  }
  .siteSlider .swiper-slide-prev .gameSlide {
    opacity: 1;
  }
  .siteSlider .swiper-slide-next .gameSlide {
    opacity: 1;
  }
  .siteSlider .swiper-pagination {
    margin-top: 20px;
  }
  .gameSlide {
    min-height: 486px;
    padding: 20px;
    border-radius: 20px;
  }
  .gameSlide .tags .tagEl {
    display: block;
  }
  .gameSlide .tags + .title {
    margin-top: 11px;
  }
  .gameSlide .title > * {
    font-size: 38px;
    line-height: 90%;
    letter-spacing: 0em;
  }
  .gameSlide .content {
    display: none;
  }
  .gameSlide .buttons {
    display: block;
  }
  .gameSlide .buttons [class*=btn] {
    width: 100%;
  }
  .gameSlide .buttons [class*=btn] + [class*=btn] {
    margin-top: 8px;
    margin-left: 0px;
  }
  .gameSlide .buttons .btnFill {
    padding: 14px 15px 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .infoSection .clawVideo {
    position: static;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: -16px;
    margin-top: 32px;
    margin-bottom: 20px;
    order: -1;
  }
  .infoSection .clawVideo video {
    min-height: unset;
    aspect-ratio: 1.34;
  }
  .infoSection .wrapper {
    padding-bottom: 104px;
    display: flex;
    flex-direction: column;
  }
  .infoSection .titleContainer {
    display: block;
    order: -1;
  }
  .infoSection .titleContainer + .contentContainer {
    margin-top: 0px;
  }
  .infoSection .subtitle {
    padding-top: 0px;
    margin-right: 0px;
    margin-top: 10px;
  }
  .infoSection .subtitle > [class*=Cap] > span, .infoSection .subtitle > h4 > span {
    display: inline;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .infoSection .subtitle .hide {
    display: none;
  }
  .infoSection .contentContainer {
    margin-top: 318px;
  }
  .infoSection .contentContainer .main {
    max-width: unset;
    width: 100%;
  }
  .infoSection .contentContainer .aside {
    display: none;
  }
  .infoItem {
    padding: 16px;
  }
  .infoItem summary [class*=Cap] {
    line-height: 90%;
  }
  .infoItem .control {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .titleContainer.withLink .moreLink {
    display: none;
  }
  .titleContainer + .contentContainer {
    margin-top: 30px;
  }
  .portfolioSection {
    padding-bottom: 24px;
    background: rgba(136, 60, 174, 0.15);
  }
  .portfolioSection .titleContainer + .contentContainer {
    margin-top: 30px;
  }
  .portfolioSection .itemsGrid .item {
    max-width: 392px;
    margin-left: auto;
    margin-right: auto;
  }
  .itemsGrid {
    display: block;
  }
  .itemsGrid .item {
    display: flex;
    flex-direction: column;
  }
  .itemsGrid .item > * {
    flex-shrink: 0;
    flex-grow: 1;
  }
  .itemsGrid .item + .item {
    margin-top: 8px;
  }
  .itemsGrid .item.col2.row2 {
    min-height: 400px;
  }
  .itemsGrid .item.col2:not(:first-child) {
    min-height: 165px;
  }
  .itemsGrid .item.row2 {
    min-height: 165px;
  }
  .gameCard {
    height: 100%;
    min-height: 194px;
    padding: 16px;
    border-radius: 12px;
    aspect-ratio: 1/0.59;
    min-height: 0px;
    height: auto;
    flex-grow: 1;
    flex-shrink: initial;
  }
  .gameCard .backgroundHover {
    display: none;
  }
  .gameCard .tagEl {
    padding: 0px 7px;
    line-height: 24px;
    border-radius: 8px;
  }
  .gameCard .link,
  .gameCard .title,
  .gameCard .type,
  .gameCard .button {
    display: none;
  }
  .partnersSection {
    padding-top: 108px;
    padding-bottom: 52px;
  }
  .partnersSection .titleContainer + .contentContainer {
    margin-top: 16px;
  }
  .partnersSection .subtitle {
    font-size: 14px;
    line-height: 150%;
  }
  .partnersList {
    margin: 0px;
  }
  .partnersList li img {
    width: 164px;
  }
}
@media (max-width: 767px) and (max-width: 359px) {
  .partnersList li img {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .gamesSection {
    padding-top: 52px;
    padding-bottom: 108px;
  }
  .gamesSection .titleContainer [class*=Cap] {
    font-size: 56px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .gamesSection .titleContainer [class*=Cap] span {
    display: inline;
  }
  .gamesSection .contentContainer {
    margin-top: 50px;
  }
  .gamesSection .contentContainer p {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 150%;
  }
  .gamesSection .main {
    width: 100%;
    max-width: unset;
  }
  .gamesSection .images {
    position: static;
    width: 100%;
    max-width: 328px;
    padding-left: 0px;
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .gamesSection .standardGame + .brandedGame {
    margin-top: 0px;
  }
  .gamesSection .button [class*=btn] {
    padding-top: 15px;
    padding-bottom: 16px;
  }
  .gamesSection .statsBlock {
    margin-top: 60px;
  }
  .standardGame .tagWrap {
    top: -6px;
    bottom: auto;
  }
  .standardGame .image {
    width: 132px;
  }
  .standardGame .image img {
    border-radius: 10px;
  }
  .standardGame .caption {
    margin-top: 13px;
  }
  .standardGame .arrow {
    right: -30px;
    bottom: calc(100% + 5px);
    width: 96px;
  }
  .brandedGame .crown {
    width: 74px;
    left: 42px;
    bottom: calc(100% + 7px);
  }
  .brandedGame .backgroundShadow {
    display: block;
    width: 267px;
    top: -30px;
    left: -60px;
    margin-left: 0px;
  }
  .brandedGame .tagWrap {
    display: flex;
    top: -5px;
    bottom: auto;
  }
  .brandedGame .tag {
    letter-spacing: -0.02em;
  }
  .brandedGame .image {
    padding: 3px;
    width: 162px;
    border-radius: 10px;
  }
  .brandedGame .image img {
    border-radius: 9px;
  }
  .brandedGame .caption {
    margin-top: 10px;
    font-size: 25px;
    line-height: 100%;
  }
  .statsBlock {
    display: block;
  }
  .statsBlock .item {
    position: relative;
    padding-left: 88px;
  }
  .statsBlock .item + .item {
    margin-top: 41px;
  }
  .statsBlock img {
    position: absolute;
    top: -5px;
    left: 5px;
    width: auto;
    height: auto;
  }
  .statsBlock .caption {
    font-size: 14px;
  }
  .statsBlock .caption + .title {
    margin-top: 2px;
  }
  .statsBlock .title + .num {
    margin-top: 0px;
  }
  .statsBlock .pct {
    font-size: 48px;
    line-height: 90%;
  }
  .newsSection {
    padding-top: 28px;
    padding-bottom: 128px;
  }
  .newsSection .titleContainer + .contentContainer {
    margin-top: 21px;
  }
  .newsSection .itemsGrid .item {
    max-width: 392px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsSection .mobileLink {
    margin-top: 32px;
  }
  .newsCard {
    height: 100%;
    min-height: 165px;
    padding: 16px;
    border-radius: 12px;
  }
  .newsCard .background img {
    height: 76%;
  }
  .newsCard .tagEl {
    padding: 0px 6px;
    line-height: 18px;
    border-radius: 4px;
  }
  .feedBackSection {
    position: relative;
    padding-top: 28px;
    min-height: unset;
    padding-bottom: 265px;
    overflow: hidden;
  }
  .feedBackSection .star {
    display: block;
    top: 0px;
    bottom: auto;
    width: 22px;
  }
  .feedBackSection .image {
    width: 467px;
    height: 392px;
    z-index: -1;
  }
  .feedBackSection .title {
    font-size: 56px;
  }
  .feedBackSection p {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .feedBackSection p br {
    display: none;
  }
  .feedBackSection .button {
    margin-top: 24px;
  }
  .feedBackSection + .footer {
    margin-top: 104px;
  }
  .footer {
    padding-top: 32px;
    padding-bottom: 103px;
  }
  .footer .back {
    margin-left: -180px;
  }
  .footer .back .el {
    width: 102px;
  }
  .footer .back .logo {
    width: 360px;
  }
  .footer .wrapper {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
  .footer .footerMenu {
    margin-top: 32px;
  }
  .footer .footerInfo {
    margin-top: 20px;
  }
  .footerContacts .button [class*=btn] {
    min-width: 280px;
  }
  .footerMenu {
    display: flex;
    justify-content: space-between;
  }
  .footerMenu li + li {
    margin-top: 12px;
  }
  .footerMenu .main,
  .footerMenu .hidden {
    display: block;
    min-width: 140px;
  }
  .footerMenu .hidden a {
    font-size: 14px;
    line-height: 150%;
    color: #837891;
    letter-spacing: 0em;
  }
  .footerInfo .moreLinks {
    display: none;
  }
  .footerInfo .dev {
    margin-top: 20px;
  }
  .copyright {
    font-size: 14px;
  }
  .copyright span {
    font-size: 14px;
  }
  .simlpleTextSection {
    padding-top: 28px;
  }
  .innerPageSection {
    padding-top: 32px;
  }
  .innerPageSection h2,
  .innerPageSection .secCap {
    font-size: 38px;
    line-height: 90%;
    letter-spacing: 0em;
  }
  .portfolioPage {
    padding-bottom: 104px;
  }
  .portfolioPage .filterContainer {
    margin-top: 22px;
  }
  .portfolioPage .contentContainer {
    margin-top: 16px;
    max-width: 392px;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolioPage .buttonContainer {
    margin-top: 56px;
  }
  .portfolioPage .buttonContainer [class*=btn] {
    min-width: 280px;
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .filterBlock {
    flex-direction: row;
    align-items: center;
  }
  .filterBlock .caption {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5);
  }
  .filterBlock .caption [class*=icon] {
    font-size: 22px;
    line-height: 22px;
  }
  .filterBlock .mobileFilterBtn {
    display: flex;
  }
  .filterBlock .sort {
    margin-top: 0px;
  }
  .filterBlock .sort .selectList .list {
    right: 0px;
    left: auto;
  }
  .mobileFilterBtn {
    min-height: 44px;
    padding: 11px 15px;
  }
  .mobileFilter {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    max-height: min(100vh, 470px);
    background-color: #331048;
    border-radius: 16px 16px 0px 0px;
    overflow: auto;
    animation: fadeIn 0.3s ease-in-out forwards;
    z-index: 12;
  }
  .mobileFilter .caption {
    margin-bottom: 24px;
  }
  .mobileFilter + .overlay {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: rgba(23, 23, 23, 0.75);
    animation: fadeIn 0.3s ease-in-out forwards;
    z-index: 11;
  }
  .mobileFilter.visible {
    display: block;
  }
  .mobileFilter.visible + .overlay {
    display: block;
  }
  .mobileFilter.invisible {
    animation: fadeOut 0.3s ease-in-out forwards;
  }
  .mobileFilter.invisible + .overlay {
    animation: fadeOut 0.3s ease-in-out forwards;
  }
  .filterWrapper {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    display: block;
  }
  .filterWrapper .inner {
    display: block;
    margin: 0px;
  }
  .filterWrapper .item {
    margin: 0px;
  }
  .filterWrapper .item + .item {
    margin-left: 0px;
    margin-top: 14px;
  }
  .filterWrapper .item + .item.clear {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
    margin-top: 24px;
  }
  .clearBtn {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5);
  }
  .clearBtn [class*=icon] {
    display: none;
  }
  .clearBtn.hidden {
    display: inline-block;
  }
  .selectList .checkboxButton .btn {
    border-color: rgb(255, 255, 255);
  }
  .selectList .checkboxButton .label {
    font-size: 14px;
    line-height: 100%;
    color: rgb(255, 255, 255);
  }
  .gameHeadBlock .image {
    margin-bottom: 25px;
  }
  .gameHeadBlock .tagEl {
    padding: 0px 6px;
    font-size: 14px;
    line-height: 24px;
  }
  .gameHeadBlock .content {
    margin-top: 20px;
  }
  .gameHeadBlock .buttons {
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
  }
  .gameHeadBlock .buttons [class*=btn] {
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .gameHeadBlock .buttons [class*=btn] + [class*=btn] {
    margin-left: auto;
    margin-top: 8px;
  }
  .gameHeadBlock .stats {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 41% auto;
    gap: 24px 32px;
  }
  .gameHeadBlock .stats li {
    padding-right: 32px !important;
  }
  .gameHeadBlock .stats li + li {
    margin-left: 0px;
  }
  .gameHeadBlock .stats li:nth-child(even) {
    border-right: none;
  }
  .gameHeadBlock .stats .value {
    margin-top: 4px;
  }
  .gameStatBlock .content {
    margin-top: 25px;
  }
  .gameStatBlock .stats {
    grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  }
  .gameStatBlock .buttons {
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
  }
  .gameStatBlock .buttons [class*=btn] {
    min-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .gameStatBlock .buttons [class*=btn] + [class*=btn] {
    margin-left: auto;
    margin-top: 8px;
  }
  .gameInfoBlock .image {
    margin-top: 32px;
  }
  .gameInfoBlock + .gameInfoBlock {
    margin-top: 104px;
  }
  .portfolioSection.simple {
    padding-top: 24px;
    padding-bottom: 128px;
  }
  .portfolioSection.simple .titleContainer + .contentContainer {
    margin-top: 32px;
  }
  .portfolioSection.simple .mobileLink {
    margin-top: 32px;
  }
  .contactsPage {
    padding-bottom: 104px;
  }
  .contactsSection .contentWrap {
    max-width: unset;
  }
  .contactsSection .formWrap {
    margin-top: 48x;
    max-width: unset;
  }
  .contactsSection .titleContainer .title {
    font-size: 56px;
  }
  .contactsSection .titleContainer + .contentContainer {
    margin-top: 12px;
  }
  .contactsSection .link {
    margin-top: 24px;
  }
  .newsPage .mainNews::before {
    right: -95px;
    bottom: 35px;
    width: 189px;
    height: 172px;
    transform: rotate(9deg);
  }
  .newsPage .mainNews + * {
    margin-top: 80px;
  }
  .newsPage .filterContainer {
    margin-top: 24px;
  }
  .newsPage .contentContainer {
    margin-top: 16px;
  }
  .newsPage .buttonContainer {
    margin-top: 72px;
  }
  .newsPage .buttonContainer [class*=btn] {
    min-width: 280px;
    padding-top: 14px;
    padding-bottom: 15px;
  }
  .newsPage .itemsGrid .item.row2 {
    min-height: unset;
  }
  .mainNews {
    padding: 190px 0px 0px;
    border-radius: 12px;
  }
  .mainNews .image {
    left: 0px;
    height: 190px;
  }
  .mainNews .content {
    padding: 16px;
  }
  .mainNews .tags li + li {
    margin-left: 10px;
  }
  .mainNews .tagEl {
    display: block;
  }
  .mainNews .title {
    margin-top: 16px;
    max-width: unset;
    padding-right: 24px;
    font-size: 28px;
    line-height: 90%;
  }
  .newsCard .topImage {
    display: none;
  }
  .newsCard .topImage + .tags {
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
  }
  .newsCard .topImage + .tags li + li {
    margin-left: 0px;
  }
  .newsCard .tagEl.light {
    color: #31247F;
    background-color: rgb(255, 255, 255);
  }
  .newsPage .mobHidden {
    display: none;
  }
  .newsSubscribe {
    padding: 16px;
    border-radius: 16px;
  }
  .newsSubscribe .form {
    margin-top: 32px;
  }
  .newsSubscribe .field input {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 150%;
  }
  .newsSubscribe .button {
    margin-top: 10px;
  }
  .newsSubscribe .button button {
    padding: 15px 16px 13px;
    font-size: 14px;
  }
  .articlePage {
    padding-top: 32px;
  }
  .errorPage::before {
    height: 56%;
    min-height: calc(100% - 800px);
  }
  .errorPage .innerPageSection {
    padding-top: 144px;
    padding-bottom: 180px;
  }
  .errorPage .subtitle {
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0em;
  }
  .errorPage .title {
    margin-top: 16px;
    font-size: 72px;
    line-height: 100%;
  }
  .errorPage .links {
    margin-top: 16px;
  }
  .errorPage .links li a {
    font-size: 16px;
    line-height: 100%;
  }
  .errorPage .links li + li {
    margin-left: 24px;
  }
  .vacanciesScreen .wrapper {
    min-height: 565px;
    padding-top: 84px;
    padding-bottom: 40px;
  }
  .vacanciesScreen .title {
    max-width: 368px;
    text-align: left;
  }
  .vacanciesScreen .title > * {
    font-size: 56px;
  }
  .vacanciesScreen .subtitle {
    margin-top: 8px;
  }
  .vacanciesScreen .body {
    width: 161px;
    top: 215px;
    margin-left: -228px;
  }
  .vacanciesScreen .bodyMirrored {
    width: 161px;
    top: 215px;
    margin-right: -228px;
  }
  .vacanciesScreen .hand {
    bottom: 118px;
    margin-left: -167px;
    width: 115px;
  }
  .vacanciesScreen .handMirrored {
    bottom: 118px;
    margin-right: -167px;
    width: 115px;
  }
  .vacanciesScreen .handClaw {
    top: 247px;
    margin-left: -57px;
    width: 75px;
  }
  .vacanciesScreen .leftEl {
    display: none;
  }
  .vacanciesScreen .rightEl {
    top: 96px;
    bottom: auto;
    margin-right: -207px;
    width: 79px;
  }
  .vacanciesScreen .counter {
    width: 108px;
    height: 108px;
  }
  .vacanciesScreen .counter .inner {
    padding-top: 12px;
  }
  .vacanciesScreen .counter .num {
    font-size: 56px;
    line-height: 100%;
  }
  .vacanciesScreen .counter .text {
    margin-top: -4px;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .vacanciesScreen .counter .arrow {
    margin-top: 6px;
    width: 10px;
    height: auto;
  }
  .vacanciesScreen .buttonContainer {
    margin-top: 32px;
  }
  .vacanciesScreen .buttonContainer [class*=btn] {
    width: 100%;
  }
  .kaleidoscope {
    bottom: -128px;
    transform: scale(0.3);
  }
  .siteSection {
    padding-top: 40px;
    padding-bottom: 44px;
  }
  .siteSection .titleContainer h2,
  .siteSection .titleContainer .secCap {
    font-size: 56px;
  }
  .siteSection .titleContainer + .filterContainer {
    margin-top: 38px;
  }
  .siteSection .titleContainer + .contentContainer {
    margin-top: 20px;
  }
  .siteSection .title + .subtitle {
    margin-top: 10px;
  }
  .siteSection .subtitle {
    font-size: 16px;
    line-height: 150%;
  }
  .siteSection .contentContainer {
    margin-top: 40px;
  }
  .principlesSection {
    padding-bottom: 24px;
  }
  .principlesList .item {
    width: 50%;
    min-height: 252px;
    padding-top: 120px;
  }
  .principlesList .item .image {
    width: 100%;
    height: 120px;
    justify-content: flex-start;
  }
  .principlesList .item .image img {
    transform: scale(0.65);
    transform-origin: left center;
  }
  .principlesList .item .title {
    padding-left: 16px;
    padding-right: 16px;
  }
  .principlesList .item:nth-child(even) {
    border-left: none;
  }
  .principlesList .item:not(:nth-child(1), :nth-child(2)) {
    border-top: none;
  }
  .vacanciesTable .tRow {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .vacanciesTable .title,
  .vacanciesTable .type,
  .vacanciesTable .location {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .vacanciesTable .title {
    margin-bottom: 24px;
  }
  .vacanciesTable .title > * {
    font-size: 38px;
    line-height: 90%;
    letter-spacing: 0em;
  }
  .vacanciesTable .location {
    margin-bottom: 24px;
  }
  .vacanciesSection {
    padding-bottom: 30px;
  }
  .vacanciesContacts {
    padding-top: 60px;
    padding-bottom: 44px;
  }
  .vacanciesContacts .titleContainer + .contentContainer {
    margin-top: 12px;
  }
  .vacanciesContacts .contentContainer {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
  .vacanciesContacts .contentContainer br {
    display: none;
  }
  .vacanciesContacts .formWrap {
    margin-top: 48px;
  }
  .vacanciesContacts .fieldItem + .fieldItem {
    margin-top: 8px;
  }
  .vacanciesContacts .button {
    margin-top: 16px;
  }
  .vacancyPage {
    padding-top: 28px;
    padding-bottom: 50px;
  }
  .vacancyContent .titleContainer + .contentContainer {
    margin-top: 24px;
  }
  .vacancyContent .buttons {
    margin-top: 24px;
    margin-bottom: 24px;
    display: block;
  }
  .vacancyContent .buttons [class*=btn] {
    min-width: 100%;
  }
  .vacancyContent .buttons [class*=btn] + [class*=btn] {
    margin-top: 24px;
    margin-left: 0px;
  }
}

/*# sourceMappingURL=style.css.map */
