@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway/Raleway-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Raleway";
  src: url("../fonts/Raleway/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "Outfit";
  src: url("../fonts/Outfit/Outfit-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    font: inherit;
    box-sizing: border-box;
}

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

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

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

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(255, 255, 255, 0);
    cursor: default;
}

body {
    font-size: 100%;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    background: transparent;
    text-decoration: none;
    color: inherit;
}

*:focus,
*:active,
*:hover {
    outline: none;
}

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

ol,
ul {
    list-style: none;
}

pre {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    white-space: pre-wrap;
}

img,
svg {
    border: 0;
    display: block;
}

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

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button {
    overflow: visible;
}

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

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

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

input,
select,
textarea {
    border-radius: 0;
    box-shadow: none;
}

input,
textarea {
    resize: none;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::-ms-input-placeholder {
    color: transparent;
}

[placeholder]:focus::placeholder {
    color: transparent;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

.atropos {
    position: relative;
    display: block;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.atropos-rotate-touch, .atropos-rotate-scroll-x, .atropos-rotate-scroll-y {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.atropos-rotate-touch-scroll-y {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.atropos-rotate-touch-scroll-x {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.atropos-rotate-touch {
    -ms-touch-action: none;
    touch-action: none;
}

.atropos-scale,
.atropos-rotate {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
}

.atropos-shadow,
.atropos-highlight {
    position: absolute;
    pointer-events: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    display: block;
    opacity: 0;
}

.atropos-shadow {
    z-index: -1;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}

.atropos-highlight {
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.25), transparent 50%);
    z-index: 0;
}

.atropos-rotate {
    position: relative;
}

.atropos-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
}

.atropos-active {
    z-index: 1;
}

.atropos-active .atropos-shadow {
    opacity: 1 !important;
}

[data-atropos-offset] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

[data-atropos-opacity] {
    transition-property: opacity;
}

[data-atropos-offset][data-atropos-opacity] {
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

:root {
    --index: calc(1vw + 1vh);
    --c-main-black: #0b0a0b;
    --c-main-violet: #8d34d2;
    --c-main-blue: #3e2ef9;
    --c-main-orange: #f05e30;
    --orange-gradient: linear-gradient(79.23deg, #f92e9b 0%, #f9a82e 100%);
}

body,
html {
    scrollbar-gutter: stable;
}

body.noskroll,
  html.noskroll {
    overflow: hidden;
}

html {
    width: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #000 #eee;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: #000;
}

html::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #fff;
}

.size-doubler {
    float: right;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-height: 100svh;
    min-width: 320px;
    color: #ffffff;
    font-family: "Outfit", sans-serif;
    line-height: 1.7;
    font-size: 1.6rem;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--c-main-black);
    overflow-x: clip;
}

img,
svg {
    max-width: 100%;
    max-height: 100%;
}

strong {
    font-weight: 500;
}

canvas {
    display: block;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    padding: 0 60px;
}

@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
}

@media (max-width: 375px) {
    .container {
        padding: 0 16px;
    }
}

.container--small {
    max-width: 1120px;
}

.vacancy-job-section li {
    position: relative;
    padding-left: 25px;
}

.vacancy-job-section li::before, .vacancy-job-section li::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    transition: 0.2s;
}

.vacancy-job-section li::before {
    background: url(../img/icons/icon-list-diamond.svg) left center no-repeat;
    opacity: 1;
}

.vacancy-job-section li::after {
    background: url(../img/icons/icon-list-diamond-fill.svg) left center no-repeat;
    opacity: 0;
}

.vacancy-job-section li:hover::before {
    opacity: 0;
}

.vacancy-job-section li:hover::after {
    opacity: 1;
}

.vacancy-information-section li {
    position: relative;
    padding-left: 25px;
}

.vacancy-information-section li::before, .vacancy-information-section li::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    transition: 0.2s;
}

.vacancy-information-section li::before {
    background: url(../img/icons/icon-list-lightning.svg) left center no-repeat;
    opacity: 1;
}

.vacancy-information-section li::after {
    background: url(../img/icons/icon-list-lightning-fill.svg) left center no-repeat;
    opacity: 0;
}

.vacancy-information-section li:hover::before {
    opacity: 0;
}

.vacancy-information-section li:hover::after {
    opacity: 1;
}

ul li,
ol li {
    margin-bottom: 20px;
}

.is-hidden {
    display: none !important;
}

.fit-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.button {
    font-size: 1.4rem;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #ffffff;
    border-radius: 40px;
    padding: 0.8rem 4.5rem;
    transition: 0.3s;
}

.button:hover {
    background: #ffffff;
    color: var(--c-main-black);
}

.form-field-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.field-error {
    color: #ff00b8;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-top: 6px;
    display: none;
}

.field-error.is-visible {
    display: block;
}

.input {
    background: rgba(40, 40, 40, 0.3);
    border: 2px solid #463f5c;
    border-radius: 18px;
    font-weight: 400;
    font-size: 16px;
    height: 56px;
    padding: 18px 20px;
    color: #ffffff;
    transition: 0.3s;
}

.input.is-error {
    border-color: #ff00b8;
}

.input::-webkit-input-placeholder {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 16px;
}

.input:-ms-input-placeholder {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 16px;
}

.input::-ms-input-placeholder {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 16px;
}

.input::placeholder {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 16px;
}

.input:focus {
    border-color: #ffffff;
}

.textarea {
    height: 132px;
    resize: none;
    isolation: isolate;
    scrollbar-width: thin;
    scrollbar-color: transparent #eee;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  /* border-radius: 18px 6px 6px 18px; */
}

.textarea::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
}

.textarea::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #fff;
}

.file-input {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    background: rgba(40, 40, 40, 0.3);
    border: 2px solid #463f5c;
    border-radius: 18px;
    font-weight: 400;
    font-size: 16px;
    height: 56px;
    padding: 18px 20px;
    color: #ffffff;
    transition: 0.3s;
}

.file-input__placeholder {
    color: #6d6d6d;
    font-weight: 400;
    font-size: 16px;
}

.file-input__file-name {
    display: none;
    overflow: hidden;
}

.file-input__button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    transition: 0.3s;
}

.file-input input {
    display: none;
}

.file-input.is-fill .file-input__file-name {
    display: block;
}

.file-input.is-fill .file-input__placeholder {
    display: none;
}

.file-input.is-fill .file-input__button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-title {
    font-weight: 700;
    font-size: 8.8vw;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
    .page-title {
        font-size: 10.8vw;
    }
}

.content-box {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
}

@media screen and (max-width: 780px) {
    .content-box {
        font-size: 18px;
    }
}

.content-box.is-upper-text {
    text-transform: uppercase;
}

.accordion {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.accordion-item {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.accordion-item__header {
    padding-top: 32px;
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

@media screen and (max-width: 780px) {
    .accordion-item__header {
        font-size: 18px;
    }
}

.accordion-item__header-button .vertical {
    transition: 0.3s;
}

.accordion-item__header.is-active .vertical {
    opacity: 0;
}

.accordion-item__content {
    display: none;
    padding-bottom: 32px;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}

@media screen and (max-width: 1279px) {
    .laptop-hidden {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .netbook-hidden {
        display: none !important;
    }
}

@media screen and (max-width: 779px) {
    .tablet-hidden {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    .mobile-hidden {
        display: none !important;
    }
}

@media screen and (min-width: 1280px) {
    .laptop-visible {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .netbook-visible {
        display: none !important;
    }
}

@media screen and (min-width: 780px) {
    .tablet-visible {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .mobile-visible {
        display: none !important;
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    z-index: 99;
}

.header::before {
    content: "";
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: 0;
    left: -20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(19, 0, 28, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(19, 0, 28, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(19, 0, 28, 0) 100%);
    -webkit-filter: blur(20px);
    filter: blur(20px);
    pointer-events: none;
}

.header .container {
    position: relative;
    z-index: 5;
}

.header__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.header__box {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
}

.header__box.is-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 576px) {
    .header__box.is-left {
        display: contents;
    }
}

.header__box.is-center {
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .header__box.is-center {
        display: contents;
    }
}

.header__box.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 576px) {
    .header__box.is-right {
        display: none;
    }
}

.header__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 7rem;
}

@media screen and (max-width: 780px) {
    .header__nav {
        gap: 3rem;
    }
}

@media (max-width: 576px) {
    .header__nav {
        display: contents;
    }
}

@media screen and (max-width: 350px) {
    .header__nav {
        gap: 1.8rem;
    }
}

.header__nav.is-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.header__nav-item {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    opacity: 0.8;
    transition: 0.3s;
}

@media (max-width: 576px) {
    .header__nav-item {
        font-size: 1.2rem;
    }
}

.header__nav-item:hover {
    opacity: 1;
}

.header__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
}

.header__social-item {
    opacity: 0.8;
    transition: 0.3s;
}

.header__social-item:hover {
    opacity: 1;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: rgba(23, 23, 23, 0.8);
    padding: 80px 20px;
    overflow-y: auto;
}

@media screen and (min-width: 500px) {
    .popup.is-center .popup__wrapper {
        position: absolute;
        top: 50%;
        left: 20px;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.popup__wrapper {
    position: relative;
    width: 100%;
    max-width: 534px;
    margin: 0 auto;
    background: #0b0a0b;
    padding: 32px;
    border: 2px solid #393939;
    border-radius: 30px;
}

@media screen and (max-width: 780px) {
    .popup__wrapper {
        padding: 16px;
    }
}

.popup__close {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 50;
    cursor: pointer;
}

.popup__title {
    font-weight: 800;
    font-size: 32px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 32px;
}

.career_popup__title {
    padding-right: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-shadow: 0.3rem 0 #4c1f7a, -0.3rem 0 #4c1f7a, 0 0.3rem #4c1f7a, 0 -0.3rem #4c1f7a, 0.3rem 0.3rem #4c1f7a, -0.3rem -0.3rem #4c1f7a, 0.3rem -0.3rem #4c1f7a, -0.3rem 0.3rem #4c1f7a, 0.5rem 0.5rem 0rem #e7a543;
    font-family: "Outfit";
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
}

@media (min-width: 577px) {
    .career_popup__title {
        font-size: 3.4rem;
    }
}

.career_popup .popup__close {
    top: 47px;
    right: 37px;
}

@media (max-width: 780px) {
    .career_popup .popup__close {
        top: 24px;
        right: 15px;
    }
}

.career_popup .popup__wrapper {
    max-width: 55rem;
    background: transparent;
    backdrop-filter: blur(30px);
}

@media (min-width: 781px) {
    .career_popup .popup__wrapper {
        padding: 4rem;
    }
}

.career_popup .contacts-form__container {
    max-width: 100%;
}

@media (max-width: 576px) {
    .career_popup .contacts-form__button {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 2rem;
    }
}

.career_popup .contacts-form__button .button {
    max-width: 16.4rem;
}

@media (max-width: 576px) {
    .career_popup .contacts-form__button .button {
        width: 100%;
        max-width: unset;
    }
}

.footer {
    position: relative;
    margin-top: auto;
    padding-block: 30px;
    overflow-x: clip;
}

@media (576px) {
    .footer {
        box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.5);
    }
}

.footer::before, .footer::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.footer::before {
    width: calc(100% - 44px);
    max-width: 1395px;
    aspect-ratio: 1/0.248;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #220e72;
    -webkit-filter: blur(165px);
    filter: blur(165px);
    z-index: 0;
}

@media (max-width: 1024px) {
    .footer::before {
        width: 583px;
        border-radius: 583px;
        -webkit-filter: blur(105px);
        filter: blur(105px);
    }
}

.footer::after {
    width: 76%;
    max-width: 1097px;
    aspect-ratio: 1/0.181;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background: #cf00c7;
    -webkit-filter: blur(99px);
    filter: blur(99px);
    z-index: 1;
}

@media (max-width: 1024px) {
    .footer::after {
        width: 458.459px;
        border-radius: 458.459px;
        -webkit-filter: blur(45px);
        filter: blur(45px);
    }
}

.footer__bg {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: unset;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    pointer-events: none;
}

.footer__bg:not(:root) {
    overflow: visible;
}

@media (max-width: 1024px) {
    .footer__bg--desktop {
        display: none;
    }
}

.footer__bg--purple {
    z-index: 0;
}

.footer__bg--pink {
    z-index: 1;
}

.footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 6rem;
}

@media (max-width: 1024px) {
    .footer__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 7.2rem;
}

.footer__nav.is-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__nav-item {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
    opacity: 0.8;
    transition: 0.3s;
}

.footer__nav-item:hover {
    opacity: 1;
}

.footer__box {
    display: -ms-flexbox;
    display: flex;
}

.footer__box.is-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .footer__box.is-left {
        -ms-flex-order: 3;
        order: 3;
    }
}

.footer__box.is-left .support {
    display: none;
}

@media (max-width: 1024px) {
    .footer__box.is-left .footer__nav {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
}

.footer__box.is-center {
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    .footer__box.is-center {
        -ms-flex-order: 1;
        order: 1;
    }
}

.footer__box.is-center .footer__nav-item {
    font-weight: 700;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.footer__box.is-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 1024px) {
    .footer__box.is-right {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 1024px) {
    .footer__box.is-right .footer__nav {
        gap: 3rem;
    }
}

.footer .container {
    position: relative;
    z-index: 2;
}

.line-section-bg__image {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -25rem;
    min-width: 780px;
}

@media screen and (max-width: 780px) {
    .line-section-bg__image {
        display: none;
    }
}

.line-section-bg__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: initial;
    max-height: initial;
}

.line-section-box {
    position: relative;
}

.line-section-mobile-bg {
    position: absolute;
    top: 50vh;
    left: 0;
    right: 0;
    z-index: -1;
}

@media screen and (min-width: 780px) {
    .line-section-mobile-bg {
        display: none;
    }
}

.line-section-mobile-bg__item {
    width: 600px;
    aspect-ratio: 1 / 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.line-section-mobile-bg__item:nth-child(1) {
    background: radial-gradient(50% 50% at 50% 50%, rgba(232, 34, 117, 0.5) 0%, rgba(232, 34, 117, 0) 100%);
    opacity: 0.5;
    border-radius: 50%;
}

.line-section-mobile-bg__item:nth-child(2) {
    background: radial-gradient(50% 50% at 50% 50%, rgba(25, 96, 204, 0.5) 0%, rgba(25, 96, 204, 0) 100%);
    opacity: 0.4;
    border-radius: 50%;
}

.line-section-mobile-bg__item:nth-child(3) {
    background: radial-gradient(50% 50% at 50% 50%, rgba(25, 96, 204, 0.5) 0%, rgba(25, 96, 204, 0) 100%);
    opacity: 0.5;
    border-radius: 50%;
}

.line-section-mobile-bg__item:nth-child(4) {
    background: radial-gradient(50% 50% at 50% 50%, rgba(108, 10, 139, 0.5) 0%, rgba(108, 10, 139, 0) 100%);
    opacity: 0.5;
    border-radius: 50%;
}

.line-section-mobile-bg__item:nth-child(5) {
    background: radial-gradient(50% 50% at 50% 50%, rgba(36, 176, 255, 0.5) 0%, rgba(36, 176, 255, 0) 100%);
    opacity: 0.5;
    border-radius: 50%;
}

.line-section-mobile-bg__item:nth-child(6) {
    width: 1700px;
    aspect-ratio: initial;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
    transform: translate3d(-50%, 0, 0) !important;
    position: relative;
    left: 50%;
}

.line-section-mobile-bg__item:nth-child(odd) {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

html.is-OSX .line-section-mobile-bg__item:nth-child(odd) {
    will-change: transform;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.line-section-mobile-bg__item:nth-child(even) {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

html.is-OSX .line-section-mobile-bg__item:nth-child(even) {
    will-change: transform;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.line-section {
    position: relative;
    z-index: 20;
}

.product-preview {
    width: 182px;
    height: 182px;
    margin-bottom: 50px !important;
    position: relative;
    z-index: 50;
}

@media screen and (max-width: 780px) {
    .product-preview {
        margin: 0 auto 400px !important;
    }
}

.product-preview:nth-child(1) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.product-preview:nth-child(2) {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin: 0 0 0 auto;
}

.product-preview:nth-child(3) {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin: 0 auto;
}

@media screen and (max-width: 780px) {
    .product-preview:nth-child(4) {
        display: none;
    }
}

.product-preview:nth-child(5) {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 780px) {
    .product-preview:nth-child(5) {
        display: none;
    }
}

.product-preview__detail {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 182px;
    height: 182px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 16px;
    position: relative;
    z-index: 50;
    transition: 0.5s;
    will-change: auto;
}

.product-preview__detail:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--c-main-black);
    border-radius: 20px;
    z-index: 5;
    opacity: 0;
    transition: 0.5s;
    will-change: transform;
}

.product-preview__detail-shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0s;
    z-index: 2;
    will-change: transform;
}

.product-preview__detail-shadow img {
    max-width: initial;
    max-height: initial;
}

.product-preview__detail-decor {
    position: absolute;
    z-index: 1;
    width: 137px;
    height: 243px;
    border-radius: 20px;
    opacity: 0;
    transition: 0.2s;
    will-change: transform;
    border-radius: 20px;
    overflow: hidden;
}

.product-preview__detail-decor.is-left {
    top: 100px;
    left: 50px;
    -webkit-transform: rotate(0deg) translate(0, -35px);
    transform: rotate(0deg) translate(0, -35px);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.product-preview__detail-decor.is-right {
    bottom: 100px;
    right: 30px;
    -webkit-transform: rotate(0deg) translate(0, 35px);
    transform: rotate(0deg) translate(0, 35px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}

.product-preview__detail-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    isolation: isolate;
    transition: 0.3s;
    position: relative;
    z-index: 50;
    will-change: auto;
}

.product-preview__detail-content {
    height: 185px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 50;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    transition: 0.2s;
    will-change: transform;
}

.product-preview__detail-name {
    text-align: center;
    font-weight: 900;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-preview__detail-stats {
    width: 16.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

.product-preview__detail-stats-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

.product-preview__detail-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media screen and (max-width: 500px) {
    .product-preview__detail {
        -webkit-transform: translate(-50%, 0) scale(0.8);
        transform: translate(-50%, 0) scale(0.8);
        width: 300px;
        height: 490px;
        border-radius: 20px;
        padding: 20px;
        border-color: #464247;
        box-shadow: none !important;
    }

    .product-preview__detail::before {
        opacity: 1;
    }

    .product-preview__detail .product-preview__detail-decor {
        transition-duration: 0.5s !important;
    }

    .product-preview__detail .product-preview__detail-shadow {
        opacity: 1 !important;
    }

    .product-preview__detail .product-preview__detail-image {
        border-radius: 15px;
    }

    .product-preview__detail .product-preview__detail-content {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        opacity: 1;
    }
}

@media screen and (max-width: 380px) {
    .product-preview__detail {
        -webkit-transform: translate(-50%, 0) scale(0.75);
        transform: translate(-50%, 0) scale(0.75);
    }
}

@media screen and (max-width: 360px) {
    .product-preview__detail {
        -webkit-transform: translate(-50%, 0) scale(0.7);
        transform: translate(-50%, 0) scale(0.7);
    }
}

@media screen and (max-width: 340px) {
    .product-preview__detail {
        -webkit-transform: translate(-50%, 0) scale(0.65);
        transform: translate(-50%, 0) scale(0.65);
    }
}

.product-preview__detail.is-active {
    width: 300px;
    height: 490px;
    border-radius: 20px;
    padding: 20px;
    border-color: #464247;
    box-shadow: 3px -3px 10px 0 #e8a842, -3px 3px 10px 0 #93ebff;
}

@media screen and (min-width: 780px) {
    .product-preview__detail.is-active {
        -webkit-animation: cartShadowOut 0.3s linear 0.4s forwards;
        animation: cartShadowOut 0.3s linear 0.4s forwards;
    }
}

@media screen and (min-width: 780px) {
    .product-preview__detail.is-active {
        box-shadow: 3px -3px 10px 0 #e8a842, -3px 3px 10px 0 #93ebff;
        -webkit-animation: cartShadowOut 0.3s linear 0.4s forwards;
        animation: cartShadowOut 0.3s linear 0.4s forwards;
    }
}

.product-preview__detail.is-active::before {
    opacity: 1;
}

.product-preview__detail.is-active .product-preview__detail-decor {
    transition-delay: 0.3s;
    transition-duration: 0.5s;
    opacity: 1;
}

.product-preview__detail.is-active .product-preview__detail-decor.is-left {
    -webkit-transform: rotate(-15deg) translate(-65px, -35px);
    transform: rotate(-15deg) translate(-65px, -35px);
}

.product-preview__detail.is-active .product-preview__detail-decor.is-right {
    -webkit-transform: rotate(15deg) translate(65px, 35px);
    transform: rotate(15deg) translate(65px, 35px);
}

.product-preview__detail.is-active .product-preview__detail-shadow {
    transition-delay: 0.5s;
    transition-duration: 0.5s;
    opacity: 1;
}

.product-preview__detail.is-active .product-preview__detail-image {
    border-radius: 15px;
}

.product-preview__detail.is-active .product-preview__detail-content {
    transition-delay: 0.3s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 1;
}

.product-preview-line {
    position: absolute;
    z-index: 30;
    width: 1px;
    height: 26px;
    -webkit-transform-origin: center left;
    transform-origin: center left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .product-preview-line {
        -webkit-transform: rotate(90deg) !important;
        transform: rotate(90deg) !important;
    }
}

@media screen and (max-width: 780px) {
    .product-preview-line:nth-child(3) {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .product-preview-line:nth-child(4) {
        display: none;
    }
}

.product-preview-line__shine {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 1%;
    position: relative;
}

@media screen and (max-width: 500px) {
    .product-preview-line__shine {
        width: 100% !important;
    }
}

.product-preview-line__shine::before {
    content: "";
    display: block;
    background: radial-gradient(25.58% 50% at 50% 50%, rgba(255, 240, 217, 0.5) 0%, rgba(232, 168, 66, 0.5) 15.63%, rgba(232, 168, 66, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(255, 240, 217, 0.5) 0%, rgba(232, 168, 66, 0.5) 15.62%, rgba(232, 168, 66, 0) 100%);
      /* background: rgba(232, 168, 66, 0.5);
      filter: blur(10px); */
    height: 100%;
    border-radius: 50%;
    width: 100%;
}

html.is-OSX .product-preview-line__shine::before {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-preview-line__shine-inner {
    background: radial-gradient(34.83% 50% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    /* background: #ffffff; */
    /* filter: blur(1px); */
    height: 3px;
    position: absolute;
    width: 100%;
    border-radius: 50%;
}

html.is-OSX .product-preview-line__shine-inner {
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.product-preview-line__ball {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 500px) {
    .product-preview-line__ball {
        display: none;
    }
}

.product-preview-line__ball img {
    max-width: initial;
    max-height: initial;
}

@-webkit-keyframes cartShadowOut {
    from {
        box-shadow: 3px -3px 10px 0 #e8a842, -3px 3px 10px 0 #93ebff;
    }

    to {
        box-shadow: none;
    }
}

@keyframes cartShadowOut {
    from {
        box-shadow: 3px -3px 10px 0 #e8a842, -3px 3px 10px 0 #93ebff;
    }

    to {
        box-shadow: none;
    }
}

.vacancies {
    padding-top: 200px;
    margin-bottom: 260px;
    position: relative;
}

@media screen and (max-width: 500px) {
    .vacancies {
        padding-top: 100px;
        margin-bottom: 160px;
    }
}

.vacancies-bg {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
    width: 100%;
    top: 50%;
    min-width: 1440px;
}

@media screen and (max-width: 780px) {
    .vacancies-bg {
        display: none;
    }
}

.vacancies__content {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.vacancies__content-item:nth-child(1) {
    font-weight: 700;
    font-size: 29px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.vacancies__content-item:nth-child(2) {
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background: #ffffff;
    padding: 4px 10px;
    margin: 6px 0;
}

.vacancies__content-item:nth-child(3) {
    font-weight: 800;
    font-size: 59px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.vacancies__content + .vacancies-btn {
    margin-top: -60px;
}

.vacancies-card {
    width: 100%;
    height: 365px;
    background: var(--c-main-black);
    border: 2px solid #393939;
    border-radius: 30px;
    padding-top: 50px;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    will-change: transform;
}

.vacancies-card::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(206.21deg, #de7e60 0%, #5d14d2 97.2%), #151316;
    z-index: 0;
    opacity: 0;
    transition: 0.5s;
    border-radius: 28px;
}

.vacancies-card__image {
    max-width: 20rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 40px;
    position: relative;
    z-index: 5;
    will-change: transform;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.vacancies-card__position {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    will-change: transform;
}

.vacancies-card__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 20px;
}

.vacancies-card__place {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    /*     margin-bottom: 40px; */
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 5;
    will-change: transform;
}

.vacancies-card__btn {
    margin: 0 auto;
    display: block;
    width: -webkit-max-content;
    width: max-content;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 5;
    will-change: transform;
}

.vacancies-card.is-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px;
    height: auto;
    gap: 40px;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .vacancies-card.is-horizontal {
        padding: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .vacancies-card.is-horizontal {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.vacancies-card.is-horizontal .vacancies-card__image {
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .vacancies-card.is-horizontal .vacancies-card__image {
        max-width: 15rem;
    }
}

.vacancies-card.is-horizontal .vacancies-card__position {
    text-align: left;
    margin-bottom: 26px;
}

@media screen and (max-width: 1024px) {
    .vacancies-card.is-horizontal .vacancies-card__position {
        text-align: center;
    }
}

.vacancies-card.is-horizontal .vacancy-detail-card__requirements {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 5;
    gap: 12px;
}

@media screen and (max-width: 1024px) {
    .vacancies-card.is-horizontal .vacancy-detail-card__requirements {
        -ms-flex-align: center;
        align-items: center;
    }
}

.vacancies-card.is-horizontal .vacancies-card__btn {
    opacity: 1;
    visibility: visible;
    margin: 0;
    width: 100%;
    max-width: 182px;
    text-align: center;
    padding: 6px 10px;
}

@media screen and (max-width: 1024px) {
    .vacancies-card.is-horizontal .vacancies-card__btn {
        margin: 0 auto;
    }
}

.vacancies-slider {
    position: relative;
    padding-bottom: 40px;
}

.vacancies-slider .swiper-slide {
    width: 300px;
    height: 460px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 500px) {
    .vacancies-slider .swiper-slide {
        width: 250px;
        height: 420px;
    }

    .vacancies-slider .swiper-slide .vacancies-card {
        padding-top: 20px;
    }

    .vacancies-slider .swiper-slide .vacancies-card__place,
        .vacancies-slider .swiper-slide .vacancies-card__btn {
        transition: 0.1s;
    }
}

.vacancies-slider .swiper-slide-active .vacancies-card,
  .vacancies-slider .swiper-slide-duplicate-active .vacancies-card {
    height: 100%;
}

.vacancies-slider .swiper-slide-active .vacancies-card .vacancies-card__place,
    .vacancies-slider .swiper-slide-active .vacancies-card .vacancies-card__btn,
    .vacancies-slider .swiper-slide-duplicate-active .vacancies-card .vacancies-card__place,
    .vacancies-slider .swiper-slide-duplicate-active .vacancies-card .vacancies-card__btn {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.vacancies-slider .swiper-slide-active .vacancies-card::before,
    .vacancies-slider .swiper-slide-duplicate-active .vacancies-card::before {
    opacity: 1;
    visibility: visible;
}

.vacancies-slider .swiper-pagination {
    bottom: 0;
}

.vacancies-slider .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    opacity: 0.3;
    border-radius: 4px;
    background: #ffffff;
}

.vacancies-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.vacancies-btn {
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.vacancies-btn .button {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.vacancy-detail-card {
    background: linear-gradient(206.21deg, #de7e60 0%, #5d14d2 97.2%);
    border-radius: 30px;
    padding: 0 130px 0 120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 460px;
}

.vacancy-detail-card.no-bg {
    background: none;
}

.vacancy-detail-card__bg-image {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 1330px;
}

.vacancy-detail-card__bg-image img {
    max-width: initial;
    max-height: initial;
}

@media screen and (max-width: 1200px) {
    .vacancy-detail-card {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .vacancy-detail-card {
        height: auto;
        grid-template-columns: 1fr;
        padding: 60px;
        padding-top: 0;
        margin-top: 1px;
    }
}

@media screen and (max-width: 500px) {
    .vacancy-detail-card {
        padding: 40px 20px;
    }
}

.vacancy-detail-card__box {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .vacancy-detail-card__box {
        width: 100%;
        overflow: hidden;
    }
}

.vacancy-detail-card__box.is-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (max-width: 1024px) {
    .vacancy-detail-card__box.is-image {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.vacancy-detail-card__image {
    max-height: initial;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 1024px) {
    .vacancy-detail-card__image {
        position: unset;
    }
}

.vacancy-detail-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: max-content;
    max-width: 460px;
    height: 100%;
    margin-left: auto;
}

@media screen and (max-width: 1024px) {
    .vacancy-detail-card__info {
        margin: 0 auto;
        width: 100%;
    }
}

.vacancy-detail-card__info .button {
    width: 100%;
    text-align: center;
}

.vacancy-detail-card__label {
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    /* padding: 4px 10px; */
    /* background: #ffffff; */
    width: -webkit-max-content;
    width: max-content;
}

@media screen and (max-width: 1024px) {
    .vacancy-detail-card__label {
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .vacancy-detail-card__label {
        font-size: 32px;
    }
}

.vacancy-detail-card__name {
    font-weight: 700;
    font-size: 93.1682px;
    line-height: 117px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    margin: 20px 0;
}

.vacancy-detail-card__name img {
    margin: 0 auto;
}

.vacancy-detail-card__requirements {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 28px;
    gap: 10px 20px;
}

@media screen and (max-width: 500px) {
    .vacancy-detail-card__requirements {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.vacancy-detail-card-container {
    position: relative;
}

.vacancy-detail-card-container .vacancy-detail-card {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .vacancy-detail-card-container .vacancy-detail-card {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .vacancy-detail-card-container .vacancy-detail-card {
        padding-top: 0;
    }
}

.vacancy-detail-card-container .vacancy-detail-card__image {
    bottom: auto;
    top: 0;
    max-width: initial;
}

@media screen and (max-width: 1024px) {
    .vacancy-detail-card-container .vacancy-detail-card__image {
        max-height: 500px;
        max-width: 100%;
    }
}

.vacancies-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-top: 40px;
    margin-bottom: 320px;
    position: relative;
}

.vacancies-grid::before {
    content: "";
    display: block;
    width: 180px;
    height: 236px;
    background: #246fff;
    -webkit-filter: blur(135.5px);
    filter: blur(135.5px);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    right: 10%;
}

html.is-OSX .vacancies-grid::before {
    will-change: transform;
}

@media screen and (max-width: 1200px) {
    .vacancies-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 780px) {
    .vacancies-grid {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 500px) {
    .vacancies-grid {
        grid-template-columns: 1fr;
    }
}

.vacancies-grid__item {
    position: relative;
}

@media screen and (min-width: 500px) {
    .vacancies-grid__item:hover .vacancies-card::before {
        opacity: 1;
        visibility: visible;
    }
}

.vacancies-grid__item.is-active .vacancies-card::before {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1200px) {
    .vacancies-grid__item.is-empty {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .vacancies-grid__item .vacancies-card__image {
        width: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .vacancies-grid__item .vacancies-card {
        height: 100%;
        padding: 30px 10px;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .vacancies-grid__item .vacancies-card .vacancies-card__image {
        margin-bottom: 20px;
    }

    .vacancies-grid__item .vacancies-card .vacancies-card__position {
        margin-bottom: 30px;
    }

    .vacancies-grid__item .vacancies-card .vacancies-card__btn {
        opacity: 1;
        visibility: visible;
    }
}

.vacancies-horizontal-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    padding-bottom: 40px;
}

@media screen and (max-width: 780px) {
    .vacancies-horizontal-grid {
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .vacancies-horizontal-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.vacancies-message {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

/* .vacany-page {
  margin-bottom: 250px;
} */
.vacany-page-section {
    margin-bottom: 250px;
}

@media screen and (max-width: 1024px) {
    .vacany-page-section {
        margin-bottom: 100px;
    }
}

.vacany-page-section .content-box {
    margin-bottom: 96px;
}

@media screen and (max-width: 1024px) {
    .vacany-page-section .content-box {
        margin-bottom: 40px;
    }
}

.vacany-page-section__header {
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    .vacany-page-section__header {
        margin-bottom: 40px;
    }
}

.vacany-page-section__header .atropos-inner {
    overflow: visible;
}

.vacany-page-section__header-icon-container {
    position: absolute;
    top: 0;
    left: 50px;
}

.vacany-page-section__header-icon {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition: 0.3s;
}

.vacany-page-section__header-text-container {
    position: absolute;
    top: 50%;
}

.vacany-page-section__header-text {
    width: -webkit-max-content;
    width: max-content;
    margin-left: 100px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 2px 4px;
    transition: 0.5s;
    position: relative;
}

.vacany-page-section__header-text span {
    position: relative;
}

.vacany-page-section__header-text:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    transition: 0.5s;
}

@media screen and (max-width: 780px) {
    .vacany-page-section__header-text {
        font-size: 20px;
        margin-left: 40px;
    }
}

.vacany-page-section__header-text.is-purple:before {
    background: #ec4eff;
}

.vacany-page-section__header-text.is-purple.is-active {
    color: #211352;
}

.vacany-page-section__header-text.is-blue:before {
    background: #00d1ff;
}

.vacany-page-section__header-text.is-blue.is-active {
    color: #003959;
}

.vacany-page-section__header-text.is-orange:before {
    background: #ff791b;
}

.vacany-page-section__header-text.is-orange.is-active {
    color: #690000;
}

.vacany-page-section__header-text.is-active:before {
    width: 100%;
}

.vacany-page-section__header.is-active .vacany-page-section__header-icon {
    -webkit-transform: translate3d(-57%, -57%, 0) scale(1.15) rotate(-45deg);
    transform: translate3d(-57%, -57%, 0) scale(1.15) rotate(-45deg);
}

@media screen and (max-width: 780px) {
    .vacany-page-section__header.is-active .vacany-page-section__header-icon {
        -webkit-transform: translate3d(-50%, -60%, 0) scale(1) rotate(-45deg);
        transform: translate3d(-50%, -60%, 0) scale(1) rotate(-45deg);
    }
}

.vacancy-page-content {
    position: relative;
}

@media screen and (max-width: 500px) {
    .vacancy-page-content {
        margin-top: -250px;
    }
}

.vacancy-page-content__decor {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vacancy-page-content__decor img {
    max-width: initial;
    max-height: initial;
}

.vacancy-page-content__decor:nth-child(1) {
    width: 95px;
    height: 115px;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vacancy-page-content__decor:nth-child(2) {
    width: 175px;
    height: 255px;
    top: 50%;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.vacancy-page-content__decor:nth-child(3) {
    width: 130px;
    height: 160px;
    bottom: 10%;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contacts__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 1024px) {
    .contacts__wrapper {
        grid-template-columns: 1fr;
    }
}

.contacts__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__content-item:nth-child(1) {
    font-weight: 700;
    font-size: 39.9719px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.contacts__content-item:nth-child(2) {
    font-weight: 800;
    font-size: 29.2978px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 6px 0;
    color: #000000;
    padding: 3px 7px;
    background: #ffffff;
}

.contacts__content-item:nth-child(3) {
    font-weight: 800;
    font-size: 95.6337px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.contacts__content-item.is-resume:nth-child(1) {
    font-size: 47.0427px;
}

.contacts__content-item.is-resume:nth-child(2) {
    font-size: 32.2807px;
}

.contacts__content-item.is-resume:nth-child(3) {
    font-size: 66.5278px;
}

.contacts__content-item.is-vacancy:nth-child(1) {
    font-size: 29px;
    line-height: 37px;
}

.contacts__content-item.is-vacancy:nth-child(2) {
    font-size: 40px;
}

.contacts__content-item.is-vacancy:nth-child(3) {
    font-size: 59px;
}

.contacts-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .contacts-form {
        margin: 5rem auto 0;
    }
}

.contacts-form__container {
    max-width: 470px;
    position: relative;
}

.contacts-form__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.contacts-form__button .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 24px;
    max-width: 200px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    color: var(--c-main-black);
}

.contacts-form__button .button:hover {
    background: white;
}

.contacts-form__message {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    max-width: 190px;
    opacity: 0;
    visibility: hidden;
}

.contacts-form__message.is-acttive {
    opacity: 1;
    visibility: visible;
}

.contacts-form.is-hidden {
    display: none;
}

.contacts-form-success {
    max-width: 470px;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 18px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 4rem;
    background: radial-gradient(104.69% 87.43% at 50% -6.07%, #eea4de 7.62%, #930ab6 48.67%, #1f0d3d 100%), rgba(40, 40, 40, 0.3);
    background-repeat: no-repeat;
}

.contacts-form-success.is-visible {
    display: -ms-flexbox;
    display: flex;
}

.contacts-form-success__image {
    position: relative;
    left: 20px;
    margin-top: -70px;
}

.contacts-form-success__text {
    text-align: center;
    font-weight: 700;
    color: #fff;
    max-width: 24rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 100%;
    margin-bottom: 6rem;
}

.contacts-form-success .contacts-form__button {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-title-container {
    margin-bottom: 40px;
}

body.no-webp.games-page {
    background: url(../img/games-page-bg.png) top 40vh center/100% repeat-y, var(--c-main-black);
}

body.webp.games-page {
    background: url(../img/games-page-bg.webp) top 40vh center/100% repeat-y, var(--c-main-black);
}

.game-detail-page .page {
    background: url(../img/game-page-start-bg.png) top -2rem right no-repeat;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
    .games-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .games-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .games-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.game-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
    aspect-ratio: 3 / 4;
}

@media screen and (max-width: 1024px) {
    .game-card {
        box-shadow: 4px 4px 20px 5px rgba(36, 150, 255, 0.25), 2px 2px 20px 5px rgba(80, 230, 255, 0.3), -3px -3px 20px 5px rgba(255, 44, 145, 0.75), 1px 1px 20px 5px rgba(51, 206, 255, 0.5);
    }
}

.game-card:hover .game-card__content {
    -webkit-animation: gameCardContentFadeIn 0.4s ease-out forwards;
    animation: gameCardContentFadeIn 0.4s ease-out forwards;
}

.game-card:hover .game-card__link {
    -webkit-animation: gameCardLinkFadeIn 0.4s ease-out forwards;
    animation: gameCardLinkFadeIn 0.4s ease-out forwards;
}

.game-card__box {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
}

.game-card__box:hover .game-card__shadow {
    opacity: 1;
    visibility: visible;
}

.game-card__shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 0;
    transition: 0.3s;
    will-change: transform;
    opacity: 0;
    visibility: hidden;
    width: 28.5vw;
    /*  @media screen and (max-width: 900px) {
      width: 62.5vw;
    }

    @media screen and (max-width: 780px) {
      display: none;
    }

    @media screen and (max-width: 500px) {
      width: 126.5vw;
    } */
}

.game-card__shadow img {
    width: 100%;
}

@media screen and (min-width: 1440px) {
    .game-card__shadow {
        width: calc(100% + 110px);
    }
}

@media screen and (max-width: 1200px) {
    .game-card__shadow {
        width: 38.5vw;
    }
}

@media screen and (max-width: 1024px) {
    .game-card__shadow {
        display: none;
    }
}

.game-card__background {
    position: relative;
    z-index: 2;
}

.game-card__content {
    width: calc(100% + 2px);
    background: #242531;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    padding: 24px 24px 29px 24px;
    z-index: 2;
    will-change: transform;
    -webkit-transform: translate3d(0, 77px, 0);
    transform: translate3d(0, 77px, 0);
    -webkit-animation: gameCardContentFadeOut 0.4s ease-out forwards;
    animation: gameCardContentFadeOut 0.4s ease-out forwards;
}

@media screen and (max-width: 1024px) {
    .game-card__content {
        -webkit-animation: gameCardContentFadeIn 0.4s ease-out forwards;
        animation: gameCardContentFadeIn 0.4s ease-out forwards;
    }
}

.game-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.game-card__info-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.game-card__info .game-card__rating-star {
    width: 14px;
}

.game-card__icon {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.game-card__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
}

.game-card__rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    overflow: hidden;
}

.game-card__rating-progress {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 1;
    width: 0;
    top: 1px;
    left: 1px;
    bottom: 1px;
}

.game-card__rating-mask {
    position: relative;
    z-index: 5;
}

.game-card__app-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 16px;
}

.game-card__app-link {
    background: #383947;
    border-radius: 12px;
    overflow: hidden;
    height: 48px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .game-card__app-link {
        transition: 0.3s;
        opacity: 0.8;
    }

    .game-card__app-link:hover {
        opacity: 1;
    }
}

.game-card__link {
    position: absolute;
    top: 16px;
    right: 14px;
    z-index: 5;
    border-radius: 35px;
    opacity: 0;
    visibility: hidden;
    will-change: transform;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-animation: gameCardLinkFadeOut 0.2s ease-out forwards;
    animation: gameCardLinkFadeOut 0.2s ease-out forwards;
    overflow: hidden;
    isolation: isolate;
}

.game-card__link-inner {
    background: rgba(27, 24, 36, 0.85);
    backdrop-filter: blur(20px);
    padding: 13px 12px 13px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
    height: 36px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .game-card__link-inner {
        opacity: 0.8;
        transition: 0.3s;
    }

    .game-card__link-inner:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    .game-card__link {
        -webkit-animation: gameCardLinkFadeIn 0.4s ease-out forwards;
        animation: gameCardLinkFadeIn 0.4s ease-out forwards;
    }
}

.game-card__link svg {
    max-height: initial;
}

@-webkit-keyframes gameCardContentFadeIn {
    0% {
        -webkit-transform: translate3d(0, 77px, 0);
        transform: translate3d(0, 77px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes gameCardContentFadeIn {
    0% {
        -webkit-transform: translate3d(0, 77px, 0);
        transform: translate3d(0, 77px, 0);
    }

    60% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes gameCardContentFadeOut {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 77px, 0);
        transform: translate3d(0, 77px, 0);
    }
}

@keyframes gameCardContentFadeOut {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 77px, 0);
        transform: translate3d(0, 77px, 0);
    }
}

@-webkit-keyframes gameCardLinkFadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    60% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes gameCardLinkFadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    60% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes gameCardLinkFadeOut {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes gameCardLinkFadeOut {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
}

.game-advantages-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 140px;
}

@media screen and (max-width: 1024px) {
    .game-advantages-section {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: center;
        align-items: center;
    }
}

.game-advantages-section .advantages-section__wrapper {
    gap: 130px;
}

@media screen and (max-width: 1024px) {
    .game-advantages-section .advantages-section__wrapper {
        gap: 40px;
    }
}

.game-advantages-section__text {
    max-width: 640px;
}

@media screen and (max-width: 1024px) {
    .game-advantages-section__text {
        text-align: center;
    }
}

.game-preview {
    height: 515px;
    border-radius: 30px;
    padding: 45px 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 250px;
    overflow: hidden;
}

.game-preview.is-blue {
    background: url(../img/game-preview-bg.svg) top right no-repeat, linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(144.25deg, #000000 -23.12%, rgba(10, 90, 208, 0) 107.95%), linear-gradient(301.07deg, #00e0ff 3.65%, #1427d2 101.14%), #d9d9d9;
}

.game-preview.is-purple {
    background: url(../img/game-preview-bg.svg) top right no-repeat, linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(116.24deg, #3e61bb 5.97%, #ff51d9 111.31%);
}

.game-preview.is-orange {
    background: url(../img/game-preview-bg.svg) top right no-repeat, linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(118.27deg, #da2752 19.98%, #ffda7c 99.32%);
}

.game-preview.is-green {
    background: url(../img/game-preview-bg.svg) top right no-repeat, linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(289.97deg, #2af598 7.82%, #0b76b7 79.67%);
}

.game-preview.is-pink {
    background: url(../img/game-preview-bg.svg) top right no-repeat, linear-gradient(123.89deg, #00114b -43.46%, rgba(0, 16, 72, 0) 40.65%), linear-gradient(284.16deg, #ffdbb9 -10.71%, #ffa99f 29.57%, #da547b 73.2%);
}

.game-preview.is-yellow {
    background: url(../img/game-preview-bg.svg) top right no-repeat, linear-gradient(122.02deg, rgba(0, 0, 0, 0.1) 24.44%, rgba(0, 0, 0, 0) 72.32%), linear-gradient(285.92deg, #ffe923 18.45%, #6cef05 88.19%);
}

.game-preview.is-mint {
    background: url(../img/game-preview-bg.svg) top right no-repeat, linear-gradient(285.91deg, #df56f7 10.5%, #e156f8 10.51%, #6da0ff 51.37%, #21df79 88.19%);
}

@media screen and (max-width: 1279px) {
    .game-preview {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }

    .game-preview.is-blue {
        background: linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(144.25deg, #000000 -23.12%, rgba(10, 90, 208, 0) 107.95%), linear-gradient(301.07deg, #00e0ff 3.65%, #1427d2 101.14%), #d9d9d9;
    }

    .game-preview.is-purple {
        background: linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(116.24deg, #3e61bb 5.97%, #ff51d9 111.31%);
    }

    .game-preview.is-orange {
        background: linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(118.27deg, #da2752 19.98%, #ffda7c 99.32%);
    }

    .game-preview.is-green {
        background: linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(289.97deg, #2af598 7.82%, #0b76b7 79.67%);
    }

    .game-preview.is-pink {
        background: linear-gradient(123.89deg, #00114b -43.46%, rgba(0, 16, 72, 0) 40.65%), linear-gradient(284.16deg, #ffdbb9 -10.71%, #ffa99f 29.57%, #da547b 73.2%);
    }

    .game-preview.is-yellow {
        background: linear-gradient(122.02deg, rgba(0, 0, 0, 0.1) 24.44%, rgba(0, 0, 0, 0) 72.32%), linear-gradient(285.92deg, #ffe923 18.45%, #6cef05 88.19%);
    }

    .game-preview.is-mint {
        background: linear-gradient(285.91deg, #df56f7 10.5%, #e156f8 10.51%, #6da0ff 51.37%, #21df79 88.19%);
    }
}

@media screen and (max-width: 1024px) {
    .game-preview {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 780px) {
    .game-preview {
        padding: 45px 20px;
    }
}

.game-preview__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.game-preview__name {
    font-weight: 700;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

@media screen and (max-width: 1279px) {
    .game-preview__name {
        text-align: center;
    }
}

@media screen and (max-width: 780px) {
    .game-preview__name {
        font-size: 60px;
    }
}

.game-preview__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 1279px) {
    .game-preview__info {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.game-preview__icon {
    width: 110px;
    height: 100px;
    border-radius: 20px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.game-preview__icon img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.game-preview__description {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
}

@media screen and (max-width: 1279px) {
    .game-preview__description {
        text-align: center;
    }
}

@media screen and (max-width: 780px) {
    .game-preview__description {
        font-size: 26px;
    }
}

.game-preview__store-links {
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}

@media screen and (max-width: 780px) {
    .game-preview__store-links {
        gap: 12px;
    }
}

.game-preview__store-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    background: #1b232f;
    border-radius: 15px;
    height: 73px;
    max-width: 219px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .game-preview__store-link {
        opacity: 0.8;
        transition: 0.3s;
    }

    .game-preview__store-link:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 780px) {
    .game-preview__store-link {
        height: 60px;
    }
}

.game-preview__images {
    display: -ms-flexbox;
    display: flex;
    gap: 44px;
}

@media screen and (max-width: 780px) {
    .game-preview__images {
        gap: 20px;
    }
}

.game-preview__image {
    width: 220px;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .game-preview__image {
        width: 100%;
        height: auto;
    }
}

.game-preview__detail-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    gap: 14px;
    margin-bottom: 55px;
}

@media screen and (max-width: 1280px) {
    .game-preview__detail-link {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 780px) {
    .game-preview__detail-link {
        font-size: 26px;
    }
}

.game-preview__video-box {
    width: 300px;
    height: 600px;
    border-radius: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    isolation: isolate;
    will-change: transform;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-animation: gamePreviewVideoBounce 4s infinite ease-out;
    animation: gamePreviewVideoBounce 4s infinite ease-out;
    position: relative;
    z-index: 5;
}

@media screen and (min-width: 1024px) {
    .game-preview__video-box {
        background: linear-gradient(23.95deg, rgba(0, 51, 99, 0.75) -1.17%, rgba(27, 16, 72, 0) 95.99%);
        -webkit-filter: drop-shadow(1px 1px 6px rgba(255, 255, 255, 0.5)) drop-shadow(4px 4px 27px rgba(255, 255, 255, 0.2)) drop-shadow(4px 4px 38px rgba(17, 112, 255, 0.35));
        filter: drop-shadow(1px 1px 6px rgba(255, 255, 255, 0.5)) drop-shadow(4px 4px 27px rgba(255, 255, 255, 0.2)) drop-shadow(4px 4px 38px rgba(17, 112, 255, 0.35));
    }
}

.game-preview__video-box video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    -webkit-animation: gamePreviewVideoFade 4s infinite ease-out;
    animation: gamePreviewVideoFade 4s infinite ease-out;
}

@-webkit-keyframes gamePreviewVideoBounce {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes gamePreviewVideoBounce {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes gamePreviewVideoFade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes gamePreviewVideoFade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.game-preview__advantages {
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
}

@media screen and (max-width: 500px) {
    .game-preview__advantages {
        gap: 40px;
    }
}

.game-preview__advantages-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.game-preview__advantages-number {
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
}

.game-preview__advantages-text {
    padding: 4px 6px;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.game-preview__advantages-text.is-orange {
    color: #5c2c00;
    background: #ffad31;
}

.game-preview__advantages-text.is-green {
    color: #00381d;
    background: #00ffa6;
}

.game-preview-video {
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 250px;
}

@media screen and (max-width: 1024px) {
    .game-preview-video {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 60px;
    }
}

.game-preview-video .game-preview__content {
    width: 100%;
    height: 600px;
    border-radius: 30px;
    padding: 45px 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 0;
    overflow: hidden;
}

.game-preview-video .game-preview__content.is-blue {
    background: linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(144.25deg, #000000 -23.12%, rgba(10, 90, 208, 0) 107.95%), linear-gradient(301.07deg, #00e0ff 3.65%, #1427d2 101.14%), #d9d9d9;
}

.game-preview-video .game-preview__content.is-purple {
    background: linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(116.24deg, #3e61bb 5.97%, #ff51d9 111.31%);
}

.game-preview-video .game-preview__content.is-orange {
    background: linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(118.27deg, #da2752 19.98%, #ffda7c 99.32%);
}

.game-preview-video .game-preview__content.is-green {
    background: linear-gradient(157.92deg, #00114b -63.4%, rgba(0, 16, 72, 0) 61.08%), linear-gradient(289.97deg, #2af598 7.82%, #0b76b7 79.67%);
}

.game-preview-video .game-preview__content.is-pink {
    background: linear-gradient(123.89deg, #00114b -43.46%, rgba(0, 16, 72, 0) 40.65%), linear-gradient(284.16deg, #ffdbb9 -10.71%, #ffa99f 29.57%, #da547b 73.2%);
}

.game-preview-video .game-preview__content.is-yellow {
    background: linear-gradient(122.02deg, rgba(0, 0, 0, 0.1) 24.44%, rgba(0, 0, 0, 0) 72.32%), linear-gradient(285.92deg, #ffe923 18.45%, #6cef05 88.19%);
}

.game-preview-video .game-preview__content.is-mint {
    background: linear-gradient(285.91deg, #df56f7 10.5%, #e156f8 10.51%, #6da0ff 51.37%, #21df79 88.19%);
}

@media screen and (max-width: 1279px) {
    .game-preview-video .game-preview__content {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
    }
}

@media screen and (max-width: 780px) {
    .game-preview-video .game-preview__content {
        padding: 45px 20px;
    }
}

.game-detail-description {
    margin-bottom: 250px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 780px) {
    .game-detail-description {
        margin-bottom: 60px;
    }
}

.game-review-box {
    background: rgba(21, 19, 22, 0.5);
    border: 1px solid #393939;
    border-radius: 30px;
    padding: 32px;
    min-height: 340px;
    max-width: 400px;
}

.game-review-box__name {
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    margin: 24px 0 12px;
}

.game-review-box__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
}

.game-info-preview {
    width: 240px;
    aspect-ratio: 40 / 71;
    border-radius: 30px;
    overflow: hidden;
    isolation: isolate;
}

.game-info-preview img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.game-info-container {
    position: relative;
}

.game-info {
    padding-right: 70px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .game-info {
        padding-right: 0;
        max-width: 500px;
        margin: 0 auto;
    }
}

.game-info__bottom-bg {
    position: absolute;
    left: 50%;
    bottom: 20%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    /* @media screen and (min-width: 1400px) {
      display: none;
    } */
}

.game-info__bottom-bg img {
    max-width: initial;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.game-info__decor {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

html.is-OSX .game-info__decor {
    will-change: transform;
}

.game-info__decor:nth-child(1) {
    width: 805px;
    height: 900px;
    background: linear-gradient(270.28deg, #7949ff 28.13%, #bd00ff 83.78%);
    -webkit-filter: blur(281.5px);
    filter: blur(281.5px);
    -webkit-transform: rotate(-180deg) translate(100%, 50%);
    transform: rotate(-180deg) translate(100%, 50%);
    left: 0;
    top: 0;
}

.game-info__decor:nth-child(2) {
    width: 600px;
    height: 620px;
    background: #046eea;
    opacity: 0.7;
    -webkit-filter: blur(135.5px);
    filter: blur(135.5px);
    -webkit-transform: rotate(101.29deg) translate(-40%, -100%);
    transform: rotate(101.29deg) translate(-40%, -100%);
    right: 0;
    top: 30%;
}

@media screen and (max-width: 780px) {
    .game-info__decor:nth-child(2) {
        -webkit-transform: rotate(101.29deg) translate(-40%, -80%);
        transform: rotate(101.29deg) translate(-40%, -80%);
        right: 0;
    }
}

.game-info__decor:nth-child(3) {
    width: 690px;
    height: 800px;
    background: radial-gradient(125.51% 125.51% at 38.41% 58.89%, #ad00ff 0%, rgba(47, 93, 255, 0) 100%);
    opacity: 0.75;
    -webkit-filter: blur(135.5px);
    filter: blur(135.5px);
    -webkit-transform: rotate(90.93deg) translate(0, 90%);
    transform: rotate(90.93deg) translate(0, 90%);
    left: 0;
    bottom: 10%;
}

@media screen and (max-width: 780px) {
    .game-info__decor:nth-child(3) {
        bottom: 20%;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__col {
        width: -webkit-max-content;
        width: max-content;
    }
}

.game-info__col > div {
    will-change: transform;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
}

.game-info__row {
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    margin-bottom: 50px;
    /*     &:last-child {
      margin-bottom: 0;
    } */
}

@media screen and (max-width: 1200px) {
    .game-info__row {
        gap: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row {
        gap: 20px;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(1), .game-info__row:nth-child(5n) {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(1), .game-info__row:nth-child(5n) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "area-1 area-1" "area-2 area-3";
    }

    .game-info__row:nth-child(1) .game-info-preview, .game-info__row:nth-child(5n) .game-info-preview {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(1) .game-info__col:nth-child(1), .game-info__row:nth-child(5n) .game-info__col:nth-child(1) {
        margin-top: 85px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(1) .game-info__col:nth-child(1), .game-info__row:nth-child(5n) .game-info__col:nth-child(1) {
        grid-area: area-1;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(1) .game-info__col:nth-child(2), .game-info__row:nth-child(5n) .game-info__col:nth-child(2) {
        grid-area: area-2;
        margin-top: 100px;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(1) .game-info__col:nth-child(3), .game-info__row:nth-child(5n) .game-info__col:nth-child(3) {
        margin-top: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(1) .game-info__col:nth-child(3), .game-info__row:nth-child(5n) .game-info__col:nth-child(3) {
        grid-area: area-3;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(2) .game-info__col, .game-info__row:nth-child(6n) .game-info__col {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
    }

    .game-info__row:nth-child(2) .game-info__col .game-info-preview, .game-info__row:nth-child(6n) .game-info__col .game-info-preview {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(2) .game-info__col:nth-child(1), .game-info__row:nth-child(6n) .game-info__col:nth-child(1) {
        margin-top: 180px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(2) .game-info__col:nth-child(1), .game-info__row:nth-child(6n) .game-info__col:nth-child(1) {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(2) .game-info__col:nth-child(2), .game-info__row:nth-child(6n) .game-info__col:nth-child(2) {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(2) .game-info__col:nth-child(3), .game-info__row:nth-child(6n) .game-info__col:nth-child(3) {
        margin-top: 180px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(2) .game-info__col:nth-child(3), .game-info__row:nth-child(6n) .game-info__col:nth-child(3) {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(3), .game-info__row:nth-child(7n) {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(3) .game-info__col, .game-info__row:nth-child(7n) .game-info__col {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
    }

    .game-info__row:nth-child(3) .game-info__col .game-info-preview, .game-info__row:nth-child(7n) .game-info__col .game-info-preview {
        width: calc(50% - 10px);
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(3) .game-info__col:nth-child(1), .game-info__row:nth-child(7n) .game-info__col:nth-child(1) {
        margin-top: 230px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(3) .game-info__col:nth-child(2), .game-info__row:nth-child(7n) .game-info__col:nth-child(2) {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(3) .game-info__col:nth-child(3), .game-info__row:nth-child(7n) .game-info__col:nth-child(3) {
        margin-top: 230px;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(4), .game-info__row:nth-child(8n) {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(4), .game-info__row:nth-child(8n) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "area-1 area-1" "area-2 area-3";
    }

    .game-info__row:nth-child(4) .game-info-preview, .game-info__row:nth-child(8n) .game-info-preview {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(4) .game-info__col:nth-child(1), .game-info__row:nth-child(8n) .game-info__col:nth-child(1) {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(4) .game-info__col:nth-child(1), .game-info__row:nth-child(8n) .game-info__col:nth-child(1) {
        grid-area: area-1;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(4) .game-info__col:nth-child(3), .game-info__row:nth-child(8n) .game-info__col:nth-child(3) {
        margin-top: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(4) .game-info__col:nth-child(3), .game-info__row:nth-child(8n) .game-info__col:nth-child(3) {
        grid-area: area-2;
    }
}

@media screen and (min-width: 1024px) {
    .game-info__row:nth-child(4) .game-info__col:nth-child(3), .game-info__row:nth-child(8n) .game-info__col:nth-child(3) {
        margin-top: 140px;
    }
}

@media screen and (max-width: 1024px) {
    .game-info__row:nth-child(4) .game-info__col:nth-child(3), .game-info__row:nth-child(8n) .game-info__col:nth-child(3) {
        grid-area: area-3;
        margin-top: 140px;
    }
}

.download-game {
    margin: 180px 0 0;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .download-game {
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 100px 0 0;
    }
}

.download-game__links {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 470px;
}

@media screen and (max-width: 780px) {
    .download-game__links {
        width: 100%;
    }
}

.download-game__links .game-preview__store-links {
    -ms-flex-pack: center;
    justify-content: center;
}

.cv-section {
    position: relative;
    margin-block: 10.3rem 13.9rem;
    z-index: 3;
}

@media (max-width: 780px) {
    .cv-section {
        margin-block: -7.5rem 10rem;
    }
}

.cv-section__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 9.7rem 2rem;
    rotate: -5deg;
}

@media (max-width: 780px) {
    .cv-section__container {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        gap: 12.3rem;
    }
}

@media (max-width: 375px) {
    .cv-section__container {
        margin: 0;
        translate: -1.5vw;
    }
}

.cv-section__text-top {
    font-size: 2.9rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 780px) {
    .cv-section__text-top {
        font-size: 2.4rem;
    }
}

.cv-section__text-middle {
    padding: 0.4rem 1rem;
    font-size: 4rem;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    color: #370a54;
    background-color: #fff;
}

@media (max-width: 780px) {
    .cv-section__text-middle {
        font-size: 3.2rem;
    }
}

.cv-section__text-bottom {
    font-size: 60px;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 780px) {
    .cv-section__text-bottom {
        font-size: 4.8rem;
    }
}

.cv-section__button {
    position: relative;
    padding: 2.75rem 5.4rem 2.75rem 16rem;
    border-radius: 11rem;
    border: none;
    background: linear-gradient(331deg, #a804b1 -9.39%, rgba(255, 255, 255, 0) 20.83%), linear-gradient(143deg, #ffb52d -0.96%, rgba(255, 255, 255, 0) 27.62%), #fff;
    box-shadow: 0px 8px 12px 0px rgba(150, 12, 104, 0.34) inset, 0px 20px 90px 0px rgba(255, 139, 45, 0.6);
    transition: box-shadow 0.2s ease-in-out;
}

@media (max-width: 780px) {
    .cv-section__button {
        padding: 4.2rem 3rem 4.2rem 13rem;
    }
}

@media (max-width: 375px) {
    .cv-section__button {
        padding: 11.5vw 8vw 11.5vw 34.5vw;
    }
}

@media screen and (hover: hover) {
    .cv-section__button:hover {
        box-shadow: 0px 8px 12px 0px rgba(150, 12, 104, 0.7) inset, 0px 20px 90px 0px #ff8b2d;
    }

    .cv-section__button:hover .cv-section__button-decor-finger {
        scale: 0.975;
    }

    .cv-section__button:hover .cv-section__button-text {
        scale: 0.98;
    }
}

.cv-section__button-text {
    display: inline-block;
    font-size: 9rem;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(86deg, #ed3f13 10.96%, #dc1cd9 99.29%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: scale 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    transition: scale 0.2s ease-in-out, filter 0.2s ease-in-out;
    transition: scale 0.2s ease-in-out, filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

@media (max-width: 780px) {
    .cv-section__button-text {
        font-size: 4rem;
    }
}

@media (max-width: 375px) {
    .cv-section__button-text {
        font-size: 10.5vw;
    }
}

.cv-section__button-decor {
    width: 13.2rem;
    height: auto;
    position: absolute;
    left: 1rem;
    top: 50%;
    translate: 0 -50%;
    max-height: unset;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center top;
    object-position: center top;
    rotate: 5deg;
}

@media (max-width: 780px) {
    .cv-section__button-decor {
        width: 10rem;
    }
}

@media (max-width: 375px) {
    .cv-section__button-decor {
        width: 26.5vw;
    }
}

.cv-section__button-decor-button {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
}

.cv-section__button-decor-finger {
    position: absolute;
    top: 11%;
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
    transition: scale 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    transition: scale 0.2s ease-in-out, filter 0.2s ease-in-out;
    transition: scale 0.2s ease-in-out, filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
}

.cv-section__envelope {
    position: absolute;
    width: 16.6rem;
    aspect-ratio: 1/1.4;
    max-height: unset;
    height: auto;
    right: 2rem;
    top: 0;
    translate: 0 calc(-100% + 1.3rem);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: 0;
    rotate: 5deg;
}

@media (max-width: 780px) {
    .cv-section__envelope {
        width: 9.7rem;
        right: 4.5rem;
        top: -3rem;
        translate: 0 calc(-100% + 3.3rem);
    }
}

/* @import "./components/preloader.scss"; */
.page {
    position: relative;
    padding-top: 12rem;
    overflow: hidden;
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .page {
        padding-top: 10rem;
    }
}

.page--main, .page--career {
    padding-top: 0;
}

.page:has(.language-page) {
    overflow: clip;
}

.main-window {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 300%;
    color: white;
    padding-top: 10vh;
    overflow: hidden;
    background: linear-gradient(180deg, #0b0a0b 0%, #1f1144 100%);
}

.line-window {
    min-height: 100vh;
}

.line-window {
    margin-top: 100vh;
    padding-bottom: 100vh;
    position: relative;
}

.cart-item {
    width: 182px;
    height: 182px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
}

.advantages-section {
    margin-bottom: 14rem;
    position: relative;
}

.advantages-section .animate-counter__number {
    opacity: 0;
}

.advantages-section__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 14rem;
}

@media screen and (max-width: 780px) {
    .advantages-section__wrapper {
        gap: 7rem;
    }
}

@media screen and (max-width: 580px) {
    .advantages-section__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.advantages-section__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.advantages-section__item-number {
    font-weight: 800;
    font-size: 6.4rem;
    line-height: 120%;
    margin-bottom: 0.6rem;
}

.advantages-section__item-text {
    color: var(--c-main-black);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 100%;
    text-transform: uppercase;
}

.advantages-section__item:nth-child(1) .higlited-text {
    background: #fb8441;
}

.advantages-section__item:nth-child(2) .higlited-text {
    background: #fbbc41;
}

.advantages-section__item:nth-child(3) .higlited-text {
    background: #cde730;
}

.advantages-section__item-counter::after {
    content: attr(data-after);
}

.higlited-text {
    padding: 0.2rem 0.4rem;
    color: #211352;
    display: inline-block;
}

.higlited-text.is-orrange {
    background: #fea62b;
}

.higlited-text.is-green {
    background: #8dff2d;
}

.higlited-text.is-white {
    background: #ffffff;
}

.catalog-button-section {
    height: 200px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30rem auto 0;
    overflow: hidden;
}

@media screen and (max-width: 1110px) {
    .catalog-button-section {
        height: auto;
    }
}

.catalog-button-section .catalog-button-mobile-link {
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media screen and (min-width: 1110px) {
    .catalog-button-section .catalog-button-mobile-link {
        display: none;
    }
}

.catalog-button-section .catalog-button-mobile-link .catalog-button__text {
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    gap: 2rem;
    margin-top: 3rem;
    margin-left: 20px;
    margin-right: 0;
}

.catalog-button {
    width: 432px;
    height: 112px;
    border: 2px solid #696969;
    border-radius: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 1.1rem;
    position: relative;
    overflow: hidden;
    -webkit-animation: catalogButtonBounceOut 0.7s ease-out forwards;
    animation: catalogButtonBounceOut 0.7s ease-out forwards;
    will-change: transform;
    z-index: 5;
}

@media screen and (max-width: 1110px) {
    .catalog-button {
        width: 235px;
        height: 82px;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
    }
}

.catalog-button::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #f1d022 0.05%, #de7e60 37.06%, #cf14d2 70.26%, #5d14d2 100%), #ffffff;
    opacity: 0;
    transition: 0.6s;
    will-change: transform;
}

.catalog-button__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 5px solid #0d0b0f;
    border-radius: 100px;
    margin-right: -37px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    -webkit-animation: catalogButtonItemBounceOut 0.55s ease-out forwards;
    animation: catalogButtonItemBounceOut 0.55s ease-out forwards;
    will-change: transform;
    transition: 0.3s;
}

.catalog-button__item:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

@media screen and (max-width: 1110px) {
    .catalog-button__item {
        width: 62px;
        height: 62px;
        border: 3px solid #0d0b0f;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
    }

    .catalog-button__item:nth-child(6), .catalog-button__item:nth-child(7) {
        display: none;
    }
}

.catalog-button__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    font-weight: 800;
    font-size: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: 20px;
    position: relative;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.6s;
}

@media screen and (max-width: 1110px) {
    .catalog-button__text {
        display: none;
    }
}

.catalog-button.is-active {
    border-color: transparent;
    -webkit-animation: catalogButtonBounceIn 1s ease-out forwards;
    animation: catalogButtonBounceIn 1s ease-out forwards;
}

@media screen and (max-width: 1110px) {
    .catalog-button.is-active {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
    }

    .catalog-button.is-active + .catalog-button-mobile-link {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.catalog-button.is-active::before {
    opacity: 1;
}

.catalog-button.is-active .catalog-button__item {
    -webkit-animation: catalogButtonItemBounceIn 1s ease-out forwards;
    animation: catalogButtonItemBounceIn 1s ease-out forwards;
    border-color: transparent;
}

@media screen and (max-width: 1110px) {
    .catalog-button.is-active .catalog-button__item {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
    }
}

.catalog-button.is-active .catalog-button__text {
    opacity: 1;
}

@-webkit-keyframes catalogButtonItemBounceIn {
    0% {
        margin-right: -37px;
        width: 90px;
        height: 90px;
    }

    40% {
        margin-right: 13px;
        width: 110px;
        height: 110px;
    }

    100% {
        margin-right: 10px;
        width: 110px;
        height: 110px;
    }
}

@keyframes catalogButtonItemBounceIn {
    0% {
        margin-right: -37px;
        width: 90px;
        height: 90px;
    }

    40% {
        margin-right: 13px;
        width: 110px;
        height: 110px;
    }

    100% {
        margin-right: 10px;
        width: 110px;
        height: 110px;
    }
}

@-webkit-keyframes catalogButtonItemBounceOut {
    0% {
        margin-right: 10px;
        width: 110px;
        height: 110px;
    }

    40% {
        margin-right: -45px;
        width: 90px;
        height: 90px;
    }

    100% {
        margin-right: -37px;
        width: 90px;
        height: 90px;
    }
}

@keyframes catalogButtonItemBounceOut {
    0% {
        margin-right: 10px;
        width: 110px;
        height: 110px;
    }

    40% {
        margin-right: -45px;
        width: 90px;
        height: 90px;
    }

    100% {
        margin-right: -37px;
        width: 90px;
        height: 90px;
    }
}

@media screen and (max-width: 1110px) {
  @    -webkit-keyframes catalogButtonItemBounceIn {
        0% {
      margin-right: -25px;
    }

    50% {
        margin-right: 12.5px;
    }

    100% {
        margin-right: 0.5px;
    }
}

@keyframes catalogButtonItemBounceIn {
    0% {
        margin-right: -25px;
    }

    50% {
        margin-right: 12.5px;
    }

    100% {
        margin-right: 0.5px;
    }
}

@-webkit-keyframes catalogButtonItemBounceOut {
    0% {
        margin-right: 0.5px;
    }

    50% {
        margin-right: -34px;
    }

    100% {
        margin-right: -25px;
    }
}

@keyframes catalogButtonItemBounceOut {
    0% {
        margin-right: 0.5px;
    }

    50% {
        margin-right: -34px;
    }

    100% {
        margin-right: -25px;
    }
} }

@-webkit-keyframes catalogButtonBounceIn {
    0% {
        width: 432px;
        height: 112px;
    }

    40% {
        width: 1140px;
        height: 132px;
    }

    100% {
        width: 1107px;
        height: 132px;
    }
}

@keyframes catalogButtonBounceIn {
    0% {
        width: 432px;
        height: 112px;
    }

    40% {
        width: 1140px;
        height: 132px;
    }

    100% {
        width: 1107px;
        height: 132px;
    }
}

@-webkit-keyframes catalogButtonBounceOut {
    0% {
        width: 1107px;
        height: 132px;
    }

    40% {
        width: 410px;
        height: 112px;
    }

    100% {
        width: 432px;
        height: 112px;
    }
}

@keyframes catalogButtonBounceOut {
    0% {
        width: 1107px;
        height: 132px;
    }

    40% {
        width: 410px;
        height: 112px;
    }

    100% {
        width: 432px;
        height: 112px;
    }
}

@media screen and (max-width: 1110px) {
  @    -webkit-keyframes catalogButtonBounceIn {
        0% {
      width: 235px;
        height: 82px;
    }

    50% {
        width: 400px;
        height: 82px;
    }

    100% {
        width: 340px;
        height: 82px;
    }
}

@keyframes catalogButtonBounceIn {
    0% {
        width: 235px;
        height: 82px;
    }

    50% {
        width: 400px;
        height: 82px;
    }

    100% {
        width: 340px;
        height: 82px;
    }
}

@-webkit-keyframes catalogButtonBounceOut {
    0% {
        width: 340px;
        height: 82px;
    }

    50% {
        width: 200px;
        height: 82px;
    }

    100% {
        width: 235px;
        height: 82px;
    }
}

@keyframes catalogButtonBounceOut {
    0% {
        width: 340px;
        height: 82px;
    }

    50% {
        width: 200px;
        height: 82px;
    }

    100% {
        width: 235px;
        height: 82px;
    }
} }

body.no-webp.privacy-page {
    background: url(../img/privacy-page-bg.png) top 12vh center/100% no-repeat, var(--c-main-black);
}

@media screen and (max-width: 780px) {
    body.no-webp.privacy-page {
        background-repeat: repeat-y;
    }
}

body.webp.privacy-page {
    background: url(../img/privacy-page-bg.webp) top 12vh center/100% no-repeat, var(--c-main-black);
}

@media screen and (max-width: 780px) {
    body.webp.privacy-page {
        background-repeat: repeat-y;
    }
}

.privacy-page-title {
    font-size: 60px;
    text-align: left;
    margin-bottom: 60px;
}

@media (max-width: 1024px) {
    .privacy-page-title {
        margin-bottom: 40px;
        font-size: 40px;
    }
}

@media (max-width: 780px) {
    .privacy-page-title {
        font-size: 24px;
    }
}

.privacy-page-content-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 80px;
}

.privacy-page-content-section {
    margin-bottom: 80px;
}

.privacy-page-content-section .content-box {
    opacity: 1;
}

.privacy-page-content-section p {
    margin-bottom: 20px;
    opacity: 0.75;
}

.games-page .footer-bg,
.game-detail-page .footer-bg,
.privacy-page .footer-bg {
    display: none;
}

.games-page .footer-mobile-bg,
.game-detail-page .footer-mobile-bg,
.privacy-page .footer-mobile-bg {
    display: block;
}

@media screen and (min-width: 780px) {
    .games-page .footer-mobile-bg::after,
    .game-detail-page .footer-mobile-bg::after,
    .privacy-page .footer-mobile-bg::after {
        -webkit-filter: blur(150px);
        filter: blur(150px);
        max-width: 1100px;
        left: 50%;
        -webkit-transform: translate(-50%, 80%);
        transform: translate(-50%, 80%);
    }
}

.error-page {
    height: 100vh;
    padding-top: 10vh;
    background: url(../img/error-page-bg.svg) top center/cover no-repeat, var(--c-main-black);
}

.error-page__image {
    margin-bottom: 28px;
}

.error-page__wrapper {
    width: 100%;
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.error-page .button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.scroll-down-info-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px 0;
    width: 100%;
    position: fixed;
    bottom: 15px;
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 25;
}

.scroll-down-info-btn__text {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #ffffff;
    opacity: 0.9;
}

.scroll-down-info-btn__arrow {
    will-change: transform;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation: 1s ease-in-out infinite scrollArrow;
    animation: 1s ease-in-out infinite scrollArrow;
}

.scroll-down-info-btn__arrow g {
    opacity: 0.9;
}

.scroll-down-info-btn.is-transparent {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes scrollArrow {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 7px);
        transform: translate(0, 7px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes scrollArrow {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(0, 7px);
        transform: translate(0, 7px);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.text-sticker {
    display: inline-block;
    padding: 1rem;
    background-color: #fff;
    color: #e7a543;
    text-align: center;
    text-shadow: 0.2rem 0 #4c1f7a, -0.2rem 0 #4c1f7a, 0 0.2rem #4c1f7a, 0 -0.2rem #4c1f7a, 0.2rem 0.2rem #4c1f7a, -0.2rem -0.2rem #4c1f7a, 0.2rem -0.2rem #4c1f7a, -0.2rem 0.2rem #4c1f7a, 0.4rem 0.4rem 0rem #4c1f7a;
    font-family: "Outfit";
    font-weight: 900;
    line-height: 100%;
}

.text-highlight {
    text-align: center;
    text-shadow: 0.2rem 0 #4c1f7a, -0.2rem 0 #4c1f7a, 0 0.2rem #4c1f7a, 0 -0.2rem #4c1f7a, 0.2rem 0.2rem #4c1f7a, -0.2rem -0.2rem #4c1f7a, 0.2rem -0.2rem #4c1f7a, -0.2rem 0.2rem #4c1f7a, 0.4rem 0.4rem 0rem #e7a543;
    font-family: "Outfit";
    font-weight: 900;
    line-height: 100%;
    color: #fff;
}

.checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem;
    cursor: pointer;
}

.checkbox__controller {
    display: none;
}

.checkbox__controller:checked ~ .checkbox__marker::before {
    scale: 1;
}

.checkbox__controller:user-invalid ~ .checkbox__marker {
    border-color: #ff00b8;
}

.checkbox__marker {
    position: relative;
    width: 2.4rem;
    height: auto;
    aspect-ratio: 1/1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 0.2rem solid #fff;
    border-radius: 0.7rem;
    transition: border-color 0.3s ease-in-out;
}

.checkbox__marker::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: calc(100% - 1rem);
    height: auto;
    aspect-ratio: 1/1;
    background-color: #d234a6;
    border-radius: 0.2rem;
    transition: scale 0.3s ease-in-out;
    scale: 0;
}

.checkbox__text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.checkbox__text a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: color 0.3s ease-in-out;
}

@media screen and (hover: hover) {
    .checkbox__text a:hover {
        color: #e7a543;
    }
}

.text {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
}

@media (max-width: 576px) {
    .text {
        max-width: 100%;
        font-size: 1.6rem;
    }
}

.text p:not(:last-child) {
    margin-bottom: 1.6rem;
}

.text-outline {
    text-shadow: 0.2rem 0 #4c1f7a, -0.2rem 0 #4c1f7a, 0 0.2rem #4c1f7a, 0 -0.2rem #4c1f7a, 0.2rem 0.2rem #4c1f7a, -0.2rem -0.2rem #4c1f7a, 0.2rem -0.2rem #4c1f7a, -0.2rem 0.2rem #4c1f7a, 0.2rem 0.3rem 0 #4c1f7a;
    font-family: "Outfit";
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    color: #fff;
}

.heading {
    font-family: "Outfit";
    text-shadow: 0.2rem 0 #39135f, -0.2rem 0 #39135f, 0 0.2rem #39135f, 0 -0.2rem #39135f, 0.2rem 0.2rem #39135f, -0.2rem -0.2rem #39135f, 0.2rem -0.2rem #39135f, -0.2rem 0.2rem #39135f, 0.4rem 0.4rem 0rem #ffda1c;
    -webkit-text-stroke-width: 0.1rem;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 576px) {
    .heading {
        font-size: 2.6rem;
        -webkit-text-stroke-width: 0.1rem;
    }
}

.switch {
    --width: 5rem;
    --height: calc(0.5 * var(--width));
    --offset: 0.2rem;
    display: inline-block;
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    background: #e7a543;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch::before {
    content: "";
    position: absolute;
    top: var(--offset);
    left: var(--offset);
    width: calc(var(--height) - 2 * var(--offset));
    height: auto;
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked + .switch::before {
    left: calc(100% - var(--height));
}

input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.language-switcher {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 2rem;
    text-transform: uppercase;
}

.language-tab:not(.is-active) {
    display: none;
}

.language-page__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-block: 4rem;
}

.decor-plane {
    position: absolute;
    top: -55%;
    right: -15%;
}

@media (max-width: 1025px) {
    .decor-plane {
        top: -30%;
    }
}

@media (max-width: 576px) {
    .decor-plane {
        top: -20%;
    }
}

.home-hero {
    --button-max-width: 19rem;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

@media (max-width: 576px) {
    .home-hero {
        --button-max-width: 15rem;
    }
}

.home-hero__shine {
    position: absolute;
    max-width: unset;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    top: 100%;
    height: auto;
    z-index: 2;
}

@media (max-width: 576px) {
    .home-hero__shine {
        width: 101.6rem;
    }
}

.home-hero__video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-hero__content {
    position: relative;
    height: var(--dynamic-height);
    left: 0;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    padding-block: 7.5rem;
    z-index: 3;
}

.home-hero__logo {
    max-width: 52.1rem;
    height: auto;
    margin: 0 auto 3rem;
}

@media (max-width: 576px) {
    .home-hero__logo {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.home-hero__title {
    position: relative;
    width: 100%;
    max-width: var(--button-max-width);
    margin: 0 auto 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.8rem 1rem;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .home-hero__title {
        font-size: 1.8rem;
    }
}

.home-hero__title::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    border-radius: 4rem;
    z-index: 0;
}

.home-hero__title-text {
    display: block;
    position: relative;
    background: linear-gradient(81deg, #39135f 41.24%, #fa7d10 92.35%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 1;
}

.home-hero__description {
    max-width: 76.6rem;
    margin: 0 auto 4rem;
    text-align: center;
    font-size: 3.2rem;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .home-hero__description {
        margin-bottom: 2rem;
        max-width: 100%;
        -webkit-text-stroke-width: 0.1rem;
        font-size: 2rem;
    }
}

.home-hero__button {
    padding: 0.6rem 4.5rem;
    border-radius: 4rem;
    border: 0.2rem solid #fff;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media (max-width: 576px) {
    .home-hero__button {
        width: 100%;
        padding: 0.6rem;
        max-width: var(--button-max-width);
    }
}

@media screen and (hover: hover) {
    .home-hero__button:hover {
        background-color: #fff;
        color: #4c1f7a;
    }
}

.home-hero__button-text {
    display: block;
    background: linear-gradient(86deg, #ed3f13 10.96%, #dc1cd9 99.29%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(0px 2px 0px #fff);
    filter: drop-shadow(0px 2px 0px #fff);
    transition: scale 0.3s ease-in-out;
    cursor: pointer;
}

.home-hero__decor {
    position: absolute;
    bottom: -14rem;
    min-width: 174rem;
    max-width: unset;
    height: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

@media (min-width: 1681px) {
    .home-hero__decor {
        max-width: 110%;
        width: 110%;
        bottom: unset;
        bottom: 9%;
        translate: 0 50%;
    }
}

@media (max-width: 576px) {
    .home-hero__decor {
        min-width: 65.5rem;
        bottom: -5rem;
    }
}

.home-hero__decor-shine {
    display: block;
    width: 100%;
    height: auto;
}

.home-hero__decor-bg, .home-hero__decor-front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(57, 19, 95, 0.65) 0%, rgba(57, 19, 95, 0.65) 100%);
    z-index: 2;
}

.home-about {
    position: relative;
    padding-block: 13.3rem 5rem;
    background-color: var(--c-main-black);
    z-index: 2;
}

.home-about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 50%;
    background: var(--c-main-black);
}

@media (max-width: 1280px) {
    .home-about {
        padding-bottom: 10rem;
    }
}

@media (max-width: 576px) {
    .home-about {
        padding-block: 5.1rem 5rem;
    }
}

.home-about__decor {
    position: absolute;
    max-width: unset;
    height: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    top: 0rem;
    height: auto;
}

@media (max-width: 576px) {
    .home-about__decor {
        width: 101.6rem;
        top: 0;
    }
}

.home-about__container {
    position: relative;
    z-index: 1;
    margin-bottom: -7rem;
}

.home-about__text {
    max-width: 37.4rem;
    text-transform: initial;
}

.home-about__text span {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    color: #ffda1c;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .home-about__text {
        max-width: 100%;
    }
}

.home-about__text p:not(:last-child) {
    margin-bottom: 4rem;
}

@media (max-width: 576px) {
    .home-about__text p:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.home-about__text .home-about__title {
    margin-top: 10.8rem;
}

@media (max-width: 576px) {
    .home-about__text .home-about__title {
        margin-top: 6rem;
    }
}

.home-about__text .heading {
    margin-right: 0.4rem;
}

.home-about__title {
    max-width: 32.2rem;
}

@media (max-width: 576px) {
    .home-about__title {
        max-width: 28.3rem;
    }
}

.home-about__content {
    max-width: 111.1rem;
    margin: 0 3.9rem 0 auto;
    display: grid;
    grid-template-columns: 33.5% 1fr;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10rem;
}

@media (max-width: 576px) {
    .home-about__content {
        grid-template-columns: 1fr;
        margin: 0;
        gap: 6rem;
    }
}

.home-about__card {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-about__cards {
    max-width: 57.3rem;
    position: relative;
    aspect-ratio: 1/0.912;
    margin-top: -8rem;
}

@media (max-width: 576px) {
    .home-about__cards {
        max-width: 93%;
        width: 100%;
        margin-top: 0;
        justify-self: center;
    }
}

.home-about__cards-item {
    position: absolute;
    margin: 0;
    width: 52.356%;
    aspect-ratio: 1/1.32;
    border-radius: 2rem;
    overflow: hidden;
    transition: box-shadow 0.4s ease-in-out, scale 0.4s ease-in-out, translate 0.4s ease-in-out;
}

@media (max-width: 576px) {
    .home-about__cards-item {
        pointer-events: none;
    }
}

.home-about__cards-item.is-animating {
    pointer-events: none;
}

.home-about__cards-item:first-child {
    left: 0;
    top: 0;
    rotate: -8.59deg;
}

.home-about__cards-item:last-child {
    left: 40%;
    bottom: 10%;
    -webkit-transform: rotate(10.92deg);
    transform: rotate(10.92deg);
    transition-delay: 0.3s;
    box-shadow: 0rem 0rem 5rem 1rem rgba(0, 0, 0, 0.5);
}

.home-about__rocket {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    margin-bottom: -19rem;
    translate: -87%;
}

@media (max-width: 1024px) {
    .home-about__rocket {
        margin-bottom: -12rem;
        translate: -61%;
    }
}

.home-about__rocket-flight {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto -7rem;
}

.home-about__rocket-img {
    position: relative;
    display: block;
    height: auto;
    width: 5.7rem;
    aspect-ratio: 1/2.316;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.home-about__rocket-flame-flight {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    margin-top: -10rem;
    max-width: unset;
    max-height: unset;
    width: 13.8rem;
    height: auto;
}

@media (max-width: 576px) {
    .home-about__rocket-flame-flight {
        opacity: 1 !important;
    }
}

.home-about__fog {
    position: absolute;
    width: 244rem;
    aspect-ratio: 1/0.537;
    max-width: unset;
    height: auto;
    left: 50%;
    bottom: -13rem;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

@media (max-width: 576px) {
    .home-about__fog {
        bottom: -4rem;
        width: 95rem;
    }
}

.home-about__fog:not(:root) {
    overflow: visible;
}

.home-about__fog img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.home-about .home-about-pictures {
    position: relative;
}

.home-about .home-about-pictures img:not(:first-child) {
    -webkit-transform-origin: center;
    transform-origin: center;
    will-change: transform;
}

.home-about .home-about-pictures .home-about__decor1 {
    position: absolute;
    top: 0;
    width: 30%;
    -webkit-animation: sway 2.5s cubic-bezier(0.36, 0, 0.64, 1) infinite;
    animation: sway 2.5s cubic-bezier(0.36, 0, 0.64, 1) infinite;
}

.home-about .home-about-pictures .home-about__decor4 {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 15%;
    -webkit-animation: sway 3.5s cubic-bezier(0.36, 0, 0.64, 1) infinite;
    animation: sway 3.5s cubic-bezier(0.36, 0, 0.64, 1) infinite;
}

.home-about .home-about-pictures .home-about__decor3 {
    position: absolute;
    bottom: 90px;
    right: 0;
    width: 15%;
    -webkit-animation: sway 3s cubic-bezier(0.36, 0, 0.64, 1) infinite;
    animation: sway 3s cubic-bezier(0.36, 0, 0.64, 1) infinite;
}

.home-about .home-about-pictures .home-about__decor2 {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 10%;
    -webkit-animation: sway 1.5s cubic-bezier(0.36, 0, 0.64, 1) infinite;
    animation: sway 1.5s cubic-bezier(0.36, 0, 0.64, 1) infinite;
}

@media (max-width: 991px) {
    .home-about .home-about-pictures .home-about__decor1 {
        top: -40px;
        left: -30px;
    }

    .home-about .home-about-pictures .home-about__decor4 {
        top: 20px;
        right: 0;
    }

    .home-about .home-about-pictures .home-about__decor3 {
        bottom: 0;
        right: -15px;
    }

    .home-about .home-about-pictures .home-about__decor2 {
        bottom: 15px;
        left: 0;
    }
}

@media (max-width: 600px) {
    .home-about .home-about-pictures .home-about__decor1 {
        left: 5px;
        top: 0;
        width: 30%;
    }

    .home-about .home-about-pictures .home-about__decor4 {
        top: 20px;
        right: 15px;
        width: 15%;
    }

    .home-about .home-about-pictures .home-about__decor3 {
        bottom: 55px;
        right: 15px;
        width: 15%;
    }

    .home-about .home-about-pictures .home-about__decor2 {
        bottom: 73px;
        left: 0;
        width: 10%;
    }
}

@-webkit-keyframes sway {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes sway {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.home-indicators {
    position: relative;
    padding-top: 9.1rem;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 27rem), 0% 100%);
    z-index: 3;
}

@media (max-width: 1024px) {
    .home-indicators {
        padding-top: 5.1rem;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6.8rem), 0% 100%);
    }
}

.home-indicators__container {
    position: relative;
    z-index: 3;
}

.home-indicators__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 6.2rem;
    font-size: 7rem;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: rotate(-3deg) translateX(-3.75rem);
    transform: rotate(-3deg) translateX(-3.75rem);
}

@media (max-width: 1024px) {
    .home-indicators__title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4.9rem;
        gap: 1.8rem;
        font-size: 3.6rem;
        -webkit-transform: rotate(-3deg) translateX(0);
        transform: rotate(-3deg) translateX(0);
    }
}

.home-indicators__text {
    max-width: 95rem;
    margin: 0 auto 8.6rem;
    display: grid;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    gap: 7rem;
    -webkit-transform: translateX(-1.5rem);
    transform: translateX(-1.5rem);
}

@media (max-width: 1024px) {
    .home-indicators__text {
        margin: 0 auto 6rem;
        -webkit-transform: unset;
        transform: unset;
    }
}

@media (max-width: 576px) {
    .home-indicators__text {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.home-indicators__numbers {
    max-width: 79rem;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 9.5rem;
}

@media (max-width: 1280px) {
    .home-indicators__numbers {
        max-width: 60rem;
    }
}

@media (max-width: 576px) {
    .home-indicators__numbers {
        max-width: 100%;
        margin-bottom: 3.74rem;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        gap: 4rem;
    }
}

.home-indicators__numbers-item {
    display: grid;
    gap: 2rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0;
}

.home-indicators__numbers-value {
    font-size: 7rem;
    font-variant-numeric: lining-nums proportional-nums;
}

@media (max-width: 576px) {
    .home-indicators__numbers-value {
        font-size: 5.3rem;
    }
}

.home-indicators__numbers-value span::after {
    content: attr(data-after);
}

@media (max-width: 576px) {
    .home-indicators__numbers-value span::after {
        font-size: 6rem;
    }
}

.home-indicators__numbers-unit {
    color: #4c1f7a;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
}

.home-indicators__img {
    display: block;
    max-width: 28.7rem;
    height: auto;
    margin: -10.8rem 0 0 -3.3rem;
}

@media (max-width: 576px) {
    .home-indicators__img {
        max-width: 21.8rem;
        margin: 0 0 0 1.3rem;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.home-indicators__decor {
    position: absolute;
    left: 6.6rem;
    bottom: 9.3rem;
    width: 85.6rem;
    aspect-ratio: 1/0.17;
    border-radius: 85.6rem;
    background-color: #efe409;
    -webkit-filter: blur(14rem);
    filter: blur(14rem);
    rotate: -9.9deg;
    z-index: 2;
}

@media (max-width: 1024px) {
    .home-indicators__decor {
        width: 29.8rem;
        border-radius: 29.8rem;
        left: 3.5rem;
        bottom: 3.4rem;
        -webkit-filter: blur(5rem);
        filter: blur(5rem);
    }
}

.home-indicators::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e7a543;
    clip-path: polygon(0 0, 100% 21.2rem, 100% 100%, 0% 100%);
}

@media (max-width: 1024px) {
    .home-indicators::before {
        clip-path: polygon(0 0, 100% 11.3rem, 100% 100%, 0% 100%);
    }
}

.home-indicators::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 31.9rem;
    background-color: #fb6a16;
    clip-path: polygon(0 74%, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 1024px) {
    .home-indicators::after {
        height: 11.4rem;
        clip-path: polygon(0 calc(100% - 5.2rem), 100% 0, 100% calc(100% - 6.8rem), 0% 100%);
    }
}

.home-office {
    position: relative;
    aspect-ratio: 1/0.619;
    margin: -27rem auto 0;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 1024px) {
    .home-office {
        margin-top: -7.3rem;
        aspect-ratio: 1/1.028;
    }
}

.home-office__img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    max-height: unset;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
}

.home-office__decor {
    position: absolute;
    left: 6.6rem;
    top: 3.3rem;
    width: 85.6rem;
    aspect-ratio: 1/0.17;
    border-radius: 85.6rem;
    background-color: #efe409;
    -webkit-filter: blur(14rem);
    filter: blur(14rem);
    rotate: -9.9deg;
    z-index: 2;
}

@media (max-width: 1024px) {
    .home-office__decor {
        width: 29.8rem;
        border-radius: 29.8rem;
        left: 3.5rem;
        top: 3rem;
        -webkit-filter: blur(5rem);
        filter: blur(5rem);
    }
}

.home-portfolio {
    position: relative;
    margin: 0 auto;
    padding-bottom: 35rem;
    background: var(--c-main-black);
    z-index: 2;
}

.home-portfolio .home-portfolio-decor1 {
    position: absolute;
    bottom: -50rem;
    left: 10%;
}

@media (max-width: 576px) {
    .home-portfolio {
        padding-bottom: 6.7rem;
    }
}

.home-portfolio__decor {
    position: absolute;
    top: -33rem;
    min-width: 100%;
    width: 170rem;
    height: auto;
    left: 10rem;
    max-width: unset;
    max-height: unset;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 780px) {
    .home-portfolio__decor {
        left: -39rem;
        top: -27rem;
    }
}

@media (max-width: 375px) {
    .home-portfolio__decor {
        top: -9.5rem;
        left: -17rem;
        width: 79rem;
    }
}

.home-portfolio__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8rem;
    margin-bottom: 10.5rem;
    font-size: 7rem;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

@media (max-width: 576px) {
    .home-portfolio__title {
        margin-bottom: 6.5rem;
        font-size: 3.6rem;
    }
}

.home-portfolio__preview {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 2rem;
    transition: all 0.3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-portfolio__card {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.home-portfolio__card::before, .home-portfolio__card::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0;
    scale: 0;
    transition: all 0.9s ease-in-out;
    pointer-events: none;
}

.home-portfolio__card::before {
    width: 70%;
    aspect-ratio: 1/2.488;
    left: -27%;
    bottom: -68%;
    background-image: url(../img/portfolio-video-bg-left.png);
}

.home-portfolio__card::after {
    content: "";
    position: absolute;
    width: 75%;
    aspect-ratio: 1/2.761;
    right: -27%;
    top: -25%;
    background-image: url(../img/portfolio-video-bg-right.png);
}

.home-portfolio__card-title {
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    text-shadow: 0.3rem 0.3rem 0rem #fb6a16;
}

@media (max-width: 576px) {
    .home-portfolio__card-title {
        font-size: 2rem;
    }
}

.home-portfolio__card-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1.2rem;
}

.home-portfolio__card-list-item {
    margin: 0;
}

.home-portfolio__card-link {
    display: block;
    padding: 1.6rem;
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
    border-radius: 1.2rem;
    color: #341464;
}

@media screen and (hover: hover) {
    .home-portfolio__card-link:hover {
        background-color: #e7a543;
    }
}

.home-portfolio__card-link svg {
    display: block;
    width: 3.2rem;
    height: auto;
    aspect-ratio: 1/1;
}

.home-portfolio__card-footer {
    position: absolute;
    left: 50%;
    top: 100%;
    translate: -50%;
    width: 100%;
    margin-top: 3.4rem;
    opacity: 0;
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
}

@media (max-width: 576px) {
    .home-portfolio__card-footer {
        margin-top: 8.6rem;
    }
}

.home-portfolio__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 3rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.home-portfolio__info {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6rem;
    opacity: 0;
    translate: -50% 50%;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media (max-width: 576px) {
    .home-portfolio__info {
        bottom: unset;
        top: calc(100% + 4rem);
        translate: -50% 0;
    }
}

.home-portfolio__info-item {
    --pading-inline: 0.8rem;
    --pading-block: 0.4rem;
    --icon-size: 1.6rem;
    --gap: 0.4rem;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: var(--pading-block) var(--pading-inline) var(--pading-block) calc(var(--pading-inline) + var(--icon-size) + var(--gap));
    border-radius: 4rem;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    color: #341464;
    background-color: #f0ba60;
}

.home-portfolio__info-item svg {
    position: absolute;
    left: var(--pading-inline);
    top: var(--pading-block);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--icon-size);
    height: auto;
    aspect-ratio: 1/1;
}

.home-portfolio__slider {
    --slide-width: 18rem;
    --slide-height: 37rem;
    --slide-space: 5rem;
    --card-width: 30rem;
    margin-bottom: 3.4rem;
    height: var(--slide-height);
    overflow: visible;
}

@media (max-width: 576px) {
    .home-portfolio__slider {
        --slide-height: 22.5rem;
        --slide-space: 3.6rem;
        --slide-width: 7rem;
        --card-width: 18rem;
        margin-bottom: 8.6rem;
    }
}

.home-portfolio__slider:not(.swiper-initialized) .swiper-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
}

.home-portfolio__slider .swiper-wrapper {
    -ms-flex-align: center;
    align-items: center;
}

.home-portfolio__slider .swiper-slide {
    position: relative;
    width: var(--slide-width);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-inline: var(--slide-space);
    transition: width 0.3s ease-in-out;
}

@media screen and (hover: hover) {
    .home-portfolio__slider .swiper-slide:not(.swiper-slide-active) .home-portfolio__card:hover {
        scale: 1.05;
    }
}

.home-portfolio__slider .swiper-slide-active {
    z-index: 2;
}

.home-portfolio__slider .swiper-slide-active .home-portfolio__preview {
    aspect-ratio: 1/1.246;
    border-radius: 3rem;
}

.home-portfolio__slider .swiper-slide-active .home-portfolio__card {
    width: var(--card-width);
    transition: width 0.3s ease-in-out;
}

.home-portfolio__slider .swiper-slide-active .home-portfolio__card::before, .home-portfolio__slider .swiper-slide-active .home-portfolio__card::after {
    opacity: 1;
    scale: 1;
}

.home-portfolio__slider .swiper-slide-active .home-portfolio__video {
    opacity: 1;
}

.home-portfolio__slider .swiper-slide-active .home-portfolio__info {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.home-portfolio__slider .swiper-slide-active .home-portfolio__card-footer {
    width: var(--card-width);
    opacity: 1;
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    transition: opacity 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
    pointer-events: all;
}

@media (max-width: 576px) {
    .home-portfolio__slider .swiper-slide-active .home-portfolio__card-footer {
        width: 18rem;
    }
}

.home-studio {
    position: relative;
    z-index: 2;
}

@media (max-width: 780px) {
    .home-studio {
        padding-top: 27rem;
    }
}

.home-studio__container {
    position: relative;
    z-index: 1;
}

.home-studio__title {
    margin-bottom: 9.9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8rem;
    font-size: 7rem;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

@media (max-width: 780px) {
    .home-studio__title {
        font-size: 3rem;
        margin-bottom: 6rem;
    }
}

.home-studio__text-container {
    max-width: 60rem;
}

@media (max-width: 780px) {
    .home-studio__text-container {
        padding-left: 0.3rem;
    }
}

.home-studio__text-title {
    margin-bottom: 4rem;
    position: relative;
}

@media (max-width: 576px) {
    .home-studio__text-title {
        font-size: 2.4rem;
    }
}

.home-studio__text-wrap {
    position: relative;
    max-width: 97.4rem;
    margin: 0 auto 8rem;
    z-index: 2;
}

@media (max-width: 780px) {
    .home-studio__text-wrap {
        margin-bottom: 2.9rem;
        z-index: -1;
    }
}

.home-studio__decor-top {
    position: absolute;
    right: 0;
    top: -22rem;
    width: auto;
    aspect-ratio: 1/2.042;
    height: auto;
    max-height: unset;
    rotate: 20deg;
    z-index: 1;
}

.home-studio__decor-top img {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

@media (max-width: 780px) {
    .home-studio__decor-top {
        top: unset;
        right: 22rem;
        width: 35%;
        bottom: calc(100% + -6rem);
        z-index: -1;
    }
}

@media (max-width: 576px) {
    .home-studio__decor-top {
        top: unset;
        right: 7rem;
        width: 50%;
        bottom: calc(100% + -3rem);
        z-index: -1;
    }
}

.home-studio__decor-top::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.5%, #000 76.82%);
    z-index: 2;
}

.home-studio__decor-top-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.home-studio__gallery {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 29% 1fr;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4.7%;
    z-index: 1;
}

@media (max-width: 780px) {
    .home-studio__gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        padding-inline: 0.4rem;
        margin-bottom: 3.9rem;
        z-index: 1;
    }
}

.home-studio__gallery-wrap {
    position: relative;
}

.home-studio__gallery-item {
    margin: 0;
    overflow: hidden;
    border-radius: 2rem;
}

@media (min-width: 781px) {
    .home-studio__gallery-item:nth-child(3) .home-studio__gallery-img {
        aspect-ratio: 1/1.33;
    }
}

.home-studio__gallery-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.24;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 780px) {
    .home-studio__gallery-img {
        aspect-ratio: 1/1.2;
    }
}

.home-studio__decor-middle {
    position: absolute;
    left: 12%;
    bottom: -8.8rem;
    width: 17.75%;
    height: auto;
    z-index: 1;
}

.home-studio__decor-middle::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(173deg, rgba(0, 0, 0, 0) 58.72%, #000 73.85%);
    z-index: 2;
}

@media (max-width: 780px) {
    .home-studio__decor-middle {
        left: unset;
        right: 1.5rem;
        bottom: -17.5rem;
        width: 12.1rem;
    }
}

.home-studio__decor-middle-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.889;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    z-index: 1;
}

.home-studio__decor {
    position: relative;
    margin-block: -12rem -22rem;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.home-studio__decor::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, #0b0a0b 0%, rgba(11, 10, 11, 0) 100%);
    pointer-events: none;
}

@media (max-width: 576px) {
    .home-studio__decor {
        width: 61.1rem;
        margin-block: -3.5rem -16rem;
        margin-left: -1rem;
    }
}

.home-studio__decor::before {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background-color: #0a090a;
    z-index: 1;
    pointer-events: none;
}

.home-studio__decor-blur {
    position: absolute;
    left: 26%;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 62.58rem;
    aspect-ratio: 1/0.72;
    rotate: 20deg;
    border-radius: 29.82rem;
    background: #ffb52d;
    -webkit-filter: blur(20rem);
    filter: blur(20rem);
}

@media (max-width: 576px) {
    .home-studio__decor-blur {
        width: 26.5rem;
        -webkit-filter: blur(8.5rem);
        filter: blur(8.5rem);
    }
}

.home-studio__decor-img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.career-hero {
    position: relative;
    min-height: var(--dynamic-height);
    background-color: var(--c-main-black);
    z-index: 1;
}

.career-hero__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.career-hero__content {
    position: relative;
    height: var(--dynamic-height);
    padding-top: 12rem;
    text-align: center;
    z-index: 3;
}

@media (max-width: 576px) {
    .career-hero__content {
        padding-top: 8.2rem;
    }
}

.career-hero__title {
    font-size: 11rem;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .career-hero__title {
        font-size: 3.8rem;
    }
}

.career-hero__decor {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5rem;
    width: 200rem;
    z-index: 1;
}

@media (max-width: 576px) {
    .career-hero__decor {
        width: 150%;
        bottom: 0;
    }
}

.career-hero__decor-shine {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: -1%;
    max-width: initial;
    max-height: initial;
}

@media (max-width: 576px) {
    .career-hero__decor-shine {
        left: 5rem;
    }
}

.career-hero__decor-mountains {
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (max-width: 576px) {
    .career-hero__decor-mountains {
        left: 5rem;
    }
}

.career-hero__decor-mountains::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10rem;
    background-color: #341464;
    margin-top: -1rem;
}

.career-hero__decor-mountains-img {
    display: block;
    width: 100%;
    height: auto;
}

.career-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(57, 19, 95, 0.3) 0%, rgba(57, 19, 95, 0.3) 100%);
    z-index: 2;
}

.career-hero .scroll-down-info-btn {
    bottom: 7rem;
}

@media (max-width: 576px) {
    .career-hero .scroll-down-info-btn {
        bottom: 3rem;
    }
}

.career-about {
    position: relative;
    padding-top: 0;
    background-color: #341464;
    z-index: 2;
    margin-top: -5rem;
}

@media (max-width: 780px) {
    .career-about {
        padding-top: 0;
        margin-top: -2rem;
    }
}

.career-about__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.8rem;
    font-size: 9.8rem;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

@media (max-width: 1420px) {
    .career-about__title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        white-space: unset;
    }
}

@media (max-width: 780px) {
    .career-about__title {
        margin-bottom: 2rem;
        font-size: 4.1rem;
    }
}

.career-about__title-text {
    position: relative;
    z-index: 2;
}

.career-about__title-item {
    position: relative;
    z-index: 1;
}

.career-about__title-item--higlight {
    padding: 1rem;
    background-color: #fff;
    color: #341464;
}

@media (max-width: 780px) {
    .career-about__title-item--higlight {
        font-size: 4.8rem;
    }
}

.career-about__title-item-decor {
    position: absolute;
    left: 100%;
    top: 100%;
    translate: -51% -26%;
    max-width: unset;
    max-height: unset;
    z-index: 1;
}

@media (max-width: 780px) {
    .career-about__title-item-decor {
        width: 40%;
        translate: -51% -33%;
    }
}

.career-about__title-decor {
    margin: 0 0 -3.5rem 10rem;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 28rem;
    z-index: 2;
    -webkit-perspective: 500rem;
    perspective: 500rem;
}

@media (max-width: 780px) {
    .career-about__title-decor {
        width: 16rem;
        margin: 0 0 -1.15rem 1.5rem;
    }
}

.career-about__title-decor-airplane {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}

.career-about__title-decor-vint {
    position: absolute;
    width: 23%;
    height: auto;
    left: 3%;
    top: 60%;
    translate: -50% -50%;
}

.career-about__title-decor-vint.is-rotating {
    -webkit-animation: vint-rotating 5s ease-in-out;
    animation: vint-rotating 5s ease-in-out;
}

.career-about__title-decor-smoke {
    position: absolute;
    width: 100%;
    aspect-ratio: 1/0.26;
    left: 80%;
    top: 20%;
    z-index: -1;
    transition: translate 0.6s ease-in-out, opacity 0.6s ease-in-out 0.3s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.career-about__title-decor-smoke:not(.is-visible) {
    translate: -50% 0%;
    opacity: 0;
}

.career-about__title-decor-bubble {
    position: absolute;
    width: 15%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    rotate: -15deg;
    background-color: white;
    box-shadow: 4px -2px 0 0 rgba(197, 168, 227, 0.7) inset;
    -webkit-animation: smoke-bubble 1s ease-in-out infinite;
    animation: smoke-bubble 1s ease-in-out infinite;
}

.career-about__title-decor-bubble:nth-last-child(1n + 5) {
    top: 10%;
}

.career-about__title-decor-bubble:nth-last-child(2n + 5) {
    top: 20%;
}

.career-about__title-decor-bubble:nth-last-child(3n + 5) {
    top: 30%;
}

.career-about__title-decor-bubble:nth-last-child(4n + 5) {
    top: 40%;
}

.career-about__title-decor-bubble:nth-last-child(5n + 5) {
    top: 50%;
}

.career-about__box {
    display: grid;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 17.2rem;
}

@media (max-width: 780px) {
    .career-about__box {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.career-about__text {
    position: relative;
    color: #fff;
    z-index: 1;
}

@media (min-width: 781px) {
    .career-about__text {
        max-width: 50.1rem;
        margin-top: 12.9rem;
    }
}

@media (max-width: 780px) {
    .career-about__text {
        margin-right: -0.5rem;
        font-size: 1.6rem;
        line-height: 140%;
    }
}

@media (min-width: 781px) {
    .career-about__text p:not(:last-child) {
        margin-bottom: 2rem;
    }
}

@media (min-width: 781px) {
    .career-about__cards {
        margin-block: 5rem -15rem;
        position: relative;
        width: 134%;
        aspect-ratio: 1/0.7;
        z-index: 1;
    }
}

@media (max-width: 780px) {
    .career-about__cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

.career-about__cards-item {
    margin: 0;
    aspect-ratio: 1/1.495;
    border-radius: 2rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out, scale 0.3s ease-in-out 0.3s;
    z-index: 0;
}

@media (min-width: 781px) {
    .career-about__cards-item {
        position: absolute;
        width: 36%;
    }
}

@media (max-width: 780px) {
    .career-about__cards-item {
        pointer-events: none;
    }
}

@media (min-width: 781px) {
    .career-about__cards-item:nth-child(1) {
        left: 0;
        bottom: 0;
        z-index: 3;
        rotate: -25deg;
    }
}

@media (min-width: 781px) {
    .career-about__cards-item:nth-child(2) {
        left: 24.25%;
        top: 0;
        z-index: 2;
        rotate: -10deg;
        box-shadow: 0rem 0rem 5rem 1rem rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 781px) {
    .career-about__cards-item:nth-child(3) {
        right: 10.5%;
        top: 10.5%;
        rotate: 10deg;
    }
}

.career-about__cards-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (min-width: 781px) {
    .career-about__cards-img {
        max-width: unset;
        max-height: unset;
    }
}

.career-about__decor {
    position: absolute;
    width: 154.5%;
    right: -40%;
}

@media (max-width: 780px) {
    .career-about__decor {
        width: 251%;
        right: -70%;
    }
}

.career-about__decor-bg {
    position: relative;
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
}

.career-about__decor-img {
    position: absolute;
    width: 11.5%;
    aspect-ratio: 1 / 1.133;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: unset;
    height: auto;
    margin-top: -4.7%;
    left: 34%;
    rotate: 14.5deg;
    z-index: 1;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@media (max-width: 780px) {
    .career-about__decor-img {
        display: none;
    }
}

@-webkit-keyframes vint-rotating {
    0% {
        -webkit-transform: rotateY(45deg) rotateZ(0deg);
        transform: rotateY(45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateY(45deg) rotateZ(20000deg);
        transform: rotateY(45deg) rotateZ(20000deg);
    }
}

@keyframes vint-rotating {
    0% {
        -webkit-transform: rotateY(45deg) rotateZ(0deg);
        transform: rotateY(45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateY(45deg) rotateZ(20000deg);
        transform: rotateY(45deg) rotateZ(20000deg);
    }
}

@-webkit-keyframes smoke-bubble {
    0% {
        translate: 0% 0%;
        opacity: 1;
    }

    100% {
        translate: 600% 0%;
        scale: 0.5;
        opacity: 0;
    }
}

@keyframes smoke-bubble {
    0% {
        translate: 0% 0%;
        opacity: 1;
    }

    100% {
        translate: 600% 0%;
        scale: 0.5;
        opacity: 0;
    }
}

.career-advantages__list-marker-img {
    width: auto !important;
    max-width: initial;
    max-height: initial;
    position: absolute;
    z-index: 9999;
    left: -95px;
    top: -80px;
    transition: 1s ease-in-out all;
}

.career-office {
    position: relative;
    aspect-ratio: 1/0.736;
    overflow: hidden;
}

@media (max-width: 780px) {
    .career-office {
        aspect-ratio: 1/1.208;
    }
}

.career-office__img {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    max-height: unset;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.career-advantages {
    position: relative;
    margin-top: -22rem;
    z-index: 2;
}

@media (max-width: 780px) {
    .career-advantages {
        margin-top: -5rem;
    }
}

.career-advantages__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.8rem;
    font-size: 7rem;
    line-height: 100%;
    text-transform: uppercase;
    rotate: -3deg;
    white-space: nowrap;
    z-index: 1;
}

@media (min-width: 1025px) {
    .career-advantages__title {
        margin-left: -4rem;
    }
}

@media (max-width: 780px) {
    .career-advantages__title {
        font-size: 3.2rem;
        gap: 0;
    }
}

.career-advantages__head {
    position: absolute;
    width: 100%;
    top: -15rem;
    z-index: 1;
}

@media (max-width: 780px) {
    .career-advantages__head {
        top: -10rem;
    }
}

.career-advantages__head-container {
    max-width: 112.8rem;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.career-advantages__title-decor {
    position: absolute;
    width: 55%;
    right: 4rem;
    bottom: 0;
    margin: 0 0 -9.5rem 0;
}

@media (max-width: 780px) {
    .career-advantages__title-decor {
        right: 0;
        margin-bottom: -7rem;
    }
}

.career-advantages__title-decor::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(173deg, rgba(50, 9, 66, 0) 76.38%, #320942 89.48%);
}

.career-advantages__title-decor-img {
    display: block;
    width: 100%;
    max-width: unset;
    max-height: unset;
    height: auto;
    aspect-ratio: 1/0.84;
    -o-object-fit: contain;
    object-fit: contain;
}

.career-advantages__list {
    counter-reset: counter;
}

.career-advantages__list-wrap {
    position: relative;
}

.career-advantages__list-wrap > .container {
    position: relative;
}

.career-advantages__list-marker {
    position: absolute;
    left: 33%;
    top: 20rem;
    width: 23.9rem;
    margin-left: -6rem;
    height: auto;
    max-height: unset;
    z-index: 1;
}

@media (max-width: 1280px) {
    .career-advantages__list-marker {
        left: 30%;
    }
}

@media (max-width: 780px) {
    .career-advantages__list-marker {
        width: 10.1rem;
        left: -0.7rem;
        top: 11rem;
        margin: 0;
    }
}

.career-advantages__list-marker-img {
    width: 100%;
    height: auto;
    transition: none;
}

.career-advantages__list-item {
    position: relative;
    margin: 0;
    counter-increment: counter;
}

.career-advantages__list-item::before {
    position: absolute;
    pointer-events: none;
    width: 59.5%;
    aspect-ratio: 1/0.17;
    border-radius: 59.5%;
    -webkit-filter: blur(12rem);
    filter: blur(12rem);
}

@media (max-width: 780px) {
    .career-advantages__list-item::before {
        width: calc(100% - 3.2rem);
        left: 1.6rem;
        bottom: 16rem;
        -webkit-filter: blur(4.8rem);
        filter: blur(4.8rem);
    }
}

.career-advantages__list-item--1 {
    padding-block: 25.3rem 26rem;
    clip-path: polygon(82% 0%, 100% 29%, 100% 100%, 0 100%, 0% 25%);
    background-color: #320942;
}

@media (max-width: 780px) {
    .career-advantages__list-item--1 {
        padding-block: 11rem 16rem;
        clip-path: polygon(70% 0%, 100% 8%, 100% 100%, 0 100%, 0% 9%);
    }
}

.career-advantages__list-item--1 .career-advantages__list-item-text {
    margin-bottom: 4.7rem;
}

@media (max-width: 780px) {
    .career-advantages__list-item--1 .career-advantages__list-item-text {
        margin-bottom: 3.6rem;
    }
}

.career-advantages__list-item--1 .career-advantages__list-item-decor {
    left: 50%;
    bottom: -5rem;
    translate: -50%;
    width: 131.8rem;
    -webkit-transform: rotate(2.64deg);
    transform: rotate(2.64deg);
}

@media (max-width: 780px) {
    .career-advantages__list-item--1 .career-advantages__list-item-decor {
        width: 55rem;
        bottom: 5rem;
    }
}

.career-advantages__list-item--2 {
    margin-top: -29rem;
    padding-block: 16.7rem 16rem;
    clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
    background-color: #5c22b4;
}

@media (max-width: 780px) {
    .career-advantages__list-item--2 {
        margin-top: -19rem;
        padding-block: 5.6rem 13rem;
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    }
}

.career-advantages__list-item--2 .career-advantages__list-item-text {
    margin-bottom: 16rem;
}

@media (max-width: 780px) {
    .career-advantages__list-item--2 .career-advantages__list-item-text {
        margin-bottom: 2.1rem;
    }
}

@media (min-width: 781px) {
    .career-advantages__list-item--2 .career-advantages__list-item-content::before {
        margin-bottom: 3rem;
    }
}

.career-advantages__list-item--2 .career-advantages__list-item-decor {
    left: 50%;
    bottom: 3rem;
    translate: -50%;
    width: 131.8rem;
    -webkit-transform: rotate(-2.64deg);
    transform: rotate(-2.64deg);
}

@media (max-width: 780px) {
    .career-advantages__list-item--2 .career-advantages__list-item-decor {
        width: 55rem;
        bottom: 1rem;
    }
}

.career-advantages__list-item--3 {
    margin-top: -25rem;
    padding-block: 12.5rem 16rem;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    background-color: #7a1696;
}

@media (max-width: 780px) {
    .career-advantages__list-item--3 {
        margin-top: -14rem;
        padding-block: 7.5rem 20rem;
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    }
}

.career-advantages__list-item--3 .career-advantages__list-item-text {
    margin-bottom: 8.9rem;
}

@media (max-width: 780px) {
    .career-advantages__list-item--3 .career-advantages__list-item-text {
        margin-bottom: 4.8rem;
    }
}

@media (min-width: 781px) {
    .career-advantages__list-item--3 .career-advantages__list-item-content::before {
        margin-bottom: 4rem;
    }
}

.career-advantages__list-item--3 .career-advantages__list-item-decor {
    left: 50%;
    bottom: -18rem;
    translate: -50%;
    width: 131.8rem;
    rotate: 3.28deg;
}

@media (max-width: 780px) {
    .career-advantages__list-item--3 .career-advantages__list-item-decor {
        display: none;
    }
}

.career-advantages__list-item-content {
    position: relative;
    max-width: 107rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 44%;
    z-index: 1;
}

@media (max-width: 780px) {
    .career-advantages__list-item-content {
        grid-template-columns: 1fr;
        padding-left: 10.2rem;
    }
}

.career-advantages__list-item-content::before {
    content: counter(counter);
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-shadow: 0.3rem 0 #4c1f7a, -0.3rem 0 #4c1f7a, 0 0.3rem #4c1f7a, 0 -0.3rem #4c1f7a, 0.3rem 0.3rem #4c1f7a, -0.3rem -0.3rem #4c1f7a, 0.3rem -0.3rem #4c1f7a, -0.3rem 0.3rem #4c1f7a, 0.6rem 0.6rem 0rem #e7a543;
    font-family: "Outfit";
    font-size: 16rem;
    font-weight: 900;
    line-height: 100%;
    min-width: 92px;
}

@media (min-width: 781px) {
    .career-advantages__list-item-content::before {
        grid-row: span 2;
    }
}

@media (max-width: 780px) {
    .career-advantages__list-item-content::before {
        font-size: 8rem;
        -ms-flex-order: 1;
        order: 1;
        text-align: right;
        margin-right: 4rem;
    }
}

.career-advantages__list-item-title {
    margin-bottom: 4rem;
    max-width: 40.5rem;
    font-size: 3.2rem;
    line-height: 100%;
    text-transform: uppercase;
    text-align: left;
}

@media (max-width: 780px) {
    .career-advantages__list-item-title {
        font-size: 2.4rem;
    }
}

.career-advantages__list-item-text {
    max-width: 44rem;
    color: #fff;
}

@media (max-width: 780px) {
    .career-advantages__list-item-text {
        font-size: 1.6rem;
        max-width: unset;
    }
}

.career-advantages__list-item-decor {
    position: absolute;
    pointer-events: none;
    max-width: unset;
    max-height: unset;
    height: auto;
}

@media (max-width: 769px) {
    .career-advantages .career-advantages__list-marker-img {
        scale: 0.5;
        margin-left: -45px;
    }
}

.career-workspace {
    position: relative;
    margin-top: -23rem;
    padding-block: 14rem 7rem;
    background: var(--c-main-black);
    clip-path: polygon(0% 0%, 100% 21%, 100% 100%, 0% 100%);
    z-index: 3;
}

.career-workspace > .career-workspace__decor {
    display: none;
}

@media (max-width: 780px) {
    .career-workspace {
        margin-top: -23rem;
        padding-block: 8.6rem 2rem;
        clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
    }
}

.career-workspace::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28rem;
    background: linear-gradient(89deg, #410452 0.64%, #750d8a 27.85%, #410452 99.9%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 10%);
    z-index: 3;
}

@media (max-width: 780px) {
    .career-workspace::before {
        height: 8.85rem;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 30%);
    }
}

.career-workspace__decor {
    position: absolute;
    pointer-events: none;
    max-width: unset;
    max-height: unset;
    left: 50%;
    top: -26rem;
    translate: -50%;
    width: 150rem;
    -webkit-transform: rotate(2.64deg);
    transform: rotate(2.64deg);
}

@media (max-width: 780px) {
    .career-workspace__decor {
        display: none;
    }
}

.career-workspace__head {
    position: relative;
    width: 100%;
    max-width: 124rem;
    margin: 0 auto 8.5rem;
    z-index: 2;
}

@media (min-width: 1025px) {
    .career-workspace__head {
        padding-left: 5.7rem;
    }
}

@media (max-width: 780px) {
    .career-workspace__head {
        margin-bottom: 15.3rem;
    }
}

.career-workspace__head-decor {
    position: absolute;
    pointer-events: none;
    max-width: unset;
    max-height: unset;
    width: 106.9rem;
    height: auto;
    right: -38rem;
    bottom: -18rem;
}

@media (max-width: 780px) {
    .career-workspace__head-decor {
        right: -60rem;
        bottom: -33rem;
    }
}

.career-workspace__title {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.8rem;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 7rem;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    z-index: 2;
}

@media (max-width: 780px) {
    .career-workspace__title {
        gap: 1rem;
        font-size: 3.2rem;
    }
}

.career-workspace__img {
    position: absolute;
    right: 9%;
    top: 40%;
    width: 25.5rem;
    height: auto;
    max-width: unset;
    max-height: unset;
    z-index: 1;
}

@media (max-width: 780px) {
    .career-workspace__img {
        right: -10rem;
    }
}

.career-workspace__gallery {
    overflow: visible;
}

.career-workspace__gallery-container {
    padding-inline: 4rem;
}

.career-workspace__gallery-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.5;
    border-radius: 2rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.career-workspace .container {
    position: relative;
    z-index: 1;
}

.career-workspace .swiper-wrapper {
    transition-timing-function: linear;
}

.career-workspace .swiper-slide {
    width: MIN(calc((100vw - 32rem) / 4), 28rem);
}

@media (max-width: 1024px) {
    .career-workspace .swiper-slide {
        width: calc((100vw - 24rem) / 4);
    }
}

@media (max-width: 780px) {
    .career-workspace .swiper-slide {
        width: calc((100vw - 14rem) / 2);
    }
}

.career-team {
    position: relative;
    margin-block: -10rem 53vw;
    padding-top: 11rem;
    z-index: 3;
}

@media (max-width: 780px) {
    .career-team {
        margin-block: -3rem 38rem;
        padding-block: 4rem;
    }
}

.career-team::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #341464;
    clip-path: polygon(28% 0%, 100% 145px, 100% 100%, 0 100%, 0 75px);
    z-index: 0;
}

@media (max-width: 780px) {
    .career-team::before {
        clip-path: polygon(32% 0%, 100% 33px, 100% 100%, 0 100%, 0 26px);
    }
}

.career-team__content {
    position: relative;
    z-index: 2;
}

.career-team__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 14.5rem;
    gap: 0.5rem 1.8rem;
    font-size: 9rem;
    line-height: 100%;
    text-transform: uppercase;
}

@media (max-width: 780px) {
    .career-team__title {
        margin-bottom: 10rem;
        gap: 0.8rem 1.8rem;
        font-size: 3.2rem;
    }
}

.career-team__title .text-highlight {
    display: inline-block;
}

.career-team__title .text-highlight:first-child {
    rotate: -5deg;
}

.career-team__title .text-highlight:last-child {
    rotate: 5deg;
}

.career-team__title .text-sticker {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.career-team__gallery {
    overflow: visible;
    padding-bottom: 5rem;
}

@media (max-width: 780px) {
    .career-team__gallery {
        padding-bottom: 2rem;
    }
}

.career-team__gallery .swiper-slide {
    width: auto;
    opacity: 0.2;
    transition: opacity 0.3s ease-in-out;
}

.career-team__gallery .swiper-slide-prev,
    .career-team__gallery .swiper-slide-next {
    opacity: 0.6;
}

.career-team__gallery .swiper-slide-active {
    opacity: 1;
}

.career-team__gallery .swiper-slide-active .career-team__gallery-item-img {
    rotate: 0deg;
}

.career-team__gallery-item {
    display: grid;
    gap: 0.6rem;
    text-align: center;
}

.career-team__gallery-item-head {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.career-team__gallery-item-head img {
    -o-object-fit: contain;
    object-fit: contain;
}

.career-team__gallery-item-number {
    font-size: 10rem;
    font-weight: 800;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

@media (max-width: 780px) {
    .career-team__gallery-item-number {
        font-size: 6rem;
    }
}

.career-team__gallery-item-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #fb6a16;
}

@media (max-width: 780px) {
    .career-team__gallery-item-title {
        font-size: 1.4rem;
        width: 10rem;
        margin: 0 auto;
    }
}

.career-team__gallery-item-img {
    position: absolute;
    max-width: unset;
    max-height: unset;
    right: 0;
    bottom: 74%;
    width: 8.6rem;
    height: auto;
    aspect-ratio: 1/ 1.061;
    rotate: -9.246deg;
    translate: 50% 0;
    transition: rotate 0.3s ease-in-out;
}

@media (max-width: 780px) {
    .career-team__gallery-item-img {
        width: 5.7rem;
    }
}

.career-team__decor {
    position: absolute;
    left: 50%;
    top: 99%;
    width: 100%;
    height: auto;
    min-width: 164rem;
    translate: -50% 0;
    max-width: unset;
    max-height: unset;
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 780px) {
    .career-team__decor {
        min-width: 89rem;
    }
}
