@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  position: relative;
  color: #232D28;
  background: #f7f8f7;
}

.btn-white-o {
  color: #F0861F;
  border: 2px solid #F0861F;
  transition: 0.3s;
  background: white;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown-menu a{
	padding: 0.35rem 1rem;
}
.dropdown-menu a.first::before, .dropdown-menu a.med::before,.dropdown-menu a.fam::before,
.card-body a.first::before, .card-body a.med::before,.card-body a.fam::before  {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    opacity: 0.6;
    margin-right: 12px;
    background-size: contain;
}
.card-body a.first::before,.dropdown-menu a.first::before {background-image: url(/wp-content/themes/cleared/img/ic/first.png);}
.card-body a.med::before,.dropdown-menu a.med::before {background-image: url(/wp-content/themes/cleared/img/ic/medic.png);}
.card-body a.fam::before,.dropdown-menu a.fam::before {background-image: url(/wp-content/themes/cleared/img/ic/famy.png);}

body:-webkit-full-page-media {
   {background: #f6f7f6;}
}

.pswp__bg {	background: #000000a1;}

/* xexbox */
.card {
  --background: #fff;
  --background-checkbox: #0082ff;
  --background-image: #fff, rgba(0, 107, 175, 0.2);
  --text-color: #666;
  --text-headline: #000;
  --card-shadow: #0082ff;
  --card-height: 190px;
  --card-width: 190px;
  --card-radius: 12px;
  --header-height: 47px;
  --blend-mode: overlay;
  --transition: 0.15s;
  -webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
}

.card__input {
  display: inline-block;
}
.card__input:checked ~ .card__body .card__body-cover-checkbox {
  --check-bg: var(--background-checkbox);
  --check-border: #fff;
  --check-scale: 1;
  --check-opacity: 1;
}
.card__input:checked ~ .card__body .card__body-cover-checkbox--svg {
  --stroke-color: #fff;
  --stroke-dashoffset: 0;
}
.card__input:checked ~ .card__body .card__body-cover:after {
  --opacity-bg: 0;
}
.card__input:checked ~ .card__body .card__body-cover-image {
  --filter-bg: grayscale(0);
}
.card__input:disabled ~ .card__body {
  cursor: not-allowed;
  opacity: 0.5;
}
.card__input:disabled ~ .card__body:active {
  --scale: 1;
}
.card__body {
	cursor: pointer;
	height: 200px;
}
.card__body:active {
  --scale: 0.96;
}
.card__body-cover {
  --c-border: var(--card-radius) var(--card-radius) 0 0;
  --c-width: 100%;
  --c-height: 100%;
  position: relative;
	border: 0px;
}

.card__body-cover img {vertical-align: baseline;
	height: 120px;
	padding: 0 20%;
	box-sizing: border-box;
}
.card__body-cover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--c-width);
  height: var(--c-height);
  border-radius: var(--c-border);
  background: linear-gradient(to bottom right, var(--background-image));
  mix-blend-mode: var(--blend-mode);
  opacity: var(--opacity-bg, 1);
  transition: opacity var(--transition) linear;
}
.card__body-cover-image {
  width: var(--c-width);
  height: var(--c-height);
  -o-object-fit: cover;
	 object-fit: cover;
  border-radius: var(--c-border);
  filter: var(--filter-bg, grayscale(1));
  -webkit-clip-path: polygon(0% 0%, 100% 0%, var(--x-y1, 100% 90%), var(--x-y2, 67% 83%), var(--x-y3, 33% 90%), var(--x-y4, 0% 85%));
		  clip-path: polygon(0% 0%, 100% 0%, var(--x-y1, 100% 90%), var(--x-y2, 67% 83%), var(--x-y3, 33% 90%), var(--x-y4, 0% 85%));
}
.card__body-cover-checkbox {
	background: var(--check-bg, var(--background-checkbox));
	border: 2px solid var(--check-border, #fff);
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 1;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	opacity: var(--check-opacity, 0);
	transition: transform var(--transition), opacity calc(var(--transition) * 1.2) linear;
	transform: scale(var(--check-scale, 0));
}
.card__body-cover-checkbox--svg {
	width: 16px;
	height: 18px;
	display: block;
	vertical-align: top;
	fill: none;
	margin: 5px 0 0 6px;
	stroke: var(--stroke-color, #fff);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: var(--stroke-dashoffset, 16px);
	transition: stroke-dashoffset 0.4s ease var(--transition);
}
/* xexbox */

div.result {color: black;
	background: white;
	width: 80%;
	margin: 1% auto; text-align: center;
	border-radius: 24px;
	font-size: 18px;
	opacity: 0.75;}

.hleb__text {padding-right: 3px; margin-right: 3px;}

.hleb a, .hleb a:hover {color: #F0861F;}

.hleb span, .hleb span {color: #217E4E;}

.btn-white-o:hover {
  background: #F0861F;
  color: white;
}

  .offer__foto a img {
	width: 100%;
	height: auto;
	max-height: 150px;
	max-width: 255px;
  }

.btn-white-g {
  color: #217E4E;
  border: 2px solid #217E4E;
  transition: 0.3s;
  background: white;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-white-g:hover {
  background: #217E4E;
  color: white !important;
  text-decoration: none;
}

.sw-arrow .swiper-button-next,
.sw-arrow .swiper-button-prev {z-index:2;}

.btn-green {
  color: white;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  background: #217E4E;
  border: 2px solid #217E4E;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-green:hover {
  background: #F0861F;
  color: white;
  text-decoration: none;
  border: 2px solid #F0861F;
}

.marketing-cnt-fluid {
  background: #ededed;
  padding: 30px 0;
}
div.card_body{background: #ffcc47;
	padding: 1px 0;
margin: 0;}
.card__body p{	margin: 0;
	line-height: 1.2em;
	background: #f2f2f2;
	padding: 1% 2%;
	border-radius: 0px 0px 10px 10px;
	color: black;}
h4.card__body-header-title {font-size: 17px;
	font-weight: 500;
	background: #21764a;
	color: white;}
.card__body header {	margin-top: -32px;
	background: white; font-weight:500;}
.card__body header small {font-weight:500;}
h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2em;
}

h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}
.finpro .card-img-top {
		width: 80%;
	margin: 1.25rem auto 0;
	opacity: 0.85;
}
.finpro h5, .finpro h3{font-size: 24px;
	font-weight: 500;
	text-transform: none;}
.finpro a.btn {font-weight: 500;
	font-size: 16px;
	margin-top: 2.5%;
	cursor:pointer;}

.zagolovok {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

.hleb {
	font-size: 15px;
	padding: 0.75% 0 0.5%;
}

.marketing {
  text-align: center;
}

.marketing .rtb20 {
  width: 100%;
  height: 280px;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: white;
}

.all-text {
  margin: 0;
}
.mb-20 {
  margin-bottom: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-minus {
  margin-bottom: -30px;
}


/*хедер*/
.header-desktop {
background: #FFFFFF;
box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
.navbar .header__bottom{
  display: block;
}
.column {flex-direction: column;
  display: flex;
  align-items: center;
}
#auto-catalog {cursor:pointer;}
.header__t-b {
  display: flex;
  align-items: center;
}
.header__block {
  display: flex;
  padding: 15px 0;
}
.header__left {
  width: 20%;
}
.header__right {
  display: flex;
  flex-direction: column;
  width: 80%;
}
.header__left img {
  width: 150px;
  height: auto;
}
.header__ri-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.header__adress {
  font-size: 14px;
}
.header__btn-oz {
  padding: 8px 16px;
  font-size: 14px;
}
.header__tel {
  font-size: 18px;
  font-weight: 700;
  color: #217E4E;
  margin-right: 20px;
  text-decoration: none;
  transition: 0.3s;
}
.header__tel:hover {
  color: #F0861F;
  text-decoration: none;
}
.column.header-top-col.header-top-tel > small {
	color: #F0861F;
}
.header__menu {
  justify-content: space-between;
  width: auto;
}

.navbar {
  padding: 0;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 40px;
}

.navbar .navbar-nav .nav-link {
  transition: 0.3s;
  color: #232D28;
  font-weight: 500;
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover {
  color: #F0861F;
}


.header-new-menu{
  padding: 10px 5px; 
  background-color: #217E4E;
  display: none;
}
.l-auto-mt-header{
  flex: 1 0 6%;
}


@media (max-width: 1200px){
  .header__left{
	display: flex;
	align-items: center;
  }
.navbar-nav{
  flex-direction: row!important;
}
.navbar .navbar-nav .nav-link{
  white-space: nowrap;
}
.column {
  flex-direction: column;
  display: flex;
  align-items: center;
}
.header__ri-top .column{
  align-items: unset;
}
.header__tel{
  text-align: center;
}
.header-top-col{
width: 40%;
}
.header-top-col small{
  text-align: center;
}
.header__btn-oz {
  padding: 8px 10px;
}
.l-auto-mt-header{
  flex: 1 0 12%;
}
}
@media (max-width: 992px){
  .header__ri-top {
	margin-bottom: 0;
}
.single_car_input_block {flex-wrap: wrap;}
.cmpl2 .compl__parm-new {width: 30%;}
.mdl-3 .modalka-z {left: 0;
	margin: 0 25%;}
  .header__right { 
	display: flex;
	flex-direction: row; 
	 width: 100%; 
}
  .navbar .header__bottom{
  display: none;
}
  .header__left img {
	width: 100%;
  }
  .navbar-toggler {
	padding: 0.15rem 0.25rem!important;
  }
  .navbar-collapse{
	position: absolute;
	right: 15px;
	top: 100px;
	background: rgb(247, 248, 247);
	z-index: 100;
	width: 200px;
  }
  .navbar-collapse ul{
	margin: 0;
	padding: 30px 0;
	display: flex;
	flex-direction: column!important;
	width: 100%;
	text-align: center;
  }
  .navbar-collapse li, .navbar-collapse a{
   width: 100%;
  }
  .navbar-collapse a{
	color: #232D28!important;
  }
  .header__menu {
	width: 100%;
}
}
@media (min-width: 991px){
.navbar-expand-xl .navbar-toggler {
	display: none!important;
}
}

@media (max-width: 1024px) {

.header-top-col{
  width: 40%;
  }
  .header-top-tel{
	width: 28%;
  }
.header__adress{
padding-left: 20px!important;
}
  .header__t-b {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 10px;
  }


  .header__tel {
	font-size: 15px;
	margin: 0;
  }

  .header__left img {
	width: 100%;
  }

  .navbar .nav-item:not(:last-child) {
	margin-right: 0;
	margin-bottom: 10px;
  }

  .header__adress {
	padding-left: 30px;
	flex-basis: 50%;
  }
}
@media (max-width: 860px) {

  .header__ri-top {
	margin-bottom: 0px;
  }

  .header__block {
	min-height: 95px;
  }
}
.header-mobile{
  display: none;
}
.header-new-menu-mobile{
  display: none;
  padding: 70px 10px 10px 10px;
  background-color: #217E4E;
}
@media (max-width: 768px) {
  .mt-40{
	margin-top: 40px;
  }
  
.header-desktop{
  display: none;
}
.header-mobile{
  display: block;
  background: #fff;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 10%);
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}
.header-flex{
  display: flex;
  justify-content: space-between;
  height: 48px;
  align-items: center;
}
.logo-mobile, .logo-mobile img{
height: 32px;
width: auto;
}
.navbar-light .navbar-toggler {
  color: #fff!important;
  border: none!important;
}


.navbar .header__bottom {
   display: block; 
}
.navbar-collapse {
  position: absolute;
  background: rgb(247, 248, 247);
  z-index: 100;
  width: 100%;
  top: 48px;
  right: 0;
  box-shadow: #a0a0a0 0 3px 5px 0;
}
.navbar-collapse ul{
  padding: 0;
}
}
.compl div.show {margin-bottom: 15px;}
@media (max-width: 736px) {
  .header__adress {
	display: none;
  }
  
	.header__tel {
	font-size: 13px;
  }

  .header__left {
	  display:none;
	flex-basis: 25%;
  }

  .header__right {
	flex-basis: 75%;
  }

  .header__ri-top {
	padding-left: 80px;
  }
  .header__btn-oz {
	padding: 8px 6px;
	font-size: 13px;
	margin: 0 10px;
}
}
@media (max-width: 480px) {
  .header__ri-top {
	padding-left: 70px;
  }
}
@media (max-width: 420px) {
  .header__ri-top {
	padding-left: 40px;
  }
}
@media (max-width: 391px) {
  .header__left {
	flex-basis: 30%;
  }

  .header__right {
	flex-basis: 70%;
  }

  .header__ri-top {
	padding-left: 0px;
  }
}
@media (max-width: 360px) {
  .header__ri-top {
	padding-left: 14px;
  }
  

}
@media (max-width: 320px) {
  .header__tel {
	font-size: 12px;
  }


  .header__btn-oz {
	padding: 8px 10px;
	font-size: 12px;
  }

  .header__block {
	min-height: 85px;
  }
}
/* конец хедер*/
/*футер*/
footer {
  background: #217E4E;
  background-size: cover;
  background-position: center;
  color: white;
  padding-top: 50px;
}
.footer__tel {
  color: white;S
}
.footer-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-1__1 {
  margin-right: 50px;
}
.footer-1__adres {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}
.footer-1__adres br {
  display: none;
}
.footer-1__rr {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: white;
  transition: 0.3s;
  text-decoration: none;
}
.footer-1__rr:hover {
  text-decoration: none;
  color: #25d619;
}
.footer-1__tel {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}

.footer-1__2 {
  margin-right: auto;
}
.footer-1__3 {
  display: flex;
  align-items: center;
}
.footer-1__button {
  padding: 8px 30px;
}

.footer-2 {
  display: flex;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.footer-2__1 {
  padding-right: 60px;
  border-right: 1px solid #ffffff61;
}
.footer-2__2 {
  padding-right: 60px;
  padding-left: 60px;
  border-right: 1px solid #ffffff61;
}
.footer-2__3 {
  padding-left: 60px;
}
.footer-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.footer-2 ul li {
  color: #ffffffbd;
  margin-bottom: 7px;
}
.footer-2 ul li a {
  transition: 0.3s;
}
.footer-2 ul li a:hover {
  color: #25d619;
}
.footer-2 ul li a {
  text-decoration: none;
  color: #ffffffbd;
}
.footer-2 ul li span {
  color: #ffffffbf;
}
.footer-2__ul-two {
  display: flex;
  flex-wrap: wrap;
  max-width: 310px;
  max-height: 22px;
  overflow: hidden;
  transition: 1s;
}
.footer-2__li-two {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.footer-2 ul.footer-2__ul-two li {
  margin-right: 10px;
  font-size: 11px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.footer-2__title1 {
  margin-bottom: 15px;
  display: block;
}
.footer-2__title2 {
  font-size: 14px;
  width: 110px;
  flex-basis: 110px;
  flex-shrink: 0;
}
.footer-2__arrow {
  width: 10px;
  height: 10px;
  background: url(/wp-content/themes/cleared/img/vector-f.svg) no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: pointer;
  transition: 1s;
}
.footer-2__show-ul {
  max-height: 200px;
}
.footer-2__show-arrow {
  transform: rotate(180deg);
}

.footer-3 {
  margin-top: 30px;
  font-size: 12px;
  color: #ffffffbd;
  margin-bottom: 20px;
}
.footer-3 p:first-child {
  margin-bottom: 10px;
}
.footer-3 p {
  margin: 0;
}
.footer-3__menu a {
  margin: 10px;
  color: #25d619;
  transition: 0.3s;
}
.footer-3__menu a:hover {
  color: #25d619;
  text-decoration: none;
}
.footer-3__menu {
  display: flex;
  justify-content: center;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .footer-2__3 {
	padding-left: 25px;
  }

  .footer-2__2 {
	padding-right: 25px;
	padding-left: 25px;
  }

  .footer-2__1 {
	padding-right: 25px;
  }
}
@media (max-width: 860px) {
  .footer-1__adres br {
	display: block;
  }

  .footer-1 {
	align-items: flex-start;
  }
}
@media (max-width: 736px) {
  footer {
	padding-top: 40px;
  }

  .footer-1__1 {
	order: 1;
  }

  .footer-1__2 {
	order: 3;
	margin-top: 20px;
  }

  .footer-1__3 {
	order: 2;
	position: relative;
	top: 10px;
  }

  .footer-1 {
	flex-wrap: wrap;
  }

  .footer-1__adres br {
	display: none;
  }

  .footer-1__adres {
	margin-bottom: 0;
  }

  .footer-1__rr {
	display: inline-block;
  }

  .footer-2 {
	flex-wrap: wrap;
	justify-content: space-between;
  }

  .footer-2__2 {
	border: none;
  }

  .footer-2__1 {
	padding-right: 30px;
  }

  .footer-2__3 {
	padding-left: 0;
	margin-top: 30px;
  }

  .footer-2__ul-two {
	max-width: 400px;
  }
}
@media (max-width: 480px) {
  .footer-2__1 {
	padding-right: 0;
	border: none;
  }

  .footer-2 {
	padding-left: 30px;
	flex-direction: column;
	padding-left: 10px;
  }

  .footer-2__2 {
	margin-top: 30px;
	padding-right: 0;
	padding-left: 0;
  }

  .footer-2__3 {
	width: 80%;
  }

  .footer-1 {
	flex-direction: column;
	padding-left: 10px;
  }
}
@media (max-width: 420px) {
  .footer-1__adres br {
	display: block;
  }

  .footer-1__2 {
	order: 2;
	margin-top: 15px;
	margin-bottom: 20px;
  }
}
/*конец футер*/
/* модалка */
.mdl-3 .modalka__button-close {
	border: none;
	position: absolute;
	top: 2%;
	right: 2%;
	cursor: pointer;
	background: white;
	border-radius: 50px;
	padding: 0;
	opacity: 0.77;
}

.mdl-3 .modalka__svg-close {
width: 44px;
	padding: 3px;
	background: #ffffff;
	border-radius: 25px;
}
@media (max-width: 540px) {

  .mdl-3 .modalka__button-close {
	right: -7%;
	top: -5%;
  }
  .mdl-3 .modalka__svg-close {
	width: 45px;
  }

}
.mdl-3.modalka-first {
  display: none;
}

.mdl-3 .modalka-fon {
position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	animation: fades3 1s;
	background: #ffffff00;
	background-size: cover;
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.mdl-3 .modalka-z {
animation: fade3 1s;
	position: fixed;
	top: 20%;
	left: 0;
	z-index: 100;
	background: url(/wp-content/themes/cleared/img/fonform2.webp) no-repeat 100% #2c493b;
	width: 80%;
	height: 50%;
	border: 5px solid #2c493b;
	border-radius: 12px;
	max-width: 500px;
	max-height: 500px;
	margin: 0 30%;
	min-width: 32%;
	padding: 1%;
	background-size: cover;
}

.modalka__form-input {	display: block;
	height: auto;
	padding: 0 0 0 16px;
	min-height: 48px;
	border-radius: 12px;
	border: 0;
	background: #f2f2f2;
	width: auto;
	max-width: 100%;
	min-width: 220px;
	margin: 0 auto 10px auto;
}

.form-p__title {
text-transform: uppercase;
	margin: 30px 0;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}

.form-podbor {
  text-align: center;
}

.mdl-3__text-1 {
  text-align: start;
  padding: 10px 30px 10px 30px;
}

.mdl-3__text-2 {
font-size: 12.5px;
	line-height: 1rem;
}

.mdl-3__text-2 a {
  color: black;
  text-decoration: underline;
}
.compl_result_price_text {	margin-left: 2%;}
.form-p__button {
 padding: 10px 30px;
	margin: 15px auto;
}

@-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: 1;
  }
}
@keyframes fades3 {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
@media (max-width: 480px) {
  .form-p__foto {
	margin-bottom: 20px;
  }
  .form-p__title {
	margin: 6% 0 3%;
	font-size: 18px;
}

  .form-p__bottom {
	flex-direction: column;
  }
}
@media (max-width: 391px) {
	.modalka__form-input {	min-width: 180px;}
	.ib-6 button.form-nva__button {	min-width: 180px;}
  .mdl-3 .modalka-z {
	   width: 80%;
	padding: 2%;
	left: 10%;
	height: 70%;
	top: 20%; }
}
/* конец модалка */
.sw-arrow .swiper-button-next {
  background-image: url(/wp-content/themes/cleared/img/arrow-right.png);
  z-index:2;
}

.sw-arrow .swiper-button-prev {
  background-image: url(/wp-content/themes/cleared/img/arrow-left.png);
  z-index:2;
}

.sw-bank-p {
  padding: 0 70px;
  position: relative;
}

.sw-arrow img {
  width: auto
}

.sw-arrow .swiper-button-next,
.sw-arrow .swiper-button-prev {
  height: 43px;
  width: 43px;
  background-size: 43px 43px;
}


.ib-1 {
  /* фон обычный */
   background: url(/wp-content/themes/cleared/img/sw-sl-fon.jpg); 
  /* ackground-position: center; */

  /* фон новогодний */
  background-position: top;
  /*----------------*/

  background-repeat: no-repeat;
  background-size: cover;
}

.sw-ib-1 {
  position: relative;
}
.sw-ib-1 .swiper-pagination-bullet {
  background: none;
  border: 2px solid white;
  opacity: 1;
}
.sw-ib-1 .swiper-pagination-bullet-active {
  background: white;
  border: none;
}
.sw-ib-1 .swiper-pag-arr {
  height: 20px;
  display: flex;
  width: 100px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 35px;
  right: 295px;
}
.sw-ib-1 .swiper-pagination {
  width: 35px;
  display: flex;
  justify-content: space-between;
  position: static;
  margin: auto;
}
.sw-ib-1 .swiper-button-prev, .sw-ib-1 .swiper-button-next {
  position: static;
}
.sw-ib-1 .swiper-button-prev {
  background: url(/wp-content/themes/cleared/img/sw-arrow.svg);
  background-position: center;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.sw-ib-1 .swiper-button-next {
  background: url(/wp-content/themes/cleared/img/sw-arrow.svg);
  background-position: center;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.sw-ib-1 .sw-sl {
  display: flex;
  position: relative;
}
.sw-ib-1 .sw-sl__left {
  flex: 1 0 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sw-ib-1 .sw-sl__right {
  flex: 1 0 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sw-ib-1 .sw-sl__left, .sw-ib-1 .sw-sl__right {
  height: 560px;
}
.sw-ib-1 .sw-sl__title {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  display: block;
}
.sw-ib-1 .sw-sl__slogan {
  display: block;
}
.sw-ib-1 .sw-sl__foto {
  position: absolute;
}
.sw-ib-1 .sw-sl__foto img {
  max-width: 100%;
}
.sw-ib-1 .sw-sl__slogan {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 27px;
}
.sw-ib-1 .sw-sl__text {
  font-size: 16px;
  width: 90%;
  margin-bottom: 60px;
}
.sw-ib-1 .sw-sl__btn {
  display: flex;
  align-items: center;
}
.sw-ib-1 .sw-sl__btn a:first-child {
  padding: 12px 50px;
  margin-right: 30px;
}
.sw-ib-1 .sw-sl__btn a:last-child {
  padding: 12px 23px;
}
.sw-ib-1 .sw-sl__green-pl {
  width: 340px;
  background: #217e4eb8;
  height: 100%;
  margin-left: 100px;
  padding-top: 60px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sw-ib-1 .sw-sl__title2 {
  color: white;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
}
.sw-ib-1 .sw-sl__hr {
  width: 100px;
  height: 1px;
  background: white;
}

@media (max-width: 1024px) {
  .sw-ib-1 .sw-sl__left,
.sw-ib-1 .sw-sl__right {
	height: 500px;
  }

  .sw-ib-1 .sw-sl__btn a:first-child {
	padding: 12px 40px;
  }

  .sw-ib-1 .swiper-pag-arr {
	right: 195px;
  }

  .sw-ib-1 .sw-sl__title {
	font-size: 35px;
	line-height: 39px;
  }
}
@media (max-width: 860px) {
  .sw-ib-1 .sw-sl__green-pl {
	margin-left: auto;
	margin-right: 30px;
	width: 300px;
  }

  .sw-ib-1 .swiper-pag-arr {
	right: 130px;
  }

  .sw-ib-1 .sw-sl__btn {
	flex-direction: column;
  }

  .sw-ib-1 .sw-sl__btn a:first-child {
	padding: 12px 40px;
	margin-right: 0;
	width: 210px;
	margin-bottom: 15px;
  }

  .sw-ib-1 .sw-sl__btn a:last-child {
	width: 210px;
  }

  .sw-ib-1 .sw-sl__text {
	margin-bottom: 40px;
  }
}


@media (max-width: 768px) {

  .sw-ib-1 .sw-sl__text {
	display: none;
   }

}
@media (max-width: 736px) {
  .sw-ib-1 .sw-sl {
	padding: 40px 0 0;
	flex-direction: column;
  }

  .sw-ib-1 .sw-sl__left, .sw-ib-1 .sw-sl__right {
	height: auto;
	flex-basis: auto;
  }

  .sw-ib-1 .sw-sl__btn {
	flex-direction: row;
	justify-content: center;
	margin-bottom: 20px;
  }

  .sw-ib-1 .sw-sl__btn a:first-child {
	margin-bottom: 0;
	margin-right: 20px;
	flex: 1 0 40%;
  }

  /*.sw-ib-1 .sw-sl__text {
	width: 100%;
	margin-bottom: 15px;
  }*/

  .sw-ib-1 .sw-sl__slogan {
	margin-bottom: 15px;
  }

  .sw-ib-1 .sw-sl__btn a:last-child {
	flex: 1 0 40%;
  }

  .sw-ib-1 .sw-sl__foto img {
	max-width: 70%;
  }

  .sw-ib-1 .sw-sl__right {
	height: 380px;
	position: relative;
  }

  .sw-ib-1 .sw-sl__foto {
	top: 120px;
  }

  .sw-ib-1 .sw-sl__green-pl {
	padding-top: 40px;
  }
}
@media (max-width: 580px) {
  .sw-ib-1 .sw-sl__foto {
	left: 60px;
  }
}
@media (max-width: 480px) {
  .sw-ib-1 .sw-sl__right {
	height: 355px;
  }
}
@media (max-width: 420px) {
  .sw-ib-1 .sw-sl__btn a:first-child {
	margin-right: 0;
	margin-bottom: 15px;
  }

  .sw-ib-1 .sw-sl__title2 {
	font-size: 17px;
  }

  .sw-ib-1 .sw-sl__right {
	height: 325px;
  }
}
@media (max-width: 420px) {
  .sw-ib-1 .sw-sl__btn {
	flex-direction: column;
  }

  .sw-ib-1 .sw-sl__btn a {
	margin-bottom: 10px;
	margin-right: 0;
	width: 240px;
  }

  .sw-ib-1 .sw-sl__btn button {
	width: 240px;
  }

  .sw-ib-1 .sw-sl__green-pl {
	margin-left: auto;
	margin-right: auto;
	width: 240px;
  }

  .sw-ib-1 .swiper-pag-arr {
	right: 150px;
  }
}
@media (max-width: 391px) {
  .sw-ib-1 .swiper-pag-arr {
	right: 135px;
  }

  .sw-ib-1 .sw-sl__right {
	height: 310px;
  }

  .sw-ib-1 .sw-sl__foto {
	top: 100px;
	left: 30px;
  }
}
@media (max-width: 360px) {
  .sw-ib-1 .swiper-pag-arr {
	right: 120px;
  }

  .sw-ib-1 .sw-sl__right {
	height: 295px;
  }
}
@media (max-width: 320px) {
  .sw-ib-1 .swiper-pag-arr {
	right: 100px;
  }

  .sw-ib-1 .sw-sl__foto {
	top: 107px;
	left: 5px;
  }
 .compl_program_blocks {
	flex-wrap: nowrap;
}

.fin_block{
	/*display: inline-block; */
	/* flex-direction: column; */
	/* width: 100%;*/
}	
  .compl_program {
	font-size: 11px;
	width: 33.3%;
	display: inline-block;
	margin: 0;
	overflow: overlay;
}
.card__body {
	height: auto;
}
.card__body-cover img {
	vertical-align: baseline;
	height: auto;
	padding: 0;
	margin-bottom: -33%;
	margin-top: -11%;
}  
.card__body header {
 margin: 0;
}
.card__body p {display: none;}
.flex_vertical {
height: auto!important;
display: block!important;}
span.your_cred_prog_ot, span.your_cred_prog_ot1, span.compl_result_benef, .your_cred_prog, .compl_result_benef {
	display: block; 
	font-size: 14px!important;
	margin-top: 5px;
}
.your_cred_prog_ot {
	margin-left: 0px!important;
}
}
.ib-2__right {
  display: flex;
}

.form-2sh {
  background: white;
  padding: 0 45px;
  width: 100%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-2sh__title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.form-2sh__text {
  margin-bottom: 10px;
}
.form-2sh__select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-image: url(/wp-content/themes/cleared/img/arrow-form-select.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-2sh__select option:first-child {
  color: red;
}
.form-2sh button {
  padding: 10px 33px;
  margin: 40px auto 0;
}

.ib-2 {
  display: flex;
}
.ib-2__left {
  flex: 1 0 57%;
  margin-right: 40px;
}
.ib-2__right {
  flex: 1 0 35%;
}

.logo-auto-mini {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
}

.l-auto-mt {
  flex: 1 0 12%;
}
.l-auto-mt__box {
  background: white;
  margin: 5px;
  text-align: center;
  display: block;
  padding: 8px 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.l-auto-mt__box:hover {
  text-decoration: none;
}
.l-auto-mt__logo {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s;
  margin-bottom:5px;
}
.l-auto-mt__logo img {
  transition:0.33s;
  height: auto;
  width: auto;
}
.l-auto-mt__logo img:hover {
	transform: scale(0.88);
	transition: 0.33s;
	display: block;
	opacity: 0.77;
}
.l-auto-mt__name {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  color: #F0861F;
  text-decoration: none;
}
.l-auto-mt__name:hover {
  text-decoration: none;
  color: #217E4E;
}

@media (max-width: 1024px) {
  .ib-2 {
	align-items: flex-start;
  }

  .form-2sh {
	padding: 45px;
  }

  .form-2sh__title {
	font-size: 15px;
	font-weight: 700;
  }
}
@media (max-width: 860px) {
  .ib-2 {
	align-items: stretch;
	flex-direction: column-reverse;
  }
.ib-2__right{
  margin-bottom: 20px;
}
  .ib-2__left {
	margin-right: 0;
	margin-bottom: 10px;
  }

  .form-2sh__title {
	font-size: 20px;
	font-weight: 400;
  }
}
@media (max-width: 768px) {
  .logo-auto-mini {
  justify-content: center;
  margin-top: 0;
}
.l-auto-mt-header {
  flex: none;
  width: 17%;
}
}
@media (max-width: 520px) {
	
  .l-auto-mt-header {
	width: 20%;
  }
  .card__body header {
 margin: 0;
}
  h4.card__body-header-title {font-size: 11px;
	line-height: 1.2em;
	padding: 2% 0;
	height: 30px;}
	div.card_body {line-height: 1.2em;}
	div.card_body b {display: block;}
	.card__body p {display: none;}
}
@media (max-width: 520px) {
  .l-auto-mt-header {
	width: 25%;
  }
  .compl_program_blocks {
	flex-wrap: nowrap;
}

  .compl_program {
	font-size: 11px;
	width: 33.3%;
	display: inline-block;
	margin: 0;
	overflow: overlay;
}
.card__body {
	height: auto;
}
.card__body-cover img {
	vertical-align: baseline;
	height: auto;
	padding: 0;
	margin-bottom: -33%;
	margin-top: -22%;
}  
  
.flex_vertical {
height: auto!important;
display: block!important;}
.benef {padding: 0!important;}
span.your_cred_prog_ot, span.your_cred_prog_ot1, span.compl_result_benef, .your_cred_prog, .compl_result_benef {
	margin-top:5px;
	display: block; 
	font-size: 14px!important;
}
.your_cred_prog_ot {
	margin-left: 0px!important;
}
}
@media (max-width: 736px) {
  .l-auto-mt {
	flex: 1 0 20%;
  }
}
@media (max-width: 480px) {
  .l-auto-mt {
	flex: 0 0 25%;
  }
}
@media (max-width: 420px) {
  .form-2sh {
	padding: 45px 30px;
  }
}
@media (max-width: 391px) {
  .form-2sh__title {
	font-size: 15px;
	font-weight: 700;
  }
}
@media (max-width: 380px) {
  .l-auto-mt {
	flex: 1 0 30%;
  }
}
/*блок с оферами и оферы*/
.bl-offers {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.offer {
  flex: 1 0 30%;
}
.offer__box {
  padding: 12.5% 7.5% 7.5%;
  margin: 15px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 380px;
  background: #fff;
}
.offer__logo {
  position: absolute;
  text-align: center;
  font-weight: 900;
  font-size: 35px;
  color: rgba(35, 45, 40, 0.04);
  text-transform: uppercase;
  top: 20px;
}
.offer__title {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  line-height: 16px;
}
.offer__price {
  font-size: 20px;
  color: #F0861F;
  display: block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
}
.offer__btns {
  display: flex;
  font-size: 14px;
  width: 100%;
}
.offer__btn-1 {
  flex: 1 0 45%;
  margin-right: 15px;
  font-size: 14px;
  padding: 5px 0;
}
.offer__btn-2 {
  flex: 1 0 45%;
  font-size: 14px;
  padding: 5px 0;
}
.offer__foto {
  margin-bottom: 10px;
	height: 175px;
	display: flex;
	align-items: center;
}

.ib-3__btn-all {
  width: 200px;
  height: 48px;
  margin: auto;
}

@media (max-width: 320px) {

  .offer__btns {
	flex-direction: column;
  }

  .offer__btn-1 {
	margin-right: 0;
	margin-bottom: 15px;
  }

  .offer {
	flex-basis: 100%;
  }

  .offer__foto a img {
	width: 100%;
	height: auto;
  }
}
/*конец блок с оферами и оферы*/
/*блок новости*/
.bl-new {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.bl-new a{
  color: #232D28;
}
.bl-new a:hover, #shini:hover{
  cursor: pointer;
  color: #F0861F;
  text-decoration: none;
  transition: 0.15s ease-in;
}
.bl-new__item {
  flex: 1 0 50%;
}
.bl-new__box {
  margin: 15px;
  background: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  display: flex;
}
.bl-new__right {
  padding: 24px;
}
.bl-new__title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 17px;
  display: block;
}
.bl-new__text {
  margin: 0;
}

@media (max-width: 1024px) {
  .bl-new__item {
	flex: 1 0 100%;
  }
}
@media (max-width: 736px) {
  .bl-new__foto {
	flex: 1 0 20%;
  }
  .offer__logo {
  font-size: 20px;
  top: 10px;
}

  .bl-new__right {
	flex: 1 0 80%;
  }

  .bl-new__foto img {
		width: auto;
	margin: 7.5% auto 0;
	display: block;
  }
}
@media (max-width: 480px) {
  .bl-new__foto {
	flex: 1 0 30%;
  }
  .offer__logo {
font-size: 18px;}

  .bl-new__right {
	flex: 1 0 70%;
  }
}
@media (max-width: 420px) {
  .bl-new__box {
	flex-direction: column;
  }
}
/*конец блок новости*/
/*блок преимущества*/
.bl-benefit {
  display: flex;
  margin: -20px;
  flex-wrap: wrap;
}
.bl-benefit__item {
  flex: 1 0 33%;
}
.bl-benefit__box {
  margin: 20px;
  padding: 30px;
  background: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  height: calc(100% - 40px);
}
.bl-benefit__text {
  margin: 0;
}
.bl-benefit__svg {
  margin: 25px 0;
}

@media (max-width: 540px) {
  .bl-benefit {
	margin: -15px;
  }
.cmpl2 .btn-group {flex-basis: 60%;}
  .bl-benefit__box {
	margin: 15px;
  }

  .bl-benefit__box {
	height: calc(100% - 30px);
  }
}
@media (max-width: 480px) {
  .bl-benefit__item {
	flex: 1 0 100%;
  }
}
/*конец блок преимущества*/
/*блок форма немож.выбр.авто*/
.ib-6 .form-nva {
  display: flex;
}
.ib-6 .form-nva__left {
	position: relative;
	display: flex;
	align-items: center;
	background: url(/wp-content/themes/cleared/img/last-img.webp) center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 5%;
}
.ib-6 .form-nva__left, .ib-6 .form-nva__right {
  flex: 1 0 50%;
}
.ib-6 .form-nva__right {
  padding: 17px 80px;
  background: #217E4E;
}
.ib-6 .form-nva__text {
  text-align: start;
}
.ib-6 .form-nva__title1 {
  font-weight: 700;
  font-size: 38px;
  line-height: 40px;
  color: white;
}
.ib-6 .form-nva__title2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}
.ib-6 .form-nva form {
  background: white;
  padding: 7.5%;
}
.ib-6 .form-nva__button {
	min-height: 48px;
	min-width: 220px;
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5% auto;
}
.ib-6 .form-nva__treug {
  border: 60px solid #217E4E;
  display: none;
  position: absolute;
  right: 0;
  border-left-color: transparent;
  border-right-width: 0;
  border-top-color: #217E4E;
  border-bottom-color: #217E4E;
  transform: scale(1, 3.78);
  z-index: 1;
}
@media (max-width: 1200px) {
  .ib-6 .form-nva__treug {
	border: 69.8px solid #217E4E;
	border-left-color: transparent;
	border-right-width: 0;
	border-top-color: #217E4E;
	border-bottom-color: #217E4E;
  }
}
@media (max-width: 1024px) {
  .ib-6 .form-nva__treug {
	transform: scale(1, 3.79);
	border: 60px solid #217E4E;
	border-left-color: transparent;
	border-right-width: 0;
	border-top-color: #217E4E;
	border-bottom-color: #217E4E;
  }

  .ib-6 .form-nva__right {
	padding: 17px;
  }
}
@media (max-width: 992px) {
  .ib-6 .form-nva__treug {
	border: 69.5px solid #217E4E;
	border-left-color: transparent;
	border-right-width: 0;
	border-top-color: #217E4E;
	border-bottom-color: #217E4E;
  }
}
@media (max-width: 860px) {
  .ib-6 .form-nva__treug,
.mr-7 .form-nva__treug {
	transform: scale(1, 4.38);
  }
  .ib-6 .form-nva__treug {
	border: 60px solid #217E4E;
	border-left-color: transparent;
	border-right-width: 0;
	border-top-color: #217E4E;
	border-bottom-color: #217E4E;
  }
}
@media (max-width: 768px) {
  .ib-6 .form-nva__treug {
	border: 63px solid #217E4E;
	border-left-color: transparent;
	border-right-width: 0;
	border-top-color: #217E4E;
	border-bottom-color: #217E4E;
  }
}
@media (max-width: 736px) {
  .ib-6 .form-nva__title1 {
	font-size: 25px;
	line-height: 27px;
  }

  .ib-6 .form-nva__treug {
	border: 60.5px solid #217E4E;
	border-left-color: transparent;
	border-right-width: 0;
	border-top-color: #217E4E;
	border-bottom-color: #217E4E;
  }

  .ib-6 .form-nva__treug,
.mr-7 .form-nva__treug {
	transform: scale(1, 4.57);
  }

  .ib-6 .form-nva__left {
	padding-left: 20px;
  }

  .ib-6 .form-nva__left,
.ib-6 .form-nva__right {
	flex: 1 0 40%;
  }
}
@media (max-width: 540px) {
  .ib-6 .form-nva,
.mr-7 .form-nva__treug {
	flex-direction: column;
  }
  .ib-6 .form-nva__treug {
	border: 60px solid #217E4E;
	border-left-color: transparent;
	border-right-width: 0;
	border-top-color: #217E4E;
	border-bottom-color: #217E4E;
  }
  .ib-6 .form-nva__treug,
.mr-7 .form-nva .form-nva__treug {
	right: auto;
	border-left-color: #217E4E;
	border-right-color: #217E4E;
	border-top-color: transparent;
	border-bottom-color: #217E4E;
	border-right-width: 60px;
	transform: scale(4.25, 1);
	bottom: 0;
	position: static;
	order: 2;
  }

  .form-nva__title1 {
	order: 1;
  }

  .ib-6 .form-nva__left {
	padding-left: 0;
  }

  .ib-6 .form-nva__left {
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 8% 5%;
  }

  .ib-6 .form-nva__title1 {
	width: 85%;
  }

  .ib-6 .form-nva__right {
	padding: 0 20px 20px;
  }
}
@media (max-width: 510px) {
  .ib-6 .form-nva__treug, .mr-7 .form-nva .form-nva__treug{
	border-right-width: 52px;
}
}
@media (max-width: 480px) {
  .ib-6 .form-nva__treug,
.mr-7 .form-nva .form-nva__treug {
	transform: scale(3.74, 1);
	border-right-width: 60px;
  }
}
@media (max-width: 450px){
.ib-6 .form-nva__treug, .mr-7 .form-nva .form-nva__treug {
	border-right-width: 52px;
}
}
@media (max-width: 420px) {
  .ib-6 .form-nva__treug,
.mr-7 .form-nva .form-nva__treug {
	transform: scale(3.25, 1);
  }
}
@media (max-width: 391px) {
  .ib-6 .form-nva__treug,
.mr-7 .form-nva .form-nva__treug {
	transform: scale(3, 1);
  }
}
@media (max-width: 380px) {
  .ib-6 .form-nva__treug,
.mr-7 .form-nva .form-nva__treug {
	transform: scale(2.92, 1);
  }

  .ib-6 .form-nva__right {
	padding: 0 20px 40px;
  }
}
@media (max-width: 376px) {
  .ib-6 .form-nva__treug,
.mr-7 .form-nva .form-nva__treug {
	transform: scale(2.88, 1);
  }
}
@media (max-width: 360px) {
  .ib-6 .form-nva__treug,
.mr-7 .form-nva .form-nva__treug {
	transform: scale(2.74, 1);
  }
}
@media (max-width: 320px) {
  .ib-6 .form-nva__treug,
.mr-7 .form-nva .form-nva__treug {
	transform: scale(2.59, 1);
  }

}
.img-mini{
  display: block;
}
/*конец блок форма немож.выбр.авто*/
/*блок преимущества*/
.offers-auto {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
}

.of-a {
  flex: 1 0 30%;
}
.of-a__box {
  background: white;
  margin: 15px;
  display: flex;
  padding: 20px 30px;
  color: #232D28;
  text-decoration: none;
  align-items: center;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.of-a__box:hover {
  text-decoration: none;
  color: #232D28;
}
.of-a__logo {
  flex: 1 0 35%;
}
.of-a__logo img {
  width: 100%;
}
.of-a__right {
  flex: 1 0 65%;
  padding-left: 30px;
}
.of-a__text-1, .of-a__text-2, .of-a__text-3 {
  display: flex;
}
.of-a__span1 {
  flex: 0 0 70px;
  font-size: 14px;
}
.of-a__span2, .of-a__span3 {
  font-size: 14px;
  font-weight: 500;
}
.of-a__span2 {
  flex-grow: 1;
  display: block;
  text-align: end;
}
.of-a__span3 {
  text-align: end;
  display: block;
}

@media (max-width: 1024px) {
  .of-a__box {
	padding: 20px;
  }

  .of-a__logo {
	flex: 1 0 23%;
  }

  .of-a__right {
	flex: 1 0 77%;
	padding-left: 15px;
  }

  .offer {
	flex: 1 0 50%;
  }
}
@media (max-width: 860px) {
  .of-a {
	flex: 1 0 50%;
  }
}
@media (max-width: 736px) {
  .of-a {
	margin: auto;
	flex: 0 0 70%;
  }

  .of-a__right {
	padding-left: 40px;
  }
}
@media (max-width: 420px) {
  .of-a {
	flex: 0 0 90%;
  }
}
@media (max-width: 320px) {
  .of-a {
	flex: 0 0 100%;
  }

  .of-a__right {
	padding-left: 20px;
  }
}
/*конец блок преимущества*/
/*блок преимущества на стр модельный ряд*/
.mr-6__bnft {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.mr-6__mini-bl {
  flex: 1 0 30%;
}
.mr-6__box {
  background: white;
  padding: 20px;
  margin: 15px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  height: calc(100% - 30px);
}
.mr-6__foto img {
  width: 100%;
  margin-bottom: 20px;
}
.mr-6__title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.mr-6__text {
  font-size: 14px;
}

@media (max-width: 860px) {
  .mr-6__mini-bl {
	flex: 1 0 50%;
  }
}
@media (max-width: 480px) {
  .mr-6__mini-bl {
	flex: 1 0 100%;
  }
}
/*конец блок преимущества*/
/*блок форма немож.выбр.авто*/
.mr-7 .form-nva__title2 {
  color: #F0861F;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.mr-7 .form-nva__treug {
  transform: scale(1, 3.78);
}

.mr-7 .js-act-timer {
  text-align: center;
  margin-bottom: 20px;
  color: #217E4E;
}
.mr-7 .js-act-timer > div {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 5px;
}
.mr-7 .js-act-timer {
  font-size: 10px;
  line-height: 17px;
}
.mr-7 .js-act-timer .t {
  font-size: 26px;
  display: block;
  margin-top: 5px;
}
.mr-7 .js-act-timer > div > div {
  width: 87%;
  height: 87%;
  margin-left: 7%;
  margin-top: 6%;
  background-color: white;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.green__price{
  color: #217E4E;
  margin-top: -10px;
  font-weight: 700;
}
@media (max-width: 860px) {
  .mr-7 .js-act-timer {
	width: 83%;
	margin: auto;
	margin-bottom: 20px;
  }

  .mr-7 .js-act-timer .d {
	margin-bottom: 10px;
  }

  .mr-7 .form-nva__treug {
	transform: scale(1, 4.7);
  }
}
@media (max-width: 480px) {
  .mr-7 .js-act-timer {
	width: 100%;
  }
}
@media (max-width: 420px) {
  .mr-7 .js-act-timer {
	width: 80%;
  }
}
/*конец блок форма немож.выбр.авто*/
/*карточка авто ферст блок*/
.ca-f {
  display: flex;
  align-items: flex-end;
  background: white;
}
.ca-f__img {max-height: 28px;
	height: auto;
	width: auto;
	max-width: 74px;
	margin-right: 16px;
	opacity: 0.75;
	border-radius: 8px;
	image-rendering: -webkit-optimize-contrast;
}
.ca-f__left {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 1;
  width: 50%;
}
.ca-f__right {
  flex-basis: 40%;
  flex-shrink: 0;
  flex-grow: 1;
  width: 50%;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.ca-f__box {
  background: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  padding: 35px;
}
.ca-f__swiper {
  position: relative;
}
/*.ca-f__plaha {
  background-image: linear-gradient(90deg, #ffffff00 80%, #FFFFFF 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}*/
.ca-f__plaha {
  background-image: linear-gradient(
90deg, #ffffff00 0%, #FFFFFF 100%);
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  z-index: 1;
  right: 0;
}
.ca-f ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.ca-f ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  line-height: 18px;
}
.ca-f__param {
  color: #232D28;
  width: 35%;
  display: inline-block;
  font-size: 18px;
}
.ca-f__zn {
  font-size: 14px;
  width: 65%;
  display: inline-block;
  font-size: 18px;
  color: #232D28;
  text-align: end;
}
.ca-f__text1, .ca-f__text2 {
  display: block;
  text-align: center;
  color: #217E4E;
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.ca-f__text1 b, .ca-f__text2 b{color: #E97300;}
.ca-f__text2 {
  color: #F0861F;
  margin-top: 10px;
  margin-bottom: 25px;
}
.ca-f__xar {
 color: #232D28;
	font-weight: 500;
	font-size: 18px;
	border-bottom: 1px solid #e3e3e3;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 25px;
	padding-top: 5px;
}
.greenfont {font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #217E4E;
	display: block;
	text-align: center;}
.ojfont{	font-size: 16px;
	font-weight: 500;
	display: block;
	color: #f0861f;
	padding-bottom: 15px;
	padding-top: 10px;}
.trueline {	text-decoration: line-through;
	font-size: 24px;
	display: block;
	text-align: center;
	color: rgba(35, 45, 40, 0.2);
	font-weight: bold;}
.trul{font-weight: bold;
	color: lightgrey;
text-decoration: line-through;}
.ca-f__price {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  margin-top: 2.5%;
}
.ca-f__bl-tabl {
  width: 85%;
  margin: 0 auto;
}
.ca-f__btns {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.ca-f__btns a {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 40%;
}
.ca-f__btns a:first-child {
  margin-right: 10px;
}
.ca-f .ca-f__img {
  width: 90%;
}
.ca-f .ca-f__foto {
	min-height: 410px;
	max-height: 420px;
	padding: 10% 10px;
	text-align: center;
}

@media (max-width: 1024px) {
  .ca-f__btns {
	flex-wrap: wrap;
	margin-top: 20px;
	flex-direction: column;
  }

  .ca-f__btns a {
	width: 70%;
	margin: auto;
	flex: 1 0 48px;
	
  }

  .ca-f__btns .ca-btn-nal {
	margin-bottom: 10px;
  }

  .ca-f__btns a:first-child {
	margin: 0 auto 10px;
  }
}
@media (max-width: 860px) {
  .ca-f {
	flex-wrap: wrap;
  }
  .ca-f .ca-f__foto {min-height: auto;}

  .ca-f__left,
.ca-f__right {
	flex-basis: 70%;
	flex-grow: 0;
	width: 70%;
	padding: 0;
	margin: auto;
  }

  .ca-f__left {
	margin-bottom: 15px;
  }
}
@media (max-width: 736px) {
  .ca-f__left,
.ca-f__right {
	flex-basis: 100%;
  }
}
@media (max-width: 580px) {
  .ca-f__swiper {
	width: 94%;
  }
}
@media (max-width: 540px) {
  .ca-f__swiper {
	width: auto;
  }
  .card__body-cover-checkbox{ transform: scale(0.75); right: 4px;
  top: 0px;}
}
@media (max-width: 320px) {
  .ca-f__btns a {
	width: 100%;
  }
}
/*конец карточка авто ферст блок*/
/* расхлопы комплектаций в карточке авто */
.compl {
  border-bottom: 1px solid #e3e3e3;
}

.card-compl2 {
  padding: 15px 0;
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
}

.card-compl2 .mb-60 {
  margin: 0;
}

.card-compl {
  display: flex;
  flex-wrap: wrap;
}
.card-compl__block {
  margin-left: 4%;
  flex-basis: 40%;
  flex-grow: 1;
}
.card-compl__header {
  text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.card-compl__list {
font-size: 14px;
    padding: 10px 3px;
    line-height: 1.1rem;
	font-weight: 500;
}

.card-compl__list li{ 
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 1%;}

.compl-collapse {
  display: none;
}

.toogle_compl {
  flex-basis: 10px;
  flex-shrink: 0;
  height: 10px;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  position: relative;
  top: 0;
  transform: rotate(180deg);
  transition: all 0.6s;
  background: url(/wp-content/themes/cleared/img/caret-red.svg) no-repeat;
  background-size: 10px;
  background-position: center;
}

.toogle_compl.collapsed {
transform: rotate(0deg);
	transition: all 0.6s;
	width: 2%;
	display: inline-block;
}

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

.cmpl2 .main_compl_header:hover {background: #f2f2f2;}

.cmpl2 .main_compl_header {
  background-color: white;
  border-bottom: none;
 font-size: 16px;
	color: #232D28;
	font-weight: 500;
}

.cmpl2 .compl__header-new {
  display: flex;
  background-color: #217E4E;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
}

.cmpl2 .compl__header-new span {
  color: white;
}

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

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

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

.cmpl2 .compl__heading {
  padding-right: 10px;
  flex-basis: 333px;
  flex-shrink: 0;
  font-weight: 500;
	font-size: 16px;
	text-transform: capitalize;
}

.compl__heading-color {
  color: #E97300;
}

.cmpl2 .compl__parm-new {
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

.cmpl2 #collapse {
  border-bottom: 1px solid rgba(0, 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;
}

.ox_form_trigger {
  padding: 7px;
  width: 140px;
  font-size: 14px;
  font-weight: 500;
}

.ox_form_trigger:first-child {
  margin-right: 10px;
}

.compl__parm-new-pr {
color: #F0861F;
	font-weight: 700;
	font-size: 18px;
	flex-basis: 35%;
	margin-left: 5%;
}

.callmobile {
  display: none;
}

@media (max-width: 1024px) {
  .ox_form_trigger {
	width: 140px;
  }
}
@media (max-width: 860px) {


  .cmpl2 .main_compl_header {
	flex-wrap: wrap;
  }

  .cmpl2 .btn-group a:nth-child(1) {
	margin-left: auto;
  }

  .cmpl2 .compl__left-all .compl__heading {
	flex-basis: 60%;
	flex-shrink: 0;
  }

  .cmpl2 .compl__parm-new {
	width: 22%;
	flex-grow: 1;
  }
  .compl__parm {flex-basis: 70%;}



  .card-header {
	padding: 10px 5px;
  }
}
@media (max-width: 736px) {
  .compl__parm span:nth-child(1),
.compl__parm span:nth-child(2) {
	display: none;
  }

  .cmpl2 .ox_form_trigger {
	width: 50%;
  }

  .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;
  }
}
@media (max-width: 500px) {
  .cmpl2 .main_compl_header {
	flex-direction: row;
  }
}
@media (max-width: 480px) {
  .compl__parm {
	flex-basis: 40%;
  }
	.callmobile {
	padding: 10px 0;
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 700;
	background: #F0861F;
	z-index: 100000;
  }
  .cmpl2 .main_compl_header {
	  padding: 10px 8px;
  }
}
@media (max-width: 420px) {
  .compl__parm {
	flex-basis: 33%;
  }

  .cmpl2 .compl__left-all .compl__heading {
	flex-basis: 50%;
  }
}
@media (max-width: 380px) {
  .cmpl2 .compl__left-all .compl__heading {
	flex-basis: 45%;
	flex-grow: 1;
  }

  .compl__parm {
	flex-basis: 50%;
  }
}
@media (max-width: 360px) {
  .cmpl2 .compl__left-all {
	flex-basis: 87%;
  }
  .header-new-menu {
  padding: 4px 2px;}
  .l-auto-mt__logo {
    height: 28px;margin-bottom: 2px;
}
.l-auto-mt__logo img {
    height: 85%;
    width: auto;
}
.l-auto-mt__box {
    margin: 2px;
    padding: 2px 0;
  
}
.alert-header {font-size: 14px;}
}
/* конец расхлопы комплектаций в карточке авто */
/*стр контакты*/
.contact__block {
  display: flex;
}

.contact__block span {
  display: block;
}

.contact__left {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 1;
  padding-right: 50px;
}

.contact__right {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 1;
}

.contact__left span {
  padding-left: 0;
  margin-bottom: 10px;
}

.contact__left a {
  padding-left: 0;
  text-decoration: underline;
  color: #232D28;
}

@media (max-width: 736px) {
  .contact__block {
	flex-direction: column;
  }

  .contact__left {
	padding-right: 0;
	margin-bottom: 20px;
  }

  .contact__right {
	height: 300px;
  }
}
/*конец стр контакты*/
/*404*/
.error__1 {
  text-align: center;
}

.error__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.error__title {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 27px;
  margin-bottom: 10px;
}

.error__btn a {
  width: 190px;
  height: 50px;
}

.error__btn a:not(:last-child) {
  margin-right: 70px;
}

.error__a {
  color: #217E4E;
  text-decoration: underline;
  transition: 0.3s;
}

.error__a:hover {
  color: #F0861F;
}

@media (max-width: 736px) {
  .error__btn a:not(:last-child) {
	margin-right: 15px;
  }

  .error__1 .all-text {
	width: 60%;
	margin: auto;
  }
}
@media (max-width: 620px) {
  .error__1 img {
	width: 75%;
  }
}
@media (max-width: 480px) {
  .error__1 .all-text {
	width: 70%;
  }

  .error__btn {
	flex-direction: column;
  }

  .error__btn a {
	width: 230px;
	margin: auto;
	margin-bottom: 10px;
  }

  .error__btn a:not(:last-child) {
	margin-right: auto;
  }
}
@media (max-width: 420px) {
  .error__1 .all-text {
	width: 80%;
  }
}
@media (max-width: 380px) {
  .error__1 .all-text {
	width: 90%;
  }
}
@media (max-width: 320px) {
  .error__1 img {
	width: 90%;
  }

  .error__title {
	font-size: 24px;
  }

  .error__1 .all-text {
	width: 72%;
  }
}
/*конец 404*/
/*блок преимущества*/
@media (max-width: 860px) {
  .sw-bank-p {
	padding: 0 50px;
  }

  .sw-arrow .swiper-button-prev {
	left: 0px;
  }

  .sw-arrow .swiper-button-next {
	right: 0px;
  }
}
@media (max-width: 736px) {
  .sw-bank-p {
	padding: 0 20px;
  }

  .sw-arrow .swiper-button-prev {
	left: 1%;
  }

  .sw-arrow .swiper-button-next {
	right: 1%;
  }
}
@media (max-width: 540px) {
  .sw-bank-p {
	padding: 0 40px;
  }

  .sw-arrow .swiper-button-prev {
	left: 1%;
  }

  .sw-arrow .swiper-button-next {
	right: 1%;
  }
}
@media (max-width: 420px) {
  .sw-bank-p {
	padding: 0 30px;
  }

  .sw-arrow .swiper-button-next, .sw-arrow .swiper-button-prev {
	height: 30px;
	width: 30px;
	background-size: 30px 30px;
  }
}
/*конец блок преимущества*/
/*блок преимущества*/
@media (max-width: 860px) {
  .sw-bank-p {
	padding: 0 50px;
  }

  .sw-arrow .swiper-button-prev {
	left: 0px;
  }

  .sw-arrow .swiper-button-next {
	right: 0px;
  }
  .single_car_input_block {flex-wrap: wrap;
  text-align: center; }
  .single_car_input_block input,  .single_car_input_block button {display: inline-block;}
  .mdl-3 .modalka-z {width: 80%;	margin: 0 10%; left: 0;}
}


@media (max-width: 420px) {
  .sw-bank-p {
	padding: 0 30px;
  }

  .sw-arrow .swiper-button-next, .sw-arrow .swiper-button-prev {
	height: 30px;
	width: 30px;
	background-size: 30px 30px;
  }
}
/*конец блок преимущества*/
/* три формы кр трин утил*/
.forma {
  color: #232D28;
  background: white;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
  padding: 10px 50px 50px;
}
.forma__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.forma__top-l {
  flex-basis: 40%;
}
.forma__top-r {
  margin-right: 50px;
}
.forma__bottom {
  display: flex;
}
.forma__btm-l, .forma__btm-c, .forma__btm-r {
  flex: 1 0 30%;
}
.forma__btm-l {
  margin-right: 15px;
}
.forma__btm-c {
  margin: 0 15px;
}
.forma__btm-r {
  margin-left: 15px;
  margin-top: 44px;
}
.forma__box-1 {
  margin: 0 20px;
  padding: 0 30px;
  height: 100%;
  display: flex;
}
.forma__box-center {
  background: white;
  height: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
.forma__title {
    font-size: 18px;
    color: #217e4ee6;
    display: inline-block;
    margin-bottom: 4%;
    padding: 4% 3px 3px 3px;
    font-weight: 600;
    border-bottom: 2px dashed #217e4ead;
}
.forma__box-2 {
  display: flex;
  flex-direction: column;
  margin-bottom: -20px;
}
.forma__input {
  border: 1px solid #aaa;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 0 20px;
  color: #232D28;
  border-radius: 0;
}
.forma input[type=radio], .forma input[type=checkbox] {
  display: none;
}
.forma label {
  margin: 0;
  display: inline-flex;
  align-items: center;
}
.forma label::before {
  content: "";
  display: inline-block;
  border: 1px solid #aaa;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 7px;
  background: white;
  flex-basis: 16px;
  flex-shrink: 0;
}
.forma input:checked + label::before {
  background-image: url(/wp-content/themes/cleared/img/forma-tick.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.forma__box-3 {
  margin: 20px 0;
}
.forma__box-4 {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.forma .forma__label-nal {
  margin-right: 20px;
}
.forma__gp-text-1, .forma__gp-text-2 {
  margin: 0;
  padding: 0 20px;
}
.forma__ta-text {
  margin: 0;
  flex-basis: 50%;
  margin-right: 30px;
  line-height: 18px;
}
.forma__ta-text-sum {
  flex-basis: 50%;
  color: #232D28;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.forma__box-center .forma__title {
  border-bottom: 2px solid #232D28;
}
.forma__foto {
  text-align: center;
  padding: 0;
}
.forma__img {
  width: 100%;
}
.forma__title2 {
  font-weight: 700;
  font-size: 16px;
  font-family: "PT Serif", serif;
  color: #232D28;
}
.forma__fk-cena {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.forma__cena {
  color: #F0861F;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
}
.forma__text {
  line-height: 16px;
  margin: 0;
}
.forma__button {
  margin: auto;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forma textarea {
  border: 1px solid #D64519;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  padding: 10px 20px;
  color: #84726D;
}
.forma__tabl-tr {
  display: flex;
  color: #232D28;
}
.forma__tabl-td {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 1;
}
.forma__tabl-tr-row-red {
  color: #232D28;
}
.forma__tabl-tr-row-1 {
  color: #232D28;
  border-bottom: 1px solid #bababa;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 400;
}
.forma__btn {
  margin-top: auto;
}
.forma__button {
  margin-top: 20px;
}
.fk .forma__btn {
  margin-bottom: 20px;
}
.futil .forma__btn {
  margin-bottom: 20px;
}
.futil .forma__ta-text-sum {
  flex-basis: 100%;
  text-align: center;
  font-size: 30px;
}
.fti .forma__box-center {
  padding-bottom: 20px;
}
.forma__soglasie {
  margin-top: auto;
}
.forma .forma__text-soglasie {
  margin-top: 20px;
}
.forma__tabl-tr span:last-of-type {
  text-align: end;
}
.forma__text-24 {
  line-height: 24px;
}

@media (max-width: 1024px) {
  .fk__kompens {
	flex-direction: column;
	align-items: flex-start;
  }

  .forma__ta-text {
	margin-right: 0;
  }
}
@media (max-width: 860px) {
  .forma__top-l {
	flex-basis: 60%;
	margin-right: 25px;
  }

  .forma__top-r {
	margin-right: 0;
  }

  .forma__bottom {
	flex-direction: column;
  }

  .forma__btm-l {
	margin-right: 0;
	margin-bottom: 70px;
  }

  .forma__btm-c {
	margin: 0;
	margin-bottom: 70px;
  }

  .forma__btm-r {
	margin-left: 0;
	margin-top: 0;
  }
}
@media (max-width: 736px) {
	.ca-f__img {display:none;}
  .forma__top {
	flex-direction: column;
  }

  .forma__top-l {
	width: 80%;
	margin: 0 auto 20px;
  }
}
@media (max-width: 420px) {
  .forma__top-l {
	width: 100%;
  }
}
@media (max-width: 376px) {
  .forma {
	padding: 10px 30px 30px;
  }
}
@media (max-width: 320px) {
  .forma {
	padding: 10px 20px 20px;
  }
}
/*конец три формы кр трин утил*/

.compl_none{
  display: none;
}

 .compl_program_block{
	 padding: 10px 0;
	 display: flex;
	 background: white;
}


 .compl_program_block:last-child{
border-right: 0;
 }
 .flex_vertical{
   height: 45px;
   display: flex;
   align-items: center;
 }
 .compl_program{
  font-size: 14px;
	width: 33.3%;
	display: inline-block;
	margin: 0 3px;
 }
 .compl_program_cost{
	font-family: Montserrat;
	font-size: 16px;
	line-height: 100%;
  color: #217E4E;
  margin-left: 20px;
 }
 .compl_program_block label{
border: none;
	border-radius: 12px;
	padding: 0;
	margin: 2.5%;
 }
.ch_before::before {
  background-image: url(/wp-content/themes/cleared/img/forma-tick.svg)!important;
  background-size: 10px 10px!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
}
.lab_before::before {
  content: "";
  /*display: inline-block;*/
  display: none;
  border: 1px solid #aaa;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-right: 7px;
  background: white;
  flex-basis: 16px;
  flex-shrink: 0;
  transform: translateY(2px);
}
 /*.w36{
   width: 36%;
   display: inline-block;
 }*/
 .w33{
   width: 48%;
   display: inline-block;
 }
 .w31{
  width: 48%;
  display: inline-block;
}
 .your_cred_prog_ot{
   margin-left: 20px;
 }
 .your_cred_prog{
margin-left: 10px;
	font-weight: 600;
	font-size: 22px;
	color: #217E4E;
 }
 .compl_disc{
cursor: pointer;
	font-weight: 500;
	text-align: center;
	background: #e3e3e3;
 }
 .compl_disc span{
	display: inline-block;
	margin: 0 1px 0 1px;
	width: 1%;
 }
 .benef{
justify-content: center;
	margin-top: 5px;
	text-align: center;
	line-height: 1.2em;
 }
 .your_cred_prog_ot1{
font-weight: 600;
	color: #E97300!important;
	margin-left: 5%;
	font-size: 22px;
 }
 .compl_result_benef{
color: #217e4e;
	font-size: 20px;
	font-weight: 600;
	padding: 0.25% 1.5%;
	border-radius: 8px;
	border: 2px solid #217e4e;
	margin-left: 5%;
 }
 .compl_result_price{
color: #E97300;
font-family: Montserrat;
font-weight: 400;
font-size: 24px;
 }
 .trul2{
   font-size: 14px;
 }

 @media (max-width: 1200px) {
  .compl_program_block{
	padding: 0 10px;
  }
	.mdl-3 .modalka-z {  height: 70%;}
  	.cmpl2 .compl__heading {flex-basis: 30%;}
  .w36{
	width: auto;
  }
  .w31{
	width: 27%;
  }
 }
 @media (max-width: 992px) {
	.compl_program_blocks{
	  flex-wrap: wrap;
	}

	.w36{
	  width: auto;
	}
	.w33{
	  width: 50%;
	}
	.w31{
	  width: 100%;
	  flex-direction: row;
	  margin-top: -15px;
	  margin-bottom: 10px;
	  justify-content: center;
	}

}
@media (max-width: 769px) {
  .lab_before::before {
	transform: translateY(3px);
  }
  .compl_program_block{
	padding: 5px;
	margin: 0;
  }
.compl_program_cost{
font-size: 14px;
margin-left: 5px;
}

.compl_result_price{
font-size: 19px;
}
.compl_disc{
  width: auto;
  margin: 0 auto;
}
  .w36{
	order: 0;
  }
	.w36, .w33{
	  width: 100%;
	}
  .w31{
	order: 1;
  }
  .w33{
	order: 2;
	padding: 0 12px;
  }
}

 button.getoffer {	background-color: #ffb800;
	border: 2px solid #ffc107;
	width: auto;
	min-width: 220px;
	padding: 0 10px;
	color: #444;
	font-weight: 500;}
	
	button.getoffer:hover {
	background-color: #ffcc47;
	border: 2px solid #ffcc47
	text-decoration: none;;
	color: #444;
}
.car_single_block{
  padding: 6.5% 2.5%;
  background-size: cover;
  background-repeat: no-repeat!important;
  background-position: center!important;
  }
  .right_car_block, .left_car_block{
	display: flex;
	flex-direction: column;
  }
  .right_car_block{
	  background: #1c3c2ceb;
	padding: 2.5%; 
	border-radius: 15px;
	box-shadow: #2d4a3c -2px -2px 8px 2px;
  }
  .center_car_block {background: #21764a;
	border-radius: 0 15px 15px 0;}
	
	.slogan_block {font-size: 24px;
	font-weight: 500;
	text-align: center;
	background: #ffcc47;
	border-radius: 15px 0 0 15px;}
	.slogan_block b
	{text-transform: uppercase;}
	.slogan_block img {height: 32px;
	width: auto;
	margin-bottom: 7px;}
	
  .left_car_block{
	width: 45%;
  }
  .down_car_block{
	width: 100%;
	margin-top: 5px;
  }
  .car_title_block{
			font-weight: 500;
			padding-bottom: 10px;
			text-align: center;
}
  }
  .car_title_block span{
   color: #fff;
	font-size: 24px;
	display: inline-block;
	float: right;
	padding-left: 10px;
  }
  .car_single_title{
	color: #FF7E00;
	display: inline-block;
	font-weight: 500;
	font-size: 30px;
  }
  .vigoda_block{
	list-style-type: none;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
  }
  .vigoda_block_li{
	display: flex;
	margin-top: 15px;
  }
  .vigoda_block_li img {opacity: 0.9;
	padding: 0.33%;}
  .vigoda_block_text b {font-size: 21px;
	color: #ffcc47;
	padding-right: 3px;
	font-weight: 500;}
  .vigoda_block_text{
	padding-left: 10px;
	transform: translateY(2px);
	color: #ffffff;
	font-size: 19px;
  }
  .akcia_do_block{
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 1.5%;
	color: #fff;
	text-align: center;
  }
  .orange {letter-spacing: 0.5px;
	  color: #ffb800;
  }
  .kolvo_auto{
	font-weight: 400;
	font-family: Montserrat;
	font-size: 16px;
	color: #fff;
	margin-top: 20px;
  }
  .single_car_input_block{
	display: flex;
	  justify-content: space-between;
  }
  .single_car_input_block button{
		background-color: #ffb800;
	border: 2px solid #ffc107;
	width: 230px;
	height: 48px;
  }
  .auto_main_photo{
	width: 410px;
	height: auto;
	margin-top: 30px;
  }
  .politik_car_block{
	color: #fff;
  }
  .single_auto_form .result{
   background: white;
   color: #163c28;
}
  }
  .price_info_block{
	display: flex;
	flex-direction: column;
	  align-items: flex-end;
  }
  .big_price_single_car{
	color: #cccccc;
  }
  
  small.big_price_single_car{font-size: 16px;
	color: #8b8b8b;
	display: inline-block;
	float: right;
	line-height: 0.5em;
  }
  
  .price_single_car{
	line-height: 1;
  }
  .autokred_single_car{
	padding: 0;
	margin: 0;
	color: #fff;
	border: 0;
  }
  .no_desktop{
	display: none; 
  }
  
  .class_gallery{
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Montserrat;
	color: #232D28;
	margin-bottom: 25px;
  }
  .sw_car_single img{
width: auto;
	height: 150px;
	margin: 0 auto;
  }
  .sw_car_single li,.banks li{
	list-style: none;
	width: auto!important;
  }
  .sw_car_single li:hover,.banks li:hover {opacity: 0.75;}
  .sw_car_single ul{
	padding-left: 8px;
  }
  .banks li {
margin: 1.25% 2% 0 2%;
    background: white;
    padding: 20px 10px;
    border-radius: 14px;
	    cursor: pointer;
}
  .banks li img{
max-height: 40px;
}
  .plaha_left{
	  background-image: linear-gradient( 
  270deg, #ffffff00 0%, #FFFFFF 100%);
	  position: absolute;
	  width: 10%;
	  height: 100%;
	  top: 0;
	  z-index: 1;
	  left: 0;
  }
  .single_car_gallery .ca-f__plaha{
  width: 10%;
  }

  @media (max-width: 1200px) {
	  .single_car_input_block{
		  width: 80%;
	}
  }
  @media (max-width: 991px) {
	.car_single_block{
	  flex-direction: column;
	}
	.sw_car_single img {
		width: 224px;
		height: auto;
	}
.flex_vertical {	flex-wrap: wrap;
	align-items: center;}
	 }
	 .left_car_block{
	   flex-direction: row;
	   order: 1;
	   width: 100%;
	   justify-content: space-between;
	 }
	 .right_car_block{
	   order: 2;
	   width: 100%;
	 }
	 .down_car_block{
	   order: 3;
	 }
	 .single_car_input_block{
	   width: 100%;
	   justify-content: center;
	 }
	 .auto_main_photo {
	  width: 310px;
	  height: auto;
	  margin-top: 30px;
	 }
	 .price_info_block {
	  align-items: flex-start;
	  justify-content: center;
	  }
	 .autok{
	   display: none;
	 }
  }
  @media (max-width: 882px) {
	.sw_car_single img {
	  width: 261px;
	  height: auto;
  }
  }
  @media (max-width: 767px) {
	.car_single_block{
	  padding: 25px 40px;
	}
	.auto_main_photo{
	  width: 200px;
	  margin-top: 15px;
	}
	.price_single_car{
	  font-size: 28px;
	}
	.big_price_single_car{
	  font-size: 20px;
	}
	.autokred_single_car{
	  font-size: 16px;
	}

	.single_car_input, .single_car_input_block button{
	  width: 100%;
	}
	.politik_car_block {
		margin-top: 20px;
	  }
	.sw_car_single img{
	width: auto;
	height: auto;
	margin: 0 auto;
  }
  .class_gallery{
	font-size: 22px;
	margin-bottom: 18px;
  }
  }
 @media (max-width: 520px) {
	 .cmpl2 .btn-group {
	flex-basis: 100%; 
}
 .compl_program {
	font-size: 12px;
	width: 33.3%;
	display: inline-block;
	margin: 0;
	overflow: overlay;
}  
.center_car_block, .slogan_block, .right_car_block {
	border-radius: unset;}
.vigoda_block_text b {
	display: inherit;
	clear: left;
}
.vigoda_block_text {
	transform: translateY(-2px);
	line-height: 1.4em;
	font-size: 18px;
}
.vigoda_block_li img {
	width: auto;
	height: 48px;
}
.no_desktop{
	display: block;
	text-align: center;
	font-weight: 700;
	color: #2d4a3c;
	margin-bottom: 40%;
}
.pb-4, .py-4 {
	padding-bottom: 0.25rem!important;
}
.pt-4, .py-4 {
	padding-top: 0.25rem!important;
}
.mb-4, .my-4 {
	margin-bottom: 0.25rem!important;
}
.mt-4, .my-4 {
	margin-top: 0.25rem!important;
}
.car_title_block h1.car_single_title, .car_title_block span.price_single_car, .car_title_block small.trueline {text-align: center;
		width: 100%;
		line-height: normal;}
.car_single_block div.container {
	margin-top: 40%;}  
 h2, h3, h4, h5, h6,.zagolovok{
		font-size: 18px;
		line-height: 1.6rem;
		}
.p-0 {padding:15px!important;}
.car_single_block{
	padding: 0px;
	background-size: auto 180px;
	background-position-x: right!important;
	background-position-y: top!important;
	}
.price_single_car {
		font-size: 18px;
	  }
.big_price_single_car, .autokred_single_car{
		font-size: 14px;
	  }
.auto_main_photo {
		width: 180px;
		margin-top: 10px;
	  }
.politik_car_block{
	  padding-left: 0;
	  padding-right: 0;
	}
.single_car_width{
	  padding: 0;
	}
}
	
  @media (max-width: 374px) {
	.auto_main_photo {
		width: 140px;
		height: 100%;
	  }
	.vigoda_block_li img{
	  width: 23px;
	  height: 23px;
	}
	.vigoda_block_text {
		transform: translateY(1px);
	  }
  }

  @media (max-width: 768px) {
	.offer {
	  flex: 1 0 50%!important;
  }
  .offer .offer__btn-1.btn-white-g {
	display: none;
}
.offer__title{
  height: 32px;
}
  }

  @media (max-width: 500px) {
  .offer__box {
	margin: 8px 3px;
	padding: 15px 7px;
	min-height: 300px;
}
.bl-offers {
	margin: -10px;
}
.offer__foto{
  height: 110px;
}
  }

  @media (max-width: 420px) {
	.offer__price{
	  font-size: 16px;
	  margin-bottom: 12px!important;
	}
	.car_single_block div.container {
	margin-top: 43%;
}
  }
  
  @media (max-width: 375px) {
	.offer__box {
	  min-height: 280px;
  }
	.offer__price{
	  font-size: 14px!important;
	  margin-bottom: 10px!important;
	}
	.offer__title{
	  font-size: 14px!important;
	  height: 30px;
	  margin-bottom: 7px!important;
	}
	.car_single_block div.container {
	margin-top: 44%;
}
  }

  @media (max-width: 350px) {
	.offer__title{
	  font-size: 13px!important;
	}
	.car_single_block div.container {
	margin-top: 51.5%;
}
  }



@media (max-width: 768px){
  .header-new-menu{
	margin-top: 0px!important;
	    position: sticky;
    z-index: 100;
    top: 48px;
    right: 0;
}
.card-compl__block {
  flex-basis: 70%;
}
  }  


.fin_block{
  display: flex;
  flex-direction: column;
}

.compl__parm-new.compl__parm-new-pr.compl_result_price_text::after{
  content: ' р';  
  display: inline-block;
}

.alert-header{
  text-align: center!important;
  background-color: #FFDB4E!important;
  padding: 3px 20px!important;
  margin-bottom:0;
  line-height: 1.2em;
}
.alert-header.alert-dismissible .close{
    padding: 1px 12px 0 0;
    font-size: 28px;
	line-height: 0.75em;
}

.rf_checkbox_label{
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  color: #217e4ee6;
  margin-top: 10px!important;;
}

input.rf_checkbox {
  width: 20px!important;
  height: 20px!important;
margin-right: 10px;
}