

/* Start:/local/components/catalog/section.new/templates/catalog-new/style.css?178101268714097*/
.main.catalog {
  background-color: #fffef7;
}

.main-hero {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fffef7;
}

.main-hero .c-slider-wrapper:not(:last-child) {
  margin-bottom: 0;
}

body:has(#bx-panel) .main-hero {
  padding-top: 20px;
}

body:has(#bx-panel.bx-panel-folded) .main-hero {
  padding-top: 30px;
}

.section-catalog {
  display: flex;
  flex-direction: column;
  margin-top: 125px;
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #fffef7;
}

.section-catalog__products-main .catalog-description--inline {
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: transparent;
}

.section-catalog__products-main .catalog-description--inline .catalog-description__title {
  margin-bottom: 24px;
}

.section-catalog__products-main .catalog-description--inline .catalog-description__body {
  color: #253165;
}

.section-catalog:not(:last-child) {
  margin-bottom: 100px;
}

body:has(#bx-panel) .section-catalog {
  margin-top: 0;
}

body:has(#bx-panel.bx-panel-folded) .section-catalog {
  margin-top: 86px;
}

.section-catalog__breadcrumbs:not(:last-child) {
  margin-bottom: 12px;
}

.c-more {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.c-more:hover .c-more__image {
  transform: scale(1.05);
}

.c-more__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  transition: transform 0.2s ease-in-out;
}

.c-more__text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 800;
  font-size: 45px;
  line-height: 1.2;
  color: #ffffff;
}

.c-slider-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.c-slider-wrapper:not(:last-child) {
  margin-bottom: 100px;
}

.c-slider-wrapper__item {
  min-width: 0;
}

.c-slider-wrapper__item--1 {
  grid-column: 1 / 3;
  grid-row: 1 / 4;
}

.c-slider-wrapper__item--2 {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.c-slider-wrapper__item--3 {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}

.c-slider {
  overflow: hidden;
}

.c-slider .swiper {
  width: 100%;
  overflow: hidden;
}

.c-slider__image {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.c-slider__media--video {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.c-slider__video {
  display: block;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.c-slider__media--video.c-slider__media--playing .c-slider__link {
  display: none;
}

.c-slider .swiper-slide:has(.c-slider__media--playing) > .c-slider__text {
  display: none;
}

.c-slider__sound {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(37, 49, 101, 0.85);
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.c-slider__media--video.c-slider__media--playing .c-slider__sound {
  display: flex;
}

.c-slider__sound:hover {
  background-color: #253165;
}

.c-slider__sound-icon {
  display: block;
}

.c-slider__sound-icon--on {
  display: none;
}

.c-slider__media--unmuted .c-slider__sound-icon--off {
  display: none;
}

.c-slider__media--unmuted .c-slider__sound-icon--on {
  display: block;
}

.c-slider__link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.c-slider .swiper-slide {
  position: relative;
  z-index: 0;
}

.c-slider__text {
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 1;
  width: calc(100% - 80px);
  height: calc(100% - 100px);
  font-weight: 800;
  font-size: 65px;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}

.c-slider__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 9px 18px;
  border-radius: 15px;
  background-color: #253065;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

.c-slider__tag-icon {
  display: block;
  width: 8px;
  height: 10px;
  margin-left: 6px;
  fill: #ffffff;
}

.c-slider .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  margin-top: 10px;
}

.c-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #d9d9d9;
  opacity: 1;
  transition: background-color 0.2s ease-in-out;
}

.c-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #253165;
}

.section-catalog__search:not(:last-child) {
  margin-bottom: 60px;
}

.c-search {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  max-width: 400px;
}

.c-search:hover .c-search__input,
.c-search__input:focus {
  background-color: #f0f0f0;
}

.c-search:hover .c-search__input::placeholder,
.c-search:has(.c-search__input:focus) .c-search__input::placeholder {
  color: #cfcfcf;
}

.c-search:hover .c-search__submit-icon,
.c-search:has(.c-search__input:focus) .c-search__submit-icon {
  fill: #cfcfcf;
}

.c-search__input {
  display: block;
  width: 100%;
  padding: 12px 70px 12px 30px;
  border-radius: 24px;
  background-color: #f8f8f8;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  color: #35415c;
  transition: background-color 0.2s ease-in-out;
}

.c-search__input::placeholder {
  color: #dddddd;
  transition: color 0.2s ease-in-out;
}

.c-search__submit {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.c-search__submit-icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: #dddddd;
  transition: fill 0.2s ease-in-out;
}

.section-catalog__products {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
}

.section-catalog__products-side {
  grid-column: 1 / 3;
}

.section-catalog__products-main {
  grid-column: 4 / 13;
}

.c-categories {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-categories__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-categories__image {
  position: absolute;
  inset: 0 0 0 auto;
  display: none;
  width: 147px;
  height: 53px;
  object-fit: contain;
  object-position: center;
}

.c-categories__link,
.c-categories__text {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  color: #253165;
}

.c-categories__link:hover {
  text-decoration: underline;
}

.c-categories__item--active {
  padding: 11px 21px;
  border-radius: 15px;
  background-color: #f8f8f8;
}

.c-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  color: #253165;
}

.c-title:not(:last-child),
.c-title--page:not(:last-child) {
  margin-bottom: 20px;
}


.c-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6px 20px;
}

.c-products:not(:last-child) {
  margin-bottom: 100px;
}

.c-products .catalog-cards {
  display: contents;
}

.c-products__header {
  grid-column: 1 / 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-products__header:not(:last-child) {
  margin-bottom: 4px;
}

.c-products__header-link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  width: fit-content;
}

.c-products__header-link-title {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.6;
  color: #dddddd;
  transition: color 0.2s ease-in-out;
}

.c-products__header-link-icon {
  display: block;
  width: 10px;
  height: 13px;
  fill: #dddddd;
  transition: fill 0.2s ease-in-out;
}

.c-products__header-link:hover .c-products__header-link-title {
  color: #cfcfcf;
}

.c-products__header-link:hover .c-products__header-link-icon {
  fill: #cfcfcf;
}

.c-promo {
  position: relative;
  z-index: 0;
  padding: 60px 40px;
  min-height: 300px;

}

.c-promo:not(:last-child) {
  margin-bottom: 30px;
}

.c-promo--red .c-promo__title,
.c-promo--red .c-promo__description,
.c-promo--red .c-promo__button {
  color: #b3413d;
}

.c-promo__image {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;
}

.c-promo__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  color: #ffffff;
}

.c-promo__title:not(:last-child) {
  margin-bottom: 10px;
}

.c-promo__description {
  font-weight: 350;
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
}

.c-promo__description:not(:last-child) {
  margin-bottom: 40px;
}

.c-promo__button {
  display: block;
  width: 100%;
  max-width: 208px;
  padding: 9px 18px;
  border-radius: 10px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: #253165;
  text-align: center;
  transition: background-color 0.2s ease-in-out;
}

.c-promo__button:hover {
  background-color: #f0f0f0;
}

.c-products .catalog-card__price:not(:last-child) {
  margin-bottom: 5px;
}

.catalog-card__price-unit {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #d9d9d9;
}

.catalog-new-filters {
  margin-bottom: 24px;
}

.catalog-new-filters__group:not(:last-child) {
  margin-bottom: 12px;
}

.catalog-new-filters__title {
  margin: 0 0 8px;
  font-size: 14px;
  color: #253165;
}

.catalog-new-filters__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-new-filters__tag {
  padding: 6px 14px;
  border-radius: 20px;
  background: #f8f8f8;
  font-size: 14px;
  color: #253165;
}

.catalog-new-filters__tag--active {
  background: #253165;
  color: #fff;
}

@media (max-width: 1200px) {
  .c-slider__text {
    font-size: 48px;
  }

  .c-more__text {
    font-size: 32px;
  }

  .section-catalog__products-side {
    grid-column: 1 / 4;
  }

  .section-catalog__products-main {
    grid-column: 5 / 13;
  }

  .c-products__header {
    grid-column: 1 / 3;
  }

  .c-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .c-products .catalog-card {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 990px) {
  .c-slider-wrapper:not(:last-child) {
    margin-bottom: 60px;
  }

  .c-slider-wrapper {
    display: block;
  }

  .c-slider-wrapper__item--2,
  .c-slider-wrapper__item--3 {
    display: none;
  }

  .section-catalog__breadcrumbs:not(:last-child) {
    margin-bottom: 12px;
  }

  .c-products__header:not(:last-child) {
    margin-bottom: 2px;
  }

  .c-promo {
    display: none;
  }

  .c-title {
    font-size: 32px;
  }

  .c-title:not(:last-child) {
    margin-bottom: 16px;
  }

  .c-products {
    grid-gap: 10px 20px;
  }

  .section-catalog__products-side {
    grid-column: span 12;
  }

  .section-catalog__products-side:not(:last-child) {
    margin-bottom: 60px;
  }

  .section-catalog__products-main {
    grid-column: span 12;
  }

  .c-products__header {
    grid-column: span 2;
  }

  .c-products .catalog-card {
    min-width: unset;
    padding: 8px;
  }

  .c-categories {
    flex-wrap: wrap;
    flex-direction: row;
    row-gap: 5px;
    column-gap: 5px;
  }

  .c-categories__item {
    width: calc(50% - 2.5px);
    padding: 14px 20px;
    border-radius: 10px;
    background-color: #f8f8f8;
  }

  .c-categories__item--active {
    background-color: #f8f8f8;
  }

  .c-categories__link,
  .c-categories__text {
    font-size: 16px;
  }

  .c-categories__image {
    display: block;
  }
}

@media (max-width: 600px) {
  .c-products {
    grid-gap: 8px;
  }

  .c-products .catalog-card__props {
    flex-direction: column;
    row-gap: 8px;
  }

  .c-products .catalog-card__prop {
    grid-template-columns: 12px 12px 12px 1fr;
  }

  .c-products .catalog-card__prop-dash {
    width: 12px;
  }

  .c-products .catalog-card__price-current {
    font-size: 14px;
  }

  .c-products .catalog-card__button {
    min-height: 28px;
    font-size: 14px;
  }

  .c-products .catalog-card__title {
    font-size: 14px;
  }

  .c-products .catalog-card__text {
    font-size: 12px;
  }

  .c-products__header-link-title {
    font-size: 14px;
  }

  .c-products__header-link {
    column-gap: 5px;
  }

  .catalog-card__price-unit {
    font-size: 14px;
  }

  .c-slider__text {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    font-size: 26px;
  }

  .c-slider-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }

  .c-products:not(:last-child) {
    margin-bottom: 60px;
  }

  .section-catalog {
    padding-bottom: 60px;
  }

  .section-catalog__products-main .catalog-description--inline {
    margin-top: 40px;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .c-categories {
    flex-direction: row;
  }

  .c-categories__item {
    width: 100%;
  }

  .c-slider .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .main-hero {
    padding-top: 24px;
    padding-bottom: 40px;
  }
}

/* End */
/* /local/components/catalog/section.new/templates/catalog-new/style.css?178101268714097 */
