@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;700;800&family=Dancing+Script&family=Heebo:wght@100;400;600;900&display=swap');

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  color: #fff;
  line-height: 1;
  font-family: "Heebo";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  direction: rtl;
}

input,
button,
textarea {
  font-family: "Heebo";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например main-header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 83.75rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.875rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

._section-title {
  line-height: 1.1904761905;
  font-weight: 700;
  text-align: center;
}

@supports (font-size: clamp(1.375rem, 1.0046296296rem + 1.8518518519vw, 2.625rem)) {
  ._section-title {
    font-size: clamp(1.375rem, 1.0046296296rem + 1.8518518519vw, 2.625rem);
  }
}

@supports not (font-size: clamp(1.375rem, 1.0046296296rem + 1.8518518519vw, 2.625rem)) {
  ._section-title {
    font-size: calc(1.375rem + 1.25 * (100vw - 20rem) / 67.5);
  }
}

.scroll-item-wrapper {
  position: relative;
}

.scroll-item {
  position: absolute;
  top: -140px;
}

._slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._slider-pagination .swiper-pagination-bullet {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background-color: #b3b3b3;
  position: relative;
}

._slider-pagination .swiper-pagination-bullet::before {
  content: "";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  top: -0.25rem;
  left: -0.25rem;
  border-radius: 50%;
  border: 0.0625rem solid #b3b3b3;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

._slider-pagination .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition-property: width;
  transition-duration: 0.5s;
  z-index: 90;
}

body .uwy.userway_p1 .uai {
  top: unset !important;
  bottom: 10px !important;
  left: 55px !important;
}

.main-header * {
  transition: 0.5s;
}

.main-header.fixed {
  background: #29aae3;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.main-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 110.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
}

.main-header__calculator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.9375rem;
  flex: 0 0 20.9375rem;
  display: block;
}

.main-header.fixed .main-header__calculator {
  flex: 0 0 17.9375rem;
}

.main-header__calculator img {
  width: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.8125rem;
  min-height: 8.75rem;
}

.main-header.fixed .menu {
  min-height: 6.75rem;
}

.menu__logo {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.5625rem;
  flex: 0 0 11.5625rem;
  position: relative;
  z-index: 16;
}

.menu__logo img {
  width: 100%;
}

.menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.8125rem;
  -webkit-transition: top 0.5s ease 0s;
  -o-transition: top 0.5s ease 0s;
  transition: top 0.5s ease 0s;
  z-index: 15;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1875rem;
}

.menu__link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Heebo";
  line-height: 1.2;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  white-space: nowrap;
  position: relative;
}

.menu__link_active {
  pointer-events: none;
  cursor: default;
}

.menu__link_blog {
  font-family: 'Dancing Script', cursive;
  text-transform: unset;
  font-size: 2.875rem;
  line-height: 1.2173913043;
  color: #ffd503;
  font-weight: 400;
  margin-right: 1.875rem;
}

.menu__active-link-decor {
  position: absolute;
  bottom: -0.4375rem;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.375rem;
}

.menu__active-link-decor-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.375rem;
  flex: 0 0 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #fcee21;
}

.socials-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__item {
  position: relative;
}

.menu__item::before {
  position: absolute;
  top: 100%;
  left: 50%;
  color: transparent;
  content: "•";
  text-shadow: transparent 0px 0px;
  font-size: 1.4em;
  line-height: 12px;
  transform: translateX(-50%);
  pointer-events: none;
  transition: text-shadow 0.3s ease 0s, color 0.3s ease 0s;
}

.menu__item:hover::before {
  color: #fcee21;
  text-shadow: 10px 0 #fcee21, -10px 0 #fcee21;
}

.menu__item.blog::before {
  display: none !important;
}

.socials-menu__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5625rem;
  flex: 0 0 1.5625rem;
}

.socials-menu__link {
  width: 1.5625rem;
  height: 1.5625rem;
  display: block;
}

.socials-menu__link svg {
  fill: #e6e6e6;
  -webkit-transition: fill 0.3s ease 0s;
  -o-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}

.icon-menu {
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footer {
  background-color: #4d4d4d;
}

@supports (padding-top: clamp(2.5rem, 1.3888888889rem + 5.5555555556vw, 6.25rem)) {
  .footer {
    padding-top: clamp(2.5rem, 1.3888888889rem + 5.5555555556vw, 6.25rem);
  }
}

@supports not (padding-top: clamp(2.5rem, 1.3888888889rem + 5.5555555556vw, 6.25rem)) {
  .footer {
    padding-top: calc(2.5rem + 3.75 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-bottom: clamp(1.5625rem, 0.1736111111rem + 6.9444444444vw, 6.25rem)) {
  .footer {
    padding-bottom: clamp(1.5625rem, 0.1736111111rem + 6.9444444444vw, 6.25rem);
  }
}

@supports not (padding-bottom: clamp(1.5625rem, 0.1736111111rem + 6.9444444444vw, 6.25rem)) {
  .footer {
    padding-bottom: calc(1.5625rem + 4.6875 * (100vw - 20rem) / 67.5);
  }
}

.footer__wrapper {
  max-width: 66.25rem;
  margin: 0 auto 0 0;
}

.footer__body {
  max-width: 60.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__text-block {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 15.9375rem;
  flex: 0 1 15.9375rem;
  padding: 1.25rem 0.9375rem 0;
  position: relative;
}

.footer__text-block::after,
.footer__text-block::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  height: 115%;
  top: -7.5%;
  background-color: #fff;
}

.footer__text-block::after {
  left: -20%;
}

.footer__text-block::before {
  right: -20%;
}

.menu-footer__item:not(:last-child) {
  margin-bottom: 0.625rem;
}

.menu-footer__link {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.menu-footer__link_blog {
  display: block;
  margin-top: 1.25rem;
  font-family: "Dancing Script";
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1.1739130435;
  color: #ffd503;
}

.info-block-footer__logo {
  margin-top: -1.5625rem;
  width: 15.625rem;
  display: block;
}

.info-block-footer__logo img {
  width: 100%;
}

.info-block-footer__logo:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.info-block-footer__socials {
  padding-right: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
}

.info-block-footer__socials:not(:last-child) {
  margin-bottom: 0.625rem;
}

.info-block-footer__socials-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.5625rem;
  flex: 0 0 1.5625rem;
}

.info-block-footer__link {
  width: 1.5625rem;
  height: 1.5625rem;
}

.info-block-footer__link svg {
  fill: #e6e6e6;
  -webkit-transition: fill 0.3s ease 0s;
  -o-transition: fill 0.3s ease 0s;
  transition: fill 0.3s ease 0s;
}

.info-block-footer__copyright {
  font-size: 0.9375rem;
  line-height: 1.4666666667;
  font-family: "Assistant";
  font-weight: 400;
}

.info-block-footer__copyright._lower {
  display: none;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.home .main-home {
  background: url("../img/home/main/background.jpg") center bottom/cover no-repeat;
}

.main-hom {
  position: absolute;
  width: 20%;
  bottom: 0;
  left: 0;
}

.home .main-home__container {
  position: relative;
  z-index: 2;
}

@supports (padding-top: clamp(6.875rem, 5.6712962963rem + 6.0185185185vw, 10.9375rem)) {
  .home .main-home__container {
    padding-top: clamp(6.875rem, 5.6712962963rem + 6.0185185185vw, 10.9375rem);
  }
}

@supports not (padding-top: clamp(6.875rem, 5.6712962963rem + 6.0185185185vw, 10.9375rem)) {
  .home .main-home__container {
    padding-top: calc(6.875rem + 4.0625 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-bottom: clamp(10.3125rem, 22.4024086379rem + -14.1196013289vw, 15.625rem)) {
  .home .main-home__container {
    padding-bottom: clamp(10.3125rem, 22.4024086379rem + -14.1196013289vw, 15.625rem);
  }
}

@supports not (padding-bottom: clamp(10.3125rem, 22.4024086379rem + -14.1196013289vw, 15.625rem)) {
  .home .main-home__container {
    padding-bottom: calc(15.625rem + -5.3125 * (100vw - 48rem) / 37.625);
  }
}

.home .main-home__text-block {
  position: relative;
  z-index: 3;
}

.home .main-home__title {
  line-height: 1.06;
  font-weight: 900;
  max-width: 36.25rem;
}

@supports (font-size: clamp(1.875rem, 1.5046296296rem + 1.8518518519vw, 3.125rem)) {
  .home .main-home__title {
    font-size: clamp(1.875rem, 1.5046296296rem + 1.8518518519vw, 3.125rem);
  }
}

@supports not (font-size: clamp(1.875rem, 1.5046296296rem + 1.8518518519vw, 3.125rem)) {
  .home .main-home__title {
    font-size: calc(1.875rem + 1.25 * (100vw - 20rem) / 67.5);
  }
}

.home .main-home__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.home .main-home__subtitle {
  line-height: 1.1935483871;
  font-weight: 400;
  max-width: 30.8125rem;
}

@supports (font-size: clamp(1.375rem, 1.2083333333rem + 0.8333333333vw, 1.9375rem)) {
  .home .main-home__subtitle {
    font-size: clamp(1.375rem, 1.2083333333rem + 0.8333333333vw, 1.9375rem);
  }
}

@supports not (font-size: clamp(1.375rem, 1.2083333333rem + 0.8333333333vw, 1.9375rem)) {
  .home .main-home__subtitle {
    font-size: calc(1.375rem + 0.5625 * (100vw - 20rem) / 67.5);
  }
}

.home .main-home__subtitle:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.home .main-home__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}

.home .main-home__button {
  background: -webkit-gradient(linear, left top, right top, from(#de4a1b), to(#f7931e));
  background: -o-linear-gradient(left, #de4a1b 0%, #f7931e 100%);
  background: linear-gradient(to right, #de4a1b 0%, #f7931e 100%);
  padding: 0.75rem 1.875rem;
  position: relative;
  border-radius: 1.875rem;
  font-family: "Assistant";
  font-weight: 800;
  font-size: 1.375rem;
  line-height: 1.1818181818;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  cursor: pointer;
}

.home .main-home__button p,
.home .main-home__button img {
  position: relative;
  z-index: 3;
}

.home .main-home__button::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  top: -0.25rem;
  left: -0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#f7931e), to(#de4a1b));
  background: -o-linear-gradient(left, #f7931e 0%, #de4a1b 100%);
  background: linear-gradient(to right, #f7931e 0%, #de4a1b 100%);
  z-index: -1;
  border-radius: 1.875rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.home .main-home__button::after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  top: -0.25rem;
  left: -0.25rem;
  background: #de4a1b;
  z-index: -1;
  border-radius: 1.875rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0s, z-index 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s, z-index 0.4s ease 0s;
  transition: opacity 0.4s ease 0s, z-index 0.4s ease 0s;
}

.home .main-home__button_calculator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.375rem;
  flex: 0 0 1.375rem;
}

.home .main-home__button_calculator img {
  width: 1.5625rem;
  height: 1.6875rem;
}

.home .main-home__button_video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.8125rem;
  flex: 0 0 1.8125rem;
}

.home .main-home__button_video img {
  width: 1.8125rem;
  height: 1.4375rem;
}

.home .main-home__construction-decor-ibg {
  position: absolute;
  left: -20.7142857143%;
  bottom: 0;
  width: 76.0714285714%;
  padding-bottom: 32.7857142857%;
}

.main-home__construction-decor-ibg div {
  position: absolute;
  width: auto !important;
  height: 100% !important;
  top: 0;
  right: 0;
}

.home .main-home__ground-decor-ibg {
  margin-top: -0.75rem;
  padding-bottom: 3.1770833333%;
  width: 100%;
}

.home .how-it-works-home {
  position: relative;
  padding-top: 2.5rem;
  background: url("../img/home/how-it-works/background.jpg") center/cover no-repeat;
}

.home .how-it-works-home__container_big {
  position: relative;
  max-width: 97.1875rem;
}

.home .how-it-works-home__container_big:not(:last-child) {
  margin-bottom: 0.625rem;
}

.home .how-it-works-home__title {
  position: relative;
}

.home .how-it-works-home__title:not(:last-child) {
  margin-bottom: 3.75rem;
}

.home .how-it-works-home__title::before {
  content: url("../img/svg/arrow-bottom.svg");
  width: 2.0625rem;
  height: 1.5rem;
  position: absolute;
  bottom: -1.5625rem;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.home .how-it-works-home__calculator {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  font-family: "Assistant";
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.2222222222;
  background-color: #f15a24;
  padding: 0.9375rem 2.5rem;
  border: 0.4375rem solid #fff;
  border-radius: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 27.5rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5625rem;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.home .how-it-works-home__calculator-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.75rem;
  flex: 0 0 1.75rem;
}

.home .how-it-works-home__calculator-image img {
  width: 100%;
}

.home .how-it-works-home__arrows-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.125rem;
  flex: 0 0 1.125rem;
  height: 0.8125rem;
}

.home .how-it-works-home__arrows-image img {
  width: 100%;
}

.home .how-it-works-home__text-content {
  position: relative;
  max-width: 75rem;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 5;
}

.home .how-it-works-home__photo {
  width: 12.5rem;
}

.home .how-it-works-home__photo:not(:last-child) {
  margin-bottom: 0.625rem;
}

.home .how-it-works-home__photo img {
  width: 100%;
}

.home .how-it-works-home__name {
  font-size: 1.3125rem;
  line-height: 1.1904761905;
  font-weight: 700;
  margin-right: 3.4375rem;
}

.home .how-it-works-home__name:not(:last-child) {
  margin-bottom: 0.625rem;
}

.home .how-it-works-home__text {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1666666667;
  max-width: 33.75rem;
  margin-right: 3.4375rem;
}

.home .how-it-works-home__sky-decor-ibg {
  position: absolute;
  z-index: 1;
  width: 34.1795665635%;
  padding-bottom: 18.3900928793%;
}

@supports (bottom: clamp(-4.6875rem, 21.3537145622rem + -21.7010121352vw, 10.9375rem)) {
  .home .how-it-works-home__sky-decor-ibg {
    bottom: clamp(-4.6875rem, 21.3537145622rem + -21.7010121352vw, 10.9375rem);
  }
}

@supports not (bottom: clamp(-4.6875rem, 21.3537145622rem + -21.7010121352vw, 10.9375rem)) {
  .home .how-it-works-home__sky-decor-ibg {
    bottom: calc(10.9375rem + -15.625 * (100vw - 47.99875rem) / 72.00125);
  }
}

@supports (left: clamp(-3.125rem, 9.8057558027rem + -10.7756298356vw, 3.125rem)) {
  .home .how-it-works-home__sky-decor-ibg {
    left: clamp(-3.125rem, 9.8057558027rem + -10.7756298356vw, 3.125rem);
  }
}

@supports not (left: clamp(-3.125rem, 9.8057558027rem + -10.7756298356vw, 3.125rem)) {
  .home .how-it-works-home__sky-decor-ibg {
    left: calc(3.125rem + -6.25 * (100vw - 61.99875rem) / 58.00125);
  }
}

.home .how-it-works-home__sky-decor-ibg ._decor-mobile {
  display: none;
}

.scroll-item-wrapper ._decor-mobile {
  display: none;
}

.home .how-it-works-home__cars-decor-ibg {
  width: 100%;
  padding-bottom: 15%;
}

.home .how-it-works-home__cars-decor-ibg ._cars-mobile {
  display: none;
}

.home .how-it-works-home-tabs {
  position: relative;
}

.home .how-it-works-home-tabs:not(:last-child) {
  margin-bottom: 6.25rem;
}

.home .how-it-works-home-tabs__navigation:not(:last-child) {
  margin-bottom: 2.5rem;
}

.home .how-it-works-home-tabs__body {
  display: none;
}

.home .how-it-works-home-tabs__body.active {
  display: block;
}

.home .how-it-works-home-tabs__title {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 13.75rem;
  flex: 0 0 13.75rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.home .how-it-works-home-tabs__title.tablet {
  display: none;
}

.home .how-it-works-home-tabs__title p {
  font-size: 1.5rem;
  line-height: 1.2083333333;
  font-weight: 700;
  padding: 0.75rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#0071bc), to(#29abe2));
  background: -o-linear-gradient(left, #0071bc 0%, #29abe2 100%);
  background: linear-gradient(to right, #0071bc 0%, #29abe2 100%);
  border-radius: 2.1875rem;
  position: relative;
  z-index: 2;
}

.home .how-it-works-home-tabs__title p::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#de4a1b), to(#f7931e));
  background: -o-linear-gradient(left, #de4a1b 0%, #f7931e 100%);
  background: linear-gradient(to right, #de4a1b 0%, #f7931e 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.home .how-it-works-home-tabs__title::before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5rem);
  height: calc(100% + 0.5rem);
  top: -0.25rem;
  left: -0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#29abe2), to(#0071bc));
  background: -o-linear-gradient(left, #29abe2 0%, #0071bc 100%);
  background: linear-gradient(to right, #29abe2 0%, #0071bc 100%);
  z-index: 1;
  border-radius: 2.1875rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.home .how-it-works-home-tabs__title::after {
  content: "";
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
}

.home .how-it-works-home-tabs__title._tab-active p {
  background: -webkit-gradient(linear, left top, right top, from(#de4a1b), to(#f7931e));
  background: -o-linear-gradient(left, #de4a1b 0%, #f7931e 100%);
  background: linear-gradient(to right, #de4a1b 0%, #f7931e 100%);
}

.home .how-it-works-home-tabs__title._tab-active::before {
  border-radius: 1.875rem;
  background: -webkit-gradient(linear, left top, right top, from(#f7931e), to(#de4a1b));
  background: -o-linear-gradient(left, #f7931e 0%, #de4a1b 100%);
  background: linear-gradient(to right, #f7931e 0%, #de4a1b 100%);
}

.home .how-it-works-home-tabs__title._tab-active::after {
  opacity: 1;
  position: absolute;
  width: calc(100% + 1.5rem);
  height: calc(100% + 1.5rem);
  top: -0.75rem;
  left: -0.75rem;
  border-radius: 2.1875rem;
  border: 0.25rem solid #f7931e;
}

.home .item-how-home {
  text-align: center;
  padding: 1.25rem 0 4.375rem;
}

.home .item-how-home__number {
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #f15a24;
  position: relative;
  margin: 0 auto;
}

.home .item-how-home__number:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.home .item-how-home__number::before {
  content: "";
  position: absolute;
  width: calc(100% + 1.25rem);
  height: calc(100% + 1.25rem);
  top: -0.625rem;
  left: -0.625rem;
  border-radius: 50%;
  border: 0.0625rem solid #fff;
}

.home .item-how-home__number p {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.2222222222;
}

.home .item-how-home__title {
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.1904761905;
}

.home .item-how-home__title:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.home .item-how-home__describe {
  font-weight: 400;
  text-align: center;
}

.home .item-how-home__pagination:not(.home .item-how-home__pagination_third) {
  margin-bottom: 2.1875rem;
}

.home .item-how-home__pagination_third {
  margin-bottom: 0.3125rem;
}

.home .clients-review-home {
  padding-top: 1.25rem;
  padding-bottom: 3.125rem;
  background-color: #666666;
}

.home .clients-review-home__title:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.home .clients-review-home__slider {
  padding-bottom: 0.625rem;
}

.home .clients-review-home__wrapper:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.home .clients-review-home__image-ibg {
  width: 100%;
  padding-bottom: 56.0975609756%;
}

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

.contact-us .contact-us__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/contact-us/background.jpg") center/cover no-repeat;
}

.contact-us .contact-us__container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

@supports (padding-top: clamp(6.875rem, 6.0416666667rem + 4.1666666667vw, 9.6875rem)) {
  .contact-us .contact-us__container {
    padding-top: clamp(6.875rem, 6.0416666667rem + 4.1666666667vw, 9.6875rem);
  }
}

@supports not (padding-top: clamp(6.875rem, 6.0416666667rem + 4.1666666667vw, 9.6875rem)) {
  .contact-us .contact-us__container {
    padding-top: calc(6.875rem + 2.8125 * (100vw - 20rem) / 67.5);
  }
}

@supports (padding-bottom: clamp(6.25rem, 5.5092592593rem + 3.7037037037vw, 8.75rem)) {
  .contact-us .contact-us__container {
    padding-bottom: clamp(6.25rem, 5.5092592593rem + 3.7037037037vw, 8.75rem);
  }
}

@supports not (padding-bottom: clamp(6.25rem, 5.5092592593rem + 3.7037037037vw, 8.75rem)) {
  .contact-us .contact-us__container {
    padding-bottom: calc(6.25rem + 2.5 * (100vw - 20rem) / 67.5);
  }
}

.contact-us .contact-us__title {
  font-weight: 900;
  line-height: 1.40625;
  padding-right: 2.1875rem;
  max-width: 40.625rem;
}

@supports (font-size: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 2rem)) {
  .contact-us .contact-us__title {
    font-size: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 2rem);
  }
}

@supports not (font-size: clamp(1.25rem, 1.0277777778rem + 1.1111111111vw, 2rem)) {
  .contact-us .contact-us__title {
    font-size: calc(1.25rem + 0.75 * (100vw - 20rem) / 67.5);
  }
}

.contact-us .contact-us__title:not(:last-child) {
  margin-bottom: 4.6875rem;
}

.contact-us .contact-us__subtitle {
  font-family: "Assistant";
  font-size: 1.375rem;
  padding-right: 2.1875rem;
  font-weight: 400;
  line-height: 1;
}

.contact-us .contact-us__subtitle:not(:last-child) {
  margin-bottom: 0.625rem;
}

.contact-us .contact-us__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.875rem;
  position: relative;
  z-index: 5;
}

.contact-us .contact-us__form-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 73.2%;
  flex: 0 0 73.2%;
  position: relative;
}

.contact-us .contact-us__form-block::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 0.0625rem;
  top: -4.6875rem;
  right: 0;
  background-color: #fff;
}

.contact-us .contact-us__contacts-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.875rem;
  flex: 0 1 16.875rem;
}

.contact-us .contact-us__contacts-item:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.contact-us .contact-us__contacts-item:first-child {
  position: relative;
}

.contact-us .contact-us__contacts-item:first-child::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: -1.125rem;
  left: 0;
  background-color: #fff;
}

.contact-us .contact-us__contacts-item-title {
  font-family: "Assistant";
  font-weight: 800;
  line-height: 1.1;
}

@supports (font-size: clamp(1.375rem, 1.2083333333rem + 0.8333333333vw, 1.9375rem)) {
  .contact-us .contact-us__contacts-item-title {
    font-size: clamp(1.375rem, 1.2083333333rem + 0.8333333333vw, 1.9375rem);
  }
}

@supports not (font-size: clamp(1.375rem, 1.2083333333rem + 0.8333333333vw, 1.9375rem)) {
  .contact-us .contact-us__contacts-item-title {
    font-size: calc(1.375rem + 0.5625 * (100vw - 20rem) / 67.5);
  }
}

.contact-us .contact-us__contacts-item-title:not(:last-child) {
  margin-bottom: 0.625rem;
}

.contact-us .contact-us__contacts-info {
  font-family: "Assistant";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.1111111111;
}

.contact-us .contact-us__contacts-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

.contact-us .contact-us__construction-decor-ibg {
  position: absolute;
  width: 34.2857142857%;
  padding-bottom: 20.8571428571%;
  bottom: 0;
  -webkit-transform: translate(0, 4.5%);
  -ms-transform: translate(0, 4.5%);
  transform: translate(0, 4.5%);
}

@supports (left: clamp(-12.5rem, 55rem + -60vw, 2.5rem)) {
  .contact-us .contact-us__construction-decor-ibg {
    left: clamp(-12.5rem, 55rem + -60vw, 2.5rem);
  }
}

@supports not (left: clamp(-12.5rem, 55rem + -60vw, 2.5rem)) {
  .contact-us .contact-us__construction-decor-ibg {
    left: calc(2.5rem + -15 * (100vw - 87.5rem) / 25);
  }
}

.contact-us .contact-us__clouds-decor-ibg {
  position: absolute;
  width: 26.0714285714%;
  padding-bottom: 11.7142857143%;
}

@supports (top: clamp(6.875rem, -29.3028846154rem + 41.3461538462vw, 20.3125rem)) {
  .contact-us .contact-us__clouds-decor-ibg {
    top: clamp(6.875rem, -29.3028846154rem + 41.3461538462vw, 20.3125rem);
  }
}

@supports not (top: clamp(6.875rem, -29.3028846154rem + 41.3461538462vw, 20.3125rem)) {
  .contact-us .contact-us__clouds-decor-ibg {
    top: calc(6.875rem + 13.4375 * (100vw - 87.5rem) / 32.5);
  }
}

@supports (left: clamp(-14.0625rem, 47.0913461538rem + -50.9615384615vw, 2.5rem)) {
  .contact-us .contact-us__clouds-decor-ibg {
    left: clamp(-14.0625rem, 47.0913461538rem + -50.9615384615vw, 2.5rem);
  }
}

@supports not (left: clamp(-14.0625rem, 47.0913461538rem + -50.9615384615vw, 2.5rem)) {
  .contact-us .contact-us__clouds-decor-ibg {
    left: calc(2.5rem + -16.5625 * (100vw - 87.5rem) / 32.5);
  }
}

.contact-us .contact-us__clouds-decor-ibg ._clouds-mobile {
  display: none;
}

.contact-us .contact-us-form {
  width: 100%;
}

.contact-us .contact-us-form__inputs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-us .contact-us-form__inputs-block:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.contact-us .contact-us-form__inputs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.7%;
  flex: 0 0 41.7%;
}

.contact-us .contact-us-form__select-block {
  position: relative;
}

.contact-us .contact-us-form__select-block:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.contact-us .contact-us-form__select-arrow {
  content: url("../img/contact-us/arrow-down.svg");
  position: absolute;
  top: 50%;
  left: 1.875rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0.9375rem;
  height: 0.9375rem;
  display: block;
  z-index: 2;
}

.contact-us .contact-us-form__select {
  width: 100%;
  font-family: "Assistant";
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.9375rem 1.875rem;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0.4375rem 0.4375rem 0.3125rem #1e9ed1;
  box-shadow: 0.4375rem 0.4375rem 0.3125rem #1e9ed1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

.contact-us .contact-us-form__select option._placeholder {
  color: #ccc;
}

.contact-us .contact-us-form__input {
  width: 100%;
  font-family: "Assistant";
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.9375rem 1.875rem;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0.4375rem 0.4375rem 0.3125rem #1e9ed1;
  box-shadow: 0.4375rem 0.4375rem 0.3125rem #1e9ed1;
  outline: none;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, -webkit-box-shadow 0.4s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, -webkit-box-shadow 0.4s ease 0s;
  -o-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.4s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.4s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, box-shadow 0.4s ease 0s, -webkit-box-shadow 0.4s ease 0s;
  color: #0071bc;
}

.contact-us .contact-us-form__input:focus {
  background-color: rgb(240, 240, 240);
  border-color: #015e9c;
}

.contact-us .contact-us-form__input:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.contact-us .contact-us-form__input::-webkit-input-placeholder {
  color: #ccc;
}

.contact-us .contact-us-form__input::-moz-placeholder {
  color: #ccc;
}

.contact-us .contact-us-form__input:-ms-input-placeholder {
  color: #ccc;
}

.contact-us .contact-us-form__input::-ms-input-placeholder {
  color: #ccc;
}

.contact-us .contact-us-form__input::placeholder {
  color: #ccc;
}

.contact-us .contact-us-form__textarea-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53.4%;
  flex: 0 0 53.4%;
}

.contact-us .contact-us-form__textarea-block .form-input-wrapper {
  height: 100%;
}

.contact-us .contact-us-form__textarea {
  width: 100%;
  height: 100%;
  resize: none;
  padding: 0.9375rem 2.5rem;
}

.contact-us .contact-us-form__button {
  float: left;
  font-family: "Assistant";
  font-size: 1.5625rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0;
  font-weight: 700;
  position: relative;
  max-width: 14.375rem;
  width: 100%;
  border-radius: 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#0071bc), to(#29abe2));
  background: -o-linear-gradient(left, #0071bc 0%, #29abe2 100%);
  background: linear-gradient(to right, #0071bc 0%, #29abe2 100%);
  outline: none;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.contact-us .contact-us-form__button:focus {
  -webkit-box-shadow: 0 0 0.4375rem #0071bc;
  box-shadow: 0 0 0.4375rem #0071bc;
}

.contact-us .contact-us-form__button p {
  z-index: 3;
}

.contact-us .contact-us-form__button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -50%;
  z-index: 2;
  border-radius: 2.1875rem;
  background-color: #0071bc;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, left 0.4s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.4s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.4s ease 0s;
}

@media (min-width: 47.99875em) {
  .home .how-it-works-home-tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.375rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 75rem) {
  .home .item-how-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffaa01;
    border: 0.4375rem solid #fff;
    border-radius: 12.5rem;
    padding: 1.875rem 4.0625rem 3.4375rem 4.0625rem;
    width: auto !important;
  }
}

@media (min-width: 81.25em) {
  .home .item-how-home__step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21.5%;
    flex: 0 0 21.5%;
  }
}

@media (min-width: 75em) {
  .home .item-how-home__step {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    position: relative;
  }

  .home .item-how-home__step:not(:last-child)::after {
    content: url("../img/svg/arrow-left.svg");
    width: 3.75rem;
    height: 1.875rem;
    position: absolute;
    left: -25%;
    top: 8.5%;
  }

  .home .item-how-home__pagination {
    display: none;
  }
}

@media (max-width: 1200px) {
  .item-how-home__step.swiper-slide {
    width: 25%;
  }
}

@media (max-width: 120em) {
  .home .main-home__ground-decor-ibg {
    margin-top: -0.5%;
  }

  .home .how-it-works-home {
    background: url("../img/home/how-it-works/background.jpg") center top/auto 103% no-repeat;
  }
}

@media (max-width: 100em) {
  .menu__link_blog {
    margin-right: 0;
  }
}

@media (max-width: 75em) {
  .home .how-it-works-home {
    background: url("../img/home/how-it-works/background.jpg") center top/auto 125% no-repeat;
  }

  .home .how-it-works-home__calculator {
    bottom: -12%;
  }

  .home .how-it-works-home-tabs__title.tablet {
    display: block;
    width: calc(100% - 40px);
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .home .how-it-works-home-tabs__body {
    max-width: 400px;
    margin: 0 auto;
  }

  .home .item-how-home__describe {
    max-width: 25rem;
    margin: 0 auto;
  }
}

@media (max-width: 103.125em) {
  .home .how-it-works-home {
    background-size: auto 107%;
  }
}

@media (max-width: 95.9375em) {
  .main-header__calculator {
    display: none;
  }

  .menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .menu__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 90.625em) {
  .home .how-it-works-home {
    background-size: auto 110%;
  }
}

@media (max-width: 71.875em) {
  .menu {
    min-height: 6.25rem;
  }

  .main-header.fixed .menu {
    min-height: 6rem;
  }

  .menu__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 9.375rem;
    flex: 0 0 9.375rem;
  }

  .menu__body {
    overflow: auto;
    padding-top: 6.875rem;
    padding-bottom: 3.125rem;
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: -webkit-gradient(linear, left top, right top, from(rgb(1, 115, 189)), to(rgb(41, 171, 226)));
    background: -o-linear-gradient(left, rgb(1, 115, 189) 0%, rgb(41, 171, 226) 100%);
    background: linear-gradient(to right, rgb(1, 115, 189) 0%, rgb(41, 171, 226) 100%);
  }

  .menu__body.active {
    top: 0;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 6.25rem;
    top: -100%;
    left: 0;
    z-index: 5;
    -webkit-transition: top 0.5s ease 0s;
    -o-transition: top 0.5s ease 0s;
    transition: top 0.5s ease 0s;
    background: -webkit-gradient(linear, left top, right top, from(rgb(1, 115, 189)), to(rgb(41, 171, 226)));
    background: -o-linear-gradient(left, rgb(1, 115, 189) 0%, rgb(41, 171, 226) 100%);
    background: linear-gradient(to right, rgb(1, 115, 189) 0%, rgb(41, 171, 226) 100%);
  }

  .menu-open .menu__body {
    top: 0;
  }

  .menu-open .menu__body::before {
    top: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu__link {
    font-size: 1.75rem;
    padding: 0.4375rem;
    font-weight: 400;
  }

  .socials-menu {
    gap: 1.25rem;
  }

  .socials-menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 2.1875rem;
    flex: 0 0 2.1875rem;
  }

  .socials-menu__link {
    width: 2.1875rem;
    height: 2.1875rem;
  }

  .icon-menu {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: block;
    position: relative;
    width: 2.1875rem;
    height: 1.375rem;
    cursor: pointer;
    z-index: 16;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.25rem;
    border-radius: 0.1875rem;
    background-color: #fff;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: 50%;
    -webkit-transform: translate(0, 50%) rotate(45deg);
    -ms-transform: translate(0, 50%) rotate(45deg);
    transform: translate(0, 50%) rotate(45deg);
  }
}

@media (max-width: 71.875em) and (max-width: 47.99875em) {
  .menu__body::before {
    height: 5.625rem;
  }
}

@media (max-width: 71.875em) and (max-width: 29.99875em) {
  .menu__body::before {
    height: 5rem;
  }
}

@media (max-width: 61.99875em) {
  .footer__wrapper {
    width: 80%;
    margin: 0 auto;
  }

  .footer__body {
    gap: 5rem;
  }

  .footer__text-block {
    display: none;
  }

  .info-block-footer__logo {
    width: 12.5rem;
    margin-top: -1.25rem;
  }

  .info-block-footer__socials {
    padding-right: 3.75rem;
  }

  .home .main-home__construction-decor-ibg {
    left: -10.3571428571%;
  }

  .home .main-home__ground-decor-ibg img {
    width: 120%;
    -o-object-position: 20%;
    object-position: 20%;
  }

  .home .how-it-works-home-tabs__navigation {
    gap: 2.5rem;
  }

  .contact-us .contact-us__main {
    background: url("../img/contact-us/background.jpg") center top/auto 110% no-repeat;
  }

  .contact-us .contact-us__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-us .contact-us__form-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .contact-us .contact-us__construction-decor-ibg {
    width: 42.8571428571%;
    padding-bottom: 26.1428571429%;
  }

  .contact-us .contact-us__clouds-decor-ibg {
    width: 50%;
    padding-bottom: 22.5%;
    top: 4.6875rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media (max-width: 47.99875em) {
  [class*=__container] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .footer__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-block-footer__logo {
    width: 10.9375rem;
    margin-top: -2.8125rem;
  }

  .info-block-footer__socials {
    padding-right: 3.125rem;
  }

  .info-block-footer__copyright {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .info-block-footer__copyright._higher {
    display: none;
  }

  .info-block-footer__copyright._lower {
    display: block;
  }

  .home .main-home__text-block {
    text-align: center;
  }

  .home .main-home__title {
    max-width: none;
  }

  .home .main-home__subtitle {
    max-width: none;
  }

  .home .main-home__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .home .main-home__button {
    font-size: 1.1875rem;
  }

  .home .main-home__construction-decor-ibg {
    left: 0;
  }

  .home .main-home__ground-decor-ibg img {
    width: 145%;
    -o-object-position: 45%;
    object-position: 45%;
  }

  .home .how-it-works-home {
    background: url("../img/home/how-it-works/background_mobile.jpg") center/cover no-repeat;
  }

  @supports (margin-bottom: clamp(0.625rem, 8.9586950483rem + -17.3623168276vw, 3.75rem)) {
    .home .how-it-works-home__container_big:not(:last-child) {
      margin-bottom: clamp(0.625rem, 8.9586950483rem + -17.3623168276vw, 3.75rem);
    }
  }

  @supports not (margin-bottom: clamp(0.625rem, 8.9586950483rem + -17.3623168276vw, 3.75rem)) {
    .home .how-it-works-home__container_big:not(:last-child) {
      margin-bottom: calc(3.75rem + -3.125 * (100vw - 30rem) / 17.99875);
    }
  }

  .home .how-it-works-home__calculator {
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: -25%;
    font-size: 1.5rem;
    padding: 0.9375rem 1.875rem;
  }

  .home .how-it-works-home__text-content {
    text-align: center;
  }

  .home .how-it-works-home__photo {
    margin: 0 auto;
    -webkit-transform: translate(10%);
    -ms-transform: translate(10%);
    transform: translate(10%);
  }

  .home .how-it-works-home__name {
    margin: 0 auto;
  }

  .home .how-it-works-home__text {
    margin: 0 auto;
  }

  .home .how-it-works-home__sky-decor-ibg {
    width: 75%;
    padding-bottom: 26.5%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }

  .home .how-it-works-home__sky-decor-ibg ._decor-mobile {
    display: block;
  }

  .scroll-item-wrapper ._decor-mobile {
    position: absolute;
    display: block;
    width: 95%;
    top: 5vw;
    right: 0;
    left: 0;
    margin: auto;
  }

  .home .how-it-works-home__sky-decor-ibg ._main-decor {
    display: none;
  }

  @supports (bottom: clamp(6.25rem, 24.4646245368rem + -37.948122684vw, 16.875rem)) {
    .home .how-it-works-home__sky-decor-ibg {
      bottom: clamp(6.25rem, 24.4646245368rem + -37.948122684vw, 16.875rem);
    }
  }

  @supports not (bottom: clamp(6.25rem, 24.4646245368rem + -37.948122684vw, 16.875rem)) {
    .home .how-it-works-home__sky-decor-ibg {
      bottom: calc(16.875rem + -10.625 * (100vw - 20rem) / 27.99875);
    }
  }

  .home .how-it-works-home__cars-decor-ibg ._cars {
    display: none;
  }

  .home .how-it-works-home__cars-decor-ibg ._cars-mobile {
    display: block;
  }

  .home .how-it-works-home-tabs:not(:last-child) {
    margin-bottom: 10.625rem;
  }

  .home .how-it-works-home-tabs__title {
    margin: 0 auto;
    width: 75%;
  }

  .home .how-it-works-home-tabs__title:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .home .item-how-home {
    padding: 1.25rem 0 2.5rem 0;
    transition: 0.5s;
  }

  .home .clients-review-home {
    padding-top: 3.75rem;
    margin-top: -3.90625%;
  }

  .contact-us .contact-us__main {
    background-size: auto 120%;
  }

  .contact-us .contact-us__title {
    text-align: center;
    padding-right: 0;
    max-width: 25rem;
    margin: 0 auto;
  }

  .contact-us .contact-us__title:not(:last-child) {
    margin-bottom: 3.125rem;
    max-width: 25rem;
  }

  .contact-us .contact-us__subtitle {
    padding-right: 17.5%;
    font-size: 1.25rem;
  }

  .contact-us .contact-us__body {
    width: 75%;
    margin: 0 auto;
  }

  .contact-us .contact-us__form-block::before {
    display: none;
  }

  .contact-us .contact-us__construction-decor-ibg {
    width: 50%;
    padding-bottom: 30.5%;
  }

  .contact-us .contact-us__clouds-decor-ibg {
    width: 75%;
    padding-bottom: 36.25%;
    left: 50%;
  }

  .contact-us .contact-us__clouds-decor-ibg ._clouds {
    display: none;
  }

  .contact-us .contact-us__clouds-decor-ibg ._clouds-mobile {
    display: block;
  }

  .contact-us .contact-us-form__inputs-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 2.8125rem;
  }

  .contact-us .contact-us-form__inputs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .contact-us .contact-us-form__textarea-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 15.625rem;
  }

  .contact-us .contact-us-form__textarea {
    padding: 0.9375rem 1.875rem;
  }

  .contact-us .contact-us-form__button {
    float: none;
    margin: 0 auto;
    max-width: none;
    width: 65%;
  }
}

@media (max-width: 29.99875em) {
  .menu {
    min-height: 5rem;
  }

  .main-header.fixed .menu {
    min-height: 4.75rem;
  }

  .footer__wrapper {
    width: 100%;
  }

  .footer__body {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    width: 100%;
    max-width: 22.5rem;
    margin: 0 auto;
  }

  .home .main-home__container {
    padding-bottom: 12.5rem;
  }

  .home .main-home__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    font-size: 1rem;
    padding: 0.625rem 0;
  }

  .home .main-home__construction-decor-ibg {
    width: 85%;
    padding-bottom: 36.6%;
  }

  .home .main-home__ground-decor-ibg img {
    width: 155%;
    -o-object-position: 55%;
    object-position: 55%;
  }

  .home .how-it-works-home__calculator {
    font-size: 1.125rem;
    padding: 0.9375rem 1.25rem;
  }

  .home .how-it-works-home__sky-decor-ibg {
    width: 90%;
    padding-bottom: 32%;
  }

  .home .how-it-works-home-tabs__title {
    width: 90%;
  }

  .home .clients-review-home__body {
    width: 90%;
    margin: 0 auto;
  }

  .contact-us .contact-us__main {
    background-size: auto 125%;
  }

  .contact-us .contact-us__title:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .contact-us .contact-us__subtitle {
    padding-right: 13%;
  }

  .contact-us .contact-us__body {
    width: 90%;
  }

  .contact-us .contact-us__construction-decor-ibg {
    left: 0.9375rem;
    width: 63%;
    padding-bottom: 38.4146341463%;
  }

  .contact-us .contact-us-form__button {
    width: 75%;
  }
}

@media (max-width: 21.875em) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .info-block-footer__logo {
    margin-top: -0.625rem;
  }

  .home .how-it-works-home__calculator {
    gap: 0.9375rem;
    font-size: 1.0625rem;
  }
}

@media (any-hover: hover) {
  ._slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    cursor: pointer;
  }

  .menu__link_blog:hover {
    color: #e6bf00;
  }

  .socials-menu__link:hover svg {
    fill: #0871b8;
  }

  .menu-footer__link:hover {
    color: #0871b8;
  }

  .info-block-footer__link:hover svg {
    fill: #0871b8;
  }

  .home .main-home__button:hover::after {
    opacity: 1;
    z-index: 2;
  }

  .home .how-it-works-home__calculator:hover {
    background-color: #df511d;
    border-color: #df511d;
  }

  .home .how-it-works-home-tabs__title:hover:not(.how-it-works-home-tabs__title._tab-active) p::before {
    content: "";
    opacity: 1;
  }

  .home .how-it-works-home-tabs__title:hover:not(.how-it-works-home-tabs__title._tab-active)::before {
    opacity: 0;
  }

  .contact-us .contact-us-form__button:hover::after {
    left: 0;
    opacity: 1;
  }
}

/* video popup */

.video-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  z-index: 100;
}

.video-popup-wrapper.active {
  display: block;
}

.close-button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 1;
}

.close-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  clip-path: polygon(33% 50%, 0 17%, 17% 0, 50% 33%, 83% 0, 100% 17%, 67% 50%, 100% 83%, 83% 100%, 50% 67%, 17% 100%, 0 83%);
}

.popup-close-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-popup {
  position: relative;
  width: calc(100% - 60px);
  max-width: 1280px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.video-popup-video {
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}

.video-popup-video video,
.video-popup-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

@media (max-width: 860px) {
  .video-popup-video .play-button {
    display: none;
  }
}

/* video popup */



/* Post Section */

/* --------------------------------------------------------------- */

.posts-wrapper {
  font-size: 0.625rem;
}

.section__title {
  text-align: right;
  font-weight: 900;
  font-size: 3em;
  line-height: 1;
  padding-top: 160px;
  padding-bottom: calc(3.5vw + 20px);
}

.section__subtitle {
  text-align: center;
  font-size: 4em;
}

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: -3em;
  margin-right: -3em;
  margin-bottom: -6em;
}

.posts__item {
  width: 50%;
  padding-left: 3em;
  padding-right: 3em;
  margin-bottom: 10em;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  text-align: right !important;
}

.post__img {
  padding: 1em;
  border-radius: 50%;
  position: relative;
  width: 26em;
  margin-top: 4em;
  height: 26em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 4em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.post__img:after {
  content: "";
  position: absolute;
  left: -1.3em;
  right: -1.3em;
  bottom: -1.3em;
  top: -1.3em;
  pointer-events: none;
  border-radius: inherit;
  border: 0.3em solid #FFD38A;
}

.post .single-img {
  position: absolute;
  bottom: -1em;
  right: -2em;
  z-index: 2;
  max-width: 70%;
}

.post .single-img img {
  max-height: 11em;
}

.post__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post__title {
  font-weight: 800;
  font-size: 2em;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.post__title span {
  display: block;
  color: #ffb100;
}

.post__text {
  height: 325px;
  font-size: 1.8em;
  color: #9dbacb;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 2em;
}

.post__spoller .spoller__body {
  color: #9dbacb;
}

.post__spoller .spoller__head:after,
.post__spoller .spoller__head:before {
  background: #f79321;
}

.post__spoller .spoller__head._active:after,
.post__spoller .spoller__head._active:before {
  background: #fff;
}

.post__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post__email img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 1em;
}

.post__email span {
  font-weight: 800;
  font-size: 1.8em;
}

/* Faq */

/* --------------------------------------------------------------- */

.faq-section {
  padding: 8em 0;
  background: #29ABE2 url("../img/faq-bg.png") no-repeat center;
  background-size: cover;
}

.faq {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.faq__img {
  margin-top: -20em;
}

.faq__img img {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.4em;
  margin-bottom: 0.5em;
}

.faq__title {
  text-align: center;
  font-size: 6em;
  font-weight: 800;
  color: #fff;
  margin-bottom: 3em;
}

.spoller__item {
  margin-bottom: 2em;
}

.spoller__item:last-child {
  margin-bottom: 0;
}

.spoller__head {
  background: #b78169;
  padding: 1em 3em 1em 8em;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
}

.spoller__head:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  left: 2em;
  width: 3em;
  height: 0.7em;
  background: #fff;
  border-radius: 0.7em;
}

.spoller__head:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1.6em;
  left: 3.1em;
  height: 3em;
  width: 0.7em;
  background: #fff;
  border-radius: 0.7em;
}

.spoller__item.active .spoller__head:before {
  display: none;
}

.spoller__item.active .spoller__head {
  background: #F7931E;
}

.form-input-style2:-webkit-autofill {
  -webkit-text-fill-color: #FCEE21 !important;
}

.form-input-style2:-webkit-autofill {
  -webkit-background-fill-color: #FCEE21 !important;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #29ABE2 inset !important;
}

#popup-modal-container {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  display: block;
  background-color: rgba(22, 22, 22, 0.5);
  z-index: 999;
}

.modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  margin: 0 auto;
}

.close-popup {
  color: white;
  font-weight: bold;
  font-size: 48px;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}

.spoller__head._active:before {
  display: none;
}

.spoller__title {
  color: #fff;
  font-weight: 800;
  font-size: 2.7em;
  color: #fff;
}

.spoller__body {
  max-height: 0;
  color: #fff;
  padding: 0 4em;
  font-size: 2.6em;
  overflow: hidden;
  transition: 1s;
}

.spoller__item.active .spoller__body {
  max-height: 300px;
  padding: 2em 4em;
}

.spoller--sm .spoller__item {
  margin-bottom: 1em;
}

.spoller--sm .spoller__head {
  padding: 0.5em 1em 0.5em 5em;
}

.spoller--sm .spoller__head:after {
  width: 1.6em;
  height: 0.4em;
  left: 1.4em;
  margin-top: -0.2em;
}

.spoller--sm .spoller__item.active .spoller__head:after {
  background: white;
}

.spoller--sm .spoller__head:before {
  height: 1.6em;
  width: 0.4em;
  margin-top: -0.8em;
  left: 2em;
}

.spoller--sm .spoller__title {
  font-size: 1.6em;
}

.spoller--sm .spoller__body {
  font-size: 1.8em;
  padding: 0 1em;
}

.spoller--sm .spoller__item.active .spoller__body {
  padding: 1em;
}

@media screen and (max-width: 1600px) {
  .post__img {
    width: 22rem;
    height: 22rem;
  }
}

@media screen and (max-width: 1299px) {
  .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post__img {
    margin-bottom: 3rem;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 1rem;
  }

  .post__content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  .services-section .section__title {
    font-size: 4em;
  }

  .services-section .section__subtitle {
    font-size: 2em;
  }

  .posts {
    margin-left: -1.5em;
    margin-right: -1.5em;
    margin-bottom: -3em;
  }

  .posts__item {
    padding-left: 1.5em;
    padding-right: 1.5em;
    margin-bottom: 6em;
  }

  .post__img {
    width: 18em;
    height: 18em;
  }

  .post__title {
    font-size: 1.8em;
  }

  .post__text {
    font-size: 1.4em;
  }

  .post__spoller .spoller__body {
    font-size: 1.4em;
  }

  .post__email span {
    font-size: 1.4em;
  }

  .post .single-img {
    max-width: 10em;
  }

  .post .single-img img {
    max-height: 8em;
  }
}

@media screen and (max-width: 575px) {
  .posts {
    display: block;
  }

  .posts__item {
    width: 100%;
    padding-right: 3em;
    padding-left: 3em;
  }

  .post__text {
    height: auto;
  }

  .post .single-img img {
    max-height: 6em;
  }
}

@media screen and (max-width: 1299px) {
  /* Faq */

  .faq__img {
    margin-bottom: 2em;
  }

  .faq__title {
    font-size: 5em;
  }
}

@media screen and (max-width: 1024px) {
  /* Faq */

  .faq-section {
    padding: 5em 0;
  }

  .faq__img {
    margin-top: 0;
  }

  .faq__img img {
    max-width: 10em;
  }

  .faq__title {
    font-size: 4em;
  }

  .spoller__title {
    font-size: 2.2em;
  }

  .spoller__body {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  /* Faq */

  .faq__img img {
    max-width: 8em;
  }

  .faq__title {
    font-size: 3.4em;
  }

  .spoller__head:after {
    height: 0.4em;
    width: 2.4em;
    margin-top: -0.2em;
  }

  .spoller__head:before {
    height: 2.4em;
    width: 0.4em;
    left: 3em;
    margin-top: -1.2em;
  }

  .spoller__title {
    font-size: 2em;
  }

  .spoller__body {
    font-size: 2em;
  }

  .spoller__item.active .spoller__body {
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 575px) {
  /* Faq */

  .faq__img {
    margin-bottom: 1.5em;
  }

  .faq__img img {
    max-width: 6em;
  }

  .faq__title {
    font-size: 3em;
  }

  .spoller__head {
    padding-left: 6em;
    padding-right: 2em;
  }

  .spoller__title {
    font-size: 1.6em;
  }

  .spoller__body {
    font-size: 1.4em;
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}



/* Gallery */

/* --------------------------------------------------------------- */

.gallery-section {
  background: #175775;
  padding-bottom: calc(26vw + 3.125rem) !important;
}

.gallery-section .section__title {
  color: #fff;
}

.gallery-section .container {
  max-width: 1640px;
}

.gallery-slider-wrapper {
  position: relative;
}

.gallery-slider {
  position: relative;
  margin: 0 -1.25rem;
  overflow: hidden;
}

.gallery-slider-button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: -60px;
  margin: auto;
  cursor: pointer;
}

.gallery-slider-button:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  background: black;
  top: 0;
  bottom: 0;
  right: 0;
  left: 2px;
  margin: auto;
  clip-path: polygon(0 10%, 10% 0, 100% 50%, 10% 100%, 0 90%, 70% 50%);
}

.gallery-slider-button.next:before {
  clip-path: polygon(90% 0, 100% 10%, 30% 50%, 100% 90%, 90% 100%, 0% 50%);
  right: 2px;
  left: 0;
}

.gallery-slider-button.prev {
  left: unset;
  right: -60px;
}

.gallery-slider__item {
  position: absolute;
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 33.33%;
  margin: 0 auto;
  padding: 0 1.25rem;
  top: 0;
}

.gallery-slider__item.nowSlide {
  display: block;
  position: relative;
}

.gallery-slider__item.prevSlide {
  display: block;
  left: 0;
}

.gallery-slider__item.nextSlide {
  display: block;
  right: 0;
}

.gallery-slider__item.twoPrevSlide {
  display: block;
  right: 100%;
}

.gallery-slider__item.twoNextSlide {
  display: block;
  left: 100%;
}

.gallery-slider__item.right {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.gallery-slider__item.left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.gallery-slider__item.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  transition: transform 1s ease-out;
}

.gallery-img {
  position: relative;
  display: block;
  cursor: pointer;
}

.gallery-img img {
  width: 100%;
}

.slider-pagination {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 0;
  direction: ltr;
}

.slider-bullets {
  background: #fff;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 0.625rem 0.3125rem;
  position: relative;
}

.slider-bullets:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.3125rem;
  top: -0.3125rem;
  right: -0.3125rem;
  bottom: -0.3125rem;
  pointer-events: none;
  border-radius: 50%;
  border: 0.0625rem solid #fff;
  opacity: 0;
}

.slider-bullets--active:after {
  opacity: 1;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 6.5rem;
  height: 6.5rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.1875rem solid #fff;
  z-index: 1;
  cursor: pointer;
}

.play-button:after {
  content: "";
  display: block;
  position: relative;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1.75rem 0 1.75rem 3.125rem;
  border-color: transparent transparent transparent #fff;
  left: 0.4375rem;
}

@media screen and (max-width: 1600px) {
  .gallery-section .container {
    max-width: 1240px;
  }
}

@media screen and (max-width: 1299px) {
  .gallery-section .container {
    max-width: 980px;
  }
}

@media screen and (max-width: 1024px) {
  .gallery-section .container {
    max-width: 740px;
  }

  /* Gallery */

  .gallery-slider__item {
    width: 50%;
  }

  .gallery-slider__item.nowSlide {
    margin: 0;
  }

  .gallery-slider__item.nextSlide {
    right: unset;
    left: 100%;
  }

  .gallery-slider__item.twoNextSlide {
    display: none;
  }

  .play-button {
    width: 4.375rem;
    height: 4.375rem;
  }

  .play-button:after {
    border-width: 1rem 0 1rem 1.875rem;
    left: 0.25rem;
  }

  .slider-bullets {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .gallery-slider {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .gallery-slider__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media screen and (max-width: 575px) {
  /* Gallery */

  .gallery-slider__item {
    width: 100%;
  }

  .gallery-slider__item.prevSlide {
    right: 100%;
  }

  .gallery-slider__item.nextSlide {
    left: 100%;
  }

  .gallery-slider__item.twoPrevSlide {
    display: none;
  }
}


/* team backgrounds */

.team.team-title {
  background-image: url(../img/team-title-desktop.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-color: #29aae1;
}

.team.team-home {
  background-image: url(../img/team-backgorund-desktop.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 80px 0;
  background-color: #7b5445;
}

@media (max-width: 1024px) {
  .team.team-title {
    background-image: url(../img/team-title-mobile.jpg);
  }

  .team.team-home {
    background-image: url(../img/team-page-mobile.jpg);
  }

  .section__title {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 19vw;
    font-size: 7vw;
  }
}

/* team backgrounds */



/* services */

.container {
  width: 100%;
  min-width: 32em;
  max-width: 1360px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.services-title {
  background-image: url(../img/services-desktop.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  background-color: #29aae1;
}

.services-title .section__title {
  text-align: center;
  padding-bottom: calc(5.5vw + 20px);
}

.section__title h3 {
  font-size: 0.45em;
  font-weight: 400;
}

.services-section {
  background: linear-gradient(0deg, rgba(14,132,201,1) 0%, rgba(41,170,227,1) 100%);
  color: #fff;
  padding: 80px 0;
}

.services-section .section__title {
  font-size: 7.6em;
  line-height: 1;
}

.services-section .section__subtitle {
  font-size: 4em;
}

.services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  margin-left: -2em;
  margin-right: -2em;
}

.services__item {
  width: calc(25% - 4em);
  border: 0.3em solid #fff;
  background: rgba(0, 28, 56, 0.19);
  border-radius: 2em;
  margin-left: 2em;
  margin-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.services__item--free .services__price {
  color: #37abe2;
  font-size: 3.7em;
}

.services__head {
  padding: 3em 2em 1em;
  border-bottom: 0.1em solid #fff;
}

.services__icon {
  height: 8.6em;
  margin-bottom: 1em;
}

.services__icon img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}

.services__title {
  font-size: 2.7em;
  text-align: center;
}

.services__title strong {
  font-weight: 800;
}

.services__body {
  padding: 1em 3em;
  border-bottom: 0.1em solid #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services__list {
  font-size: 1.8em;
}

.services__list li {
  position: relative;
  padding-right: 1.25rem;
}

.services__list li:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.1rem;
  background: url("../img/pricing-check-mark.svg") no-repeat center;
  width: 0.8125em;
  height: 0.625em;
}

.services__foot {
  height: 16em;
  padding: 2em;
  text-align: center;
}

.services__price {
  font-size: 2.9em;
  color: #f2c935;
  font-weight: 700;
  line-height: 1;
}

.services__txt {
  font-size: 1.8em;
  color: #fff;
}

.services__btn {
  margin-top: 2em;
}

.btn--sm .btn__inner,
a.btn--sm .btn__inner {
  height: 2.75rem;
  border-radius:2.75rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.btn,
a.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0.125rem;
  color: #fff;
  font: 700 1.55rem/1.55rem "Assistant", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff7100), to(#ffbf0e));
  background: -o-linear-gradient(bottom, #ff7100, #ffbf0e);
  background: linear-gradient(to top, #ff7100, #ffbf0e);
  border-radius: 3.75rem;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}

.btn__inner,
a.btn__inner {
  padding: 0 2.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff7100), to(#ffbf0e));
  background: -o-linear-gradient(left, #ff7100, #ffbf0e);
  background: linear-gradient(to right, #ff7100, #ffbf0e);
}

.btn--sm,
a.btn--sm {
  border-radius: 3.125rem;
}

@media screen and (max-width: 1299px) {
  .services {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .services__item {
    width: calc(40% - 4em);
    margin-bottom: 4em;
  }
}

@media screen and (max-width: 1024px) {

  .services-title .section__title {
    padding-bottom: calc(18.5vw + 20px);
  }

  .services-section .section__title {
    font-size: 5em;
  }

  .services-section .section__subtitle {
    font-size: 3em;
  }

  .services__item {
    width: calc(50% - 4em);
  }

  .services-title {
    background-image: url(../img/services-mobile.jpg);
  }
}

@media screen and (max-width: 767px) {

  .services-section .section__title {
    font-size: 4em;
  }

  .services-section .section__subtitle {
    font-size: 2em;
  }

  .services {
    margin-left: -1.5em;
    margin-right: -1.5em;
  }

  .services__item {
    width: calc(50% - 3em);
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

  .services__item--free .services__price {
    font-size: 3em;
  }

  .services__icon {
    height: 7em;
  }

  .services__title {
    font-size: 2.7em;
  }

  .services__list li {
    font-size: 1.125rem;
    padding-right: 1.55rem;
  }

  .services__price {
    font-size: 2.4em;
  }

  .services__txt {
    font-size: 1.4em;
  }

  .services__foot {
    height: 15em;
  }
}

@media screen and (max-width: 575px) {

  .services-section .section__title {
    font-size: 3em;
  }

  .services-section .section__subtitle {
    font-size: 1.6em;
  }

  .services {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .services__item {
    width: auto;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .services__list {
    height: 116px;
  }
}

/* services */



/* contact */

#call-us-popup-modal-container {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background-color: #868e91cc;
  z-index: 99999999999;
}

#call-us-popup-modal-container img {
  width: 100%;
}

#call-us-popup-modal-container.none {
  display: none;
}

.call-us-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  margin: 0 auto;
}

.contact-us-popup-wrapper {
  width: 700px;
  height: 420px;
  background: #003054;
  border: 8px solid white;
  border-radius: 60px;
  position: relative;
}

.close-contact-us-popup {
  top: -111px;
  right: -167px;
  position: absolute;
  width: 100px;
  height: 100px;
  background: #003054;
  border-radius: 100%;
  border: 5px solid #e9b125;
  color: white;
  z-index: 999999;
  cursor: pointer;
}

.contact-us-popup-image-wrapper {
  width: 46%;
  position: relative;
}

.contact-us-popup-image-wrapper img {
  width: 450px !important;
  max-width: unset;
  left: 40px;
  position: absolute;
  top: -100px;
}

.contact-us-popup-info-wrapper {
  width: 52%;
  float: left;
}

#call-us-popup-modal-container.optimai .contact-us-popup-info-wrapper {
  width: 54%;
}

.contact-us-popup-info-wrapper {
  color: white;
}

.contact-us-popup-ornage-bubble-container {
  margin-top: 51px;
  width: 490px;
  left: 105px;
  position: relative;
  top: -17px;
}

.contact-us-popup-main-title {
  top: 0px;
  position: absolute;
  right: 22%;
  font-size: 61px;
  font-weight: bold;
}

.contact-us-popup-secondary-title {
  top: 53px;
  position: absolute;
  right: 21%;
  font-size: 35px;
  font-weight: 700;
}

.contact-us-popup-blue-button {
  background: #0071bd;
  border: none;
  color: white;
  padding: 8px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 26px;
  border-radius: 60px;
  font-weight: bold;
  margin-top: 16px;
  position: relative;
  left: 20px;
  top: 3px;
}

/* #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
text-align: right;
font-size: 22px;
} */

.contact-us-popup-text {
  font-size: 33px;
  text-align: right;
  line-height: 1.2;
}

.contact-us-popup-blue-button a {
  color: white !important;
}

.contact-us-popup-blue-button a:hover {
  color: #fd8a3a !important;
}

.close-popup-orange-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid white;
  border-radius: 100%;
  padding: 18px;
  width: 70px;
}

.popup-button {
  position: absolute;
  width: 148px;
  height: 50px;
  background: #f7a156;
  border: 3px solid white;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 29px;
  font-weight: 600;
  color: white;
  bottom: -30px;
  left: 20px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .contact-us-popup-wrapper {
    width: 70%;
    height: 300px;
  }

  .contact-us-popup-image-wrapper img {
    width: 40vw !important;
  }

  .contact-us-popup-ornage-bubble-container {
    margin-top: 51px;
    width: 48vw;
    left: 77px;
    position: relative;
    top: -37px;
  }

  .contact-us-popup-secondary-title {
    top: 36px;
    right: 21%;
    font-size: 3.4vw;
  }

  .contact-us-popup-main-title {
    top: 0px;
    right: 21%;
    font-size: 5.1vw;
  }

  .contact-us-popup-text {
    font-size: 21px;
    margin-top: -23px;
  }

  .contact-us-popup-blue-button,
  #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
    font-size: 15px;
    left: 30px;
    top: 0px;
  }

  .close-contact-us-popup {
    top: -170px;
    right: -20%;
    width: 70px;
    height: 70px;
    border: 4px solid #e9b125;
  }

  .close-popup-orange-wrapper {
    border: 2px solid white;
    border-radius: 100%;
    padding: 11px;
    width: 47px;
  }
}

@media (max-width: 600px) {
  .contact-us-popup-image-wrapper img {
    top: -40px;
  }
}

@media (max-width: 480px) {
  .close-contact-us-popup {
    top: -170px;
    right: -10%;
    width: 50px;
    height: 50px;
    border: 3px solid #e9b125;
  }

  .close-popup-orange-wrapper {
    border: 2px solid white;
    border-radius: 100%;
    padding: 6px;
    width: 30px;
  }

  .contact-us-popup-secondary-title {
    top: 48%;
  }

  .contact-us-popup-text {
    position: relative;
    left: 29px;
  }

  .contact-us-popup-blue-button,
  #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
    font-size: 12px;
    left: 38px;
    top: 0px;
    padding: 8px 8px;
  }

  .contact-us-popup-wrapper {
    height: 230px;
  }

  .contact-us-popup-image-wrapper {
    width: 49%;
  }

  .contact-us-popup-info-wrapper {
    width: 40%;
    margin-right: 6%;
  }

  .contact-us-popup-text {
    font-size: 14px;
  }

  .contact-us-popup-image-wrapper img {
    top: -29px;
    width: 46vw !important;
    left: 20px;
  }

  .contact-us-popup-wrapper {
    border: 4px solid white;
  }

  .popup-button {
    width: 90px;
    height: 33px;
    line-height: 27px;
    font-size: 19px;
    bottom: -15px;
  }
}

@media (max-width: 425px) {

  .contact-us-popup-image-wrapper {
    width: 46%;
  }

  .contact-us-popup-ornage-bubble-container {
    left: 52px;
  }

  .contact-us-popup-text {
    left: 16px;
    font-size: 12px;
    margin-top: -31px;
  }

  .contact-us-popup-blue-button,
  #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
    font-size: 12px;
    left: 23px;
    top: -9px;
    padding: 6px 6px;
    width: 140px;
  }

  .contact-us-popup-ornage-bubble-container {
    width: 200px;
    height: auto;
  }

  .contact-us-popup-ornage-bubble-container {
    width: 47vw;
  }

  .contact-us-popup-secondary-title {
    top: 51%;
  }

  .contact-us-popup-info-wrapper {
    margin-right: unset;
  }

  .contact-us-popup-image-wrapper img {
    top: -29px;
    width: 50vw !important;
  }

  .contact-us-popup-wrapper {
    height: 210px;
  }
}

@media (max-width: 375px) {
  .contact-us-popup-wrapper {
    width: 75%;
  }

  .contact-us-popup-image-wrapper {
    width: 46%;
  }

  .contact-us-popup-image-wrapper img {
    top: -17px;
    width: 164px !important;
    left: 10%;
  }

  .contact-us-popup-text {
    font-size: 11px;
  }

  .contact-us-popup-blue-button,
  #call-us-popup-modal-container.optimai .contact-us-popup-blue-button {
    font-size: 11px;
  }

  .contact-us-popup-wrapper {
    height: 190px;
  }

  .contact-us-popup-blue-button {
    width: 112px;
  }

  .contact-us-popup-text {
    left: 13%;
  }
}

/* contact */



/* notValid */

.form-input-wrapper {
  position: relative;
  margin-bottom: 25px;
}

.from-input-warning {
  position: absolute;
  display: none;
  bottom: 100%;
  right: 1vw;
  color: red;
  font-size: 0.8vw;
}

.form-input-wrapper.notValid .from-input-warning,
.form-radio-wrapper.notValid .from-input-warning,
.form-checkbox-wrapper.notValid .from-input-warning {
  display: block;
}

.form-input-wrapper.notValid .from-input-warning.currValid {
  display: none;
}

.form-input-wrapper.notValid.currValid .from-input-warning {
  display: none;
}

.form-input-wrapper.notValid.currValid .from-input-warning.currValid {
  display: block;
}

.form-input-wrapper.notValid input {
  border-color: red;
}

@media (max-width: 768px) {
  .from-input-warning {
    right: 4vw;
    font-size: 3vw;
  }
}

/* notValid */

