.logo-block {
    font-size: 0;
    line-height: 1;
}

.logo-block img {
    width: auto;
    max-width: 100px;
}

@media (min-width: 1240px) {
    .logo-block img {
    }
}

.header {
    min-height: 80px;
}

.header-fix {
    padding: 20px 0 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #0D051E;
}

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

.header-logo {
    min-height: 40px;
}

.header-toogle {
}

.header-nav {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
    display: none;
}

.header-navigation {
}

.header-buttons {
    font-size: 0;
    line-height: 1;
    padding-top: 20px;
}

.header-adaptbuttons {}

a.header-button, .header-button, .geo_error_content a {
    min-width: 140px;
    padding: 12px 0;
    font-family: inherit;
    font-size: 16px;
}

.header-adaptbuttons a.header-button,
.header-adaptbuttons .header-button {
    padding: 7px;
    min-width: auto;
}



@media (min-width: 400px) and (max-width: 1239.98px) {
    .header-main {}
    .header-toogle {
        min-width: 80px;
        text-align: right;
    }
}

.header-button + .header-button {
    margin-left: 12px;
}

.header-adaptbuttons .header-button + .header-button {
    margin-left: 6px;
}

.nav-open .header-nav {
    display: block;
}

.menutoggle {
    font-size: 0;
    line-height: 1;
}

.menutoggle-close {
    display: none;
}

.nav-open .menutoggle-close {
    display: block;
}

.nav-open .menutoggle-burger {
    display: none;
}

.navigation {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 163px);
    margin: 0 -16px;
    padding: 0 16px;
}

.menu {
    color: #DCDCDC;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    /* 20.4px */
    border-bottom: 1px solid #595959;
}

.menu>li {
    border-top: 1px solid #595959;
    padding: 16px 0;
}

.menu .sub-menu {
    display: none;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 16px 0;
    margin: 0;
}

.menu .submenu-open .sub-menu {
    display: block;
}

.linkblock {
    position: relative;
}

.linkblock__toggle {
    font-size: 0;
    line-height: 1;
    position: absolute;
    top: 0;
    right: -11px;
    height: 100%;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
    display: none;
}

.menu-item-has-children > .linkblock .linkblock__toggle {
    display: block;
}

.submenu-open > .linkblock .linkblock__toggle {
    transform: rotate(180deg);
}

.linkblock a {
    display: block;
    padding-top: 22px;
    padding-bottom: 20px;
}

.linkblock a:visited {
    color: inherit;
}

.linkblock a:hover, .linkblock a:focus {
    color: inherit;
}

.menu .sub-menu .linkblock a {
    padding: 13px 0 18px 16px;
}

.hero {
    position: relative;
}

.hero-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-main {
    padding: 69px 0 79px 0;
}

.home .hero-main {
    padding: 64px 0 64px 0;
}

.hero-content {
    border-radius: 16px;
    border: 2px solid rgba(119, 118, 121, 0.15);
    background: rgba(38, 35, 40, 0.70);
    box-shadow: 0px 310px 87px 0px rgba(0, 0, 0, 0.00), 0px 198px 79px 0px rgba(0, 0, 0, 0.01), 0px 112px 67px 0px rgba(0, 0, 0, 0.02), 0px 50px 50px 0px rgba(0, 0, 0, 0.03), 0px 12px 27px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(4px);
    margin-left: auto;
    padding: 23px 22px 22px 22px;
    max-width: 644px;
    min-height: 370px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .hero-content {
        margin-right: auto;
    }
}

.home .hero-content {
    max-width: 364px;
}

.hero-title {
    color: #FFF;
    text-align: center;
    font-family: var(--font-third);
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    min-height: 130px;
}

home .hero-title {
    font-size: 32px;
    font-weight: 700;
    min-height: auto;
}

.hero-subtitle {
    color: #FFD43B;
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
    font-style: italic;
    font-weight: 600;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    margin-top: 13px;
    margin-bottom: 20px;
    padding-top: 40px;
    font-family: var(--font-secondary);
}

.home .hero-subtitle {
    padding-top: 24px;
    margin-bottom: 71px;
}

.hero-description {
}

.hero-description ul:first-child, .hero-description p:first-child {
    margin-top: 0;
}

.hero-description ul:last-child, .hero-description p:last-child {
    margin-bottom: 0;
}

.hero-description ul {
    color: #F0B5FF;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    list-style: disc outside;
    padding-left: 30px;
}

.hero-description ul li {
}

.hero-description ul li:before {
    content: '';
}

.hero-control {
    padding: 19px 12px 0 12px;
    max-width: 316px;
    margin: 0 auto;
    width: 100%;
    margin-top: auto;
}

.home .hero-control {
    padding: 93px 12px 0 12px;
    max-width: none;
    margin: 0;
}

a.hero-button, .hero-button {
    width: 100%;
    color: #0D051E;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}

.badges {
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 115%;
    /* 11.5px */
    border-radius: 5px 0px 6px 0;
    background: #FFB607;
    text-transform: uppercase;
    padding: 3px 15px 4px 15px;
}

.badges-item {
    display: inline;
}

.badges-item:after {
    content: ', ';
}

.badges-item:last-child:after {
    display: none;
}

.rating {
    display: flex;
    line-height: 1;
    justify-content: center;
}

.rating-stars {
    width: 89px;
    height: 18px;
    position: relative;
    background-image: url(../img/star-bg.svg), url(../img/star-bg.svg), url(../img/star-bg.svg), url(../img/star-bg.svg), url(../img/star-bg.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 18px 18px, 18px 18px, 18px 18px, 18px 18px, 18px 18px;
    background-position: 0 0, 18px 0, 36px 0, 54px 0, 72px 0;
}

.rating-stars:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 100%;
    background-image: url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg), url(../img/star.svg);
    background-repeat: inherit;
    background-size: inherit;
    background-position: inherit;
    max-width: var(--percent);
}

.reviews {
    position: relative;
    z-index: 1;
}

.reviews-main {
}

.reviews-title {
    display: none;
    color: #E1E1E1;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-weight: 600;
    line-height: 115%;
    /* 23px */
    margin-bottom: 15px;
}

.reviews-list {
}

.review-badges {
    position: absolute;
    top: 0;
    left: 0;
}

.review-badges:after {
    content: '';
    display: table;
    clear: both;
}

.review-badges .badges {
    float: left;
}

.reviews-item {
    padding: 4px 0;
}

.review {
    border-radius: 6px;
    border: 1px solid #CBD6E2;
    background: #FFF;
    box-shadow: 0px 16px 32px -4px rgba(0, 28, 60, 0.10), 0px 4px 4px -4px rgba(0, 28, 60, 0.05);
    height: 72px;
    position: relative;
}

.review--highlight {
    border-color: #ffb607;
    height: 75px;
}

.review-main {
    padding: 1px 7px 0 11px;
    height: 100%;
}

@media (max-width: 374.98px) {
    .review-main {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.review-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100%;
    margin: 0 -5px;
}

.review-col {
    height: auto;
    padding: 0 5px;
}

.review-col--lg {
    display: none;
}

.review-col--rating {
}

.review-num {
    color: #5F6265;
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 600;
    line-height: 115%;
    border-radius: 4px;
    background: #F3F3F3;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0 0px 0;
}

.review--highlight .review-num {
    background: none;
    color: #00A4FF;
}

.review-picture {
    height: 100%;
    max-width: 84px;
}

.review-picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-rating {
}

.review-bonus {
}

.review-options {
    color: #50535B;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.14;
}

.review-options li {
    background-image: url(../img/checkmark.svg);
    background-repeat: no-repeat;
    background-position: 1px -3px;
    margin: 16px 0;
    padding-left: 37px;
}

.review-control {
}

.review-button {
    border-radius: 4px;
    background: #001C3C;
    border: 1px solid #001C3C;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 25px 12px 26px;
    transition: all 0.3s ease 0s;
}

.review-button:hover, .review-button:focus {
    color: #001C3C;
    background: none;
}

.page-content {
    padding-top: 49px;
    padding-bottom: 50px;
}

.entry-content {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.entry-content>p>img, .entry-content>img {
}

.entry-content h2,
.entry-content .h2 {
    color: var(--accent-color);
    font-size: 32px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 24px 0;
}

.entry-content>h2:first-child {
    margin-top: 0;
}

.entry-content>h3 {
    color: #F0B5FF;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 62px;
}

.entry-content p {
    margin: 18px 0 18px 0;
}

.entry-content .table-layout {
    overflow: auto;
    margin: 0 0 0 -16px;
    padding-left: 16px;
}

.entry-content table {
    border-collapse: collapse;
    border: none;
    min-width: 100%;
}

.entry-content table tr {
}

.entry-content table th, .entry-content table td {
    border: 1px solid #CDCDCD;
    padding-left: 15px;
    padding-right: 24px;
}

.entry-content table th {
    text-align: left;
    font-weight: 600;
    color: #292B34;
    border: none;
    padding-bottom: 11px;
}

.entry-content table td {
    padding-top: 6px;
    padding-bottom: 7px;
}

.entry-content ul, .entry-content ol {
    margin: 26px 0;
}

.entry-content ul {
    list-style: disc;
    padding-left: 24px;
}

.entry-content ol {
}

.entry-content ul li, .entry-content ol li {
    margin-bottom: 26px;
}

a.content-button, .content-button {
    max-width: 100%;
    width: 292px;
    font-size: 15px;
    font-family: inherit;
    padding: 13px 0 12px 0px;
}

.welcome {
    padding-top: 48px;
    padding-bottom: 40px;
    margin-bottom: 104px;
}

.welcome:after {
    content: '';
    display: table;
    clear: both;
}

.welcome img {
    float: right;
    width: 440px;
    margin-left: 60px;
}

.welcome h2 {
}

.welcome p {
}

.welcome .button {
    display: block;
    max-width: 292px;
    margin-top: 47px;
    padding: 13px 0 12px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 768px) {
    .welcome {
        padding-top: 15px;
        margin-bottom: 0;
    }
}

.why {
    margin-bottom: 95px;
    border-radius: 16px;
    border: 3px solid rgba(119, 118, 121, 0.15);
    background: rgba(38, 35, 40, 0.70);
    margin-top: 108px;
    padding: 46px 50px 45px 50px;
}

.why:after {
    content: '';
    display: table;
    clear: both;
}

.why img {
    float: left;
    width: 272px;
    margin-right: 65px;
    margin-top: 3px;
}

.why h2 {
}

.why p {
}

.why .button {
    max-width: 292px;
    padding: 12px 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 29px;
    width: 100%;
}

@media (max-width: 768px) {
    .why {
        padding: 15px 20px 15px 20px;
        margin-top: 30px;
    }
}

.shortcontent {
    color: #D2CDCD;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 59px;
}

.shortcontent h2 {
    margin-bottom: 10px;
}

.shortcontent p {
    margin: 16px 0 16px 0;
}

.cards {
    padding: 20px 0;
    margin-top: 20px;
    margin-bottom: 50px;
}

.cards-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.cards-list.slick-initialized {
    display: block;
}

.cards-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 16px;
}

@media (min-width: 768px) {
    .cards-item {
        width: 50%;
    }
}

@media (min-width: 1240px) {
    .cards-item {
        width: 33.33333333%;
    }
}

@media (max-width: 768px) {
    .cards {
        margin-bottom: 0;
    }
}

.cardsblock {
    border-radius: 16px;
    border: 2px solid rgba(119, 118, 121, 0.15);
    background: rgba(38, 35, 40, 0.70);
    box-shadow: 0px 310px 87px 0px rgba(0, 0, 0, 0.00), 0px 198px 79px 0px rgba(0, 0, 0, 0.01), 0px 112px 67px 0px rgba(0, 0, 0, 0.02), 0px 50px 50px 0px rgba(0, 0, 0, 0.03), 0px 12px 27px 0px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(4px);
    padding: 32px 32px 30px 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cardsblock-imageblock {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 93.2%;
    margin: 0 11px;
}

.cardsblock-imageblock>* {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cardsblock-imageblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cardsblock-title {
    color: #DA8500;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    padding-top: 25px;
    min-height: 85px;
}

.cardsblock-control {
    padding-top: 32px;
    margin: 0 -2px;
    margin-top: auto;
}

.cardsblock--in-slider .cardsblock-control {
    padding-top: 36px;
}

a.cardsblock-button, .cardsblock-button {
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
    display: block;
    padding: 15px 10px 15px 10px;
}

a.cardsblock-button--yellow, .cardsblock-button--yellow {
    padding: 12px 10px 12px 10px;
    color: #0D051E;
}

.block-style-dark {
    border-radius: 16px;
    border: 3px solid rgba(119, 118, 121, 0.15);
    background: rgba(38, 35, 40, 0.70);
    padding: 44px 45px 23px 46px;
    margin-bottom: 96px;
}

@media (max-width: 768px) {
    .block-style-dark {
        padding: 24px 25px 3px 26px;
    }
}

.textblock {
    padding: 51px 0;
}

@media (max-width: 768px) {
    .textblock {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.textblock h3 {
    color: #F0B5FF;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 62px;
}

.benefits {
    border-radius: 10px;
    background: #262030;
    margin-top: 49px;
    padding: 49px 61px 21px 32px;
    margin-bottom: 70px;
}

.benefits:after {
    content: '';
    display: table;
    clear: both;
}

.benefits-picture {
    float: right;
    padding-top: 44px;
}

.benefits img {
    width: 336px;
    margin-left: 60px;
}

.benefits h2 {
    color: #FFF;
    /* 48px */
    margin-bottom: 24px;
}

.benefits p {
}

.benefits ul {
    color: #F0B5FF;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: italic;
    line-height: 160%;
    /* 32px */
    text-transform: uppercase;
    margin-top: 24px;
    padding-left: 30px;
}

.benefits ul li {
    margin: 0;
}

@media (max-width: 768px) {
    .benefits {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .benefits-picture {
        padding-top: 0;
    }

    .benefits img {
        margin-left: 0;
    }
}

.rules {
    padding-top: 2px;
}

.entry-content h2.rules-title, .rules-title {
    color: #FFF;
}

.rules h3 {
    color: #FFD529;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.48px;
}

.rules em, .rules i {
    color: #F0B5FF;
    font-family: var(--font-secondary);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    text-transform: uppercase;
}

.rules p {
    margin: 17px 0 17px 0;
}

.rules-list {
}

.rules-item {
    padding-bottom: 6px;
}

.faq {
    margin-top: 57px;
    margin-bottom: 30px;
    border-radius: 16px;
    border: 3px solid rgba(119, 118, 121, 0.15);
    background: rgba(38, 35, 40, 0.70);
    padding: 46px 45px 47px 46px;
}

.faq-header {
    padding-bottom: 24px;
}

.faq-title {
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 48px */
    letter-spacing: -0.64px;
    font-weight: 600;
    /* 27.6px */
}

.faq-divider {
}

.faq-description {
    color: #50535B;
    padding-top: 16px;
    line-height: 150%;
}

.faq-description p:first-child {
    margin-top: 0;
}

.faq-description p:last-child {
    margin-bottom: 0;
}

.faq-content {
}

.faq-list {
}

.faq-item {
    padding: 4px 0;
    border-bottom: 1px solid #E9EAEB;
}

.faq-item:last-child {
    border-block-color: transparent; }

.faqblock {
}

.faqblock-title {
    position: relative;
    color: #FFD529;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    padding: 21px 30px 27px 0;
}

.faqblock-title:before, .faqblock-title:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    right: 0px;
}

.faqblock-title:before {
    background-image: url(../img/minus-circle.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.faqblock-title:after {
    background-image: url(../img/plus-circle.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.open > .faqblock-title:after {
    background-image: none;
}

.open > .faqblock-title:before {
    opacity: 1;
}

.faqblock-content {
    display: none;
    font-size: 14px;
    line-height: 150%;
}

.faqblock-text {
    color: #DEDEDE;
    font-size: 18px;
    line-height: 150%;
    /* 27px */
    padding: 11px 60px 28px 0;
}

.faqblock-text p:first-child, .faqblock-text ul:first-child {
    margin-top: 0;
}

.faqblock-text p:last-child, .faqblock-text ul:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .faq {
        margin-top: 10px;
        padding: 26px 25px 27px 26px;
    }

    .faqblock-text {
        padding-right: 0;
    }
}

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

@media (max-width: 768px) {
    .footer {
        margin-top: 20px;
    }
}

.footer-main {
    padding: 0 32px;
}

.footer-top {
    padding-bottom: 58px;
}

.footer-toprow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.footer-topcol {
    padding: 0 16px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
}

.footer-topcol--nav {
}

.footer-topcol--form {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.footer-logo {
    margin-bottom: 26px;
}

.footer-navigation {
}

.footer-nav {
}

.footer-menu {
    color: #DCDCDC;
    /* Text md/Semibold */
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.footer-menu>li {
    padding: 10px 16px;
}

.footer-subscribe {
    max-width: 360px;
    margin-top: 16px;
}

.footer-bottom {
    border-top: 1px solid #E9EAEB;
    padding-top: 26px;
}

.footer-bottomrow {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
    justify-content: space-between;
}

.footer-bottomcol {
    padding: 10px 16px;
}

.footer-bottomcol--copy {
}

.footer-bottomcol--nav {
}

.footer-copyright {
}

.footer-copynavigation {
}

.footer-copynav {
}

.copyright-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.copyright-menu > li {
    padding: 0 8px;
}

.subscribe {
}

.subscribe-header {
    padding-bottom: 16px;
}

.subscribe-title {
    color: #181D27;
    /* Text sm/Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
}

.subscribe-content {
}

.subscribe-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.subscribe-col {
    padding: 0 8px;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
}

.subscribe-col--field {
}

.subscribe-col--button {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.subscribe-field {
    border-radius: 8px;
    border: 1px solid #D5D7DA;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    height: 44px;
    display: block;
    width: 100%;
    color: #717680;
    /* Text md/Regular */
    font-size: 16px;
    line-height: 1;
    /* 150% */
    padding-left: 14px;
    font-family: inherit;
}

.subscribe-fieldblock {
}

.subscribe-submitblock {
    position: relative;
}

.subscribe-submitblock .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
}

.subscribe-submit {
    width: 140px;
    padding: 13px 0 12px;
    font-family: inherit;
}

.providers {
    padding-top: 7px;
    padding-bottom: 10px;
    margin-bottom: 118px;
}

.providers-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -23px;
}

.providers-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 14px 16px 14px;
}

@media (min-width: 768px) {
    .providers-item {
        width: 50%;
    }
}

@media (min-width: 1240px) {
    .providers-item {
    }
}

@media (max-width: 768px) {
    .providers {
        margin-bottom: 40px;
    }
}

.providersblock {
    position: relative;
    border-radius: 12px;
    border: 2px solid #E2D5F7;
    background: #FFF;
    overflow: hidden;
}

.providersblock-imageblock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 1;
}

.providersblock-imageblock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.providersblock-content {
    position: relative;
    background: linear-gradient(90deg, rgba(32, 5, 12, 0.00) 5.06%, #120612 78.9%);
    Selection colors Hex; display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: right;
    min-height: 321px;
    padding: 0 30px 32px;
}

.providersblock-logoblock {
    display: flex;
    align-items: center;
    justify-content: start;
    min-height: 130px;
    width: 320px;
    max-width: 100%;
    margin-left: auto;
}

.providersblock-control {
    margin-top: auto;
}

a.providersblock-button, .providersblock-button {
    padding: 15px 0 15px 0;
    border-radius: 6px;
    width: 100%;
    max-width: 240px;
}

@media (min-width: 1240px) {
    .header {
    }

    .header-fix {
        box-shadow: 0 0 5px 0 #0D051E;
        padding: 18px 0;
    }

    .header-main {
        /* align-items: start; */
    }

    .header-logo {
    }

    .header-toogle {
        display: none;
    }

    .header-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: auto;
        flex: 1 0 0%;
        padding: 0 0 0 25px;
    }

    .header-navigation {
        display: flex;
        flex-wrap: wrap;
    }

    .header-adaptbuttons {
        display: none;
    }

    .header-buttons {
        padding-top: 0;
        margin-left: auto;
    }

    .header-button {
    }

    .nav-open .header-nav {
    }

    .menutoggle {
    }

    .menutoggle-close {
    }

    .nav-open .menutoggle-close {
    }

    .nav-open .menutoggle-burger {
    }

    .navigation {
        overflow: visible;
        max-height: none;
        margin: 0;
        padding: 0;
    }

    .menu {
        border: none;
        display: flex;
        align-items: center;
        /* 20.4px */
        Content; }

    .menu>li {
        border: none;
        position: relative;
        padding: 0 16px;
    }

    .menu .sub-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 12px;
        border: 2px solid rgba(64, 65, 71, 0.66);
        background: #292B34;
        padding: 9px 0 9px 0;
        min-width: 100%;
        font-size: 17px;
        line-height: 1;
        font-weight: 500;
        min-width: 150px;
        margin-left: -3px;
        white-space: nowrap;
    }

    .menu .submenu-open .sub-menu {
        display: none;
    }

    .menu .menu-item-has-children:hover .sub-menu {
        display: block;
    }

    .menu .submenu-open .sub-menu {
    }

    .linkblock {
    }

    .menu-item-has-children > .linkblock {
    }

    .menu-item-has-children > .linkblock a {
        padding-right: 32px;
    }

    .linkblock__toggle {
    }

    .menu-item-has-children > .linkblock .linkblock__toggle {
        right: -3px;
    }

    .submenu-open > .linkblock .linkblock__toggle {
        transform: rotate(0deg);
    }

    .linkblock a {
        padding: 11px 0;
    }

    .linkblock a:visited {
    }

    .linkblock a:hover, .linkblock a:focus {
    }

    .menu .sub-menu .linkblock a {
        padding: 15px 21px 14px 21px;
    }
}

.slick-slider {
    overflow: visible;
}

.slick-list {
    /* overflow: visible; */
}

.slick-arrow {
    font-size: 0;
    line-height: 1;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.slick-arrow:hover, .slick-arrow:focus {
}

.slick-arrow:hover svg *, .slick-arrow:focus svg * {
}

.slick-disabled {
}

.slick-prev {
    right: 100%;
    margin-right: -8px;
}

.slick-next {
    left: 100%;
    margin-left: -8px;
}

.slick-dots {
    font-size: 0;
    line-height: 1;
    text-align: center;
    border: 1px solid #F0F0F0;
    border-radius: 100px;
    display: inline-block;
    margin-top: 12px;
    padding: 3px 11px 3px 11px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.entry-content ul.slick-dots {
    padding: 3px 11px 3px 11px;
}

.slick-dots li {
    display: inline-block;
    padding: 4px;
}

.entry-content .slick-dots li {
    margin-bottom: 0;
}

.slick-dots li.slick-active {
}

.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
}

.slick-dots li.slick-active button {
    background: #7A7A7A;
}
