/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700;800&display=swap");

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

ul,
p,
h1,
h2,
h3,
h4 {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-margin-before: 0px;
    margin-block-start: 0px;
    -webkit-margin-after: 0px;
    margin-block-end: 0px;
    color: #2b2b2b
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none
}

html {
    scroll-behavior: smooth;
    height: 100%
}

button {
    outline: none
}

body {
    font-family: "Rubik", sans-serif;
    height: 100%
}

strong {
    font-weight: 500
}

body .secondary-page {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-top: 40px
}

@media (min-width: 768px) {
    body .secondary-page {
        margin-top: 160px
    }
}

.divider {
    height: 1px
}

.divider--stats {
    background-color: #c5c5c5;
    width: 24px
}

.divider--hiring {
    background-color: #efefef;
    width: 164px;
    margin: 0 auto 20px
}

.container {
    margin: 0 auto
}

@media (min-width: 1600px) {
    .container {
        width: 1395px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1600px) {
    .container {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width: 1366px) {
    .container {
        padding-left: 56px;
        padding-right: 56px
    }
}

@media (max-width: 992px) {
    .container {
        padding-left: 48px;
        padding-right: 48px
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.center {
    text-align: center
}

.button {
    background-color: #2b2b2b;
    border: none;
    border-radius: 500px;
    padding: 14px 25px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    color: #fff;
    display: inline-block
}

.button:hover {
    background-color: #494949
}

@media (min-width: 769px) {
    .mobile-only {
        display: none !important
    }
}

@media (max-width: 768px) {
    .not-mobile {
        display: none !important
    }
}

section#about {
    position: relative;
    padding-bottom: 40px
}

@media (max-width: 1366px) {
    section#about {
        overflow: hidden
    }
}

@media (min-width: 1366px) {
    section#about {
        max-width: 1118px;
        margin: 0 auto
    }
}

section#games {
    margin-top: 0;
    overflow: hidden
}

@media (max-width: 1366px) {
    section#games h2 {
        margin-top: 80px
    }
}

@media (max-width: 768px) {
    section#games h2 {
        margin-top: 25px
    }
}

.section__title {
    font-size: 24px;
    text-align: center;
    padding: 0 24px;
    margin: 40px 0 20px 0
}

@media (min-width: 768px) {
    .section__title {
        font-size: 48px
    }
}

@media (min-width: 768px) {
    .section__title--about {
        padding: 80px 0 24px 0;
        margin: 0
    }
}

@media (min-width: 992px) {
    .section__title--about {
        padding: 65px 0 24px 0
    }
}

.section__title--games {
    position: relative;
    margin-top: 74px;
    margin-bottom: 53px
}

.section__text {
    font-size: 16px;
    color: #121212;
    text-align: center;
    line-height: 1.75;
    padding: 0 24px
}

@media (min-width: 768px) {
    .section__text {
        font-size: 18px;
        padding: 0 50px
    }
}

@media (min-width: 992px) {
    .section__text {
        padding: 0 56px
    }
}

@media (min-width: 1366px) {
    .section__text {
        max-width: 1118px;
        margin: 0 auto;
        padding: 0 119px
    }
}

@media (min-width: 768px) {
    .section__text--about {
        margin-bottom: 90px
    }
}

.social-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 99999
}

.social-list--game {
    margin: 40px 0 20px 0
}

@media (max-width: 768px) {
    .social-list--game {
        margin: 25px 0 0px 0
    }
}

@media (max-width: 768px) {
    .social-list--game {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 992px) {
    .social-list--game {
        margin: 0
    }
}

.social-list--hero {
    margin: 0
}

.social-list-item {
    margin-right: 20px
}

.social-list-item:last-child {
    margin-right: 0px
}

.social-list-item>a {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: ease 0.7s;
    transition: ease 0.7s
}

@media (max-width: 768px) {
    .social-list-item>a {
        width: 42px;
        height: 42px
    }
}

.social-list-item>a img {
    width: 100%
}

.social-list-item>a:hover {
    opacity: 0.8
}

.social-list-item>a:active {
    opacity: 1
}

.mobile-menu {
    background-color: #fff;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 20;
    -webkit-transition: ease-in-out 0.7s;
    transition: ease-in-out 0.7s;
    overflow: hidden
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none
    }
}

.mobile-menu--open {
    opacity: 1;
    visibility: visible
}

.mobile-menu--closed {
    opacity: 0;
    visibility: hidden
}

.mobile-menu__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 27px 16px 20vh 16px
}

.mobile-menu__close-button {
    -ms-flex-item-align: end;
    align-self: flex-end;
    background: none;
    border: none;
    cursor: pointer
}

.mobile-menu__menu-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu__menu-item {
    font-size: 22px;
    padding-bottom: 32px
}

.mobile-menu__menu-item:last-child {
    padding-bottom: 0px
}

.mobile-menu__menu-item a {
    color: #000000;
    -webkit-transition: ease 0.7s;
    transition: ease 0.7s
}

.mobile-menu__menu-item a:hover {
    color: #838383
}

.mobile-menu__menu-item a:active {
    color: #000000
}

.hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh
}

@media (max-width: 768px) {
    .hero {
        margin-bottom: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 120px;
        padding-top: 70px
    }
}

.hero .wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(43, 43, 43, 0.8)
}

@-webkit-keyframes fadeOutHeader {
    0% {
        background-color: #00A3FF;
        opacity: 1;
        z-index: 999999999;
        visibility: visible
    }

    99% {
        z-index: 999999999;
        visibility: visible
    }

    100% {
        z-index: 1;
        opacity: 0
    }
}

@keyframes fadeOutHeader {
    0% {
        background-color: #00A3FF;
        opacity: 1;
        z-index: 999999999;
        visibility: visible
    }

    99% {
        z-index: 999999999;
        visibility: visible
    }

    100% {
        z-index: 1;
        opacity: 0
    }
}

@media (min-width: 1366px) {
    .hero .animatedBlock {
        visibility: hidden;
        z-index: 9999999;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: fadeOutHeader ease 1.4s;
        animation: fadeOutHeader ease 1.4s
    }
}

.hero video {
    min-width: 100%;
    position: absolute;
    top: 0;
    z-index: 3
}

@media (max-width: 992px) {
    .hero video {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
        height: 100vw;
        margin-top: -100vw;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

.hero__content {
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 65px
}

@media (max-width: 768px) {
    .hero__content .mobile-only {
        width: 100%;
        padding: 19px 25px;
        background-color: white;
        color: #111 !important;
        font-size: 16px;
        font-weight: 500
    }
}

@media (min-width: 1366px) {
    .hero__content .inner {
        max-width: 1028px
    }
}

.hero__content .text-wrap h1 {
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 35px;
    color: #fff
}

@media (max-width: 768px) {
    .hero__content .text-wrap h1 {
        font-size: 32px;
        line-height: 38px
    }
}

.hero__content .text-wrap p {
    color: #fff;
    font-size: 18px;
    line-height: 1.56;
    margin: 0 13%
}

@media (max-width: 1366px) {
    .hero__content .text-wrap p {
        margin: 0 0 40px 0
    }
}

.hero__content .social-list {
    margin-top: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 768px) {
    .hero__content .social-list {
        margin-top: 40px;
        display: none
    }
}

.hero__content .social-list .social-list-item:not(:last-child) {
    margin-right: 30px
}

.hero__content .social-list .social-list-item a {
    width: 42px;
    height: 42px
}

.hero__content .fast-forward {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0
}

.hero__content .fast-forward img {
    cursor: pointer
}

.hero__content-title {
    font-size: 40px;
    text-align: center;
    margin: 88px 0 0 0;
    color: #2b2b2b
}

@media (min-width: 768px) {
    .hero__content-title {
        font-size: 72px;
        font-weight: 800
    }
}

@media (min-width: 992px) {
    .hero__content-title {
        font-size: 80px
    }
}

.hero__content-subtitle {
    color: #121212;
    font-weight: 700;
    color: #ffcb00;
    font-size: 80px;
    line-height: 53px;
    text-align: left;
    position: absolute;
    top: 0;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 768px) {
    .hero__content-subtitle {
        display: none
    }
}

@media (max-width: 992px) {
    .hero__content-subtitle {
        font-size: 40px;
        line-height: 28px;
        right: 4%
    }
}

.hero__content-subtitle span {
    color: #ffbb00
}

.hero__content-subtitle span.last {
    color: #ffc900
}

.header {
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99999999;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

.header .container {
    height: 48px
}

@media (min-width: 768px) {
    .home .header:not(.fixed) {
        /* background: transparent */
    }

    .home .header:not(.fixed) a.logo {
        background: url("../img/logo.png") no-repeat;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 69px;
        flex: 0 0 69px;
        /* height: 44px */
    }

    .home .header:not(.fixed) a.logo img {
        /* display: none; */
        /* background-color: #fff; */
    }

    .home .header:not(.fixed) .header__menu-list-item a {
        /* color: #fff */
    }

    .home .header:not(.fixed) .button {
        background-color: #fff;
        /* color: #292929; */
        font-weight: 500
    }
}

@media (min-width: 769px) {
    .header.fixed {
        background: #fff;
        -webkit-box-shadow: 0 -8px 32px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 -8px 32px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: background 0.3s;
        transition: background 0.3s
    }
}

@media (max-width: 768px) {
    .header {
        position: absolute;
        background-color: #fff;
        padding-bottom: 10px;
        padding-top: 12px
    }

    .header a.button {
        width: 100%;
        text-align: center;
        max-width: 300px
    }
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .header .container {
        display: none;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        height: 100vh;
        background: white;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .header .container .close {
        position: absolute;
        right: 10px;
        top: 58px;
        cursor: pointer
    }

    .header .container .logo img {
        width: 95px
    }

    .header .container .social-list {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header .container .social-list li:not(:last-child) {
        margin-right: 32px
    }
}

.header .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px
}

.header .left-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .header .left-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header__menu--mobile {
    position: relative
}

.header__menu--mobile>.burger {
    background: none;
    border: none;
    cursor: pointer
}

@media (min-width: 768px) {
    .header__menu--mobile {
        display: none
    }
}

.header__menu--desktop {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.header__menu-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px
}

@media (max-width: 768px) {
    .header__menu-list {
        margin-top: 100px;
        margin-bottom: 120px;
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

.header__menu-list-item {
    margin-left: 30px
}

@media (max-width: 768px) {
    .header__menu-list-item {
        margin: 30px 15px 0
    }
}

.header__menu-list-item a {
    font-size: 18px;
    font-weight: 500;
    color: #292929;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s
}

.header__menu-list-item a:hover {
    color: #838383
}

.header__menu-list-item a:active {
    color: #292929
}

.pacman-wrap {
    position: absolute;
    top: -82px;
    left: 0;
    right: 0;
    width: 100%;
    height: 520px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

@media (max-width: 1366px) {
    .pacman-wrap {
        display: none
    }
}

.pacman {
    position: absolute;
    z-index: 99;
    top: 0%;
    left: -5%;
    width: 30px;
    height: 30px;
    -webkit-animation: final__moveForward 20s linear infinite;
    animation: final__moveForward 20s linear infinite;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.pacman .eye {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 15px
}

.pacman::before,
.pacman::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: solid 15px #000;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-animation: final__mouthTop 0.7s ease infinite;
    animation: final__mouthTop 0.7s ease infinite
}

.pacman::after {
    border-color: #000;
    border-right-color: transparent;
    border-top-color: transparent;
    -webkit-animation: final__mouthBottom 0.7s ease infinite;
    animation: final__mouthBottom 0.7s ease infinite
}

@-webkit-keyframes final__moveForward {
    0% {
        left: 0%;
        top: 0%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0
    }

    5% {
        left: 13.7%;
        top: 0%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    35% {
        left: 96.5%;
        top: 0%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    35.1% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 96.5%;
        top: 0%
    }

    55% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 96.5%;
        top: 74%
    }

    55.1% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 96.5%;
        top: 74%
    }

    90% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 4%;
        top: 74%
    }

    90.1% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 4%;
        top: 74%
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 4%;
        top: 100%
    }
}

@keyframes final__moveForward {
    0% {
        left: 0%;
        top: 0%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0
    }

    5% {
        left: 13.7%;
        top: 0%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1
    }

    35% {
        left: 96.5%;
        top: 0%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    35.1% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 96.5%;
        top: 0%
    }

    55% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 96.5%;
        top: 74%
    }

    55.1% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 96.5%;
        top: 74%
    }

    90% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        left: 4%;
        top: 74%
    }

    90.1% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 4%;
        top: 74%
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        left: 4%;
        top: 100%
    }
}

@-webkit-keyframes final__mouthTop {
    50% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg)
    }
}

@keyframes final__mouthTop {
    50% {
        -webkit-transform: rotate(44deg);
        transform: rotate(44deg)
    }
}

@-webkit-keyframes final__mouthBottom {
    50% {
        -webkit-transform: rotate(-44deg);
        transform: rotate(-44deg)
    }
}

@keyframes final__mouthBottom {
    50% {
        -webkit-transform: rotate(-44deg);
        transform: rotate(-44deg)
    }
}

.games__list {
    list-style-type: none;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.games__list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    .games__list-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 1366px) {
    .games__list-item {
        max-width: 894px
    }
}

@media (max-width: 1366px) {
    .games__list-item:first-child {
        margin-top: 120px
    }
}

@media (max-width: 768px) {
    .games__list-item:first-child {
        margin-top: 30px
    }
}

.games__list-item:nth-child(even)[data-aos="customGamesListAfter"]:after {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate3d(-30px, 0px, 0);
    transform: translate3d(-30px, 0px, 0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.games__list-item:nth-child(even).aos-animate:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width: 1366px) {
    .games__list-item:nth-child(even) {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .games__list-item:nth-child(even) .wrap {
        -webkit-transform: translate3d(600px, 0, 0);
        transform: translate3d(600px, 0, 0)
    }

    .games__list-item:nth-child(even) .wrap.aos-animate {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (min-width: 1366px) {
    .games__list-item:nth-child(even) .number {
        left: -255px;
        margin: auto;
        top: 0;
        bottom: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    .games__list-item:nth-child(even) .number.aos-animate {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .games__list-item:nth-child(even) .number {
        left: -202px
    }
}

.games__list-item:nth-child(odd)[data-aos="customGamesListAfter"]:after {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate3d(30px, 0px, 0);
    transform: translate3d(30px, 0px, 0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.games__list-item:nth-child(odd).aos-animate:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (min-width: 1366px) {
    .games__list-item:nth-child(odd) .wrap {
        -webkit-transform: translate3d(-600px, 0, 0);
        transform: translate3d(-600px, 0, 0)
    }

    .games__list-item:nth-child(odd) .wrap.aos-animate {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.games__list-item:nth-child(odd) .number {
    z-index: 2
}

@media (min-width: 1366px) {
    .games__list-item:nth-child(odd) .number {
        right: -255px;
        margin: auto;
        top: 0;
        bottom: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    .games__list-item:nth-child(odd) .number.aos-animate {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .games__list-item:nth-child(odd) .number {
        right: -202px
    }
}

.games__list-item:not(:last-child) {
    margin-bottom: 64px
}

@media (max-width: 1366px) {
    .games__list-item:not(:last-child) {
        margin-bottom: 134px
    }
}

@media (max-width: 992px) {
    .games__list-item:not(:last-child) {
        margin-bottom: 140px
    }
}

@media (max-width: 768px) {
    .games__list-item:not(:last-child) {
        margin-bottom: 80px
    }
}

.games__list-item:last-child {
    margin-bottom: 80px
}

@media (max-width: 1366px) {
    .games__list-item:last-child {
        margin-bottom: 48px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .games__list-item:last-child {
        margin-bottom: 0
    }
}

.games__list-item:first-child:after {
    content: '';
    display: block;
    width: 488px;
    height: 348px;
    background-image: url(../img/line-1-bp16.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -488px;
    top: -205px
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .games__list-item:first-child:after {
        background-image: url(../img/line-1-bp13.svg);
        width: 235px;
        height: 348px;
        right: -235px
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .games__list-item:first-child:after {
        background-image: url(../img/line-1-bp9.svg);
        width: 3px;
        height: 315px;
        top: -315px;
        right: 75px
    }
}

@media (max-width: 992px) {
    .games__list-item:first-child:after {
        display: none
    }
}

.games__list-item:first-child:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(../img/ball.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -505px;
    top: -112px;
    z-index: 9
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .games__list-item:first-child:before {
        right: -251px
    }
}

@media (min-width: 992px) and (max-width: 1366px) {
    .games__list-item:first-child:before {
        right: 59px;
        top: -239px
    }
}

@media (max-width: 992px) {
    .games__list-item:first-child:before {
        display: none
    }
}

.games__list-item:nth-child(2):after {
    content: '';
    display: block;
    width: 390px;
    height: 325px;
    background-image: url(../img/line-2-bp16.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -391px;
    top: -60px
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .games__list-item:nth-child(2):after {
        background-image: url(../img/line-2-bp13.svg);
        width: 183px;
        height: 362px;
        left: -185px;
        top: -68px
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .games__list-item:nth-child(2):after {
        background-image: url(../img/line-2-bp9.svg);
        width: 2px;
        height: 134px;
        top: -134px;
        left: 135px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .games__list-item:nth-child(2):after {
        top: -138px
    }
}

@media (max-width: 768px) {
    .games__list-item:nth-child(2):after {
        display: none
    }
}

.games__list-item:nth-child(3):after {
    content: '';
    display: block;
    width: 325px;
    height: 436px;
    background-image: url(../img/line-3-bp16.svg);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: -325px;
    top: -60px;
    z-index: 2
}

@media (min-width: 1366px) and (max-width: 1600px) {
    .games__list-item:nth-child(3):after {
        background-image: url(../img/line-3-bp13.svg);
        width: 224px;
        height: 408px;
        right: -223px;
        top: -65px
    }
}

@media (min-width: 768px) and (max-width: 1366px) {
    .games__list-item:nth-child(3):after {
        background-image: url(../img/line-2-bp9.svg);
        width: 2px;
        height: 134px;
        top: -134px;
        left: 135px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .games__list-item:nth-child(3):after {
        top: -138px
    }
}

@media (max-width: 768px) {
    .games__list-item:nth-child(3):after {
        display: none
    }
}

.games__list-item .number {
    width: 225px;
    height: 130px;
    position: absolute;
    z-index: 10
}

@media (max-width: 1366px) {
    .games__list-item .number {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: -95px
    }
}

@media (max-width: 768px) {
    .games__list-item .number {
        top: -41px;
        width: 90px;
        height: auto
    }
}

.games__list-item .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 64px 56px;
    border-radius: 30px;
    border: solid 1px #c7c7c7;
    background-color: #fff;
    position: relative;
    z-index: 20
}

@media (max-width: 992px) {
    .games__list-item .wrap {
        padding: 64px 40px
    }
}

@media (max-width: 768px) {
    .games__list-item .wrap {
        padding: 32px 20px
    }
}

@media (min-width: 768px) {
    .games__list-item .wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.games__game-content {
    padding-right: 50px
}

@media (max-width: 768px) {
    .games__game-content {
        text-align: center;
        padding-right: 0px
    }
}

@media (min-width: 769px) {
    .games__game-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 60%
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .games__game-content {
        width: calc(100% - 200px);
        padding-right: 20px
    }
}

@media (min-width: 1366px) {
    .games__game-content {
        width: auto
    }
}

.games__game-title {
    color: #2b2b2b;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 500
}

@media (min-width: 768px) {
    .games__game-title {
        font-size: 40px
    }
}

.games__game-text {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 28px
}

@media (min-width: 992px) {
    .games__game-text {
        max-width: 450px
    }
}

.games__game-stats {
    margin: 32px 0 40px 0;
    color: #494949;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 768px) {
    .games__game-stats {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.games__game-stats>* {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 600
}

@media (max-width: 768px) {
    .games__game-stats>* {
        font-size: 18px
    }
}

.games__game-stats>*:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .games__game-stats {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .games__game-stats>* {
        margin-bottom: 0
    }

    .games__game-stats>*:not(:last-child) {
        margin-right: 50px
    }
}

@media (max-width: 768px) {
    .games__game-buttons {
        margin: 20px 20px 0
    }
}

@media (min-width: 992px) {
    .games__game-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
}

.games__game-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 769px) {
    .games__game-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 40px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.games__game-links>a {
    display: block;
    background-color: #292929;
    width: 248px;
    height: 48px;
    margin-bottom: 16px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease 0.7s;
    transition: ease 0.7s
}

@media (max-width: 768px) {
    .games__game-links>a {
        width: 100%;
        border-radius: 10px
    }
}

@media (min-width: 769px) {
    .games__game-links>a {
        width: 172px;
        margin-bottom: 0
    }

    .games__game-links>a:not(:last-child) {
        margin-right: 30px
    }
}

.games__game-links>a:hover {
    background-color: #494949
}

.games__game-links>a:active {
    background-color: #222222
}

.games__game-links>a>img {
    height: 30px
}

.games__game-video {
    height: 348px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 266px;
    flex: 0 0 266px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    overflow: hidden
}

@media (max-width: 992px) {
    .games__game-video {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        height: 262px
    }
}

@media (max-width: 992px) {
    .games__game-video {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 248px;
        height: 325px;
        margin-bottom: 40px
    }
}

@media (max-width: 768px) {
    .games__game-video {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 768px) {
    .games__game-video {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .games__game-video {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

.games__game-video img {
    width: 100%
}

.games__game-video video {
    position: absolute;
    left: 18px;
    bottom: 10px
}

@media (min-width: 768px) and (max-width: 992px) {
    .games__game-video video {
        width: 125px;
        height: 245px;
        left: 35px;
        bottom: 71px
    }
}

@media (max-width: 768px) {
    .games__game-video video {
        left: 8px
    }
}

.games__game-video-play-button {
    background-image: url(../img/video/video-play-button.svg);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    position: relative;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: ease 0.7s;
    transition: ease 0.7s
}

@media (min-width: 768px) {
    .games__game-video-play-button {
        height: 110px;
        width: 110px
    }
}

.games__game-video-play-button:hover {
    opacity: 0.7
}

.games__game-video-play-button:hover::after {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0
}

.games__game-video-play-button::after {
    content: '';
    position: absolute;
    background-image: url(../img/video/video-play-button-outer-circle.svg);
    background-repeat: no-repeat;
    height: 80px;
    width: 80px;
    top: -10px;
    left: -10px;
    -webkit-transition: ease 0.7s;
    transition: ease 0.7s;
    opacity: 1
}

@media (min-width: 768px) {
    .games__game-video-play-button::after {
        height: 150px;
        width: 150px;
        top: -20px;
        left: -20px
    }
}

.graphic {
    max-width: 1118px;
    margin: 0 auto;
    position: relative;
    height: 120px;
    display: none
}

@media (min-width: 768px) and (max-width: 992px) {
    .graphic {
        display: block
    }
}

@media (max-width: 768px) {
    .graphic {
        height: 40px
    }
}

.graphic:after {
    content: '';
    width: 4px;
    height: 120px;
    background-image: url(../img/dashes/card-bg3.png);
    position: absolute;
    background-size: contain;
    top: 0;
    background-repeat: no-repeat;
    right: 125px
}

@media (max-width: 768px) {
    .graphic:after {
        right: auto;
        left: 65px
    }
}

#hiring {
    background-color: #fafafa;
    padding-top: 6px;
    position: relative;
    overflow: hidden
}

@media (min-width: 769px) {
    #hiring {
        padding-top: 40px
    }
}

.hiring__benefits-list {
    list-style-type: none;
    text-align: center;
    margin: 25px 0
}

.hiring__benefits-list-item {
    display: inline-block;
    background-color: #fbf9e4;
    border: #f0eb83 1px solid;
    border-radius: 500px;
    margin: 8px;
    padding: 12px 16px;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    color: #2b2b2b
}

@media (min-width: 768px) {
    .hiring__benefits-list-item {
        font-size: 15px;
        padding: 16px 24px;
        margin: 12px
    }
}

.hiring__benefits-list-item[data-aos="customHiringList"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

@media (min-width: 769px) {
    .hiring__benefits-list-item:first-child {
        -webkit-transform: translate3d(-100px, 0px, 0);
        transform: translate3d(-100px, 0px, 0)
    }

    .hiring__benefits-list-item:last-child {
        -webkit-transform: translate3d(100px, 0px, 0);
        transform: translate3d(100px, 0px, 0)
    }

    .hiring__benefits-list-item:nth-child(2) {
        -webkit-transform: translate3d(-60px, 0px, 0);
        transform: translate3d(-60px, 0px, 0)
    }

    .hiring__benefits-list-item:nth-child(3) {
        -webkit-transform: translate3d(0px, 40px, 0);
        transform: translate3d(0px, 40px, 0)
    }

    .hiring__benefits-list-item:nth-child(4) {
        -webkit-transform: translate3d(60px, 0px, 0);
        transform: translate3d(60px, 0px, 0)
    }
}

.hiring__benefits-list-item.aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hiring__positions {
    color: #2b2b2b;
    font-size: 18px;
    text-align: center;
    margin: 24px 0
}

@media (min-width: 768px) {
    .hiring__positions {
        font-size: 24px
    }
}

.hiring__positions-list {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 768px) {
    .hiring__positions-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width: 992px) {
    .hiring__positions-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 768px) {
    .hiring__positions-list {
        padding: 0
    }
}

.hiring__positions-list-item {
    background-color: #2b2b2b;
    color: #fff;
    padding: 32px 16px;
    border-radius: 14px;
    margin-bottom: 16px;
    width: 100%;
    min-height: 235px
}

.hiring__positions-list-item:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .hiring__positions-list-item {
        padding: 24px 32px 32px 32px;
        max-width: 45%
    }
}

@media (min-width: 992px) {
    .hiring__positions-list-item {
        max-width: 400px;
        margin-right: 32px
    }

    .hiring__positions-list-item:last-child {
        margin-right: 0px
    }
}

.hiring__positions-list-item[data-aos="customPositionsList"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.hiring__positions-list-item:nth-of-type(odd) {
    -webkit-transform: translate3d(-200px, 0px, 0);
    transform: translate3d(-200px, 0px, 0)
}

.hiring__positions-list-item:nth-of-type(even) {
    -webkit-transform: translate3d(200px, 0px, 0);
    transform: translate3d(200px, 0px, 0)
}

.hiring__positions-list-item.aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hiring__positions-list-item-title {
    font-size: 22px;
    margin-bottom: 13px;
    color: #fff;
    font-weight: 500
}

@media (max-width: 768px) {
    .hiring__positions-list-item-title {
        font-size: 18px
    }
}

.hiring__positions-list-item-text {
    color: #bfbfbf;
    line-height: 22px;
    font-size: 14px;
    margin: 8px 0 0px
}

.hiring__positions-list-item-loctime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.hiring__positions-list-item-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px
}

.hiring__positions-list-item-location-text {
    font-weight: 500
}

.hiring__positions-list-item-location-icon {
    margin-right: 8px
}

.hiring__positions-list-item-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hiring__positions-list-item-time-icon {
    margin-right: 8px;
    width: 16px
}

.hiring__positions-list-item-apply-button {
    background-color: #ffb687;
    border: none;
    border-radius: 500px;
    padding: 8px 36px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    color: #292929 !important;
    display: inline-block
}

.hiring__positions-list-item-apply-button:hover {
    background-color: #ffd5ba
}

.hiring__positions-list-item-apply-button:active {
    background-color: #ffd5ba
}

.hiring__positions-list-expand {
    text-align: center;
    padding: 17px 0 64px 0
}

@media (max-width: 768px) {
    .hiring__positions-list-expand {
        padding: 32px 0 65px 0
    }
}

.hiring__positions-list-expand a {
    padding-bottom: 5px;
    color: #292929;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    position: relative
}

.hiring__positions-list-expand a:after {
    border-bottom: dashed 1px #292929;
    content: '';
    display: inline-block;
    width: auto;
    width: inherit;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.hiring__positions-list-expand a[data-aos="customPositionsExpand"]:after {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate3d(0px, 40px, 0);
    transform: translate3d(0px, 40px, 0);
    -webkit-transition-duration: 0.8s !important;
    transition-duration: 0.8s !important;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hiring__positions-list-expand a.aos-animate:after {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.hiring__positions-list-expand a:hover {
    color: #ff8c46;
    border-bottom: dashed 1px #ff8c46
}

.footer {
    border-top: 1px solid #efefef
}

.footer[data-aos="customFooter"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: translate3d(0px, 80px, 0);
    transform: translate3d(0px, 80px, 0);
    -webkit-transition-duration: 0.8s !important;
    transition-duration: 0.8s !important;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.footer.aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width: 1600px) {
    .footer .wrap {
        padding-bottom: 35px
    }
}

@media (max-width: 992px) {
    .footer .wrap {
        padding-bottom: 40px
    }
}

@media (max-width: 768px) {
    .footer .wrap {
        padding-bottom: 32px
    }
}

@media (min-width: 992px) {
    .footer .wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer .wrap .address {
    color: #bebebe;
    font-size: 14px
}

@media (max-width: 1600px) {
    .footer .wrap .address {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: right;
        margin-top: 25px
    }
}

@media (max-width: 992px) {
    .footer .wrap .address {
        margin-top: 30px
    }
}

.footer__copyright {
    color: #bebebe;
    font-size: 14px;
    text-align: center;
    line-height: 1.4
}

@media (max-width: 992px) {
    .footer__copyright {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 15px
    }
}

@media (max-width: 768px) {
    .footer__copyright {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 10px
    }
}

.footer__menu-list {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 768px) {
    .footer__menu-list {
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

.footer__menu-list-item {
    margin-right: 32px
}

@media (max-width: 768px) {
    .footer__menu-list-item {
        margin: 8px 15px;
        display: inline-block
    }
}

.footer__menu-list-item:last-child {
    margin-right: 0
}

.footer__menu-list-item a {
    color: #000000;
    -webkit-transition: ease 0.7s;
    transition: ease 0.7s;
    font-size: 14px
}

.footer__menu-list-item a:hover {
    color: #737373
}

.footer__menu-list-item a:active {
    color: #000000
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 992px) {
    .footer__contacts {
        width: 275px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer__mail {
    margin-bottom: 32px;
    color: #000000;
    -webkit-transition: ease 0.7s;
    transition: ease 0.7s
}

.footer__mail:hover {
    color: #737373
}

.footer__mail:active {
    color: #000000
}

@media (min-width: 992px) {
    .footer__mail {
        margin-bottom: 0;
        margin-right: 40px
    }
}

.termsPage .top-content {
    border-bottom: solid 1px #111111;
    margin-bottom: 90px;
    padding-bottom: 60px
}

@media (max-width: 768px) {
    .termsPage .top-content {
        margin-bottom: 60px;
        padding-bottom: 50px
    }
}

.termsPage .top-content .wrap {
    text-align: center
}

@media (min-width: 992px) {
    .termsPage .top-content .wrap {
        width: 720px;
        margin: 0 auto
    }
}

.termsPage .top-content .wrap img {
    margin-bottom: 50px
}

.termsPage .top-content .wrap .button {
    width: 100%;
    margin-top: 30px;
    padding: 19px 25px
}

.content.wisywig {
    margin-top: 110px;
    margin-bottom: 80px
}

@media (min-width: 992px) {
    .content.wisywig {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media (max-width: 768px) {
    .content.wisywig {
        margin-top: 60px
    }
}

.wisywig h1,
.wisywig h2,
.wisywig h3 {
    margin-bottom: 30px;
    color: #121212;
    font-weight: 500
}

.wisywig h4,
.wisywig h5,
.wisywig h6 {
    margin-bottom: 20px;
    color: #121212;
    font-weight: 500
}

.wisywig h2 {
    font-size: 24px;
    line-height: 1.17
}

@media (max-width: 768px) {
    .wisywig h2 {
        font-size: 20px
    }
}

.wisywig h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .wisywig h3 {
        font-size: 18px
    }
}

.wisywig p,
.wisywig li {
    color: #121212;
    font-size: 18px;
    line-height: 28px
}

.wisywig p {
    margin-bottom: 20px
}

.wisywig strong {
    font-weight: 500
}

.wisywig ul {
    margin-bottom: 22px
}

.wisywig ul li {
    padding-left: 40px;
    position: relative;
    line-height: 28px
}

.wisywig a {
    color: #ff9504;
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.wisywig a:hover {
    color: #ffab37
}

.wisywig img {
    margin-bottom: 20px
}