@font-face {
    font-display: swap;
    font-family: "Mont-Bold";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Mont/Mont-Bold.eot);
    src: local("Mont Bold"), local("Mont-Bold"),
        url(../fonts/Mont/Mont-Bold_1.eot#iefix) format("embedded-opentype"),
        url(../fonts/Mont/Mont-Bold.woff) format("woff2"),
        url(../fonts/Mont/Mont-Bold_1.woff) format("woff"),
        url(../fonts/Mont/Mont-Bold.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Mont-Regular";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Mont/Mont-Regular.eot);
    src: local("Mont Regular"), local("Mont-Regular"),
        url(../fonts/Mont/Mont-Regular_1.eot#iefix) format("embedded-opentype"),
        url(../fonts/Mont/Mont-Regular.woff) format("woff2"),
        url(../fonts/Mont/Mont-Regular_1.woff) format("woff"),
        url(../fonts/Mont/Mont-Regular.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Gilroy-Medium";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Gilroy/Gilroy-Medium.woff);
    src: local("Gilroy-Medium"), local("Gilroy-Medium"),
        url(../fonts/Gilroy/Gilroy-Medium_1.woff) format("woff2"),
        url(../fonts/Gilroy/Gilroy-Medium.woff) format("woff");
}
.header {
    padding: 24px 0 17px;
    position: relative;
}
@media (min-width: 769px) {
    .header {
        padding: 66px 0 35px;
    }
}
.header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header .logo {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Mont-SemiBold", sans-serif;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px 0;
    white-space: nowrap;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .header .logo {
        padding: 3px 20px 0;
        border-radius: 6px;
        font-size: 18px;
    }
}
.footer .logo-wrap {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
}
.footer .logo {
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Mont-SemiBold", sans-serif;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 30px 0;
    white-space: nowrap;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .footer .logo {
        padding: 3px 20px 0;
        border-radius: 6px;
        font-size: 18px;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}
body {
    position: relative;
    font-family: "Mont-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    color: #fff;
    margin: 0;
    padding: 0;
    background-color: /casino-en-ligne/img/bg.webp?_v=2957;
    background-image: url(images/bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
h1,
p {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
.container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .container {
        max-width: 1140px;
    }
    .container.brands-container-wrap {
        max-width: 1210px;
    }
}
@media (min-width: 831px) {
    .container {
        padding: 0 32px;
    }
}
@media (min-width: 1201px) {
    .container {
        padding: 0;
    }
}
.main-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    z-index: -1;
}
.main-background .background-block-desk,
.main-background .background-block-mob {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
}
.main-background .background-block-desk {
    display: none;
    background-size: cover;
    background-position: center 55%;
}
.main-background .background-block-mob {
    display: block;
    background-position: center 33%;
}
.main-banner {
    margin-bottom: 21px;
}
@media (min-width: 769px) {
    .main-banner {
        margin-bottom: 49px;
    }
}
.main-banner .title-wrap {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .main-banner .title-wrap {
        text-align: center;
    }
}
.main-banner .title-wrap p {
    display: none;
}
.main-banner .title-wrap .mob-banner-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    line-height: 1.21;
    color: #fff;
}
.main-banner .title-wrap .mob-banner-text img {
    width: 30px;
    height: 100%;
    display: block;
    margin-right: 24px;
}
@media (min-width: 769px) {
    .main-banner .title-wrap .mob-banner-text {
        display: none;
    }
}
.main-banner h1 {
    font-family: "Mont-Bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-size: 24px;
    line-height: 1.04;
    margin-bottom: 16px;
}
@media (min-width: 769px) {
    .main-banner h1 {
        font-size: 40px;
        margin-bottom: 9px;
    }
    .main-banner h1 span:not(.month) {
        display: block;
    }
}
@media (min-width: 1025px) {
    .main-banner h1 {
        font-size: 48px;
    }
}
.main-banner p {
    font-size: 20px;
    line-height: 1.25;
}
@media (min-width: 769px) {
    .main-banner .title-wrap p {
        text-align: center !important;
        display: block;
    }
}
@media (min-width: 1025px) {
    .main-banner p {
        font-size: 24px;
    }
}
.main-banner h1,
.main-banner p {
    text-transform: capitalize;
}
.brands-posts {
    position: relative;
    padding-bottom: 40px;
}
@media (min-width: 1023px) {
    .brands-posts {
        padding-bottom: 58px;
    }
}
.brands-posts .brand-item {
    position: relative;
    margin-bottom: 28px;
}
.brands-posts .brand-item:last-child {
    margin-bottom: 0;
}
.brands-posts .flag-item {
    padding: 2px 18px 1px 14px;
    font-family: "Mont-Bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    position: absolute;
    top: -1px;
    min-width: 96px;
    max-width: max-content;
    width: 100%;
    min-height: 16px;
    font-size: 12px;
    line-height: 1.25;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #d31b33;
    border-top-left-radius: 9px;
    clip-path: polygon(100% 0, 93% 50%, 100% 100%, 0 100%, 0 0);
    z-index: 1;
}
@media (min-width: 769px) {
    .brands-posts .flag-item {
        top: -14px;
        padding: 4px 28px 3px 25px;
        font-size: 16px;
        border-top-left-radius: 4px;
    }
}
.brands-posts .brand-content-top {
    background: #fff;
    border-radius: 10px;
    min-height: 141px;
}
@media (min-width: 841px) {
    .brands-posts .brand-content-top {
        min-height: 162px;
        border-radius: 16px;
    }
}
.brands-posts .brand-content-wrap,
.brands-posts .brand-content-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.brands-posts .brand-content-wrap > *,
.brands-posts .brand-content-top > * {
    box-sizing: content-box;
}
@media (max-width: 840px) {
    .brands-posts .brand-content-wrap {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 13px 9px;
    }
}
.brands-posts .logo-wrap,
.brands-posts .description-container,
.brands-posts .rate-wrap,
.brands-posts .pay-system-wrap {
    position: relative;
}
.brands-posts .description-container,
.brands-posts .rate-wrap,
.brands-posts .pay-system-wrap,
.brands-posts .links-column {
    padding: 0 10px;
}
@media (max-width: 840px) {
    .brands-posts .description-container,
    .brands-posts .rate-wrap,
    .brands-posts .pay-system-wrap,
    .brands-posts .links-column {
        padding: 0;
    }
}
@media (max-width: 1023px) and (min-width: 841px) {
    .brands-posts .description-container,
    .brands-posts .rate-wrap,
    .brands-posts .pay-system-wrap,
    .brands-posts .links-column {
        padding: 0 13px;
    }
}
.brands-posts .description-container,
.brands-posts .rate-wrap,
.brands-posts .links-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 841px) {
    .brands-posts .logo-wrap:after,
    .brands-posts .description-container:after,
    .brands-posts .rate-wrap:after,
    .brands-posts .pay-system-wrap:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 84px;
        border: 1px solid #d4d2d1;
    }
}
@media (min-width: 1025px) {
    .brands-posts .description-container,
    .brands-posts .rate-wrap,
    .brands-posts .pay-system-wrap,
    .brands-posts .links-column {
        padding: 0 15px;
    }
}
@media (min-width: 1201px) {
    .brands-posts .description-container,
    .brands-posts .rate-wrap,
    .brands-posts .pay-system-wrap,
    .brands-posts .links-column {
        padding: 0 24px;
    }
}
.brands-posts .logo-wrap {
    width: 50%;
    padding-right: 10px;
}
@media (min-width: 841px) {
    .brands-posts .logo-wrap {
        max-width: 290px;
        width: 100%;
    }
}
@media (min-width: 1025px) {
    .brands-posts .logo-wrap {
        padding-right: 15px;
        max-width: 300px;
    }
}
@media (min-width: 1201px) {
    .brands-posts .logo-wrap {
        padding-right: 24px;
    }
}
@media (max-width: 840px) {
    .brands-posts .logo-wrap {
        padding: 0;
    }
}
@media (max-width: 1023px) and (min-width: 841px) {
    .brands-posts .logo-wrap {
        padding-right: 13px;
    }
}
.brands-posts .logo-wrap .logo {
    padding: 25px 0 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (min-width: 841px) {
    .brands-posts .logo-wrap .logo {
        padding: 0;
        border-radius: 16px 0 0 16px;
    }
}
@media (max-width: 840px) {
    .brands-posts .logo-wrap .logo > a {
        height: 48px;
        margin-bottom: 4px;
        display: block;
    }
}
.brands-posts .logo-wrap a img {
    object-fit: contain;
    width: 80%;
}
@media (min-width: 426px) {
    .brands-posts .logo-wrap a img {
        width: 60%;
    }
}
.brands-posts .description-container {
    max-width: 202px;
    width: 100%;
}
.brands-posts .description {
    font-size: 16px;
    line-height: 1.25;
    color: #333;
    text-align: center;
}
@media (max-width: 840px) {
    .brands-posts .description {
        font-size: 12px;
    }
    .brands-posts .description span {
        margin-bottom: 4px;
    }
}
.brands-posts .description .strong {
    display: block;
    font-family: "Mont-Bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-size: 14px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}
.brands-posts .rate-wrap {
    max-width: 136px;
    width: 100%;
    display: none;
}
.brands-posts .rate-wrap .text {
    font-size: 16px;
    line-height: 1.25;
    color: #333;
}
@media (min-width: 1023px) {
    .brands-posts .rate-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.brands-posts .rate-wrap .stars-wrap img {
    width: 23px;
    height: 23px;
}
.brands-posts .rate-wrap-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.brands-posts .logo-wrap .rate-wrap-mobile .count {
    font-size: 24px;
    color: #000;
}
.brands-posts .logo-wrap .rate-wrap-mobile .stars-wrap {
    height: 16px;
    margin: 0 0 4px;
}
.brands-posts .logo-wrap .rate-wrap-mobile .text {
    font-size: 12px;
    line-height: 1.25;
    color: #000;
}
@media (min-width: 841px) {
    .brands-posts .rate-wrap-mobile {
        display: none;
    }
}
.brands-posts .rate-wrap-desktop {
    display: none;
}
@media (min-width: 1023px) {
    .brands-posts .rate-wrap-desktop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.brands-posts .pay-system-wrap {
    max-width: 105px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-posts .pay-system-wrap .payment-icon-wrap {
    max-width: 24px;
    max-height: 24px;
    width: 100%;
    margin-right: 8px;
}
@media (min-width: 841px) {
    .brands-posts .pay-system-wrap .payment-icon-wrap {
        max-width: 36px;
        max-height: 36px;
        margin-right: 5px;
    }
}
@media (min-width: 991px) {
    .brands-posts .pay-system-wrap {
        max-width: 156px;
    }
    .brands-posts .pay-system-wrap .payment-icon-wrap {
        margin-right: 20px;
    }
}
.brands-posts .count {
    font-family: "Gilroy-Medium", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 52px;
    line-height: 1.21;
    color: #000;
}
.brands-posts .links-column {
    max-width: 100%;
    width: 100%;
}
.brands-posts .links-column .link-bonus {
    max-width: 166px;
    width: 100%;
    padding: 9px 10px;
    font-family: "Mont-Bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-size: 12px;
    line-height: 1.27;
    color: #fff;
    background: linear-gradient(180deg, #6dcb0d 0%, #1dc31c 100%);
    border-radius: 4px;
    text-align: center;
}
@media (min-width: 769px) {
    .brands-posts .links-column .link-bonus {
        max-width: 248px;
        font-size: 14px;
        padding: 16px 10px;
    }
}
@media (min-width: 1025px) {
    .brands-posts .links-column .link-bonus {
        font-size: 16px;
    }
}
@media (min-width: 1120px) {
    .brands-posts .links-column .link-bonus {
        font-size: 18px;
    }
}
.posts-info {
    position: relative;
}
.posts-info .brands {
    padding: 58px 0;
}
.posts-info .brands .brands-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    scrollbar-color: rgba(3, 58, 166, 0.2) rgba(3, 58, 166, 0.2);
}
.posts-info .brands .brands-container::-webkit-scrollbar-track {
    background-color: rgba(3, 58, 166, 0.15);
    height: 4px;
    width: 4px;
}
.posts-info .brands .brands-container::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: rgba(3, 58, 166, 0.2);
}
.posts-info .brands .brands-container::-webkit-scrollbar-thumb {
    border-radius: 5px;
    height: 4px;
    width: 4px;
    background-color: rgba(3, 58, 166, 0.15);
}
.posts-info .brands .brands__item {
    width: 351px;
    position: relative;
    padding: 27px 27px 41px;
    background: #fff;
    border-radius: 35px;
}
.posts-info .brands .brands__item-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}
/* .posts-info .brands .brands__img {
    display: block;
    margin: 0 auto 76px;
    max-width: 100%;
    width: 297px;
    border-radius: 30px;
    height: 297px;
    object-fit: cover;
    box-shadow: 0 0 24px rgba(150, 150, 178, 0.25);
} */
.posts-info .brands .brands__description {
    width: 249px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
}
.posts-info .brands .brands__ribbon {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translate(-23px, -16px);
    display: none;
}
.posts-info .brands .ribbon-text {
    position: absolute;
    top: 9px;
    left: 21px;
    font-family: "Mont-Bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    text-align: center;
}
@media all and (max-width: 1250px) {
    .posts-info .brands .brands-container {
        overflow-y: hidden;
        overflow-x: auto;
        margin-top: -30px;
        padding: 30px 0 12px;
    }
    .posts-info .brands .brands__item {
        margin-right: 11px;
        padding: 8px 8px 14px;
        border-radius: 21px;
    }
    .posts-info .brands .brands__img {
        width: 148px;
        max-height: 148px;
        margin-bottom: 40px;
    }
    .posts-info .brands .brands__description {
        font-size: 12px;
        line-height: 111.83%;
        width: 87px;
    }
    .posts-info .brands .brands__ribbon {
        width: 135px;
        top: 2px;
        left: 7px;
    }
    .posts-info .brands .brands__ribbon img {
        width: 100%;
    }
    .posts-info .brands .ribbon-text {
        font-size: 13px;
        line-height: 17px;
        top: 37%;
        transform: translateY(-50%);
        left: 11px;
    }
}
@media (max-width: 1024px) {
    .posts-info .brands {
        padding: 40px 0;
    }
}
@media (max-width: 768px) {
    .posts-info .brands .brands__item {
        width: 164px;
        min-width: 164px;
    }
}
.brands-posts .pay-system-wrap > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px -4px;
}
@media (min-width: 841px) {
    .brands-posts .pay-system-wrap > div {
        margin: 0 -2px -2px;
    }
}
@media (min-width: 991px) {
    .brands-posts .pay-system-wrap > div {
        margin: 0 -10px -5px;
    }
}
.brands-posts .pay-system-wrap .payment-icon-wrap img {
    width: 100%;
    height: 100%;
}
