.header-wrapper {
  width: 100%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.34))), url('../images/main-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.34)), url('../images/main-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 2%;
  -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;
}

.logo {
  max-width: 100%;
  margin-top: 5%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0%;
  text-align: center;
}

.image {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.phone {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 0px 45px 5px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-right-radius: 20px;
  background-color: #ffc827;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.phone:hover {
  box-shadow: 4px 4px 47px -8px rgba(255, 200, 39, 0.31);
}

.nav-link {
  padding-right: 40px;
  padding-left: 40px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 1rem;
}

.body {
  font-size: 16px;
}

.language-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-top: 0px;
  margin-left: 90px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.language-switch:hover {
  box-shadow: 1px 1px 15px -3px hsla(0, 0%, 100%, 0.52);
}

.image-2 {
  display: block;
  padding: 10px 16px;
}

.image-2.ukr {
  display: none;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
}

.navbar {
  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: 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: transparent;
}

.nav-menu {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 30px 0px;
  -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;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: #ffc827;
}

.nav-link.english {
  display: none;
}

.navbar-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.phones.footer {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-family: Gilroy, sans-serif;
  color: #fff;
}

.text-block-2 {
  font-family: Gilroy, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.image-3 {
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 0px;
}

.text-block-3 {
  font-family: Gilroy, sans-serif;
  font-size: 0.9rem;
  line-height: 2rem;
  font-weight: 300;
}

.header-main-text {
  margin-top: 40px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-main-text.eng {
  width: 60%;
}

.button {
  margin-top: 30px;
  padding: 20px 100px;
  border-radius: 200px;
  background-color: #ffc827;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-family: Gilroy, sans-serif;
  color: #22252e;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: none;
}

.button:hover {
  box-shadow: 1px 1px 16px -1px rgba(255, 200, 39, 0.56);
}

.button.about {
  width: auto;
  max-width: 400px;
  margin-top: 25px;
  text-align: center;
}

.button.contact {
  width: 100%;
  text-align: center;
}

.specialization-wrapper {
  width: 90%;
  max-width: 1260px;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
}

.specialization-flex-container {
  display: none;
}

.specialization-flex-item-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 720px;
  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-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;
}

.specialization-flex-item-img-wrapper {
  overflow: hidden;
  width: 96%;
  border-radius: 20px;
}

.image-4 {
  width: 100%;
  border-radius: 20px;
}

.service-wrapper {
  position: absolute;
  top: 320px;
  z-index: 20;
  width: 86%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 3px -1px 20px 12px rgba(0, 0, 0, 0.06), 15px 15px 0 -2px #ffc827;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.service-wrapper:hover {
  box-shadow: 3px -1px 20px 12px rgba(0, 0, 0, 0.06);
}

.heading {
  font-family: Gilroy, sans-serif;
  color: #1e212e;
  font-size: 1.8rem;
  line-height: 140%;
  text-transform: uppercase;
}

.paragraph {
  font-family: Gilroy, sans-serif;
  color: #1e212e;
  font-size: 1rem;
  line-height: 160%;
}

.services-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 70px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h1-heading {
  margin-top: 0rem;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #e9e8e8;
  font-size: 2.6rem;
  line-height: 160%;
  text-align: left;
  text-transform: uppercase;
}

.h1-heading.services {
  color: #22252e;
  text-align: center;
}

.h1-heading.details {
  color: #1e212e;
}

.h1-heading.stat {
  width: 60%;
  color: #000;
  font-size: 2rem;
  text-transform: none;
}

.h1-heading.stat.hours {
  width: 100%;
}

.text {
  margin-bottom: 3rem;
  font-family: Gilroy, sans-serif;
  color: #1e212e;
  font-size: 1rem;
  line-height: 170%;
  text-align: center;
}

.text.details {
  margin-bottom: 1rem;
  text-align: left;
}

.partners-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  -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;
  opacity: 0.5;
}

.partner-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image-5 {
  max-width: 70%;
}

.image-6 {
  max-width: 50%;
}

.image-7 {
  max-width: 30%;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 600px;
  max-width: none;
  min-height: 500px;
  margin-top: 6rem;
  background-image: url('../images/about-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.about-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12%;
  padding-bottom: 12%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.about-flex-child {
  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: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  margin-bottom: 30px;
}

.about-flex-child.first {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-2 {
  width: 82%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #e9e8e8;
  font-size: 1rem;
  line-height: 160%;
}

.image-8 {
  max-height: 440px;
  max-width: 80%;
  border-radius: 20px;
  box-shadow: 10px 10px 0 0 #f4bf25;
}

.company-details-wrapper {
  display: block;
  width: 90%;
  max-width: 1260px;
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.details-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.details-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.stats-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 42px;
  grid-template-areas: "Area ." "Area-2 Area-2";
  -ms-grid-columns: 1fr 0px 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto 42px auto;
  grid-template-rows: auto auto;
}

.stat-info {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.text-block-4 {
  width: 60%;
  font-family: Gilroy, sans-serif;
  color: #1e212e;
  font-size: 1rem;
}

.mission {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 2rem;
  padding: 35px 45px;
  border-radius: 20px;
  background-color: #f5c025;
}

.heading-2 {
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 160%;
  font-weight: 300;
}

.form-block {
  width: 100%;
}

.text-field {
  padding: 40px 30px;
  border: 2px solid #ebedf4;
  border-radius: 8px;
  font-family: Gilroy, sans-serif;
  color: #9c9da3;
  font-size: 1rem;
  font-weight: 400;
}

.text-field:focus {
  border-color: #ffc827;
  color: #000;
}

.text-field.comment {
  padding-bottom: 140px;
}

.text-field.comment:focus {
  color: #000;
}

.footer-wrapper {
  height: 100%;
  margin-top: 6rem;
  padding-top: 5rem;
  background-color: #1e212e;
}

.footer-elements-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-footer {
  max-width: 60%;
  text-align: center;
}

.footer-contact-info-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 80%;
  -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;
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: #000 #000 #000 #f5c025;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #242837;
}

.image-10 {
  margin-right: 20px;
  margin-left: 12%;
  padding-top: 3px;
  font-size: 16px;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 4rem;
  padding-top: 0px;
  background-color: #fff;
  opacity: 0.08;
  color: #fff;
  line-height: 1px;
}

.footer-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1260px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.footer-element {
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.footer-element.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.heading-3 {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 1.4rem;
}

.location {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 20px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 160%;
}

.bold-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #f5c025;
}

.div-block {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.fotter-bottom-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100px;
  max-width: 1260px;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: transparent;
}

.footer-bottom-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.footer-bottom-social {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.footer-bottom-wrapper {
  background-color: #191c2b;
}

.text-block-5 {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.bold-text-3 {
  color: #ffc827;
}

.social-icons {
  margin-right: 20px;
  margin-left: 20px;
  opacity: 0.62;
}

.social-icons:hover {
  opacity: 1;
}

.bold-text-4 {
  color: #ffc827;
}

.div-block-3 {
  position: absolute;
  left: 146px;
  top: 149px;
  width: 70%;
  height: 70%;
  background-image: url('../images/company-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-11 {
  margin-right: 20px;
  margin-left: 12%;
  padding-top: 3px;
  padding-left: 0px;
}

.image-12 {
  width: 100%;
}

.bold-text-5 {
  font-weight: 300;
}

.bold-text-6 {
  color: #ffc827;
}

.image-13 {
  padding: 0px 16px;
}

@media (max-width: 991px) {
  .header-content {
    height: 500px;
    padding-top: 12%;
  }
  .logo {
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0%;
    text-align: center;
  }
  .image {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .phone {
    padding: 30px 35px;
  }
  .language-switch {
    display: none;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .nav-menu {
    top: 164px;
    width: 90%;
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    background-color: #22252e;
    text-align: right;
  }
  .icon {
    color: #ffc827;
    font-size: 2.4rem;
  }
  .nav-link {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
    text-align: left;
  }
  .navbar-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 2%;
    -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;
  }
  .text-block-2 {
    font-size: 1.3rem;
  }
  .header-main-text {
    width: 90%;
    font-size: 2rem;
    font-weight: 700;
  }
  .menu-button {
    display: block;
    border-style: none;
    border-width: 1px;
    border-color: #ffc827;
    border-radius: 10px;
  }
  .menu-button:hover {
    border-color: transparent;
  }
  .menu-button:active {
    border-color: transparent;
  }
  .menu-button:focus {
    border-color: transparent;
  }
  .menu-button.w--open {
    border-radius: 10px;
    background-color: #ffc827;
  }
  .specialization-wrapper {
    margin-top: 5rem;
  }
  .services-grid {
    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;
  }
  .h1-heading.stat {
    width: 100%;
    text-align: left;
  }
  .partners-wrapper {
    width: 80%;
    margin-top: 0rem;
  }
  .about-wrapper {
    max-height: none;
    background-size: cover;
  }
  .about-flex-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-flex-child.first {
    margin-top: 2rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph-2 {
    width: 80%;
    text-align: center;
  }
  .image-8 {
    max-height: none;
    max-width: 100%;
  }
  .company-details-wrapper {
    margin-top: 3rem;
  }
  .details-flex-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;
  }
  .details-flex-child {
    width: 100%;
    margin-top: 3rem;
    margin-right: 0px;
    margin-left: 0px;
    -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;
  }
  .stats-wrapper {
    margin-top: 1rem;
    padding: 45px 35px 45px 45px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr 2.75fr;
    grid-template-columns: 1fr 2.75fr;
    border-radius: 10px;
    background-color: #f8f8f8;
  }
  .text-block-4 {
    width: 100%;
    text-align: left;
  }

  .footer-wrapper {
    padding-top: 2rem;
  }
  .footer-elements-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -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;
  }
  .footer-logo {
    display: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .footer-contact-info-element {
    width: 100%;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .footer-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-element.address {
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .header-wrapper {
    height: 170vh;
  }
  .header-content {
    padding-top: 20%;
  }
  .nav-menu {
    position: fixed;
    width: 65%;
    margin-top: 0rem;
    border-radius: 0px;
  }
  .phones.footer {
    text-decoration: none;
    text-transform: none;
  }
  .text-block-2 {
    text-decoration: none;
  }
  .header-main-text {
    width: 86%;
    font-size: 1.5rem;
    line-height: 130%;
  }
  .specialization-flex-item-wrapper {
    min-height: 730px;
  }
  .specialization-flex-item-wrapper.selling {
    min-height: 700px;
  }
  .specialization-flex-item-wrapper.selling-backups {
    min-height: auto;
    height: 430px;
  }
  .about-wrapper {
    margin-top: 3rem;
  }
  .image-8 {
    max-width: 80%;
  }
}

@media (max-width: 479px) {
  .header-wrapper {
    height: 100%;
  }
  .header-content {
    position: static;
    height: 560px;
    padding-top: 20%;
  }
  .logo {
    margin-top: 5%;
  }
  .image {
    max-width: 66%;
  }
  .phone {
    display: block;
    padding: 22px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .nav-menu {
    top: 0px;
    width: 65%;
    margin-top: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }
  .icon {
    color: #ffc827;
  }
  .nav-link {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px;
    -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;
    font-size: 1rem;
    text-align: left;
  }
  .nav-link.english {
    display: block;
    color: #ffc827;
  }
  .navbar-content-wrapper {
    padding-right: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .phones.footer {
    text-decoration: none;
  }
  .text-block-2 {
    display: block;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }
  .text-block-2.header {
    display: none;
  }
  .image-3 {
    max-width: 80%;
    padding-top: 0px;
    padding-right: 0px;
  }
  .text-block-3 {
    display: block;
  }
  .text-block-3.header {
    display: none;
  }
  .header-main-text {
    width: 86%;
    font-size: 1.1rem;
    line-height: 140%;
  }
  .button {
    margin-top: 15px;
    padding-right: 60px;
    padding-left: 60px;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0px;
  }
  .button.about {
    max-width: 360px;
  }
  .menu-button {
    margin-top: 0rem;
    border-style: none;
  }
  .menu-button:hover {
    background-color: transparent;
  }
  .specialization-flex-item-wrapper {
    min-height: auto;
  }
  .specialization-flex-item-wrapper.selling {
    min-height: auto;
  }
  .specialization-flex-item-wrapper.selling-backups {
    min-height: 500px;
  }
  .specialization-flex-item-img-wrapper {
    border-radius: 10px;
  }
  .image-4 {
    border-radius: 10px;
  }
  .service-wrapper {
    position: static;
    top: 140px;
    width: 100%;
    padding: 15px 25px 25px;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
  }
  .service-wrapper:hover {
    box-shadow: none;
  }
  .heading {
    font-size: 1.2rem;
    text-align: left;
  }
  .paragraph {
    font-size: 1rem;
    text-align: left;
  }
  .h1-heading {
    font-size: 1.6rem;
  }
  .h1-heading.services {
    font-size: 1.6rem;
  }
  .h1-heading.stat {
    font-size: 1.6rem;
  }
  .h1-heading.stat.hours {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 120%;
  }
  .text {
    margin-bottom: 2rem;
  }
  .text.details {
    text-align: center;
  }
  .partners {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .partners-wrapper {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner-logo-wrapper {
    width: 200px;
  }
  .image-5 {
    max-width: 80%;
  }
  .image-6 {
    max-width: 60%;
  }
  .image-7 {
    max-width: 40%;
  }
  .about-flex-parent {
    padding-top: 14%;
    padding-bottom: 14%;
  }
  .about-flex-child.first {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .paragraph-2 {
    width: 76%;
  }
  .company-details-wrapper {
    margin-top: 4rem;
  }
  .details-flex-child {
    margin-top: 0rem;
  }
  .details-flex-child.contact {
    margin-top: 4rem;
  }
  .stats-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stat-info {
    margin-top: 2rem;
  }
  .stat-info.last {
    margin-top: 2rem;
  }
  .mission {
    padding: 25px 30px;
  }
  .heading-2 {
    font-size: 1.3rem;
    line-height: 160%;
  }
  .footer-elements-grid {
    width: 85%;
    padding-left: 0px;
  }
  .footer-contact-info-element {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    text-decoration: none;
  }
  .footer-text-wrapper {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-element {
    padding-left: 0px;
  }
  .footer-element.address {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -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;
  }
  .heading-3 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .location {
    width: 70%;
    margin-top: 20px;
    padding-left: 0px;
    text-align: center;
  }
  .bold-text-2 {
    width: 100%;
    -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;
  }
  .div-block {
    margin-top: 1rem;
    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;
  }
  .fotter-bottom-flex-wrapper {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-bottom-text {
    margin-top: 2rem;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .footer-bottom-social {
    margin-top: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-5 {
    width: 70%;
    text-align: center;
  }
  .div-block-3 {
    left: 113px;
  }
  .bold-text-5 {
    line-height: 170%;
  }
}

#w-node-6c418956fe5b-0a46cce9 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-dd7f64dbd850-0a46cce9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-6c418956fe5b-dc155397 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: Area-2;
}

#w-node-dd7f64dbd850-dc155397 {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-6c418956fe5b-0a46cce9 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-6c418956fe5b-dc155397 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.eot') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
