:root {
  --navy: #080d36;
  --white: white;
  --wa: #58be55;
  --light-purp: #6c78d6;
  --light-bg: #f9fafc;
  --purp: #424da2;
  --grey-text: #696871;
  --black: #000;
  --text-black: #2b2c34;
}

.body {
  font-family: Lato, Verdana, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 140%;
}

.grecaptcha-badge {
    visibility: hidden;
}

.container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: var(--navy);
  justify-content: space-between;
  align-items: center;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--white);
  font-weight: 700;
  transition: all .333s;
}

.nav-link:hover {
  color: var(--wa);
}

.nav-link.small {
  font-size: 14px;
  font-weight: 400;
}

.hero-section {
  background-image: linear-gradient(150deg, #080d36, rgba(5, 9, 44, 0)), url('../images/herohd.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 680px;
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
}

.text-span {
  color: var(--light-purp);
}

.phone-big {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all .333s;
}

.phone-big:hover {
  color: var(--wa);
}

.hero-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  transition: all .333s;
  display: flex;
}

.text-white {
  color: var(--light-bg);
  font-weight: 400;
}

.buttons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.button {
  background-color: var(--purp);
  text-align: center;
  border-radius: 5px;
  padding: 12px 50px;
  font-size: 16px;
  transition: all .333s;
}

.button:hover {
  background-color: var(--light-purp);
}

.button.wa {
  background-color: var(--wa);
}

.button.wa:hover {
  background-color: #6fdb6c;
}

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

.section.alf {
  background-color: var(--navy);
  background-image: url('../images/Vector.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-h2 {
  font-size: 40px;
  font-weight: 700;
}

.heading-h2.alt {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  max-width: 1200px;
  display: flex;
}

.vacan {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-bg);
  border-radius: 5px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  font-size: 28px;
  line-height: 30px;
}

.text {
  color: var(--grey-text);
}

.left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.price {
  color: var(--purp);
  font-size: 36px;
  font-weight: 700;
}

.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;
}

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

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

.adv-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-bg);
  border-radius: 5px;
  flex-flow: column;
  padding: 40px 30px;
  display: flex;
}

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

.foot-cont {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.text-foot {
  color: var(--light-bg);
  font-size: 12px;
  font-weight: 400;
}

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

.form-modal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.bold-text {
  font-family: Lato, Verdana, sans-serif;
}

.text-field {
  color: #fff;
  background-color: #343746;
  border: 1px #000;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
}

.button-2 {
  text-transform: uppercase;
  background-color: #e61c46;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  max-width: 300px;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  transition: all .5s;
  display: flex;
}

.button-2:hover {
  background-color: #bb1436;
}

.politicy {
  color: #7a7a7a;
  text-align: right;
  font-size: 12px;
  line-height: 140%;
}

.politicy.center {
  color: var(--grey-text);
  text-align: center;
}

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

.h2-backcall.black {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
}

.form-block {
  margin-bottom: 0;
}

.modal_window {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--black);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 370px;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

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

.message {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  transition: all .4s;
}

.message:hover {
  color: #fac343;
}

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

.banner {
  background-color: #f4c243;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.banner-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.banner-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.vacans-name {
  font-size: 26px;
  font-weight: 700;
}

.vacans-price {
  color: #cf3832;
  font-size: 26px;
  font-weight: 700;
}

.text-span-2 {
  color: #696871;
  padding-right: 10px;
  text-decoration: line-through;
}

.vacans-time {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vacan {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .price {
    font-size: 32px;
  }

  .modal_wrapper {
    display: none;
  }

  .form-modal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-field {
    padding-left: 20px;
  }

  .button-2 {
    flex-direction: row;
    min-width: 200px;
    font-size: 14px;
  }

  .politicy {
    text-align: left;
  }

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

  .menu-button {
    color: var(--white);
    font-size: 30px;
  }

  .icon {
    font-size: 40px;
  }

  .ico {
    width: 70px;
    height: 70px;
  }

  .banner-content {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h1 {
    font-size: 50px;
  }

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

  .vacan {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .right {
    justify-content: space-around;
    align-self: stretch;
    align-items: flex-end;
  }

  .adv {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer {
    flex-flow: row;
  }

  .foot-cont {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .form-modal {
    grid-template-columns: 1fr 1fr;
  }

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

  .politicy {
    line-height: 130%;
  }

  .menu-button.w--open, .nav-menu {
    background-color: var(--navy);
  }

  .banner-content {
    flex-flow: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 10px;
    padding-right: 0;
  }

  .heading-h1 {
    font-size: 45px;
  }

  .phone-big {
    font-size: 32px;
  }

  .buttons {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .button {
    text-align: center;
  }

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

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

  .right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
  }

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

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

  .bold-text {
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
  }

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

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

  .modal_window {
    width: 96%;
    padding: 20px;
  }

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

  .message {
    display: none;
  }

  .vacans-name, .vacans-price, .vacans-time {
    font-size: 22px;
  }
}

#w-node-_46f8440e-4f86-b450-fafc-0f1000382946-f8f97b3a, #w-node-_5a9f832c-e567-8efb-7dc5-d25eed87925c-f8f97b3a, #w-node-fd72b03c-ce06-8e0c-f827-b6f8c8884eb8-f8f97b3a, #w-node-_69f8c26b-ccfd-8f0b-1860-0a1eb213a888-f8f97b3a, #w-node-edcb7179-609b-630c-d8c2-9b182f6eb539-f8f97b3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}