<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --red: #BE3D3D;
  --grey-bg: #F3F5F8;
}

* {
  user-select: none;
}

.main-body-new {
  padding-bottom: 0;
}

@font-face {
  font-family: "Intro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Intro Regular"), url("fonts/Intro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Intro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Intro Bold"), url("fonts/Intro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Intro Book";
  font-style: normal;
  font-weight: normal;
  src: local("Intro Book"), url("fonts/Intro-Book.woff") format("woff");
}
.section__block-title {
  margin: 0;
}

.info-section {
  padding-top: 40px;
}
.info-section .info-blocks {
  display: flex;
  gap: 24px;
  padding-right: 0;
}
.info-section .info-blocks .info-block {
  flex: 1;
  padding: 24px 16px;
  border-radius: 18px;
  background-color: var(--grey-bg);
  font-family: Intro Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.about-factory-section {
  padding-top: 88px;
}
.about-factory-section .container .dash-title-wrap {
  display: flex;
  padding-right: 0;
  justify-content: space-between;
}
.about-factory-section .container .dash-title-wrap .presentation-img {
  width: 632px;
  aspect-ratio: 1.78;
}
.about-factory-section .container .dash-title-wrap .factory-teses {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 40px;
}
.about-factory-section .container .dash-title-wrap .factory-teses .factory-tes {
  display: flex;
  gap: 30px;
}
.about-factory-section .container .dash-title-wrap .factory-teses .factory-tes .factory-tes__img {
  width: 44px;
  height: 44px;
}
.about-factory-section .container .dash-title-wrap .factory-teses .factory-tes .factory-tes__text {
  font-family: Intro Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.history-stages-section {
  margin-top: 88px;
  padding-top: 100px;
  background-color: var(--grey-bg);
}
.history-stages-section .history-stages {
  padding-right: 0;
  padding-top: 160px;
  display: flex;
  flex-direction: column;
}
.history-stages-section .history-stages .history-stage {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.history-stages-section .history-stages .history-stage .line-container {
  width: 190px;
  display: flex;
  height: calc(100% - 60px);
  top: 70px;
  justify-content: center;
  flex-grow: 1;
  position: absolute;
}
.history-stages-section .history-stages .history-stage .line-container .line {
  position: absolute;
  display: block;
  height: 100%;
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.history-stages-section .history-stages .history-stage .line-container .line::before {
  content: "";
  background-color: var(--red);
  display: block;
  height: 0%;
  transition: height 1.9s cubic-bezier(0, 0.72, 1, 0.67);
  width: 2px;
}
.history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container {
  display: flex;
  align-items: center;
}
.history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .history-stage__year {
  position: relative;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2509803922), 1px -1px 0 rgba(0, 0, 0, 0.2509803922), -1px 1px 0 rgba(0, 0, 0, 0.2509803922), 1px 1px 0 rgba(0, 0, 0, 0.2509803922);
  color: var(--grey-bg);
  font-family: Intro Bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 200px;
  margin-right: 80px;
  transition: all 500ms;
}
.history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block {
  display: flex;
  align-items: center;
}
.history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block .history-stage__img {
  width: 74px;
  height: 74px;
}
.history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block .history-stage__count-container {
  margin-left: 30px;
}
.history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block .history-stage__count-container .history-stage__count {
  font-family: Intro Bold, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--red);
}
.history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block .history-stage__count-container .history-stage__count-subtitle {
  font-family: Intro Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.history-stages-section .history-stages .history-stage .history-stage__second-container {
  width: 475px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.history-stages-section .history-stages .history-stage .history-stage__second-container .history-stage__name {
  font-family: Intro Bold, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.history-stages-section .history-stages .history-stage .history-stage__second-container .history-stage__text {
  font-family: Intro Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 100px;
}
.history-stages-section .history-stages .history-stage .history-stage__second-container .double-padding {
  padding-bottom: 200px;
}
.history-stages-section .history-stages .in-view .history-stage__first-container .history-stage__inner-container .history-stage__year {
  color: #be3d3d;
  text-shadow: -1px -1px 0 #be3d3d, 1px -1px 0 #be3d3d, -1px 1px 0 #be3d3d, 1px 1px 0 #be3d3d;
}
.history-stages-section .history-stages .in-view .line-container .line::before {
  height: 100%;
}

.equipments-section {
  overflow: hidden;
  padding-top: 88px;
}
.equipments-section .container .equipments-swiper {
  overflow: visible;
}
.equipments-section .container .equipments-swiper .title-block {
  display: flex;
  padding-right: 0;
  justify-content: space-between;
  align-items: center;
}
.equipments-section .container .equipments-swiper .title-block .nav-buttons {
  display: flex;
  width: 70px;
  height: 37px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  border-radius: 75px;
}
.equipments-section .container .equipments-swiper .title-block .nav-buttons .equipments-next {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 50%;
}
.equipments-section .container .equipments-swiper .title-block .nav-buttons .equipments-prev {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 50%;
}
.equipments-section .container .equipments-swiper .equipments-slider {
  padding-top: 40px;
}
.equipments-section .container .equipments-swiper .equipments-slider .equipments-slide {
  width: 484px;
  border-radius: 18px;
  overflow: hidden;
}
.equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container .slide-carousel-img {
  height: 323px;
  object-fit: cover;
}
.equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container .slide-description {
  padding: 30px 34px 34px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 24px;
  background-color: var(--grey-bg);
}
.equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container .slide-description .slide-name {
  font-family: Intro Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container .slide-description .slide-text {
  font-family: Intro Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.equipments-section .container .equipments-swiper .equipments-slider .equipments-slide:nth-child(1) {
  margin-left: 0px;
}

.products-section {
  padding-top: 88px;
  overflow: hidden;
}
.products-section .container .products-swiper {
  overflow: visible;
}
.products-section .container .products-swiper .products-container {
  padding-top: 40px;
  padding-right: 0;
}
.products-section .container .products-swiper .products-container .product-container {
  width: 540px;
  flex-direction: column;
  display: flex;
  border-radius: 18px;
  overflow: hidden;
}
.products-section .container .products-swiper .products-container .product-container .slide-carousel-img {
  height: 300px;
  object-fit: cover;
}
.products-section .container .products-swiper .products-container .product-container .slide-description {
  padding: 30px 34px 34px;
  background-color: var(--grey-bg);
  display: flex;
  flex-direction: column;
  gap: 21px;
  flex-grow: 1;
}
.products-section .container .products-swiper .products-container .product-container .slide-description .slide-name {
  font-family: Intro Bold, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
.products-section .container .products-swiper .products-container .product-container .slide-description .props-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 24px;
}
.products-section .container .products-swiper .products-container .product-container .slide-description .props-grid .prop {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.products-section .container .products-swiper .products-container .product-container .slide-description .props-grid .prop .prop-name {
  font-family: Intro Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(51, 51, 51, 0.6980392157);
}
.products-section .container .products-swiper .products-container .product-container .slide-description .props-grid .prop .prop-value {
  font-family: Intro Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.products-section .container .products-swiper .products-container .product-container .slide-description .props-grid .prop:last-child:nth-child(odd) {
  grid-column: span 2;
}
.products-section .container .products-swiper .products-container .product-container .slide-description .btn-open-modal {
  width: 100%;
  background-color: var(--red);
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}
.products-section .container .products-swiper .products-container .product-container .slide-description .btn-open-modal .btn-inner {
  font-family: Intro Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.factory-photos-section {
  background-color: var(--grey-bg);
  margin-top: 88px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.factory-photos-section .container .title-block {
  display: flex;
  padding-right: 0;
  justify-content: space-between;
  align-items: center;
}
.factory-photos-section .container .title-block .nav-buttons {
  display: flex;
  width: 70px;
  height: 37px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: center;
  align-items: center;
  border-radius: 75px;
}
.factory-photos-section .container .title-block .nav-buttons .photos-next {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 50%;
}
.factory-photos-section .container .title-block .nav-buttons .photos-prev {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 50%;
}
.factory-photos-section .container .factory-photos {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0 0 20rem;
  overflow: visible;
}
.factory-photos-section .container .factory-photos .photos-slides .photo {
  width: 100%;
  height: 600px;
  object-fit: cover;
  opacity: 0.3;
  transition: all 0.5s;
}
.factory-photos-section .container .factory-photos .photos-slides .swiper-slide-active {
  opacity: 1;
}
.factory-photos-section .container .factory-photos .photos-pagination {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  position: relative;
  gap: 6px;
  bottom: 0;
  top: 0;
}
.factory-photos-section .container .factory-photos .photos-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: transparent;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.factory-photos-section .container .factory-photos .photos-pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333333;
}
.factory-photos-section .container .factory-photos .photos-pagination .swiper-pagination-bullet-active {
  border: 1px solid var(--red);
}
.factory-photos-section .container .factory-photos .photos-pagination .swiper-pagination-bullet-active::before {
  background-color: var(--red);
}

.excursion-form-section {
  margin-top: 88px;
}
.excursion-form-section .container .excursion-form__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #f3f5f8;
  border-left: 1px solid #be3d3d;
  padding: 56px 180px 72px;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__title {
  font-size: var(--fs-h2);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  user-select: none;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form {
  width: 100%;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container {
  display: flex;
  width: 100%;
  gap: 24px;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  width: 100%;
  flex: 1;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .left .excursion-form__wrapper {
  position: relative;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .left .excursion-form__wrapper .vacancy-form__input {
  height: 48px;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .left .wide {
  grid-column: span 2;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .captcha-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .comment_textarea {
  display: flex;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  padding: 14px 24px;
  font-family: Intro Book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: black;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .comment_textarea::placeholder {
  color: #333333;
  font-family: inherit;
  font-size: var(--fs-t5);
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .form_buttons {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 16px;
  justify-content: space-between;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .form_buttons .submit-button {
  display: flex;
  color: white;
  cursor: pointer;
  align-items: center;
  height: 48px;
  padding: 0 32px 0 32px;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: Intro-Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  background: #BE3D3D;
  border: 1px solid #BE3D3D;
  justify-content: center;
  width: 100%;
}
.excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .form_buttons .excursion-form__policy {
  position: relative;
  max-width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  user-select: none;
}

.contacts-section {
  background-color: var(--grey-bg);
  margin-top: 88px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.contacts-section .container .contacts-container {
  padding-right: 0;
}
.contacts-section .container .contacts-container .contacts-container__inner {
  display: flex;
  justify-content: space-between;
  background-color: white;
  border-radius: 18px;
  overflow: hidden;
}
.contacts-section .container .contacts-container .contacts-container__inner .contacts-block {
  width: 418px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-title {
  font-family: Intro Bold, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}
.contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-data {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-data .contacts-data__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-data .contacts-data__row .contacts-data__name {
  font-family: Intro Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  opacity: 0.7;
  color: #2A2626;
  text-transform: uppercase;
}
.contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-data .contacts-data__row .contacts-data__value {
  font-family: Intro Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 1200px) {
  .excursion-form-section .container .excursion-form__inner {
    padding: 32px 10px 40px 10px;
  }
}
@media screen and (max-width: 768px) {
  .new-intro {
    gap: 10px;
  }
  .info-section {
    padding-top: 20px;
  }
  .info-section .info-blocks {
    flex-direction: column;
    gap: 8px;
  }
  .info-section .info-blocks .info-block {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 18.2px;
  }
  .about-factory-section {
    padding-top: 40px;
  }
  .about-factory-section .container .dash-title-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .about-factory-section .container .dash-title-wrap .presentation-img {
    width: 100%;
  }
  .about-factory-section .container .dash-title-wrap .factory-teses {
    gap: 24px;
    padding-top: 20px;
  }
  .about-factory-section .container .dash-title-wrap .factory-teses .factory-tes {
    gap: 20px;
  }
  .about-factory-section .container .dash-title-wrap .factory-teses .factory-tes .factory-tes__img {
    width: 36px;
    height: 36px;
  }
  .about-factory-section .container .dash-title-wrap .factory-teses .factory-tes .factory-tes__text {
    font-size: 14px;
    line-height: 18.2px;
  }
  .history-stages-section {
    margin-top: 40px;
    padding-top: 40px;
  }
  .history-stages-section .history-stages {
    padding-top: 40px;
  }
  .history-stages-section .history-stages .history-stage {
    flex-direction: column;
  }
  .history-stages-section .history-stages .history-stage .line-container {
    width: 58px;
    top: 120px;
    height: calc(100% - 145px);
  }
  .history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .history-stage__year {
    font-size: 22px;
    line-height: 28.6px;
    text-align: start;
  }
  .history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block .history-stage__img {
    width: 54px;
    height: 54px;
  }
  .history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block .history-stage__count-container {
    margin-left: 20px;
  }
  .history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block .history-stage__count-container .history-stage__count {
    font-size: 40px;
    line-height: 40px;
  }
  .history-stages-section .history-stages .history-stage .history-stage__first-container .history-stage__inner-container .middle-block .history-stage__count-container .history-stage__count-subtitle {
    font-size: 14px;
    line-height: 18.2px;
  }
  .history-stages-section .history-stages .history-stage .history-stage__second-container {
    padding-left: 74px;
    padding-top: 30px;
    width: 100%;
  }
  .history-stages-section .history-stages .history-stage .history-stage__second-container .history-stage__name {
    font-size: 18px;
    line-height: 23.4px;
  }
  .history-stages-section .history-stages .history-stage .history-stage__second-container .history-stage__text {
    font-size: 14px;
    line-height: 20.3px;
    padding-bottom: 40px;
  }
  .history-stages-section .history-stages .history-stage .history-stage__second-container .double-padding {
    padding-bottom: 80px;
  }
  .equipments-section {
    padding-top: 40px;
  }
  .equipments-section .container .equipments-swiper .title-block .nav-buttons {
    display: none;
  }
  .equipments-section .container .equipments-swiper .equipments-slider {
    padding-top: 20px;
  }
  .equipments-section .container .equipments-swiper .equipments-slider .equipments-slide {
    width: 306px;
    border-radius: 16px;
  }
  .equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container .slide-carousel-img {
    height: 204px;
  }
  .equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container .slide-description {
    padding: 24px 20px 30px;
  }
  .equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container .slide-description .slide-name {
    font-size: 15px;
    line-height: 18px;
  }
  .equipments-section .container .equipments-swiper .equipments-slider .equipments-slide .slide-container .slide-description .slide-text {
    font-size: 14px;
    line-height: 21px;
  }
  .products-section {
    padding-top: 40px;
  }
  .products-section .container .products-swiper .products-container {
    padding-top: 20px;
  }
  .products-section .container .products-swiper .products-container::-webkit-scrollbar {
    width: 0px;
    height: 0;
  }
  .products-section .container .products-swiper .products-container::-webkit-scrollbar-thumb {
    background-color: #92d402;
  }
  .products-section .container .products-swiper .products-container::-webkit-scrollbar-track {
    background-color: white;
  }
  .products-section .container .products-swiper .products-container .product-container {
    width: 306px;
    border-radius: 16px;
  }
  .products-section .container .products-swiper .products-container .product-container .slide-carousel-img {
    height: 170px;
  }
  .products-section .container .products-swiper .products-container .product-container .slide-description {
    padding: 20px 20px 30px;
  }
  .products-section .container .products-swiper .products-container .product-container .slide-description .slide-name {
    font-size: 15px;
    line-height: 18px;
  }
  .products-section .container .products-swiper .products-container .product-container .slide-description .props-grid {
    grid-column-gap: 16px;
    grid-row-gap: 18px;
  }
  .products-section .container .products-swiper .products-container .product-container .slide-description .props-grid .prop .prop-name {
    font-size: 12px;
    line-height: 13.2px;
  }
  .products-section .container .products-swiper .products-container .product-container .slide-description .props-grid .prop .prop-value {
    font-size: 14px;
    line-height: 18.2px;
  }
  .products-section .container .products-swiper .products-container .product-container .slide-description .btn-open-modal {
    height: 48px;
  }
  .products-section .container .products-swiper .products-container .product-container .slide-description .btn-open-modal .btn-inner {
    font-size: 12px;
    line-height: 12px;
  }
  .factory-photos-section {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .factory-photos-section .container .title-block .nav-buttons {
    display: none;
  }
  .factory-photos-section .container .factory-photos {
    padding: 20px 0 0 0;
  }
  .factory-photos-section .container .factory-photos .photos-slides .photo {
    height: 230px;
  }
  .excursion-form-section {
    margin-top: 40px;
  }
  .excursion-form-section .container {
    padding: 0;
  }
  .excursion-form-section .container .excursion-form__inner {
    border-left: 0;
    padding: 32px 10px 40px 10px;
  }
  .excursion-form-section .container .excursion-form__inner .excursion-form__title {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container {
    flex-direction: column;
  }
  .excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .left {
    gap: 16px;
  }
  .excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .left .excursion-form__wrapper .vacancy-form__input {
    padding: 0 16px;
  }
  .excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .comment_textarea {
    height: 192px;
  }
  .excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .form_buttons {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .excursion-form-section .container .excursion-form__inner .excursion-form__form .excursion-form__container .right .form_buttons .submit-button {
    width: 100%;
  }
  .contacts-section {
    margin-top: 40px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .contacts-section .container {
    padding: 0 10px;
  }
  .contacts-section .container .contacts-container .contacts-container__inner {
    flex-direction: column;
  }
  .contacts-section .container .contacts-container .contacts-container__inner .contacts-block {
    padding: 20px 30px 30px;
    gap: 20px;
    width: 100%;
  }
  .contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-title {
    font-size: 20px;
    line-height: 44px;
  }
  .contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-data {
    gap: 20px;
  }
  .contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-data .contacts-data__row .contacts-data__name {
    font-size: 10px;
    line-height: 13px;
  }
  .contacts-section .container .contacts-container .contacts-container__inner .contacts-block .contacts-data .contacts-data__row .contacts-data__value {
    font-size: 14px;
    line-height: 18.2px;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>