@font-face {
    font-family: Groboldov;
    font-weight: 700;
    src: url(../fonts/Groboldov7.4Pro.otf);
    font-display: swap
}

@font-face {
    font-display: swap;
    font-family: Oswald;
    font-weight: 400;
    src: url(../fonts/Oswald-Regular.ttf) format("truetype")
}

*,
*:before,
*:after {
    box-sizing: border-box
}

body {
    padding: 0;
    margin: 0;
    background-color: #000
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

.g-navigation {
    position: relative;
    z-index: 9999;
    width: 100%;
    color: #fff;
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0) 300px);
}

.g-headline_loaded {
    overflow: visible;
}

.g-headline {
    position: relative;
    z-index: 5;
    font-size: 14px;
    line-height: 37px;
    height: 37px;
    color: #fff;
    overflow: hidden;
    transform: translateZ(0);
}

.g-headline__container {
    margin: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.g-headline__wrapper {
    display: flex;
    justify-content: space-between;
}

.g-headline__logo {
    padding-right: 10px;
    min-width: 100px;
}

.g-navigation .g-headline a {
    opacity: .5;
    transition: all .1s;
}

.g-navigation a {
    text-decoration: none;
}

.g-headline__logo a {
    display: flex;
    align-items: center;
    height: 100%;
}

.g-headline__logo a>img {
    display: block;
}

.g-headline__logo img {
    width: 90px;
    height: 14px;
}

.g-headline__right {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.g-headline__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    white-space: nowrap;
    visibility: hidden;
}

.logo {
    width: 100%;
    max-width: 380px;
    max-height: 26.6vh;
    aspect-ratio: 19/11;
    background: center/contain url(../images/logo-sm.png) no-repeat
}

@media(min-width: 768px) {
    .logo {
        max-width: 550px;
        background-image: url(../images/logo-sm.png)
    }
}

.btn-promo {
    position: relative;
    animation: bounce ease-in-out 5s infinite;
    overflow: hidden;
    display: inline-block;
    width: 280px;
    height: 115px;
    background: center/contain url(../images/btn-promo-sm.png) no-repeat;
    border-radius: 7%
}

@media(min-width: 576px) {
    .btn-promo {
        width: 320px;
        height: 132px
    }
}

@media(min-width: 768px) {
    .btn-promo {
        width: 365px;
        height: 150px;
        background-image: url(../images/btn-promo.png);
        border-radius: 9%
    }
}

.btn-promo:after {
    animation: slide ease-in-out 5s infinite;
    background: url(../images/btn-store-profit-animation.png) 50%/contain no-repeat;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    left: 2px;
    top: 0;
    transform: translateX(-100%) translateZ(0);
    width: 100%
}

@keyframes bounce {
    25% {
        transform: scale(1) translateZ(0)
    }

    35% {
        transform: scale(0.92) translateZ(0)
    }

    40% {
        transform: scale(1.06) translateZ(0)
    }

    42.5% {
        transform: scale(0.96) translateZ(0)
    }

    45% {
        transform: scale(1.02) translateZ(0)
    }

    46.5% {
        transform: scale(0.98) translateZ(0)
    }

    48.5% {
        transform: scale(1) translateZ(0)
    }

    100% {
        transform: none
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-100%) translateZ(0)
    }

    10% {
        opacity: 0;
        transform: translateX(-100%) translateZ(0)
    }

    20% {
        opacity: .85
    }

    30% {
        opacity: 0;
        transform: translateX(35%) translateZ(0)
    }

    100% {
        opacity: 0;
        transform: translateX(35%) translateZ(0)
    }
}

.promo-bar {
    max-width: 240px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px 18px;
    border-radius: 24px;
    background: rgba(17, 172, 206, .75);
    box-shadow: 0 3px 0 0 rgba(86, 255, 242, .35) inset, 0 4px 4px 0 rgba(0, 0, 0, .25)
}

@media(min-width: 576px) {
    .promo-bar {
        max-width: 1090px;
        flex-direction: row;
        justify-content: space-between;
        gap: 15px;
        padding: 18px 20px
    }
}

@media(min-width: 768px) {
    .promo-bar {
        padding: 18px 45px
    }
}

.promo-bar__block {
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media(min-width: 576px) {
    .promo-bar__block {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 32px
    }
}

.promo-bar__title {
    margin: 0;
    font-family: Groboldov, sans-serif;
    font-weight: 700;
    font-size: 28px;
    text-shadow: 0 2.5px 0 #080a40;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #080a40;
    color: #fff
}

.promo-bar__market-list {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 576px) {
    .promo-bar__market-list {
        flex-direction: column
    }
}

.promo-bar__market-list>*+* {
    margin-left: 20px
}

@media(max-width: 576px) {
    .promo-bar__market-list>*+* {
        margin-top: 20px;
        margin-left: 0
    }
}

.promo-bar__market-link {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    text-decoration: none
}

.promo-bar__market-link-icon-wrap {
    width: 26px;
    height: 26px;
    display: flex;
    color: #000
}

@media(min-width: 768px) {
    .promo-bar__market-link-icon-wrap {
        width: 34px;
        height: 34px
    }
}

.promo-bar__market-link-icon {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.promo-bar__market-link-text {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #000
}

@media(min-width: 576px) {
    .promo-bar__market-link-text {
        display: none
    }
}

.promo-bar__social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.promo-bar__social-item {
    width: 28px;
    height: 28px;
    color: #fff
}

@media(min-width: 768px) {
    .promo-bar__social-item {
        width: 32px;
        height: 32px
    }
}

.promo-bar__social-item-icon {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.content {
    width: 100%;
    text-align: center
}

.content__promo-bar {
    flex-basis: 95%;
    margin: 15px auto 0
}

@media(min-width: 576px) {
    .content__promo-bar {
        margin-top: 30px
    }
}

@media(min-width: 992px) {
    .content__promo-bar {
        margin: 30px auto 0
    }
}

.main {
    position: relative;
    height: min(900px, 95vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 30px 20px;
    background: center bottom/cover url(../images/bg-sm.png) no-repeat #9ac8e6
}

@media(min-width: 450px) {
    .main {
        height: min(1000px, 95vh);
        background-image: url(../images/bg-tablet.png)
    }
}

@media(min-width: 768px) {
    .main {
        height: min(1200px, 95vh);
        padding-bottom: 9.16vh
    }
}

@media(min-width: 992px) {
    .main {
        background-image: url(../images/bg-desktop.png)
    }
}

@media(min-width: 1200px) {
    .main {
        background-image: url(../images/bg-lg.png)
    }
}

@media(min-width: 1400px) {
    .main {
        background-image: url(../images/bg-3xl.png)
    }
}

.button {
    display: inline-block;
    vertical-align: middle
}

.button.button__app-store {
    background: url(../images/btn-store-apple-en.svg) no-repeat;
    background-size: contain;
    height: 76px;
    width: 256px
}

.button.button__google-play {
    background: url(../images/down-gg-play.svg) no-repeat;
    background-size: contain;
    height: 76px;
    width: 256px
}

.button.button__apk {
    background: url(../images/down-apk.svg) no-repeat;
    background-size: contain;
    height: 76px;
    width: 256px
}

.button.button__google-play,
.button.button__app-store {
    position: relative
}

.button.button__google-play .button__qr,
.button.button__app-store .button__qr {
    background: #fff;
    border-radius: 5px;
    bottom: 100%;
    box-sizing: border-box;
    display: none;
    left: -1%;
    min-width: 102%;
    padding: 10px;
    position: absolute
}

.button.button__google-play .button__qr:after,
.button.button__app-store .button__qr:after {
    content: "";
    border: 10px solid;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%)
}

.button.button__google-play .button__qr img,
.button.button__app-store .button__qr img {
    max-width: 100%
}

.footer {
    background: #000;
    color: #fff;
    padding: 1rem 2rem;
    text-align: center
}

.footer>p {
    color: #fedc31;
    text-transform: uppercase;
    font: 400 18px Oswald, sans-serif
}

.buttons {
    align-items: center;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%
}

.buttons__row {
    width: 100%
}

.buttons__down {
    margin: .25rem
}


/* FOOTER */

.footer__main {
    background: #000;
    box-sizing: border-box;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    width: 100%
}

.footer__main svg:not(:root) {
    overflow: hidden
}

.footer__container {
    padding: 20px
}

.footer__logo {
    display: inline-block;
    vertical-align: middle
}

.footer__logo-mygames {
    background: url(../images/logo-footer.png) 50% 50% no-repeat;
    height: 116px;
    width: 140px
}

.footer__row {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between
}

.footer__row-item {
    width: 33.3333%
}

.footer__row-item:nth-child(2n) {
    text-align: center
}

.footer__row-item:first-child {
    text-align: right
}

.footer__support {
    color: #fff;
    display: inline-block;
    margin: 4px 12px;
    padding: 10px 12px;
    text-decoration: none;
    transition: opacity .1s linear;
    vertical-align: middle
}

.footer__support:hover {
    opacity: .8
}

.footer__support>svg {
    float: left;
    height: 24px;
    margin: -4px 8px -4px 0;
    width: 24px;
    vertical-align: middle
}

.footer__support>svg use {
    fill: #fff
}

.footer__languages {
    display: inline-block;
    margin: 4px 12px;
    position: relative;
    vertical-align: middle
}

.footer__languages-flag {
    background: 0 0 no-repeat;
    height: 13px;
    margin: 2px 0 0;
    left: 12px;
    position: absolute;
    width: 24px
}

.footer__languages-flag.flag-en {
    background-image: url(../images/flag-en.png)
}

.footer__languages-current {
    cursor: pointer;
    display: block;
    padding: 10px 12px 10px 44px
}

.footer__languages-current:after {
    border: rgba(0, 0, 0, 0) solid;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    content: "";
    display: inline-block;
    margin: -2px 0 0 4px;
    vertical-align: middle
}

.footer__languages>a {
    color: #fff
}

.footer__languages:hover .footer__languages-current:after {
    border-width: 0 5px 5px;
    border-bottom-color: #fff
}

.footer__languages:hover>ul {
    opacity: 1;
    transform: scaleY(1)
}

.footer__so {
    display: flex;
    justify-content: end;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer__so-item {
    width: 80px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    vertical-align: middle
}

.footer__so-item-link {
    transition: opacity .1s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__so-item-link:hover {
    opacity: .8
}

.footer__so-item-link>svg {
    height: 64px;
    vertical-align: middle;
    width: 64px
}

.footer__so-item-link>svg>use {
    fill: #fff
}

.footer__copyright {
    margin-top: 20px;
    opacity: .2;
    text-align: center
}

.footer__copyright-link {
    color: #fff;
    text-decoration: underline
}

.footer__copyright-link:hover {
    text-decoration: none
}

@media only screen and (max-width: 1023px) {
    .footer__row {
        flex-flow: column
    }

    .footer__row-item {
        text-align: center;
        width: auto
    }

    .footer__row-item:first-child {
        text-align: center;
        padding-bottom: 48px
    }

    .footer__row-item:last-child {
        text-align: center;
        padding-top: 48px
    }

    .footer__row-item:nth-child(2n) {
        text-align: center
    }
}