.navbar {
  padding-right: 140px;
  padding-left: 140px;
  background-color: #ffed4b;
}

.nav-container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.nav-container.arrows {
  display: block;
}

.image {
  margin-top: 30px;
  padding-top: 10px;
}

.flexbox {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left {
  width: 495px;
  margin-right: 60px;
  margin-bottom: 60px;
}

.right {
  display: block;
  -o-object-fit: fill;
  object-fit: fill;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-section {
  padding: 20vh 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e8f2f1));
  background-image: linear-gradient(180deg, #fff, #e8f2f1);
}

.container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom: 2px solid #000;
}

.paragraph {
  margin-bottom: 55px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-align: justify;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #575755;
  font-size: 58px;
  font-weight: 700;
  text-align: left;
}

.footer {
  position: relative;
  padding: 20px 140px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #ffed4b;
}

.footer-container {
  width: auto;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

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

.footer-content {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  margin-right: 10px;
  padding-right: 50px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #000;
}

.footer-copyright-center {
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
}

.footer-light {
  position: relative;
  padding: 80px 30px 40px;
  border-bottom: 1px solid #e4ebf3;
}

.footer-wrapper-two {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.footer-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.footer-link-two {
  margin-top: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -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;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-webkit-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  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;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  -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;
}

.text-block {
  font-family: Mulish, sans-serif;
  color: #000;
  font-weight: 600;
}

.div-block {
  height: 50px;
  margin-top: 144px;
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffed4b;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(80%, #ffed4b), to(#ecf5f4));
  background-image: linear-gradient(270deg, #ffed4b 80%, #ecf5f4);
  color: #000;
  mix-blend-mode: normal;
}

.text-block-2 {
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.image-2 {
  border-radius: 10px;
}

.submit-button {
  margin-left: 10px;
  padding: 15px 35px;
  border-radius: 5px;
  background-color: #5fcceb;
}

.text-field {
  height: 50px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #5fcceb;
  border-radius: 5px;
}

.text-field::-webkit-input-placeholder {
  color: #5fcceb;
}

.text-field:-ms-input-placeholder {
  color: #5fcceb;
}

.text-field::-ms-input-placeholder {
  color: #5fcceb;
}

.text-field::placeholder {
  color: #5fcceb;
}

.text-block-3 {
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.technotony {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 1px 0 2px 1px #3e3b3b;
  text-align: center;
}

.link {
  color: #000;
}

.footer-dark-2 {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -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-content-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.footer-social-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -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;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  background-color: #e4ebf3;
}

.footer-copyright-center-2 {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.text-block-4 {
  padding-top: 4px;
  padding-left: 4px;
}

.text-block-5 {
  padding-top: 4px;
  padding-left: 4px;
}

.text-span {
  font-weight: 400;
}

.advertisement {
  margin-top: 20px;
  border-bottom: 2px solid transparent;
}

.advertisement:hover {
  border-bottom-color: #000;
}

.dropdown-list {
  width: 420px;
  height: 95px;
  background-color: #f2f8f7;
}

.services-text-block {
  padding: 5px;
  font-family: Mulish, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: justify;
}

.text-block-7 {
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}

.services {
  margin-top: 20px;
  border-bottom: 2px solid transparent;
}

.services:hover {
  border-bottom-color: #000;
}

.locations {
  margin-top: 20px;
  border-bottom: 2px solid transparent;
}

.locations:hover {
  border-bottom-color: #000;
}

.contacts {
  margin-top: 20px;
  border-bottom: 2px solid transparent;
}

.contacts:hover {
  border-bottom-color: #000;
}

.nav-menu {
  padding-bottom: 20px;
}

.email {
  padding-top: 20px;
  font-family: Mulish, sans-serif;
  color: #000;
  font-weight: 400;
}

.phone {
  font-family: Mulish, sans-serif;
  color: #000;
  font-weight: 400;
}

.contacts-dropdown-list {
  height: 95px;
  background-color: #f2f8f7;
}

.ads-text-block {
  padding: 5px;
  font-family: Mulish, sans-serif;
  color: #000;
  font-weight: 400;
  text-align: justify;
}

.services-dropdown-list {
  width: 300px;
  height: 95px;
  background-color: #f2f8f7;
}

.locations-dropdown-list {
  width: 300px;
  height: 95px;
  background-color: #f2f8f7;
}

.ads-dropdown {
  padding-left: 0px;
}

.dropdown-toggle {
  padding-left: 10px;
}

.dropdown-toggle-2 {
  padding-left: 10px;
}

.dropdown-toggle-3 {
  padding-left: 10px;
}

.dropdown-toggle-3-copy {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-toggle-2-copy {
  padding-right: 10px;
  padding-left: 10px;
}

.dropdown-toggle-copy {
  padding-right: 10px;
  padding-left: 10px;
}

.ads-dropdown-copy {
  padding-right: 10px;
  padding-left: 10px;
}

.form-wrapper {
  width: 50%;
  margin-top: -50px;
}

.footer-block-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 100px;
    padding-left: 100px;
  }

  .image {
    margin-top: 30px;
    padding-top: 10px;
  }

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

  .left {
    margin-right: 0px;
  }

  .main-section {
    padding: 60px 90px;
  }

  .container {
    max-width: 1160px;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .heading {
    text-align: center;
  }

  .footer-container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-social-block {
    padding-right: 13px;
  }

  .footer-wrapper-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .div-block {
    height: auto;
    margin-top: 90px;
    padding-bottom: 15px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .brand {
    width: 150px;
    padding-right: 0px;
  }

  .nav-menu {
    padding-bottom: 10px;
  }

  .contacts-dropdown-list {
    left: -70px;
    width: 250px;
  }

  .locations-dropdown-list {
    width: 270px;
  }

  .dropdown-toggle-3-copy {
    padding-bottom: 10px;
  }

  .dropdown-toggle-2-copy {
    padding-bottom: 10px;
  }

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

  .ads-dropdown-copy {
    padding-bottom: 10px;
  }

  .form-wrapper {
    position: static;
    width: 60%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .main-section {
    padding: 30px;
  }

  .heading {
    margin-top: 20px;
    font-size: 48px;
  }

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

  .footer-flexbox {
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

  .footer-social-block {
    margin-top: 10px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block {
    height: auto;
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .technotony {
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-dark-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    -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;
  }

  .footer-content-2 {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .brand {
    padding-left: 0px;
  }

  .advertisement {
    border-bottom-style: none;
  }

  .services {
    border-bottom-style: none;
  }

  .locations {
    border-bottom-style: none;
  }

  .contacts {
    border-bottom-style: none;
  }

  .nav-menu {
    background-color: #ffed4b;
  }

  .form-wrapper {
    width: 70%;
    margin-top: 30px;
  }

  .footer-block-copy {
    margin-right: 0px;
    margin-left: 7px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-button {
    background-color: #ffed4b;
  }

  .menu-button.w--open {
    background-color: #ffed4b;
    color: #000;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-bottom: 20px;
  }

  .left {
    width: auto;
    min-width: auto;
    margin-bottom: 40px;
  }

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

  .heading {
    font-size: 38px;
  }

  .footer-container {
    max-width: none;
  }

  .footer-wrapper-two {
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .div-block {
    height: auto;
    padding-bottom: 15px;
  }

  .submit-button {
    margin-top: 10px;
    margin-left: 0px;
  }

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

  .dropdown-list {
    width: auto;
    height: auto;
  }

  .contacts-dropdown-list {
    width: auto;
    height: auto;
  }

  .services-dropdown-list {
    width: auto;
    height: auto;
  }

  .locations-dropdown-list {
    width: auto;
    height: auto;
  }

  .form-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .icon {
    margin-top: 5px;
  }
}

#w-node-bd87401c-31dd-18ae-0692-7ca67e489040-1d478c1e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd87401c-31dd-18ae-0692-7ca67e489037-1d478c1e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd87401c-31dd-18ae-0692-7ca67e48904b-1d478c1e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

