* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

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

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  font-size: 20px;
  line-height: 130%;
  font-family: "Manrope";
  font-weight: 400;
  color: #000000;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e9e9e7;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

button {
  cursor: pointer;
  outline: none;
  background: transparent;
}

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

textarea {
  resize: none;
}

a {
  color: #000;
}

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

img {
  max-width: 100%;
  max-height: 100%;
}

ul li {
  list-style: none;
}

img {
  vertical-align: middle;
}

iframe {
  width: 100%;
}

input:-webkit-autofill {
  background: #ffffff;
  -webkit-transition: 10000000000s linear;
  transition: 10000000000s linear;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Medium.eot");
  src: url("fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Medium.woff") format("woff"), url("fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Regular.eot");
  src: url("fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-Regular.woff") format("woff"), url("fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-SemiBold.eot");
  src: url("fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Manrope-SemiBold.woff") format("woff"), url("fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Days";
  src: url("fonts/Days.eot");
  src: url("fonts/Days.eot?#iefix") format("embedded-opentype"), url("fonts/Days.woff") format("woff"), url("fonts/Days.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 30px;
}

*.active .chevron {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.chevron {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Days";
  font-weight: 400;
  letter-spacing: -0.03em;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  display: block;
}

h1,
.h1 {
  font-size: 56px;
  line-height: 100%;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 70px;
  line-height: 110%;
  margin: 0 0 50px 0;
}

h3,
.h3 {
  font-size: 50px;
  line-height: 55px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 39px;
}

p:not(:last-child) {
  margin: 0 0 20px 0;
}

main a:not([class]) {
  color: #d0e5a0;
}

main ol:not([class]) {
  padding: 0 0 0 20px;
  margin: 20px 0 30px 0;
}

main ol:not([class]) li {
  padding: 0 0 0 13px;
}

main ol:not([class]) li:not(:last-child) {
  margin: 0 0 10px 0;
}

main ul:not([class]) {
  margin: 20px 0 30px 0;
}

main ul:not([class]) li {
  position: relative;
  padding: 0 0 0 35px;
}

main ul:not([class]) li:not(:last-child) {
  margin: 0 0 15px 0;
}

main ul:not([class]) li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #d0e5a0;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

.main-heading {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 60px 0;
}

.centered-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 0 0;
}

.end-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
}

.end-box .swiper-pagination {
  position: static;
  margin: 0 0 30px 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: auto;
}

.section {
  margin: 140px 0;
}

.jq-selectbox__dropdown ul {
  margin: 0 !important;
}

.jq-selectbox__dropdown li {
  list-style-type: none !important;
  padding: 10px 15px !important;
  margin: 0 !important;
}

.jq-selectbox__dropdown li::before {
  content: none !important;
}

.jq-selectbox__select {
  height: 78px;
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
  text-shadow: none !important;
  color: black;
  font: 18px/25px Manrope, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 391px;
  padding: 10px 50px 10px 30px;
}

.jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.jq-selectbox__trigger-arrow {
  display: none;
}

.jq-selectbox__trigger {
  border-left: none;
  background: url(../img/svg/chev.svg) no-repeat center;
  width: 21px;
  right: 30px;
}

.btn {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  padding: 15px 60px;
  text-align: center;
  background: #d0e5a0;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 1px solid transparent;
}

.btn:hover {
  background: #bacf8a;
}

.btn.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header {
  padding: 28px 0;
  font-size: 18px;
  line-height: normal;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #d0e5a0;
}

.header__close {
  display: none;
}

.header__inner {
  width: 100%;
}

.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__mobile {
  display: none;
}

.header a:hover {
  text-decoration: underline;
}

.header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.header__menu-mobile {
  display: none;
}

.header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.header__logo {
  width: 209px;
  height: 182px;
  background: #d0e5a0;
  border-radius: 50%;
  padding: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -31px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-advantages {
  overflow-x: clip;
}

.main-screen {
  position: relative;
}

.main-screen img {
  width: 100%;
}

.main-screen__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 72px 0 0 0;
  text-align: center;
  color: #fff;
}

.main-screen__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.main-screen__inner {
  max-width: 920px;
  margin: 0 auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-screen__descr {
  margin: 15px 0 0 0;
}

.main-screen__btn {
  margin: 30px 0 0 0;
}

.main-screen__number {
  position: relative;
}

.main-screen__number::after {
  content: "";
  width: 97px;
  height: 31px;
  background: url(../img/svg/main-stars.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  pointer-events: none;
}

.main-advantages__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

.main-advantages__item {
  height: 440px;
  padding: 40px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.main-advantages__item::before {
  content: "";
  width: 460px;
  height: 460px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.main-advantages__item.item-1::before {
  background-image: url(../img/svg/el-1.svg);
}

.main-advantages__item.item-2::before {
  background-image: url(../img/svg/el-2.svg);
}

.main-advantages__item.item-3::before {
  background-image: url(../img/svg/el-3.svg);
}

.main-advantages__item.item-4::before {
  background-image: url(../img/svg/el-4.svg);
}

.main-advantages__head {
  font-family: "Days";
  font-size: 60px;
  line-height: normal;
}

.main-advantages__body {
  max-width: 260px;
  margin: 0 auto;
}

body .ymaps-2-1-79-balloon-content__header {
  font-size: 22px;
  line-height: normal;
  margin: 0 0 15px 0;
}

.ymaps-2-1-79-balloon__content {
  font: 16px/22px Manrope, sans-serif;
}

.main-catalog:not(.section) {
  margin: 0 0 140px 0;
}

.main-catalog__head {
  margin: 0 0 40px 0;
  gap: 30px;
}

.main-catalog__head .btn:not(.active) {
  background: transparent;
  border: 1px solid black;
}

.main-catalog__head .btn:not(.active):hover {
  border-color: #d0e5a0;
}

.main-catalog__head .btn {
  padding: 26px 58px;
  font-size: 18px;
}

.main-catalog__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}

.main-catalog__body {
  display: none;
}

.main-catalog__body.active {
  display: block;
  -webkit-animation: fade 0.3s ease-in-out;
  animation: fade 0.3s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.preview-card {
  font-size: 35px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.preview-card:hover .preview-card__head {
  background: #d0e5a0;
}

.preview-card__head {
  padding-top: 56%;
  margin: 0 0 10px 0;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding-top: 62.73%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.preview-card__head.no-border {
  border: none;
}

.preview-card__head.no-border img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  left: 0;
}

.preview-card__head img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 93%;
}

.steps__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.steps__item {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.steps__item:not(:last-child)::after {
  content: "";
  width: 184px;
  height: 13px;
  background: url(../img/svg/steps-arrow.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 68px;
  right: -115px;
}

.steps__item:first-child .steps__item-descr {
  max-width: 297px;
}

.steps__item:nth-child(2) .steps__item-descr {
  max-width: 415px;
}

.steps__item-head {
  margin: 0 0 30px 0;
  width: 150px;
}

.steps__item-name {
  margin: 0 0 10px 0;
}

.steps__item-descr {
  margin: 0 auto;
}

.name-font {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 130%;
  font-family: "Manrope";
  font-weight: 400;
}

.arrow-link {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 103px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-link:hover::before {
  border-radius: 50%;
  max-width: 47px;
}

.arrow-link::before {
  content: "";
  max-width: 103px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid black;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.services__img {
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 44.38vw;
}

.services__img.centered {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.services__outer {
  position: relative;
}

.services__content {
  width: 785px;
}

.services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.services__item {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.services__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  text-align: left;
  font-size: 36px;
  line-height: 130%;
  width: 100%;
}

.services__item-descr {
  font-size: 18px;
  margin: 0 0 30px 0;
}

.services__item-body {
  display: none;
  padding: 10px 0 0 0;
  max-width: 636px;
}

.reviews__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.reviews__item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.red-string__head {
  max-width: 1246px;
  width: 100%;
  margin: 0 auto 30px auto;
  font-size: 32px;
  line-height: 140%;
  text-indent: 490px;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.red-string__body {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 40px auto;
  font-size: 18px;
  line-height: 140%;
}

.main-about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  max-width: 1260px;
  margin: 0 auto 40px auto;
}

.main-about__item {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-about__item:first-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main-about__item img {
  border-radius: 20px;
}

.main-about__item.large {
  width: 500px;
}

.footer {
  padding: 60px 0;
  background: #d0e5a0;
  font-size: 18px;
  line-height: normal;
}

.footer__info {
  width: 265px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer p:not(:last-child),
.footer li:not(:last-child) {
  margin: 0 0 15px 0;
}

.footer a:hover {
  text-decoration: underline;
}

.footer__logo {
  display: block;
  margin: 0 0 40px 0;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.footer__inner:not(:last-child) {
  margin: 0 0 70px 0;
}

.footer__social {
  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: 10px;
}

.footer__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__menu b {
  font-weight: 600;
  display: block;
  margin: 0 0 5px 0;
}

.footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1206px;
}

.top-page {
  margin: 50px 0 60px 0;
  text-align: center;
}

.top-page img {
  margin: 40px 0 0 0;
}

.top-page__date {
  margin: 30px 0 0 0;
  opacity: 0.7;
  text-align: left;
}

.no-page {
  padding: 100px 0;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 25px;
}

.no-page *:not([class]) {
  margin: 0;
}

.no-page a:not([class]) {
  text-decoration: none;
  color: black;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.no-page a:not([class]):hover {
  color: #005669;
}

.no-page__head {
  font-size: 125px;
  font-weight: 700;
  line-height: 125px;
}

.breadcrumbs {
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  text-align: left;
  padding: 0 0 40px 0;
}

.breadcrumbs__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__link::after {
  content: url(../img/svg/crumb.svg);
  position: relative;
  top: 1px;
}

.breadcrumbs__item:last-child {
  opacity: 0.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gallery {
  overflow: hidden;
}

.gallery:not(.section) {
  margin: 90px 0 140px 0;
}

.gallery__layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.gallery .red-string__head {
  text-indent: 427px;
}

.gallery__slider {
  overflow: visible;
  cursor: url(../img/svg/gal-cursor.svg), pointer;
}

.gallery__slider .swiper-wrapper {
  overflow: visible;
}

.gallery__slider-item {
  width: 787px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.condition-steps__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  counter-reset: section;
}

.condition-steps__name {
  margin: 0 0 10px 0;
}

.condition-steps__item {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.condition-steps__body::before {
  counter-increment: section;
  content: counter(section);
  font-size: 60px;
  line-height: 130%;
  font-weight: 400;
  font-family: "Days";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
  background: #d0e5a0;
}

.responsibility__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.responsibility__item {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
}

.responsibility__item-img {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.routing {
  margin: 0 0 140px 0;
}

.routing__head {
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.routing__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.routing__list-item {
  position: relative;
  padding: 0 0 0 40px;
}

.routing__list-item:not(:last-child) {
  margin: 0 0 15px 0;
}

.routing__list-item::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../img/svg/pin.svg) no-repeat;
  background-size: 100% 100%;
}

.routing__item {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.routing__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin: 0 0 30px 0;
  font-weight: 500;
}

.routing__item-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 40px 0;
}

.routing__item-name {
  margin: 0 0 20px 0;
}

.no-transform {
  text-transform: none !important;
}

.routing-detail {
  margin: 0 0 100px 0;
}

.routing-detail__content {
  margin: 40px 0 0 0;
  max-width: 954px;
}

.routing-detail__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0 40px 0;
}

.routing-detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 24px;
}

.map {
  height: 573px;
}

.map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles {
  margin: 0 0 140px 0;
}

.articles__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.article-card {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.article-card__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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 30px 30px 30px;
}

.article-card__date {
  opacity: 0.7;
}

.article-card__name {
  margin: 0 0 10px 0;
}

.article-card__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 40px 0;
}

.article-card__date {
  margin: 0 0 15px 0;
}

.article-card__head {
  padding-top: 56%;
  position: relative;
  margin: 0 0 10px 0;
}

.article-card__head img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  line-height: normal;
  margin: 40px 0 0 0;
}

.pagination__link,
.pagination__dots {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.pagination__item.prev {
  margin: 0 40px 0 0;
}

.pagination__item.next {
  margin: 0 0 0 40px;
}

.pagination__item.current .pagination__link {
  background: #d0e5a0;
  border-color: #d0e5a0;
}

.pagination__link {
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.pagination__link:hover {
  background: #d0e5a0;
  border-color: #d0e5a0;
}

.pagination__dots {
  pointer-events: none;
}

.textpage {
  margin: 0 0 140px 0;
}

.textpage *:not(.container) {
  max-width: 1131px;
}

.textpage img {
  max-width: 100% !important;
}

.textpage table,
.textpage__row {
  max-width: unset !important;
}

.textpage h2 {
  margin: 78px 0 30px 0;
}

.textpage h3 {
  margin: 70px 0 30px 0;
}

.textpage img {
  margin: 40px 0 70px 0;
}

.textpage table {
  display: block;
  margin: 70px 0;
  max-width: unset !important;
}

.textpage table tbody,
.textpage table td,
.textpage table th {
  display: block;
  max-width: unset !important;
}

.textpage table td,
.textpage table th {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.textpage table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: unset !important;
}

.textpage table tr:not(:last-child) {
  margin: 0 0 10px 0;
}

.textpage table th {
  font-size: 30px;
  line-height: 39px;
  padding: 22px 30px;
  background: #d0e5a0;
  text-align: left;
  font-weight: 400;
  font-family: "Days";
}

.textpage table td {
  padding: 28px 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.textpage__row {
  margin: 40px 0 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.textpage__row-img {
  width: 785px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.textpage__row img {
  margin: 0 !important;
}

.text-left {
  text-align: left;
}

.images-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 30px 2fr;
  grid-template-columns: repeat(2, 2fr);
  gap: 30px;
  margin: 50px 0 0 0;
  max-width: unset !important;
}

.images-group img {
  margin: 0 !important;
}

.points a:not([class]) {
  color: black;
}

.points a:not([class]):hover {
  text-decoration: underline;
}

.points__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.location:not(.section) {
  margin: 42px 0 0 0;
}

.points-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.points-card p:not(:last-child) {
  margin: 0 0 5px 0;
}

.points-card__name {
  margin: 0 0 15px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.points-card__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 40px 0;
}

.points-main {
  margin: 0 0 140px 0;
}

.points-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.points-main a:not([class]) {
  color: black;
}

.points-main a:not([class]):hover {
  text-decoration: underline;
}

.points-main p {
  margin: 0 0 30px 0;
}

.points-main p:last-child {
  margin: 0;
}

.points-main b {
  display: block;
  font-weight: 500;
  margin: 0 0 5px 0;
}

.points-main b + p {
  margin: 0 0 20px 0;
}

.points-main__social {
  margin: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 19px;
}

.points-main__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.points-main__img {
  width: 785px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.districts {
  margin: 80px 0 97px 0;
}

.districts a:not([class]) {
  color: black;
}

.districts__aside-content p:not(:last-child) {
  margin: 0 0 7px 0;
}

.districts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  height: 692px;
  overflow: hidden;
}

.districts__aside {
  font-size: 16px;
  line-height: 24px;
  width: 404px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #edeff5;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.districts__aside-mobile {
  display: none;
}

.districts__aside-inner {
  height: 100%;
  overflow: auto;
}

.districts__aside-inner::-webkit-scrollbar {
  width: 7px;
}

.districts__aside-inner::-webkit-scrollbar-track {
  background: rgb(208, 229, 160);
}

.districts__aside-inner::-webkit-scrollbar-thumb {
  background-color: #fafafa;
}

.districts__aside-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 18px 33px 19px 33px;
  cursor: pointer;
  position: relative;
}

.districts__aside-item:not(:last-child) {
  border-bottom: 1px solid rgb(208, 229, 160);
}

.districts__aside-item.active {
  background: rgb(208, 229, 160);
}

.districts__aside-name {
  font-size: 18px;
}

.districts__map {
  height: 100%;
  width: 100%;
}

.catalog {
  margin: 0 0 140px 0;
}

.catalog .jq-selectbox__select {
  width: 320px;
}

.catalog__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-card {
  padding: 40px 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-card__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 40px 0;
}

.product-card__head {
  padding-top: 56%;
  margin: 0 0 10px 0;
  position: relative;
}

.product-card__head img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-card__name {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 15px 0;
  font-weight: 500;
}

.product-card__table {
  width: 100%;
  border-collapse: collapse;
}

.product-card__table td:last-child {
  text-align: right;
}

.product-card__table td:not(:last-child) {
  padding: 0 0 10px 0;
}

.product-card__table td:last-child {
  font-weight: 600;
  padding-left: 15px;
}

.big-card {
  margin: 0 0 140px 0;
}

.big-card__heading {
  font-size: 70px;
  line-height: 110%;
  text-align: left;
}

.big-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.big-card__sliders {
  width: 784px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.big-card__text {
  margin: 20px 0 40px 0;
  font-size: 18px;
  max-width: 753px;
}

.big-card__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}

.big-card__status.green {
  color: #028529;
}

.big-card__status.red {
  color: #d33030;
}

.big-card__status.red svg {
  position: relative;
  top: 1px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: none;
}

.vertical-slider {
  height: 616px;
  width: 139px;
  margin: 0;
  position: static;
  opacity: 0;
}

.vertical-slider.swiper-initialized {
  opacity: 1;
}

.vertical-slider-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vertical-slider__btn {
  position: absolute;
  top: auto;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.vertical-slider__item {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: transparent;
  cursor: pointer;
}

.vertical-slider__item.swiper-slide-thumb-active {
  background: rgba(208, 229, 160, 0.4);
}

.vertical-slider__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.big-slider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  min-height: 616px;
}

.big-slider .swiper-pagination {
  display: none;
  position: static;
  margin: 15px 0 0 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.big-slider__item {
  padding: 25px;
}

.big-slider__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 93%;
}

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

@media screen and (min-width: 1025px) {
  .header__submenu {
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 39px 0 0 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .header__submenu-list {
    width: 322px;
    padding: 20px;
    background: #d0e5a0;
    border-radius: 20px;
  }
  .header__submenu-item:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .header__menu-item {
    position: relative;
  }
  .header__menu-item:hover .header__submenu {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1300px;
  }
  h1,
  .h1 {
    font-size: 70px;
    line-height: 78px;
    text-transform: uppercase;
  }
  h2,
  .h2 {
    font-size: 50px;
    line-height: 56px;
    margin: 0 0 40px 0;
  }
  h3,
  .h3 {
    font-size: 40px;
    line-height: 46px;
  }
  h4,
  .h4 {
    font-size: 26px;
    line-height: 32px;
  }
  html,
  body {
    font-size: 18px;
    line-height: 24px;
  }
  .no-page {
    padding: 60px 0 70px 0;
  }
  .no-page__head {
    font-size: 90px;
    line-height: normal;
  }
  .product-card {
    padding: 30px 20px;
  }
  .product-card__name {
    font-size: 22px;
    line-height: 28px;
  }
  .product-card__body {
    margin: 0 0 25px 0;
  }
  .btn {
    font-size: 18px;
    padding: 12px 40px;
  }
  .section {
    margin: 100px 0;
  }
  .routing-detail__item {
    font-size: 22px;
  }
  .textpage__row-img {
    width: 480px;
  }
  .textpage img {
    margin: 30px 0;
  }
  .textpage table th {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 22px;
  }
  .textpage table td {
    padding: 15px 22px;
  }
  .points-main {
    margin: 0 0 100px 0;
  }
  .points-main__img {
    width: 500px;
  }
  .red-string__head {
    font-size: 28px;
    line-height: 34px;
    text-indent: 389px;
  }
  .footer {
    font-size: 16px;
  }
  .footer__info {
    width: 220px;
  }
  .jq-selectbox__select {
    height: 66px;
  }
  .main-advantages .container {
    max-width: 100%;
  }
  .main-advantages__item {
    height: 330px;
  }
  .main-advantages__item::before {
    width: 330px;
    height: 330px;
  }
  .main-advantages__head {
    font-size: 30px;
  }
  .name-font {
    font-size: 24px;
    line-height: 30px;
  }
  .services__item-head {
    font-size: 28px;
    line-height: 34px;
  }
  .services__img {
    width: 35vw;
  }
  .gallery:not(.section) {
    margin: 80px 0;
  }
  .gallery__slider-item {
    width: 600px;
  }
  .responsibility__item {
    gap: 25px;
  }
  .responsibility__item-img {
    width: 100px;
  }
  .steps__item:not(:last-child)::after {
    top: 41px;
    right: -108px;
  }
  .steps__item-head {
    width: 100px;
  }
  .main-screen__number::after {
    width: 70px;
    height: 23px;
    bottom: -8px;
  }
  .header {
    font-size: 14px;
  }
  .header__logo {
    width: 140px;
    height: 140px;
    padding: 30px 20px 20px 20px;
    top: -28px;
  }
  .main-heading {
    margin: 0 0 45px 0;
  }
  .preview-card {
    font-size: 26px;
  }
  .main-catalog:not(.section) {
    margin: 0 0 100px 0;
  }
  .main-catalog__head {
    margin: 0 0 30px 0;
  }
  .main-catalog__head .btn {
    padding: 18px 40px;
  }
  .condition-steps__body::before {
    font-size: 40px;
    line-height: 46px;
    width: 70px;
    height: 70px;
    margin: 0 0 20px 0;
  }
  .routing {
    margin: 0 0 100px 0;
  }
  .articles {
    margin: 0 0 100px 0;
  }
  .textpage {
    margin: 0 0 100px 0;
  }
  .catalog {
    margin: 0 0 100px 0;
  }
  .big-card {
    margin: 0 0 100px 0;
  }
  .big-card__heading {
    font-size: 56px;
    line-height: 62px;
  }
}
@media screen and (max-width: 1260px) {
  .container {
    max-width: 1023px;
  }
  .gallery__layout {
    gap: 15px;
  }
  html,
  body {
    font-size: 16px;
    line-height: 22px;
  }
  main ul:not([class]) li {
    padding: 0 0 0 25px;
  }
  main ul:not([class]) li::before {
    width: 15px;
    height: 15px;
    top: 4px;
  }
  main ol:not([class]) li {
    padding: 0 0 0 2px;
  }
  .big-slider {
    min-height: 411px;
  }
  .footer {
    font-size: 14px;
  }
  .footer__info {
    width: 200px;
  }
  .footer__logo {
    width: 110px;
  }
  .vertical-slider {
    height: 411px;
    width: 123px;
  }
  .big-card__sliders {
    width: 551px;
    gap: 21px;
  }
  .big-card__heading {
    font-size: 46px;
    line-height: 52px;
  }
  .big-card__text {
    font-size: 16px;
    line-height: 24px;
  }
  .routing-detail__group {
    margin: 25px 0;
  }
  .routing-detail__item {
    font-size: 18px;
  }
  .points-main__img {
    width: auto;
  }
  .points-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .responsibility__item {
    padding: 15px;
  }
  .responsibility__item-img {
    width: 80px;
  }
  .gallery__slider-item {
    width: 550px;
  }
  .routing__item {
    padding: 20px;
  }
  .routing__item-head {
    margin: 0 0 20px 0;
  }
  .routing__list-item {
    padding: 0 0 0 32px;
  }
  .routing__list-item::before {
    width: 25px;
    height: 25px;
  }
  .main-catalog:not(.section) {
    margin: 0 0 80px 0;
  }
  .main-catalog__layout {
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .red-string__head {
    font-size: 24px;
    line-height: 30px;
    text-indent: unset;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .articles__inner {
    -ms-grid-columns: 2fr [2];
    grid-template-columns: repeat(2, 2fr);
  }
  .services__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 537px 0 0 0;
  }
  .services__content {
    width: 100%;
  }
  .services__img,
  .services__img.centered {
    bottom: auto;
    top: 0;
    width: 614px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header {
    padding: 12px 0;
  }
  .header__logo {
    height: auto;
    width: 100px;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
  }
  .header__box {
    gap: 25px;
  }
  .header__social,
  .header__tel {
    display: none;
  }
  .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 20px;
    max-width: 767px;
  }
  .gallery__layout {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  h1,
  .h1 {
    font-size: 50px;
    line-height: 58px;
    text-transform: uppercase;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 46px;
    margin: 0 0 40px 0;
  }
  h3,
  .h3 {
    font-size: 32px;
    line-height: 40px;
  }
  h4,
  .h4 {
    font-size: 24px;
    line-height: 30px;
  }
  html,
  body {
    font-size: 14px;
    line-height: 20px;
  }
  main ul:not([class]) li::before {
    top: 3px;
  }
  .districts__inner {
    display: block;
    height: auto;
    border-radius: 0;
    overflow: visible;
  }
  .districts__map {
    height: 402px;
    margin: 13px 0 0 0;
  }
  .districts__aside {
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    background: transparent;
    position: relative;
    overflow: visible;
  }
  .districts__aside-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 8px 20px 8px 15px;
    border: 1px solid #b6b6b6;
    border-radius: 5px;
  }
  .districts__aside-mobile.active svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .districts__aside-inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 300px;
    z-index: 2;
  }
  .districts__aside-inner.active {
    display: block;
  }
  .no-page {
    padding: 40px 0 50px 0;
  }
  .no-page .btn {
    width: 100%;
  }
  .no-page__head {
    font-size: 70px;
  }
  .textpage {
    margin: 0 0 80px 0;
  }
  .textpage h2,
  .textpage h3,
  .textpage h4 {
    margin: 20px 0 10px 0;
  }
  .textpage img {
    margin: 20px 0;
  }
  .textpage__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
  }
  .textpage__row-img {
    width: auto;
  }
  .textpage table {
    text-align: center;
    margin: 30px 0;
  }
  /* .textpage table th {
    display: none;
  }
  .textpage table tr {
    display: block;
  }
  .textpage table td {
    border: none;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }


  .textpage table td::before {
    content: attr(data-cell);
    text-align: center;
    display: block;
    font-weight: 500;
    font-family: "Days";
    margin: 0 0 12px 0;
    font-size: 16px;
    line-height: 22px;
  }

  */
  .big-slider {
    min-height: unset;
    overflow: visible;
    overflow-x: clip;
    width: 100%;
  }
  .big-slider .swiper-pagination {
    display: block;
  }
  .big-slider__item {
    padding-top: 56%;
  }
  .points-card {
    padding: 15px;
  }
  .points-card__text {
    margin: 0 0 25px 0;
  }
  .product-card__name {
    font-size: 18px;
    line-height: 24px;
  }
  .product-card .btn {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .big-card {
    margin: 0 0 80px 0;
  }
  .big-card__inner {
    display: block;
  }
  .big-card__sliders {
    width: auto;
    margin: 0 0 30px 0;
  }
  .big-card__heading {
    font-size: 36px;
    line-height: 42px;
  }
  .big-card__content {
    margin: 46px 0 0 0;
  }
  .vertical-slider-box {
    display: none;
  }
  .catalog {
    margin: 0 0 80px 0;
  }
  .catalog .jq-selectbox__select {
    width: 100%;
  }
  .catalog__inner {
    -ms-grid-columns: 2fr 20px 2fr;
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
  }
  .map {
    height: 400px;
  }
  .points-main {
    margin: 0 0 80px 0;
  }
  .points-main__social {
    gap: 12px;
  }
  .points-main__social svg {
    width: 36px;
    height: 36px;
  }
  .points__inner {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .articles {
    margin: 0 0 80px 0;
  }
  .images-group {
    gap: 15px;
    margin: 40px 0;
  }
  .jq-selectbox__select {
    height: 50px;
    width: 100%;
    padding: 10px 30px 10px 15px;
    font: 14px/20px Manrope, sans-serif;
  }
  .jq-selectbox__trigger {
    right: 15px;
  }
  .routing-detail {
    margin: 0 0 80px 0;
  }
  .article-card__content {
    margin: 0 0 25px 0;
  }
  .article-card__body {
    padding: 0 15px 15px 15px;
  }
  .routing {
    margin: 0 0 80px 0;
  }
  .routing__head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .routing__body {
    -ms-grid-columns: 2fr 15px 2fr;
    grid-template-columns: repeat(2, 2fr);
    gap: 15px;
  }
  .routing__head {
    margin: 0 0 25px 0;
  }
  .routing__item-head {
    margin: 0 0 15px 0;
  }
  .routing__item-body {
    margin: 0 0 30px 0;
  }
  .routing__list-item::before {
    top: -2px;
  }
  p:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .responsibility__inner {
    gap: 15px;
  }
  .responsibility__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .top-page {
    margin: 40px 0 30px 0;
  }
  .top-page__date {
    margin: 20px 0 0 0;
  }
  .top-page img {
    margin: 20px 0 0 0;
  }
  .breadcrumbs {
    font-size: 12px;
    padding: 0 0 30px 0;
  }
  .gallery__pagination {
    margin: 0 0 20px 0 !important;
  }
  .gallery__slider-item {
    width: 450px;
  }
  .condition-steps__inner {
    -ms-grid-columns: 2fr 15px 2fr;
    grid-template-columns: repeat(2, 2fr);
    gap: 15px;
  }
  .condition-steps__item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .condition-steps__body::before {
    font-size: 30px;
    line-height: 36px;
    width: 50px;
    height: 50px;
  }
  .footer {
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .footer__inner:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .footer__social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__group {
    -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;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__info {
    width: auto;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__logo {
    width: 110px;
  }
  .section {
    margin: 80px 0;
  }
  .red-string__head {
    font-size: 20px;
    line-height: 26px;
    text-indent: unset;
  }
  .reviews__inner {
    -ms-grid-columns: 2fr 30px 2fr;
    grid-template-columns: repeat(2, 2fr);
    gap: 30px;
  }
  .steps__item:not(:last-child)::after {
    content: none;
  }
  .arrow-link {
    width: 55px;
    height: 25px;
  }
  .arrow-link:hover::before {
    max-width: 25px;
  }
  .arrow-link::before {
    max-width: 55px;
  }
  .arrow-link svg {
    width: 27px;
    height: 7px;
  }
  .services__img,
  .services__img.centered {
    width: 400px;
  }
  .services__item {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .services__item-head {
    font-size: 22px;
    line-height: 28px;
  }
  .services__inner {
    padding: 370px 0 0 0;
  }
  .main-screen__img {
    height: 528px;
  }
  .main-screen img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .main-screen__content {
    padding: 50px 0 0 0;
    font-size: 16px;
    line-height: normal;
  }
  .header {
    padding: 21px 0;
  }
  .header__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #e9e9e7;
    z-index: 100;
    -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;
    gap: 20px;
    padding: 146px 20px 60px 20px;
    -webkit-transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    visibility: hidden;
  }
  .header__box.active {
    opacity: 1;
    visibility: visible;
  }
  .header__box.active .chevron {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__group .header__group {
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .header__menu-item.has-child .header__menu-link {
    display: none;
  }
  .header__menu-item.has-child .header__menu-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__menu-item.has-child .header__menu-mobile.active .chevron {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header__submenu {
    display: none;
    padding: 15px 0 0 40px;
  }
  .header__submenu-item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 128px;
    height: 118px;
    padding: 37px 12px 8px 12px;
  }
  .header__inner {
    display: block;
  }
  .header__burger span {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: black;
  }
  .header__burger span:not(:last-child) {
    margin: 0 0 6px 0;
  }
  .header__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-advantages__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 20px);
    padding: 0 40px 0 0;
    gap: 0;
  }
  .main-advantages__inner::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .main-advantages__item {
    width: 222px;
    height: 222px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 -30px 0 0;
  }
  .main-advantages__item::before {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 25px 0;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 26px;
  }
  html,
  body {
    font-size: 12px;
    line-height: 20px;
  }
  main ol:not([class]) {
    margin: 15px 0;
  }
  main ul:not([class]) {
    margin: 15px 0;
  }
  main ul:not([class]) li {
    padding: 0 0 0 18px;
  }
  main ul:not([class]) li::before {
    width: 12px;
    height: 12px;
    top: 3px;
  }
  .container {
    max-width: 650px;
  }
  .big-card {
    margin: 0 0 60px 0;
  }
  .big-card__heading {
    font-size: 26px;
    line-height: 32px;
  }
  .big-card__text {
    font-size: 14px;
    line-height: 18px;
  }
  .points-main {
    margin: 0 0 60px 0;
  }
  .catalog {
    margin: 0 0 60px 0;
  }
  .catalog__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .articles {
    margin: 0 0 60px 0;
  }
  .articles__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 15px;
  }
  .points__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .article-card .btn,
  .points-card .btn {
    width: 100%;
  }
  .textpage {
    margin: 0 0 60px 0;
  }
  .images-group {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .pagination {
    font-size: 12px;
    margin: 30px 0 0 0;
  }
  .pagination__link,
  .pagination__dots {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  .pagination__item.prev {
    margin: 0;
  }
  .pagination__item.next {
    margin: 0;
  }
  .routing-detail {
    margin: 0 0 60px 0;
  }
  .routing-detail__content {
    margin: 25px 0 0 0;
  }
  .routing-detail__group {
    margin: 18px 0;
  }
  .routing-detail__item {
    font-size: 14px;
  }
  .routing {
    margin: 0 0 60px 0;
  }
  .routing__body {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .routing__item {
    padding: 15px;
  }
  .routing__item .btn.flex {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .responsibility__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .gallery:not(.section) {
    margin: 60px 0;
  }
  .gallery__slider-item {
    width: 280px;
  }
  .condition-steps__item {
    padding: 18px;
  }
  .condition-steps__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 25px;
  }
  .condition-steps__body::before {
    margin: 0 0 15px 0;
  }
  .condition-steps__item:last-child {
    grid-column: auto;
  }
  .footer {
    text-align: left;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .footer__inner:last-child {
    gap: 20px;
  }
  .footer__inner:not(:last-child) {
    margin: 0 0 56px 0;
  }
  .footer__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer__group {
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__logo {
    width: 123px;
  }
  .red-string__head {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
  .red-string__body {
    font-size: 12px;
    line-height: 18px;
  }
  .main-about__row {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 20px);
    padding: 0 20px 0 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 0 30px 0;
  }
  .main-about__row::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .main-about__item {
    width: 280px !important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: unset;
  }
  .main-about__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .reviews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: calc(100% + 20px);
    padding: 0 20px 0 0;
  }
  .reviews__inner::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .reviews__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 204px;
  }
  .services .chevron {
    width: 20px;
    height: 11px;
  }
  .services .btn {
    width: 160px;
    margin: 30px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .services__img,
  .services__img.centered {
    width: 287px;
  }
  .services__item-descr {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
  .services__item-head {
    font-size: 19px;
    line-height: 25px;
  }
  .services__inner {
    padding: 270px 0 0 0;
  }
  .end-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 10px;
  }
  .centered-box {
    margin: 30px 0 0 0;
  }
  .name-font {
    font-size: 19px;
    line-height: 25px;
  }
  .steps__inner {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 31px;
  }
  .steps__item-name {
    margin: 0 0 5px 0;
  }
  .steps__item-head {
    width: 60px;
    margin: 0 auto 15px auto;
  }
  .preview-card {
    font-size: 19px;
  }
  .main-heading {
    margin: 0 0 30px 0;
  }
  .main-catalog:not(.section) {
    margin: 0 0 60px 0;
  }
  .main-catalog__head {
    gap: 10px;
    margin: 0 0 30px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
  }
  .main-catalog__head .btn {
    padding: 15px;
    font-size: 14px;
  }
  .main-catalog__layout {
    -ms-grid-columns: 4fr;
    grid-template-columns: 4fr;
    gap: 16px;
  }
  .section {
    margin: 60px 0;
  }
  .btn {
    padding: 13px 40px;
    font-size: 14px;
  }
  .main-screen__heading {
    gap: 7px;
  }
  .main-screen__content {
    font-size: 13px;
    line-height: 17px;
  }
  .main-screen__descr {
    margin: 10px 0 0 0;
  }
  .main-screen__btn {
    margin: 20px 0 0 0;
  }
  .main-screen__number::after {
    width: 36px;
    height: 11px;
    bottom: -4px;
  }
}
.table-responsive .table-content tr td:first-child,
.table-responsive .table-content tr th:first-child {
  width: 60%;
}

.table-responsive .table-content tr td:last-child,
.table-responsive .table-content tr th:last-child {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .table-responsive .table-content tr td:first-child,
  .table-responsive .table-content tr th:first-child {
    width: 100%;
  }
  .table-responsive .table-content tr td:last-child,
  .table-responsive .table-content tr th:last-child {
    width: 100%;
  }
}
.textpage .container .container .section {
  margin: 30px 0 20px 0;
}

.textpage .container .scrollbar-hidden table.table-auto tr td:first-child {
  width: 30%;
}

.textpage .container .scrollbar-hidden table.table-auto tr td:last-child {
  width: 27%;
}

.textpage .container .scrollbar-hidden table.table-auto tr:first-child td:last-child {
  background-color: #d0e5a0;
}

.textpage .container .scrollbar-hidden table.table-auto tr td:not(:first-child, :last-child) {
  width: 14%;
}

.textpage .container .scrollbar-hidden table.table-auto {
  min-width: 730px;
}

@media screen and (max-width: 800px) {
  .textpage .container .scrollbar-hidden {
    overflow-x: auto;
  }
  .textpage .container .scrollbar-hidden table.table-auto tr td {
    min-width: 20%;
  }
}
p.after-table-zv {
  margin-bottom: 50px;
}

.textpage .container .scrollbar-hidden table.table-auto {
  margin-bottom: 5px;
}