body.mo{
    overflow: hidden;
}
.mobhead {
    display: none;
}
.jost {
    font-family: "Jost", serif;
}

.roboto{
    font-family: 'Roboto', sans-serif;
}
.mobfltrblock{
    display: none;
}
.white_btn{
    background: #FFFFFF;
    border-radius: 200px;
    border: 1px solid #FFFFFF;
    padding: 0;
}

.white_btn:hover{
    color: white;
    background: none;
}

.header {
    width: 100%;
    top: 0;
    height: 103px;
    z-index:3;
}

.header.fixed{
    position: fixed;
    background: rgba(0,0,0,0.6);
}

.header.sticky{
    position: sticky;
    background: rgba(0,0,0,0.6);
}

.transition,
.transiton:hover{
    transition: all 0.3s ease;
}

.header_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1330px;
    margin: 0 auto;
    height: 100%;
    padding: 0 15px;
}

.search_form{
    position: relative;
    max-width: 340px;
    width: 100%;
    height: 43px;
}


.search_inp{
    width: 100%;
    padding-left: 150px;
    padding-right: 40px;
    height: 100%;
    border-radius: 200px;
    border: none;
}

.blue_btn{
    background: #1167BE;
    border-radius: 200px;
    cursor:pointer;
    border: none;
    padding: 0;
    transition: all 0.3s ease;
}
.blue_btn:hover{
    background: #0D4F93;
}

.red_btn{
    background: #CC0E0E;
    border-radius: 200px;
    border: none;
    cursor:pointer;
    padding: 0;
    color: white;
}

.red_btn:hover{
    background: #EB1A1A;
}

.d_blue_btn{
    background: #0D4F93;
    border-radius: 200px;
    border: none;
    cursor:pointer;
    padding: 0;
    color: white;
}

.d_blue_btn:hover{
    background: #1167BE;
}


.header_catalog_button{
    position: absolute;
    left: 0;
    max-width: 137px;
    width: 100%;
    height: 43px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_btn{
    position: absolute;
    right: 15px;
    cursor: pointer;
    border: none;
    padding: 0;
    font-size: 0;
    width: 20px;
    height:20px;
    background: url(/images/icons/search.svg) no-repeat center;
    top: 50%;
    transform: translateY(-50%);
}

.search_btn:hover{
    opacity: 0.5;
}

.mobile_search_form{
    position: relative;
    width: 100%;
    height: 43px;
    display: none;
}

.menu_links{
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu_links li{
    display: inline-block;
}

.menu_links li a{
    padding: 0 5px;
    margin: 0 5px;
}

.menu_links li a:hover{
    opacity: 0.6;
}

.header_right_block{
    display: flex;
    align-items: flex-end;
}

.header_right_block a{
    padding: 0 5px;
    margin: 0 4px;
}

.header_phone{
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #FFFFFF;
}

.social img{
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.social:hover img{
    filter: none;
    transition: all 0.3s ease;
}


.langs_select{
    border: none;
    background: none;
    line-height: 1;
    float: unset;
    color: white;
    height: auto;
    padding: 0 15px;
}

.langs_select .list{
    color: black;
    width: 100%;
}

.nice-select .option{
    padding: 0 10px;
}

.langs_select.nice-select:after{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% - 8px);
    width: 9px;
    height: 5px;
    background: url(/images/icons/lang_arr.svg) no-repeat center;
    border: none;
    transform: none;
    transition: all 0.3s ease;
    margin: 0;
}

.langs_select.open:after{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.ms_title{
    font-weight: 700;
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ms_subtitle{
    font-weight: 300;
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;
    margin: 25px 0;
}

.ms_data{
    max-width: 375px;
}

.ms_content{
    position: absolute;
    max-width: 1330px;
    padding: 0 15px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ms img{
    min-height:450px;
    object-fit: cover;
    object-position: center;
}

.ms_pager{
    max-width: 1330px;
    padding: 0 15px;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index:1;
    display: flex;
    align-items: center;
}

.ms_pager .owl-dot{
    border: none;
    background: none;
    padding: 0;
}

.ms_pager .owl-dot span{
    width:24px;
    height:3px;
    background: white;
    opacity: 0.3;
    font-size: 0;
    display: block;
    margin-right: 10px;
    cursor: pointer;
    padding: 0;
}

.ms_pager .owl-dot.active span{
    opacity: 1;
}

.ms_link{
    font-size: 16px;
    line-height: 23px;
    color: #212121;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}

.main_prods_full{
    background: #F5F5F5;
    padding: 55px 0;
}

.prod_card{
    background: #FFFFFF;
    outline: 1px solid #DFE3EC;
    border-radius: 4px;
    position: relative;
    width: 100%;
    height: 100%;
}

.prod_card:hover{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.prod_slide{
    max-width: 310px;
    width: 100%;
    height: 100%;
}

.prod_img{
    object-fit: cover;
    object-position: center;
    max-height: 200px;
    width: 100%;

    min-height: 155px;
    display: flex;
    align-items: center;
}

.prod_data{
    padding: 20px;
}

.prod_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.prod_title:hover{
    color: #0D4F93;
}

.prod_year_mileage{
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #3D3D3D;
}

.char_separator{
    display: inline-block;
    width:1px;
    background:#3D3D3D;
    height: 10px;
    margin: 0 10px;
}

.prod_char{
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    color: #3D3D3D;
    width: 50%;
}

.prod_char img,
.owl-carousel .owl-item .prod_char img{
    display: inline-block;
    max-width: 13px;
    width: auto;
}

.prod_chars{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-top: 20px;
}

.prod_prices{
    padding-top: 20px;
    border-top: 1px solid #E6E6E6;
}

.prod_price{
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #0E0E0E;

}

.prod_card.top .prod_price{
    color: #CC0E0E;
}

.oldprice{
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    text-decoration-line: line-through;
    margin-left: 20px;
}

.prod_price_label{
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    padding: 3px 10px;
    background: #F7F8FA;
    border-radius: 200px;
    margin-top: 5px;
}

.prod_label{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.prod_label.top{
    background: url(/images/icons/label_top.svg) no-repeat center;
}

.prod_label.new{
    background: url(/images/icons/label_new.svg) no-repeat center;
}

.block_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}

.prods_slider_btn{
    border: none;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 161px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.prods_slider_btn:hover{
    box-shadow: none;
}

.prods_slider_btn.gallery{
    top: 50%;
    transform: translateY(-50%);
}

.prev_slide{
    left: -21px;
}
.next_slide{
    right: -21px;
}

.owl_dots .owl-dots{
    text-align: center;
}

.owl_dots .owl-dot{
    width: 24px;
    height: 3px;
    margin-right: 10px;
    background: #DFE3EC;
    border: none;
    padding: 0;
    cursor:pointer;
}

.owl_dots{
    text-align: center;
}

.owl_dots .owl-dot.active{
    background: #0D4F93;
}

.catalog_full{
    padding: 25px 0 75px 0;
}

.filter{
    float: left;
    width: 200px;
}

.catalog{
    float: left;
    margin-left: 60px;
    width: calc(100% - 260px);
}

.filter_group{
    margin-bottom: 20px;
}

.fp_label{
    cursor: pointer;
    font-weight: 300;
    font-size: 15px;
    color: #272727;
    display: block;
}

.fp_check{
    display: none;
}

.custom_check{
    border: 1px solid #CAD1E0;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    width: 15px;
    height: 15px;
    background: none;
    display: inline-block;
    margin-right: 13px;
    position: relative;
}

.custom_check:after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/icons/check.svg) center no-repeat;
    transition: all 0.3s ease;
    opacity: 0;
}

.fp_check:checked + .custom_check:after{
    opacity: 1;
    transition: all 0.3s ease;
}

.toggle_filter{
    border: none;
    background: none;
    cursor:pointer;
    font-weight: 500;
    font-size: 30px;
    line-height: 32px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

.toggle_filter.active img{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.toggle_filter img{
    transition: all 0.3s ease;
}

.fg_header{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.fp_label{
    font-weight: 400;
    font-size: 14px;
    line-height: 230%;
    text-transform: uppercase;
    color: #000000;
}
.fo_label.mob {
    display: none;
}
.filter_select{
    background: #FFFFFF;
    border: 1px solid #CAD1E0;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    width: 100%;
    float: unset;
    height: 36px;
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    color: #414141;
    padding-left: 10px;
}

.filter_select.nice-select:after{
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top:17px;
    width: 8px;
    height: 4px;
    background: url(/images/icons/select_arr.svg) no-repeat center;
    border: none;
    transform: none;
    transition: all 0.3s ease;
}

.filter_select.open:after{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.filter_select .list{
    width: 100%;
    max-height:240px;
    overflow-y: auto;
}

.filter_option{
    margin-bottom: 15px;
}

.fo_label{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 5px;
}

.filter_input{
    background: #FFFFFF;
    border: 1px solid #CAD1E0;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding-left: 10px;
    height: 36px;
    width: 100%;
}

.filter_inputs_range{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.df{
    display: flex;
    height: inherit;
}

.fw{
    display: flex;
    flex-wrap: wrap;
}

.footer_map{
    max-width: 420px;
    height:220px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
}

.footer_map iframe{
    width: 100%;
    height: 100%;
}

.footer{
    padding: 80px 0 40px 0;
    background: black;
    color: white;
}

.footer_left_header{
    font-weight: 600;
    font-size: 30px;
    line-height: 190%;
    margin-bottom: 15px;
}

.footer_left_data{
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
}

.footer_adress{
    max-width: 205px;
}

.footer_phones{
    margin: 20px 0;
}

.footer_links ul{
    padding: 0;
    margin:0;
    list-style: none;
}

.footer_links{
    font-weight: 400;
    font-size: 18px;
    line-height: 190%;
    color: #FFFFFF;
    width: 50%;
}

.footer_links > ul li a:hover,
.footer_phones a:hover,
.footer_email a:hover{
    opacity: 0.6;
}

.footer_social{
    margin-top: 45px;
}

.footer_social ul li{
    display: inline-block;
    margin-right: 25px;
}

.footer_social a img{
    filter: brightness(0) invert(1);
}

.footer_social a:hover img{
    filter: none;
}

.footer_links_wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.copyrights{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    margin-top: 45px;
}

.bottom_gallery{
    padding: 60px 0;
    border-top: 1px solid #DFE3EC;
}

.scroll_up{
    width: 43px;
    height: 43px;
    padding: 0;
    border: none;
    background: white;
    cursor:pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 35px;
    bottom: 115px;
    z-index:2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.scroll_up:hover{
    box-shadow: none;
}

.rb3{
    position: relative;
    bottom: 3px;
}

img.rb3{
    margin-left: 9px;
}

.mobile_menu{
    width: 100%;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background: #F5F5F5;
    position: fixed;
    left: 0;
    top: 0;
    z-index:5;
    display: none;
    padding: 60px 40px 20px 15px;
}

.burger{
    border: none;
    background: none;
    cursor:pointer;
    display: none;
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
    padding: 0;
}

.mm_overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:4;
    background: rgba(0,0,0,0.5);
    display: none;
}

.close_menu{
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
}

.close_menu img{
    display: block;
    max-width: 100%;
    height: auto;
}

.mm_links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.mm_links ul li{
    font-weight: 500;
    padding: 5px 0;
    margin: 5px 0;
}
.hmr{
    display: none;
}

.hpm{
    display: block;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}

.m_social{
    padding: 5px 5px 5px 0;
    margin-right: 10px;
}

.m_langs{
    margin-top: 10px;
}

.m_langs a {
    padding: 5px 5px 5px 0;
    margin-right: 15px;
}

.m_langs a img{
    max-width: 20px;
}

.m_filter{
    position: sticky;
    bottom: 0;
    height: 55px;
    background: white;
    width: 100%;
    display: none;
    left: 0;
    padding: 10px 15px;
}

.filter_overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index:4;
    display: none;
}

.mob_filter{
    width: 100%;
    height: 100%;
    font-weight: 600;
    color: white;
    font-size: 18px;
}

.omf{
    border: none;
    background: none;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-left: auto;
    margin-bottom: 20px;
    display: none;
}

.pagination_btn{
    border: none;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
}

.pagination_btn:hover{
    box-shadow: none;
}

.pagination{
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a{
    padding: 0 5px;
    margin: 0 5px;
    color: #818181;
}

.pagination li a.active{
    color: black;
    border-bottom: 3px solid #DFE3EC;
}

.pagination li:first-child{
    margin-right: 120px;
}

.pagination li:last-child{
    margin-left: 120px;
}

.breadcrumbs{
    padding: 15px 0;
}

.breadcrumbs a{
    font-weight: 400;
    font-size: 13px;
    color: #1167BE;
}

.breadcrumbs a:hover{
    color: #3D3D3D;
}

.breadcrumbs a.active{
    color: #3D3D3D;
}

.breadcrumbs_separator{
    margin: 0 10px;
}

.page_title{
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 30px;
}

.tm_img{
    margin-bottom: 20px;
}

.tm_foto{
    display: block;
    max-width: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    max-height:345px;
    height: 100%;
    width: 100%;
}

.tm_name{
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}

.tm_function{
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.tm_phone{
    padding: 15px 0;
    border-top:1px solid #E6E6E6;
    margin-top: 18px;
}

.teammate_card  {
    padding-bottom: 55px;
}

.small_slider_wrapper{
    margin-top: 15px;
    position: relative;
}

.small_slider {
    margin: 0 -2px;
}

.small_gallery_slide{
    padding: 0 2px;
}

.small_gallery_slide img{
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.big_gallery_slide img{
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    max-height:555px;
}

.show_gallery{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
}

/* --------- */

.small_slider_btn{
    border: none;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.small_slider_btn:hover{
    box-shadow: none;
}

.small_slider_btn.prev{
    left: -5px;
}

.small_slider_btn.next{
    right: -5px;
}

.dptl_block{
    padding: 25px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}



.pdf_link_block{
    text-align: right;
}

.pdf_link{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #0D4F93;
    padding-bottom: 1px;
    text-decoration-line: underline;
}

.pdf_link:hover{
    color: #3D3D3D;
    text-decoration-color: transparent;
}

.detail_prod_title{
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #000000;

    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.dptl_inner_gray{
    padding: 45px 30px;
    background: #F7F8FA;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
}

.bc_btn{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    max-width: 320px;
    width: 100%;
    margin-top: 20px;
    height: 60px;
    margin-bottom: 10px;
}

.detail_prod_price{
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #0E0E0E;
}

.or{
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #070707;
}

.first_pay{
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #101010;
}

.first_pay_price{
    font-weight: 500;
    font-size: 18px;
}

.change_btn{
    max-width: 320px;
    width: 100%;
    margin: 20px auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    height: 60px;
    display: block;
}

.module_360{
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.module_360:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.05);
    position: absolute;
    left: 0;
    top: 0;
}

.dpbl_block{
    margin-top: 15px;
}

.module_360:after{
    content: '';
    position: absolute;
    display: block;
    width: 75px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(/images/icons/360.svg) no-repeat center;
}

.module_360 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.prod_details{
    margin-top: 25px;
    padding-bottom: 5px;
}

.prod_detail_title{
    font-weight: 300;
    font-size: 14px;
    color: #020202;
    margin-bottom: 10px;
}

.prod_detail_value{
    font-size: 16px;
    font-weight: 500;
    color: #1167BE;
}
.prod_detail_value:hover {
    text-decoration: underline;
}

.optgroup{
    padding-top: 30px;
    border-top: 1px solid #E6E6E6;
    margin: 15px 0;
}

.dp_char_title{
    font-weight: 300;
    font-size: 14px;
    line-height: 160%;
    color: #020202;
    margin: 10px 0;
}

.dp_char_value{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #020202;
}

.cp {
    cursor: pointer;
}

.options_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}

.param_option{
    font-weight: 300;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
}

.param_option:before{
    content:'';
    display: block;
    width: 2px;
    height: 2px;
    background: black;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.prod_options {
    padding-bottom: 10px;
}

.cp_content{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:5;
    max-width: 640px;
    width: calc(100% - 15px);
    max-height: 85vh;
    overflow-y: auto;
    background: white;
    border-radius: 8px;
    padding: 50px 0;
}

.cp_overlay{
    position: fixed;
    background: rgba(0,0,0,0.2);
    z-index:4;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.close_cp {
    border: none;
    background: none;
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}

.cp_mid{
    background: #F7F8FA;
    margin: 40px 0;
    padding: 15px 0;
}

.cp_mid_info,
.cp_mid_separator,
.cp_bottom,
.cp_top{
    padding: 0 90px;
}
.cp_mid_separator{
    height: 1px;
    background: #CAD1E0;
    width: 100%;
    margin:15px 0;
}

.cp_send{
    height: 60px;
    max-width: 235px;
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.cp_inp_label{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.cp_inp_label sup{
    color: #FF0000;
}

.cpf_inp{
    border: 1px solid #CAD1E0;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    height: 36px;
    padding-left: 15px;
    width: 100%;
}

.cp_form{
    display: flex;
    align-items: center;
    gap:10px 18px;
}

.cp_feedback_title{
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    max-width: 410px;
    margin: 0 auto;
}

.cp_price{
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #0E0E0E;
    text-align: center;
    margin-bottom: 30px;
}

#first_pay_range,
#months_range{
    background: #F7F8FA;
    border: 1px solid #CAD1E0;
    box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

#first_pay_range span,
#months_range span{
    background: #CC0E0E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border: none;
    outline: 10px solid #CC0E0E;
    width: 1px;
    height: 1px;
    top: 5px;
    margin-left: 0;
}

.cprl_title{
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000000;
}

.cprl_value{
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: #0E0E0E;
}

.cp_range_labels{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.cpfp_label{
    text-align: right;
    margin-top: 7px;
}

.cpfp_label span{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #0E0E0E;
    padding: 3px 17px 0 24px;
    background: #F7F8FA;
    border-radius: 200px;
}

.cp_months{
    margin-top: 20px;
}

.cp_mid_info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cp_row{
    width: 50%;
}

.credit_popup, .recordTestDrivePopup, .offerYourPricePopup {
    display: none;
    position: relative;
    z-index:5;
}

.details_prod_info_wrapper{
    padding-bottom: 20px;
}

.cookie{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 1080px;
    padding: 30px 15px;
    width: 100%;
    z-index: 10;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom:50px;
}

.cookie_title{
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 5px;
}

.cookie_subtitle{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    text-align: center;
}

.cookie_accept{
    height: 45px;
    padding: 0 25px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.cookie_no_accept{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #212121;
    cursor:pointer;
    border: none;
    padding: 0;
    background: none;
}

.cookie_no_accept:hover{
    text-decoration-color: transparent;
}

.cookie_btns{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.cookie_close{
    position: absolute;
    right: 20px;
    top: 15px;
    border: none;
    background: none;
    padding: 0;
    cursor:pointer;
}

.owl-carousel:not(.main_slider) .owl-stage{
    display: flex;
}
.socials_container{
    display: none;
    flex-direction: column;
    justify-content: center
}
.show_socials{
    display: flex;
}
.head_page {
    border: none;
    background: none;
    cursor:pointer;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #000000;
    margin-bottom: 20px;
    padding: 0;
    font-family: "Jost", serif;
}


.blue_link{
    background: #fff;
    border-radius: 200px;
    padding: 10px;
    transition: all 0.3s ease;
    border: 1px solid #1167BE;
    float: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 43px;
    color: #1167BE;
    margin-left: 5px;
    margin-bottom: 5px;
}
.jost_text a, .page_text_wrapper a {
    color: #1167BE;
}

.faq {
    margin: 15px 0 30px;
    box-shadow: 0 0 15px rgb(51 51 51 / 5%), 0 0 15px 0 rgb(51 51 51 / 15%);
    padding: 20px;
    margin-top: 50px
}
.accordion-item {
    padding: 0.625rem;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 0;
}
.accordion-item-name {
    position: relative;
    margin: 0;
    align-items: center;
    font-size: 20px;
    font-weight: 500;

    padding-bottom: 0.825rem;

}
.accordion-item-text {
    font-size: 16px;
    padding: 0 1.375rem;
    padding-bottom: 0.825rem;
}
.showSocialsClose svg {
    width: 24px;
    margin-top: 2px;
}
.mobile_block {
    display: none;
}
.page_text_wrapper img {
    max-width: 100%;
    height: initial !important;
}
.page_text_wrapper * {
    font-family: "Jost", serif;
}

.breadcrumbs span.active {
    color: #3D3D3D;
    font-weight: 400;
    font-size: 13px;
}
.addimgblk {
    text-align: center;
}
.addimgblk img {
    margin: 0 auto;
}
.addimgblk2 {
    margin-top: 45px;
}
.titladd {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #000;
    display: inline-block;
}
.socialContainerFB {
    display: none;
}

.rangePriceB .irs-from,
.rangePriceB .irs-to,
.rangePriceB .irs-single {
    display: none;
}
.rangePriceB .irs--flat .irs-handle{
    top: 7px;
    border: 1px solid #cad1e0;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
}
.rangePriceB .irs--flat .irs-handle>i:first-child {
    display: none;
}
.rangePriceB .irs--flat .irs-bar {
    height: 7px;
    background-color: #1167be;
}
.rangePriceB .irs--flat .irs-line {
    height: 7px;
}
.rangePriceB .irs--flat .irs-min,
.rangePriceB .irs--flat .irs-max {
    display: none;
}
.rangePriceB {
    margin-bottom: 5px;
}
.rangePriceB .irs--flat .irs-line {
    top: 15px;
}
.rangePriceB .irs--flat .irs-bar {
    top: 15px;
}
.nice-select .list {
    z-index: 6;
}

#catalog_wrapper .prod_label.new {
    display:none;
}

.catalog_block .prod_label.jost.new {
  display: none;
}