.header .container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .header__title {
    font-size: 30px;
    padding-top: 70px;
  }
}

@media (max-width: 525px) {
  .header__title {
    font-size: 24px;
  }
}

@media (max-width: 425px) {
  .header__title {
    line-height: 30px;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 375px) {
  .header__title {
    font-size: 18px;
    line-height: 22px;
    max-width: initial;
    padding-top: 60px;
  }
}

.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .header__main {
    margin-bottom: 25px;
  }
}

.header__main .main__picture {
  position: relative;
}

.header__main .main__picture .blue__round {
  position: relative;
  width: 414px;
  height: 414px;
  background: radial-gradient(73.43% 73.43% at 103.14% 85.27%, #25AB75 0%, #0F452F 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;

  border-radius: 50%;
}

@media (max-width: 1023px) {
  .header__main .main__picture .blue__round {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 767px) {
  .header__main .main__picture .blue__round {
    position: absolute;
    width: 220px;
    height: 220px;
    bottom: -20px;
    left: -60px;
  }
}

@media (max-width: 570px) {
  .header__main .main__picture .blue__round {
    position: absolute;
    width: 180px;
    height: 180px;
  }
}

@media (max-width: 375px) {
  .header__main .main__picture .blue__round {
    position: absolute;
    width: 162px;
    height: 162px;
  }
}

@media (max-width: 359px) {
  .header__main .main__picture .blue__round {
    position: absolute;
    width: 137px;
    height: 137px;
  }
}

.header__main .main__picture .main__img {
  position: absolute;
  top: 34%;
  left: 70px;
  width: 480px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1023px) {
  .header__main .main__picture .main__img {
    top: 30%;
    left: 40px;
    width: 340px;
  }
}

@media (max-width: 767px) {
  .header__main .main__picture .main__img {
    top: initial;
    bottom: -20px;
    left: 0;
    width: 270px;
  }
}

@media (max-width: 540px) {
  .main-bg {
    overflow: hidden;
  }
}

@media (max-width: 570px) {
  .header__main .main__picture .main__img {
    width: 210px;
    bottom: -10px;
    left: -50px;
  }
}

@media (max-width: 359px) {
  .header__main .main__picture .main__img {
    width: 185px;
  }
}

.header__main .main__picture .show-main__btn {
  display: none;
  width: 148px;
  height: 34px;
  background: var(--blue-color);
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #fcfdfd;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__main .main__picture .show-main__btn:hover {
  background: #fcfdfd;
  color: var(--blue-color);
  border: 1px solid var(--blue-color);
}

@media (max-width: 375px) {
  .header__main .main__picture .show-main__btn {
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
  }
}

.header__main .main__slogan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  max-width: 395px;
  width: 100%;
}

@media (max-width: 1023px) {
  .header__main .main__slogan {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 310px;
  }
}

@media (max-width: 570px) {
  .header__main .main__slogan {
    max-width: 262px;
  }
}

@media (max-width: 425px) {
  .header__main .main__slogan {
    max-width: 210px;
  }
}

@media (max-width: 375px) {
  .header__main .main__slogan {
    max-width: 232px;
  }
}

.header__main .main__slogan .main__title p {
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .header__main .main__slogan .main__title p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 570px) {
  .header__main .main__slogan .main__title p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}

@media (max-width: 375px) {
  .header__main .main__slogan .main__title p {
    font-size: 16px;
    line-height: 20px;
  }
}

.header__main .main__slogan .main__title span {
  font-family: ALSGorizont-MediumExpanded, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #747474;
}

@media (max-width: 1023px) {
  .header__main .main__slogan .main__title span {
    font-size: 14px;
  }
}

@media (max-width: 570px) {
  .header__main .main__slogan .main__title span {
    display: block;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 20px;
  }
}

.header__main .main__slogan .main__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #747474;
}

@media (max-width: 1076px) {
  .header__main .main__slogan .main__text {
    line-height: 16px;
  }
}

@media (max-width: 970px) {
  .header__main .main__slogan .main__text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .header__main .main__slogan .main__text {
    text-align: left;
    max-width: 280px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .header__main .main__slogan .main__text {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
  }
}

.header__main .main__slogan .main__text p {
  padding: 3px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .header__main .main__slogan .main__text p {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
  }
}

.header__main .main__slogan .main__show {
  display: none;
}

@media (max-width: 540px) {
  .header__main .main__slogan .main__show {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    width: 140px;
  }
}

@media (max-width: 375px) {
  .header__main .main__slogan .main__show {
    margin-top: 20px;
  }
}

.header__main .main__slogan .main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 191px;
  height: 35px;
  color: var(--white-color);
  background: var(--blue-color);
  border: 1px solid var(--blue-color);
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 425px) {
  .header__main .main__slogan .main__btn {
    width: 170px;
  }
}

@media (max-width: 375px) {
  .header__main .main__slogan .main__btn {
    width: 158px;
  }
}

.header__main .main__slogan .main__btn:hover {
  background: var(--white-color);
  color: var(--blue-color);
  border: 1px solid var(--blue-color);
}

/* ----------------- Блок с предложениями ------------------------ */

.slider__offer .slick-track {
  padding: 20px 0;
}

.slick-slide {
  position: relative;
}

.slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0 5px;
  border-radius: 12px;
}

.slider__offer .slick-arrow {
  position: absolute;
  top: calc(50% - 21px);
  z-index: 10;
  font-size: 0;
  width: 42px;
  height: 42px;
  border-radius: 50px;
}

.slider__offer .slick-arrow.slick-prev {
  background: url(/static/svg/slide-left.svg) no-repeat center #fff;
  background-size: contain;
  left: 0;
}

@media (max-width: 474px) {
  .slider__offer .slick-arrow.slick-prev {
    left: -27px;
  }
}

.slider__offer .slick-arrow.slick-next {
  background: url(/static/svg/slide-right.svg) no-repeat center #fff;
  background-size: contain;
  right: 0;
}

@media (max-width: 474px) {
  .slider__offer .slick-arrow.slick-next {
    right: -27px;
  }
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: 2;
}

.slick-dots li {
  width: 54px;
  height: 5px;
  background: var(--blue-color);
  border-radius: 4px;
}

.slick-dots .slick-active {
  border: 2px solid var(--blue-color);
  background: #fff;
}

.slick-dots li button {
  font-size: 0;
  border: none;
}

.offers {
  padding-top: 20px;
}

@media (max-width: 515px) {
  .offers {
    margin-bottom: 30px;
  }
}

.offers .offers__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .offers .offers__row {
    max-width: 895px;
    padding: 0 20px;
  }
}

@media (max-width: 919px) {
  .offers .offers__row {
    /* max-width: 620px; */
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .offers .offers__row {
    max-width: 550px;
  }
}

@media (max-width: 619px) {
  .offers .offers__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 474px) {
  .offers .offers__row {
    max-width: 255px;
  }
}

.offers .offers__row .offers__card {
  width: 255px;
  height: 320px;
  position: relative;
  border-radius: 5px;
  margin: 0 15px;
}

@media (max-width: 768px) {
  .offers .offers__row .offers__card {
    margin: 0 5px;
  }
}

@media (max-width: 375px) {
  .offers .offers__row .offers__card {
    height: 330px;
  }
}

.offers .offers__row .offers__card span {
  position: absolute;
  top: 5%;
  right: 16%;
  background: linear-gradient(283.67deg, #0F452F 39.09%, #25AB75 78.6%);
  box-shadow: -6px -30px 4px 0px #45454600;
  width: 76px;
  height: 410px;
  transform: rotate(45deg);
}

@media (max-width: 375px) {
  .offers .offers__row .offers__card span {
    top: 8%;
    width: 50px;
  }
}

.offers .offers__row .offers__card img {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
}

.offer__arrow {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  background: linear-gradient(283.67deg, #0F452F 39.09%, #25AB75 78.6%);
  border-radius: 5px;
}

.offer__arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 11px);
  background: url(/static/svg/offer-right.svg) no-repeat center;
  width: 22px;
  height: 22px;
}

.offers .offers__row .offers__card1 {
  background: url(/img/offer1.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.offers .offers__row .offers__card1 .offers__title {
  position: absolute;
  top: 50%;
  right: -100%;
  color: var(--white-color);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 230px;
}

.offers .offers__row .offers__card2 {
  background: url(/img/offer2.webp) no-repeat left center;
  background-size: cover;
  overflow: hidden;
}

.offers .offers__row .offers__card2 .offers__title {
  position: absolute;
  top: 50%;
  right: -100%;
  color: var(--white-color);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 230px;
}

.offers .offers__row .offers__card3 {
  background: url(/img/offer3.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.offers .offers__row .offers__card3 .offers__title {
  position: absolute;
  top: 50%;
  right: -100%;
  color: var(--white-color);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 230px;
}

.offers .offers__row .offers__card4 {
  background: url(/img/offer4.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.offers .offers__row .offers__card4 .offers__title {
  position: absolute;
  top: 46%;
  right: -100%;
  color: var(--white-color);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 230px;
}

@media (max-width: 600px) {
  .offers .offers__row .offers__card .offers__title {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 375px) {
  .offers .offers__row .offers__card .offers__title {
    font-size: 14px;
    line-height: 14px;
    top: 52%;
    right: -180%;
  }
}

.slider__item-link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

/* ------------------- Блок с обратным звонком ---------------  */

.callback__banner {
  background: url(/img/callback__banner.webp) no-repeat 73% 100% #00000033;
  background-size: cover;
  border-radius: 20px;
  max-width: 1600px;
  width: 100%;
  height: 310px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.callback__container {
  max-width: 1340px;
  height: 100%;
}

.callback__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callback__form-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  color: var(--white-color);
}

.callback__form-text {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
  color: var(--white-color);
}

.callback__form-text br {
  display: none;
}

.callback__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 10px;
  margin-top: 50px;
}

.callback__form-input {
  max-width: 320px;
  width: 100%;
  height: 52px;
  border-radius: 29px;
  padding: 0 15px;
}

.callback__form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 52px;
  background: var(--blue-color);
  border-radius: 29px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--white-color);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.callback__form-btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
}

@media (max-width: 1600px) {
  .callback__banner {
    border-radius: 0;
  }
}

@media (max-width: 1023px) {
  .callback__form-title {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .callback__banner {
    background-blend-mode: multiply;
    margin-bottom: 30px;
  }
}

@media (max-width: 579px) {
  .callback__banner {
    height: 420px;
  }

  .callback__form {
    max-width: 288px;
    width: 100%;
    margin: 0 auto;
  }

  .callback__form-title {
    font-size: 18px;
    line-height: 22px;
  }

  .callback__form-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }

  .callback__form-text br {
    display: block;
  }

  .callback__form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }

  .callback__form-btn {
    margin-top: 10px;
  }
}

/* ------------------- Блок с горячими предложениями --------------  */

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

.choose .choose__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .choose .choose__container {
    max-width: 910px;
  }
}

@media (max-width: 909px) {
  .choose .choose__container {
    max-width: 613px;
  }
}

.choose .choose__container .choose__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.choose .choose__container .choose__text {
  font-size: 14px;
  line-height: 24px;
}

.choose .choose__container .choose__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  padding-top: 20px;
}

@media (max-width: 612px) {
  .choose .choose__container .choose__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.choose .choose__container .choose__row .choose__card {
  width: 280px;
  height: auto;
  /* position: relative;
	margin-bottom: 170px; */
}

.choose .choose__container .choose__row .choose__card .card__img {
  width: 280px;
  max-height: 210px;
  height: 100vh;
  border-radius: 10px 10px 0 0;
  background: #2a49af26;
}

.choose .choose__container .choose__row .choose__card .card__img img {
  width: 280px;
  /* height: auto; */
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.choose .choose__container .choose__row .choose__card .card__main {
  background: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  padding: 10px;
}

.choose .choose__container .choose__row .choose__card .card__main .card__name {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
}

.choose .choose__container .choose__row .choose__card .card__main .card__set {
  font-weight: 600;
  font-size: 14px;
  color: var(--blue-color);
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.choose .choose__container .choose__row .choose__card .card__main .card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.choose .choose__container .choose__row .choose__card .card__main .card__price span {
  font-weight: 700;
  font-size: 18px;
  color: var(--secondary-color);
}

.choose .choose__container .choose__row .choose__card .card__main .card__price p {
  font-size: 14px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: var(--secondary-color);
}

.choose .choose__container .choose__row .choose__card .card__main .card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e5;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.choose .choose__container .choose__row .choose__card .card__main .card__bottom p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--red-color);
}

.choose .choose__container .choose__row .choose__card .card__main .card__bottom .card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 134px;
  height: 34px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
  background: var(--blue-color);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.choose .choose__container .choose__row .choose__card .card__main .card__bottom .card__btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
  border: 1px solid var(--blue-color);
}

.choose .choose__container .choose__btn {
  margin-top: 215px;
  width: 267px;
  height: 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--blue-color);
  background: var(--white-color);
  border-radius: 5px;
  padding: 5px 88px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 40px;
}

.choose .choose__container .choose__btn:hover {
  color: var(--white-color);
  background: var(--blue-color);
}

.show__btn.d-none {
  display: none;
}

/* Блок models */

.models {
  padding-top: 40px;
  min-height: 365px;
}

@media (max-width: 460px) {
  .models {
    padding-top: 0;
    padding: 20px 0;
  }
}

.models .models__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .models .models__container {
    max-width: 910px;
  }
}

@media (max-width: 909px) {
  .models .models__container {
    max-width: 620px;
  }
}

.models .models__container .models__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 13px;
}

@media (max-width: 612px) {
  .models .models__container .models__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.models .models__container .models__row .models__card {
  width: 280px;
  min-height: 360px;
}

.models .models__container .models__row .models__card .card__img {
  position: relative;
  padding: 10px;
  /* background: #2a4daf26;
  padding: 10px;
  border-radius: 10px 10px 0 0; */
}

.models .models__container .models__row .models__card .card__img .models__round {
  width: 155px;
  height: 155px;
  border-radius: 100%;
  background: var(--blue-color);
}

.models .models__container .models__row .models__card .card__img .models__img {
  position: absolute;
  top: 28px;
  left: 12px;
}

.models .models__container .models__row .models__card .card__img .models__img img {
  max-width: 240px;
  height: 120px;
  width: 100%;
}

.models .models__container .models__row .models__card .card__main {
  background: var(--white-color);
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  border-radius: 0 0 10px 10px;
  padding: 20px 10px;
  width: 100%;
}

.models .models__container .models__row .models__card .card__main .card__name {
  font-weight: 700;
  font-size: 17px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.models .models__container .models__row .models__card .card__main .card__set {
  font-weight: 600;
  font-size: 12px;
  color: var(--blue-color);
  margin-top: 5px;
}

.models .models__container .models__row .models__card .card__main .card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.models .models__container .models__row .models__card .card__main .card__price span {
  font-weight: 700;
  font-size: 18px;
  color: var(--secondary-color);
}

.models .models__container .models__row .models__card .card__main .card__price p {
  font-size: 14px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: var(--secondary-color);
}

.models .models__container .models__row .models__card .card__main .card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e3e3e5;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.models .models__container .models__row .models__card .card__main .card__bottom p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--red-color);
}

.models .models__container .models__row .models__card .card__main .card__bottom .card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
  height: 34px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--white-color);
  background: var(--blue-color);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.models .models__container .models__row .models__card .card__main .card__bottom .card__btn:hover {
  color: var(--blue-color);
  background: var(--white-color);
  border: 1px solid var(--blue-color);
}

.text__bottom {
  margin-bottom: 40px;
}

.text__bottom p {
  font-family: 'ALSGorizont-MediumExpanded', sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: var(--main-color);
  text-align: justify;
  text-indent: 15px;
}

.text__bottom p span {
  font-weight: 700;
  color: var(--main-color);
}

.text__bottom p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 570px) {
  .text__bottom p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .text__bottom p:not(:last-child) {
    margin-bottom: 10px;
  }
}