:root {
  --gray: #546681;
  --orange: #ec6b15;
  --black: #2e3642;
  --yellow: #ffb607;
  --white: white;
  --black-2: black;
}

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

.body {
  font-family: Evolventa, sans-serif;
}

.header {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('../images/bg_header.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.header._1-service {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('../images/2.jpg');
  min-height: 60vh;
}

.header._2-service {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('../images/3.jpg');
  min-height: 60vh;
}

.header._3-service {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('../images/4.jpg');
  min-height: 60vh;
}

.header._4-service {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('../images/5.jpg');
  min-height: 60vh;
}

.header._5-service {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('../images/6.jpg');
  min-height: 60vh;
}

.header._6-service {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .5)), url('../images/7.jpg');
  min-height: 60vh;
}

.aboutus {
  padding-top: 120px;
  padding-bottom: 120px;
}

.services {
  background-image: url('../images/assets-bottom-right.svg'), url('../images/bg-r-2.svg'), linear-gradient(#0a1b2b, #0a1b2b);
  background-position: 100% 100%, 0%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 500px, contain, auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.our-services {
  background-image: url('../images/bg-r.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contacts {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer {
  border-top: 1px solid var(--gray);
  color: #fff;
  background-color: #0a1b2b;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container {
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.h1-header-text {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 65px;
  line-height: 75px;
}

.navbar-no-shadow {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-menu {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-menu:hover {
  border-bottom: 1px solid var(--orange);
  color: rgba(255, 255, 255, .75);
}

.nav-link-menu:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-menu[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.header-text-block {
  flex-direction: column;
  align-items: center;
  width: 70%;
}

.header-block {
  margin-top: auto;
  margin-bottom: auto;
}

.navbar {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block {
  color: #fff;
}

.btn-medium {
  background-color: var(--orange);
  color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.btn-medium.mr-20 {
  background-color: var(--orange);
  color: #fff;
  margin-right: 20px;
}

.btn-medium._100 {
  width: 100%;
}

.btn-medium.border {
  border: 2px solid var(--orange);
  background-color: rgba(255, 255, 255, 0);
}

.p-header-text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

.btn-medium-trans {
  border: 1px solid var(--yellow);
  color: #fff;
  background-color: rgba(255, 223, 0, 0);
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.abouus-blocks {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-block {
  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;
}

.works-blocks {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: grid;
}

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

.aboutus-img-block {
  border-style: solid dashed dashed solid;
  border-width: 1px;
  border-color: var(--yellow);
  align-items: flex-start;
  display: flex;
  position: relative;
}

.aboutus-img {
  object-fit: cover;
  width: 100%;
  height: 450px;
  position: relative;
  bottom: -30px;
  left: 30px;
}

.aboutus-text-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-aboutus-text {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 55px;
}

.p-aboutus-text {
  color: var(--gray);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.service-block {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.service-img {
  object-fit: cover;
  height: 250px;
}

.h3-service-name {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.p-description-service {
  color: var(--gray);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
}

.btn-service {
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.arrow-img-btn {
  width: 20px;
}

.btn-service-block {
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.service-text-block {
  margin: 40px 30px;
}

.title-section-block {
  color: #fff;
  width: 60%;
  margin-bottom: 60px;
}

.text-title-block {
  color: var(--yellow);
  margin-bottom: 30px;
  font-size: 18px;
}

.h2-title-section-text {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.p-title-section-text {
  color: var(--gray);
  font-size: 18px;
  line-height: 28px;
}

.p-title-section-text.black {
  color: var(--black);
}

.about-img-one {
  width: 300px;
  position: absolute;
  top: auto;
  bottom: -30px;
  left: 30px;
  right: auto;
}

.h2-title-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 55px;
}

.h2-title-text.white {
  color: #fff;
}

.div-block-7 {
  color: #fff;
  margin-bottom: 60px;
}

.contact-text {
  font-size: 30px;
  line-height: 35px;
}

.contact-work {
  color: var(--black);
  margin-top: 20px;
  font-size: 25px;
  line-height: 30px;
}

.contact-block {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.contact-img {
  background-color: var(--yellow);
  border-radius: 10px;
  width: 40px;
  margin-right: 20px;
  padding: 10px;
}

.contacts-work-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.input-contacts {
  border: 1px solid var(--orange);
  color: var(--gray);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  height: 50px;
  font-size: 16px;
}

.input-contacts::placeholder {
  color: var(--gray);
}

.textarea-contacts {
  border: 1px solid var(--orange);
  color: var(--gray);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  min-height: 100px;
  font-size: 16px;
}

.textarea-contacts::placeholder {
  color: var(--gray);
}

.footer-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

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

.img-logo {
  width: 250px;
  display: block;
}

.text-logo {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

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

.lightbox-work-img {
  object-fit: cover;
  height: 250px;
}

.btn-works-block {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.head-navbar {
  background-color: var(--black);
}

.contact-linka {
  color: var(--black);
  font-size: 25px;
  text-decoration: none;
}

.video-block {
  height: 500px;
}

.video-work {
  height: 100%;
}

.plus-vertical {
  background-color: #fac703;
  width: 32px;
  height: 2px;
  transform: rotate(90deg);
}

.plus-vertical.close-modal {
  background-color: rgba(250, 199, 3, .6);
}

.plus-vertical.close-modal.ds-close {
  background-color: var(--orange);
}

.p-text-request-form {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}

.request-form-block-contacts {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.h2-header-text-request {
  margin-top: 0;
}

.input-contacts-2 {
  background-color: #fcfdfd;
  border: 1px solid #000;
  border-radius: 8px;
  height: 50px;
  margin-bottom: 15px;
  font-size: 16px;
}

.input-contacts-2::placeholder {
  color: #606060;
}

.request-forms {
  color: #202020;
  text-align: left;
  background-color: #fff;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.close {
  z-index: 9999;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
  transform: rotate(45deg);
}

.plus-horizontal {
  background-color: #fac703;
  width: 32px;
  height: 2px;
  transform: translate(0, 2px);
}

.plus-horizontal.close-modal {
  background-color: rgba(250, 199, 3, .6);
}

.plus-horizontal.close-modal.ds-close {
  background-color: var(--orange);
}

.btn-medium-2 {
  color: #fff;
  background-color: #4799e0;
  border-radius: 8px;
  padding: 20px 60px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.btn-medium-2._100 {
  background-color: #de2121;
  width: 100%;
  font-weight: 700;
  transition: all .25s;
}

.btn-medium-2._100:hover {
  background-color: #c72222;
}

.text-title-block-2 {
  color: var(--orange);
  margin-bottom: 30px;
  font-size: 18px;
}

.h2-title-text-2 {
  color: #2e3642;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 55px;
}

.h2-title-text-2.white {
  color: var(--black-2);
}

.input-contacts-3 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffb607;
  border-radius: 10px;
  height: 50px;
  font-size: 16px;
}

.input-contacts-3::placeholder {
  color: #fff;
}

.textarea-contacts-2 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffb607;
  border-radius: 10px;
  min-height: 100px;
  font-size: 16px;
}

.textarea-contacts-2::placeholder {
  color: #fff;
}

.contact-img-2 {
  background-color: #fed803;
  border-radius: 10px;
  width: 40px;
  margin-right: 20px;
  padding: 10px;
}

.btn-medium-3 {
  background-color: var(--orange);
  color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
}

.p-title-section-text-2 {
  color: var(--gray);
  font-size: 18px;
  line-height: 28px;
}

.maps {
  margin-top: 60px;
}

.text-input-service {
  border: 1px solid rgba(28, 26, 23, .2);
  border-radius: 6px;
  height: 55px;
  font-size: 16px;
}

.text-input-service:focus {
  border-color: #70b545;
}

.text-input-service:focus-visible {
  border-color: #70b545;
}

.text-input-service[data-wf-focus-visible] {
  border-color: #70b545;
}

.service-info-block {
  width: 60%;
}

.service-block-img {
  flex-direction: row;
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.service-blocks {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-form-desc {
  color: rgba(28, 26, 23, .6);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
}

.text-form-service {
  width: 70%;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.service-image {
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.text-input-contact {
  border: 1px solid rgba(28, 26, 23, .2);
  border-radius: 6px;
  height: 55px;
  font-size: 16px;
}

.text-input-contact:focus {
  border-color: #70b545;
}

.text-input-contact:focus-visible {
  border-color: #70b545;
}

.text-input-contact[data-wf-focus-visible] {
  border-color: #70b545;
}

.service-info-text {
  color: rgba(28, 26, 23, .7);
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.about-service {
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-form {
  flex-direction: column;
  width: 30%;
  height: auto;
}

.textarea-service {
  border: 1px solid rgba(28, 26, 23, .2);
  border-radius: 6px;
  min-height: 150px;
  font-size: 16px;
}

.textarea-service:focus {
  border-color: #70b545;
}

.textarea-service:focus-visible {
  border-color: #70b545;
}

.textarea-service[data-wf-focus-visible] {
  border-color: #70b545;
}

.form-service-block {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.submit-btn-service {
  color: #fff;
  background-color: #70b545;
  border-radius: 6px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  transition: all .35s;
}

.submit-btn-service:hover {
  background-color: rgba(112, 181, 69, .7);
}

.container-2 {
  z-index: 999;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.text-about-service {
  color: rgba(28, 26, 23, .7);
  font-size: 18px;
  line-height: 28px;
}

.one-text {
  background-color: var(--orange);
  color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: inline-block;
}

.p-header-text-two {
  color: #cacaca;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  .header, .aboutus, .services, .our-services, .contacts, .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .nav-link-menu {
    color: var(--black);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-btn {
    padding: 12px;
  }

  .menu-btn.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .header-text-block {
    width: 90%;
  }

  .list-item-menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-service {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .aboutus, .services, .our-services, .contacts {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h1-header-text {
    font-size: 50px;
    line-height: 60px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .header-text-block {
    width: 100%;
  }

  .abouus-blocks {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .services-block {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .works-blocks {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contacts-blocks {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .aboutus-img {
    bottom: -20px;
    left: 20px;
  }

  .title-section-block {
    width: 100%;
  }

  .footer-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .policy-block {
    justify-content: center;
  }

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

  .request-forms {
    width: 450px;
  }

  .service-info-block {
    width: 100%;
    margin-bottom: 40px;
  }

  .service-blocks {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .service-form {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h1-header-text {
    font-size: 40px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .btn-medium.mr-20 {
    margin-bottom: 10px;
  }

  .p-header-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .aboutus-img {
    height: 300px;
  }

  .h2-aboutus-text {
    font-size: 40px;
  }

  .p-aboutus-text, .text-title-block {
    font-size: 16px;
    line-height: 26px;
  }

  .h2-title-section-text {
    font-size: 40px;
  }

  .p-title-section-text {
    font-size: 16px;
    line-height: 26px;
  }

  .h2-title-text {
    font-size: 40px;
  }

  .contact-text {
    font-size: 25px;
  }

  .head-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-linka {
    font-size: 22px;
  }

  .h2-header-text-request {
    font-size: 25px;
    line-height: 35px;
  }

  .request-forms {
    width: 90%;
    padding: 60px 20px 20px;
  }

  .btn-medium-2._100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-title-block-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .h2-title-text-2 {
    font-size: 40px;
  }

  .p-title-section-text-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .service-block-img {
    height: 250px;
  }

  .p-header-text-two {
    font-size: 16px;
    line-height: 26px;
  }
}

#w-node-_7184fc3a-399d-2975-8f69-ff1b1dc514ad-b68f1659, #w-node-_641289e2-a04a-8c55-4355-774addea3ab1-b68f1659, #w-node-d4b45021-b10b-0804-fe2a-eb9cb2be6242-b68f1659, #w-node-_03ef93cd-8aea-8230-eec0-1ddc7d2f8441-b68f165a, #w-node-_03ef93cd-8aea-8230-eec0-1ddc7d2f8444-b68f165a, #w-node-_03ef93cd-8aea-8230-eec0-1ddc7d2f8441-5f0ecad4, #w-node-_03ef93cd-8aea-8230-eec0-1ddc7d2f8444-5f0ecad4, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010ef-9cc99839, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010f2-9cc99839, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010ef-9e28d69f, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010f2-9e28d69f, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010ef-9e29f2af, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010f2-9e29f2af, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010ef-f0f69a4a, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010f2-f0f69a4a, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010ef-20925dcf, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010f2-20925dcf, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010ef-20929e80, #w-node-a8f42f8a-bf14-78b6-c45c-f3f577c010f2-20929e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Evolventa';
  src: url('../fonts/Evolventa-BoldOblique-BF63c0b29a43bfb.ttf') format('truetype'), url('../fonts/Evolventa-BoldOblique-BF63c0b29a02609.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Evolventa';
  src: url('../fonts/Evolventa-Bold-BF63c0b29a3afd5.ttf') format('truetype'), url('../fonts/Evolventa-Bold-BF63c0b29a0a013.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Evolventa';
  src: url('../fonts/Evolventa-Regular-BF63c0b29a31dbb.ttf') format('truetype'), url('../fonts/Evolventa-Regular-BF63c0b299b11fc.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Evolventa';
  src: url('../fonts/Evolventa-Oblique-BF63c0b29804462.ttf') format('truetype'), url('../fonts/Evolventa-Oblique-BF63c0b29a0547a.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}