/*
Theme Name: NewExchanger 2.0 Child
Theme URI: https://example.com
Description: Дочерняя тема для newexchanger2.0
Author: Ваша компания
Author URI: https://example.com
Template: newexchanger2.0
Version: 1.0.0
Text Domain: newexchanger20-child
*/

/* Здесь можно добавлять свои стили; по умолчанию стили родителя подключатся из functions.php */

/* Подключение шрифтов Futura Cyrillic */
:root {
    --Form-Field-Fill: #211A2D;
    --Colors-Texts-Form-Text-Light: #F3F3F3;
    --Colors-Texts-Text-light: #F3F3F3;
    --Color-primary: #fff;
    --Page-Fill: transparent;
    --Page-Fill-dark: transparent;
    --Order-Big-Block-Fill: transparent;
    --Order-Big-Block-Fill-Dark: transparent;
    -Field-Fill-White: transparent;
    --Colors-Texts-Text-Secondary: #ffffff;
    --h1-h2-h3-white: #ffffff;
    --Small-Block-Fill-Light: transparent;
    --Small-Block-Fill-Dark: transparent;
    --Colors-Texts-Light: #fff;
    --Big-Block-Fill-Light:rgba(8, 6, 10, 0.45);
    --Desktop-Blocks-Big-Block-Top-Padding: 0;
    --Desktop-Blocks-Big-Block-Horizontal-Padding: 0;
    --Desktop-Blocks-Big-Block-Bottom-Padding:0;
    --Desktop-Big-Block-Corner-Radius: 0;
    --Desktop-Radius-Small-Block-Corner-Radius: 0;
    --Desktop-Radius-Big-Block-Corner-Radius: 0;
    --Desktop-Radius-Main-Big-Block-Corner: 0;
    --Colors-Fills-Table-Header-Dark: #B417F2;
    --Colors-Fills-Table-Header-Light: #B417F2;
    --Popup-Fill-Dark: rgb(8 6 10 / 68%);
    --Popup-Fill-Light: rgb(8 6 10 / 68%);
    --Order-Big-Block-Fill-Gradient:transparent;
}
@font-face {
    font-family: 'Futura Cyrillic';
    src: url('./fonts/FuturaCyrillicBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('./fonts/FuturaCyrillicExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('./fonts/FuturaCyrillicHeavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('./fonts/FuturaCyrillicLight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura Cyrillic';
    src: url('./fonts/FuturaCyrillicMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Применение шрифтов */
body {
    font-family: 'Futura Cyrillic', sans-serif;
    background: #12131D url(./images/hf.png) !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-size: contain !important;
    color: #FFFFFF !important;
}
body *{
    font-family: 'Futura Cyrillic', sans-serif!important;
}
.homepage_wrap{
    background: transparent!important;
    border: none!important;
}
.navigation{
    background: transparent !important;
    border-radius: 0;
    display: block;
    margin-bottom: 2rem;
    padding-bottom: 0;
    padding-top: 0;
}
.navigation__container{
    padding-top: 20px;
    padding-bottom: 15px;
}
.navigation:after{
    content: '';
    height: 1px;
    width: 100%;
    background: #fff;
    display: block;
    mix-blend-mode: overlay;
}
a.user-bar__link {
    background: #321748;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.main-menu__list a, .header__logo{
    color: #fff!important;
}
.header__logo{
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn_header_wrapper{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.lang_auth_wrapper .langlist_div .langlist_title{
    border-width: 1px;
    border-radius: 10px;
    padding-top: 12px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #B417F2 0%, #5735B0 100%);
    background: transparent!important;
    color: #fff !important;
}
.lang_auth_wrapper .langlist_div .langlist_title span{
    color: #fff !important;
    font-weight: 500;
}
.lang_auth_wrapper .langlist_div .langlist_title span:after{
    background: url(./images/s.svg) no-repeat right center;
    background-size: 15px 15px;
}
.main-menu__list a{
    font-weight: 500;
}
.xchange_type_list {
    background: rgba(8, 6, 10, 0.45)!important;
    backdrop-filter: blur(2.95px);
    border-radius: 20px;
}
input[type="text"], input[type="email"], input[type="password"], textarea, select {
    box-sizing: border-box;
    padding: 12px 14px!important;
    border: 1px solid #49395C!important;
    border-radius: 10px!important;
    background: transparent!important;
    font: inherit!important;
    font-size: 16px!important;
    font-weight: 400!important;
    font-family: 'Futura Cyrillic', sans-serif!important;
    height: auto!important;
    color: #fff!important;
}
select{
    width: 100%;
    background-image: url(./images/s.svg)!important;
    background-size: 2.4rem;
    background-position: right 10px center!important;
    background-repeat: no-repeat!important;
}
select option:checked {
    background-color: rgb(10 10 15);
}
select option {
    background-color: #12131d;
    color: #fff;
}
.xtl_table_title{
    color: #fff!important;
    font:inherit;
    font-size: 25px;
    font-weight: 500;
}
.select_js_title{
    background: rgba(33, 26, 45, 1)!important;
    padding: 12px 5px!important;
    border: 1px solid #49395C!important;
    border-radius: 10px!important;
    height: 5.2rem!important;
}
.select_js_title .select_txt,
.select_js_ul_ins .select_txt,
.xtl_line.xtl_exchange_rate,
.xtl_exchange_reserve,
.xtl_commis_text
{
    color: #fff!important;
}
.select_js_title .select_js_abs {
    background-image: url(./images/s.svg)!important;
}
.homechange .xchange_type_list{
    padding: 5rem;
}
.homechange .xtl_table_body{
    gap: 3rem;
}
a.xtl_submit, a.xtp_submit, .btn, .acf_submit, .js_add_userwallet, input[type="submit"], .user_widget_exit{
    padding: 12px 20px!important;
    background: linear-gradient(90deg, #B417F2 0%, #5735B0 100%)!important;
    border-radius: 10px!important;
    font:inherit;
    font-size: 16px!important;
    font-weight: 500!important;
    font-family: 'Futura Cyrillic', sans-serif!important;
    color: #fff!important;
    height: auto!important;
    border: none!important;
}
.user_widget_exit {
    width: 120.2%;
    left: -2.8rem;
    margin-top: 10px;
    text-align: center;
    padding: 5px !important;
    font-weight: 500;
}
.user_widget_exit:before{
    display: none!important;
}
.user_widget_exit a{
    font-weight: 800!important;
}
.homechange .xchange_type_list .xtl_submit_ins .xtl_submit{
    width:max-content;
}
/* Секция */
.why-enigma {
    padding: 56px 0;
    background: transparent; /* фон страницы уже тёмный */
}

.why-enigma__container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 10px;
}

.why-enigma__title {
    text-align: center;
    color: #fff!important;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 28px;
}

/* Сетка карточек */
.why-enigma__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1140px) {
    .why-enigma__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 580px) {
    .why-enigma__grid {
        grid-template-columns: 1fr;
    }
}

/* Карточка */
.why-card {
    position: relative;
    border-radius: 16px;
    padding: 26px 22px;
    color: #cfd5e3;
    background: linear-gradient(63deg, rgb(44 11 103) 0%, rgb(19 21 32) 20%, rgb(23 25 39) 80%, rgb(84 53 174) 100%);
    transition: transform .25s ease, box-shadow .25s ease;
    margin-top: 65px;
    text-align: center;
}

/* Hover */
.why-card:hover {
    transform: translateY(-4px);
}

/* Иконка */
.why-card__icon {
    width: auto;
    height: 130px;
    margin-top: -95px;
    text-align: center;
}
.why-card__icon img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.why-card__icon svg { display: block; }

/* Заголовок и текст */
.why-card__heading {
    color: #fff!important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 10px 0;
}

.why-card__text {
    font-size: 14px;
    line-height: 1.6;
    color: #c9cde0;
    margin: 0;
}
.section_ins .section_content_wrapper, .widget_cbr_div_ins .section_content_wrapper, .hometext-wrapper .hometext-wrapper_ins.container, .disclaimer {
    background: transparent!important;
    border: none!important;
}
.section_content_wrapper, .hometext-wrapper_ins{
    padding-left: 0!important;
    padding-right: 0!important;
}
.main-title{
    color: #fff !important;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.btn-reviews, .show-more-reserve, .btn-news{
    max-width: max-content;
    margin:auto;
    margin-top: 20px;
}
.feedback{
    border: 1px solid #49395C!important;
    border-radius: 10px;
    background: transparent!important;
    text-align: center;
}
.reserve-item {
    border: 1px solid #49395C!important;
    border-radius: 10px;
    background: transparent!important;
}
.feedback__title {
    align-items: center;
    margin-bottom: 0.4rem;
}
span.feedback__name {
    text-align: center;
    font-weight: 500;
}
.news{
    border-radius: 10px;
}
.news__img{
    border-radius: 10px;
}
.news__content > div .h4-title{
    color: #fff!important;
    font-weight: 400;
    font-size: 24px;
}
.news__content {
    border: none !important;
    background: transparent;
    border-radius: 0;
    padding: 15px 0;
}
.more{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #B417F2;
}
.more:after{
    content: none;
}
.reserve-item .coin__info .coin__name{
    color: #fff!important;
}
.grid.col--lg-3, .grid.col--lg-4{
    row-gap: 1.5rem;
    column-gap: 1.5rem;
}
.homepage_wrap section{
    margin-bottom: 0;
}
.swiper-slide.partner_item {
    background: #0D0D14;
    text-align: center;
    padding: 10px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.swiper-slide.partner_item img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.partners-swiper .swiper-wrapper{
    margin-bottom: 40px;
}
.swiper-pagination-bullet {
    width: 0.8rem;
    height: 0.8rem;
    background: #49395C!important;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: linear-gradient(90deg, #B417F2 0%, #5735B0 100%)!important;
}
/* FAQ section container */
.faq {
    position: relative;
    padding: 60px 0;
}
.faq__container {
    display: grid;
    grid-template-columns: 1fr minmax(0, 720px);
    gap: 40px;
    position: relative;
    z-index: 2;
}
.faq__container a.btn{
    width: max-content;
}
@media (max-width: 960px) {
    .faq__container { grid-template-columns: 1fr; }
}

/* Left side: title + ask button */
.faq__head {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: start;
}
h2.faq__title {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}
/* Right side: panel with list */
.faq__panel {
    position: relative;
    overflow: hidden;
    padding: 40px 25px;
    background: rgba(8, 6, 10, 0.45);
    backdrop-filter: blur(2.95px);
    border-radius: 20px;

}
.faq__list { margin: 0; padding: 12px; list-style: none; }
@media (max-width: 480px) { .faq__list { padding: 6px; } }

/* Item */
.faq-item {
    border-radius: 0;
    border-bottom: 1px solid #49395C;
    margin-bottom: 0;
}
.faq-item:first-child{ border-top: 1px solid #49395C; }

/* Button line */
.faq-item__btn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    background: transparent;
    color: #e8ebf7;
    border: 0;
    text-align: left;
    cursor: pointer;
    transition: background .2s ease;
}
.faq-item__btn:hover { background: rgba(255,255,255,0.04); }
.faq-item__q {
    font-size: 20px;
    line-height: 2;
}

/* Plus icon with gradient stroke */
.faq-item__icon {
    position: relative;
    width: 20px; height: 20px; flex: 0 0 20px;
}
.faq-item__icon::before,
.faq-item__icon::after {
    content: '';
    position: absolute; left: 50%; top: 50%;
    width: 100%; height: 2px;
    transform: translate(-50%, -50%);
    background: linear-gradient(90deg, #B417F2 0%, #5735B0 100%);
    border-radius: 2px;
}
.faq-item__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-item__icon::after,
.faq-item__btn[aria-expanded="true"] + .faq-item__a ~ .dummy { display:none; } /* safeguard */

/* Answer (collapsible) */
.faq-item__a {
    padding: 0 20px 18px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}
.faq-item__a *{
    color: #fff!important;
}

/* Состояние “открыто”: превращаем плюс в минус */
.faq-item.open .faq-item__icon::after { opacity: 0; }
.homepage_wrap section.faq:before{
    content: '';
    position: absolute;
    top: 0;
    left: calc((100% - 100vw) / 2);
    width: 100vw;
    height: 100%;
    background: url(./images/fb.png) no-repeat left top;
    background-size: 600px auto;
    z-index: 1;
}

.footer {
    background-color: transparent!important;
    color: #fff;
    position: relative;
    margin-bottom: 0!important;
    position: relative;
}
.footer > div {
    position: relative;
    z-index: 2;
}
.footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./images/fob.png) no-repeat right bottom;
    background-size: contain;
    z-index: 1;
    opacity: 0.4;
}
.footer a, .footer__info, .footer .cop {
    color: #ffffff!important;
}
.footer__col-1 .social_links a {
    border: 1px solid #ffffff!important;
}
.light .footer__col-1 .social_links a.contacts-tg {
    background-image: url(./images/telegram.svg);
}
.light .footer__col-1 .social_links a.contacts-vk {
    background-image: url(./images/vk.svg);
}
.light .footer__col-1 .social_links a.contacts-ins {
    background-image: url(./images/Instagram.svg);
}
.light .footer__col-1 .social_links a.contacts-fb {
    background-image: url(./images/face.svg);
}
.light .footer__col-1 .social_links a.contacts-tw {
    background-image: url(./images/Twitter.svg);
}
.footer:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #fff;
    display: block;
    mix-blend-mode: overlay;
    position: absolute;
    top: 0;
    left: 0;
}
a.contacts-mail span {
    background: url(./images/e-mail.svg) no-repeat 0 50%!important;
}
a.xtl_change{
    background: url(./images/swap_hor.svg) no-repeat 50%;
}
.select_js_search input{
    background: #211A2D !important;
    padding-left: 15px;
    height: 5.2rem !important;
    border: none !important;
    border-radius: 10px 10px 0 0;
}
.select_js_ulli {
    margin: 0 !important;
    border-bottom: 1px solid #49395C !important;
    border-radius: 0 !important;
}
.select_js_ulli:last-child{
    border-bottom: none !important;
}
.select_js_ul .select_js_ul_ins{
    gap:0!important;
}
.select_js_search .select_js_search_ins:after{
    background-image: url(./images/s.svg) !important;
    top: 0.4rem!important;
}
.select_js_ul .select_js_ul_ins .select_txt{
    font-weight: 500;
}
.select_js_ul {
    top: 5rem!important;
    border: none!important;
    border-radius: 0 0 10px 10px!important;
}
#topped{
    background-color: #5a35b2
}
.page_wrap, .acf_div_wrap, .statstablediv_ins, .promouserdiv, .userxchtable.pntable_wrap, .domacc_div_wrap .domacc_wrap_ins .domacc_div, .statuserdiv, .paytext, .paydiv, .paytable.pntable_wrap, .userverify_text, .userverify_div_wrap, .userverify_table, .sitemap_div .sitemap_div_ins .sitemap_block, .lp_div_wrap, .log_div_wrap, .userapi_form, .userapi_table, .checkstatus_div_wrap{
    border: none!important;
    border-radius: 0px!important;
}
.acf_div_ins{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
}
.acf_line.has_submit{
    grid-column: 1 / -1;
     justify-self: center;
}
body:not(.page-template-pn-notsidebar-php) .page-block > .grid{
    direction: rtl;
}
body:not(.page-template-pn-notsidebar-php) .page-block > .grid *{
    direction: ltr;
}
.register_widget, .login_widget, .user_widget, .userverify_widget, .widget_stats_div, .checkstatus_widget, .widget, .widget.widget_news_div, .widget.widget_reviews_div, .widget_reserv_div, .widget_cbr_div:not(.homepage_version) .widget_cbr_div_ins, .widget_lchange_div{
    padding: 40px 30px;
    background: rgba(8, 6, 10, 0.45)!important;
    backdrop-filter: blur(2.95px);
    border-radius: 20px;
}
.userwallets__container{
    border: none!important;
}
.pntable table tr th {
    border-right: 1px solid #534e58!important;
}
.many_news_wrap .mb-35{
    border: none!important;
}
.many_reviews_ins{
    border: none!important;
}
.page-template-pn-notsidebar-php.page-id-18 .page_wrap{
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 20px;
    direction: rtl;
}
.page-template-pn-notsidebar-php.page-id-18 .page_wrap *{
    direction: ltr;
}
.rf_div_wrap .rf_div .rf_div_ins {
    width: 100%;
}
.page-template-pn-notsidebar-php.page-id-18 .page_wrap .rf_div_wrap {
    background: transparent !important;
    border: none;
    margin-top: 0;
    height: auto;
    border-radius: 0;
    padding: 0;
}
.page-template-pn-notsidebar-php.page-id-18 .page_wrap .rf_div_wrap form{
    background: rgba(8, 6, 10, 0.45) !important;
    border-radius: 20px;
    padding: 20px;
}
.many_reviews .one_reviews
{
    background: transparent!important;
    border: 1px solid #49395C !important;
    border-radius: 10px!important;
    margin-bottom: 0;
}
.page_wrap .many_reviews_ins {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.many_news_wrap .mb-35 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.news-block__wrapper {
    display: block;
}
.news-block__left{
    width: 100%!important;
}
.news-block__img img{
    border-radius: 10px!important;
}
.news-block__wrapper {
    background: transparent !important;
}
.news-block__right {
    background: transparent;
    padding: 2rem 0rem 0 0;
}
.news-block__wrapper.single_news .news-block__image img {
    border-radius: 10px 10px 0 0;
}
.text-content *{
    color: #fff!important;
    font-family: inherit!important;
}
.xchange_div .span_get_max, .xchange_div .span_give_max{
    top:8rem;
}
.xchange_data_left .xchange_select {
    position: relative;
    margin-bottom: 3.2rem;
}
.exch_ajax_wrap {
    max-width: 500px;
    margin: auto;
}
.lang_auth_wrapper .langlist_div .langlist_ul {
    background: rgba(8, 6, 10, 0.45);
    border: none;
    border-radius: 10px;
}
.page-id-10 .cf_div_wrap .cf_div_ins {
    width: 100%;
}
.page-id-10  .page-block.container .inner{
    grid-template-columns: 1fr 1fr!important;
}
.page-id-10  .page-block.container .inner .span--lg-3 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
}
.page-id-10  .page-block.container .page_wrap, .page-id-10  .page-block.container .cf_div_wrap{
    background: rgba(8, 6, 10, 0.45);
    padding: 30px;
    border-radius: 10px!important;
    border: none!important;
}
.page-id-10  .page-block.container .page_wrap a{
    color: #b417f2!important;
}
.page-id-10  .page-block.container .page_wrap li:before{
    display: none;
}
.page-id-10  .page-block.container .page_wrap li{
    padding-left: 0;
}
.main-menu__list a{
    display: inline-block;
}
.menu-item.current_page_item a{
    color: #DD87FF!important;
}
.menu-item a:hover{
    color: #DD87FF!important;
}
.user_widget .user_widget_ins .user_widget_body .user_widget_body_ins ul li::before{
    display: none;
}
.user_widget .user_widget_ins .user_widget_body .user_widget_body_ins ul li.current a{
    color: #DD87FF!important;
}
.user_widget .user_widget_ins .user_widget_body .user_widget_body_ins ul li a:hover{
    color: #DD87FF!important;
}
.pntable table tr th {
    border-right: none!important;
    color: #fff!important;
}
.statuserdiv table tr th{
    color: #fff!important;
}
.statuserdiv table tr th {
    width: 28.3%;
}
.checkbox.checked label:before, .block_paybutton_merch_ins .switcher_wrapper .switcher.active {
    background-color: #12131d!important;
}
.xchange_div .xchange_data_div{
    margin-bottom: 0!important;
}
.xchange_data_left .xchange_select {
    margin-bottom: 1.2rem!important;
}
.xchange_div .xchange_data_title, .xchange_div .xchange_pers_title{
    margin-bottom: 0.5rem!important;
}
a.success_paybutton{
    color: #12131d!important;
}
.light .info_window{
    color: #000!important;
}
.xchange_div .checkbox label a{
    text-decoration: underline!important;
}
.xchange_div .checkbox label a{
    text-decoration: underline!important;
}
.xchange_type_list .xtl_left_col .xtl_input_wrap {
    display: none!important;
}
.xchange_div_col_give .xchange_data_right:not(.js_viv_com1) .xchange_sum_line {
    display: none !important;
}
.xchange_div .xchange_sum_line:first-of-type {
    margin-top: 3rem;
}
.xtl_left_col .xtl_commis_wrap {
    display: block!important;
}
@media only screen and (max-width: 1024px){
    .page-template-pn-notsidebar-php.page-id-18 .page_wrap {
        grid-template-columns: 1fr;
        gap: 20px;
        direction: ltr;
    }
    .many_news_wrap .mb-35{
        grid-template-columns: 1fr 1fr;
    }
    .news-section .grid.col--lg-3{
        grid-template-columns:repeat(2, 1fr);
    }
}
@media only screen and (max-width: 640px) {
    .news-section .grid.col--lg-3{
        grid-template-columns:1fr;
    }
    .header__dark-mode--mobile {
        display: none!important;
    }
    .main-menu-btn {
        border: none !important;
        padding: 0;
        width: 30px!important;
        height: 17px!important;
        justify-content: space-between;
    }
    .main-menu-btn span{
        background: #B417F2!important;
        height: 3px;
        width: 100%;
    }
    body{
        background: #12131D!important;
    }
    a.user-bar__link {
        height: 31px;
        width: 31px;
        padding: 7px;
    }
    a.user-bar__link svg{
        margin-top: -3px;
    }
    .navigation__container{
        gap: 1rem;
    }
    .navigation {
        padding-left:1.5rem;
        padding-right: 1.5rem;
    }
    .navigation:after {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
    }
    .homepage_wrap {
        padding: 0 1.5rem;
    }
    .homechange .xchange_type_list {
        padding: 2rem;
        border-radius: 10px;
    }
    .homechange .xtl_table_body {
        gap: 0rem;
    }
    .iselect_js .select_js_title_ins .select_txt {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2rem;
    }
    .select_js_title {
        padding: 10px 5px !important;
        height: 3em !important;
    }
    .select_js_ul .select_js_ul_ins .select_js_ulli {
        height: 3em;
    }
    .select_js_ul .select_js_ul_ins .select_js_ulli .select_ico, .iselect_js .select_ico{
        height: 2em;
        width: 2em !important;
        min-width: auto;
    }
    .select_js, .select_js_title {
        height: 3em !important;
    }
    .xtl_table_body .select_js_title .select_js_abs{
        background-size: 1em;
    }
    .select_js_search input{
        height: 3em !important;
    }
    .select_js_ul {
        top: 3em !important;
        border-top: 1px solid #49395c !important;
        margin-top: 0;
    }
    .select_js_search .select_js_search_ins:after {
        height: 100% !important;
        background-size: 2rem !important;
        top: 0 !important;
    }
    .btn {
        position: relative;
        bottom: auto;
        top: auto;
    }
    .reviews .section_ins .section_content_wrapper, .news-section .section_ins .section_content_wrapper, .home-reserve .section_ins .section_content_wrapper, .widget_cbr_div.homepage_version .widget_cbr_div_ins .section_content_wrapper{
        padding-bottom: 2.5rem!important;
    }
    .homepage_wrap{
        margin-bottom: 2rem;
    }
    .faq__head{
        align-items: center;
    }
    .faq__container{
        padding-bottom: 80px;
    }
    .faq__container a.btn{
        position: absolute;
        bottom: 0;
    }
    h2.faq__title{
        margin-bottom: 0;
    }
    .main-menu {
        backdrop-filter: blur(2.95px);
        background: rgba(8, 6, 10, 0.45) !important;
    }
    .menu-items-wrapper{
        background: transparent!important;
        border: none!important;
    }
    .menu-open .main-menu-btn-close{
        width: 3.2rem;
        height: 3.2rem;
    }
    .hidden_auth .auth-wrapper, .info_lang_menu_wrapper .auth-wrapper{
        max-width: 295px;
        margin-left: auto;
        margin-right: auto;
    }
    .header__account-icon svg {
        fill: #ffffff;
    }
    body:not(.page-template-pn-notsidebar-php) .page-block > .grid{
        direction: ltr;
        gap: 30px;
    }
    .page-block.container {
        padding: 0 1.5rem;
    }
    .page-block.container {
        margin-bottom: 2rem;
    }
    .acf_div_ins {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .page-id-10 .page-block.container .inner {
         grid-template-columns: 1fr !important;
    }
    .page-id-10 .cf_div_wrap .cf_div_ins{
        padding: 0!important;
    }
    .page-id-10 .page-block.container .page_wrap, .page-id-10 .page-block.container .cf_div_wrap{
        padding: 20px;
    }
    .page_wrap .many_reviews_ins {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .many_news_wrap .mb-35{
        grid-template-columns: 1fr;
        padding: 0;
    }
    .menu-open .main-menu{
        z-index: 99;
    }
}