/*   
Theme Name: Тема MKAD33
Theme URI: 
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Универсальная тема по мультибрендам
Author:
Author URI: 
*/

/*main*/
body{
  font-family: 'Montserrat', sans-serif;
}
.telephone a:not([href]):not([tabindex]), .col-md-12.text-center.bottom a:not([href]):not([tabindex]) {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .widgettitle{
	font-family: 'Roboto Slab', serif;
}
a, a:hover, a:focus{
color: #be4226;
    outline: none;
}
.ya-share2__container_size_m .ya-share2__icon {width: 36px!important; height:36px!important;background-size: cover;}.ya-share2__list{width: 100%;padding:0 0!important;text-align: center;}.ya-share2__container_size_m .ya-share2__item {margin: 0.75% 0.5%!important; transition: 0.5s;} .ya-share2__item:hover { transform: scale(1.6);transition: 0.5s;}
.breadcrumb{
	background:none;
}
.breadcrumb, .breadcrumb a{
    color: #777;
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
}
.woocommerce .woocommerce-breadcrumb, .breadcrumb{
	display:flex;
	align-items:center;
}
.breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:hover{
	color:#be4226;
	text-decoration:none;
}
.breadcrumb li:first-child a, .woocommerce-breadcrumb a:first-child{
font-size: 0px;
    display: block;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    background-image: url(img/home-ic.svg);
    background-size: 100%;
    float: left;
}
.breadcrumb li:first-child:hover a, .woocommerce-breadcrumb a:first-child:hover{
    background-image: url(img/home-icred.svg);	
}
a.logo{
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.55);
    padding: 5px 10px;
}
a.logo:hover, a.logo:focus, a.logo span, a.logo img, a.logo div{
	text-decoration:none;
	outline:none;
}
a.logo > div{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    line-height: normal;
	    font-family: 'Roboto Slab', serif;
}
a.logo span.one{
    font-size: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #101010;
}
a.logo span.two{
	font-size: 23px;
    color: #be4226;
}
a.logo span.three{
	font-family: 'Montserrat', sans-serif;
    color: #5c5c5c;
    font-size: 12px;
    font-weight: 500;
}
.flex-container-wr.cars-list {
	display: grid;
  	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  	gap: 40px 20px;
    justify-content: space-around;
    align-items: stretch;
	padding: 40px 0;
}
.flex-container-wr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.block-car.pro{
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
	padding: 4px;
  	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
/* .single-product .flex-container-wr.cars-list .block-car.pro{
	width: 23%;
} */
.wrapper_prod{
    margin-top: 2%;
}
.main_avto_inner{
	    height: 100%;
    display: flex;
    flex-direction: column;
}
.main_avto_inner.listing .head{
	padding:0 15px;
}
.main_avto_inner.listing .infoblock .h6,
.main_avto_inner.listing .infoblock .price{
	text-align:center;
}
.infoblock{
	text-align:center;
	height: 100%;
	display: flex;
    flex-direction: column;
}
.main_avto_inner .photo{
	display: flex;
    justify-content: center;
	padding: 15px;
}
.main_avto_inner .photo img{
	align-self:center;
}
.infoblock .bottom{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
}
.infoblock .bottom a{
    width: 48%;
    padding: 7px 5px;
    color: #585858;
    font-size: 12px;
    font-weight: 500;
}
.infoblock .bottom .credit-lnk{
	background:#474747;
	color:#fff;
    border-radius: 25px 0 0 25px;
    border: 2px solid #474747;
	transition:0.5s;
}
.infoblock .bottom .post-lnk{
	background:#be4226;
	color:#fff;
	border-radius: 0 25px 25px 0;
	border: 2px solid #be4226;
	transition:0.5s;
}
.infoblock .bottom .credit-lnk:hover, .infoblock .bottom .credit-lnk:focus{
	background:#606060;
	text-decoration:none;
	color:#fff;
	transition:0.5s;
}
.infoblock .bottom .post-lnk:hover, .infoblock .bottom .post-lnk:focus{
	    background: #d55134;
    border-color: #d55134;
	text-decoration:none;
	color:#fff;
	transition:0.5s;
}
.infoblock .bott{
	margin-top: auto;
}
.infoblock .bott .top{
	display: flex;
	    border-bottom: 1px solid #dbd8d8;
}
.infoblock .bott .top .one{
    margin: auto;
}
.infoblock .bott .top .two{
    width: 40%;
    background: #f2f0f0;
	    border-left: 1px solid #d9d9d9;
		display: flex;
    flex-direction: column;
}
.infoblock .bott .top .two span{
	display: block;
    font-size: 14px;
}
.infoblock .bott .top .two span:first-child{
    background: #dbdbdb;
    font-size: 12px;
    color: #606060;
    font-weight: 500;
}
.infoblock .bott .top .two span:last-child{
    margin-top: auto;
    margin-bottom: 5px;
    text-decoration: line-through;
    font-weight: 500;
    color: #8f8e8e;
}
.infoblock ul{
	list-style:none;
	padding:0;
	margin:0;
}
.infoblock a.title:hover, .infoblock a.title:focus{
	text-decoration:none;
}
.infoblock .h6{
    font-size: 15px;
    color: #202020;
    text-align: center;
}
.infoblock .h6:hover, .infoblock .h6:focus{
    color: #494949;
}
.infoblock .price{
	font-size: 22px;
    font-family: 'Roboto Slab', serif;
    color: #be4226;
    width: 100%;
    display: block;
    text-align: center;
}
.car.infolist{
	display: flex;
    margin: 0 !important;
    margin-top: auto !important;
    min-height: 70px;
}
.cars_list.products .block-car.pro{
    background: #fff;
    margin: 5px;
}
.car.infolist .infoitem {
	width: 34%;
}
.car.infolist .infoitem + .infoitem{
    border-left: 1px solid #e4e4e4;
}
.car.infolist .infoitem span{
display: block;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 500;
}
.car.infolist .infoitem span.name{
color: #7f7f7f;
}
/*main--end*/
/*header*/
header{
	font-family: 'Roboto Slab', serif;
	background: url(img/bg-light.jpg);
}
.top-header{
	display: flex;
    	align-items: center;
    	justify-content: space-between;
}
.home header{
	margin:0;
	    border: 0;
}
.menu-block{
    	padding: 15px 0;
    	font-family: 'Roboto Slab', serif;
	background: url(img/bg-light.jpg);
	border-bottom: 1px solid #c1c0c0;
	box-shadow: 0 8px 5px rgba(0,0,0,0.1);
	position: sticky;
	top: 0;
	z-index: 10;
	margin-bottom: 2%;
}

header .address{
    display: flex;
    align-items: center;
    width: 30%;
    font-size: 15px;
    color: #646363;
    background: rgba(255, 255, 255, 0.49);
    padding: 5px;
}
header .address img{
	width:30px;
	height:45px;
	margin-right:10px;
}

header .telephone{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 15px;
    padding-left: 45px;
    background-image: url(img/phone.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position-y: center;
	background-position-x: 5px;
    background-color: rgba(255, 255, 255, 0.53);
}
header .telephone .tel{
    font-size: 19px;
    color: #646363;
    margin-bottom: 5px;
    text-decoration: underline;
}
.btn_callback{
    color: #646363;
    border: 2px solid #be4226;
    font-size: 15px;
    padding: 0 20px;
    height: 40px;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    border-radius: 25px;
    transition: 0.5s;
}
.btn_callback:hover, .btn_callback:focus{
    outline: none;
    border-color: #be4226;
    background: #be4226;
    color: #fff;
}
nav.navbar {
	padding:0;
}
.navbar-light .navbar-nav .nav-link {
padding: 13px 25px;
    padding-bottom: 11px;
    color: #b8b8b8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link:focus,
 .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active>.nav-link,
 .navbar-light .navbar-nav .nav-link.active,
 .navbar-light .navbar-nav .nav-link.show,
 .navbar-light .navbar-nav .show>.nav-link {
    color: #eaeaea;
	    transition: 0.3s;
}
.navbar-light .navbar-nav li +li {
	margin-left:0.6em;
}
.top-header{
    margin: auto;
    padding: 15px 2.5%;
    border-bottom: none;
}
.menu-block .wrap{
	  width: 95%;
    margin: auto;
	   display: flex;
    justify-content: center;
}
#menu-verhnee-menyu .menu-item{
	border-bottom: 3px solid #2e2e2e;
	    background: #2e2e2e;
	transition:0.4s;
}
#menu-verhnee-menyu .menu-item:hover, #menu-verhnee-menyu .menu-item.current-menu-item{
background: #414141;
	transition:0.4s;
}
#menu-verhnee-menyu .menu-item:nth-child(odd):hover, #menu-verhnee-menyu .menu-item:nth-child(odd):focus,
#menu-verhnee-menyu .menu-item.current-menu-item:nth-child(odd){
border-color: #c72a06;	
}
#menu-verhnee-menyu .menu-item:nth-child(2n):hover, #menu-verhnee-menyu .menu-item:nth-child(2n):focus,
#menu-verhnee-menyu .menu-item.current-menu-item:nth-child(2n){
	border-color: #ff901e;
}
#menu-verhnee-menyu .menu-item:nth-child(3n):hover, #menu-verhnee-menyu .menu-item:nth-child(3n):focus,
#menu-verhnee-menyu .menu-item.current-menu-item:nth-child(3n){
    border-color: #80e616;
}
#menu-verhnee-menyu .menu-item:nth-child(4n):hover, #menu-verhnee-menyu .menu-item:nth-child(4n):focus,
#menu-verhnee-menyu .menu-item.current-menu-item:nth-child(4n){
	border-color: #00bf77;
}
/*header--end*/
/*index*/
.swiper-container {
    background: #515151;
	padding: 20px 0;
}
.swiper-pagination-bullet {
    width: 15px;
	height: 15px;
	opacity: .5;
	border-radius:0;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    background: rgba(65, 65, 65, 0.75);
    padding: 8px 15px;
    display: flex;
    justify-content: center;
    width: 150px;
    left: calc(50% - 75px)
}
.swiper-pagination-bullet-active {
    background: #bf4226;
	opacity:1;
}
.main-wrap{
	display:flex;
}
.main-wrap .brands{
    width: 20%;
    padding: 0 20px 20px;
    background: #515151;
}
.main-wrap .wrapper_prod{
    width: 80%;
    border-bottom: 1px solid #c3c3c3;
	padding: 0 15px;
	    padding-bottom: 10%;
}
.main-wrap .brands .rod{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #454545;
}
.main-wrap .brands .rod .box-item{
	    margin: 5px;
}
/*index--end*/
/*form*/
form.ox_form {
	background: #fff;
}
form.ox_form input, form.ox_form select {
	padding: 5px 15px !important;
}
form.ox_form label {
    margin-bottom: 10px !important;
	margin-top: 20px !important;
}
form.ox_form div.slider_cont div.slider div.ui-slider-range {
background-color: #aeacac !important;
}
form.ox_form input.send {
	    color: #646363 !important;
    border: 2px solid #be4226 !important;
    font-size: 15px !important;
    padding: 0 20px !important;
    height: 40px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    background: transparent !important;
    border-radius: 25px !important;
    transition: 0.5s !important;
	font-family: 'Roboto Slab', serif;
}
form.ox_form input.send:hover, form.ox_form input.send:focus{
	outline: none !important;
    border-color: #be4226 !important;
    transition: 0.5s !important;
    background: #be4226 !important;
    color: #fff !important;
}
.price_cont {
    color: #797979;
}
.price_cont .price {
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    color: #727272;
    letter-spacing: 1px;
}
/*form--end*/
/*footer*/
footer{
border-top: 2px solid #a6a6a6;
	padding: 0;
    font-size: 11px;
	margin-top: 3%;
	background: url(img/bg-light.jpg);
	font-family: 'Roboto Slab', serif;
}
.home footer{
	border:0;
}
footer .main .top{
	margin-bottom: 25px;
    display: flex;
    justify-content: space-around;
}
footer .bottom{
    background: #515151;
    color: #ececec;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
}
footer .navbar-nav .nav-link{
font-size: 14px;
    /* font-weight: 600; */
    font-family: 'Roboto Slab', serif;
    padding: 10px 20px;
    color: #ffffff;
    background: #515151;
    margin: 0 5px;
    letter-spacing: 0.5px;
}
footer a, footer a:hover, footer a:focus {
    color: #fa7557;
}
footer .navbar-nav {
	flex-direction: row;
}
footer .flex-container-wr{
	width: 100%;
    justify-content: space-between;
	margin-bottom: 30px;
	padding: 0 25px;
}
/*footer--end*/
/* СЛАЙДЕР ИЗБРАННОГО НА ГЛАВНОЙ */
.block-inside.main_slide_fa{position: absolute; top: 0;}
.gallery_index_featured .swiper-slide{
    display: flex;
    justify-content: center;
	    align-items: center;
}

/*ДИЗАЙН ПОДКАТЕГОРИЙ */
.cars_list.products {
    display: flex;
    flex-wrap: wrap;
}
.cars_list.products .product-category {
    flex: 7em;
    margin: 10px;
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.cars_list.products .product>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
	    color: #5c5c5c;
}
.cars_list.products .product h2 {
    font-size: 17px;
    font-weight: 400;
	margin-top: auto;
}
.mark, mark {
background-color: #58753a;
    display: inherit;
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
/*КОММЕНТАРИИ */
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
#comments .card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-bottom: none;
}
#comments .card {
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.002);
	border-left: 1px #007bff solid;
}
.chip {
    display: inline-block;
    border-radius: 16px;
    font-size: 13px;
    background-color: #eceff1;
    color: rgba(0, 0, 0, 0.7);
    height: initial;
    min-height: 25px;
    line-height: 25px;
    margin-bottom: 0rem;
    margin-right: .5rem;
    padding: 0px 10px;
    box-shadow: 0 1px 1px rgba(128, 128, 128, 0.18);
    font-weight: 600;
}
#comments .children .media .card-block {
    background: rgba(0, 0, 0, 0.02);
    padding: .75rem;
}
#comments .media p {
    margin: 5px 15px;
}
h4.media-heading {margin-left: 20px;}
.hoverable {
    transition: box-shadow .5s;
}
.hoverable:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.comment-reply-link:hover{color: #fff; text-decoration: none;}

/* карточка авто */
.price.display-4 {
    font-size: 2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
}
.block-down-card {
    margin-bottom: 8px;
}
.toogle_compl{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
    cursor: pointer;
	background: url(img/caret-down.svg) no-repeat;
	background-size: contain;
	position: relative;
	top: 5px;
	transform: rotate(180deg);
	transition: all 0.6s
	}
.toogle_compl.collapsed{
	transform: rotate(0deg);
	transition: all 0.6s;
}
.btn-credit {
    background-color: #ffb300;
    border-color: #FF9E0D;
    color: #2e2e2e;
	font-weight:500;
}
.btn-credit:hover, .btn-credit :focus{
	color: #2e2e2e;
	background: #ffbd21;
}
.woocommerce .photo_brc .woocommerce-breadcrumb{
margin: 16px 0 1em;
    padding: 10px 10px;
    letter-spacing: 0.3px;
    font-size: 13px;
    border-bottom: 1px solid #ffb300;
}
.price_number {
	color: #be4226;
}
.photo_brc {
	font-size: 14px;
    color: #7f7f7f;
}
.form-control.select_compl{
	margin: 20px 0;
}
.mod_tabl{
	    font-size: 14px;
}
.table thead th {
    border: none;
}
	.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.12);
}
.table td, .table th {
	border-top: 1px solid #898686;
}
.table b{
	font-weight:500;
}
.single-product h1{
    margin-bottom: 25px;
    font-size: 23px;
    color: #be4226;
}
.single-product .btn{
    font-size: 13px;

}
.single-product .btn-primary{
	border-radius:25px 0 0 25px;
	background: #474747;
    color: #fff;
    border: 2px solid #474747;
    transition: 0.5s;
}
.single-product .btn-primary:hover,
 .single-product .btn-primary:focus{
	background: #606060;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}
.single-product .btn-credit{
	border-radius:0 25px 25px 0;
	    background: #be4226;
    color: #fff;
    border: 2px solid #be4226;
    transition: 0.5s;
}
.single-product .btn-credit:hover,
.single-product .btn-credit:focus{
	    background: #d55134;
    border-color: #d55134;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}
.btn-primary {
    color: #fff;
    background-color: #8f8f8f;
    border-color: #8f8f8f;
}
.btn-primary:hover{
	color: #fff;
    background-color: #545454;
    border-color: #545454;
}

.btn-primary.focus, .btn-primary:focus, .btn.focus, .btn:focus {
    box-shadow: none;
}
/* форма обратного звонка */
.modal-body form.ox_form{border: 0;}

/* основные формы */
body form.ox_form .radio_buttons label{
	display: inline-block;
	padding: 5px 13px;
    margin: 0 3px 5px 0;
    border-radius: 100px;
}
body form.ox_form label{
	font-size: 1rem;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.rtb20{
    margin: 30px 0;
    text-align: center;
}
.rtb20 iframe{
    margin: 0;
    padding: 0;
}
.yandex_rtb {
    display: table;
    margin: 10px auto;
}
/* переверска карточки авто */
.kart-avto-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.kart-avto-top {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 40px;
}

.kart-avto-top h1 {
	font-size: 30px;
}

.kart-avto-h {
	text-transform: uppercase;
	font-size: 25px;
}

.kart-avto-pr {
	display: flex;
	margin-bottom: 30px;
	align-items: center;
}

.kart-avto-pr__img {
	max-width: 100%;
}

.kart-avto-pr__text {
	margin: 0;
	padding: 0 10px;
}

.kart-avto-pr__img-block {
	width: 40%;
	flex-shrink: 0;
}

.kart-avto-pr-2 {
	display: flex;
}

.pr-2__img {
	width: 100%;
}

.pr-2__mini {
	margin-right: 10px;
	border-bottom: 1px solid #8d8d8d;
	width: 33.33%;
}

.kart-avto-pr-2 {
	margin-right: -10px;
	margin-bottom: 30px;
}

.pr-2__bottom {
	padding: 10px;
}

.pr-2__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}

.kart-avto-utp {
	margin-right: 10px;
	border-bottom: 1px solid #8d8d8d;
	padding: 30px 40px;
	margin: 30px 0;
}

.proposal-block {
	background: url(img/proposal-img.jpg) center center;
	background-size: cover;
	height: 240px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
	margin-bottom: 30px;
}

form.ox_form.ox_callback.proposal__form {
	flex-basis: 280px;
	flex-shrink: 0;
	background: #fffeff;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #b4b4b4;
}

form.ox_form.ox_callback.proposal__form input {
	width: 100%;
	border: 1px solid #b4b4b4;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #b4b4b4;
}

form.ox_form.ox_callback.proposal__form input[type="submit"] {
	background: #3c3c3c;
	color: white;
	height: 55px;
	transition: 0.15s;
}

form.ox_form.ox_callback.proposal__form input[type="submit"]:hover {
	background: #bb1a1b;
	cursor: pointer;
}

.proposal__title {
	font-size: 28px;
	flex-basis: 45%;
	line-height: 35px;
	text-transform: uppercase;
	text-shadow: 0px 0px 11px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
}

.proposal__text {
	font-size: 14px;
}

.proposal-block-kard {
	height: 350px;
	margin-top: 30px;
}

.proposal__text2 {
	margin: 0;
	font-size: 12px;
}

@media (max-width: 860px) {
	.pr-2__mini {
		width: 100%;
	}

	.kart-avto-pr-2 {
		flex-wrap: wrap;
		width: 60%;
		margin: auto;
	}
}

@media (max-width: 736px) {

	.proposal-block {
		padding: 0 10px;
	}

	.proposal__title {
		font-size: 19px;
		line-height: 24px;
	}

	.kart-avto-pr {
		flex-direction: column;
		align-items: flex-start;
	}

	.kart-avto-pr__text {
		padding: 0;
	}

	.kart-avto-pr__img-block {
		width: 100%;
		margin-bottom: 10px;
	}

}

@media (max-width: 580px) {
	.btn-group .ox_form_trigger.right.btn.btn-credit {
		width: 50%;
	}

	.btn-group .ox_form_trigger.right.btn.btn-primary {
		width: 50%;
	}

	.kart-avto-pr-2 {
		flex-wrap: wrap;
		width: 100%;
		margin-right: -10px;
	}
}

@media (max-width: 420px) {
	.proposal-block{
		padding: 20px 10px;
    flex-wrap: wrap;
		justify-content: center;
		background: #e9e1c078;
    height: auto;
	}
	.proposal__title {
    flex-basis: 260px;
		text-align: center;
	}
	.proposal-block-kard {
		height: auto;
	}

	.flex.btn-group {
		flex-wrap: wrap;
	}

	.btn-group .ox_form_trigger.right.btn.btn-primary {
		width: 100%;
		border: 0;
		margin: 0;
	}

	.btn-group .ox_form_trigger.right.btn.btn-credit {
		width: 100%;
		border: 0;
		margin: 0;
	}
}

/* конец переверска карточки авто */
.ya-share2__container_size_m .ya-share2__icon{
    background-repeat: no-repeat;
    background-position: center;
}

/* новая стр модельный ряд */
.benefit__block {
	background: #f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.benefit__foto {
	display: flex;
	justify-content: space-between;
	margin-right: -5px;
}

.benefit__foto img{
	width: 100%;
}
.benefit__foto div{
	margin-right: 5px;
}
.benefit__header {
	display: flex;
}

.benefit__list {
	display: flex;
	justify-content: space-between;
}

.benefit__mini-block {
	padding: 10px 20px;
	flex-basis: 33%;
}

.benefit__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}

.benefit__number {
	background: #3c3c3c;
	color: white;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	border-radius: 50px;
	font-weight: 600;
	flex-basis: 45px;
	flex-shrink: 0;
}

.benefit__text {
	margin: 0;
}

.sale__block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.sale__mini-block {
	text-align: center;
	padding: 10px 20px;
	background: #f6f6f6;
	border: 1px solid #c8c8c8;
	flex-basis: 31%;
	flex-shrink: 0;
}

.sale__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
}
.sale__title a{
	color: #bb1a1b;
	text-decoration: none;
}
.sale__button {
	background: #3c3c3c;
	color: white;
	padding: 15px 20px;
	width: 200px;
	transition: 0.15s;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
}

.sale__button:hover {
	background: #bb1a1b;
	cursor: pointer;
}

.proposal-block {
	background: url(img/proposal-img.jpg) center center;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
	margin-bottom: 30px;
}

form.ox_form.ox_callback.proposal__form {
	flex-basis: 260px;
	flex-shrink: 0;
	background: #fffeff;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #b4b4b4;
}

form.ox_form.ox_callback.proposal__form input {
	width: 100%;
	border: 1px solid #b4b4b4;
	height: 40px;
	margin-bottom: 10px;
	padding: 0 10px;
	border: 1px solid #b4b4b4;
}

form.ox_form.ox_callback.proposal__form input[type="submit"] {
	background: #3c3c3c;
	color: white;
	height: 55px;
	transition: 0.15s;
}

form.ox_form.ox_callback.proposal__form input[type="submit"]:hover {
	background: #bb1a1b;
	cursor: pointer;
}

.proposal__title {
	font-size: 28px;
	flex-basis: 45%;
	line-height: 35px;
	text-transform: uppercase;
	text-shadow: 0px 0px 11px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;
}
.proposal__text{
	font-size: 14px;
}
@media (max-width: 860px){
	.benefit__foto-1{
		margin-right: 2px;
	}
	.benefit__foto-2{
		margin-left: 2px;
	}
	.benefit__list {
    flex-wrap: wrap;
}
.benefit__mini-block {
	flex-basis: 100%;
	padding: 10px 0;
}
.benefit__title {
	margin: 0;
}
.benefit__header {
	align-items: center;
	margin-bottom: 10px;
}
.sale__block {
	flex-wrap: wrap;
}
.sale__mini-block {
	flex-basis: 100%;
	margin-bottom: 20px;
}

}
@media (max-width: 736px){
	.proposal-block {
		padding: 0 10px;
	}
	.proposal__title {
    font-size: 19px;
		line-height: 24px;
	}
}

@media (max-width: 420px){
	.proposal-block{
		padding: 20px 10px;
    flex-wrap: wrap;
		justify-content: center;
		background: #e9e1c078;
    height: auto;
	}
	.proposal__title {
    flex-basis: 260px;
		text-align: center;
	}
	.sale__block {
    margin-bottom: 15px;
}
}

/* конец новая стр модельный ряд */
/* попап при нажатии на копку на стр модельный ряд раздел акции */
.modalka-first {
    display: none;
  }
  
  .modalka-fon {
    position: fixed;
    z-index: 10;
    background: #616161;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    top: 0;
    left: 0;
    animation: fades .6s;
  }
  
  .modalka {
    animation: fade .6s;
    position: fixed;
    top: calc(50% - 200px);
    left: calc(50% - 400px);
    z-index: 100;
    width: 800px;
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .modalka form{
    width: 250px !important;
	border: none !important;
	padding: 0 !important;
  }
  .modalka__button {
    width: 100%;
    padding: 20px 15px;
    font-size: 20px;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 19px;
    padding: 20px 40px;
    border: none;
    width: 100%;
    position: relative;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out;
      cursor: pointer;
  }
  .modalka__button_shadow::before {
    content: "";
    position: absolute;
    left: 33px;
    right: 33px;
    top: 12px;
    bottom: 4px;
    z-index: -1;
    -webkit-box-shadow: 0 3px 16px 11px rgba(0,0,0,.5);
    box-shadow: 0 3px 16px 11px rgba(0,0,0,.5);
  }
  .modalka__button-close {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    background: #c5c5c5;
    border: none;
    position: absolute;
    top: -35px;
      right: -45px;
      cursor: pointer;
  }
  .modalka__button_color {
    background: #3c3c3c;
    color: white;
  }
  .modalka__button_color:hover{
    background: #bb1a1b;
    color: white;
  }
  .modalka__svg-close {
    width: 20px;
  }
  
  .modalka__close {
    text-transform: uppercase;
    color: #575757;
    font-size: 11px;
  }
  
  .modalka__liquidation {
    text-transform: uppercase;
    color: #dadada;
    font-size: 14px;
  }
  .mobil__input-mail {
    background-image: url(img/phone-modalka.svg);
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 10%;
  }
  .mobil__input-phone{
    background-repeat: no-repeat;
    background-position: 95%;
    background-size: 11%;
  }
  .modalka__form-input {
    border: none;
    margin-bottom: 8px;
    opacity: .9;
    font-size: 16px;
    border: 1px solid #afafaf;
    height: 40px;
    border-radius: 7px;
    padding-left: 27px !important;
    width: 100%;
  }
  .modalka input[type="text"]::-webkit-input-placeholder,
  .modalka input[type="tel"]::-webkit-input-placeholder{
    color: #787878;
  }
  .modalka__text{
    margin: 0 auto 10px;
    display: block;
    color: #bb1a1b;
    text-transform: uppercase; 
    text-align: center;
  }
  .stepall__label{
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin: 20px 10px 30px !important;
  }
  .visually-hidden:not(:focus):not(:active),
  input[type=checkbox].visually-hidden,
  input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  .stepall__checkbox-indicator {
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
  }
  .stepall__parametr{
    line-height: 14px;
    margin: 0;
  }
  .stepall__label input[type="checkbox"]:focus + .stepall__checkbox-indicator{
    border-color: #663d15;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  .stepall__label input[type="checkbox"]:checked + .stepall__checkbox-indicator{
    background-color: #bb1a1b;
    background-image: url(img/tick.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center;
    border: none; 
  }
  .modalka__title{
      width: 100%;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 24px;
      position: absolute;
      top: 26px;
      background: #ffffff8c;
      padding: 10px 20px;
      text-align: center;
  }
  .modalka__left{
      width: 65%;
      position: relative;
  }
  .tax-product_cat.woocommerce img.modalka__svg-close{
      margin-bottom: 0;
  }
  @keyframes fade {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fades {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 0.8;
    }
  }
  button.st2{
    background: linear-gradient(45deg, #28a7e1, #66c1ea);
  }
  button.st2:hover{
    background: linear-gradient(45deg, #2eb9f8, #7ad3fa);
  }
  .st{
  width: 300px;
  }
  
  
  @media (max-width: 1024px){
      .modalka {
          top: 80px;
      }
  }
  @media (max-width: 860px){
      .modalka {
      left: calc(50% - 300px);
          width: 600px;
      }
      .modalka__left {
      width: 45%;
  }
  }
  @media (max-width: 768px){
  .modalka__button-close {
      width: 50px;
      height: 50px;
      top: -20px;
      right: -20px;
  }
  }
  @media (max-width: 620px){
      .modalka{
          flex-direction: column;
      width: 300px;
      left: calc(50% - 150px);
      }
      .modalka__left {
      width: 100%;
  }
  .modalka__title {
      width: 100%;
      height: 100%;
      font-size: 19px;
      top: 0px;
      display: flex;
      align-items: center;
  }
  .modalka {
      top: 20px;
  }
  .modalka__button-close {
      top: 0px;
      right: 0px;
      z-index: 1;
  }
  .modalka{
  border-radius: 10px 40px 10px 10px;
  }
  }
 
  /* конец попап при нажатии на копку на стр модельный ряд раздел акции */
  /* стр 404 */
  .error-center h1{
      text-transform: uppercase;
      font-size: 75px;
  }
  .error-center{
  text-align: center;
  margin: 50px 0;
  }
  .error-center__svg{
    width: 100px;
    height: auto;
  }
  .error-center__text1,
  .error-center__text2{
margin: 0;
  }
  @media (max-width: 320px){
  
}
  /* конец стр 404 */
  /* правки октябрь 2020 */
  .title-page-no{
  font-family: 'Roboto Slab', serif;
  margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.75rem;
    margin-top: 0;
  }
  .kit-cars p:not(.hdr) {
    padding-left: 30px;
    margin-bottom: 10px;
    background: url(img/mark2.png) no-repeat;
    margin-left: 25px;
}
  /* конец правки октябрь 2020 */
  /* стилизация раскрывающегося меню с марками авто */
  #menu-item-64889 ul.dropdown-menu {
	max-width: calc(5 * 190px);
  }
  #menu-item-64889 ul.dropdown-menu.show{
	column-gap: 0;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 180px);
}
#menu-item-64889 ul.dropdown-menu.show li{
	border: 1px solid #dadada;
	height: 42px;
	display: block;
	/*width: 180px;*/
}
#menu-item-64889 ul.dropdown-menu.show li a{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 5px;
}
#menu-item-64889 ul.dropdown-menu.show li a img{
	width: 50px;
	margin-right: 10px;
}
#menu-item-64889 .dropdown-item {
	text-align: start;
}
.navbar-light #menu-verhnee-menyu li ul li {
    margin-left: 0;
    background: white;
}
@media (max-width: 1024px){
  #menu-item-64889 ul.dropdown-menu {
  	max-width: calc(3 * 180px);
  }
}
@media (max-width: 587px){
  #menu-item-64889 ul.dropdown-menu.show {
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  #menu-item-64889 ul.dropdown-menu {
  	max-width: calc(2 * 180px);
  }
}
@media (max-width: 411px){
  #menu-item-64889 ul.dropdown-menu {
  	max-width: 100%;
  }
  #menu-item-64889 ul.dropdown-menu.show {
	grid-template-columns: 1fr;
  }
}
  /* конец стилизация раскрывающегося меню с марками авто */

  /* блок быстрый подбор в 2 шага на глваной */
.s-form-5{
	display: flex;
	align-items: center;
	border: 1px solid #474747;
	padding: 20px 20px;
	margin: 30px 0 10px;
	border-radius: 10px;
}
.s-form-5__left{
	display: flex;
	align-items: center;
	width: 22%;
	padding: 20px 20px 20px 0;
}
.s-form-5__right{
	display: flex;
	align-items: flex-end;
	width: 70%;
	flex-grow: 1;
	padding-left: 20px;
	border-left: 1px solid #999999;
}
.s-form-5__1{
	display: flex;
	flex-direction: column;
	padding: 10px 20px 10px 0;
	width: 35%;
    flex-grow: 1;
}
.s-form-5__header{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.s-form-5__text{
	margin: 0;
	line-height: 18px;
}
.s-form-5__title{
	font-size: 25px;
	line-height: 26px;
	margin-left: 20px;
	font-weight: 600;
	margin-bottom: 0;
	color: #515151;
}
.s-form-5__button{
	width: 22%;
	margin-bottom: 10px;
	height: 46px;
	background: #BE4226;
	color: white;
	border: none;
}
.s-form-5__select{
	text-transform: none;
	height: 46px;
	padding: 10px;
}
.s-form-5__namger{
	font-size: 60px;
	font-weight: 600;
	color: #515151;
	margin-right: 10px;
	line-height: 52px;
}
@media (max-width: 1024px){
	.s-form-5__title {
    font-size: 22px;
		line-height: 24px;
	}
	.s-form-5__1:nth-child(2) p{
		width: 60%;
	}
}
@media (max-width: 860px){
	.s-form-5 {
    flex-direction: column;
		align-items: flex-start;
	}
	.s-form-5__title br{
		display: none;
	}
	.s-form-5__right {
    padding-left: 0;
    border-left: none;
}
.s-form-5__right {
	width: 100%;
}
.s-form-5__left {
	width: 100%;
}
.s-form-5__left {
	width: 100%;
	padding: 0px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #5f5f5f;
}
}
@media (max-width: 736px){
	.s-form-5__right {
    flex-wrap: wrap;
}
.s-form-5__button {
	width: 100%;
	margin-bottom: 0;
}
}
@media (max-width: 480px){
	.s-form-5__right {
    flex-direction: column;
}
.s-form-5__1 {
	width: 100%;
	padding: 10px 0px 10px 0;
}
.s-form-5__namger {
	font-size: 38px;
}
.s-form-5__header {
	margin-bottom: 0;
}
.s-form-5__title {
	font-size: 20px;
	line-height: 20px;
}
}
@media (max-width: 380px){
	.s-form-5__title {
    width: 58%;
}
}
@media (max-width: 320px){
	.s-form-5__title {
    width: 66%;
}
.s-form-5__text {
	font-size: 14px;
}
}
/* блок быстрый подбор в 2 шага на глваной */

/* блок выгода на стр карточка авто */
.bft .benefit-ka {
	display: flex;
	justify-content: space-around;
	margin: 20px 0 0;
	background: #ffffffd9;
	border-radius: 20px;
	padding: 10px;
}

.bft .benefit__minibl {
	display: flex;
	align-items: center;
	padding: 10px;
		border-radius: 20px;
		cursor: pointer;
		
}
.bft .benefit__minibl img:hover{
	transform: rotate(360deg);
}
.bft .benefit__img {
	margin-right: 10px;
	transition: 1s;
}

.bft.benefit-ka-1 {
	padding: 20px;
	margin: 50px auto;
	border-radius: 20px;
	border: 1px solid #3c3c3c;
	background: #45454530;
}

.bft.benefit-ka-1 h2 {
	margin-bottom: 20px;
}
.bft .benefit__text{
	line-height: 20px;
}
/* __попап */
.modalka__button-close2 {
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	cursor: pointer;
}
.modalka__button-close2 .modalka__svg-close {
	width: 15px;
}
.modalka-first2 {
    display: none;
  }
.modalka2 {
	animation: fade2 .6s;
	position: fixed;
	top: 180px;
	left: calc(50% - 210px);
	z-index: 100;
	width: 420px;
	height: 160px;
	background: #575757;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 30px 50px;
	text-align: center;
}
.modalka-fon2 {
	position: fixed;
	z-index: 10;
	background: #b0b0b0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	top: 0;
	left: 0;
	animation: fades2 .6s;
  }
   .modalka2__button{
		width: 100%;
    background: #FFE34C;
    color: #575757;
    margin-bottom: 15px;
  }
  .modalka2__text{
    margin: 0;
    color: gainsboro;
    line-height: 20px;
    text-align: justify;
  }
  @keyframes fade2 {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fades2 {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 0.9;
    }
	}
	@media (max-width: 1024px){
		.bft .benefit__text {
			font-size: 14px;
	}
	}
	@media (max-width: 860px){
		.bft .benefit__minibl {
			width: 40%;
	}
	.bft .benefit-ka{
		flex-wrap: wrap;
	}
	}
	@media (max-width: 768px){
		.modalka2 {
			top: calc(50% - 80px);
		}
	}
	@media (max-width: 736px){
		.bft .benefit__minibl {
			width: 50%;
	}
	.bft .kart-avto-h {
    font-size: 20px;
}
	}
	@media (max-width: 480px){
		.bft .benefit__minibl {
			padding: 5px;
		}
		.bft .benefit__img {
			width: 45px;
	}
	.bft .benefit__text {
    line-height: 17px;
}
	}
	@media (max-width: 420px){
		.bft .benefit__minibl {
			width: 64%;
	}
	.modalka2 {
    width: 300px;
		height: 240px;
		left: calc(50% - 150px);
		top: calc(50% - 120px);
	}
	}
	@media (max-width: 376px){
		.bft .benefit__minibl {
			width: 90%;
	}
	}
/* конец блок выгода на стр карточка авто */

/* расхлопы комплектаций в карточке авто */
.cmpl2 .card-compl__button {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	background: url(img/caret-down.svg) no-repeat;
	background-position: center;
	background-size: contain;
	transform: rotate(180deg);
	transition: all 0.6s;
}

.cmpl2 .card-compl__button.collapsed {
	transform: rotate(0deg);
	transition: all 0.6s;
}

.cmpl2 .card-compl__header {
	display: flex;
	align-items: center;
}

.cmpl2 .card-compl__block {
	width: 45%;
	margin-bottom: 3px;
}

.cmpl2 .card-compl__title {
	margin: 0;
}

.cmpl2 .card-compl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 5px 10px 10px;
}

.cmpl2 .card-compl__list {
	text-align: start;
	padding: 20px;
}

.cmpl2 .card-compl__list p {
	margin-bottom: 10px;
}

.cmpl2 .main_compl_header,
.cmpl2 .compl__header-new {
	padding: 10px 20px;
}

.cmpl2 .main_compl_header {
	background-color: white;
	color: #212529;
	border-bottom: none;
}

.cmpl2 .compl__header-new {
	display: flex;
	background-color: #3c3c3c;
	color: #ececec;
}

.cmpl2 .compl__left-all {
	display: flex;
	align-items: center;
	flex-grow: 1;
	cursor: pointer;
}

.cmpl2 .btn-group {
	margin-left: auto;
}

.cmpl2 .compl__header-new .toogle_compl {
	background: none;
	height: 0;
}

.cmpl2 .compl_heading {
	display: flex;
	flex-direction: column;
	width: 210px;
	padding-right: 10px;
}

.cmpl2 .compl__parm-new {
	width: 110px;
	border-left: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size: 15px;
}

.cmpl2 .compl__parm-new:last-child {
	border-right: 1px solid white;
}

.compl__rshlp {
	background-color: #ececec;
	color: #212529;
	border: none;
}

.cmpl2 #collapse {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.compl__hr {
	margin: 0;
}

.cmpl2.block-down-card {
	margin-bottom: 0;
}

.cmpl2 .compl__reclama,
.cmpl2 .compl__reclama img {
	width: 100%;
}
.compl__parm{
	display: flex;
	flex-grow: 1;
}
@media (max-width: 860px){
	.cmpl2 .main_compl_header{
		flex-wrap: wrap;
	}
.cmpl2 .btn-group a:nth-child(1){
	margin-left: auto;
}
/* .cmpl2 .btn-group {
	width: 40%;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #5d5d5d;
} */
.cmpl2 .compl_heading {
	flex-basis: 210px;
	flex-shrink: 0;
}
.cmpl2 .compl__parm-new {
	width: 22%;
	flex-grow: 1;
}
.cmpl2 .btn-group {
	flex-basis: 100%;
}
.card-header {
	padding: 10px 5px;
}
.cmpl2 .card-compl__title {
	font-size: 14px;
}
}
@media (max-width: 800px) {
	.cmpl2 .card-compl__block {
		width: 49%;
	}
}

@media (max-width: 736px) {
	.cmpl2 .card-compl__title {
		font-size: 14px;
	}
	.cmpl2 .compl__left-all {
		flex-basis: 90%;
		flex-wrap: wrap;
}
.compl__parm {
	flex-basis: 50%;
	flex-direction: column;
}
.cmpl2 .compl__parm-new {
	width: 100%;
	text-align: start;
}
.cmpl2 .btn-group {
	margin-top: 10px;
}
.cmpl2 .compl__parm-new:last-child {
	border-right: none;
}
.cmpl2 .card-compl__block {
	width: 90%;
}
}

@media (max-width: 684px) {
	.cmpl2 .card-compl__title {
		font-size: 13px;
	}
}

@media (max-width: 668px) {
	.cmpl2 .card-compl__title {
		font-size: 12px;
	}
}




@media (max-width: 500px){
	.cmpl2 .main_compl_header{
		flex-direction: row;
	}
}
@media (max-width: 480px){
	.compl__parm {
    flex-basis: 40%;
}
.cmpl2 .ox_form_trigger{
	width: 50%;
}
}
@media (max-width: 420px){
	.compl__parm {
    flex-basis: 33%;
}
.cmpl2 .compl_heading {
	flex-basis: 190px;
}
}
@media (max-width: 380px) {
	.cmpl2 .card-compl__block {
		width: 90%;
	}
	.cmpl2 .compl_heading {
    flex-basis: 45%;
    flex-grow: 1;
}
.compl__parm {
	flex-basis: 45%;
}

}

@media (max-width: 360px) {
	.cmpl2 .card-compl__block {
		width: 95%;
	}
	.cmpl2 .compl__left-all {
		flex-basis: 87%;
	}
}

@media (max-width: 320px) {
	.cmpl2 .card-compl__block {
		width: 100%;
	}

	.cmpl2 .card-compl__header {
		padding: 10px 12px;
	}
	.cmpl2 .compl__left-all {
    font-size: 15px;
}
.cmpl2 .compl__parm-new {
	font-size: 14px;
}
.cmpl2 .compl__parm-new {

	font-size: 14px;
}
.cmpl2 .compl_heading {
	width: 120px;
}
}

/* конец расхлопы комплектаций в карточке авто */
/* блок услуги автокр / тредин / утилиз */
.mb-s-1{
	background: url(img/mb-1.jpg) no-repeat;
}
.mb-s-2{
	background: url(img/mb-2.jpg) no-repeat;
}
.mb-s-3{
	background: url(img/mb-3.jpg) no-repeat;
}
.mb-services{
	height: 208px;
	background-size: 100%;
}
.mb__bottom{
	display: flex;
	align-items: flex-end;
	padding: 5px 10px;
	width: 100%;
	justify-content: space-between;
}
.mb-services{
	display: flex;
	align-items: flex-end;
	box-shadow: 1px 1px 4px;
}
.mb__a{
	width: 100%;
	display: block;
	background: #3c3c3c;
	color: #ececec;
	transition: 0.3s;
	padding: 15px 10px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 2px;
	text-align: center;
}
.mb__a:hover{
	color: #b9b9b9;
	text-decoration: none;
}
.mb_button{
	text-align: center;
	width: 100%;
	color: #ececec;
	background: #BE4226;
	transition: 0.3s;
	padding: 15px 10px;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
}
.mb_button:hover{
	background: #3c3c3c;
	border: none;
}
.mb_buttons,
.mb__name{
	flex-basis: 50%;
	flex-shrink: 0;
}
.mb__name{
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
}
@media(max-width: 1024px){
	.mb__bottom {
    flex-direction: column;
		align-items: center;
		padding: 0;
}
.mb_buttons, .mb__name {
	width: 100%;
	text-align: center;
	padding: 0;
}
.mb__a {
	margin-bottom: 0px;
}
.mb-services {
	height: 265px;
}
}
@media(max-width: 860px){
	.mb-services {
    height: 218px;
}
}
@media(max-width: 736px){
	.mb__bottom {
    flex-direction: row;
    align-items: flex-end;
}
.mb-services {
	height: 376px;
	margin-bottom: 20px;
}
.mb__bottom {
	padding: 20px 30px;
}
.mb__a {
	margin-bottom: 5px;
}
.mb__name {
	font-size: 25px;
	text-align: start;
}

}
@media(max-width: 720px){
	.mb-services {
		height: 366px;
	}
}
@media(max-width: 684px){
	.mb-services {
		height: 345px;
	}
}
@media(max-width: 667px){
	.mb-services {
		height: 338px;
	}
}
@media(max-width: 620px){
	.mb-services {
		height: 313px;
	}
}
@media(max-width: 540px){
	.mb-services {
		height: 302px;
	}
}
@media(max-width: 480px){
	.mb-services {
		height: 265px;
	}
}
@media(max-width: 420px){
	.mb-services {
		height: 230px;
	}
}
@media(max-width: 414px){
	.mb-services {
		height: 220px;
	}

}
@media(max-width: 380px){
	.mb__bottom {
    padding: 0;
		flex-direction: column;
	}
	.mb__name {
    font-size: 23px;
    text-align: center;
}
.mb__a {
	margin-bottom: 0;
}
.mb-services {
	height: 290px;
}
}
@media(max-width: 360px){
.mb-services {
	height: 287px;
}
}
@media(max-width: 320px){
	.mb-services {
    height: 263px;
}
}
/* конец блок услуги автокр / тредин / утилиз */
/* popap блок услуги автокр / тредин / утилиз */
.mdl-3 .modalka__button-close {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  background: #c5c5c5;
  border: none;
  position: absolute;
  top: -55px;
  right: -85px;
}
.mdl-3 .modalka__svg-close {
  width: 20px;
}
.mdl-3.modalka-first {
  display: none;
}
.mdl-3 .modalka-z {
  -webkit-animation: fade3 0.6s;
          animation: fade3 0.6s;
  position: fixed;
  top: 65px;
  left: calc(50% - 170px);
  z-index: 100;
  width: 340px;
  background: #575757;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
	padding: 23px 30px 30px;
  text-align: center;
}
.mdl-3 .modalka-fon {
  position: fixed;
  z-index: 10;
  background: #616161;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
  -webkit-animation: fades3 0.6s;
          animation: fades3 0.6s;
}
.mdl-3 .modalka__button {
	width: 100%;
	background: #FFE34C;
  color: #575757;
	margin-bottom: 15px;
	    height: 60px;
    padding: 0;
}
.mdl-3 .modalka__text {
  margin: 0;
  color: gainsboro;
  line-height: 20px;
	text-align: justify;
	text-transform: none;
}
.mdl-3 .modalka__title {
  display: block;
  color: gainsboro;
  text-transform: uppercase;
  font-size: 24px;
	margin-bottom: 20px;
	background: transparent;
	position: static;
	padding: 0;
	line-height: 24px;
}
.mdl-3 .modalka-z form{
	width: 100%;
}
.mdl-3 .modalka__form-input {
  border: none;
  margin-bottom: 8px;
  opacity: 0.9;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid #ededed;
  height: 60px;
  border-radius: 7px;
  padding-left: 27px;
  width: 100%;
}
@-webkit-keyframes fade3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fades3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes fades3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@media(max-width: 540px){
	.mdl-3 .modalka__button-close {
    top: -40px;
		right: -40px;
	}
}
@media(max-width: 420px){
	.mdl-3 .modalka__button-close {
    top: -15px;
    right: -15px;
}
}
@media(max-width: 380px){
	.mdl-3 .modalka__button-close {
    width: 50px;
		height: 50px;
		top: -5px;
    right: -5px;
	}
	.mdl-3 .modalka__svg-close {
    width: 15px;
}
}
@media(max-width: 320px){
	.mdl-3 .modalka-z {
    left: calc(50% - 150px);
    width: 300px;
}
}
/* конец popap блок услуги автокр / тредин / утилиз  */
footer .trio-page a:not(:last-child){
	margin-right: 20px;
	}
	footer .trio-page a{
		text-decoration: underline;
	}
	footer .trio-page a:hover{
		text-decoration: none;
	}
	footer .trio-page{
		display: block;
	}
	@media (max-width: 420px){
		footer .trio-page{
			display: flex;
			flex-direction: column;
		}
		footer .trio-page a:not(:last-child){
			margin-right: 0;
			margin-bottom: 10px; 
			}
	}
	.load_more.btn.btn-primary{
		display: block;
	}

	.btn-red-b{
    background: #d55134;
    color: white;
    padding: 15px 50px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    display: none;
z-index: 10000000;
  }

.btn-red-b:hover{
	color: white;
}
footer{
    padding-bottom: 70px;
}

/***************/

@media (max-width: 600px){
.btn-red-b{
	font-size: 16px;
}
}

.loc_block{
    display: flex;
    width: 100%;
    height: 36px;
    align-items: center;
    padding: 0 10px;
    margin-top: 20px;
	margin-bottom: 15px;
}
.loc_block img{
    height: 36px;
    width: auto;
    margin-right: 25px;
}
.ox_callback .loc_block{
    width: 100%;
    padding: 0;
    font-size: 14px;
    margin-top: 30px;
}
.ox_callback .loc_block img{
    height: 32px;
    width: auto;
    margin-right: 10px;
}
.desktop_none, .head-call{
	display: none;
}
@media (max-width: 768px) {
    .loc_block{
        width: 100%;
        padding: 0;
        font-size: 13px;
    }
    .loc_block img{
        height: 36px;
        width: auto;
        margin-right: 10px;
    }
	.mini_font{
		font-size: 20px!important;
	}
	.container-f ul{
        line-height: 1;
        margin-top:7px;
        list-style: square outside; 
    }
    .container-f .col-sm-9 b {
        line-height: 1;
        display: block;
        height: 30px;
        margin-top: 15px;
    }
        .container-f li{
        margin-bottom: 3px;
        }
		.desktop_none{
			display: block!important;
			width: 30%!important;
		}
		.top-header{
			display: none!important;
		}

}
@media (max-width: 600px) {
    .block-mr-0{
        min-height: 780px;
    }
	.desktop_none{
		display: none!important;
	}
	.logo{
		order: 1;
	}
	.head-call{
	display: block;
    font-size: 0;
    width: 35px;
    height: 35px;
    background-image: url(./img/telmob.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
	order: 0;
	}
	.navbar-toggler{
		order: 2;
	}
	.navbar-collapse{
		order: 3;
	}
}
@media (max-width: 460px) {
    .loc_block{
        height: auto;
        padding: 0 4px;
        font-size: 12px;
    }
    .loc_block img{
        height: 28px;
    }
	a.logo span.one {
		font-size: 10px!important;
	}
	a.logo span.two {
    font-size: 14px!important;
}
.navbar-toggler {
    padding: 0.15rem .45rem!important;
}
}

/* Модалка новая по клику */
.fade.fade-new {
    background: rgba(60, 60, 60, 0.8);
    height: 100%;
}
.fade.fade-new * {
    box-sizing: border-box;
}
.modal__window.modal-dialog {
    max-width: 450px;
    position: relative;
    padding: 40px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
}
.fade-new .modal-dialog{
    pointer-events: auto!important;
    margin: 0 !important;
}
img.modal__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: -30px;
    right: -30px;
    cursor: pointer;
    transition: 0.5s;
}
img.modal__close:hover {
    transform: rotate(180deg);
}
.modal__title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    color: #4D4D4D;
    text-align: center;
}
.modal__title span {
    font-size: 36px;
    color: #CE0000;
}
.modal__text {
    margin-bottom: 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.3;
    text-shadow: none;
    text-align: center;
}
.modal__dop {
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #BE4226;
    text-align: center;
}
.modal__form .modalka > * + * {
    margin-top: 15px;
}
.modal__form .modalka.ox_form {
    position: relative;
    top: unset;
    left: unset;
    display: block;
    box-shadow: none;
}
form.modalka.ox_form {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
form.modalka.ox_form input.modalka__input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 36px;
    padding: 0 25px;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #BE4226;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}
form.modalka.ox_form input.modalka__input:focus {
    box-shadow: 0 0 10px rgba(190, 66, 38, 0.5);
    outline: none!important;
}
form.modalka.ox_form input.send {
    width: 100%!important;
    height: 48px!important;
    line-height: 38px!important;
    background: #BE4226!important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    outline: none;
    border: none!important;
    border-radius: 0!important;
    font-weight: 900!important;
    font-size: 16px!important;
    letter-spacing: 0.03em!important;
    text-transform: uppercase;
    color: #FFFFFF!important;
    cursor: pointer;
    transition: 0.3s;
}
form.modalka.ox_form input.send:hover, 
form.modalka.ox_form input.send:focus {
    background: #96341E!important;
}
.modalka__privacy {
    display: inline-block;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.3;
}
.modalka .form_send_result {
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
    color: #96341E;
    font-size: 20px;
}

@media (max-width: 574px) {
     .modal__window.modal-dialog {
  	max-width: 400px;
	padding: 30px;
     }
     .modal__title {
	font-size: 20px;
     }
     .modal__dop {
  	font-weight: 700;
     }
     form.modalka.ox_form input.modalka__input {
	height: 44px;
  	line-height: 30px;
     }
     form.modalka.ox_form input.send {
  	height: 44px !important;
  	line-height: 30px !important;
     }
}
@media (max-width: 474px) {
     .modal__title {
	font-size: 20px;
     }
     .modal__dop {
  	font-weight: 700;
     }
     form.modalka.ox_form input.modalka__input {
	height: 44px;
  	line-height: 30px;
     }
     form.modalka.ox_form input.send {
  	height: 44px !important;
  	line-height: 30px !important;
     }
}
@media (max-width: 428px) {
     .modal__window.modal-dialog {
  	max-width: 90%;
     }
     img.modal__close {
	top: -35px;
  	right: 0;
     }
     .modal__title {
	font-size: 24px;
     }
     .modal__dop {
  	font-weight: 700;
     }
}
@media (max-width: 420px) {
    form.modalka.ox_form {
  	padding: 0!important;
    }
}
@media (max-width: 390px) {
    .modal__window {
	padding: 20px;
     }
    .modal__title {
	font-size: 22px;
     }
}
@media (max-width: 320px) {
    .modal__title {
	font-size: 18px;
     }
}
/* Модалка новая по клику КОНЕЦ*/


/* Sale modal */
.sale * {
    box-sizing: border-box;
}
.sale {
    z-index: 999999;
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: rgba(203, 203, 203, 0.96);
}
.sale__close {
    display: block;
    padding: 0;
    border: none;
    position: absolute;
    top: 2%;
    right: 2%;
    background-color: transparent;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.sale__body {
	margin: auto;
}
.sale__window {
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 900px;
}
.sale__title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
}
.sale__content {
    width: 100%;
    background: #3C3C3C;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.sale__img {
    background-image: url('./img/sale-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sale__img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
.sale__benefit {
    padding: 10px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
}
.sale__credit {
    padding: 15px 0;
    background: #D9D9D9;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #BB1919;
}
.sale-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 40px;
    text-align: center;
}
.sale-form.ox_form{
    background: none!important;
    border: none!important;
}
.sale-form > * + * {
    margin-left: 30px !important;
}
.sale-form input {
    display: block;
    width: 250px!important;
    height: 48px!important;
    line-height: 36px!important;
    padding: 0 25px !important;
    border: 1px solid #BE4226!important;
    border-radius: 0 !important;
    background-color: #fff;
}
.sale-form input:focus {
    outline: none!important;
    box-shadow: 0 0 10px rgba(190, 66, 38, 0.5);
}
.sale-form button, .sale-form.ox_callback .send{
    width: 250px!important;
    height: 48px!important;
    line-height: 38px!important;
    background: #BE4226!important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4)!important;
    outline: none!important;
    border: none!important;
    border-radius: 0!important;
    font-weight: 700!important;
    font-size: 14px!important;
    letter-spacing: 0.03em!important;
    text-transform: uppercase!important;
    color: #FFFFFF!important;
    cursor: pointer!important;
    transition: 0.3s!important;
}
.sale-form button:hover, 
.sale-form button:focus,
.sale-form.ox_callback .send:hover, 
.sale-form.ox_callback .send:focus{
    background: #96341E!important;
}
#exampleModalCenter {
    z-index: 1000001;
}
.result_send {
    text-align: center;
    color: #BB1919;
    font-size: 18px;
}
.sale-hidden{
    display: none;
}
.sale-popup{
    display: flex!important; 
    position: fixed;
    inset: 0;
    overflow-y: auto;
}
.sale .form_send_result {
    color: #fff;
    font-size: 20px;
    margin: 20px auto 0!important;
}
.sale .modalka__privacy {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0!important;
    flex-shrink: 0;
    color: #8E8E8E;
}

@media (max-width: 991px) {
    .sale__window {
	width: 100%;
    }
    .sale__title {
	margin-bottom: 20px;
	font-size: 30px;
    }
    .sale__benefit {
	font-size: 20px;
    }
    .sale__credit {
	font-size: 24px;
    }
    .sale-form.ox_form {
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 20px!important;
    }
    .sale-form > * + * {
    	margin-left: 0!important;
    }
    .sale-form input {
  	width: 48%!important;
    }
    .sale-form.ox_form .send {
  	width: 100%!important;
	margin-top: 20px!important;
	font-size: 14px!important;
    }
}
@media (max-width: 666px) {
    .sale__credit {
	font-size: 20px;
    }
}
@media (max-width: 567px) {
    .sale__title {	
  	font-size: 26px;
    }
    .sale__benefit, .sale__credit {
	padding-left: 20px;
	padding-right: 20px;
  	font-size: 18px;
    }
    .sale-form input {
	padding: 0 15px !important;
    }
}
@media (max-width: 427px) {
    .sale-form input, .sale-form.ox_callback .send {
  	height: 40px!important;
	line-height: 30px!important;
    }
    .sale-form input {
  	width: 100%!important;
    }
    .sale-form > * + * {
  	margin-left: 0!important;
	margin-top: 20px!important;
    }
    .sale__credit {
  	width: 90%;
  	margin-left: auto;
  	margin-right: auto;
    }
}
@media (max-width: 389px) {
    .sale__title {
  	font-size: 24px;
    }
    .sale__credit {
	font-size: 16px;
    }
    form.sale-form.ox_form.ox_callback, form.sale-form.ox_form {
	padding: 25px 20px !important;
    }
}

/* Sale modal КОНЕЦ*/



/* доп скидка */
.discount * {
    box-sizing: border-box;
}
.discount {
    padding: 45px 0;
    overflow: hidden;
}
.discount--card {
    background: no-repeat center/cover url('./img/discount-card-bg.jpg');
}
.discount--footer {
    background: no-repeat center/cover url('./img/discount-footer-bg.jpg');
    margin: 0 0 30px;
}
.discount.discount--card {
    margin-top: 30px;
}
.discount__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discount__content {
    max-width: 920px;
}
.discount__title {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.discount__title span {
    color: #BE4226;
    display: inline-block;
    font-weight: inherit;
    font-size: inherit;
}
form.ox_form.discount__form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    background: transparent;
}
form.ox_form.discount__form > * + * {
    margin-left: 30px;
}
form.ox_form.discount__form input {
    display: block;
    width: 250px;
    height: 48px;
    line-height: 36px;
    padding: 0 25px;
    border: 1px solid #BE4226;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
}
form.ox_form.discount__form input:focus {
    outline: none!important;
    box-shadow: 0 0 10px rgba(190, 66, 38, 0.5);
}
form.ox_form.discount__form input.send {
    width: 250px!important;
    height: 48px!important;
    line-height: 38px!important;
    background: #BE4226!important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    outline: none;
    border: none!important;
    border-radius: 0!important;
    font-weight: 700!important;
    font-size: 14px!important;
    letter-spacing: 0.03em!important;
    text-transform: uppercase;
    color: #FFFFFF!important;
    cursor: pointer;
    transition: 0.3s;
}
form.ox_form.discount__form input.send:hover, 
form.ox_form.discount__form input.send:focus {
    background: #96341E!important;
}
.discount__form-wrapper .modalka__privacy {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.3;
}
.discount .form_send_result {
    color: #96341E;
    font-size: 20px;
    margin: 20px auto 0!important;
    display: inline-block;
    width: 100%;
    flex-shrink: 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .discount__title {
  	font-size: 28px;
    }
    .discount form.ox_form.discount__form input {
  	width: 220px;
  	height: 44px;
    }
    .discount form.ox_form.discount__form input.send {
  	width: 220px !important;
  	height: 44px !important;
  	line-height: 46px !important;
    }
    .discount form.ox_form.discount__form > * + * {
  	margin-left: 20px;
    }
}
@media (max-width: 991px) {
    .discount__content {
  	max-width: 100%;
    }
    .discount__title {
  	font-size: 23px;
    }
    .discount form.ox_form.discount__form input.send {
  	font-size: 12px !important;
    }
    .discount form.ox_form.discount__form input,
    .discount form.ox_form.discount__form input.send {
  	width: 210px !important;
	line-height: 34px !important;
    }
    .discount__img {
  	width: 210px;
	right: 7%;
    }
    .discount__form-wrapper .modalka__privacy {
  	font-size: 12px;
    }
    form.ox_form.discount__form > * + * {
  	margin-left: 20px;
    }
}
@media (max-width: 767px) {
    .discount {
	background-position: 82%;
    }
    .discount__title {
	margin-bottom: 10px;
  	font-size: 30px;
    }
    .discount form.ox_form.discount__form {
	flex-wrap: wrap;
	justify-content: space-between;
    }
    .discount form.ox_form.discount__form > * + * {
  	margin-left: 0;
    }
    .discount form.ox_form.discount__form input {
  	width: 47% !important;
    }
    .discount form.ox_form.discount__form input.send {
	margin-top: 20px;
	width: 100% !important;
    }
    .discount__img {
	width: 190px;
	right: -3%;
    }
}
@media (max-width: 580px) {
    .discount {
	padding: 20px 10px;
	background-position: 60%;
    }
    .discount__img {
	display: none;
    }
    .discount__title {
  	margin-bottom: 20px;
  	font-size: 22px;
    }
    .discount form.ox_form.discount__form input {
	padding: 0 15px;
    }
}
@media (max-width: 428px) {
     .discount form.ox_form.discount__form {
  	padding: 0 !important;
     }
}
@media (max-width: 420px) {
    .discount form.ox_form.discount__form input {
  	width: 100%!important;
    }
    .discount form.ox_form.discount__form > * + * {
  	margin-top: 20px;
    }
}
@media (max-width: 320px) {
    .discount__title {
  	font-size: 20px;
    }
}


/* доп скидка КОНЕЦ*/



/* новые формы трейда и кредита */
.form-slider.swiper-container {
    width: 100%;
    background: transparent;
}
.form-slider__wrapper {
    display: flex;
    justify-content: space-between;
    height: 510px;
}
.form-slider__slide.swiper-slide {
    display: flex;
    width: 350px!important;
    align-items: stretch;
    text-align: left;
    font-size: 16px;
}
.new-form * {box-sizing: border-box;}
.new-form {
    overflow: hidden;
    padding: 20px 0;
}
.new-form__wrapper {
    width: 350px;
    padding: 30px;
    max-width: 100%;
    background: rgba(217, 217, 217, 0.3);
    color: #333;
}
.new-form__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
.new-form__group + .new-form__group {
    margin-top: 15px;
}
.new-form__select-wrapper {
    position: relative;
}
.new-form__select {
    padding: 0 50px 0 20px;
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 44px;
    text-align: left;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}
.new-form__select:focus, .new-form__select--active {
    outline: 1px solid #FFC107;
    box-shadow: 0 0 7px rgba(255, 193, 7, 0.5);
}
.new-form__select::-ms-expand {
    display: none;
}
.new-form__select::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('./img/new-form-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}
.new-form__list {
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    z-index: 10;
    overflow-y: auto;
    width: 100%;
    max-height: 205px;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    text-align: left;
}
.new-form__list--visible {
    display: block;
}
.new-form__list-item {
    margin: 0;
    padding: 10px 20px;
    transition: 0.3s;
    cursor: pointer;
}
.new-form__list-item:hover {
    background: rgba(217, 217, 217, 0.2);
}
.new-form__list-item:active {
    background-color: #FFC107;
}
.new-form__input-hidden {
    display: none;
}
.new-form__img {
    margin: 20px 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}
.new-form__price > * + * {
    margin-top: 15px;
}
.new-form__price.new-form__price--credit {
    margin-top: 30px;
}
.new-form__price-col {
    display: flex;
    justify-content: space-between;
}
.new-form__text, .new-form__summ {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}
.new-form__price.info {
    float: left!important;
    text-align: left!important;
    width: 100%!important;
}
.new-form__text {
    color: rgba(0, 0, 0, 0.5);
}
.mbt15 {
    margin-bottom: 15px;
}
.new-form__input {
    padding: 0 50px 0 20px;
    width: 100%!important;
    height: 44px!important;
    border: 1px solid #BE4226!important;
    border-radius: 0px!important;
    outline: none!important;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 44px!important;
    text-align: left;
}
.new-form__input:focus {
    box-shadow: 0 0 10px rgba(190, 66, 38, 0.5);
    outline: none !important;
}
form.new-form.ox_form .new-form__btn {
    margin: 30px 0 10px!important;
    padding: 0 !important;
    width: 100%!important;
    height: 44px!important;
    line-height: 48px!important;
    background: #BE4226!important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)!important;
    outline: none!important;
    border: none!important;
    border-radius: 0!important;
    font-weight: 900;
    font-size: 14px!important;
    letter-spacing: 0.03em!important;
    text-transform: uppercase!important;
    color: #FFFFFF!important;
    cursor: pointer!important;
    transition: 0.3s!important;
}
.new-form__btn:hover, 
.new-form__btn:focus {
    background: #840000!important;
}
.new-form .modalka__privacy {
    display: inline-block;
    font-size: 14px;
    line-height: 1.3;
}

/*/////////////////////////////////////////////////////////////////////*/

.new_form_wrapper form.new-form{
    border: 0!important; 
    padding: 20px 0!important;
}
.new-form__select-wrapper select {
    padding: 5px 15px !important;
    width: 100%!important;
    height: 44px!important;
    border: 1px solid #BE4226!important;
    border-radius: 0px!important;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    cursor: pointer;
}
.new-form__select-wrapper select:focus {
    box-shadow: 0 0 10px rgba(190, 66, 38, 0.5);
    outline: none !important;
}
.new-form__summ.kredit::before {
    content: "от ";
}
.new-form__summ.price::after, .new-form__summ.kredit::after{
    content: " ₽";
}
.new-form__select-wrapper .new-form__btn.send {
    padding: 0!important;
    letter-spacing: 0.03em;
    font-size: 14px!important;
}
form.new-form.ox_form .new-form__btn:hover {
    background: #96341E!important;
}
.new-form__wrapper .form_send_result {
    margin-top: 1rem;
    font-weight: 600;
    text-align: center;
    color: #96341E;
    font-size: 20px;
}
@media (max-width: 1199px) {
    .form-slider__wrapper {
	height: 490px;
    }
    .form-slider__slide.swiper-slide {
    	width: 300px!important;
    }
    .new-form__wrapper {
  	width: 300px;
  	padding: 30px 20px;
    }
}
@media (max-width: 991px) {
    .form-slider__wrapper {
	height: 495px;
    }
    .form-slider__slide.swiper-slide {
    	width: 100%!important;
    }
    .new-form__wrapper {
  	width: 70%;
	margin: 0 auto;
  	padding: 30px 50px;
    }
    .new-form__img {
  	margin: 10px auto;
	width: 300px;
	display: block;
    }
}
@media (max-width: 666px) {
    .new-form__wrapper {
  	width: 80%;
  	padding: 30px 50px;
    }
}
@media (max-width: 499px) {
    .new-form__wrapper {
  	padding: 30px;
    }
    .new-form__img {
	width: 100%;
    }
}
@media (max-width: 427px) {
    .new-form__wrapper {
  	width: 90%;
    }
}
@media (max-width: 420px) {
    .new_form_wrapper .form-slider.swiper-container {
  	display: block!important;
    }
}
@media (max-width: 389px) {
    .new-form__wrapper {
  	width: 98%;
	padding: 30px 10px;
    }
    .new-form__summ {
	flex-basis: 40%;
	text-align: right;
	align-items: flex-end;
    }
}
@media (max-width: 320px) {
    .form-slider__wrapper {
	height: 475px;
    }
}
.swipe_next_part{
    display: none;
    border: none;
    margin: 15px auto auto;
    padding: 10px 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: 0.3s; 
}
.swipe_next_part:enabled {
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #BE4226;
}
.swipe_next_part:enabled:hover {
    background: #96341E!important;
}
.swipe_next_part:disabled {
    background-color: #f4f4f4;
    color: #7a7a7a;
}

@media (max-width: 991px) {
.swipe_next_part{
    display: block;
}
}


/* минимальная высота клиетского экрана */
@media (max-height: 700px) {
	.sale__img, .sale__credit {
		display: none;
	}
	.sale__title {
  		font-size: 18px;
	}
	form.sale-form.ox_form.ox_callback, form.sale-form.ox_form {
  		padding: 5px 15px 10px!important;
	}
	.sale .modalka__privacy, .modalka__privacy {
		font-size: 12px;
	}
	.modal__title {
  		font-size: 16px;
		margin: 0 0 20px;
	}
	.modal__dop {
  		display: none;
	}
}

/* новые формы трейда и кредита КОНЕЦ */


/*кнопка звонка*/

.callback-bt {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #be4226;
	border: 2px solid #be4226;
        border-radius:50%;
	box-shadow: 0 8px 10px rgba(190, 66, 38, 0.3);
        cursor:pointer;
        height:60px;
        text-align:center;
        width:60px;
        position: fixed;
       	right: 4%;
	bottom: 8%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
		-webkit-appearance: inherit !important;
}

.callback-bt .text-call{
        height:60px;
        width:60px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.callback-bt .text-call img {
        height:36px;
        width:36px;
}
.callback-bt .text-call span {
    	text-align: center;
	color: #2e5a60;
	opacity: 0;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	transition: opacity .3s linear;
	transform: translate(-50%,-50%);
}

.callback-bt .text-call:hover span {
    	opacity: 1;
        font-size: 9px;
}
.callback-bt:hover img {
    	display:none;
}

.callback-bt:hover {
	z-index: 9999;
	background:#fff;
	color:transparent;
	transition:.3s;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgb(190, 66, 38,0.3),0 0 0 0 rgba(190, 66, 38,0.2),0 0 0 0 rgba(190, 66, 38,0.2)
}
40% {
        box-shadow:0 8px 10px rgb(190, 66, 38,0.3),0 0 0 15px rgba(190, 66, 38,0.2),0 0 0 0 rgba(190, 66, 38,0.2)
}
80% {
        box-shadow:0 8px 10px rgb(190, 66, 38,0.3),0 0 0 30px rgba(190, 66, 38,0),0 0 0 26.7px rgba(190, 66, 38,0.067)
}
100% {
        box-shadow:0 8px 10px rgb(190, 66, 38,0.3),0 0 0 30px rgba(190, 66, 38,0),0 0 0 40px rgba(190, 66, 38,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgb(190, 66, 38,0.3),0 0 0 0 rgba(190, 66, 38,0.2),0 0 0 0 rgba(190, 66, 38,0.2)
}
40% {
        box-shadow:0 8px 10px rgb(190, 66, 38,0.3),0 0 0 15px rgba(190, 66, 38,0.2),0 0 0 0 rgba(190, 66, 38,0.2)
}
80% {
        box-shadow:0 8px 10px rgb(190, 66, 38,0.3),0 0 0 30px rgba(190, 66, 38,0),0 0 0 26.7px rgba(190, 66, 38,0.067)
}
100% {
        box-shadow:0 8px 10px rgb(190, 66, 38,0.3),0 0 0 30px rgba(190, 66, 38,0),0 0 0 40px rgba(190, 66, 38,0.0)
}
}

@media (max-height: 915px) {
	.callback-bt {
		bottom: 25%;
	}
}

/*кнопка звонка КОНЕЦ*/


.archive-auto {
  font-size: 20px;
  font-weight: bold;
  color: #f00;
  text-align: center;
}

@media (max-width: 500px) {
  .archive-auto {
    font-size: 18px;
  }
}

.rf_checkbox_label{
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    color: #bb1919;
    justify-content: center;
    margin-top: 10px;
  }
  
  input.rf_checkbox {
    width: 20px!important;
    height: 20px!important;
  margin-right: 10px;
  }

/* Google re-captcha */
.g-recaptcha {
  margin-left: auto!important;
  margin-right: auto;
}
.g-recaptcha iframe {
  width: 100%!important;
  height: unset!important;
  padding-top: 0!important;
  border-top: none!important;
}
.discount form.ox_form.discount__form .g-recaptcha {
  margin-left: 0!important;
}
/* КОНЕЦ Google re-captcha */

/* чекбоксы согласия с ПК */
.checkbox {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.checkbox::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #9A9A9A;
  background-color: #fff;
  z-index: 3;
  transition: 0.3s;
}
.checkbox::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("img/checkbox.svg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
.checkbox:checked::after {
  opacity: 1;
}
.checkbox:checked::before {
  border-color: #BE4226;
  background-color: #BE4226;
}
.approval-pd {
  display: flex;
  align-items: start;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 14px!important;
  font-weight: 400;
  line-height: 1.3;
  order: 2;
}
.approval-pd__input,
form.ox_form.discount__form input.approval-pd__input {
  width: 20px;
  height: 20px;
  display: block;
}
a.approval-pd__link {
  display: inline;
  color: #BE4226;
}
a.approval-pd__link:hover {
  text-decoration: underline;
}

.approval-pd span {
  text-align: left;
}
.approval-pd__input.checkbox,
form.ox_form.discount__form input.approval-pd__input.checkbox,
.sale-form input.approval-pd__input.checkbox {
  margin: 0!important;
  padding: 0!important;
  width: 20px!important;
  height: 20px!important;
  flex-shrink: 0;
}

form.ox_form.discount__form .approval-pd,
.sale-form .approval-pd {
  margin: 12px 0!important;
}
form.ox_form.discount__form input.approval-pd__input.checkbox,
.sale-form input.approval-pd__input.checkbox {
  border: none!important;
  background-color: transparent!important;
}
form.ox_form.discount__form .approval-pd,
form.ox_form.sale-form .approval-pd {
  font-size: 14px!important;
  font-weight: 400;
}
.discount__form .approval-pd,
.sale-form .approval-pd {
  order: 0!important;
  color: #fff;
}
form.ox_form.modalka .approval-pd,
.new-form .approval-pd,
.new-form .approval-pd__link {
  font-size: 12px!important;
  font-weight: 400;
}

.comment-form {
  display: flex;
  flex-direction: column;
}
.form-submit {
  order: 3;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  min-height: 20px;
}
.comment-form-cookies-consent label {
  margin-bottom: 0;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #9A9A9A;
  background-color: #fff;
  z-index: 3;
  transition: 0.3s;
}
.comment-form-cookies-consent #wp-comment-cookies-consent::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("img/checkbox.svg");
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 4;
}
.comment-form-cookies-consent #wp-comment-cookies-consent:checked::after {
  opacity: 1;
}
.comment-form-cookies-consent #wp-comment-cookies-consent:checked::before {
  border-color: #BE4226;
  background-color: #BE4226;
}
.comments .form-group {
  margin-bottom: 16px;
}
/* КОНЕЦ чекбоксы согласия с ПК */