@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;
}

div.result {width: 100%;
    display: block;
    color: #23b368;
    text-align: center;
    font-size: 24px;}

.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;
}

.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;
}

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

h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

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

.hleb {
  display: flex;
  color: #232D28;
  font-size: 14px;
  margin: 30px 0;
}
@media (max-width: 768px){

  .hleb {
 margin-top: 70px;
    margin-bottom: 5px;
  }

}
.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;
}
.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: 81%;
}

.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: 20px 15px;
  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;
}
  .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: 60px;
  align-items: center;
}
.logo-mobile, .logo-mobile img{
height: 40px;
}
.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: 60px;
  right: 0;
  box-shadow: #a0a0a0 0 3px 5px 0;
}
.navbar-collapse ul{
  padding: 0;
}
}
@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-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__tel::before {
  content: "";
  /*background: url(/wp-content/themes/cleared/img/telephone-f.svg) no-repeat;*/
  width: 21px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.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: 60px;
  }

  .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: 50px;
  }

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

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

  .footer-1 {
    flex-direction: column;
    padding-left: 50px;
  }
}
@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: 30px;
  right: 30px;
  cursor: pointer;
  background: white;
}

.mdl-3 .modalka__svg-close {
  width: 30px;
}
@media (max-width: 540px) {

  .mdl-3 .modalka__button-close {
    right: 15px;
  }

  .mdl-3 .modalka__svg-close {
    width: 25px;
  }

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

.mdl-3 .modalka-fon {
  position: fixed;
  z-index: 10;
  background: #616161;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: fades3 1s;
  background: url(/wp-content/themes/cleared/img/fon-modalka.webp) no-repeat;
  background-size: cover;
  opacity: 1;
}

.mdl-3 .modalka-z {
  animation: fade3 1s;
  position: fixed;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
  z-index: 100;
  background: white;
  padding: 50px;
  width: 400px;
  height: 400px;
}

.modalka__form-input {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}

.form-p__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: start;
}

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

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

.mdl-3__text-2 {
  font-size: 12px;
  text-align: start;
}

.mdl-3__text-2 a {
  color: #F0861F;
  text-decoration: underline;
}

.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: 680px) {
  .mdl-3 .modalka-z {
    top: 20%;
  }
}
@media (max-width: 480px) {
  .form-p__foto {
    margin-bottom: 20px;
  }

  .mdl-3__text-2 {
    padding: 0 20px;
  }

  .form-p__bottom {
    flex-direction: column;
  }
}
@media (max-width: 391px) {
  .mdl-3 .modalka-z {
    padding: 30px;
    width: 300px;
    left: calc(50% - 150px);
	top: 20%;
  }
}
/* конец модалка */
.sw-arrow .swiper-button-next {
  background-image: url(/wp-content/themes/cleared/img/arrow-right.png);
}

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

.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;
}

.sw-ca .swiper-button-next {
  right: -15px;
}

.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;
  }
}
.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%;
  }
}
@media (max-width: 520px) {
  .l-auto-mt-header {
    width: 25%;
  }
}
@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__logo {
    font-size: 26px;
  }

  .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%;
  }

  .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%;
  }

  .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;
  }

  .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/help-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 40px;
}
.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: start;
  margin-bottom: 15px;
  font-size: 20px;
}
.ib-6 .form-nva form {
  background: white;
  padding: 30px;
}
.ib-6 .form-nva__button {
  margin: auto;
  width: 200px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.ib-6 .form-nva__treug {
  border: 60px solid #217E4E;
  display: block;
  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-top: 60px;
  }

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

  .ib-6 .form-nva__right {
    padding: 0 40px 40px;
  }
}
@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.41, 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__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;
}
.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: #F0861F;
  font-weight: 700;
  font-size: 36px;
}
.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: 98%;
  }
}
@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: 0 10px;
  flex-basis: 20%;
  flex-grow: 1;
}
.card-compl__header {
  background: #9FA1A0;
  text-align: center;
  font-size: 12px;
  color: #217E4E;
  padding: 5px 0;
}
.card-compl__title {
  margin: 0;
  color: white;
}
.card-compl__list {
  font-size: 12px;
  padding: 10px 20px 10px 20px;
  color: #232D28;
}

.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;
}

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

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

.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;
}

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

.cmpl2 .compl__heading {
  padding-right: 10px;
  flex-basis: 250px;
  flex-shrink: 0;
}

.compl__heading-color {
  color: #E97300;
}

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

.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: 13px;
}

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

.compl__parm-new-pr {
  color: #F0861F;
  font-weight: 700;
  font-size: 15px;
}

.callmobile {
  display: none;
}

@media (max-width: 1024px) {
  .ox_form_trigger {
    width: 140px;
  }
}
@media (max-width: 860px) {
  .cmpl2 .btn-group {
    margin-top: 10px;
  }

  .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: 210px;
    flex-shrink: 0;
  }

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

  .cmpl2 .btn-group {
    flex-basis: 100%;
  }

  .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;
  }
  
}
@media (max-width: 420px) {
  .compl__parm {
    flex-basis: 33%;
  }

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

  .compl__parm {
    flex-basis: 45%;
  }
}
@media (max-width: 360px) {
  .cmpl2 .compl__left-all {
    flex-basis: 87%;
  }
}
/* конец расхлопы комплектаций в карточке авто */
/*стр контакты*/
.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: -30px;
  }

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

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

  .sw-arrow .swiper-button-next {
    right: -7px;
  }
}
@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;
  }
}
@media (max-width: 736px) {
  .sw-bank-p {
    padding: 0 20px;
  }

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

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

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

  .sw-arrow .swiper-button-next {
    right: -7px;
  }
}
@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: #232D28;
  line-height: 21px;
  display: block;
  margin-bottom: 0;
  padding: 40px 0 30px;
}
.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) {
  .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__hidden{
  background-color: #fff;
}
  .compl_program_blocks{
   display: flex;
   width: 100%;
   border-top: 1px solid rgba(35, 45, 40, 0.2);
 }
 .compl_program_block{
 display: flex;
flex-direction: column;
 margin: 30px 0;
 border-right: 1px solid rgba(35, 45, 40, 0.2);
  padding: 0 30px;
 }
 .compl_program_block:last-child{
border-right: 0;
 }
 .flex_vertical{
   height: 35px;
   display: flex;
   align-items: center;
 }
 .compl_program{
   font-size: 14px;
   justify-content: space-between;
 }
 .compl_program_cost{
    font-family: Montserrat;
    font-size: 16px;
    line-height: 100%;
  color: #217E4E;
  margin-left: 20px;
 }
 .compl_program_block label{
   margin: 0;
   margin-left: 10px;
 }
.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;
  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%;
 }
 .w33{
   width: 33%;
 }
 .w31{
  width: 31%;
}
 .your_cred_prog_ot{
   margin-left: 20px;
 }
 .your_cred_prog{
 font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
 color: #217E4E;
 }
 .compl_disc{
  padding: 1px 5px 1px 10px;
  background: #FFFFFF;
  border: 1px solid rgba(35, 45, 40, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  max-width: 258px;
  cursor: pointer;
 }
 .compl_disc span{
                margin-left: 10px;
display: block;
margin-right: 0;
 }
 .benef{
   justify-content: space-between;
   padding-right: 16px;
 }
 .your_cred_prog_ot1{
font-family: Montserrat;
                 font-weight: 700;
 color: #E97300!important;
 }
 .compl_result_benef{
   color: #E97300;
   font-family: Montserrat;
   font-size: 12px;
   font-weight: 700;
   padding: 1px 7px;
   border-radius: 8px;
   filter: drop-shadow(0 0 10px rgba(233,115,0,0.5));
   border: 1px solid #E97300;
 }
 .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;
  }
  .w36{
    width: 40%;
  }
  .w31{
    width: 27%;
  }
 }
 @media (max-width: 992px) {
    .compl_program_blocks{
      flex-wrap: wrap;
    }
    .w36{
      width: 50%;
    }
    .w33{
      width: 50%;
    }
    .w31{
      width: 100%;
      flex-direction: row;
      margin-top: -15px;
      margin-bottom: 10px;
      justify-content: center;
    }
    .compl_program_block{
      border-right: 0;
    }
 .compl_program_block:first-child{
     border-right: 1px solid rgba(35, 45, 40, 0.2);
 }
 .res_comp{
    margin: 0 10px;
 }
}
@media (max-width: 769px) {
  .lab_before::before {
    transform: translateY(3px);
  }
  .compl_program_block{
    padding: 5px;
    margin: 9px 0;
  }
  .compl_program_block:first-child{
    border-right: 0;
    border-bottom: 1px solid rgba(35, 45, 40, 0.2);
}
.compl_program_cost{
font-size: 14px;
margin-left: 5px;
}
.compl_program_block label{
  margin-left: 0;
}
.compl_result_price{
font-size: 19px;
}
.compl_disc{
  width: 270px;
  margin: 0 auto;
}
.res_comp {
  margin: 0 7px;
}
  .w36{
    order: 0;
  }
    .w36, .w33{
      width: 100%;
    }
  .w31{
    order: 1;
  }
  .w33{
    order: 2;
    padding: 0 12px;
  }
}


.car_single_block{
	display: flex;
	background-image: url(/wp-content/themes/cleared/img/car_block_back.webp);
  background-repeat: no-repeat!important;
  background-position: center!important;
}



.car_single_block{
  padding: 35px 50px;
  flex-wrap: wrap;
  background-size: cover;
  }
  .right_car_block, .left_car_block{
    display: flex;
    flex-direction: column;
  }
  .right_car_block{
    width: 55%;
  }
  .left_car_block{
    width: 45%;
  }
  .down_car_block{
    width: 100%;
    margin-top: 5px;
  }
  .car_title_block{
    font-weight: 700;
    font-family: Montserrat;
    width: 480px;
      border-bottom: 1px solid #fff;
      padding-bottom: 20px;
  }
  .car_title_block span{
    color: #fff;
    font-size: 28px;
  }
  .car_single_title{
    color: #FF7E00;
  }
  .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_text{
    margin-left: 13px;
    transform: translateY(2px);
    color: #fff;
  }
  .akcia_do_block{
    font-weight: 700;
    font-family: Montserrat;
    font-size: 18px;
    margin-top: 25px;
    color: #fff;
  }
  .orange {
      color: #E97300;
  }
  .kolvo_auto{
    font-weight: 400;
    font-family: Montserrat;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
  }
  .single_car_input_block{
    display: flex;
      width: 68%;
      justify-content: space-between;
  }
  .single_car_input_block button{
    background-color: #E97300;
    border: 2px solid #E97300;
    width: 230px;
    height: 48px;
  }
  .single_car_input{
    width: 200px;
    height: 48px;
  }
  .auto_main_photo{
    width: 410px;
    height: auto;
    margin-top: 30px;
  }
  .politik_car_block{
    color: #fff;
  }
  .single_auto_form .result{
    color: #E97300;
    margin-top: -7px;
  }
  .price_info_block{
    display: flex;
    flex-direction: column;
      align-items: flex-end;
  }
  .big_price_single_car{
    color: #cccccc;
  }
  .price_single_car{
    line-height: 1;
  }
  .autokred_single_car{
    padding: 0;
    margin: 0;
    color: #fff;
    border: 0;
  }
  .no_desktop{
    display: none;
  }
  
  .single_car_gallery{
    margin-bottom: 60px;
  }
  .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{
    list-style: none;
    width: auto!important;

  }
  .sw_car_single ul{
    padding-left: 8px;
  }
  .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%;
  }
  .sw_car_single .swiper-button-prev{
  left: -15px;
  }
  
  @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;
    }
    .no_desktop{
      display: block;
        width: 100%;
       text-align: center;
      border-bottom: 1px solid #fff;
      order: 0;
      font-weight: 700;
      color: #fff;
      padding-bottom: 10px;
     }
     .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%;
     }
     .auto_main_photo {
      width: 310px;
      height: auto;
      margin-top: 30px;
     }
     .price_info_block {
      align-items: flex-start;
      justify-content: center;
      }
     .car_title_block{
       display: none;
     }
     .autok{
       display: none;
     }
     .single_car_input{
         width: 175px;
       padding: 0 0 0 10px;
     }
  }
  @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_block{
      flex-direction: column;
    }
    .single_car_input, .single_car_input_block button{
      width: 100%;
    }
    .politik_car_block {
        margin-top: 20px;
      }
    .sw_car_single img{
    width: auto;
    height: 200px;
    margin: 0 auto;
  }
  .class_gallery{
    font-size: 22px;
    margin-bottom: 18px;
  }
  }
  @media (max-width: 520px) {
	  
	  h2, h3, h4, h5, h6,.zagolovok{
		font-size: 18px;
		line-height: 1.6rem;
		}
	  
      .car_single_block{
      padding: 20px 10px;
    }
    .price_single_car {
        font-size: 18px;
      }
    .big_price_single_car, .autokred_single_car{
        font-size: 14px;
      }
    .auto_main_photo {
        width: 180px;
        margin-top: 10px;
      }
    .vigoda_block_text {
      font-size: 13px;
    }
    .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;
    }
  }
  
  @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;
    }
  }

  @media (max-width: 350px) {
    .offer__title{
      font-size: 13px!important;
    }
  }



@media (max-width: 768px){
  .header-new-menu{
    margin-top: 40px!important;
  }  
}
.compl__parm-new-pr::after{
  content: ' р';  
}

.alert-header{
  text-align: center!important;
  background-color: #FFDB4E!important;
  height: 25px!important;
}
.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;
}