/* базовые стили */
*{
    box-sizing: border-box;
    outline: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border: 0;
}
/* cyrillic */
@font-face {
    font-family: 'BMWTypeNext';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/BMWTypeNext-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'BMWTypeNext';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/BMWTypeNext-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'BMWTypeNext';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/BMWTypeNext-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'BMWTypeNext';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/BMWTypeNext-Bold.ttf') format('truetype');
}
body{
    font: 0.9vw 'BMWTypeNext', sans-serif;
    font-weight: 400;
    letter-spacing: -0.02vw;
    color: #201D17;
    min-width: 320px;
    background: #fff;
    position: relative;
}
body.no-overflow {
    overflow: hidden;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
}
.modal{
    display: none;
}
a{
    cursor: pointer;
    text-decoration: none;
    color: #201D17;
    transition: .2s;
}
textarea{
    resize: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.page_wp{
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
.page_wp img{
    display: inline-block;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a:hover{
    text-decoration: none;
}
.scroller {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
}
.flex{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.scroller {
    width: 100%;
    height: 1px;
    visibility: hidden;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}
.wrapper{
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 1.5vw;
    position: relative;
    min-width: 320px;
}
.wrapper_w2{
    width: 100%;
    max-width: 83vw;
    margin: 0 auto;
    padding: 0 1.5vw;
    position: relative;
    min-width: 320px;
}
header{
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    background: #fff;
}
.header_f{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.topmenu li{
    list-style: none;
    margin-right: 2.1vw;
}
.topmenu li a{
    font-size: 0.94vw;
    font-weight: 700;
    color: #545452;
}
.topmenu li a:not(.disabled_link):hover{
    color: #1C69D3;
}
.topmenu li a.disabled_link {
    cursor: default;
    opacity: 0.4;
}
.header_right{
    width: 22.5vw;
    height: 5.7vw;
    border-left: 1px solid #D9D9D9;
}
.hr_logo{
    padding: 0 1.55vw;
    position: relative;
}
.hr_logo:before{
    content: '';
    width: 1px;
    height: 1.6vw;
    background: #D9D9D9;
    position: absolute;
    top: 50%;
    margin-top: -0.8vw;
    right: 0;
}
.header_right .hr_logo:last-child{
    padding-right: 0;
}
.header_right .hr_logo:last-child:before{
    display: none;
}
.header_right .hr_logo:nth-child(1) img{
    width: 2.6vw;
}
.header_right .hr_logo:nth-child(2) img{
    width: 9.2vw;
}
.header_right .hr_logo:nth-child(3) img{
    width: 2.6vw;
}
.header_right_single .header_right .hr_logo:nth-child(1) img{
    width: 9.2vw;
}
.header_right_single .header_right{
    width: auto;
    border: none;
}
.main_info{
    width: 43%;
    padding-bottom: 2vw;
}
.main_right{
    width: 57%;
}
.screen_1{
    width: 100%;
    padding: 12vw 0 4vw 0;
    background: url("../images/bg1.jpg") no-repeat center 0;
    background-size: cover;
    border-bottom: 1px solid #D9D9D9;
}
.main_info h1{
    font-size: 2.81vw;
    text-transform: uppercase;
}
.subtitle{
    font-size: 0.94vw;
    padding-left: 0.1vw;
    margin-top: 0.6vw;
}
.button{
    font-size: 0.89vw;
    width: 17.1vw;
    height: 2.95vw;
    font-weight: 700;
    background: #1C69D3;
    color: #fff;
}
.button:hover{
    background: #195BB5;
}
.button svg{
    margin-left: 0.7vw;
}
.main_btn{
    margin-top: 3.7vw;
}
.main_btn svg{
    fill: #fff;
}
.pi_btn{
    width: 12vw;
    height: 2.3vw;
    font-size: 0.85vw;
    margin-left: auto;
}
.pi_title{
    font-size: 0.8vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
    color: #5B534C;
}
.pi_text{
    font-size: 0.71vw;
}
.pi_title + .pi_text{
    margin-top: 0.5vw;
}
.pi_text span{
    font-weight: 700;
}
.main_popular_line{
    padding-left: 7.7vw;
    margin-top: 1vw;
}
.main_img{
    position: relative;
    right: -2.6vw;
}
.main_img img{
    width: 100%;
    height: auto;
}
.popular_info{
    width: calc(100% - 14vw);
    position: relative;
}
.popular_info:before{
    content: '';
    width: 1px;
    height: 4vw;
    background: #D9D9D9;
    position: absolute;
    top: 50%;
    margin-top: -2vw;
    right: 0;
}
.pi_text i{
    font-size: 0.6vw;
    font-style: normal;
    margin: 0 0.1vw;
}
.screen_2{
    width: 100%;
    padding-top: 1.8vw;
    padding-bottom: 0.3vw;
}
h2{
    font-size: 1.55vw;
    padding-bottom: 1.9vw;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}
h2:before{
    content: '';
    width: 5vw;
    height: 1px;
    background: #201D17;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.screen_2 h2 span{
    font-size: 0.71vw;
    color: #545452;
    margin-left: 0.3vw;
}
.back_btn{
    width: 10.2vw;
    height: 5.7vw;
    border-right: 1px solid #D9D9D9;
    margin-left: -1.5vw;
    font-size: 0.95vw;
    font-weight: 700;
    color: #545452;
}
.back_btn svg{
    width: 1vw;
    height: auto;
    stroke: #545452;
    margin-right: 0.5vw;
    transition: .2s;
}
.back_btn:hover{
    color: #1C69D3;
}
.back_btn:hover svg{
    stroke: #1C69D3;
}
.topmenu_inner{
    margin-left: 3vw;
}
.topmenu_inner li a{
    position: relative;
}
.topmenu_inner li a:before{
    content: '';
    width: 100%;
    height: 0.2vw;
    background: #1C69D3;
    position: absolute;
    left: 0;
    bottom: -2.2vw;
    transition: .2s;
    opacity: 0;
}
.topmenu_inner li a:not(.disabled_link):hover:before{
    opacity: 1;
}
.topmenu_inner li a.active:before{
    opacity: 1;
}
.topmenu_inner li a.active{
    color: #201D17 !important;
}
.step_wp{
    width: 100%;
    height: 100vh;
    padding-top: 5.7vw;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.7s all ease;
    background: #fff;
}
.step_left{
    width: calc(100% - 23.99vw);
    height: 100%;
    overflow: auto;
    background: none;
    background-size: cover;
    position: relative;
}
.step_right{
    width: 23.99vw;
    height: 100%;
    overflow: auto;
    position: relative;
    border-left: 1px solid #D9D9D9;
}
.step_img{
    width: 84%;
    padding-bottom: 1vw;
}
.step_img img{
    width: 100%;
    height: auto;
}
.step_line{
    width: calc(100% - 23.9vw);
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 3vw 2.4vw 3vw 3vw;
    z-index: 100;
}
.sl_right{
    text-align: right;
}
.sl_subtitle{
    font-size: 0.7vw;
    letter-spacing: 0.07vw;
    text-transform: uppercase;
    color: #5B534C;
}
.sl_title{
    font-size: 1.54vw;
    color: #5B534C;
}
.sl_price_info{
    font-size: 0.7vw;
    letter-spacing: 0.07vw;
    color: #5B534C;
    position: relative;
}
.sl_price_info span{
    display: inline-flex;
    width: 0.7vw;
    height: 0.7vw;
    background: url(../images/ico-question-grey.svg) no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.1vw;
    position: relative;
    top: 0.1vw;
    cursor: pointer;
}
.sl_price{
    font-size: 1.54vw;
    font-weight: 700;
}
.gallery_btn{
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 1.5vw;
    left: 1.5vw;
    z-index: 8900;
    box-shadow: 0 4px 4px 0 #00000040;
}
.gallery_btn svg{
    fill: #000;
    width: 1vw;
    height: auto;
}
.equipment_bottom_block{
    width: 23.99vw;
    position: fixed;
    right: 0;
    bottom: 0;
}
.sr_title{
    width: 100%;
    height: 4.3vw;
    text-align: center;
    font-size: 1.03vw;
    font-weight: 700;
}
.equipment_item{
    padding: 1.5vw;
    position: relative;
    transition: .2s;
    cursor: pointer;
}
.equipment_item:hover{
    background: #F6F6F6;
}
.equipment_item:before{
    content: '';
    width: 3px;
    height: 7.2vw;
    background: #201D17;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.et_img{
    width: 4.1vw;
    position: relative;
}
.et_img img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: rotate(0);
    transition: 0.9s all ease;
    transition-delay: 0.4s;
}
.to_animation .et_img img{
    transform: rotate(180deg);
    transition: 0.9s all ease;
}
.et_info{
    width: calc(100% - 5.4vw);
    padding-left: 1vw;
}
.eti_title{
    font-size: 0.85vw;
    font-weight: 700;
}
.equipment_category .eti_title{
    font-size: 0.78vw;
}
.eti_text{
    font-size: 0.8vw;
    color: #5B534C;
    margin-top: 0.2vw;
}
.equipment_toggle{
    width: calc(100% - 4.1vw);
    padding-left: 1vw;
    margin-left: auto;
    margin-top: 0.5vw;
    padding-top: 0.5vw;
    position: relative;
    display: none;
}
.equipment_toggle:before{
    content: '';
    width: 2.5vw;
    height: 3px;
    background: #201D17;
    position: absolute;
    top: 0;
    left: 1vw;
}
.equipment_toggle h3{
    font-size: 0.8vw;
    font-weight: 700;
    letter-spacing: 0.02vw;
}
.equipment_toggle ul{
    padding-left: 0.3vw;
    margin-top: 0.7vw;
    margin-bottom: 0.5vw;
}
.equipment_toggle ul li{
    list-style: none;
    color: #5B534C;
    position: relative;
    padding-left: 15px;
    font-size: 0.75vw;
    font-weight: 300;
    margin-top: 0.3vw;
    padding-right: 1vw;
}
.equipment_toggle ul li:first-child{
    margin-top: 0;
}
.equipment_toggle ul li:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #5B534C;
    position: absolute;
    top: 0.4vw;
    left: 2px;
}
.et_all_link{
    font-size: 0.8vw;
    font-weight: 700;
}
.et_all_link:hover{
    color: #1C69D3;
}
.eti_text span{
    display: block;
}
.equipment_att{
    cursor: pointer;
    width: 1.25vw;
    height: 1.25vw;
    background: url(../images/ico-info.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: -0.3vw;
    right: 0.5vw;
}
.et_arrow{
    width: 0.7vw;
    height: 0.7vw;
    background: url("../images/ico-arrow-down.svg") no-repeat center center;
    background-size: 100% auto;
}
.equipment_item.active{
    background: #EBEBEB;
}
.equipment_item.active .et_arrow{
    transform: rotate(-180deg);
}
.equipment_item.active:before{
    opacity: 1;
}
.equipment_att_block{
    width: calc(100% - 3vw);
    height: 3vw;
    background: #F6F6F6 url(../images/ico-info.svg) no-repeat 1vw center;
    background-size: 1.3vw auto;
    margin: 1vw auto 1vw auto;
    padding-left: 2.9vw;
    font-size: 0.7vw;
    color: #5B534C;
}
.equipment_next_btn{
    width: 100%;
    height: 3.7vw;
    background: #1C69D3;
    padding: 0 1.3vw;
    font-size: 0.95vw;
    font-weight: 700;
    color: #fff;
}
.equipment_next_btn:hover{
    background: #195BB5;
}
.equipment_next_btn svg{
    width: 0.45vw;
    height: auto;
    fill: #fff;
}
.equipment_block{
    height: calc(100% - 8vw);
    overflow: auto;
}
.equipment_block_h2{
    height: calc(100% - 14vw);
}
.equipment_block_h3{
    height: calc(100% - 19.5vw);
}
.equipment_yours_btn{
    background: #221F1F;
}
.equipment_yours_btn:hover{
    background: #3D3636;
}
.equipment_tab_btn input[type='radio']{
    display: none;
}
.equipment_tab_btn input[type='radio'] + label{
    width: 100%;
    height: 1.8vw;
    border-radius: 1.5vw;
    font-size: 0.75vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}
.equipment_tab_btn input[type='radio']:checked + label{
    background: #201D17;
    color: #fff;
}
.equipment_tabs{
    width: 15vw;
    margin: 0 auto;
    padding: 0.1vw 0.2vw;
    height: 2.2vw;
    border: 1px solid #E3E3E3;
    border-radius: 2vw;
}
.equipment_tab_btn{
    width: 50%;
}
.equipment_tab_btn:hover input[type='radio'] + label{
    color: #1C69D3;
}
.equipment_tab_btn:hover input[type='radio']:checked + label{
    color: #fff;
}
.ec_title{
    padding: 0 1.5vw;
    font-size: 0.7vw;
    color: #5B534C;
    text-transform: uppercase;
    letter-spacing: 0.07vw;
    margin-bottom: 0.8vw;
}
.equipment_category{
    padding-top: 1.5vw;
}
.equipment_category .equipment_item{
    padding: 1vw 1.5vw;
}
.equipment_category .equipment_item:before{
    height: 100%;
}
.step_img_full{
    width: 100%;
    height: calc(100% - 3vw);
    text-align: right;
    max-height: 100%;
    padding-bottom: 0;
    overflow: hidden;
}
.step_img_full img{
    /*
    height: 100%;
    width: auto;
    */
    transform: scale(1.6);
    transform-origin: left 60vh;
    transition: 0.9s all ease;
    transition-delay: 0.4s;
}
.to_animation .step_img_full img {
    transform: scale(1);
    transform-origin: center;
    transition: 0.9s all ease;
}
.step_img_full_v2{
    width: 100%;
    height: 100%;
    text-align: left;
    max-height: 100%;
    padding-bottom: 0;
    overflow: hidden;
}
.step_img_full_v2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.equipment_category  .et_info {
    width: calc(100% - 5vw);
}
.bottom_info{
    border-top: 1px solid #CACACA;
    padding: 1vw 1.5vw;
    background: #fff;
}
.bi_title{
    font-size: 0.7vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01vw;
}
.bi_text{
    font-size: 0.7vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #5B534C;
    margin-bottom: 0.1vw;
    margin-top: 0.3vw;
}
.bi_text.active{
    -webkit-line-clamp: 9999;
}
.bi_link{
    font-size: 0.7vw;
    font-weight: 700;
}
.bi_link:hover{
    color: #1C69D3;
}
.bi_close{
    width: 0.7vw;
    height: 0.7vw;
    background: url("../images/ico-close.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 1vw;
    right: 1vw;
}
.step_line_white .sl_subtitle{
    color: #fff;
}
.step_line_white .sl_title{
    color: #fff;
}
.step_line_white .sl_price_info{
    color: #fff;
}
.step_line_white .sl_price{
    color: #fff;
}
.step_line_white .sl_price_info span{
    background: url("../images/ico-question-white.svg") no-repeat center center;
    background-size: 100% auto;
    cursor: pointer;
}
.rec_item_wp{
    width: 33.333%;
    padding: 0 0.5vw;
}
.rec_block{
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    margin-top: 2.7vw;
}
.step_content{
    padding-top: 5.2vw;
    padding-bottom: 6vw;
}
.step_content h2{
    padding-bottom: 0;
    border: none;
    font-size: 2.05vw;
    font-weight: 300;
    color: #201D17;
}
.step_content h2:before{
    display: none;
}
.sc_info p{
    font-size: 1.14vw;
    line-height: 1.5;
    margin-top: 1.7vw;
}
.rec_info{
    padding: 1.5vw;
    background: #fff;
}
.grey_bg{
    background: #F6F6F6;
}
.rec_title a{
    display: block;
    font-size: 1.45vw;
    font-weight: 700;
    line-height: 1.2;
}
.rec_price{
    font-size: 1.25vw;
    font-weight: 700;
    margin-top: 1.2vw;
}
.rec_text{
    font-size: 0.88vw;
    line-height: 1.5;
    margin-top: 1vw;
}
.rec_list{
    border-top: 1px solid #D9D9D9;
    margin-top: 1.6vw;
    padding-top: 1vw;
    padding-left: 0.5vw;
    margin-bottom: 0.8vw;
}
.rec_list li{
    list-style: none;
    padding-left: 1vw;
    position: relative;
    color: #545452;
    margin-top: 0.5vw;
}
.rec_list li:first-child{
    margin-top: 0;
}
.rec_list li:before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #5B534C;
    position: absolute;
    top: 0.5vw;
    left: 2px;
}
.rec_link{
    font-size: 0.94vw;
    font-weight: 700;
}
.rec_link:hover{
    color: #1C69D3;
}
.rec_btn{
    width: 100%;
    height: 3.6vw;
    background: #221F1F;
    font-size: 1.05vw;
    font-weight: 700;
    color: #fff;
}
.rec_btn:hover{
    background: #3D3636;
}
.sc_block{
    margin-top: 10.5vw;
}
.step_content .sc_block:first-child{
    margin-top: 0;
}
.dop_wp{
    margin-left: -0.5vw;
    margin-right: -0.5vw;
    margin-top: 2.7vw;
}
.dop_item_wp{
    width: 50%;
    padding: 0 0.5vw;
    margin-bottom: 2vw;
}
.di_plus_btn{
    width: 3.6vw;
    height: 3.6vw;
    border-radius: 50%;
    background: #fff url("../images/ico-plus-blue.svg") no-repeat center center;
    background-size: 35% auto;
    box-shadow: 0 4px 4px 0 #00000040;
}
.active .di_plus_btn{
    background: #1C69D3 url("../images/ico-check-white.svg") no-repeat center center;
    background-size: 38% auto;
}
.active:hover .di_plus_btn{
    background: #1C69D3 url("../images/ico-close-w.svg") no-repeat center center;
    background-size: 38% auto;
}
.di_img{
    position: relative;
}
.di_plus{
    position: absolute;
    left: 1vw;
    bottom: -1.7vw;
}
.di_info{
    padding-top: 2.6vw;
}
.di_title{
    font-size: 1.03vw;
    font-weight: 700;
    position: relative;
}
.di_price{
    font-size: 1.03vw;
    font-weight: 700;
}
.di_title span{
    display: inline-flex;
    width: 0.9vw;
    height: 0.9vw;
    background: url(../images/ico-question.svg) no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.5vw;
    position: relative;
    top: 0.1vw;
    cursor: pointer;
}
.di_text{
    font-size: 0.838vw;
    line-height: 1.5;
    color: #545452;
    margin-top: 1vw;
}
.di_label{
    margin-top: 0.8vw;
}
.di_label span{
    display: inline-flex;
    align-items: center;
    height: 1.2vw;
    padding: 0 0.9vw;
    border-radius: 0.6vw;
    font-size: 0.67vw;
    background: #1C69D3;
    color: #fff;
}
.di_label.di_black span{
    background: #221F1F;
}
.options_wp .dop_item_wp{
    width: 25%;
}
.options_tags{
    margin-top: 2vw;
}
.options_tags a{
    font-size: 0.95vw;
    font-weight: 700;
    color: #545452;
    margin-right: 1.55vw;
    padding-bottom: 0.5vw;
    border-bottom: 1px solid rgba(255,255,255,0);
}
.options_tags a.active{
    border-bottom: 1px solid #1C69D3;
    color: #201D17;
}
.options_wp .di_title{
    width: 63%;
    line-height: 1.2;
}
.options_wp .di_price{
    width: 37%;
    text-align: right;
}
.di_subtitle{
    font-size: 0.75vw;
    text-transform: uppercase;
    letter-spacing: 0.04vw;
    color: #5B534C;
    margin-bottom: 0.8vw;
}
.di_att{
    padding-left: 1vw;
    font-size: 0.73vw;
    position: relative;
    color: #545452;
    margin-top: 1vw;
    display: inline-flex;
}
.di_att:before{
    content: '';
    width: 0.4vw;
    height: 0.4vw;
    border-radius: 50%;
    background: #E81A33;
    position: absolute;
    top: 0.3vw;
    left: 0;
}
.di_att span{
    display: inline-flex;
    width: 0.9vw;
    height: 0.9vw;
    background: url(../images/ico-question.svg) no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.5vw;
    position: relative;
    top: 0.1vw;
    cursor: pointer;
}
.rec_img img{
    width: 100%;
    height: auto;
}
.di_img img{
    width: 100%;
    height: auto;
}
.bottom_line{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    padding-left: 1.5vw;
    border-top: 1px solid #D9D9D9;
}
.auto_img{
    width: 8.5vw;
    position: absolute;
    top: -1.5vw;
    left: 0;
}
.auto_img img {
    border-radius: 40px;
}
.bl_right{
    width: 48%;
    margin-left: auto;
}
.bl_right .equipment_next_btn{
    width: 50%;
}
.bottom_line .gallery_btn{
    position: relative;
    box-shadow: 0 4px 4px 0 #00000040;
    left: 0;
    top: -2vw;
}
.auto_info{
    height: 3.7vw;
    position: relative;
    padding-left: 9vw;
    margin-left: 0.5vw;
    padding-bottom: 1.2vw;
}
.auto_info .sl_price_info{
    height: auto;
    position: relative;
    top: -0.2vw;
}
.auto_price{
    font-size: 1.5vw;
    font-weight: 700;
    margin-right: 0.5vw;
}
.sl_no_bg{
    /*
    background: #F6F6F6;
    */
}
.ag_item{
    width: 50%;
}
.ag_item_big{
    width: 100%;
    height: 40vw;
}

.ag_item img{
    width: 100%;
    height: auto;
}
.ag_item.ag_item_big img{
    width: 100%;
    height: 40vw;
    object-fit: cover;
}
.auto_dallery_big_img{
    margin: 0 auto;
    min-height: calc(100% - 7vw);
}
.auto_final_info{
    padding: 3.5vw 5vw 3.5vw 10vw;
}
.auto_final_info h2{
    padding-bottom: 0;
    border: none;
    font-size: 1.75vw;
    font-weight: 700;
}
.auto_final_info h2:before{
    display: none;
}
.afi_link{
    margin-top: 0.3vw;
    position: relative;
}
.afi_link a{
    font-size: 0.84vw;
    font-weight: 700;
}
.afi_link a svg{
    margin-left: 0.7vw;
    fill: #201D17;
    position: relative;
    top: 0.1vw;
    width: 0.4vw;
    height: auto;
    transition: .2s;
}
.afi_link a:hover{
    color: #1C69D3;
}
.afi_link a:hover svg{
    fill: #1C69D3;
}
.auto_final_info p{
    font-size: 0.84vw;
    line-height: 1.4;
    color: #545452;
    margin-top: 1.6vw;
}
.afi_btns{
    margin-top: 1.6vw;
}
.order_btn{
    width: 14.2vw;
    background: #201D17;
}
.order_btn:hover{
    background: #3D3636;
}
.print_link{
    margin-left: 2.5vw;
    font-size: 0.84vw;
    font-weight: 700;
}
.print_link svg{
    margin-right: 0.5vw;
    fill: #201D17;
    position: relative;
    top: 0.03vw;
    width: 0.4vw;
    height: auto;
}
.print_link:hover{
    color: #1C69D3;
}
.print_link:hover svg{
    fill: #1C69D3;
}
.afi_title_wp{
    padding-bottom: 0.4vw;
    border-bottom: 1px solid #D9D9D9;
}
.afi_title{
    font-size: 1.05vw;
    font-weight: 700;
    position: relative;
    color: #221F1F;
    display: inline-flex;
}
.afi_title span{
    display: inline-flex;
    width: 0.9vw;
    height: 0.9vw;
    background: url(../images/ico-question.svg) no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.5vw;
    position: relative;
    top: 0.1vw;
    cursor: pointer;
}
.afi_left_title{
    font-size: 1.03vw;
}
.afi_right{
    font-size: 1.03vw;
}
.afi_item{
    margin-top: 3vw;
}
.afi_line{
    margin-top: 0.5vw;
}
.afi_item .afi_line:nth-child(2){
    margin-top: 1vw;
}
.afi_left_img{
    width: 2.3vw;
    margin-right: 0.5vw;
}
.afi_left_img img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.afi_result_line{
    border-top: 3px solid #201D17;
    padding-top: 0.5vw;
    margin-top: 2.5vw;
}
.afi_result_line .afi_title_wp{
    padding-bottom: 0;
    border: none;
}
.afi_result_line .afi_right{
    font-weight: 700;
}
.result_subtitle{
    font-size: 0.75vw;
    text-transform: uppercase;
    letter-spacing: 0.04vw;
    color: #5B534C;
}
.result_title{
    font-size: 2.3vw;
    margin-top: 0.3vw;
}
.result_wp{
    padding: 4vw 1vw 4vw 3vw;
}
.result_wp .afi_link a svg{
    margin-left: 0.3vw;
    width: 0.7vw;
    height: auto;
}
.result_wp .afi_link{
    margin-bottom: 2vw;
}
.result_price{
    font-size: 1.56vw;
    font-weight: 700;
    margin-top: 0.3vw;
}
.result_wp .sl_price_info{
    margin-top: 1.5vw;
}
.result_btn{
    margin-top: 2vw;
    width: 11vw;
    background: #fff;
    border: 1px solid #201D17;
    color: #201D17;
}
#safe_pdf.result_btn {
    margin-top: 1vw;
}
.result_btn:hover{
    background: #201D17;
    color: #fff;
}
.result_btn:active{
    opacity: 0.8;
}
.result_bb{
    padding: 1.5vw;
}
.sign_btn{
    width: 100%;
}
.result_att{
    font-size: 0.75vw;
    text-align: center;
    margin-top: 0.9vw;
    color: #A49E9E;
}
.other_item span img{
    width: 1vw;
    height: auto;
    filter: grayscale(1);
    transition: .2s;
}
.other_item span{
    transition: .2s;
}
.other_item span:hover{
    color: #1C69D3;
}
.other_item span:hover img{
    filter: grayscale(0);
}
.equipment_top{
    cursor: pointer;
}
.standard_link{
    font-size: 0.7vw;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01vw;
}
.standard_link svg{
    width: 0.5vw;
    height: auto;
    fill: #201D17;
    margin-left: 0.3vw;
}
.et_toggle{
    margin-top: 0.5vw;
    display: none;
}
.mm_link{
    display: none;
    width: 83px;
    height: 50px;
    background: url("../images/ico-burger.svg") no-repeat center center;
}
.mob_pi_btn{
    display: none;
}
.mob_main_popular{
    display: none;
}
.mob_menu{
    display: none;
    padding-top: 15px;
    background: #fff;
    border-bottom: 1px solid #D9D9D9;
}
.mob_menu li{
    list-style: none;
    margin-right: 38px;
}
.mob_menu li:last-child{
    margin-right: 0;
}
.mob_menu li a{
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #545452;
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(255,255,255,0);
}
.mob_menu li a.disabled_link {
    cursor: default;
    opacity: 0.4;
}
.mob_menu li a.active{
    border-bottom: 3px solid #1C69D3;
}
.mob_step_slider{
    width: 100%;
    overflow: hidden;
    display: none;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
    padding: 0 20px;
}
.swiper1 .swiper-slide{
    width: 62px;
}
.mob_step_slider .et_img{
    width: 100%;
}
.step_slide{
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(255,255,255,0);
    cursor: pointer;
}
.step_slide.active{
    border-bottom: 3px solid #1C69D3;
}
.mob_back_block{
    display: none;
    background: #fff;
}
.mob_category{
    display: none;
}
.step_slider_small .swiper-wrapper{
    justify-content: center;
}
.di_price_mob{
    display: none;
    font-size: 13px;
    font-weight: 700;
    margin-top: 10px;
}
.sf_mob_info{
    display: none;
    width: 100%;
    padding: 20px;
}
.sf_mob_info .sl_price_info{
    margin-left: 0;
    margin-bottom: 5px;
}
.mob_fixed_btn{
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 8900;
}
.mob_top_block{
    display: none;
}
.rec_item{
    transition: .2s;
}
.rec_item:hover{
    box-shadow: 0 4px 35px 0 #00000059;
}
.afi_toggle{
    width: 100%;
    max-width: 14vw;
    background: #fff;
    position: absolute;
    top: 2vw;
    left: 0;
    box-shadow: 0 4px 30px 0 #0000001A;
    padding: 1vw;
    z-index: 8900;
    display: none;
}
.afi_toggle a{
    margin-top: 0.5vw;
    font-size: 0.75vw;
    color: #1C69D3;
}
.afi_toggle a:first-child{
    margin-top: 0;
}
.afi_toggle a img{
    width: 1vw;
    height: auto;
    margin-right: 0.3vw;
}
.afi_toggle:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.5vw 0.7vw 0.5vw;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 50%;
    margin-left: -0.5vw;
    top: -0.7vw;
}
.step_wp.to_animation {
    transition: 0.7s all ease;
    z-index: 1;
    opacity: 0;
}
.step_wp.from_animation {
    transition: 0.7s all ease;
    z-index: 2;
    opacity: 0;
}
.ag_item_rear {
    overflow: hidden;
    height: 27vw;
    position: relative;
}
.ag_item_wheel {
    overflow: hidden;
    height: 27vw;
    position: relative;
}
.ag_item_wheel img {
    width: 280%;
    max-width: 280%;
    position: absolute;
    bottom: -37%;
    left: -11%;
}
.ag_item_rear img {
    width: 310%;
    max-width: 310%;
    position: absolute;
    bottom: -94.5%;
    left: -76.5%;
}
.dop_item_wp.to_content .di_img img {
    cursor: pointer;
}
.result_wp .att_toggle{
    padding: 0.8vw 1.2vw 0.8vw 0.8vw;
    right: 6vw;
}
.result_wp .att_toggle p{
    font-size: 0.68vw !important;
    line-height: 1.1 !important;
}
.result_wp .att_toggle:before{
    right: 3vw;
}
.form_hidden {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
}
#save_config + .afi_toggle a:active {
    opacity: 0.2;
    transition: 0.2s all ease;
}
.of_btn {
    cursor: pointer;
}
.img_full_dark{
    position: relative;
}
.img_full_dark:before{
    content: '';
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, #000000 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
#step4 .step_right{
    border-left: 0;
}
#step5 .step_right{
    border-left: 0;
}
.dop_item{
    cursor: pointer;
}
.di_title{
    transition: .2s;
}
.dop_item:hover .di_title{
    color: #1C69D3;
}
.di_img:before{
    content: 'Добавить';
    font-size: 0.7vw;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.57);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    transition: .2s;
    opacity: 0;
}
.dop_item:hover .di_img:before{
    opacity: 1;
}
.dop_item_wp.active .di_img:before{
    content: 'Убрать';
}
.header_right_one{
    width: auto;
    border: none;
}
.header_right_one .hr_logo:nth-child(1){
    display: none;
}
.header_right_one .hr_logo:nth-child(3){
    display: none;
}
.header_right_one .hr_logo{
    padding: 0;
}
.header_right_one .hr_logo:before{
    display: none;
}
.mi_img.inactive{
    opacity: 0.3;
}
.equipment_item_fixed {
    display: block;
}




.policy_block h2{
    padding-bottom: 0;
    border: none;
    font-size: 1.35vw;
    margin-top: 2.5vw;
}
.policy_block h2:before{
    display: none;
}
.policy_block p{
    font-size: 0.79vw;
    line-height: 1.5;
    letter-spacing: -0.026vw;
    margin-top: 0.83vw;
}
.policy_block{
    padding: 1.7vw 0 2.5vw 0;
}
.policy_block p a{
    color: #1C69D3;
}
.error_block{
    width: 100%;
    height: calc(100vh - 11.45vw);
    background: url("../images/error-bg.jpg") no-repeat center 0;
    background-size: cover;
    padding-top: 3.8vw;
}
.error_title{
    font-size: 2.8vw;
    font-weight: 300;
    text-transform: uppercase;
}
.error_text{
    font-size: 1.45vw;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0.5vw;
}
.error_btn{
    width: 15.3vw;
    margin-top: 2.3vw;
    height: 2.4vw;
}
.mob_error_bg{
    display: none;
    width: 100%;
    height: 377px;
    background: url("../images/error-bg2.jpg") no-repeat center 0;
    background-size: cover;
}


.socials_fixed_wp {
    position: fixed;
    border-radius: 10px;
    background-color: rgba(35, 37, 41, 0.75);
    right: 15px;
    bottom: 60px;
    width: 63px;
    display: none;
    z-index: 9999;
}
.socials_fixed_wp .whatsapp-link {
    position: static;
    width: 64px;
    height: 60px;
    border-radius: 0;
    background-color: rgba(35, 37, 41, 0);
}

@media (max-width: 1023px) {
    .socials_fixed_wp .whatsapp-link > span {
        display: inline-block;
        margin-right: 8px;
        font-family: "Arial", sans-serif;
        font-size: 14px;
        font-weight: 700;
        color: #232529;
        line-height: 1.15;
        position: relative;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .socials_fixed_wp .whatsapp-link .mobile-none {
        display: none;
    }
    .socials_fixed_wp .whatsapp-link span {
        margin-right: 0;
        margin-top: 3px;
        color: #ffffff;
        font-size: 10px;
    }
    .socials_fixed_wp .whatsapp-link img {
        width: 25px;
    }
    .socials_fixed_wp .whatsapp-link {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: fixed;
        right: 15px;
        bottom: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-right: 0;
        border-radius: 10px;
        background-color: rgba(35, 37, 41, 0.75);
        padding: 10px 8px;
        z-index: 9999;
    }
    .from_cb .socials_fixed_wp .whatsapp-link {
        bottom: 200px;
    }
    .socials_fixed_wp {
        position: fixed;
        right: 15px;
        bottom: 60px;
        display: block;
    }
}