@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1170px;
  }
}
* {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #34302d;
  min-height: 100vh;
}

html {
  min-height: 100%;
}

#preloader {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4fc12e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  --animate-duration: 0.5s;
}
#preloader .sk-chasing-dots {
  width: 6em;
  height: 6em;
  position: relative;
  margin: auto;
  text-align: center;
  -webkit-animation: sk-chasing-dots-rotate 2s infinite linear;
          animation: sk-chasing-dots-rotate 2s infinite linear;
}
#preloader .sk-chasing-dots .sk-child {
  width: 3em;
  height: 3em;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-chasing-dots-bounce 2s infinite ease-in-out;
          animation: sk-chasing-dots-bounce 2s infinite ease-in-out;
}
#preloader .sk-chasing-dots .sk-dot-2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes sk-chasing-dots-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sk-chasing-dots-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasing-dots-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-chasing-dots-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.okna-btn {
  border: 0;
  color: #ffffff;
  font-size: 11px;
  min-height: 50px;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700;
  background-color: #4fc12e;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-decoration: none;
  letter-spacing: 0.015em;
}
.okna-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #309f11;
}

.section-title {
  font-weight: 400;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 48px;
  letter-spacing: 0.015em;
}

.header {
  background-color: #ffffff;
}
.header__menu-toggle {
  display: none;
}
.header__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1057px;
  padding: 17px 0;
}
.header__logo {
  display: inline-block;
}
.header__logo img {
  max-width: 100%;
  max-height: 100%;
}
.header__town {
  margin: 0 auto;
  cursor: pointer;
  max-width: 200px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 16px 0 23px;
  position: relative;
  color: #34302d;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.header__town:hover {
  text-decoration: none;
}
.header__town::before {
  content: "";
  width: 15px;
  height: 18px;
  background: url("../images/icons/address.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}
.header__town::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url("../images/icons/arr-down.png") no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.header__btn {
  letter-spacing: 0.01em;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  font-weight: 600;
  color: #236db2;
  border: 2px solid #236db2;
  text-align: center;
  padding: 8px 6px;
  min-height: 50px;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.header__btn:hover {
  background-color: #236db2;
  color: #ffffff;
}
.header__phone {
  position: relative;
  padding-left: 27px;
  margin-left: auto;
  letter-spacing: 0.015em;
}
.header__phone-label {
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  padding-left: 18px;
}
.header__phone-number {
  color: #34302d;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-weight: 500;
}
.header__phone-number:hover {
  color: #34302d;
  text-decoration: none;
  opacity: 0.8;
}
.header__phone::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/icons/phone-icon.png") no-repeat center center;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
}
.header__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 18px;
}
.header__social-link {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: inline-block;
}
.header__social-link:hover {
  opacity: 0.7;
}
.header__bottom {
  background-color: #236db2;
}
.header__nav {
  padding: 10px 0 12px;
}
.header__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav-link {
  font-weight: 500;
  color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  letter-spacing: 0.1em;
}
.header__nav-link:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.header__nav-mobile-box {
  display: none;
}

.hero {
  background: url("../images/hero/hero-bg.jpg") no-repeat center center/cover;
  padding: 89px 0 100px;
  color: #ffffff;
}
.hero__title {
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: 0.015em;
}
.hero__subtitle {
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 575px;
  font-weight: 400;
  margin-bottom: 49px;
  letter-spacing: 0.015em;
}
.hero__subtitle b {
  font-weight: 700;
}
.hero__subtitle img {
  position: relative;
  top: 5px;
}
.hero__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 50px;
  margin-bottom: 60px;
}
.hero__advantage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.hero__advantage-icon {
  width: 68px;
  min-width: 68px;
  height: 68px;
  background-color: #818274;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero__advantage-text {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  letter-spacing: 0.015em;
  color: white;
}
.hero__advantage_one {
  max-width: 290px;
}
.hero__advantage_two {
  max-width: 350px;
}
.hero__advantage_three {
  max-width: 400px;
}
.hero__advantage_four {
  max-width: 480px;
}
.hero__advantage_five {
  max-width: 450px;
}
.hero__button {
  background-color: #db3732;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  color: #ffffff;
  border: 0;
  padding: 8px 30px;
  min-height: 50px;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  letter-spacing: 0.015em;
}
.hero__button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #c32722;
}
.hero__action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__action-label {
  border: 1px dashed #ffffff;
  border-left: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  min-height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 28px;
  letter-spacing: 0.015em;
}
.hero__action-label b {
  font-weight: 700;
}

.benefit {
  padding: 40px 0 0 0;
}
.benefit__block {
  border: 1px solid #b8b8b8;
  padding: 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.benefit__image {
  min-width: 402px;
  width: 402px;
  height: 315px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-left: -227px;
}
.benefit__wrapper {
  padding: 0 40px 0 227px;
}
.benefit__content {
  margin-right: -40px;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 0 10px 2px rgba(0, 0, 0, 0.1);
  padding: 31px 40px;
}
.benefit__header {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}
.benefit__header-icon {
  min-height: 34px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  background-color: #f8f8fb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
  border-radius: 6px;
  font-weight: 700;
  letter-spacing: 0.015em;
  margin-bottom: -9px;
}
.benefit__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin: 0;
  letter-spacing: 0.015em;
}
.benefit__items {
  display: grid;
  grid-template-columns: 198px 231px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px 20px;
}
.benefit__season {
  background-color: #236db2;
  position: relative;
  color: #ffffff;
  margin-left: 40px;
  padding: 6px 10px 6px 43px;
  letter-spacing: 0.015em;
}
.benefit__season-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #236db2;
  position: absolute;
  left: -40px;
  top: calc(50% - 35px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.benefit__season-icon b {
  font-size: 28px;
  font-weight: 700;
}
.benefit__season-icon b span {
  font-size: 16px;
}
.benefit__season span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
.benefit__item {
  background-color: #f8f8fb;
  padding: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  letter-spacing: 0.015em;
  gap: 15px;
}
.benefit__item img {
  min-width: 29px;
}
.benefit__item span {
  font-size: 16px;
  line-height: 1.5;
}

.products {
  overflow: hidden;
}
.products__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.products__header-item {
  background-color: #f3f3f3;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 19px;
  padding: 14px 15px 14px 0;
  letter-spacing: 0.015em;
}
.products__header-item_primary {
  background-color: #55575b;
  color: #ffffff;
}
.products__header-item-icon {
  border-right: 1px solid #dbdbdd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products__header-item-heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 11px;
}
.products__header-item-heading b {
  font-size: 22px;
  font-weight: 600;
}
.products__header-item-text {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.products__block {
  padding: 40px;
}
.products__body {
  display: grid;
  grid-template-columns: 1fr 210px;
  gap: 10px;
  margin-bottom: 39px;
  letter-spacing: 0.015em;
}
.products__image {
  max-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products__image img {
  max-width: 100%;
  max-height: 100%;
}
.products__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin: 51px 0 28px;
}
.products__chars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 12px;
}
.products__char {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  border: 1px dashed #b8b8b8;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 13px;
  min-height: 40px;
}
.products__profile {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.products__profile span {
  display: inline-block;
  font-weight: 600;
  margin-right: 8px;
}
.products__advantages {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 38px;
  padding: 0 18px;
}
.products__advantage-heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 11px 0 0;
  text-align: center;
}
.products__footer {
  display: grid;
  grid-template-columns: 209px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.products__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.products__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products__price-old {
  color: #696868;
  font-size: 16px;
  line-height: 1;
  text-decoration: line-through;
  font-weight: 600;
  margin-bottom: 2px;
}
.products__price-current {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.products__price-current span {
  font-size: 16px;
}
.products .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.06);
}
.products .owl-carousel .owl-item img {
  width: auto;
}
.products .owl-carousel .owl-nav button {
  border: 1px solid #b8b8b8;
  background: url("../images/icons/arrow-icon.png") no-repeat center center;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  position: absolute;
  top: calc(50% - 34px);
}
.products .owl-carousel .owl-nav button.owl-prev {
  left: -110px;
}
.products .owl-carousel .owl-nav button.owl-next {
  right: -110px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.products .owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 29px;
}
.products .owl-carousel .owl-dot {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 6px;
  background-color: #f3f3f3;
  -webkit-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.products .owl-carousel .owl-dot.active {
  width: 36px;
  background-color: #4fc12e;
}
.products .owl-stage-outer {
  overflow: visible;
}
.products .owl-item {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.products .owl-item.active {
  opacity: 1;
}
.products__title_second {
  margin-top: 91px;
}

.good__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.good__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  letter-spacing: 0.015em;
}
.good__header {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
.good__header-item {
  background-color: #f3f3f3;
  padding: 39px 25px 16px;
}
.good__header-item-heading {
  border-bottom: 1px solid #dbdbdd;
  display: inline-block;
  margin-bottom: 11px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.good__header-item-heading b {
  font-weight: 600;
  font-size: 22px;
}
.good__header-item-text {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.good__header-item_primary {
  background-color: #55575b;
  padding-top: 20px;
  color: #ffffff;
}
.good__header-item_primary .good__header-item-heading {
  border-color: #3f4146;
}
.good__body {
  padding: 31px 40px;
  border: 1px solid #e4e4e4;
  border-left: 0;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 24px;
}
.good__image {
  height: 258px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.good__image img {
  max-width: 100%;
  max-height: 100%;
}
.good__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 7px;
}
.good__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 31px;
  margin-bottom: 17px;
}
.good__char {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  padding-right: 13px;
  min-height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.good__char b {
  font-weight: 700;
}
.good__char:last-child {
  border: 0;
}
.good__advantage {
  display: grid;
  grid-template-columns: 20px 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  min-height: 47px;
}
.good__advantage:last-child {
  border: 0;
}
.good__advantage-heading {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.good__advantage-level {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4px;
}
.good__advantage-level span {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  background-color: #f3f3f3;
}
.good__advantage-level span.filled {
  background-color: #8ec07d;
}
.good__advantage-level_warm span.filled {
  background-color: #db3732;
}
.good__advantage-level_noise span.filled {
  background-color: #236db2;
}
.good__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.good__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.good__price-old {
  color: #696868;
  font-size: 28px;
  line-height: 1;
  text-decoration: line-through;
  -webkit-text-decoration-color: #db3732;
          text-decoration-color: #db3732;
  font-weight: 600;
}
.good__price-current {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.good__price-current span {
  font-size: 16px;
}
.good__btn {
  min-width: 210px;
}

.progress-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 20px;
}
.progress-circle-css {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: conic-gradient(#236db2 calc(var(--percentage) * 3.6deg), #e0e0e0 0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.progress-circle-css::before {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  background: white;
  border-radius: 50%;
}
.progress-circle-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.prices {
  background-color: #f3f3f3;
  padding: 92px 0 100px;
}
.prices__header {
  margin-bottom: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prices__header::after {
  content: "";
  background-color: #b8b8b8;
  height: 1px;
  max-width: 630px;
  min-width: 100px;
  width: 100%;
}
.prices__title {
  margin: 0;
}
.prices__block {
  background-color: #ffffff;
  padding: 22px 50px 50px;
}
.prices__block-header {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 18px;
  margin-bottom: 26px;
}
.prices__block-upheading {
  color: #696868;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  letter-spacing: 0.004em;
}
.prices__block-title {
  letter-spacing: 0.015em;
  font-weight: 700;
  margin-bottom: 27px;
  font-size: 28px;
  line-height: 36px;
}
.prices__block-footer {
  padding-top: 35px;
  display: grid;
  grid-template-columns: 1fr 50px 128px;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prices__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.prices__item {
  background-color: #ffffff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prices__item-image {
  height: 170px;
  min-height: 170px;
}
.prices__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.prices__item-content {
  border: 1px solid #b8b8b8;
  border-top: 0;
  padding: 17.5px 20px;
  height: 100%;
}
.prices__item-heading {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.prices__progress {
  padding-bottom: 8px;
}
.prices__progress-text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.prices__progress-bar {
  display: block;
  height: 6px;
  width: 100%;
  background-color: #f3f3f3;
}
.prices__back-btn {
  height: 50px;
  width: 50px;
  border: 1px solid #b8b8b8;
  background: url("../images/prices/back-icon.png") no-repeat center center;
  border-radius: 50%;
  background-color: transparent;
}
.prices__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 15px;
}
.video-reviews {
  padding: 92px 0 125px;
}
.video-reviews__title {
  margin-bottom: 71px;
}
.video-reviews__container {
  display: grid;
  grid-template-columns: 1fr 451px;
  gap: 20px;
}
.video-reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.video-reviews__item {
  height: 343px;
  position: relative;
  cursor: pointer;
}
.video-reviews__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-reviews__item::after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 94px;
  background: url("../images/video-reviews/play-icon.png") no-repeat center center;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.video-reviews__slider {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 451px;
  min-width: 451px;
  height: 706px;
}
.video-reviews__slider .slick-arrow {
  position: relative;
  z-index: 1;
  border-radius: 100%;
  background: url("../images/video-reviews/slide-icon.png") no-repeat center center;
  background-color: #f3f3f3;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.video-reviews__slider .slick-arrow.slick-prev {
  top: -25px;
  left: calc(50% - 25px);
}
.video-reviews__slider .slick-arrow.slick-next {
  bottom: -25px;
  left: calc(50% - 25px);
  top: auto;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.video-reviews__slider .slick-arrow:hover {
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.08);
}
.video-reviews__slider .slick-arrow.slick-disabled {
  opacity: 0.8;
}
.video-reviews__slider-item {
  position: relative;
  border: none !important;
  cursor: pointer;
  margin-bottom: 20px;
}
.video-reviews__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.video-reviews__slider-item::after {
  content: "";
  display: inline-block;
  width: 94px;
  height: 94px;
  background: url("../images/video-reviews/play-icon.png") no-repeat center center;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}

.tech-visit {
  background: url("../images/tech-visit/tech-visit-bg.jpg") no-repeat center center/cover;
  padding: 70px 0 93px;
}
.tech-visit__title {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 13px;
  text-align: center;
  letter-spacing: 0.015em;
}
.tech-visit__subtitle {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 61px;
  text-align: center;
  letter-spacing: 0.015em;
  font-weight: 400;
}
.tech-visit__block {
  margin-left: 14px;
  position: relative;
  z-index: 1;
}
.tech-visit__block::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 55px;
  left: 165px;
  max-width: calc(100% - 330px);
  width: 100%;
  height: calc(100% - 80px);
  border: 1px dashed #b8b8b8;
}
.tech-visit__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-bottom: 43px;
}
.tech-visit__item {
  background-color: #ffffff;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 22px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.tech-visit__item_one {
  background-image: url("../images/tech-visit/tech-visit-img-1.png");
}
.tech-visit__item_two {
  background-image: url("../images/tech-visit/tech-visit-img-2.png");
}
.tech-visit__item_three {
  background-image: url("../images/tech-visit/tech-visit-img-3.png");
}
.tech-visit__item-heading {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.015em;
}
.tech-visit__item-heading b {
  font-weight: 600;
}
.tech-visit__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -14px;
  top: -14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url("../images/tech-visit/mark-icon.png") no-repeat center center;
  background-color: #236db2;
}
.tech-visit__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 722px;
  margin: 0 auto;
}
.tech-visit__form-input {
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  padding: 5px 15px;
  min-height: 50px;
  border: 0;
  background-color: #ffffff;
}
.tech-visit__form-input::-webkit-input-placeholder {
  color: #696868;
}
.tech-visit__form-input::-moz-placeholder {
  color: #696868;
}
.tech-visit__form-input:-ms-input-placeholder {
  color: #696868;
}
.tech-visit__form-input::-ms-input-placeholder {
  color: #696868;
}
.tech-visit__form-input::placeholder {
  color: #696868;
}

.objects {
  padding: 95px 0 98px;
}
.objects__title {
  text-align: center;
  margin-bottom: 45px;
}
.objects__tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 2px solid #f3f3f3;
  letter-spacing: 0.015em;
}
.objects__tab {
  color: #34302d;
  font-size: 16px;
  line-height: 22px;
  outline: none;
  padding: 0 0 17px;
  border: 0;
  background-color: transparent;
  margin-bottom: -2px;
  border-bottom: 2px solid transparent;
}
.objects__tab.active {
  border-bottom: 2px solid #4fc12e;
}
.objects__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px 30px;
}
.objects__item {
  color: #34302d;
  text-decoration: none;
}
.objects__item-image {
  height: 345px;
  margin-bottom: 21px;
}
.objects__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.objects__item-heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  letter-spacing: 0.01em;
}
.objects__item:hover {
  color: #236db2;
  text-decoration: none;
}

.cerfs {
  background-color: #f3f3f3;
  position: relative;
  min-height: 486px;
  padding: 123px 0 100px;
}
.cerfs__title {
  font-weight: 700;
  max-width: 480px;
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 30px;
  letter-spacing: 0.015em;
}
.cerfs__text {
  font-size: 16px;
  line-height: 24px;
  max-width: 550px;
  margin-bottom: 0;
  letter-spacing: 0.015em;
}
.cerfs__slider {
  width: 514px;
}
.cerfs__slider-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 143px;
  right: 49.2%;
}
.cerfs__slider-nav button {
  border: 1px solid #b8b8b8;
  background: url("../images/icons/arrow-icon-black.png") no-repeat center center;
  width: 50px;
  height: 50px;
}
.cerfs__slider-nav button.cerfs__slider-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-right: 0;
}
.cerfs__slider-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  min-height: 486px;
  height: 100%;
  width: 49.2%;
  top: 0;
  right: 0;
  background-color: #2e2d34;
  padding: 20px 40px;
}
.cerfs__slider-wrapper .owl-carousel .owl-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 143px;
  left: -140px;
}
.cerfs__slider-wrapper .owl-carousel .owl-nav button {
  border: 1px solid #b8b8b8;
  background: url("../images/icons/arrow-icon-black.png") no-repeat center center;
  width: 50px;
  height: 50px;
}
.cerfs__slider-wrapper .owl-carousel .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-right: 0;
}
.cerfs__slider-wrapper .owl-stage-outer {
  overflow: visible;
}
.cerfs__slider-wrapper .owl-item {
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.cerfs__slider-wrapper .owl-item.active {
  opacity: 1;
}
.cerfs__slider-item {
  text-decoration: none;
}
.cerfs__slider-item:hover {
  text-decoration: none;
}
.cerfs__slider-image {
  height: 348px;
  width: 247px;
}
.cerfs__slider-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cerfs__slider-heading {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0 0;
  text-align: center;
}

.partners {
  overflow: hidden;
  padding: 92px 0 100px;
}
.partners__title {
  text-align: center;
  margin-bottom: 48px;
}
.partners__items {
  width: 756px;
  margin: 0 auto;
}
.partners__item {
  background-color: #f3f3f3;
  height: 182px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 30px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.partners__item:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.partners .owl-carousel .owl-item img {
  width: auto;
}
.partners .owl-stage-outer {
  overflow: visible;
}
.partners .owl-item {
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.partners .owl-item.active {
  opacity: 1;
}

.contacts {
  position: relative;
  z-index: 1;
  padding: 50px 0 50px;
  overflow: hidden;
  min-height: 607px;
  letter-spacing: 0.015em;
}
.contacts__map {
  width: 100%;
  height: 100%;
  min-height: 607px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contacts__block {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 50px;
  max-width: 560px;
}
.contacts__logo {
  display: inline-block;
  margin-bottom: 32px;
}
.contacts__title {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 28px;
  font-weight: 700;
}
.contacts__title span {
  color: #236db2;
}
.contacts__items {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  margin-bottom: 34px;
}
.contacts__item-heading {
  letter-spacing: 0.009em;
  font-weight: 400;
  color: #696868;
  font-size: 11px;
  line-height: 1.2;
  margin: 5px 0 0;
}
.contacts__phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #34302d;
  text-decoration: none;
}
.contacts__phone:hover {
  color: #34302d;
  text-decoration: none;
}
.contacts__email {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #34302d;
  text-underline-offset: 0.2em;
  text-decoration: underline;
}
.contacts__email:hover {
  color: #34302d;
  text-decoration: none;
}
.contacts__address {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  margin: 0;
}
.contacts__address b {
  font-weight: 600;
}
.contacts__social {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 37px;
}
.contacts__social-link {
  font-size: 18px;
  line-height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  min-height: 62px;
  background-color: #e7f6f7;
  text-decoration: none;
  color: #3ea4c5;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.contacts__social-link:hover {
  color: #3ea4c5;
  text-decoration: none;
  background-color: #b3eff3;
}
.contacts__social-link_secondary {
  color: #38b165;
  background-color: #e7f7eb;
}
.contacts__social-link_secondary:hover {
  color: #38b165;
  background-color: #b1e7bf;
}

.ymap-container {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: url("../images/yandex-map.jpg") #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  z-index: 1;
}

#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
}

.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #000000;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}

.loader:after,
.loader:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.loader.is-active {
  top: 0;
  opacity: 1;
}

.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: "";
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
  border: solid 8px #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes blink {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.footer {
  padding-top: 61px;
  position: relative;
  background-color: #f3f3f3;
  z-index: 1;
}
.footer::before {
  content: "";
  background-color: #236db2;
  display: inline-block;
  height: 2px;
  width: calc((100% - 1140px) / 2 + 1140px);
  position: absolute;
  top: -2px;
  right: 0;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr 180px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 85px;
  margin-bottom: 11px;
  max-width: 1050px;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__heading {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 22px;
}
.footer__heading a {
  text-decoration: none;
  color: #2f79be;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.footer__heading a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footer__links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__links li {
  margin-bottom: 7px;
}
.footer__links li:last-child {
  margin-bottom: 0;
}
.footer__link {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #34302d;
  text-decoration: none;
  letter-spacing: 0.015em;
}
.footer__link:hover {
  color: #236db2;
  text-decoration: none;
}
.footer__go-up {
  margin: 9px 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 11px;
  border: 0;
  border: 0;
  background-color: #ffffff;
  min-height: 48px;
  padding: 8px 15px;
  color: #323e48;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  width: 100%;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  letter-spacing: 0.015em;
}
.footer__go-up:hover {
  color: #323e48;
  text-decoration: none;
  background-color: #ededed;
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__social-link {
  min-height: 48px;
  letter-spacing: 0.015em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #ffffff;
  padding: 8px 15px;
  gap: 11px;
  color: #323e48;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.footer__social-link:hover {
  color: #323e48;
  text-decoration: none;
  background-color: #ededed;
}
.footer__bottom {
  padding: 18px 0 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  align-items: center;
  gap: 66px;
}
.footer__copyright {
  font-size: 10px;
  line-height: 16px;
  color: #323e48;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.015em;
}
.footer__policy {
  font-size: 10px;
  line-height: 16px;
  color: #323e48;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  letter-spacing: 0.015em;
}
.footer__policy:hover {
  color: #323e48;
  text-decoration: none;
}

.modal-content {
  border-radius: 8px;
  border: 0;
  position: relative;
}
.modal-dialog {
  max-width: 490px;
}
.modal-title {
  font-weight: 400;
  color: #000000;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 9px;
  text-align: center;
}
.modal-header {
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 40px 17px;
}
.modal-header .close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  margin: 0;
  padding: 5px 8px;
  background: url("../images/icons/close-icon.png") no-repeat center center;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.modal-input {
  width: 100%;
  color: #212121;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid #d9d9d9;
}
.modal-input:focus {
  outline: none;
}
.modal-textarea {
  width: 100%;
  color: #212121;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  resize: vertical;
  min-height: 120px;
  max-height: 200px;
  border-radius: 0;
  padding: 8px 15px;
  border: 1px solid #d9d9d9;
}
.modal-textarea:focus {
  outline: none;
}
.modal-btn {
  width: 100%;
  border: 0;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  background: #4fc12e;
  padding: 16px 36.5px 20px;
  border-radius: 0;
}
.modal-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.modal-checkbox {
  margin-bottom: 19px;
}
.modal-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 1px 0 0 0px;
}
.modal-checkbox input:checked + .modal-checkbox__text:after {
  opacity: 1;
}
.modal-checkbox__text {
  position: relative;
  padding: 0 0 0 22px;
  cursor: pointer;
  color: #1c1d1e;
  font-size: 12px;
  line-height: 1.3;
}
.modal-checkbox__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #c9cdd1;
}
.modal-checkbox__text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  opacity: 0;
  background: url("../images/icons/checkbox-icon.png") no-repeat center center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 40px 39px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .hero {
    padding: 30px 0 30px;
  }
  .hero__title {
    font-size: 26px;
    line-height: 1.2;
  }
  .hero__subtitle {
    font-size: 16px;
    line-height: 1.3;
    max-width: 445px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    gap: 15px;
  }
  .hero__subtitle img {
    width: 50px;
  }
  .hero__advantages {
    gap: 12px;
    margin-bottom: 40px;
  }
  .hero__advantage {
    gap: 12px;
    width: 100%;
  }
  .hero__advantage-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }
  .hero__advantage-text {
    font-size: 13px;
    line-height: 1.3;
  }
  .hero__button {
    width: 100%;
    text-align: center;
  }
  .hero__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero__action-label {
    width: 100%;
    border: 1px dashed #fff;
    border-top: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .benefit {
    padding: 30px 0;
  }
  .benefit__title {
    font-size: 18px;
    line-height: 1.2;
  }
  .benefit__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  .benefit__wrapper {
    padding: 0;
  }
  .benefit__image {
    max-width: 300px;
    width: 100%;
    min-width: auto;
    height: 220px;
    margin: 0 auto;
  }
  .benefit__content {
    margin-right: 0;
    padding: 14px;
  }
  .benefit__header {
    grid-template-columns: 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .benefit__items {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .benefit__item {
    padding: 10px;
  }

  .section-title {
    font-size: 20px;
    line-height: 1.2;
  }

  .products {
    padding: 50px 0 40px;
  }
  .products__header-item {
    padding: 10px;
    grid-template-columns: 1fr;
  }
  .products__header-item-icon {
    display: none;
  }
  .products__header-item-heading {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .products__header-item-heading b {
    font-size: 15px;
  }
  .products__header-item-text {
    line-height: 1.3;
    font-size: 12px;
  }
  .products__block {
    padding: 15px;
  }
  .products__title {
    font-size: 20px;
    line-height: 1.2;
    margin: 15px 0 20px;
  }
  .products__chars {
    gap: 10px;
  }
  .products__char {
    font-size: 12px;
    min-height: 35px;
  }
  .products__profile {
    font-size: 12px;
  }
  .products__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: 160px;
  }
  .products__body {
    grid-template-columns: 1fr;
  }
  .products__advantages {
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .products__advantage-heading {
    font-size: 12px;
    line-height: 1.3;
  }
  .products__price-block {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .products__footer {
    grid-template-columns: 1fr;
  }
  .products .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    top: calc(100% - 30px);
  }
  .products .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .products .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  .products .owl-carousel .owl-dots {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 200px;
    margin: 40px auto 0;
  }

  .progress-circle-css {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
  .progress-circle-css::before {
    width: 60px;
    height: 60px;
  }
  .progress-circle-inner img {
    max-width: 40%;
    max-height: 40%;
  }

  .good__item {
    grid-template-columns: 1fr;
  }
  .good__image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: 160px;
  }
  .good__header {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .good__header-item {
    padding: 12px 15px;
  }
  .good__header-item-heading {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.2;
  }
  .good__header-item-heading b {
    font-size: 15px;
  }
  .good__header-item-text {
    font-size: 12px;
    line-height: 1.3;
  }
  .good__title {
    font-size: 22px;
    margin: 15px 0 30px;
  }
  .good__char {
    font-size: 14px;
  }
  .good__info {
    grid-template-columns: 1fr;
  }
  .good__body {
    padding: 25px 15px;
    grid-template-columns: 1fr;
    border: 1px solid #e4e4e4;
  }
  .good__price {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .good__price-old {
    font-size: 18px;
  }
  .good__price-block {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .prices {
    padding: 40px 0;
  }
  .prices__header::after {
    max-width: 120px;
    margin-left: auto;
  }
  .prices__item-image {
    height: 110px;
    min-height: 110px;
  }
  .prices__item-content {
    padding: 10px;
  }
  .prices__item-heading {
    font-size: 12px;
  }
  .prices__items {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .prices__block {
    padding: 15px 15px 25px;
  }
  .prices__block-upheading {
    font-size: 14px;
  }
  .prices__block-title {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  .prices__block-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .prices__back-btn {
    margin-left: auto;
  }
  .prices__progress {
    width: 100%;
  }

  .video-reviews {
    padding: 50px 0 60px;
  }
  .video-reviews__title {
    margin-bottom: 30px;
  }
  .video-reviews__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .video-reviews__item {
    height: 150px;
  }
  .video-reviews__item::after {
    width: 60px;
    height: 60px;
    background-size: contain;
    top: 10px;
    right: 10px;
  }
  .video-reviews__slider {
    width: 100%;
    min-width: 100%;
    height: 490px;
  }
  .video-reviews__slider-item {
    height: 150px !important;
  }
  .video-reviews__slider-item:after {
    width: 60px;
    height: 60px;
    background-size: contain;
    top: 10px;
    right: 10px;
  }

  .tech-visit {
    padding: 50px 0 40px;
  }
  .tech-visit__title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .tech-visit__subtitle {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .tech-visit__items {
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .tech-visit__item {
    padding: 15px 40px 15px 20px;
  }
  .tech-visit__item-heading {
    font-size: 13px;
    line-height: 1.3;
  }
  .tech-visit__block::after {
    max-width: calc(100% - 80px);
    left: 40px;
  }
  .tech-visit__form {
    grid-template-columns: 1fr;
  }

  .objects {
    padding: 50px 0 40px;
  }
  .objects__title {
    margin-bottom: 20px;
  }
  .objects__tabs {
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
  }
  .objects__tab {
    font-size: 11px;
    line-height: 1.2;
    max-width: 160px;
    background-color: #f3f3f3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 15px;
    min-height: 42px;
    border: 0;
  }
  .objects__tab.active {
    color: #fff;
    border: 0;
    background-color: #4fc12e;
  }
  .objects__items {
    gap: 15px 10px;
  }
  .objects__item-image {
    height: 140px;
    margin-bottom: 8px;
  }
  .objects__item-heading {
    font-size: 11px;
    line-height: 1.2;
  }

  .cerfs {
    padding-top: 50px;
    padding-bottom: 470px;
  }
  .cerfs__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .cerfs__text {
    max-width: 450px;
  }
  .cerfs__slider {
    width: 250px;
  }
  .cerfs__slider-nav {
    position: static;
    margin-top: 30px;
  }
  .cerfs__slider-wrapper {
    bottom: 0;
    top: auto;
    width: 100%;
    min-height: auto;
    height: 450px;
  }
  .cerfs__slider-image {
    width: 240px;
  }
  .cerfs__slider-item {
    max-width: 240px;
  }
  .cerfs__slider-heading {
    font-size: 14px;
    line-height: 1.4;
  }

  .partners {
    padding: 60px 0;
  }
  .partners__title {
    margin-bottom: 30px;
  }
  .partners__items {
    width: 290px;
  }
  .partners__item {
    height: 142px;
    padding: 15px 30px;
  }
  .partners__item img {
    max-width: 100%;
    max-height: 100%;
  }

  .contacts {
    padding: 40px 0 0;
  }
  .contacts__block {
    padding: 20px 10px;
    max-width: 400px;
  }
  .contacts__title {
    font-size: 20px;
    line-height: 1.3;
  }
  .contacts__items {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 15px;
  }
  .contacts__social-link {
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
  .contacts__map {
    position: static;
    height: 350px;
    min-height: 350px;
  }

  .ymap-container {
    background-image: url("../images/yandex-map-mobile.jpg");
  }

  .header__menu-toggle {
    position: relative;
    z-index: 16;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__menu-toggle:hover {
    opacity: 0.8;
  }
  .header__menu-toggle:focus {
    outline-offset: 2px;
  }
  .header__menu-toggle-icon {
    display: block;
    width: 24px;
    height: 18px;
    position: relative;
  }
  .header__menu-toggle-icon::before, .header__menu-toggle-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__menu-toggle-icon::before {
    top: 0;
    -webkit-box-shadow: 0 8px 0 #333;
            box-shadow: 0 8px 0 #333;
  }
  .header__menu-toggle-icon::after {
    bottom: 0;
  }
  .header__menu-toggle-icon::before, .header__menu-toggle-icon::after, .header__menu-toggle-icon span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__menu-toggle-icon span {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header__menu-toggle.active .header__menu-toggle-icon span {
    opacity: 0;
  }
  .header__menu-toggle.active .header__menu-toggle-icon::before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header__menu-toggle.active .header__menu-toggle-icon::after {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
        -ms-transform: translateY(50%) rotate(-45deg);
            transform: translateY(50%) rotate(-45deg);
  }
  .header__bar {
    gap: 10px;
  }
  .header__logo {
    max-width: 100px;
    position: relative;
    z-index: 16;
  }
  .header__nav {
    position: absolute;
    z-index: 15;
    background-color: #fff;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 50px 15px 20px;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__nav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__nav-list li {
    padding: 3px 0;
  }
  .header__nav-link {
    color: #212529;
  }
  .header__nav-link:hover {
    color: #212529;
  }
  .header__nav-mobile-box {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header.active .header__nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header__town {
    position: relative;
    z-index: 16;
    padding: 0 0 0 18px;
    font-size: 10px;
    line-height: 1.3;
  }
  .header__town::after {
    display: none;
  }
  .header__town .dropdown-menu {
    left: -100px !important;
    max-width: 220px;
  }
  .header__town .dropdown-item {
    white-space: wrap;
  }
  .header__phone {
    margin: 0;
  }
  .header__phone_desktop {
    display: none;
  }
  .header__btn_desktop {
    display: none;
  }
  .header__social {
    margin: 0;
  }
  .header__social_desktop {
    display: none;
  }

  .footer__grid {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
  }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero {
    padding: 70px 0 70px;
  }
  .hero__title {
    font-size: 40px;
    line-height: 1.3;
  }
  .hero__subtitle {
    font-size: 24px;
    line-height: 1.3;
    max-width: 445px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .hero__advantages {
    gap: 30px;
    margin-bottom: 40px;
  }
  .hero__advantage-text {
    font-size: 18px;
    line-height: 1.3;
  }

  .benefit__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .benefit__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
  }
  .benefit__wrapper {
    padding: 0 40px;
  }
  .benefit__image {
    width: 300px;
    height: 250px;
    margin: 0 auto;
  }
  .benefit__content {
    margin-right: 0;
    padding: 20px;
  }
  .benefit__items {
    grid-template-columns: 1fr 1fr;
  }
  .benefit__item {
    padding: 10px;
  }

  .section-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .products .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
  }
  .products .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .products .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }

  .good__item {
    grid-template-columns: 1fr;
  }
  .good__header {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .good__header-item {
    padding: 15px 25px;
  }
  .good__header-item-heading {
    margin-bottom: 2px;
  }
  .good__info {
    grid-template-columns: 1fr;
  }
  .good__body {
    border: 1px solid #e4e4e4;
  }

  #products-slider {
    padding-left: 50px;
    padding-right: 50px;
  }

  .prices__header::after {
    max-width: 200px;
    margin-left: auto;
  }
  .prices__item-image {
    height: 110px;
    min-height: 110px;
  }
  .prices__item-content {
    padding: 10px;
  }
  .prices__item-heading {
    font-size: 13px;
  }
  .prices__items {
    gap: 15px;
  }
  .prices__block {
    padding: 22px 35px 40px;
  }
  .prices__block-upheading {
    font-size: 15px;
  }
  .prices__block-title {
    font-size: 24px;
    line-height: 1.2;
  }

  .video-reviews {
    padding: 72px 0 85px;
  }
  .video-reviews__title {
    margin-bottom: 40px;
  }
  .video-reviews__container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .video-reviews__slider {
    width: 100%;
    min-width: 100%;
  }
  .video-reviews__slider-item {
    height: 222px !important;
  }

  .tech-visit {
    padding: 60px 0 60px;
  }
  .tech-visit__title {
    font-size: 32px;
    line-height: 1.2;
  }
  .tech-visit__subtitle {
    font-size: 24px;
    line-height: 1.2;
  }
  .tech-visit__items {
    gap: 15px;
  }
  .tech-visit__item {
    padding: 10px;
  }
  .tech-visit__item-heading {
    font-size: 13px;
    line-height: 1.3;
  }
  .tech-visit__block::after {
    max-width: calc(100% - 160px);
    left: 80px;
  }

  .objects {
    padding: 75px 0 78px;
  }
  .objects__tab {
    font-size: 12px;
    line-height: 1.2;
    max-width: 130px;
  }
  .objects__items {
    gap: 15px 30px;
  }
  .objects__item-image {
    height: 225px;
    margin-bottom: 8px;
  }
  .objects__item-heading {
    font-size: 18px;
    line-height: 1.3;
  }

  .cerfs {
    padding-bottom: 470px;
  }
  .cerfs__text {
    max-width: 450px;
  }
  .cerfs__slider-nav {
    position: static;
    margin-top: 30px;
  }
  .cerfs__slider-wrapper {
    bottom: 0;
    top: auto;
    width: 100%;
    min-height: auto;
    height: 450px;
  }
  .cerfs__slider-heading {
    font-size: 14px;
    line-height: 1.4;
  }

  .partners {
    padding: 60px 0;
  }
  .partners__title {
    margin-bottom: 30px;
  }
  .partners__items {
    width: 600px;
  }
  .partners__item {
    height: 142px;
    padding: 15px 30px;
  }
  .partners__item img {
    max-width: 100%;
    max-height: 100%;
  }

  .contacts__block {
    padding: 20px;
    max-width: 400px;
  }
  .contacts__title {
    font-size: 20px;
    line-height: 1.3;
  }
  .contacts__items {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 15px;
  }

  .header__logo {
    max-width: 180px;
  }
  .header__btn {
    display: none;
  }
  .header__nav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 25px;
  }
  .header__nav-list li {
    padding: 3px 0;
  }

  .footer__grid {
    gap: 20px;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .benefit__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .benefit__wrapper {
    padding: 0 40px;
  }
  .benefit__image {
    width: 300px;
    margin-left: -40px;
  }
  .benefit__content {
    margin-right: -40px;
    padding: 20px;
  }
  .benefit__items {
    grid-template-columns: 200px 1fr;
  }
  .benefit__item {
    padding: 10px;
  }

  .section-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .products__header-item {
    grid-template-columns: 60px 1fr;
    gap: 10px;
  }
  .products__header-item-heading {
    font-size: 14px;
  }
  .products__header-item-text {
    font-size: 14px;
  }
  .products__block {
    padding: 25px;
  }
  .products__title {
    font-size: 24px;
    line-height: 1.2;
    margin: 15px 0 20px;
  }
  .products__profile {
    font-size: 14px;
  }
  .products__image {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-height: 160px;
  }
  .products__body {
    grid-template-columns: 1fr;
  }
  .products .owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
  }
  .products .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .products .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }
  .products__advantages {
    padding: 0;
  }
  .products__advantage-heading {
    font-size: 14px;
    line-height: 1.3;
  }
  .products__footer {
    grid-template-columns: 150px 1fr;
  }

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

  #products-slider {
    padding-left: 50px;
    padding-right: 50px;
  }

  .prices__item-image {
    height: 150px;
    min-height: 150px;
  }
  .prices__items {
    gap: 15px;
  }

  .cerfs__text {
    max-width: 450px;
  }
  .cerfs__slider {
    width: 400px;
  }
  .cerfs__slider-image {
    width: 185px;
    height: 258px;
  }
  .cerfs__slider-heading {
    font-size: 14px;
    line-height: 1.4;
  }

  .header__nav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 25px;
  }
  .header__nav-list li {
    padding: 3px 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1370px) {
  .products__header-item {
    grid-template-columns: 60px 1fr;
    gap: 10px;
  }
  .products__header-item-heading {
    font-size: 14px;
  }
  .products__header-item-text {
    font-size: 14px;
  }
  .products__block {
    padding: 25px;
  }
  .products__title {
    font-size: 24px;
    line-height: 1.2;
  }
  .products__profile {
    font-size: 14px;
  }
  .products .owl-carousel .owl-nav button.owl-prev {
    left: -15px;
  }
  .products .owl-carousel .owl-nav button.owl-next {
    right: -15px;
  }

  #products-slider {
    padding-left: 70px;
    padding-right: 70px;
  }
}