.goods-price__total {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0em;
  text-align: left;

  margin-bottom: 33px;
  text-align: right;
}

.goods-price__total span:nth-child(1){
  font-size: 15px;
  line-height: 16px;
  font-weight: 500;
}

.goods-price__total span:nth-child(2){
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}
.goods-price__total span:nth-child(3){
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
}

.goods__benefits {
  margin-bottom: 19px;
}
.store__amount {
  position: absolute;
  left: 24px;
  top: 9px;
}

.store__amount span:nth-child(1){
  color: #565656;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.4%; /* 13.962px */
}
.store__amount span:nth-child(2){
  color: #00cabf;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.4%; /* 21.48px */
  margin-left: 5px;
  display: inline-block;
}
.goods__sum-price_amount {
  font-size: 14px;
}
.goods__sum-price_amount {
  font-size: 19px;
  display: block;
  margin-top: 5px;
}

.color-chars__item {
  border: 1px solid #000000;
  /*-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);*/
  /*-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);*/
}
.colors-section {
  margin-top: 0;
}

[target="_blank"] {
  text-decoration: underline !important;
}

.hero__benefits-name {
  font-family: 'Haval', sans-serif;

  font-size: 12px;
  font-weight: 400;
}

.goods__item-name {
  font-weight: 400;
  line-height: 1;
}

.goods__item-name .goods__item-name_accent{
  font-weight: 500;
}

.goods__benefits-text {
  font-weight: 300;
}

.goods__sum-price_amount {
  font-size: 25px;
}

.exchange__desc {
  font-weight: 300;
}

.exchange__title.section-title {
  font-family: 'Haval', sans-serif;
  font-weight: 400;
}

.exchange__title.section-title #car__title {
  font-weight: 600;
}

.car-item .car-image {
  transform: scale(1.4);
}
@media (max-width: 1100px) {
  .car-item .car-image {
    transform: none;
  }
}
.btn.btn_trs {
  text-decoration: none !important;
}

.calculation__title.section-title {
  font-weight: 400;
  color: #B7B7B7;
}

.calculation__title.section-title .calculation__title_accent {
  color: #B7B7B7;
}

.exchange__title.section-title #car__title {
  font-weight: 600;

}

#trade-in .exchange__title_accent {
  font-weight: 600;
}

.map__tel {
  font-weight: 300;
}
.map__address {
  font-family: "PF DinDisplay Pro", sans-serif;
  font-weight: 300;
}
.calculation__range-title  {
  font-weight: 400;
}

.header__tel {
  font-weight: 400;
}

.btn {
  font-weight: 600;
  font-size: 15px;
}

.goods__sum-price_amount {
  font-family: 'PF Din Text Comp Pro', sans-serif;
  font-weight: 600;
  font-size: 34px;
}
.goods-price__total span:nth-child(2){
  font-family: 'PF Din Text Comp Pro', sans-serif;
  font-weight: 600;
  font-size: 32px;
}

.btn_red:hover {
  background-color: #333333;
}

.btn.btn_trs:hover {
  background-color: #000000;
  color: #ffffff;
}

.goods__item-profit {
  font-weight: 300;
}

.footer__text, .footer__desc {
  font-size: 13px;
  font-weight: 300;
  color: #818181;
  font-family: 'PF DinDisplay Pro', sans-serif;
}
.normal__link {
  font-family: 'PF DinDisplay Pro', sans-serif;
}

.map__question {
  font-size: 16px;
}

.goods__item-profit {
  font-size: 16px;
}

.swiper-button-next, .swiper-button-prev {
  top: 39%;
}

.goods::after {
  display: none !important;
}

@media (min-width: 1200px) {
  .swiper-button-prev {
    left: 10px;
  }
}

.blur-image {
  transition: all .3s;
  filter: blur(3px)
}

/*// TECH*/

.tech-nav {
  display: flex;
  justify-content: center;
  top: 30px;
  position: relative;
}

@media (min-width: 560px) {
  /*.tech-nav {*/
  /*    display: none;*/
  /*}*/
}

.tech-pagination {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80%;
}

.tech-pagination .swiper-pagination-bullet, .sales-pagination .swiper-pagination-bullet {
  height: 6px;
  max-width: 50px;
  display: block;
  width: auto;
  flex-grow: 1;
  margin: 0 5px;
  border-radius: 21px;
  background-color: #ffffff;
  border: 1px solid #D1D1D1;
}

.tech-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .sales-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
  border: 1px solid transparent;
}

.sw-btn__sales.swiper-button-next, .slw-btn__sales.swiper-button-next {
  right: -30px;
}

.sw-btn__sales.swiper-button-prev, .slw-btn__sales.swiper-button-prev {
  left: -30px;
}

.sw-btn__tech.swiper-button-next, .slw-btn__tech.swiper-button-next {
  right: -30px;
}

.sw-btn__tech.swiper-button-prev, .slw-btn__tech.swiper-button-prev {
  left: -30px;
}

@media (max-width: 560px) {
  .sw-btn__tech.swiper-button-next, .slw-btn__tech.swiper-button-next {
    right: 10px;
    top: calc(103% - 1px);
    bottom: 0;
  }

  .sw-btn__tech.swiper-button-prev, .slw-btn__tech.swiper-button-prev {
    left: 10px;
    top: calc(98% - 2px);
    bottom: 0;
  }

  .next-color.color-changer {
    right: 10px;
    top: calc(39% - 4px)
  }
  .prev-color.color-changer {
    left: 10px;
  }
}

.tech-title__section {
  margin-bottom: 25px;
}

.cars-tech {
  padding-top: 60px;
  padding-bottom: 95px;
}

@media (max-width: 560px) {
  .cars-sales {
    padding-bottom: 150px;
  }
}

.tech-image {
  height: 180px;
  margin-bottom: 25px;
}

.tech-swiper {
  width: 100%;
}

.tech-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tech-title {
  font-family: 'Haval', sans-serif;

  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #000000;
  text-transform: uppercase;
  height: 95px;
}

.tech-desc {
  font-family: "PF DinDisplay Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #565656;
}

.header__tel {
  text-shadow: 1px 1px 0px #000;
}

.header__address {
  text-shadow: 1px 1px 0px #000;
}

.header__address-icon {
  width: 11px;
  height: 13px;
  stroke-width: 1px;
  stroke: #000;
}
.d-sm-none {
  display: none !important;
}
@media (max-width: 980px) {
  .exchange__title.section-title {
    font-size: 21px;
    line-height: 30px;
  }

}

.sales-nav {
  display: flex;
  justify-content: center;
  top: 30px;
  position: relative;
}

.sales-pagination {
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 80%;
}

.cars-sales {
  padding-bottom: 100px;
}