.first-sect {
  background-image: url('../images/bckg3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.first-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.first-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.first-wrap-left {
  max-width: 55%;
}

.first-wrap-right {
  max-width: 45%;
}

.first-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
}

.first-photo {
  width: 400px;
}

.frist-subtitle {
  margin-bottom: 0px;
  padding: 10px 10px 30px;
  font-family: Futura, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
}

.first-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6eec38;
  box-shadow: 0 0 20px -5px #6eec38;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.first-button:hover {
  box-shadow: 0 0 20px 0 #6eec38;
}

.first-header-wrapright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-nav {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.first-namewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-header-wrapcenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.first-nav-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
}

.first-nav-link:hover {
  color: #6eec38;
}

.first-nav-link.w--current {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.first-nav-link.w--current:hover {
  color: #6eec38;
}

.first-header-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-name-img {
  height: 20px;
}

.first-icon {
  height: 15px;
  margin-right: 5px;
}

.first-name {
  margin-bottom: 0px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.2em;
}

.first-contacts {
  margin-bottom: 0px;
  padding: 0px 10px 0px 5px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.link {
  color: #333;
  text-decoration: none;
}

.about-cont {
  padding-top: 100px;
}

.about-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-wrap-left {
  max-width: 45%;
}

.about-wrap-right {
  max-width: 55%;
}

.about-text {
  margin-bottom: 0px;
  padding: 10px 10px 10px 50px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.services-sect {
  background-color: rgba(0, 0, 0, 0.02);
}

.services-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 60px;
  font-family: Futura, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.services-col-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-col-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 85px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Futura, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
}

.services-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6eec38;
  box-shadow: 0 0 20px -5px #6eec38;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.services-button:hover {
  box-shadow: 0 0 20px 0 #6eec38;
}

.services-col-price {
  margin-bottom: 0px;
  padding: 10px 10px 20px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.pay-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pay-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.pay-subtitle {
  margin-bottom: 0px;
  padding: 10px 10px 30px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.pay-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pay-form-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pay-form-textfield {
  width: 220px;
  height: 60px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.pay-form-textfield:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #6eec38;
  border-radius: 1px;
}

.pay-form-button {
  width: 220px;
  height: 60px;
  background-color: #6eec38;
  box-shadow: 0 0 20px -5px #6eec38;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pay-form-button:hover {
  box-shadow: 0 0 20px 0 #6eec38;
}

.footer-sect {
  background-color: rgba(0, 0, 0, 0.02);
}

.footer-cont {
  display: block;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-name {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-tel {
  padding-bottom: 10px;
}

.footer-tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-icon {
  height: 15px;
  margin-right: 5px;
}

.first-icon-copy {
  height: 15px;
  margin-right: 5px;
}

.footer-contacts {
  margin-bottom: 0px;
  padding: 0px 10px 0px 5px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: right;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dogovor-cont {
  padding-top: 100px;
  padding-bottom: 100px;
}

.dogovor-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  color: #333;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.dogovor-txt {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}

.dogovor-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px 10px;
  font-family: Futura, sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15000;
  display: none;
  padding-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.popup-form-textfield {
  width: 260px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Futura, sans-serif;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.popup-form-textfield:focus {
  border: 1px solid #6eec38;
}

.popup-close {
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.5;
  cursor: pointer;
}

.popup-close:hover {
  opacity: 1;
}

.popup-subtitle {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: Futura, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.popup-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-family: Futura, sans-serif;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.popup-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #e9e6e6;
  text-align: center;
}

.popup-body {
  padding: 10px 20px 0px;
}

.popup-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.popup-form-button {
  width: 260px;
  height: 60px;
  background-color: #6eec38;
  box-shadow: 0 0 20px -5px #6eec38;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Futura, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.popup-form-button:hover {
  box-shadow: 0 0 20px 0 #6eec38;
}

.first-contacts-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
}

.first-contacts-link:hover {
  color: #6eec38;
}

.footer-contacts-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
}

.footer-contacts-link:hover {
  color: #6eec38;
}

.first-button-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 60px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6eec38;
  box-shadow: 0 0 20px -5px #6eec38;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.first-button-mobile:hover {
  box-shadow: 0 0 20px 0 #6eec38;
}

.first-button-wrap {
  display: none;
}

.footer-copyright-name-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-circle {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #38eca6;
}

.header-name {
  margin-bottom: 0px;
  padding: 10px 10px 10px 5px;
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
}

.footer-copyright-circle {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #38eca6;
}

.footer-copyright-name {
  margin-bottom: 0px;
  padding: 10px 10px 10px 5px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
}

.footer-copyright-name-anchor {
  font-weight: 400;
}

.footer-copyright-name-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  text-decoration: none;
}

.footer-copyright-name-link:hover {
  color: #6eec38;
}

.pay-txt-wrap {
  margin-top: 30px;
  padding: 30px;
  background-color: #fafafa;
}

.pay-txt {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  line-height: 1.2em;
  font-weight: 400;
}

.pay-txt-link {
  color: #6eec38;
  text-decoration: none;
}

.pay-txt-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.requisites-cont {
  padding-bottom: 100px;
}

.requisites-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 10px 50px;
  font-family: Futura, sans-serif;
  font-size: 56px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.requisites-text {
  margin-bottom: 0px;
  padding: 10px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

.link-2 {
  color: #6eec38;
  text-decoration: none;
}

.cookies {
  z-index: 15000;
  background-color: #1a1a1a;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookies-text {
  color: #fff;
  margin-bottom: 0;
  padding: 10px;
  font-family: Futura, sans-serif;
  font-size: 10px;
  line-height: 1em;
}

.cookies-text-link {
  color: #fffdfd;
  transition: all .3s;
}

.cookies-text-link:hover {
  color: #6eec38;
}

.cookies-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 25px;
  margin-right: 10px;
  font-family: Futura, sans-serif;
  font-size: 10px;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.cookies-button:hover {
  color: #333;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .first-title {
    font-size: 46px;
  }

  .first-nav {
    padding-right: 5px;
    padding-left: 5px;
  }

  .services-col-img {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .first-wrap {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .first-title {
    font-size: 38px;
  }

  .first-photo {
    margin-left: 10px;
  }

  .first-nav {
    padding-left: 10px;
  }

  .first-name {
    display: none;
  }

  .about-cont {
    padding-top: 50px;
  }

  .about-title {
    font-size: 38px;
  }

  .about-text {
    padding-left: 25px;
  }

  .services-cont {
    padding-top: 50px;
  }

  .services-title {
    padding-bottom: 20px;
    font-size: 38px;
  }

  .pay-cont {
    padding-bottom: 50px;
  }

  .pay-title {
    font-size: 38px;
  }

  .pay-form-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pay-form-textfield {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footer-name {
    display: none;
  }

  .footer-right {
    display: none;
  }

  .footer-tel-wrap {
    text-align: center;
  }

  .footer-contacts {
    text-align: center;
  }

  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .requisites-title {
    font-size: 38px;
  }

  .requisites-text {
    padding-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .first-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .first-wrap-left {
    max-width: 100%;
  }

  .first-wrap-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    padding-top: 40px;
  }

  .first-title {
    text-align: center;
  }

  .frist-subtitle {
    text-align: center;
  }

  .first-button {
    display: none;
  }

  .first-nav {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
  }

  .first-header-wrapcenter {
    width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .first-header-2 {
    padding-top: 10px;
  }

  .first-name-img {
    display: none;
  }

  .about-wrap-left {
    display: none;
  }

  .about-wrap-right {
    max-width: 100%;
  }

  .pay-form-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pay-form-textfield {
    margin-right: 0px;
  }

  .pay-form-button {
    margin-top: 10px;
  }

  .dogovor-title {
    font-size: 28px;
  }

  .dogovor-subtitle {
    font-size: 28px;
  }

  .first-button-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaDemiC.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaLightC.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaMediumC.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}