.InviteFriendPage {
    width: 100%;
    position: relative
}

.InviteFriendPage-content {
    width: 100%;
    display: flex;
    gap: 16px
}

.InviteFriendPage-content-main {
    display: flex;
    flex-flow: column;
    width: 100%
}

.InviteFriendPage-content-main-data {
    display: flex;
    height: 169px;
    width: 100%;
    margin-top: 32px;
    gap: 16px
}

@media (max-width: 1180px) {
    .InviteFriendPage-content-main-data {
        height: 100%;
        display: flex;
        flex-flow: column;
        margin-top: 24px;
        gap: 24px
    }
}

.InviteFriendPage-content-main-note {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 24px;
    display: flex;
    justify-content: center
}

@media (max-width: 1180px) {
    .InviteFriendPage-content-main-note {
        bottom: 32px
    }
}

.InviteFriendPage-content-main-note__text {
    width: 175px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--bg-notify);
    box-shadow: 0 4px 8px #00000026;
    text-align: center;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    color: var(--contast-text)
}

.InviteFriendPage-content-main__empty {
    margin-top: 32px
}

.InviteFriendPage-content-right {
    display: flex;
    min-width: 357px;
    height: 169px;
    margin-top: 32px
}

@media (max-width: 1180px) {
    .InviteFriendPage-content-right {
        height: 100%
    }
}

.AccountPage {
    display: flex;
    flex-flow: column
}

.AccountPage-mobile {
    display: none
}

@media (max-width: 1180px) {
    .AccountPage-mobile {
        display: flex;
        flex-direction: column;
        gap: 12px;
        overflow: auto;
        max-height: 100vh;
        padding-bottom: 70px
    }
}

@media (max-width: 1180px) {
    .AccountPage-mobile__header {
        display: flex;
        position: fixed;
        width: 100%;
        height: 44px;
        background: var(--bgSecondary);
        left: 0;
        z-index: 20;
        padding: 8px
    }
}

.AccountPage-mobile__header.border {
    box-shadow: 0 1px 1px #0c1a4b26, 0 3px 8px -1px #3232470d
}

.AccountPage-mobile__balance {
    border-radius: 8px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    margin-top: 44px
}

.AccountPage-mobile__logout {
    position: absolute;
    bottom: 96px
}

.AccountPage-desktop {
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (max-width: 1180px) {
    .AccountPage-desktop {
        display: none
    }
}

.TransactionHistoryPage {
    min-height: 100vh;
    padding-bottom: 50px
}

.GameHistoryPage {
    display: flex;
    flex-direction: column
}

@media (max-width: 1180px) {
    .GameHistoryPage .GameList {
        padding-top: 60px
    }
}

.GameHistoryPage__header {
    margin-bottom: 24px
}

@media (max-width: 1180px) {
    .GameHistoryPage__header {
        position: fixed;
        display: flex;
        width: 100%;
        height: 44px;
        left: 0;
        z-index: 20;
        padding: 8px;
        background: var(--dialogBackground)
    }
}

.GameHistoryPage__header.border {
    box-shadow: 0 1px 1px #0c1a4b26, 0 3px 8px -1px #3232470d
}

.BonusPage {
    display: flex;
    flex-direction: column
}

@media (max-width: 1180px) {
    .BonusPage {
        padding: 0;
        width: 100%
    }
}

.BonusPage__header {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1180px) {
    .BonusPage__header {
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 115px;
        left: 0;
        z-index: 20;
        padding: 8px;
        background: var(--dialogBackground)
    }
}

.BonusPage__header.border {
    box-shadow: 0 1px 1px #0c1a4b26, 0 3px 8px -1px #3232470d
}

.loyaltyHelp {
    padding: 16px 0
}

@media (max-width: 1180px) {
    .loyaltyHelp {
        padding: 16px
    }
}

.LoyaltyRanksDesktop {
    display: grid;
    grid-template-columns:2.5fr 1fr;
    gap: 12px;
    margin-top: 12px
}

.LoyaltyRanksDesktop__left {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.LoyaltyReward {
    max-width: 100%;
    display: grid;
    padding: 12px 0;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows: 360px;
    gap: 12px
}

@media (max-width: 1180px) {
    .LoyaltyReward {
        display: flex;
        flex-direction: column;
        padding: 0 16px
    }
}

.LoyaltyReward__title {
    margin: 20px 0 4px
}

.NotificationPage {
    display: none
}

@media (max-width: 1180px) {
    .NotificationPage {
        display: flex;
        flex-flow: column
    }
}

.NotificationPage-header {
    display: flex;
    align-items: center
}

.NotificationPage-header__title {
    font-size: 18px;
    line-height: 120%;
    font-weight: 700;
    color: var(--textPrimary);
    margin-left: 4px
}

.NotificationPage__content {
    margin-top: 20px;
    gap: 8px
}

.AccountBlockedPage {
    display: flex;
    flex-direction: column
}

.AccountBlockedPage__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .AccountBlockedPage__content {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .AccountBlockedPage__content {
        max-width: 960px
    }
}

@media (min-width: 1180px) {
    .AccountBlockedPage__content {
        max-width: 1104px
    }
}

@media (max-width: 576px) {
    .AccountBlockedPage__content {
        margin-bottom: 60px
    }
}

.AccountBlockedPage__content_header {
    width: 100%;
    margin-top: 24px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700
}

@media (max-width: 768px) {
    .AccountBlockedPage__content_header {
        font-size: 18px;
        line-height: 120%;
        font-weight: 600;
        text-align: center
    }
}

.AccountBlockedPage__content_bg {
    margin-top: 80px;
    max-width: 404px;
    max-height: 532px
}

@media (max-width: 992px) {
    .AccountBlockedPage__content_bg {
        max-width: 680px;
        max-height: 526px
    }
}

@media (max-width: 576px) {
    .AccountBlockedPage__content_bg {
        margin-top: 60px;
        max-width: 335px;
        max-height: 335px
    }
}

.AccountBlockedPage__content_text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
    margin-top: 70px;
    width: 470px;
    color: var(--textSecondary)
}

@media (max-width: 576px) {
    .AccountBlockedPage__content_text {
        width: 343px;
        bottom: -70px
    }
}

.AccountBlockedPage__content_text_link {
    color: var(--textLinkColor)
}

.AboutPage {
    display: flex;
    flex-flow: column
}

.AboutPage__content {
    display: flex;
    flex-flow: column;
    margin-bottom: 50px
}

@media (max-width: 1180px) {
    .AboutPage__content {
        margin-bottom: 30px
    }
}

.NotAvailablePage {
    display: flex;
    flex-direction: column
}

.NotAvailablePage__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .NotAvailablePage__content {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .NotAvailablePage__content {
        max-width: 960px
    }
}

@media (min-width: 1180px) {
    .NotAvailablePage__content {
        max-width: 1104px
    }
}

@media (max-width: 576px) {
    .NotAvailablePage__content {
        margin-bottom: 60px
    }
}

.NotAvailablePage__content_header {
    width: 100%;
    margin-top: 24px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700
}

@media (max-width: 768px) {
    .NotAvailablePage__content_header {
        font-size: 18px;
        line-height: 120%;
        font-weight: 600;
        text-align: center
    }
}

.NotAvailablePage__content_bg {
    margin-top: 80px;
    max-width: 543px;
    max-height: 540px
}

@media (max-width: 1180px) {
    .NotAvailablePage__content_bg {
        max-width: 492px
    }
}

@media (max-width: 576px) {
    .NotAvailablePage__content_bg {
        margin-top: 44px;
        max-width: 335px;
        max-height: 335px
    }
}

.NotAvailablePage__content_text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
    position: absolute;
    width: 470px;
    bottom: -60px;
    color: var(--textSecondary)
}

@media (max-width: 576px) {
    .NotAvailablePage__content_text {
        width: 343px;
        bottom: -44px
    }
}

.Aviator {
    position: relative;
    background-image: url(landings/aviator/aviator_desk.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.Aviator__logo {
    position: absolute;
    background-image: url(landings/aviator/red_plane.webp);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 555px;
    width: 100%;
    height: 100%;
    top: 32px;
    left: 0
}

@media (max-width: 1180px) {
    .Aviator__logo {
        background: url(landings/aviator/aviator_logo_mob.webp) 100% 100%/contain no-repeat;
        width: 100px;
        height: 31px;
        top: 30px;
        left: 20px
    }
}

.Aviator__logo_glory {
    position: absolute;
    background-image: url(landings/wheels/cards/logo.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 280px;
    top: -10px;
    right: 20px;
    height: 100%;
    width: 100%
}

@media (max-width: 1180px) {
    .Aviator__logo_glory {
        background: url(landings/aviator/glory_logo_mob.webp);
        width: 84px;
        height: 37px;
        top: 29px
    }
}

.Aviator__girl_right {
    position: absolute;
    background: url(landings/aviator/aviator_girl_right.webp) 100% 100%/contain no-repeat;
    left: 190px;
    height: 150%;
    bottom: -21%;
    width: 100vw;
    z-index: 2
}

@media (min-width: 1180px) and (max-width: 1200px) {
    .Aviator__girl_right {
        left: 210px
    }
}

@media (max-width: 1180px) {
    .Aviator__girl_right {
        display: none
    }
}

.Aviator__red_plane {
    display: none
}

@media (max-width: 1180px) {
    .Aviator__red_plane {
        display: flex;
        position: absolute;
        background: url(landings/aviator/red_plane_mob.webp) 100% 100%/contain no-repeat;
        height: 95%;
        width: 40vw;
        left: 0;
        top: -27%;
        z-index: 2
    }
}

@media (max-width: 768px) {
    .Aviator__red_plane {
        top: -33%
    }
}

@media (max-width: 576px) {
    .Aviator__red_plane {
        width: 25vh;
        left: -10px
    }
}

.Aviator__blue_smoke {
    display: none
}

@media (max-width: 1180px) {
    .Aviator__blue_smoke {
        display: flex;
        position: absolute;
        background: url(landings/aviator/blue_smoke_mob.webp) 100% 100%/contain no-repeat;
        height: 95%;
        width: 25vw;
        right: 0;
        bottom: 550px;
        z-index: 2
    }
}

@media (max-width: 576px) {
    .Aviator__blue_smoke {
        width: 18vh;
        bottom: 53%
    }
}

.Aviator__pink_plane {
    display: none
}

@media (max-width: 1180px) {
    .Aviator__pink_plane {
        display: flex;
        position: absolute;
        background: url(landings/aviator/pink_plane.webp) 100% 100%/contain no-repeat;
        height: 100%;
        width: 50vh;
        right: 0;
        bottom: 0;
        z-index: 3
    }
}

@media (max-width: 768px) {
    .Aviator__pink_plane {
        width: 55vh
    }
}

@media (max-width: 576px) {
    .Aviator__pink_plane {
        background: url(landings/aviator/pink_plane_mob.webp) 100% 100%/contain no-repeat;
        z-index: 2
    }
}

.Aviator__partners {
    position: absolute;
    bottom: 0;
    z-index: 3
}

.GamePage__loader, .GamePage__header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.GamePage__header_controls {
    display: flex;
    align-items: center;
    gap: 16px
}

.GamePage__header_close {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bgSecondary);
    border-radius: 8px;
    border: none;
    margin-left: 16px;
    position: relative;
    cursor: pointer
}

.GamePage__header_close svg, .GamePage__header_close path {
    fill: var(--textPrimary)
}

@media (max-width: 1180px) {
    .GamePage__header_close {
        display: none
    }
}

.GamePage__header_close:after {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: var(--bgGrey)
}

.GamePage__content {
    width: 100%;
    margin-top: 24px;
    position: relative
}

.GamePage__content iframe {
    width: 100%;
    border: none;
    height: 621px
}

.GamePage__content iframe.blurred {
    filter: blur(8px);
    pointer-events: none
}

.GamePage__loader {
    height: 621px;
    display: flex;
    align-items: center;
    justify-content: center
}

.GamePageMobile {
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    z-index: 9993;
    width: 100%;
    height: 100%;
    background: var(--black)
}

.GamePageMobile.banger {
    position: relative
}

.GamePageMobile__loader {
    height: 100%;
    width: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1
}

.GamePageMobile__iframe {
    width: 100%;
    height: 100%;
    width: webkit-fill-available;
    height: webkit-fill-available;
    border: none
}

.GamePageMobile__iframe_blurred {
    filter: blur(8px);
    pointer-events: none
}

.GamePageMobile__panel {
    height: 48px;
    width: 100%;
    background: var(--bgGamePanelMobile);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    position: relative;
    z-index: 2
}

.GamePageMobile__panel_left, .GamePageMobile__panel_right, .GamePageMobile-deposit {
    display: flex;
    align-items: center
}

.GamePageMobile-deposit__btn {
    font-size: 12px;
    line-height: 130%;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    margin-right: 12px;
    height: 32px;
    padding: 8px 16px;
    background: var(--primary);
    border-radius: 8px;
    border: none
}

.GamePageMobile__logo {
    width: 73px;
    height: 32px;
    display: flex;
    align-items: center
}

.GamePageMobile__back {
    background: transparent;
    border: none;
    display: flex;
    align-items: center
}

.GamePageMobile__back path {
    fill: var(--white)
}

.CoinStrike {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url(landings/coin-strike/background.webp) center/cover no-repeat
}

.CoinStrike__logo_wrapper {
    position: absolute;
    top: 40px;
    left: 40px
}

.CoinStrike__logo_wrapper svg {
    width: 165px;
    height: 74px
}

.CoinStrike__logo_wrapper_banger svg {
    width: 193px;
    height: 46px
}

.CoinStrike__image {
    position: absolute
}

.CoinStrike__image_collect {
    top: 27%;
    left: 29%;
    width: 141px;
    height: 141px;
    background: url(landings/coin-strike/collect.webp) center/cover no-repeat;
    animation: rotate 3s linear infinite
}

.CoinStrike__image_minor {
    top: 28%;
    right: 29%;
    width: 143px;
    height: 143px;
    background: url(landings/coin-strike/minor.webp) center/cover no-repeat;
    transform: rotate(24deg);
    animation: minorPulse 2s ease-in-out infinite
}

.CoinStrike__image_major {
    top: 62%;
    left: 29%;
    width: 91px;
    height: 91px;
    background: url(landings/coin-strike/major.webp) center/cover no-repeat;
    animation: rotate 3s linear 1s infinite
}

.CoinStrike__image_mini {
    top: 70%;
    left: 49%;
    width: 61px;
    height: 61px;
    background: url(landings/coin-strike/mini.webp) center/cover no-repeat;
    transform: rotate(26deg)
}

.CoinStrike__image_grand {
    top: 55%;
    right: 29%;
    width: 111px;
    height: 111px;
    background: url(landings/coin-strike/grand.webp) center/cover no-repeat;
    transform: rotate(24deg);
    animation: grandPulse .9s ease-in-out infinite
}

.CoinStrike__image_grape {
    top: 19%;
    left: -5%;
    width: 286px;
    height: 286px;
    background: url(landings/coin-strike/grape.webp) center/cover no-repeat;
    transform: rotate(26deg)
}

.CoinStrike__image_orange {
    bottom: -1%;
    left: 1%;
    width: 292px;
    height: 292px;
    background: url(landings/coin-strike/orange.webp) center/cover no-repeat;
    transform: rotate(-53deg)
}

.CoinStrike__image_lemon {
    bottom: 0;
    right: 3%;
    width: 292px;
    height: 292px;
    background: url(landings/coin-strike/lemon.webp) center/cover no-repeat;
    transform: rotate(-164deg)
}

.CoinStrike__image_bar {
    top: 5%;
    right: 5%;
    width: 247px;
    height: 247px;
    background: url(landings/coin-strike/bar.webp) center/cover no-repeat;
    transform: rotate(12deg);
    animation: barPulse 1.2s ease-in-out infinite
}

@media (max-width: 1180px) {
    .CoinStrike__image_collect {
        width: 80px;
        height: 80px
    }

    .CoinStrike__image_minor {
        width: 90px;
        height: 90px
    }

    .CoinStrike__image_grand {
        top: 55%;
        right: 29%;
        width: 90px;
        height: 90px
    }

    .CoinStrike__image_grape {
        left: -2%;
        width: 118px;
        height: 118px
    }

    .CoinStrike__image_orange {
        bottom: -1%;
        left: 1%;
        width: 220px;
        height: 220px
    }

    .CoinStrike__image_lemon {
        bottom: 0;
        right: 3%;
        width: 190px;
        height: 190px
    }

    .CoinStrike__image_bar {
        width: 156px;
        height: 156px
    }
}

@media (max-width: 1024px) {
    .CoinStrike__image_collect {
        top: 35%;
        left: 25%
    }

    .CoinStrike__image_minor {
        top: 36%;
        right: 20%
    }

    .CoinStrike__image_major {
        top: 58%;
        left: 20%
    }

    .CoinStrike__image_mini {
        top: 65%;
        left: 48%
    }

    .CoinStrike__image_grand {
        right: 20%
    }
}

@media (max-width: 767px) {
    .CoinStrike {
        background: url(landings/coin-strike/background-mobile.webp) center/cover no-repeat
    }

    .CoinStrike__logo_wrapper {
        top: 20px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center
    }

    .CoinStrike__logo_wrapper svg {
        width: 84px;
        height: 38px
    }

    .CoinStrike__logo_wrapper_banger {
        top: 30px;
        left: 20px;
        justify-content: flex-start
    }

    .CoinStrike__logo_wrapper_banger svg {
        width: 118px;
        height: 28px
    }

    .CoinStrike__image_collect {
        top: 26%;
        left: -3%
    }

    .CoinStrike__image_minor {
        top: 20%;
        right: 7%
    }

    .CoinStrike__image_major {
        top: auto;
        bottom: 22%;
        left: auto;
        right: 9%
    }

    .CoinStrike__image_mini {
        top: auto;
        bottom: 14%;
        left: auto;
        right: -1%
    }

    .CoinStrike__image_grand {
        top: auto;
        bottom: 23%;
        right: auto;
        left: 1%
    }

    .CoinStrike__image_grape {
        top: 10%;
        left: -5%
    }

    .CoinStrike__image_orange {
        bottom: -8%;
        left: -17%
    }

    .CoinStrike__image_lemon {
        bottom: -7%;
        right: -10%
    }

    .CoinStrike__image_bar {
        top: -1.5%;
        right: -5%
    }
}

@keyframes minorPulse {
    0% {
        transform: scale(1) rotate(24deg)
    }
    50% {
        transform: scale(1.1) rotate(24deg)
    }
    to {
        transform: scale(1) rotate(24deg)
    }
}

@keyframes grandPulse {
    0% {
        transform: scale(1) rotate(24deg)
    }
    50% {
        transform: scale(1.1) rotate(24deg)
    }
    to {
        transform: scale(1) rotate(24deg)
    }
}

@keyframes barPulse {
    0% {
        transform: scale(1) rotate(12deg)
    }
    50% {
        transform: scale(1.1) rotate(12deg)
    }
    to {
        transform: scale(1) rotate(12deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.HomePage__header {
    display: grid;
    grid-template-columns:4fr 1fr;
    column-gap: 16px;
    margin-top: 32px;
    margin-bottom: 24px
}

@media (min-width: 1180px) {
    .HomePage__header {
        grid-template-columns:1fr 208px
    }
}

@media (max-width: 1180px) {
    .HomePage__header {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0
    }
}

.HomePage__title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700
}

@media (max-width: 1180px) {
    .HomePage__title {
        display: none
    }
}

.HomePage__games {
    margin-top: 16px
}

@media (max-width: 1180px) {
    .TournamentsPage__header {
        position: fixed;
        display: flex;
        width: 100%;
        height: 44px;
        left: 0;
        top: 54px;
        z-index: 20;
        padding: 8px;
        background: var(--dialogBackground)
    }
}

.TournamentsPage__header.notAuth {
    top: 54px
}

.TournamentsPage__header.border {
    box-shadow: 0 1px 1px #0c1a4b26, 0 3px 8px -1px #3232470d
}

.TournamentsPage__list {
    padding-top: 24px
}

@media (max-width: 1180px) {
    .TournamentsPage__list {
        padding-top: 44px
    }
}

.TournamentsPage__title {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
    color: var(--textSecondary)
}

@media (max-width: 1180px) {
    .TournamentsPage__title {
        text-align: center
    }
}

.TournamentsPage__grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px
}

@media (max-width: 1180px) {
    .TournamentsPage__grid {
        grid-template-columns:1fr
    }
}

.FavoritePage__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.FavoritePage__header_title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700
}

@media (max-width: 1180px) {
    .FavoritePage__header_title {
        display: none
    }
}

.FavoritePage__filter {
    display: grid;
    grid-template-columns:4fr 1fr;
    column-gap: 16px;
    margin-top: 32px;
    margin-bottom: 24px
}

@media (max-width: 1180px) {
    .FavoritePage__filter {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 0
    }
}

.FavoritePage-empty {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width: 1180px) {
    .FavoritePage-empty-img {
        margin-top: 0;
        margin-bottom: 0
    }
}

.FavoritePage-empty-img_banger {
    width: 424px
}

@media (max-width: 1180px) {
    .FavoritePage-empty-img_banger {
        width: 286px;
        margin-top: 0;
        margin-bottom: 0
    }
}

.FavoritePage-empty-img img {
    width: 100%
}

.FavoritePage-empty__title {
    width: 273px;
    text-align: center;
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
    color: var(--textPrimary)
}

.FavoritePage-empty__desc {
    width: 364px;
    text-align: center;
    margin-top: 16px;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    color: var(--textSecondary)
}

@media (max-width: 1180px) {
    .FavoritePage-empty__desc {
        width: 100%
    }
}

.ErrorPage {
    display: flex;
    flex-direction: column
}

.ErrorPage__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .ErrorPage__content {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .ErrorPage__content {
        max-width: 960px
    }
}

@media (min-width: 1180px) {
    .ErrorPage__content {
        max-width: 1104px
    }
}

@media (max-width: 576px) {
    .ErrorPage__content {
        margin-bottom: 60px
    }
}

.ErrorPage__content_header {
    width: 100%;
    margin-top: 24px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700
}

@media (max-width: 768px) {
    .ErrorPage__content_header {
        font-size: 18px;
        line-height: 120%;
        font-weight: 600;
        text-align: center
    }
}

.ErrorPage__content_bg {
    margin-top: 80px;
    max-width: 918px;
    max-height: 580px
}

@media (max-width: 992px) {
    .ErrorPage__content_bg {
        max-width: 680px;
        max-height: 526px
    }
}

@media (max-width: 576px) {
    .ErrorPage__content_bg {
        margin-top: 60px;
        max-width: 335px;
        max-height: 335px
    }
}

.ErrorPage__content_text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: -60px;
    width: 470px;
    color: var(--textSecondary)
}

@media (max-width: 576px) {
    .ErrorPage__content_text {
        width: 343px;
        bottom: -60px
    }
}

.PersonalMobile {
    margin-top: 10px
}

:export {
    largeDesktop: 1440px;
    desktop: 1370px;
    tablet: 1180px;
    smallTablet: 768px;
    phone: 576px;
    smallPhone: 375px
}

:export {
    chatwootIndex: 9995;
    chatwootIndexHide: 999
}

.Page404 {
    display: flex;
    flex-direction: column
}

.Page404__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .Page404__content {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .Page404__content {
        max-width: 960px
    }
}

@media (min-width: 1180px) {
    .Page404__content {
        max-width: 1104px
    }
}

@media (max-width: 576px) {
    .Page404__content {
        margin-bottom: 60px
    }
}

.Page404__content_header {
    width: 100%;
    margin-top: 24px;
    font-size: 24px;
    line-height: 33px;
    font-weight: 700
}

@media (max-width: 768px) {
    .Page404__content_header {
        font-size: 18px;
        line-height: 120%;
        font-weight: 600;
        text-align: center
    }
}

.Page404__content_bg {
    margin-top: 30px;
    max-width: 500px;
    max-height: 500px
}

@media (max-width: 1180px) {
    .Page404__content_bg {
        max-width: 470px
    }
}

@media (max-width: 576px) {
    .Page404__content_bg {
        margin-top: 65px;
        width: 335px;
        height: 335px
    }
}

.Page404__content_text {
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    text-align: center;
    width: 470px;
    margin-top: 10px;
    color: var(--textSecondary)
}

@media (max-width: 576px) {
    .Page404__content_text {
        width: 343px
    }
}

.Page404__content_button {
    margin: 28px auto 0;
    width: 100%;
    max-width: 343px
}
