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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Prata, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  font-family: Comfortaa, sans-serif;
  color: #12151b;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Comfortaa, sans-serif;
  color: #12151b;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-bottom: 40px;
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Comfortaa, sans-serif;
  color: #12151b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  min-width: 100%;
  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;
}

.nav-link {
  z-index: 10;
  padding: 14px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
}

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

.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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.navbar-cta-icon {
  display: block;
  margin-right: 12px;
  padding: 12px;
  border-radius: 6px;
  background-color: #667085;
  color: #fff;
}

.cta-button {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 12px 0px 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;
  border-style: solid;
  border-width: 1px;
  border-color: #667085;
  border-radius: 6px;
  background-color: transparent;
  font-family: Comfortaa, sans-serif;
  color: #667085;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.hidden {
  display: none;
}

.banner-slider {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  background-color: transparent;
}

.slide-nav {
  position: absolute;
  left: 15px;
  top: auto;
  right: auto;
  bottom: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 30px;
  padding-top: 6px;
  -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-style: solid;
  border-width: 1px;
  border-color: #667085;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
  font-size: 12px;
}

.banner {
  width: 100%;
  height: 100vh;
  padding-top: 100px;
}

.banner-slide-1 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(102, 112, 133, 0.3)), color-stop(40%, rgba(102, 112, 133, 0.6)), color-stop(65%, rgba(102, 112, 133, 0.8)), to(#667085)), url('../OSACHUK-43-p-2000.jpeg');
  background-image: linear-gradient(270deg, rgba(102, 112, 133, 0.3), rgba(102, 112, 133, 0.6) 40%, rgba(102, 112, 133, 0.8) 65%, #667085), url('../images/OSACHUK-43-p-2000.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-title-wrapper {
  position: absolute;
  left: 15px;
  top: 12vh;
  right: auto;
  bottom: 0%;
  max-width: 620px;
}

.paragraph-large {
  font-family: Comfortaa, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large.banner-paragraph {
  max-width: 440px;
  color: #fff;
}

.paragraph-large.adress {
  margin-bottom: 48px;
}

.banner-container {
  height: 100%;
  max-width: 1200px;
  padding-top: 200px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.slide-nav-wrapper {
  position: absolute;
  left: 15px;
  top: auto;
  right: auto;
  bottom: 10vh;
  width: 90px;
  height: 30px;
}

.slide-nav-active-item {
  position: absolute;
  left: 15px;
  top: 9px;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #667085;
}

.cta-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.cta-bg {
  position: absolute;
  left: -170px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 220px;
  border-radius: 6px;
  background-color: #667085;
}

.banner-slide-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#667085), color-stop(35%, rgba(140, 148, 164, 0.8)), color-stop(60%, rgba(178, 184, 194, 0.6)), to(rgba(102, 112, 133, 0.3))), url('../images/OSACHUK-21-1.jpg');
  background-image: linear-gradient(90deg, #667085, rgba(140, 148, 164, 0.8) 35%, rgba(178, 184, 194, 0.6) 60%, rgba(102, 112, 133, 0.3)), url('../images/OSACHUK-21-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner-slide-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#667085), color-stop(35%, rgba(130, 138, 155, 0.8)), color-stop(60%, rgba(183, 188, 198, 0.6)), to(rgba(102, 112, 133, 0.3))), url('../images/OSACHUK-54-1.jpg');
  background-image: linear-gradient(90deg, #667085, rgba(130, 138, 155, 0.8) 35%, rgba(183, 188, 198, 0.6) 60%, rgba(102, 112, 133, 0.3)), url('../images/OSACHUK-54-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.nav-link-wrapper {
  position: relative;
  text-align: left;
}

.nav-link-bottom-line {
  position: absolute;
  left: 14px;
  top: auto;
  right: 0%;
  bottom: 8px;
  z-index: 1;
  width: 40%;
  height: 4px;
  background-color: #667085;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.brand {
  width: 20%;
  -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;
}

.container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

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

.container.scedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 180px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.banner-title {
  margin-bottom: 20px;
  font-family: Prata, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  text-align: left;
}

.services-card-wrapper {
  padding: 32px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #667085;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(102, 112, 133, 0.1);
}

.services-card-title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Prata, sans-serif;
  color: #12151b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 4px;
}

.services-bg {
  z-index: -1;
  margin-top: -100px;
  opacity: 0.7;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.footer {
  padding: 60px 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #667085;
  text-align: center;
}

.footer-logo-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-link {
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #eef1f6;
  text-decoration: none;
}

.footer-link:hover {
  letter-spacing: 2px;
}

.copyright {
  width: 33.33%;
  font-family: Comfortaa, sans-serif;
  color: #eef1f6;
  font-weight: 300;
  text-align: right;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  text-align: left;
}

.footer-social-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-right: 16px;
  padding: 8px;
  -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-radius: 6px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #eef1f6;
  text-decoration: none;
}

.footer-social-link:hover {
  background-color: #eef1f6;
  color: #667085;
  font-size: 26px;
  line-height: 26px;
}

.footer-social-link.last-child {
  margin-right: 0px;
}

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

.map {
  display: none;
  height: 480px;
  border-radius: 6px;
}

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

.contacts-wrap {
  width: 40%;
  padding-left: 60px;
}

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

.contacts-icon {
  margin-right: 16px;
}

.contacts-icon.telegram {
  font-family: 'Fa brands 400';
}

.contacts-link {
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Comfortaa, sans-serif;
  color: #12151b;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.contacts-link.telegram-link {
  margin-bottom: 4px;
}

.contacts-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scedule-section {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 112, 133, 0.4)), to(rgba(102, 112, 133, 0.4))), url('../images/OSACHUK-56-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(102, 112, 133, 0.4), rgba(102, 112, 133, 0.4)), url('../images/OSACHUK-56-1-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.scedule-day {
  width: 96px;
}

.scedule-wrapper {
  padding: 40px 60px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #667085;
  border-radius: 6px;
  background-color: rgba(238, 241, 246, 0.8);
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

.team-member {
  position: relative;
  z-index: 5;
  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;
}

.team-member-info {
  margin-bottom: 4px;
  color: #12151b;
  font-size: 15px;
  font-weight: 300;
}

.team-member-name {
  font-size: 18px;
}

.team-member-info-wrapper {
  width: 100%;
  padding: 20px 20px 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
}

.team-member-image {
  height: 480px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-image-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 480px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-title-wrapper {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  -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;
}

.section-title-wrapper.scedule {
  margin-bottom: 40px;
}

.section-title-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10px;
  z-index: -1;
  width: 80%;
  height: 8px;
  background-color: #667085;
}

.section-title-line.scedule {
  bottom: -4px;
  width: 60%;
}

.nav-cta-button-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.header-logo-image {
  width: 200px;
}

.back-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 2vh;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  height: 52px;
  padding: 6px;
  -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-style: solid;
  border-width: 1px;
  border-color: #667085;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(102, 112, 133, 0.2);
  text-decoration: none;
}

.back-to-top-icon {
  font-family: 'Fa solid 900';
  color: #667085;
  font-size: 20px;
  font-weight: 300;
}

.heading-6 {
  margin-top: 10px;
}

.about-wrapper {
  position: relative;
  height: 640px;
}

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 30px;
}

.about-wrap.bottom {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 60%;
  height: 380px;
}

.about-wrap.top {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  z-index: 10;
  overflow: hidden;
  width: 60%;
  height: 380px;
}

.about-paragraph-top {
  position: absolute;
  left: 20px;
  top: 90px;
  right: auto;
  bottom: auto;
  max-width: 360px;
  text-align: center;
}

.about-paragraph-bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 80px;
  max-width: 360px;
  text-align: center;
}

.about-image-bottom {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 25%;
  object-position: 50% 25%;
}

.about-image-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(102, 112, 133, 0.2)), to(rgba(102, 112, 133, 0.2)));
  background-image: linear-gradient(180deg, rgba(102, 112, 133, 0.2), rgba(102, 112, 133, 0.2));
}

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

.back-to-top-text {
  font-family: Comfortaa, sans-serif;
  color: #667085;
  font-size: 12px;
  line-height: 1;
}

.cta-wrapper-tablet {
  display: none;
}

.map-wrapper {
  position: relative;
  width: 60%;
  height: 480px;
}

.map-iframe{
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.back-to-top-image {
  margin-bottom: 8px;
}

.footer-social-icon {
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .nav-container {
    max-width: 1200px;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner-slider {
    position: relative;
  }

  .slide-nav {
    left: 8vw;
  }

  .banner-title-wrapper {
    position: absolute;
    left: 8vw;
  }

  .slide-nav-wrapper {
    left: 8vw;
  }

  .nav-link-bottom-line {
    left: 20px;
  }

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

  .brand {
    width: auto;
  }

  .team-member-info-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-cta-button-wrapper {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 60px;
  }

  .slide-nav {
    left: 12vw;
  }

  .banner-title-wrapper {
    left: 12vw;
    top: 16vh;
  }

  .banner-container {
    max-width: 1380px;
  }

  .slide-nav-wrapper {
    left: 12vw;
  }

  .container.scedule {
    padding-right: 100px;
  }

  .scedule-section {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding-right: 60px;
    padding-left: 60px;
  }

  .slide-nav {
    left: 15vw;
  }

  .banner-title-wrapper {
    left: 15vw;
  }

  .slide-nav-wrapper {
    left: 15vw;
  }

  .header-logo-image {
    width: 220px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
    line-height: 68px;
  }

  .navbar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-container {
    height: 80px;
    -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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-link {
    padding-top: 22px;
    text-align: center;
  }

  .nav-menu {
    padding-bottom: 24px;
    background-color: #fff;
  }

  .navbar-cta-icon {
    border-style: solid;
    border-width: 1px;
    border-color: #667085;
  }

  .cta-button {
    background-color: #fff;
  }

  .banner {
    padding-top: 80px;
  }

  .banner-title-wrapper {
    position: static;
    top: 15vh;
  }

  .paragraph-large.banner-paragraph {
    max-width: 360px;
  }

  .banner-container {
    padding-top: 140px;
  }

  .cta-wrapper {
    display: none;
  }

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

  .nav-link-bottom-line {
    left: 40%;
    width: 20%;
    max-width: 20%;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -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;
  }

  .container.scedule {
    padding-left: 80px;
  }

  .services-grid {
    padding-right: 15px;
    padding-left: 15px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .banner-title {
    font-size: 56px;
  }

  .services-bg {
    margin-top: -80px;
  }

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

  .footer-social-links {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-row-gap: 30px;
  }

  .map {
    width: 100%;
  }

  .contacts-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .contacts-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 0px;
    -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;
  }

  .team-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .team-member {
    width: 100%;
    max-width: 480px;
  }

  .team-member-image {
    height: 680px;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .team-member-image-hover {
    height: 680px;
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .menu-button-wrapper {
    width: 35%;
    text-align: right;
  }

  .nav-cta-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35%;
    height: 100%;
    padding-right: 0px;
    padding-left: 20px;
  }

  .menu-button-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
  }

  .menu-button-tablet.w--open {
    background-color: transparent;
  }

  .header-logo-image {
    display: block;
  }

  .about-wrap.bottom {
    left: 0px;
    width: 60%;
  }

  .about-wrap.top {
    right: 0px;
    width: 60%;
  }

  .about-paragraph-top {
    left: 50px;
    top: 50px;
    max-width: 180px;
  }

  .about-paragraph-bottom {
    right: 30px;
    bottom: 30px;
    max-width: 220px;
  }

  .cta-wrapper-tablet {
    position: absolute;
    left: 20px;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta-button-tablet {
    position: relative;
    z-index: 19;
    display: inline-block;
    padding: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #667085;
    border-radius: 0px 6px 6px 0px;
    background-color: #fff;
    font-family: Comfortaa, sans-serif;
    color: #667085;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
  }

  .cta-icon-wrap {
    position: relative;
    z-index: 20;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
  }

  .map-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .paragraph-large.banner-paragraph {
    font-size: 17px;
  }

  .paragraph-large.adress {
    margin-bottom: 32px;
  }

  .banner-container {
    padding-top: 80px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brand {
    width: 40%;
  }

  .container.scedule {
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services-grid {
    max-width: 480px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .banner-title {
    font-size: 48px;
    line-height: 56px;
  }

  .footer {
    padding: 40px 20px 80px;
  }

  .map {
    width: 100%;
    height: 380px;
  }

  .contacts-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .contacts-wrap {
    width: 100%;
    text-align: center;
  }

  .scedule-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .team-wrapper {
    max-width: 100%;
  }

  .team-member-image {
    height: 480px;
  }

  .team-member-image-hover {
    height: 480px;
  }

  .menu-button-wrapper {
    width: 30%;
  }

  .nav-cta-button-wrapper {
    z-index: 50;
    width: 30%;
  }

  .contacts-links-wrapper {
    padding-left: 40px;
    text-align: left;
  }

  .about-wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-wrap.bottom {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .about-wrap.top {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .about-paragraph-top {
    position: static;
    max-width: none;
  }

  .about-paragraph-bottom {
    position: static;
    max-width: none;
  }

  .cta-button-tablet.hidden {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .banner-title {
    font-size: 34px;
    line-height: 46px;
  }

  .services-bg {
    margin-top: -40px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-logo-link {
    height: 60px;
  }

  .scedule-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .team-wrapper {
    grid-row-gap: 30px;
  }

  .team-member-image {
    height: 420px;
  }

  .team-member-image-hover {
    height: 420px;
  }

  .contacts-links-wrapper {
    padding-left: 20px;
  }

  .about-wrap.bottom {
    height: 280px;
  }

  .about-wrap.top {
    height: 280px;
  }

  .cta-button-tablet.hidden {
    display: none;
  }

  .map-wrapper {
    height: 400px;
  }
}

#w-node-_3a25e4d1-f39b-d7e3-687c-000873bb806a-35d01ea2 {
  -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-_44ffc3fe-b1ae-6de8-57dc-28e5856aef49-35d01ea2 {
  -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-ddc88fe9-2779-7f29-af82-19f7b87cbd13-35d01ea2 {
  -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-_0a7fe3f3-f49a-db12-213f-69505bebf111-35d01ea2 {
  -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-_5ed97b24-a302-6a86-be49-214539535967-35d01ea2 {
  -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-a43a8de7-db19-a019-a649-f49151b330f2-35d01ea2 {
  -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;
}

