
.top__box {
  display: flex;
  margin-bottom: 15px;
  column-gap: 15px;
}
.top__swipper__box {
  display: flex;
  flex-direction: column;
  width: 60%;
  background: #fff;
  box-sizing: border-box;
}
.top__box__rightside {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 40%;
  background: url("../img/present-g.png") no-repeat ,#EAF1FC;
  background-position: right;
}
.padding__30__50 {
  padding: 30px 50px;
  border-radius: 40px;
}
.top__swipper{
  display: flex;
  flex-direction: column;
}
.top__swipper img {
  margin: 0 auto;
  width: 100%;
}
.top__swipper .slider__buttons {
  position: relative;
  top: 42%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.top__box__p {
font-size: 17px;
font-weight: 400;
line-height: 23px;
margin: 0 0 24px;
}
.top__box span {
  font-weight: 600;
}
.zamanuha  {
  display: flex;
  margin-bottom: 34px;
}.persent {
font-size: 62px;
font-weight: 800;
line-height: 84px;
color: #9F95DD;
margin-right: 15px;
padding-right: 55px;
margin-top: 0;
margin-bottom: 0;
position:relative;
}
.persent::after {
  background-image: url("../img/percent_s.svg");
  content: "";
  position: absolute;
  height: 53px;
  width: 46px;
  background-size: 46px 53px;
  right: 0px;
  top: 15px;
}
.sale__time {
  margin: auto auto auto 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
}
.sale__time span {
  color: var(--blue-color);
  font-weight: 700;
}
.zamanuha__price {
  margin-bottom: 40px;
}
.zamanuha__new__price {
  padding: 5px 50px 5px 10px;
  background: var(--blue-color);
  border-radius: 10px;
  color: var(--white-color);
  font-size: 32px;
  position: relative;
}
.zamanuha__new__price::after {
  background-image: url("../img/sale-arrow.svg");
  content: "";
  position: absolute;
  height: 35px;
  width: 35px;
  background-size: 35px 35px;
  right: 6px;
  top: 6px;
}
.zamanuha__old__price {
  text-decoration: line-through;
  color: var(--gray-color);
  font-size: 24px;
}
.sale__upgrade ,.rassrochka ,.present__choise {
  margin: 0 auto 5px 0;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  position: relative;
}
.sale__upgrade::before {
  background-image: url("../img/good-s.svg");
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  left: 0;
  top: 5px;
}
.rassrochka::before {
  background-image: url("../img/time-s.svg");
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
  left: 0;
  top: 5px;
}
.present__choise::before {
  background-image: url("../img/present-s.svg");
  content: "";
  position: absolute;
  height: 20px;
  width: 18px;
  background-size: 18px 20px;
  left: 0;
  top: 3px;
}
.top__box__rightside .autocredit__3inputs {
  display: block;
  margin-bottom: 40px;
}
.top__box__rightside .small__input {
  margin-right: 0;
}
.top__box__rightside .search__body__select {
  width: 49%;
  margin-bottom: 15px;
}
.top__box__rightside .black__button {
  padding: 16px 23px;
}
.top__box__rightside .blue__p ,.top__box__rightside .blue__p a {
  color: var(--gray-color);
}
.best__price {
  display: flex;
  margin-bottom: 130px;
  background: url("../img/babkina-telega.png") no-repeat ,#ECECEC;
  background-position-x: 70%;
  background-position-y: top;
}
.best__price .blue__h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 37px;
  margin-top: 20px;
  margin-bottom: 0;
}
.best__price .blue__h4 span{
    font-weight: 700;
}
.blue__span {
  padding: 0 3px;
  background: var(--blue-color);
  border-radius: 12px;
  color: var(--white-color);
}
.just__btn {
  background: none;
}
.just__btn::after {
  display: none;
}
.best__price .just__btn {
  margin: auto 0 auto auto;
}
.h2__div__column {
  flex-direction: column;
}
.complectation__name {
  border: 1px solid;
  width: fit-content;
  padding: 7px 16px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.h2__div__column .complectation__name {
  margin-top: 40px;
}
.complectation__div {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px #00000026;
  margin-bottom: 25px;
}
.complectation__topside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.complectation__parametr__div {
  width: 16%;
}
.complectation__arrow {
  margin-right: 8px;
}
.complectation__parametr {
font-size: 19px;
font-weight: 500;
line-height: 27px;
color: var(--gray-color);
padding-left: 30px;
margin: 0 0 14px 0;
position: relative;
}
.complectation__meaning {
font-size: 20px;
font-weight: 500;
line-height: 30px;
padding-left: 30px;
margin: 0;
}
.old__price {
text-decoration: line-through;
color: var(--gray-color);
}
.new__price {
  padding: 2px 10px;
  background: #B00A07;
  border-radius: 10px;
  color: var(--white-color);
  width: fit-content;
}
.complectation::before {
  background-image: url("../img/complectation.svg");
  content: "";
  position: absolute;
  height: 22px;
  width: 17px;
  background-size: 17px 22px;
  left: 0;
  top: 3px;
}
.engine::before {
  background-image: url("../img/engine.svg");
  content: "";
  position: absolute;
  height: 23px;
  width: 23px;
  background-size: 23px 23px;
  left: 0;
  top: 3px;
}
.transmission::before {
  background-image: url("../img/transmission.svg");
  content: "";
  position: absolute;
  height: 22px;
  width: 20px;
  background-size: 20px 22px;
  left: 0;
  top: 3px;
}
.drive::before {
  background-image: url("../img/drive.svg");
  content: "";
  position: absolute;
  height: 22px;
  width: 20px;
  background-size: 20px 22px;
  left: 0;
  top: 3px;
}
.price::before {
  background-image: url("../img/₽.svg");
  content: "";
  position: absolute;
  height: 35px;
  width: 17px;
  background-size: 17px 35px;
  left: 0;
  top: -5px;
}
.pig__price::before {
  background-image: url("../img/pig.svg");
  content: "";
  position: absolute;
  height: 23px;
  width: 24px;
  background-size: 24px 23px;
  left: 0;
  top: 1px;
}
.big__complectation__topside {
  padding-bottom: 40px;
}
.complectation__botside {
  display: flex;
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
}
.complectation__botside__div {
  width: 20%;
  padding: 35px 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.no__border {
  padding: 35px 0 35px 15px;
}
.complectation__botside__div:not(:last-of-type) {
  border-right: 1px solid #E5E5E5;
}
.complectation__botside__div img {
  width: 100%;
}
.complectation__carname {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 40px;
}
.complectation__botside__div ul {
  padding-left: 15px;
  margin: 0 0 25px;
  list-style: disc;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;

}
.complectation__botside__div ul span {
  font-weight: 700;
  color: #B00A07;
}
.complectation__botside__div p {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.complectation__botside__div span {
  font-weight: 600;
}
.engine__parameters__div {
  column-count: 2;
}
.full__descr {
  margin-top: auto;
  background: #fff;
  border: 1px solid #D3D3D3;
  border-radius: 40px;
  padding: 6px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  position: relative;
}
.full__descr::after {
  background-image: url("../img/small-down.svg");
  content: "";
  position: absolute;
  height: 6px;
  width: 10px;
  background-size: 10px 6px;
  right: 15px;
  top: 43%;
}
.complectation__botside__div .in__credit::before {

  top: 5px;
}
.complectation__botside__div .profit::before {
  background-image: url("../img/good-s.svg");
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  background-size: 22px 22px;
  left: 0;
  top: 0;
}
.h2__div__column .credit__btn {
  width: 100%;
  margin-bottom: 10px;
}
.block__btn__div {
  display: flex;
  justify-content: space-between;
}
.block__btn__div .block__btn {
  width: 48%;
}
.tumblers__container {
  display: flex;
  margin-bottom: 110px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tumbler__div {
  display: flex;
  padding: 20px;
  border-radius: 26px;
  background: #EAF1FC;
  width: calc( 17% - 15px);
  box-sizing: border-box;
  flex-direction: column;
}
.tumbler__div .complectation__name, .tumbler__div h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
.tumbler__div .complectation__name {
  margin-bottom: 20px;
  height: fit-content;
}
.tumbler__div h4 {
  margin: 0 0 5px 0;
}
.tumbler__div p {
font-size: 16px;
font-weight: 400;
line-height: 23px;
margin-top: 0;
margin-bottom: 5px;
display: flex;
flex-grow: 1;
}
.tumbler__div p span {
  margin-left: 5px;
}
.tumbler__div a {
color:var(--blue-color);
}
.tumbler {
  display: flex;
  margin-top:40px;
}
.tumbler p {
  margin-bottom: auto;
  margin-top: auto;
  margin-left: 10px;
}

/* The switch - the box around the slider */
.switch {
 position: relative;
 display: inline-block;
 width: 50px;
 height: 28px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
 position: absolute;
 cursor: pointer;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #ccc;
 -webkit-transition: .4s;
 transition: .4s;
}

.slider:before {
 position: absolute;
 content: "";
 height: 21px;
 width: 21px;
 left: 3px;
 bottom: 3px;
 background-color: white;
 -webkit-transition: .4s;
 transition: .4s;
}

input:checked + .slider {
 background-color: #2196F3;
}

input:focus + .slider {
 box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
 -webkit-transform: translateX(21px);
 -ms-transform: translateX(21px);
 transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
 border-radius: 34px;
}

.slider.round:before {
 border-radius: 50%;
}

.bu__offers .blue__h4 {
  font-size: 20px;

}
.bu__offers .autocredit__3inputs {
  margin-bottom: 40px;
}
.bu__offers__img__div {
  display: flex;
  width: 70%;
  border-radius: 40px;
  background: url("../img/EXEED-left.png") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center;
  box-sizing: border-box;
  background-size: cover
}
.big__characteristic {
  display: flex;
  column-gap: 15px;
  margin-bottom: 130px;
}
.big__characteristic__div {
  padding: 20px 50px;
  border: 1px solid #BED2F5;
  border-radius: 100px;
  text-align: center;
  width:25%;
}
.characteristic__h {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 46px;
  font-weight: 600;
  line-height: 53px;
}
.characteristic__p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}
.card__photo {
  width: 60%;
  margin: auto;
}
.card__photo__btn {
  margin-bottom: 15px;
}
.card__photo__btn button {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  padding: 14px 60px;
  margin-right: 15px;
}
.card__photo__btn button:last-of-type {
  margin-right: 0;
}


/*css for sliders*/
.card__photo__div {
  position: relative;
  margin-bottom: 130px;
}
.row {
  column-gap: 10px;
  display: flex;
  margin-top: 10px;
}

/* Hide the images by default */
.mySlides:first-of-type {
  display: block;
}
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
display: none;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}





.h2__div .complectation__carname {
  padding: 10px 16px;
  margin: auto 0 auto auto;
}
.tth__div {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-start;
  margin-bottom: 130px;
}
.tth__div img {
  width: 90%;
  display: block;
}

.vertical ,.horizontal {
  background: var(--gray-color);
}
.vertical ,.horizontal ,.numbers {
display: block;
margin: 0 auto;
text-align: center;
font-size: 16px;
font-weight: 500;
line-height: 22px;

}
.tth__clearance {
  margin-top: -34px;
  margin-bottom: 8px;
  width: 90%;
}
.tth__clearance .vertical {
  width: 2px;
  height: 24px;
}
.tth__clearance .horizontal {
  width: 20px;
  height: 2px;
}
.tth__width {
  width: 90%;
}
.tth__width .line {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.tth__width .vertical {
  width: 2px;
  height: 24px;
}
.tth__width .horizontal {
  width: calc(100% - 10px);
  height: 2px;
}
.tth__width .numbers {
  margin-bottom: -13px;
}
.tth__div__back {
  position: relative;
}
.tth__height {
  position: absolute;
  top: 125px;
  left: -130px;
  transform: rotate(-90deg);
  width: 204px;
}
.tth__height .line  {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 250px;
}
.tth__height .vertical {
  width: 2px;
  height: 24px;
}
.tth__height .horizontal {
  width: 245px;
  height: 2px;
}
.tth__height .numbers {
  margin-bottom: -10px;
}
.tth__wheel__length .line {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 13%;
  width: 58%
}
.tth__wheel__length .horizontal ,.tth__length .horizontal {
  width: 98%;
  height: 2px;
}
.tth__wheel__length .vertical ,.tth__length .vertical{
  width: 2px;
  height: 24px
}
.tth__wheel__length {
  margin-top: -11px;
}
.tth__wheel__length .numbers {
  margin: 0 auto -13px -18%;
}
.tth__length .line {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90%;
}
.tth__length .numbers {
  margin: 0 auto -13px -18%;
}
.tth__div__side {
  align-self: flex-end;
}
.complectation__compare {
  margin-top: 40px;
  display: flex;
}
.complectation__name__before:not(:last-of-type) {
  margin-right: 15px;
}

.bu__autocredit {
  margin-bottom: 40px;
}
.card__autocredit .autocredit__leftside {
  padding: 60px 12% 30px 30px;
}
.card__autocredit img {
  margin-left: -16%;
  width: 110%
}
.compare {
  background: var(--white-color);
  border-radius: 26px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.characteristic__name__div {
  display: flex;
}
.characteristic__name__div .blue__h4 {
  margin: 0;
}
.characteristic__name__div a {
  margin-left: auto;
}
.open__compare img {
  transform: rotate( 45deg);
}
.characteristic__compare__div {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.characteristic__div {
  width: calc( 33% - 10px);
}
.characteristic__div .characteristic__span {
font-size: 17px;
font-weight: 500;
line-height: 33px;
padding: 5px 15px;
background: #ECECEC;
border-radius: 40px;
}
.characteristic__div span {
font-size: 22px;
line-height: 30px;

}
.characteristic__div p {
  color: var(--gray-color);
font-size: 18px;
font-weight: 500;
line-height: 25px;


}


/*css for bu card*/

.top__box__bu {
  display: flex;
  flex-direction: column;
  width: 60%;
  box-sizing: border-box;
}
.column__25 {
  width: 25%;
}
.top__box__bu .card__photo__div {
  margin-bottom: 15px;
}
.credit__btn {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 44px;
  font-size: 18px;
  line-height: 24px;
  height: fit-content;
  border: 0;
}
.bu__button__div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bu__button__div span {
  border: 1px solid #1e1e1e;
  color: var(--text-color);
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 44px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  width: calc( 25% - 5px);
  text-align: center;
}
.bu__button__div button {
  width: calc( 25% - 5px);
}
.bu__complectation__div .complectation__parametr__div {
  width: 14%;
}
.run__meaning {
  color: var(--white-color);
  background: #B00A07;
  padding: 5px 10px;
  border-radius: 40px;
  white-space: nowrap;
}
.jear__meaning {
  color: var(--white-color);
  background: #9F95DD;
  padding: 5px 10px;
  border-radius: 40px;
}
.run::before {
  background-image: url("../img/run.svg");
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  background-size: 22px 22px;
  left: 0;
  top: 3px;
}
.jear::before {
  background-image: url("../img/jear.svg");
  content: "";
  position: absolute;
  height: 22px;
  width: 21px;
  background-size: 21px 22px;
  left: 0;
  top: 2px;
}
.owners::before {
  background-image: url("../img/owners.svg");
  content: "";
  position: absolute;
  height: 22px;
  width: 17px;
  background-size: 17px 22px;
  left: 0;
  top: 3px;
}
.bu__complectation__name {
  display: flex;
}
.bu__complectation__name .complectation__arrow {
  margin: 26px 15px auto 0;
}
.bu__car__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bu__car__info__div {
  width: 33%
}
.bu__car__info__div .complectation__meaning {
  margin-bottom: 25px;
}
.bu__car__info__div ul {
  padding: 0;
  margin-bottom: 80px;
}
.bu__car__info__div .complectation__parametr {
  color: var(--text-color);
}
.complectation__div:last-of-type {
  margin-bottom: 130px;
}