.special__top {
  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;
  gap: 20px;
  height: 100px;
  margin: 20px 0;
}

.special__section,
.call__section {
  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;
  background: #f6faff;
  border-radius: 10px;
  padding: 15px 10px;
  height: inherit;
  gap: 5px;
}

.special__section {
  width: 48%;
}

.special__brand {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
}

.special__mod {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
}

.special__price {
  text-align: end;
  min-width: 210px;
  width: 210px;
}

.special__price h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #fe975a;
}

.special__price p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.special__stock {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.special__stock span {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--black-color);
}

.call__section {
  width: 52%;
  padding: 20px;
}

.call__section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.call__section button {
  position: relative;
  background: var(--white-color);
  border: 1px solid rgba(186, 150, 245, 0.5);
  border-radius: 10px;
  padding: 15px;
  padding-left: 40px;
}

.call__section button img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.special__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.special__description {
  width: 60%;
}

.title__description {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.description__block {
  background: var(--white-color);
  border: 2px dashed rgb(71 79 160 / 20%);
  border-radius: 10px;
  margin-top: 10px;
}

.description__row,
.description__bottom {
  background: #f6faff;
  border-radius: 10px;
  margin: 10px 0;
  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;
  gap: 5px;
  padding: 10px 20px;
}

.description__row span {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding-left: 30px;
}

.description__row span::before {
  content: "";
  background: url(/img/svg/descr0.svg) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}

.description__row-year span::before {
  background: url(/img/svg/descr1.svg) no-repeat center;
}

.description__row-mileage span::before {
  background: url(/img/svg/descr2.svg) no-repeat center;
}

.description__row-owners span::before {
  background: url(/img/svg/descr3.svg) no-repeat center;
}

.description__row-body span::before {
  background: url(/img/svg/descr4.svg) no-repeat center;
}

.description__row-color span::before {
  background: url(/img/svg/descr5.svg) no-repeat center;
}

.description__row-acceleration span::before {
  background: url(/img/svg/descr6.svg) no-repeat center;
}

.description__row-mixed span::before {
  background: url(/img/svg/descr7.svg) no-repeat center;
}

.description__row-name span::before {
  background: url(/img/svg/descr8.svg) no-repeat center;
}

.description__row-power span::before {
  background: url(/img/svg/descr9.svg) no-repeat center;
  background-size: contain;
}

.description__row-transmission span::before {
  background: url(/img/svg/descr10.svg) no-repeat center;
  background-size: contain;
}

.description__row-drive span::before {
  background: url(/img/svg/descr11.svg) no-repeat center;
  background-size: contain;
}

.description__row p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
}

.description__bottom {
  position: relative;
  margin: 0;
  margin-top: 30px;
  width: 35%;
}

.description__bottom span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
  margin-right: 10px;
  padding-left: 30px;
}

.description__bottom span::before {
  content: "";
  background: url(/img/svg/descr8.svg) no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  left: 20px;
}

.description__bottom p {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  background: var(--green-color);
  border-radius: 27px;
  padding: 5px 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.description__bottom p:hover {
  background: var(--blue-color);
  color: var(--green-color);
}

/* -------------- swiper ------------------ */

.slider__block {
  width: 65%;
}

.special__slider {
  position: relative;
  width: 100%;
  height: 446px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-left: 20px;
}

.gallery-main {
  width: calc(100% - 120px);
  height: 100%;
  border-radius: 10px;
}

.gallery-main .swiper-slide {
  border: 1px solid rgba(71, 79, 160, 0.05);
  border-radius: 10px;
  width: 625px;
  cursor: pointer;
}

.gallery-main .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-main .swiper-slide .lazy-preloader {
  left: calc(50% - 50px);
  border-radius: 0 !important;
}

.gallery-thumbs {
  position: relative;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100px;
  height: inherit;
  padding-left: 15px;
  margin: 15px 0;
}

.swiper-button-next {
  background: var(--mask);
  width: 100%;
  color: transparent;
  top: initial;
  bottom: 5px;
  left: 10px;
}

.swiper-button-next:after {
  background: url(/img/svg/down.svg) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 20px;
  opacity: .5;
}

.swiper-button-prev {
  background: var(--mask);
  width: 100%;
  color: transparent;
  top: 0;
  left: 10px;
}

.swiper-button-prev:after {
  background: url(/img/svg/up.svg) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 20px;
  opacity: .5;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

.gallery-thumbs .swiper-slide {
  width: 100px;
  height: 64px;
  opacity: 0.5;
  cursor: pointer;
}

.gallery-thumbs .swiper-slide img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 5px solid transparent;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 0.5;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active img {
  margin-left: -15px;
}

/* ------------------ inside slider -------------- */

.slider {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  z-index: 9999;
}

.slider__open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.slider__open img {
  width: 100%;
  height: 75vh;
}

.slider__container {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80vh;
  padding: 30px;
}

.slider__btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--btn-color);
}

.slider__btn_left {
  left: -50px;
}

.slider__btn_left:hover svg {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.slider__btn_right {
  right: -50px;
}

.slider__btn_right:hover svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.slider__close {
  position: absolute;
  top: -40px;
  right: -40px;
  background: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider__close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  fill: var(--blue-color);
}

.slider__btn_left svg,
.slider__btn_right svg,
.slider__close svg {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.used__special-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
}

.container__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.used__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  float: left;
  left: 0;
  position: sticky;
  top: 110px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.used__benefit {
  background: #f9fcff;
  border-radius: 10px;
  max-width: 500px;
  min-height: 330px;
  padding: 5px;
}

.used__benefit-wrap {
  position: relative;
  background: #f9fcff;
  border: 2px dashed rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 15px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: inherit;
}

.used__credit-wrap::before {
  content: none;
}

.used__benefit-wrap .used__benefit-title,
.used__benefit-wrap h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: var(--blue-color);
  margin-bottom: 10px;
}

.used__benefit-wrap h2 {
  padding-right: 80px;
}

.used__benefit-bottom .used__credit-wrap h2 {
  padding-right: 0;
}

.used__benefit-wrap span {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: var(--btn-color);
}

.used__benefit-wrap .used__benefit-span {
  position: relative;
  font-weight: 400;
  color: var(--black-color);
  padding-left: 20px;
  background: transparent;
}

.used__benefit-wrap .used__benefit-span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  background: url(/img/svg/star-span.svg) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.used__benefit-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--btn-color);
}

.used__benefit-wrap a,
.best__price-btn button,
.used__benefit-block form button {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgba(71, 79, 160, 0.12);
  background: #8C77ED;
  padding: 15px 0;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  margin-left: initial;
  text-align: center;
  margin-top: 20px;
}

.best__price-btn button {
  font-weight: 700;
}

.used__benefit-wrap a p {
  font-weight: 600;
  font-size: 16px;
  color: var(--white-color);
  background: initial;
  cursor: pointer;
}

.used__bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  width: 60%;
}

.used__info {
  position: relative;
  margin: 0 auto;
  margin-right: initial;
  padding: 10px;
  padding-bottom: 20px;
  background: #f9fcff;
  border-radius: 10px;
}

.used__info-item,
.used__info-item li,
.used__info-btn {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.used__info-item:last-child {
  margin-bottom: 0;
}

.used__info-item:nth-child(n + 3) {
  display: none;
}

.used__info.open .used__info-item:nth-child(n + 3) {
  display: block;
}

.used__info-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.used__info-btn:hover {
  color: var(--red-color);
}

.special__info p {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 20px;
}

.special__info-row {
  margin-bottom: 30px;
}

.special__info-block {
  background: var(--white-color);
  border-radius: 10px;
  padding: 10px;
}

.special__info-block h3 {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--blue-color);
  margin-bottom: 10px;
  padding-right: 30px;
  cursor: pointer;
}

.special__info-block h3::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  background: url(/img/svg/v.svg) no-repeat center;
  width: 16px;
  height: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.special__info-block h3.hide::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.special__info-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 5px;
  border: 2px dashed rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 10px;
}

.special__info-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: var(--blue-color);
  margin-bottom: 5px;
  list-style-type: disc;
  margin-left: 20px;
}

.special__info-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  list-style-type: inherit;
  margin-left: 0;
}

.used__benefit-bottom {
  max-width: 100%;
}

.used__benefit-bottom h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: var(--blue-color);
  padding-right: 80px;
}

.used__benefit-bottom h2 b {
  font-weight: 800;
  color: #8C77ED;
}

.used__benefit-bottom .used__benefit-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.used__benefit-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--btn-color);
  margin-bottom: 5px;
}

.used__benefit-block form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.form__input {
  margin-bottom: 15px;
}

.form__check-label {
  margin-bottom: 10px;
}

.used__benefit-wrap .radio__img {
  min-width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid rgba(71, 79, 160, 0.20);
  background: var(--btn-color);
}

input[type="checkbox"]:not(:checked)+.radio__img {
  background: none;
}

.used__benefit-wrap .form__check-label p {
  margin-left: 5px;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.80);
}

.used__benefit-wrap .form__check-label p span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.used__benefit-wrap .radio__img::before {
  top: 2px;
  left: 2px;
  background: url(/img/svg/checked.svg) no-repeat center #675b80;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.used__benefit-block form button {
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: var(--white-color);
  border-radius: 0px 0px 10px 10px;
  border: 1px solid rgba(71, 79, 160, 0.12);
  background: #8C77ED;
  margin-top: 0;
}

.credit__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.form__left {
  width: 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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid rgba(71, 79, 160, 0.20);
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
  gap: 10px;
}

.first__text,
.monthly__text,
.time__text {
  color: var(--blue-color);
}

.used__benefit-wrap .first__payment,
.used__benefit-wrap .time__payment {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.80);
  margin-top: 5px;
}

.used__benefit-wrap .monthly__payment {
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #BA95F6;
  margin-top: 5px;
}

.form__right-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  color: rgb(0 0 0 / 80%);
}

.credit__form .pick__btn {
  width: 190px;
  font-size: 16px;
}

.credit__form .pick__btn:hover {
  width: 100%;
  background: var(--btn-color);
}

.used__benefit-wrap .irs-grid-text {
  font-size: 9px;
}

.irs--flat.irs-with-grid {
  height: 35px;
}

.irs--flat .irs-min,
.irs--flat .irs-max,
.irs--flat .irs-single,
.irs-with-grid .irs-grid {
  display: none;
}

.irs--flat .irs-handle {
  top: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--btn-color);
  cursor: pointer;
}

.irs--flat .irs-handle>i:first-child,
.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background: transparent;
}

.irs--flat .irs-line {
  top: 20px;
  height: 2px;
}

.irs--flat .irs-bar {
  top: 20px;
  height: 2px;
  background: var(--btn-color);
}

/* .swiper-pagination,
.slider__fraction {
  display: none;
} */

.slider__checked {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
  background: #ffffff4f;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  padding: 3px;
  z-index: 1;
}

.slider__checked p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  background: none;
}

.slider__checked img {
  width: 104px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 16px;
  gap: 5px 0;
  bottom: 20px;
}

.slider__fraction {
  position: absolute;
  bottom: 40px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: var(--white-color);
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  height: 20px;
  /* backdrop-filter: blur(10px); */
}

.slider__current {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.slider__separator {
  margin: 0 2px;
}

.slider__total {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  background: var(--white-color);
  border-radius: 1px;
  opacity: 1;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
  height: 10px;
  background: transparent;
  border: 1px solid var(--white-color);
}

/* ====== */

.fancybox-is-open .fancybox-bg {
  opacity: .9;
}

.header {
  z-index: 4;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  z-index: 3;
}

/* ----------------------- @media ---------------------- */

@media screen and (max-width: 1199px) {
  .special__info-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .special__top {
    height: 68px;
    margin: 0;
    margin-bottom: 30px;
  }

  .special__brand {
    font-size: 24px;
    line-height: 28px;
  }

  .special__mod {
    line-height: 16px;
  }

  .special__price h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .special__price p {
    font-size: 14px;
    line-height: 17px;
  }

  .special__stock {
    font-size: 14px;
    line-height: 14px;
  }

  .special__stock span {
    font-size: 14px;
    line-height: 16px;
  }

  .call__section {
    padding: 0 10px;
  }

  .call__section button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    min-width: 105px;
    height: 50px;
  }

  .call__section button span {
    padding-left: 5px;
  }

  .call__section button img {
    position: initial;
    width: 25px;
    height: 25px;
  }

  .special__description {
    background: var(--white-color);
    border: 1px dashed rgb(71 79 160 / 20%);
    border-radius: 10px;
    padding: 5px;
  }

  .title__description {
    display: block;
    text-align: center;
    line-height: 16px;
  }

  .description__block {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }

  .description__row {
    padding: 10px;
  }

  .description__row p {
    font-size: 16px;
    line-height: 18px;
  }

  .description__bottom {
    max-width: 464px;
    width: 100%;
    margin: 0 auto;
    margin-left: inherit;
    margin-top: 15px;
  }

  .special__slider {
    height: 430px;
    margin-left: 5px;
  }

  .container__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }

  .used__bottom-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .used__special-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }

  .used__benefit {
    max-width: 100%;
    width: 50%;
    min-height: 300px;
  }

  .used__bottom-right {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .special__info-row {
    margin-bottom: 0;
  }

  .used__benefit-bottom {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .special__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    height: auto;
    gap: 10px;
  }

  .special__stock span {
    font-size: 16px;
    margin-top: 5px;
    display: block;
  }

  .special__section,
  .call__section {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 960px) {
  .description__row span {
    font-size: 14px;
    line-height: 14px;
  }

  .special__slider {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {

  .used__benefit,
  .used__benefit-wrap {
    height: auto;
  }

  .used__benefit-wrap p {
    font-size: 14px;
    line-height: 16px;
  }

  .used__benefit-bottom h2,
  .used__benefit-wrap h2,
  .used__benefit-wrap .used__benefit-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .used__benefit-show .used__benefit-wrap h2 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {

  .slider__btn_left svg,
  .slider__btn_right svg {
    width: 20px;
    height: 20px;
  }

  .slider__container {
    padding: 10px;
  }
}

@media screen and (max-width: 760px) {

  .special__section,
  .call__section {
    max-width: 640px;
    width: 100%;
    background: none;
    padding: 0;
  }

  .special__section {
    border: 1px solid rgba(71, 79, 160, 0.28);
    border-radius: 5px;
    padding: 10px;
  }

  .call__section div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .call__section button {
    width: 170px;
    border-radius: 5px;
  }

  .special__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .special__description {
    width: 100%;
  }

  .slider__block {
    width: 100%;
    margin: 10px 0;
  }

  .special__slider {
    width: 100%;
    height: 370px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 660px) {
  .used__benefit-show .used__benefit-wrap h2 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .special__price {
    min-width: 100%;
    width: 100%;
  }

  .special__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }

  .special__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
    gap: 10px;
    margin-bottom: 0;
  }

  .gallery-main {
    width: 100%;
    height: 340px;
    border-radius: 0;
  }

  .gallery-main .swiper-slide {
    border: none;
    border-radius: 0;
  }

  .gallery-main .swiper-slide img {
    border-radius: 0;
  }

  .gallery-thumbs {
    width: 100%;
    height: 100px;
  }

  .swiper-button-next {
    width: initial;
    height: 100%;
    top: 0;
    bottom: 0;
    left: initial;
    right: 0;
  }

  .swiper-button-next:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .swiper-button-prev {
    width: initial;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .swiper-button-prev:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .gallery-thumbs .swiper-slide-thumb-active img {
    margin-left: 0;
    margin-top: 15px;
  }

  .used__bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .used__benefit {
    max-width: 100%;
    width: 100%;
    min-height: 230px;
  }

  .used__benefit-wrap {
    height: auto;
    padding: 10px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 120px;
  }

  .slider__fraction {
    bottom: 145px;
  }
}

@media screen and (max-width: 630px) {
  .used__benefit-bottom .used__benefit-block {
    gap: 5px;
  }
}

@media screen and (max-width: 575px) {
  .slider__btn {
    width: 35px;
    height: 35px;
  }

  .slider__btn_left {
    left: -30px;
  }

  .slider__btn_right {
    right: -30px;
  }

  .slider__close {
    top: 20%;
    right: -20px;
  }

  .used__benefit-wrap6 h2 br {
    display: none;
  }

  .used__benefit-block form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 525px) {
  .credit__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 520px) {
  .special__info-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 425px) {
  .gallery-main {
    height: 250px;
  }

  .special__info p {
    font-size: 20px;
    line-height: 22px;
    margin: 20px 0 15px;
  }

  .special__info-block h3 {
    font-size: 18px;
  }

  .special__info-title {
    font-size: 16px;
  }

  .special__info-item {
    font-size: 14px;
  }

  .used__benefit-bottom h2,
  .used__benefit-wrap h2,
  .used__benefit-wrap .used__benefit-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    /* text-shadow: 2px 2px 4px rgba(179, 147, 211, 0.1), 1px 2px 2px rgba(179, 147, 211, 0.15), 3px 5px 3px rgba(179, 147, 211, 0.2), 4px 5px 3px rgba(179, 147, 211, 0.25); */
  }
}

@media screen and (max-width: 375px) {
  .special__main {
    margin-bottom: 10px;
  }

  .description__row {
    padding: 5px;
    margin: 5px 0;
  }

  .description__bottom {
    padding: 5px;
  }

  .gallery-thumbs {
    display: none;
  }

  .used__special-bottom {
    padding-top: 0;
  }

  .used__benefit-wrap a,
  .best__price-btn button {
    width: 100%;
    margin-top: 5px;
  }

  .used__benefit-bottom h2,
  .used__benefit-wrap h2,
  .used__benefit-wrap .used__benefit-title {
    padding-right: 60px;
  }

  .credit__form .pick__btn {
    width: 100%;
  }

  .description__bottom span {
    font-size: 12px;
    line-height: 12px;
  }

  .description__bottom span::before {
    top: 10px;
    left: 10px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }

  .slider__fraction {
    bottom: 30px;
  }
}

@media screen and (max-width: 374px) {
  .description__row p {
    font-size: 14px;
    line-height: 16px;
  }

  .used__benefit-wrap .form__check-label p,
  .used__benefit-wrap .form__check-label p span {
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (max-width: 360px) {
  .special__brand {
    font-size: 20px;
    line-height: 26px;
  }

  .special__mod {
    line-height: 12px;
  }

  .special__price h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 320px) {
  .title__description {
    display: none;
  }
}