@font-face {
  font-family: Foglihten;
  src: url('../fonts/FoglihtenRegular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Euclidcirculara;
  src: url('../fonts/EuclidCircularA-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --blue-light: #1883ff;
  --black: #222;
  --blue: #446bf4;
  --color: #444;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.hero {
  background-image: url('../images/hero-img.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 810px;
  margin-top: 120px;
  display: flex;
}

.hero.img3 {
  background-image: url('../images/office.webp');
}

.body {
  color: #444;
  font-family: Euclidcirculara, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.h1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Foglihten, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 130%;
}

.hero-cont {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-text {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

.button {
  background-color: var(--blue-light);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
}

.button:hover {
  border-color: var(--black);
  background-color: var(--blue);
  color: var(--white);
}

.section-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1140px;
  display: flex;
}

.section-content.left {
  justify-content: center;
  align-items: flex-start;
}

.section {
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.section.first {
  margin-top: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-family: Foglihten, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 130%;
}

.advantages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 30px;
  display: grid;
}

.advantage {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--color);
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.advantage.a01 {
  border-top-style: none;
  border-bottom-width: .5px;
  border-left-style: none;
  border-right-width: .5px;
}

.advantage.a02 {
  border-top-style: none;
  border-bottom-width: .5px;
  border-left-width: .5px;
  border-right-width: .5px;
}

.advantage.a03 {
  border-top-style: none;
  border-bottom-width: .5px;
  border-left-width: .5px;
  border-right-style: none;
  border-right-width: .5px;
}

.advantage.a04 {
  border-top-width: .5px;
  border-bottom-style: none;
  border-left-style: none;
  border-right-width: .5px;
}

.advantage.a05 {
  border-top-width: .5px;
  border-bottom-style: none;
  border-left-width: .5px;
  border-right-width: .5px;
}

.advantage.a06 {
  border-top-width: .5px;
  border-bottom-style: none;
  border-left-width: .5px;
  border-right-style: none;
  border-right-width: .5px;
}

.adv-num {
  color: var(--black);
  font-family: Foglihten, sans-serif;
  font-size: 20px;
}

.adv-name {
  color: var(--black);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.adv-text {
  font-size: 16px;
  font-weight: 300;
}

.tariff {
  border: 1px solid var(--color);
  justify-content: space-between;
  align-self: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tariff-first-block {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
  padding-right: 40px;
  display: flex;
}

.tariff-name {
  color: var(--black);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

.tariff-price {
  color: var(--white);
  background-color: #f44447;
  padding: 6px 15px;
  font-size: 24px;
  font-weight: 500;
}

.tariff-content {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 640px;
  padding: 40px;
  display: flex;
  position: relative;
}

.tariff-text {
  font-size: 16px;
}

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.tariff-img {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/tariff-img-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 580px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tariff-img.img2 {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/tariff-img-3.webp');
}

.tariff-img.img3 {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/tariff-img-2.webp');
}

.tariff-img.img4 {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/tariff-img-5.webp');
}

.section-cta {
  background-image: url('../images/cta1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 200px 20px;
  display: flex;
}

.section-cta.alt {
  background-image: url('../images/cta2.webp');
  margin-bottom: 0;
}

.section-cta.bis {
  background-image: url('../images/image-9.webp');
}

.cta-content {
  flex-direction: row;
  justify-content: space-between;
  width: 1140px;
  display: flex;
}

.h2-white {
  color: var(--white);
  text-align: left;
  font-family: Foglihten, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 130%;
}

.cta-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 640px;
  display: flex;
}

.cta-text {
  color: var(--white);
}

.cta-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  flex-direction: column;
  margin-top: -10px;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.cta-right {
  background-color: var(--white);
  width: 380px;
  padding: 50px 40px 40px;
}

.button-black {
  background-color: var(--blue-light);
  color: var(--white);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  transition: all .4s;
  display: flex;
}

.button-black:hover {
  background-color: var(--blue);
  color: var(--white);
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--black);
  background-color: var(--white);
  color: var(--color);
  border-radius: 0;
  padding-bottom: 10px;
  font-size: 16px;
}

.text-block-3 {
  color: #44444480;
  text-align: center;
  font-size: 12px;
  line-height: 130%;
}

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

.lightbox-link {
  height: 240px;
  position: relative;
}

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

.h3 {
  font-size: 22px;
  font-weight: 400;
}

.tabs-content {
  border: 1px solid var(--black);
}

.list-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 20px;
  font-size: 16px;
  display: flex;
}

.tabs {
  align-self: stretch;
  margin-top: 10px;
}

.step-no {
  text-transform: uppercase;
}

.tab-link {
  background-color: var(--white);
  padding-left: 60px;
  padding-right: 60px;
  font-size: 14px;
  font-weight: 500;
  transition: all .4s;
}

.tab-link:hover {
  color: var(--blue);
}

.tab-link.w--current {
  background-color: var(--black);
  color: var(--white);
  padding-left: 60px;
  padding-right: 60px;
}

.step-cont {
  display: flex;
}

.step-left {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 580px;
  min-height: 500px;
  padding: 40px 40px 50px 50px;
  display: flex;
  position: relative;
}

.step-icn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  min-width: 150px;
  display: flex;
}

.text-16 {
  font-size: 16px;
}

.spet-icns {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.step-img-1 {
  z-index: 1;
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/Rectangle-261-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 580px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.step-img-2 {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/Rectangle-261.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 580px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.step-img-3 {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/Rectangle-261-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 580px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.step-img-4 {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/Rectangle-261-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 580px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.step-img-5 {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/Rectangle-261-4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 580px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.tariff-img-copy {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/tariff-img-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 580px;
}

.tariff-img-copy._6 {
  background-image: linear-gradient(270deg, #0000 60%, #fff), url('../images/Rectangle-261-5.webp');
  background-repeat: repeat, no-repeat;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.garants {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.garant {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: none solid;
  border-width: 1px;
  border-color: var(--color);
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.garant.alt {
  border-style: solid;
  border-width: 0;
}

.garant-image {
  width: 40px;
  height: 40px;
}

.logos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.image-logo {
  height: 80px;
}

.faq-block {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.faq-block.alt {
  border-bottom: 1px solid #000;
}

.section-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  z-index: 3;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.header-up {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 80px;
  padding: 10px 40px;
  display: flex;
}

.header-down {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--black);
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  padding: 8px 50px;
  font-size: 12px;
  font-weight: 400;
  transition: all .4s;
}

.nav-link:hover {
  box-shadow: inset 0 -2px 0 -1px var(--blue);
  color: var(--blue);
}

.link-call {
  color: var(--black);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: all .4s;
}

.link-call:hover {
  color: var(--blue);
}

.link-phone {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.link-phone:hover {
  color: var(--blue);
}

.contacts-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.text-16-white {
  color: var(--white);
  font-size: 16px;
}

.link-white {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.link-white:hover {
  color: var(--blue);
}

.mes-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-mes {
  width: 30px;
  height: 30px;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: grid;
}

.footer-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.footer-text {
  color: var(--color);
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
}

.zoom {
  opacity: 0;
  background-image: url('../images/zoom-in-thin2.svg'), url('../images/shadow.svg');
  background-position: 95% 95%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  position: absolute;
  inset: 0%;
}

.modal_form {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal_window {
  z-index: 99;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left: 1px solid var(--black);
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  width: 400px;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
}

.modal-close-button {
  color: var(--black);
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-button:hover {
  color: var(--blue);
}

.heading-popup {
  font-family: Foglihten, sans-serif;
  font-size: 38px;
  line-height: 130%;
}

.text-18-center {
  text-align: center;
}

.image {
  display: block;
}

.text-block-4 {
  font-weight: 400;
}

.phone-icon {
  background-image: url('../images/call.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.dropdown-list {
  background-color: var(--white);
  font-size: 14px;
  display: none;
}

.dropdown-link:hover {
  color: var(--blue-light);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-adv {
  font-size: 16px;
}

.checkbox-field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkbox-2 {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.politicy {
  color: var(--color);
  text-align: left;
  margin-left: 10px;
  font-size: 13px;
  line-height: 140%;
}

.link-small {
  color: var(--color);
  text-decoration: none;
}

.footer-content-down {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.cookie {
  z-index: 900;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid var(--black);
  background-color: var(--white);
  opacity: .9;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookie-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
}

.button-cookie {
  background-color: var(--blue-light);
  text-align: center;
  flex: none;
  min-width: 100px;
  max-height: 40px;
  padding: 5px 20px;
  font-size: 14px;
  transition: all .3s;
}

.button-cookie:hover {
  background-color: var(--blue);
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: 115px;
  }

  .tariff {
    position: relative;
  }

  .tariff-content {
    z-index: 2;
  }

  .tariff-img {
    z-index: 1;
    position: absolute;
    inset: 0% -300px 0% auto;
  }

  .section-cta {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .cta-left {
    padding-right: 20px;
  }

  .cta-right {
    align-self: flex-start;
  }

  .lightbox-link {
    height: 160px;
  }

  .tab-link, .tab-link.w--current {
    padding-left: 36px;
    padding-right: 36px;
  }

  .step-left {
    z-index: 2;
    min-height: 450px;
    padding: 40px;
    position: relative;
  }

  .step-img-1 {
    z-index: 1;
    position: absolute;
    inset: 0% -200px 0% auto;
  }

  .step-img-2, .step-img-3, .step-img-4, .step-img-5, .tariff-img-copy._6 {
    position: absolute;
    inset: 0% -200px 0% auto;
  }

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

  .navbar {
    z-index: 10;
  }

  .nav-link {
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-block {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .politicy {
    text-align: left;
  }

  .cookie {
    flex-flow: row;
  }

  .cookie-text {
    width: 60%;
  }

  .button-cookie {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-top: 110px;
  }

  .h1 {
    font-size: 54px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2 {
    font-size: 37px;
  }

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

  .advantage.a02 {
    border-right-style: none;
  }

  .advantage.a03 {
    border-top-style: solid;
    border-top-width: .5px;
    border-left-style: none;
    border-right-style: solid;
  }

  .advantage.a04 {
    border-bottom-style: solid;
    border-bottom-width: .5px;
    border-left-style: solid;
    border-left-width: .5px;
    border-right-style: none;
  }

  .advantage.a05 {
    border-left-style: none;
  }

  .advantage.a06 {
    border-right-style: none;
  }

  .tariff-first-block {
    padding-right: 20px;
  }

  .tariff-content {
    width: auto;
    padding: 30px;
  }

  .tariff-img {
    opacity: .5;
    display: block;
    right: -200px;
  }

  .section-cta {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cta-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .h2-white {
    font-size: 37px;
  }

  .cta-left {
    padding-right: 0;
  }

  .lightbox-link {
    height: 110px;
  }

  .step-left {
    width: auto;
    padding: 30px;
  }

  .step-img-1, .step-img-2, .step-img-3, .step-img-4, .step-img-5, .tariff-img-copy._6 {
    opacity: .4;
  }

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

  .garant {
    border-style: solid none;
  }

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

  .header-up {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-call {
    text-align: right;
    max-width: 120px;
    line-height: 140%;
  }

  .link-phone {
    font-size: 16px;
  }

  .contacts-block {
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-end;
  }

  .brand {
    width: 140px;
  }

  .icon {
    margin-right: 0;
  }

  .politicy {
    line-height: 130%;
  }

  .cookie {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 0;
    left: 0;
  }

  .cookie-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 700px;
    margin-top: 70px;
  }

  .h1 {
    font-size: 45px;
  }

  .section-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section.first {
    margin-top: 40px;
  }

  .h2 {
    font-size: 35px;
  }

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

  .advantage.a01 {
    border-right-width: 1px;
    padding: 20px 20px 30px;
  }

  .advantage.a02 {
    border-top-style: solid;
    border-top-width: .5px;
    border-left-width: 1px;
    padding: 20px 20px 30px;
  }

  .advantage.a03 {
    border-right-width: 1px;
    padding: 20px 20px 30px;
  }

  .advantage.a04 {
    border-left-width: 1px;
    padding: 20px 20px 30px;
  }

  .advantage.a05 {
    border-bottom-style: solid;
    border-bottom-width: .5px;
    border-right-width: 1px;
    padding: 20px 20px 30px;
  }

  .advantage.a06 {
    border-left-width: 1px;
    padding: 20px 20px 30px;
  }

  .tariff-first-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .tariff-content {
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .tariff-img {
    opacity: .3;
  }

  .section-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h2-white {
    font-size: 35px;
  }

  .cta-right {
    width: auto;
    padding: 40px 30px 30px;
  }

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

  .lightbox-link {
    height: 140px;
  }

  .h3 {
    margin-bottom: 0;
  }

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

  .step-left {
    padding: 20px;
  }

  .step-icn {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    min-width: 100px;
  }

  .text-16 {
    text-align: center;
  }

  .step-img-1, .step-img-2, .step-img-3, .step-img-4, .step-img-5, .tariff-img-copy._6 {
    display: none;
  }

  .garant {
    padding: 20px;
  }

  .faq-block {
    grid-row-gap: 20px;
    grid-template-columns: 2.05fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .header-up {
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-down {
    display: none;
  }

  .link-call {
    max-width: 90px;
    font-size: 10px;
  }

  .link-phone {
    min-width: 60px;
    font-size: 14px;
  }

  .contacts-block {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer-links {
    align-items: center;
  }

  .modal_form {
    display: none;
  }

  .modal_window {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-close-button {
    width: 40px;
    height: 40px;
  }

  .heading-popup {
    text-align: center;
    font-size: 35px;
  }

  .brand {
    max-width: 120px;
    padding-left: 0;
  }

  .image {
    display: block;
  }

  .text-block-4 {
    display: none;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .phone-icon {
    display: block;
  }

  .footer-content-down {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .cookie {
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    bottom: 0;
  }

  .heading {
    font-size: 26px;
    line-height: 120%;
  }
}

#w-node-_79af68f7-0189-f95c-954f-c98a178ec5f8-2843ad25, #w-node-_65c4c3cb-5f08-70a7-c80d-7ac84c81bb8f-2843ad25, #w-node-ec9029ec-146c-2d6c-5cf6-e14dd9b6fe97-2843ad25, #w-node-ea7c7fd8-996a-f5f1-ebcd-4a0ba428ae33-2843ad25, #w-node-_6f40195b-dddb-4527-608d-9d4a18b270c3-2843ad25, #w-node-_803ce9cd-95d5-7de6-5cd8-3e167cd6a736-2843ad25, #w-node-caf72846-ef9e-e517-960c-f1dbc170a59c-2843ad25, #w-node-_1bcac9fe-29b5-26ab-5624-bfe373cff343-2843ad25, #w-node-_9f215cb8-bae3-87ac-cf05-989f929e2506-2843ad25, #w-node-_79af68f7-0189-f95c-954f-c98a178ec5f8-31891c6a, #w-node-_65c4c3cb-5f08-70a7-c80d-7ac84c81bb8f-31891c6a, #w-node-ec9029ec-146c-2d6c-5cf6-e14dd9b6fe97-31891c6a, #w-node-ea7c7fd8-996a-f5f1-ebcd-4a0ba428ae33-31891c6a, #w-node-_6f40195b-dddb-4527-608d-9d4a18b270c3-31891c6a, #w-node-_803ce9cd-95d5-7de6-5cd8-3e167cd6a736-31891c6a, #w-node-caf72846-ef9e-e517-960c-f1dbc170a59c-31891c6a, #w-node-_1bcac9fe-29b5-26ab-5624-bfe373cff343-31891c6a, #w-node-a0379dd7-25e8-888c-678e-82969ad9bb86-31891c6a, #w-node-_79af68f7-0189-f95c-954f-c98a178ec5f8-119513f6, #w-node-_65c4c3cb-5f08-70a7-c80d-7ac84c81bb8f-119513f6, #w-node-ec9029ec-146c-2d6c-5cf6-e14dd9b6fe97-119513f6, #w-node-ea7c7fd8-996a-f5f1-ebcd-4a0ba428ae33-119513f6, #w-node-_6f40195b-dddb-4527-608d-9d4a18b270c3-119513f6, #w-node-_803ce9cd-95d5-7de6-5cd8-3e167cd6a736-119513f6, #w-node-caf72846-ef9e-e517-960c-f1dbc170a59c-119513f6, #w-node-_1bcac9fe-29b5-26ab-5624-bfe373cff343-119513f6, #w-node-e7f96bbe-3e89-f9b7-d69f-d3313d067951-119513f6, #w-node-_79af68f7-0189-f95c-954f-c98a178ec5f8-7cf8ae6c, #w-node-_79af68f7-0189-f95c-954f-c98a178ec5f8-7aefadaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_65c4c3cb-5f08-70a7-c80d-7ac84c81bb8f-2843ad25, #w-node-ec9029ec-146c-2d6c-5cf6-e14dd9b6fe97-2843ad25, #w-node-ea7c7fd8-996a-f5f1-ebcd-4a0ba428ae33-2843ad25, #w-node-_6f40195b-dddb-4527-608d-9d4a18b270c3-2843ad25, #w-node-_803ce9cd-95d5-7de6-5cd8-3e167cd6a736-2843ad25, #w-node-caf72846-ef9e-e517-960c-f1dbc170a59c-2843ad25, #w-node-_65c4c3cb-5f08-70a7-c80d-7ac84c81bb8f-31891c6a, #w-node-ec9029ec-146c-2d6c-5cf6-e14dd9b6fe97-31891c6a, #w-node-ea7c7fd8-996a-f5f1-ebcd-4a0ba428ae33-31891c6a, #w-node-_6f40195b-dddb-4527-608d-9d4a18b270c3-31891c6a, #w-node-_803ce9cd-95d5-7de6-5cd8-3e167cd6a736-31891c6a, #w-node-caf72846-ef9e-e517-960c-f1dbc170a59c-31891c6a, #w-node-_65c4c3cb-5f08-70a7-c80d-7ac84c81bb8f-119513f6, #w-node-ec9029ec-146c-2d6c-5cf6-e14dd9b6fe97-119513f6, #w-node-ea7c7fd8-996a-f5f1-ebcd-4a0ba428ae33-119513f6, #w-node-_6f40195b-dddb-4527-608d-9d4a18b270c3-119513f6, #w-node-_803ce9cd-95d5-7de6-5cd8-3e167cd6a736-119513f6, #w-node-caf72846-ef9e-e517-960c-f1dbc170a59c-119513f6 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Foglihten';
  src: url('../fonts/FoglihtenRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Euclidcirculara';
  src: url('../fonts/EuclidCircularA-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}