.catalog-section_product {
}

.catalog-container_product {
  position: relative;
}
.section-catalog_back-img_product {
  img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: brightness(70%);
  }
}

.section-catalog_block-contant_product {
  position: relative;
  display: flex;
  gap: 10px;

  @media (max-width: 1023px) {
    display: block;
  }
}
.catalog-head_block_product {
  display: flex;
  flex-direction: column;
  gap: 60px;
  @media (max-width: 767px) {
    gap: 24px;
  }
  h1 {
    font-family: Unbounded;
    font-weight: 500;
    font-size: 60px;
    line-height: 125%;
    letter-spacing: 0%;

    color: white;
    width: 752px;

    @media (max-width: 1439px) {
      font-size: 48px;
    }
    @media (max-width: 1023px) {
      font-size: 40px;
    }
    @media (max-width: 767px) {
      font-size: 30px;
      width: 343px;
    }
  }
}
.catalog-nav_product {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;

  color: white;

  @media (max-width: 767px) {
    font-size: 16px;
  }

  a {
    color: rgba(213, 217, 226, 1);
    transition: 0.3s ease;

    &:hover {
      color: white;
    }
  }

  p {
    display: inline;
  }
}
.catalog-text_product {
  font-family: Onest;
  font-weight: 600;
  font-size: 30px;
  line-height: 125%;
  letter-spacing: 0%;

  color: white;
  width: 650px;

  @media (max-width: 767px) {
    font-size: 18px;
    width: 343px;
  }
}
.catalog-block_guarantee_product {
  display: flex;
  gap: 24px;
  @media (max-width: 767px) {
    gap: 12px;
  }
  p {
    font-family: Onest;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    color: var(--color-black_text);
    padding: 10px 24px;
    background-color: var(--color-beige_accent);
    width: fit-content;
    border-radius: 24px;

    @media (max-width: 767px) {
      padding: 2px 12px;
      font-size: 12px;
      font-weight: 600;
    }

    span {
      font-family: Parisienne;
      font-weight: 400;
      font-size: 40px;
      line-height: 150%;
      letter-spacing: 0%;
      display: inline;

      @media (max-width: 767px) {
        font-size: 24px;
      }
    }
  }
}
.catalog-block_production_product {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: var(--color-beige_accent);

  @media (max-width: 767px) {
    gap: 12px;
  }
}
.catalog-block_production-head_product {
  font-family: Onest;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: bottom;

  @media (max-width: 767px) {
    font-size: 14px;
  }
}
.catalog-block_container_product {
  display: flex;
  gap: 86px;

  @media (max-width: 767px) {
    gap: 12px;
  }
}
.catalog-block_production-box_product {
  display: flex;
  align-items: center;
  gap: 12px;

  div {
    display: flex;
    justify-content: center;
    align-items: center;
    svg {
    }
  }

  p {
    font-family: Onest;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;

    @media (max-width: 767px) {
      font-size: 14px;
    }
  }
}
.catalog-button_product {
  padding: 16px 32px;
  width: fit-content;

  @media (max-width: 490px) {
    width: 100%;
  }
}

/* alumokna */

.alumokna-container {
  background-color: rgba(245, 246, 248, 1);
}
.alumokna-block {
  margin-top: 60px;

  display: flex;
  justify-content: space-between;

  @media (max-width: 1919px) {
    justify-content: unset;
    gap: 120px;
  }
  @media (max-width: 1520px) {
    justify-content: space-between;
    gap: unset;
  }
  @media (max-width: 1439px) {
    flex-direction: column;
    gap: 60px;
  }
  @media (max-width: 767px) {
    gap: 40px;

    margin-top: 40px;
  }
}
.alumokna-block_img {
  display: flex;
  justify-content: center;

  img {
    width: 783px;
    min-width: 783px;
    height: 635px;

    @media (max-width: 1439px) {
      width: 722px;
      min-width: 722px;
      height: 586px;
    }
    @media (max-width: 767px) {
      width: 100%;
      height: 400px;
      min-width: unset;
    }
    @media (max-width: 490px) {
      width: 100%;
      height: 280px;
      min-width: unset;
    }
  }
}
.alumokna-content {
  display: flex;
  flex-direction: column;
  gap: 40px;

  @media (max-width: 767px) {
    gap: 30px;
  }
}
.alumokna-content_one {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.alumokna_content-head {
  font-family: Onest;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 20px;
  }
  @media (max-width: 490px) {
    text-align: center;
  }
}
.alumokna_windows-size {
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 18px;
  }
}
.alumokna_block-characteristics {
  display: flex;
  gap: 60px;

  @media (max-width: 1919px) {
    flex-direction: column;
  }
  @media (max-width: 1439px) {
    flex-direction: row;
    gap: 150px;
  }
  @media (max-width: 1023px) {
    flex-direction: column;
    gap: 12px;
  }
}
.alumokna_block-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.alumokna_box-characteristics {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;

  @media (max-width: 1023px) {
    width: 500px;
    gap: unset;
  }
  @media (max-width: 600px) {
    width: unset;
    gap: unset;
  }
}
.alumokna-characteristics_name {
  font-family: Onest;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 14px;
  }
  @media (max-width: 490px) {
    width: 200px;
  }
}
.alumokna_characteristics_value {
  font-family: Onest;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 14px;
  }
}
.alumokna-content_two {
  display: flex;
  flex-direction: column;
  gap: 16px;

  @media (max-width: 490px) {
    align-items: center;
  }
}
.alumokna-block_color-head {
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 18px;
  }
}
.alumokna-block_color-select {
  display: flex;
  gap: 16px;
}
.alumokna-block_color-box {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.alumokna-brown {
  background-color: rgba(135, 77, 77, 1);
}
.alumokna-gray {
  background-color: rgba(70, 70, 70, 1);
}
.alumokna-white {
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(211, 211, 211, 1);
}

/* Стили для выбранного цвета */
.alumokna-block_color-box.selected {
  outline: 2px solid rgba(221, 77, 49, 1);
  outline-offset: 1px;
  transition: 0.2s ease;
}
.alumokna-block_img img:not(:first-child) {
  display: none;
}

.alumokna-content_three {
  display: flex;
  flex-direction: column;
  gap: 24px;

  @media (max-width: 767px) {
    gap: 16px;
  }
}
.three-blcok_service {
  display: flex;
  flex-direction: column;
  gap: 16px;

  @media (max-width: 490px) {
    align-items: center;
  }
}
.three-block_service-head {
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 18px;
  }
}
.three-block_service-box {
  display: flex;
  gap: 24px;

  @media (max-width: 767px) {
    gap: 12px;
  }
  @media (max-width: 490px) {
    flex-wrap: wrap;
    justify-content: center;
  }

  .three-block_service-box_inp {
    font-family: Onest;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: bottom;

    color: rgba(74, 74, 74, 1);

    padding: 8px 16px;
    background-color: rgba(213, 217, 226, 0.6);
    border-radius: 8px;

    @media (max-width: 767px) {
      font-size: 16px;
    }
  }

  /* Добавьте стили для выбранных услуг */
  .three-block_service-box_inp {
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .three-block_service-box_inp.selected {
    background-color: rgba(226, 217, 213, 1);
  }
}
.three-block_price {
  font-family: Onest;
  font-weight: 600;
  font-size: 30px;
  line-height: 125%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 24px;
  }
}
.three-block_price-text {
  color: rgba(31, 118, 52, 1);
  display: inline;
}
.three-block_price-text_amount {
  display: inline;
}
.three-block_btn {
  padding: 16px 180px;
  width: fit-content;

  @media (max-width: 490px) {
    width: 100%;
    padding: 16px 0;
  }
}

/* details */

.details-container {
  margin-top: 60px;

  display: flex;
  gap: 84px;

  @media (max-width: 1439px) {
    flex-direction: column;
    gap: 24px;
  }
  @media (max-width: 767px) {
    margin-top: 24px;
  }
}
.details-container_text {
  width: 942px;

  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 1439px) {
    width: unset;
  }
  @media (max-width: 767px) {
    font-size: 16px;
  }
}
.details-container_block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.details-block_content {
  display: flex;
  gap: 40px;
  justify-content: center;

  @media (max-width: 767px) {
    gap: 24px;
  }
}
.details-block_content:nth-child(2) {
  @media (max-width: 767px) {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.details-content_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details-content_img {
  margin-bottom: 12px;

  @media (max-width: 767px) {
    margin-bottom: 6px;
  }
}
.details-content_head {
  font-family: Onest;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 16px;
  }
}
.details-content_text {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

  color: var(--color-grey_text);

  @media (max-width: 767px) {
    font-size: 14px;
  }
}

/* reviews */
.reviews-block_arrow {
  @media (max-width: 1023px) {
    display: flex;
    gap: 32px;
    margin-top: 40px;
  }
  @media (max-width: 767px) {
    display: none;
  }
}
.reviews-arrow_left {
  top: 50%;
  left: 40px;
  transform: translateY(-50%);

  position: absolute;
  z-index: 1;

  @media (max-width: 1023px) {
    position: unset;
    transform: unset;
  }
}
.reviews-arrow_right {
  top: 50%;
  right: 40px;
  transform: translateY(-50%);

  position: absolute;
  z-index: 1;

  @media (max-width: 1023px) {
    transform: unset;
    position: unset;
  }
}
.reviews-arrow_left.disabled,
.reviews-arrow_right.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.container-reviews {
  margin-top: 60px;
  position: relative;

  @media (max-width: 1023px) {
    display: flex;
    flex-direction: column-reverse;
  }
  @media (max-width: 767px) {
    margin-top: 40px;
  }
}

.container-reviews_slider {
  display: flex;
  gap: 28px;
  width: 100%;
  overflow: hidden;

  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: pan-y;

  @media (max-width: 767px) {
    gap: 12px;

    touch-action: unset;
  }
}
.reviews-slider_box {
  padding: 16px;
  min-width: 392px;
  max-width: 392px;
  height: 290px;
  border: 1px solid var(--color-grey_stroke);
  border-radius: 12px;

  display: flex;
  flex-direction: column;
  gap: 12px;

  @media (max-width: 767px) {
    min-width: 300px;
    max-width: 300px;
    height: 220px;
    gap: 10px;
  }
}
.reviews-slider_head {
  font-family: Onest;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;

  @media (max-width: 767px) {
    font-size: 20px;
  }
}
.reviews-slider_img {
  display: flex;
  gap: 16px;

  @media (max-width: 767px) {
    gap: 4px;
  }
}
.reviews-slider_img-stars {
  width: 24px;
  height: 24px;
}
.reviews-slider_text {
  font-family: Onest;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;

  color: var(--color-grey_text);

  @media (max-width: 767px) {
    font-size: 12px;
    line-height: 125%;
  }
}
.reviews-slider_date {
  font-family: Onest;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0%;

  color: var(--color-placeholder);

  @media (max-width: 767px) {
    font-size: 10px;
  }
}

/* SEO */

.seo-block {
  margin-top: 60px;
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  color: #333;
}
@media (max-width: 767px) {
  .seo-block {
    margin-top: 24px;
    font-size: 14px;
    line-height: 160%;
  }
}

.seo-block p {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .seo-block p {
    margin-bottom: 12px;
  }
}

.seo-block h3 {
  font-family: Unbounded;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #1a1a1a;
  margin-top: 32px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .seo-block h3 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
}

.seo-block ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}
@media (max-width: 767px) {
  .seo-block ul {
    margin: 12px 0;
  }
}

.seo-block li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .seo-block li {
    padding-left: 20px;
    margin-bottom: 8px;
  }
}

.seo-block li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #DD4D31;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .seo-block li::before {
    top: 7px;
    width: 6px;
    height: 6px;
  }
}

.seo-block a {
  color: #DD4D31;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.seo-block a:hover {
  border-bottom-color: #DD4D31;
}

.seo-text {
  font-family: Onest;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media (max-width: 767px) {
  .seo-text {
    font-size: 14px;
  }
}
