/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@font-face {
    font-family: Lato;
    src: local("Lato-Black"), url(../fonts/Lato-Black.woff2) format("woff2"), url(../fonts/Lato-Black.woff) format("woff"), url(../fonts/Lato-Black.ttf) format("ttf");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: local("Lato-Bold"), url(../fonts/Lato-Bold.woff2) format("woff2"), url(../fonts/Lato-Bold.woff) format("woff"), url(../fonts/Lato-Bold.ttf) format("ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: Lato;
    src: local("Lato-Regular"), url(../fonts/Lato-Regular.woff2) format("woff2"), url(../fonts/Lato-Regular.woff) format("woff"), url(../fonts/Lato-Regular.ttf) format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

@font-face {
    font-family: Nunito;
    src: local("Nunito-ExtraBold"), url(../fonts/Nunito-ExtraBold.woff2) format("woff2"), url(../fonts/Nunito-ExtraBold.woff) format("woff"), url(../fonts/Nunito-ExtraBold.ttf) format("ttf");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Nunito;
    src: local("Nunito-Regular"), url(../fonts/Nunito-Regular.woff2) format("woff2"), url(../fonts/Nunito-Regular.woff) format("woff"), url(../fonts/Nunito-Regular.ttf) format("ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

details, main {
    display: block
}

h1 {
    font-size: 2em
}

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

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

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

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

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.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
}

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

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

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

fieldset {
    padding: .35em .75em .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
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

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

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.--just-space {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.--just-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.--just-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.--align-str {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.--align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.--dir-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

html {
    font-size: .52vw;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #60283c
}

body {
    margin: 0;
    font-size: 2rem;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

body main {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden
}

h1, h2, h3, h4, h5, h6, li, ol, p, ul {
    margin: 0;
    padding: 0
}

.container {
    width: 116rem;
    margin: 0 auto
}

@media only screen and (max-width: 1400px) {
    html {
        font-size: .7vw
    }
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: .8vw
    }
}

@media only screen and (max-width: 1050px) {
    html {
        font-size: 1vw
    }

    .container {
        width: 96rem
    }
}

.--svg__appearance, .--svg__appearance-after::after, .--svg__appearance-before::before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.303.22a.752.752 0 010 1.063L5.262 6.324.22 1.284A.752.752 0 011.283.22l3.979 3.978L9.24.22a.752.752 0 011.063 0z' fill='%23FF378B'/%3E%3C/svg%3E")
}

.--svg__appearance-after::after, .--svg__appearance-before::before {
    content: ""
}

.--svg__footer-bg, .--svg__footer-bg-after::after, .--svg__footer-bg-before::before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='558' height='397' fill='none'%3E%3Cpath d='M308.67 134.314L345.454 3.5h185.057c15.885 0 27.378 15.17 23.078 30.464l-36.784 130.814H331.747c-15.885 0-27.377-15.17-23.077-30.464zM4.411 218.11L41.195 87.296h185.058c15.885 0 27.377 15.17 23.077 30.464l-36.784 130.814H27.489c-15.885 0-27.378-15.17-23.078-30.464zm242.445 144.926l36.783-130.814h185.058c15.885 0 27.378 15.17 23.077 30.464L454.991 393.5H269.933c-15.885 0-27.378-15.171-23.077-30.464z' stroke='%23fff' stroke-opacity='.17' stroke-width='7'/%3E%3C/svg%3E")
}

.--svg__footer-bg-after::after, .--svg__footer-bg-before::before {
    content: ""
}

.--svg__footer-icon, .--svg__footer-icon-after::after, .--svg__footer-icon-before::before {
    background-image: url("../img/black.svg")
}

.--svg__footer-icon-after::after, .--svg__footer-icon-before::before {
    content: ""
}

.--svg__game-top-title-icon, .--svg__game-top-title-icon-after::after, .--svg__game-top-title-icon-before::before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' fill='none'%3E%3Cpath d='M27.305 19.234l.007-.006.007-.006c.266-.24.489-.549.596-.933a1.923 1.923 0 00-.034-1.113 1.87 1.87 0 00-.654-.94 1.987 1.987 0 00-1.058-.38h-.002l-3.521-.277-1.387-3.289-.001-.002a1.896 1.896 0 00-.693-.863 1.897 1.897 0 00-1.065-.307c-.358 0-.731.084-1.065.307a1.895 1.895 0 00-.693.863v.002l-1.388 3.29-3.518.276h-.004a1.98 1.98 0 00-1.06.378 1.87 1.87 0 00-.653.943c-.11.346-.142.727-.034 1.113.107.384.33.694.598.933l.006.006.006.005 2.703 2.345-.794 3.453c-.08.349-.085.732.053 1.11.14.38.393.67.69.881.292.21.647.358 1.052.367.397.009.753-.119 1.05-.306L19.5 25.26l3.052 1.823a1.89 1.89 0 001.05.305 1.878 1.878 0 001.052-.364c.297-.211.552-.503.69-.884.139-.379.132-.762.052-1.11 0 0 0 0 0 0l-.794-3.452 2.703-2.345zM13.981 33.645l-.292-.288H8.357c-.754 0-1.374-.257-1.915-.797-.54-.54-.798-1.162-.8-1.918V25.311l-.287-.292-3.562-3.608a3.17 3.17 0 01-.59-.923A2.552 2.552 0 011 19.5c0-.329.065-.655.202-.985.137-.33.332-.64.593-.928l3.56-3.606.288-.292V8.357c0-.754.257-1.374.798-1.914.543-.542 1.164-.8 1.917-.8H13.689l.292-.288 3.607-3.562c.285-.258.593-.453.925-.59.335-.138.661-.203.987-.203.326 0 .653.065.99.203.333.137.639.332.92.59l3.609 3.562.292.288h5.332c.754 0 1.375.257 1.917.799s.798 1.162.797 1.914v5.333l.288.292 3.562 3.607c.258.285.453.593.59.925.138.335.203.661.203.987 0 .326-.065.653-.203.99-.137.333-.332.639-.59.92l-3.562 3.609-.288.292v5.332c0 .754-.257 1.376-.798 1.917-.54.541-1.16.798-1.915.797h-5.333l-.292.288-3.607 3.562a3.172 3.172 0 01-.924.59c-.332.138-.66.203-.988.203-.329 0-.655-.065-.985-.202a3.229 3.229 0 01-.928-.593l-3.606-3.56z' stroke='%2339E035' stroke-width='2'/%3E%3C/svg%3E")
}

.--svg__game-top-title-icon-after::after, .--svg__game-top-title-icon-before::before {
    content: ""
}

.--svg__gamepad, .--svg__gamepad-after::after, .--svg__gamepad-before::before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='68' fill='none'%3E%3Cg filter='url(%23filter0_d_31_1014)' fill='%23FF378B'%3E%3Cpath d='M22.693 54.967a14.017 14.017 0 01-3.669-.484A14.27 14.27 0 019.137 37.13l5.937-22.526a14.117 14.117 0 016.6-8.74A13.836 13.836 0 0132.25 4.486a14.067 14.067 0 018.766 7.16h6.625a14.014 14.014 0 018.766-7.16 13.836 13.836 0 0110.575 1.376 14.193 14.193 0 016.6 8.69l5.937 22.577a14.27 14.27 0 01-9.912 17.404 13.836 13.836 0 01-10.575-1.376 14.117 14.117 0 01-6.6-8.69l-.459-2.242H36.683l-.586 2.192a14.117 14.117 0 01-6.6 8.689 13.913 13.913 0 01-6.804 1.86zM28.605 9.1a8.918 8.918 0 00-4.383 1.172 9.173 9.173 0 00-4.23 5.58l-5.937 22.526a9.173 9.173 0 006.32 11.187 8.74 8.74 0 006.676-.866 9.024 9.024 0 004.23-5.581l1.58-5.988h22.934l1.554 5.988a9.121 9.121 0 004.23 5.58 8.817 8.817 0 006.702.867 9.122 9.122 0 006.294-11.187l-5.938-22.526a9.046 9.046 0 00-4.204-5.58 8.817 8.817 0 00-6.702-.867 9.046 9.046 0 00-6.04 5.657l-.61 1.682H37.574l-.612-1.682A9.072 9.072 0 0030.9 9.405a8.918 8.918 0 00-2.294-.305z'/%3E%3Cpath d='M29.038 29.485a5.097 5.097 0 110-10.194 5.097 5.097 0 010 10.194zM59.617 21.84a2.548 2.548 0 100-5.096 2.548 2.548 0 000 5.096zM59.617 32.033a2.548 2.548 0 100-5.096 2.548 2.548 0 000 5.096zM54.52 26.937a2.548 2.548 0 100-5.097 2.548 2.548 0 000 5.097zM64.713 26.937a2.548 2.548 0 100-5.097 2.548 2.548 0 000 5.097z'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_31_1014' x='.667' y='0' width='87.331' height='67.021' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 0.560784 0 0 0 0 0.745098 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_31_1014'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_31_1014' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E")
}

.--svg__gamepad-after::after, .--svg__gamepad-before::before {
    content: ""
}

.--svg__path, .--svg__path-after::after, .--svg__path-before::before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.14.146a.459.459 0 01.672 0L4 3.5.812 6.854a.459.459 0 01-.673 0 .518.518 0 010-.708L2.655 3.5.14.854a.518.518 0 010-.708z' fill='%23C2C2C2'/%3E%3C/svg%3E")
}

.--svg__path-after::after, .--svg__path-before::before {
    content: ""
}

.--svg__search_icon, .--svg__search_icon-after::after, .--svg__search_icon-before::before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none'%3E%3Cpath d='M25.333 25.333L32 32M2 15.333a13.333 13.333 0 1026.667 0 13.333 13.333 0 00-26.667 0z' stroke='%23FF378B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.--svg__search_icon-after::after, .--svg__search_icon-before::before {
    content: ""
}

.--svg__service_logo, .--svg__service_logo-after::after, .--svg__service_logo-before::before {
    background-image: url("../img/black.svg")
}

.--svg__service_logo-after::after, .--svg__service_logo-before::before {
    content: ""
}

.empty {
    color: #252525;
    text-align: center;
    font-family: Nunito, sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    letter-spacing: -.144rem
}

.empty .empty__subtitle {
    margin-top: 1.2rem;
    color: #a4a4a4;
    text-align: center;
    font-family: Nunito, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -.072rem
}

.error-page {
    padding: 18rem 0 16rem
}

.error-page .error-page__title {
    color: #252525;
    text-align: center;
    font-family: Nunito, sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    letter-spacing: -.144rem
}

.error-page .error-page__title br {
    display: none
}

.error-page .error-page__subtitle {
    margin-top: 1.2rem;
    color: #a4a4a4;
    text-align: center;
    font-family: Nunito, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -.072rem
}

.error-page .error-page__link {
    margin: 4.1rem auto 0;
    border-radius: 55px;
    background: #ffdfec;
    width: 28.2rem;
    height: 5.6rem;
    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;
    color: #60283c;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700
}

@media only screen and (max-width: 576px) {
    html {
        font-size: 2.33vw
    }

    .container {
        width: 40.4rem;
        margin: 0 auto
    }

    .error-page {
        padding: 7.8rem 0
    }

    .error-page .error-page__title {
        font-weight: 900;
        letter-spacing: -.12rem
    }

    .error-page .error-page__title br {
        display: inline
    }

    .error-page .error-page__subtitle {
        margin-top: 3.8rem;
        font-size: 2rem;
        letter-spacing: -.06rem
    }

    .error-page .error-page__link {
        margin: 3.8rem auto 0
    }
}

.game-item .game-item_img {
    height: 20.6rem;
    min-height: 20.6rem;
    border-radius: 2.3rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    background-color: rgba(255, 55, 139, .3)
}

.game-item .game-item-description {
    margin: 1.5rem auto 0;
    width: 30.4rem
}

.game-item .game-item-description .game-item_title-block {
    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
}

.game-item .game-item-description .game-item_title-block .game-item_title {
    font-size: 2rem;
    font-weight: 700;
    line-height: normal
}

.game-item .game-item-description .game-item_title-block .game-item_stars {
    width: 9.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .3rem
}

.game-item .game-item-description .game-item_title-block .game-item_stars .game-item_star {
    width: 1.6rem;
    height: 1.6rem;
    fill: #d9d9d9
}

.game-item .game-item-description .game-item_title-block .game-item_stars .game-item_star.active {
    fill: #ff378b;
    -webkit-filter: drop-shadow(0 0 4px #ff378b);
    filter: drop-shadow(0 0 4px #ff378b)
}

.game-item .game-item-description .game-item_subtitle {
    margin-top: .3rem;
    text-transform: lowercase;
    color: #a0a0a0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: normal
}

@media only screen and (max-width: 1050px) {
    .game-item .game-item_img {
        height: 17rem
    }

    .game-item .game-item-description {
        margin-top: 1.2rem;
        width: 25.1rem
    }

    .game-item .game-item-description .game-item_title-block .game-item_title {
        font-size: 1.8rem
    }

    .game-item .game-item-description .game-item_title-block .game-item_stars {
        width: 7.6rem
    }

    .game-item .game-item-description .game-item_title-block .game-item_stars .game-item_star {
        width: 1.3rem;
        height: 1.3rem
    }

    .game-item .game-item-description .game-item_subtitle {
        margin-top: .65rem
    }
}

@media only screen and (max-width: 576px) {
    .game-item .game-item_img {
        height: 20.6rem
    }

    .game-item .game-item-description {
        margin: 1.5rem auto 0;
        width: 30.4rem
    }

    .game-item .game-item-description .game-item_title-block .game-item_title {
        font-size: 2rem
    }

    .game-item .game-item-description .game-item_title-block .game-item_stars {
        width: 9.5rem;
        gap: .3rem
    }

    .game-item .game-item-description .game-item_title-block .game-item_stars .game-item_star {
        width: 1.6rem;
        height: 1.6rem
    }

    .game-item .game-item-description .game-item_subtitle {
        margin-top: .3rem
    }
}

a.game-item {
    color: #60283c
}

.game {
    padding: 12.4rem 0 14.1rem
}

.game .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.game .container .game__desc-block {
    width: 86rem
}

.game .container .game__desc-block .game__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    position: relative
}

.game .container .game__desc-block .game__preview .game__preview-img {
    width: 36rem;
    height: 22.2rem;
    border-radius: 2.3rem;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: rgba(255, 55, 139, .3)
}

.game .container .game__desc-block .game__preview .game__title-wrapper {
    margin-top: .8rem
}

.game .container .game__desc-block .game__preview .game__title-wrapper .game__title {
    color: #252525;
    font-family: Nunito, sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    letter-spacing: -.144rem
}

.game .container .game__desc-block .game__preview .game__title-wrapper .game__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .3rem
}

.game .container .game__desc-block .game__preview .game__title-wrapper .game__stars .game__star {
    width: 1.6rem;
    height: 1.6rem;
    fill: #d9d9d9
}

.game .container .game__desc-block .game__preview .game__title-wrapper .game__stars .game__star.active {
    fill: #ff378b;
    -webkit-filter: drop-shadow(0 0 4px #ff378b);
    filter: drop-shadow(0 0 4px #ff378b)
}

.game .container .game__desc-block .game__preview .game__title-wrapper .game__category {
    margin-top: .6rem;
    color: #a0a0a0;
    font-size: 1.3rem;
    font-weight: 500
}

.game .container .game__desc-block .game__preview .game__play-link {
    width: 26rem;
    height: 5.6rem;
    border-radius: 5.5rem;
    background: #ff378b;
    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;
    position: absolute;
    bottom: 0;
    left: 40rem;
    color: #fff
}

.game .container .game__desc-block .game__description {
    margin-top: 6.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem
}

.game .container .game__desc-block .game__description .game__pictures {
    width: 36rem;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1.6rem
}

.game .container .game__desc-block .game__description .game__pictures .game__picture {
    width: 100%;
    height: 10.6rem;
    border-radius: 1.5rem
}

.game .container .game__desc-block .game__description .game__pictures .game__picture img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    border-radius: 1.5rem;
    background-color: rgba(255, 55, 139, .3)
}

.game .container .game__desc-block .game__description .game__description-text {
    color: #252525;
    font-size: 1.8rem;
    line-height: 150%;
    max-width: 46rem
}

.game .container .game__list .game__list-title {
    color: #39e035;
    font-family: Nunito, sans-serif;
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: -.108rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.9rem
}

.game .container .game__list .game__list-title:before {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 3.9rem;
    height: 3.9rem
}

.game .container .game__list .game__list-wrapper {
    margin-top: 4.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem
}

.game .container .game__list .game__list-wrapper .game__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.2rem
}

.game .container .game__list .game__list-wrapper .game__list-item .game__img {
    width: 10rem;
    height: 10rem;
    border-radius: 1.6rem;
    -o-object-fit: cover;
    object-fit: cover
}

.game .container .game__list .game__list-wrapper .game__list-item .game__description-block .game__game-name {
    margin-top: 1.5rem;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal
}

.game .container .game__list .game__list-wrapper .game__list-item .game__description-block .game__categories__type {
    margin-top: .8rem;
    color: #a0a0a0;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: normal
}

.game .container .game__list .game__list-wrapper .game__list-item .game__description-block .game__small-stars {
    margin-top: .7rem;
    width: 5.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .3rem
}

.game .container .game__list .game__list-wrapper .game__list-item .game__description-block .game__small-stars .game__small-star {
    width: .9rem;
    height: .9rem;
    fill: #d9d9d9
}

.game .container .game__list .game__list-wrapper .game__list-item .game__description-block .game__small-stars .game__small-star.active {
    fill: #ff378b
}

.game .container .game__bottom-link {
    position: absolute;
    width: 100%;
    height: 16.1rem;
    bottom: -25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 9;
    border-radius: 0 0 10rem 10rem;
    -webkit-box-shadow: 0 2.3rem 1.65rem 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2.3rem 1.65rem 0 rgba(0, 0, 0, .08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem
}

.game .container .game__bottom-link .game__bottom-link-text {
    color: #000;
    font-family: Nunito, sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.8rem
}

.game .container .game__bottom-link .game__bottom-link-text:before {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 7.1rem;
    height: 5.1rem
}

.game .container .game__bottom-link .game__bottom-link-icon {
    display: none
}

.game .container .game__bottom-link .game__bottom-link-button {
    width: 40rem;
    height: 7.2rem;
    border-radius: 73rem;
    border: .4rem solid #ff378b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-family: Nunito, sans-serif;
    font-size: 2rem;
    font-weight: 800
}

@media only screen and (max-width: 1050px) {
    .game {
        padding: 13.4rem 0 6.4rem
    }

    .game .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4.5rem;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal
    }

    .game .container .game__desc-block {
        width: 100%
    }

    .game .container .game__desc-block .game__description .game__description-text {
        max-width: calc(100% - 40rem)
    }

    .game .container .game__list .game__list-wrapper {
        margin-top: 2.5rem;
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        gap: 1.6rem 3.9rem
    }

    .game .container .game__bottom-link {
        bottom: -20rem
    }

    .game .container .game__bottom-link .game__bottom-link-text {
        gap: 2.6rem
    }

    .game .container .game__bottom-link .game__bottom-link-button {
        width: 24rem
    }
}

@media only screen and (max-width: 576px) {
    .game {
        padding: 6.3rem 0 5.1rem
    }

    .game .container {
        gap: 5.9rem
    }

    .game .container .game__desc-block {
        width: 100%
    }

    .game .container .game__desc-block .game__preview {
        gap: 2.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .game .container .game__desc-block .game__preview .game__preview-img {
        width: 100%;
        height: 24.8rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .game .container .game__desc-block .game__preview .game__title-wrapper {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 0;
        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
    }

    .game .container .game__desc-block .game__preview .game__title-wrapper .game__title {
        font-size: 4rem;
        letter-spacing: -.12rem;
        text-align: center
    }

    .game .container .game__desc-block .game__preview .game__play-link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        position: static
    }

    .game .container .game__desc-block .game__description {
        margin-top: 4.7rem;
        gap: 2.8rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .game .container .game__desc-block .game__description .game__pictures {
        width: 100%
    }

    .game .container .game__desc-block .game__description .game__pictures .game__picture {
        height: 11.9rem
    }

    .game .container .game__desc-block .game__description .game__description-text {
        max-width: 100%
    }

    .game .container .game__list .game__list-wrapper {
        margin-top: 4.2rem;
        display: grid;
        gap: 1.8rem;
        grid-template-columns:repeat(2, 1fr)
    }

    .game .container .game__list .game__list-wrapper .game__list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .game .container .game__list .game__list-wrapper .game__list-item .game__description-block {
        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
    }

    .game .container .game__list .game__list-wrapper .game__list-item .game__description-block .game__game-name {
        margin-top: 1.2rem;
        font-size: 1.5rem
    }

    .game .container .game__list .game__list-wrapper .game__list-item .game__description-block .game__categories__type {
        margin-top: 1.2rem
    }

    .game .container .game__list .game__list-wrapper .game__list-item .game__description-block .game__small-stars {
        margin-top: .6rem
    }

    .game .container .game__bottom-link {
        height: 19.9rem;
        bottom: -21rem;
        border-radius: 0 0 5rem 5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .game .container .game__bottom-link .game__bottom-link-text {
        font-size: 2rem;
        font-weight: 600;
        display: block
    }

    .game .container .game__bottom-link .game__bottom-link-text:before {
        content: none
    }

    .game .container .game__bottom-link .game__bottom-link-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .game .container .game__bottom-link .game__bottom-link-wrapper .game__bottom-link-icon {
        display: block;
        width: 8.1rem;
        height: 7.1rem
    }

    .game .container .game__bottom-link .game__bottom-link-wrapper .game__bottom-link-button {
        width: 24rem;
        font-size: 1.8rem
    }
}

.games-slider {
    padding: 10.2rem 0 7.2rem
}

.games-slider .container .games-slider__title-block .games-slider__title {
    font-family: Nunito, sans-serif;
    font-size: 3.6rem;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -.108rem;
    color: #252525
}

.games-slider .container .games-slider__swiper {
    margin-top: 3rem;
    width: 100%
}

.games-slider .container .games-slider__swiper .games-slider__swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 90%;
    min-width: 16rem;
    position: static;
    margin: 4.6rem auto .4rem
}

.games-slider .container .games-slider__swiper .games-slider__swiper-pagination .swiper-pagination-bullet {
    height: .5rem;
    background-color: #8c8c8c;
    border-radius: 1rem;
    margin: 0;
    max-width: 5.5rem;
    width: 100%
}

.games-slider .container .games-slider__swiper .games-slider__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: .7rem;
    background: -webkit-gradient(linear, left top, right top, from(#ff64a5), to(#ff378b));
    background: linear-gradient(90deg, #ff64a5 0, #ff378b 100%);
    -webkit-box-shadow: 0 0 .4rem #ff378b;
    box-shadow: 0 0 .4rem #ff378b
}

@media only screen and (max-width: 1050px) {
    .games-slider {
        padding-top: 6rem
    }
}

@media only screen and (max-width: 576px) {
    .games-slider .container .games-slider__title-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pagination-hidden {
    display: none
}

.login {
    padding: 10rem 0 4.3rem
}

.login .login__title {
    color: #252525;
    font-family: Nunito, sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    letter-spacing: -.144rem
}

.login .login__wrapper {
    margin-top: 6.3rem;
    width: calc(100% + 13rem);
    -webkit-transform: translateX(-6.5rem);
    -ms-transform: translateX(-6.5rem);
    transform: translateX(-6.5rem);
    padding: 8.5rem 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 6.7rem;
    border: .3rem solid #ffdbea;
    position: relative
}

.login .login__wrapper .login__field {
    display: grid;
    -webkit-column-gap: 1.3rem;
    -moz-column-gap: 1.3rem;
    column-gap: 1.3rem;
    row-gap: 1rem;
    grid-template-columns:7rem 42.3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login .login__wrapper .login__field .login__label {
    color: #252525;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -.054rem
}

.login .login__wrapper .login__field .login__input {
    border-radius: 6.1rem;
    border: 1px solid #cfcfcf;
    color: #252525;
    font-size: 1.5rem;
    line-height: 180%;
    letter-spacing: -.045rem;
    padding: 1.2rem 2.8rem
}

.login .login__wrapper .login__field .login__error {
    color: #b70202;
    font-weight: 700;
    grid-column: 2/3;
    text-align: center
}

.login .login__wrapper .login__button {
    position: absolute;
    bottom: -2.8rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 28.2rem;
    height: 5.6rem;
    border: none;
    border-radius: 5.5rem;
    background: #ffdfec;
    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;
    color: #60283c;
    font-size: 1.4rem;
    font-weight: 700
}

.login .login__register {
    margin-top: 4rem;
    color: #252525;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700
}

.login .login__register a {
    color: #ac154c
}

@media only screen and (max-width: 1200px) {
    .login .login__wrapper {
        width: calc(100% + 4rem);
        -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
        transform: translateX(-2rem);
        padding: 8.5rem 4rem
    }
}

@media only screen and (max-width: 1050px) {
    .login {
        padding: 10rem 0 2.7rem
    }

    .login .login__title {
        font-size: 4rem;
        letter-spacing: -.12rem
    }

    .login .login__wrapper {
        margin-top: 2.8rem;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 3.5rem 10rem 7.4rem
    }

    .login .login__wrapper .login__field {
        grid-template-columns:7rem 28.3rem
    }

    .login .login__register {
        margin-top: 4.3rem
    }
}

@media only screen and (max-width: 576px) {
    .login {
        padding: 7.8rem 0 4.6rem
    }

    .login .login__title {
        text-align: center
    }

    .login .login__wrapper {
        margin-top: 3.8rem;
        padding: 3.4rem 3rem 7.4rem;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
        border-radius: 2.7rem
    }

    .login .login__wrapper .login__field {
        gap: normal;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-template-columns:6.5rem 26.4rem
    }
}

.offer {
    padding: 10rem 0
}

.offer .offer__title {
    color: #252525;
    font-family: Nunito, sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    letter-spacing: -.144rem
}

.offer .offer__subtitle {
    color: #a4a4a4;
    font-family: Nunito, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    letter-spacing: -.072rem
}

.offer .offer__version {
    margin-top: 3.4rem;
    color: #252525;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 300;
    line-height: 150%;
    text-align: right
}

.offer .offer__text {
    margin-top: 3.4rem;
    color: #252525;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    line-height: 150%
}

.path {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 2rem
}

.path .path__up {
    color: #744354;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.path .path__up:after {
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: .4rem;
    height: .7rem
}

.path .path__up.path__current {
    color: #a0a0a0
}

.promo {
    width: 100%;
    height: 6.5rem;
    margin-top: 5.5rem;
    overflow: visible;
    background: #393d47
}

.promo .container {
    position: absolute;
    left: 50%;
    bottom: -4.1rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99
}

.promo .container .promo__search {
    width: 100%;
    height: 8.2rem;
    border-radius: 8.6rem;
    background: #fff;
    -webkit-box-shadow: 0 0 5rem 0 #ffb0d1;
    box-shadow: 0 0 5rem 0 #ffb0d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.promo .container .promo__search .promo__text-input {
    width: 100%;
    border: none;
    border-radius: 8.6rem 0 0 8.6rem;
    padding-left: 5.9rem;
    font-size: 1.8rem;
    font-weight: 300
}

.promo .container .promo__search .promo__text-input::-webkit-input-placeholder {
    color: #a0a0a0
}

.promo .container .promo__search .promo__text-input::-moz-placeholder {
    color: #a0a0a0
}

.promo .container .promo__search .promo__text-input:-ms-input-placeholder {
    color: #a0a0a0
}

.promo .container .promo__search .promo__text-input::-ms-input-placeholder {
    color: #a0a0a0
}

.promo .container .promo__search .promo__text-input::placeholder {
    color: #a0a0a0
}

.promo .container .promo__search .promo__search-button {
    border: none;
    border-radius: 0 8.6rem 8.6rem 0;
    width: 9.5rem;
    background-size: 3rem;
    background-color: #fff;
    background-position: 1.8rem 2.6rem;
    background-repeat: no-repeat;
    cursor: pointer
}

@media only screen and (max-width: 576px) {
    .offer {
        padding: 7.8rem 0
    }

    .offer .offer__title {
        font-size: 4rem;
        letter-spacing: -.12rem;
        text-align: center
    }

    .offer .offer__subtitle {
        margin-top: 1.2rem;
        font-size: 2rem;
        letter-spacing: -.06rem;
        text-align: center
    }

    .offer .offer__version {
        margin-top: 2.8rem;
        text-align: center
    }

    .offer .offer__text {
        font-size: 1.4rem
    }

    .path {
        display: none
    }

    .promo {
        height: 5.7rem
    }

    .promo .container .promo__search .promo__text-input {
        padding-left: 3.4rem;
        font-size: 1.6rem
    }

    .promo .container .promo__search .promo__search-button {
        min-width: 8.2rem;
        background-position: 2.1rem 2.6rem;
        cursor: default
    }
}

.subscribe {
    padding: 10rem 0
}

.subscribe .subscribe__title {
    color: #252525;
    font-family: Nunito, sans-serif;
    font-size: 4.8rem;
    font-weight: 900;
    letter-spacing: -.144rem
}

.subscribe .subscribe__wrapper {
    margin-top: 6.3rem;
    width: calc(100% + 13rem);
    -webkit-transform: translateX(-6.5rem);
    -ms-transform: translateX(-6.5rem);
    transform: translateX(-6.5rem);
    border-radius: 6.7rem;
    border: .3rem solid #ffdbea;
    padding: 8.5rem 6.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.subscribe .subscribe__wrapper .subscribe__info, .subscribe .subscribe__wrapper .subscribe__info-title {
    color: #252525;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: -.054rem
}

.subscribe .subscribe__wrapper .subscribe__info-title {
    font-weight: 700;
    display: block
}

.subscribe .subscribe__wrapper .subscribe__select {
    width: 28rem;
    height: 5rem;
    padding: 0 2.5rem;
    border-radius: 6.1rem;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    color: #252525;
    font-size: 1.5rem;
    line-height: 180%;
    letter-spacing: -.045rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: 25rem center
}

.subscribe .subscribe__wrapper .subscribe__link-button {
    border: none;
    position: absolute;
    bottom: -2.8rem;
    right: 6.5rem;
    border-radius: 5.5rem;
    background: #ffdfec;
    width: 28.2rem;
    height: 5.6rem;
    color: #60283c;
    font-size: 1.4rem;
    font-weight: 700;
    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;
    cursor: pointer
}

.subscribe .subscribe__wrapper .subscribe__form .subscribe__select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.9rem
}

.subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized {
    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;
    gap: 2rem
}

.subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized .subscribe__select-wrapper {
    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;
    gap: 1.3rem
}

.subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized .subscribe__select-wrapper label {
    color: #252525;
    font-size: 1.8rem;
    line-height: 150%;
    letter-spacing: -.054rem;
    font-weight: 700;
    display: block
}

.subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized .subscribe__select-wrapper input {
    height: 5rem;
    width: 28rem;
    padding: 0 1rem;
    border-radius: 6.1rem;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    color: #252525;
    font-size: 1.5rem;
    line-height: 180%;
    letter-spacing: -.045rem
}

.subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized .subscribe__select-wrapper select {
    width: 28rem;
    height: 5rem;
    padding: 0 2.5rem;
    border-radius: 6.1rem;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    color: #252525;
    font-size: 1.5rem;
    line-height: 180%;
    letter-spacing: -.045rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: 25rem center;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.303.22a.752.752 0 010 1.063L5.262 6.324.22 1.284A.752.752 0 011.283.22l3.979 3.978L9.24.22a.752.752 0 011.063 0z' fill='%23FF378B'/%3E%3C/svg%3E")
}

@media only screen and (max-width: 1200px) {
    .subscribe .subscribe__wrapper {
        width: calc(100% + 4rem);
        -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
        transform: translateX(-2rem);
        padding: 8.5rem 4rem
    }
}

@media only screen and (max-width: 1050px) {
    .subscribe {
        padding: 10rem 0
    }

    .subscribe .subscribe__title {
        font-size: 4rem;
        letter-spacing: -.12rem
    }

    .subscribe .subscribe__wrapper {
        margin-top: 2.8rem;
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 4.6rem 10rem 7rem 6rem;
        display: grid;
        grid-template-columns:repeat(3, 1fr);
        grid-row-gap: 4.2rem
    }

    .subscribe .subscribe__wrapper .subscribe__info-title {
        -ms-flex-item-align: center;
        align-self: center
    }

    .subscribe .subscribe__wrapper .subscribe__info-title br {
        display: none
    }

    .subscribe .subscribe__wrapper .subscribe__link-button {
        right: 10rem
    }

    .subscribe .subscribe__wrapper .subscribe__form {
        grid-column: span 3
    }

    .subscribe .subscribe__wrapper .subscribe__form .subscribe__select-wrapper {
        display: grid;
        grid-template-columns:repeat(3, 1fr)
    }

    .subscribe .subscribe__wrapper .subscribe__form .subscribe__select-wrapper .subscribe__select {
        width: auto;
        background-position: right 2rem center;
        grid-column: 2/4
    }

    .subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized .subscribe__select-wrapper label br {
        display: inline
    }
}

@media only screen and (max-width: 576px) {
    .subscribe {
        padding: 7.8rem 0
    }

    .subscribe .subscribe__title {
        text-align: center
    }

    .subscribe .subscribe__wrapper {
        margin-top: 3.6rem;
        border-radius: 2.7rem;
        padding: 3.5rem 6rem 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: normal
    }

    .subscribe .subscribe__wrapper .subscribe__info-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: .5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .subscribe .subscribe__wrapper .subscribe__info-wrapper:nth-child(3) {
        margin-top: 2.3rem
    }

    .subscribe .subscribe__wrapper .subscribe__form .subscribe__select-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 3rem;
        gap: 1.2rem
    }

    .subscribe .subscribe__wrapper .subscribe__form .subscribe__select-wrapper .subscribe__select {
        width: 100%
    }

    .subscribe .subscribe__wrapper .subscribe__link-button {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized .subscribe__select-wrapper {
        margin-top: 0
    }

    .subscribe .subscribe__wrapper.subscribe__wrapper_unauthorized .subscribe__form.subscribe__form_unauthorized .subscribe__select-wrapper label br {
        display: none
    }
}

.alert {
    margin: 3rem 0
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 17rem;
    background-color: #f6ddd2;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='558' height='397' fill='none'%3E%3Cpath d='M308.67 134.314L345.454 3.5h185.057c15.885 0 27.378 15.17 23.078 30.464l-36.784 130.814H331.747c-15.885 0-27.377-15.17-23.077-30.464zM4.411 218.11L41.195 87.296h185.058c15.885 0 27.377 15.17 23.077 30.464l-36.784 130.814H27.489c-15.885 0-27.378-15.17-23.078-30.464zm242.445 144.926l36.783-130.814h185.058c15.885 0 27.378 15.17 23.077 30.464L454.991 393.5H269.933c-15.885 0-27.378-15.171-23.077-30.464z' stroke='%23fff' stroke-opacity='.17' stroke-width='7'/%3E%3C/svg%3E");
    background-position: top right;
    background-size: 55.8rem;
    background-repeat: no-repeat
}

.footer .container .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13rem
}

.footer .container .footer__links .footer__links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.6rem
}

.footer .container .footer__links .footer__links-item .footer__title {
    color: #000;
    font-family: Nunito, sans-serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -.06rem;
    text-transform: uppercase
}

.footer .container .footer__links .footer__links-item .footer__links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem
}

.footer .container .footer__links .footer__links-item .footer__links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem
}

.footer .container .footer__links .footer__links-item .footer__links-wrapper .footer__link {
    font-size: 1.4rem;
    color: #60283c;
    cursor: pointer
}

.footer .container .footer__links .footer__links-item .footer__links-wrapper .footer__link-login {
    width: 22.6rem;
    height: 5.6rem;
    border-radius: 5.5rem;
    background: #fff;
    color: #ac164c;
    font-family: Nunito, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.048rem;
    text-decoration: underline;
    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
}

.footer .container .footer__contacts {
    margin-top: 5rem;
    padding: 3.5rem 0;
    border-top: .2rem solid #fff
}

.footer .container .footer__contacts .footer__contacts-wrapper {
    width: 62.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .container .footer__contacts .footer__contacts-wrapper .footer__copyright, .footer .container .footer__contacts .footer__contacts-wrapper .footer__support {
    color: #252525;
    font-family: Lato, sans-serif;
    font-size: 1.2rem
}

.footer .container .footer__contacts .footer__contacts-wrapper .footer__icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4.43rem;
    height: 3.73rem;
}

.footer .container .footer__contacts .footer__contacts-wrapper .footer__support span {
    text-decoration: underline
}

@media only screen and (max-width: 1050px) {
    .footer {
        background-position: top right -16.5rem;
        background-size: 51rem
    }

    .footer .container .footer__links {
        gap: 0;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer .container .footer__contacts .footer__contacts-wrapper {
        margin: 0 auto;
        width: 56.1rem
    }
}

@media only screen and (max-width: 576px) {
    .footer {
        background-color: #f6ddd2;
        background-image: none;
        background-position: center;
        background-size: 100%;
        padding-top: 19rem
    }

    .footer .container .footer__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 3.4rem 9rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .container .footer__links .footer__links-item {
        width: 15rem
    }

    .footer .container .footer__links .footer__links-item .footer__links-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem
    }

    .footer .container .footer__links .footer__links-item .footer__links-wrapper {
        gap: 1rem
    }

    .footer .container .footer__links .footer__links-item .footer__links-wrapper .footer__link-login {
        width: 29rem
    }

    .footer .container .footer__links .footer__links-item.footer__links-item_login {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .container .footer__contacts {
        margin-top: 1.5rem;
        padding: 2.5rem 0;
        border-top: none
    }

    .footer .container .footer__contacts .footer__contacts-wrapper {
        width: 100%
    }

    .footer .container .footer__contacts .footer__contacts-wrapper .footer__copyright span {
        display: none
    }
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 0
}

.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;
    height: 5.5rem
}

.header .container .header__hamburger, .header .container .header__nav {
    display: none
}

.header .container .header__logo {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 9rem;
    height: 4rem
}

.header .container .header__links {
    width: 92.5rem;
    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;
    cursor: pointer
}

.header .container .header__links .header__link {
    color: #60283c;
    -webkit-transition: .25s;
    transition: .25s;
    font-size: 1.4rem;
    font-weight: 400;
    font-family: Lato, sans-serif;
    letter-spacing: -.028rem
}

.header .container .header__links .header__link:first-child {
    color: #ff378b;
    text-transform: uppercase;
    font-weight: 900
}

@media only screen and (max-width: 1050px) {
    .header .container .header__links {
        width: 76rem
    }
}

@media only screen and (max-width: 576px) {
    .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
    }

    .header .container .header__logo {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header .container .header__links {
        display: none
    }

    .header .container .header__hamburger {
        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;
        width: 2.3rem;
        height: 1.8rem
    }

    .header .container .header__hamburger .header__hamburger-line {
        -webkit-transition: .5s;
        transition: .5s;
        height: .2rem;
        width: 100%;
        background-color: #ff509a;
        border-radius: .5rem
    }

    .header .container .header__nav {
        position: absolute;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9.4rem;
        top: 5.5rem;
        left: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        width: 100vw;
        min-height: calc(100vh - 5.5rem);
        padding-top: 3.4rem;
        background-color: #fff
    }

    .header .container .header__nav .header__title {
        font-family: Nunito, sans-serif;
        font-size: 2rem;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: -.06rem;
        text-align: center;
        color: #000;
        text-transform: uppercase
    }

    .header .container .header__nav .header__nav-links_group {
        width: 33.5rem;
        margin: 0 auto
    }

    .header .container .header__nav .header__nav-links_group .header__nav-links-wrapper {
        margin-top: 2.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .container .header__nav .header__nav-links_group .header__nav-links-wrapper .header__nav-links-col {
        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;
        gap: 2.3rem
    }

    .header .container .header__nav .header__nav-links_group .header__nav-links-wrapper .header__nav-links-col .header__nav-link {
        color: #60283c;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

    .header .container .header__nav .header__login .header__login-button {
        width: 29rem;
        height: 5.6rem;
        margin: 1.9rem auto 0;
        border-radius: 5.5rem;
        border: .1rem solid #ff378b;
        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;
        text-decoration-line: underline;
        color: #ac164c;
        font-family: Nunito, sans-serif;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -.048rem;
        text-transform: capitalize
    }

    .header.open .container .header__nav {
        left: 0
    }

    .header.open .container .header__hamburger .header__hamburger-line:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }

    .header.open .container .header__hamburger .header__hamburger-line:nth-child(2) {
        opacity: 0
    }

    .header.open .container .header__hamburger .header__hamburger-line:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left
    }
}