

/* Start:/local/templates/main/components/bitrix/news.list/windows_for_all_needs/style.css?17846230074438*/
.windows-for-every .windows-for-every__slider {
  margin-right: 0;
  margin-left: 0;
}

.windows-for-every .slider-windows-every {
  max-width: none;
  overflow: visible;
}

.windows-for-every .slider-windows-every__list {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.windows-for-every .slider-windows-every__item {
  min-width: 0;
  display: flex;
}

.windows-for-every .slider-windows-every__card {
  margin: 0;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 382px;
}

.windows-for-every .slide-windows-every {
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 28px;
  color: #27364a;
  background: #f2f4f7;
  box-shadow: inset 0 0 0 1px rgba(148, 163, 184, .08);
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.windows-for-every .slide-windows-every:hover {
  transform: translateY(-4px);
  background: #f8fafc;
  box-shadow: 0 18px 44px rgba(51, 65, 85, .12);
}

.windows-for-every .slide-windows-every__visual {
  width: 118px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.windows-for-every .slide-windows-every__icon {
  width: 118px;
  height: 90px;
  display: block;
  overflow: visible;
}

.windows-for-every .slide-windows-every__content {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
}

.windows-for-every .slide-windows-every__title {
  min-height: 0;
  padding: 0;
  position: static;
  z-index: auto;
  display: block;
  border-radius: 0;
  color: #27364a;
  font-family: Muller, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.02em;
  text-decoration: none;
  transition: color .2s ease;
}

.windows-for-every .slide-windows-every__title::before {
  content: none;
}

.windows-for-every .slide-windows-every__title:hover {
  color: #2463eb;
}

.windows-for-every .slide-windows-every__title:focus-visible {
  border-radius: 4px;
  outline: 2px solid #2463eb;
  outline-offset: 4px;
}

.windows-for-every .slide-windows-every__description {
  margin-top: 8px;
  display: block;
  color: #526174;
  font-family: Muller, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
}

.windows-for-every .slide-windows-every__price {
  margin-top: auto;
  padding: 13px 16px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #1e40af;
  background: #e7efff;
  box-shadow: inset 0 0 0 1px rgba(36, 99, 235, .12);
  font-family: Muller, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (max-width: 1279px) {
  .windows-for-every .slider-windows-every__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .windows-for-every {
    padding-right: 16px;
    padding-left: 16px;
  }

  .windows-for-every .windows-for-every__title {
    margin-bottom: 28px;
    text-align: left;
  }

  .windows-for-every .slider-windows-every__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .windows-for-every .slider-windows-every__card {
    min-height: 326px;
  }

  .windows-for-every .slide-windows-every {
    padding: 16px 14px 14px;
    border-radius: 22px;
  }

  .windows-for-every .slide-windows-every__visual {
    width: 86px;
    height: 72px;
  }

  .windows-for-every .slide-windows-every__icon {
    width: 86px;
    height: 68px;
  }

  .windows-for-every .slide-windows-every__content {
    margin-top: 12px;
  }

  .windows-for-every .slide-windows-every__title {
    font-size: 19px;
    line-height: 1.08;
  }

  .windows-for-every .slide-windows-every__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.3;
  }

  .windows-for-every .slide-windows-every__price {
    padding: 11px 12px;
    min-height: 44px;
    border-radius: 12px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 359px) {
  .windows-for-every .slider-windows-every__list {
    grid-template-columns: 1fr;
  }

  .windows-for-every .slider-windows-every__card {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .windows-for-every .slide-windows-every,
  .windows-for-every .slide-windows-every__title {
    transition: none;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/profiles_comparison/style.css?17844784933025*/
.profiles-comparison-section__title {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.profiles-comparison {
  padding: 24px;
  border-radius: 32px;
  background: #eef3f8;
}

.profiles-comparison__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 360px);
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: #94a3b8 transparent;
  padding-bottom: 12px;
  cursor: grab;
}

.profiles-comparison__track._dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.profiles-comparison__card {
  min-width: 0;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
}

.profiles-comparison__picture-wrap {
  height: 230px;
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profiles-comparison__picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.profiles-comparison__picture._remove-white-background {
  mix-blend-mode: multiply;
}

.profiles-comparison__name {
  min-height: 58px;
  font-family: Muller, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.15;
}

.profiles-comparison__price {
  align-self: flex-start;
  margin: 18px 0 22px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #2f3744;
  color: #fff;
  font-family: Muller, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.profiles-comparison__specs {
  margin: 0 0 20px;
}

.profiles-comparison__spec-row {
  min-height: 58px;
  padding: 12px 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(90px, 1fr);
  gap: 12px;
  align-items: center;
  border-radius: 10px;
  font-family: Muller, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.profiles-comparison__spec-row:nth-child(odd) {
  background: #fff;
}

.profiles-comparison__spec-row dt {
  color: #657384;
}

.profiles-comparison__spec-row dd {
  margin: 0;
  text-align: right;
  color: #263447;
  font-weight: 500;
}

.profiles-comparison__button {
  width: 100%;
  margin-top: auto;
}

.profiles-comparison__controls {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.profiles-comparison__control {
  width: 58px;
  height: 48px;
  border: 1px solid #a7b2bf;
  border-radius: 10px;
  background: #fff;
  color: #283548;
  font-size: 22px;
}

.profiles-comparison__control._next {
  border-color: #2f3744;
  background: #2f3744;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .profiles-comparison-section__title {
    font-size: 28px;
    white-space: normal;
  }

  .profiles-comparison {
    margin-right: -12px;
    margin-left: -12px;
    padding: 18px 12px;
    border-radius: 22px;
  }

  .profiles-comparison__track {
    grid-auto-columns: 100%;
    gap: 12px;
  }

  .profiles-comparison__picture-wrap {
    height: 230px;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/home_product_slider/style.css?17846325263680*/
.home-product-slider { overflow: hidden; }
.home-product-slider__title { text-align: center; }
.home-product-slider__viewport { position: relative; width: 100%; }
.home-product-slider__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; overflow-x: auto; padding: 4px 2px 18px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; cursor: grab; }
.home-product-slider__track::-webkit-scrollbar { display: none; }
.home-product-slider__track._dragging { cursor: grabbing; scroll-behavior: auto; scroll-snap-type: none; user-select: none; }
.home-product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e7ebf0; border-radius: 24px; background: #fff; box-shadow: 0 10px 30px rgba(38, 55, 77, .07); scroll-snap-align: start; }
.home-product-card__picture-wrap { height: 330px; padding: 20px; display: flex; align-items: center; justify-content: center; background: #f2f5f9; }
.home-product-card__picture { width: 100%; height: 100%; object-fit: contain; }
.home-product-card__content { min-height: 310px; padding: 22px; display: flex; flex-direction: column; }
.home-product-card__profile { margin-bottom: 7px; color: #94a3b8; font: 400 13px/1.35 Muller, sans-serif; }
.home-product-card__title { min-height: 48px; margin-bottom: 16px; color: #27364a; font: 500 20px/1.2 Muller, sans-serif; }
.home-product-card__title a { transition: color .2s; }
.home-product-card__title a:hover { color: #2463eb; }
.home-product-card__specs { display: grid; gap: 8px; }
.home-product-card__spec { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; color: #42526a; font: 400 13px/1.35 Muller, sans-serif; }
.home-product-card__spec dt { color: #94a3b8; }
.home-product-card__price { margin: 20px 0 16px; color: #ff4447; font: 500 23px/1 Muller, sans-serif; }
.home-product-card__calculate { width: 100%; min-height: 46px; margin-top: auto; padding: 11px 16px; border: 1px solid #ff4447; border-radius: 10px; color: #fff; background: #ff4447; font: 500 15px/1.2 Muller, sans-serif; transition: background .2s, border-color .2s; }
.home-product-card__calculate:hover { border-color: #e22d31; background: #e22d31; }
.home-product-slider__controls { margin-top: 18px; display: flex; align-items: center; justify-content: center; gap: 14px; }
.home-product-slider__arrow { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #cbd5e1; border-radius: 50%; color: #27364a; background: #fff; font: 500 22px/1 Arial, sans-serif; transition: color .2s, border-color .2s, background .2s; }
.home-product-slider__arrow:hover { border-color: #2463eb; color: #2463eb; }
.home-product-slider__arrow:disabled { opacity: .4; cursor: default; }
.home-product-slider__counter { min-width: 72px; color: #64748b; text-align: center; font: 400 14px/1 Muller, sans-serif; }
.home-product-slider__catalog-link { margin: 18px auto 0; display: flex; width: max-content; max-width: 100%; }

@media (max-width: 1023px) {
  .home-product-slider__track { grid-auto-columns: calc((100% - 18px) / 2); gap: 18px; }
  .home-product-card__picture-wrap { height: 290px; }
}

@media (max-width: 767px) {
  .home-product-slider__track { grid-auto-columns: 86%; gap: 12px; padding-bottom: 12px; }
  .home-product-card { border-radius: 18px; }
  .home-product-card__picture-wrap { height: 260px; padding: 14px; }
  .home-product-card__content { min-height: 300px; padding: 18px; }
  .home-product-card__title { min-height: 0; font-size: 18px; }
  .home-product-card__price { font-size: 21px; }
}


/* End */


/* Start:/local/templates/main/components/bitrix/news.list/relinking_table_with_prices/style.css?1693917279150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews/style.css?1692346796150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/windows_for_all_needs/style.css?17846230074438 */
/* /local/templates/main/components/bitrix/news.list/profiles_comparison/style.css?17844784933025 */
/* /local/templates/main/components/bitrix/news.list/home_product_slider/style.css?17846325263680 */
/* /local/templates/main/components/bitrix/news.list/relinking_table_with_prices/style.css?1693917279150 */
/* /local/templates/main/components/bitrix/news.list/reviews/style.css?1692346796150 */
