font.color_point {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #444;
}
.filter_content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.filter_content .filter {
    width: 24%;
    padding-right: 0%;
    margin-right: 1%;
    padding-left: 0%;
    margin-left: 0%;
    background: #fff;
    border-radius: 0 25px 0 0;
    overflow: hidden;
    padding-top: 30px;
}
p.in_rout {
    position: absolute;
    margin-top: 70px;
    font-size: 10px;
    padding: 0;
}
.in_prod p.in_rout {
    margin-top: -20px;
}
.filter_content .catalog_car {
    width: 74%;
    /* padding-right: 1%; */
    margin-right: 1%;
}
.item_car {
    display: flex;
    /* border: 1px solid #e6e6e6; */
    margin-bottom: 2%;
    background: #fff;
}
.img_info {
    width: 49%;
    /* padding: 1%; */
    margin-right: 1%;
    max-height: 420px;
}
.text_info {
    width: 49%;
    /* padding: 1%; */
    margin-left: 1%;
}
.img_info img {
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    width: 100%;
    display: block;
}	
label.new_label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
	

label.new_label span.label_text.label_text_caps {
    color: #7e7e7e;
}
label.new_label span.label_text.label_text_caps span {
    display: flex;
    align-items: center;
    flex-direction: row;
}	
	
input.fn_form_url_value {
    position: absolute;
    z-index: -1;
    opacity: 0;
}	
input.fn_form_url_value+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}	
input.fn_form_url_value:checked+label::before {
    border-color: #05141f;
    background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}	

input.fn_form_url_value+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #8b9095;
    border-radius: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}	
	
input.fn_form_url_value:hover+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #000000;
    border-radius: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}				
form#filterForm p {
    text-transform: uppercase;
}
.name h3 {
    font-size: 30px;
    font-weight: 400;
    font-family: "Everett", sans-serif;
    line-height: 113%;
    letter-spacing: -1.15px;
    min-height: 0;
    margin: 20px 0;
    margin-bottom: 0px;
}
.name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}	
	
.year {
    font-size: 11px;
    font-weight: 400;
    line-height: 136%;
    letter-spacing: 1px;
    text-transform: uppercase;
}	
p.price_d {
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
}
p.price_d span {
    margin-right: 30px;
    /* text-align: center; */
}
p.price_d span:nth-child(2) {
    /* opacity: 0.4; */
}
p.price_d span:nth-child(2) b {
    text-decoration: line-through;
    opacity: 0.4;
}

p.price_d span font {
    font-size: 14px;
    font-weight: 400;
    font-family: "Everett", sans-serif;
    line-height: 143%;
    color: #666;
    margin: 0 0 3px;
    display: flex;
}
p.price_d span:nth-child(2) font {
    opacity: 0.4;
}




p.price_d b {
    font-size: 20px;
    font-weight: 400;
    font-family: "Everett", sans-serif;
    line-height: 140%;
    letter-spacing: -0.4px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: -7px;
    padding-bottom: 7px;
}
	
.in_prod p.price_d {
    display: flex;
    flex-direction: column;
}

	
.intro_car {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}
.nav_bar {
    width: 472px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.content_trw {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.fedf {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    margin-bottom: 10px;
}
.bf_ff_bar {
    padding: 35px 50px;
    background: #ffffff;
    border: 1px solid #EBEBEB;
    border-radius: 25px 0 0 25px;
}
.info_car_its {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    margin-top: 15px;
    width: 98%;
}
.param_car {
    width: 31%;
    padding: 1%;
    display: flex;
    flex-direction: column;
}

.galery {
    width: 98%;
}
h1.smp__main_infos__title {
    font-size: 60px;
    font-weight: 400;
    font-family: "Everett", sans-serif;
    line-height: 107%;
    letter-spacing: -2px;
    width: 100%;
}
.flex_car {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 130px 70px 130px;
}

.param_car font {
    font-size: 14px;
    font-weight: 400;
    font-family: "Everett", sans-serif;
    line-height: 143%;
    color: #666;
}
.param_car font+font {
    font-size: 20px;
    color: #000;
}
.param_car span {
    display: flex;
    align-items: center;
}


.galery {
    width: 98%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.car_imm {
    width: calc(60% - 10px);
    margin-right: 10px;
    cursor: pointer;
}
.csr_im {
    cursor: pointer;
    max-height: 230px;
    overflow: hidden;
}
.car_imm img, .mm_car img {
    width: 100%;
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transform: none;
    transform: none;
    position: static;
    zoom: normal;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}
.mm_car {
    width: 40%;
}
.mm_car .csr_im+.csr_im {
    margin-top: 10px;
}
.mm_car .csr_im {
	position: relative;
}

.mm_car .csr_im.add_bg_fon:after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mm_car .csr_im+.csr_im:after {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}






.galery_one {
    display: none;
}
.galery_one.open_galery {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 9999999999;
    align-items: center;
}
.swiper-slide {
    height: 100vh;
}
.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    /*min-width: 85%;*/
    /*min-height: 84%;*/
    /* min-width: auto; */
    /* min-height: auto; */
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.swiper-pagination.swiper-pagination-fraction.swiper-pagination-horizontal {
    margin-top: -48px;
    position: relative;
    color: #fff;
}
body.no_scrol {
    overflow: hidden;
}
.wfffoto {
    font-size: 11px;
    font-weight: 400;
    font-family: "Everett", sans-serif;
    line-height: 136%;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    padding: 20px 25px;
    white-space: nowrap;
}
.text_complect {
    width: 100%;
    min-height: 10px;
}













p.price_r {
    position: absolute;
    margin-top: -35px;
}
a.sgee {
    text-decoration: none;
    color: #1b3f9c;
    display: inline-block;
    padding: 0px 0px;
    position: relative;
    margin-top: -10px;
    font-size: 10px;
    width: 140px;
}
p.price_d span:nth-child(2) a.sgee {
    text-decoration: none;
    position: absolute;
    margin-top: -3px;
}





.swiper-slide.swiper-slide-active {
    display: flex
;
    justify-content: center;
    align-items: center;
}













