body {
  color: #253528;
  font-family: Raleway, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  letter-spacing: .19em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22em;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22em;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.38em;
  font-weight: 600;
  line-height: 1;
}

p {
  color: #253528;
  margin-bottom: 0;
  font-size: 1.38em;
  line-height: 130%;
}

a {
  color: #fff;
  font-size: 1.38em;
  text-decoration: underline;
}

.section {
  padding-left: 6.94em;
  padding-right: 6.94em;
  overflow: hidden;
}

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

.subtitle {
  font-size: 1.66em;
  font-weight: 600;
}

.navlink {
  color: #253528;
  background-color: #fff;
  border: 2px solid #87a986;
  border-radius: 11px;
  padding: 1.11vw 1.66vw;
  font-size: 1.38em;
  text-decoration: none;
  transition: all .3s;
}

.navlink:hover {
  color: #fff;
  background-color: #79b975;
  border-color: #c0cfb2;
}

.navlink.green {
  background-color: #79b975;
  border-color: #c0cfb2;
}

.navlink.green.hover {
  color: #fff;
}

.navlink.green.hover:hover {
  box-shadow: 0 1px 5px #79b975;
}

.body-s {
  font-size: 1.11em;
}

.body-s.bold {
  font-weight: 600;
}

.button {
  background-color: #c0cfb2;
  border-radius: 11px;
  padding: 1.11em 6.25em;
  font-size: 1.38em;
  font-weight: 700;
  transition: all .3s;
}

.button:hover {
  background-color: #87a986;
}

.navlink-text {
  text-decoration: none;
}

.navlink-text.white {
  color: #fff;
}

.navlink-text.black {
  color: #253528;
}

.mb-94 {
  margin-bottom: 6.52em;
}

.mb-48 {
  margin-bottom: 3.33em;
}

.mb-36 {
  margin-bottom: 2.5em;
}

.mb-36.flex {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mb-25 {
  margin-bottom: 1.73em;
}

.mb-10 {
  margin-bottom: .69em;
}

.mb-10.width-320 {
  width: 24em;
}

.hide {
  display: none;
}

.top-wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.08em;
  display: flex;
}

.top-wrap__left {
  cursor: default;
}

.top-wrap__center {
  width: 8.54em;
  height: 4.44em;
}

.kolibri-logo {
  width: 100%;
  height: 100%;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.hero-left {
  cursor: default;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-right {
  height: 33.4em;
  background-image: url('../images/hero-image.webp');
  background-position: 50%;
  background-size: cover;
  margin-right: -6.94em;
}

.hero-door {
  width: 13.88em;
  position: absolute;
  top: 11.5%;
  bottom: 0%;
  left: 42%;
  right: auto;
}

.navbar {
  padding-left: 7.15em;
  padding-right: 7.15em;
}

.navbar__links {
  grid-column-gap: 1.38em;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.navlink-call {
  background-color: #79b975;
  border: 2px solid #87a986;
  border-radius: 11px;
  padding: 1.11em 1.66em;
  text-decoration: none;
}

.navlink-call.green {
  background-color: #79b975;
  border-color: #c0cfb2;
}

.navlink-underline {
  width: 8.33em;
  height: 2px;
  background-color: #87a986;
}

.navlink-wrap {
  z-index: 999;
  grid-row-gap: 10px;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.about {
  width: 46.8em;
  grid-row-gap: 1.73em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-full {
  width: 100vw;
  background-color: #f5f5f5;
  padding-top: 6.52em;
  padding-bottom: 6.52em;
  position: relative;
}

.section-full.green {
  background-color: #799678;
}

.services-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-list {
  justify-content: space-between;
  display: flex;
}

.services-list__left {
  width: 58.8em;
  grid-column-gap: 1.25vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-list__right {
  width: 25em;
  border-left: 2px solid #c0cfb2;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1.52em;
  display: flex;
}

.services-list__left_item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.services-link {
  color: #87a986;
  font-size: 1.11em;
  transition: all .3s;
}

.services-link:hover {
  letter-spacing: .05em;
}

.services-image {
  width: 100%;
}

.services-list__left_item-top {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-list__right-item {
  grid-column-gap: 1.52em;
  display: flex;
  overflow: hidden;
}

.services-image_vertical {
  width: 100%;
  height: 100%;
}

.services-list__right-item-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.services-explain {
  justify-content: flex-start;
  display: flex;
}

.services-explain__left {
  border-right: 2px solid rgba(135, 169, 134, .5);
  justify-content: center;
  align-items: center;
  padding-left: 9.23em;
  padding-right: 1.8em;
  display: flex;
}

.services-explain__left.hide {
  display: none;
}

.services-explain__right {
  width: 55.8em;
  padding-left: 3.33em;
}

.green {
  color: #87a986;
}

.green.width-64 {
  width: 3.4em;
  text-align: right;
}

.green.center {
  text-align: center;
}

.italic {
  font-family: Raleway, sans-serif;
  font-size: 1.11em;
  font-style: italic;
  font-weight: 300;
}

.service-invite {
  border-left: 1px solid #87a986;
  padding-left: 1.38em;
}

.production-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.production-descript {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
}

.slider-mask {
  height: auto;
  margin-right: -6.94em;
}

.slide {
  width: 17.36em;
  margin-right: 1.66vw;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-mockup {
  z-index: 1;
  width: 17.36em;
  height: auto;
  position: relative;
}

.slide-video__item {
  width: 17em;
  height: 100%;
  border-radius: 2vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-video {
  position: relative;
}

.slide-title {
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  height: 4vw;
  background-color: #c0cfb2;
  border-radius: 4vw;
  justify-content: center;
  align-items: center;
  margin-top: 1.38vw;
  margin-left: 0;
  display: flex;
  position: relative;
}

.icon {
  top: 0%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.right-arrow {
  height: 4vw;
  background-color: #c0cfb2;
  border-radius: 4vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block {
  width: 100vw;
  margin-left: -6.94em;
  margin-right: -6.94em;
}

.invite {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 70% 30%;
  grid-auto-columns: 1fr;
  display: grid;
}

.invite-left {
  background-color: #c0cfb2;
  padding-top: 2.77em;
  padding-bottom: 2.08em;
  padding-left: 3.47em;
}

.invite-right {
  grid-row-gap: .83em;
  border: 2px solid #c0cfb2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.invite-map-link {
  color: #253528;
}

.mb-5 {
  margin-bottom: 5px;
}

.button-s {
  background-color: #c0cfb2;
  border-radius: 11px;
  padding: 1.11em 4.51em;
  font-size: 1.38em;
  font-weight: 700;
  transition: all .3s;
}

.button-s:hover {
  background-color: #87a986;
}

.width-212 {
  width: 14.72em;
}

.questions-heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordeon-item {
  border-bottom: 1px solid #253528;
  display: block;
}

.accordeon-name {
  justify-content: space-between;
  padding: 1.38em 2.77em 1.38em 0;
  display: flex;
}

.accordeon-name.w--open {
  transition: all .3s;
}

.accordeon-content {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.accordeon-content.w--open {
  padding-top: .4em;
  padding-bottom: 1.38em;
  padding-right: 26em;
}

.cta {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.field-big {
  width: 30em;
  height: 13em;
  min-height: 13em;
  border: 2px solid #c0cfb2;
  border-radius: 11px;
  margin-bottom: 1.73vw;
  padding-top: 1vw;
  padding-left: 1.73vw;
  font-size: 1em;
}

.field-big:active, .field-big:focus {
  font-size: 1em;
}

.field-big::-ms-input-placeholder {
  color: rgba(37, 53, 40, .6);
  font-size: 1em;
}

.field-big::placeholder {
  color: rgba(37, 53, 40, .6);
  font-size: 1em;
}

.field {
  width: 30em;
  height: 3.5em;
  min-height: 3.5em;
  border: 2px solid #c0cfb2;
  border-radius: 11px;
  margin-bottom: 1.73vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1.73vw;
  font-size: 1em;
}

.field:active, .field:focus {
  font-size: 1em;
}

.field:focus-visible {
  font-size: 1em;
}

.field[data-wf-focus-visible] {
  font-size: 1em;
}

.field::-ms-input-placeholder {
  color: rgba(37, 53, 40, .6);
  font-size: 1em;
}

.field::placeholder {
  color: rgba(37, 53, 40, .6);
  font-size: 1em;
}

.buttons-wrap {
  justify-content: space-between;
  padding-left: 11.8em;
  padding-right: 11.8em;
}

.button-l {
  background-color: #c0cfb2;
  border-radius: 11px;
  padding: 1.11em 6em;
  font-size: 1.38em;
  font-weight: 700;
  transition: all .3s;
}

.button-l:hover {
  background-color: #79b975;
}

.button-l.mb-10 {
  transition: all .3s;
}

.buttons-wrap_flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.buttons-wrap__left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contacts-right {
  width: 52.5em;
  height: auto;
}

.contacts {
  justify-content: space-between;
  display: flex;
}

.white {
  color: #fff;
}

.map-dot {
  color: #fff;
  transition: all .3s;
}

.map-dot:hover {
  letter-spacing: .05em;
}

.soc-media {
  grid-row-gap: 2.08em;
  flex-direction: column;
  align-items: flex-start;
}

.soc-media__item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.soc-media__icon {
  width: 1.38em;
  height: 1.38em;
  margin-right: .69em;
}

.contacts-map {
  width: 100%;
  height: 100%;
}

.link {
  text-decoration: none;
}

.services-image__wrap {
  overflow: hidden;
}

.services-image__wrap-vertical {
  width: 7.29em;
  min-width: 5.3em;
  overflow: hidden;
}

.slider-video__item {
  width: 99%;
  height: 99%;
}

.slider-youtube__video {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-video-wrap {
  width: 99%;
  min-width: 99%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-mockup__video {
  width: 99%;
  border-radius: 1.6em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.youtube {
  height: 100%;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  height: 1px;
  background-color: #e4ebf3;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.my-video {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.services-explain__left-mob {
  border-right: 2px solid rgba(135, 169, 134, .5);
  justify-content: center;
  align-items: center;
  padding-left: 9.23em;
  padding-right: 1.8em;
  display: none;
}

.services-explain__left-mob.hide {
  display: none;
}

.services-list__right_mob {
  width: 58.8em;
  grid-column-gap: 1.25vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.h4-text {
  color: #253528;
  font-family: Raleway, sans-serif;
  font-size: 1.38em;
  font-weight: 600;
  line-height: 120%;
}

.navlink-wrap-animated {
  z-index: 999;
  grid-row-gap: 10px;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navlink-wrap-animated-mob {
  z-index: 999;
  grid-row-gap: 10px;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.navlink-wrap-animated-mob.hide {
  display: none;
}

.fixed-element {
  width: 30px;
  height: 30px;
  background-color: #ff7575;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navlink-animated {
  z-index: 9999;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.mb-12 {
  margin-bottom: .83em;
}

.services-image-mob {
  width: 100%;
}

.buttons-wrap__right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .navlink-wrap {
    top: 44.9em;
    right: 17.5em;
  }

  .field-big {
    width: 34em;
  }

  .field-big::-ms-input-placeholder {
    font-size: 1.38em;
  }

  .field-big::placeholder {
    font-size: 1.38em;
  }

  .field {
    width: 34em;
    height: 4em;
    min-height: 4em;
  }

  .field::-ms-input-placeholder {
    font-size: 1.38em;
  }

  .field::placeholder {
    font-size: 1.38em;
  }

  .navlink-wrap-animated, .navlink-wrap-animated-mob {
    top: 44.9em;
    right: 17.5em;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 18px;
  }

  .navbar {
    max-width: 1440px;
  }

  .navlink-wrap {
    top: 44.9em;
    right: 17.1em;
  }

  .slider-mask {
    margin-right: -15em;
  }

  .field-big {
    width: 40em;
    height: 16em;
    min-height: 16em;
  }

  .field-big::-ms-input-placeholder {
    font-size: 1.6em;
  }

  .field-big::placeholder {
    font-size: 1.6em;
  }

  .field {
    width: 40em;
    height: 5em;
    min-height: 5em;
  }

  .field::-ms-input-placeholder {
    font-size: 1.6em;
  }

  .field::placeholder {
    font-size: 1.6em;
  }

  .navlink-wrap-animated, .navlink-wrap-animated-mob {
    top: 44.9em;
    right: 17.1em;
  }
}

@media screen and (max-width: 991px) {
  .slider-mask {
    overflow: scroll;
  }

  .slide-video-wrap {
    width: 98%;
    min-width: 98%;
  }

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

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1, h2, h3 {
    font-size: 4vw;
  }

  h4 {
    font-size: 2.77vw;
  }

  p {
    font-size: 18px;
  }

  .section {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }

  .section.mb-94.mob-mb-56 {
    margin-bottom: 9.33vw;
  }

  .subtitle {
    font-size: 3.38vw;
  }

  .navlink {
    border-radius: 10px;
    padding: 2vw 3.77vw;
  }

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

  .button {
    border-radius: 14px;
    padding: 3vw 10vw;
    font-size: 18px;
  }

  .navlink-text {
    font-size: 15px;
  }

  .mb-25.center {
    text-align: center;
  }

  .hide-landscape {
    display: none;
  }

  .top-wrap {
    align-items: flex-end;
    padding-top: 3.2vw;
  }

  .hero-right {
    height: 20em;
    margin-right: -3.2vw;
  }

  .hero-door {
    width: 8em;
    left: 45%;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar__links {
    grid-column-gap: 0em;
    justify-content: space-between;
  }

  .navlink-call {
    border-radius: 14px;
  }

  .navlink-underline {
    width: 10vw;
  }

  .navlink-wrap {
    top: auto;
    bottom: 1%;
    left: auto;
    right: 1%;
  }

  .about {
    width: 100%;
    grid-row-gap: 2.5vw;
  }

  .section-full {
    padding-top: 9.33vw;
    padding-bottom: 9.33vw;
  }

  .section-full.mb-94.mob-mb-56 {
    margin-bottom: 9.33vw;
  }

  .services-list {
    grid-row-gap: 8vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-list__left {
    width: 100%;
  }

  .services-list__right {
    grid-row-gap: 5vw;
  }

  .services-list__right.hide-mob {
    display: none;
  }

  .services-list__left_item {
    width: 30vw;
    height: auto;
  }

  .services-image {
    height: 100%;
    object-fit: cover;
  }

  .services-list__left_item-top {
    margin-bottom: 14px;
    display: block;
  }

  .services-explain__left {
    padding-left: 0;
  }

  .services-explain__right {
    padding-left: 3.2vw;
  }

  .italic {
    font-size: 16px;
  }

  .slide {
    width: 30vw;
  }

  .left-arrow {
    height: 5vw;
    margin-top: 4.38vw;
  }

  .right-arrow {
    height: 5vw;
  }

  .invite {
    grid-template-columns: 100%;
  }

  .invite-left {
    padding-right: 3.47em;
  }

  .invite-right {
    padding-top: 2.77em;
    padding-bottom: 2.77em;
  }

  .button-s {
    border-radius: 14px;
    padding: 3vw 10vw;
    font-size: 18px;
  }

  .questions-heading.mb-36.center {
    text-align: center;
  }

  .accordeon-name {
    width: 100%;
  }

  .accordeon-content.w--open {
    padding-right: 0;
  }

  .cta {
    grid-row-gap: 4vw;
    flex-direction: column;
  }

  .field-big {
    width: 60vw;
    height: 20vw;
    min-height: 20vw;
    padding-top: 2vw;
    padding-left: 2vw;
  }

  .field-big:active, .field-big:focus {
    font-size: 14px;
  }

  .field-big::-ms-input-placeholder {
    font-size: 14px;
  }

  .field-big::placeholder {
    font-size: 14px;
  }

  .field {
    width: 60vw;
    height: 8vw;
    min-height: 8vw;
    margin-bottom: 5vw;
  }

  .field:active {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 2vw;
    font-size: 14px;
  }

  .field:focus {
    font-size: 14px;
  }

  .field:focus-visible {
    font-size: 14px;
  }

  .field[data-wf-focus-visible] {
    font-size: 14px;
  }

  .field::-ms-input-placeholder {
    font-size: 14px;
  }

  .field::placeholder {
    font-size: 14px;
  }

  .buttons-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .button-l {
    border-radius: 14px;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 18px;
  }

  .buttons-wrap_flex {
    grid-column-gap: 4vw;
    justify-content: center;
  }

  .contacts-right {
    width: 100%;
  }

  .contacts {
    grid-row-gap: 8vw;
    flex-direction: column;
  }

  .map-dot.mb-94.mob-mb-56 {
    margin-bottom: 9.33vw;
  }

  .services-image__wrap {
    width: 100%;
    height: 16vw;
    overflow: hidden;
  }

  .slide-video-wrap {
    width: 98%;
    min-width: 98%;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .services-explain__left-mob {
    padding-left: 0;
  }

  .services-list__right_mob {
    width: 100%;
    grid-column-gap: 1.25vw;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .navlink-wrap-animated {
    top: auto;
    bottom: 1%;
    left: auto;
    right: 1%;
  }

  .navlink-wrap-animated-mob {
    position: fixed;
    top: auto;
    bottom: 2%;
    left: auto;
    right: 3%;
  }

  .navlink-wrap-animated-mob.hide {
    display: flex;
  }

  .services-image-mob {
    height: 100%;
    object-fit: cover;
  }

  .services-image-mob.hide {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 6.8vw;
  }

  h2 {
    font-size: 5.33vw;
  }

  h3 {
    font-size: 5.33vw;
    line-height: 120%;
  }

  h4 {
    font-size: 5.33vw;
  }

  p {
    font-size: 16px;
  }

  .section.mb-94.mob-mb-56 {
    margin-bottom: 14.93vw;
  }

  .subtitle {
    font-size: 5.33vw;
  }

  .navlink {
    width: 50.6vw;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    padding: 4vw 6vw;
    display: flex;
  }

  .navlink.mb-4 {
    margin-bottom: 4vw;
  }

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

  .button {
    border-radius: 11px;
    padding: 4.26vw 17.06vw;
    font-size: 18px;
    font-weight: 600;
  }

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

  .mb-10.width-320 {
    width: 100%;
  }

  .mob-mb-56 {
    margin-bottom: 14.93vw;
  }

  .mob-mb-32 {
    margin-bottom: 8.53vw;
  }

  .mob-mb-24 {
    margin-bottom: 6.4vw;
  }

  .mob-mb-10 {
    margin-bottom: 2.66vw;
  }

  .hide {
    display: block;
  }

  .hide-mob {
    display: none;
  }

  .top-wrap {
    align-items: center;
  }

  .top-wrap.mb-36 {
    flex-direction: row;
  }

  .top-wrap__center {
    width: 26.6vw;
    height: 13.86vw;
  }

  .top-wrap__right {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .hero.mb-36 {
    grid-row-gap: 14.3vw;
    grid-template-columns: 1fr;
  }

  .hero-right {
    margin-right: 0;
  }

  .hero-door {
    top: 16.5%;
    left: 61%;
  }

  .navbar__links {
    flex-direction: column;
    align-items: center;
  }

  .navlink-call {
    border-radius: 11px;
    padding: 4.26vw 6.4vw;
  }

  .navlink-wrap {
    bottom: 2%;
    right: 2%;
  }

  .navlink-wrap.mob-hide {
    display: none;
  }

  .section-full {
    padding-top: 14.93vw;
    padding-bottom: 14.93vw;
  }

  .section-full.mb-94.mob-mb-56 {
    margin-bottom: 14.93vw;
  }

  .services-heading.mb-48.center {
    text-align: center;
  }

  .services-list {
    grid-row-gap: 10vw;
  }

  .services-list__left {
    grid-row-gap: 10vw;
    grid-template-columns: 1fr;
  }

  .services-list__right {
    width: 100%;
    grid-row-gap: 10vw;
    border-left-width: 0;
    padding-left: 0;
  }

  .services-list__left_item {
    width: 100%;
  }

  .services-link.mb-12 {
    margin-bottom: 12px;
  }

  .services-image {
    height: 100%;
  }

  .services-list__right-item {
    grid-column-gap: 4vw;
  }

  .services-explain {
    grid-row-gap: 6.66vw;
    flex-direction: column-reverse;
  }

  .services-explain__left {
    border-top: 2px solid #c0cfb2;
    border-right-width: 0;
    padding-top: 4vw;
    padding-right: 0;
  }

  .services-explain__right {
    width: 100%;
    padding-left: 0;
  }

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

  .slider-mask {
    width: 100vw;
    overflow: scroll;
  }

  .slide {
    width: 47.2vw;
  }

  .slide-video__item {
    width: 98%;
    border-radius: 3.7vw;
  }

  .slide-video {
    overflow: hidden;
  }

  .left-arrow, .right-arrow {
    height: 10vw;
  }

  .invite-left {
    padding: 13.33vw 12vw;
  }

  .invite-right {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }

  .button-s {
    border-radius: 11px;
    padding: 4.26vw 17.06vw;
    font-size: 18px;
    font-weight: 600;
  }

  .accordeon-name {
    padding-right: 0;
  }

  .cta-left, .cta-right {
    width: 100%;
  }

  .field-big {
    width: 100%;
    height: 30vw;
    min-height: 30vw;
    padding-top: 2.77vw;
    padding-left: 2.77vw;
  }

  .field {
    width: 100%;
    height: 12vw;
    min-height: 12vw;
    padding-left: 2.77vw;
  }

  .form, .form-block {
    width: 100%;
  }

  .button-l {
    border-radius: 11px;
    padding: 4.26vw 17.06vw;
    font-size: 18px;
    font-weight: 600;
  }

  .buttons-wrap_flex {
    flex-direction: column;
    align-items: center;
  }

  .services-image__wrap {
    width: 100%;
    height: 40vw;
    object-fit: cover;
  }

  .services-image__wrap-vertical {
    width: 40vw;
    min-width: 40vw;
  }

  .center {
    text-align: center;
  }

  .full {
    width: 100%;
    white-space: normal;
  }

  .slide-video-wrap {
    width: 98%;
    min-width: 98%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slide-mockup__video {
    width: 98.9%;
    border-radius: 4.2vw;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .services-explain__left-mob {
    width: 70%;
    border-top: 2px #c0cfb2;
    border-left: 2px solid #79b975;
    border-right-style: none;
    border-right-width: 0;
    padding-left: 3vw;
    padding-right: 0;
    display: block;
  }

  .services-list__right_mob {
    grid-row-gap: 10vw;
    grid-template-columns: 1fr;
  }

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

  .navlink-wrap-animated {
    bottom: 2%;
    right: 2%;
  }

  .navlink-wrap-animated-mob {
    position: fixed;
    top: auto;
    bottom: 2%;
    left: auto;
    right: 3%;
  }

  .navlink-wrap-animated-mob.mob-hide {
    display: none;
  }

  .services-image-mob {
    height: 100%;
  }
}

#w-node-_29823341-cb68-5894-a8b4-29b41361c8df-8baf3102, #w-node-b5bef5e4-bc60-9905-4b53-bf248b8030e4-8baf3102, #w-node-_9962c774-5989-4db4-5f5d-f316bebe4e63-8baf3102, #w-node-e1da04ec-b127-29e0-3a5d-20008c3fb4ab-8baf3102, #w-node-_63338731-9891-2571-fd4a-a268dfa1c75c-8baf3102, #w-node-b78d3d91-63c1-f027-753d-3fa6a4a3311c-8baf3102, #w-node-_87956b4b-75dc-19e5-6248-d3f8ebb83be4-8baf3102, #w-node-_87956b4b-75dc-19e5-6248-d3f8ebb83bf3-8baf3102, #w-node-f18535ed-fc54-0911-743a-43ea48016af2-8baf3102, #w-node-_2c10f5ed-0367-04f5-28c6-4394f710d3d1-8baf3102 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.form-done{
  display: none;
}
.form-done.show{
  display: block;
  color: #c0cfb2;
  font-size: 20px;
  max-width: 430px;
  margin-top: 20px;
  border: 1px solid #c0cfb2;
  padding: 5px;
  border-radius: 11px;
}
.form-fail{
  display: none;
}
.form-fail.show{
  display: block;
}
