@charset "UTF-8";
@font-face {
  font-family: "Stem";
  src: url("../../assets/fonts/Stem-SemiLight.ttf");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Stem";
  src: url("../../assets/fonts/Stem-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Stem";
  src: url("../../assets/fonts/Stem-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
:root {
  --bg-color: #f7f8f8;
  --dark-main-text: #1d1d1d;
  --white-main-text: #ffffff;
  --white-color: #ffffff;
  --blue-color: #1d71a0;
  --orange-color: #e04926;
}

.banner {
  position: relative;
  margin-top: 180px;
  height: 720px;
  background-image: url("../../assets/image/main/hero.jpeg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  padding: 150px 0 222px 0;
  z-index: 2;
}
.banner::after {
  content: "";
  background-image: url("../../assets/image/main/LogoWater.png");
  background-repeat: repeat;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}

.banner__content {
  display: flex;
  flex-direction: column;
  gap: 58px;
}

.banner__content > a {
  max-width: 212px;
}

.banner__title {
  color: var(--white-color);
  font-family: Stem;
  font-size: 48px;
  font-weight: 700;
  line-height: 66.16px;
  text-align: left;
  max-width: 791px;
}

.min__addaptive-btn {
  display: none;
}

@media (max-width: 1579.98px) {
  .banner {
    margin-top: 180px;
    height: 600px;
    padding: 100px 0 0 0;
  }
}
@media (max-width: 1412.98px) {
  .banner {
    margin-top: 180px;
    height: 400px;
    padding: 40px 0 0 20px;
  }
  .banner__content {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .banner__title {
    font-size: 38px;
    line-height: 46.16px;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 932.98px) {
  .banner {
    margin-top: 100px;
    height: 431px;
    padding: 40px 0 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
  }
  .banner__content {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
  .banner__title {
    color: var(--white-color);
    font-family: Stem;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    width: 542px;
    flex-wrap: wrap;
  }
}
@media (max-width: 479.98px) {
  .banner {
    margin-top: 56px;
  }
  .banner__content > a {
    max-width: 100%;
    text-align: center;
  }
  .min__addaptive-btn {
    display: block;
    margin-top: -20px;
  }
  .banner__title {
    width: 100%;
  }
}
.about {
  margin: 126px 0 129px 0;
}

.about__content {
  display: flex;
  flex-direction: column;
}

.about__text {
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
  line-height: 130%;
  margin-bottom: 38px;
  order: 2;
}

.about__title {
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 24px;
  margin: 35px 0;
  order: 1;
}

.swiper-about {
  max-width: 958px;
  height: 360px;
  margin-bottom: 48px;
  padding: 0 15px;
}

.swiper-pagination-bullet-active {
  background: var(--white-color);
}

.about__tabs {
  height: 500px;
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 4px 4px 30.4px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 100px 40px 74px;
  order: 3;
}

.tabs {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 46px;
}

.tab-nav > input[type=radio] {
  display: none;
}

.tab-content {
  display: none;
  width: 432px;
  height: 420px;
  background-color: var(--orange-color);
  border-radius: 10px;
  color: var(--white-color);
  font-family: Stem;
  font-size: 18px;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
}

.tab-nav > label {
  background-image: url("../../assets/image/main/arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 60px;
  cursor: pointer;
}

#content-1 {
  padding: 40px 64px 71px 40px;
  background-image: url("../../assets/image/main/01.svg");
  background-repeat: no-repeat;
  background-position: 92% 92%;
}

#content-2 {
  padding: 40px 40px 71px 40px;
  background-image: url("../../assets/image/main/02.svg");
  background-repeat: no-repeat;
  background-position: 92% 92%;
}

#content-3 {
  padding: 40px 19px 42px 40px;
  background-image: url("../../assets/image/main/03.svg");
  background-repeat: no-repeat;
  background-position: 92% 92%;
}

#content-4 {
  padding: 40px 33px 70px 40px;
  background-image: url("../../assets/image/main/04.svg");
  background-repeat: no-repeat;
  background-position: 92% 92%;
}

#content-5 {
  padding: 40px 61px 94px 40px;
  background-image: url("../../assets/image/main/05.svg");
  background-repeat: no-repeat;
  background-position: 92% 92%;
}

#content-6 {
  padding: 40px 33px 71px 40px;
  background-image: url("../../assets/image/main/06.svg");
  background-repeat: no-repeat;
  background-position: 92% 92%;
}

#content-1:has(~ .tab-nav > #tab-btn-1:checked),
#content-2:has(~ .tab-nav > #tab-btn-2:checked),
#content-3:has(~ .tab-nav > #tab-btn-3:checked),
#content-4:has(~ .tab-nav > #tab-btn-4:checked),
#content-5:has(~ .tab-nav > #tab-btn-5:checked),
#content-6:has(~ .tab-nav > #tab-btn-6:checked) {
  display: block;
}

.tab-nav {
  display: flex;
  flex-direction: column;
  gap: 33px;
  width: 505px;
}

.tab-nav > input[type=radio]:checked + label {
  background-image: url("../../assets/image/main/orange-arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  color: var(--orange-color);
  background-color: #fff;
  cursor: default;
}

.swiper-about {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #ea572e;
}

.tab-content p {
  display: none;
}

@media (max-width: 968.98px) {
  .swiper-about {
    max-width: 700px;
    height: 400px;
    padding: 0;
    margin-bottom: 10px;
  }
  .about {
    margin: 48px 0 48px 0;
  }
  .about__tabs {
    display: none;
    order: 1;
    margin-bottom: 48px;
    background-color: var(--bg-color);
    height: 360px;
    padding: 0;
  }
  .about__title {
    margin-top: 0;
    margin-bottom: 35px;
    order: 2;
    color: var(--dark-main-text);
    font-family: Stem;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
  }
  .about__text {
    order: 3;
    margin-bottom: 48px;
  }
  .tabs {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 46px;
  }
  .tab-content {
    width: 288px;
    height: 360px;
    font-size: 14px;
    font-weight: 350;
    line-height: 130%;
  }
  .tab-content p {
    display: block;
    color: var(--white-color);
    font-family: Stem;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-bottom: 28px;
  }
  #content-1 {
    padding: 30px 17px 33px 24px;
    background-position: 50% 92%;
  }
  #content-2 {
    padding: 30px 17px 33px 24px;
    background-position: 53% 92%;
  }
  #content-3 {
    padding: 30px 17px 33px 24px;
    background-image: none;
  }
  #content-3 p {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  #content-4 {
    padding: 30px 17px 33px 24px;
    background-position: 50% 92%;
  }
  #content-5 {
    padding: 30px 17px 33px 24px;
    background-position: 50% 94%;
  }
  #content-5 p {
    display: block;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #content-6 {
    padding: 30px 17px 33px 24px;
    background-position: 50% 92%;
  }
  .tab-content .tab-nav {
    display: none;
  }
  .swiper-about {
    display: block;
  }
  .tab-content {
    display: block;
    margin-bottom: 48px;
  }
}
@media (max-width: 637.98px) {
  .swiper-about {
    max-width: 637px;
    height: 400px;
  }
}
@media (max-width: 479.98px) {
  .swiper-about {
    max-width: 288px;
    height: 400px;
  }
  .about__text {
    color: rgb(29, 29, 29);
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .tab-content {
    padding: 10px;
  }
}
.services {
  margin-bottom: 127px;
}

.services__content {
  display: flex;
  flex-direction: column;
  gap: 63px;
}

.services__title {
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 24px;
}

.services__items {
  display: flex;
  justify-content: space-between;
}

.services__item {
  width: 215px;
  height: 320px;
  border-radius: 5px;
  background: var(--white-color);
}

.clearfix:after {
  clear: both;
}

.services__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  list-style: none;
  text-align: center;
}
.services__item::after {
  content: "";
  background-image: url("../../assets/image/main/LogoWater.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}

.services__item h3 {
  padding: 28px 15px 0 15px;
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.services__item p {
  width: 215px;
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 16px;
  font-weight: 350;
  line-height: 19px;
  text-align: center;
  height: 400px;
  background-color: var(--white-color);
  transform: translateY(240px);
  transition: transform 0.4s ease-in-out 0s;
  padding: 0 10px;
}

.services__image-1 {
  position: absolute;
  width: 338px;
  height: 94%;
  bottom: -178px;
  left: -57px;
  transform: rotate(7deg);
}

.services__image-2 {
  position: absolute;
  width: 128px;
  height: 75%;
  bottom: -81px;
  left: 44px;
}

.services__image-3 {
  position: absolute;
  width: 100%;
  height: 75%;
  bottom: -81px;
  left: 0px;
}

.services__image-4 {
  position: absolute;
  width: 124%;
  height: 75%;
  bottom: -35px;
  left: 0px;
}

.services__image-5 {
  position: absolute;
  width: 124%;
  height: 75%;
  bottom: -70px;
  left: 0px;
}

.services__item:hover > .services__text {
  transform: translateY(10px);
}

.swiper-examples {
  display: none;
}

@media (max-width: 1145.98px) {
  .services {
    margin-bottom: 48px;
  }
  .services__content {
    gap: 20px;
  }
  .services__title {
    color: rgb(29, 29, 29);
    font-family: Stem;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
  .services__items {
    display: none;
  }
  .swiper-slide {
    position: relative;
  }
  .slider-pattern-2 {
    position: absolute;
    bottom: 82px;
    right: 9px;
  }
  .swiper-slide .swiper-slide-active {
    width: 288px;
  }
  .services__item {
    width: 288px;
    height: 340px;
  }
  .services__image-1 {
    position: absolute;
    width: 338px;
    height: 94%;
    bottom: -178px;
    left: -57px;
    transform: rotate(7deg);
  }
  .services__image-2 {
    position: absolute;
    width: 128px;
    height: 75%;
    bottom: -81px;
    left: 84px;
  }
  .services__image-3 {
    position: absolute;
    width: 100%;
    height: 75%;
    bottom: -81px;
    left: 0px;
  }
  .services__image-4 {
    position: absolute;
    width: 138%;
    height: 75%;
    bottom: -35px;
    left: 0px;
  }
  .services__image-5 {
    position: absolute;
    width: 124%;
    height: 75%;
    bottom: -70px;
    left: 0px;
  }
  .services__text {
    display: none;
  }
  .span__swiper-text {
    display: inline-block;
    padding: 0 25px;
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 14px;
    text-align: center;
    margin-top: 20px;
  }
}
.promo {
  background-image: url("../../assets/image/main/promo.png");
  background-repeat: no-repeat;
  background-size: auto;
  height: 332px;
  margin-bottom: 124px;
}

.promo__content {
  display: flex;
  flex-direction: column;
  gap: 39px;
  padding: 85px 0;
}

.promo__content h3 {
  max-width: 700px;
  color: var(--white-color);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.promo__btn {
  max-width: 200px;
}

@media (max-width: 767.98px) {
  .promo {
    height: 332px;
    margin-bottom: 90px;
  }
  .promo__content {
    padding: 40px 0;
  }
}
@media (max-width: 479.98px) {
  .promo {
    height: 220px;
    margin-bottom: 48px;
  }
  .promo__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 28px 0;
  }
  .promo__content h3 {
    color: rgb(255, 255, 255);
    font-family: Stem;
    width: 275px;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
  }
}
@media (max-width: 344.98px) {
  .promo__btn {
    max-width: 100%;
  }
}
.examples {
  margin-bottom: 100px;
}

.examples__content {
  display: flex;
  flex-direction: column;
}

.examples__items {
  display: flex;
  gap: 22px;
  overflow: hidden;
  overflow-x: hidden;
  order: 3;
}

.examples__item {
  position: relative;
  max-width: 215px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.examples__image::after {
  content: "";
  background-image: url("../../assets/image/main/pattern.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.examples__item p {
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}

.examples__title {
  order: 2;
}

.examples__text {
  order: 3;
}

@media (max-width: 1145.98px) {
  .swiper-examples {
    display: block;
    width: 1145px;
    height: 340px;
  }
}
@media (max-width: 1062.98px) {
  .examples__items {
    overflow-x: scroll;
  }
}
@media (max-width: 768.98px) {
  .swiper-examples {
    width: 688px;
    height: 340px;
  }
}
@media (max-width: 732.98px) {
  .examples__item {
    min-width: 288px;
  }
  .examples__item img {
    width: 288px;
    height: 318px;
  }
  .examples__items {
    overflow-x: scroll;
  }
  .examples__image::after {
    content: "";
    background-image: url("../../assets/image/main/Pattern-min.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media (max-width: 404.98px) {
  .examples__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    order: 1;
    margin: 20px 0;
  }
  .examples__text {
    order: 2;
  }
  .examples__items {
    order: 3;
  }
  .examples {
    margin-bottom: 48px;
  }
  .swiper-examples {
    width: 288px;
    height: 340px;
  }
}
.faq {
  width: 100%;
  margin: 0 auto 128px auto;
}

.faq__container {
  position: relative;
  display: flex;
  flex-direction: column;
}

.faq-image {
  position: absolute;
  top: 44px;
  right: 25px;
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -20px;
  }
  100% {
    opacity: 1;
    margin-left: 0px;
  }
}
details {
  position: relative;
  box-shadow: 4px 4px 30.4px 0px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  border-radius: 10px;
  background: var(--white-color);
  margin-bottom: 15px;
  background-image: url("../../assets/image/main/orange-arrow.svg");
  background-repeat: no-repeat;
  background-position: 98% 40%;
}

summary {
  padding: 40px;
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  cursor: pointer;
  max-width: 90%;
}

details p {
  padding: 0 40px 40px 40px;
  color: var(--white-color);
  font-family: Stem;
  font-size: 18px;
  font-weight: 350;
  line-height: 130%;
}

summary {
  list-style-type: none; /* Firefox */
}

summary::-webkit-details-marker {
  display: none; /* Chrome */
}

details[open] {
  background-color: var(--orange-color);
}
details[open] summary {
  color: #fff;
}
details[open] p {
  color: #fff;
}

.faq__container h2 {
  margin-bottom: 63px;
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

@media (max-width: 992.98px) {
  .faq__container h2 {
    font-size: 48px;
    line-height: 36px;
  }
  .faq {
    margin: 0 auto 48px auto;
  }
}
@media (max-width: 767.98px) {
  details {
    background-image: none;
  }
  summary {
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .faq-image {
    display: none;
  }
  .faq__container h2 {
    color: var(--dark-main-text);
    font-family: Stem;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin-bottom: 24px;
  }
  summary {
    padding: 20px;
    color: var(--dark-main-text);
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
    cursor: pointer;
  }
  details p {
    padding: 0 20px 20px 20px;
    color: var(--white-color);
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 130%;
    text-align: left;
  }
}
.contact-section {
  margin: 250px 0 126px 0;
}

.contact-section__content {
  display: flex;
  justify-content: space-between;
}

.contact-section__content-ls {
  display: flex;
  flex-direction: column;
}
.contact-section__content-ls h2 {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin-bottom: 38px;
}
.contact-section__content-ls p {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
}

.btn-prev {
  background-image: url("../../assets/image/footer/arrow.png");
  background-position: left center;
  background-repeat: no-repeat;
  margin-top: 115px;
  padding-left: 15px;
  color: var(--blue-color);
  font-family: Stem;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
}

.contact-section__content-ls p:nth-child(3) {
  margin-bottom: 20px;
}

@media (max-width: 1144.98px) {
  iframe {
    width: 612px;
  }
}
@media (max-width: 932.98px) {
  .contact-section {
    margin: 140px 0 40px 0;
  }
  iframe {
    width: 512px;
  }
}
@media (max-width: 826.98px) {
  iframe {
    width: 412px;
  }
  .contact-section__content-ls h2 {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 26px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 24px;
  }
  .contact-section__content-ls p {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 18px;
    font-weight: 350;
    line-height: 130%;
  }
}
@media (max-width: 642.98px) {
  iframe {
    width: 100%;
    height: 379px;
  }
  .btn-prev {
    display: none;
  }
}
@media (max-width: 524.98px) {
  .contact-section__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 479.98px) {
  .contact-section {
    margin: 72px 0 40px 0;
  }
}
.production {
  margin: 246px 0 80px 0;
}

.production__content {
  display: flex;
  flex-direction: column;
}

.production__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}
.production__wrapper h2 {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  max-width: 558px;
}

.repair-btn-prev {
  margin: 0;
  float: inline-end;
}

.production__banner {
  display: flex;
}

.production__banner-image {
  position: relative;
}
.production__banner-image::after {
  content: "";
  background-image: url("../../assets/image/main/Pattern-min.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.production__banner-image img {
  margin-right: 79px;
}

.production__blocktext p {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
}

.production__blocktext p:not(:last-child) {
  margin-bottom: 32px;
}

.orange-wrapper {
  position: relative;
  background: #e04926;
  padding: 60px 0;
  margin-bottom: 80px;
}

.orange-wrapper__items {
  display: flex;
  gap: 48px;
  overflow: hidden;
  overflow-x: hidden;
}

.orange-wrapper__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.orange-wrapper__item img {
  width: 357px;
  height: 274px;
}
.orange-wrapper__item span {
  color: rgb(255, 255, 255);
  font-family: Stem;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}
.orange-wrapper__item::after {
  content: "";
  background-image: url("../../assets/image/main/LogoWater.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -20px;
  right: 0;
}

@media (max-width: 1200px) {
  .orange-wrapper__items {
    display: flex;
    gap: 48px;
    overflow-x: scroll;
  }
}
@media (max-width: 425px) {
  .orange-wrapper {
    position: relative;
    padding: 24px 0 48px 0;
    margin-bottom: 48px;
  }
  .orange-wrapper__item {
    position: relative;
    gap: 24px;
  }
  .orange-wrapper__item img {
    width: 288px;
    height: 274px;
  }
  .orange-wrapper__item span {
    color: rgb(255, 255, 255);
    font-family: Stem;
    font-size: 22px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
  }
  .orange-wrapper__item::after {
    content: "";
    background-image: url("../../assets/image/main/LogoWater.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -10px;
    right: 0;
  }
}
.repair-for {
  margin-bottom: 80px;
}

.construction {
  margin-bottom: 56px;
}

.construction__content h2 {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  max-width: 1008px;
  margin-bottom: 60px;
}

.orange-text {
  color: var(--orange-color);
  font-family: Stem;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}

.construction__items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.construction__item {
  position: relative;
  max-width: 357px;
}

.construction__image-details {
  position: relative;
  width: 357px;
  height: 236px;
  box-sizing: border-box;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 5px;
  background: rgba(217, 217, 217, 0);
  margin-bottom: 32px;
  background-color: #fff;
}

.pattern-2 {
  position: absolute;
  top: 60px;
  right: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-min-repair {
  display: none;
}

.swiper-repair-1 {
  display: none;
}

.repair-btn {
  display: inline-block;
  margin-top: 24px;
  background-color: #ea572e;
  padding: 10px 56px;
  border-radius: 10px;
  border: none;
  color: var(--white-color);
  font-family: Stem;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.3s ease 0s;
}

.repair-btn-list {
  display: inline-block;
  background-color: #ea572e;
  padding: 10px 56px;
  border-radius: 10px;
  border: none;
  color: var(--white-color);
  font-family: Stem;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.repair-btn:hover,
.repair-btn-list:hover {
  background-color: #000;
  color: var(--white-color);
}

.repair-btn:active:focus,
.repair-btn-list:active:hover {
  background-color: #000;
  color: var(--white-color);
}

@media (max-width: 1126.98px) {
  .construction__items {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 1032.98px) {
  .production__banner-image img {
    margin-right: 49px;
    max-height: 564px;
  }
}
@media (max-width: 932.98px) {
  .production__banner-image img {
    max-width: 380px;
    margin-right: 39px;
  }
  .production {
    margin: 127px 0 40px 0;
  }
  .construction__content h2,
  .production__wrapper h2 {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 28px;
    font-weight: 500;
    line-height: 25px;
  }
  .construction__content h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 814.98px) {
  .production__wrapper {
    display: none;
  }
  .orange-text {
    color: rgb(224, 73, 38);
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
  }
  .production__banner {
    display: flex;
    flex-direction: column;
  }
  .production__banner-image {
    display: inline-flex;
    flex: 0 0 100%;
    width: 100%;
  }
  .production__banner-image img {
    margin-right: 0;
    width: 100%;
  }
  .title-min-repair {
    display: block;
    margin: 24px 0;
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
  }
}
@media (max-width: 645.98px) {
  .construction__items {
    display: none;
  }
  .swiper-repair-1 {
    margin-top: 24px;
    display: block;
  }
  .details-image-1 {
    background-image: url("../../assets/image/repairPage/M303-20 1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  .details-image-2 {
    background-image: url("../../assets/image/repairPage/M301-303.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 300px;
  }
  .details-image-3 {
    background-image: url("../../assets/image/repairPage/M303-22 1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 300px;
  }
  .details-image-4 {
    background-image: url("../../assets/image/repairPage/M302L 1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  .details-image-5 {
    background-image: url("../../assets/image/repairPage/M301-303.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 300px;
  }
  .details-image-6 {
    background-image: url("../../assets/image/repairPage/M302R 1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 300px;
  }
}
@media (max-width: 479.98px) {
  .production {
    margin: 72px 0 40px 0;
  }
  .construction__content h2 {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }
  .orange-text {
    color: rgb(224, 73, 38);
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .production__blocktext p {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 130%;
    text-align: left;
  }
  .production__blocktext p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.details-image-1,
.details-image-2,
.details-image-3 {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}

.details-image-1 {
  background-image: url("../../assets/image/repairPage/M303-20 1.png");
}

.details-image-2 {
  background-image: url("../../assets/image/repairPage/M301-303.png");
}

.details-image-3 {
  background-image: url("../../assets/image/repairPage/M303-22 1.png");
}

.bar-image {
  width: 100%;
}

.construction__btn {
  box-sizing: border-box;
  width: 218px;
}

.construction__item p:nth-child(2) {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  margin-bottom: 12px;
}

.construction__item p:nth-child(3) {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 14px;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
}

.construction__block-image {
  margin-top: 66px;
}

.markup-block {
  content: "";
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.short-line ~ .text-line {
  position: relative;
}

.short-line ~ p {
  position: absolute;
  width: 0;
  top: -23px;
  left: -88px;
}

.short-line ~ span {
  position: absolute;
  width: 0;
  top: -23px;
  left: -260px;
}

.construction__zone-text {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  margin-bottom: 22px;
}

.construction__zone-choose {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 24px;
  font-weight: 350;
  line-height: 220%;
  padding-left: 50px;
}

.choose-1 {
  background-image: url("../../assets/image/repairPage/A-text.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.choose-2 {
  background-image: url("../../assets/image/repairPage/B-text.png");
  background-position: left center;
  background-repeat: no-repeat;
}

.choose-3 {
  background-image: url("../../assets/image/repairPage/C-text.png");
  background-position: left center;
  background-repeat: no-repeat;
}

@media (max-width: 1095px) {
  .markup-block {
    display: none;
  }
  .construction__zone-choose {
    line-height: 130%;
  }
}
@media (max-width: 470px) {
  .markup-block {
    display: flex;
  }
  .vert-line {
    height: 20px;
  }
  .construction__block-image {
    margin-top: 24px;
  }
  .short-line {
    max-width: 48px;
  }
  .large-line {
    max-width: 113px;
  }
  .short-line ~ p {
    position: absolute;
    width: 0;
    top: 0px;
    left: -33px;
  }
  .short-line ~ span {
    position: absolute;
    width: 0;
    top: 0px;
    left: -66px;
  }
  .construction__zone-choose {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 130%;
    text-align: left;
    margin-bottom: 12px;
  }
  .construction {
    margin-bottom: 24px;
  }
}
.system-image-1 {
  background-image: url("../../assets/image/repairPage/M302L 1.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.system-image-2 {
  background-image: url("../../assets/image/repairPage/M301-303.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.system-image-3 {
  background-image: url("../../assets/image/repairPage/M302R 1.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.repair__grid {
  margin-top: 40px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fit, 357px);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 40px;
  justify-content: space-around;
}

.grid-item img {
  margin-bottom: 30px;
  width: 346px;
  height: 236px;
}
.grid-item p {
  margin-bottom: 24px;
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.grid-item__btn {
  box-sizing: border-box;
  width: 200px;
}

@media (max-width: 450px) {
  .repair-for {
    margin-bottom: 24px;
  }
  .grid-item-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 24px;
  }
  .repair__grid {
    display: none;
  }
  .details-image-grid-1 {
    background-image: url("../../assets/image/repairPage/01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 321px;
    margin-bottom: 12px;
  }
  .details-image-grid-2 {
    background-image: url("../../assets/image/repairPage/02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 321px;
    margin-bottom: 12px;
  }
  .details-image-grid-3 {
    background-image: url("../../assets/image/repairPage/03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 321px;
    margin-bottom: 12px;
  }
  .details-image-grid-4 {
    background-image: url("../../assets/image/repairPage/04.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 321px;
    margin-bottom: 12px;
  }
  .details-image-grid-5 {
    background-image: url("../../assets/image/repairPage/05.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 321px;
    margin-bottom: 12px;
  }
  .details-image-grid-6 {
    background-image: url("../../assets/image/repairPage/06.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 321px;
    margin-bottom: 12px;
  }
}
.incisors {
  margin: 244px 0 74px 0;
}

.incisors__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}

.incisors__wrapper h2 {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin-bottom: 42px;
}

.incisors__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 357px);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 50px;
  justify-content: space-around;
}

.grid-item-image {
  width: 357px;
  height: 236px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 28px;
  background-color: var(--white-color);
}

.grid-item-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  margin-bottom: 10px;
}
.grid-item-title span {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 18px;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
}

.grid-item-subtitle {
  max-width: 207px;
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 14px;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
}

.incisors-image-1 {
  background-image: url("../../assets/image/Incisors/M6.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.incisors-image-2 {
  background-image: url("../../assets/image/Incisors/M6_22.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.incisors-image-3 {
  background-image: url("../../assets/image/Incisors/M7.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.incisors-image-4 {
  background-image: url("../../assets/image/Incisors/M7⁄RZ25.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.incisors-image-5 {
  background-image: url("../../assets/image/Incisors/M7⁄22.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.incisors-image-6 {
  background-image: url("../../assets/image/Incisors/M8.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.incisors-image-7 {
  background-image: url("../../assets/image/Incisors/M8X.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.incisors-image-8 {
  background-image: url("../../assets/image/Incisors/M9.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.incisors-image-9 {
  background-image: url("../../assets/image/Incisors/MC9⁄22.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-incisors {
  display: none;
}

.incisors-button {
  padding: 12px 26px;
  border-radius: 10px;
  background-color: var(--orange-color);
  color: white;
  font-family: Stem;
  font-size: 18px;
  font-weight: 500;
  border: none;
  box-sizing: border-box;
}

@media (max-width: 940.98px) {
  .incisors__wrapper h2 {
    font-size: 38px;
    line-height: 28px;
    margin-bottom: 42px;
  }
}
@media (max-width: 932.98px) {
  .incisors {
    margin: 126px 0 54px 0;
  }
}
@media (max-width: 784.98px) {
  .grid-item-image {
    width: 288px;
    height: 192px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 28px;
    background-color: var(--white-color);
  }
  .incisors__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 288px);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 40px;
    margin-bottom: 50px;
    justify-content: space-around;
  }
}
@media (max-width: 645.98px) {
  .incisors__wrapper h2 {
    font-size: 38px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .incisors__grid {
    display: none;
  }
  .swiper-incisors {
    display: block;
    margin-bottom: 20px;
  }
  .incisors-wrapper {
    position: relative;
    width: 100%;
    height: 510px;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }
  .incisors-slide {
    background-color: var(--white-color);
    border-radius: 10px;
    width: 288px;
    height: 470px;
    padding: 30px 24px 20px 24px;
  }
  .grid-item-image {
    width: 210px;
    height: 282px;
    border: none;
    border-radius: 0;
    margin-bottom: 28px;
    background-color: transparent;
    background-image: none;
    margin: 0 auto;
    margin-bottom: 14px;
  }
  .incisors-btn {
    display: inline-block;
    background-color: var(--orange-color);
    text-align: center;
    border-radius: 10px;
    width: 100%;
    padding: 12px 0;
    color: var(--white-color);
    font-family: Stem;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }
  .incisors-slide-image-1 {
    background-image: url("../../assets/image/Incisors/M6 (1522021) 2-01 2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .incisors-slide-image-2 {
    background-image: url("../../assets/image/Incisors/02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .incisors-slide-image-3 {
    background-image: url("../../assets/image/Incisors/03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .incisors-slide-image-4 {
    background-image: url("../../assets/image/Incisors/04.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .incisors-slide-image-5 {
    background-image: url("../../assets/image/Incisors/05.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .incisors-slide-image-6 {
    background-image: url("../../assets/image/Incisors/06.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .incisors-slide-image-7 {
    background-image: url("../../assets/image/Incisors/07.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .incisors-slide-image-8 {
    background-image: url("../../assets/image/Incisors/08.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .incisors-slide-image-9 {
    background-image: url("../../assets/image/Incisors/09.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .grid-item-title {
    display: flex;
    justify-content: space-between;
  }
  .grid-item-title span {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 130%;
  }
  .grid-item-subtitle {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 130%;
    margin-bottom: 0;
    width: 220px;
  }
}
@media (max-width: 498.98px) {
  .incisors-btn-prev {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .incisors {
    margin: 75px 0 0 0;
  }
  .incisors__wrapper h2 {
    font-family: Stem;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    margin-bottom: 24px;
  }
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5215686275);
  z-index: 9999;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease 0s;
}

.popup__body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  transform: translate(0px, 0px);
  opacity: 1;
}

.popup.open .item-popup-content {
  transform: translate(0px, 80px);
  opacity: 1;
}

.popup__content {
  position: relative;
  z-index: 9999;
  padding: 62px 50px 55px 50px;
  background-color: var(--white-color);
  color: #000;
  max-width: 569px;
  border-radius: 4px;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
}

.item-popup-banner img {
  width: 848px;
  height: 560px;
}

.item-popup-banner {
  display: flex;
  gap: 80px;
}

.item-popup-wrapper {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-wrapper-title {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  margin-right: 22px;
}
.item-wrapper-title span {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}

.item-popup-blocktext {
  margin: 40px 0;
  max-width: 207px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}
.item-popup-blocktext span {
  display: inline-block;
  width: 207px;
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
}

.item-popup-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 26px;
  background-color: var(--orange-color);
  border-radius: 10px;
  color: white;
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
  line-height: 130%;
  text-align: center;
}

.item-popup-content {
  background-color: var(--white-color);
  position: relative;
  max-width: 1200px;
  height: 700px;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
}

.popup__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9) url("../../assets/icon/5.gif") center/50px no-repeat;
  opacity: 0;
  visibility: hidden;
}

.popup__content._sending::after {
  opacity: 1;
  visibility: visible;
}

.popup__content p {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 15px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 21px;
}

.popup__close {
  position: absolute;
  background-image: url("../../assets/icon/Group 1453.png");
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  background-position: 98% 5%;
  top: 10px;
  right: 10px;
}

.input-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.input-ls {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 20px 20px 0;
}

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

input {
  width: 224px;
  padding: 11px 16px;
  box-sizing: border-box;
  border: 1px solid rgb(224, 73, 38);
  border-radius: 10px;
  background: rgba(217, 217, 217, 0);
  color: #000;
}
input::-moz-placeholder {
  color: rgb(147, 147, 147);
  font-family: Stem;
  font-size: 14px;
  font-weight: 350;
  line-height: 150%;
  text-align: left;
}
input::placeholder {
  color: rgb(147, 147, 147);
  font-family: Stem;
  font-size: 14px;
  font-weight: 350;
  line-height: 150%;
  text-align: left;
}

#form {
  display: flex;
  flex-wrap: wrap;
}

textarea {
  padding: 11px 16px;
  border-radius: 10px;
  box-sizing: border-box;
  resize: vertical;
  max-width: 468px;
  border: 1px solid rgb(224, 73, 38);
  border-radius: 10px;
  background: rgba(217, 217, 217, 0);
  resize: none;
  margin-bottom: 20px;
}
textarea::-moz-placeholder {
  color: rgb(147, 147, 147);
  font-family: Stem;
  font-size: 14px;
  font-weight: 350;
  line-height: 150%;
  text-align: left;
}
textarea::placeholder {
  color: rgb(147, 147, 147);
  font-family: Stem;
  font-size: 14px;
  font-weight: 350;
  line-height: 150%;
  text-align: left;
}

@media (max-width: 590.98px) {
  .form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: 260px;
  }
  .popup__content {
    z-index: 9999;
    padding: 20px;
    max-width: 300px;
  }
  .popup-min-content {
    padding: 20px 10px 20px 10px;
  }
  textarea {
    padding: 11px 16px;
    border-radius: 10px;
    box-sizing: border-box;
    resize: vertical;
    border: 1px solid rgb(224, 73, 38);
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 260px;
  }
  .popup-pagination {
    display: block;
  }
  .popup-slide {
    min-width: 250px;
  }
  .popup__close {
    position: absolute;
    z-index: 9999;
  }
  input {
    width: 260px;
    padding: 11px 16px;
  }
}
.form__input {
  background-color: var(--white-color);
}

.form__input._error {
  background: rgba(224, 73, 38, 0.15);
}

.link-from-3 {
  position: absolute;
  top: 0;
  left: 0;
}

.top-btn {
  margin-top: 14px 0 0 0;
}

.reserve {
  margin-top: 224px;
  margin-bottom: 80px;
}

.reserve__content {
  display: flex;
  flex-direction: column;
}

.reserve__wrapper {
  display: flex;
  gap: 22px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
}
.reserve__wrapper h2 {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}
.reserve__wrapper span {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  display: flex;
  flex: 1 1 auto;
}

.reserve__banner {
  display: flex;
  gap: 102px;
}

.reserve__image {
  position: relative;
  width: 848px;
  height: 100%;
}

.reserve__block {
  min-width: 214px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.reserve__block p {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
}

._center {
  text-align: center;
}

.reserve-page {
  margin: 244px 0 80px 0;
}

.reserve-page__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.reserve-page__wrapper h2 {
  color: rgb(0, 0, 0);
  font-family: Stem;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
}

.reserve-page-subtitle {
  color: rgb(224, 73, 38);
  font-family: Stem;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 60px;
}

.image-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 44px;
  margin-top: 40px;
}

.image-block-reserve {
  position: relative;
}
.image-block-reserve::after {
  content: "";
  background-image: url("../../assets/image/main/LogoWater.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.reserve-page__image-block {
  gap: 40px;
}

.border-image-reserve {
  border: 1px solid black;
  box-sizing: content-box;
  border-radius: 5px;
}

.successPopup__content {
  border-radius: 10px;
}
.successPopup__content h3 {
  color: rgb(29, 29, 29);
  font-family: Stem;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
  margin-bottom: 20px;
}
.successPopup__content p {
  color: rgb(82, 82, 82);
  font-family: Stem;
  font-size: 12px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 30px;
}
.successPopup__content span {
  color: rgb(29, 29, 29);
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

@media (max-width: 1180.98px) {
  .reserve-page-subtitle {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .image-block {
    justify-content: center;
  }
  .reserve__btn {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 932.98px) {
  .reserve-page {
    margin: 120px 0 50px 0;
  }
}
@media (max-width: 479.98px) {
  .reserve-page {
    margin-top: 70px;
  }
  .reserve-page__wrapper h2 {
    font-size: 32px;
  }
  .reserve-page-subtitle {
    font-size: 16px;
    margin-top: 20px;
  }
  .image-block {
    gap: 24px;
    margin-top: 20px;
  }
}
@media (max-width: 420px) {
  .image-block-reserve {
    width: 100%;
  }
  .image-block-reserve img {
    width: 100%;
  }
}
.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select::before {
  content: "";
  background-image: url("../../assets/icon/geo-alt-fill-svgrepo-com.svg");
  background-position: center left;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 3px;
  left: 0;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 160px;
  font-size: 15px;
  padding-left: 20px;
  font-weight: 300;
  color: #000;
  line-height: 60px;
  border-radius: 4px;
  cursor: pointer;
}

.custom-options {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 100%;
  width: 600px;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-options:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  border-bottom: 1px solid #b5b5b5;
  font-size: 18px;
  font-weight: 600;
  color: #b5b5b5;
  line-height: 47px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

:root {
  --bg-color: #f7f8f8;
  --dark-main-text: #1d1d1d;
  --white-main-text: #ffffff;
  --white-color: #ffffff;
  --blue-color: #1d71a0;
  --orange-color: #e04926;
}

.footer {
  height: 480px;
  background-color: #003350;
  padding: 65px 0 70px 0;
}

.footer__content {
  display: flex;
  height: 360px;
}

.footer__image-links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
}

.footer__image-links img {
  width: 100px;
  height: 100px;
}

.footer-links img {
  width: 36px;
  height: 36px;
}

.footer-links {
  display: flex;
  gap: 15px;
}

.footer__column-2 a li,
.footer__column-1 a li {
  color: var(--white-color);
  font-family: Stem;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.footer__column-1 {
  margin-right: 44px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__column-2 {
  margin-right: 220px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 61px;
}

.footer__contacts div h6 {
  color: var(--white-color);
  font-family: Stem;
  font-size: 18px;
  font-weight: 350;
  line-height: 24px;
  text-align: left;
}

.footer__tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__tel a {
  color: var(--white-color);
  font-family: Stem;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.footer__adress {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer__time p,
.footer__adress p {
  color: var(--white-color);
  font-family: Stem;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.footer__time {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-links-min {
  display: none;
}

@media (max-width: 1104.98px) {
  .footer {
    height: 480px;
    background-color: #003350;
    padding: 65px 0 70px 0;
  }
  .footer__content {
    display: flex;
    height: 360px;
    justify-content: center;
  }
  .footer__image-links {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 0;
  }
  .footer__column-1 {
    margin-right: 44px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer__column-2 {
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer__image-links img {
    width: 100px;
    height: 100px;
  }
  .footer-links img {
    width: 36px;
    height: 36px;
  }
  .footer-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
  }
  .footer__time {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
}
@media (max-width: 600.98px) {
  .footer__content {
    flex-wrap: wrap;
  }
  .footer__image-links {
    order: 1;
  }
  .footer__image-links img {
    display: block;
  }
  .footer-links-min {
    display: block;
    order: 3;
  }
  .footer__column-1 {
    order: 2;
  }
  .footer__column-2 {
    order: 4;
  }
  .footer__contacts {
    order: 5;
  }
  .footer {
    height: 288px;
    padding: 20px 0 29px 0;
  }
  .footer__content {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .footer__image-links {
    order: 5;
    width: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
    height: 0;
  }
  .footer-links-min {
    width: 60px;
    gap: 10px;
    order: 3;
  }
  .footer-links-min a img {
    margin-bottom: 10px;
    flex-wrap: wrap-reverse;
  }
  .footer__column-1 {
    display: none;
  }
  .footer__column-2 {
    display: none;
  }
  .footer__contacts {
    order: 1;
    gap: 21px;
  }
  .footer__contacts div h6 {
    color: var(--white-color);
    font-family: Stem;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
  }
  .footer__contacts div a {
    color: var(--white-color);
    font-family: Stem;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    text-align: left;
  }
  .footer__time,
  .footer__adress,
  .footer__tel {
    gap: 4px;
  }
  .footer__adress h6 {
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    text-align: left;
  }
  .footer__adress p {
    font-family: Stem;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
  }
  .footer__time h6 {
    font-family: Stem;
    font-size: 14px;
    font-weight: 350;
    line-height: 24px;
    text-align: left;
  }
  .footer__time p {
    font-family: Stem;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
  }
  .footer-links-min a img {
    width: 24px;
    height: 24px;
  }
}
[class*=__container] {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: var(--bg-color);
}

body._lock {
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
}

:root {
  --bg-color: #f7f8f8;
  --dark-main-text: #1d1d1d;
  --white-main-text: #ffffff;
  --white-color: #ffffff;
  --blue-color: #1d71a0;
  --orange-color: #e04926;
}

.header > div:first-child {
  max-width: 1920px;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: var(--bg-color);
}

.header__container {
  background-color: var(--white-color);
  border-radius: 10px;
  box-shadow: 4px 4px 30.4px 0px rgba(0, 0, 0, 0.1);
}

.header__content-top {
  height: 100px;
  display: flex;
  align-items: center;
}

.header__content-top.__container {
  max-width: 1160px;
  padding: 0;
}

.menu__icon {
  display: none;
}

.header__logo {
  display: flex;
  flex: 1 1 auto;
}

.menu__list {
  display: flex;
}

.menu__link {
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 50px;
}

.header__btn-application {
  position: relative;
  cursor: pointer;
  height: 45px;
  color: var(--white-color);
  background-color: var(--orange-color);
  border-radius: 10px;
  font-family: Stem;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 26px;
  border: none;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}

.header__btn-application:hover {
  background-color: #000;
  color: var(--white-color);
}

.header__btn-application:active:focus {
  background-color: #000;
  color: var(--white-color);
}

.header__content-bottom {
  background-color: var(--bg-color);
}

.header__content-bottom__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  gap: 66px;
}

.header__link-bottom {
  color: var(--dark-main-text);
  font-family: Stem;
  font-size: 20px;
  font-weight: 350;
  letter-spacing: 0%;
  line-height: 24px;
}

.bottom__list li:not(:last-child) {
  margin-right: 82px;
}

.callback__btn {
  background-color: transparent;
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
  transition: all 0.3s ease 0s;
}

.callback__btn:hover {
  background-color: var(--white-color);
  color: var(--orange-color);
}

.burger__line {
  display: none;
}

.header__block-tel {
  display: none;
}

@media (max-width: 1069.98px) {
  .menu__link {
    font-size: 20px;
    line-height: 24px;
    margin-right: 30px;
  }
  .header__btn-application {
    height: 45px;
    border-radius: 10px;
    font-family: Stem;
    font-size: 18px;
    padding: 12px 26px;
  }
  .header__content-bottom__container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    gap: 66px;
  }
  .header__link-bottom {
    font-size: 20px;
    line-height: 24px;
  }
  .bottom__list li:not(:last-child) {
    margin-right: 42px;
  }
}
@media (max-width: 989.98px) {
  .menu__link {
    margin-right: 20px;
  }
  .bottom__list li:not(:last-child) {
    margin-right: 22px;
  }
}
@media (max-width: 932.98px) {
  .header__content-bottom,
  .menu__body {
    display: none;
  }
  .menu__icon.active {
    transform: translate(0, 0);
  }
  .menu__icon {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    width: 350px;
    height: 370px;
    border-radius: 10px;
    top: 120px;
    right: 0px;
    padding: 25px;
    transform: translate(0px, 0px);
    background-color: var(--white-color);
    margin-right: 10px;
    transition: transform 0.3s ease 0s;
    transform: translate(120%, 0);
  }
  .icon-menu a span {
    color: rgb(0, 0, 0);
    font-family: Stem;
    font-size: 18px;
    font-weight: 350;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: left;
  }
  .header__min-btn {
    display: none;
  }
  .burger__line {
    position: relative;
    display: block;
    width: 36px;
    height: 24px;
    transition: transform 0.5s ease 0s;
  }
  .burger__line.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  .burger__line.active span:nth-child(2) {
    transform: scale(0);
  }
  .burger__line.active span:nth-child(3) {
    transform: rotate(-45deg) translate(10px, -10px);
  }
  .burger__line span:nth-child(1) {
    position: absolute;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: transform 0.5s ease 0s;
  }
  .burger__line span:nth-child(2) {
    position: absolute;
    top: 12px;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: transform 0.5s ease 0s;
  }
  .burger__line span:nth-child(3) {
    position: absolute;
    top: 24px;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: transform 0.5s ease 0s;
  }
  .header__block-tel {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    margin-top: 5px;
  }
  .header__block-tel a {
    color: var(--dark-main-text);
    font-family: Stem;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: right;
  }
}
@media (max-width: 479.98px) {
  .menu__icon {
    top: 66px;
  }
  .header__container {
    height: 56px;
  }
  .header__logo a img {
    width: 48px;
    height: 50px;
  }
  .header__content-top {
    height: 56px;
  }
}
@media (max-width: 374.98px) {
  .menu__icon {
    width: 300px;
  }
}
:root {
  --bg-color: #f7f8f8;
  --dark-main-text: #1d1d1d;
  --white-main-text: #ffffff;
  --white-color: #ffffff;
  --blue-color: #1d71a0;
  --orange-color: #e04926;
}

.popup {
  display: none;
  /* Другие стили */
}

.popup.open {
  display: block;
  /* Другие стили при открытии */
}
