/*   
Theme Name: Тема соваз
Theme URI: 
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author:
Author URI: 
*/
/* header */
header .telephone_header a:not([href]):not([tabindex]), footer a:not([href]):not([tabindex]){
    cursor: pointer;
}
header{
	padding: 10px 0;
	background-color: #fff;
}

.header_inner{display: none;}
header ul, article.page ul{
    list-style-image: url(img/mark.png);
}
.header_tel_block span{
    color: #FF9E0D;
}
span.telephone_header{
	color: #3EADE7;
}
.top_menu_header{
	background-color: #46b1fd;
	position: sticky;
	top: 0;
	z-index: 1;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.navbar-light .navbar-nav .nav-link{color: white;}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .active>.nav-link{color: #333333;}
.main_search .btn-outline-primary{
	border-radius: 0;
	border: 1px white solid;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	color: white;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,.1);
}

/* main_container */
section.main_container{margin-top: 10px;}
.main_avto_inner{
	border: 1px solid #e5e6e7;
	padding: 10px;
	margin: 10px 15px;
	text-align: center;
	transition: all 0.6s;
	height: calc(100% - 20px);
	}
.main_avto_inner:hover{box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);}
.main_avto_inner .caption{
	color: black;
    font-weight: 600;
}
.main_avto_inner .price, .woocommerce div.product span.price{
	color: #FF9E0D;
	font-weight: 600;
	}
.main_avto_inner a:hover{text-decoration: none;}

/* footer */
footer{
	padding: 0 0 10px;
    background-color: #e9ecef;
    margin-top: 20px;
}
footer span{
	font-size: 14px;
    display: block;
}

/*КОММЕНТАРИИ */
.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: 3rem;}
.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: #FF9E0D;
    border-color: #FF9E0D;
	color: #FFF;
}
.woocommerce .photo_brc .woocommerce-breadcrumb{
	margin: 16px 0 1em;
    padding: 10px 10px;
	background-color: #f3f3f3;
}
.price_number{color: #FF9E0D;}
.form-control.select_compl{margin: 20px 0;}
/* .mod_tabl{border-left: 3px solid #FF9E0D;} */
.single-product h1{margin-bottom: 0;}

/* форма обратного звонка */
.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;
}
body form.ox_form label{
	font-size: 1rem;
}
.container.tipografika {
	padding-top: 40px;
}


/* =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;
}
/* правки сентябрь 2020 */
.input-group {
    align-items: center;
}

/* конец правки сентябрь 2020 */
/* слайдер стр кредит */
.swiper-button-prev {
	background-image: url(img/arrow-sw-l.svg);

}
.swiper-button-next {
	background-image: url(img/arrow-sw-r.svg);

}
.swiper-pagination-bullet-active {
	background: #d80027;
}
.gallery_credit .swiper-slide a{
	width: 100%;
}
.gallery_credit .swiper-slide a img{
	width: 100%;
}
.gallery_credit{
	margin-bottom: 20px;
}
@media(max-width: 480px){
	.swiper-button-prev {
			background-size: 70%;
	
	}
	.swiper-button-next {
			background-size: 70%;
	
	}
}
/* конец слайдер стр кредит */
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{
		margin: 20px 0;
		display: block;
	}
	@media (max-width: 480px){
		footer .trio-page{
			display: flex;
			flex-direction: column;
		}
		footer .trio-page a:not(:last-child){
			margin-right: 0;
			margin-bottom: 10px; 
			}
	}
	.mini-block-list{
		padding: 0;
	}
	.main_avto_inner-button{
		background: #46b1fd;
		color: white;
		margin: auto -10px -11px;
		padding: 10px;
		transition: 0.3s;
	}
	.main_avto_inner .price{
		color: white;
		font-size: 25px;
		line-height: 2;
	}
	.main_avto_inner-price{
		margin: 0 -10px;
		background: #FF9E0D;
	}
	.main_avto_inner-a{
		height: 100%;
    display: flex;
    flex-direction: column;
	}
	.main_avto_inner-img{
		width: 80%;
	}
	.main_avto_inner-foto{
		padding: 0 0 20px 0;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	}
	.main_avto_inner a:hover .main_avto_inner-button{
		background: #FF9E0D;
	}
	.page-index-listb{
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}
	.container-f {
		background: #f1f1f1;
		padding: 20px 0;
	}
	.tipografika-ind ul{
		padding-left: 80px;
    margin-top: 17px;
	}
	.tipografika ul li{
		list-style-image: url(img/mark.png);
	}
	.index-hall{
		font-size: 30px;
		margin-top: 30px;
	}
.backgr-rek-ind{
	background: #f1f1f1;
	padding: 15px;
	}
	.block-right-buttom{
		margin: auto;
	}
	.block-right-all{
		display: flex;
    flex-direction: column;
	}
	.block-right-buttom ul{
		padding: 0 26px;
	}
	.d-flex-alcenter2{
		margin-top: 10px;
    border-top: 1px solid #a5a5a5;
    padding-top: 10px;
	}
	.d-flex-alcenter{
		align-items: center;
	}
	#top_menu_boot div:first-of-type{
	flex-basis: 100%;
	}
	.btn.btn-primary.btn_callback{
		flex-basis: 160px;
		flex-shrink: 0;
	}
	#top_menu_boot ul{
		    justify-content: space-around;
	}
	.ca-firstblock-left-a{
		margin: auto;
	}
	.ca-firstblock-left{
		height: 100%;
    display: flex;
    flex-direction: column;
	}
	.ca-block-btn-2{
		width: 100%;
    display: flex;
	}
	.ca-block-btn-2 .btn{
	flex-grow: 1;
    flex-basis: 50%;
    flex-shrink: 0;
	}
	.ca-firstblock-all{
		margin: 20px 0;
	}
	.table th:first-of-type{
		border-top: none;
	}
	.ca-firstblock-all tbody tr:last-of-type{
		border-bottom: 1px solid #dee2e6;
	}
	.ca-p{
		margin: 0;
	}
	.ca-h3-1{
		margin: 40px 0 0;
	}
	.tipografika .ca-zag-analog{
		font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
	}
	.ca-h2-1{
		margin: 40px 0 0;
	}
	.ca-form-main #ox_auto_standard{
margin-bottom: 20px;
padding: 20px 40px 20px;
	}
	.ca-form-p1{
		border-bottom: 1px solid #616161;
    padding-bottom: 10px;
    margin-bottom: 10px;
		line-height: 18px;
	}
	.ca-form-p2{
		margin-top: 10px;
		line-height: 18px;
	}
	.ind-h-span{
		font-weight: 500;
	}
	.btn-red-b{
    background: #70f5ff;
    color: #224c52;
    padding: 15px 50px;
    font-size: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    display: none;
		width: 100%;
z-index: 10000000;
  }

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

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

.loc_block{
    display: flex;
    width: 80%;
    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;
}
.head-call{
	display: none;
}
@media (max-width: 768px) {
    .loc_block{
        width: 100%;
        padding: 0;
        font-size: 13px;
    }
	.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;
	}
    .loc_block img{
        height: 36px;
        width: auto;
        margin-right: 10px;
    }
}
@media (max-width: 460px) {
    .loc_block{
        height: auto;
        padding: 0 4px;
        font-size: 12px;
    }
    .loc_block img{
        height: 28px;
    }
}
.mini_font{
	font-size: 20px;
}
.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;
	}
@media (max-width: 374px) {
	.navbar-brand {
      margin-right: 0;
	  width: 60%;
    }
	.navbar-toggler{
		padding: 0 5px!important;
	}
	.head-call{
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 590px) {
	.mini-block-list{
		width: 50%!important;
	}
	.main_avto_inner{
		margin: 10px 2px;
	}
	.main_avto_inner-foto{
		height: 125px!important;
	}
}
@media (max-width: 420px) {
	.main_avto_inner-foto{
		height: 90px!important;
	}
	.main_avto_inner .price {
		font-size: 15px!important;
	}
}

/* новые формы трейда и кредита */
/* Модалка новая по клику */
.fade.fade-new {
    background: rgba(44, 138, 205, 0.6);
    height: 100%;
}
.fade.fade-new * {
    box-sizing: border-box;
}
.modal__window {
    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: 15px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FF9E0D;
    text-align: center;
}
.modal__form .modalka > * + * {
    margin-top: 15px;
}
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 #FF9E0D;
    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 #FF9E0D75;
    outline: none!important;
}
form.modalka.ox_form input.send {
    width: 100%!important;
    height: 48px!important;
    line-height: 38px!important;
    background: #FF9E0D;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    outline: none;
    border: none;
    border-radius: 0;
    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: #D98200 !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: #007507;
    font-size: 20px;
}

@media (max-width: 574px) {
     .modal__window {
  	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__window {
  	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: 428px) {
     .modal__window {
  	max-width: 90%;
	padding: 30px;
     }
     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(44, 138, 205, 0.8);
}
.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: 40px;
    line-height: 1;
    color: #FF9E0D;
    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 {
    height: 225px;
    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: #F0F0F0;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FF9E0D;
}
.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 #FF9E0D!important;
    border-radius: 0 !important;
    background-color: #fff;
}
.sale-form input:focus {
    outline: none!important;
    box-shadow: 0 0 10px #FF9E0D75;
}
.sale-form button, .sale-form.ox_callback .send{
    width: 250px!important;
    height: 48px!important;
    line-height: 38px!important;
    background: #FF9E0D!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: #D98200 !important;
}
#exampleModalCenter {
    z-index: 1000001;
}
.result_send {
    text-align: center;
    color: #FF9E0D;
    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__img {
	height: 170px;
    }
    .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: 767px) {
    .sale .container {
  	max-width: 100%;
    }
    .sale__img {
 	height: 145px;
    }
    .sale__credit {
  	font-size: 18px;
    }
}
@media (max-width: 666px) {
    .sale__img {
  	height: unset;
    }
    .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__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discount__content {
    max-width: 920px;
}
.discount__title {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #FFFFFF;
}
.discount__title span {
    color: #FF9E0D;
    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 #FF9E0D;
    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 #FF9E0D75;
}
form.ox_form.discount__form input.send {
    width: 250px!important;
    height: 48px!important;
    line-height: 38px!important;
    background: #FF9E0D!important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    outline: none;
    border: none;
    border-radius: 0;
    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: #D98200!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: #FF9E0D;
    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: 20px;
    }
    .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: 78%;
    }
    .discount__img {
	display: none;
    }
    .discount__title {
  	margin-bottom: 20px;
    }
    .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: 19px;
    }
}


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



/* новые формы трейда и кредита */
.form-slider.swiper-container {
    width: 100%;
	z-index: 0;
}
.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__text {
    color: rgba(0, 0, 0, 0.5);
}
.mbt15 {
    margin-bottom: 15px;
}
.new-form__input {
    padding: 0 50px 0 20px!important;
    width: 100%!important;
    height: 44px!important;
    border: 1px solid #FF9E0D !important;
    border-radius: 0px!important;
    outline: none!important;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    line-height: 44px!important;
    text-align: left;
}
.new-form__input:focus {
    box-shadow: 0 0 10px #FF9E0D75;
    outline: none !important;
}
form.new-form.ox_form .new-form__btn {
    margin: 30px 0 10px!important;
    width: 100%!important;
    height: 44px!important;
    line-height: 38px!important;
    background: #FF9E0D!important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)!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: #D98200!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 #FF9E0D !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 #FF9E0D75;
    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: #D98200!important;
}
.new-form__wrapper .form_send_result {
    margin-top: 1rem;
    font-weight: 600;
    text-align: center;
    color: #007507;
    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: #FF9E0D;
}
.swipe_next_part:enabled:hover {
    background: #D98200 !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: 20px;
	}
	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: #46b1fd;
	border: 2px solid #46b1fd;
        border-radius:50%;
	box-shadow: 0 8px 10px rgba(70, 177, 253, 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(70, 177, 253,0.3),0 0 0 0 rgba(70, 177, 253,0.2),0 0 0 0 rgba(70, 177, 253,0.2)
}
40% {
        box-shadow:0 8px 10px rgb(70, 177, 253,0.3),0 0 0 15px rgba(70, 177, 253,0.2),0 0 0 0 rgba(70, 177, 253,0.2)
}
80% {
        box-shadow:0 8px 10px rgb(70, 177, 253,0.3),0 0 0 30px rgba(70, 177, 253,0),0 0 0 26.7px rgba(70, 177, 253,0.067)
}
100% {
        box-shadow:0 8px 10px rgb(70, 177, 253,0.3),0 0 0 30px rgba(70, 177, 253,0),0 0 0 40px rgba(70, 177, 253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgb(70, 177, 253,0.3),0 0 0 0 rgba(70, 177, 253,0.2),0 0 0 0 rgba(70, 177, 253,0.2)
}
40% {
        box-shadow:0 8px 10px rgb(70, 177, 253,0.3),0 0 0 15px rgba(70, 177, 253,0.2),0 0 0 0 rgba(70, 177, 253,0.2)
}
80% {
        box-shadow:0 8px 10px rgb(70, 177, 253,0.3),0 0 0 30px rgba(70, 177, 253,0),0 0 0 26.7px rgba(70, 177, 253,0.067)
}
100% {
        box-shadow:0 8px 10px rgb(70, 177, 253,0.3),0 0 0 30px rgba(70, 177, 253,0),0 0 0 40px rgba(70, 177, 253,0.0)
}
}

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

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


.menu-verhnee-menyu-container .dropdown-menu{
    max-height: 400px;
    overflow: auto;
}

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

@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: #FF9E0D;
  background-color: #FF9E0D;
}
.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: #FF9E0D;
}
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: #FF9E0D;
  background-color: #FF9E0D;
}
.comments .form-group {
  margin-bottom: 16px;
}
/* КОНЕЦ чекбоксы согласия с ПК */