

/* Start:/local/templates/universe_s2/components/bitrix/news.detail/fresh-banner/style.css?17642430392571*/
/*  */
.hero {
  padding: 70px 0 30px 0;
}
.hero {
  background-color: var(--hero-color, transparent);
  background-image: var(--hero-bg, none);
}

/* @media (min-width: 992px) {
  .hero {
    height: calc(100vh - 110px);
  }
} */

@media (max-width: 992px) {
  .hero {
    background-image: var(--hero-bg-mob, var(--hero-bg, none));
  }
}
.hero__layout {
  display: flex;
  position: relative;
}
.hero__title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-bottom: 52px;
  white-space: pre-line;
  text-shadow: 0 0 5px #eaeaea;
  position: relative;
  z-index: 2;
}

.hero__button {
  padding: 12.5px 30px;
  color: white;
  background-color: #af7f4c;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 100px;
  cursor: pointer;
  border: 1px solid transparent;
}

.hero__button:hover {
  text-decoration: none !important;
  background-color: #af7f4cdb;
  border: 1px solid #c79056db;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-left: 0;
  max-width: 540px;
}
.benefits__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 0;
}
.benefits__text {
  text-shadow: 0 0 4px white;
}
.benefits__item::before {
  display: none;
}
.hero__media {
  position: absolute;
  top: -70px;
  right: 0;
  height: 100%;
}
@media (max-width: 992px) {
  .hero {
    padding: 0 0 30px 0;
    background-size: cover;
    background-position: left top -60px;
    background-repeat: no-repeat;
    position: relative;
  }
  .hero__title {
    font-size: 26px;
    white-space: unset;
    max-width: 280px;
    margin-bottom: 250px;
  }
  .hero__title br {
    display: none;
  }
  .hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
  .hero__button {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }
  .hero__benefits {
    position: relative;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  .hero::before {
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(50%);
    left: 0;
    bottom: 0;
 background: #e0e0e0;
        background: linear-gradient(180deg, rgb(224 224 224 / 0%) 2%, rgb(220 220 220) 50%, rgb(204 204 204 / 52%) 84%);
  }
  .hero__layout {
    overflow: hidden;
  }
  .hero__media {
    display: none;
  }
}

/*  */

/* End */


/* Start:/local/templates/universe_s2/components/bitrix/catalog.section.list/fresh-catalog/style.css?17645942612037*/
/*  */
.fr-catalog {
  padding-top: 90px;
  padding-bottom: 60px;
}
.fresh-title {
  font-weight: 500;
  font-size: 23px;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.scroll-container {
  padding: 0 20px;
  max-width: 1540px;
  margin: 0 auto;
}
.fr-catalog-card:hover .fr-catalog-card__image {
  scale: 1.03;
}
.fr-catalog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 40px;
}
.fr-catalog-card__image {
  display: block;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: scale .3s ease;
}
.fr-catalog-card__name {
  font-weight: 700;
  font-size: 14px;
  color: #2b2f32;
}
.title-container .swipe-ico {
  display: none;
}
@media (max-width: 992px) {
  .fr-catalog {
  padding-top: 60px;
  padding-bottom: 60px;
}
  .scroll-container {
    padding-right: 0;
  }
  .fr-catalog__list {
    grid-template-columns: repeat(8, 350px);
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .fr-catalog-card__image {
    height: unset;
    object-fit: cover;
    width: 100%;
  }
  .title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .title-container .swipe-ico {
    display: block;
    opacity: 0.6;
    zoom: 0.6;
  }
  
  /* Mobile Pagination Dots */
  .fr-catalog-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .fr-dot {
    width: 8px;
    height: 8px;
    background-color: #d9d9d9;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .fr-dot.active {
    background-color: #2b2f32;
    transform: scale(1.2);
  }

  /* Smooth scroll & snap for list */
  .fr-catalog__list {
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    /* Скрываем скроллбар для аккуратности, если нужно */
    scrollbar-width: none; /* Firefox */
  }
  
  .fr-catalog__list::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .fr-catalog__item {
    scroll-snap-align: start;
  }
}

/*  */

/* End */


/* Start:/local/templates/universe_s2/components/bitrix/news.detail/fresh-personalization/style.css?17633888332417*/
/*  */
.branding {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.branding__layout {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.branding__preview {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 50%;
  /* Соотношение сторон 16:9 для адаптивного видео */
  padding-bottom: 28.125%; /* (9/16) * 50% = 28.125% */
  cursor: pointer;
  flex-basis: 50%;
}
.branding__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.branding__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}
.branding__play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.branding__play-btn:active {
  transform: translate(-50%, -50%) scale(0.95);
}
.branding__play-btn.hidden {
  opacity: 0;
  pointer-events: none;
}
.branding__play-icon {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
  transition: filter 0.3s ease;
}
.branding__play-btn:hover .branding__play-icon {
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.25));
}
.branding__preview.playing .branding__video {
  cursor: default;
}
.branding__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-basis: 50%;
}
.branding-item {
  display: flex;
  background-color: white;
  border-radius: 20px;
  flex: 1;
}
.branding-item__image {
  border-radius: 20px;
  display: block;
}
.branding-item__body {
  padding: 24px 20px 24px 20px;
}
.branding-item__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
}
.branding-item__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 992px) {
  .branding__layout {
    flex-direction: column;
  }
  .branding__preview {
    flex-basis: unset;
  }
  .branding__list {
    flex-basis: unset;
  }
  .branding-item {
    flex-direction: column;
    padding: 20px;
    align-items: flex-start;
    gap: 20px;
  }
  .branding-item__body {
    padding: 0;
  }
  .branding__preview {
    padding-bottom: 60%;
    width: 100%;
  }
  .branding-item__title {
    margin-top: 0;
  }
  .branding-item__text {
    margin: 0;
  }
}
/*  */
/* End */


/* Start:/local/templates/universe_s2/components/bitrix/news.detail/fresh-pack/style.css?17634763252148*/
/*  */
.pack {
  padding: 100px 0;
}
.pack__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 130px;
}
.pack-type {
  flex-basis: 50%;
}
.pack-type__title {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 16px;
}
.pack-type__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 30px;
}
.pack-type__gallery {
  display: flex;
  gap: 20px;
  align-items: start;
}
.pack-type__img {
  border-radius: 20px;
  display: block;
}
.pack-more {
  box-shadow: 2px 3px 15.8px 0px #0000001a;
  padding: 60px 180px 40px 0;
  border-radius: 20px;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.pack-more__gallery {
  position: relative;
  flex-basis: 40%;
}
.pack-more__img {
  position: absolute;
  bottom: 0;
  left: 70px;
}
.pack-more__content {
  flex-basis: 50%;
}
.pack-more__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
.pack-more__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 30px;
}
.pack-more__btn {
  background-color: #af7f4c;
  color: white;
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 100px;
  width: fit-content;
     border: 1px solid #af7f4c;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.pack-more__btn:hover {
    background: #d7ae83;
    border: 1px solid #b07d4bb9;
}

@media (max-width: 992px) {
  .pack {
    padding: 50px 0;
  }
  .pack__row {
    flex-direction: column;
    gap: 40px;
  }
  .pack-type__gallery {
    flex-direction: column;
  }
  .pack-more__gallery {
    flex-basis: unset;
  }
  .pack-more__img {
    position: relative;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    width: 255px;
  }
  .pack-more {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .pack-more__content {
    padding: 0 20px 40px 20px;
  }
  .pack-more__btn {
    margin: 0 auto;
    display: block;
    width: max-content;
  }
  .pack-type__img:first-child {
    width: 100%;
  }
  .pack-type__img:last-child {
    width: 200px;
  }
}
/*  */
/* End */


/* Start:/local/templates/universe_s2/components/bitrix/news.detail/fresh-whom/style.css?17646597102126*/

/*  */
.whom {
  background-color: #f5f5f5;
  padding: 100px 0;
}
.whom__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.whom-card {
  display: flex;
  border-radius: 20px;
  gap: 20px;
  align-items: center;
  background-color: white;
}
.whom-card__img {
  border-radius: 20px;
  display: block;
  max-width: 275px;
}
.whom-card__content {
}
.whom-card__title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
}
.whom-card__text {
  line-height: 1.35;
}
.whom-card__btn {
color: white;
text-transform: uppercase;
font-size: 12px;
text-decoration: none;
padding: 12px 30px;
background: #AF7F4C;
border-radius: 100px;
font-weight: 500;
margin-top: 20px;
cursor: pointer;
width: max-content;
transition: all .3s ease;
    border: 1px solid #af7f4c;
}
.whom-card__btn:hover {
    background: #d7ae83;
    border: 1px solid #b07d4bb9;

}
.whom .title-container .swipe-ico {
  display: none;
}

/* Pagination Dots */
.whom-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
    margin-top: 20px; /* Было top: 20px */
  position: relative;
  z-index: 2;
}

.whom-dot {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
}

.whom-dot.active {
  background-color: #2b2f32;
  transform: scale(1.2);
}

@media (max-width: 992px) {
  .whom {
    padding: 50px 0;
  }
  .whom__grid {
    display: flex;
    overflow-x: auto;
    padding-right: 20px;
    
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; /* Firefox */
  }
  .whom__grid::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .whom-card {
    min-width: 350px;
    flex-direction: column;
    padding: 0;
    scroll-snap-align: start; /* Snap each card */
  }
  .whom-card__content {
    padding: 0 20px 20px 20px;
  }
  .whom-card__img {
    width: 100%;
  }
  .whom-card__title {
    margin-top: 0;
  }
  /* Скрываем старую иконку свайпа, если она там была */
  .whom .title-container .swipe-ico {
    display: none;
  }
}
/*  */

/* End */


/* Start:/local/templates/universe_s2/components/bitrix/news.detail/fresh-logos/style.css?17634665691069*/
/*  */
.partners {
  padding-top: 100px;
  padding-bottom: 50px;
}
.partners__container {
  overflow: hidden;
}
.partners__track {
  display: flex;
  gap: 50px;
}
.partners__wrapper {
  flex-shrink: 0;
  display: flex;
  gap: 50px;
  align-items: center;
  min-width: 100%;
  animation: scroll 15s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 50px));
  }
}
.partners__slide {
  flex-shrink: 0;
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__logo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 992px) {
  .partners {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .partners__track {
    gap: 25px;
  }
  .partners__wrapper {
    gap: 25px;
    animation: scroll 18s linear infinite;
  }
  .partners__slide {
    width: 155px;
  }
}
/*  */
/* End */


/* Start:/local/templates/universe_s2/components/bitrix/system.pagenavigation/.default/style.css?15965308892487*/
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default {
  display: block;
  margin: 10px 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-items-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: -4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-active .system-pagenavigation-item-wrapper {
  background-color: #0065ff;
  border-color: #0065ff;
  color: #fff;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-disabled .system-pagenavigation-item-wrapper {
  display: none;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item.system-pagenavigation-item-all .system-pagenavigation-item-wrapper {
  width: auto;
  text-align: left;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper {
  display: block;
  background-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  padding: 6px;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  color: #2d2d2d;
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  -ms-transition-property: color, background-color, border-color;
  -o-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ns-bitrix.c-system-pagenavigation.c-system-pagenavigation-default .system-pagenavigation-item-wrapper:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/universe_s2/components/bitrix/news.list/custom_sliders/style.css?17645950628124*/
/*  */
.featured {
  padding-top: 50px;
  padding-bottom: 100px;
}

.featured__swiper {
  overflow: hidden;
  width: 100%;
}

/* Скрываем пагинацию на десктопе по умолчанию */
.swiper-pagination {
  display: none;
}

/* ==========================================
   ОБЩИЕ СТИЛИ КОНТЕНТА
   ========================================== */
.featured__grid {
  width: 100%;
  height: 100%;
}

.featured__mini-preview {
  display: none; /* Скрыто на мобильных */
}

.featured__slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featured__image-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
}


/* На десктопе убираем тень, которая была на мобилке */
.featured__slide::before {
  display: none;
}


.featured__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}
.featured__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 44px;
  margin-bottom: 40px;

}
.featured__arrow img:last-child {
  display: none;
}

/* ==========================================
   НОВЫЙ ПОДХОД: BACKGROUND-IMAGE
   ========================================== */

.featured__image {
  position: relative;
  width: 100%;
  height: 100%; /* Занимает всю высоту родителя */
  overflow: hidden;
  border-radius: 20px;
  background-color: #f0f0f0; /* Цвет фона пока грузится картинка */
}

/* Фоновая картинка */
.featured__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease; /* Плавное появление */
  z-index: 1;
}

.featured__bg.active {
  opacity: 1;
  z-index: 2;
}

/* Градиентная подложка (нужна на мобильных) */
.featured__image::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 3; /* Поверх картинок */
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

/* Базовые стили инфо (мобильные по умолчанию, переопределены выше для десктопа) */
.featured__info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10; /* Выше градиента */
  text-shadow: 0px 0.3px 1px black;
}
.featured__name {
  color: white;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.featured__description {
  color: white;
  line-height: 1.35;
  max-width: 540px;
}

/* Внутренняя навигация */
.internal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 20;
  pointer-events: none;
}
.internal-arrow {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.internal-arrow:hover {
  background: rgba(255, 255, 255, 1);
}
.internal-arrow svg {
  width: 16px;
  height: 16px;
  fill: #333;
}

@media (max-width: 992px) {
  .featured__controls {
    gap: 20px;
    margin-bottom: 40px;
    display: none;
  }
  .featured {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f5f5f5;
  }
  .featured__image-wrapper {
    margin-bottom: 20px;
  }
  .featured__swiper {
    position: relative;
    padding-bottom: 30px !important; 
  }
  .featured__slide::before {
    display: none;
  }
  .featured__slide
 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
 }

  .featured__image {
    height: 400px; 
  }

  .featured__info {
    position: static;
    text-shadow: none;
    border-radius: 0;
  }
  .featured__name {
     text-shadow: none;
    color: #2b2f32;
  }
  .featured__description {
    text-shadow: none;
    color: #2b2f32;
    border-radius: 0;

  }
  
  /* Важно: На мобилке featured__grid должен быть просто блоком, 
     а col-left и col-right должны вести себя прозрачно для позиционирования */
  .featured__grid {
              display: flex;
        flex-direction: column-reverse;
  }
  
  /* Если display: contents не поддерживается (старые iOS), fallback: */
  @supports not (display: contents) {
      .featured__grid {
          display: block;
          height: 100%;
      }
      .featured__col-right {
          height: 100%;
      }
  }

  /* Превью скрыто выше глобально, здесь подтверждаем */
  .featured__mini-preview {
      display: none;
  }

  .internal-nav {
    padding: 0 10px;
    top: 200px; /* Половина от 400px */
  }
  .internal-arrow {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.9);
  }
  
  /* Показываем пагинацию на мобильных */
  .swiper-pagination {
    display: block;
    bottom: 0 !important; /* Прижимаем к низу */
  }
  
  /* Цвет активной точки (коричневый) */
  .swiper-pagination-bullet-active {
    background-color: #2b2f32 !important;
  }
}


/* Desktop Styles */
@media (min-width: 992px) {
  .featured__wrapper.swiper-wrapper {
    display: flex;
    align-items: start;
    height: calc(100vh - 200px); /* Высота всего слайдера */
    max-height: 839px;
  }

  /* Слайд должен занимать 100% высоты обертки */
  .featured__slide {
    height: 100%;
    border-radius: 0; /* Убираем скругление контейнера, скругляем элементы внутри */
    overflow: visible;
  }
  
  .featured__grid {
      display: flex;
      gap: 90px; /* Отступ между колонками */
      height: 100%;
  }

  /* ЛЕВАЯ КОЛОНКА */
  .featured__col-left {
      flex: 0 0 450px; /* Фиксированная ширина как на макете */
      display: flex;
      flex-direction: column;
      height: 100%;
      border-radius: 30px;
       border: 1px solid #af7f4c;
  }

  .featured__mini-preview {
      display: block;
      width: 100%;
      position: relative;
              flex: 1;
        background-position: center;
        background-size: cover;
        border-radius: 23px;
        margin: 5px 5px 0 5px;
        max-width: calc(100% - 10px);
  }
  

  .featured__info {
      position: static; /* Текст в потоке */
      background: #fff; /* Белый фон */
      padding: 20px; /* Отступы сверху/снизу */
      text-shadow: none; /* Убираем тень */
      width: 100%;
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px;

  }

  .featured__name {
    color: #2b2f32; /* Темный текст */
    font-size: 20px;
    margin-bottom: 15px;
  }

  .featured__description {
    color: #2b2f32; /* Темный текст */
    max-width: 100%;
  }

  /* ПРАВАЯ КОЛОНКА */
  .featured__col-right {
      flex: 1;
      height: 100%;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
  }

  .featured__image-wrapper {
    height: 100%; 
    border-radius: 20px; /* Скругление правой большой картинки */
  }
  
  .featured__image {
      border-radius: 20px;
  }

  /* Убираем градиентную подложку на десктопе, так как текст вынесен */
  .featured__image::after {
      display: none;
  }
}

/* End */


/* Start:/local/templates/universe_s2/components/bitrix/news.detail/fresh-about/style.css?17637123031602*/

/*  */
.craft {
  background-color: #f5f5f5;
}
.fresh-container {
}
.craft__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.fresh-title {
}
.craft__tag {
  font-size: inherit;
  margin: 0;
}
.craft__ttl {
  font-size: inherit;
  font-weight: inherit;
  flex-basis: 770px;
  margin: 0;
}
.craft__wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.craft__pic {
  flex-basis: 60%;
}
.craft__pic img {
  display: block;
  border-radius: 20px;
}
.craft__side {
  flex-basis: 40%;
}
.craft__sec:not(:last-child) {
  margin-bottom: 40px;
}
.craft__sec-ttl {
  margin: 0;
  margin-bottom: 20px;
  /* font-size: 16px; */
  font-size: 20px; 

  color: #2b2f32;
  height: 1;
}
.craft__text {
  /* font-size: 14px; */
  font-size: 20px;

  line-height: 1.35;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1575px) {
.craft__sec-ttl,.craft__text {
  font-size: 19px;
}
}
@media (max-width: 1490px) {
.craft__sec-ttl,.craft__text {
  font-size: 18px;
}
}
@media (max-width: 1490px) {
.craft__sec-ttl,.craft__text {
  font-size: 17px;
}
}
@media (max-width: 1350px) {
.craft__sec-ttl,.craft__text {
  font-size: 16px;
}
}
@media (max-width: 1300px) {
.craft__text {
  font-size: 15px;
}
}
@media (max-width: 1220px) {
.craft__text {
  font-size: 14px;
}
}
@media (max-width: 992px) {
  .craft {
    background-color: white;
  }
  .craft__head {
    flex-direction: column;
    gap: 40px;
  }
  .craft__wrap {
    flex-direction: column;
  }
  .craft__ttl {
    flex-basis: unset;
    line-height: 1.35;
  }
}
/*  */
/* End */


/* Start:/local/templates/universe_s2/components/bitrix/news.list/faq-fresh/style.css?17633626511860*/
.faq {
    display: block;
}
.faq .faq-section {
    display: block;
    margin-top: 35px;
    border: 1px solid #e8e8e8;
}
.faq .faq-section .faq-delimiter {
    display: block;
    height: 1px;
    background: #e8e8e8;
    overflow: hidden;
}
.faq .faq-section .faq-item {
    display: block;
    padding: 25px 35px;
}
.faq .faq-section .faq-item .faq-item-wrapper {
    display: block;
}
.faq .faq-section .faq-item .faq-item-name {
    display: block;
    position: relative;
    font-size: 0;
    cursor: pointer;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-text {
    color: #232121;
    margin-right: 70px;
    font-size: 16px;
    line-height: 1.5;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-indicators {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-indicators .faq-item-name-indicator {
    vertical-align: middle;
    font-size: 14px;
}
.faq .faq-section .faq-item .faq-item-name .faq-item-name-indicators .faq-item-name-indicator.faq-item-name-indicator-active {
    display: none;
}
.faq .faq-section .faq-item.active .faq-item-name .faq-item-name-indicators .faq-item-name-indicator.faq-item-name-indicator-active {
    display: inline-block;
}
.faq .faq-section .faq-item.active .faq-item-name .faq-item-name-indicators .faq-item-name-indicator.faq-item-name-indicator-inactive {
    display: none;
}
.faq .faq-section .faq-item .faq-item-description {
    display: none;
    padding-top: 25px;
    overflow: hidden;
}
.faq .faq-section .faq-item .faq-item-description .faq-item-description-wrapper {
    display: block;
    color: #888888;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}
/* End */


/* Start:/local/templates/universe_s2/components/bitrix/map.yandex.view/.default/style.css?1596530889250*/
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default {
  display: block;
  height: 100%;
}
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default .map-yandex-view-control {
  display: block;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/universe_s2/components/bitrix/news.list/contacts-fresh/style.css?176336260712808*/
.contacts {}

.contacts .contacts-map {
    display: block;
    height: 460px;
}

.contacts .contacts-contact-wrap {
    overflow: visible;
}
.contacts .contacts-contact {
    display: block;
    position: relative;
    height: 126px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 7px 35px 0px rgba(0,0,0,0.4);
}
.contacts .contacts-contact.contacts-contact-with-map {
    margin-top: -63px;
}
.contacts .contacts-contact .contacts-contact-wrapper {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding: 12px 24px;
}
.contacts .contacts-contact .contacts-contact-parameter {
    display: block;
    float: left;
    width: 25%;
    padding: 8px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-parameter-wrapper {
    display: block;
    height: 100%;
    font-size: 0;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon-wrap,
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text-wrap {
    display: block;
    height: 100%;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon-wrap {
    float: left;
    width: 36px;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text-wrap {
    margin-left: 70px;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon,
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
    display: inline-block;
    vertical-align: middle;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-icon {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-title {
    font-weight: normal;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #2c2c2c;
}
.contacts .contacts-contact .contacts-contact-parameter .contacts-contact-value {
    color: #333;
    text-decoration: none;
}

.contacts .contacts-title {
    font-size: 28px;
    font-weight: 900;
}
.contacts .contacts-description {
    font-size: 16px;
    line-height: 25px;
    color: #6a6a6c;
    margin-top: 20px;
}

.contacts .contacts-shops {
    display: block;
    margin-top: 75px;
}
.contacts .contacts-shops .contacts-shops-list {
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.contacts .contacts-shops .contacts-shops-list .contacts-shops-list-wrapper {
    display: block;
    margin: -15px -30px;
}
.contacts .contacts-shops .contacts-shop {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 30px;
}
.contacts .contacts-shops .contacts-shop .contacts-shop-wrapper {
    display: block;
    position: relative;
}
.contacts .contacts-shops .contacts-shop .contacts-image {
    display: block;
    position: relative;
    padding: 6px;
    width: 130px;
    height: 130px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.contacts .contacts-shops .contacts-shop .contacts-image .contacts-image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contacts .contacts-shops .contacts-shop .contacts-information {
    display: block;
    margin-left: 145px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #2a2a2a;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-address {
    margin-bottom: 20px;
    color: inherit;
    text-decoration: none;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-phone {
    color: inherit;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-email {
    color: #1169fe;
    text-decoration: none;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map {
    display: block;
    position: absolute;
    left: 145px;
    bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #494a67;
    border-bottom: 1px dashed transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    -ms-transition-property: color, border;
    -o-transition-property: color, border;
    transition-property: color, border;
}
.contacts .contacts-shops .contacts-shop .contacts-information .contacts-on-map:hover {
    color: #686991;
    border-color: #686991;
}

.contacts .contacts-offices {
    display: block;
    margin-top: 75px;
}
.contacts .contacts-offices .contacts-sections {}
.contacts .contacts-offices .contacts-sections .contacts-section {
    margin-top: 50px;
}
.contacts .contacts-offices .contacts-sections .contacts-section .contacts-section-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #2a2a2a;
}
.contacts .contacts-offices .contacts-offices-list {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}
.contacts .contacts-offices .contacts-offices-list .contacts-offices-list-wrapper {
    display: block;
    margin: -10px;
}
.contacts .contacts-offices .contacts-office {
    display: block;
    position: relative;
    padding: 10px;
}
.contacts .contacts-offices .contacts-office .contacts-office-wrapper {
    display: block;
    position: relative;
    border: 1px solid #e6e7e9;
}
.contacts .contacts-offices .contacts-office .contacts-image {
    display: block;
    width: 220px;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
}
.contacts .contacts-offices .contacts-office .contacts-information {
    display: block;
    position: relative;
    margin-left: 270px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section {
    display: block;
    position: relative;
    float: left;
    margin-top: 30px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-address {
    margin-right: 150px;
    width: 180px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-work-time {
    margin-right: 100px;
    width: 140px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts {
    width: 210px;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title {
    display: block;
    margin-bottom: 15px;
    font-size: 0;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .icon-contacts {
    font-size: 16px;
    padding-right: 6px;
    vertical-align: middle;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title .contacts-information-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    color: #6a696e;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content {
    font-size: 13px;
    line-height: 21px;
    color: #313439;
}
.contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-content a {
    text-decoration: none;
    color: #313439;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-address .contacts-information-content {
    font-weight: bold;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-information-content {

}
.contacts .contacts-offices .contacts-office .contacts-information-on-map {
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    color: #494a67;
    border-bottom: 1px dashed transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color, border;
    -moz-transition-property: color, border;
    -ms-transition-property: color, border;
    -o-transition-property: color, border;
    transition-property: color, border;
}
.contacts .contacts-offices .contacts-office .contacts-information-on-map:hover {
    color: #686991;
    border-color: #686991;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted #2d7cfb;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}
.contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-email a:hover {
    color: #2d7cfb;
}
.contacts .contacts-form-wrap {
    margin-top: 60px;
}
@media (max-width:1000px) {
    .contacts .contacts-offices .contacts-office .contacts-image {
        display:none;
    }
    .contacts .contacts-contact {
        height:auto;
        overflow:hidden;
    }
    .contacts .contacts-offices .contacts-office .contacts-information {
        margin-left:18px;
        overflow: hidden;
        padding-bottom: 18px;
    }
    .contacts .contacts-contact .contacts-contact-parameter {
        width:50%;
    }
}

.intec-content-right .contacts .contacts-contact {
    height: 190px;
}
.intec-content-right .contacts .contacts-contact .contacts-contact-parameter {
    width: 50%;
    height: 50%;
}

@media (max-width:700px) {
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts .contacts-information-content {
        margin:0;
    }
    .contacts-form .contacts-form-fields .contacts-form-field {
        width:100%!important;
    }
    .contacts .contacts-contact .contacts-contact-parameter {
        width:100%;
    }
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-address,
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-work-time,
    .contacts .contacts-offices .contacts-office .contacts-information-section.contacts-contacts {
        width:100%;
        margin-right:0;
    }
    .contacts .contacts-offices .contacts-office .contacts-information-on-map {
        position:static;
        margin-top:10px;
    }
    .contacts .contacts-offices .contacts-office .contacts-information-section {
        margin-top: 15px;
        float:none;
    }
    .contacts .contacts-offices .contacts-office .contacts-information-section .contacts-information-title {
        margin-bottom: 6px;
    }
}


.contacts-additional-contacts-wrap {
   margin-top: 80px;
}
.contacts-additional-contacts__requisites, .contacts-additional-contacts {
    margin-bottom: 30px;
}
.contacts-additional-contacts__requisites_title, .contacts-additional-contacts__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.contacts-additional-contacts__desc {
    margin-top: 24px;
    font-size: 15px;
    font-weight: 500;
    line-height: 19.5px;
}
.contacts-additional-contacts__requisites_items, .contacts-additional-contacts__items {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contacts-additional-contacts__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contacts-additional-contacts__item_icon {
    display: flex;
        height: 16px;
    width: 16px;
    align-items: center;
    justify-content: center;
}
.contacts-additional-contacts__item, .contacts-additional-contacts__item_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
/* End */


/* Start:/local/templates/universe_s2/components/bitrix/form.result.new/contactsB2b/style.css?17283110121296*/
.ns-bitrix.c-form-result-new.c-form-result-new-contacts {
  display: block;
  overflow: hidden;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-header {
  font-size: 30px;
  line-height: 30px;
  color: #1c1c1c;
  font-weight: bold;
  margin-bottom: 25px;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-fields {
  display: block;
  margin: -10px -7px !important;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field {
  display: block;
  float: left;
  width: 50%;
  padding: 10px 7px;
  margin: 0;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-textarea {
  float: right;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-textarea textarea {
  height: 204px;
  resize: none;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-title {
  color: #969696;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-footer {
  margin-top: 10px;
}
@media all and (max-width: 720px) {
  .ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field {
    width: 100%;
    float: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/universe_s2/components/bitrix/form.result.new/formB2bPdf/style.css?17272921071296*/
.ns-bitrix.c-form-result-new.c-form-result-new-contacts {
  display: block;
  overflow: hidden;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-header {
  font-size: 30px;
  line-height: 30px;
  color: #1c1c1c;
  font-weight: bold;
  margin-bottom: 25px;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-fields {
  display: block;
  margin: -10px -7px !important;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field {
  display: block;
  float: left;
  width: 50%;
  padding: 10px 7px;
  margin: 0;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-textarea {
  float: right;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-textarea textarea {
  height: 204px;
  resize: none;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field-title {
  color: #969696;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 5px;
}
.ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-footer {
  margin-top: 10px;
}
@media all and (max-width: 720px) {
  .ns-bitrix.c-form-result-new.c-form-result-new-contacts .form-result-new-field {
    width: 100%;
    float: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/universe_s2/components/bitrix/news.detail/fresh-banner/style.css?17642430392571 */
/* /local/templates/universe_s2/components/bitrix/catalog.section.list/fresh-catalog/style.css?17645942612037 */
/* /local/templates/universe_s2/components/bitrix/news.detail/fresh-personalization/style.css?17633888332417 */
/* /local/templates/universe_s2/components/bitrix/news.detail/fresh-pack/style.css?17634763252148 */
/* /local/templates/universe_s2/components/bitrix/news.detail/fresh-whom/style.css?17646597102126 */
/* /local/templates/universe_s2/components/bitrix/news.detail/fresh-logos/style.css?17634665691069 */
/* /local/templates/universe_s2/components/bitrix/system.pagenavigation/.default/style.css?15965308892487 */
/* /local/templates/universe_s2/components/bitrix/news.list/custom_sliders/style.css?17645950628124 */
/* /local/templates/universe_s2/components/bitrix/news.detail/fresh-about/style.css?17637123031602 */
/* /local/templates/universe_s2/components/bitrix/news.list/faq-fresh/style.css?17633626511860 */
/* /local/templates/universe_s2/components/bitrix/map.yandex.view/.default/style.css?1596530889250 */
/* /local/templates/universe_s2/components/bitrix/news.list/contacts-fresh/style.css?176336260712808 */
/* /local/templates/universe_s2/components/bitrix/form.result.new/contactsB2b/style.css?17283110121296 */
/* /local/templates/universe_s2/components/bitrix/form.result.new/formB2bPdf/style.css?17272921071296 */
