.hide_button {
  display: none;
}

.detail__info__slider .swiper-slide {
  min-height: 650px;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.detail__item .swiper-button-prev,
.detail__item .swiper-button-next {
  /*display: none;*/
}

.small__slider {
  padding: 2px !important;
}

.prv {
  left: 0 !important;
  top: 22px !important;
}

.nxt {
  right: 0 !important;
  top: 22px !important;
}

.prv,
.nxt {
  width: 50px !important;
  height: 50px !important;
  background: #ffffff !important;
}

.button__send:hover .hide_button {
  display: block;
  position: relative;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: none !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.detail__info {
  display: flex;
  max-width: 1786px;
}

.detail__info-head {
  display: flex;
  max-width: 1783px;
  max-height: 650px;
}

.detail__item__head {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}

.detail__item__head-model {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 116%;
  color: #2b2a29;
}

.detail__item__head-model span {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 116%;
  color: #e84e26;
}

.detail__item__head-left p {
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  color: #e84e26;
}

.detail__item__head-left p span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #808080;
}

.detail__item__head-right {
  text-align: right;
}

.detail__item__head-right .in__stock {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #2b2a29;
}

.detail__item__head-right span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #808080;
}

.button__send {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #e84e26;
  border-radius: 2px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}

.button__send svg {
  transition: 1s;
}

.button__send svg path {
  fill: #ffffff;
}

.button__send:hover {
  background-color: #d03710;
  transition: 0.3s;
}

.button__send:hover svg {
  transform: translateX(15px);
  transition: 1s;
}

.button__send svg {
  margin-left: 10px;
}

.bg-grey {
  background-color: #f6f6f6;
}

.detail__info__text {
  width: 100%;
  padding: 40px;
}

.subtext {
  font-style: normal;
  font-weight: normal;
  line-height: 145%;
  color: #4f4d4c;
  padding: 20px 0;
}

.big__subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 116%;
  color: #2b2a29;
  padding: 40px 0;
}

.small__subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 145%;
  color: #2b2a29;
  padding-bottom: 30px;
}

.detail__info__characteristics {
  width: 100%;
  max-width: 486px;
  min-width: 486px;
  background-color: #ffffff;
}

.detail__info__characteristics-head {
  background-color: #f6f6f6;
}

.detail__info__characteristics .price-info-btn {
  padding: 30px 40px;
  border-bottom: 1px solid #c9c9c9;
}

.detail__info__characteristics-head p {
  padding: 0 0 20px 0;
  text-align: center;
}

.detail__info__characteristics-head p span {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 116%;
  color: #e84e26;
}

.detail__info.bottom .detail__info__characteristics-info {
  padding: 70px 50px 30px 70px;
}

.detail__info__characteristics-info {
  padding: 50px 70px 30px 70px;
  max-height: 485px;
  overflow: auto;
  background: #fff;
}

.detail__info.bottom .detail__info__characteristics-info {
  border: 1px solid #c9c9c9;
  border-right: 0;
}

p.detail__info__characteristics-info-title {
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  text-transform: uppercase;
  color: #2b2a29;
  padding-bottom: 30px;
}

.characteristics {
  padding: 0;
}

.characteristics li {
  align-items: center;
  display: flex;
  padding: 15px 0 0 0;
  font-style: normal;
  font-weight: normal;
  line-height: 145%;
  color: #808080;
}

.characteristics li::before {
  content: "";
  border-bottom: 1px dashed #ccc;
  flex-grow: 1;
  order: 2;
  margin: 0 5px;
  position: relative;
}

.default__list {
  padding-bottom: 40px;
}

.default__list li {
  font-style: normal;
  font-weight: normal;
  line-height: 145%;
  color: #4f4d4c;
  padding-bottom: 10px;
}

.characteristics .value {
  order: 3;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 116%;
  color: #2b2a29;
}

.w-100 {
  width: 100%;
}

.detail__sliders__block {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.detail__info__slider img {
  width: 100%;
}

.small__slider {
  position: absolute !important;
  bottom: 0;
  z-index: 2 !important;
  width: 100%;
  height: 100px;
  background-color: rgba(43, 42, 41, 0.6);
}

.small__slider .swiper-wrapper {
  align-items: center;
  padding: 0 50px;
}

.download__file {
  padding: 0 0 30px 0;
}

.download__file a {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #e84e26;
  display: flex;
  align-items: center;
}

.download__file a svg {
  margin-left: 10px;
}

.small__slide__thumb {
  width: 100px !important;
  height: 44px;
  padding: 3px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.small__slide__thumb.swiper-slide-thumb-active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.small__slide__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #f6f6f6;
}

/* .contacts {
    display: flex;
    justify-content: flex-start;

}

.contacts__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 240px;
    max-width: 300px;
    width: 100%;
    height: 130px;
    background-color: #464544;
    padding: 0 20px;
    transition: 0.3s all ease;
    border-right: 1px solid #d7d7d7;
}

.contacts__item:last-child {
    border-right: 0;
}

.contacts__item-rus {
    background-color: #E84E26;
    transition: 0.3s all ease;
}

.contacts__item-rus .contacts__item-city {
    color: #ffffff;
}

.contacts__item:hover {
    background-color: #2B2A29;
    transition: 0.3s all ease;
}

.contacts__item-city {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #AFAFAF;
} */

a.city__number {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 116%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s all ease;
}

a.city__number:hover {
  color: #e84e26;
  transition: 0.3s all ease;
}

.transmog {
  flex-direction: column;
  align-items: self-start !important;
}

.detail__info__slider {
  border: 1px solid #c9c9c9;
  border-left: 0;
}

.detail__info__characteristics-head {
  border-top: 1px solid #c9c9c9;
}

/* @media (max-width: 1460px) {
    .contacts {
        flex-wrap: wrap;
    }

    .contacts__item {
        width: 33.33%;
        max-width: none;
    }

    .contacts__item:nth-child(1n+4) {
        border-top: 1px solid #d7d7d7;
    }

    .contacts__item:nth-child(3) {
        border-right: 0;
    }
} */

@media (max-width: 1024px) {
  .detail__info {
    flex-direction: column;
  }

  .detail__info-head {
    max-height: fit-content;
  }

  .detail__info__characteristics {
    max-width: 100%;
    min-width: 100%;
  }

  .detail__info__text {
    order: 3;
  }

  .detail__item__head {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  /* .contacts__item {
        width: 50%;
    }

    .contacts__item {
        border-top: 1px solid #d7d7d7;
    }

    .contacts__item:nth-child(odd) {
        border-right: 1px solid #d7d7d7;
    } */

  .detail__item__head-model {
    font-size: 30px;
  }

  .big__subtitle {
    font-size: 24px;
  }

  .in__stock,
  .small__subtitle {
  }

  .detail__info__characteristics-info-title,
  .subtext,
  .characteristics li {
  }

  .detail__info__slider .swiper-wrapper {
    max-height: 450px !important;
    height: 100% !important;
  }

  .detail__info__slider .swiper-slide {
    min-height: 450px !important;
  }
}

@media (max-width: 676px) {
  .detail__item__head-right {
    text-align: left;
  }
}

@media (max-width: 500px) {
  /* .contacts__item {
        width: 100%;
    } */

  .small__slider {
    /*overflow-x: scroll!important;*/
  }
}

@media (max-width: 375px) {
  .detail__info__characteristics-head p span {
    display: block;
    padding-top: 10px;
  }
}
