*{
    outline: none !important;
}
a:active {
    text-decoration: none;
    outline: medium none;
}
a:hover{
    text-decoration: none;
}
input:hover, input:focus, input:active {
    text-decoration: none;
    outline: medium none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    min-height: 100vh;
    background: #F5F9FC !important;
}
.oh {
    overflow: hidden;
}
img{
    max-width: 100%;
}
.container_main {
    width: 1280px;
    margin: 0 auto;
    max-width: 100%;
}

.header{
    background: rgba(22, 22, 22, 0.60);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
.header_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo{

}
.header__nav{
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
    justify-content: space-between;
}
.header__nav_menu{
    display: flex;
    align-items: center;
    margin: 0;
    flex-grow: 1;
    flex-basis: 0;
    justify-content: flex-start;
    padding-left: 30px;
}
.header__nav_menu_link{
    display: block;
    font: 14px/22px 'Roboto';
    color: #FFF;
    padding: 18px 20px;
    transition: 0.2s all;
}
.header__nav_menu_link:hover{
    color: #FFF;
    background: rgba(0, 0, 0, 0.1);
}
.header__nav_btns{
    display: flex;
    align-items: center;
}
.h_btn{
    padding: 10px 15px;
    border-radius: 6px;
    background: #FFF;
    display: block;
    font: 500 13px/13px 'Roboto';
    color: #051D4D !important;
    transition: 0.2s all;
}
.h_btn:hover{
    opacity: 0.9;
}
.h_btn.h_btn_green{
    background: #37BE2B;
    color: #ffffff !important;
}
.header_dropdown{
    padding-left: 52px;
    border: none;
}
.btn_hd{
    padding: 4px 6px;
    background: #FFF !important;
    border-radius: 16px !important;
    border: none;
    display: flex;
    align-items: center;
}
.btn_hd_img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.dropdown-toggle::after{
    width: 23px;
    height: 23px;
    border: none;
    background: url("../img/icon_dd.svg") no-repeat center center;
}
.section_main_banner{
    height: 620px;
    background: url("../img/banner.webp") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.h1_mb{
    font: 500 46px/62px 'Roboto';
    color: #FFF;
    text-align: center;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.30);
    margin: 0 0 10px;
}
.mb_subtitle{
    font: 500 20px/28px 'Roboto';
    margin: 0 0 30px;
    color: #ffffff;
    text-align: center;
}
.search_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 3px;
}
.section_main_banner .search_block{
    width: 780px;
    margin: 0 auto;
    max-width: 100%;
}
.blue_block{
    background: #F5F9FC;
}
.category_dropdown{
    height: 50px;
    width: 220px;
}
.btn_cd{
    background: #FFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 500 16px/20px 'Roboto';
    padding: 0 15px;
    color: #000;
    height: 50px;
    width: 220px;
}
.category_dropdown .dropdown-menu{
    width: 100%;
}

.btn_search{
    height: 50px;
    width: 160px;
    border-radius: 0px 3px 3px 0px;
    background: #37BE2B;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 16px/22px 'Roboto';
    color: #ffffff;
    border: none;
    transition: 0.3s all;
}
.btn_search:hover{
    opacity: 0.9;
}
.search_block__input{
    flex-grow: 1;
    flex-basis: 0;
    height: 50px;
    border: none;
    border-right: 1px solid #D2D8DD;
    padding: 0 15px;
    font: 14px/14px 'Roboto';
    color: #000000;
    border-radius: 3px;
}
.search_block__input::placeholder{
    color: #6C757D;
}
.section_review_categories{
    padding: 45px 0 96px;
}
.h2_src{
    font: 500 36px/48px 'Roboto';
    color: #111827;
    text-align: center;
    margin: 0 0 50px;
}
.categories_list{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #FFF;
    padding: 5px;
    width: max-content;
}
.categories_list .nav-item{
    margin: 0 20px;
}
.categories_list .nav-item .nav-link{
    padding: 14px 32px;
    border-radius: 6px;
    font: 500 16px/24px 'Roboto';
    color: #475569;
    border: none;
    outline: none;
}
.categories_list .nav-item:first-child{
    margin-left: 0;
}
.categories_list .nav-item:last-child{
    margin-right: 0;
}
.categories_list .nav-item .nav-link.active{
    background: #000;
    color: #ffffff;
}
.categories_list_wrapper{
    display: flex;
    justify-content: center;
    margin-bottom: 62px;
}

.review_list{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.review_item_wrapper{
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 12px;
}
.review_item{
    height: 260px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: block;
}
.review_item__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.review_item__info{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 36px 20px 18px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.review_item__info_res{
    padding: 4px 6px;
    border-radius: 2.4px;
    background: #3578FA;
    font: 500 13px/14px 'Roboto';
    color: #FFF;
    margin-bottom: 16px;
    display: inline-block;
}
.review_item__info_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_item__info_name{
    font: 500 24px/25px 'Roboto';
    color: #FFF;
}
.review_item__info_quan{
    padding-left: 17px;
    background: url("../img/icon_reviews.svg") no-repeat 0 center;
    font: 13px/20px 'Roboto';
    color: #ffffff;
}
.review_bottom_block{
    display: flex;
    justify-content: center;
}
.btn_show_all{
    width: 290px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #000;
    font: 500 16px/16px 'Roboto';
    color: #FFF !important;
    transition: 0.2s all;
}
.btn_show_all:hover{
    opacity: 0.9;
    color: #FFF !important;
}
.section_write_review{
    padding: 140px 0;
}
.swr_block{
    height: 586px;
    border-radius: 40px;
    background: #FFF;
    position: relative;
    display: flex;
    align-items: center;
}
.swr_block_col{
    width: 50%;
}
.swr_block_col_r{
    padding-right: 75px;
}
.swr_logo{
    margin-bottom: 48px;
}
.swr_h2{
    font: 500 60px/68px 'Roboto';
    color: #000;
    margin: 0 0 24px;
}
.swr_text{
    width: 440px;
    max-width: 100%;
    margin-bottom: 55px;
    font: 16px/24px 'Roboto';
    color: #64748B;
}
.swr_btn{
    display: flex;
}
.swr_image{
    position: absolute;
    left: 50px;
    bottom: 0;
}
.slr_head{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
}
.slr_title{
    font: 500 36px/40px 'Roboto';
    color: #111827;
}
.slr_title span{
    color: #6B7280;
}
.slr_ctrl{
    display: flex;
    align-items: center;
}
.slr_btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: 0.2s all;
}
.slr_btn + .slr_btn{
    margin-left: 8px;
}

.slr_btn:hover{
    border-color: #E2E8F0;
}
.slr_slider_item_wr{
    width: 33%;
    padding: 10px 10px 30px;
    text-align: left;
}
.slr_slider_item{
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(3, 27, 78, 0.10);
    padding: 25px;
    width: 100%;
}
.slr_si__top{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.slr_si__top_img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}
.slr_si__rating{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.slr_si__rate{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: url("../img/icon_star.svg") no-repeat center 3px #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}
.slr_si__rate:last-child{
    margin-right: 0;
}
.slr_si__rate.active{
    background-color: #32A067;
}
.slr_si__r_name{
    font: 13px/16px 'Roboto';
    color: #555;
}
.slr_si__rt{
    font: 12px/18px 'Roboto';
    color: #999;
    margin-left: 12px;
}
.slr_si__reviewed{
    margin-bottom: 3px;
    font: 14px/17px 'Roboto';
    color: #222222;
}
.slr_si__reviewed .slr_si__reviewed_gr{
    color: #999999;
}
.slr_si__reviewed .slr_si__reviewed_bl{
    color: #3578FA;
}
.slr_si__r_title{
    font: 18px/22px 'Roboto';
    color: #222;
    margin-bottom: 3px;
}
.slr_si__r_text{
    font: 15px/24px 'Roboto';
    color: #555;
    margin-bottom: 30px;
}
.slr_si__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slr_si__published{
    font: 13px/21px 'Roboto';
    color: #999;
}
.btn_rew{
    padding: 7px 10px;
    font: 500 13px/13px 'Roboto';
    color: #ffffff;
    border-radius: 3px;
    background: #000;
    transition: 0.3s all;
}
.btn_rew:hover{
    color: #ffffff;
    opacity: 0.9;
}
.section_last_review{
    padding: 75px 0;
}
.slr_slider .slick-slide .slr_slider_item_wr{
    opacity: 0.5;
    transform: scale(0.9);
}
.slr_slider .slick-slide.slick-center .slr_slider_item_wr{
    opacity: 1;
    transform: scale(1);
}
.slr_slider .carousel__pagination li{
    margin: 0 5px;
}
.slr_slider .carousel__pagination li button:after{
    display: none;
}
.slr_slider .carousel__pagination li button{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #D6D6D6;
}
.slr_slider .carousel__pagination li button.carousel__pagination-button--active{
    background: #3578FA;
}
.slr_slider  .carousel__prev{
    left: -50px;
}
.slr_slider  .carousel__next{
    right: -50px;
}
.slr_bottom_block {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}







.footer{
    padding: 60px 0 35px;
    border-top: 1px solid #EDEDED;
    background: #FFF;
    position: static !important;
}

.footer_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.footer_block{

}
.footer_title{
    font: 18px/22px 'Roboto';
    color: #222;
    margin-bottom: 16px;
}
.footer_list li{
    margin-bottom: 16px;
}
.footer_link{
    font: 15px/24px 'Roboto';
    color: #555;
    display: flex;
}
.footer_link_img{
    width: 30px;
}

.footer_subscribe{
    width: 306px;
    display: flex;
    margin-bottom: 34px;
}
.input_footer_subscribe{
    background: #EEF3F7;
    height: 40px;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 15px;
    font: 14px/20px 'Roboto';
    color: #222222;
    border: none;
}
.input_footer_subscribe::placeholder{
    color: #6C757D;
}
.btn_footer_subscribe{
    height: 40px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    border-radius: 0px 3px 3px 0px;
    background: #37BE2B;
    font: 500 13px/20px 'Roboto';
    color: #ffffff;
    transition: 0.2s all;
    border: none;
}
.btn_footer_subscribe:hover{
    color: #ffffff;
    opacity: 0.9;
}
.title_fsb{
    font: 16px/20px 'Roboto';
    color: #222;
    margin-bottom: 10px;
}
.fsb_block{
    display: flex;
    align-items: center;
}
.fsb_link{
    margin-right: 20px;
}
.footer_bottom{
    border-top: 1px solid rgba(85, 85, 85, 0.25);
    padding: 30px 0 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn_eng{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
    height: 30px;
    padding: 0 10px;
    font: 12px/20px 'Roboto';
    color: #555;
}
.btn_eng svg{
    margin-left: 14px;
}
.btn_eng:hover{
    color: #555;
}
.footer_b_links{
    display: flex;
    align-items: center;
}
.footer_b_link{
    font: 13px/21px 'Roboto';
    color: #555 !important;
    opacity: 0.8;
    transition: 0.2s all;
}
.footer_b_link:hover{
    opacity: 1;
}
.footer_b_vr{
    margin: 0 10px;
    height: 12px;
    width: 1px;
    background: #555;
}

.section_review_top{
    padding: 32px 0 32px;
    background: #ffffff;
}
.p_breadcrumb{
    display: flex;
    align-items: center;
}
.p_breadcrumb_link{
    font: 14px/21px 'Roboto';
    color: #667085;
}
.p_breadcrumb_arr{
    width: 16px;
    height: 16px;
    background: url('../img/chevron-right.svg') no-repeat center center;
    margin: 0 8px;
}
.p_breadcrumb_name{
    font: 14px/21px 'Roboto';
    color: #37BE2B;
}
.section_review_top_info{
    padding-top: 36px;
}
.header_empty{
    height: 74px;
}
.product_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product_info_left{
    display: flex;
    align-items: center;
}
.product_img{
    width: 190px;
    height: 190px;
    border-radius: 11.417px;
    border: 1.142px solid #C0C0C0;
    background: #FFF;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.product_img img{
    max-width: 100%;
    max-height: 100%;
}

.product_is_verified{
    padding: 2px 3px;
    border-radius: 6px;
    border: 1px solid #37BE2B;
    background: #FFF;
    display: flex;
    align-items: center;
    font: 500 14px/22px 'Roboto';
    margin-bottom: 18px;
    color: #37BE2B;
    width: max-content;
}
.product_is_verified svg{
    margin-right: 3px;
}
.product_category{
    font: 18px/22px 'Roboto';
    color: #222222;
    margin-bottom: 18px;
}
.product_name{
    font: 500 36px/36px 'Roboto';
    color: #222;
    margin: 0 0 18px;
}
.product_link{
    font: 700 16px/22px 'Roboto';
    color: #3165CC;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.product_link:before{
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/l1.svg") no-repeat center center;
    margin-right: 8px;
}
.product_link:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/l2.svg") no-repeat center center;
    margin-left: 8px;
}
.product_review_info{
    padding: 24px;
    border-radius: 4px;
    background: #F6F9FC;
    text-align: center;
}
.pri_value{
    height: 86px;
    width: 86px;
    border: 10px solid #E1FFDE;
    background: #37BE2B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 22px/28px 'Roboto';
    color: #ffffff;
    margin: 0 auto 15px;
}


.pri__rating{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.pri__rate{
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: url("../img/icon_star.svg") no-repeat center 5px #CCCCCC;
    background-size: 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}
.pri__rate:last-child{
    margin-right: 0;
}
.pri__rate.active{
    background-color: #37BE2B;
}
.pri__rate_info{
    font: 18px/22px 'Roboto';
    color: #2C2C2C;
    text-align: center;
    font-style: italic;
}

.section_cards{
    padding: 30px 0 36px;
}
.card_sidebar{
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
    padding: 24px;
}
.card_link{
    border-radius: 5.006px;
    background: #EDF3FF;
    margin-bottom: 30px;
    padding: 12px;
}

.cs_block{
    margin-bottom: 14px;
}
.cs_block_title{
    font: 500 15px/28px 'Roboto';
    color: #000;
    margin-bottom: 10px;
}
.cs_block_text{
    font: 16px/24px 'Roboto';
    color: #555;
}
.cs_soc{
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
.cs_soc_link{
    margin: 0 10px;
}
.card_result{
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
    margin-bottom: 30px;
}
.card_result_top{
    padding: 10px 32px 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.crt_title{
    font: 500 28px/28px 'Roboto';
    color: #1C1C1C;
    margin-bottom: 10px;
}
.crt_info{
    font: 18px/22px 'Roboto';
    color: #2C2C2C;
    text-align: center;
    font-style: italic;
}
.card_result_top_r .pri_value{
    margin: 0;
}

.card_result_stat{
    padding: 10px 32px 10px 25px;
    border-bottom: 1px solid #E5E5DD;
}
.crstat_line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}
.crstat_line:last-child{
    margin-bottom: 0;
}
.crstat_line__label{
    width: 46px;
    font: 500 12px/20px 'Roboto';
    color: #1C1C1C;
    letter-spacing: 0.154px;
}
.crstat_line__proc{
    width: 42px;
    font: 500 12px/20px 'Roboto';
    color: #1C1C1C;
    letter-spacing: 0.154px;
    text-align: right;
}
.crstat_line__wr{
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 3px;
    background: #E9ECEF;
    height: 15px;
}
.crstat_line__progress{
    height: 15px;
    background: #37BE2B;
    border-radius: 3px 0 0 3px ;
}
.card_filter{
    padding: 20px 32px 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_filter_block{
    display: flex;
    align-items: center;
}
.card_filter_title{
    font: 500 14px/17px 'Roboto';
    letter-spacing: -0.154px;
    margin-right: 20px;
    color: #1C1C1C;
}
.card_filter_btn{
    height: 30px;
    width: 92px;
    margin-right: 8px;
    border-radius: 4.5px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 14px/14px 'Roboto';
    color: #000;
    background: #ffffff;
}
.card_filter_btn.active{
    color: #ffffff;
    background: #000000;
}

.card_filter_clear_btn{
    height: 30px;
    padding: 0 22px;
    border-radius: 4.5px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 14px/14px 'Roboto';
    color: #ffffff;
    background: #000;
}

.card_write_review{
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
    padding: 24px 28px 24px 24px;
    margin-bottom: 30px;
}
.h2_cwr{
    font: 500 28px/33px 'Roboto';
    color: #222;
    margin: 0 0 16px;
}
.cwr_block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cwr_block_l{
    display: flex;
    align-items: center;
}
.cwr_set_rate{
    display: flex;
    align-items: center;
    margin-right: 13px;
}

.cwr__rate{
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background: url("../img/icon_star.svg") no-repeat center 7px #CCCCCC;
    background-size: 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}
.cwr__rate:last-child{
    margin-right: 0;
}
.cwr__rate.active{
    background-color: #37BE2B;
}
.cwr_overal{
    font: 15px/24px 'Roboto';
    color: #222;
}
.cwr_rate_value{
    font: 22px/24px 'Roboto';
    font-style: italic;
    color: #222;
}
.card_item{
    padding: 24px 24px 24px 12px;
    margin-bottom: 30px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
}
.card_item__post{
    display: flex;
}
.card_ip__left{
    width: 150px;
    padding: 0 12px;
}
.card_ip__avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 18px;
}
.card_ip__author{
    font: 13px/16px 'Roboto';
    color: #222222;
}

.card_ip__right{
    flex-grow: 1;
    flex-basis: 0;
}
.card_ip__rating{
    display: flex;
    align-items: center;
}
.card_ip__rate{
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: url("../img/icon_star.svg") no-repeat center 3px #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}
.card_ip__rate:last-child{
    margin-right: 0;
}
.card_ip__rate.active{
    background-color: #37BE2B;
}

.card_ip__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.card_ip__rating_wr{
    display: flex;
    align-items: center;
}
.card_ip__rt{
    font: 12px/20px 'Roboto';
    color: #999;
    font-style: italic;
    margin-left: 12px;
}
.card_ip__time{
    font: 15px/20px 'Roboto';
    color: #999;
    font-style: italic;
}
.card_ip__title{
    font: 18px/22px 'Roboto';
    color: #222;
    margin-bottom: 8px;
}
.card_ip__text{
    color: #555;
    font: 15px/24px 'Roboto';
    margin-bottom: 30px;
}
.card_ip__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_ip__bl{
    display: flex;
    align-items: center;
}
.card_ip__btn{
    padding: 5px 10px;
    border-radius: 3px;
    background: #EDEDED;
    display: flex;
    align-items: center;
    font: 13px/13px 'Roboto';
    color: #555;
    border: none;
}
.card_ip__btn svg{
    margin-right: 5px;
}
.card_ip__btn + .card_ip__btn{
    margin-left: 4px;
}
.card_ip__br{
    display: flex;
    align-items: center;
}
.card_ip__br_title{
    font: 13px/21px 'Roboto';
    color: #555;
    margin-right: 4px;
}
.card_ip__btn_soc{
    padding: 5px 7px;
    border-radius: 3px;
    background: #EDEDED;
    font-size: 0;
}
.card_ip__btn_soc + .card_ip__btn_soc{
    margin-left: 4px;
}
.card_item__reply{
    display: flex;
    padding-top: 30px;
}
.card_item__reply_right{
    flex-grow: 1;
    flex-basis: 0;
    border-left: 5px solid #EDEDED;
    padding-left: 20px;
}
.card_item__rt_left{
    font: 15px/24px 'Roboto';
    color: #555;
}
.card_item__reply_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.card_item__reply_post{
    font: 15px/24px 'Roboto';
    color: #555;
}

.card_pagination{
    padding: 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cp_item{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 50%;
    font: 16px/16px 'Roboto';
    color: rgba(0, 0, 0, 0.60);
}
.cp_item.active{
    color: #ffffff;
    background: #37BE2B;
}

.cwr_form{
    padding-top: 30px;
}
.cwr_input_box{
    margin-bottom: 16px;
}
.cwr_input_label{
    font: 15px/24px 'Roboto';
    color: #222;
    margin-bottom: 4px;
}
.cwr_input_input{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D2D8DD;
    height: 40px;
    background: #FFF;
    padding: 0 12px;
    font: 14px/20px 'Roboto';
    color: #222;
    transition: 0.2s all;
}
.cwr_input_error{
    border-color: #FF2E2E !important;
}
.cwr_input_error_msg{
    font: 14px/20px 'Roboto';
    color: #FF2E2E;
}
.cwr_input_icon_error svg path{
    fill: #FF2E2E;
}
.crv_login_error{
    font: 14px/20px 'Roboto';
    color: #FF2E2E;
    text-align: center;
}
.cwr_input_input::placeholder{
    color: #6C757D;
}
.cwr_input_input:focus{
    border-color: #222;
}
.cwr_input_textarea{
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D2D8DD;
    background: #FFF;
    padding: 12px;
    font: 14px/20px 'Roboto';
    color: #222;
    resize: none;
    transition: 0.2s all;
}
.cwr_input_textarea::placeholder{
    color: #6C757D;
}
.cwr_input_textarea:focus{
    border-color: #222;
}
.cwr_input_file{
    border-radius: 3px;
    border: 1px solid #EDEDED;
    background: #FFF;
    padding: 6px;
    width: max-content;
    display: flex;
    align-items: center;
}
.cwr_input_file_block{
    padding: 8px;
    border-radius: 3px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 13px/20px 'Roboto';
    color: #ffffff;
    position: relative;
}
.cwr_input_file_block svg{
    margin-right: 8px;
}
.cwr_input_file_block input[type="file"]{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}
.cwr_input_file_ch{
    padding: 0 34px;
    font: 15px/24px 'Roboto';
    color: #999;
}
.cwr_input_checkbox{
    padding: 24px 0;
    display: flex;
}
.cwr_input_checkbox input[type="checkbox"]{
    height: 20px;
    width: 20px;
}
.cwr_input_checkbox span{
    font: 14px/20px 'Roboto';
    color: #686868;
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 10px;
}
.cwr_btns{
    display: flex;
}
.cwr_btn_submit{
    border-radius: 3px;
    background: #000;
    padding: 15px 30px;
    border: none;
    font: 500 14px/14px 'Roboto';
    color: #ffffff;
    transition: 0.2s all;
}
.cwr_btn_submit:hover{
    color: #ffffff;
    opacity: 0.9;
}
.hamburger{
    display: none;
}
.header__nav_r{
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-basis: 0;
}
.auth_section{
    padding: 110px 0;
}
.form_auth_wrapper{
    width: 546px;
    padding: 50px 26px;
    border-radius: 8px;
    background: #FFF;
    margin: 0 auto;
    max-width: 100%;
}
.fa_title{
    font: 600 28px/28px 'Roboto';
    color: #222;
    margin-bottom: 12px;
    text-align: center;
}
.fa_subtitle{
    font: 14px/18px 'Roboto';
    color: #222;
    margin-bottom: 32px;
    text-align: center;
}
.fa_input_box{
    margin-bottom: 16px;
    position: relative;
}
.fa_label{
    font: 15px/24px 'Roboto';
    color: #222;
    margin-bottom: 12px;
}
.fa_input_username .fa_input{
    padding-left: 40px;
}
.fa_input_group{
    position: relative;
}
.fa_input_group .cwr_input_input{
    padding-left: 40px;
}
.fa_input_group_icon{
    position: absolute;
    left: 12px;
    top: 11px;
    display: flex;
}
.fa_btn_box{
    padding-top: 22px;
    margin-bottom: 8px;
}
.btn_submit{
    border-radius: 3px;
    background: #B0B0B0;
    height: 40px;
    width: 100%;
    border: none;
    font: 600 14px/14px 'Roboto';
    color: #FFF;
    transition: 0.2s all;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_submit:hover,
.btn_submit:focus{
    background: #000000;
}
.fa_socbtn_box_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fa_socbtn_box_col{
    width: calc(50% - 10px);
}
.fa_socbtn{
    border-radius: 3px;
    border: 0.877px solid rgba(3, 1, 76, 0.3);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #03014C;
    font: 600 14px/14px 'Roboto';
    letter-spacing: 0.281px;
    margin: 8px 0;
}
.fa_socbtn img{
    margin-right: 12px;
}
.fa_bottom_text{
    padding-top: 12px;
    text-align: center;
    font: 16px/18px 'Roboto';
    color: #000;
}
.fa_bottom_text a{
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}
.dropdown.show .dropdown-menu{
    display: block;
    background: #FFF !important;
    border-radius: 12px;
    border: none !important;
}
.dropdown.show .dropdown-toggle::after{
    transform: scale(1, -1);
}
.dropdown .dropdown-menu a:hover{
    background: rgba(55, 190, 43, 0.7) !important;
}

.cwr_form_submited{
    padding: 60px 0;
}
.cwr_form_submited__icon{
    display: flex;
    justify-content: center;
    margin: 0 0 16px;
}
.cwr_form_submited__t1{
    font: 32px/38px 'Roboto';
    color: #222;
    text-align: center;
}
.cwr_form_submited__t2{
    font: 15px/24px 'Roboto';
    color: #555;
    text-align: center;
}

.section_catalog{
    padding: 32px 0;
}
.catalog_item{
    padding: 32px 24px;
    background: #ffffff;
    margin-bottom: 24px;
    transition: 0.2s all;
}
.catalog_item:hover{
    box-shadow: 0px 10px 30px 0px rgba(125, 125, 125, 0.15);
}
.cwr_tools{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 20px;
}
.cwr_tools .cwr_input_checkbox{
    padding: 0 !important;
}
.link_fg_pass{
    font: 14px / 20px 'Roboto';
    color: #686868;
}
.profile_top_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 46px;
}
.profile_main_info{
    display: flex;
    align-items: center;
    flex-basis: 0;
    flex-grow: 1;
    padding-right: 40px;
}
.profile_avatar{
    padding: 24px;
    margin-right: 20px;
}
.profile_avatar img{
    width: 144px;
    height: 144px;
    border-radius: 50%;
    object-fit: cover;
}
.profile_data__name{
    font: 500 36px/36px 'Roboto';
    color: #222;
    margin-bottom: 12px;
}
.profile_data__location{
    font: 18px/23px 'Roboto';
    color: #222;
}
.profile_add_info{
    display: flex;
}
.profile_ai_block{
    margin: 0 15px;
    min-width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profile_ai_value{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    box-shadow: 0 0 0 11px rgba(55, 190, 43, 0.10);
    background: #37BE2B;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 600 24px/24px 'Roboto';
    color: #ffffff;
    margin-bottom: 18px;
}
.profile_ai_label{
    display: flex;
    align-items: center;
    justify-content: center;
    font: 15px/24px 'Roboto';
    color: #222;
}
.profile_ai_label svg{
    margin-right: 8px   ;
}
.card_ip__btn__red{
    background: #E04040 !important;
    color: #ffffff !important;
}
.card_ip__btn_black{
    background: #000000 !important;
    color: #ffffff !important;
}
.section_profile_content{
    padding: 32px 0;
}
.sidebar_info{
    border-radius: 3px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
}
.sidebar_info__item{
    padding: 26px;
    border-bottom: 1px solid rgba(85, 85, 85, 0.5);
}
.sidebar_info__item:last-child{
    border-bottom: none;
}
.sidebar_info__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.sidebar_info__title{
    font: 500 21px/25px 'Roboto';
    color: #222;
}
.sidebar_info__text{
    font: 15px/24px 'Roboto';
    color: #555;
}
.btn_si_read{
    font: 500 15px/24px 'Roboto';
    color: #555;
}
.profile_wblock{
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
    margin-bottom: 30px;
}
.profile_wblock__title{
    padding: 25px;
    font: 500 24px/29px 'Roboto';
    color: #222;
    border-bottom: 1px solid rgba(85, 85, 85, 0.25);
}
.profile_wblock__body{
    padding: 25px;
}
.profile_wblock_btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 15px;
}
.src_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}
.src_head .h2_src{
    margin-bottom: 0;
}

.sort_dropdown .dropdown-toggle::after{
    width: 23px;
    height: 23px;
    border: none;
    background: url("../img/icon_dd_white.svg") no-repeat center center !important;
    margin-left: 5px !important;
    margin-right: 0 !important;
    content: '' !important;
}
.btn_sort_toggle{
    height: 46px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    border-radius: 23px !important;
    background: #323232 !important;
    border: none !important;
    min-width: 140px;
    justify-content: space-between;
    font: 14px/16px 'Roboto';
    color: #F2F2F2 !important;
}
.sort_dropdown.show .btn_sort_toggle{
    background: #37BE2B !important;
}
.sort_dropdown .dropdown-menu{
    background: #FFF !important;
    border-radius: 12px;
    border: none !important;
}
.sort_dropdown .dropdown-menu a{
    font: 14px/16px 'Roboto';
    color: #323232;
}
.sort_dropdown .dropdown-menu a:hover,
.sort_dropdown .dropdown-menu a:active,
.sort_dropdown .dropdown-menu a.active{
    background: rgba(55, 190, 43, 0.7) !important;
}
.dd_sort_title{
    padding: 10px 15px;
    font: 12px/12px 'Roboto';
    color: #848484;
    opacity: 0.5;
}
.dd_sort_foot{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
}
.sort_dropdown .dropdown-menu a.dd_sort_confirm{
    font: 12px/12px 'Roboto';
    color: #37BE2B !important;
    background: transparent !important;
}
.section_search{
    padding: 40px 0;
    background: #F6F9FC;
}
.sp_head_subtitle{
    font: 500 20px/28px 'Roboto';
    text-align: center;
    color: #161616;
}
.sp_head .h2_src{
    margin-bottom: 0;
}
.sp_head{
    margin-bottom: 24px;
}
.search_block_wrapper{
    width: 960px;
    max-width: 100%;
    margin: 0 auto 100px;
}
.p_breadcrumb > span{
    vertical-align: middle;
}

.slr_slider .carousel__next{
    top: -90px;
    transform: none;
    right: 0;
    border: 2px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.slr_slider .carousel__prev{
    top: -90px;
    transform: none;
    left: auto;
    right: 50px;
    border: 2px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.slr_slider .carousel__next:hover,
.slr_slider .carousel__prev:hover{
    border-color: #E2E8F0;
}
.header_dropdowns{
    display: flex;
    align-items: center;
    padding-left: 42px;
}
.header_dropdowns > div{
    padding-left: 10px;
}

.dropdown .dropdown-menu.lang_dropdown_menu{
    padding: 36px 36px 12px;
    margin-top: 32px;
    max-width: none;
    width: 790px;
    max-height: 300px;
    overflow-y: auto;
}
.ldm_title{
    font: 600 18px/20px 'Roboto';
    color: #000;
    margin-bottom: 40px;
}
.ldm_list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.ldm_item_wr{
    width: calc(100% / 3);
    padding: 0 20px;
    margin-bottom: 24px;
}
.ldm_item{
    width: 100%;
    padding: 4px 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ldm_item__img{
    margin-right: 16px;
}
.ldm_item__name{
    font: 14px/16px 'Roboto';
    color: #000000;
    flex-grow: 1;
    flex-basis: 0;
}
.ldm_item_wr.active .ldm_item{
    border-radius: 6px;
    border: 1px solid #DDD;
    padding-left: 16px;
    padding-right: 16px;
}
.ldm_icon_check{
    display: none;
    height: 16px;
    width: 16px;
    background: url("../img/icon_check.svg") no-repeat center center;
}
.ldm_item_wr.active .ldm_icon_check{
    display: block;
}
.btn_hd img{
    height: 24px;
}
.card_ip__reply_title{
    font: 500 28px/33px 'Roboto';
    color: #222;
    margin: 0 0 16px;
}
.card_ip__reply{
    padding: 24px 0 24px 12px;
    margin-top: 24px;
    border-top: 1px solid #D2D8DD;
}

/********SOC ICONS*********/
.soc_icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.soc_icon__big{
    width: 20px;
    height: 20px;
}
.soc_icon__facebook{
    background-image: url("../img/soc_icons/facebook.svg");
}
.soc_icon__twitter{
    background-image: url("../img/soc_icons/twitter.svg");
}
.soc_icon__linkedin{
    background-image: url("../img/soc_icons/linkedin.svg");
}
.soc_icon__instagram{
    background-image: url("../img/soc_icons/instagram.svg");
}
.soc_icon__pinterest{
    background-image: url("../img/soc_icons/pinterest.svg");
}
.soc_icon__tumblr{
    background-image: url("../img/soc_icons/tumblr.svg");
}
.soc_icon__youtube{
    background-image: url("../img/soc_icons/youtube.svg");
}
.soc_icon__reddit{
    background-image: url("../img/soc_icons/reddit.svg");
}
.soc_icon__tiktok{
    background-image: url("../img/soc_icons/tiktok.svg");
}
.soc_icon__snapchat{
    background-image: url("../img/soc_icons/snapchat.svg");
}
/********SOC ICONS*********/

.carousel.slr_slider .carousel__track .carousel__slide{
    opacity: 0.5;
    transform: scale(0.95);
}
.carousel.slr_slider .carousel__track .carousel__slide.carousel__slide--active{
    opacity: 1;
    transform: scale(1);
}
.section_category_list{
    padding: 45px 0 190px;
}
.h2_ctl{
    font: 600 36px/48px 'Roboto';
    color: #111827;
    margin: 0 0 48px;
    text-align: center;
}
.scl_container{
    width: 886px;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(3, 27, 78, 0.06);
}
.scl__info{
    display: flex;
    align-items: center;
}
.scl__info_left{
    height: 260px;
    width: 50%;
}
.scl__info_left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.scl__info_right{
    padding: 20px 40px;
    width: 50%;
}
.scl__info_label{
    font: 18px/22px 'Roboto';
    color: #222;
    margin-bottom: 16px;
}
.scl__info_name{
    font: 500 36px/36px 'Roboto';
    color: #222;
    margin-bottom: 36px;
}
.scl__info_reviews{
    display: flex;
    align-items: center;
    font: 20px/32px 'Roboto';
    color: #000;
}
.scl__info_reviews svg{
    margin-right: 6px;
}
.scl__list{
    padding: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.scl__item_wr{
    width: calc(100% / 3);
    padding: 12px;
}
.scl__item{
    height: 72px;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #D0D0D0;
    font: 18px/24px 'Roboto';
    color: #000 !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none !important;
}
.scl__item:hover{
    box-shadow: 0px 4px 8px 0px rgba(3, 27, 78, 0.06);
}

@media (min-width: 1400px){
    .header_dropdown .dropdown-menu{
        margin-right: -70px;
    }
}


.section_info_page{
    padding: 60px 0 160px;
}
.info_page__title{
    font: 500 46px/62px 'Roboto';
    color: #161616;
    margin: 0 0 36px;
    text-align: center;
}
.info_page__container{
    padding: 60px 80px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    width: 878px;
    max-width: 100%;
    margin: 0 auto;
}
.inho_page__h2{
    font: 700 24px/30px 'Roboto';
    color: #000;
    text-align: center;
    margin: 0 0 24px;
}
.inho_page__text{
    font: 18px/30px 'Roboto';
    color: #000;
}
.faq_item{
    padding: 32px 0;
    border-bottom: 1px solid #D9DBE9;
}
.faq_question{
    font: 500 22px/28px 'Roboto';
    color: #000;
    flex-basis: 0;
    flex-grow: 1;
    padding-right: 24px;
    text-decoration: none !important;
}
.faq_question:hover{
    color: #37BE2B;
}
.faq_question:last-child{
    border-bottom: none;
}
.faq_item__top{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.faq_item__btn{
    width: 28px;
    height: 28px;
    padding: 7px;
    background: url("../img/icon_plus.svg") no-repeat center center;
}
.faq_answer{
    padding: 12px 52px 0 0;
    font: 18px/30px 'Roboto';
    color: #000;
}
.faq_item.opened .faq_question{
    color: #37BE2B;
}
.faq_item.opened .faq_item__btn{
    background-image: url("../img/icon_minus.svg");
}

.card_ip__btn.card_ip__btn__disabled{
    opacity: 0.3;
}
.card_ip__btn.card_ip__btn__success{
    background: #1C1C1C !important;
    color: #ffffff !important;
}
.card_ip__btn.card_ip__btn__success svg path,
.card_ip__btn.card_ip__btn__success svg rect{
    fill: #fff;
}
.section_not_found{
    padding: 250px 0;
}
.not_found{
    display: flex;
    justify-content: center;
}

.section_hb{
    margin-bottom: 140px;
}
.block_hb1{
    padding: 75px 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block_hb1__left{
    width: 50%;
    padding-right: 20px;
}
.block_hb1__title{
    font: 600 40px/46px 'Roboto';
    color: #000;
    margin: 0 0 24px;
}
.block_hb1__text{
    font: 20px/26px 'Roboto';
    color: #64748B;
    max-width: 440px;
}
.block_hb1__right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.block_hb2{
    padding: 75px 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 40px;
    background: #FFF;
}
.block_hb2__left{
    width: 50%;
    padding-right: 20px;
}
.block_hb2__right{
    flex-grow: 1;
    flex-basis: 0;
}

.block_hb2__title{
    font: 600 40px/46px 'Roboto';
    color: #000;
    margin: 0 0 24px;
}
.block_hb2__text{
    font: 20px/26px 'Roboto';
    color: #64748B;
    max-width: 440px;
}
.block-link{
    cursor: pointer;
}
.lang_item_btn{
    width: 24px;
    height: 24px;
    background-size: cover;
}
.lang_item{
    width: 40px;
    height: 41px;
}
.lang_item__ar{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3Cmask id='mask0_629_10241' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_10241)'%3E%3Crect y='6.61523' width='40' height='28.5714' fill='%23128C4B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.52344 23.7582H24.7615V23.0306C24.7615 22.0522 25.7912 21.4159 26.6663 21.8534V23.7582H29.206C29.9073 23.7582 30.4758 24.3267 30.4758 25.028C30.4758 26.4306 29.3388 27.5677 27.9361 27.5677H26.0949C25.3585 27.5677 24.7615 26.9707 24.7615 26.2344V25.6629H11.9805C11.6269 25.6629 11.2877 25.5225 11.0377 25.2724L9.52344 23.7582Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.52344 18.32C9.52344 18.1432 9.59368 17.9737 9.7187 17.8486L10.0044 17.5629C10.2648 17.3026 10.2648 16.8805 10.0044 16.6201L9.7187 16.3344C9.59368 16.2094 9.52344 16.0398 9.52344 15.863V14.901C9.52344 14.5329 9.82191 14.2344 10.1901 14.2344H11.0644C11.2653 14.2344 11.4282 14.3972 11.4282 14.5982C11.4282 14.982 11.9457 15.1042 12.1173 14.7608L12.2593 14.4769C12.3336 14.3283 12.4855 14.2344 12.6517 14.2344H14.7615C15.0245 14.2344 15.2377 14.4476 15.2377 14.7106C15.2377 14.9736 15.0245 15.1868 14.7615 15.1868H13.8092C13.5462 15.1868 13.333 15.4 13.333 15.6629C13.333 15.9259 13.5462 16.1391 13.8092 16.1391H14.5711C14.9392 16.1391 15.2377 16.4376 15.2377 16.8058V19.282C15.2377 19.6502 14.9392 19.9487 14.5711 19.9487H13.9996C13.6314 19.9487 13.333 19.6502 13.333 19.282V18.5201C13.333 18.2571 13.5462 18.0439 13.8092 18.0439C14.0721 18.0439 14.2853 17.8307 14.2853 17.5677C14.2853 17.3047 14.0721 17.0915 13.8092 17.0915H13.0472C12.6791 17.0915 12.3806 17.39 12.3806 17.7582V19.4725C12.3806 19.7355 12.1674 19.9487 11.9044 19.9487C11.6414 19.9487 11.4282 19.7355 11.4282 19.4725V18.5201C11.4282 18.2571 11.215 18.0439 10.952 18.0439C10.689 18.0439 10.4758 18.2571 10.4758 18.5201V19.4725C10.4758 19.7355 10.2626 19.9487 9.99963 19.9487C9.73664 19.9487 9.52344 19.7355 9.52344 19.4725V18.32Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7617 18.32C24.7617 18.1432 24.832 17.9737 24.957 17.8486L25.2427 17.5629C25.503 17.3026 25.503 16.8805 25.2427 16.6201L24.957 16.3344C24.832 16.2094 24.7617 16.0398 24.7617 15.863V14.901C24.7617 14.5329 25.0602 14.2344 25.4284 14.2344H26.3027C26.5036 14.2344 26.6665 14.3972 26.6665 14.5982C26.6665 14.982 27.184 15.1042 27.3556 14.7608L27.4976 14.4769C27.5719 14.3283 27.7238 14.2344 27.89 14.2344H29.9998C30.2628 14.2344 30.476 14.4476 30.476 14.7106C30.476 14.9736 30.2628 15.1868 29.9998 15.1868H29.0474C28.7844 15.1868 28.5712 15.4 28.5712 15.6629C28.5712 15.9259 28.7844 16.1391 29.0474 16.1391H29.8093C30.1775 16.1391 30.476 16.4376 30.476 16.8058V19.282C30.476 19.6502 30.1775 19.9487 29.8093 19.9487H29.2379C28.8697 19.9487 28.5712 19.6502 28.5712 19.282V18.5201C28.5712 18.2571 28.7844 18.0439 29.0474 18.0439C29.3104 18.0439 29.5236 17.8307 29.5236 17.5677C29.5236 17.3047 29.3104 17.0915 29.0474 17.0915H28.2855C27.9173 17.0915 27.6189 17.39 27.6189 17.7582V19.4725C27.6189 19.7355 27.4057 19.9487 27.1427 19.9487C26.8797 19.9487 26.6665 19.7355 26.6665 19.4725V18.5201C26.6665 18.2571 26.4533 18.0439 26.1903 18.0439C25.9273 18.0439 25.7141 18.2571 25.7141 18.5201V19.4725C25.7141 19.7355 25.5009 19.9487 25.2379 19.9487C24.9749 19.9487 24.7617 19.7355 24.7617 19.4725V18.32Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8569 15.6585C22.8569 15.9239 22.7081 16.2879 22.513 16.483L22.2483 16.7477C22.0584 16.9376 22.0533 17.2403 22.2483 17.4353L22.513 17.7001C22.7029 17.89 22.8569 18.2477 22.8569 18.5245V19.468C22.8569 19.7335 22.653 19.9487 22.3762 19.9487H21.4328C21.1673 19.9487 20.9521 19.7448 20.9521 19.468V18.5245C20.9521 18.2591 20.8642 18.2197 20.7312 18.4857L20.2206 19.5069C20.0986 19.7509 19.7755 19.9487 19.5279 19.9487H17.6144C17.3538 19.9487 17.1426 19.7278 17.1426 19.4725C17.1426 19.2095 17.3464 18.9963 17.6232 18.9963H18.5667C18.8321 18.9963 19.0473 18.7754 19.0473 18.5201C19.0473 18.2571 18.8435 18.0439 18.5667 18.0439H17.6232C17.3578 18.0439 17.1426 17.8391 17.1426 17.5768V14.7015C17.1426 14.4435 17.3464 14.2344 17.6232 14.2344H18.5667C18.8321 14.2344 19.0473 14.4382 19.0473 14.715V15.6585C19.0473 15.9239 18.8265 16.1391 18.5712 16.1391C18.3082 16.1391 18.095 16.36 18.095 16.6153C18.095 16.8783 18.2988 17.0915 18.5756 17.0915H19.5191C19.7845 17.0915 19.9997 16.8673 19.9997 16.6197V14.7062C19.9997 14.4456 20.2206 14.2344 20.4759 14.2344C20.7389 14.2344 20.9521 14.4382 20.9521 14.715V15.6585C20.9521 15.9239 21.173 16.1391 21.4283 16.1391C21.6913 16.1391 21.9045 15.9353 21.9045 15.6585V14.715C21.9045 14.4496 22.1254 14.2344 22.3807 14.2344C22.6437 14.2344 22.8569 14.4382 22.8569 14.715V15.6585Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__de{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.61548' width='40' height='28.5714' rx='4' fill='white'/%3E%3Cmask id='mask0_629_9381' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect y='6.61548' width='40' height='28.5714' rx='4' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_9381)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 16.1393H40V6.61548H0V16.1393Z' fill='%23262626'/%3E%3Cg filter='url(%23filter0_d_629_9381)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 25.663H40V16.1392H0V25.663Z' fill='%23F01515'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_629_9381)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1869H40V25.6631H0V35.1869Z' fill='%23FFD521'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_629_9381' x='0' y='16.1392' width='40' height='9.52393' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_9381'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_9381' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_629_9381' x='0' y='25.6631' width='40' height='9.52393' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_9381'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_9381' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lang_item__en{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3Cmask id='mask0_629_10843' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_10843)'%3E%3Crect y='6.61523' width='40' height='1.90476' fill='%23D02F44'/%3E%3Crect y='10.4248' width='40' height='1.90476' fill='%23D02F44'/%3E%3Crect y='14.2344' width='40' height='1.90476' fill='%23D02F44'/%3E%3Crect y='18.0439' width='40' height='1.90476' fill='%23D02F44'/%3E%3Crect y='21.853' width='40' height='1.90476' fill='%23D02F44'/%3E%3Crect y='25.6626' width='40' height='1.90476' fill='%23D02F44'/%3E%3Crect y='29.4722' width='40' height='1.90476' fill='%23D02F44'/%3E%3Crect y='33.2817' width='40' height='1.90476' fill='%23D02F44'/%3E%3Crect y='6.61523' width='17.1429' height='13.3333' fill='%2346467F'/%3E%3Cg filter='url(%23filter0_d_629_10843)'%3E%3Cellipse cx='2.85668' cy='9.4724' rx='0.952381' ry='0.952381' fill='url(%23paint0_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_629_10843)'%3E%3Cellipse cx='6.66722' cy='9.4724' rx='0.952381' ry='0.952381' fill='url(%23paint1_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter2_d_629_10843)'%3E%3Cellipse cx='10.4758' cy='9.4724' rx='0.952381' ry='0.952381' fill='url(%23paint2_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter3_d_629_10843)'%3E%3Cellipse cx='14.2864' cy='9.4724' rx='0.952381' ry='0.952381' fill='url(%23paint3_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter4_d_629_10843)'%3E%3Ccircle cx='4.76097' cy='11.3772' r='0.952381' fill='url(%23paint4_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter5_d_629_10843)'%3E%3Cellipse cx='8.57152' cy='11.3772' rx='0.952381' ry='0.952381' fill='url(%23paint5_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter6_d_629_10843)'%3E%3Cellipse cx='12.3801' cy='11.3772' rx='0.952381' ry='0.952381' fill='url(%23paint6_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter7_d_629_10843)'%3E%3Cellipse cx='14.2864' cy='13.282' rx='0.952381' ry='0.952381' fill='url(%23paint7_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter8_d_629_10843)'%3E%3Cellipse cx='10.4758' cy='13.282' rx='0.952381' ry='0.952381' fill='url(%23paint8_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter9_d_629_10843)'%3E%3Cellipse cx='6.66722' cy='13.282' rx='0.952381' ry='0.952381' fill='url(%23paint9_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter10_d_629_10843)'%3E%3Cellipse cx='2.85668' cy='13.282' rx='0.952381' ry='0.952381' fill='url(%23paint10_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter11_d_629_10843)'%3E%3Ccircle cx='4.76097' cy='15.1868' r='0.952381' fill='url(%23paint11_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter12_d_629_10843)'%3E%3Cellipse cx='8.57152' cy='15.1868' rx='0.952381' ry='0.952381' fill='url(%23paint12_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter13_d_629_10843)'%3E%3Cellipse cx='12.3801' cy='15.1868' rx='0.952381' ry='0.952381' fill='url(%23paint13_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter14_d_629_10843)'%3E%3Cellipse cx='14.2864' cy='17.0915' rx='0.952381' ry='0.952381' fill='url(%23paint14_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter15_d_629_10843)'%3E%3Cellipse cx='10.4758' cy='17.0915' rx='0.952381' ry='0.952381' fill='url(%23paint15_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter16_d_629_10843)'%3E%3Cellipse cx='6.66722' cy='17.0915' rx='0.952381' ry='0.952381' fill='url(%23paint16_linear_629_10843)'/%3E%3C/g%3E%3Cg filter='url(%23filter17_d_629_10843)'%3E%3Cellipse cx='2.85668' cy='17.0915' rx='0.952381' ry='0.952381' fill='url(%23paint17_linear_629_10843)'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_629_10843' x='1.9043' y='8.52002' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_629_10843' x='5.71484' y='8.52002' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_629_10843' x='9.52344' y='8.52002' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter3_d_629_10843' x='13.334' y='8.52002' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter4_d_629_10843' x='3.80859' y='10.4248' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter5_d_629_10843' x='7.61914' y='10.4248' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter6_d_629_10843' x='11.4277' y='10.4248' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter7_d_629_10843' x='13.334' y='12.3296' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter8_d_629_10843' x='9.52344' y='12.3296' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter9_d_629_10843' x='5.71484' y='12.3296' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter10_d_629_10843' x='1.9043' y='12.3296' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter11_d_629_10843' x='3.80859' y='14.2344' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter12_d_629_10843' x='7.61914' y='14.2344' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter13_d_629_10843' x='11.4277' y='14.2344' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter14_d_629_10843' x='13.334' y='16.1392' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter15_d_629_10843' x='9.52344' y='16.1392' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter16_d_629_10843' x='5.71484' y='16.1392' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter17_d_629_10843' x='1.9043' y='16.1392' width='1.9043' height='3.90479' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_629_10843'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_629_10843' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_629_10843' x1='1.9043' y1='8.52002' x2='1.9043' y2='10.4248' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_629_10843' x1='5.71484' y1='8.52002' x2='5.71484' y2='10.4248' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_629_10843' x1='9.52344' y1='8.52002' x2='9.52344' y2='10.4248' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_629_10843' x1='13.334' y1='8.52002' x2='13.334' y2='10.4248' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_629_10843' x1='3.80859' y1='10.4248' x2='3.80859' y2='12.3296' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_629_10843' x1='7.61914' y1='10.4248' x2='7.61914' y2='12.3296' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_629_10843' x1='11.4277' y1='10.4248' x2='11.4277' y2='12.3296' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_629_10843' x1='13.334' y1='12.3296' x2='13.334' y2='14.2344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear_629_10843' x1='9.52344' y1='12.3296' x2='9.52344' y2='14.2344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear_629_10843' x1='5.71484' y1='12.3296' x2='5.71484' y2='14.2344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear_629_10843' x1='1.9043' y1='12.3296' x2='1.9043' y2='14.2344' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear_629_10843' x1='3.80859' y1='14.2344' x2='3.80859' y2='16.1391' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear_629_10843' x1='7.61914' y1='14.2344' x2='7.61914' y2='16.1391' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear_629_10843' x1='11.4277' y1='14.2344' x2='11.4277' y2='16.1391' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear_629_10843' x1='13.334' y1='16.1392' x2='13.334' y2='18.0439' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear_629_10843' x1='9.52344' y1='16.1392' x2='9.52344' y2='18.0439' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear_629_10843' x1='5.71484' y1='16.1392' x2='5.71484' y2='18.0439' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear_629_10843' x1='1.9043' y1='16.1392' x2='1.9043' y2='18.0439' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.lang_item__es{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3Cmask id='mask0_629_10575' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_10575)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 14.2343H40V6.61523H0V14.2343Z' fill='%23DD172C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1864H40V27.5674H0V35.1864Z' fill='%23DD172C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 27.5677H40V14.2344H0V27.5677Z' fill='%23FFD133'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4766 19.9487H12.3813V20.9011H10.4766V19.9487Z' fill='%23FFEDB1'/%3E%3Cpath d='M8.87919 20.3848C8.8468 19.9961 9.15352 19.6628 9.54355 19.6628H11.4073C11.7974 19.6628 12.1041 19.9961 12.0717 20.3848L11.874 22.7568C11.8134 23.4842 11.2053 24.0437 10.4754 24.0437C9.74553 24.0437 9.13747 23.4842 9.07686 22.7568L8.87919 20.3848Z' stroke='%23A41517' stroke-width='1.33333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.57227 20.9009H12.3818V21.8533H11.4294L10.477 23.758L9.52465 21.8533H8.57227V20.9009Z' fill='%23A41517'/%3E%3Crect x='5.71484' y='18.0439' width='1.90476' height='6.66667' rx='0.952381' fill='%23A41517'/%3E%3Crect x='13.334' y='18.0439' width='1.90476' height='6.66667' rx='0.952381' fill='%23A41517'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.57227 17.663C8.57227 16.8214 9.2545 16.1392 10.0961 16.1392H10.858C11.6996 16.1392 12.3818 16.8214 12.3818 17.663C12.3818 17.8734 12.2112 18.0439 12.0008 18.0439H8.95322C8.74282 18.0439 8.57227 17.8734 8.57227 17.663Z' fill='%23A41517'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__fr{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='7.11548' width='39' height='27.5714' rx='3.5' fill='white' stroke='%23F5F5F5'/%3E%3Cmask id='mask0_629_9340' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect x='0.5' y='7.11548' width='39' height='27.5714' rx='3.5' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_9340)'%3E%3Crect x='26.666' y='6.61548' width='13.3333' height='28.5714' fill='%23F44653'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1869H13.3333V6.61548H0V35.1869Z' fill='%231035BB'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__he{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='7.11548' width='39' height='27.5714' rx='3.5' fill='white' stroke='%23F5F5F5'/%3E%3Cmask id='mask0_629_9562' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect x='0.5' y='7.11548' width='39' height='27.5714' rx='3.5' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_9562)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 12.3298H40V6.61548H0V12.3298Z' fill='%230E46D4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1869H40V29.4727H0V35.1869Z' fill='%230E46D4'/%3E%3Cpath d='M14.6551 23.4344L14.1048 24.4249L15.2379 24.4249L24.7617 24.4249L25.8947 24.4249L25.3444 23.4344L20.5825 14.863L19.9998 13.814L19.417 14.863L14.6551 23.4344Z' stroke='%23093EC5' stroke-width='1.33333'/%3E%3Cpath d='M14.6551 18.3678L14.1048 17.3774L15.2379 17.3774L24.7617 17.3774L25.8947 17.3774L25.3444 18.3678L20.5825 26.9392L19.9998 27.9882L19.417 26.9392L14.6551 18.3678Z' stroke='%23093EC5' stroke-width='1.33333'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__it{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='7.11548' width='39' height='27.5714' rx='3.5' fill='white' stroke='%23F5F5F5'/%3E%3Cmask id='mask0_629_9571' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect x='0.5' y='7.11548' width='39' height='27.5714' rx='3.5' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_9571)'%3E%3Crect x='26.666' y='6.61548' width='13.3333' height='28.5714' fill='%23E43D4C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1869H13.3333V6.61548H0V35.1869Z' fill='%231BB65D'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__pl{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='7.11523' width='39' height='27.5714' rx='3.5' fill='white' stroke='%23F5F5F5'/%3E%3Cmask id='mask0_629_10138' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect x='0.5' y='7.11523' width='39' height='27.5714' rx='3.5' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_10138)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1868H40V19.9487H0V35.1868Z' fill='%23EB2A50'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__pt{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3Cmask id='mask0_629_10144' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_10144)'%3E%3Crect y='6.61523' width='40' height='28.5714' fill='%23FF2936'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1867H15.2381V6.61523H0V35.1867Z' fill='%23128415'/%3E%3Cpath d='M15.2373 26.0437C18.0776 26.0437 20.3801 23.7412 20.3801 20.9008C20.3801 18.0605 18.0776 15.758 15.2373 15.758C12.3969 15.758 10.0944 18.0605 10.0944 20.9008C10.0944 23.7412 12.3969 26.0437 15.2373 26.0437Z' stroke='%23FAF94F' stroke-width='2.66667'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.334 18.7106C13.334 18.3424 13.6325 18.0439 14.0007 18.0439H16.4768C16.845 18.0439 17.1435 18.3424 17.1435 18.7106V21.8535C17.1435 22.9054 16.2907 23.7582 15.2387 23.7582C14.1868 23.7582 13.334 22.9054 13.334 21.8535V18.7106Z' fill='white'/%3E%3Cellipse cx='15.2375' cy='20.4247' rx='0.952381' ry='1.42857' fill='%231D50B5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__ru{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='7.11523' width='39' height='27.5714' rx='3.5' fill='white' stroke='%23F5F5F5'/%3E%3Cmask id='mask0_629_10162' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect x='0.5' y='7.11523' width='39' height='27.5714' rx='3.5' fill='white' stroke='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_10162)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 25.663H40V16.1392H0V25.663Z' fill='%230C47B7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1864H40V25.6626H0V35.1864Z' fill='%23E53B35'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__uk{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3Cmask id='mask0_629_10814' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect y='6.61523' width='40' height='28.5714' rx='4' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_10814)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 21.8533H40V6.61523H0V21.8533Z' fill='%23156DD1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 35.1864H40V21.853H0V35.1864Z' fill='%23FFD948'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.lang_item__zh{
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6.61536' width='40' height='28.5714' rx='4' fill='white'/%3E%3Cmask id='mask0_629_9110' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='6' width='40' height='30'%3E%3Crect y='6.61536' width='40' height='28.5714' rx='4' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_629_9110)'%3E%3Crect y='6.61536' width='40' height='28.5714' fill='%23F1361D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2942 15.1544L18.0953 15.884L18.1278 14.4809L17.3981 13.2821L18.8012 13.3145L20.0001 12.5849L19.9676 13.9879L20.6973 15.1868L19.2942 15.1544Z' fill='%23FFDC42'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.774 11.2809L14.3905 11.045L15.3355 10.0074L15.5713 8.62392L16.6089 9.56892L17.9924 9.80478L17.0474 10.8424L16.8116 12.2259L15.774 11.2809Z' fill='%23FFDC42'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4694 23.7167L15.2967 24.4877L15.2802 23.0843L14.5091 21.9117L15.9125 21.8951L17.0852 21.1241L17.1017 22.5274L17.8727 23.7001L16.4694 23.7167Z' fill='%23FFDC42'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8816 19.9343L17.4867 20.0889L18.1091 18.831L17.9545 17.4361L19.2124 18.0585L20.6073 17.9039L19.9849 19.1618L20.1395 20.5567L18.8816 19.9343Z' fill='%23FFDC42'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.52445 18.3678L6.16568 20.7622L7.40496 16.8279L4.08984 14.3734L8.21453 14.3363L9.52445 10.4249L10.8344 14.3363L14.9591 14.3734L11.644 16.8279L12.8832 20.7622L9.52445 18.3678Z' fill='%23FFDC42'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.slr_slider_item_wr{
    width: 100%;
    height: 100%;
}
.slr_slider_item{
    height: 100%;
}
.splide__arrow--prev {
    left: -30px;
}
.splide__arrow--next{
    right: -30px;
}
.slr_slider_item .btn_rew{
    color: #ffffff !important;
}
.product_link{
    cursor: pointer;
}
.site_preloader{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.preloader_container{
    position: relative;
}
.form_preloader{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_auth_wrapper{
position: relative;
}