* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

textarea {
    resize: none
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

svg {
    display: block;
    width: 100%;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

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

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

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

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

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

@font-face {
    font-family: Unbounded;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/Unbounded-Black.woff2) format("woff2")
}

:root {
    --font-main: "Inter", sans-serif;
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #000;
    --main: #ffffff;
    --black: #000000;
    --white: #ffffff;
    --gradient: linear-gradient(46deg, #7f5627 1%, #bb8e3c 64.64%, #d4a952 100%);
    --hover: #bb8e3c;
    --active: #865f15
}

.Unbounded {
    font-family: Unbounded
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background-color: var(--background-page)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

a,
button {
    color: var(--main)
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.logo {
    display: block;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .logo:hover {
        opacity: .5
    }
}

.logo:focus-visible {
    opacity: .5
}

.logo:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.tx-46-20 {
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: var(--white)
}

@media (max-width:991px) {
    .tx-46-20 {
        font-size: 30px
    }
}

@media (max-width:600px) {
    .tx-46-20 {
        font-size: 20px
    }
}

.tx-30-16 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-30-16 {
        font-size: 16px
    }
}

.tx-26-20 {
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-26-20 {
        font-size: 20px
    }
}

.tx-20-14 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-20-14 {
        font-size: 14px
    }
}

.tx-20-12 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-20-12 {
        font-size: 12px
    }
}

.tx-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white)
}

.tx-20-16 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-20-16 {
        font-size: 16px
    }
}

.tx-18-14 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-18-14 {
        font-size: 14px
    }
}

.tx-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--white)
}

.tx-16-14 {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-16-14 {
        font-size: 14px
    }
}

.tx-16-12 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-16-12 {
        font-size: 12px
    }
}

.tx-14-12 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-14-12 {
        font-size: 12px
    }
}

.color-orange {
    color: #ff8d36
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--black);
    background: #ff8d36;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 200px;
    width: 100%;
    text-align: center;
    min-height: 35px;
    letter-spacing: .04em;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
    .but {
        font-size: 9px;
        min-height: 31px
    }
}

@media (any-hover:hover) {
    .but:hover {
        opacity: .5
    }
}

.but:focus-visible {
    opacity: .5
}

.but:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.mb-10:not(:last-child) {
    margin-bottom: 10px
}

.mb-20-10:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width:991px) {
    .mb-20-10:not(:last-child) {
        margin-bottom: 15px
    }
}

@media (max-width:600px) {
    .mb-20-10:not(:last-child) {
        margin-bottom: 10px
    }
}

.mb-20:not(:last-child) {
    margin-bottom: 20px
}

.mb-40:not(:last-child) {
    margin-bottom: 40px
}

.mb-80-60:not(:last-child) {
    margin-bottom: 80px
}

@media (max-width:600px) {
    .mb-80-60:not(:last-child) {
        margin-bottom: 60px
    }
}

.mb-40-20 {
    margin-bottom: 40px
}

@media (max-width:600px) {
    .mb-40-20 {
        margin-bottom: 20px
    }
}

.mb-100-40 {
    margin-bottom: 100px
}

@media (max-width:600px) {
    .mb-100-40 {
        margin-bottom: 40px
    }
}

.word-break {
    word-break: break-all
}

.m-auto {
    margin-left: auto;
    margin-right: auto
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.underline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.scroll {
    padding-bottom: 10px;
    overflow: auto
}

.scroll::-webkit-scrollbar {
    height: 4px;
    background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
    background-color: var(--brown)
}

.casinosites-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

.casinosites-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0
}

.terms {
    padding: 80px 0 40px 0
}

.terms h1 {
    font-family: Unbounded;
    font-size: 30px;
    line-height: 1.3;
    color: var(--main);
    font-weight: 800;
    text-transform: uppercase
}

@media (max-width:991px) {
    .terms h1 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h1 {
        font-size: 16px
    }
}

.terms h1:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h1:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h1:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms h2 {
    font-family: Unbounded;
    font-size: 30px;
    line-height: 1.3;
    color: var(--main);
    font-weight: 800;
    text-transform: uppercase
}

@media (max-width:991px) {
    .terms h2 {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .terms h2 {
        font-size: 16px
    }
}

.terms h2:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms h2:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms h2:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms p {
    font-size: 16px;
    line-height: 1.3;
    color: var(--main);
    font-weight: 400
}

@media (max-width:991px) {
    .terms p {
        font-size: 14px
    }
}

@media (max-width:600px) {
    .terms p {
        font-size: 12px
    }
}

.terms p:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms p:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms ul:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms ul:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms ul:not(:last-child) {
        margin-bottom: 15px
    }
}

.terms li {
    font-size: 16px;
    line-height: 1.3;
    color: var(--main);
    font-weight: 400
}

@media (max-width:991px) {
    .terms li {
        font-size: 14px
    }
}

@media (max-width:600px) {
    .terms li {
        font-size: 12px
    }
}

.terms li:not(:last-child) {
    margin-bottom: 30px
}

@media (max-width:991px) {
    .terms li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media (max-width:600px) {
    .terms li:not(:last-child) {
        margin-bottom: 15px
    }
}

.casinosites-hero {
    position: relative;
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    min-height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/hero.webp)
}

.casinosites-hero::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(229deg, rgba(0, 0, 0, 0) 33.3%, #000 63.78%)
}

@media (max-width:991px) {
    .casinosites-hero {
        padding: 30px 0;
        min-height: 600px
    }
}

@media (max-width:600px) {
    .casinosites-hero {
        min-height: 425px;
        background-image: url(../img/hero-two.webp)
    }
}

.casinosites-hero__container {
    width: 100%
}

.casinosites-hero__descr {
    position: relative;
    z-index: 2;
    max-width: 899px;
    width: 100%
}

.casinosites-hero__text {
    max-width: 750px;
    width: 100%
}

@media (max-width:400px) {
    .casinosites-hero__text {
        max-width: 262px;
        line-height: 100%
    }
}

.casinosites-hero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

@media (max-width:600px) {
    .casinosites-hero__list {
        gap: 7px
    }
}

.casinosites-hero__item {
    padding: 14px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .5px solid #fff;
    background: #000
}

@media (max-width:600px) {
    .casinosites-hero__item {
        padding: 7px 7px
    }
}

.casinosites-hero__span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casinosites-hero__span img {
    opacity: 1;
    max-width: 24px;
    width: 100%;
    height: 24px
}

@media (max-width:600px) {
    .casinosites-hero__span img {
        max-width: 18px;
        height: 18px
    }
}

.casinosites-hero__date {
    padding-left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.casinosites-cards__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

@media (max-width:600px) {
    .casinosites-cards__cards {
        gap: 15px
    }
}

.casinosites-cards img {
    opacity: 1
}

.casinosites-cards__card {
    padding: 20px 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    border: 1px solid #ff8d36;
    background: #000;
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .5)
}

@media (max-width:991px) {
    .casinosites-cards__card {
        padding: 10px 10px;
        margin: 0 auto;
        max-width: 500px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px
    }
}

.casinosites-cards__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 632px;
    width: 100%
}

@media (max-width:991px) {
    .casinosites-cards__left {
        max-width: 100%
    }
}

.casinosites-cards__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 37px;
    max-width: 501px;
    width: 100%
}

@media (max-width:991px) {
    .casinosites-cards__right {
        max-width: 100%;
        gap: 20px
    }
}

.casinosites-cards__img {
    max-width: 250px;
    width: 100%;
    height: 160px;
    scale: 1;
    cursor: pointer;
    -webkit-transition: scale .3s ease-in-out;
    transition: scale .3s ease-in-out
}

@media (any-hover:hover) {
    .casinosites-cards__img:hover {
        scale: 1.09
    }
}

.casinosites-cards__img:active {
    scale: 1.1;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:991px) {
    .casinosites-cards__img {
        max-width: none;
        width: 50%;
        height: 56px
    }
}

@media (max-width:400px) {
    .casinosites-cards__img img {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.casinosites-cards__card-bonus {
    max-width: 362px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991px) {
    .casinosites-cards__card-bonus {
        max-width: none;
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width:991px) {
    .casinosites-cards__name-bonus {
        display: none
    }
}

.casinosites-cards__bonus {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .casinosites-cards__bonus:hover {
        color: var(--hover)
    }
}

.casinosites-cards__bonus:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:991px) {
    .casinosites-cards__bonus {
        font-size: 12px
    }
}

.casinosites-cards__top-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casinosites-cards__card-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.casinosites-cards__list-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.casinosites-cards__list-rating img {
    max-width: 22px;
    width: 100%;
    height: 22px
}

@media (max-width:991px) {
    .casinosites-cards__list-rating img {
        max-width: 13px;
        height: 13px
    }
}

.casinosites-cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 264px;
    width: 100%
}

@media (max-width:991px) {
    .casinosites-cards__list {
        gap: 0
    }
}

.casinosites-cards__item {
    position: relative;
    padding-left: 23px
}

.casinosites-cards__item::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--white)
}

@media (max-width:400px) {
    .casinosites-cards__item {
        padding-left: 20px;
        font-size: 11px
    }

    .casinosites-cards__item::after {
        width: 4px;
        height: 4px
    }
}

.casinosites-cards__card-btn {
    max-width: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .casinosites-cards__card-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.casinosites-cards__list-img {
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    background: #3e3e3e;
    gap: 5px
}

.casinosites-cards__list-img img {
    max-width: 30px;
    width: 100%;
    height: 20px
}

.casinosites-contents__el {
    max-width: 610px;
    width: 100%
}

@media (max-width:991px) {
    .casinosites-contents__el {
        max-width: 100%
    }
}

.casinosites-contents__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:991px) {
    .casinosites-contents__columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:991px) {
    .casinosites-contents__columns_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.casinosites-contents__image {
    max-width: 477px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 443px
}

@media (max-width:991px) {
    .casinosites-contents__image {
        max-width: 100%
    }
}

@media (max-width:450px) {
    .casinosites-contents__image {
        min-height: 300px
    }
}

main {
    position: relative;
    z-index: 2
}

.casinosites-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 2
}

@media (max-width:991px) {
    .casinosites-footer {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (max-width:600px) {
    .casinosites-footer {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .casinosites-hero__spans{
        display: none;
    }
}

.casinosites-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991px) {
    .casinosites-footer__links {
        gap: 20px 40px
    }
}

.casinosites-footer__link {
    height: 53px;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
    .casinosites-footer__link {
        height: 40px
    }
}

@media (max-width:600px) {
    .casinosites-footer__link {
        height: 35px
    }
}

@media (any-hover:hover) {
    .casinosites-footer__link:hover {
        opacity: .5
    }
}

.casinosites-footer__link:focus-visible {
    opacity: .5
}

.casinosites-footer__link:active {
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.casinosites-footer__columns {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 20px
}

@media (max-width:991px) {
    .casinosites-footer__columns {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.nav__war {
    width: 51px;
    height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.nav__link {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover)
    }
}

.nav__link:focus-visible {
    color: var(--hover)
}

.nav__link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.popup {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.popup__body {
    overflow: auto;
    max-width: 400px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1819), to(#000));
    background: linear-gradient(180deg, #1a1819 0, #000 100%)
}

@media (max-width:991px) {
    .popup__body {
        padding: 20px;
        width: 95%
    }
}

.popup__button {
    border: 1px solid #ff8d36;
    background: 0 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    min-height: 50px;
    max-width: none;
    width: 100%;
    color: #ff8d36
}

.popup-cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 4;
    width: 100%
}

.popup-cookie.disabled {
    display: none
}

.popup-cookie__container {
    margin-left: auto;
    max-width: 670px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
    border: 1px solid #fff;
    background: #000
}

@media (max-width:991px) {
    .popup-cookie__container {
        padding: 20px 20px
    }
}

.popup-cookie__descr {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    text-align: center
}

.popup-cookie__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    color: var(--white)
}

.popup-cookie__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: var(--white)
}

.popup-cookie__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media (max-width:991px) {
    .popup-cookie__links {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup-cookie__links li {
    width: 50%
}

@media (max-width:991px) {
    .popup-cookie__links li {
        width: 100%
    }
}

.popup-cookie__button {
    max-width: none;
    width: 100%;
    min-height: 40px;
    background: #ff8d36;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: none;
    color: var(--black)
}

.popup-cookie__link {
    max-width: none;
    width: 100%;
    border: 1px solid #fff;
    background: 0 0;
    min-height: 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: none;
    color: var(--white)
}