﻿@font-face {
    font-display: swap;
    font-family: "Mont-Bold";
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Mont/Mont-Bold_2.eot);
    src: local("Mont Bold"), local("Mont-Bold"),
        url(../fonts/Mont/Mont-Bold_2.eot#iefix) format("embedded-opentype"),
        url(../fonts/Mont/Mont-Bold.woff2) format("woff2"),
        url(../fonts/Mont/Mont-Bold_2.woff) format("woff"),
        url(../fonts/Mont/Mont-Bold_1.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Mont-SemiBold";
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Mont/Mont-SemiBold.eot);
    src: local("Mont SemiBold"), local("Mont-SemiBold"),
        url(../fonts/Mont/Mont-SemiBold.eot#iefix) format("embedded-opentype"),
        url(../fonts/Mont/Mont-SemiBold.woff2) format("woff2"),
        url(../fonts/Mont/Mont-SemiBold.woff) format("woff"),
        url(../fonts/Mont/Mont-SemiBold.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Mont-Regular";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Mont/Mont-Regular_2.eot);
    src: local("Mont Regular"), local("Mont-Regular"),
        url(../fonts/Mont/Mont-Regular_2.eot#iefix) format("embedded-opentype"),
        url(../fonts/Mont/Mont-Regular.woff2) format("woff2"),
        url(../fonts/Mont/Mont-Regular_2.woff) format("woff"),
        url(../fonts/Mont/Mont-Regular_1.ttf) format("truetype");
}
@font-face {
    font-family: "Mont-Black";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../fonts/Mont/Mont-Heavy.woff2") format("woff2"),
        url("../fonts/Mont/Mont-Heavy.woff") format("woff");
}
@font-face {
    font-display: swap;
    font-family: "Gilroy-Medium";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Gilroy-Medium_2.woff);
    src: local("Gilroy-Medium"), local("Gilroy-Medium"),
        url(../fonts/Gilroy-Medium.woff2) format("woff2"),
        url(../fonts/Gilroy-Medium_2.woff) format("woff");
}
@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/icomoon.eot");
    src: url("../fonts/icomoon/icomoon.eot") format("embedded-opentype"),
        url("../fonts/icomoon/icomoon.ttf") format("truetype"),
        url("../fonts/icomoon/icomoon.woff") format("woff"),
        url("../images/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-new-check:before {
    content: "";
}
.icon-top-arrow:before {
    content: "";
}
.icon-close:before {
    content: "";
}
.icon-arrow-bottom:before {
    content: "";
}
.icon-check:before {
    content: "";
}
.icon-hamburger:before {
    content: "";
}
.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;
    }
}
.header .header-nav-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-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 769px) {
    .header .header-nav-wrap {
        display: none;
    }
}
@media (max-width: 1024px) {
    .header .header-nav-wrap {
        width: auto;
    }
}
.header .header-nav-wrap .img-wrap {
    height: 88px;
    max-width: 88px;
    min-width: 88px;
    right: 0;
    width: 100%;
}
.header .header-nav-wrap .img-wrap img {
    width: 100%;
    height: auto;
}
@media (max-width: 1023px) {
    .header .header-nav-wrap .img-wrap {
        visibility: hidden;
        height: 0;
    }
}
.header .header-menu-wrap {
    position: fixed;
    top: 67px;
    right: -220px;
    padding: 20px 0 15px;
    max-width: 220px;
    width: 100%;
    background: #000;
    border-radius: 17px;
    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;
    z-index: 5;
    opacity: 0;
    -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;
    transition-property: right, opacity;
}
.header .header-menu-wrap.visible {
    right: 15px;
    opacity: 1;
}
@media (min-width: 1024px) {
    .header .header-menu-wrap {
        max-width: 100%;
        position: static;
        width: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: inherit;
        border: none;
        padding: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
    }
}
.header .link {
    margin-bottom: 0;
    padding: 0 15px;
}
@media (min-width: 1024px) {
    .header .link {
        margin-right: 22px;
        margin-bottom: 0;
    }
}
@media (max-width: 768px) {
    .header .link:not(:nth-last-child(-n + 2)) {
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }
}
.header .link:last-child {
    margin: 0;
}
.header .link a {
    padding: 10px 13px;
    font-family: "Mont-SemiBold", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    border-radius: 23px;
    display: inline-block;
    text-align: center;
    -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;
}
.header .link a:hover {
    background: var(--main-menu-link-hover);
    color: #fff;
}
@media (min-width: 1024px) {
    .header .link a {
        min-width: 106px;
        width: 100%;
        padding: 10px 10px;
        background: var(--header-nav-bg);
        color: var(--text-header-color);
        border-radius: 23px;
    }
}
.header .trigger-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 769px) {
    .header .trigger-menu {
        display: none;
    }
}
.header .trigger-menu i {
    font-size: 15px;
    color: var(--text-header-color);
}
.footer {
    padding: 40px 0 80px;
}
@media (min-width: 1023px) {
    .footer {
        padding: 58px 0 100px;
    }
}
.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;
    }
}
.footer .icon-wrap-bottom,
.footer .description-info {
    margin-bottom: 56px;
}
.footer .icon-wrap-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer .icon-wrap-bottom a > * {
    pointer-events: none;
}
.footer .description-info {
    text-align: center;
    font-size: 12px;
}
.footer .links-wrap {
    max-width: 419px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .links-wrap .link {
    font-size: 12px;
    line-height: 1.25;
    margin-right: 45px;
}
@media (min-width: 769px) {
    .footer .links-wrap .link {
        font-size: 16px;
    }
}
.footer .links-wrap .link a {
    color: #fff;
}
.footer .links-wrap .link:last-child {
    margin: 0;
}
* {
    -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-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;
}
body.overflow-hidden {
    overflow-y: hidden;
}
body.overflow-hidden .dark-bg {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
button {
    padding: 0;
    border: none;
    cursor: pointer;
}
.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%;
}
@media (min-width: 769px) {
    .main-background {
        height: 973px;
    }
    .main-background .background-block-desk {
        display: block;
    }
    .main-background .background-block-mob {
        display: none;
    }
}
.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;
}
.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 {
        text-align: center;
    }
    .main-banner .title-wrap .mob-banner-text {
        display: none;
    }
    .main-banner .title-wrap p {
        text-align: center !important;
        display: block;
    }
}
.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: 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 a > * {
    pointer-events: none;
}
.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;
    left: -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 {
    position: relative;
    background: #fff;
    border-radius: 10px;
    min-height: 141px;
    border: 1px solid #fff;
}
@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: 10px 9px;
    }
}
.brands-posts .logo-wrap,
.brands-posts .description-container,
.brands-posts .rate-wrap,
.brands-posts .score-wrap,
.brands-posts .pay-system-wrap {
    position: relative;
}
@media (min-width: 841px) {
    .brands-posts .logo-wrap:after,
    .brands-posts .description-container:after,
    .brands-posts .rate-wrap:after,
    .brands-posts .score-wrap:after,
    .brands-posts .pay-system-wrap:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 84px;
        border: 1px solid #d4d2d1;
    }
}
.brands-posts .description-container,
.brands-posts .rate-wrap,
.brands-posts .score-wrap,
.brands-posts .links-column,
.brands-posts .pay-system-wrap {
    padding: 0 10px;
}
@media (max-width: 840px) {
    .brands-posts .description-container,
    .brands-posts .rate-wrap,
    .brands-posts .score-wrap,
    .brands-posts .links-column,
    .brands-posts .pay-system-wrap {
        padding: 0;
    }
}
@media (max-width: 1023px) and (min-width: 841px) {
    .brands-posts .description-container,
    .brands-posts .rate-wrap,
    .brands-posts .score-wrap,
    .brands-posts .links-column,
    .brands-posts .pay-system-wrap {
        padding: 0 13px;
    }
}
@media (min-width: 1025px) {
    .brands-posts .description-container,
    .brands-posts .rate-wrap,
    .brands-posts .score-wrap,
    .brands-posts .links-column,
    .brands-posts .pay-system-wrap {
        padding: 0 15px;
    }
}
@media (min-width: 1201px) {
    .brands-posts .description-container,
    .brands-posts .rate-wrap,
    .brands-posts .score-wrap,
    .brands-posts .links-column,
    .brands-posts .pay-system-wrap {
        padding: 0 24px;
    }
}
.brands-posts .description-container,
.brands-posts .rate-wrap,
.brands-posts .score-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;
}
.brands-posts .logo-wrap {
    width: 50%;
    padding-right: 10px;
}
@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;
    }
}
@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;
    }
}
.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brands-posts .logo-wrap .logo > a {
    margin-bottom: 4px;
    display: block;
}
@media (min-width: 841px) {
    .brands-posts .logo-wrap .logo > a {
        width: 100%;
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
}
@media (max-width: 840px) {
    .brands-posts .logo-wrap .logo > a {
        height: 48px;
    }
}
.brands-posts .logo-wrap .logo img {
    object-fit: contain;
    width: 80%;
}
@media (min-width: 841px) {
    .brands-posts .logo-wrap .logo img {
        width: 60%;
    }
}
@media (max-width: 840px) {
    .brands-posts .logo-wrap .logo img {
        width: 100%;
        height: 48px;
    }
}
@media (max-width: 540px) {
    .brands-posts .logo-wrap .logo .brand-logo {
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 0 5px;
    }
}
@media (min-width: 841px) {
    .brands-posts .logo-wrap .logo {
        padding: 0;
        border-radius: 16px 0 0 16px;
    }
}
.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 .stars-wrap img {
    width: 16px;
    height: 16px;
}
.brands-posts .logo-wrap .rate-wrap-mobile .text {
    font-size: 12px;
    line-height: 1.25;
    color: #000;
}
.brands-posts .description-container {
    max-width: 152px;
    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 .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;
}
@media (min-width: 841px) {
    .brands-posts .description .strong {
        font-size: 24px;
    }
}
.brands-posts .description span {
    margin-bottom: 8px;
    display: inline-block;
}
.brands-posts .description span:last-child {
    margin-bottom: 0;
}
@media (max-width: 840px) {
    .brands-posts .description span {
        margin-bottom: 4px;
    }
    .brands-posts .description span:last-child {
        margin-bottom: 4px;
    }
}
.brands-posts .rate-wrap {
    max-width: 136px;
    width: 100%;
}
.brands-posts .rate-wrap .text {
    font-size: 16px;
    line-height: 1.25;
    color: #333;
}
.brands-posts .rate-wrap .stars-wrap {
    margin: 2px 0;
}
.brands-posts .rate-wrap .stars-wrap img {
    width: 23px;
    height: 23px;
}
.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 .rate-wrap-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 841px) {
    .brands-posts .rate-wrap-mobile {
        display: none;
    }
}
.brands-posts .count {
    font-family: "Mont-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-size: 48px;
    line-height: 1;
    color: #000;
}
.brands-posts .pay-system-wrap {
    max-width: 105px;
    width: 100%;
}
.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 {
    max-width: 24px;
    max-height: 24px;
    width: 100%;
    margin: 0 4px 4px;
    display: block;
}
.brands-posts .pay-system-wrap .payment-icon-wrap a {
    display: block;
}
@media (min-width: 841px) {
    .brands-posts .pay-system-wrap .payment-icon-wrap {
        margin: 0 2px 2px;
    }
}
@media (min-width: 991px) {
    .brands-posts .pay-system-wrap .payment-icon-wrap {
        margin: 0 10px 5px;
        max-width: 36px;
        max-height: 36px;
    }
}
.brands-posts .pay-system-wrap .payment-icon-wrap img {
    width: 100%;
    height: 100%;
    display: block;
}
@media (min-width: 991px) {
    .brands-posts .pay-system-wrap {
        max-width: 156px;
    }
}
@media (max-width: 840px) {
    .brands-posts .pay-system-wrap {
        margin-bottom: 4px;
    }
}
.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: 8px;
    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: 841px) {
    .brands-posts .links-column .link-bonus {
        border-radius: 4px;
    }
}
@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;
    transition: 0.3s ease;
}
.posts-info .brands .brands__item:hover .brands__item-content {
    transform: translateY(10px);
    height: 100%;
    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;
}
.posts-info .brands .theme-light .brands__item {
    background: #c5d5ff;
}
.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__item-content {
    transition: 0.3s ease;
}
/* .posts-info .brands .brands__img {
    display: block;
    margin: 0 auto 76px;
    max-width: 100%;
    width: 297px;
    border-radius: 30px;
    height: 297px;
    object-fit: cover;
    pointer-events: none;
    box-shadow: 0 0 24px rgba(150, 150, 178, 0.25);
} */
.posts-info .brands .brands__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    text-transform: capitalize;
    color: #000;
    text-align: center;
    margin-bottom: 7px;
}
.posts-info .brands .theme-light .brands__title {
    color: #333235;
}
.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 .theme-light .brands__description {
    color: #151515;
}
.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__item:last-of-type {
        margin-right: 0;
    }
    .posts-info .brands .brands__img {
        width: 148px;
        max-height: 148px;
        margin-bottom: 40px;
    }
    .posts-info .brands .brands__title {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 7px;
    }
    .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;
    }
    .posts-info .brands .brands__item-content .base-btn {
        height: 34px;
        font-size: 14px;
    }
} /*# sourceMappingURL=home-page.css.map */
