:root {
  --black: #333;
  --white: white;
  --blue: #083da3;
  --color: #083da3cc;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

strong {
  font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
  font-weight: 700;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #fff;
  height: auto;
  font-family: "Inter V 20 Cyrillic Latin", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.lb {
  z-index: 99;
  cursor: pointer;
  background-color: #ffffff80;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.box {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 15%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.call-back {
  z-index: 50;
  cursor: pointer;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 7px;
  transition: all .5s;
  display: block;
  position: fixed;
  bottom: 100px;
  right: 0;
  overflow: visible;
}

.call-back:hover {
  background-color: #fff;
  transform: rotate(-50deg);
  box-shadow: 0 0 0 10px #ffffff9e;
}

.call-2 {
  object-fit: cover;
  background-image: radial-gradient(circle, #357ece 49%, #fff 50%);
  border-radius: 50%;
  width: 110px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-12 {
  border: 1px solid #5036514f;
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.circle {
  border-color: #357ece;
}

.circle._2nd {
  border-width: 7px;
  border-color: #357ece45;
}

._1160 {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

._1160.dummy {
  height: 100vh;
}

._1160.hero {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

._1160.nav {
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

._1160.rel {
  position: relative;
}

.h-deskript {
  color: #ffffffe6;
  text-shadow: 3px 3px 20px #0003;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
}

.h-deskript.white {
  color: var(--black);
  text-shadow: none;
}

.h-deskript.white.v2 {
  font-size: 21px;
}

.button-form {
  background-color: var(--color);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  border: 1px solid #fff3;
  border-radius: 10px;
  width: 100%;
  max-width: 380px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 22px;
  font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: all .555s;
  box-shadow: 0 0 20px 10px #a6bde799;
}

.button-form:hover {
  background-color: #4474cf;
  transform: translate(0, -4px);
  box-shadow: 0 30px 30px -10px #1b52c963;
}

.button-form:active {
  background-color: #153675;
  transform: none;
  box-shadow: 0 13px 12px -10px #1b4cc9a1;
}

.button-form.white {
  margin-top: 60px;
}

.section-navbar {
  z-index: 4;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px 40px;
  position: sticky;
  top: 0;
}

.navber {
  z-index: 5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fafbffd6;
  border: 1px solid #fffc;
  border-radius: 7px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 860px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: relative;
}

.logo {
  min-width: 90px;
  height: 60px;
}

.menu-btns {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.menu-btns.footer {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.menu-nav-item {
  width: auto;
  color: var(--blue);
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 10px;
  padding: 15px;
  font-family: "Inter V 20 Cyrillic Latin 800", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
  display: inline-flex;
}

.menu-nav-item:hover {
  box-shadow: 0 0 20px 0 var(--color);
  color: var(--blue);
  background-color: #083da300;
}

.menu-nav-item.footer {
  color: var(--blue);
  border-radius: 0;
  padding: 0 0 3px;
}

.menu-nav-item.footer:hover {
  box-shadow: 0 2px 0 -1px var(--color);
  color: var(--blue);
  padding-top: 0;
}

.menu-nav-item.footer.w--current {
  color: var(--blue);
}

.div-her-txt-wrapper {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 50%;
  margin-top: 0;
  padding-top: 50px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: var(--white);
  text-shadow: 3px 3px 20px #000000e0;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
}

.div-nav-contacts-btns {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero {
  z-index: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-hero.v2 {
  display: block;
}

.hero-img {
  z-index: 1;
  filter: grayscale(51%);
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
  height: 1000px;
  display: inline-block;
  position: absolute;
  inset: -180px 0% 0%;
}

.hero-gradient {
  z-index: 2;
  background-image: linear-gradient(90deg, var(--black) 31%, #4f64af 59%, white 76%);
  mix-blend-mode: multiply;
  width: 90%;
  height: 1000px;
  position: absolute;
  inset: -180px 0% 0%;
}

.hero-gradient.white {
  pointer-events: auto;
  mix-blend-mode: normal;
  background-image: linear-gradient(90deg, #fff 36%, #fff0 86%);
}

.grid {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  margin-top: 180px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 0;
  position: relative;
  inset: auto 0% auto auto;
}

.grid.white {
  display: none;
}

.grid.v2 {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cell-hero {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px 0 var(--color);
  opacity: .9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #dfe4f8cc;
  border: 1px solid #fffc;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.cell-hero.v2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fafbffd6;
  border-width: .5px;
  border-color: #7a90f5cc;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  min-height: 100px;
  box-shadow: -8px 10px 20px -10px #00286e80;
}

.txt-hero-adv {
  color: var(--blue);
  text-align: center;
  font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.all {
  overflow: clip;
}

.link-block {
  margin-right: 5px;
}

.text-span-2 {
  color: var(--white);
  font-family: "Montserrat V 31 Cyrillic Latin 700", Verdana, sans-serif;
  font-size: 38px;
  line-height: 130%;
}

.text-span-2.white {
  color: var(--black);
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 120%;
}

.section-site {
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.section-site.vh {
  padding-left: 40px;
  padding-right: 40px;
}

.section-site.vh.spaceup {
  height: auto;
  padding-top: 95px;
  padding-bottom: 80px;
}

.heading-3 {
  color: var(--blue);
  text-transform: uppercase;
  font-family: "Montserrat V 31 Cyrillic Latin 700", Verdana, sans-serif;
  font-weight: 700;
  line-height: 110%;
}

.div-2-col {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: space-between;
  place-items: start stretch;
  height: auto;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 400;
  display: grid;
  position: relative;
}

.div-2-col.hero {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: .75fr 1fr;
  margin-top: 40px;
}

.div-txt-col {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.div-txt-col.hero {
  justify-content: center;
  align-items: flex-start;
}

.div-img-col {
  border-radius: 7px;
  height: 100%;
  overflow: clip;
  box-shadow: -8px 10px 20px -10px #00286e80;
}

.div-img-col.proezd {
  width: auto;
  max-width: 100%;
  height: 420px;
}

.div-img-col.proezd.hidden {
  display: none;
}

.div-img-col.hero {
  width: 100%;
  box-shadow: none;
  overflow: visible;
}

.div-img-col.h-limit {
  max-height: 460px;
}

.paragraph-4 {
  width: 70%;
  color: var(--blue);
  margin-bottom: 10px;
}

.paragraph-4.full {
  width: 100%;
  font-size: 16px;
}

.paragraph-4.no-space {
  width: 70%;
  margin-bottom: 7px;
  font-size: 18px;
}

.paragraph-4.no-space.wide {
  width: auto;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-4.space-bottom {
  z-index: 3;
  width: 80%;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 150%;
  position: relative;
}

.paragraph-4.space-bottom.stat {
  margin-bottom: 0;
  position: static;
}

.line {
  background-color: var(--blue);
  width: 80%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.faq-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 40%;
  max-height: 600px;
  padding-left: 40px;
  display: flex;
  position: sticky;
  top: 20%;
}

.pad-top-16 {
  width: 100%;
  padding-top: 0;
  padding-left: .5rem;
  font-size: 16px;
  line-height: 140%;
}

.div-faq-columns {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.h3-35px {
  letter-spacing: -.08rem;
  font-size: 2.1875rem;
}

.h3-35px.mob-20 {
  color: var(--blue);
  letter-spacing: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 110%;
  display: block;
}

.h3-35px.mob-20.space-before {
  margin-top: 100px;
}

.faq-component {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.faq-icon {
  width: 2.625rem;
  height: 2.625rem;
}

.faq-item {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: #fff9;
  border: 1px solid #e8eced;
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem 1rem .5rem;
  display: flex;
  position: relative;
  box-shadow: -8px 10px 20px -10px #00286e80;
}

.paragraph-faq {
  color: var(--blue);
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.paragraph-faq.price-adv {
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-faq.garant {
  font-size: 15px;
}

.faq-answer {
  z-index: 2;
  width: 100%;
  position: static;
  overflow: hidden;
}

.h2 {
  z-index: 2;
  max-height: 220px;
  color: var(--blue);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Montserrat V 31 Cyrillic Latin 700", Verdana, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  display: block;
  position: relative;
  top: auto;
}

.faq-open {
  width: 2.5rem;
  height: 2.5rem;
}

.section-gallery {
  background-color: var(--white);
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 83px;
  padding: 100px 40px;
  display: block;
}

.img-fon {
  z-index: 1;
  opacity: .1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 920px;
  max-width: none;
  margin-right: 40px;
  display: block;
  position: absolute;
  inset: auto 0% -16% 38px;
}

.img-fon.gearant {
  z-index: 0;
  width: 95%;
  bottom: -13%;
}

.img-fon.hero {
  width: 94%;
  bottom: -16%;
}

.img-fon.uslugi {
  margin-left: 40px;
}

.h4 {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Inter V 20 Cyrillic Latin 800", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 130%;
}

.h4.price {
  margin-bottom: 0;
  font-family: "Inter V 20 Cyrillic Latin 800", Arial, sans-serif;
  font-size: 18px;
}

.h4.price.spase-up {
  margin-bottom: 5px;
  font-family: "Inter V 20 Cyrillic Latin 800", Arial, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.grid-answer {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
}

.grid-3-col {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.grid-3-col.stat {
  position: static;
}

.grid-3-col.spaceup {
  margin-top: 60px;
}

.text-block-5 {
  color: var(--blue);
  margin-top: 10px;
  font-family: "Montserrat V 31 Cyrillic Latin 700", Verdana, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.heading-4 {
  color: var(--blue);
  font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: #fff9;
  border: 1px solid #e8eced;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  box-shadow: -8px 10px 20px -10px #00286e80;
}

.item.v-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: auto;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.item.flex {
  flex-flow: column;
}

.item.g-flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.grid-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1.5fr;
  width: 100%;
}

.div-footer-btns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: block;
}

.div-fooler-logo-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-block-6 {
  color: var(--blue);
  font-size: 14px;
}

.div-footer-txt {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.adress {
  color: var(--blue);
}

.adress-bold {
  font-family: "Inter V 20 Cyrillic Latin 800", Arial, sans-serif;
}

.form-txt {
  color: #00286e;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
}

.form-txt.tel-copy-copy {
  opacity: 1;
  width: auto;
  max-width: none;
  color: var(--blue);
  text-align: left;
  background-image: url("https://cdn.prod.website-files.com/697db4b409d8f6f95676b20d/6981df9e960b31c1ce5f1593_Envelope.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 3px;
  padding-left: 35px;
  font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: box-shadow .4s;
  display: block;
}

.form-txt.tel-copy-copy:hover {
  box-shadow: 0 2px 0 -1px var(--blue);
}

.form-txt.privacy-copy {
  opacity: 1;
  color: var(--blue);
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
  transition: box-shadow .4s;
  display: inline-block;
}

.form-txt.privacy-copy:hover {
  box-shadow: 0 2px 0 -1px #333;
}

.form-txt.privacy-copy.maps {
  margin-top: 0;
  font-size: 18px;
  transition: box-shadow .4s;
  box-shadow: 0 1px #0003;
}

.form-txt.tg-copy {
  opacity: 1;
  width: auto;
  max-width: none;
  color: var(--blue);
  text-align: left;
  background-image: url("https://cdn.prod.website-files.com/697db4b409d8f6f95676b20d/698b15def775984f594a961b_Telegram.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 2px;
  margin-right: 31px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: box-shadow .4s;
  display: block;
}

.form-txt.tg-copy:hover {
  box-shadow: 0 2px 0 -1px #333;
}

.form-txt.wh-copy-copy {
  opacity: 1;
  width: auto;
  max-width: none;
  color: var(--blue);
  text-align: left;
  background-image: url("https://cdn.prod.website-files.com/697db4b409d8f6f95676b20d/697de246c1fedef18be2ff85_Whatsapp.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 2px;
  margin-right: 31px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 130%;
  transition: box-shadow .4s;
  display: block;
}

.form-txt.wh-copy-copy:hover {
  box-shadow: 0 2px 0 -1px #333;
}

.form-txt-copy {
  color: #00286e;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
}

.form-txt-copy.tel-copy {
  opacity: 1;
  width: auto;
  max-width: none;
  color: var(--blue);
  text-align: left;
  background-image: url("https://cdn.prod.website-files.com/697db4b409d8f6f95676b20d/6981e1f77b3d6d21ad5ba50a_Phone.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px;
  align-self: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 31px;
  padding-bottom: 3px;
  padding-left: 35px;
  font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  transition: box-shadow .4s;
  display: block;
}

.form-txt-copy.tel-copy:hover {
  box-shadow: 0 2px 0 -1px var(--blue);
}

.l-3 {
  max-width: 226px;
  box-shadow: none;
  color: var(--blue);
  margin-top: 10px;
  margin-left: 0;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: all .555s;
  display: inline-flex;
}

.l-3:hover {
  color: #333;
  box-shadow: 0 1px #04477f;
}

.bold-span {
  font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
}

.img-icon {
  object-fit: cover;
  width: 70px;
  height: auto;
}

.subhed-hero {
  color: var(--blue);
  text-align: center;
  font-family: "Montserrat V 31 Cyrillic Latin 700", Verdana, sans-serif;
  font-size: 16px;
}

.div-faq-quastion {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-icon-header-faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.numbers-price {
  color: var(--blue);
  margin-bottom: 0;
  font-family: "Inter V 20 Cyrillic Latin 800", Arial, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 80%;
}

.numbers-price.txt {
  font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
  font-size: 15px;
  line-height: 120%;
}

.line-x {
  background-color: #e24242;
  width: 35px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
}

.form-block {
  width: 100%;
  max-width: 240px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.i-2 {
  min-height: 60px;
  box-shadow: inset 0 -3px 0 0 var(--blue);
  background-image: url("https://cdn.prod.website-files.com/697db4b409d8f6f95676b20d/6981e1f77b3d6d21ad5ba50a_Phone.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 1px solid #0000;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 18px;
  transition: all .555s;
}

.i-2:focus {
  background-position: -30px;
  border-color: #0000;
  padding-left: 0;
}

.close-form {
  z-index: 92;
  cursor: pointer;
  background-color: #f5f5f4;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: all .555s;
  display: flex;
  position: absolute;
  inset: 0 -60px auto auto;
}

.close-form:hover {
  transform: translate(5px, -5px);
  box-shadow: -4px 7px 0 2px #ffffff7d;
}

.close-form:active {
  box-shadow: none;
  background-color: #fff;
  transform: none;
}

.phone-mini-2 {
  color: var(--blue);
  -webkit-text-stroke-color: var(--blue);
  margin-top: 10px;
  font-family: "Inter V 20 Cyrillic Latin 800", Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  transition: all .555s;
}

.phone-mini-2:hover {
  color: #333;
}

.phone-text {
  text-align: center;
  margin-top: 35px;
}

.button-form-2 {
  background-color: var(--blue);
  width: 100%;
  box-shadow: 0 20px 18px -10px var(--color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 20px 25px 22px;
  font-size: 18px;
  font-weight: 500;
  transition: all .555s;
}

.button-form-2:hover {
  background-color: var(--color);
  box-shadow: 0 30px 30px -10px var(--color);
  transform: translate(0, -4px);
}

.button-form-2:active {
  background-color: var(--black);
  box-shadow: 0 13px 12px -10px var(--black);
  transform: none;
}

.lb2 {
  z-index: 89;
  position: fixed;
  inset: 0%;
}

.line-x2 {
  z-index: 50;
  background-color: #e24242;
  width: 35px;
  height: 10px;
  position: absolute;
  transform: rotate(-45deg);
}

.close-fon {
  z-index: 91;
  background-color: #0000;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .555s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fullwindow-form {
  z-index: 88;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: none;
  position: fixed;
  inset: 0%;
}

.box-zagolovok {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 27px;
  line-height: 34px;
}

.form-block-min {
  display: block;
}

.success-message {
  background-color: #fff;
}

.form-box {
  z-index: 90;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.form-fon {
  z-index: 90;
  background-color: #fff;
  border-radius: 7px;
  width: 100%;
  max-width: 400px;
  padding: 30px 40px 40px;
  position: relative;
}

.text-span-3 {
  color: var(--blue);
}

.fon-img-krug {
  width: 60px;
  height: 60px;
  box-shadow: 0 15px 22px -19px var(--color), 0 0 0 10px #ffffff69, 0 12px 30px 0 var(--color);
  background-color: #fff;
  border-radius: 50%;
  padding: 16px;
  position: absolute;
  inset: -20px -6px auto auto;
}

.img-2 {
  z-index: 4;
  position: relative;
}

.grid-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.cell-gallery {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  overflow: clip;
  box-shadow: -8px 10px 20px -10px #00286e80;
}

.cell-gallery.hero {
  height: 190px;
  display: block;
  box-shadow: -8px 10px 20px -10px #00286e80;
}

.cell-gallery.hero.horiz {
  height: 300px;
  box-shadow: -8px 10px 20px -10px #00286e80;
}

.img-gallery {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.img-gallery.hero {
  object-fit: cover;
  object-position: 50% 30%;
  object-fit: cover;
  object-position: 50% 30%;
}

.grid-6 {
  z-index: 2;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-span-5 {
  color: var(--blue);
}

.img-fon-price {
  z-index: 1;
  opacity: .1;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 920px;
  max-width: none;
  margin-right: 40px;
  display: block;
  position: absolute;
  inset: auto 0% -16% 38px;
}

.img-fon-price.price {
  width: 95%;
  bottom: -9%;
  left: 40px;
}

.grid-3-col-1-2-3, .grid-3-col-price {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.section-hero-v2 {
  z-index: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-hero-v2.v2 {
  margin-top: 220px;
  display: none;
}

.grid-hero1 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  inset: auto 0% auto auto;
}

@media screen and (min-width: 1280px) {
  .section-site.vh {
    width: auto;
  }

  .div-img-col.proezd {
    max-height: none;
  }

  .faq-left {
    padding-left: 0;
  }

  .img-fon {
    width: 1040px;
  }

  .img-fon.gearant {
    bottom: -13%;
  }

  .image-4 {
    width: auto;
  }

  .img-fon-price {
    width: 1040px;
  }

  .img-fon-price.price {
    width: 1080px;
  }
}

@media screen and (min-width: 1440px) {
  ._1160 {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  ._1160.hero {
    max-width: 1400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  ._1160.nav {
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }

  .navber {
    max-width: none;
  }

  .div-her-txt-wrapper {
    padding-left: 0;
  }

  .section-hero {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-hero.v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    margin-top: 180px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .section-site.vh {
    width: 100%;
  }

  .section-site.vh.spaceup {
    padding-top: 100px;
  }

  .div-img-col {
    width: 100%;
  }

  .div-img-col.proezd {
    max-height: none;
  }

  .faq-left {
    max-height: 610px;
  }

  .paragraph-faq {
    font-size: 16px;
    line-height: 140%;
  }

  .img-fon {
    width: 1120px;
  }

  .img-fon.gearant {
    bottom: -16%;
  }

  .form-txt.privacy-copy {
    font-size: 16px;
  }

  .image-4 {
    max-height: none;
  }

  .img-fon-price {
    width: 1120px;
  }

  .img-fon-price.price {
    width: 1110px;
  }

  .section-hero-v2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .section-hero-v2.v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-hero1 {
    margin-top: 180px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    padding-left: 10px;
    font-size: 30px;
  }

  .link-logo {
    margin-right: 5%;
  }

  .call-back {
    display: none;
  }

  .privacy-section-yes {
    padding-top: 0;
    padding-bottom: 0;
  }

  .l.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }

  ._1160, ._1160.hero {
    padding-left: 0;
    padding-right: 0;
  }

  ._1160.rel, ._1160.hero {
    padding-left: 0;
    padding-right: 0;
  }

  ._1160.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1160.rel {
    padding-left: 0;
    padding-right: 0;
  }

  .h-deskript.white.v2 {
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
  }

  .button-form {
    max-width: 320px;
    margin-top: 20px;
    font-size: 14px;
  }

  .button-form.white {
    margin-top: 0;
  }

  .section-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navber {
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-btns {
    display: none;
  }

  .menu-btns.footer {
    display: flex;
  }

  .div-her-txt-wrapper {
    width: 80%;
    padding-left: 20px;
  }

  .section-hero {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .section-hero.v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-img {
    height: 900px;
  }

  .hero-gradient {
    width: 120%;
    height: 900px;
  }

  .grid.v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cell-hero.v2 {
    flex: 1;
    height: auto;
  }

  .all {
    display: block;
  }

  .text-span-2 {
    padding-left: 0;
  }

  .text-span-2.white {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2.5rem;
  }

  .section-site {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-site.vh {
    padding: 60px 20px;
  }

  .heading-3 {
    font-size: 26.6667px;
  }

  .div-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    display: flex;
  }

  .div-2-col.hero {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .div-txt-col {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-txt-col.hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-img-col, .div-img-col.hero, .div-img-col.hero {
    width: 100%;
  }

  .paragraph-4.full {
    font-size: 14px;
  }

  .paragraph-4.no-space {
    width: 100%;
    font-size: 16px;
  }

  .paragraph-4.no-space.wide {
    font-size: 14px;
  }

  .paragraph-4.space-bottom {
    width: 100%;
    font-size: 16px;
  }

  .line {
    width: 100%;
  }

  .faq-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-height: none;
    padding-left: 0;
    position: static;
  }

  .div-faq-columns {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .h3-35px.mob-20 {
    font-size: 1.3rem;
    line-height: 120%;
  }

  .faq-item {
    padding: 1.5rem;
  }

  .paragraph-faq.price-adv {
    font-size: 14px;
  }

  .h2 {
    align-self: flex-start;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    font-size: 26px;
    display: block;
    position: static;
  }

  .section-gallery {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 20px;
  }

  .img-fon {
    margin-top: 100px;
    display: block;
  }

  .img-fon.gearant {
    width: 100%;
    margin-right: 0;
    bottom: -8%;
    left: 0;
  }

  .img-fon.hero {
    width: 100%;
    display: block;
    bottom: -6%;
    left: 0;
  }

  .img-fon.uslugi {
    width: 100%;
    margin-top: 0;
    bottom: -1%;
    left: 0;
  }

  .h4.price {
    font-size: 18px;
  }

  .grid-answer {
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .grid-3-col {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-col.spaceup {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

  .item.v-grid {
    grid-template-rows: auto auto;
    padding: 1.5rem;
  }

  .item.flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .grid-4 {
    grid-template-columns: 1fr .5fr;
  }

  .div-footer-btns {
    display: block;
  }

  .form-txt.tel-copy-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .form-txt.privacy-copy {
    opacity: 100;
    text-align: left;
    margin-top: 24px;
    font-size: 14px;
    font-weight: 500;
  }

  .form-txt.privacy-copy.maps {
    margin-top: 0;
  }

  .form-txt.tg-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .form-txt.wh-copy-copy {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 160%;
  }

  .form-txt-copy.tel-copy {
    text-align: left;
    white-space: nowrap;
    text-align: left;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 180%;
  }

  .l-3 {
    white-space: nowrap;
    margin-top: 20px;
    display: inline-flex;
  }

  .numbers-price {
    font-size: 28.3333px;
  }

  .close-form {
    right: -60px;
  }

  .l-2.pri {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .l-2.pri.w--current {
    display: inline-block;
  }

  .yes-copy-2 {
    margin-left: auto;
    margin-right: auto;
    inset: -69px 0% auto;
  }

  .grid-5 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cell-gallery.hero {
    box-shadow: -8px 10px 20px -10px #00286e80;
  }

  .img-fon-price {
    margin-top: 100px;
  }

  .img-fon-price.price {
    width: 100%;
    margin-right: 0;
    bottom: -5%;
    left: 0;
  }

  .grid-3-col-1-2-3, .grid-3-col-price {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .section-hero-v2.v2 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .grid-hero1 {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  .link-logo {
    width: 4vw;
    height: 4vw;
    padding-left: 0;
  }

  .p.otst-niz {
    padding-left: 0;
    padding-right: 0;
  }

  .privacy-section-yes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-privacy {
    text-align: left;
    font-size: 28px;
    line-height: 120%;
  }

  .l.pri.w--current {
    display: inline-block;
  }

  .h-deskript {
    font-size: 20px;
  }

  .h-deskript.white.v2 {
    font-size: 19px;
  }

  .hero-img, .hero-gradient {
    height: 900px;
  }

  .cell-hero.v2 {
    height: 100%;
  }

  .text-span-2 {
    font-size: 32px;
  }

  .text-span-2.white {
    font-size: 2.3rem;
  }

  .section-site.vh {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-left {
    margin-bottom: 40px;
    position: relative;
  }

  .div-faq-columns {
    flex-flow: column;
    display: block;
  }

  .h3-35px {
    font-size: 1.5rem;
  }

  .h3-35px.mob-20 {
    font-size: 1.25rem;
  }

  .faq-component {
    margin-top: 20px;
  }

  .faq-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .faq-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    padding: 1.875rem 1.25rem 1rem;
  }

  .paragraph-faq {
    font-size: 14px;
  }

  .h2 {
    margin-bottom: 20px;
    position: static;
  }

  .faq-open {
    width: 1.5rem;
    height: 1.5rem;
  }

  .section-gallery {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-fon {
    display: none;
  }

  .img-fon.gearant {
    display: block;
    bottom: -5%;
  }

  .h4.price.spase-up {
    margin-bottom: 0;
  }

  .grid-3-col {
    grid-template-columns: 1fr;
  }

  .text-block-5 {
    margin-top: 0;
  }

  .item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    padding: 1.875rem 1.25rem 1rem;
  }

  .item.g-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .form-txt.privacy-copy {
    margin-top: 19px;
  }

  .form-txt.wh-copy-copy, .form-txt-copy.tel-copy, .form-txt-copy.tel-copy {
    margin-top: 0;
  }

  .close-form {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% -60px;
  }

  .fullwindow-form {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._90-2 {
    padding: 25px 20px;
  }

  .l-2.pri.w--current {
    display: inline-block;
  }

  .yes-copy-2 {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    inset: -60px 0% 0%;
  }

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

  .img-fon-price {
    display: none;
  }

  .img-fon-price.price {
    display: block;
  }

  .grid-3-col-1-2-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .grid-3-col-price, .grid-hero1 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13px;
    line-height: 20px;
  }

  a {
    float: none;
    width: auto;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    position: static;
  }

  .img-logo {
    max-width: 110%;
  }

  .link-logo {
    width: 5vw;
    height: 5vw;
  }

  .box {
    opacity: 1;
  }

  .privacy-section-yes {
    overflow: hidden;
  }

  .h2-privacy {
    font-size: 25px;
    line-height: 33px;
  }

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

  ._1160.nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h-deskript {
    font-size: 16px;
  }

  .h-deskript.white.v2 {
    width: 100%;
    font-size: 16px;
  }

  .button-form {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .div-her-txt-wrapper {
    width: 100%;
    padding-right: 20px;
  }

  .section-hero.v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-img {
    object-position: 68% 50%;
    height: 1100px;
  }

  .hero-gradient {
    width: 130%;
    height: 1100px;
  }

  .grid.v2 {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-hero-adv {
    font-size: 14px;
  }

  .text-span-2 {
    margin-top: 0;
    font-size: 23px;
  }

  .text-span-2.white {
    font-size: 1.4rem;
  }

  .section-site {
    padding: 40px 10px;
  }

  .section-site.vh {
    padding: 20px 10px;
  }

  .section-site.vh.spaceup {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .div-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-2-col.hero {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-top: 20px;
  }

  .div-txt-col {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .paragraph-4.no-space, .paragraph-4.space-bottom {
    font-size: 14px;
  }

  .paragraph-4.full {
    margin-bottom: 0;
  }

  .paragraph-4.no-space, .paragraph-4.space-bottom {
    font-size: 14px;
  }

  .div-faq-columns {
    padding-bottom: 0;
  }

  .h3-35px.mob-20 {
    font-size: 1.2rem;
  }

  .faq-component {
    margin-top: 0;
  }

  .faq-item {
    border-radius: 1rem;
    padding: 1rem;
  }

  .paragraph-faq {
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 14px;
    line-height: 130%;
  }

  .h2 {
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 130%;
    display: block;
  }

  .section-gallery {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .img-fon.gearant {
    bottom: -3%;
  }

  .img-fon.hero {
    bottom: -4%;
  }

  .h4.price {
    font-size: 18px;
  }

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

  .grid-3-col {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .grid-3-col.spaceup {
    grid-template-columns: 1fr;
  }

  .item {
    border-radius: 1rem;
    padding: 1.875rem 1.25rem;
  }

  .item.v-grid {
    padding: 1rem;
  }

  .grid-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .adress {
    font-size: 16px;
  }

  .form-txt.tel-copy-copy {
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-right: 0;
    font-size: 16px;
  }

  .form-txt.privacy-copy {
    opacity: 100;
    margin-top: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .form-txt.tg-copy {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
    font-size: 16px;
  }

  .form-txt.wh-copy-copy {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Inter V 20 Cyrillic Latin 500", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .form-txt-copy.tel-copy {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .privacy {
    margin-bottom: 20px;
  }

  .l-3 {
    font-size: 12px;
  }

  .img-icon {
    object-fit: cover;
  }

  .subhed-hero {
    font-size: 18px;
  }

  .button-18._002 {
    text-align: center;
    text-align: center;
    padding-left: 22px;
    padding-right: 22px;
  }

  .close-form {
    inset: auto 0% -60px;
  }

  .phone-mini-2 {
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span {
    display: block;
  }

  .fullwindow-form {
    justify-content: center;
  }

  .box-zagolovok {
    line-height: 32px;
  }

  .form-fon {
    padding-left: 21px;
    padding-right: 21px;
  }

  .text-span-3, .text-span-4 {
    display: block;
  }

  .yes-copy-2 {
    inset: -63px 0% auto;
  }

  .soclinks-4._10-no {
    margin-left: 0;
  }

  .fon-img-krug {
    width: 50px;
    height: 50px;
  }

  .grid-5 {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .img-gallery {
    object-position: 50% 50%;
  }

  .img-gallery.hero3 {
    object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .grid-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .img-fon-price.price {
    display: none;
    bottom: -2%;
  }

  .grid-3-col-1-2-3, .grid-3-col-price {
    grid-template-columns: 1fr;
  }

  .section-hero-v2.v2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-hero1 {
    grid-template-columns: 1fr;
    margin-top: 60px;
    padding-left: 20px;
  }
}

#w-node-b9184727-34f8-21d1-98b9-c4fce9cc6ae2-5676b25d, #w-node-b9184727-34f8-21d1-98b9-c4fce9cc6ae7-5676b25d, #w-node-b9184727-34f8-21d1-98b9-c4fce9cc6aec-5676b25d, #w-node-b9184727-34f8-21d1-98b9-c4fce9cc6af1-5676b25d {
  place-self: center;
}

#w-node-d0049b34-7022-f441-bf4e-edb2fd9d3140-5676b25d {
  grid-area: span 2 / span 2 / span 2 / span 2;
  place-self: start;
}

#w-node-d0049b34-7022-f441-bf4e-edb2fd9d3147-5676b25d, #w-node-d0049b34-7022-f441-bf4e-edb2fd9d314a-5676b25d, #w-node-d0049b34-7022-f441-bf4e-edb2fd9d314d-5676b25d, #w-node-d0049b34-7022-f441-bf4e-edb2fd9d3154-5676b25d, #w-node-d0049b34-7022-f441-bf4e-edb2fd9d3159-5676b25d, #w-node-d0049b34-7022-f441-bf4e-edb2fd9d315e-5676b25d, #w-node-d0049b34-7022-f441-bf4e-edb2fd9d3163-5676b25d {
  place-self: center;
}

#w-node-_1548b86a-b7cd-cbbc-b625-69e9201e1f0f-5676b25d, #w-node-_1548b86a-b7cd-cbbc-b625-69e9201e1f16-5676b25d {
  align-self: start;
}

#w-node-c3a250d9-436d-f8e6-789b-e8b2063955f7-5676b25d {
  justify-self: auto;
}

#w-node-a57928d4-1640-4ee9-d78b-5765d79e7fcf-5676b25d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ebdd58c5-86d0-c9c2-931e-7f2a6ce18dc0-5676b25d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ed523508-4568-51b5-780e-fd4da33bd78b-5676b25d {
  place-self: auto start;
}

#w-node-_008d3877-fa61-553c-e733-3450d7c568c3-5676b25d {
  justify-self: start;
}

#w-node-_722338dd-5372-8646-b956-7f8efe602245-5676b25d {
  align-self: start;
}

#w-node-c65c12ed-cb59-34a2-e477-1577cc941d3f-5676b25d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_722338dd-5372-8646-b956-7f8efe602245-5676b25d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-b20e26dd-9739-c1ef-c192-0b880ee8dd30-0ee8dd1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ebdd58c5-86d0-c9c2-931e-7f2a6ce18dc0-5676b25d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_008d3877-fa61-553c-e733-3450d7c568ca-5676b25d {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebdd58c5-86d0-c9c2-931e-7f2a6ce18dc0-5676b25d, #w-node-b20e26dd-9739-c1ef-c192-0b880ee8dd30-0ee8dd1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
