:root {
  --dark-blue: #225d72;
  --off-white: #fafcfe;
  --text: #0b1d24;
  --yellow: #fdae03;
  --light-blue: #88bfd3;
  --shadow: #26262640;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--dark-blue);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--off-white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Mulish, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 41px;
}

h2 {
  color: var(--off-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 35px;
}

h3 {
  color: var(--text);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  color: var(--off-white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--off-white);
  margin-bottom: 15px;
  padding-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

li {
  padding-top: 15px;
  padding-bottom: 15px;
}

.hero-section {
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.body {
  background-color: var(--dark-blue);
}

.navbar {
  background-color: #0000;
  padding-top: 30px;
}

.container {
  max-width: 1160px;
}

.container.yellow {
  background-color: var(--yellow);
  background-image: url('../images/cta.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.brand {
  margin-top: 20px;
}

.nav-link {
  color: var(--off-white);
  border-bottom: 1px solid #0000;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.nav-link:hover {
  border-bottom: 1px solid var(--off-white);
}

.nav-link.w--current {
  border-bottom-color: var(--off-white);
  color: var(--off-white);
}

.nav-link.dropdown-toggle {
  padding-right: 50px;
}

.flexbox {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flexbox.about-doctor {
  height: 63%;
  overflow: hidden;
}

.hero_div {
  max-width: 565px;
  margin-top: 10%;
}

.yellow-txt {
  color: var(--yellow);
}

.button {
  background-color: var(--yellow);
  color: var(--dark-blue);
  text-align: center;
  border-radius: 25px;
  max-width: 268px;
  margin-top: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: var(--light-blue);
}

.button.blue {
  background-color: var(--dark-blue);
  color: var(--off-white);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.blue:hover {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.button.t-30 {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

.button.center-btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.popup-btn {
  width: 100%;
  max-width: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.right_div {
  align-self: center;
  max-width: 45%;
  position: relative;
}

.img-andrii {
  max-width: 140%;
  position: absolute;
  inset: auto 0% -2% auto;
}

.section {
  padding: 60px;
  overflow: hidden;
}

.section.overflow {
  overflow: visible;
}

.center-txt {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.center-txt.top-60 {
  margin-top: 60px;
}

.center-txt.left {
  text-align: left;
  font-weight: 400;
}

.center-txt.left.bold-txt {
  font-weight: 900;
}

.service {
  box-shadow: 0 4px 10px 0 var(--shadow);
  border-radius: 25px;
  margin-top: 30px;
  position: relative;
}

.service-link {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #88bfd399;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  min-height: 90px;
  padding: 12px 30px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.service-link:hover {
  background-color: #88bfd3;
}

.service-name {
  color: var(--text);
  font-family: Lato, sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-decoration: none;
}

.pro-likar {
  background-color: var(--off-white);
  border-radius: 25px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
}

.pro-likar.blue {
  background-color: var(--light-blue);
  flex: 1;
  margin-top: 0;
  overflow: visible;
}

.pro-likar.yellow {
  background-color: var(--yellow);
  flex: 1;
  width: 100%;
  margin-top: 0;
}

.dark {
  color: var(--text);
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 30px;
}

.p-18 {
  color: var(--dark-blue);
  padding-top: 0;
  font-family: Mulish, sans-serif;
  font-weight: 900;
}

.p-18.dark {
  color: var(--text);
  text-align: center;
}

.pro-likar-list {
  color: var(--dark-blue);
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.pro-likar-list.white {
  color: var(--off-white);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 29px;
}

.likar {
  position: relative;
}

.left-likar {
  width: 60%;
  position: relative;
}

.left-likar.left-30 {
  padding-left: 30px;
}

.likar-name {
  color: var(--dark-blue);
  font-family: Mulish, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 38px;
}

.numbers {
  color: var(--text);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  font-family: Mulish, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.blue-p {
  color: var(--dark-blue);
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.blue-p.bold-txt, .blue-p.cities {
  padding-left: 0;
  padding-right: 0;
}

.blue {
  color: var(--dark-blue);
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.testimonial-card {
  background-color: var(--off-white);
  border-radius: 15px;
  width: 100%;
  height: 418px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 20px #60616340;
}

.black {
  color: var(--text);
  margin-top: 25px;
  font-size: 18px;
  line-height: 31px;
}

.black.testimonial-text {
  color: var(--text);
  margin-top: 0;
  font-size: 16px;
  line-height: 25px;
  max-height: 200px;
  overflow-y: scroll;
}

.right-arrow {
  width: auto;
  inset: auto 0% 0% auto;
}

.testimonial-slide {
  margin-right: 30px;
}

.slide-nav {
  display: none;
}

.left-arrow {
  width: auto;
  position: absolute;
  inset: auto 60px 0% auto;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  position: absolute;
  inset: auto 30px 40px;
}

.testimonials {
  color: #293852;
  background-color: #0000;
  width: auto;
  height: auto;
  margin-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.icon {
  float: right;
  color: #293852;
  overflow: visible;
}

.icon:hover {
  transform: scale(1.2);
}

.text-block-3 {
  color: var(--text);
  text-transform: none;
  margin-top: 4px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.mask {
  width: 520px;
  overflow: visible;
}

.text-block-2 {
  color: var(--dark-blue);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.image-2 {
  float: left;
  vertical-align: middle;
  margin-right: 11px;
}

.socials-icons {
  margin-left: -15px;
  padding-top: 15px;
}

.footer-nav {
  display: flex;
}

.footer-link {
  color: var(--text);
  border-bottom: 1px solid #0000;
  align-self: flex-start;
  margin-left: 30px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  border-bottom-color: var(--text);
}

.nav-link-2 {
  color: #2d2c2a;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 17px;
  transition: all .2s;
}

.nav-link-2:hover {
  transform: scale(1.3);
}

.nav-link-2.w--current {
  color: #151ba5;
  border-bottom: 1px solid #151ba5;
  text-decoration: none;
}

.footer {
  background-color: var(--light-blue);
  padding: 60px;
}

.location {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 15px;
  display: flex;
}

.rights {
  color: var(--text);
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.div-block-2 {
  flex-flow: wrap;
  flex: 1;
  align-items: stretch;
  height: 97%;
  display: flex;
}

.img-likar {
  border-radius: 25px;
  box-shadow: 0 2px 5px #0003;
}

.img-likar.cut {
  box-shadow: 2px 2px 10px 0 var(--shadow);
}

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

.service-img {
  border-radius: 25px;
}

.div-about {
  background-color: var(--light-blue);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.bold-txt {
  font-weight: 900;
}

.list-item {
  padding-top: 0;
  padding-bottom: 0;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: auto;
  overflow: clip;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.slide {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: var(--yellow);
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.slider {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.slider.top-120 {
  margin-top: 120px;
}

.section-2 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.content {
  overflow: hidden;
}

.div-transparent {
  margin-top: 30px;
  display: flex;
}

.center-img {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-large {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 160%;
  text-decoration: none;
}

.body-large.text-color-light {
  color: #d6d6d6;
}

.what-question {
  color: #fff;
  flex: 1;
  font-size: 18px;
}

.plus-icon {
  width: 100%;
  max-width: 24px;
  height: 24px;
  margin-top: 0;
}

.what-answer-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 0;
  display: flex;
}

.what-outer {
  width: 100%;
  max-width: 700px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.question-block {
  grid-column-gap: 12px;
  white-space: pre-wrap;
  width: 100%;
  padding: 30px 0 0;
  display: flex;
}

.question-block.top {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.question-inner {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.what-i-do {
  border-bottom: 1px solid #bebebe;
  flex-direction: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.dropdown-toggle {
  color: var(--off-white);
}

.icon-2 {
  inset: 0% 0% 0% auto;
}

.dropdown-list {
  background-color: var(--shadow);
}

.dropdown-list.w--open {
  background-color: var(--light-blue);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding-bottom: 15px;
}

.dropdown-link {
  color: var(--dark-blue);
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.solid-pink-btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #e7649d;
  border-radius: 25px;
  margin-top: 60px;
  margin-right: 30px;
  padding: 15px 27px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  box-shadow: 3px 3px #2d0000;
}

.solid-pink-btn:hover {
  color: #d1c1b2;
  background-color: #2d0000;
}

.solid-pink-btn.beige {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  box-shadow: 3px 3px #d1c1b2;
}

.solid-pink-btn.beige.send-request {
  margin-top: 30px;
}

.left-block {
  max-width: 450px;
  margin-top: 30px;
}

.pink {
  color: #e7649d;
}

.checkbox {
  color: var(--off-white);
  border-radius: 3px;
  width: 15px;
  height: 15px;
}

.checkbox.w--redirected-checked {
  color: #2d0000;
  background-color: #0000;
  width: 15px;
  height: 15px;
  font-family: Lato, sans-serif;
}

.main-imgs {
  border-radius: 25px;
  box-shadow: 10px 10px #d1c1b2;
}

.checkbox-label {
  color: var(--off-white);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.flexbox-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-area {
  color: #2d0000;
  border-radius: 25px;
  min-height: 120px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.rigth {
  flex: 1;
  align-self: flex-start;
  margin-top: 30px;
}

.form-block {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
form.is-submitting .w-form-fail {
  display: none !important;
}
.input {
  background-color: var(--off-white);
  color: var(--dark-blue);
  border-radius: 25px;
  margin-bottom: 15px;
  padding: 10px 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.form {
  flex-flow: column;
  width: 100%;
  max-width: 570px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.close-popup {
  cursor: pointer;
  padding: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-area {
  position: absolute;
  inset: 0%;
}

.popup {
  background-color: var(--light-blue);
  border-radius: 25px;
  width: 100%;
  max-width: 550px;
  padding: 30px;
  position: relative;
}

.text-block {
  font-size: 16px;
}

.solid-btn {
  color: #f0ebe5;
  text-align: center;
  background-color: #151ba5;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 15px;
  margin-right: 0;
  padding: 12px 39px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.solid-btn:hover {
  background-color: #151ba5cc;
}

.solid-btn.popup-btn {
  width: 100%;
}

.success-message {
  color: #f0ebe5;
  background-color: #2d922d;
  margin-top: 30px;
}

.text-field-3 {
  color: #293852;
  background-color: #fffc;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 48px;
  margin-right: 10px;
  font-size: 16px;
  line-height: 175%;
  box-shadow: 0 4px 20px #60616340;
}

.modal-window {
  z-index: 1001;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.t-30 {
  margin-top: 30px;
}

.heading {
  color: var(--dark-blue);
}

@media screen and (min-width: 1920px) {
  .slider {
    margin-bottom: 8em;
  }
}

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

  .hero-section {
    height: auto;
  }

  .navbar {
    justify-content: space-between;
    align-items: stretch;
  }

  .container.yellow {
    background-position: 100% 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    margin-top: 15px;
  }

  .nav-link {
    font-size: 18px;
  }

  .flexbox {
    flex-flow: row;
  }
  .black .testimonial-text{
      max-height: 180px;
  }

  .hero_div {
    max-width: 380px;
  }

  .button, .button.blue {
    font-size: 18px;
  }

  .right_div {
    align-self: center;
  }

  .right_div.top {
    align-self: flex-start;
  }

  .center-txt.blue {
    font-size: 18px;
  }

  .service-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-name {
    font-size: 20px;
    line-height: 25px;
  }

  .likar-name {
    font-size: 28px;
    line-height: 30px;
  }

  .blue-p {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blue {
    font-size: 24px;
  }

  .black {
    font-size: 16px;
    line-height: 27px;
  }

  .footer-nav {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link {
    padding-bottom: 30px;
    font-size: 18px;
    display: inline-block;
  }

  .nav-link-2 {
    color: #f0ebe5;
  }

  .nav-link-2:hover {
    border: 0 solid #f0ebe5;
    border-bottom-width: 1px;
  }

  .nav-link-2:lang(en) {
    color: #f0ebe5;
  }

  .img-likar.cut {
    max-width: 100%;
    overflow: clip;
  }

  .slider {
    display: flex;
  }

  .solid-pink-btn {
    min-width: 203px;
    margin-top: 30px;
  }

  .flexbox-2 {
    flex-flow: wrap;
  }

  .flexbox-2.getintouch {
    flex-flow: row;
  }

  .solid-btn {
    padding-left: 27px;
    padding-right: 27px;
    font-size: 16px;
  }
}

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

  h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-section {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    color: var(--dark-blue);
  }

  .flexbox {
    flex-flow: wrap;
  }

  .flexbox.reverse {
    flex-flow: wrap-reverse;
  }

  .flexbox.no-wrap {
    flex-flow: row;
  }

  .hero_div {
    max-width: 100%;
  }

  .button {
    max-width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .right_div {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service {
    width: 100%;
  }

  .service-name {
    font-size: 18px;
    line-height: 21px;
  }

  .left-likar.left-30._w-100 {
    padding-left: 0;
  }

  .left-likar._w-100 {
    width: 100%;
  }

  .blue {
    font-size: 22px;
  }

  .testimonial-card {
    height: 360px;
    padding: 30px 15px;
  }

  .black {
    margin-top: 15px;
    font-size: 14px;
  }

  .div-block {
    bottom: 30px;
    left: 15px;
    right: 15px;
  }

  .testimonials {
    margin-top: 30px;
    padding-bottom: 60px;
  }

  .mask {
    width: 100%;
  }

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

  .footer-nav {
    margin-top: 30px;
    margin-left: -30px;
    margin-right: auto;
    display: block;
  }

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

  .service-img {
    width: 100%;
  }

  .menu-button {
    color: var(--off-white);
  }

  .menu-button.w--open {
    background-color: var(--light-blue);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .arrow {
    width: 30px;
  }

  .nav-menu {
    background-color: var(--light-blue);
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 15px;
  }

  .div-about {
    flex-flow: wrap-reverse;
  }

  .div-transparent {
    flex-flow: wrap;
  }

  .solid-pink-btn {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 18px;
  }

  .solid-pink-btn.beige.send-request {
    display: block;
  }

  .left-block {
    text-align: center;
    max-width: none;
    margin-top: 30px;
  }

  .main-imgs {
    object-fit: cover;
    object-position: 50% 75%;
  }

  .main-imgs.getintouch {
    object-fit: cover;
    max-height: 190px;
  }

  .flexbox-2.getintouch {
    flex-flow: row-reverse wrap-reverse;
    justify-content: space-around;
    align-items: center;
  }

  .text-area {
    max-width: none;
  }

  .rigth {
    margin-left: auto;
    margin-right: auto;
  }

  .input {
    max-width: none;
  }

  .form {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container.yellow {
    background-attachment: scroll;
    max-width: 140%;
    margin-left: -30px;
    margin-right: -30px;
  }

  .flexbox.reverse, .flexbox.no-wrap {
    flex-flow: wrap;
  }

  .button.t-30 {
    width: 100%;
  }

  .right_div {
    max-width: 60%;
  }

  .testimonial-slide {
    margin-right: 15px;
  }

  .mask {
    width: 100%;
  }

  .footer-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .nav-link-2 {
    margin-right: 0;
  }

  .nav-link-2:active {
    color: #f0ebe5;
  }

  .nav-link-2:lang(en) {
    color: #f0ebe5;
    text-decoration: none;
  }

  .grid {
    width: 100%;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .section-2 {
    min-height: 90vh;
  }

  .body-large {
    font-size: 16px;
  }

  .solid-pink-btn {
    width: 100%;
    margin-right: 0;
  }

  .main-imgs {
    box-shadow: 10px 10px #2d0000;
  }

  .popup {
    width: 90%;
  }

  .text-field-3 {
    max-width: none;
    margin-right: 0;
  }

  .modal-window {
    display: none;
  }
}

#w-node-b278441a-d0c8-a185-bc27-1b88b375dba7-69eea1f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b278441a-d0c8-a185-bc27-1b88b375dbc8-69eea1f2 {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: start;
}

#w-node-b278441a-d0c8-a185-bc27-1b88b375dbae-69eea1f2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: auto;
}

#w-node-b278441a-d0c8-a185-bc27-1b88b375dbc2-69eea1f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b81c3994-4b19-03d1-1c47-c88595301dea-25d622ea {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-b278441a-d0c8-a185-bc27-1b88b375dbae-69eea1f2 {
    grid-column: span 2 / span 2;
  }

  #w-node-b278441a-d0c8-a185-bc27-1b88b375dbbd-69eea1f2 {
    align-self: start;
  }

  #w-node-b278441a-d0c8-a185-bc27-1b88b375dbc2-69eea1f2 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b278441a-d0c8-a185-bc27-1b88b375dba7-69eea1f2 {
    grid-column: span 3 / span 3;
  }

  #w-node-b278441a-d0c8-a185-bc27-1b88b375dbc8-69eea1f2 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b278441a-d0c8-a185-bc27-1b88b375dbae-69eea1f2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b278441a-d0c8-a185-bc27-1b88b375dbbd-69eea1f2 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b278441a-d0c8-a185-bc27-1b88b375dbbd-69eea1f2 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b278441a-d0c8-a185-bc27-1b88b375dbc2-69eea1f2 {
    grid-column: span 3 / span 3;
  }
}


