:root {
  --blue: #18a6fa;
  --gray: #e5e5e5;
  --black: #151515;
  --active-blue: #188efa;
  --white: white;
  --light-black: #1f1f1f;
  --transp: rgba(255, 255, 255, 0);
}

.body {
  background-color: #151515;
  font-family: Mulish, sans-serif;
  font-weight: 300;
}

.html-embed-2 {
  height: 40px;
  color: rgba(86, 209, 98, 0);
  transition: all .5s;
}

.html-embed-2:hover {
  color: #5abf4c;
}

.html-embed-2.blue:hover {
  color: #40b3e0;
}

.social-button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button {
  z-index: 3;
  width: 100%;
  height: 56px;
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #18a6fa;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button:hover {
  color: #fff;
  background-color: #188efa;
  border-color: #660ea1;
}

.header-phone {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar {
  max-width: 1180px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header {
  z-index: 99;
  color: rgba(51, 51, 51, 0);
  background-color: rgba(11, 11, 11, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-phone {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .555s;
}

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

.logo {
  cursor: pointer;
  flex: 0 auto;
}

.brand {
  cursor: pointer;
  flex-direction: row;
  flex: 0 auto;
  display: flex;
}

.whatsapp {
  height: 30px;
  flex: 0 auto;
}

.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.hero-div {
  width: 100%;
  height: 750px;
  max-width: 1180px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}

.paragraph {
  direction: ltr;
  color: var(--gray);
  padding-right: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.hero-text-block {
  max-width: 700px;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.content {
  max-width: 1180px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 60px 20px;
  display: flex;
}

.first-block {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.image {
  border-radius: 15px;
}

.heading-h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 900;
  line-height: 120%;
}

.text-price {
  color: #e5e5e5;
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
}

.footer {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.cotnact_text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.adress {
  direction: ltr;
  color: #ddd;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.phone {
  direction: ltr;
  color: #fff;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.contact {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  align-items: baseline;
  display: flex;
}

.map {
  width: 100%;
  height: 450px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  max-height: 370px;
  display: block;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.html-embed-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.color_map {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-map {
  z-index: 3;
  height: 46px;
  max-width: 300px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  background-color: #9d15f7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  transition: all .555s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button-map:hover {
  color: #fff;
  background-color: #660ea1;
  border-color: #660ea1;
}

.email {
  direction: ltr;
  color: var(--gray);
  text-align: right;
  align-self: flex-end;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all .333s;
}

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

.content-footer {
  max-width: 1180px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding: 80px 20px 30px;
  display: flex;
}

.copyrights {
  direction: ltr;
  color: #ddd;
  padding-right: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.nav-menu {
  color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  transition: all .555s;
}

.nav-link:hover, .nav-link:active {
  color: var(--blue);
}

.nav-link.w--current {
  color: var(--active-blue);
}

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

.header-cont {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #1c1c1c;
  border-radius: 15px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 7px 30px 8px;
  font-weight: 400;
  display: flex;
}

.button-blik {
  height: 56px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.button-blik._404 {
  max-width: 300px;
}

.blik {
  opacity: .6;
  display: block;
  position: absolute;
}

.text-image {
  display: flex;
}

.hero-service {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.content-service {
  max-width: 1180px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  flex: 1;
  align-items: center;
  padding: 80px 20px;
  display: flex;
}

.h1-service-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

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

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

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

.h2head {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 120%;
}

.h3head {
  color: #18a7fa;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.h4head {
  color: #e5e5e5;
  text-transform: none;
  margin-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.image-3 {
  max-width: 500px;
  margin-top: 40px;
}

.uslygi {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.uslyga {
  height: 265px;
  background-color: #1f1f1f;
  background-image: url('../images/uslyga06.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 210px;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 30px 30px;
  display: flex;
}

.uslyga.u2 {
  background-image: url('../images/uslyga04.webp');
}

.uslyga.u3 {
  background-image: url('../images/uslyga02.webp');
}

.uslyga.u4 {
  background-image: url('../images/uslyga202.webp');
}

.uslyga.u5 {
  background-image: url('../images/uslyga201.webp');
}

.uslyga.u6 {
  background-image: url('../images/uslyga01.webp');
}

.headinguslyg {
  color: #fff;
  font-weight: 400;
  line-height: 130%;
}

.tarif {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #1f1f1f;
  background-image: linear-gradient(rgba(31, 31, 31, .5) 21%, #1f1f1f 46%), url('../images/kv.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 200px 10% 40px;
  display: flex;
}

.tarif.tr2 {
  background-image: linear-gradient(rgba(31, 31, 31, .5) 22%, #1f1f1f 46%), url('../images/dom.webp');
}

.tarif.tr3 {
  background-image: linear-gradient(rgba(31, 31, 31, .5) 22%, #1f1f1f 46%), url('../images/biz.webp');
}

.heading-tarif {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.text-ot {
  color: #18a6fa;
  justify-content: center;
  align-self: auto;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.price-text-ot {
  min-width: 140px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.text-price-bl {
  color: #18a6fa;
  font-size: 29px;
  font-weight: 400;
}

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

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

.div-time {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  align-items: center;
  margin-bottom: 30px;
  font-weight: 400;
  display: flex;
  position: static;
}

.gridnumbers {
  width: 80px;
  height: 70px;
  background-color: var(--light-black);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.days {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

.count {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.count-text {
  color: var(--gray);
  text-align: center;
  font-size: 16px;
}

.hour, .minuts, .sec {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
}

.count-desc {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logos {
  min-height: 100px;
  background-color: var(--light-black);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-block {
  height: 420px;
  background-color: var(--light-black);
  color: var(--light-black);
  background-image: url('../images/callgirl.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 440px 420px;
  border-radius: 15px;
  padding: 40px 60px;
  display: flex;
}

.heading-call {
  max-width: 400px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.call-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.form {
  width: 520px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.politica {
  opacity: .5;
  color: var(--gray);
  line-height: 130%;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--light-black) var(--light-black) var(--white);
  background-color: var(--light-black);
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--transp) var(--transp) var(--white);
  background-color: var(--transp);
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.content-foot {
  max-width: 1180px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
}

.footer-cont {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.app-block {
  height: 380px;
  background-color: var(--light-black);
  color: var(--light-black);
  border-radius: 15px;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.app-icons {
  z-index: 1;
  width: 600px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.text-block {
  color: var(--white);
  font-size: 18px;
  line-height: 130%;
}

.icons-text {
  width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.image-4 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 1%;
}

.html-embed-4 {
  color: #151515;
  transition: all .333s;
}

.html-embed-4:hover {
  color: #fff;
}

.modal_window {
  width: 450px;
  background-color: var(--light-black);
  color: var(--light-black);
  border-radius: 15px;
  padding: 40px;
  position: -webkit-sticky;
  position: sticky;
}

.modal-close-button {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-image: url('../images/close-burg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.modal_wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h2-backcall {
  color: #fcfdfe;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.h2-backcall.black {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Mulish, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 130%;
}

.form-popup {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-alt {
  max-width: 1180px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 60px 20px;
  display: flex;
}

.tariffs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-timer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.section-about {
  justify-content: center;
  align-items: center;
  display: none;
}

.copyright {
  direction: ltr;
  color: var(--gray);
  margin-bottom: 0;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.section-thanksyou {
  justify-content: center;
  align-items: center;
  padding-top: 117px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .html-embed-2:hover {
    color: #00e8ad;
  }

  .header-phone {
    flex-direction: column;
  }

  .navbar {
    max-width: 100%;
  }

  .hero {
    margin-top: 140px;
  }

  .hero-div {
    height: auto;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: hidden;
  }

  .heading {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .hero-text-block {
    z-index: 2;
    max-width: 1180px;
    position: relative;
  }

  .content {
    max-width: 1140px;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .first-block {
    width: 100%;
    flex-direction: column;
    flex: 1;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    flex: 1;
    align-self: stretch;
    display: none;
  }

  .heading-h1 {
    width: 400px;
    font-size: 60px;
  }

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

  .nav-menu {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-text-stroke-color: transparent;
    background-color: rgba(11, 11, 11, .98);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link {
    text-align: center;
    -webkit-text-stroke-color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
    display: block;
  }

  .icon-2 {
    display: none;
  }

  .menu-button {
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/burger.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/close-burg.svg');
  }

  .content-service {
    max-width: 1140px;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .h2head {
    max-width: 500px;
    font-size: 45px;
  }

  .h3head {
    font-size: 28px;
  }

  .h4head {
    font-size: 20px;
  }

  .image-3 {
    z-index: 0;
    max-width: 400px;
    align-self: flex-end;
    position: absolute;
    top: 100px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

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

  .headinguslyg {
    font-size: 20px;
  }

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

  .logos {
    padding-left: 40px;
    padding-right: 40px;
  }

  .call-block {
    background-position: 400px 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-foot {
    max-width: 1140px;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .footer-cont {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .app-block {
    height: auto;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    padding-left: 40px;
    padding-right: 40px;
  }

  .app-icons {
    width: auto;
    grid-template-columns: 1fr;
  }

  .text-block {
    line-height: 140%;
  }

  .icons-text {
    width: 300px;
  }

  .image-4 {
    right: 0;
  }

  .h2-backcall {
    font-size: 24px;
  }

  .content-alt {
    width: 880px;
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

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

@media screen and (max-width: 767px) {
  .social-button-2 {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .button {
    height: 56px;
    max-width: none;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 16px;
  }

  .header-phone {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .link-phone {
    font-size: 3.5vw;
  }

  .logo {
    width: 120px;
    flex: 0 auto;
    margin-right: 9px;
  }

  .brand {
    padding-left: 0;
  }

  .hero-text-block {
    flex: 0 auto;
  }

  .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-h1 {
    font-size: 9vw;
  }

  .text-price {
    font-size: 17px;
  }

  .image-2 {
    display: none;
  }

  .button-map {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .button-blik {
    max-width: none;
  }

  .menu-button.w--open {
    background-image: url('../images/close-burg.svg');
  }

  .h2head {
    font-size: 6.5vw;
  }

  .h3head {
    font-size: 4vw;
  }

  .h4head {
    font-size: 3vw;
  }

  .image-3 {
    opacity: .4;
    display: block;
  }

  .headinguslyg {
    font-size: 17px;
  }

  .tarif {
    background-image: linear-gradient(rgba(31, 31, 31, .5), #1f1f1f 35%), url('../images/Tariff03.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    padding-top: 50%;
  }

  .heading-tarif {
    font-size: 22px;
  }

  .text-ot {
    justify-content: flex-start;
    font-size: 14px;
  }

  .price-text-ot {
    min-width: 110px;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: baseline;
  }

  .text-price-bl {
    font-size: 26px;
  }

  .prices {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: baseline;
    padding-left: 0;
  }

  .div-time {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

  .gridnumbers {
    width: 70px;
    height: 60px;
  }

  .count-desc {
    padding-left: 10px;
    padding-right: 0;
  }

  .logos {
    min-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .call-block {
    height: auto;
  }

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

  .call-text {
    width: 100%;
  }

  .form {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .app-block {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
  }

  .image-4 {
    left: 55%;
  }

  .content-alt {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .form-block {
    max-width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .social-button-2 {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .button {
    display: flex;
  }

  .header-phone {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-phone {
    margin-left: 0;
    padding-left: 0;
    font-size: 17px;
  }

  .logo {
    width: 100px;
  }

  .brand {
    padding-left: 0;
  }

  .hero {
    margin-top: 100px;
  }

  .hero-div {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .heading {
    font-size: 10vw;
  }

  .paragraph {
    font-size: 16px;
  }

  .hero-text-block {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-h1 {
    margin-top: 0;
    font-size: 9.5vw;
  }

  .text-price {
    font-size: 20px;
  }

  .button-map {
    max-width: 500px;
    justify-content: space-around;
    padding-left: 27px;
    padding-right: 27px;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .email {
    font-size: 14px;
  }

  .icon-2 {
    color: var(--blue);
    font-size: 30px;
  }

  .phone-icon {
    display: none;
  }

  .header-cont {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-blik {
    align-self: stretch;
  }

  .content-service {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h2head {
    margin-bottom: 0;
    line-height: 130%;
  }

  .h3head {
    font-size: 22px;
  }

  .h4head {
    font-size: 20px;
  }

  .image-3 {
    opacity: .3;
    top: 60px;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .uslygi {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .uslyga {
    height: 200px;
    background-size: auto 160px;
  }

  .tarif {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .text-ot {
    font-size: 18px;
  }

  .price-text-ot {
    min-width: auto;
  }

  .text-price-bl {
    font-size: 24px;
  }

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

  .div-time {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .gridnumbers {
    width: 60px;
    height: 55px;
  }

  .days, .hour, .minuts, .sec {
    font-size: 25px;
  }

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

  .logos {
    min-height: 60px;
    padding: 15px;
  }

  .call-block {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 30px 20px;
  }

  .content-foot {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .app-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    font-size: 18px;
  }

  .icons-text {
    width: 100%;
  }

  .image-4 {
    opacity: .2;
    left: 21%;
  }

  .modal_window {
    padding: 24px;
  }

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

  .h2-backcall {
    font-size: 20px;
  }

  .content-alt {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .div-timer {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

#w-node-_334194fc-92e9-6ea0-5f4d-1c8b3dcc2e12-073ca9cd, #w-node-_7ef50dbf-366c-4c11-55b3-67ecdebd246a-073ca9cd, #w-node-_7646ade6-8212-5602-fbc3-0d4f55444417-073ca9cd, #w-node-e456002f-3912-eae0-8781-4d15f4895f5f-073ca9cd, #w-node-a9984616-a530-234f-0066-e2589ff86f29-073ca9cd, #w-node-a1972a52-0832-94c5-1777-72a2e3b864fb-073ca9cd, #w-node-_03fc0778-93e5-b582-e33e-4981001e3c7b-073ca9cd, #w-node-c90613ee-2017-3c7f-fb79-1768a758bf13-073ca9cd, #w-node-_44ccaf07-8133-c830-655a-109dec2a743b-073ca9cd, #w-node-_644c74e8-8d99-34cf-eb6d-3d7a9ded66e6-073ca9cd, #w-node-d2931b36-7641-4e5b-372a-1e7f4076fbc7-073ca9cd, #w-node-_908c353b-6a6b-93d5-e72c-effcccbcfd6e-073ca9cd, #w-node-_0f9d8600-35d8-bec9-c8ab-b69125c8f260-073ca9cd, #w-node-dec9cf05-ddde-1ffb-40af-74fd26b29cdd-073ca9cd, #w-node-_68bfe9d6-3e00-7af7-fd49-0ccf315981fc-073ca9cd, #w-node-dc42bcd5-897c-ac8c-7688-6a863fa2f913-073ca9cd, #w-node-_7cd2ef04-9096-ea94-c507-21f65b4d071c-073ca9cd, #w-node-b09f2561-ee0f-0d7a-4b54-7a9cbef84c7a-073ca9cd, #w-node-_801306fe-5aa1-0e23-3ec2-3fe91ec0a446-073ca9cd, #w-node-_20f4971f-92bb-b1e7-47cb-db452867e421-073ca9cd, #w-node-_706f8404-edaf-4ade-4305-3c8a3fa9e825-073ca9cd, #w-node-_0c3b76d2-1a9e-70ee-607b-406a42d7b2fd-073ca9cd, #w-node-a3015f0b-1f86-f32a-b32e-d06aa74cbe8b-073ca9cd, #w-node-_4b2a03b8-0509-9754-b3af-c4dc3cf9ef6b-073ca9cd, #w-node-_3efddb12-3cdd-7b16-4ecd-25b35f4a268a-073ca9cd, #w-node-a09053e4-e4fe-167e-dd57-012978996a5c-073ca9cd, #w-node-a09053e4-e4fe-167e-dd57-012978996a5e-073ca9cd, #w-node-a09053e4-e4fe-167e-dd57-012978996a60-073ca9cd, #w-node-a09053e4-e4fe-167e-dd57-012978996a62-073ca9cd, #w-node-a09053e4-e4fe-167e-dd57-012978996a64-073ca9cd, #w-node-a09053e4-e4fe-167e-dd57-012978996a66-073ca9cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1164780b-6a9f-f0d1-9b14-bb9b83e9895f-073ca9cd {
  justify-self: stretch;
}

#w-node-f3baa2b9-1388-9e92-32b9-ab3cfdd5cf8a-073ca9cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb84b28f-1620-f543-534c-08f9a2cc71a5-073ca9cd {
  justify-self: stretch;
}

#w-node-fb84b28f-1620-f543-534c-08f9a2cc71a8-073ca9cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


