@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-variant-numeric: slashed-zero;
}
img.aligncenter {
    display: block;
    margin: 0 auto;
}

img.alignleft {
    float: left;
    margin: 0 15px 15px 0; /* отступ справа и снизу */
}

img.alignright {
    float: right;
    margin: 0 0 15px 15px; /* отступ слева и снизу */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background: #181613;
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    box-sizing: border-box;
}
.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
}
.header_top_right > div {
    display: flex;
    gap: 8px;
    align-items: center;
}
.btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    width: fit-content;
    letter-spacing: 3%;
    padding: 12px;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
}
.btn svg {
    margin-left: 8px;
}

.header_menu ul {
    display: flex;
    padding: 8px;
    background: #23211D;
    border-radius: 0;
    align-items: center;
    justify-content: space-between;
}
.header_wrap_top {
	background: #181613;
	margin-bottom: 32px;
}
.header_top .btn.btn_v1 {
	background: transparent;
	color: #ffffff;
	border: 1px solid #FBE3AF;
}
.header_top .btn.btn_v2 {
	background: linear-gradient(270deg, #FBE3AF 0%, #BB9E66 100%);
	color: #000000;
}
.header_top .btn.btn_v3 {
	color: #ffffff;
	background:#3C3730;
	border-color: #3C3730;
}
.header_top .btn.btn_v3:hover {
	color: #ffffff;
/*     border: 1px solid #10366B; */
    background: transparent;
	opacity: .5;
}
.header_menu ul li a {
    padding: 12px 16px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s linear;
    font-size: 14px;
	background: #3C3730;
    color: #FFFFFF99 !important;
    line-height: 16px;
    text-align: center;
	border-radius: 0;
}
.header_menu ul li a:hover {
	color: #ffffff;
   
}
.btn.btn_v1 {
    color: #000000;
   background: linear-gradient(270deg, #FBE3AF 0%, #BB9E66 100%);
}
.btn.btn_v1:hover {
    opacity: .7;
}
.btn.btn_v2 {
   color: #ffffff;
   background: #10366B;
}
.btn.btn_v2:hover {
    opacity: .7;
}
.btn.btn_v3 {
    color: #ffffff;
    border: 1px solid #10366B;
    background: transparent;
 }
.btn.btn_v3:hover {
    background: #10366B;
    color: #ffffff;
}
.header_top_right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.hero_title {
    font-weight: 900;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color:#FBE3AF;
    margin-bottom: 16px;
}
.btn_big {
    padding: 16px;
}
.hero_title span {
    color: #ffffff;
}
.hero_text {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 24px;
}
.hero_block {
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 32px;
}
.hero_wrap {
    max-width: 540px;
}
.hero_wrap_image {
    padding: 75px 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    background-position: center;
}
.card_block_item svg path {
    fill: #040404;
}
.card_block_item {
    background: radial-gradient(90.38% 208.16% at 82.11% 216.38%, #FFBC44 0%, #05221E 100%);
   	border: 1px solid #F2EBDA;
    border-radius: 0;
}
.card_block_title {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 8px;
}
.card_block_item {
    padding: 24px;
    position: relative;
}
.card_block_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}
.card_block_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 20px;
}
.card_block_item > img {
    position: absolute;
    bottom: 0;
    right: 15px;
    max-width: 100px;
}
.card_block_list_wrap {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}
.card_block_list_item img {
    display: block;
    width: 100%;
}
/* .card_block_list_item:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(228, 88, 250, 0) 46.25%, #E458FA 60.92%);
} */
.card_block_list_item_overflow {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(228, 88, 250, 0) 46.25%, #E458FA 60.92%);
}
.card_block_list_item {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}
.card_block_list_item_wrap {
    position: absolute;
    bottom: 8px;
    width: 100%;
    z-index: 5;
}
.card_block_list_item_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}
.card_block_list_item_text {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
}
.card_block_list_item_text_2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 8px;
}
.title {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 16px;
}
.margin {
    margin: 30px 0;
}
.button_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button_wrapper {
    margin-top: 16px;
}
.promotions_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
}
.promotions_item {
    border-radius: 0;
    overflow: hidden;
    padding: 24px;
    background-size: cover !important;
}
.promotions_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 8px;
}
.promotions_text {
    font-weight: 900;
    max-width: 200px;
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 35px;
}
.content .container {
    max-width: 870px;
}
.content h1 {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 16px;
    display: block;
}
.content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    margin: 16px 0;
}
.banner a {
    display: block;
}
.banner a img {
    border-radius: 0;
    display: block;
    width: 100%;
}
.banner {
    margin: 16px 0;
}
.content p a {
    color: #FFCF73;
    font-weight: 700;
}
.content p strong {
    font-weight: bold;
}
.content ol {
    counter-reset: my-counter;
    margin: 16px 0;
}
.content ol li {
    counter-increment: my-counter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    display: flex;
}
.content ol li a {
    color: #00EDA6;
    display: contents;
    font-weight: 700;
}
h2 a, h3 a, h4 a, h5 a {
    color: #00EDA6;
    font-weight: 700;
}
.content ol li:not(:last-child) {
    margin-bottom: 16px;
}
.content ol li:before {
    content: counter(my-counter);
    height: 24px;
    width: 24px;
    min-width: 24px;
    margin-right: 8px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C1A153;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    color:#000000;
}
.content h2 {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    margin: 16px 0;
    color: #ffffff;
    vertical-align: middle;
}
.content li strong, .content li b {
    font-weight: bold;
}
.header_menu ul li.current-menu-item a {
	border-bottom: 1px solid #FFBC44;
    border-radius: 0;
	color: #ffffff !important;
}
.content h3 {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    color: #ffffff;
    margin: 16px 0;
}
.content ul {
    margin: 16px 0;
}
.content ul li {
    font-weight: 400;
    color: #ffffff;
    font-size: 14px;
    padding-left: 25px;
    line-height: 20px;
    position: relative;
}
.content ul li:not(:last-child) {
    margin-bottom: 16px;
}
.content ul li:before {
    content: '';
    left: 4px;
    top: 6px;
    position: absolute;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 100%;
   background: #C1A153;
    display: block;
}
.player_reviews {
    margin: 32px 0;
    width: 100%;
}
body:not(.home) .player_reviews {
	 max-width: 800px;
}
.player_reviews_item {
    padding: 24px;
    background: #23211D;
    border-radius: 0;
    border-bottom: 3px solid #C1A153;
}
.player_reviews_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    min-height: 100px;
    margin-bottom: 8px;
}
.player_reviews_bottom {
    display: flex;
    align-items: center;
}
.player_reviews_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
    margin-left: 8px;
}
.player_reviews_bottom > img {
    max-width: 44px;
    display: block;
}
.title {
    position: relative;
}
.player_reviews .title .splide__arrow--next {
    right: 0;
}
.player_reviews .title .splide__arrow--prev {
    right: 30px;
    left: auto;
}
.splide__arrow {
    border-radius: 8px;
    background: transparent;
    border: 1px solid #3C3730;
}
.splide__arrow svg path {
    fill: #ffffff;
}
.faq_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 900;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    vertical-align: middle;
    color: #ffffff;
}
.faq_text, .faq_text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
}
.faq_text p:not(:last-child) {
    margin-bottom: 16px;
}
.faq_text {
    margin-top: 20px;
}
.faq_item:not(:last-child)::after {
    content: '';
    position: relative;
    display: block;
    height: 1px;
    margin-top: 20px;
    max-height: 1px;
    width: 100%;
    background: linear-gradient(270deg, rgba(143, 143, 143, 0) 0%, #8F8F8F 50%, rgba(143, 143, 143, 0) 100%);
}
.faq_item:not(:last-child) {
    margin-bottom: 20px;
}
.faq_title svg:not(.rotated) {
    transform: rotate(180deg);
}
.faq_title.active {
    color: #FBE3AF;
}
.footer {
    margin-top: 64px;
    padding: 32px 0;
    background: linear-gradient(180deg, #3C3730 0%, #181613 100%);
}
.footer_menus {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.footer_menu {
    display: flex;
    align-items: flex-start;
    gap: 0rem;
    flex: auto;
    width: calc(25% - 16px);
    justify-content: space-between;
}
.table_of_content_wrap {
    display: flex;
    align-items: center;
}
.table_of_content_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding: 12px 16px;
    color: #FFFFFF99;
    border-right: 1px solid #ECE3CB;
}
.table_of_content_wrap {
    padding: 8px;
    background: #23211D;
    border-radius: 0;
}
.table_of_content_items_wrap {
    width: 100%;
    overflow: auto;
}
.table_of_content {
    margin: 16px 0;
}
.table_of_content_items {
    display: flex;
	gap: 8px;
    width: max-content;
}
.table_of_content_wrap {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-gap: 10px;
}
.table_of_content_items a {
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
	border-radius: 0;
    transition: all .3s linear;
    line-height: 16px;
    text-align: center;
    padding: 12px 16px;
/* 	background: #00302A; */
    color: #FFFFFF;
}
.table_of_content_items a:hover {
    color:#FFFFFF;
}
.footer_menu ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-decoration: none;
    color: #99A3A1;
}
.footer_menu ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer_logos {
    margin: 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 60px;
    justify-content: center;
}
.footer_logos:after {
    content: '';
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    display: block;
}
.footer_logos:before {
    content: '';
    height: 1px;
    display: block;
    width: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.footer_copy {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
    text-align: center;
    color: #99A3A1;
}
.footer_copy svg {
    margin-left: 16px;
}
.footer_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #99A3A1;
}
.footer_logos img {
    display: block;
}
.breadcrumbs .home span {
    font-size: 0;
    background-image: url(/wp-content/uploads/2025/04/Vector-43.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    background-color:  #23211D;
    min-width: 28px;
    height: 28px;
    border-radius: 4px;
    display: block;
}
.breadcrumbs {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
}
.breadcrumbs span:not(:first-child) {
    background-color: #23211D;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 4px;
    border-radius: 4px;
    color: #ffffff;
}
body:not(.home) .hero_block {
    margin-top: 0;
}
.single_content_banner img {
    display: block;
    border-radius: 0;
    width: 100%;
}
.content ul li a {
    color: #00EDA6;
    font-weight: 700;
}
.single_content_banner {
    position: sticky;
    top: 15px;
    height: fit-content;
}
.single_content .container {
    display: grid;
    grid-template-columns: 1fr 320px;
    grid-gap: 16px;
}
.pros_cons_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.pros_cons_item {
    border-radius: 0;
    overflow: hidden;
    background: #001914;
}
.pros_cons_top {
    padding: 8px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    color: #ffffff;
}
.pros_cons_item:first-child .pros_cons_top {
    background: #20CA6F;
}
.pros_cons_item:last-child .pros_cons_top {
    background: #DE2C2A;
}
.pros_cons_item:first-child ul li:before {
    background: url(/wp-content/uploads/2025/04/Markers.svg);
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-position: center;
    top: 4px;
    left: 11px;
}
.pros_cons_item:last-child ul li:before {
    background: url(/wp-content/uploads/2025/04/Markers-1.svg);
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-position: center;
    top: 4px;
    left: 11px;
}
.pros_cons_item:first-child ul  {
    padding-right: 15px;
}
.pros_cons_item:first-child ul li {
    padding-left: 40px;
}
.pros_cons_item:last-child ul  {
    padding-right: 15px;
}
.pros_cons_item:last-child ul li {
    padding-left: 40px;
}
.wp-block-image {
    margin: 16px 0;
}
.wp-block-media-text__media img, .wp-block-image img {
    border-radius: 0;
}
.wp-block-media-text>.wp-block-media-text__content {
    padding: 0 16px;
}
.wp-block-media-text__content p {
    margin: 0;
}
.wp-block-media-text {
    margin: 16px 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
}
.logo a {
    display: block;
}
.header_mobile {
    display: none;
}
.table_of_content_items_wrap {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;
}
.table_of_content_items_wrap::-webkit-scrollbar {
    display: none;
}
@media(max-width: 991px) {
    .hero_wrap {
        display: flex;
        flex-direction: column;
    }
	.header_mobile .btn {
		border-color: #ffffff !important;
		color: #ffffff !important;
	}
	.footer_menu {
		width: 100%;
	}
    .hero_text {
        order: -1;
    }
    .hero_block {
        margin-top: 32px;
    }
    .hero_wrap {
        padding: 0 15px;
    }
    .hero_title {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 340px;
    }
    .hero_text {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 8px;
    }
    .header_menu {
        overflow: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
    }

    .header_menu::-webkit-scrollbar, .card_block_list_wrap_overflow::-webkit-scrollbar, .promotions_wrapper_overflow::-webkit-scrollbar {
        display: none;
    }
    .promotions_wrapper {
        display: flex;
        width: max-content;
    }
    .hero_wrap_image {
        padding-top: 30px;
        padding-bottom: 24px;
        border-radius: 0;
        overflow: hidden;
    }
    .card_block_list_wrap {
        display: flex;
        width: max-content;
    }
    .card_block_wrap {
        grid-template-columns: 1fr 1fr;
    }
    .card_block_list_wrap_overflow {
        overflow: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
        margin-right: -20px;
    }
    .promotions_wrapper_overflow {
        overflow: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
        margin-right: -20px;
    }
    .card_block_list_item_overflow {
        height: 85%;
    }
    .hero_wrap {
        max-width: 100%;
    }
    .single_content_banner {
        display: none;
    }
    .wp-block-media-text__media img {
        display: block;
        margin: 16px 0;
    }
    .wp-block-media-text:not(.has-media-on-the-right) img {
        margin-top: 0;
    }
    .has-media-on-the-right img {
        margin-bottom: 0 !important;
    }
    .wp-block-media-text>.wp-block-media-text__content {
        padding: 0;
    }
    .single_content .container {
        grid-template-columns: 1fr;
    }
    .pros_cons_wrap {
        grid-template-columns: 1fr;
    }
    .wp-block-media-text {
        display: flex;
        flex-direction: column;
    }
    .promotions_item {
        width: 350px;
    }
    .card_block_list_item_title {
        font-size: 22px;
    }
    .card_block_list_item_text_2 {
        font-size: 10px;
    }
    .card_block_list_item_text {
        font-size: 16px;
    }
    .hero_wrap .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .header_menu ul {
        width: max-content;
    }
}
@media(max-width: 768px) {
    .player_reviews_items {
        max-width: 320px;
    }
	.card_block_wrap_overflow {
		overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-right: -20px;
	}
	.card_block_item {
		width: 340px;
	}
	.card_block_wrap {
		display: flex;
        padding: 2px 0;
        width: max-content;
	}
}

@media(max-width: 450px) {
    .hero_title {
        margin-bottom: 290px;
    }
    .header_mobile {
        display: block;
    }
    body:not(.home) .header_menu {
        display: none;
    }
    .header_top_right .btn.btn_v3 {
        display: none;
    }
    .header_mobile {
        margin-top: 16px;
        margin-bottom: 24px;
        width: 100%;
    }
    .header_mobile .btn {
        width: 100%;
        justify-content: center;
    }
    .header_top {
        padding-bottom: 12px;
    }
    /* .player_reviews {
        display: none;
    } */
    .wp-block-media-text>.wp-block-media-text__media {
        width: 100%;
    }
    .footer_menus {
        flex-direction: column;
        gap: 13px;
    }
    .player_reviews_text {
        word-break: break-all;
    }
    .faq .title {
        margin-bottom: 25px;
    }
    
}