/* блок с апсейлами на странцие товара с адаптивом */
.upsale {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px;
  background: #F5F5F5;
  padding: 3rem 0 0 0;
}

.upsale__title {
  color: var(--akzendent, #8C0D18);
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 34px;
}

.upsale__subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}

.upsale .sezon-tovar__header {
  width: 100%;
  margin-bottom: 0;
}

.upsale .sezon-tabs {
  max-width: 100%;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.upsale .sezon-tab-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

.upsale .sezon-tab-content {
  position: initial;
}

.upsale .owl-carousel.owl-drag .owl-item {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .upsale .sezon-tab-header {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }

  .upsale .sezon-tovar__header {
    position: relative;
  }
}

.sezon-tovar.upsale {
  margin-bottom: 0;
}

.sezon-tovar.upsale .items__item {
  margin-bottom: 45px;
}

/* конец блок с апсейлами на странцие товара */