

/* Start:/local/templates/amegazavod_new/css/new/style.css?17775360673149*/

.base-slider-slide {
    width: 375px;
}

.base-slider-slide:not(:last-child) {
    margin-right: 40px;
}

.base-slider-slide__name {
    border: 1px solid #E3E4E5;
    padding: 24px 42px;
}

.base-slider-slide__image {
    width: 100%;
}

.base-slider-nav {
    display: flex;
    gap: 16px;
}

.base-slider-nav__prev,
.base-slider-nav__next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    background: var(--amega-background-color-secondary, #E3E4E5);
    border: none;
    cursor: pointer;
}

.base-slider-nav__prev:hover,
.base-slider-nav__next:hover {
    background: var(--amega-background-color-secondary-hover, #D7D8D8);
}

.base-slider-nav__prev:active,
.base-slider-nav__next:active {
    background: var(--amega-background-color-secondary-active, #C5C5C5);
}

#standartnoj-slider .swiper {
    overflow: hidden;
    align-items: stretch;
}

#ml {
    font-size: 12px;
    min-height: 48px;
}

.f-form {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.f-form__image > img {
    height: 100%;
    width: 100%;
}

#footer-form .f-form textarea {
    height: 100px;
}

.f-form__control {
    margin-bottom: 32px;
}

#footer-form .f-form .form-label {
    margin-bottom: 8px;
    line-height: 24px;
}

.privacy_box {
    color: #353842;
}

#footer-form .form-control {
    padding: 9px 16px;
}

@media (max-width: 1684px) {
    .base-slider-slide {
        width: 305px;
    }

    .base-slider-slide:not(:last-child) {
        margin-right: 20px;
    }

    .base-slider-slide__name {
        padding: 24px;
    }

    .f-form {
        gap: 20px;
        grid-template-columns: 522px auto;
    }
}

@media (max-width: 1344px) {
    .base-slider-slide, .product-slider__slide.swiper-slide {
        width: 348px;
    }

    .base-slider-slide__name {
        font-size: 14px;
        padding: 20px 16px;
    }

    .f-form {
        padding-bottom: 120px;
        grid-template-columns: 1fr 1fr;
    }

    .f-form__control {
        margin-bottom: 20px;
    }

    .f-form__message {
        margin-bottom: 0;
    }

    #footer-form .form-control {
        height: 39px;
    }

    #footer-form .f-form .form-label {
        line-height: 21px;
    }

    .privacy {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #ml {
        min-height: auto;
    }
}

@media (max-width: 1023px) {
    .base-slider-slide, .product-slider__slide.swiper-slide {
        width: 232px;
    }

    .f-form {
        padding-bottom: 130px;
    }
}

@media (max-width: 991px) {
    .privacy_box {
        color: #353842;
    }
}

@media (max-width: 767px) {
    .base-slider-slide, .product-slider__slide.swiper-slide {
        width: 328px;
    }

    .base-slider-slide__name {
        padding: 16px;
    }

    .base-slider-nav {
        display: none;
    }

    .f-form {
        padding-bottom: 0;
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .f-form__control {
        margin-bottom: 16px;
    }

    .f-form__message {
        margin-bottom: 8px;
    }

    .privacy {
        position: static;
    }
}
/* End */


/* Start:/windows/window-lineup/css/style.css?17780405038846*/
.banner {
  background-color: #F0F0F0;
  background-image: url(/windows/window-lineup/css/../img/banner.avif);
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 715px;
  display: flex;
  align-items: center;
}

.banner__image {
  display: none;
}

.banner__text {
  max-width: 572px;
}

.banner .banner__title {
  margin-bottom: 32px;
}

.banner__description {
  margin-bottom: 64px;
}

.banner .banner__btn {
  padding: 16px 120px;
  height: initial;
}


.window {
  padding: 24px;
  background: var(--amega-background-color-dies);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.window__title {
  text-align: left;
}

.window__img {
  max-width: 100%;
}

.window__img img {
  width: 100%;
}

.window__text {
  margin-bottom: 4px;
}

.window__more_details {
  margin-top: auto;
}

/*-------------------------------------------------------------------*/
/*фикс FOUC (Flash of Unstyled Content) — мелькание до того как Swiper инициализировался и применил стили.*/

#configuration-slider .product-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#configuration-slider .product-slider.swiper-initialized {
  opacity: 1;
}

/*-------------------------------------------------------------------*/

#configuration-slider .swiper {
  overflow: hidden;
  align-items: stretch;
}

#configuration-slider .swiper-wrapper {
  align-items: stretch !important;
}

#configuration-slider .swiper-slide {
  height: auto !important;
}

#configuration-slider .window {
  height: 100%;
}


.primary-link,
.primary-link:hover,
.primary-link:focus {
  text-decoration: underline;
}

/* Таблица */
.table-compare-wrap {
  overflow-x: auto;
}

.table-compare {
  width: 100%;
  border-collapse: collapse;
}

.table-compare th {
  position: relative;
}

.table-compare th,
.table-compare td {
  padding: 12px 24px;
  text-align: left;
  border: 1px solid var(--color-background-secondary-pressed);
  vertical-align: middle;
  width: 405px;
  color: var(--color-text-primary-body);
}

.table-compare thead tr {
  background: var(--amega-background-color-secondary);
}

.table-compare__stars {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  gap: 2px;
}


.differences {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 2fr;
  gap: 40px;

  background-image: url(/windows/window-lineup/css/../pic/differences.png);
  background-repeat: no-repeat;
  background-size: 430px 370px;
  background-position: left bottom;
}

.differences-title {
  display: none;
}

.differences-text {
  width: 513px;
}

.differences__image {
  display: none;
}

.differences__videos {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.differences__wrapper {
  padding: 24px;
  background-color: var(--amega-background-color);
}

.differences__video {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}


.differences__video video {
  width: 100%;
  height: 275px;
  display: block;
}


.instructions__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.instructions__image {
  flex-shrink: 0;
  width: 652px;
}

.instructions__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.instructions__list {
  flex: 1;
}

.instructions__item {
  border-bottom: 1px solid #D9D9D9;
}

.instructions__item:last-child {
  border-bottom: none;
}

.instructions__trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  padding: 24px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
  transition: color 0.2s;
}

.instructions__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  transition: transform 0.35s ease;
}


.instructions__item.is-open .instructions__icon {
  transform: rotate(180deg);
}

.instructions__body {
  padding-bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.instructions__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  transition: .3s ease;
}

.instructions__link-off {
  gap: 0;
}

.instructions__link + .instructions__link::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 24px;
  background: #C5C5C5;
  margin-right: 16px;
  vertical-align: middle;
}


@media (max-width: 1700px) {
  .banner {
    background-size: 800px;
    height: 590px;
  }
}

@media (max-width: 1684px) {
  .differences {
    background-size: 375px 320px;
  }

  .differences__wrapper {
    align-content: end;
  }

  .differences__video video {
    height: 170px;
  }
}


@media (max-width: 1500px) {
  .banner {
    background-size: 760px;
    height: 565px;
  }
}


@media (max-width: 1400px) {
  .banner {
    background-size: 720px;
    height: 535px;
  }

  .banner .banner__title {
    margin-bottom: 20px;
  }

  .banner__description {
    margin-bottom: 56px;
  }
}

@media (max-width: 1344px) {
  .banner .banner__btn {
    padding: 16px 50px;
  }

  .table-compare th, .table-compare td {
    padding: 8px 16px;
  }

  .difference .primary-section-title br {
    display: none;
  }

  .primary-section.primary-section_gray {
    padding: 40px 0;
  }

  .differences {
    grid-template-columns: 1fr;
    background-size: 340px 285px;
    background-position: top right 180px;
    gap: 20px;
  }

  .differences-text {
    width: 470px;
  }

  .differences__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    padding: 16px;
  }


  .differences__videos {
    gap: 20px;
  }

  .differences__video {
    gap: 16px;
  }

  .differences__video video {
    height: 350px;
  }

  .instructions__trigger {
    padding: 20px 0;
  }

  .instructions__inner {
    gap: 20px;
  }

  .instructions__link {
    font-size: 14px;
  }
}

@media (max-width: 1250px) {
  .banner {
    background-size: 660px;
    height: 490px;
  }

  .differences {
    background-size: 300px 250px;
    background-position: top 36px right 237px;
  }
}

@media (max-width: 1200px) {
  .banner {
    background-size: 580px;
    height: 430px;
  }

  .table-compare__stars {
    right: 10px;
  }

  .table-compare__stars > svg {
    width: 15px;
    height: 15px;
  }

  .differences {
    background-position: top 36px right 60px;
  }

  .differences__video video {
    height: 240px;
  }

  .instructions__image {
    width: 480px;
  }

  .instructions__inner {
    align-items: stretch;
  }
}

@media (max-width: 1100px) {
  .banner {
    background-size: 520px;
    height: 385px;
  }
}

@media (max-width: 992px) {
  .banner {
    background-size: 425px;
    height: 365px;
    background-position: right center;
  }

  .banner__text {
    max-width: 410px;
  }

  .banner .banner__title {
    font-size: 31px;
  }

  .window__img img {
    height: auto;
  }

  .table-compare__stars > svg {
    width: 12px;
    height: 12px;
  }

  .differences {
    background-image: none;
  }

  .differences__wrapper {
    grid-template-columns: auto;
  }

  .differences__image {
    display: block;
    margin-bottom: 16px
  }

  .differences__video video {
    height: 170px;
  }

  .instructions__inner {
    flex-direction: column;
  }

  .instructions__image {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .banner {
    background-size: 400px;
  }
}

@media (max-width: 900px) {
  .banner {
    background-size: 380px;
  }
}

@media (max-width: 860px) {
  .banner {
    background-size: 360px;
  }
}

@media (max-width: 822px) {
  .banner {
    background-size: 340px;
  }
}

@media (max-width: 780px) {
  .banner {
    background-size: 330px;
  }
}

@media (max-width: 768px) {
  .banner {
    height: auto;
    align-items: flex-start;
    padding: 32px 0;
    background-image: none;
  }

  .banner .banner__title {
    font-size: 30px;
  }

  .banner__description {
    margin-bottom: 32px;
  }

  .banner__image {
    display: block;
    margin: 0 auto 32px auto;
    width: 100%;
  }

  .banner .banner__btn {
    padding: 12px 24px;
    width: 100%;
  }

  .window {
    padding: 16px;
    gap: 16px;
  }

  .table-compare th, .table-compare td {
    padding: 8px 16px;
  }

  .table-compare__stars {
    right: 6px;
  }

  .table-compare__stars > svg {
    width: 8px;
    height: 8px;
  }

  .primary-section-title br {
    display: block;
  }

  .differences-text {
    width: 100%;
  }

  .differences__videos {
    grid-template-columns: 1fr;
  }

  .differences__video video {
    height: 285px;
  }

  .instructions__trigger {
    padding: 16px 0;
  }
}

@media (max-width: 500px) {
  .differences__video video {
    height: 250px;
  }
}

@media (max-width: 440px) {
  .differences__video video {
    height: 220px;
  }
}

@media (max-width: 380px) {
  .differences__image {
    width: 100%;
  }

  .differences__video video {
    height: 180px;
  }
}



/* End */


/* Start:/local/components/amega/configurator/templates/windows/style.css?177805976618493*/
/* ================================
   CONFIGURATOR OVERLAY & POPUP
   ================================ */

.configurator-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.configurator-overlay.active {
  display: block;
}

.configurator {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1424px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--color-background-modal);
  border-radius: 4px;
  z-index: 1001;
  padding: 32px;
}

.configurator.active {
  display: block;
}

/* ================================
   HEADER
   ================================ */

.configurator__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.configurator__title {
  margin: 0;
}

.configurator__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: .4s all;
}

.configurator__close:hover {
  transition: .4s all;
  transform: scale(1.3);
}

/* ================================
   PARAM CARDS (5 карточек)
   ================================ */

.configurator__params-slider {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.configurator__params-swiper {
  flex: 1;
  overflow: hidden;
}

.configurator__params-swiper .swiper-wrapper {
  align-items: stretch;
}

.configurator__params-swiper .swiper-slide {
  height: auto;
}

.configurator-params-prev,
.configurator-params-next {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background-color: var(--color-background-secondary-pressed);
  cursor: pointer;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.configurator-params-prev img,
.configurator-params-next img {
  width: 24px;
  height: 24px;
}

.configurator__param-card {
  height: 100%;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.configurator__param-title {
  border-bottom: 1px var(--color-background-secondary) solid;
  padding-bottom: 8px;
}

.configurator__param-img {
  width: 100%;
  height: 112px;
  overflow: hidden;
}

.configurator__param-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.configurator__param-text {
  color: var(--color-text-primary-body);
  flex: 1;
}

.configurator-params-pagination {
  text-align: center;
}

/* ================================
   BODY (3 колонки)
   ================================ */

.configurator__body {
  display: grid;
  grid-template-columns: 260px 1fr 380px;
  gap: 32px;
  align-items: start;
  border-bottom: 1px solid var(--color-background-secondary);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

/* ================================
   LEFT — КОНФИГУРАЦИЯ
   ================================ */

.configurator__config {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.configurator__config-label {
  margin-bottom: 16px;
}

.configurator__config-sublabel {
  color: var(--color-text-primary);
  margin-bottom: 16px;
}

.configurator__config-section {
  display: flex;
  flex-direction: column;
}

/* Кнопки створок */
.configurator__sashes {
  display: flex;
  gap: 12px;
}

.configurator__sash-btn {
  width: 52px;
  height: 52px;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.4s;
}

.configurator__sash-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.configurator__sash-btn.active,
.configurator__sash-btn:hover {
  border: 4px var(--color-primary-red) solid;
}

/* Иконки типов открывания */
.configurator__opening-types {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.configurator__opening-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.configurator__opening-btn {
  width: 52px;
  height: 52px;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.4s;
}

.configurator__opening-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.configurator__opening-btn.active,
.configurator__opening-btn:hover {
  border: 4px var(--color-primary-red) solid;
}

/* ================================
   CENTER — ПРЕВЬЮ
   ================================ */

.configurator__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 400px;
}

.configurator__preview-img {
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
}


/* ================================
   ПЕРЕКЛЮЧАТЕЛЬ ПРЕВЬЮ
   ================================ */

.configurator__preview-toggle {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.configurator__preview-toggle-btn {
  padding: 12px 24px;
  border: 2px solid var(--color-primary-red);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  transition: all 0.2s;
}

.configurator__preview-toggle-btn.active {
  background: var(--color-primary-red);
  color: var(--color-primary-white);
  transition: .4s all ease;
}


/* ================================
   RIGHT — ПАРАМЕТРЫ + ФОРМА
   ================================ */

.configurator__options {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.configurator__options-label {
  margin-bottom: 16px;
}

/* Дропдауны */
.configurator__dropdowns {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  padding-bottom: 12px;
  gap: 8px;
  border-bottom: 1px solid var(--color-background-secondary);
}

.configurator__dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  color: var(--color-text-primary);
  transition: color 0.2s;
}

.configurator__dropdown-trigger:hover {
  color: var(--color-primary-hover);
}

.configurator__dropdown-trigger svg {
  flex-shrink: 0;
  transition: transform 0.2s;
}

.configurator__dropdown.open .configurator__dropdown-trigger svg {
  transform: rotate(180deg);
}

.configurator__dropdown-body {
  margin-top: 6px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  background: var(--color-background-modal);
  border-radius: 4px;
  box-shadow: -2px 0 8px 0 rgba(0, 0, 0, 0.15), 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.configurator__dropdown-body input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: var(--color-primary-red);
}

/* Радиокнопки внутри дропдауна */
.configurator__radio-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 6px 0;
  border-bottom: 1px solid var(--color-background-secondary);
}

.configurator__radio-item:last-child {
  border-bottom: none;
}

.configurator__radio-item input[type="radio"] {
  accent-color: var(--color-primary-red);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}

img.configurator__color-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}

.configurator__radio-item span {
  font-size: 14px;
  color: var(--color-text-primary-body);
}


/* Чекбоксы */
.configurator__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.configurator__checkboxes .primary-checkbox {
  margin-bottom: 0;
  align-items: center;
}

.configurator__checkboxes .primary-checkbox__marker {
  display: none;
}

.configurator__checkboxes .primary-checkbox input[type="checkbox"] {
  opacity: 1 !important;
  position: static !important;
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: var(--color-primary-red);
  margin-right: 8px;
}

.configurator__checkbox-disabled {
  pointer-events: none;
  color: rgba(27, 28, 32, 0.4);
}

.configurator__checkbox-disabled .primary-checkbox__marker,
.configurator__checkbox-disabled input,
.configurator__checkbox-disabled > span:not(.configurator__info-wrap) {
  opacity: 0.4;
}

.configurator__checkbox-disabled.enabled {
  opacity: 1;
  pointer-events: auto;
}


/* Иконка info */
.configurator__info-wrap {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  pointer-events: all;
}

.configurator__checkbox-disabled .configurator__info-wrap {
  opacity: 1;
  pointer-events: all;
}

.configurator__info-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-left: 8px;
}

/* Тултип */
[data-tooltip] {
  position: relative;
}

[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: auto;
  right: 0;
  transform: none;
  background: #ffffff;
  color: #1B1C20;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  white-space: normal;
  text-align: left;
  width: 326px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 10;
}

[data-tooltip]:hover::after {
  opacity: 1;
}


/* ================================
   ФОРМА
   ================================ */

.configurator__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.configurator__form-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.configurator__form-row .primary-form-field {
  min-width: 180px;
  margin-bottom: 0;
  flex: 1;
}

.configurator__form-row .configurator__submit {
  align-self: flex-start;
  margin-top: 30px;
  padding: 16px 32px;
  height: auto;
}

.configurator__submit {
  flex-shrink: 0;
  min-width: 245px;
}

.configurator__form .primary-privacy {
  display: flex;
  align-items: center;
  max-width: 100%;
  justify-content: space-between;
}

.configurator__form .primary-privacy .primary-checkbox {
  flex: 1;
  max-width: 790px;
  margin-bottom: 0;
  margin-top: 0;
}

.configurator__form .primary-privacy {
  margin-top: 0;
}


/* ================================
   ПЕРЕКЛЮЧАТЕЛЬ ТИП КЛИЕНТА
   ================================ */

.configurator__client-toggle {
  display: flex;
  gap: 20px;
}

.configurator__client-btn {
  padding: 12px 24px;
  border: 2px solid var(--color-primary-red);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  transition: all 0.2s;
}

.configurator__client-btn.active {
  background: var(--color-primary-red);
  color: #fff;
}


/* ================================
   ВСПЛЫВАШКА УВЕДОМЛЕНИЯ
   ================================ */

.configurator__form-notice {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  padding: 60px 32px 32px 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  max-width: 395px;
  width: 90%;
  z-index: 1100;
}

.configurator__form-notice-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1099;
}

.configurator__form-notice-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.configurator__form-notice-close:hover svg path {
  stroke: var(--color-primary-hover);
}

.configurator__form-notice p {
  margin-bottom: 0;
}

/* ================================
   ЗАГРУЗКА ФАЙЛА
   ================================ */

.configurator__file-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 0;
  margin-top: 2px;
}

.configurator__file-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.configurator__file-text {
  font-size: 14px;
  color: var(--color-primary-red);
  font-weight: 500;
}

.configurator__file-input {
  display: none;
}


/* ================================
   SUCCESS TOAST
   ================================ */

.configurator-toast {
  display: none;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  z-index: 1100;
  background: var(--color-background-modal);
  border-radius: 4px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  min-width: 165px;
  max-width: 395px;
}

.configurator-toast.active {
  display: block;
}

.configurator-toast__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
  position: relative;
}

.configurator-toast__text {
  color: var(--color-text-primary-body);
}

.configurator-toast__close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.configurator-toast__close:hover svg path {
  stroke: var(--color-primary-hover);
}


/* Десктоп — используем grid вместо Swiper */
@media (min-width: 1344px) {
  .configurator__params-slider .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    transform: none !important;
  }

  .configurator__params-slider .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
}

@media (max-width: 1344px) {
  .configurator__body {
    margin-bottom: 16px;
    padding-bottom: 0;
    gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .configurator__config-label {
    margin-bottom: 8px;
  }

  .configurator__config {
    gap: 16px;
  }


  .configurator__options-label {
    margin-bottom: 8px;
  }

  .configurator__config-sublabel {
    margin-bottom: 8px;
  }

  .configurator__preview {
    gap: 16px;
  }

  .configurator__params-nav {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-bottom: 12px;
  }

  .configurator-params-prev,
  .configurator-params-next {
    display: flex;
  }

  .configurator .primary-link {
    font-size: 12px;
  }

  .configurator__radio-item input[type="radio"] {
    width: 16px;
    height: 16px;
  }

  img.configurator__color-dot {
    width: 16px;
    height: 16px;
  }

  .configurator__radio-item span {
    font-size: 12px;
  }

  .configurator__form {
    gap: 16px;
  }

  .configurator__preview-toggle-btn {
    padding: 8px 16px;
  }

  .configurator__client-btn {
    padding: 8px 16px;
  }

  .configurator__preview-toggle {
    gap: 16px;
  }

  .configurator__client-toggle {
    gap: 16px;
  }

  .configurator__form-row {
    gap: 8px;
    flex-direction: column;
  }

  .configurator__form-row .primary-form-field {
    width: 100%;
  }

  .configurator__form .primary-privacy {
    position: static !important;
    bottom: auto;
    left: auto;
    gap: 32px;
    right: auto;
    margin: 0;
  }
}

@media (max-width: 1200px) {
  .configurator__preview {
    min-height: 380px;
  }

  .configurator .primary-form-field__input {
    padding: 13px 16px;
  }

  .configurator .primary-form-field__error {
    font-size: 12px;
  }

  .configurator__form .primary-privacy .primary-checkbox {
    max-width: 635px;
  }
}

@media (max-width: 1100px) {
  .configurator__body {
    padding-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .configurator {
    padding: 24px 16px;
  }

  .configurator__body {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 0;
  }

  .configurator__form {
    gap: 8px;
  }

  .configurator__config {
    gap: 8px;
  }

  .configurator__sashes {
    gap: 8px;
  }

  .configurator__opening-group {
    gap: 8px;
  }

  .configurator__params-slider {
    margin-bottom: 16px;
  }

  .configurator-params-prev,
  .configurator-params-next {
    width: 30px;
    height: 30px;
  }

  .configurator-params-pagination {
    margin-top: 10px;
  }

  .configurator__config-label {
    margin-bottom: 8px;
  }

  .configurator__config-sublabel {
    margin-bottom: 8px;
  }

  .configurator__sash-btn {
    width: 44px;
    height: 44px;
  }

  .configurator__preview {
    min-height: 300px;
  }

  .configurator__options-label {
    margin-bottom: 8px;
  }

  .configurator__radio-item {
    gap: 6px;
  }

  .configurator__radio-item input[type="radio"] {
    width: 14px;
    height: 14px;
  }

  .configurator__checkboxes {
    margin-bottom: 8px;
  }

  [data-tooltip]::after {
    right: auto;
    left: 0;
    font-size: 12px;
    width: 235px;
    padding: 6px;
  }

  img.configurator__color-dot {
    width: 14px;
    height: 14px;
  }

  .configurator__dropdowns {
    gap: 4px;
  }

  .configurator__opening-btn {
    width: 44px;
    height: 44px;
  }

  .configurator__preview-toggle {
    gap: 8px;
  }

  .configurator__preview-toggle-btn {
    font-size: 12px;
  }


  .configurator__client-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .configurator__client-toggle {
    flex-direction: column;
    gap: 8px;
  }

  .configurator__file-text {
    font-size: 12px;
  }

  .configurator .primary-checkbox {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .configurator__form-row {
    margin-bottom: 10px;
  }

  .configurator .primary-form-field__error {
    font-size: 12px;
    margin-top: 8px;
  }

  .configurator__form .primary-privacy {
    flex-direction: column;
    gap: 30px;
  }

  .configurator__form .primary-privacy .primary-checkbox {
    max-width: 100%;
    order: 2;
  }

  .configurator__submit {
    flex-shrink: 0;
    min-width: unset;
    width: 100%
  }

  .configurator__form-row .configurator__submit {
    margin-top: 16px;
    width: 100%;
  }

  .configurator__form-notice {
    padding: 60px 16px 24px 16px;
    max-width: 295px;
  }
}

@media (max-width: 440px) {
  .configurator__preview {
    min-height: 220px;
  }
}







/* End */


/* Start:/parts/heat_norm_block/style.css?17780405031468*/
.compare-info.primary-section_gray {
  padding: 0;
}

.compare-info {
  display: flex;
  margin-bottom: 40px;
}

.compare-info__left {
  flex: 1;
  border-right: 1px solid #D9D9D9;
  text-align: center;
  padding: 24px;
}

.compare-info__right {
  flex: 1;
  padding: 24px;
}

.compare-info__text {
  color: var(--color-text-primary-body);
  margin-bottom: 8px;
}

.compare-info__region,
.compare-info__region:hover,
.compare-info__region:focus {
  text-decoration: underline;
}

.compare-info__value {
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  color: var(--color-primary-red);
}

.compare-info__select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 24px;
  border: 1px solid var(--amega-background-color-secondary);
  background: var(--amega-background-color);
  cursor: pointer;
  transition: border-color 0.2s;
}

.compare-info__select:hover {
  border-color: #1a1a1a;
}

.compare-info__select-value {
  color: #919399;
}

@media (max-width: 1344px) {
  .compare-info {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .compare-info__left {
    flex: 1;
    border-bottom: 1px solid #D9D9D9;
    border-right: none;
    padding: 16px;
  }

  .compare-info__text {
     margin-bottom: 0;
  }

  .compare-info__right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
}


@media (max-width: 768px) {
  .compare-info__value {
    padding-bottom: 10px;
  }
}
/* End */


/* Start:/parts/complementary-items/style.css?17780405031443*/
#complementary-slider .swiper {
  overflow: hidden;
  align-items: stretch;
}

.complementary-slider__slide.swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
}

.complementary-slider__slide > img {
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

#complementary-slider .complementary-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#complementary-slider .complementary-slider.swiper-initialized {
  opacity: 1;
}

.complementary-slider__slide-content {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex: 1 0 auto;
}

.complementary-slider__slide-name > span {
  display: block;
  margin-top: 12px;
  font-weight: 400;
}

.slider_feedback-pagination {
  text-align: center;
}


@media (max-width: 1344px) {
  .complementary-slider__slide-content {
    padding: 20px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .complementary-slider__slide-name > span {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .complementary-slider__slide-content {
    padding: 16px;
    flex-direction: row;
    align-items: flex-end;
  }
}

@media (max-width: 380px) {
  .primary-section-head {
    gap: 10px
  }

  .primary-section .base-slider-nav {
    gap: 10px;
  }

  .complementary-slider__slide > img {
    width: 250px;
  }
}
/* End */


/* Start:/local/components/amega/form/templates/.default/style.css?17780405036379*/
.footer-form__title {
	font-weight: bold;
	font-size: 34px;
}

.footer-form__subtitle {
	font-size: 16px;
	margin-top: 16px;
}

.primary-form__image {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.footer-form .form-control {
	border-radius: 0;
	height: 50px;
	padding: 13px 24px;
	border-color: #E3E4E5;
}

.footer-form .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #D7D8D8;
	background-color: transparent;
	border-width: 2px !important;
}

.footer-form .btn-brand-#919399 {
	border-radius: 4px !important
}

.footer-form .form-label {
	font-size: 16px;
}

.footer-form .form-check-input {
	background-color: #fcfcfc;
	border-color: #1B1C20;
}

.footer-form .form-check-input:focus {
	outline: none;
	box-shadow: none;
}

.footer-form .form-check-input:checked[type=checkbox] {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231B1C20' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.footer-form__file {
	color: #E2E2E4;
	transition: .3s;
	cursor: pointer;
	position: absolute;
	left: 24px;
	bottom: 5px;
}

.footer-form__file:hover {
	color: #DB1F35;
}

.primary-form__image img {
	width: 100%;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #919399 !important;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #919399 !important;
	opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #919399 !important;
	opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #919399 !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #919399 !important;
}

.form-control::placeholder {
	color: #919399 !important;
}

.city-dropdown {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 165px;
	overflow-y: auto;
	background: #FCFCFC;
	border: 1px solid #E3E4E5;
	z-index: 10;
	font-size: 16px;
	transition: .3s;
	padding: 24px;
	margin-top: -1px;
	box-shadow: 0px 5px 5px #00000052;
}

.city-dropdown.active {
	opacity: 1;
	pointer-events: auto;
}

.city-dropdown_list {
	border-bottom: 1px solid #E3E4E5;
	margin-bottom: 8px;
}

.city-dropdown_list li {
	margin-bottom: 8px;
}

.city-dropdown_list li:hover {
	cursor: pointer;
	color: #DB1F35;
}

.footer-form .btn-brand-red.none-target {
	background: #FADDE1 !important;
	border-color: #FADDE1 !important;
	opacity: 1;
}

.footer-form .btn {
	height: 50px;
	border-radius: 4px !important;
}

.primary-form-grid {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.primary-form-field {
	margin-bottom: 32px;
}

.primary-form-field__label {
	margin-bottom: 8px;
}

.primary-form-field__input {
	border: 1px solid #E3E4E5;
	background: #FCFCFC;
	height: 50px;
	padding: 13px 24px;
	width: 100%;
	outline: #E3E4E5;
}

.primary-form-field__textarea {
	height: 100px;
	resize: none;
}

.primary-form-field__input.is-error {
	border-color: #E2001A !important;
}

.primary-form-field__error {
	color: var(--color-primary-red);
	font-size: 14px;
	margin-top: 10px;
}

.primary-privacy {
	margin-top: 16px;
}

.primary-checkbox {
	display: flex;
	font-size: 12px;
	line-height: 130%;
	cursor: pointer;
	margin-bottom: 32px;
}

.primary-checkbox input {
	opacity: 0;
	position: absolute;
}

.primary-checkbox input:checked + .primary-checkbox__marker {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5556 4.22222H6.44444C5.21714 4.22222 4.22222 5.21715 4.22222 6.44444V17.5556C4.22222 18.7829 5.21715 19.7778 6.44444 19.7778H17.5556C18.7829 19.7778 19.7778 18.7829 19.7778 17.5556V6.44444C19.7778 5.21714 18.7829 4.22222 17.5556 4.22222ZM6.44444 2C3.98985 2 2 3.98985 2 6.44444V17.5556C2 20.0102 3.98985 22 6.44444 22H17.5556C20.0102 22 22 20.0102 22 17.5556V6.44444C22 3.98985 20.0102 2 17.5556 2H6.44444Z' fill='%231B1C20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6485 7.37009C18.1172 7.86353 18.1172 8.66357 17.6485 9.15701L10.2 17L6.35147 12.9477C5.88284 12.4542 5.88284 11.6542 6.35147 11.1607C6.8201 10.6673 7.5799 10.6673 8.04853 11.1607L10.2 13.4261L15.9515 7.37009C16.4201 6.87664 17.1799 6.87664 17.6485 7.37009Z' fill='%231B1C20'/%3E%3C/svg%3E");
}

.primary-checkbox__marker {
	display: block;
	width: 24px;
	flex: 0 0 24px;
	height: 24px;
	margin-right: 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5556 4.22222H6.44444C5.21714 4.22222 4.22222 5.21715 4.22222 6.44444V17.5556C4.22222 18.7829 5.21715 19.7778 6.44444 19.7778H17.5556C18.7829 19.7778 19.7778 18.7829 19.7778 17.5556V6.44444C19.7778 5.21714 18.7829 4.22222 17.5556 4.22222ZM6.44444 2C3.98985 2 2 3.98985 2 6.44444V17.5556C2 20.0102 3.98985 22 6.44444 22H17.5556C20.0102 22 22 20.0102 22 17.5556V6.44444C22 3.98985 20.0102 2 17.5556 2H6.44444Z' fill='%231B1C20'/%3E%3C/svg%3E");
}

.primary-form__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.privacy_box {
	color: #353842;
}

@media (max-width: 1684px) {
	.primary-form-grid {
		gap: 20px;
		grid-template-columns: 522px auto;
	}
}


@media (max-width: 1344px) {
	.primary-form-grid {
		padding-bottom: 150px;
		grid-template-columns: 1fr 1fr;
	}

	.primary-form-field {
		margin-bottom: 20px;
	}

	.f-form__message {
		margin-bottom: 0;
	}

	.primary-form-field__input:not(.primary-form-field__textarea) {
		height: 39px;
	}

	.primary-privacy {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0;
	}

	.primary-checkbox {
		margin-bottom: 32px;
	}

	#ml {
		font-size: 12px;
		min-height: auto;
	}
}

@media (max-width: 1023px) {
	.primary-form-grid {
		padding-bottom: 140px;
	}
}

@media (max-width: 767px) {
	.primary-form-grid {
		padding-bottom: 0;
		gap: 16px;
		grid-template-columns: 1fr;
	}

	.primary-form-field {
		margin-bottom: 16px;
	}

	.f-form__message {
		margin-bottom: 20px;
	}

	.primary-privacy {
		position: static;
		font-size: 10px;
	}

	#ml {
		font-size: 10px;
	}
}
/* End */
/* /local/templates/amegazavod_new/css/new/style.css?17775360673149 */
/* /windows/window-lineup/css/style.css?17780405038846 */
/* /local/components/amega/configurator/templates/windows/style.css?177805976618493 */
/* /parts/heat_norm_block/style.css?17780405031468 */
/* /parts/complementary-items/style.css?17780405031443 */
/* /local/components/amega/form/templates/.default/style.css?17780405036379 */
