.model_text{
    width: 19vw;
    line-height: 1.5;
    font-size: 0.94vw;
}
.model_block{
    width: calc(100% - 19vw);
}
.model_wp{
    margin-top: 2vw;
}
.mi_img{
    width: 23.5vw;
}
.mi_right{
    width: 9.5vw;
    margin-left: auto;
    text-align: right;
}
.mi_info{
    width: calc(100% - 38vw);
    padding-left: 2.8vw;
}
.mi_btn{
    width: 100%;
    margin-top: 1.1vw;
}
.mi_btn_inactive{
    background: #EAEAEA;
    color: #201D17;
}
.mi_btn_inactive:hover{
    background: #EAEAEA;
    color: #201D17;
}
.mib_f2{
    font-size: 0.8vw;
}
.mi_data{
    font-size: 0.8vw;
    letter-spacing: 0.17vw;
    color: #5B534C;
}
.mi_title{
    font-size: 1.25vw;
    font-weight: 700;
    margin-top: 0.6vw;
}
.mi_text{
    font-size: 0.95vw;
    line-height: 1.5;
    padding-right: 1vw;
    color: #5B534C;
    margin-top: 0.2vw;
}
.mi_line_block{
    font-size: 0.95vw;
}
.mi_line_block span{
    display: block;
    font-size: 0.77vw;
    color: #5B534C;
    margin-bottom: 0.3vw;
}
.mi_line{
    margin-top: 1.3vw;
}
.mi_line_block strong{
    font-weight: 700;
}
.model_item{
    padding-bottom: 2vw;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 2vw;
}
.mi_package{
    font-size: 0.85vw;
    position: relative;
}
.mi_package span{
    width: 0.7vw;
    height: 0.7vw;
    background: url("../images/ico-question.svg") no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.3vw;
    position: relative;
    top: 0.1vw;
    transition: .2s;
    cursor: pointer;
}
.mi_package span:hover{
    background: url("../images/ico-question-blue.svg") no-repeat center center;
    background-size: 100% auto;
}
.mi_price{
    font-size: 0.93vw;
    font-weight: 700;
    margin-top: 0.4vw;
}
.screen_3{
    width: 100%;
    background: #231F1F;
    padding: 1.6vw 0 1vw 0;
}
.s3_img{
    margin-bottom: 1vw;
}
.s3_img img{
    width: 2.2vw;
    height: auto;
}
.model_block .model_item:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
.screen_3 h2{
    color: #fff;
    border-bottom: 1px solid #5f5c5c;
}
.screen_3 h2:before{
    background: #fff;
}
.screen_3 .mi_info{
    color: #fff;
}
.screen_3 .model_text{
    color: #fff;
}
.screen_3 .mi_line_block span{
    color: #F8F8F8;
}
.screen_3 .mi_text{
    color: #F8F8F8;
}
.screen_3 .mi_data{
    color: #F8F8F8;
}
.screen_3 .mi_right{
    color: #fff;
}
.screen_3 .mi_package span{
    height: 0.7vw;
    background: url("../images/ico-question-white.svg") no-repeat center center;
    background-size: 100% auto;
}
.mi_img img{
    width: 100%;
    height: auto;
}
.screen_4{
    width: 100%;
    padding: 4.5vw 0;
}
.other_title{
    font-size: 0.78vw;
    letter-spacing: 0.18vw;
    text-align: center;
    text-transform: uppercase;
    color: #5B534C;
}
.other_item{
    width: 50%;
    height: 100%;
}
.other_item span{
    font-size: 1vw;
    font-weight: 700;
    color: #5B534C;
}
.other_line{
    height: 12vw;
    margin-top: 2.8vw;
}
.other_line .other_item:first-child{
    border-right: 1px solid #D9D9D9;
    padding-right: 3vw;
}
.other_item>img{
    width: 19vw;
    height: auto;
}
.other_line .other_item:last-child{
    padding-left: 3vw;
}
.other_line .other_item:first-child span img{
    margin-right: 1.5vw;
}
.other_line .other_item:last-child span img{
    margin-left: 1.5vw;
}
.att_toggle{
    text-align: left;
    box-shadow: 0 4px 30px 0 #0000001A;
    width: 16vw;
    background: #fff;
    position: absolute;
    right: -1.1vw;
    bottom: 1.7vw;
    z-index: 1000;
    padding: 1.3vw 2vw 1.3vw 1.5vw;
    font-size: 0.7vw !important;
    line-height: 1.35;
    color: #5B534C;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    font-weight: 400 !important;
    letter-spacing: -0.02vw !important;
}
.att_toggle p{
    font-size: 0.7vw !important;
    line-height: 1.35 !important;
    margin-top: 0 !important;
}
.att_toggle:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5vw 0.5vw 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    right: 1.4vw;
    bottom: -0.4vw;
}
.at_close{
    width: 0.9vw;
    height: 0.9vw;
    background: url("../images/ico-close.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 1.3vw;
    right: 1.3vw;
}
.mi_package span:hover + .att_toggle{
    opacity: 1;
    visibility: visible;
}
.sl_price_info span:hover + .att_toggle{
    opacity: 1;
    visibility: visible;
}
.di_title span:hover + .att_toggle{
    opacity: 1;
    visibility: visible;
}
.di_att span:hover + .att_toggle{
    opacity: 1;
    visibility: visible;
}
.afi_title span:hover + .att_toggle{
    opacity: 1;
    visibility: visible;
}
.afi_title .att_toggle{
    bottom: 1.8vw;
}
.modal_w1{
    width: 86%;
    background: #fff;
    padding: 0!important;
}
.modal .di_label{
    margin-top: 0;
}
.m_conf_left h2{
    padding-bottom: 0;
    border: none;
    font-size: 1.77vw;
    font-weight: 700;
    margin-top: 0.6vw;
}
.m_conf_left h2:before{
    display: none;
}
.m_conf_left{
    width: 34vw;
    padding: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.m_conf_left p{
    font-size: 0.93vw;
    line-height: 1.5;
    margin-top: 3.2vw;
    padding-right: 3vw;
    color: #545452;
}
.m_conf_right{
    width: calc(100% - 34vw);
    padding: 3vw 3vw 1vw 3vw;
    background: #F6F6F6;
}
.m_conf_btn{
    width: 100%;
    height: 3.5vw;
    background: #221F1F;
    font-size: 1vw;
}
.m_conf_btn:hover{
    background: #3D3636;
}
.m_conf_btn_white{
    width: 100%;
    height: 3.5vw;
    background: #fff;
    font-size: 1vw;
    color: #221F1F;
}
.m_conf_btn_white:hover{
    background: #fff;
    color: #1C69D3;
}
.m_conf_top_info h3{
    font-size: 1.33vw;
    font-weight: 700;
}
.m_conf_top_info p{
    font-size: 0.94vw;
    line-height: 1.5;
    margin-top: 1vw;
    padding-right: 3vw;
    color: #545452;
}
.mci_check{
    width: 3vw;
    height: 3vw;
    position: relative;
}
.mci_check input[type='checkbox']{
    display: none;
}
.mci_check input[type='checkbox'] + label:before{
    content: '';
    width: 3vw;
    height: 3vw;
    background: #fff url("../images/ico-plus-blue.svg") no-repeat center center;
    background-size: 1.2vw auto;
    box-shadow: 0 6px 7px 0 #00000040;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.mci_check input[type='checkbox']:checked + label:before{
    background: #1C69D3 url("../images/ico-check-white.svg") no-repeat center center;
    background-size: 1.2vw auto;
}
.mci_check label{
    cursor: pointer;
}
.mci_img{
    width: 10.3vw;
    margin-left: 1.8vw;
}
.mci_img img{
    width: 100%;
    height: auto;
}
.mci_info{
    width: calc(100% - 18vw);
    padding-left: 1.8vw;
}
.m_conf_item{
    width: 93%;
    margin-top: 1.5vw;
    padding-top: 1.5vw;
    border-top: 1px solid #D9D9D9;
}
.mci_more{
    margin-left: 0.5vw;
}
.mci_more svg{
    fill: none;
    stroke: #201D17;
    width: 0.87vw;
    height: auto;
}
.mci_info h4{
    font-size: 1.03vw;
    font-weight: 700;
    padding-right: 1vw;
}
.mci_info p{
    font-size: 0.8vw;
    line-height: 1.5;
    color: #545452;
    margin-top: 0.8vw;
    padding-right: 1vw;
}
.mci_price{
    font-size: 0.97vw;
    color: #545452;
    margin-top: 0.3vw;
}
.m_conf_scroll{
    height: 28vw;
    overflow: auto;
    padding-left: 0.3vw;
}
.m_conf_scroll .m_conf_top_info{
    margin-top: 3vw;
}
.fancybox-close-small{
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    box-shadow: 0 6px 7px 0 #00000040;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    top: 2vw !important;
    right: 2vw !important;
    background: #fff;
    transition: .2s;
}
.fancybox-close-small svg{
    width: 2vw;
    height: auto;
    opacity: 1;
}
.fancybox-close-small:hover{
    background: #f6f6f6;
}
.m_conf_article{
    position: relative;
    padding: 3vw;
}
.conf_article_img{
    width: 33vw;
}
.conf_article_img img{
    width: 100%;
    height: auto;
}
.conf_article_info{
    width: calc(100% - 33vw);
    padding-left: 3vw;
}
.conf_article_back{
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    box-shadow: 0 6px 7px 0 #00000040;
}
.conf_article_back svg{
    width: 1.2vw;
    height: auto;
    stroke: #201D17;
}
.conf_article_info h3{
    font-size: 1.75vw;
    font-weight: 700;
    margin-top: 1.3vw;
}
.conf_article_info p{
    font-size: 0.94vw;
    line-height: 1.5;
    color: #545452;
    margin-top: 2.1vw;
    padding-right: 2vw;
}
.conf_article_pagination{
    position: absolute;
    right: 3vw;
    bottom: 3vw;
}
.cap_prev{
    width: 2.5vw;
    height: 2.5vw;
    background: url("../images/ico-arrow.svg") no-repeat center center;
    background-size: auto 100%;
    transform: rotate(180deg);
}
.cap_prev.inactive{
    opacity: 0.3;
}
.cap_next{
    width: 2.5vw;
    height: 2.5vw;
    background: url("../images/ico-arrow.svg") no-repeat center center;
    background-size: auto 100%;
}
.cap_next.inactive{
    opacity: 0.3;
}
.cap_num span{
    font-size: 0.7vw;
    color: #545452;
}
.cap_num{
    width: 2.6vw;
    background: url("../images/ico-divider.svg") no-repeat center center;
}
.cap_num span:nth-child(2){
    position: relative;
    top: 1.6vw;
}
.conf_article_info_vert{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cai_price{
    font-size: 1.45vw;
    font-weight: 700;
    margin-top: 0.5vw;
}
.cai_bottom .button{
    width: 18vw;
}
.package_title{
    font-size: 1.75vw;
    font-weight: 700;
    line-height: 1.2;
}
.package_img{
    width: 15vw;
    margin-top: 1.3vw;
}
.package_img img{
    width: 100%;
    height: auto;
}
.package_info{
    margin-top: 1.5vw;
    margin-bottom: 7vw;
}
.package_info .afi_left_title{
    font-size: 1.15vw;
}
.package_info .afi_right{
    font-size: 1.15vw;
    font-weight: 700;
}
.package_info .afi_title{
    font-size: 1.15vw;
    font-weight: 400;
    color: #545452;
}
.afi_line_result{
    border-top: 1px solid #D9D9D9;
    margin-top: 0.9vw;
    padding-top: 0.9vw;
}
.m_conf_right .afi_item{
    width: 90%;
}
.m_conf_right .afi_item:first-child{
    margin-top: 0;
}
.m_conf_right .afi_left_title{
    font-size: 0.93vw;
    color: #545452;
}
.m_conf_right .afi_line {
    margin-top: 0.8vw;
}
.m_conf_right .afi_item .afi_line:nth-child(2){
    margin-top: 1.5vw;
}
.m_conf_right .afi_result_line{
    width: 90%;
}
.m_conf_right .afi_right{
    font-size: 0.93vw;
    font-weight: 700;
}
.modal_w2{
    width: 29.5%;
    background: #fff;
    padding: 1.5vw 0 1.5vw 1.5vw;
}
.m_equipment_scroll{
    height: 32vw;
    overflow: auto;
}
.m_equipment_title{
    text-align: center;
    font-size: 0.95vw;
}
.m_equipment_print{
    text-align: center;
    font-size: 0.7vw;
    font-weight: 700;
    margin-top: 0.3vw;
    margin-bottom: 1.6vw;
}
.m_equipment_print a{
    padding-left: 1vw;
    background: url("../images/ico-print.svg") no-repeat 0 center;
    background-size: 0.7vw auto;
}
.m_equipment_item{
    margin-top: 1vw;
}
.ei_title{
    font-size: 0.85vw;
}
.ei_point_title{
    font-size: 0.7vw;
    font-weight: 700;
    margin-top: 0.8vw;
}
.ei_point_title img{
    width: 1.3vw;
    height: auto;
    margin-left: 0.5vw;
}
.ei_point_top{
    margin-top: 0.5vw;
    cursor: pointer;
}
.ei_point_top div{
    font-size: 1.05vw;
    font-weight: 700;
    width: calc(100% - 2vw);
}
.ei_point_top span{
    width: 1.3vw;
    height: 1.3vw;
    background: url("../images/ico-plus.svg") no-repeat center center;
    background-size: 100% auto;
    margin-right: 0.7vw;
}
.ei_point_top p{
    width: 100%;
    font-size: 0.74vw;
    color: #545452;
    margin-top: 0.8vw;
}
.ei_point_toggle p{
    font-size: 0.64vw;
    color: #545452;
    margin-top: 0.8vw;
    padding-bottom: 0.8vw;
    border-bottom: 1px solid #D9D9D9;
    padding-right: 2.5vw;
}
.ei_point_toggle{
    display: none;
}
.ei_point{
    padding-bottom: 1vw;
    border-bottom: 1px solid #D9D9D9;
}
.ei_point.active .ei_point_toggle{
    display: block;
}
.ei_point.active .ei_point_top span{
    background: url("../images/ico-minus.svg") no-repeat center center;
    background-size: 100% auto;
}
.ei_point_toggle p:last-child{
    padding-bottom: 0;
    border: none;
}
.modal_w2 .fancybox-close-small{
    width: 1vw;
    height: 1vw;
    box-shadow: none;
}
.modal_w2 .fancybox-close-small svg{
    width: 100%;
    height: auto;
}
.modal_w3{
    width: 100%;
    height: 100%;
}
.fancybox-slide--html{
    padding: 0 !important;
}
.gallery_block{
    width: 100%;
    height: 100%;
}
.gallery_block img{
    max-width: 100%;
}
.mi_mob_block{
    display: none;
    margin-top: 10px;
}
.mi_line_block span i{
    font-style: normal;
}
.mm_scroll{
    flex-wrap: nowrap;
    overflow: scroll;
}
.mm_scroll li{
    white-space: nowrap;
}
.m_conf_mob{
    display: none;
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
}
.mci_check_mob{
    display: none;
}

/**/
.save_title{
    text-align: center;
    font-size: 1.75vw;
    font-weight: 500;
}
.save_text{
    text-align: center;
    font-size: 0.95vw;
    line-height: 1.5;
    color: #545452;
    margin-top: 1vw;
}
.modal_w4{
    width: 36%;
    background: #fff;
    padding: 5vw 1.5vw;
}
.modal_w4 .afi_link{
    display: flex;
    justify-content: center;
    margin-top: 2vw;
}
.modal_w4 .afi_link a{
    font-size: 0.95vw;
}
.modal_w4 .m_conf_bottom{
    width: 53%;
    margin: 3vw auto 0 auto;
}
.of_input{
    width: 100%;
    height: 2.8vw;
    border: 1px solid #D9D9D9;
    padding: 0 2vw 0 1vw;
    font: 0.85vw 'BMWTypeNext', sans-serif;
    margin-top: 0.3vw;
}
.of_label{
    font-size: 0.7vw;
    font-weight: 700;
}
.order_form{
    margin: 1.5vw auto 0 auto;
}
.of_item{
    width: 53%;
    margin: 1vw auto 0 auto;
    position: relative;
}
.of_check{
    width: 60%;
    margin: 1vw auto 0 auto;
    font-size: 0.65vw;
    color: #545452;
    position: relative;
    left: 1vw;
}
.of_check a{
    text-decoration: underline;
    color: #545452;
}
.of_btn{
    width: 53%;
    margin: 2vw auto 0 auto;
    border: none;
    outline: none;
}
.of_ok{
    width: 0.6vw;
    height: 0.6vw;
    background: url("../images/ico-check.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 2.4vw;
    right: 1vw;
    opacity: 0;
}
.of_item.ok .of_ok{
    opacity: 1;
}
.top_att{
    width: 100%;
    font-size: 0.7vw;
    background: #DDE8F9;
    color: #545452;
    padding: 0.5vw;
    position: fixed;
    top: 5.7vw;
    left: 0;
    z-index: 8900;
    display: none;
}
.ta_sticky{
    position: sticky;
    top: 0;
    left: 0;
}
.ta_close{
    width: 0.5vw;
    height: 0.5vw;
    background: url("../images/ico-close.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -0.25vw;
    right: 0.5vw;
}
.cookie_block{
    width: 100%;
    background: #fff;
    box-shadow: 0 -8px 8px 0 #00000012;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999999;
    padding: 1.5vw;
    display: none;
}
.cb_btn{
    width: 14vw;
}
.cb_left{
    width: calc(100% - 28vw);
}
.cb_title{
    font-size: 1.5vw;
    color: #5B534C;
}
.cb_text{
    font-size: 0.7vw;
    line-height: 1.5;
    padding-right: 4vw;
    color: #545452;
    margin-top: 0.8vw;
}
.cb_btn_grey{
    background: #F3F3F3;
    color: #221F1F;
}
.cb_btn_grey:hover{
    background: #3D3636;
    color: #fff;
}
.m_conf_left .att_toggle{
    width: 14vw;
    padding: 0.7vw;
}
.m_conf_left .att_toggle p{
    padding-right: 0;
    font-size: 0.65vw !important;
    line-height: 1.1 !important;
}
.m_conf_left .at_close {
    width: 0.6vw;
    height: 0.6vw;
    top: 0.7vw;
    right: 0.7vw;
}
.from_big_image .fancybox-bg{
    background: #fff;
    opacity: 1;
}
.from_big_image .fancybox-button--zoom{
    display: none !important;
}
.from_big_image .fancybox-button--close{
    background: #fff;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    box-shadow: 0 6px 7px 0 #00000040;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: .2s;
}
.from_big_image .fancybox-button--close svg{
    fill: #201D17;
    opacity: 1;
    width: 2vw;
    height: auto;
}
.from_big_image .fancybox-button--close:hover svg{
    fill: #201D17;
}
.from_big_image .fancybox-toolbar{
    top: 1.3vw;
    right: 1.3vw;
}
.from_big_image .fancybox-button svg path{
    fill: #201D17;
}
.from_big_image .fancybox-button:hover svg path{
    fill: #201D17;
}
.conf_article_info ul li{
    list-style: none;
    padding-left: 0.7vw;
    margin-top: 0.5vw;
    position: relative;
    color: #545452;
}
.conf_article_info ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #545452;
    position: absolute;
    top: 10px;
    left: 0;
}
.cai_bottom{
    margin-top: 1vw;
}
#modal_thanks .fancybox-close-small{
    display: none !important;
}
#modal_thanks{
    padding: 3vw 1.5vw;
}
#modal_thanks .order_btn{
    margin: 2vw auto 0 auto;
}
.screen_3 .mi_btn_inactive{
    background: #413D3D;
    color: #fff;
}
.screen_3 .mi_btn_inactive:hover{
    background: #413D3D;
    color: #fff;
}
footer{
    border-top: 1px solid #D9D9D9;;
    padding: 2.3vw 0;
    font-size: 0.78vw;
    color: #5B534C;
}
footer div a{
    margin-left: 2vw;
}
footer div a:first-child{
    margin-left: 0;
}
.mi_mob_toggle_btn{
    display: none;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
}
.mi_mob_toggle_btn svg{
    fill: #201D17;
    margin-left: 10px;
}
.screen_3 .mi_mob_toggle_btn{
    color: #fff;
}
.screen_3 .mi_mob_toggle_btn svg{
    fill: #fff;
}
.auto_final_info p.agreement_link {
    margin-top: 0.4vw;
}
.auto_final_info p.agreement_link a {
    text-decoration: underline;
}
.agreement_link_right {
    width: 11vw;
    font-size: 0.65vw;
    margin-top: 0.5vw;
    font-weight: 500;
}
.agreement_link_right a {
    text-decoration: underline;
}
.agreement_link_mobile {
    font-size: 11px;
    margin-top: 10px;
    line-height: 17px;
}
.agreement_link_mobile a {
    text-decoration: underline;
}