@import url(/assets/fonts/font.css);

/* #skipReg,
.contacts-form__separator {
  display: none;
} */

.back, .footer-description, .sign-up, .site-btn {
    font-family: Roboto, sans-serif
}

.sign-up, a {
    cursor: pointer
}

.burger.burger_opened, .styled-checkbox:checked + label:before {
    background-position: center center;
    background-repeat: no-repeat
}

.header-link:hover, a {
    text-decoration: none
}

.games-frame, .wrapper, html.ovh {
    overflow: hidden
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0 !important;
    box-sizing: border-box;
    font-family: Inter, sans-serif
}

body {
    overflow-x: hidden;
    max-width: 100%;
    font-family: OPTIImprovNewWideNine, sans-serif;
    font-style: normal;
    color: #000;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ededed;
    max-width: 100vw
}

.container {
    width: 1301px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

#staticBackdrop .modal-body {
    padding: 1rem 1rem 1.5rem
}

#staticBackdrop .age-img {
    max-width: 270px
}

.buttons {
    width: 90%;
    max-width: 520px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#staticBackdrop .title-part, .site-btn {
    display: block
}

.site-btn {
    border-radius: 10px;
    padding: 15px 0;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    text-transform: none;
    border: none;
    max-width: 200px;
    width: 100%;
    margin: 0 auto
}

.back, .error-404, .sign-up {
    text-transform: capitalize;
    letter-spacing: .04em;
    font-style: normal
}

label.container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row-reverse;
    margin: 20px 0 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px
}

#age_error {
    color: #d9b203;
    font-size: 16px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

#staticBackdrop label.container {
    position: relative;
    align-items: center;
    flex-flow: row;
    justify-content: center;
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 35px
}

label.container input {
    width: 24px;
    height: 24px;
    border: none;
    margin-right: 10px;
    border-radius: 4px
}

#confirmAge, #rejectAge, .back, .burger-line, .header-link, .sign-up {
    border-radius: 100px
}

#staticBackdrop .text {
    color: #fff
}

#staticBackdrop label.container a {
    color: inherit;
    text-decoration: underline
}

#confirmAge {
    background: #FFA53A;
    color: #FFF;
}

#rejectAge {
    color: #FFF;
    background: #971a2c;
}

#sorryModal .modal-content {
    border-radius: 20px
}

#sorryModal .modal-body {
    display: flex;
    align-items: center;
    background: #242424;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
    border-radius: 19px
}

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

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

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

.header {
    margin-bottom: 11px;
    position: relative;
    margin-top: 45px;
   background: #fff;
}

.main {
    flex: 1
}

.disclaimer {
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    padding-top: 14.23px;
    padding-bottom: 14px;
    z-index: 101;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #364250;
    max-width: 100%
}

@media (max-width: 720px) {
    .disclaimer .container {
        width: 400px
    }
}

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

.header-logo {
    display: block;
    transition: .3s;
    width: 226px
}

.footer-logo img, .header-logo img, .intl-tel-input {
    width: 100%
}

.header-logo:hover, .sign-up:hover {
    transform: scale(1.03)
}

@media (max-width: 1200px) {
    .header-logo {
        width: 190px
    }
}

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

    .header-logo {
        width: 165px
    }
}

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

    .header-logo {
        width: 155px
    }
}

.header-nav {
    position: relative;
    z-index: 99
}

@media (min-width: 601px) {
    .header-nav {
        height: unset !important;
        display: block !important;
        top: unset !important
    }
}

@media (max-width: 600px) {
    #staticBackdrop .text, .site-btn {
        font-size: 16px
    }

    #staticBackdrop .age-img {
        max-width: 150px
    }

    #staticBackdrop h2 {
        font-size: 26px
    }

    .site-btn {
        width: 48%;
        line-height: 25px;
        padding: 12px 0
    }

    #sorryModal .modal-body {
        flex-direction: column
    }

    #sorryModal .modal-body .sorry img {
        max-width: 75px
    }

    #sorryModal h2 {
        font-size: 20px;
        text-align: center
    }

    #age_error {
        font-size: 13px;
        bottom: -27px
    }

    .disclaimer {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%
    }

    .disclaimer .container {
        max-width: 264px;
        margin-left: auto;
        margin-right: auto
    }

    .header-logo {
        width: 177px;
        position: relative;
        z-index: 3
    }

    .header-nav {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: absolute;
        top: 136px;
        left: 0;
        padding-top: 53px;
        background: #242424;
        height: 100vh;
        width: 100vw;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100vh);
        transition: .15s
    }

    .header-nav.active {
        opacity: 1;
        visibility: visible;
        transform: none
    }

    .header-nav.active .header-link {
        opacity: 1
    }
}

@media (max-height: 420px) and (max-width: 600px) {
    .header-nav {
        padding-top: 20px
    }
}

.burger, .burger.burger_opened .burger-line, .mobile-contact {
    display: none
}

.burger.burger_opened {
    background-image: url("/assets/images/close.png");
    background-size: contain
}

.burger-line {
    width: 100%;
    height: 4px;
    background: #f8f8f8;
    margin-bottom: 10px
}

.burger-line:last-of-type, .contacts-form__control-page:last-of-type, .contacts-form__control:last-of-type, .main-content p:last-of-type {
    margin-bottom: 0
}

.header-link {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    display: inline-flex;
    align-items: center;
    padding: 15px 20px;
    margin-right: 27px;
    transition: .3s;
    filter: drop-shadow(-10px 10px 16px transparent);
    text-transform: uppercase;
 
}

.header-link:hover, .footer-link:hover {
    color: #cb2026;
   text-decoration: none;
}

.header-link:last-of-type {
    margin-right: 0
}

#signup-btn a {color:#fff;}
#signup-btn a:hover {text-decoration:none;}

@media (max-width: 1200px) {
    .header-link {
        padding: 12px 15px;
        margin-right: 20px;
        font-size: 18px;
        line-height: 20px
    }
}

@media (max-width: 900px) {
    .header {
        margin-top: 75px
    }

    .header-link {
        padding: 10px 12px;
        margin-right: 15px
    }
}

@media (max-width: 800px) {
    .header-link {
        padding: 10px 6px;
        margin-right: 10px;
        font-size: 17px
    }
}

@media (max-width: 700px) {
    .header-link {
        font-size: 16px;
        padding: 9px 3px;
        margin-right: 8px
    }
}

@media (max-width: 650px) {
    .header-link {
        font-size: 15px;
        margin-right: 7px
    }
}

.back, .sign-up {
    display: inline-flex;
    line-height: 129%;
    color: #0c2442;
    font-weight: 700
}

.sign-up {
    background: #FFA53A;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 33px;
    margin-left: 80px;
    font-size: 12px;
    transition: .3s;
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.disabled, .sign-up_registered {
    cursor: default !important;
    pointer-events: none
}

.sign-up_registered {
    display: none !important;
    transition: none !important;
    transform: none !important;
    background: #89639d !important;
    user-select: none !important
}

.logout-btn {
    display: none;
    background: linear-gradient(90deg, #a78251 0, #b99861 3%, #dcc180 8%, #f2db93 12%, #fae49a 15%, #bd9c66 27%, #d4b674 38%, #fbe18c 57%, #a78251 72%, #78583a 89%, #5d402d 100%);
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 33px;
    margin-left: 80px;
    font-size: 12px;
    transition: .3s;
    line-height: 129%;
    color: #0c2442;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
  }
.about-page__img, .bear-section__image, .games-frame__image, .main-banner__man {
    pointer-events: none;
    user-select: none
}

.back, .contacts-form__btn {
    cursor: pointer;
    transition: .3s
}

.back {
    background: linear-gradient(90deg, #a78251 0, #b99861 3%, #dcc180 8%, #f2db93 12%, #fae49a 15%, #bd9c66 27%, #d4b674 38%, #fbe18c 57%, #a78251 72%, #78583a 89%, #5d402d 100%);
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    margin: 20px 0;
    font-size: 15px
}

@media (max-width: 1200px) {
    .sign-up {
        margin-left: 40px
    }
}

@media (max-width: 900px) {
    .sign-up {
        margin-left: 25px
    }
}

@media (max-width: 800px) {
    .sign-up {
        margin-left: 15px
    }
}

@media (max-width: 700px) {
    .sign-up {
        margin-left: 10px
    }
}

@media (max-width: 600px) {
    .burger {
        width: 40px;
        height: 32px;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 3;
        cursor: pointer
    }

    .header-link {
        font-weight: 500;
        font-size: 36px;
        line-height: 42px;
        text-align: center;
        padding: 0;
        display: block;
        margin-bottom: 50px;
        background: 0 0 !important;
        filter: none !important;
        opacity: 0;
        transition: opacity .35s ease-in-out
    }

    .sign-up {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        background: linear-gradient(90deg, #a78251 0, #b99861 3%, #dcc180 8%, #f2db93 12%, #fae49a 15%, #bd9c66 27%, #d4b674 38%, #fbe18c 57%, #a78251 72%, #78583a 89%, #5d402d 100%);
        color: #0c2442;
        border-radius: 100px;
        width: 237px;
        height: 72px;
        font-weight: 700;
        font-size: 24px;
        line-height: 129%;
        transform: none !important
    }
    .logout-btn {
        margin-left: 0;
        border-radius: 100px;
        width: 237px;
        height: 72px;
        font-weight: 700;
        font-size: 24px;
        line-height: 129%;
    }
}

@media (max-width: 600px) and (max-height: 520px) {
    .disclaimer .container {
        max-width: 450px;
        width: 100%
    }

    .header-logo {
        width: 140px
    }

    .burger {
        width: 33px;
        height: 28px
    }

    .burger-line {
        margin-bottom: 7px
    }

    .header-link {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 32px
    }

    .sign-up {
        width: 150px;
        height: 45px;
        font-size: 20px
    }
}

.main-content {
    padding-top: 60px;
    padding-bottom: 94px;
    font-size: 18px;
    line-height: 120%;
}

.main-content h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 48px
}

.main-content p {
    margin-bottom: 25px
}

.main-content ul {
    margin: 25px 0
}

.main-content li {
    list-style: none
}

.content {
    max-width: 1185px
}


/* End feature css here */

/* start Extra css */
.extra {    padding: 50px 0; position: relative; background-color: #fff;   }
.extra h2{ font-weight: 400; text-align:center; font-size: 42px; line-height: 42px; padding-top: 20px; }
.extra h3{ margin-bottom: 10px;}
.extra-three-column-grid {  display:block; }
.extra-three-column-grid > * {  padding:1rem;}
.extra-three-column-grid ul {padding-top:10px; list-style-type: square;}
.extra-three-column-grid li { padding-bottom: 10px; margin: 0; }


 /* Start responsive css */

@media (min-width:768px) {
    .extra-three-column-grid { display: grid; grid-auto-rows: 1fr; grid-template-columns: 1fr 1fr 1fr; }

}




.footer {
    padding-top: 77px;
    padding-bottom: 74px;
    background: #fff;
}

.footer-logo {
    width: 170px;
    margin-bottom: 35.88px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.footer-description {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    width: 645px;
    margin-right: 107px;
    max-width: 100%
}

.footer-links {
    width: max-content;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
}

.footer-links__column:first-of-type {
    margin-right: 81px
}

.footer-link {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .04em;
    margin-bottom: 13px;
    display: block;
    transition: .3s;
    color: #0069ba;
}

.footer-link:hover, .games-item:hover .games-item__image {
    transform: scale(1.01)
}

  .footer-icons {text-align: center; padding: 10px;}
  .footer-icons .logos {margin-right:20px;}


.main-error {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative
}

.error-man {
    height: calc(100vh - 100px - 285px);
    min-height: 460px;
    display: block;
    position: relative;
    z-index: 1
}

.error-404 {
    font-family: OPTIImprovNewWideNine, sans-serif;
    font-weight: 500;
    font-size: 280px;
    line-height: 1;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.contact-us__title, .success-title {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-style: normal
}

.contact-us__title, .contacts-form__btn, .success-title {
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 1200px) {
    .main-content {
        padding-top: 40px;
        padding-bottom: 70px
    }

    .main-content h1 {
        margin-bottom: 40px
    }

    .main-content p {
        margin-bottom: 20px
    }

    .main-content ul {
        margin: 20px 0
    }

    .footer {
        padding-top: 50px;
        padding-bottom: 55px
    }

    .footer-logo {
        width: 300px;
        margin-bottom: 30px
    }

    .footer-description {
        width: 480px;
        margin-right: 50px
    }

    .footer-links__column:first-of-type {
        margin-right: 50px
    }

    .footer-link {
        font-size: 18px;
        line-height: 24px
    }

    .error-man {
        min-height: 400px
    }

    .error-404 {
        font-size: 250px
    }
}

@media (max-width: 1000px) {
    .error-man {
        min-height: 320px
    }

    .error-404 {
        font-size: 220px
    }
}

@media (max-width: 900px) {
    .footer-description {
        font-size: 13px;
        line-height: 15px;
        width: 400px
    }

    .footer-links__column:first-of-type {
        margin-right: 35px
    }

    .error-man {
        min-height: 220px
    }

    .error-404 {
        font-size: 190px
    }
}

.contact-us {
    padding-top: 15px;
    padding-bottom: 56px;
    display: flex;
    align-items: flex-start
}

.contact-us__form, .contact-us__form-page {
    background: #242424;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 20px;
    padding: 41.33px 49.78px 54.55px 52.6px;
    width: 556.96px;
    max-width: 100%;
    position: relative;
    min-width: 556.96px;
    margin-right: 110px
}

@media (max-width: 1200px) {
    .contact-us {
        padding-bottom: 40px
    }

    .contact-us__form, .contact-us__form-page {
        width: 520px;
        min-width: 520px;
        padding: 35px 46px 47px;
        margin-right: 60px
    }
}

@media (max-width: 1150px) {
    .contact-us__form, .contact-us__form-page {
        margin-right: 40px
    }
}

@media (max-width: 1050px) {
    .contact-us__form, .contact-us__form-page {
        margin-right: 30px;
        width: 450px;
        min-width: 450px;
        padding: 25px 27px
    }
}

@media (max-width: 950px) {
    .contact-us__form, .contact-us__form-page {
        width: 420px;
        min-width: 420px;
        padding: 25px 20px
    }
}

@media (max-width: 850px) {
    .contact-us__form, .contact-us__form-page {
        width: 410px;
        min-width: 410px;
        margin-right: 20px
    }

    .about-page {
        height: auto
    }
}

.contacts-form__btn, .success__img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.contacts-form__success, .contacts-form__success-page {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    top: 0;
    left: 0;
    background-color: inherit;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .3s;
    transform: scale(0);
    transform-origin: center center;
    z-index: -100;
    opacity: 0;
    visibility: hidden
}

.contacts-form__success-page.active, .contacts-form__success.active {
    z-index: 2;
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: none
}

.success__img {
    width: 496px;
    max-height: 100%;
    object-fit: contain;
    max-width: calc(100% - 240px)
}

.success-title {
    font-size: 50px;
    line-height: 120%;
    color: #fff
}

.success-title.success-title_contacts {
    font-size: 40px;
    max-width: calc(100% - 40px)
}

@media (max-width: 1200px) {
    .success__img {
        max-width: calc(100% - 200px)
    }

    .success-title {
        font-size: 45px
    }

    .success-title.success-title_contacts {
        font-size: 35px
    }
}

@media (max-width: 1000px) {
    .success__img {
        max-width: calc(100% - 160px)
    }

    .success-title {
        font-size: 40px
    }

    .success-title.success-title_contacts {
        font-size: 30px
    }
}

.contact-us__title {
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 36.63px;
    color: #e5e5e5
}

.contacts-form__control, .contacts-form__control-page {
    margin-bottom: 23px;
    position: relative;
    font-size: 22px
}

.contacts-form__control-page.error .contacts-form__input, .contacts-form__control-page.error .contacts-form__textarea, .contacts-form__control.error .contacts-form__input, .contacts-form__control.error .contacts-form__textarea {
    border: 2px solid red
}

.contacts-form__input {
    height: 71.38px;
    border-radius: 100px
}

.contacts-form__textarea {
    height: 141.82px;
    border-radius: 40px;
    padding-top: 16px;
    resize: none
}

@media (max-width: 800px) {
    .main-content {
        padding-top: 35px
    }

    .footer-logo {
        margin-bottom: 25px
    }

    .footer-content {
        flex-direction: column
    }

    .footer-description {
        width: 645px;
        margin-right: auto;
        margin-bottom: 27px
    }

    .footer-links {
        justify-content: flex-start;
        margin-right: auto;
        margin-left: 0;
        width: 100%
    }

    .footer-links__column:first-of-type {
        margin-right: 0
    }

    .footer-links__column {
        display: flex;
        align-items: center
    }

    .footer-link {
        margin-right: 40px;
        margin-bottom: 0
    }

    .error-404 {
        font-size: 140px
    }

    .contact-us {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        width: 100vw;
        overflow: hidden
    }

    .contact-us__form, .contact-us__form-page {
        max-width: 556.96px;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 64px;
        padding: 37px 35px
    }

    .success__img {
        max-width: calc(100% - 90px)
    }

    .success-title {
        font-size: 32px
    }

    .success-title.success-title_contacts {
        font-size: 28px
    }

    .contacts-form__input, .contacts-form__textarea {
        border-radius: 10px
    }
}

.contacts-form__input, .contacts-form__textarea {
    display: block;
    width: 100%;
    background: #fff;
    padding-left: 41.33px;
    font-size: 22px;
    border: 2px solid transparent;
    transition: .3s
}

.contacts-form__input::placeholder, .contacts-form__textarea::placeholder {
    font-size: 24px;
    line-height: 29px;
    color: #c4c4c4;
    transition: .3s
}

.contacts-form__input:focus, .contacts-form__textarea:focus {
    border-color: #ff7dc0
}

.contacts-form__input:focus::placeholder, .contacts-form__textarea:focus::placeholder {
    transform: translateY(-20px);
    font-size: 10px
}

.intl-tel-input .country-list .country, .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 16px
}

.contacts-form__btn {
    width: 337.18px;
    height: 80px;
    -webkit-appearance: none;
    background: linear-gradient(270deg, #f178b6 0, #ff7dc0 49.6%, #ed6aad 100%);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    border-radius: 100px;
    margin-top: 44.84px;
    font-size: 36px;
    line-height: 44px;
    color: #fff
}

.contacts-form__btn:hover, .contacts-form__skip:hover, .contacts-form__submit:hover, .cookie-popup-link:hover, .cookie-popup__accept:hover, .games-frame:hover .games-frame__link img, .main-banner__sign:hover {
    transform: scale(1.03)
}

.error-text {
    bottom: -16px;
    color: red;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    left: 20px;
    line-height: 1.14;
    margin: 0;
    opacity: 0;
    position: absolute;
    transition: .2s;
    visibility: hidden;
    display: block;
    transform: translateY(20px)
}

.about-page__title, .games__title {
    font-family: OPTIImprovNewWideNine, sans-serif;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    letter-spacing: .04em;
    font-style: normal
}

.contacts-form__control-page.error .error-text, .contacts-form__control.error .error-text, .contacts-form__warning.error .error-text {
    transform: none;
    visibility: visible;
    opacity: 1
}

.contact-us__images, .slider-block.slider-block__frames {
    position: relative
}

.contact-us___roulette {
    width: 540px;
    height: 540px;
    object-fit: contain;
    top: -20px;
    position: relative
}

@media (max-width: 1200px) {
    .contact-us___roulette {
        width: 510px;
        height: 510px
    }
}

.contact-us___man {
    width: 480px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px
}

@media (max-width: 1200px) {
    .contact-us___man {
        width: 460px
    }
}

@media (max-width: 1050px) {
    .contact-us__title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 25px
    }

    .contacts-form__control, .contacts-form__control-page {
        margin-bottom: 20px
    }

    .contacts-form__input {
        height: 60px
    }

    .contacts-form__textarea {
        height: 135px
    }

    .contacts-form__btn {
        height: 75px;
        width: 300px;
        margin-top: 35px
    }

    .contact-us___roulette {
        width: 430px;
        height: 430px
    }

    .contact-us___man {
        width: 400px
    }
}

@media (max-width: 950px) {
    .contact-us___roulette {
        width: 390px;
        height: 390px
    }

    .contact-us___man {
        width: 360px
    }
}

.about-page {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding-bottom: 105px;
    padding-top: 100px
}

.about-page__content {
    width: 523px;
    min-width: 523px
}

@media (max-width: 1150px) {
    .about-page__content {
        width: 495px;
        min-width: 495px
    }
}

@media (max-width: 1050px) {
    .about-page__content {
        width: 460px;
        min-width: 460px
    }
}

.about-page__title {
    font-size: 48px;
    margin-bottom: 21px
}

.about-page__description {
    min-height: 198px
}

.about-page__description p {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #f7f7f7
}

.about-page__img {
    width: 740px;
    position: absolute;
    left: 530px;
    bottom: -10px
}

@media (max-width: 1200px) {
    .about-page__img {
        width: 690px
    }
}

@media (max-width: 1150px) {
    .about-page__title {
        font-size: 40px
    }

    .about-page__img {
        width: 650px;
        left: 455px;
        bottom: 18px
    }
}

@media (max-width: 1080px) {
    .about-page__img {
        width: 600px;
        left: 416px
    }
}

@media (max-width: 1000px) {
    .about-page {
        align-items: center;
        justify-content: space-between;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .about-page__content {
        width: 400px;
        min-width: 400px;
        margin-right: 30px
    }

    .about-page__title {
        font-size: 32px
    }

    .about-page__description p {
        min-height: unset;
        font-size: 16px
    }

    .about-page__img {
        position: static;
        left: unset;
        bottom: unset;
        width: calc(100% - 430px)
    }
}

.games-item, .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    display: flex
}

@media (max-width: 900px) {
    .contact-us___roulette {
        width: 350px;
        height: 350px
    }

    .contact-us___man {
        width: 330px
    }

    .about-page {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .about-page__content {
        width: 350px;
        min-width: 350px;
        margin-right: 15px
    }

    .about-page__img {
        width: calc(100% - 365px)
    }
}

@media (max-width: 800px) {
    .contacts-form__input, .contacts-form__textarea {
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
        font-size: 16px
    }

    .contact-us__images {
        width: 100%
    }

    .contact-us___roulette {
        position: absolute;
        width: 540px;
        height: 540px;
        left: 50%;
        transform: translateX(-50%)
    }

    .contact-us___man {
        position: relative;
        top: 31px;
        margin-left: auto;
        margin-right: auto;
        transform: none;
        width: 480px;
        max-width: 100vw;
        z-index: 3;
        display: block;
        left: unset
    }

    .about-page__img {
        width: calc(100% - 340px);
        transform: scale(1.1)
    }
}

@media (max-width: 750px) {
    .about-page {
        flex-direction: column;
        height: auto
    }

    .about-page__content {
        width: 100%;
        min-width: 100%;
        margin-right: 0
    }

    .about-page__title {
        font-size: 28px
    }

    .about-page__img {
        transform: none;
        width: 100%
    }
}

.container-games {
    padding-top: 55px;
    margin-bottom: 68px
}

.games__title {
    font-size: 48px;
    margin-bottom: 37px
}

.games-item__description, .games-item__title {
    font-family: Inter, sans-serif;
    text-align: left
}
.stars {
    position: relative;
    font-size: 16px;
}
.stars .star-5::before {
    content: "★★★★★";
    position: absolute;
    top: 25%;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.stars .star-4::before {
    content: "★★★★☆";
    position: absolute;
    top: 25%;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.stars .star-3::before {
    content: "★★★☆☆";
    position: absolute;
    top: -25px;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.stars .star-2::before {
    content: "★★☆☆☆";
    position: absolute;
    top: -25px;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.stars .star-1::before {
    content: "★☆☆☆☆";
    position: absolute;
    top: -25px;
    left: 0;
    width: 12px;
    height: 13px;
    color: #FFC701;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.games__description {
    width: 404px;
    min-height: 44px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    max-width: 100%
}

.games-list {
    padding-top: 0;
    padding-bottom: 75px;
    margin-bottom: 61px
}
@media (min-width: 1100px){
    .stars {
        font-size: 27px;
    }
    .stars .star-5::before {
        /*top: 25%;*/
        left: 11%;
        width: 12px;
        height: 13px;
        color: #FFC701;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
        transform: translate(-50%, -100%);
    }
    .stars .star-4::before {
        /*top: -35px;*/
        left: 11%;
        width: 20px;
        height: 20px;
        transform: translate(-50%, -100%);
    }
    .stars .star-3::before {
        top: -35px;
        left: -7px;
        width: 20px;
        height: 20px;
    }
    .stars .star-2::before {
        top: -35px;
        left: -7px;
        width: 20px;
        height: 20px;
    }
    .stars .star-1::before {
        top: -35px;
        left: -7px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 1150px) {
    .games__title {
        font-size: 40px
    }

    .games-list {
        padding-top: 60px
    }
}

@media (max-width: 900px) {
    .games-list {
        padding-top: 40px
    }
}
.top10 .container {
    display: block;
}

.games-list .container {
    display: grid;
    grid-gap: 26px;
    grid-template-columns:repeat(4, 1fr)
}

@media (max-width: 1400px) {
    .games-list .container {
        grid-gap: 20px
    }
}

@media (max-width: 1350px) {
    .games-list .container {
        grid-template-columns:repeat(4, 1fr);
        grid-gap: 26px
    }
}

@media (max-width: 1150px) {
    .games-list .container {
        grid-template-columns:repeat(3, 1fr)
    }
}

.games-item {
    flex-direction: column;
      width: 240px;
    margin: auto
}

@media (max-width: 800px) {
    .games__title {
        font-size: 32px
    }

    .games-list {
        padding-top: 20px
    }

    .games-item {
        max-width: 240px;
        width: 100%
    }

    .games-list .container {
        grid-template-columns:repeat(3, 1fr)
    }
}

.games-item__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.games-item__image {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    margin-bottom: 13px;
    transition: .3s
}

.overlay, .sign-popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 767px) {
    .games-item__image {
        transform: none !important
    }
}

.games-item__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    max-width: 100%;
   color: #000;
}

.games-item__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    max-width: 100%;
    margin-top: auto;
   color: #000;
}

.games-list a
{
text-decoration: none;
}

.sign-form__description, .sign-form__title {
    font-family: "Open Sans", sans-serif;
    color: #fff
}

@media (max-width: 535px) {
    .container-games {
        padding-top: 20px;
        margin-bottom: 25px;
    }

    .games__title {
        font-weight: 500;
        font-size: 20px;
        line-height: 129%;
        letter-spacing: .04em;
        margin-bottom: 10px;
    }
    .games__description {
        font-size: 16px;
    }
    .games-list {
        padding-top: 0;
        border-radius: 0;
        padding-bottom: 116px;
        margin-bottom: 43px
    }

    .games-list .container {
        display: block
    }

    .games-item {
        margin: 30px auto;
        min-height: 300px
    }

    .games-item__description {
        min-height: unset
    }
}

.main-banner__man.only-mob, .sign-popup {
    display: none
}

.sign-popup {
    position: fixed;
    z-index: 999
}

.overlay {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .8)
}

.contact-us__form.sign-form {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 778px;
    margin: 0;
    padding: 23px 95px 110px
}

@media (min-height: 620px) {
    .contact-us__form.sign-form {
        overflow: hidden !important
    }
}

@media (max-height: 900px) {
    .contact-us__form.sign-form {
        padding: 23px 65px 45px;
        width: 730px
    }
}

@media (max-height: 750px) {
    .contact-us__form.sign-form {
        padding: 18px 55px 35px;
        width: 700px;
        max-height: 90vh;
        overflow: auto
    }

    .contact-us__form.sign-form .contacts-form__input {
        height: 65px
    }
}

.sign-form__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 87px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px
}

.sign-form__description {
    width: 507px;
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 41px
}

@media (max-height: 900px) {
    .sign-form__title {
        font-size: 50px;
        line-height: 130%
    }

    .sign-form__description {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 20px
    }
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    border-radius: 100px 0 0 100px
}

html body .intl-tel-input .selected-flag .iti-arrow {
    right: -10px;
    display: none
}

html body .intl-tel-input input {
    padding-left: 120px !important
}

html body .intl-tel-input .selected-dial-code {
    font: inherit
}

html body .intl-tel-input .selected-flag {
    background-color: transparent !important;
    padding-left: 38px
}

.intl-tel-input .selected-flag .iti-flag {
    transform: scale(1.2)
}

.contacts-form__warning a {
    padding-left: 3px;
    color: inherit;
    text-decoration: underline
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

.styled-checkbox + label {
    width: 590px;
    max-width: 100%;
    font-style: normal;
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    align-items: flex-start;
    margin-bottom: 53.74px;
    margin-top: 48px
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 23px;
    display: block;
    max-width: 25.33px;
    min-width: 25.33px;
    max-height: 24px;
    box-sizing: border-box;
    width: 25.33px;
    height: 24.09px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-top: 6px
}

#mobile-number {
    padding-left: 93px !important
}

.styled-checkbox:checked + label:before {
    background-image: url("/assets/img/check-form.webp");
    background-size: 55%;
    border: none
}

.contacts-form__buttons, .main-banner, .main-banner__sign {
    display: flex;
    align-items: center
}

.contacts-form__skip, .contacts-form__submit {
    border-radius: 1000px;
    text-transform: uppercase;
    transition: .3s;
    display: flex;
    align-items: center;
    cursor: pointer
}

.contacts-form__submit {
    width: 219px;
    height: 73px;
    background: #FFA53A;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
    font-family: "Open Sans", Inter, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    color: #FFF;
    justify-content: center;
    /* margin: 0 auto; */
}

.contacts-form__separator {
    width: 65px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 0 3px
}

.contacts-form__skip {
    width: 345px;
    height: 73px;
    background: #971a2c;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    font-family: "Open Sans", Inter, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 49px;
    color: #fff;
    justify-content: center
}

.sign-popup__close, .top-games__link:after {
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-height: 800px) {
    .sign-form__description {
        font-size: 16px;
        margin-bottom: 18px
    }

    .styled-checkbox + label {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .contacts-form__skip, .contacts-form__submit {
        height: 65px
    }
}

@media (max-height: 680px) {
    .contact-us__form.sign-form {
        padding: 15px 40px 25px;
        width: 650px
    }

    .contact-us__form.sign-form .contacts-form__input {
        height: 55px
    }

    .styled-checkbox + label {
        font-size: 14px;
        line-height: 20px;
        margin-top: 25px;
        margin-bottom: 25px
    }

    .contacts-form__submit {
        font-size: 28px;
        line-height: 39px;
        height: 60px;
        width: 180px
    }

    .contacts-form__skip {
        font-size: 28px;
        line-height: 39px;
        height: 60px;
        width: 310px
    }
}

@media (max-width: 800px) {
    .contact-us__form.sign-form {
        max-width: 556.96px;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        padding: 37px 35px
    }

    .sign-form__title {
        font-weight: 700;
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25))
    }

    .sign-form__description {
        font-size: 16px;
        margin-bottom: 15px
    }

    .styled-checkbox + label {
        font-size: 14px;
        line-height: 20px;
        margin-top: 25px;
        margin-bottom: 25px
    }

    .contacts-form__submit {
        font-size: 24px;
        line-height: 29px;
        height: 60px;
        width: 180px
    }

    .contacts-form__separator {
        font-size: 18px;
        line-height: 24px
    }

    .contacts-form__skip {
        font-size: 24px;
        line-height: 29px;
        height: 60px;
        width: 310px
    }
}

@media (max-width: 580px) {
    .error-text {
        font-size: 10px
    }

    .contact-us__form.sign-form {
        padding: 27px 25px
    }

    .contact-us__form.sign-form .contacts-form__control {
        margin-bottom: 20px
    }

    .contact-us__form.sign-form .contacts-form__input, .contact-us__form.sign-form .contacts-form__textarea {
        padding-left: 12px
    }

    html body .intl-tel-input .selected-flag {
        padding-left: 25px
    }

    .styled-checkbox + label:before {
        margin-right: 12px
    }

    .styled-checkbox + label {
        font-size: 11px;
        line-height: 18px;
        margin-top: 18px;
        margin-bottom: 22px
    }

    .contacts-form__submit {
        font-size: 15px;
        line-height: 20px;
        height: 50px;
        width: 160px
    }

    .contacts-form__separator {
        font-size: 14px;
        line-height: 20px
    }

    .contacts-form__skip {
        font-size: 13px;
        line-height: 20px;
        height: 50px;
        width: 180px
    }
}

@media (max-width: 350px) {
    .contacts-form__input, .contacts-form__textarea {
        font-size: 12px;
        line-height: 20px
    }

    .contact-us__form.sign-form {
        padding: 20px 12px
    }

    .sign-form__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 16px
    }

    .sign-form__description {
        font-size: 12px;
        margin-bottom: 10px
    }

    .styled-checkbox + label {
        line-height: 14px;
        margin-bottom: 10px
    }

    .contacts-form__submit {
        font-size: 14px;
        height: 40px;
        width: 135px
    }

    .contacts-form__skip {
        font-size: 14px;
        height: 40px;
        width: 240px
    }
}

.sign-popup__close {
    width: 34.82px;
    height: 34.82px;
    cursor: pointer;
    position: absolute;
    top: 14.57px;
    right: 21.92px;
    background-image: url("/assets/images/close.png");
    background-size: cover;
    z-index: 10
}

.sign-popup__close:hover {
    transform: scale(1.02)
}

.main-banner {
    width: 1298px;
    max-width: calc(100% - 60px);
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    margin: 39px auto 32px
}

@media (max-width: 1350px) {
    .main-banner {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media (max-width: 1280px) {
    .main-banner {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (max-width: 1180px) {
    .main-banner {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 900px) {
    .games-list .container {
        grid-gap: 25px 20px
    }

    .main-banner {
        max-width: calc(100% - 50px)
    }
}

.main-banner__sign, .top-games__link {
    background: #e00000;
    border-radius: 100px;
    transition: .3s
}

.main-banner__content {
    width: 501px;
    margin-right: 6px;
    min-width: 501px;
    padding-top: 87px;
    padding-bottom: 87px
}

@media (max-width: 1350px) {
    .main-banner__content {
        padding-top: 80px;
        padding-bottom: 80px;
        width: 490px;
        min-width: 490px
    }
}

@media (max-width: 1280px) {
    .main-banner__content {
        width: 480px;
        min-width: 480px;
        padding-top: 77px;
        padding-bottom: 77px
    }
}

@media (max-width: 1180px) {
    .main-banner__content {
        width: 430px;
        min-width: 430px;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.main-banner__title {
    font-size: 48px;
    line-height: 129%;
    letter-spacing: .04em;
    text-transform: capitalize;
    font-family: OPTIImprovNewWideNine, sans-serif;
    margin-bottom: 22px;
   font-weight: bolder;
}

@media (max-width: 1350px) {
    .main-banner__title {
        font-size: 45px;
        margin-bottom: 20px
    }
}

.main-banner__description {
    max-width: 285px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 28px
}

.main-banner__sign, .top-games__link, .top-games__title {
    font-style: normal;
    line-height: 129%;
    letter-spacing: .04em
}

.main-banner__sign {
    justify-content: center;
    width: 237px;
    height: 72px;
    margin-left: 0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    color: #FFF;
    cursor: pointer
}

.main-banner__images {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 586px);
    padding-right: 80px
}

@media (max-width: 1280px) {
    .main-banner__description {
        margin-bottom: 25px
    }

    .main-banner__images {
        padding-right: 60px;
        width: calc(100% - 540px)
    }
}

@media (max-width: 1180px) {
    .main-banner__title {
        font-size: 38px;
        margin-bottom: 18px
    }

    .main-banner__description {
        margin-bottom: 22px
    }

    .main-banner__sign {
        width: 225px;
        height: 65px;
        font-size: 22px
    }

    .main-banner__images {
        padding-right: 40px;
        width: calc(100% - 480px)
    }
}

@media (max-width: 1050px) {
    .main-banner {
        padding-left: 30px;
        padding-right: 30px
    }

    .main-banner__content {
        width: 410px;
        min-width: 410px;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .main-banner__title {
        font-size: 34px;
        margin-bottom: 16px
    }

    .main-banner__description {
        font-size: 16px
    }

    .main-banner__sign {
        font-size: 20px;
        height: 55px;
        width: 200px
    }

    .main-banner__images {
        padding-right: 30px;
        width: calc(100% - 420px)
    }
}

@media (max-width: 850px) {
    .main-banner__content {
        width: 375px;
        min-width: 375px
    }

    .main-banner__title {
        font-size: 28px
    }

    .main-banner__images {
        width: calc(100% - 380px)
    }
}

@media (max-width: 800px) {
    .main-banner {
        max-width: calc(100% - 40px);
        padding-left: 25px;
        padding-right: 25px
    }

    .main-banner__content {
        width: 335px;
        min-width: 335px
    }

    .main-banner__images {
        width: calc(100% - 340px)
    }
}

.main-banner__man {
    height: calc(100% + 108px);
    transform: translate(-65px, -52px);
    position: relative;
    z-index: 3
}

.main-banner__items, .main-banner__red-item {
    object-fit: contain;
    position: absolute;
    pointer-events: none;
    user-select: none
}

.main-banner__man.only-desc {
    display: block
}

@media (max-width: 1350px) {
    .main-banner__man {
        height: calc(100% + 75px);
        transform: translateY(-44px)
    }
}

.main-banner__items {
    width: 244px;
    bottom: 31px;
    right: 23px
}

@media (max-width: 1350px) {
    .main-banner__items {
        width: 220px;
        bottom: 27px;
        right: 18px
    }
}

@media (max-width: 1280px) {
    .main-banner__man {
        height: calc(100% + 60px);
        transform: translateY(-35px)
    }

    .main-banner__items {
        width: 210px;
        bottom: 25px;
        right: 15px
    }
}

@media (max-width: 1180px) {
    .main-banner__items {
        width: 180px;
        bottom: 20px;
        right: 10px
    }
}

@media (max-width: 1050px) {
    .main-banner__man {
        height: calc(100% + 55px);
        transform: translateY(-25px);
        margin-left: auto;
        margin-right: 30px;
        display: block
    }

    .main-banner__items {
        width: 150px;
        bottom: 10px;
        right: 5px
    }
}

@media (max-width: 850px) {
    .main-banner__man {
        height: auto;
        transform: translateY(-15px);
        max-width: 371px
    }

    .main-banner__items {
        width: 110px
    }
}

.main-banner__red-item {
    width: 484px;
    height: 162px;
    top: 50%;
    transform: translateY(-50%);
    right: -77px
}

@media (max-width: 1350px) {
    .main-banner__red-item {
        height: unset;
        width: 440px
    }
}

@media (max-width: 1280px) {
    .main-banner__red-item {
        width: 420px;
        right: -50px
    }
}

@media (max-width: 730px) {
    .main-banner__images {
        width: calc(100% - 330px)
    }

    .main-banner__man {
        height: calc(100% + 10px);
        transform: translateY(-7px)
    }

    .main-banner__items {
        width: 90px
    }

    .main-banner__red-item {
        display: none
    }
}

.top-games {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    position: relative;
    z-index: 3
}

.top-games__title {
    font-family: OPTIImprovNewWideNine, sans-serif;
    font-weight: 500;
    font-size: 48px;
    text-transform: uppercase;
    margin-right: 48px;
    max-width: 970px
}

@media (max-width: 1350px) {
    .top-games__title {
        font-size: 45px;
        margin-right: 45px
    }

    .games-frame {
        transform: scale(.9)
    }
}

@media (max-width: 1180px) {
    .main-banner__red-item {
        width: 350px;
        right: -40px
    }

    .top-games__title {
        font-size: 38px;
        margin-right: 40px
    }
}

@media (max-width: 1050px) {
    .main-banner__red-item {
        width: 250px;
        right: -20px
    }

    .top-games__title {
        font-size: 34px;
        margin-right: 38px
    }
}

@media (max-width: 850px) {
    .main-banner__red-item {
        width: 150px;
        right: -10px
    }

    .top-games__title {
        font-size: 28px;
        margin-right: 35px
    }
}

@media (max-width: 700px) {
    .error-man {
        min-height: 200px;
        height: 200px
    }

    .error-404 {
        font-size: 110px
    }

    .main-banner {
        max-width: calc(100% - 32px);
        padding-left: 20px;
        padding-right: 20px
    }

    .main-banner__content {
        padding-top: 35px;
        padding-bottom: 35px;
        width: 295px;
        min-width: 295px
    }

    .main-banner__title {
        font-size: 26px
    }

    .main-banner__sign {
        height: 52px;
        width: 195px
    }

    .main-banner__images {
        width: calc(100% - 285px)
    }

    .main-banner__man {
        height: calc(100% + 5px);
        transform: translateY(-4px)
    }

    .top-games__title {
        font-size: 26px;
        margin-right: 30px
    }
}

.top-games__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 274px;
    height: 72px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    color: #FFF;
    white-space: nowrap
}

.top-games__link:hover {
    transform: scale(1.03);
    text-decoration: none;
    color: #fff;
}

.top-games__link:after {
    content: "";
    display: block;
    width: 26px;
    min-width: 26px;
    height: 15px;
    background-image: url("/assets/images/arrow.png");
    background-size: contain;
    margin-left: 21px
}

@media (max-width: 1180px) {
    .top-games__link {
        padding-left: 22px;
        padding-right: 27px;
        height: 65px;
        width: 260px
    }

    .top-games__link:after {
        margin-left: 10px
    }
}

.slider-block {
    background: #0c2442;
    border-radius: 20px;
    margin-bottom: 44px;
    padding-top: 74px;
    padding-bottom: 74px
}

@media (max-width: 1200px) {
    .slider-block {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .slider-block .owl-stage {
        left: -20px
    }

    .slider-block .container {
        padding-left: 0;
        padding-right: 0
    }
}

.slider-block .games-item__image {
    max-width: 100%
}

@media (max-width: 1050px) and (min-width: 850px) {
    .games-item__description, .games-item__title, .slider-block .games-item .games-item__image {
        width: 100% !important;
        height: auto
    }
}

@media (max-width: 750px) and (min-width: 600px) {
    .games-item__description, .games-item__title, .slider-block .games-item .games-item__image {
        width: 100% !important;
        height: auto
    }
}

@media (max-width: 600px) and (min-width: 540px) {
    .slider-block .owl-stage {
        left: -20px
    }
}

@media (max-width: 539px) and (min-width: 440px) {
    .games-item__description, .games-item__title, .slider-block .games-item .games-item__image {
        width: 100% !important;
        height: auto
    }

    .slider-block .owl-stage {
        left: -75px
    }
}

@media (max-width: 440px) {
    .games-item__description, .games-item__title, .slider-block .games-item .games-item__image {
        width: 100% !important;
        height: auto
    }
}

.games-frame {
    width: 312px;
    height: 209px;
    position: relative;
    border-radius: 20px
}

.games-frame:after, .games-frame__link {
    width: 100%;
    height: 100%;
    position: absolute
}

.games-frame:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    background: rgba(40, 11, 74, .46);
    transition: .3s
}

.games-frame:hover:after {
    background: rgba(40, 11, 74, .5)
}

.games-frame__link {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 4;
    border-radius: inherit
}

.bear-section__content, .bear-section__image {
    width: 927px;
    margin-left: auto;
    margin-right: auto
}

.cookie-popup-link, .cookie-popup__accept {
    backdrop-filter: blur(200px);
    border-radius: 100px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    letter-spacing: .04em;
    cursor: pointer;
    transition: .3s
}

.games-frame__link img {
    width: 74px;
    transition: .3s
}

.games-frame__image {
    position: absolute;
    object-fit: cover;
    display: none;
    filter: drop-shadow(8px 8px 16px rgba(99, 1, 16, .34))
}

.games-frame__image:first-of-type {
    width: 133px;
    height: 115px;
    top: -4px;
    left: -1px;
    display: block;
    border-radius: 0 0 20px
}

.games-frame__image:nth-of-type(2) {
    display: block;
    width: 133px;
    height: 124px;
    left: 135px;
    top: -10px;
    border-radius: 0 0 20px 20px
}

.games-frame__image:nth-of-type(3) {
    display: block;
    height: 116px;
    width: 112px;
    left: 271px;
    border-radius: 0 20px 20px;
    top: -1px
}

.games-frame__image:nth-of-type(4) {
    display: block;
    height: 133.131942749px;
    width: 133.131942749px;
    top: 116px;
    left: -6px;
    border-radius: 0 20px 20px
}

.games-frame__image:nth-of-type(5) {
    display: block;
    height: 95px;
    width: 135px;
    left: 133px;
    top: 117px;
    border-radius: 20px 20px 0 0
}

.games-frame__image:nth-of-type(6) {
    display: block;
    height: 94px;
    width: 40px;
    right: 0;
    bottom: -3px;
    border-radius: 20px 0 0
}

.slider-block.slider-block__frames .container {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-gap: 16px;
    position: relative;
    z-index: 2
}

@media (max-width: 1350px) {
    .slider-block.slider-block__frames .container {
        grid-gap: 0
    }
}

@media (max-width: 1300px) {
    .games-frame {
        transform: none;
        margin-bottom: 16px;
        margin-right: 16px
    }

    .games-frame:last-of-type {
        margin-right: 0;
        margin-bottom: 0
    }

    .slider-block.slider-block__frames .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media (max-width: 1000px) {
    .games-frame, .games-frame:last-of-type {
        margin-right: auto;
        margin-left: auto
    }

    .games-frame {
        margin-bottom: 0
    }

    .slider-block.slider-block__frames .container {
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 30px;
        width: max-content
    }
}

@media (max-width: 650px) {
    .footer-link {
        margin-right: 20px
    }

    .games-frame {
        transform: scale(.9)
    }

    .slider-block.slider-block__frames .container {
        grid-gap: 0
    }
}

@media (max-width: 620px) {
    .games-frame {
        width: 248px;
        transform: none;
        height: 166px
    }

    .games-frame__image:first-of-type {
        width: 108px;
        height: 97px
    }

    .games-frame__image:nth-of-type(2) {
        width: 131px;
        height: 103px;
        left: 109px;
        top: -10px
    }

    .games-frame__image:nth-of-type(3) {
        left: 243px;
        height: 91px
    }

    .games-frame__image:nth-of-type(4) {
        top: 97px;
        width: 108px;
        height: 97px;
        left: 0
    }

    .games-frame__image:nth-of-type(5) {
        width: 127px;
        height: 103px;
        left: 112px;
        top: 96px
    }

    .games-frame__image:nth-of-type(6) {
        right: -34px;
        height: 76px
    }

    .slider-block.slider-block__frames .container {
        grid-gap: 16px
    }
}

@media (max-width: 520px) {
    .slider-block.slider-block__frames .container {
        grid-gap: 26px;
        grid-template-columns:1fr
    }
}

.bear-section {
    margin-bottom: 80px;
    text-align: center
}

.bear-section__image {
    display: block;
    max-width: 100%
}

.bear-section__image.only-desc {
    display: block
}

.bear-section__image.only-mob {
    display: none
}

.bear-section__content {
    text-align: center
}

.bear-section__title {
    margin-bottom: 34px
}

.bear-section__description {
    width: 653px;
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 600px) {
    .main-content {
        padding-bottom: 30px;
        padding-top: 25px;
        text-align: center;
        font-size: 14px;
        line-height: 120%
    }

    .main-content h1 {
        font-weight: 700;
        font-size: 18px;
        line-height: 120%;
        color: #fff;
        margin-bottom: 25px
    }

    .main-content p {
        margin-bottom: 18px
    }

    .main-content ul {
        margin: 18px 0
    }

    .footer {
        padding-top: 45px;
        padding-bottom: 55px
    }

    .footer-logo {
        width: 100%;
        max-width: 250px;
        margin-bottom: 30px
    }

    .footer-description {
        font-family: Inter, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        margin-left: auto;
        color: #f8f8f8
    }

    .bear-section__image.only-mob, .footer-links, .footer-links__column, .main-banner__man.only-mob {
        display: block
    }

    .footer-links__column:last-of-type .footer-link:last-of-type {
        margin-bottom: 0
    }

    .footer-link {
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 30px;
        margin-right: 0
    }

    .error-man {
        min-height: 195px;
        height: 195px
    }

    .error-404 {
        font-size: 70px
    }

    .contact-us__form, .contact-us__form-page {
        padding: 33px 11px;
        min-width: unset
    }

    .success__img {
        max-width: calc(100% - 80px)
    }

    .success-title {
        font-size: 26px
    }

    .success-title.success-title_contacts {
        font-size: 25px
    }

    .contact-us__title {
        font-weight: 700;
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 26.38px;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25))
    }

    .contacts-form__control, .contacts-form__control-page {
        margin-bottom: 22.32px
    }

    .contacts-form__input {
        height: 50.73px !important
    }

    .contacts-form__textarea {
        height: 79px
    }

    .contacts-form__input, .contacts-form__textarea {
        padding-left: 20px
    }

    .contacts-form__input::placeholder, .contacts-form__textarea::placeholder {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #848282
    }

    .contacts-form__btn {
        width: 220px;
        height: 52.2px;
        background: linear-gradient(270deg, #f178b6 0, #ff7dc0 49.6%, #ed6aad 100%);
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
        border-radius: 100px;
        margin-top: 30px;
        font-size: 24px;
        line-height: 29px
    }

    .main-banner, .slider-block {
        background: 0 0
    }

    .contact-us___man, .contact-us___roulette, .main-banner__man.only-desc {
        display: none
    }

    .mobile-contact {
        display: block;
        width: 101vw;
        margin-left: auto;
        margin-right: auto
    }

    .about-page {
        padding-top: 55px;
        padding-bottom: 112px
    }

    .about-page__title {
        font-size: 24px;
        letter-spacing: .04em;
        margin-bottom: 20px
    }

    .about-page__description {
        margin-bottom: 89px
    }

    .about-page__description p {
        font-size: 14px;
        line-height: 145%
    }

    .about-page__img {
        transform: scale(1.4)
    }

    .main-banner {
        flex-direction: column-reverse;
        padding-left: 12px;
        padding-right: 5px;
        padding-top: 21px;
        margin-bottom: 0;
        width: 385px;
        margin-top: 30px
    }

    .main-banner * {
        z-index: 3
    }

    .main-banner:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0c2442;
        top: 50%;
        left: 50%;
        border-radius: 20px;
        transform: translate(-50%, -50%);
        min-width: calc(100vw - 32px)
    }

    .main-banner__content {
        width: 100%;
        min-width: 100%;
        padding-top: 11px;
        padding-bottom: 14.54px
    }

    .main-banner__title {
        font-weight: 500;
        font-size: 24px;
        line-height: 129%;
        letter-spacing: .04em;
        text-transform: capitalize;
        margin-bottom: 19px
    }

    .main-banner__description {
        font-weight: 400;
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 17px
    }

    .main-banner__sign, .top-games__link, .top-games__title {
        font-size: 24px;
        line-height: 129%
    }

    .main-banner__sign {
        width: 199px;
        height: 60.46px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: .04em
    }

    .main-banner__images {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
        margin: unset;
        padding: unset
    }

    .main-banner__man {
        height: unset;
        width: 112%;
        transform: translateX(-13px);
        margin: 0 0 auto;
        min-width: 263px
    }

    .main-banner__items {
        width: 182px;
        right: -108px;
        bottom: -69px
    }

    .top-games {
        flex-direction: column;
        align-items: flex-start
    }

    .top-games__title {
        margin-right: 0;
        font-weight: 500;
        margin-bottom: 0
    }

    .bear-section__image.only-desc, .top-games__title br {
        display: none
    }

    .top-games__link {
        width: 274px;
        height: 72px;
        padding-left: 27px;
        padding-right: 31px;
        filter: drop-shadow(-10px 10px 16px #855994);
        margin-top: 37px
    }

    .slider-block.slider-block__frames {
        padding-bottom: 100px
    }

    .main-inner {
        padding-bottom: 28px;
        padding-top: 58px
    }

    .bear-section {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .bear-section__image {
        min-height: 345px
    }

    .bear-section__description {
        margin-bottom: 87px
    }
}

.game-item{
    position: relative;
    width: 100%;
    display: flex;
    background: #092c49;
    border: 2px solid #e8cf8b;
    border-radius: 20px;
    margin: 55px auto;
    max-height: 250px;
    min-height: 216px;
}
.game-item .label{
    position: absolute;
    border-radius: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: block;
    max-width: 248px;
    padding: 11px 0;
    top: -30px;
    left: -45px;
    width: 100%;
    background: #092c49;
    border: 2px solid #e8cf8b;
}
.game-item__left-block{
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.game-item__left-block .game-img{
    max-width: 254px;
    width: 50%;
    border-radius: 20px;
    height: 100%;
}
.game-item__left-block .rankings{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.stars,
.rating-block
{
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    /*padding: 0 40px;*/
}
.stars{
    height: 125px;
}
.votes-block p,
.rating-block p{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.rating-block p.score-number{
    /*display: block;*/
    font-size: 36px;
    text-align: center;
    color: #e8cf8b;
}
.game-item__right-block{
    position: relative;
    width: 45%;
    display: block;
    background: #0c2442;
    border-radius: 20px;
    padding: 20px 20px 0 25px;
    text-align: left;
}
.game-item__right-block .game-name{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    /*text-transform: uppercase;*/
    color: #fff;
    margin: 0;
}
.game-item__right-block .game-description{
    /*font-family: 'Open Sans', sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.top10-play-btn{
    display: flex;
    line-height: 129%;
    color: #0c2442;
    background: linear-gradient(90deg, #a78251 0, #b99861 3%, #dcc180 8%, #f2db93 12%, #fae49a 15%, #bd9c66 27%, #d4b674 38%, #fbe18c 57%, #a78251 72%, #78583a 89%, #5d402d 100%);
    justify-content: center;
    align-items: center;
    max-width: 190px;
    max-height: 55px;
    margin-left: 0;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: .04em;
    font-style: normal;
    border-radius: 100px;
    transition: .3s;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-top: 30px;
}
.top10-play-btn:hover {
    transform: scale(1.03)
}

@media (max-width: 1100px){
    .game-item{
        width: 85%;
    }
    .game-item .label {
        font-size: 16px;
        max-width: 188px;
        padding: 8px 0;
        top: -23px;
        left: -32px;
    }
    .game-item__left-block .game-img {
        max-width: 300px;
    }
    .stars .star-5::before {
        top: 18%;
        left: 6%;
    }
    .stars-container .star-img{
        max-width: 18px;
    }
    .votes-block p, .rating-block p {
        font-size: 17px;
    }
    .rating-block p.score-number {
        font-size: 30px;
    }
    .game-item__right-block .game-name {
        font-size: 20px;
    }
    .game-item__right-block .game-description {
        font-size: 14px;
        line-height: 20px;
    }
    .top10-play-btn {
        max-width: 163px;
        padding: 5px 0;
        font-size: 24px;
    }
}
@media (max-width: 900px) {
    .game-item__left-block .game-img {
        max-width: 188px;
    }
    .top10-play-btn {
        font-size: 21px;
        margin-top: 0px;
        max-height: 48px;
    }
}
@media (max-width: 770px){
    .game-item{
        min-height: 195px;
        margin: 25px auto;
        padding: 20px 20px 10px 0;
    }
    .game-item__left-block{
        width: 40%;
        flex-direction: column;
        justify-content: space-evenly;
    }
    .game-item__left-block .rankings {
        width: 70%;
    }
    .stars {
        height: auto;
    }
    .game-item__right-block{
        width: 60%;
        background: transparent;
        padding: 0px 0px 0 25px;
    }
    .game-item__left-block .game-img {
        max-width: 120px;
        width: 100%;
    }
    .rating-block{
        flex-direction: column-reverse;
    }
    .votes-block, .rating-block {
        height: auto;
    }
    .rating-block p.score-number {
        font-size: 20px;
    }
    .votes-block p, .rating-block p {
        font-size: 15px;
    }
    .votes-block p{
        transform: translateY(15px);
    }
    .stars .star-5::before,
    .stars .star-4::before {
        top: -44%;
        left: 3%;
    }
    .top10-play-btn {
        position: absolute;
        bottom: 4px;
        max-width: 150px;
        padding: 5px 0;
        font-size: 22px;
        max-height: 50px;
    }
}

@media (max-width: 700px){
    .content-cover-top10 h2 {
        font-size: 22px;
    }
}
@media (max-width: 450px){
    .text-page-top10 {
        padding: 17vh 0 477px;
    }
    .game-item {
        min-height: 187px;
        border-radius: 15px;
        margin: 20px auto;
        padding: 8px 10px 7px 10px;
    }
    .game-item .label{
        /*border: 2px solid #0D5EFC;*/
        border-radius: 10px;
        font-size: 12px;
        max-width: 140px;
        padding: 3px 0;
        left: -13px;
        top: -18px;
    }
    .game-item__left-block{
        width: 50%;
    }
    .game-item__right-block{
        padding: 0px 0px 0 14px;
    }
    .game-item__left-block .game-img {
        max-width: 100%;
        border-radius: 10px;
    }
    .game-item__left-block .rankings {
        width: 100%;
    }
    .stars-container .star-img {
        max-width: 13px;
    }
    .votes-block,
    .rating-block {
        justify-content: left;
    }
    .votes-block p,
    .rating-block p {
        font-size: 12px;
        justify-content: left;
    }
    .stars .star-5::before {
        top: -44%;
        left: 3%;
        font-size: 12px;
    }
    .stars .star-4::before {
        top: -44%;
        left: 3%;
        font-size: 12px;
    }
    .votes-block p {
        transform: translateY(12px);
    }
    .rating-block p.score-number {
        font-size: 16px;
    }
    .game-item__right-block {
        width: 50%;
    }
    .game-item__right-block .game-name {
        font-size: 14px;
    }
    .game-item__right-block .game-description {
        font-size: 11px;
        line-height: 13px;
    }
    .top10-play-btn {
        max-height: 40px;
        max-width: 137px;
        padding: 7px 0;
        font-size: 16px;
        position: relative;
        bottom: unset;
        /*margin-top: 30px;*/
    }
}
@media (max-width: 420px){
    .content-cover-top10 h2 {
        font-size: 17px;
        padding: 18px 0;
    }
}
