:root {
  --font-family: "Open Sans", sans-serif;
  --content-width: 1200px;
  --container-offset: 10px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --white: #fff;
  --dark: #161b34;
  --grey: #e1e8e0;
  --grey-light: #c9c9c9;
  --green-main: #c3d445;
  --green-hover: #b9ca3b;
  --green-click: #afc031;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "TTNormsPro";
  src: url("../fonts/../fonts/TTNormsPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro";
  src: url("../fonts/../fonts/TTNormsPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro";
  src: url("../fonts/../fonts/TTNormsPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro";
  src: url("../fonts/../fonts/TTNormsPro-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-family: "TTNormsPro";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.main-btn {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  background-color: var(--green-main);
  width: 175px;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-btn:hover {
  background-color: var(--green-hover);
}

.header__top {
  padding: 14.5px 0;
}
.header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__logo {
  max-width: 230px;
}
.header__logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header__top-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__top-cta a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--dark);
}
.header__top-cta a:hover svg {
  fill: var(--green-hover);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__top-cta a svg {
  width: 20px;
  height: 20px;
  fill: var(--green-main);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header__top-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-right: 40px;
}
.header__top-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__bottom {
  padding: 7px 0;
  background-color: var(--dark);
  position: relative;
  z-index: 999;
}
.header__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__bottom-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.header__bottom-tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.header__bottom-tel svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}
.nav {
  position: relative;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__list-item:not(:last-child) {
  margin-right: 40px;
}
.nav__list-link {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.nav__list-link:hover {
  color: var(--green-main);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.nav__list-link span {
  margin-right: 6px;
}
.nav__list-link svg {
  width: 10px;
  height: 8px;
  fill: var(--green-main);
}

.nav__list-link-service svg,
.nav__list-link-area svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__list-link-service.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__list-link-area.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drop {
  background-color: var(--dark);
  position: relative;
}
.drop::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--green-main);
  position: absolute;
  left: 0;
  top: 0;
}

.drop__item {
  padding: 10px 45px 10px 20px;
  font-weight: 700;
}
.drop__item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.drop__link {
  color: var(--white);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.drop__link:hover {
  color: var(--green-main);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.service-drop {
  position: absolute;
  left: 0;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 235px;
}
.service-drop.active {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.area-drop {
  position: absolute;
  right: 0;
  top: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 200px;
}
.area-drop.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header__logo-bottom {
  display: none;
}

.tel-icon,
.book-icon {
  width: 40px;
  height: 40px;
  display: none;
}

.burger {
  display: none;
}

.burger {
  --burger-width: 40px;
  --burger-height: 40px;
  --burger-line-height: 3px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: var(--white);
  background-color: var(--green-main);
  border-radius: 50%;
  cursor: pointer;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 8px;
  width: 60%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger::before {
  top: 10px;
}
.burger::after {
  bottom: 10px;
}
.burger__line {
  position: absolute;
  left: 8px;
  top: 50%;
  width: 60%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::before {
  top: 47%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active::after {
  top: 47%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.burger--active .burger__line {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.menu.menu--active {
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: auto;
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  background-color: var(--dark);
  width: 100%;
  max-width: 360px;
  padding: 60px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 200;
}
.menu__list {
  margin-bottom: 20px;
}
.menu__list-item {
  padding: 20px;
  border-bottom: 1px solid #3E435C;
}
.menu__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-weight: 800;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.menu__list-link svg {
  width: 10px;
  height: 8px;
  fill: var(--green-main);
}
.menu__list-service.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menu__drop-service {
  max-height: 0;
  overflow: hidden;
}
.menu__drop-service.visible {
  max-height: 100%;
  overflow: visible;
}
.menu__drop-item {
  padding: 15px;
}
.menu__drop-item:last-child {
  padding-bottom: 0;
}
.menu__drop-link {
  color: var(--white);
}
.menu__list-area.active svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.menu__drop-area {
  max-height: 0;
  overflow: hidden;
}
.menu__drop-area.visible {
  max-height: 100%;
  overflow: visible;
}
.menu__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.menu__tel svg {
  width: 15px;
  height: 15px;
  fill: var(--green-main);
}
.menu__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 20px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}
.menu__email svg {
  width: 15px;
  height: 15px;
  fill: var(--green-main);
}
.menu__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}
.menu__location svg {
  width: 15px;
  height: 15px;
  fill: var(--green-main);
}

@media (max-width: 1100px) {
  .header__bottom-tel,
  .header__bottom-btn {
    display: none;
  }
  .tel-icon,
  .book-icon {
    display: block;
  }
  .header__bottom-cta {
    gap: 8px;
  }
}
@media (max-width: 820px) {
  .header__top {
    display: none;
  }
  .nav {
    display: none;
  }
  .header__logo-bottom {
    display: block;
  }
  .burger {
    display: block;
  }
  .header__bottom {
    padding: 10px 0;
  }
}
@media (max-width: 450px) {
  .header__logo {
    max-width: 184px;
  }
}
@media (max-width: 359px) {
  .header__logo {
    max-width: 140px;
  }
}
.breadcrumb {
  background-color: var(--green-main);
  padding: 10px 0;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.breadcrumb__item:not(:last-child) {
  padding-right: 18px;
  position: relative;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  color: var(--white);
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumb__item:not(:last-child) a {
  text-decoration: underline;
}
.breadcrumb__link {
  font-family: "TTNormsPro";
  font-weight: 400;
  color: var(--white);
}

@media (max-width: 767.98px) {
  .breadcrumb {
    display: none;
  }
}
.hero {
  padding-top: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background: url("../img/hero-bg.jpg");
}
.hero::before {
  content: "";
  width: 331px;
  height: 278px;
  background: url("../img/hero-line-left.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 120px;
  left: 200px;
}
.hero::after {
  content: "";
  width: 331px;
  height: 278px;
  background: url("../img/hero-line-right.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.hero__info {
  position: relative;
  z-index: 2;
}
.hero__title {
  font-weight: 800;
  font-size: 51px;
  line-height: 64px;
  margin-bottom: 24px;
}
.hero__subtitle {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  max-width: 380px;
}
.hero__btn-service {
  width: 170px;
  height: 50px;
  margin-right: 30px;
}
.hero__btn-call {
  width: 170px;
  height: 50px;
  background-color: var(--white);
  color: var(--green-main);
  border: 2px solid var(--green-main);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hero__btn-call:hover {
  color: var(--white);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hero__img {
  position: absolute;
  bottom: 60px;
  left: 52%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hero__quote {
  background: var(--white);
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  width: 100%;
  max-width: 380px;
  position: relative;
  right: -30px;
  z-index: 2;
  padding: 30px;
  min-height: 446px;
}
.hero__form-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
}
.hero__input-date {
  width: 100%;
}
.hero__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 70px;
  z-index: 2;
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 35px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.hero__rate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.hero__rate-number {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}
.hero__rate-amount {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-light);
}

.step {
  display: none;
}

.step.active {
  display: block;
}

button.next-btn {
  width: 100%;
  display: block;
  height: 50px;
}

.form-group {
  position: relative;
  width: 100%;
}
.form-group select {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #E1E8E0;
  border-radius: 6px;
  padding: 16.5px 15px;
  cursor: pointer;
}
.form-group input,
.form-group textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #E1E8E0;
  border-radius: 6px;
  padding: 16.5px 15px;
  outline: none;
  cursor: pointer;
  resize: none;
}
.form-group input::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(dark);
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(dark);
}
.form-group input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(dark);
}
.form-group input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(dark);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(dark);
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--green-main);
}
.form-group input:focus + label,
.form-group textarea:focus + label {
  color: var(--green-main);
}
.form-group input:focus ~ svg,
.form-group textarea:focus ~ svg {
  fill: var(--green-main);
}
.form-group label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: var(--grey-light);
  position: absolute;
  left: 10px;
  top: -7px;
  background-color: var(--white);
  padding: 0 5px;
}
.form-group label sup {
  color: var(--green-main);
}

.hero-form-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
}

.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.form-btns button {
  height: 50px;
}

.choices {
  height: 50px;
}

.choices__inner {
  background-color: var(--white);
  border: 1px solid #E1E8E0;
  border-radius: 6px;
  outline: none;
  height: 50px;
}

.choices__input:focus {
  border-color: var(--green-main) !important;
}

.choices[data-type*=select-one]::after {
  border-color: var(--green-main) transparent transparent;
  right: 15px;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent var(--green-main);
}

.choices.is-focused.is-open + label {
  color: var(--green-main);
}

.choices.is-focused .choices__inner {
  border-color: var(--green-main);
  border-radius: 6px;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  max-height: 170px;
}

.choices__list.choices__list--dropdown {
  display: none;
}

.choices__list.choices__list--dropdown.is-active {
  display: block;
  background-color: var(--white);
  border-color: var(--green-main);
  border-radius: 6px;
}

.flatpickr-calendar {
  padding: 20px 15px;
}

.flatpickr-next-month {
  width: 31px;
  height: 31px;
  background: var(--white);
  border: 1px solid var(--green-main);
  border-radius: 6px;
  top: 20px !important;
  right: 15px !important;
  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;
}

.flatpickr-prev-month {
  width: 31px;
  height: 31px;
  background: var(--white);
  border: 1px solid var(--green-main);
  border-radius: 6px;
  top: 20px !important;
  left: 15px !important;
  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;
}

.flatpickr-current-month {
  width: 80%;
}

.flatpickr-monthDropdown-months {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.numInput.cur-year {
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.flatpickr-day.today {
  border: none;
  color: var(--green-main);
}

.flatpickr-day {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: var(--dark);
  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;
}

.flatpickr-day.selected {
  color: var(--white);
  background-color: var(--green-main);
  border-radius: 6px;
  border: none;
}

.date-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  fill: var(--grey-light);
}

.hero__date {
  width: 100%;
}

@media (max-width: 1100px) {
  .hero__img {
    display: none;
  }
  .hero__quote {
    right: 0;
  }
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 40px;
  }
  .hero__btn-service {
    margin-right: 15px;
  }
  .hero__inner {
    gap: 20px;
    margin-bottom: 0;
  }
  .hero__rate {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .hero {
    padding-top: 70px;
  }
}
@media (max-width: 830px) {
  .hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
  .hero__title br {
    display: none;
  }
  .hero__info {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .hero__rate-item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero {
    padding-top: 40px;
    background: url("../img/hero-bg-mobile.jpg");
    background-position: 10%;
  }
  .hero::after {
    top: 20%;
  }
  .hero__quote {
    padding: 20px;
  }
  .hero__img {
    display: block;
    position: static;
    max-width: 300px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .hero__img img {
    display: block;
  }
  .hero__rate {
    padding: 20px 25px;
    top: 30px;
  }
  .hero__title {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .hero__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .hero__cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
  }
  .hero__cta a {
    width: 100%;
  }
  .hero__btn-service {
    margin-right: 0;
  }
  .hero__rate-img {
    height: 40px;
  }
  .hero__rate-number {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .hero__rate-amount {
    font-size: 12px;
    line-height: 14px;
  }
}
.movers {
  padding-top: 190px;
  margin-bottom: 60px;
}
.movers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.movers__gallery {
  width: 50%;
}
.movers__gallery-wrapper {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.movers__gallery .swiper-slide {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.movers__gallery .swiper-slide:nth-child(1) {
  height: 272px;
}
.movers__gallery .swiper-slide:nth-child(2) {
  height: 212px;
}
.movers__gallery .swiper-slide:nth-child(1) {
  height: 212px;
}
.movers__gallery .swiper-slide:nth-child(1) {
  height: 272px;
}
.movers__gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.movers__info {
  width: 50%;
}
.movers__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.movers__text {
  ont-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.movers__text-1 {
  margin-bottom: 25px;
}
.movers__text-2 {
  margin-bottom: 30px;
}
.movers__nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movers__number {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 5px;
}
.movers__number-text {
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
}
.swiper-pagination {
  display: none;
}

@media (max-width: 992px) {
  .movers__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .movers__gallery {
    width: 100%;
    max-width: 800px;
  }
  .movers__gallery .swiper-slide {
    height: 212px;
  }
  .movers__info {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .movers {
    padding-top: 120px;
  }
}
@media (max-width: 576px) {
  .movers__gallery .swiper-slide {
    height: 311px !important;
  }
  .movers__gallery-wrapper {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .movers__swiper {
    padding-bottom: 10px;
  }
  .movers__swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--grey-light);
    opacity: 1;
  }
  .movers__swiper .swiper-pagination-bullet-active {
    background-color: var(--green-main);
  }
  .swiper-pagination {
    width: 100%;
    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;
  }
  .movers {
    padding-top: 100px;
    margin-bottom: 25px;
  }
  .movers__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .movers__text {
    font-size: 14px;
    line-height: 20px;
  }
  .movers__number {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .movers__number-text {
    font-size: 8px;
    line-height: 12px;
  }
  .movers__btn {
    width: 100%;
  }
}
.service {
  padding-top: 60px;
  margin-bottom: 50px;
}
.service__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}
.service__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.service__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.service__item {
  background: var(--white);
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 20px 30px;
  min-height: 284px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.service__item::before {
  content: "";
  width: 100%;
  height: 10px;
  background-color: var(--green-main);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--green-main);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__item:hover::before {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__item:hover::after {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__item:hover .service__item-title {
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__item:hover .service__item-text {
  color: var(--white);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__item:hover svg {
  fill: var(--white);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service__item svg {
  width: 60px;
  height: 60px;
  fill: var(--green-main);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.service__item-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.service__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (max-width: 576px) {
  .service__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .service {
    padding-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 450px) {
  .service__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .service__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.choose {
  padding-top: 50px;
  margin-bottom: 120px;
}
.choose__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  max-width: 655px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.choose__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.choose__item {
  text-align: center;
  padding: 0 20px 20px;
  background: var(--white);
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding-top: 70px;
  position: relative;
}
.choose__item-icon {
  width: 100px;
  height: 100px;
  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-color: var(--green-main);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.choose__item-icon svg {
  width: 60px;
  height: 60px;
  fill: var(--white);
}
.choose__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.choose__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .choose__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 70px;
  }
}
@media (max-width: 576px) {
  .choose {
    padding-top: 25px;
    margin-bottom: 50px;
  }
  .choose__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .choose__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
  }
  .choose__item-icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
  .choose__item-icon svg {
    width: 48px;
    height: 48px;
  }
  .choose__item {
    padding-top: 60px;
  }
  .choose__inner {
    row-gap: 60px;
  }
  .choose__item-title {
    font-size: 16px;
    line-height: 19px;
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .choose__item-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.clients {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/clients-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.clients__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.clients__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
  max-width: 380px;
}
.clients__swiper {
  padding-bottom: 50px;
}
.clients__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rates__logo {
  height: 50px;
  margin-bottom: 10px;
}
.rates__number {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark);
  margin-bottom: 8px;
}
.rates__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--dark);
}

.reviews__item {
  max-width: 280px;
  -webkit-filter: drop-shadow(0px 10px 24px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0px 10px 24px rgba(0, 0, 0, 0.05));
  border-radius: 10px;
  background-color: var(--white);
  padding: 15px;
}
.reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}
.reviews__header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.reviews__img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__name {
  font-size: 15px;
  font-weight: 700;
}
.reviews__date {
  font-size: 12px;
  opacity: 0.5;
}
.reviews__headr-logo {
  width: 20px;
  height: 20px;
}
.reviews__stars {
  margin-bottom: 8px;
}
.reviews__stars svg {
  width: 16px;
  height: 16px;
  fill: #EEBC41;
}
.reviews__text {
  height: 100px;
  overflow-y: auto;
  padding-right: 10px;
}
.reviews__text::-webkit-scrollbar {
  width: 5px;
}
.reviews__text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.reviews__text::-webkit-scrollbar-thumb {
  background: var(--green-main);
  border-radius: 5px;
}
.swiper-reviews-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.swiper-reviews-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--grey-light);
  opacity: 1;
}
.swiper-reviews-pagination .swiper-pagination-bullet-active {
  background-color: var(--green-main);
}

@media (max-width: 850px) {
  .clients__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
  }
  .clients__title {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .clients {
    padding: 30px 0;
  }
  .clients__title {
    font-size: 24px;
    line-height: 30px;
  }
  .rates {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .rates__item {
    text-align: center;
  }
  .rates__logo {
    height: 40px;
    margin-bottom: 10px;
  }
  .rates__number {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .rates__text {
    font-size: 12px;
    line-height: 14px;
  }
  .clients__head {
    margin-bottom: 30px;
  }
  .clients__container {
    padding-right: 0;
    padding-left: 0;
  }
  .reviews__text {
    font-size: 14px;
  }
  .clients__swiper {
    padding-bottom: 30px;
  }
  .swiper-reviews-pagination {
    margin-top: 20px;
  }
}
.hire {
  padding: 120px 0;
}
.hire__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
}
.hire__steps {
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
  gap: 30px;
}
.hire__steps-line {
  width: 721px;
  height: 10px;
  background-color: #f5f5f5;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.hire__steps-line::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/hire-arrow.svg");
  position: absolute;
  top: -15px;
  left: 136px;
}
.hire__steps-line::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/hire-arrow.svg");
  position: absolute;
  top: -15px;
  right: 136px;
}
.hire__item {
  text-align: center;
  max-width: 240px;
}
.hire__item-icon {
  width: 100px;
  height: 100px;
  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-radius: 50%;
  background-color: var(--green-main);
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.hire__item-icon svg {
  width: 60px;
  height: 60px;
  fill: var(--white);
}
.hire__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.hire__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.hire__cta {
  padding: 30px;
  -webkit-box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  background-color: var(--white);
}
.hire__cta-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
  text-align: center;
}
.hire__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hire__form-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 992px) {
  .hire__steps-line {
    width: 575px;
  }
  .hire__form-groups {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .hire__steps-line {
    display: none;
  }
  .hire__form-groups {
    display: block;
  }
  .hire__form {
    display: block;
  }
  .hire {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .hire__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .hire__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }
  .hire__item-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .hire__item-icon svg {
    width: 48px;
    height: 48px;
  }
  .hire__btn {
    width: 100%;
  }
  .hire__cta-title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .hire__cta {
    padding: 20px;
  }
  .hire {
    padding: 50px 0;
  }
}
.areas {
  background: url("../img/area-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.areas__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.areas__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
.areas__item {
  text-align: center;
  color: var(--dark);
}
.areas__item:hover .areas__item-name {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--green-main);
}
.areas__item-icon {
  max-width: 80px;
  margin-bottom: 20px;
}
.areas__item-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 992px) {
  .areas {
    padding: 70px 0;
  }
  .areas__inner {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767.98px) {
  .areas__inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 450px) {
  .areas {
    padding: 30px 0;
  }
  .areas__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .areas__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
.articles {
  padding: 120px 0;
}
.articles__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
.articles__swiper {
  margin-bottom: 30px;
}
.articles__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (minmax(133px, auto))[3];
  grid-template-rows: repeat(3, minmax(133px, auto));
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.articles__inner .swiper-slide:nth-child(1) {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.articles__inner .swiper-slide:nth-child(1) br {
  display: block;
}
.articles__inner .swiper-slide:nth-child(1) .article__img {
  display: block;
  height: 215px;
}
.articles__inner .swiper-slide:nth-child(1) .article__descr {
  display: block;
}
.articles__inner .swiper-slide:nth-child(2) {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
.articles__inner .swiper-slide:nth-child(2) br {
  display: block;
}
.articles__inner .swiper-slide:nth-child(2) .article__img {
  display: block;
  height: 215px;
}
.articles__inner .swiper-slide:nth-child(2) .article__descr {
  display: block;
}
.article {
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  max-width: 380px;
  overflow: hidden;
}
.article__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.article__img img {
  width: 100%;
  height: 100%;
  display: block;
}
.article__info {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article__header-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.article__header-title br {
  display: none;
}
.article__when {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--grey-light);
  margin-bottom: 20px;
}
.article__when svg {
  width: 20px;
  height: 20px;
  fill: var(--green-main);
}
.article__descr {
  padding: 20px 0;
  position: relative;
  display: none;
}
.article__descr::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--green-main);
  position: absolute;
  left: 0;
  top: 0;
}
.article__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.article__read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--green-main);
  text-transform: uppercase;
  margin-top: auto;
}
.article__read-more:hover svg {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article__read-more svg {
  width: 17px;
  height: 17px;
  fill: var(--green-main);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article__view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-articles-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-articles-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--grey-light);
  opacity: 1;
}
.swiper-articles-pagination .swiper-pagination-bullet-active {
  background-color: var(--green-main);
}

@media (max-width: 900px) {
  .articles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }
  .articles__inner .swiper-slide:nth-child(1) br,
  .articles__inner .swiper-slide:nth-child(2) br {
    display: none;
  }
  .articles {
    padding: 70px 0;
  }
  .article br {
    display: none;
  }
  .article .article__img {
    display: block;
    height: 215px;
  }
  .article .article__descr {
    display: block;
  }
}
@media (max-width: 576px) {
  .articles {
    padding: 50px 0;
  }
  .articles__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.book {
  background-color: var(--green-main);
  position: relative;
}
.book::before {
  content: "";
  width: 331px;
  height: 278px;
  background: url("../img/book-line-left.svg");
  position: absolute;
  left: 0;
  top: 22px;
}
.book::after {
  content: "";
  width: 331px;
  height: 278px;
  background: url("../img/book-line-right.svg");
  position: absolute;
  right: 0;
  bottom: 22px;
}
.book__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 30px;
  padding: 80px 0;
}
.book__header {
  max-width: 380px;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.book__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.book__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.book__cta {
  width: 380px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--white);
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 2;
}
.book__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 455px;
  z-index: 1;
}
.book__img img {
  display: block;
}

@media (max-width: 1440px) {
  .book::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .book__img {
    right: -100px;
  }
}
@media (max-width: 850px) {
  .book__img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .book__cta {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 650px) {
  .book__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .book__img {
    display: block;
    position: static;
    right: 0;
  }
}
@media (max-width: 450px) {
  .book__inner {
    padding-top: 30px;
    gap: 20px;
  }
  .book__title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
  }
  .book__title br {
    display: none;
  }
  .book__subtitle {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .book__img {
    max-width: 295px;
  }
  .book::after {
    width: 157px;
    height: 132px;
    background-size: cover;
    left: 12%;
    bottom: 20%;
  }
  .book__cta {
    width: 100%;
    max-width: 380px;
  }
}
.footer {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 65px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 30px;
  position: relative;
}
.footer__inner::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--grey-light);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.5;
}
.footer__inner svg {
  width: 17px;
  height: 17px;
  fill: var(--white);
}
.footer__left {
  max-width: 400px;
}
.footer__logo {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.footer__logo img {
  width: 90%;
}
.footer__subtitle {
  margin-bottom: 20px;
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  margin-bottom: 5px;
}
.footer__tel svg {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__tel:hover {
  color: var(--green-hover);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__tel:hover svg {
  fill: var(--green-hover);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  margin-bottom: 20px;
}
.footer__email svg {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__email:hover {
  color: var(--green-hover);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__email:hover svg {
  fill: var(--green-hover);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.footer__socials svg {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__socials a:hover svg {
  fill: var(--green-hover);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__column-title {
  margin-bottom: 25px;
  font-weight: 700;
}
.footer__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.footer__list li:not(:last-child) {
  margin-bottom: 7px;
}
.footer__list li svg {
  width: 17px;
  height: 17px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--white);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__list li a:hover {
  color: var(--green-hover);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__list li a:hover svg {
  fill: var(--green-hover);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer__column-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footer__bottom {
  text-align: center;
  padding: 20px 0;
}
.footer__copy {
  margin-bottom: 15px;
}
.footer__terms {
  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;
  gap: 8px;
}
.footer__terms a {
  color: var(--white);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer__terms a:hover {
  color: var(--green-hover);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media (max-width: 1100px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer__right iframe {
    width: 100% !important;
  }
  .footer__right {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .footer__middle {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .footer {
    padding-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer__logo {
    width: 60%;
  }
  .footer__column-inner {
    gap: 30px;
  }
}
.service-hero {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.service-hero__inner {
  padding: 110px 0 125px;
}
.service-hero__info {
  max-width: 585px;
}
.service-hero__title {
  font-weight: 800;
  font-size: 51px;
  line-height: 64px;
  max-width: 513px;
  margin-bottom: 20px;
}
.service-hero__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
.service-hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.service-hero__contact {
  text-align: center;
}
.service-hero__contact--title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--green-main);
}
.service-hero__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.service-hero__phone svg {
  width: 20px;
  height: 20px;
  fill: var(--green-main);
}
.service-hero__phone span {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.service-hero__phone:hover span {
  color: var(--green-hover);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.service-hero__img {
  display: none;
}

@media (max-width: 992px) {
  .service-hero__inner {
    padding: 60px 0 80px;
  }
  .service-hero__title {
    font-size: 40px;
    line-height: 50px;
  }
  .hero__subtitle {
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .service-hero__title {
    font-size: 30px;
    line-height: 40px;
    max-width: 300px;
    margin-bottom: 15px;
  }
  .service-hero__subtitle {
    max-width: 320px;
    margin-bottom: 30px;
  }
  .service-hero__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .service-hero {
    background: url("../img/hero-bg.jpg") !important;
  }
  .service-hero__img {
    display: block;
    width: 100%;
  }
  .service-hero__img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .service-hero__title {
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .service-hero__subtitle {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .service-hero__container {
    padding: 0;
  }
  .service-hero__inner {
    padding: 50px 0 0;
  }
  .service-hero__info {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .service-hero__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service-hero__btn {
    width: 100%;
  }
}
.estimate {
  margin-bottom: 30px;
}
.estimate__inner {
  background: var(--white);
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  top: -30px;
}
.estimate__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 25px;
  text-align: center;
}
.estimate__form-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.estimate__form-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.estimate__btn {
  max-width: 177px;
  margin: 0 auto;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox__field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.custom-checkbox__content {
  padding-left: 25px;
  cursor: pointer;
}
.custom-checkbox__content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--green-main);
  border-radius: 5px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-checkbox__content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../img/checked.svg");
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.custom-checkbox__content {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 992px) {
  .estimate__form-inner {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .estimate__form-inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .estimate__form-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .estimate__inner {
    top: -15px;
    padding: 20px;
  }
  .estimate__form-cta {
    margin-top: 15px;
  }
  .estimate__title {
    font-size: 21px;
    line-height: 28px;
    text-transform: uppercase;
  }
}
@media (max-width: 412px) {
  .estimate__btn {
    width: 100%;
    max-width: 100% !important;
  }
}
.distance {
  padding: 60px 0;
}
.distance__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.distance__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
.distance__img img {
  height: 100%;
  display: block;
}
.distance__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.distance__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
  max-width: 480px;
  text-transform: uppercase;
}
.distance__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.distance__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: auto;
}
.distance__call-btn {
  width: 100%;
  max-width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.distance__call-btn span {
  font-size: 16px;
  line-height: 19px;
}
.distance__call-btn svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}

@media (max-width: 820px) {
  .distance__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .distance__img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  .distance {
    padding-bottom: 25px;
  }
  .distance__title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .distance__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .distance__book-btn {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .distance__cta {
    gap: 10px;
  }
  .distance__call-btn {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .distance__call-btn span:last-of-type {
    display: none;
  }
  .distance__img {
    height: 311px;
  }
  .distance__img img {
    height: 100%;
  }
}
.delivery {
  padding: 60px 0;
}
.delivery__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  max-width: 670px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.delivery__title span {
  color: var(--green-main);
}
.delivery__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.delivery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
.delivery__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.delivery__img {
  border-radius: 10px;
  overflow: hidden;
}
.delivery__img img {
  height: 100%;
  display: block;
}
.delivery__info-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
.delivery__info-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767.98px) {
  .delivery__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .delivery__row:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .delivery__img img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .delivery {
    padding: 25px 0;
  }
  .delivery__title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .delivery__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .delivery__info-title {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .delivery__info-descr {
    font-size: 14px;
    line-height: 20px;
  }
}
.trust {
  padding-top: 60px;
  margin-bottom: 50px;
}
.trust__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  max-width: 783px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.trust__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.trust__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.trust__item {
  background: var(--white);
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  min-height: 284px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.trust__icon {
  width: 100px;
  height: 100px;
  background-color: var(--green-main);
  border-radius: 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;
  margin-bottom: 30px;
}
.trust__icon svg {
  width: 62.5px;
  height: 62.5px;
  fill: var(--white);
}
.trust__item-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.trust__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (max-width: 767.98px) {
  .trust__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .trust__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .trust {
    padding: 25px 0;
    margin-bottom: 0;
  }
  .trust {
    padding: 25px 0;
  }
  .trust__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .trust__item {
    padding-top: 0;
    text-align: center;
  }
  .trust__icon {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
  }
  .trust__icon svg {
    width: 50px;
    height: 50px;
  }
  .trust__item-title {
    font-size: 16px;
    line-height: 19px;
  }
  .trust__item-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 450px) {
  .trust__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .trust__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.faqs {
  padding: 60px 0;
}
.faqs__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.faqs__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq {
  background: var(--white);
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.faq:not(:last-child) {
  margin-bottom: 15px;
}
.faq:last-child {
  margin-bottom: 50px;
}
.faq.active {
  background-color: var(--green-main);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq.active .question h3 {
  color: var(--white);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq.active .question svg {
  fill: var(--white);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq.active .answer {
  max-height: 300px;
  overflow: visible;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 20px 0;
}
.question h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.question svg {
  width: 28px;
  height: 18px;
  fill: var(--green-main);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq.active .answer {
  max-height: auto;
  overflow: visible;
  color: var(--white);
  -webkit-animation: fade 0.5s ease-in;
  animation: fade 0.5s ease-in;
}

.answer {
  max-height: 0;
  overflow: hidden;
}
.answer p {
  padding: 20px 20px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 576px) {
  .faqs {
    padding: 25px 0;
  }
  .faqs__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .question h3 {
    font-size: 16px;
    line-height: 19px;
  }
  .answer p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq:last-child {
    margin-bottom: 30px;
  }
}
.city {
  padding: 55px 0;
  position: relative;
}
.city__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.city__bg-mob {
  display: none;
}
.city__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.city__info {
  max-width: 585px;
  position: relative;
  z-index: 2;
}
.city__title {
  font-weight: 800;
  font-size: 51px;
  line-height: 64px;
  max-width: 513px;
  margin-bottom: 20px;
}
.city__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
.city__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.city__contact {
  text-align: center;
}
.city__contact--title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--green-main);
}
.city__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.city__phone svg {
  width: 20px;
  height: 20px;
  fill: var(--green-main);
}
.city__phone span {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.city__phone:hover span {
  color: var(--green-hover);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.city__form-box {
  width: 100%;
  max-width: 380px;
}

@media (max-width: 992px) {
  .city__title {
    font-size: 40px;
    line-height: 50px;
  }
  .city__subtitle {
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .city__title {
    font-size: 30px;
    line-height: 40px;
    max-width: 300px;
    margin-bottom: 15px;
  }
  .city__subtitle {
    max-width: 320px;
    margin-bottom: 30px;
  }
  .city__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
  .city__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .city__form-box {
    max-width: 340px;
  }
}
@media (max-width: 576px) {
  .city__title {
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .city__subtitle {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .city__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .city__btn {
    width: 100%;
  }
  .city__contact {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
  }
  .city__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .city {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .city__bg {
    display: none;
  }
  .city__bg-mob {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (max-width: 350px) {
  .city__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .city__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.best {
  padding: 60px 0;
}
.best__title-2 {
  display: none;
}
.best__content {
  margin-bottom: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.best__numbers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.best__numbers-item {
  background-color: var(--green-main);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--white);
  border-radius: 10px;
  padding: 20px;
}
.best__numbers-amount {
  font-weight: 800;
  font-size: 51px;
  line-height: 52px;
  margin-bottom: 10px;
}
.best__numbers-text {
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
.best__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.best__descr-1 {
  margin-bottom: 20px;
}
.best__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.best__call-btn {
  width: 100%;
  max-width: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.best__call-btn span {
  font-size: 16px;
  line-height: 19px;
}
.best__call-btn svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}
.best__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.best__rate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.best__rate-number {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px;
}
.best__rate-amount {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey-light);
}

@media (max-width: 992px) {
  .best__cta {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .best__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .best__title {
    display: none;
  }
  .best__title-2 {
    display: block;
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .best__rate {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .best {
    padding: 25px 0;
  }
  .best__rate {
    padding: 20px 25px;
    top: 30px;
  }
  .best__rate-item {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .best__rate-img {
    height: 40px;
  }
  .best__rate-number {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .best__rate-amount {
    font-size: 12px;
    line-height: 14px;
  }
  .best__title-2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  .best__numbers {
    gap: 10px;
  }
  .best__numbers-amount {
    font-size: 24px;
    line-height: 30px;
  }
  .best__numbers-text {
    font-size: 14px;
    line-height: 16px;
  }
  .best__content {
    gap: 20px;
  }
  .best__descr {
    font-size: 14px;
    line-height: 20px;
  }
  .best__descr-1 {
    margin-bottom: 20px;
  }
  .best__book-btn {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .best__cta {
    gap: 10px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .best__call-btn {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .best__call-btn span:last-of-type {
    display: none;
  }
}
.company {
  padding: 60px 0;
}
.company__container {
  padding-right: 0 !important;
}
.company__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc((100% - 1200px) / 2);
}
.company__info {
  width: 380px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.company__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.company__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.company__cta {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company__list {
  position: relative;
  padding-top: 20px;
}
.company__list::before {
  content: "";
  width: 100%;
  height: 130px;
  background-color: var(--green-main);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.company__list {
  width: calc(100% - 380px - 30px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.company__swiper {
  padding-right: 50px;
}
.company__item {
  max-width: 280px;
  padding: 30px 20px;
  text-align: center;
  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;
  background-color: var(--white);
}
.company__item-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--green-main);
  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;
  margin: 0 auto;
  margin-bottom: 30px;
}
.company__item-icon svg {
  fill: var(--white);
  width: 65px;
  height: 65px;
}
.company__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.company__item-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.company__item-learn {
  margin-top: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--green-main);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-transform: uppercase;
}
.company__item-learn:hover {
  color: var(--green-hover);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.company__title-2, .company__descr-2 {
  display: none;
}

.company__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.swiper-company-prev {
  width: 40px;
  height: 40px;
  background-color: var(--green-main);
  border-radius: 50%;
  cursor: pointer;
  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;
}
.swiper-company-prev svg {
  width: 22px;
  height: 24px;
  fill: var(--white);
}

.swiper-company-prev.swiper-button-disabled,
.swiper-company-next.swiper-button-disabled {
  background-color: #E1E8E0;
}

.swiper-company-next {
  width: 40px;
  height: 40px;
  background-color: var(--green-main);
  border-radius: 50%;
  cursor: pointer;
  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;
}
.swiper-company-next svg {
  width: 22px;
  height: 24px;
  fill: var(--white);
}

.company__swiper .swiper-wrapper {
  padding-left: 30px;
  margin-bottom: 60px;
  overflow: visible;
}

.company__swiper .swiper-slide {
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  max-width: 280px;
  overflow: hidden;
  height: auto;
}

@media (max-width: 1220px) {
  .company__info {
    padding-left: 10px;
  }
}
@media (max-width: 767.98px) {
  .company__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .company__title,
  .company__descr {
    display: none;
  }
  .company__info {
    width: 100%;
    padding-right: 10px;
  }
  .company__list {
    width: 100%;
  }
  .company__title-2 {
    display: block;
    font-weight: 800;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .company__descr-2 {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .company {
    padding: 25px 0;
  }
  .company__title-2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .company__descr-2 {
    font-size: 14px;
    line-height: 20px;
  }
  .company__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .company__info {
    padding-left: 0;
    padding-right: 0;
  }
  .company__swiper .swiper-wrapper {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
  .company__cta {
    margin-top: 0;
  }
}
.movers {
  padding-top: 190px;
  margin-bottom: 60px;
}
.movers.moving {
  padding-top: 60px;
}
.movers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}
.movers__gallery {
  width: 50%;
}
.movers__gallery-wrapper {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.movers__gallery .swiper-slide {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.movers__gallery .swiper-slide:nth-child(1) {
  height: 272px;
}
.movers__gallery .swiper-slide:nth-child(2) {
  height: 212px;
}
.movers__gallery .swiper-slide:nth-child(1) {
  height: 212px;
}
.movers__gallery .swiper-slide:nth-child(1) {
  height: 272px;
}
.movers__gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}
.movers__info {
  width: 50%;
}
.movers__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.movers__text {
  ont-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.movers__text-1 {
  margin-bottom: 25px;
}
.movers__text-2 {
  margin-bottom: 30px;
}
.movers__nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.movers__number {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 5px;
}
.movers__number-text {
  font-weight: 800;
  font-size: 12px;
  line-height: 12px;
}
.moving .movers__gallery .swiper-slide:nth-child(1) {
  height: 350px;
}

.moving .movers__gallery .swiper-slide:nth-child(4) {
  height: 350px;
}

.moving__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.moving__location-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.moving__location-item svg {
  width: 20px;
  height: 20px;
  fill: var(--green-main);
}
.moving__location-item span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--green-main);
}

.swiper-pagination {
  display: none;
}

@media (max-width: 992px) {
  .movers__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .movers__gallery {
    width: 100%;
    max-width: 800px;
  }
  .movers__gallery .swiper-slide {
    height: 212px;
  }
  .movers__info {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .movers {
    padding-top: 120px;
  }
}
@media (max-width: 576px) {
  .movers__gallery .swiper-slide {
    height: 311px !important;
  }
  .movers__gallery-wrapper {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  .moving.movers {
    padding: 25px 0;
  }
  .moving .movers__title {
    text-align: center;
  }
  .movers__swiper {
    padding-bottom: 10px;
  }
  .movers__swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--grey-light);
    opacity: 1;
  }
  .movers__swiper .swiper-pagination-bullet-active {
    background-color: var(--green-main);
  }
  .swiper-pagination {
    width: 100%;
    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;
  }
  .movers {
    padding-top: 100px;
    margin-bottom: 25px;
  }
  .movers__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .movers__text {
    font-size: 14px;
    line-height: 20px;
  }
  .movers__number {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .movers__number-text {
    font-size: 8px;
    line-height: 12px;
  }
  .movers__btn {
    width: 100%;
  }
  .moving__location {
    gap: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .moving__location-item span {
    font-size: 14px;
    line-height: 20px;
  }
}
.range {
  padding: 60px 0 0;
  background: url("../img/range-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.range::before {
  content: "";
  width: 331px;
  height: 278px;
  background: url("../img/range-line.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 100px;
  top: 34px;
}
.range__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  position: relative;
  z-index: 2;
}
.range__img img {
  width: 100%;
  height: 100%;
  display: block;
}
.range__info {
  padding-bottom: 80px;
  width: 57%;
  max-width: 687px;
}
.range__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.range__subtitle {
  margin-bottom: 30px;
}
.range__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.range__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: var(--white);
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 20px;
}
.range__item-icon {
  width: 60px;
  height: 60px;
  background-color: var(--green-main);
  border-radius: 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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.range__item-icon svg {
  width: 40px;
  height: 40px;
  fill: var(--white);
}
.range__item-descr {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .range__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .range__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .range__info {
    width: 100%;
    max-width: 100%;
  }
  .range__items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .range__img {
    max-width: 70%;
    margin: 0 auto;
  }
  .range::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .range__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .range__info {
    padding-bottom: 0;
  }
}
@media (max-width: 576px) {
  .range {
    padding: 25px 0 0;
  }
  .range__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .range__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .range__items {
    gap: 10px;
  }
  .range__item-icon {
    width: 50px;
    height: 50px;
  }
  .range__item-icon svg {
    width: 33px;
    height: 33px;
  }
  .range__item-descr {
    font-size: 16px;
    line-height: 19px;
  }
  .range__img {
    max-width: 60%;
    margin-left: auto;
    margin-right: 20px;
  }
  .range::before {
    width: 144px;
    height: 120px;
    top: 75%;
    left: 0;
    display: block;
  }
}
.process {
  padding: 120px 0;
}
.process__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.process__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.process__title-2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.process__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.process__item {
  padding: 30px 20px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  max-width: 278px;
  text-align: center;
}
.process__item-icon {
  width: 100px;
  height: 100px;
  background-color: var(--green-main);
  border-radius: 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;
  margin: 0 auto 30px;
}
.process__item-icon svg {
  width: 65px;
  height: 65px;
  fill: var(--white);
}
.process__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.process__item-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .process__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .process__item {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .process {
    padding: 50px 0;
  }
  .process__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .process__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .process__title-2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .process__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .process__item-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .process__item-icon svg {
    width: 50px;
    height: 50px;
  }
  .process__item-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .process__item-title br {
    display: none;
  }
  .process__item-descr {
    font-size: 14px;
    line-height: 20px;
  }
  .process__item {
    padding: 0 20px 20px;
  }
}
.handle {
  background-color: var(--green-main);
  position: relative;
}
.handle::before {
  content: "";
  width: 331px;
  height: 278px;
  background: url("../img/book-line-left.svg");
  position: absolute;
  left: 0;
  top: 22px;
}
.handle__man {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.handle__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.handle__phone svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}
.handle__phone span {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.handle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 30px;
  padding: 80px 0;
}
.handle__header {
  max-width: 480px;
  color: var(--white);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.handle__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.handle__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.handle__cta {
  width: 380px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: var(--white);
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 2;
}
.handle__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 455px;
  z-index: 1;
}
.handle__img img {
  display: block;
}

@media (max-width: 1440px) {
  .handle::before {
    display: none;
  }
}
@media (max-width: 992px) {
  .handle__img {
    right: -100px;
  }
}
@media (max-width: 850px) {
  .handle__img {
    display: none;
  }
  .handle__man {
    position: static;
    width: 100%;
    display: block;
  }
}
@media (max-width: 830px) {
  .handle__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .handle__header {
    max-width: 100%;
  }
  .handle__cta {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .handle__cta {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 650px) {
  .handle__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .handle__img {
    display: block;
    position: static;
    right: 0;
  }
}
@media (max-width: 576px) {
  .handle {
    padding-top: 30px;
  }
  .handle__inner {
    padding-top: 0;
    gap: 0;
  }
  .handle__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 100%;
  }
  .handle__title br {
    display: none;
  }
  .handle__header {
    text-align: center;
  }
  .handle__subtitle {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .handle__subtitle-2 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
  }
  .handle__phone {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .handle__cta {
    position: relative;
    bottom: -20px;
  }
}
@media (max-width: 450px) {
  .handle__cta {
    width: 100%;
    max-width: 380px;
  }
}
.about {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.about__inner {
  padding: 130px 0 145px;
}
.about__info {
  max-width: 585px;
}
.about__title {
  font-weight: 800;
  font-size: 51px;
  line-height: 64px;
  max-width: 513px;
  margin-bottom: 20px;
}
.about__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
.about__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.about__contact {
  text-align: center;
}
.about__contact--title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--green-main);
}
.about__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.about__phone svg {
  width: 20px;
  height: 20px;
  fill: var(--green-main);
}
.about__phone span {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: var(--dark);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.about__phone:hover span {
  color: var(--green-hover);
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.about__img {
  display: none;
}

@media (max-width: 992px) {
  .about__inner {
    padding: 60px 0 80px;
  }
  .about__title {
    font-size: 40px;
    line-height: 50px;
  }
  .hero__subtitle {
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .about__title {
    font-size: 30px;
    line-height: 40px;
    max-width: 300px;
    margin-bottom: 15px;
  }
  .about__subtitle {
    max-width: 320px;
    margin-bottom: 30px;
  }
  .about__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .about {
    background: url("../img/about-bg-mob.png") no-repeat !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .about__img {
    display: block;
    width: 100%;
  }
  .about__img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .about__title {
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .about__subtitle {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about__container {
    padding: 0;
  }
  .about__inner {
    padding: 30px 0 270px;
  }
  .about__info {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }
  .about__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__btn {
    width: 100%;
  }
}
.price {
  padding: 80px 0 120px;
}
.price__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.price__subtitle {
  max-width: 880px;
  margin: 0 auto 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.price__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.price__item {
  max-width: 380px;
  background: var(--white);
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
}
.price__item-head {
  padding: 20px;
  text-align: center;
  background-color: var(--dark);
  color: var(--white);
}
.price__item-head p {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.price__item-amount {
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
.price__item-amount div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.price__item-amount p:nth-child(1) {
  margin: 0;
}
.price__item-amount p:nth-child(1) span {
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #C9C9C9;
  text-decoration: line-through;
}
.price__item-amount p:nth-child(1) sup {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #C9C9C9;
}
.price__item-amount p:nth-child(2) {
  margin: 0;
}
.price__item-amount p:nth-child(2) span {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  color: var(--dark);
}
.price__item-amount p:nth-child(2) sup {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--dark);
}
.price__item-amount p:nth-child(3) {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  bottom: 5px;
}
.price__item-list {
  margin-bottom: 20px;
}
.price__item-list li {
  padding: 15px 20px;
  border-top: 1px solid #F2F5F5;
}
.price__item-list li:last-child {
  border-bottom: 1px solid #F2F5F5;
}
.price__item-list li p {
  padding-left: 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #202020;
  position: relative;
}
.price__item-list li p::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
}
.price__item-btn {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.price__item-btn-row {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: auto;
}

@media (max-width: 992px) {
  .price__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price__item {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .price {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .price {
    padding-top: 40px;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .price__title {
    font-weight: 800;
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .price__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 412px) {
  .price__inner {
    gap: 10px;
  }
  .price__item-head p {
    font-size: 21px;
    line-height: 25px;
  }
  .price__item {
    padding-bottom: 20px;
  }
}
.what {
  margin-bottom: 120px;
  position: relative;
}
.what::before {
  content: "";
  width: 331px;
  height: 278px;
  background: url("../img/what-line.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 22px;
  left: 150px;
  z-index: 1;
}
.what__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.what__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
.what__item {
  padding: 30px 20px 30px;
  background-color: var(--white);
  -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  min-height: 256px;
}
.what__item-img {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}
.what__item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.what__item-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 576px) {
  .what {
    margin-bottom: 60px;
  }
  .what__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .what__title {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    max-width: 184px;
    margin: 0 auto 30px;
  }
  .what__item-img {
    width: 50px;
    height: 50px;
  }
  .what__item-title {
    font-size: 13px;
    line-height: 16px;
  }
  .what__item-descr {
    font-size: 14px;
    line-height: 20px;
  }
}
.simple {
  padding-bottom: 120px;
}
.simple__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.simple__steps {
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
  gap: 30px;
}
.simple__steps-line {
  width: 721px;
  height: 10px;
  background-color: #f5f5f5;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.simple__steps-line::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/hire-arrow.svg");
  position: absolute;
  top: -15px;
  left: 136px;
}
.simple__steps-line::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url("../img/hire-arrow.svg");
  position: absolute;
  top: -15px;
  right: 136px;
}
.simple__item {
  text-align: center;
  max-width: 240px;
}
.simple__item-icon {
  width: 100px;
  height: 100px;
  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-radius: 50%;
  background-color: var(--green-main);
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.simple__item-icon svg {
  width: 60px;
  height: 60px;
  fill: var(--white);
}
.simple__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
.simple__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .simple__steps-line {
    width: 575px;
  }
}
@media (max-width: 767.98px) {
  .simple__steps-line {
    display: none;
  }
}
@media (max-width: 576px) {
  .simple__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .simple__steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
  }
  .simple__item-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }
  .simple__item-icon svg {
    width: 48px;
    height: 48px;
  }
  .simple__btn {
    width: 100%;
  }
  .simple {
    padding-bottom: 50px;
  }
}
.blog {
  padding-top: 85px;
  padding-bottom: 120px;
}
.blog__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.blog__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
.blog__btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog__list-item:nth-child(n+7) {
  display: none;
}

.blog__list-item .article__img {
  display: block;
}

.blog__list-item .article__descr {
  display: block;
}

.blog__list-item.is-visible {
  display: block;
}

@media (max-width: 850px) {
  .blog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog {
    padding: 30px 0 50px;
  }
  .blog__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
  }
  .blog__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.post {
  padding: 60px 0 120px;
}
.post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.post__header .article__when {
  margin-bottom: 0;
}
.post__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}
.post__img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.post__img img {
  display: block;
}
.post__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.post__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 60px;
}
.post__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 30px;
  margin-bottom: 60px;
}
.post__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.post__item-info h2 {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.post__item-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.post__item-info p:not(:last-child) {
  margin-bottom: 15px;
}
.post__item-row:not(:last-child) {
  margin-bottom: 30px;
}
.post__item-img {
  border-radius: 20px;
  overflow: hidden;
}
.post__item-img img {
  height: 100%;
  display: block;
}
.change__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
.change__descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.change__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
}
.change__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}
.change__head span {
  width: 40px;
  height: 40px;
  background-color: var(--green-main);
  border-radius: 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;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--white);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.change__head h3 {
  font-weight: 800;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
}
.change__item-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 1050px) {
  .post__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
  .post__title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 800px) {
  .post__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .post__item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .post__item-img {
    width: 100%;
  }
  .post__item-img img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .post {
    padding: 30px 0 60px;
  }
  .post__title {
    font-size: 24px;
    line-height: 32px;
    max-width: 340px;
  }
  .post__header {
    margin-bottom: 20px;
  }
  .post__img {
    height: 240px;
    margin-bottom: 20px;
  }
  .post__img img {
    height: 100%;
  }
  .post__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .post__descr {
    margin-bottom: 30px;
  }
  .post__item h2 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .post__inner {
    margin-bottom: 30px;
  }
  .change__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .change__title {
    font-weight: 800;
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .change__descr {
    font-size: 16px;
    line-height: 24px;
  }
  .change__head h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.similar {
  padding: 80px 0;
  background: url("../img/similar-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.similar__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.similar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.similar__swiper .article .article__img,
.similar__swiper .article .article__descr {
  display: block;
}

.similar__swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.similar__swiper .swiper-similar-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.similar__swiper .swiper-similar-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--grey-light);
}
.similar__swiper .swiper-similar-pagination .swiper-pagination-bullet-active {
  background: var(--green-main);
}

@media (max-width: 576px) {
  .similar {
    padding: 30px 0;
  }
  .similar__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .similar__swiper .swiper-similar-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .similar__swiper .swiper-wrapper {
    padding-bottom: 20px !important;
  }
  .similar__swiper {
    margin-bottom: 30px;
  }
}
.reply {
  padding: 120px 0;
}
.reply__title {
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
  margin-bottom: 57px;
}
.reply__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 37px;
}
.reply__form .form-group input {
  margin-bottom: 0 !important;
}
.reply__form-comment {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  height: 120px;
}
.reply__form-comment textarea {
  height: 120px;
}
.reply__form .form-cta {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.reply__form .form-group:nth-child(1) svg {
  width: 13px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 18px;
}

.reply__form .form-group:nth-child(2) svg {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 16px;
}

.reply__form .form-group:nth-child(3) svg {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 16px;
}

.reply__form .form-group svg {
  fill: var(--grey-light);
}

@media (max-width: 700px) {
  .reply__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 17px;
  }
}
@media (max-width: 576px) {
  .reply {
    padding: 60px 0;
  }
  .reply__title {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 27px;
  }
  .reply__form .form-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
  .reply__form-btn {
    width: 100%;
  }
}