

/* Start:/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/products_slider/style.css?17839199466119*/
.catalog-lenta{
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .catalog-lenta{
    margin-bottom: 24px;
  }
}

.catalog-lenta_list {
  scroll-behavior: smooth;
}

.catalog-lenta__title {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.catalog-lenta__title .catalog-lenta__title-text {
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #273647;
  margin-right: 50px;
}

.catalog-lenta__title .catalog-lenta__title-link {
  display: block;
  min-width: 100px;
  text-align: right;
  font-size: 14px;
  line-height: 16px;
  color: #768296;
}

.catalog-lenta__title .catalog-lenta__title-link:hover {
  color: #273647;
}

.catalog-lenta__title .catalog-lenta__title-link.mobile-link {
  display: none;
}

.catalog-lenta__title .catalog-lenta__title-link svg {
  height: 20px;
  fill: #768296;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 2px;
}

.catalog-lenta__bottom-link {
  display: block;
  background: #EFF2F6;
  border: 1px solid #D6DFEA;
  border-radius: 3px;
  padding: 11px 10px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #768296;
  position: relative;
  top: -1px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.catalog-lenta__bottom-link:hover {
  color: #273647;
}

.catalog-items.catalog-item-v2__properties-line {
  white-space: initial;
}

.catalog-items .catalog-item__wrapper {
  border-top: 1px solid var(--border-color);
}

.catalog-lenta .catalog-items.wide {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {

  .catalog-lenta {
    margin: 20px 0;
  }

  .catalog-lenta__title .catalog-lenta__title-text {
    font-size: 24px;
    line-height: 24px;
  }

  .catalog-lenta__title .catalog-lenta__title-link {
    display: none;
  }
  .catalog-lenta__title .catalog-lenta__title-link.mobile-link {
    display: block;
    width: 100px;
    top: 0;
  }

  .catalog-lenta__bottom-link {
    display: none;
  }

  .catalog-lenta__items .catalog-item-v2__wrapper {
    display: block;
    flex: none;
  }

  .catalog-lenta__items {
    margin: 0;
    overflow: initial;
  }

  .catalog-lenta.row {
    margin: 0;
    -webkit-overflow-scrolling: auto;
    white-space: nowrap;
    display: flex;
    overflow: auto;
    flex-wrap: nowrap;
    justify-content: normal;
    scrollbar-width: thin;
    scrollbar-color: #8C1A42 #D6DFEA;
  }

  .catalog-lenta::-webkit-scrollbar {
    width: 6px;               /* ширина scrollbar */
    height: 6px;
  }
  .catalog-lenta::-webkit-scrollbar-track {
    background: #D6DFEA;        /* цвет дорожки */
  }
  .catalog-lenta::-webkit-scrollbar-thumb {
    background-color: #8C1A42;    /* цвет плашки */
    border-radius: 5px;       /* закругления плашки */
  }

  .catalog-lenta__nav {
    display: block;
  }

  .catalog-lenta .catalog-items.wide {
    overflow: auto;
  }

  .catalog-lenta-discount .catalog-lenta .catalog-items.wide {
    overflow: hidden;
  }
}

@media(max-width: 576px) {
  .catalog-lenta.row {
    column-gap: 15px;
    border-top: 1px solid #D6DFEA;
  }

  .catalog-lenta__items .catalog-item-v2__wrapper {
    max-width: 205px;
    padding: 0;
    border-top: none;
  }

  .catalog-lenta__items .catalog-item__wrapper {
    border-top: none;
  }
}

.catalog-banner {
  height: 100%;
}
.catalog-banner__item {
  position: relative;
  display: block;
  height: 100%;
}
.catalog-banner__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog-banner__item-img {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.catalog-lenta-discount .catalog-banner__item-img {
  background-size: auto 270px;
}

@media(max-width: 576px) {
  .catalog-lenta-discount .catalog-banner__item-img {
    background-size: cover;
  }
}
.catalog-banner__item-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 25px;
  max-height: 100%;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #FFF;
}
.catalog-banner__item-text span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 5px;
}
.catalog-banner__item-text.dark {
  color: #273647;
}

@media(max-width: 576px) {
  .catalog-banner__item {
    max-width: 100%;
  }
}

.catalog-lenta-discount .catalog-lenta__bottom-link{
  position: relative;
  margin-top: 20px;
}

@media (max-width: 991px) {
    .catalog-lenta-discount .catalog-lenta__bottom-link {
        display: block;
    }
}

@media(max-width: 1400px) {
  .catalog-lenta-discount .catalog-lenta__bottom-link {
    margin-top: 88px;
  }
}

.catalog-lenta-discount .catalog-lenta__bottom-link:before{
  content: "";
  position: absolute;
  top: -80px;
  left: calc(50% - 185px / 2);
  display: inline-block;
  width: 185px;
  height: 86px;
  background: url(/local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/products_slider/images/on_btn.svg) no-repeat;
  z-index: 0;
}

.catalog-lenta-discount .catalog-banner__item{
  background: #F6F6F6;
}

@media(max-width: 576px) {
  .catalog-lenta-discount .catalog-banner__item{
    height: 150px;
  }
}

.catalog-lenta-discount .catalog-banner__item-text{
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: var(--heading-color);
}

@media(max-width: 576px) {
  .catalog-lenta-discount .catalog-banner__item-img{
    width: 100%;
    height: 150px;
    background-size: contain;
    background-position: center right -10% !important;
  }
  .catalog-lenta-discount .catalog-banner__item-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}

@media(max-width: 460px) {
  .catalog-lenta-discount .catalog-banner__item-img{
    background-position: center right -45% !important;
  }
}

.catalog-lenta-discount .catalog-banner__item-desc{
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  margin-top: 6px;
}

@media(min-width: 576px) {
    .catalog-lenta-discount div[data-element="catalog-carousel-viewed-catalog-item"]:last-child{
      display: none;
    }
}
/* End */


/* Start:/local/components/ranx/order.canceled.reason/templates/.default/style.css?1755611030324*/
.other-reason-block {
	max-width: 505px;
	margin: 0 auto;
}

.other-reason-block h2 {
	text-align: center;
	font-size: 30px;
}

.other-reason-block .or-description {
	padding-bottom: 15px;
}

.other-reason-block .or-form {
	padding-top: 10px;
}

.other-reason-block .button_block {
	text-align: center;
}
/* End */
/* /local/templates/mavt_adaptiv_2022/components/bitrix/catalog.section/products_slider/style.css?17839199466119 */
/* /local/components/ranx/order.canceled.reason/templates/.default/style.css?1755611030324 */
