.popup {
  max-width: 1160px;
  display: flex;
  margin: 5% auto;
  position: relative;
  background: url("../img/popup-fon.png") no-repeat ,#fff;
  background-position-x: 98.5%;
  background-position-y: 0%;
  background-size: contain;
  box-sizing: border-box;
}
.popup__thanks {
  background-size: auto;
}
.popup__leftside {
  width: 55%;
}
.close__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: unset;
  border: 1px solid #fff;
  border-radius: 100px;
}
.popup .blue__h2 {
  font-weight: 500;
  margin-bottom: 45px;
}
.popup .sale__time {
  font-weight: 400;
}
.popup ul {
  list-style: disc;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.popup .autocredit__3inputs {
  display: block;
}
.popup .search__body__select {
  width: 49%;
  margin-bottom: 15px;
  background: #ECECEC;
}
.popup .small__input {
  margin-right: 0;
}
.popup .black__button {
  width: 49%;
}
.popup__thanks .black__button {
  margin-top: 15px;
}
.popup .blue__p ,.popup .blue__p a {
  color: var(--text-color);
}
.popup__img {
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: 44%;
}
.popup__img__block{
  right: 0%;
  bottom: 0%;
}
.popup__img__thanks {
  right: 25%;
  bottom: 0%;
  width: 33%;
}


/* review css */


.big__review .review {
  margin-bottom: 10px;
}
@media screen and (min-width:990px) {
  .big__review {
    column-count: 3;
    column-gap: 20px;
  }
}
.video__review {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.video__review iframe {
  width: 100%;
  height: 290px;
  margin-bottom: 40px;
  border-radius: 26px;
}
.bloquote__div {
  display: flex;
}
.bloquote__div .vertical {
  height: 2px;
  width: 90%;
  margin: auto;
}
.video__review .p__20{
  font-weight: 600;
  margin: 0 auto;
  width: 80%;

}


@media screen and (max-width:1285px) {
  .popup ul {
    font-size: 16px;
  }
  .popup__img {
    bottom: 0%
  }
}
@media screen and (max-width:989px) {
  .popup__img__block {
    width: 41%;
  }
  .popup__img__thanks {
    display: none;
  }
}
@media screen and (max-width:680px) {
  .popup__leftside {
    width: 100%;
  }
  .popup__img {
    display: none;
  }
  .popup {
    background: linear-gradient(180deg, #4786F6 0%, #2365DD 63.43%, #0046C7 100%);
  }
  .popup .sale__time span {
    color: var(--white-color);
  }
  .popup .blue__h2 {
    width: 85%;
    font-size: 24px;
    margin-bottom: 25px;

  }
  .popup .sale__time {
    font-size: 18px;
  }
  .popup ul {
   font-size: 14px;
 }
 .popup .blue__p {
  font-size: 12px;
}
}
