@charset "UTF-8";



/* Стили телефон, а именно менюшка вместо телефона */
.city-dropdown select {
  padding: 8px 14px;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  background: linear-gradient(135deg, #00c6ff, #00c6d6);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 198, 255, 0.3);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Segoe UI', sans-serif;
  transition: all 0.3s ease;
  padding-right: 32px;
  outline: none;
}
.header__tel {
	font-weight: bold !important;
}

.city-dropdown select option {
  color: #333;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
}
.h1 {
  position: absolute !important;
  width: 1px; 
  height: 1px; 
  padding: 0; 
  margin: -1px; 
  overflow: hidden; 
  clip: rect(0,0,0,0); 
  white-space: nowrap; 
  border: 0;
}

/* Буханка Крошки Хлебны */
.breadcrumbs-wrapper {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #ffffff;
  border: 1px solid #dfe4ea;
  border-radius: 26px;
  padding: 10px 20px 1px;
  font-size: 16px;
  color: #444;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  z-index: 20;
  line-height: 1.2;
  display: inline-block;
}

.breadcrumbs-wrapper ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px;
  align-items: flex-end;
}

.breadcrumbs-wrapper li {
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
}

.breadcrumbs-wrapper li:first-child a,
.breadcrumbs-wrapper li:first-child span {
  all: unset;
  color: #00b8c8 !important;
  font-weight: 500 !important;
  line-height: 1.2;
  padding-bottom: 0;
  cursor: pointer;
}

.breadcrumbs-wrapper li a:hover {
  text-decoration: underline;
  color: #008ea4 !important;
}

.breadcrumbs-wrapper li span:not(:first-child) {
  color: #333 !important;
  font-weight: 500;
}

.breadcrumbs-wrapper li::after {
  content: "›";
  margin: 0 6px;
  color: #bbb;
  align-self: flex-end;
}

.breadcrumbs-wrapper li:last-child::after {
  content: "";
}

@media (max-width: 768px) {
  .breadcrumbs-wrapper {
    top: -15px;
    left: 12px;
    font-size: 16px;
    padding: 12px 16px 1px;
    border-radius: 20px;
  }
}


  


/* Ферст секция */
/* Скрытое SEO-изображение, чтобы не было CLS */
.seo-img {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    left: -9999px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}


@media (max-width: 768px) {
  .first-section__title {
    margin-top: 130px;
  }
}
/* Тень для заголовка */
.shadow-title {
  font-size: 42px;
  font-weight: 550;
  color: #2f3e53;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  line-height: 1.3;
}

/* Подложка с затуханием — только на мобильных */
@media (max-width: 768px) {
  .shadow-title {
    display: inline-block;
    padding: 12px 24px;
    font-size: 36px;
    font-weight: 700;
    color: #2f3e53;
    border-radius: 22px;
    line-height: 1.3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);

    background: linear-gradient(to right, 
      rgba(255, 255, 255, 0) 0%, 
      rgba(255, 255, 255, 0.7) 20%, 
      rgba(255, 255, 255, 0.9) 60%, 
      rgba(255, 255, 255, 0.7) 80%, 
      rgba(255, 255, 255, 0) 100%);
  }
}


/* Кнопка 1 — Book Now */
.book-now-btn {
  background-color: #00b8c8;
  color: #fff;
  border: 1px solid #00b8c8;
  border-radius: 22px;
  font-size: 21px;
  padding: 14px 28px;
  font-weight: 600;
  transition: 0.3s;
}

.book-now-btn:hover {
  background-color: #008ea4;
  border-color: #008ea4;
}

.check-price-btn {
  background-color: #FFA500;
  color: #fff;
  border: 1px solid #FFA500;
  border-radius: 22px;
  font-size: 21px;
  padding: 14px 28px;
  font-weight: 600;
  transition: 0.3s;
}

.check-price-btn:hover {
  background-color: #008080;
  border-color: #008080;
}








/* Общий стиль для кнопок */
.book-now-btn,
.check-price-btn {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  font-size: 21px;
  padding: 14px 28px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(1);
  text-decoration: none;
  display: inline-block;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
}

/* Цвета для Book Now */
.book-now-btn {
  background-color: #00b8c8;
  border-color: #00b8c8;
}

/* Цвета для Check Prices */
.check-price-btn {
  background-color: #FFA500;
  border-color: #FFA500;
}

/* Сияющий "светлячок" */
.book-now-btn::before,
.check-price-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 60%;
  height: 200%;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(25deg);
  filter: blur(8px);
  pointer-events: none;
  animation: shine-loop 7.5s infinite ease-in-out;
}

/* Анимация сияния */
@keyframes shine-loop {
  0% {
    left: -60%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: -60%;
  }
}








.first-section__buttons {
  display: flex;
  flex-wrap: wrap; /* можно отключить, если хочешь строго в один ряд */
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

/* ✅ Не разрешай стека на мобильных */
@media (max-width: 768px) {
  .first-section__buttons {
    flex-direction: row !important;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .first-section__buttons .book-now-btn,
  .first-section__buttons .check-price-btn {
    width: auto !important;
    flex: 1 1 auto;
    white-space: nowrap;
  }
}





/* Варианты для главной страницы (если отличается) */
body.home .check-price-btn {
  background-color: #FFA500 !important;
  border-color: #FFA500 !important;
}
body.home .check-price-btn:hover {
  background-color: #008080 !important;
  border-color: #008080 !important;
}

body.home .book-now-btn {
  background-color: #00b8c8 !important;
  border-color: #00b8c8 !important;
}
body.home .book-now-btn:hover {
  background-color: #008ea4 !important;
  border-color: #008ea4 !important;
}

.check-price-btn:hover {
    background-color: #008080;
    border-color: #008080;
}

body.home .check-price-btn {
    background-color: #FFA500 !important;
    border-color: #FFA500 !important;
}

body.home .check-price-btn:hover {
    background-color: #008080 !important;
    border-color: #008080 !important;
}



/* Прайс блок — стили для блока цен с изображениями */

.price-list-with-images {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin-top: 30px;
  justify-content: center;
}

.sofa-price {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e3f9fb;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  background-color: #fff;
  flex: 1 1 calc(33.33% - 16px);
  box-sizing: border-box;
}

.sofa-price img {
  width: 90px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.sofa-info {
  font-size: 17px;
  line-height: 1.5;
  min-width: 180px;
}

.sofa-info .price-title {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.desc {
  color: #666;
  font-size: 15px;
  margin-bottom: 6px;
}

.sofa-price-box {
  margin-top: 4px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
}

.new-price {
  color: #007f88;
  font-weight: 700;
  font-size: 19px;
}

@media (max-width: 1024px) {
  .sofa-price {
    flex: 1 1 calc(50% - 16px);
  }
}

@media (max-width: 768px) {
  .sofa-price {
    flex: 1 1 100%;
  }
}
.price-prefix {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-right: 2px;
  text-transform: capitalize;
}


@media (min-width: 769px) {
  /* Стили «In Tampa / In Lakeland / In Orlando» */
  .city-card .card-button {
    background-color: #00b8c8 !important;    /* бирюзовый фон */
    border: 1px solid #00b8c8 !important;    /* такая же рамка */
    color: #fff !important;                  /* белый текст */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .city-card .card-button:hover {
    background-color: #008ea4 !important;    /* чуть потемнее на ховере */
    border-color:     #008ea4 !important;
  }

  /* Если это общие .btn из первой секции, аналогично */
  .first-section__buttons .btn {
    background-color: #00b8c8 !important;
    border-color:     #00b8c8 !important;
    box-shadow:       0 6px 20px rgba(0, 0, 0, 0.3) !important;
    color:            #fff !important;
  }
  .first-section__buttons .btn:hover {
    background-color: #008ea4 !important;
    border-color:     #008ea4 !important;
  }
}
/* скрол прайс лист */
#price-list {
  scroll-margin-top: 80px; /* Поднимает якорь на 80px (можно изменить на 60–100px) */
}

/* Title (H2) */
.custom-faq-heading {
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
  font-size: 41px;
  color: #2c3e50;
  margin-top: 60px;
  margin-bottom: 40px;
}

/* Title (H2) Мобильная в */
@media (max-width: 768px) {
  .custom-faq-heading {
    font-size: 32px;  
  }
}
















* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 360px
}
body {
  color: #2f3e53;
  background-color: #fff;
  line-height: 1.4;
  font-family: Inter,sans-serif;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Inter,sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent
}
input,
textarea {
  width: 100%
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  background-color: #fff
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper > main {
  flex: 1 1 auto
}
.wrapper > * {
  min-width: 0
}
[class*=__container] {
  max-width: 76.875rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}

.text-bold {
  font-weight: 700
}
.text-link {
  color: #ff66c4
}
.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  left: 0;
  top: 0;
  transition: all .5s;
  box-shadow: rgba(0,0,0,.05) 0 1px 14px 0
}
.header.sticky {
  padding-bottom: 0px;
  padding-top: 0px
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative
}
.header .custom-logo-link,
.header__logo {
  position: relative
}
.header .custom-logo-link img,
.header__logo img {
  width: 100%;
  height: auto
}
.header__menu {
  margin: 0 auto
}
.header .header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto
}
.header__tel {
  transition: all .3s;
  font-weight: 500
}
.header__tel:hover {
  color: #00b5bf
}
.language-select span {
  color: #2f3e53;
  font-family: Inter,sans-serif;
  font-weight: 500;
  cursor: pointer
}
.header-right .dropdown {
  min-width: 80px;
  text-align: center;
  justify-content: center
}
.menu__list {
  display: flex;
  gap: 20px
}
.menu__link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #2f3e53;
  font-family: Inter,sans-serif;
  font-weight: 500;
  transition: all .3s
}
.header-dark .menu__link {
  color: #2f3e53
}
.menu__link .icon-svg {
  width: 9px;
  height: 5px;
  fill: #2f3e53;
  transition: all .3s
}
.menu__link:hover {
  color: #00b5bf
}
.dropdown-container {
  position: relative
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px
}
.dropdown-toggle svg {
  width: 10px;
  height: 5px
}
.dropdown-list {
  display: flex;
  flex-direction: column
}
.dropdown-list__link {
  color: #2f3e53;
  font-family: Inter,sans-serif;
  font-weight: 500;
  display: flex;
  white-space: nowrap;
  margin-bottom: 7px;
  transition: all .3s
}
.dropdown-list__link:hover {
  color: #00b5bf
}
.dropdown-menu {
  display: none
}
.dropdown-open .dropdown-menu.dropdown-active {
  display: flex
}
.dropdown-open .click-dropdown .icon-svg,
.dropdown-open .hover-dropdown .icon-svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: #00b5bf
}
#main-nav {
  display: none!important
}
html.hc-nav-yscroll {
  overflow-y: scroll
}
body.hc-nav-open {
  overflow: visible;
  position: fixed;
  width: 100%;
  min-height: 100%
}
.hc-offcanvas-nav {
  visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 9999;
  text-align: left
}
.hc-offcanvas-nav.is-ios * {
  cursor: pointer!important
}
.hc-offcanvas-nav .nav-container {
  position: fixed;
  z-index: 9998;
  top: 0;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease
}
.hc-offcanvas-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.hc-offcanvas-nav .nav-content {
  height: 100%
}
.hc-offcanvas-nav .nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box
}
.hc-offcanvas-nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.hc-offcanvas-nav li {
  position: relative;
  display: block
}
.hc-offcanvas-nav li.level-open > .nav-wrapper {
  visibility: visible
}
.hc-offcanvas-nav li:not(.custom-content) a {
  position: relative;
  display: block;
  box-sizing: border-box;
  cursor: pointer
}
.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
  cursor: not-allowed
}
.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
  text-decoration: none
}
.hc-offcanvas-nav input[type=checkbox] {
  display: none
}
.hc-offcanvas-nav label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  cursor: pointer
}
.hc-offcanvas-nav .nav-item-wrapper {
  position: relative
}
.hc-offcanvas-nav .nav-item-link {
  position: relative;
  display: block;
  box-sizing: border-box
}
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-close-button:focus,
.hc-offcanvas-nav:not(.user-is-tabbing) .nav-item-wrapper a:focus {
  outline: 0
}
.hc-offcanvas-nav .nav-back:focus,
.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus {
  z-index: 10
}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav.disable-body::after {
  content: "";
  z-index: 9990;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s ease .4s,opacity .4s ease
}
.hc-offcanvas-nav.disable-body::after {
  position: fixed
}
.hc-offcanvas-nav .nav-wrapper::after {
  position: absolute
}
.hc-offcanvas-nav .sub-level-open::after,
.hc-offcanvas-nav.disable-body.nav-open::after {
  visibility: visible;
  opacity: 1;
  transition-delay: 50ms
}
.hc-offcanvas-nav:not(.nav-open)::after {
  pointer-events: none
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
  display: none
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
  max-height: 100vh
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 > .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
  min-width: 0;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: height 0s ease .4s
}
.hc-offcanvas-nav.nav-levels-expand .level-open > .nav-wrapper {
  max-height: none;
  overflow: visible;
  visibility: visible
}
.hc-offcanvas-nav.nav-levels-overlap .nav-content {
  overflow: scroll;
  overflow-x: visible;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 100vh
}
.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
  max-height: 100vh
}
.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s ease .4s,-webkit-transform .4s ease;
  transition: visibility 0s ease .4s,transform .4s ease;
  transition: visibility 0s ease .4s,transform .4s ease,-webkit-transform .4s ease
}
.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
  position: static
}
.hc-offcanvas-nav.nav-levels-overlap ul li.level-open > .nav-wrapper {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease
}
.hc-offcanvas-nav.nav-position-left {
  left: 0
}
.hc-offcanvas-nav.nav-position-left .nav-container {
  left: 0
}
.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}
.hc-offcanvas-nav.nav-position-right {
  right: 0
}
.hc-offcanvas-nav.nav-position-right .nav-container {
  right: 0
}
.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
  right: 0;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0)
}
.hc-offcanvas-nav.nav-position-top {
  top: 0
}
.hc-offcanvas-nav.nav-position-top .nav-container {
  top: 0;
  width: 100%
}
.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0)
}
.hc-offcanvas-nav.nav-position-bottom {
  top: auto;
  bottom: 0
}
.hc-offcanvas-nav.nav-position-bottom .nav-container {
  top: auto;
  bottom: 0;
  width: 100%
}
.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
  left: 0;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0)
}
.hc-offcanvas-nav.nav-open[class*=hc-nav-] div.nav-container {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.hc-nav-trigger {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  z-index: 9980;
  width: 30px;
  min-height: 24px;
  margin-left: 20px
}
.hc-nav-trigger span {
  width: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%
}
.hc-nav-trigger span,
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
  display: block;
  position: absolute;
  right: 0;
  height: 3px;
  background: #00b5bf;
  transition: all .2s ease
}
.hc-nav-trigger span::after,
.hc-nav-trigger span::before {
  content: "";
  width: 100%
}
.hc-nav-trigger span::before {
  top: -10.5px
}
.hc-nav-trigger span::after {
  bottom: -10.5px
}
.hc-nav-trigger.toggle-open span {
  background: rgba(0,0,0,0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.hc-nav-trigger.toggle-open span::before {
  -webkit-transform: translate3d(0,10.5px,0);
  transform: translate3d(0,10.5px,0)
}
.hc-nav-trigger.toggle-open span::after {
  -webkit-transform: rotate(-90deg) translate3d(10.5px,0,0);
  transform: rotate(-90deg) translate3d(10.5px,0,0)
}
.hc-offcanvas-nav .nav-wrapper::after,
.hc-offcanvas-nav::after {
  background: rgba(0,0,0,.3)
}
.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
  background: #fff
}
.hc-offcanvas-nav .nav-content > h2,
.hc-offcanvas-nav .nav-content > h3,
.hc-offcanvas-nav .nav-content > h4,
.hc-offcanvas-nav .nav-content > h5,
.hc-offcanvas-nav .nav-content > h6 {
  font-size: 22px;
  font-weight: 400;
  padding: 20px 17px;
  color: #333
}
.hc-offcanvas-nav .nav-content > h2:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h3:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h4:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h5:not(.nav-title):not(.level-title),
.hc-offcanvas-nav .nav-content > h6:not(.nav-title):not(.level-title) {
  font-size: 18px;
  padding: 15px 17px;
  background: #fff
}
.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a {
  padding: 12px 17px;
  font-size: 16px;
  color: #2f3e53;
  z-index: 1;
  font-weight: 500;
  background: rgba(0,0,0,0);
  transition: background .1s ease
}
.hc-offcanvas-nav .nav-back a:focus,
.hc-offcanvas-nav .nav-back a:focus-within,
.hc-offcanvas-nav .nav-item-link:focus,
.hc-offcanvas-nav .nav-item-link:focus-within,
.hc-offcanvas-nav li.nav-close a:focus,
.hc-offcanvas-nav li.nav-close a:focus-within {
  z-index: 10
}
.hc-offcanvas-nav .nav-back a[disabled],
.hc-offcanvas-nav .nav-item-link[disabled],
.hc-offcanvas-nav li.nav-close a[disabled] {
  color: rgba(47,62,83,.5)
}
.hc-offcanvas-nav div.nav-back + ul > li:first-child > .nav-item-wrapper > .nav-item-link {
  border-top: none!important
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
  background: #fafafa
}
.hc-offcanvas-nav .nav-custom-content {
  padding: 14px 17px;
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0
}
.hc-offcanvas-nav .nav-highlight {
  background: #fafafa
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top: 1px solid #f0f0f0
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link + a {
  border-top: 1px solid #f0f0f0
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > ul + h6 {
  margin-top: -2px
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > h2 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h3 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h4 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h5 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link,
.hc-offcanvas-nav .nav-wrapper > .nav-content > h6 + ul > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top: 1px solid #f0f0f0
}
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .level-title + h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-close + h6,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h2,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h3,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h4,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h5,
.hc-offcanvas-nav .nav-wrapper > .nav-content > .nav-title + h6 {
  border-top: 1px solid #f0f0f0
}
.hc-offcanvas-nav li {
  color: #2f3e53
}
.hc-offcanvas-nav li.nav-parent .nav-item-link:last-child {
  padding-right: 58px
}
.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  margin-right: 45px
}
.hc-offcanvas-nav .nav-back span,
.hc-offcanvas-nav .nav-close-button span,
.hc-offcanvas-nav .nav-parent .nav-next {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  cursor: pointer;
  transition: background .1s ease
}
.hc-offcanvas-nav .nav-close-button {
  position: relative;
  display: block
}
.hc-offcanvas-nav .nav-close-button span::after,
.hc-offcanvas-nav .nav-close-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  border-top: 2px solid #2f3e53;
  border-left: 2px solid #2f3e53
}
.hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -14px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
.hc-offcanvas-nav .nav-close-button span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.hc-offcanvas-nav .nav-content > .nav-close {
  position: relative;
  z-index: 2
}
.hc-offcanvas-nav .nav-content > .nav-close a {
  font-size: 16px;
  color: #2f3e53;
  background: rgba(0,0,0,0);
  z-index: 1;
  text-decoration: none;
  box-sizing: border-box
}
.hc-offcanvas-nav .nav-content > .nav-close a:not(.has-label) {
  height: 50px
}
.hc-offcanvas-nav .nav-content > .nav-close a.has-label {
  padding: 14px 17px;
  border-top: 1px solid #f0f0f0
}
.hc-offcanvas-nav .nav-content > .nav-close a:hover {
  border: none;
  background: radial-gradient(farthest-corner at top right,rgba(0,0,0,.1),rgba(0,0,0,0))
}
.hc-offcanvas-nav .nav-content > .nav-close.has-label + ul {
  margin-top: -1px
}
.hc-offcanvas-nav:not(.nav-close-button-empty) .nav-content > .nav-close {
  margin-bottom: -1px
}
.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: -70px;
  right: 0
}
.hc-offcanvas-nav.nav-close-button-empty .nav-title {
  padding-right: 55px
}
.hc-offcanvas-nav li.nav-close a:not(.has-label) {
  height: 49px
}
.hc-offcanvas-nav .nav-back a,
.hc-offcanvas-nav .nav-content > .nav-close:first-child a,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a {
  background: #e7e9ff
}
.hc-offcanvas-nav .nav-back a:hover,
.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover {
  background: #f4f4f4
}
.hc-offcanvas-nav li.nav-back:not(:first-child) a,
.hc-offcanvas-nav li.nav-close:not(:first-child) a {
  margin-top: -1px
}
.hc-offcanvas-nav a.nav-next {
  border-left: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0
}
.hc-offcanvas-nav .nav-back span::before,
.hc-offcanvas-nav .nav-next span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  box-sizing: border-box;
  border-top: 2px solid #2f3e53;
  border-left: 2px solid #2f3e53;
  -webkit-transform-origin: center;
  transform-origin: center
}
.hc-offcanvas-nav .nav-next span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0
}
.hc-offcanvas-nav .nav-next span::before {
  -webkit-transform: translate(-50%,-50%) rotate(135deg);
  transform: translate(-50%,-50%) rotate(135deg)
}
.hc-offcanvas-nav .nav-back span::before {
  margin-left: 2px;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg)
}
.hc-offcanvas-nav.nav-position-left.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: 1px 0 2px rgba(0,0,0,.2)
}
.hc-offcanvas-nav.nav-position-right.nav-open.nav-levels-overlap .nav-wrapper {
  box-shadow: -1px 0 2px rgba(0,0,0,.2)
}
.hc-offcanvas-nav.nav-position-right .nav-next span::before {
  margin-left: 2px;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg)
}
.hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: -2px;
  -webkit-transform: translate(-50%,-50%) rotate(135deg);
  transform: translate(-50%,-50%) rotate(135deg)
}
.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
  box-shadow: 0 1px 2px rgba(0,0,0,.2)
}
.hc-offcanvas-nav.nav-position-top .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%,-50%) rotate(-135deg);
  transform: translate(-50%,-50%) rotate(-135deg)
}
.hc-offcanvas-nav.nav-position-top .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg)
}
.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
  box-shadow: 0 -1px 2px rgba(0,0,0,.2)
}
.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg)
}
.hc-offcanvas-nav.nav-position-bottom .nav-back span::before {
  margin-left: 0;
  margin-right: -2px;
  -webkit-transform: translate(-50%,-50%) rotate(-135deg);
  transform: translate(-50%,-50%) rotate(-135deg)
}
.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none ul .nav-wrapper {
  box-shadow: none;
  background: 0 0
}
.hc-offcanvas-nav.nav-levels-expand li.level-open,
.hc-offcanvas-nav.nav-levels-none li.level-open {
  background: #f5f5f5
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a {
  border-bottom: 1px solid #ebebeb
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover {
  background: #f7f7f7
}
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a > .nav-next span::before {
  margin-top: -2px;
  -webkit-transform: translate(-50%,-50%) rotate(-135deg);
  transform: translate(-50%,-50%) rotate(-135deg)
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-1 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-1 .nav-item-link {
  padding-left: calc(17px + 20px * 1)
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-2 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-2 .nav-item-link {
  padding-left: calc(17px + 20px * 2)
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-3 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-3 .nav-item-link {
  padding-left: calc(17px + 20px * 3)
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-4 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-4 .nav-item-link {
  padding-left: calc(17px + 20px * 4)
}
.hc-offcanvas-nav.nav-levels-expand .nav-wrapper-5 .nav-item-link,
.hc-offcanvas-nav.nav-levels-none .nav-wrapper-5 .nav-item-link {
  padding-left: calc(17px + 20px * 5)
}
.hc-offcanvas-nav ul.bottom-nav {
  padding: 20px 17px 15px 17px;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%
}
b,
strong {
  font-weight: 700
}
.ttl {
  line-height: 1.23;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  font-family: Inter,sans-serif
}
.ttl.left-title {
  text-align: left
}
.small-ttl {
  line-height: 1.23;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  font-family: Inter,sans-serif
}
.small-ttl.left-title {
  text-align: left
}
input.wpcf7-submit {
  background-color: #ff9d7d!important;
  font-weight: 700!important;
  color: #fff!important;
  border: 0!important;
  border-radius: 30px!important
}

.first-section {
  height: 510px;
  opacity: 1;
  transition: opacity .7s;
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  -moz-transform: unset;
  background-color: #fafafa
}
.first-section__container {
  height: 100%;
  display: flex;
  align-items: center
}

.first-section__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 650px;
  max-width: 100%;
  text-align: left
}
.first-section__title {
  line-height: 1.23;
  letter-spacing: 1px;
  font-weight: 600;
  color: #2f3e53
}
.first-section__title span {
  color: #00b5bf
}


.first-section__buttons {
  display: flex;
  gap: 30px
}


.benefits__description {
  line-height: 1.5;
  text-align: center;
  width: 90%;
  margin: 40px auto 40px auto
}
.left-title .benefits__description {
  text-align: left
}
.benefits__wrap {
  position: relative
}
.benefits__wrap:after,
.benefits__wrap:before {
  content: "";
  position: absolute;
  left: 20%;
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg,rgba(0,181,191,0) 0,#00b5bf 32.5%,#00b5bf 59%,rgba(0,181,191,0) 100%)
}
.benefits__wrap:before {
  top: 0
}
.benefits__wrap:after {
  bottom: 0
}
.benefits__title {
  line-height: 1.23;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center
}
.left-title .benefits__title {
  text-align: left
}
.benefits__items {
  display: flex;
  justify-content: center;
  align-items: flex-start
}
.benefits__item {
  flex: 1 1 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px
}
.left-title .benefits__item {
  justify-content: flex-start;
  align-items: start
}
.left-title .benefits__item {
  text-align: left
}
.benefits__item-img {
  margin-bottom: 5px
}
.benefits__item-img img {
  width: 90px;
  height: 90px
}
.benefits__item-title {
  color: #3e8680;
  font-weight: 700
}
.benefits__item-desc {
  text-align: center
}
.left-title .benefits__item-desc {
  text-align: left
}
.services {
  width: 100%
}
.services__head {
  text-align: center;
  display: flex;
  flex-direction: column
}
.services__description {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  color: #2f3e53
}
.services__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.services__item {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  width: 25%;
  margin-bottom: 30px
}


.services__img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative
} 






.cta {
  height: 526px;
  background-image: url(../img/cta/cta-bg.jpg);
  width: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background-attachment: fixed;
  -moz-transform: unset;
  display: flex;
  align-items: center;
  justify-content: center
}
.cta__content {
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}
.cta__desc {
  line-height: 1.5;
  text-align: center
}
.gallery__wrap {
  width: 100%;
  max-width: 1960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap
}
.gallery__wrap.gallery__wrap-gap {
  gap: 15px
}
.gallery__item {
  width: 25%;
  position: relative;
  display: none
}
.gallery__item:nth-child(1),
.gallery__item:nth-child(10),
.gallery__item:nth-child(11),
.gallery__item:nth-child(12),
.gallery__item:nth-child(2),
.gallery__item:nth-child(3),
.gallery__item:nth-child(4),
.gallery__item:nth-child(5),
.gallery__item:nth-child(6),
.gallery__item:nth-child(7),
.gallery__item:nth-child(8),
.gallery__item:nth-child(9) {
  display: inline-block
}
.gallery__wrap-gap .gallery__item {
  width: calc(25% - 15px)
}
.gallery__item img {
  width: 100%;
  height: auto;
  transition: all .3s;
  z-index: 1
}
.gallery__item:hover img {
  position: relative;
  z-index: 2;
  transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  box-shadow: 0 2px 20px 2px rgba(0,0,0,.45)
}
.gallery__item-title {
  text-align: center;
  margin: 10px 0;
  font-weight: 500
}
.gallery__btn {
  display: flex;
  align-items: center;
  justify-content: center
}
.line {
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg,rgba(0,181,191,0) 0,#00b5bf 32.5%,#00b5bf 59%,rgba(0,181,191,0) 100%);
  margin: 0 auto
}
.team__description {
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
.team__slider {
  position: relative;
  overflow: hidden
}
.team__navigation {
  position: absolute;
  top: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}
.team__item {
  width: calc(33% - 50px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 15px
}
.team__name {
  font-weight: 700
}
.team__img img {
  width: 200px
}
.team__desc {
  font-size: 14px;
  text-align: center
}
.team__btn {
  display: flex;
  align-items: center;
  justify-content: center
}
.reviews__description {
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
.reviews__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center
}
.reviews__item {
  width: calc(25% - 40px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  text-align: center
}
.reviews__img img {
  width: 180px;
  height: auto
}
.reviews__rating {
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  color: #00b5bf
}
.reviews__stars {
  color: #f6825c;
  display: flex;
  align-items: center;
  gap: 5px
}
.reviews__text {
  font-style: italic
}
.reviews__link {
  color: #2f3e53;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600
}
.reviews__link svg {
  width: 28px;
  height: 8px;
  fill: #00b5bf
}
.reviews__link:hover {
  opacity: .8;
  text-decoration: underline
}
.reviews__btn {
  display: flex;
  align-items: center;
  justify-content: center
}

.faq__wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
.full-width .faq__wrap {
  width: 100%
}
.faq__item {
  border: 1px solid #00b5bf;
  border-radius: 6px
}
.faq__answer,
.faq__question {
  display: flex;
  gap: 20px
}
.faq__label {
  color: #666;
  width: 20%;
  min-width: 20%
}
.faq__content.bold-content {
  font-weight: 600
}
.faq__btn {
  display: flex;
  align-items: center;
  justify-content: center
}
.articles__description {
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
.articles__slider {
  position: relative;
  overflow: hidden
}
.articles__navigation {
  position: absolute;
  top: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}
.articles__navigation-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 98
}
.articles__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  width: 100%
}
.articles__item {
  width: calc(33% - 30px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  text-align: center
}
.articles__name {
  font-weight: 700
}
.articles__img img {
  width: 100%;
  border-radius: 3px
}
.articles__desc {
  color: #666;
  font-size: 14px
}
.articles__btn {
  display: flex;
  align-items: center;
  justify-content: center
}
.loyal__banner {
  background-color: #00b5bf;
  background: linear-gradient(258.59deg,rgba(255,255,255,.16) 0,rgba(62,134,128,.180495) 51.24%,rgba(47,62,83,.2) 100%),#00b5bf;
  display: flex;
  align-items: center;
  border-radius: 15px;
  position: relative
}
.loyal__banner-content {
  color: #fff;
  line-height: 1.3;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px
}
.loyal__title {
  font-weight: 600
}
.loyal__desc {
  font-weight: 400
}
.loyal__banner-img {
  width: calc(50% - 60px)
}
.loyal__banner-img img {
  max-width: 100%
}
.price__description {
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
.price__description.left-desc {
  text-align: left;
  width: 100%
}
.tabs {
  display: flex;
  flex-direction: column;
  align-items: center
}
.tabs__navigation {
  display: flex;
  justify-content: center;
  border: 1px solid rgba(0,181,191,.48);
  border-radius: 12px;
  padding: 4px;
  gap: 8px;
  margin-bottom: 3.125rem
}
.tabs__title {
  border: 1px solid #fff;
  padding: .75rem 2rem;
  border-radius: .5rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .5s
}
.tabs__title._tab-active {
  border: 1px solid #00b5bf;
  color: #fff;
  background-color: #00b5bf
}
.tabs__title._tab-active:hover {
  border: 1px solid #00b5bf;
  color: #fff;
  background-color: #00b5bf
}
.tabs__content {
  width: 100%
}
.tabs__body {
  width: 100%
}
.tabs__body-desc {
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center
}
.prtable {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px
}
.img-price .prtable {
  gap: 0;
  row-gap: 30px;
  justify-content: center
}
.prtable__item {
  width: calc(25% - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  position: relative
}
.img-price .prtable__item {
  width: 25%;
  padding: 0 15px
}
.prtable__img img {
  max-width: 210px
}
.img-price .prtable__img img {
  width: 100%;
  max-width: 100%
}
.prtable__title {
  font-weight: 700;
  text-transform: uppercase
}
.prtable__desc {
  font-size: 14px;
  color: #333
}
.prtable__price {
  color: #00b5bf;
  font-weight: 700
}
.prtable__more-info {
  display: none;
  position: absolute;
  width: 100%;
  padding: 20px;
  border-radius: 6px;
  background-color: rgba(47,62,83,.95);
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  bottom: 0;
  left: 0
}
.prtable__more-btn {
  cursor: pointer;
  padding: 5px 32px;
  font-size: 14px;
  color: #f6825c;
  border: 1px solid #f6825c;
  border-radius: 30px
}
.prtable__more-btn:hover .prtable__more-info {
  display: block
}
.after__description {
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto
}
.after__description.left-desc {
  text-align: left;
  width: 100%
}
.how__description {
  line-height: 1.5;
  text-align: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto
}
.how__video {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 auto
}
.how__video-item {
  flex-shrink: 0
}
.how__video-item-oembed {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 180%
}
.how__video-item-oembed iframe,
.how__video-item-oembed object,
.how__video-item-oembed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.how__video-title {
  text-align: center;
  display: block;
  margin-top: 15px
}
.how iframe {
  width: 100%
}
.how__navigation {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%
}
.how__navigation-btn {
  padding: 10px
}
.page-id-337 .how__video {
  width: 100%!important
}
.title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fdecf4;
  color: #2f3e53;
  overflow: hidden;
  position: relative
}
.page-id-47 .title-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/beautylarnaca/assets/img/hearts-cta-bg.svg);
  background-repeat: no-repeat;
  background-size: cover
}
.title-section__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -5%
}
.title-section__title {
  font-weight: 700;
  position: relative;
  padding-top: 30px
}
.service-head {
  background: #fdecf4;
  color: #2f3e53;
  position: relative
}
.service-head__wrap {
  position: absolute;
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.service-head__title {
  font-weight: 700;
  position: relative;
  padding-top: 30px;
  width: 100%
}
.main-description {
  position: relative
}
.main-description__container {
  display: flex;
  justify-content: space-between;
  gap: 50px
}
.main-description__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(55% - 50px)
}
.main-description__content p {
  margin-bottom: 20px
}
.main-description__title {
  font-weight: 700
}
.main-description__img {
  overflow: hidden;
  width: 45%;
  aspect-ratio: 9/6;
  overflow: hidden;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}
.not-found {
  text-align: center
}
.section-description {
  line-height: 1.5
}
.section-description a {
  color: #ff66c4
}
.section-description a:hover {
  text-decoration: underline
}
.section-description p {
  margin: 15px 0
}
.section-description ul {
  list-style: none;
  padding: 0;
  margin: 10px 0
}
.section-description ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 7px
}
.section-description ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #0b254b
}
.section-description ol {
  padding: 0;
  margin: 10px 0 10px 30px
}
.section-description ol li {
  margin-bottom: 7px
}
.section-description h2,
.section-description h3,
.section-description h4,
.section-description h5,
.section-description h6 {
  margin: 15px 0;
  font-weight: 700;
  line-height: normal
}
.columns-description {
  line-height: normal
}
.columns-description__container {
  display: flex;
  justify-content: space-between
}
.columns-description__left {
  width: 48%
}
.columns-description__title {
  margin-bottom: 30px
}
.columns-description__text {
  text-align: justify
}
.columns-description__right {
  width: 48%
}
.text p {
  margin: 15px 0
}
.text ul {
  list-style: none;
  padding: 0;
  margin: 10px 0
}
.text ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px
}
.text ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #ff66c4
}
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin: 15px 0;
  font-weight: 700;
  line-height: normal
}
.text a {
  color: #ff66c4
}
.desc-with-image__container {
  display: flex;
  justify-content: space-between
}
.desc-with-image__left {
  width: 50%;
  line-height: normal
}
.left-image .desc-with-image__left {
  order: 2
}
.desc-with-image__title {
  margin-bottom: 30px
}
.desc-with-image__text {
  text-align: justify;
  margin-bottom: 30px
}
.desc-with-image__list {
  display: flex;
  flex-direction: column;
  gap: 40px
}
.desc-with-image__item {
  display: flex;
  gap: 20px
}
.desc-with-image__item-title {
  font-weight: 700;
  margin-bottom: 12px
}
.desc-with-image__img {
  width: 45%;
  aspect-ratio: 9/6;
  overflow: hidden;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}
.desc-with-image__img.with-decor {
  position: relative;
  padding: 20px 50px 50px 30px
}
.left-image .desc-with-image__img {
  order: 1
}
.connect-steps {
  line-height: normal
}
.connect-steps__container {
  display: flex;
  flex-direction: column;
  align-items: center
}
.connect-steps__title {
  max-width: 450px;
  text-align: center
}
.connect-steps__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px
}
.connect-steps__item {
  width: calc(33% - 30px);
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  border-radius: 4px;
  border: 1px solid #fdecf4;
  box-shadow: 0 0 50px 30px rgba(255,102,196,.09)
}
.connect-steps__label {
  font-weight: 500;
  color: #fff;
  background-color: #ff66c4;
  padding: 7px 30px;
  border-radius: 4px;
  margin-bottom: 25px
}
.connect-steps__title-item {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 20px
}
.connect-steps__btn {
  font-weight: 500;
  color: #fff;
  background-color: #ff66c4;
  padding: 30px 65px;
  border-radius: 4px;
  font-size: 20px
}
.left-benefits {
  line-height: normal
}
.left-benefits__items {
  display: flex;
  justify-content: space-between;
  gap: 20px
}
.left-benefits__item {
  width: calc(25% - 10px);
  display: flex;
  gap: 15px;
  flex-direction: column
}
.left-benefits__item-img {
  width: 80px
}
.left-benefits__item-img img {
  max-width: 100%
}
.left-benefits__item-title {
  line-height: 1.23;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: Inter,sans-serif
}
body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.modal-window {
  position: fixed;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.modal-window__content {
  margin: 50px auto;
  width: 724px;
  max-width: 95%;
  min-height: 200px;
  background-color: #fff;
  border-radius: 15px;
  transition: all .18s ease-in-out;
  position: relative;
  z-index: 102
}
.modal-window.show {
  opacity: 1;
  visibility: visible
}
.modal-window__close {
  position: absolute;
  top: 30px;
  right: 30px
}
.modal-window__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px
}
.modal-window__ttl {
  font-weight: 700
}
.modal-window__desc {
  line-height: 1.4;
  text-align: center
}
.modal-window__body {
  width: 80%;
  margin: 0 auto
}
.modal-window__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32,42,68,.8);
  z-index: 100
}
.modal-window input,
.modal-window textarea {
  border: 1.5px solid rgba(62,134,128,.38);
  background-color: #fff;
  font-weight: 300;
  border-radius: 11px;
  padding: 15px 20px;
  min-height: 60px
}
.modal-window textarea {
  max-height: 150px
}
.hidden {
  display: none
}
input,
textarea {
  border: 1.5px solid #b4b4b4;
  border-radius: 11px;
  padding: 15px 20px;
  min-height: 60px
}
.wpcf7 form .wpcf7-response-output {
  padding: 20px
}
.more a {
  color: #ff66c4!important;
  text-decoration: underline
}
.dropdown-decorlist.mob .dropdown-decorlist__item {
  width: 100%;
  margin-bottom: 15px
}
.page-id-47 .apply-now {
  padding-bottom: 0
}
.modal-window__form {
  position: relative
}
.wpcf7 .form-row {
  margin-bottom: 10px
}
.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease,visibility .3s ease
}
.form-overlay .success-message {
  font-size: 1.5rem;
  color: #2f3e53;
  text-align: center
}
.table-responsive,
.wp-block-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 15px 0
}
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  border: 0
}
table td,
table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left
}
table th {
  text-align: left;
  font-weight: 600;
  color: #453c3c
}
table td {
  border: 1px solid #dee2e6
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}
#mailpoet_form_1 .mailpoet_paragraph {
  margin-bottom: 0!important
}
.contacts__container {
  display: flex;
  justify-content: space-between
}
.contacts__title {
  font-weight: 700
}
.contacts__col {
  width: 50%;
  display: flex;
  gap: 30px;
  flex-direction: column
}
.contacts__col.contacts-form {
  border-radius: 15px;
  background-color: #fdecf4
}
.contacts__row {
  display: flex;
  gap: 15px
}
.contacts__row.soc {
  flex-wrap: wrap
}
.contacts__row-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #ff66c4;
  border-radius: 9px
}
.contacts__row-img img {
  width: 30px;
  height: 30px
}
.contacts__row-data {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.contacts__row-data {
  font-weight: 400
}
.contacts input,
.contacts textarea {
  border: 1.5px solid #fff;
  border-radius: 11px;
  background-color: #fff;
  padding: 15px 20px;
  min-height: 60px;
  font-size: 18px;
  font-weight: 300
}
.contacts textarea {
  max-height: 150px
}



.page-head.blog-page-head {
  padding-top: 30px
}
.page-head__title {
  font-weight: 700;
  text-transform: uppercase
}
.description {
  text-align: center
}
.description__text {
  line-height: 1.5
}
.description a {
  color: #00b5bf;
  transition: all .3s
}
.description a:hover {
  color: #f6825c
}
.description p {
  margin: 15px 0
}
.description ul {
  list-style: none;
  padding: 0;
  margin: 15px 0
}
.description ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 7px
}
.description ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #00b5bf
}
.description ol {
  padding: 0;
  margin: 15px 0 15px 30px
}
.description ol li {
  margin-bottom: 7px
}
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  margin: 15px 0;
  font-weight: 700;
  line-height: normal
}
.numbers__wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.numbers__item {
  width: 24%;
  position: relative
}
.numbers__value {
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.23;
  letter-spacing: 1px;
  font-weight: 600;
  color: #00b5bf;
  border-bottom: 1px solid #00b5bf
}
.numbers__desc {
  line-height: 1.5;
  font-family: Inter,sans-serif
}
.photogallery__wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px
}
.photogallery__item {
  width: calc(25% - 10px);
  position: relative;
  aspect-ratio: 3/5;
  border-radius: 3px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .3s
}
.photogallery__item:hover {
  box-shadow: 0 2px 20px 2px rgba(0,0,0,.15);
  -webkit-transform: scale(1.01);
  transform: scale(1.01)
}
.clients-carousel__slider {
  position: relative
}
.clients-carousel__item img {
  border: 1px solid #eee
}
.clients-carousel__navigation {
  position: absolute;
  top: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%
}
.carousel__navigation-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #00b5bf;
  border: 1px solid #00b5bf
}
.carousel__navigation-btn svg {
  fill: #fff
}
.files {
  display: flex;
  gap: 25px;
  flex-wrap: wrap
}
.files__link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #00b5bf
}
.files__link svg {
  width: 22px;
  height: 22px
}
.interlinking {
  background-color: #f7f7f7
}
.interlinking__container {
  display: flex;
  align-items: center;
  justify-content: center
}
.interlinking__description {
  line-height: 1.5;
  width: 60%
}
.interlinking__description a {
  color: #00b5bf;
  transition: all .3s;
  font-weight: 600
}
.interlinking__description a:hover {
  color: #f6825c
}
.logos__container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.logos__img {
  width: 20%
}
.logos__img img {
  max-width: 100%
}
.testimonials__container {
  display: flex;
  justify-content: space-between;
  align-items: start
}
.testimonials__navs {
  width: 35%;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  border-radius: .875rem;
  background: #f7f7f7;
  padding: 1.5rem
}
.testimonials__content {
  width: 60%
}
.testimonials__items {
  display: flex;
  gap: 20px;
  flex-direction: column
}
.testimonials__title {
  display: flex;
  flex-direction: column
}
.testimonials__maintitle {
  font-weight: 700;
  line-height: 1
}
.testimonials__stars {
  display: flex;
  align-items: center;
  font-size: 28px
}
.testimonials__stars .gray {
  color: #e2e2e2
}
.testimonials__stars .yellow {
  color: #f6825c
}
.testimonials__btn {
  display: inline-block;
  text-align: center;
  width: auto
}
.item-reviews {
  border-radius: .875rem;
  background: #f7f7f7;
  padding: 1.5rem;
  display: none
}
.item-reviews__top {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem
}
.item-reviews__bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e2e2e2;
  padding-left: 5%;
  font-size: 1rem;
  line-height: 150%
}
.item-reviews__by {
  display: flex;
  align-items: center;
  gap: 1.375rem
}
.item-reviews__by:not(:last-child) {
  margin-bottom: 1.1875rem
}
.item-reviews__name {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  gap: 25px
}
.item-reviews__text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 100%;
  margin-top: 20px
}
.item-reviews__date {
  display: flex;
  -ms-grid-row-align: start;
  align-self: start;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%
}
.item-reviews__date::before {
  color: #aaa
}
.item-reviews:nth-child(1),
.item-reviews:nth-child(10),
.item-reviews:nth-child(11),
.item-reviews:nth-child(12),
.item-reviews:nth-child(2),
.item-reviews:nth-child(3),
.item-reviews:nth-child(4),
.item-reviews:nth-child(5),
.item-reviews:nth-child(6),
.item-reviews:nth-child(7),
.item-reviews:nth-child(8),
.item-reviews:nth-child(9) {
  display: inline-block
}
.modal-window {
  position: fixed;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  align-items: flex-start;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.modal-window__content {
  margin: 50px auto;
  width: 624px;
  max-width: 95%;
  min-height: 200px;
  background-color: #fff;
  border-radius: 15px;
  transition: all .18s ease-in-out;
  position: relative;
  z-index: 102
}
.modal-window.show {
  opacity: 1;
  visibility: visible
}
.modal-window__close {
  position: absolute;
  top: 30px;
  right: 30px
}
.modal-window__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
  text-transform: uppercase
}
.modal-window__body {
  width: 90%;
  margin: 0 auto
}
.modal-window__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32,42,68,.8);
  z-index: 100
}
.popup__lines {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.popup__reviews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .9375rem
}
.comment-form-cookies-consent,
.logged-in-as {
  display: none!important
}
input.submit {
  padding: 17px 60px;
  border-radius: 30px;
  background-color: #ff9d7d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  transition: all .3s;
  overflow: hidden;
  box-shadow: #f6825c 0 -32px 6px inset;
  font-size: 1.25rem;
  border: 0;
  margin-top: 30px;
  cursor: pointer
}
input.submit:hover {
  box-shadow: #f6825c 0 0 6px inset
}
.popup__line {
  margin: 10px 0
}
.all_com_pr span:before {
  color: #f6825c
}
.com_block_star {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .9375rem
}
.dashicons,
.dashicons-before:before {
  color: #f6825c
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl
}
.rating-container * {
  font-size: 1.4rem
}
.rating-container > input {
  display: none
}
.rating-container > input + label {
  font-family: dashicons;
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888
}
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before,
.rating-container > input:checked ~ label:before {
  content: "\f155";
  color: #f6825c;
  text-shadow: 0 0 1px #888
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em
}
.rating-container > .star-cb-clear + label:before {
  width: .5em
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #f6825c;
  text-shadow: 0 0 1px #888
}
.contacts {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center
}
.contacts img {
  max-width: 100%
}
.contacts a {
  color: #f6825c;
  transition: all .3s
}
.contacts a:hover {
  color: #00b5bf
}
.contacts__col {
  width: calc(50% - 20px)
}
.col-data {
  display: flex;
  flex-direction: column;
  gap: 30px
}
.col-data__tel {
  line-height: 1.23;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: Inter,sans-serif
}
.col-data__social {
  display: flex;
  gap: 15px
}
.col-data__social-item {
  width: 45px;
  height: 45px;
  transition: all .3s
}
.col-data__social-item img {
  max-width: 100%
}
.col-data__social-item:hover {
  opacity: .7
}
.area__head {
  text-align: center;
  display: flex;
  flex-direction: column
}
.area__desc {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  text-transform: none;
  color: #f6825c
}
.area__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.area__col {
  width: 300px;
  max-width: 100%;
  display: flex;
  gap: 20px
}
.area__cont {
  width: 50%
}
.area__title {
  font-weight: 700;
  color: #3e8680;
  margin-bottom: 20px
}
.area__img img {
  max-width: 100%
}
.full-img img {
  width: 100%;
  height: auto;
  border-radius: 15px
}
.blog__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  width: 100%
}
.blog__item {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  gap: 15px
}
.blog__name {
  font-weight: 700;
  transition: all .3s
}
.blog__img img {
  width: 100%;
  border-radius: 3px;
  transition: all .3s
}
.blog__desc {
  color: #666;
  font-size: 14px
}
.blog__btn {
  display: flex;
  align-items: center;
  justify-content: center
}
.blog__item:hover .blog__img img {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 0 2px 20px 2px rgba(0,0,0,.15)
}
.blog__item:hover .blog__name {
  color: #f6825c
}
.article-content {
  line-height: 1.5
}
.article-content a {
  color: #00b5bf;
  transition: all .3s
}
.article-content a:hover {
  color: #f6825c
}
.article-content p {
  margin: 20px 0
}
.article-content ul {
  list-style: none;
  padding: 0;
  margin: 20px 0
}
.article-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px
}
.article-content ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTAuNUMwIDQuOTkyMTkgNC40NTMxMiAwLjUgMTAgMC41QzE1LjUwNzggMC41IDIwIDQuOTkyMTkgMjAgMTAuNUMyMCAxNi4wNDY5IDE1LjUwNzggMjAuNSAxMCAyMC41QzQuNDUzMTIgMjAuNSAwIDE2LjA0NjkgMCAxMC41Wk0xNC40OTIyIDguNzgxMjVDMTQuOTIxOSA4LjM1MTU2IDE0LjkyMTkgNy42ODc1IDE0LjQ5MjIgNy4yNTc4MUMxNC4wNjI1IDYuODI4MTIgMTMuMzk4NCA2LjgyODEyIDEyLjk2ODggNy4yNTc4MUw4Ljc1IDExLjQ3NjZMNi45OTIxOSA5Ljc1NzgxQzYuNTYyNSA5LjMyODEyIDUuODk4NDQgOS4zMjgxMiA1LjQ2ODc1IDkuNzU3ODFDNS4wMzkwNiAxMC4xODc1IDUuMDM5MDYgMTAuODUxNiA1LjQ2ODc1IDExLjI4MTJMNy45Njg3NSAxMy43ODEyQzguMzk4NDQgMTQuMjEwOSA5LjA2MjUgMTQuMjEwOSA5LjQ5MjE5IDEzLjc4MTJMMTQuNDkyMiA4Ljc4MTI1WiIgZmlsbD0iIzAwQjVCRiIvPgo8L3N2Zz4K);
  background-repeat: no-repeat
}
.article-content ol {
  padding: 0;
  margin: 20px 0 20px 25px;
  counter-reset: num;
  list-style-type: none
}
.article-content ol li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 5px
}
.article-content ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -30px;
  width: 22px;
  height: 22px;
  background: #00b5bf;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid #00b5bf
}
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin: 20px 0;
  font-weight: 700;
  line-height: normal
}
.article-content img {
  max-width: 100%;
  margin: 20px 0
}
.equipment__container {
  display: flex;
  flex-direction: column
}
.equipment__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}
.equipment__img {
  width: 30%
}
.equipment__img img {
  max-width: 100%
}
.equipment__content {
  width: calc(70% - 30px)
}
.equipment__smtitle {
  font-weight: 600;
  text-transform: uppercase
}
.equipment__title {
  margin: 10px 0 20px 0;
  font-weight: 700
}













.swiper-initialized {
  touch-action: pan-y
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}





.swiper-button-lock {
  display: none!important
}
@font-face {
  font-family: lg;
  src: url(data:font/woff2;base64,d09GMgABAAAAAAkcAAsAAAAAEogAAAjNAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgSQRCAqcLJZKCzoAATYCJANwBCAFgkoHIBupDgDm53Gzej8JpU0wqygVVyoWwphIsuuw60jpmBY6ppTa7mk7jtx57UQ0V2ulvfmteSIQji061T2HvfDEECASKizU5VUQXFjFRtgYTVg+woiYDVezOThR4tAvr/YYgOO/RZ+BAABzYtMA8Kl8Neg3UIDCoCkOyWBuLcCvSHycH78QvhFxmUCK03A0RwGSvXBAHgR8UB8DMvocJYAgbiZiJnqmYGbXjG3mz7P8nHhe8Uvxr0j+fzwPABAjWT1E83IJHh/x87G/jv1l7JtYR+y+WF2MKAai/qfDtfIRt7hBikI8D1IpipXqWqYSDgDBfwE7qDLw5EEALqFRDMKAsApNwchXAJgFL/WETMbKcDVSifR6QkjwkDaRTEugqlBtKVcL6Smi1dHlIqUmuii6Pic1JTIlFTX3uRenMNpiCiKOCZBm2ges0b/ScigDVgcb2MEHfloel7e1z208KrZUeQFjK0dIkbl6FOFczRhFE6zaRklPlz52tOXcKtmpdqisgHnbxRatg66vsZNHaWMPQ/eZmH6jaavlNASsipbKwVZSYrRm1mywI0670UEdhLy+yuscolSZJHKwg5IyNzRJQbKRZiicwnYiChjO1vSbKCBpkAgCjGIb6KCvA5GL0VHeUDwAQEHkSC2ToBJhKN9KAneim2ekLf1vENf3mjT3vAS295XY2MMgzRpSqTVWpt4ang+ksXynRUQPlkFOu+b6Yw0jBp8krbXbYbjc5mn6KpsNWKtqtcNz0D8xTTQKzthbZYAxLev3NkFgyYWsngBjGo8jg6a9Y3rKR9Pfqun10RvJi9X9foZGvrltMkJgWR7dhI7SSITEaBWIQQTMUSOJkTi5nlqpZUfNKcYD1Do/ZdkbR8UeVpKLSbMVgKLX0flzQYqCrLpll+/vus2IM9+lbdTgWWRLQJqvaq7eHKulgL2ssp7LrpxR2DBI/ja1zXvi7cS1E0Gr0uhy7PUGwPmdkkdjEYOjpGnQRXowC/GBq51eymLRXrsXsTzXX37VlXzeVxoI6m8Gy67oBnzsB6DoQYY7GHM2fbT4oS9zON45lPnwbmww2BL0G89EnfaVPi5eJ3NZFtjc277Wb9M1A+UWG2WZyrj6PMKmLHRoH04iZLuivlsHTmm9/qYJ1r2Z90DtuKYduK6SdNZ3dRRxHAoE+l4HGM6MyIe+0se+zHEfsP4s2sqqnVdSTE/8lCVYMRVsuBVEJOvT3fa1Xr4X2iDZflVFmxyDmpu1r8b9IsVzXUB9w1/l9ccf7WCszaI1ATtUx7oRztk1dtbBcciudJAi83Vv2yaTg9uON6toxLlIM2GVxClo2eVBt5gcOHRwHLIpptC92TeKRi3MjtBkTAOaoU+6P1q364+kdgt/+xh2fRvlOf2p5xR4ut7P4s0sPwY63OguajQWuYqMjUWaA9100ya6yHdHr/BMyxN9QmGa2zjPnbZr17KTy9weKwqXYtqjcMunRkgE9kP+Refvml14hAZw8WFQGmZnnaEi0eLUQTCc+tLSphVyaUH6lAJoXjF1MDiaFSOexNCRKYW8TOkhKzDEDjPDvHHI3c5hXbQLhujhUuPmBYd+N/EaktFsDqoDo4/G0yx70s3SSuXJDIvjMNsIQ7TDqb+/sv8NHGl6BvDAMOnsCpv9PQcP9tS6N294zEnwtNdt2tfTXSz7JGwAqALmbKpr90BaeqA9tlvduWP4/xa0thZcJMNDC6XqrFuy2xGF7YaiQkN7UfhEbMaNkOxQHezh7YVFBsP9TcoybgmzhaExmpxb/78Naf89LmVWthVvvSWh3rZUWtlMFStWENDf5uqEd2LiP/M/fvWEWUntjnTynpI2ainnLdjPUIvL2uGFJvoUQy0taZvPePLqxy0lK6mUo8yp6B+WtdyyTHivdrgLZrhbvAOlWMbQEJtJZ7JuXgRLC+hwe/kb90WvW4U4/PGGRUmLk995J1loWLRhQwVCKkve4JOS8YJASY+P8KQNe/vahGNU8TJRe/eCaaG7ozsrt6Ixu623v/ck0rvlG2EYBoAh6abIxoZ9UeHoNQAiMPKv/8pIi+47EAMHcfLh7dyX8q0Po+Iap94fFob+4fr/DXr96x+j1x2dhZ0dBfRqardjBIZ+M+S6Lo6ojE+4HKF7Kz7zG+eCOkwQ98UfOirDqrckKPVz3sR8srT/gsev3H0p3Rq7wkD1JLE/XZ+2Ze5pV5eqPiqqmBkc1PQYDBvlk5MdqQff21UyInvyhyjMsHXV33tD3zaQ7Us/NKfX44qLQ/8ffOtzXIjnymRNXampDWkGDR5yOyThG2/9UXC6liWEEz0hX+uR1Xg780i4eNOSig3Fk2pSkPpBqrrmx3/+TbB2ya9ePfrGJx98H8rvjKsRQoSh/G0s8cO6bhwwUI8vUz1c21B04cscrjVV1q8zzCVJkmv/T8y21/bLszJpxeqptculJZpleUyKrPX/X3QZBL+rl+hTWuR/2At7LhYVX9BBsULaqi9LWh+6xMDLW6V65dy2gsMbszemQ96XMDvrSfRM60ceo5R/oGDXB0KrxJsTACBhbV48S4Cd5IeyAVdU5Yg+2nPGKS+XAwmOljrwpIdMmdJPexI9ndnIXUIVgety83YzRdXD6E6YvF0gVGJRMhpOyQW6xGM0Zbq7zw8AoAcWAYa7cSOsARF+Fm8DBAAYgDUq07ZSWvm3UIoAAIAfde39SB7Hz+K/xR9vAkMBg0YE8PKEChkH47+9MDggitAdAEObxnBmZAFu5C4eyMxqN/2c3ZUK2qJ+tDUvrTR/BGHDbqZplsDNZVVQjIaim4XA6TE4YLCfEdweIwAKaArx8aN1JETYMNMDEWGYZdRjMJDAB4T7+EEiwAdiBKCBlRQCfnwjEgohbttG2AYb3yS+7tWIDW1rd/6mMedAM+yEHbAvWge0XgNevwdW20Cmdfb6NXBYqm+DtZHUyUW88R/abjA/OxeYpIa9sNmNGMqHbMgd2CAZPzVuOfQFg5H275pWwx73mQMODQAAAA==) format("woff2"),url(data:font/woff;base64,d09GRgABAAAAABLgAAsAAAAAEpQAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIGIGNtYXAAAAFoAAAApAAAAKSI7DN0Z2FzcAAAAgwAAAAIAAAACAAAABBnbHlmAAACFAAADjgAAA44V8bBEWhlYWQAABBMAAAANgAAADYbqSuuaGhlYQAAEIQAAAAkAAAAJAeuA91obXR4AAAQqAAAAHAAAABwZgALDmxvY2EAABEYAAAAOgAAADonfiQgbWF4cAAAEVQAAAAgAAAAIAAmAI5uYW1lAAARdAAAAUoAAAFKqFVCHnBvc3QAABLAAAAAIAAAACAAAwAAAAMD7AGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QoDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAIgAAAAeABAAAwAOAAEAIOAa4B3gM+Bw4JXg8uH/4g3jEugN6Qr//f//AAAAAAAg4BrgHeAz4HDglODy4f/iDOMR6A3pAP/9//8AAf/jH+of6B/TH5cfdB8YHgweABz9GAMXEQADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAAEAFYAAQOqA1UAAwATACMAJwAAAREzEQcyNzY1NCcmIyIHBhUUFxYTMhcWFRQHBiMiJyY1NDc2ExEzEQIqVoCMZWVlZYyMZWVlZYywfX19fbCwfX19fTBWAQEBVP6srGVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/awBVP6sAAMAVgABA6oDVQAPAB8AIgAAJTI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTEQUCAIxlZWVljIxlZWVljLB9fX19sLB9fX19WgEAVWVljIxlZWVljIxlZQMAfX2wsH19fX2wsH19/ZYBgMAAAAAAAwBVAAADqwNVABQAKQA+AAABITIXFhURFAcGIyEiJyY1ETQ3NjMHERQXFjMhBgcGIyEiJyY1ETQ3NjclISIHBhURFBcWMyEyNzY1ETQnJiMBgAGrNSUmJiU1/lU1JiUlJjXVDA0RAiQOISEp/lU1JSYYGCYCgP5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIQ1dDA0S/lYSDQwMDRIBqhIMDQABANYAgQMqAtUACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gKZ7u487u487u487u4AAQBVAFUDqwMAACIAAAEyFxYVFA8BITIXFhUUBwYjIRcWFRQHBiMiJwEmNTQ3ATYzAasRDQwM4gKZEgwNDQwS/WfiDAwNERIN/tYNDQEqDRIDAAwNEhIM4gwNERINDOIMEhIMDQ0BKg0SEQ0BKwwAAAEAVQBVA6sDAAAiAAABMhcBFhUUBwEGIyInJjU0PwEhIicmNTQ3NjMhJyY1NDc2MwJVEg0BKg0N/tYNEhIMDAzi/WcSDA0NDBICmeIMDAwSAwAM/tUMEhIN/tYNDQwSEgziDQwSEQ0M4gwSEwwMAAACAKoAKwNWAysAAwAKAAA3IRUhAQcnMxEzEaoCrP1UAgCqqoBUgVYBVqysAar+VgAJAKoAVQNWAwEAAwAHAAsADwATABcAGwAfACMAACU1MxUDNTMVATUzFTczFSMBNTMVITUzFQM1MxUzNTMVATUzFQKqrKys/lSsVKys/wCs/lSsrKxUrP5UrFWsrAEArKwBAKysrKz/AKysrKz/AKysrKwCAKysAAAEANYAgQMqAtUABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQC1dSA/lSA1FQBLNRUgKyAVNQABADWAIEDKgLVAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAlVU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAQQNqAysACwAbADIAAAEjFSM1IzUzNTMVMwcyNzY1NCcmIyIHBhUUFxYhFwcnNScGIyInJjU0NzYzMhcWFRQHFwIAVipWVipWalA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIBVlYqVlbWODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAwCAAEEDagMrAAMAEwAqAAABMxUjFzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXASrW1mxQODg4OFBQODg4OAFQ1EDUDExodFFRUVF0dFBQQgwCKyqsODhQUDg4ODhQUDg41EDUIgxCUFB0dFFRUVF0aEwMAAAAAQCAAAMDgANVADMAACUyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLP1JMzNLSzMHDwawERFLNTRMEhCuBw8INExMNDVLExGwCA8HCA8HsA8RAAAEAK4AWQNWA4EAFAAaACAAJgAAARYXFhUUBwYHNTY3NjU0JyYnFSc3AzcWFxUmAxYXByYnNwYHIzY3Aip+V1dXV35cPT09PVzCwvw+LjxgcgogPDgMgiQIVgw6Av0QYGCCgmBgEFYQR0deXkdHEKa+wv0cPiIKVgwBHDowPEpcvjQ2WkwAAAAABACqAFkDUgOBAAUACwARACYAAAE2NzMGBwc2NxcGBwEjJic3FicHNQYHBhUUFxYXFSYnJjU0NzY3NQLQIgpWDDjkPC4+SGABKFYKIj46sMJcPT09PVx+V1dXV34BFy48XEosCiI+OAwBfDwuPEiMvqYQR0deXkdHEFYQYGCCgmBgEIQAAgCAAIEDgALVAAYADQAAAQc1ITUhNQEVIRUhFScDgKr+1AEs/lQBLP7UqgIrqoBUgP8AgFSAqgACANYAKwMqAysABgANAAABFyMRIxEjATMHJzMRMwGAqoBUgAHUgKqqgFQDK6r+1AEs/lSqqgEsAAIAFP/hA+wDuAAcADEAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWZ0SQcMXA1PV09PPC5JA7gmJ4VaWWZmWlmFJycnJ4VZWmZmWVqFJyb+rRALNkzk5EwtMEVRAAUAFP/hA+wDuAAcAFYAYgB1AIsAAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjAw4BIyoBMTAiIyImNTQ2OwEuATEqASMiJicuATU0NjczFRQGBw4BBx4BFRQGBw4BFRQWFx4BFRQGByUjFSM1IzUzNTMVMwUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYcFy0JAgICAQ9pdRkBDgEBBAIKIBATE3cBdxwMBA4CFwwVDQkLDwsQJR4eAQJMNExMNEz+vwIEAhEfCwsLAjQjIysCAikhLQoeGAIFAwoPBQQBBAcjEwIFAxUWCQO4JieFWllmZlpZhScnJyeFWVpmZllahScm/UILBhxEQx0TIQUKDCodUh8BAwoHAQEBAgwnHCAlDAgNBwgQCQ8rIyMzDtNNTTNNTW4CDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAAACABT/4QPsA7gAHABRAAABIgcOAQcGFRQXHgEXFjMyNz4BNzY1NCcuAScmIxMuAScOAQcmNjcmNhcWBw4BBwYXFjc+AScmJyYnJgYHBhceAQcuATc+ATc2FhcWBw4BBwYnAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWYiGBsTCiAlDCYOFyovHAUFFQICJCYaGhcFBRciLS1NGBkIBBwSLB8CA2xAUoQLBgkJKyEiKwO4JieFWllmZlpZhScnJyeFWVpmZllahScm/aACFAs1XxtRgUAmaxMLHx9DHR0HBxsbUSsrGCIDAykoJzEYHSEKQC1LYQcJS0wsKitDFBMDAAAAAAIAFP/hA+wDuAAcAF4AAAEiBw4BBwYVFBceARcWMzI3PgE3NjU0Jy4BJyYjExwBFRQHDgEHBiMiJicyFjMyNjcuASceATMyNjcuAT0BHgEXLgE1NDY3HgEXLgE1NDYzMhYXPgE3DgEHPgE3DgEHAgBmWVqFJycnJ4VaWWZmWVqFJycnJ4VaWWbIEhJGMzNDKUshBgwGIj0ZIDEKBQkEBw0GIS0KFgwTGAcGJGc9AgE5KBUkDhAfDgUWDw4cDQkZDgO4JieFWllmZlpZhScnJyeFWVpmZllahScm/m4DBwMwMTFPGRkXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAACAFgAAgOrA1UALgBWAAABNTwBNS4BJy4BJzAiMSMmBgcOAQcOARUUFhcHBhQXHgE/AR4BMzI2Nz4BNz4BNSMUBgcOAQcOASMiJicuAQ8BNzYmJy4BNTQ2Nz4BNz4BOwEeARceARcDqwU7MTOKUAIVLV0sJ0QbKjAREksDAwUgEeIlVC0sVSc9ZCEUF1YREBpPMR9DIydIHwgRCKM3AgEEEhAmIRY1ICJJIxM/bSgnLwMBwBUBAQFLhDM1QgQBFRcUNiI0gkgoVCnjBg4HEQ8FTBESExIcXkAoXTEnSR8zSxYODxIQBAEDNqIJEQcjSSM5ZikbKxASEAM0KihoOwAAAgBVAAADqwNVACYAQQAAAQcGFBcWMj8BFRQWMzI2NRE0JicuASc4ATEuAScuASMhIgYVFBYzATc2NCcmIg8BNTQmIyIGFREUFjMhMjY1NCYjAxniDAwNIwziGRISGQICAQUDAwcEAwkE/wASGRkS/mfiDAwNIwziGRISGRkSAQASGRkSAwDiDCQMDQ3imRIZGRIBAAQIBAQHAwMEAgIBGRESGf1V4g0jDA0N4ZkRGRkR/wASGRkSERkAAAACAGIADAOeA0kAJgBOAAABNzY0JyYiDwE1NCYjIgYVERQWFx4BFzgBMR4BFx4BMyEyNjU0JiMBNxUUFjMyNjURNCYnLgEnMDQxLgEnLgEjISIGFRQWOwEHBhQXFjI3ArziDQ0MJAziGRIRGQECAQUDAwcEBAgEAQASGRkS/UniGRIRGQECAQUDAwcEBAgE/wASGRkSmeINDQwkDAIr4gwjDQwM4pkSGRkS/wAECQMEBwMDBQECAhkSEhn94uGZERkZEQEABQgEAwcDAQMEAgECGRIRGeINIw0MDAAAAQAAAAIAAKwEdEFfDzz1AAsEAAAAAADcTnOMAAAAANxOc4wAAP/hA+wDuAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD7AABAAAAAAAAAAAAAAAAAAAAHAQAAAAAAAAAAAAAAAIAAAAEAABWBAAAVgQAAFUEAADWBAAAVQQAAFUEAACqBAAAqgQAANYEAADWBAAAgAQAAIAEAACABAAArgQAAKoEAACABAAA1gQAABQEAAAUBAAAFAQAABQEAABYBAAAVQQAAGIAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDPgOAA5wDuAQABMIFRAXQBlAGrgccAAAAAQAAABwAjAAJAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAIAAAABAAAAAAACAAcAgQABAAAAAAADAAIAdQABAAAAAAAEAAIAlgABAAAAAAAFAAsAVAABAAAAAAAGAAIAewABAAAAAAAKABoABgADAAEECQABAAQAAgADAAEECQACAA4AiAADAAEECQADAAQAdwADAAEECQAEAAQAmAADAAEECQAFABYAXwADAAEECQAGAAQAfQADAAEECQAKADQAIGxnAGwAZ0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALlZlcnNpb24gMi4wAFYAZQByAHMAaQBvAG4AIAAyAC4AMGxnAGwAZ2xnAGwAZ1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmxnAGwAZwAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
.lg-icon {
  font-family: lg!important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.lg-next,
.lg-prev {
  background-color: #fff;
  border-radius: 2px;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: 0;
  border: none
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0!important;
  cursor: default
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #00b5bf
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none
}
.lg-next {
  right: 20px
}
.lg-next:before {
  content: "\e095"
}
.lg-prev {
  left: 20px
}
.lg-prev:after {
  content: "\e094"
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-right-end {
  0% {
    left: 0
  }
  50% {
    left: -30px
  }
  100% {
    left: 0
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
@keyframes lg-left-end {
  0% {
    left: 0
  }
  50% {
    left: 30px
  }
  100% {
    left: 0
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))
}
.lg-toolbar .lg-icon {
  color: #666;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none!important;
  outline: medium none;
  will-change: color;
  transition: color .2s linear;
  background: 0 0;
  border: none;
  box-shadow: none
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px
}
.lg-toolbar .lg-icon:hover {
  color: #00b5bf
}
.lg-toolbar .lg-close:after {
  content: "\e070"
}
.lg-toolbar .lg-maximize {
  font-size: 22px
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a"
}
.lg-toolbar .lg-download:after {
  content: "\e0f2"
}
.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity .2s ease-out 0s
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0
}
.lg-sub-html a {
  color: inherit
}
.lg-sub-html a:hover {
  text-decoration: underline
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
.lg-error-msg {
  font-size: 14px;
  color: #999
}
.lg-counter {
  color: #666;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle
}
.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  transition: opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear;
  transition: transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear,-webkit-transform .08 cubic-bezier(0,0,.25,1) 0s
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
  will-change: transform,opacity;
  transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
  transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1)
}
.lg-group:after {
  content: "";
  display: table;
  clear: both
}
.lg-container {
  display: none;
  outline: 0
}
.lg-container.lg-show {
  display: block
}
.lg-on {
  scroll-behavior: unset
}
.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform,opacity;
  transition: opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s;
  transition: transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s
}
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0)
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px,0,0);
  transform: translate3d(10px,0,0)
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0,-10px,0);
  transform: translate3d(0,-10px,0)
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0)
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  transition: opacity .15s ease 0s
}
.lg-outer * {
  box-sizing: border-box
}
.lg-outer.lg-zoom-from-image {
  opacity: 1
}
.lg-outer.lg-visible {
  opacity: 1
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  transition-duration: inherit!important;
  transition-timing-function: inherit!important
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap
}
.lg-outer .lg-item {
  will-change: transform,opacity;
  display: none!important
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(data:image/gif;base64,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) no-repeat scroll center center transparent
}
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block!important
}
.lg-outer.lg-css .lg-current {
  display: inline-block!important
}
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%
}
.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0
}
.lg-outer .lg-item.lg-complete {
  background-image: none
}
.lg-outer .lg-item.lg-current {
  z-index: 1060
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative
}
.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none
}
.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity .2s ease-out .15s
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: rgba(255,255,255,.92);
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s
}
.lg-backdrop.in {
  opacity: 1
}
.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  transition: none 0s ease 0s!important
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.lg-css3.lg-fade .lg-item {
  opacity: 0
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1
}
.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: -webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s;
  transition: transform 1s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform 1s cubic-bezier(.175,.885,.32,1.275) 0s
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0)
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  opacity: 1
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
  transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s
}
.lg-container {
  display: none
}
.lg-container.lg-show {
  display: block
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s!important
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s!important;
  opacity: 1
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute
}
.lg-inline .lg-backdrop {
  z-index: 1
}
.lg-inline .lg-outer {
  z-index: 2
}
.lg-inline .lg-maximize:after {
  content: "\e909"
}
.lg-components {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
  will-change: transform;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s,-webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s!important
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s!important
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff"
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(.215,.61,.355,1)
}
@media (min-width:47.99875em) {
  .team__wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    justify-content: center
  }
}
@media (min-width:61.99875em) {
  .dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border: 1px solid #00b5bf;
    padding: 20px;
    border-radius: 15px;
    min-width: 150px
  }
  .page-head {
    padding-top: 6rem
  }
}
@media (min-width:76.875em) {
  body {
    font-size: 1rem
  }
  .block-title__title {
    margin-bottom: 2.5rem
  }
  .block-title__subtitle {
    margin-bottom: 3.125rem
  }
  .header__tel {
    font-size: 1.375rem
  }
  .ttl {
    font-size: 2.625rem
  }
  .small-ttl {
    font-size: 2.25rem
  }
  .btn,
  input.wpcf7-submit {
    font-size: 1.375rem
  }
  .first-section {
    margin-top: 5.125rem
  }
  .first-section__content {
    gap: 2.8125rem
  }
  .first-section__title {
    font-size: 2.5rem
  }
  .first-section__description {
    font-size: 1.25rem
  }
  .buttons-block {
    padding-top: 2.5rem
  }
  .buttons-block {
    padding-bottom: 2.5rem
  }
  .buttons-block__container {
    gap: 6.25rem
  }
  .buttons-block__button {
    font-size: 1.25rem
  }
  .benefits__description {
    font-size: 1.25rem
  }
  .benefits__wrap {
    padding-top: 3.75rem
  }
  .benefits__wrap {
    padding-bottom: 3.75rem
  }
  .benefits__title {
    font-size: 2.625rem
  }
  .benefits__title {
    margin-bottom: 2.5rem
  }
  .benefits__items {
    gap: 1.25rem
  }
  .benefits__item-title {
    font-size: 1.625rem
  }
  .services {
    padding-top: 2.5rem
  }
  .services {
    padding-bottom: 2.5rem
  }
  .services__head {
    gap: 1.875rem
  }
  .services__head {
    margin-bottom: 3.75rem
  }
  .services__description {
    font-size: 1.25rem
  }
  .services__title {
    font-size: 1.25rem
  }
  .cta__content {
    gap: 1.875rem
  }
  .cta__desc {
    font-size: 1.25rem
  }
  .gallery {
    padding-top: 2.5rem
  }
  .gallery {
    padding-bottom: 2.5rem
  }
  .gallery__maintitle {
    margin-bottom: 3.75rem
  }
  .gallery__btn {
    margin-top: 3.75rem
  }
  .team {
    padding-top: 2.5rem
  }
  .team {
    padding-bottom: 2.5rem
  }
  .team__maintitle {
    margin-bottom: 3.75rem
  }
  .team__description {
    font-size: 1.25rem
  }
  .team__description {
    margin-bottom: 3.75rem
  }
  .team__name {
    font-size: 1.375rem
  }
  .team__btn {
    margin-top: 3.75rem
  }
  .reviews {
    padding-top: 2.5rem
  }
  .reviews {
    padding-bottom: 2.5rem
  }
  .reviews__maintitle {
    margin-bottom: 3.75rem
  }
  .reviews__description {
    font-size: 1.25rem
  }
  .reviews__description {
    margin-bottom: 3.75rem
  }
  .reviews__rating {
    font-size: 2.625rem
  }
  .reviews__stars {
    font-size: 1.875rem
  }
  .reviews__btn {
    margin-top: 3.75rem
  }
  .faq {
    padding-top: 2.5rem
  }
  .faq {
    padding-bottom: 2.5rem
  }
  .faq__maintitle {
    margin-bottom: 3.75rem
  }
  .faq__wrap {
    margin-bottom: 3.75rem
  }
  .faq__item {
    padding: 2.5rem
  }
  .faq__question {
    margin-bottom: 1.25rem
  }
  .faq__btn {
    margin-top: 3.75rem
  }
  .articles {
    padding-top: 2.5rem
  }
  .articles {
    padding-bottom: 2.5rem
  }
  .articles__maintitle {
    margin-bottom: 2.5rem
  }
  .articles__description {
    font-size: 1.25rem
  }
  .articles__description {
    margin-bottom: 2.5rem
  }
  .articles__name {
    font-size: 1.375rem
  }
  .articles__btn {
    margin-top: 3.75rem
  }
  .loyal {
    padding-top: 2.5rem
  }
  .loyal {
    padding-bottom: 2.5rem
  }
  .loyal__maintitle {
    margin-bottom: 3.75rem
  }
  .loyal__banner {
    padding: 3.75rem
  }
  .loyal__banner {
    gap: 3.75rem
  }
  .loyal__title {
    font-size: 2rem
  }
  .loyal__desc {
    font-size: 1.375rem
  }
  .price {
    padding-top: 2.5rem
  }
  .price {
    padding-bottom: 2.5rem
  }
  .price__maintitle {
    margin-bottom: 2.5rem
  }
  .price__description {
    font-size: 1.25rem
  }
  .price__description {
    margin-bottom: 2.5rem
  }
  .price__description.after-desc {
    margin-top: 2.5rem
  }
  .tabs__title {
    font-size: 1rem
  }
  .tabs__body-desc {
    font-size: 1.25rem
  }
  .prtable__title {
    font-size: 1.125rem
  }
  .prtable__price {
    font-size: 1.375rem
  }
  .after {
    padding-top: 2.5rem
  }
  .after__description {
    font-size: 1.25rem
  }
  .how {
    padding-top: 2.5rem
  }
  .how {
    padding-bottom: 2.5rem
  }
  .how__head.gallery-head {
    margin-top: 3.75rem
  }
  .how__maintitle {
    margin-bottom: 3.75rem
  }
  .how__description {
    font-size: 1.25rem
  }
  .how__description {
    margin-bottom: 3.75rem
  }
  .sec-desc {
    margin-top: 2.5rem
  }
  .title-section {
    min-height: 22.25rem
  }
  .title-section__title {
    font-size: 4.625rem
  }
  .service-head {
    min-height: 22.25rem
  }
  .service-head__title {
    font-size: 3rem
  }
  .main-description {
    padding-top: 3.75rem
  }
  .main-description {
    padding-bottom: 3.75rem
  }
  .main-description__title {
    font-size: 2.25rem
  }
  .not-found {
    padding-top: 7.5rem
  }
  .not-found {
    padding-bottom: 7.5rem
  }
  .not-found {
    font-size: 1.25rem
  }
  .section-description {
    padding-top: 7.5rem
  }
  .section-description {
    padding-bottom: 7.5rem
  }
  .section-description {
    font-size: 1.125rem
  }
  .section-description h2,
  .section-description h3,
  .section-description h4,
  .section-description h5,
  .section-description h6 {
    font-size: 2.25rem
  }
  .columns-description {
    padding-top: 5.625rem
  }
  .columns-description {
    padding-bottom: 5.625rem
  }
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 2.25rem
  }
  .desc-with-image {
    padding-top: 5.625rem
  }
  .desc-with-image {
    padding-bottom: 5.625rem
  }
  .desc-with-image__item-title {
    font-size: 1.25rem
  }
  .connect-steps {
    padding-top: 3.75rem
  }
  .connect-steps {
    padding-bottom: 3.75rem
  }
  .connect-steps__title {
    margin-bottom: 4.375rem
  }
  .connect-steps__list {
    margin-bottom: 4.375rem
  }
  .left-benefits {
    padding-top: 3.75rem
  }
  .left-benefits {
    padding-bottom: 3.75rem
  }
  .left-benefits__items {
    padding-top: 3.75rem
  }
  .left-benefits__item-title {
    font-size: 1.625rem
  }
  .modal-window__title {
    margin-top: 3.75rem
  }
  .modal-window__title {
    padding-left: 5.3125rem
  }
  .modal-window__title {
    padding-right: 5.3125rem
  }
  .modal-window__ttl {
    font-size: 1.75rem
  }
  .modal-window__desc {
    font-size: 1.25rem
  }
  .modal-window__body {
    margin-bottom: 3.75rem
  }
  .video {
    padding-top: 3.75rem
  }
  .video {
    padding-bottom: 3.75rem
  }
  .contacts {
    padding-top: 5.625rem
  }
  .contacts {
    padding-bottom: 3.75rem
  }
  .contacts__title {
    font-size: 2.375rem
  }
  .contacts__col.contacts-data {
    padding-top: 2.5rem
  }
  .contacts__col.contacts-data {
    padding-bottom: 2.5rem
  }
  .contacts__col.contacts-data {
    padding-right: 2.5rem
  }
  .contacts__col.contacts-form {
    padding: 2.5rem
  }
  .contacts__row-title {
    font-size: 1.125rem
  }
  .contacts__row-data {
    font-size: 1.25rem
  }
	
  .page-head__title {
    font-size: 2.625rem
  }
  .description {
    padding-top: 2.5rem
  }
  .description {
    padding-bottom: 2.5rem
  }
  .description__maintitle {
    margin-bottom: 2.5rem
  }
  .description__text {
    font-size: 1.25rem
  }
  .description h2,
  .description h3,
  .description h4,
  .description h5,
  .description h6 {
    font-size: 2.25rem
  }
  .numbers {
    padding-top: 2.5rem
  }
  .numbers {
    padding-bottom: 2.5rem
  }
  .numbers__maintitle {
    margin-bottom: 2.5rem
  }
  .numbers__value {
    font-size: 2.625rem
  }
  .numbers__desc {
    font-size: 1rem
  }
  .photogallery {
    padding-top: 1.25rem
  }
  .photogallery {
    padding-bottom: 1.25rem
  }
  .clients-carousel {
    padding-top: 2.5rem
  }
  .clients-carousel {
    padding-bottom: 2.5rem
  }
  .clients-carousel__maintitle {
    margin-bottom: 2.5rem
  }
  .team-wrap {
    padding-top: 2.5rem
  }
  .team-wrap {
    padding-bottom: 2.5rem
  }
  .team-wrap {
    margin-top: 2.5rem
  }
  .team-wrap {
    margin-bottom: 2.5rem
  }
  .team-wrap__maintitle {
    margin-bottom: 3.75rem
  }
  .interlinking {
    padding-top: 2.5rem
  }
  .interlinking {
    padding-bottom: 2.5rem
  }
  .interlinking__container {
    gap: 5rem
  }
  .interlinking__description {
    font-size: 1.375rem
  }
  .logos {
    padding-top: 2.5rem
  }
  .logos {
    padding-bottom: 2.5rem
  }
  .logos__img {
    padding: 2.5rem
  }
  .testimonials {
    padding-top: 2.5rem
  }
  .testimonials {
    padding-bottom: 2.5rem
  }
  .testimonials__navs {
    gap: 1.25rem
  }
  .testimonials__title {
    gap: 1.25rem
  }
  .testimonials__maintitle {
    font-size: 1.375rem
  }
  .modal-window__title {
    margin-top: 3.75rem
  }
  .modal-window__title {
    padding-left: 5.3125rem
  }
  .modal-window__title {
    padding-right: 5.3125rem
  }
  .modal-window__body {
    margin-bottom: 3.75rem
  }
  .contacts {
    padding-top: 2.5rem
  }
  .contacts {
    padding-bottom: 2.5rem
  }
  .col-data__tel {
    font-size: 2.625rem
  }
  .col-data__time {
    font-size: 1.25rem
  }
  .col-data__comment {
    font-size: 1.25rem
  }
  .area {
    padding-top: 2.5rem
  }
  .area {
    padding-bottom: 2.5rem
  }
  .area__head {
    gap: 1.875rem
  }
  .area__head {
    margin-bottom: 3.75rem
  }
  .area__desc {
    font-size: 1.25rem
  }
  .area__wrap {
    gap: 5rem
  }
  .area__title {
    font-size: 2.25rem
  }
  .area__list {
    font-size: 1.25rem
  }
  .full-img {
    padding-top: 2.5rem
  }
  .full-img {
    padding-bottom: 2.5rem
  }
  .blog {
    padding-top: 3.75rem
  }
  .blog {
    padding-bottom: 3.75rem
  }
  .blog__name {
    font-size: 1.375rem
  }
  .blog__btn {
    margin-top: 3.75rem
  }
  .article-content {
    padding-top: 3.75rem
  }
  .article-content {
    padding-bottom: 3.75rem
  }
  .article-content {
    font-size: 1.25rem
  }
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 2.25rem
  }
  .equipment {
    padding-top: 3.75rem
  }
  .equipment {
    padding-bottom: 3.75rem
  }
  .equipment__container {
    gap: 2.5rem
  }
  .equipment__title {
    font-size: 2.25rem
  }
  .faq-nav {
    padding-top: 3.75rem
  }
  .faq-nav {
    padding-bottom: 1.875rem
  }
  .steps {
    padding-top: 3.75rem
  }
  .steps {
    padding-bottom: 3.75rem
  }
  .steps__maintitle {
    margin-bottom: 3.75rem
  }
  .steps__description {
    font-size: 1.25rem
  }
  .steps__description {
    margin-bottom: 3.75rem
  }
  .steps__wrap {
    gap: 3.125rem
  }
  .steps__wrap:before {
    left: 2.875rem
  }
  .steps__img img {
    width: 6rem
  }
  .steps__ttl {
    font-size: 1.625rem
  }
  .footer {
    padding-top: 3.75rem
  }
  .footer {
    padding-bottom: 1.875rem
  }
  .footer__top-title {
    font-size: 1.875rem
  }
}
@media (min-width:87.5em) {
  .title-block__text {
    font-size: 1.5625rem
  }
  .block-title__subtitle {
    font-size: 1.5625rem
  }
  .header {
    padding-top: .9375rem
  }
  .header {
    padding-bottom: .9375rem
  }
  .header .custom-logo-link,
  .header__logo {
    width: 10.625rem
  }
}
@media (min-width:768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0
  }
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color .25s ease
  }
}
@media (max-width:1200px) {
  .how__video {
    width: 85%
  }
  .service-head__wrap {
    width: 100%
  }
}
@media (max-width:1024px) {
  .benefits__items {
    flex-wrap: wrap
  }
  .benefits__item {
    flex: 1 1 30%
  }
}
@media (max-width:700px) {
  .title-block {
    flex-direction: column;
    align-items: start;
    gap: 15px
  }
}
@media (max-width:600px) {
  .services__item {
    width: 100%;
    margin-bottom: 15px
  }
}
@media (max-width:480px) {
  .footer__top-col {
    order: 2
  }
  .footer__top-col.footer-top-list {
    width: 100%
  }
  .footer__top-col.footer-top-list #menu-footer-info {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
  }
  .footer__top-col.footer-top-list #menu-footer-info li {
    width: 50%
  }
  .footer__top-col.footer-top-contacts {
    width: 100%!important;
    order: 1
  }
}
@media (max-width:62.5em) {
  .title-block__text {
    font-size: 1.25rem
  }
  .block-title__subtitle {
    font-size: 1.25rem
  }
  .header {
    padding-top: .625rem
  }
  .header {
    padding-bottom: .625rem
  }
  .header .custom-logo-link,
  .header__logo {
    width: 7.5rem
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: -100%;
    top: 100%;
    overflow: auto;
    transition: left .3s;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #2f3e53
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .dropdown-list__link {
    margin-bottom: 15px;
    font-size: 18px
  }
  .header__menu.menu {
    display: none!important
  }
  .first-section {
    height: 640px
  }
  .first-section__container {
    justify-content: center;
    align-items: flex-start
  }
  .first-section__content {
    justify-content: center;
    width: 100%;
    text-align: center;
    align-items: center;
    margin-top: 40px
  }
	.first-section__buttons {
    justify-content: center
  }
  .benefits__description {
    width: 100%
  }
  .benefits__wrap:after,
  .benefits__wrap:before {
    width: 80%;
    left: 10%
  }
  .services__description {
    width: 70%
  }
  .services__item {
    width: 48%
  }
  .gallery__item {
    width: 50%
  }
  .gallery__wrap-gap .gallery__item {
    width: calc(50% - 15px)
  }
  .line {
    width: 80%;
    left: 10%
  }
  .team__description {
    width: 90%
  }
  .reviews__description {
    width: 90%
  }
  .reviews__item {
    width: calc(50% - 40px)
  }
  .faq__wrap {
    width: 90%
  }
  .articles__description {
    width: 90%
  }
  .price__description {
    width: 90%
  }
  .prtable__item {
    width: calc(33% - 40px)
  }
  .img-price .prtable__item {
    width: 33%
  }
  .after__description {
    width: 90%
  }
  .how__description {
    width: 90%
  }
  .how__video {
    width: 100%
  }
  .page-id-47 .title-section:before {
    width: 90%;
    min-height: 400px
  }
  .title-section__decor {
    height: 130%;
    width: 130%;
    margin-left: -15%;
    margin-right: -15%
  }
  .connect-steps__item {
    width: 45%
  }
  .modal-window__title {
    margin-bottom: 30px
  }
  .numbers__wrap {
    row-gap: 30px
  }
  .numbers__item {
    width: 48%
  }
  .photogallery__item {
    width: calc(50% - 10px)
  }
  .interlinking__container {
    flex-direction: column
  }
  .interlinking__description {
    width: 100%;
    text-align: center
  }
  .logos__img {
    width: 25%
  }
  .testimonials__container {
    flex-wrap: wrap;
    gap: 40px
  }
  .testimonials__navs {
    width: 100%;
    top: 60px;
    background-color: #fff;
    padding: 15px 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
  }
  .testimonials__content {
    width: 100%
  }
  .modal-window__title {
    margin-bottom: 30px
  }
  .modal-window__body {
    width: 75%
  }
  .area__desc {
    width: 70%
  }
  .steps__description {
    width: 90%
  }
  .footer__top {
    flex-wrap: wrap
  }
  .footer__top-col {
    width: 48%;
    margin-bottom: 30px
  }
  .footer__top-col.services-list {
    width: 100%
  }
  .footer__top-col.footer-top-list {
    padding: 0
  }
  .footer__top-col.footer-top-contacts {
    width: 48%
  }
}
@media (max-width:47.99875em) {
  .buttons-block__container {
    flex-wrap: wrap
  }
  .buttons-block__button {
    width: 100%
  }
  .benefits__wrap:after,
  .benefits__wrap:before {
    width: 100%;
    left: 0
  }
  .benefits__item {
    flex: 1 1 48%
  }
  .services__description {
    width: 90%
  }
  .line {
    width: 100%;
    left: 0
  }
  .team__description {
    width: 100%
  }
  .team__item {
    min-width: 50%
  }
  .reviews__description {
    width: 100%
  }
  .reviews__wrap {
    gap: 40px
  }
  .reviews__item {
    width: 100%
  }
  .faq__wrap {
    width: 100%
  }
  .faq__answer,
  .faq__question {
    flex-direction: column
  }
  .faq__label {
    width: 100%
  }
  .articles__description {
    width: 100%
  }
  .articles__item {
    width: 100%
  }
  .loyal__banner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column
  }
  .loyal__banner-content {
    width: 100%
  }
  .loyal__banner-img {
    width: 80%
  }
  .price__description {
    width: 100%
  }
  .prtable__item {
    width: calc(50% - 20px)
  }
  .img-price .prtable__item {
    width: 50%
  }
  .after__description {
    width: 100%
  }
  .how__description {
    width: 100%
  }
  .page-id-47 .title-section:before {
    min-height: 300px
  }
  .page-id-47 .title-section:before {
    min-height: 300px
  }
  .main-description__container {
    flex-wrap: wrap
  }
  .main-description__content {
    width: 100%;
    order: 1
  }
  .main-description__img {
    width: 100%;
    order: 2
  }
  .columns-description__container {
    flex-direction: column;
    gap: 40px
  }
  .columns-description__left {
    width: 100%
  }
  .columns-description__right {
    width: 100%
  }
  .desc-with-image__container {
    flex-direction: column;
    gap: 40px
  }
  .desc-with-image__left {
    width: 100%;
    order: 2
  }
  .desc-with-image__img {
    width: 100%;
    order: 2
  }
  .left-image .desc-with-image__img {
    order: 2
  }
  .connect-steps__list {
    gap: 15px
  }
  .connect-steps__item {
    width: 100%
  }
  .left-benefits__items {
    flex-wrap: wrap;
    row-gap: 20px
  }
  .left-benefits__item {
    width: calc(50% - 10px)
  }
  .modal-window__body {
    width: 90%
  }
  .contacts__container {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px
  }
  .contacts__col {
    width: 100%
  }
  .logos__img {
    width: 33%
  }
  .testimonials__btn {
    font-size: 14px;
    padding: 10px 20px
  }
  .modal-window__body {
    width: 88%
  }
  .contacts {
    flex-wrap: wrap;
    gap: 30px
  }
  .contacts__col {
    width: 100%;
    justify-content: flex-start
  }
  .area__desc {
    width: 90%
  }
  .blog__item {
    width: 100%
  }
  .equipment__item {
    flex-direction: column
  }
  .equipment__img {
    width: 100%
  }
  .equipment__img img {
    width: 100%
  }
  .equipment__content {
    width: 100%
  }
  .faq-nav__container {
    justify-content: flex-start
  }
  .steps__description {
    width: 100%
  }
}
@media (max-width:29.99875em) {
  .first-section__buttons {
    flex-direction: column;
    align-items: center
  }
  .benefits__item {
    flex: 1 1 100%
  }
  .services__description {
    width: 100%
  }
  .team__item {
    min-width: 100%
  }
  .team__img img {
    width: 170px
  }
  .loyal__banner-img {
    width: 100%
  }
  .tabs__navigation {
    gap: 3px
  }
  .tabs__title {
    padding: .5rem .9375rem
  }
  .prtable__item {
    width: 100%
  }
  .desc-with-image__item {
    gap: 15px
  }
  .left-benefits__item {
    width: 100%
  }
  .page-head {
    padding-top: 4.625rem
  }
  .numbers__item {
    width: 100%
  }
  .photogallery__item {
    width: 100%
  }
  .logos__img {
    width: 50%
  }
  .modal-window__body {
    width: 92%
  }
  .area__desc {
    width: 100%
  }
  .steps__item {
    gap: 15px
  }
}
@media (max-width:22.5em) {
  body {
    font-size: 1rem
  }
  .block-title__title {
    margin-bottom: 1.875rem
  }
  .block-title__subtitle {
    margin-bottom: 2.5rem
  }
  .header__tel {
    font-size: .9375rem
  }
  .ttl {
    font-size: 2rem
  }
  .small-ttl {
    font-size: 1.625rem
  }
  .btn,
  input.wpcf7-submit {
    font-size: 1.25rem
  }
  .first-section {
    margin-top: 3.75rem
  }
  .first-section__content {
    gap: 1.25rem
  }
  .first-section__title {
    font-size: 1.875rem
  }
  .first-section__description {
    font-size: 1.125rem
  }
  .buttons-block {
    padding-top: 1.875rem
  }
  .buttons-block {
    padding-bottom: 1.875rem
  }
  .buttons-block__container {
    gap: 1.875rem
  }
  .buttons-block__button {
    font-size: 1rem
  }
  .benefits__description {
    font-size: 1rem
  }
  .benefits__wrap {
    padding-top: 2.5rem
  }
  .benefits__wrap {
    padding-bottom: 2.5rem
  }
  .benefits__title {
    font-size: 2rem
  }
  .benefits__title {
    margin-bottom: 1.875rem
  }
  .benefits__items {
    gap: 1.875rem
  }
  .benefits__item-title {
    font-size: 1.25rem
  }
  .services {
    padding-top: 1.875rem
  }
  .services {
    padding-bottom: 1.875rem
  }
  .services__head {
    gap: 1.25rem
  }
  .services__head {
    margin-bottom: 2.5rem
  }
  .services__description {
    font-size: 1rem
  }
  .services__title {
    font-size: 1.25rem
  }
  .cta__content {
    gap: 1.25rem
  }
  .cta__desc {
    font-size: 1rem
  }
  .gallery {
    padding-top: 1.875rem
  }
  .gallery {
    padding-bottom: 1.875rem
  }
  .gallery__maintitle {
    margin-bottom: 2.5rem
  }
  .gallery__btn {
    margin-top: 2.5rem
  }
  .team {
    padding-top: 1.875rem
  }
  .team {
    padding-bottom: 1.875rem
  }
  .team__maintitle {
    margin-bottom: 2.5rem
  }
  .team__description {
    font-size: 1rem
  }
  .team__description {
    margin-bottom: 2.5rem
  }
  .team__name {
    font-size: 1.25rem
  }
  .team__btn {
    margin-top: 2.5rem
  }
  .reviews {
    padding-top: 1.875rem
  }
  .reviews {
    padding-bottom: 1.875rem
  }
  .reviews__maintitle {
    margin-bottom: 2.5rem
  }
  .reviews__description {
    font-size: 1rem
  }
  .reviews__description {
    margin-bottom: 2.5rem
  }
  .reviews__rating {
    font-size: 2rem
  }
  .reviews__stars {
    font-size: 1.25rem
  }
  .reviews__btn {
    margin-top: 2.5rem
  }
  .faq {
    padding-top: 1.875rem
  }
  .faq {
    padding-bottom: 1.875rem
  }
  .faq__maintitle {
    margin-bottom: 2.5rem
  }
  .faq__wrap {
    margin-bottom: 2.5rem
  }
  .faq__item {
    padding: 1.25rem
  }
  .faq__question {
    margin-bottom: 1.5625rem
  }
  .faq__btn {
    margin-top: 2.5rem
  }
  .articles {
    padding-top: 1.875rem
  }
  .articles {
    padding-bottom: 1.875rem
  }
  .articles__maintitle {
    margin-bottom: 1.875rem
  }
  .articles__description {
    font-size: 1rem
  }
  .articles__description {
    margin-bottom: 1.875rem
  }
  .articles__name {
    font-size: 1.25rem
  }
  .articles__btn {
    margin-top: 2.5rem
  }
  .loyal {
    padding-top: 1.875rem
  }
  .loyal {
    padding-bottom: 1.875rem
  }
  .loyal__maintitle {
    margin-bottom: 2.5rem
  }
  .loyal__banner {
    padding: 2.5rem
  }
  .loyal__banner {
    gap: 2.5rem
  }
  .loyal__title {
    font-size: 1.375rem
  }
  .loyal__desc {
    font-size: 1.25rem
  }
  .price {
    padding-top: 1.875rem
  }
  .price {
    padding-bottom: 1.875rem
  }
  .price__maintitle {
    margin-bottom: 1.875rem
  }
  .price__description {
    font-size: 1rem
  }
  .price__description {
    margin-bottom: 1.875rem
  }
  .price__description.after-desc {
    margin-top: 1.875rem
  }
  .tabs__title {
    font-size: .8125rem
  }
  .tabs__body-desc {
    font-size: 1rem
  }
  .prtable__title {
    font-size: 1rem
  }
  .prtable__price {
    font-size: 1.125rem
  }
  .after {
    padding-top: 1.875rem
  }
  .after__description {
    font-size: 1rem
  }
  .how {
    padding-top: 1.875rem
  }
  .how {
    padding-bottom: 1.875rem
  }
  .how__head.gallery-head {
    margin-top: 2.5rem
  }
  .how__maintitle {
    margin-bottom: 2.5rem
  }
  .how__description {
    font-size: 1rem
  }
  .how__description {
    margin-bottom: 2.5rem
  }
  .sec-desc {
    margin-top: 1.875rem
  }
  .title-section {
    min-height: 14.125rem
  }
  .title-section__title {
    font-size: 2.375rem
  }
  .service-head {
    min-height: 14.125rem
  }
  .service-head__title {
    font-size: 2rem
  }
  .main-description {
    padding-top: 3.125rem
  }
  .main-description {
    padding-bottom: 3.125rem
  }
  .main-description__title {
    font-size: 1.75rem
  }
  .not-found {
    padding-top: 3.125rem
  }
  .not-found {
    padding-bottom: 3.125rem
  }
  .not-found {
    font-size: 1rem
  }
  .section-description {
    padding-top: 3.125rem
  }
  .section-description {
    padding-bottom: 3.125rem
  }
  .section-description {
    font-size: 1rem
  }
  .section-description h2,
  .section-description h3,
  .section-description h4,
  .section-description h5,
  .section-description h6 {
    font-size: 1.375rem
  }
  .columns-description {
    padding-top: 3.125rem
  }
  .columns-description {
    padding-bottom: 3.125rem
  }
  .text h2,
  .text h3,
  .text h4,
  .text h5,
  .text h6 {
    font-size: 1.375rem
  }
  .desc-with-image {
    padding-top: 3.125rem
  }
  .desc-with-image {
    padding-bottom: 3.125rem
  }
  .desc-with-image__item-title {
    font-size: 1.125rem
  }
  .connect-steps {
    padding-top: 3.125rem
  }
  .connect-steps {
    padding-bottom: 3.125rem
  }
  .connect-steps__title {
    margin-bottom: 3.125rem
  }
  .connect-steps__list {
    margin-bottom: 3.125rem
  }
  .left-benefits {
    padding-top: 3.125rem
  }
  .left-benefits {
    padding-bottom: 3.125rem
  }
  .left-benefits__items {
    padding-top: 3.125rem
  }
  .left-benefits__item-title {
    font-size: 1.125rem
  }
  .modal-window__title {
    margin-top: 1.875rem
  }
  .modal-window__title {
    padding-left: 1.25rem
  }
  .modal-window__title {
    padding-right: 1.25rem
  }
  .modal-window__ttl {
    font-size: 1.25rem
  }
  .modal-window__desc {
    font-size: 1rem
  }
  .modal-window__body {
    margin-bottom: 1.875rem
  }
  .video {
    padding-top: 3.125rem
  }
  .video {
    padding-bottom: 3.125rem
  }
  .contacts {
    padding-top: 3.125rem
  }
  .contacts {
    padding-bottom: 2.5rem
  }
  .contacts__title {
    font-size: 1.375rem
  }
  .contacts__col.contacts-data {
    padding-top: 1.375rem
  }
  .contacts__col.contacts-data {
    padding-bottom: 1.375rem
  }
  .contacts__col.contacts-data {
    padding-right: 1.375rem
  }
  .contacts__col.contacts-form {
    padding: 1.375rem
  }
  .contacts__row-title {
    font-size: 1rem
  }
  .contacts__row-data {
    font-size: 1.125rem
  }
  
  .page-head__title {
    font-size: 1.5625rem
  }
  .description {
    padding-top: 1.875rem
  }
  .description {
    padding-bottom: 1.875rem
  }
  .description__maintitle {
    margin-bottom: 1.875rem
  }
  .description__text {
    font-size: 1rem
  }
  .description h2,
  .description h3,
  .description h4,
  .description h5,
  .description h6 {
    font-size: 1.375rem
  }
  .numbers {
    padding-top: 1.875rem
  }
  .numbers {
    padding-bottom: 1.875rem
  }
  .numbers__maintitle {
    margin-bottom: 1.875rem
  }
  .numbers__value {
    font-size: 2rem
  }
  .numbers__desc {
    font-size: 1rem
  }
  .photogallery {
    padding-top: .625rem
  }
  .photogallery {
    padding-bottom: .625rem
  }
  .clients-carousel {
    padding-top: 1.875rem
  }
  .clients-carousel {
    padding-bottom: 1.875rem
  }
  .clients-carousel__maintitle {
    margin-bottom: 1.875rem
  }
  .team-wrap {
    padding-top: 1.875rem
  }
  .team-wrap {
    padding-bottom: 1.875rem
  }
  .team-wrap {
    margin-top: 1.875rem
  }
  .team-wrap {
    margin-bottom: 1.875rem
  }
  .team-wrap__maintitle {
    margin-bottom: 1.875rem
  }
  .interlinking {
    padding-top: 2.5rem
  }
  .interlinking {
    padding-bottom: 2.5rem
  }
  .interlinking__container {
    gap: 1.25rem
  }
  .interlinking__description {
    font-size: 1.25rem
  }
  .logos {
    padding-top: 1.875rem
  }
  .logos {
    padding-bottom: 1.875rem
  }
  .logos__img {
    padding: .9375rem
  }
  .testimonials {
    padding-top: 1.875rem
  }
  .testimonials {
    padding-bottom: 1.875rem
  }
  .testimonials__navs {
    gap: .625rem
  }
  .testimonials__title {
    gap: .0000000625rem
  }
  .testimonials__maintitle {
    font-size: .875rem
  }
  .modal-window__title {
    margin-top: 1.875rem
  }
  .modal-window__title {
    padding-left: 1.25rem
  }
  .modal-window__title {
    padding-right: 1.25rem
  }
  .modal-window__body {
    margin-bottom: 1.875rem
  }
  .contacts {
    padding-top: 1.875rem
  }
  .contacts {
    padding-bottom: 1.875rem
  }
  .col-data__tel {
    font-size: 2rem
  }
  .col-data__time {
    font-size: 1rem
  }
  .col-data__comment {
    font-size: 1rem
  }
  .area {
    padding-top: 1.875rem
  }
  .area {
    padding-bottom: 1.875rem
  }
  .area__head {
    gap: 1.25rem
  }
  .area__head {
    margin-bottom: 2.5rem
  }
  .area__desc {
    font-size: 1rem
  }
  .area__wrap {
    gap: 1.875rem
  }
  .area__title {
    font-size: 1.375rem
  }
  .area__list {
    font-size: 1rem
  }
  .full-img {
    padding-top: 1.875rem
  }
  .full-img {
    padding-bottom: 1.875rem
  }
  .blog {
    padding-top: 2.5rem
  }
  .blog {
    padding-bottom: 2.5rem
  }
  .blog__name {
    font-size: 1.25rem
  }
  .blog__btn {
    margin-top: 2.5rem
  }
  .article-content {
    padding-top: 2.5rem
  }
  .article-content {
    padding-bottom: 2.5rem
  }
  .article-content {
    font-size: 1rem
  }
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-size: 1.375rem
  }
  .equipment {
    padding-top: 2.5rem
  }
  .equipment {
    padding-bottom: 2.5rem
  }
  .equipment__container {
    gap: 1.875rem
  }
  .equipment__title {
    font-size: 1.375rem
  }
  .faq-nav {
    padding-top: 2.5rem
  }
  .faq-nav {
    padding-bottom: 1.25rem
  }
  .steps {
    padding-top: 2.5rem
  }
  .steps {
    padding-bottom: 2.5rem
  }
  .steps__maintitle {
    margin-bottom: 2.5rem
  }
  .steps__description {
    font-size: 1rem
  }
  .steps__description {
    margin-bottom: 2.5rem
  }
  .steps__wrap {
    gap: 2.5rem
  }
  .steps__wrap:before {
    left: 1.8125rem
  }
  .steps__img img {
    width: 3.75rem
  }
  .steps__ttl {
    font-size: 1.25rem
  }
  .footer {
    padding-top: 2.5rem
  }
  .footer {
    padding-bottom: 1.25rem
  }
  .footer__top-title {
    font-size: 1.25rem
  }
}
@media (min-width:22.5em) and (max-width:76.875em) {
  @supports (font-size:clamp(1rem ,1rem + 0vw ,1rem)) {
    body {
      font-size: clamp(1rem ,1rem + 0 ,1rem)
    }
  }
  @supports not (font-size:clamp(1rem ,1rem + 0vw ,1rem)) {
    body {
      font-size: calc(1rem + 0 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .block-title__title {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .block-title__title {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,2.2413793103rem + 1.1494252874vw ,3.125rem)) {
    .block-title__subtitle {
      margin-bottom: clamp(2.5rem ,2.2413793103rem + 1.1494252874vw ,3.125rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,2.2413793103rem + 1.1494252874vw ,3.125rem)) {
    .block-title__subtitle {
      margin-bottom: calc(2.5rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(0.9375rem ,0.7564655172rem + 0.8045977011vw ,1.375rem)) {
    .header__tel {
      font-size: clamp(.9375rem ,.7564655172rem + .8045977011vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(0.9375rem ,0.7564655172rem + 0.8045977011vw ,1.375rem)) {
    .header__tel {
      font-size: calc(.9375rem + .4375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .ttl {
      font-size: clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)
    }
  }
  @supports not (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .ttl {
      font-size: calc(2rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.625rem ,1.3663793103rem + 1.1494252874vw ,2.25rem)) {
    .small-ttl {
      font-size: clamp(1.625rem ,1.3663793103rem + 1.1494252874vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.625rem ,1.3663793103rem + 1.1494252874vw ,2.25rem)) {
    .small-ttl {
      font-size: calc(1.625rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .btn,
    input.wpcf7-submit {
      font-size: clamp(1.25rem ,1.1982758621rem + .2298850575vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .btn,
    input.wpcf7-submit {
      font-size: calc(1.25rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(3.75rem ,3.1810344828rem + 2.5287356322vw ,5.125rem)) {
    .first-section {
      margin-top: clamp(3.75rem ,3.1810344828rem + 2.5287356322vw ,5.125rem)
    }
  }
  @supports not (margin-top:clamp(3.75rem ,3.1810344828rem + 2.5287356322vw ,5.125rem)) {
    .first-section {
      margin-top: calc(3.75rem + 1.375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.25rem ,0.6034482759rem + 2.8735632184vw ,2.8125rem)) {
    .first-section__content {
      gap: clamp(1.25rem ,.6034482759rem + 2.8735632184vw ,2.8125rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,0.6034482759rem + 2.8735632184vw ,2.8125rem)) {
    .first-section__content {
      gap: calc(1.25rem + 1.5625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .first-section__title {
      font-size: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (font-size:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .first-section__title {
      font-size: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0732758621rem + 0.2298850575vw ,1.25rem)) {
    .first-section__description {
      font-size: clamp(1.125rem ,1.0732758621rem + .2298850575vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0732758621rem + 0.2298850575vw ,1.25rem)) {
    .first-section__description {
      font-size: calc(1.125rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .buttons-block {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .buttons-block {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .buttons-block {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .buttons-block {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.875rem ,0.0646551724rem + 8.0459770115vw ,6.25rem)) {
    .buttons-block__container {
      gap: clamp(1.875rem ,.0646551724rem + 8.0459770115vw ,6.25rem)
    }
  }
  @supports not (gap:clamp(1.875rem ,0.0646551724rem + 8.0459770115vw ,6.25rem)) {
    .buttons-block__container {
      gap: calc(1.875rem + 4.375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .buttons-block__button {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .buttons-block__button {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .benefits__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .benefits__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .benefits__wrap {
      padding-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .benefits__wrap {
      padding-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .benefits__wrap {
      padding-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .benefits__wrap {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .benefits__title {
      font-size: clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)
    }
  }
  @supports not (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .benefits__title {
      font-size: calc(2rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .benefits__title {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .benefits__title {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.25rem ,2.1336206897rem + -1.1494252874vw ,1.875rem)) {
    .benefits__items {
      gap: clamp(1.25rem ,2.1336206897rem + -1.1494252874vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,2.1336206897rem + -1.1494252874vw ,1.875rem)) {
    .benefits__items {
      gap: calc(1.875rem + -.625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.0948275862rem + 0.6896551724vw ,1.625rem)) {
    .benefits__item-title {
      font-size: clamp(1.25rem ,1.0948275862rem + .6896551724vw ,1.625rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.0948275862rem + 0.6896551724vw ,1.625rem)) {
    .benefits__item-title {
      font-size: calc(1.25rem + .375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .services {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .services {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .services {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .services {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .services__head {
      gap: clamp(1.25rem ,.9913793103rem + 1.1494252874vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .services__head {
      gap: calc(1.25rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .services__head {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .services__head {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .services__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .services__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.25rem + 0vw ,1.25rem)) {
    .services__title {
      font-size: clamp(1.25rem ,1.25rem + 0 ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.25rem + 0vw ,1.25rem)) {
    .services__title {
      font-size: calc(1.25rem + 0 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .cta__content {
      gap: clamp(1.25rem ,.9913793103rem + 1.1494252874vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .cta__content {
      gap: calc(1.25rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .cta__desc {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .cta__desc {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .gallery {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .gallery {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .gallery {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .gallery {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .gallery__maintitle {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .gallery__maintitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .gallery__btn {
      margin-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .gallery__btn {
      margin-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .team__maintitle {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .team__maintitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .team__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .team__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .team__description {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .team__description {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .team__name {
      font-size: clamp(1.25rem ,1.1982758621rem + .2298850575vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .team__name {
      font-size: calc(1.25rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .team__btn {
      margin-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .team__btn {
      margin-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .reviews {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .reviews {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .reviews {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .reviews {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .reviews__maintitle {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .reviews__maintitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .reviews__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .reviews__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .reviews__description {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .reviews__description {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .reviews__rating {
      font-size: clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)
    }
  }
  @supports not (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .reviews__rating {
      font-size: calc(2rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .reviews__stars {
      font-size: clamp(1.25rem ,.9913793103rem + 1.1494252874vw ,1.875rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .reviews__stars {
      font-size: calc(1.25rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .reviews__btn {
      margin-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .reviews__btn {
      margin-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }

	  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .faq {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .faq {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .faq {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .faq {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .faq__maintitle {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .faq__maintitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .faq__wrap {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .faq__wrap {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding:clamp(1.25rem ,0.7327586207rem + 2.2988505747vw ,2.5rem)) {
    .faq__item {
      padding: clamp(1.25rem ,.7327586207rem + 2.2988505747vw ,2.5rem)
    }
  }
  @supports not (padding:clamp(1.25rem ,0.7327586207rem + 2.2988505747vw ,2.5rem)) {
    .faq__item {
      padding: calc(1.25rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.25rem ,1.6918103448rem + -0.5747126437vw ,1.5625rem)) {
    .faq__question {
      margin-bottom: clamp(1.25rem ,1.6918103448rem + -.5747126437vw ,1.5625rem)
    }
  }
  @supports not (margin-bottom:clamp(1.25rem ,1.6918103448rem + -0.5747126437vw ,1.5625rem)) {
    .faq__question {
      margin-bottom: calc(1.5625rem + -.3125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .faq__btn {
      margin-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .faq__btn {
      margin-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .articles {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .articles {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .articles {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .articles {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .articles__maintitle {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .articles__maintitle {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .articles__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .articles__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .articles__description {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .articles__description {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .articles__name {
      font-size: clamp(1.25rem ,1.1982758621rem + .2298850575vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .articles__name {
      font-size: calc(1.25rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .articles__btn {
      margin-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .articles__btn {
      margin-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .loyal {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .loyal {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .loyal {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .loyal {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .loyal__maintitle {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .loyal__maintitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .loyal__banner {
      padding: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .loyal__banner {
      padding: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .loyal__banner {
      gap: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (gap:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .loyal__banner {
      gap: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.1163793103rem + 1.1494252874vw ,2rem)) {
    .loyal__title {
      font-size: clamp(1.375rem ,1.1163793103rem + 1.1494252874vw ,2rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.1163793103rem + 1.1494252874vw ,2rem)) {
    .loyal__title {
      font-size: calc(1.375rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .loyal__desc {
      font-size: clamp(1.25rem ,1.1982758621rem + .2298850575vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .loyal__desc {
      font-size: calc(1.25rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price__maintitle {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price__maintitle {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .price__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .price__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price__description {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price__description {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price__description.after-desc {
      margin-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .price__description.after-desc {
      margin-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(0.8125rem ,0.7349137931rem + 0.3448275862vw ,1rem)) {
    .tabs__title {
      font-size: clamp(.8125rem ,.7349137931rem + .3448275862vw ,1rem)
    }
  }
  @supports not (font-size:clamp(0.8125rem ,0.7349137931rem + 0.3448275862vw ,1rem)) {
    .tabs__title {
      font-size: calc(.8125rem + .1875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .tabs__body-desc {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .tabs__body-desc {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.9482758621rem + 0.2298850575vw ,1.125rem)) {
    .prtable__title {
      font-size: clamp(1rem ,.9482758621rem + .2298850575vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9482758621rem + 0.2298850575vw ,1.125rem)) {
    .prtable__title {
      font-size: calc(1rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0215517241rem + 0.4597701149vw ,1.375rem)) {
    .prtable__price {
      font-size: clamp(1.125rem ,1.0215517241rem + .4597701149vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0215517241rem + 0.4597701149vw ,1.375rem)) {
    .prtable__price {
      font-size: calc(1.125rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .after {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .after {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .after__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .after__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .how {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .how {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .how {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .how {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .how__head.gallery-head {
      margin-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .how__head.gallery-head {
      margin-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .how__maintitle {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .how__maintitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .how__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .how__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .how__description {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .how__description {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .sec-desc {
      margin-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .sec-desc {
      margin-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (min-height:clamp(14.125rem ,10.7629310345rem + 14.9425287356vw ,22.25rem)) {
    .title-section {
      min-height: clamp(14.125rem ,10.7629310345rem + 14.9425287356vw ,22.25rem)
    }
  }
  @supports not (min-height:clamp(14.125rem ,10.7629310345rem + 14.9425287356vw ,22.25rem)) {
    .title-section {
      min-height: calc(14.125rem + 8.125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(2.375rem ,1.4439655172rem + 4.1379310345vw ,4.625rem)) {
    .title-section__title {
      font-size: clamp(2.375rem ,1.4439655172rem + 4.1379310345vw ,4.625rem)
    }
  }
  @supports not (font-size:clamp(2.375rem ,1.4439655172rem + 4.1379310345vw ,4.625rem)) {
    .title-section__title {
      font-size: calc(2.375rem + 2.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (min-height:clamp(14.125rem ,10.7629310345rem + 14.9425287356vw ,22.25rem)) {
    .service-head {
      min-height: clamp(14.125rem ,10.7629310345rem + 14.9425287356vw ,22.25rem)
    }
  }
  @supports not (min-height:clamp(14.125rem ,10.7629310345rem + 14.9425287356vw ,22.25rem)) {
    .service-head {
      min-height: calc(14.125rem + 8.125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(2rem ,1.5862068966rem + 1.8390804598vw ,3rem)) {
    .service-head__title {
      font-size: clamp(2rem ,1.5862068966rem + 1.8390804598vw ,3rem)
    }
  }
  @supports not (font-size:clamp(2rem ,1.5862068966rem + 1.8390804598vw ,3rem)) {
    .service-head__title {
      font-size: calc(2rem + 1 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .main-description {
      padding-top: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .main-description {
      padding-top: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .main-description {
      padding-bottom: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .main-description {
      padding-bottom: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.75rem ,1.5431034483rem + 0.9195402299vw ,2.25rem)) {
    .main-description__title {
      font-size: clamp(1.75rem ,1.5431034483rem + .9195402299vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.75rem ,1.5431034483rem + 0.9195402299vw ,2.25rem)) {
    .main-description__title {
      font-size: calc(1.75rem + .5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)) {
    .not-found {
      padding-top: clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)) {
    .not-found {
      padding-top: calc(3.125rem + 4.375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)) {
    .not-found {
      padding-bottom: clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)) {
    .not-found {
      padding-bottom: calc(3.125rem + 4.375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .not-found {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .not-found {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)) {
    .section-description {
      padding-top: clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)) {
    .section-description {
      padding-top: calc(3.125rem + 4.375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)) {
    .section-description {
      padding-bottom: clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,1.3146551724rem + 8.0459770115vw ,7.5rem)) {
    .section-description {
      padding-bottom: calc(3.125rem + 4.375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.9482758621rem + 0.2298850575vw ,1.125rem)) {
    .section-description {
      font-size: clamp(1rem ,.9482758621rem + .2298850575vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9482758621rem + 0.2298850575vw ,1.125rem)) {
    .section-description {
      font-size: calc(1rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .section-description h2,
    .section-description h3,
    .section-description h4,
    .section-description h5,
    .section-description h6 {
      font-size: clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .section-description h2,
    .section-description h3,
    .section-description h4,
    .section-description h5,
    .section-description h6 {
      font-size: calc(1.375rem + .875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .columns-description {
      padding-top: clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .columns-description {
      padding-top: calc(3.125rem + 2.5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .columns-description {
      padding-bottom: clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .columns-description {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .text h2,
    .text h3,
    .text h4,
    .text h5,
    .text h6 {
      font-size: clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .text h2,
    .text h3,
    .text h4,
    .text h5,
    .text h6 {
      font-size: calc(1.375rem + .875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .desc-with-image {
      padding-top: clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .desc-with-image {
      padding-top: calc(3.125rem + 2.5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .desc-with-image {
      padding-bottom: clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .desc-with-image {
      padding-bottom: calc(3.125rem + 2.5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0732758621rem + 0.2298850575vw ,1.25rem)) {
    .desc-with-image__item-title {
      font-size: clamp(1.125rem ,1.0732758621rem + .2298850575vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0732758621rem + 0.2298850575vw ,1.25rem)) {
    .desc-with-image__item-title {
      font-size: calc(1.125rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .connect-steps {
      padding-top: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .connect-steps {
      padding-top: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .connect-steps {
      padding-bottom: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .connect-steps {
      padding-bottom: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(3.125rem ,2.6077586207rem + 2.2988505747vw ,4.375rem)) {
    .connect-steps__title {
      margin-bottom: clamp(3.125rem ,2.6077586207rem + 2.2988505747vw ,4.375rem)
    }
  }
  @supports not (margin-bottom:clamp(3.125rem ,2.6077586207rem + 2.2988505747vw ,4.375rem)) {
    .connect-steps__title {
      margin-bottom: calc(3.125rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(3.125rem ,2.6077586207rem + 2.2988505747vw ,4.375rem)) {
    .connect-steps__list {
      margin-bottom: clamp(3.125rem ,2.6077586207rem + 2.2988505747vw ,4.375rem)
    }
  }
  @supports not (margin-bottom:clamp(3.125rem ,2.6077586207rem + 2.2988505747vw ,4.375rem)) {
    .connect-steps__list {
      margin-bottom: calc(3.125rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .left-benefits {
      padding-top: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .left-benefits {
      padding-top: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .left-benefits {
      padding-bottom: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .left-benefits {
      padding-bottom: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .left-benefits__items {
      padding-top: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .left-benefits__items {
      padding-top: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,0.9181034483rem + 0.9195402299vw ,1.625rem)) {
    .left-benefits__item-title {
      font-size: clamp(1.125rem ,.9181034483rem + .9195402299vw ,1.625rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,0.9181034483rem + 0.9195402299vw ,1.625rem)) {
    .left-benefits__item-title {
      font-size: calc(1.125rem + .5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .modal-window__title {
      margin-top: clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .modal-window__title {
      margin-top: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-left:clamp(1.25rem ,-0.4310344828rem + 7.4712643678vw ,5.3125rem)) {
    .modal-window__title {
      padding-left: clamp(1.25rem ,-.4310344828rem + 7.4712643678vw ,5.3125rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,-0.4310344828rem + 7.4712643678vw ,5.3125rem)) {
    .modal-window__title {
      padding-left: calc(1.25rem + 4.0625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-right:clamp(1.25rem ,-0.4310344828rem + 7.4712643678vw ,5.3125rem)) {
    .modal-window__title {
      padding-right: clamp(1.25rem ,-.4310344828rem + 7.4712643678vw ,5.3125rem)
    }
  }
  @supports not (padding-right:clamp(1.25rem ,-0.4310344828rem + 7.4712643678vw ,5.3125rem)) {
    .modal-window__title {
      padding-right: calc(1.25rem + 4.0625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.0431034483rem + 0.9195402299vw ,1.75rem)) {
    .modal-window__ttl {
      font-size: clamp(1.25rem ,1.0431034483rem + .9195402299vw ,1.75rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.0431034483rem + 0.9195402299vw ,1.75rem)) {
    .modal-window__ttl {
      font-size: calc(1.25rem + .5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .modal-window__desc {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .modal-window__desc {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .modal-window__body {
      margin-bottom: clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .modal-window__body {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .video {
      padding-top: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .video {
      padding-top: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .video {
      padding-bottom: clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(3.125rem ,2.8663793103rem + 1.1494252874vw ,3.75rem)) {
    .video {
      padding-bottom: calc(3.125rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .contacts {
      padding-top: clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)
    }
  }
  @supports not (padding-top:clamp(3.125rem ,2.0905172414rem + 4.5977011494vw ,5.625rem)) {
    .contacts {
      padding-top: calc(3.125rem + 2.5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .contacts {
      padding-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .contacts {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,0.9612068966rem + 1.8390804598vw ,2.375rem)) {
    .contacts__title {
      font-size: clamp(1.375rem ,.9612068966rem + 1.8390804598vw ,2.375rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,0.9612068966rem + 1.8390804598vw ,2.375rem)) {
    .contacts__title {
      font-size: calc(1.375rem + 1 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.375rem ,0.9094827586rem + 2.0689655172vw ,2.5rem)) {
    .contacts__col.contacts-data {
      padding-top: clamp(1.375rem ,.9094827586rem + 2.0689655172vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.375rem ,0.9094827586rem + 2.0689655172vw ,2.5rem)) {
    .contacts__col.contacts-data {
      padding-top: calc(1.375rem + 1.125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.375rem ,0.9094827586rem + 2.0689655172vw ,2.5rem)) {
    .contacts__col.contacts-data {
      padding-bottom: clamp(1.375rem ,.9094827586rem + 2.0689655172vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.375rem ,0.9094827586rem + 2.0689655172vw ,2.5rem)) {
    .contacts__col.contacts-data {
      padding-bottom: calc(1.375rem + 1.125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-right:clamp(1.375rem ,0.9094827586rem + 2.0689655172vw ,2.5rem)) {
    .contacts__col.contacts-data {
      padding-right: clamp(1.375rem ,.9094827586rem + 2.0689655172vw ,2.5rem)
    }
  }
  @supports not (padding-right:clamp(1.375rem ,0.9094827586rem + 2.0689655172vw ,2.5rem)) {
    .contacts__col.contacts-data {
      padding-right: calc(1.375rem + 1.125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding:clamp(1.375rem ,0.9094827586rem + 2.0689655172vw ,2.5rem)) {
    .contacts__col.contacts-form {
      padding: clamp(1.375rem ,.9094827586rem + 2.0689655172vw ,2.5rem)
    }
  }
  @supports not (padding:clamp(1.375rem ,0.9094827586rem + 2.0689655172vw ,2.5rem)) {
    .contacts__col.contacts-form {
      padding: calc(1.375rem + 1.125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.9482758621rem + 0.2298850575vw ,1.125rem)) {
    .contacts__row-title {
      font-size: clamp(1rem ,.9482758621rem + .2298850575vw ,1.125rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.9482758621rem + 0.2298850575vw ,1.125rem)) {
    .contacts__row-title {
      font-size: calc(1rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0732758621rem + 0.2298850575vw ,1.25rem)) {
    .contacts__row-data {
      font-size: clamp(1.125rem ,1.0732758621rem + .2298850575vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0732758621rem + 0.2298850575vw ,1.25rem)) {
    .contacts__row-data {
      font-size: calc(1.125rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(0.0000000625rem ,0.0000000625rem + 0vw ,0.0000000625rem)) {
    .quick-estimate {
      padding-top: clamp(.0000000625rem ,.0000000625rem + 0 ,.0000000625rem)
    }
  }
  @supports not (padding-top:clamp(0.0000000625rem ,0.0000000625rem + 0vw ,0.0000000625rem)) {
    .quick-estimate {
      padding-top: calc(.0000000625rem + 0 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .quick-estimate {
      padding-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .quick-estimate {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.125rem ,1.0732758621rem + 0.2298850575vw ,1.25rem)) {
    .quick-estimate__title {
      font-size: clamp(1.125rem ,1.0732758621rem + .2298850575vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1.125rem ,1.0732758621rem + 0.2298850575vw ,1.25rem)) {
    .quick-estimate__title {
      font-size: calc(1.125rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .quick-estimate__social {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .quick-estimate__social {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(0.9375rem ,0.6788793103rem + 1.1494252874vw ,1.5625rem)) {
    .quick-estimate__social {
      gap: clamp(.9375rem ,.6788793103rem + 1.1494252874vw ,1.5625rem)
    }
  }
  @supports not (gap:clamp(0.9375rem ,0.6788793103rem + 1.1494252874vw ,1.5625rem)) {
    .quick-estimate__social {
      gap: calc(.9375rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.5625rem ,1.1228448276rem + 1.9540229885vw ,2.625rem)) {
    .page-head__title {
      font-size: clamp(1.5625rem ,1.1228448276rem + 1.9540229885vw ,2.625rem)
    }
  }
  @supports not (font-size:clamp(1.5625rem ,1.1228448276rem + 1.9540229885vw ,2.625rem)) {
    .page-head__title {
      font-size: calc(1.5625rem + 1.0625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .description {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .description {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .description {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .description {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .description__maintitle {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .description__maintitle {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .description__text {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .description__text {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .description h2,
    .description h3,
    .description h4,
    .description h5,
    .description h6 {
      font-size: clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .description h2,
    .description h3,
    .description h4,
    .description h5,
    .description h6 {
      font-size: calc(1.375rem + .875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .numbers {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .numbers {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .numbers {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .numbers {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .numbers__maintitle {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .numbers__maintitle {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .numbers__value {
      font-size: clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)
    }
  }
  @supports not (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .numbers__value {
      font-size: calc(2rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,1rem + 0vw ,1rem)) {
    .numbers__desc {
      font-size: clamp(1rem ,1rem + 0 ,1rem)
    }
  }
  @supports not (font-size:clamp(1rem ,1rem + 0vw ,1rem)) {
    .numbers__desc {
      font-size: calc(1rem + 0 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(0.625rem ,0.3663793103rem + 1.1494252874vw ,1.25rem)) {
    .photogallery {
      padding-top: clamp(.625rem ,.3663793103rem + 1.1494252874vw ,1.25rem)
    }
  }
  @supports not (padding-top:clamp(0.625rem ,0.3663793103rem + 1.1494252874vw ,1.25rem)) {
    .photogallery {
      padding-top: calc(.625rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(0.625rem ,0.3663793103rem + 1.1494252874vw ,1.25rem)) {
    .photogallery {
      padding-bottom: clamp(.625rem ,.3663793103rem + 1.1494252874vw ,1.25rem)
    }
  }
  @supports not (padding-bottom:clamp(0.625rem ,0.3663793103rem + 1.1494252874vw ,1.25rem)) {
    .photogallery {
      padding-bottom: calc(.625rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .clients-carousel {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .clients-carousel {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .clients-carousel {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .clients-carousel {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .clients-carousel__maintitle {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .clients-carousel__maintitle {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team-wrap {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team-wrap {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team-wrap {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team-wrap {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team-wrap {
      margin-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team-wrap {
      margin-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team-wrap {
      margin-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .team-wrap {
      margin-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .team-wrap__maintitle {
      margin-bottom: clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .team-wrap__maintitle {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,2.5rem + 0vw ,2.5rem)) {
    .interlinking {
      padding-top: clamp(2.5rem ,2.5rem + 0 ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,2.5rem + 0vw ,2.5rem)) {
    .interlinking {
      padding-top: calc(2.5rem + 0 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,2.5rem + 0vw ,2.5rem)) {
    .interlinking {
      padding-bottom: clamp(2.5rem ,2.5rem + 0 ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,2.5rem + 0vw ,2.5rem)) {
    .interlinking {
      padding-bottom: calc(2.5rem + 0 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.25rem ,-0.3017241379rem + 6.8965517241vw ,5rem)) {
    .interlinking__container {
      gap: clamp(1.25rem ,-.3017241379rem + 6.8965517241vw ,5rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,-0.3017241379rem + 6.8965517241vw ,5rem)) {
    .interlinking__container {
      gap: calc(1.25rem + 3.75 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .interlinking__description {
      font-size: clamp(1.25rem ,1.1982758621rem + .2298850575vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .interlinking__description {
      font-size: calc(1.25rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .logos {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .logos {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .logos {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .logos {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding:clamp(0.9375rem ,0.2909482759rem + 2.8735632184vw ,2.5rem)) {
    .logos__img {
      padding: clamp(.9375rem ,.2909482759rem + 2.8735632184vw ,2.5rem)
    }
  }
  @supports not (padding:clamp(0.9375rem ,0.2909482759rem + 2.8735632184vw ,2.5rem)) {
    .logos__img {
      padding: calc(.9375rem + 1.5625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .testimonials {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .testimonials {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .testimonials {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .testimonials {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(0.625rem ,0.3663793103rem + 1.1494252874vw ,1.25rem)) {
    .testimonials__navs {
      gap: clamp(.625rem ,.3663793103rem + 1.1494252874vw ,1.25rem)
    }
  }
  @supports not (gap:clamp(0.625rem ,0.3663793103rem + 1.1494252874vw ,1.25rem)) {
    .testimonials__navs {
      gap: calc(.625rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(0.0000000625rem ,-0.5172412909rem + 2.2988504598vw ,1.25rem)) {
    .testimonials__title {
      gap: clamp(.0000000625rem ,-.5172412909rem + 2.2988504598vw ,1.25rem)
    }
  }
  @supports not (gap:clamp(0.0000000625rem ,-0.5172412909rem + 2.2988504598vw ,1.25rem)) {
    .testimonials__title {
      gap: calc(.0000000625rem + 1.2499999375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(0.875rem ,0.6681034483rem + 0.9195402299vw ,1.375rem)) {
    .testimonials__maintitle {
      font-size: clamp(.875rem ,.6681034483rem + .9195402299vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(0.875rem ,0.6681034483rem + 0.9195402299vw ,1.375rem)) {
    .testimonials__maintitle {
      font-size: calc(.875rem + .5 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .modal-window__title {
      margin-top: clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .modal-window__title {
      margin-top: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-left:clamp(1.25rem ,-0.4310344828rem + 7.4712643678vw ,5.3125rem)) {
    .modal-window__title {
      padding-left: clamp(1.25rem ,-.4310344828rem + 7.4712643678vw ,5.3125rem)
    }
  }
  @supports not (padding-left:clamp(1.25rem ,-0.4310344828rem + 7.4712643678vw ,5.3125rem)) {
    .modal-window__title {
      padding-left: calc(1.25rem + 4.0625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-right:clamp(1.25rem ,-0.4310344828rem + 7.4712643678vw ,5.3125rem)) {
    .modal-window__title {
      padding-right: clamp(1.25rem ,-.4310344828rem + 7.4712643678vw ,5.3125rem)
    }
  }
  @supports not (padding-right:clamp(1.25rem ,-0.4310344828rem + 7.4712643678vw ,5.3125rem)) {
    .modal-window__title {
      padding-right: calc(1.25rem + 4.0625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .modal-window__body {
      margin-bottom: clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(1.875rem ,1.099137931rem + 3.4482758621vw ,3.75rem)) {
    .modal-window__body {
      margin-bottom: calc(1.875rem + 1.875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .contacts {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .contacts {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .contacts {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .contacts {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .col-data__tel {
      font-size: clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)
    }
  }
  @supports not (font-size:clamp(2rem ,1.7413793103rem + 1.1494252874vw ,2.625rem)) {
    .col-data__tel {
      font-size: calc(2rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .col-data__time {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .col-data__time {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .col-data__comment {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .col-data__comment {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .area {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .area {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .area {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .area {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .area__head {
      gap: clamp(1.25rem ,.9913793103rem + 1.1494252874vw ,1.875rem)
    }
  }
  @supports not (gap:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .area__head {
      gap: calc(1.25rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .area__head {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .area__head {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .area__desc {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .area__desc {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.875rem ,0.5818965517rem + 5.7471264368vw ,5rem)) {
    .area__wrap {
      gap: clamp(1.875rem ,.5818965517rem + 5.7471264368vw ,5rem)
    }
  }
  @supports not (gap:clamp(1.875rem ,0.5818965517rem + 5.7471264368vw ,5rem)) {
    .area__wrap {
      gap: calc(1.875rem + 3.125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .area__title {
      font-size: clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .area__title {
      font-size: calc(1.375rem + .875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .area__list {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .area__list {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .full-img {
      padding-top: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-top:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .full-img {
      padding-top: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .full-img {
      padding-bottom: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (padding-bottom:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .full-img {
      padding-bottom: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .blog {
      padding-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .blog {
      padding-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .blog {
      padding-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .blog {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .blog__name {
      font-size: clamp(1.25rem ,1.1982758621rem + .2298850575vw ,1.375rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.1982758621rem + 0.2298850575vw ,1.375rem)) {
    .blog__name {
      font-size: calc(1.25rem + .125 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .blog__btn {
      margin-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .blog__btn {
      margin-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .article-content {
      padding-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .article-content {
      padding-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .article-content {
      padding-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .article-content {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .article-content {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .article-content {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6 {
      font-size: clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6 {
      font-size: calc(1.375rem + .875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .equipment {
      padding-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .equipment {
      padding-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .equipment {
      padding-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .equipment {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .equipment__container {
      gap: clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)
    }
  }
  @supports not (gap:clamp(1.875rem ,1.6163793103rem + 1.1494252874vw ,2.5rem)) {
    .equipment__container {
      gap: calc(1.875rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .equipment__title {
      font-size: clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)
    }
  }
  @supports not (font-size:clamp(1.375rem ,1.0129310345rem + 1.6091954023vw ,2.25rem)) {
    .equipment__title {
      font-size: calc(1.375rem + .875 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .faq-nav {
      padding-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .faq-nav {
      padding-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .faq-nav {
      padding-bottom: clamp(1.25rem ,.9913793103rem + 1.1494252874vw ,1.875rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .faq-nav {
      padding-bottom: calc(1.25rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .steps {
      padding-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .steps {
      padding-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .steps {
      padding-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .steps {
      padding-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .steps__maintitle {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .steps__maintitle {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .steps__description {
      font-size: clamp(1rem ,.8965517241rem + .4597701149vw ,1.25rem)
    }
  }
  @supports not (font-size:clamp(1rem ,0.8965517241rem + 0.4597701149vw ,1.25rem)) {
    .steps__description {
      font-size: calc(1rem + .25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .steps__description {
      margin-bottom: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (margin-bottom:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .steps__description {
      margin-bottom: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (gap:clamp(2.5rem ,2.2413793103rem + 1.1494252874vw ,3.125rem)) {
    .steps__wrap {
      gap: clamp(2.5rem ,2.2413793103rem + 1.1494252874vw ,3.125rem)
    }
  }
  @supports not (gap:clamp(2.5rem ,2.2413793103rem + 1.1494252874vw ,3.125rem)) {
    .steps__wrap {
      gap: calc(2.5rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (left:clamp(1.8125rem ,1.3728448276rem + 1.9540229885vw ,2.875rem)) {
    .steps__wrap:before {
      left: clamp(1.8125rem ,1.3728448276rem + 1.9540229885vw ,2.875rem)
    }
  }
  @supports not (left:clamp(1.8125rem ,1.3728448276rem + 1.9540229885vw ,2.875rem)) {
    .steps__wrap:before {
      left: calc(1.8125rem + 1.0625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (width:clamp(3.75rem ,2.8189655172rem + 4.1379310345vw ,6rem)) {
    .steps__img img {
      width: clamp(3.75rem ,2.8189655172rem + 4.1379310345vw ,6rem)
    }
  }
  @supports not (width:clamp(3.75rem ,2.8189655172rem + 4.1379310345vw ,6rem)) {
    .steps__img img {
      width: calc(3.75rem + 2.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,1.0948275862rem + 0.6896551724vw ,1.625rem)) {
    .steps__ttl {
      font-size: clamp(1.25rem ,1.0948275862rem + .6896551724vw ,1.625rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,1.0948275862rem + 0.6896551724vw ,1.625rem)) {
    .steps__ttl {
      font-size: calc(1.25rem + .375 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .footer {
      padding-top: clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)
    }
  }
  @supports not (padding-top:clamp(2.5rem ,1.9827586207rem + 2.2988505747vw ,3.75rem)) {
    .footer {
      padding-top: calc(2.5rem + 1.25 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (padding-bottom:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .footer {
      padding-bottom: clamp(1.25rem ,.9913793103rem + 1.1494252874vw ,1.875rem)
    }
  }
  @supports not (padding-bottom:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .footer {
      padding-bottom: calc(1.25rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
  @supports (font-size:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .footer__top-title {
      font-size: clamp(1.25rem ,.9913793103rem + 1.1494252874vw ,1.875rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,0.9913793103rem + 1.1494252874vw ,1.875rem)) {
    .footer__top-title {
      font-size: calc(1.25rem + .625 * (100vw - 22.5rem)/ 54.375)
    }
  }
}
@media (min-width:62.5em) and (max-width:87.5em) {
  @supports (font-size:clamp(1.25rem ,0.46875rem + 1.25vw ,1.5625rem)) {
    .title-block__text {
      font-size: clamp(1.25rem ,.46875rem + 1.25vw ,1.5625rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,0.46875rem + 1.25vw ,1.5625rem)) {
    .title-block__text {
      font-size: calc(1.25rem + .3125 * (100vw - 62.5rem)/ 25)
    }
  }
  @supports (font-size:clamp(1.25rem ,0.46875rem + 1.25vw ,1.5625rem)) {
    .block-title__subtitle {
      font-size: clamp(1.25rem ,.46875rem + 1.25vw ,1.5625rem)
    }
  }
  @supports not (font-size:clamp(1.25rem ,0.46875rem + 1.25vw ,1.5625rem)) {
    .block-title__subtitle {
      font-size: calc(1.25rem + .3125 * (100vw - 62.5rem)/ 25)
    }
  }
  @supports (padding-top:clamp(0.625rem ,-0.15625rem + 1.25vw ,0.9375rem)) {
    .header {
      padding-top: clamp(.625rem ,-.15625rem + 1.25vw ,.9375rem)
    }
  }
  @supports not (padding-top:clamp(0.625rem ,-0.15625rem + 1.25vw ,0.9375rem)) {
    .header {
      padding-top: calc(.625rem + .3125 * (100vw - 62.5rem)/ 25)
    }
  }
  @supports (padding-bottom:clamp(0.625rem ,-0.15625rem + 1.25vw ,0.9375rem)) {
    .header {
      padding-bottom: clamp(.625rem ,-.15625rem + 1.25vw ,.9375rem)
    }
  }
  @supports not (padding-bottom:clamp(0.625rem ,-0.15625rem + 1.25vw ,0.9375rem)) {
    .header {
      padding-bottom: calc(.625rem + .3125 * (100vw - 62.5rem)/ 25)
    }
  }
  @supports (width:clamp(7.5rem ,-0.3125rem + 12.5vw ,10.625rem)) {
    .header .custom-logo-link,
    .header__logo {
      width: clamp(7.5rem ,-.3125rem + 12.5vw ,10.625rem)
    }
  }
  @supports not (width:clamp(7.5rem ,-0.3125rem + 12.5vw ,10.625rem)) {
    .header .custom-logo-link,
    .header__logo {
      width: calc(7.5rem + 3.125 * (100vw - 62.5rem)/ 25)
    }
  }
}
@media (min-width:29.99875em) and (max-width:61.99875em) {
  @supports (padding-top:clamp(4.625rem ,3.3359912109rem + 4.296875vw ,6rem)) {
    .page-head {
      padding-top: clamp(4.625rem ,3.3359912109rem + 4.296875vw ,6rem)
    }
  }
  @supports not (padding-top:clamp(4.625rem ,3.3359912109rem + 4.296875vw ,6rem)) {
    .page-head {
      padding-top: calc(4.625rem + 1.375 * (100vw - 29.99875rem)/ 32)
    }
  }
}
@media (any-hover:hover) {
  .tabs__title:hover {
    border: 1px solid rgba(0,181,191,.48);
    background-color: rgba(0,181,191,.3);
    transition: all .5s
  }
}



/* Прайс блок — стили для блока цен с изображениями */

.price-list-with-images {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin-top: 30px;
  justify-content: center;
}

.sofa-price {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e3f9fb;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  background-color: #fff;
  flex: 1 1 calc(33.33% - 16px);
  box-sizing: border-box;
}

.sofa-price img {
  width: 90px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.sofa-info {
  font-size: 17px;
  line-height: 1.5;
  min-width: 180px;
}

.sofa-info .price-title {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.desc {
  color: #666;
  font-size: 15px;
  margin-bottom: 6px;
}

.sofa-price-box {
  margin-top: 4px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
}

.new-price {
  color: #007f88;
  font-weight: 700;
  font-size: 19px;
}

@media (max-width: 1024px) {
  .sofa-price {
    flex: 1 1 calc(50% - 16px);
  }
}

@media (max-width: 768px) {
  .sofa-price {
    flex: 1 1 100%;
  }
}
.price-prefix {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-right: 2px;
  text-transform: capitalize;
}













/* Галерея картинок для каждой старницы  */
/* Видео swiper */
.how__video-item-oembed iframe {
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
}

/* Галерея: wrap */
.gallery__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* отступы между элементами */
    justify-content: flex-start;
    margin-left: 6px;
    margin-right: 6px;
}

/* Галерея: элемент */
.gallery__item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    width: calc(33.333% - 14px);
    text-align: center;
}

.gallery__item:hover {
    transform: scale(1.02);
}

.gallery__item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

/* Текст под изображением */
.gallery__item-title {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .gallery__item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .gallery__item {
        width: 100%;
    }
}



/* Стили бенефиты */


.benefits__item-img img {
    width: 100%;
    height: auto;
    max-width: 120px;
    max-height: 120px;
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
}
.benefits__item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    width: 100%;
}
.benefits__item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.benefits__items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.benefits__item {
    flex: 1 1 120px;
    max-width: 180px;
}

@media (max-width: 767px) {
    .benefits__items.short-layout .benefits__item {
        flex: 1 1 calc(50% - 16px);
        max-width: calc(50% - 16px);
    }
}

/* Анимация цвета для телефона */
@keyframes colorShift {
    0% { color: #008080; }
    50% { color: #FFA500; }
    100% { color: #008080; }
}


/* Прайс блок — стили для блока цен с изображениями */

.price-list-with-images {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  margin-top: 30px;
  justify-content: center;
}

.sofa-price {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #e3f9fb;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  background-color: #fff;
  flex: 1 1 calc(33.33% - 16px);
  box-sizing: border-box;
}

.sofa-price img {
  width: 130px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.sofa-info {
  font-size: 17px;
  line-height: 1.5;
  min-width: 180px;
}

.sofa-info .price-title {
  font-size: 21px;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.desc {
  color: #666;
  font-size: 15px;
  margin-bottom: 6px;
}

.sofa-price-box {
  margin-top: 4px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
}

.new-price {
  color: #007f88;
  font-weight: 700;
  font-size: 19px;
}

@media (max-width: 1024px) {
  .sofa-price {
    flex: 1 1 calc(50% - 16px);
  }
}

@media (max-width: 768px) {
  .sofa-price {
    flex: 1 1 100%;
  }
}



/* Галерея картинок для каждой старницы  */
/* Видео swiper */
.how__video-item-oembed iframe {
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
}

/* Галерея: wrap */
.gallery__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* отступы между элементами */
    justify-content: flex-start;
    margin-left: 6px;
    margin-right: 6px;
}

/* Галерея: элемент */
.gallery__item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    width: calc(33.333% - 14px);
    text-align: center;
}

.gallery__item:hover {
    transform: scale(1.02);
}

.gallery__item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}

/* Текст под изображением */
.gallery__item-title {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .gallery__item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 480px) {
    .gallery__item {
        width: 100%;
    }
}








/* loyal__banner */
.loyal__banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.loyal__banner-img {
    flex: 1;
    width: 100%;
    max-width: 850px;
}
.loyal__banner-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    aspect-ratio: 1839 / 500;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

/* Сервис, выбор категроии */
.services__img {
    width: 100%;
    aspect-ratio: 4 / 3; /* подставь 16/9, 3/2 и т.п. при необходимости */
    object-fit: cover;
    object-position: top; /* чтобы верх не обрезался */
    border-radius: 10px;
    display: block;
}

.services__item {
    display: block;
	width: calc(33.333% - 20px); /* 3 в ряд */
    text-decoration: none;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.services__item:hover,
.services__item:active {
    transform: scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.services__title {
    margin: 6px;
    font-size: 20px;
    font-weight: 800;
    color: 3e3e3e;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    transition: background-color 0.3s ease;
    text-align: left;
}

.services__item:hover .services__title {
    background-color: #e3e3e3;
}
/* ...ваш текущий CSS... */
@media (max-width: 600px) {
  .services__item {
    width: calc(50% - 10px); /* 2 в ряд на мобильных */
  }
}
@media (max-width: 600px) {
    .services__title {
        font-size: 15px;
    }
}

/* Обёртка отзывов */

.reviews__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  padding-top: 30px;
}

.review-name-date {
    font-weight: 600;
    color: #333; /* можешь изменить цвет */
}

.stars::before {
    content: '★★★★★';
    color: #f1c40f;
    font-size: 20px;
}


.reviews__item {
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 24px 20px;
  max-width: 280px;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}

.reviews__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

.reviews__item:hover .reviews__title {
  background-color: #FFA500 !important;
  transform: scale(1.04);
}

.reviews__item a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.reviews__img {
  margin-bottom: 14px;
  z-index: 2;
  position: relative;
}

.reviews__title {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 28px;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 30px;
  background-color: #00b8c8;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  overflow: hidden;
  will-change: transform;
}

.reviews__title .glow-effect {
  position: absolute;
  top: -50%;
  left: -80px; /* ← за пределами кнопки */
  width: 80px;
  height: 200%;
  background: rgba(255, 255, 255, 0.28);
  transform: rotate(25deg);
  filter: blur(6px);
  pointer-events: none;
  z-index: 3;
}

.reviews__text {
  font-size: 15px;
  color: #2f3b52;
  line-height: 1.6;
  margin-top: 12px;
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  .reviews__wrap {
    flex-direction: column;
    align-items: center;
  }

  .reviews__item {
    max-width: 90%;
  }
}


/* FAQ Block Wrapper */
.custom-faq-wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(0, 188, 212, 0.15);
  font-family: 'Segoe UI', sans-serif;
}

/* FAQ Question */
.custom-faq-question {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #00bcd4;
  text-align: left;
}

/* FAQ Answer */
.custom-faq-answer {
  font-size: 19px;
  line-height: 1.8;
  color: #333333;
}

.footer {
    background-color: #f4f4f4; /* Светлый фон */
    padding: 15px 0;
    font-family: 'Arial', sans-serif;
    color: #333;
    width: 100%;
}


.footer__top {
    display: flex;
    justify-content: center; /* Центрируем все элементы в блоке */
    width: 100%;
    margin-bottom: 20px;
}

.footer__top-col {
    width: 45%;
    padding: 10px; /* Убираем большие промежутки */
}

.footer__top-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin: 5px 0;
}

ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

ul li a:hover {
    color: #00bcd4; /* Светится бирюзовым при наведении */
}

.footer-top-contacts {
    width: 45%;
    padding: 10px; /* Убираем лишние отступы */
    display: flex;
    flex-direction: column; /* Элементы будут расположены по колонке */
    align-items: flex-start; /* Выравнивание по левому краю */
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 5px; /* Уменьшаем промежутки между элементами */
}

.contact-list__item {
    display: flex;
    align-items: center; /* Центрируем текст и ссылку */
    margin-bottom: 10px;
}

.contact-label {
    font-weight: bold;
    margin-right: 10px; /* Увеличиваем отступ между меткой и значением */
}

.contact-address,
.contact-list__item a {
    white-space: nowrap; /* Запрещаем перенос строки */
    font-size: 16px; /* Увеличиваем размер текста */
}

.contact-list__item a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-list__item a:hover {
    color: #00bcd4; /* Светится бирюзовым при наведении */
}




/* База */
.footer{ font-size:17px; }           /* меняешь здесь → масштабируется всё */
.footer__top-title{ font-size:1.2em; }
.footer a{ font-size:1em; }
.contact-label{ font-size:0.9em; }
.contact-list__item a, .contact-address{ font-size:1em; }

/* Пресеты размера (по желанию) */
.footer--sm{ font-size:14px; }
.footer--md{ font-size:16px; }       /* по умолчанию */
.footer--lg{ font-size:18px; }
.footer--xl{ font-size:20px; }

/* Мобилка (по желанию) */
@media (max-width:768px){
  .footer{ font-size:16px; }         /* немного крупнее на мобиле */
}






/* ===== Quick Estimate (clean) ===== */
:root{
  --qe-container-max: 920px;
  --qe-cta-size: clamp(20px, 2vw, 30px); /* меняй размер тут */
}

.quick-estimate{
  margin:28px 0;
  padding-top:20px;
  padding-bottom:3rem;
}
.quick-estimate__container{
  max-width:var(--qe-container-max);
  margin:0 auto;
  padding:22px 24px;
  background:#fff;
  border:1px solid #E6F6FB;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(0,159,197,.08);
  text-align:center;
}

.quick-estimate__title{ text-align:center; margin:0; line-height:1.2; }
.quick-estimate__title .quick-quick{
  margin:40px auto 24px; padding:18px;
  background:#fff; border:2px solid #e0f7fa; border-radius:20px;
  box-shadow:0 0 25px rgba(0,188,212,.15);
  font-family:'Segoe UI', sans-serif; color:#2c3e50;
}
.qe-cta{ margin:0; font-weight:600; font-size:var(--qe-cta-size); }
.accent-blue{ color:#18B7D4; }

/* Соц-иконки */
.quick-estimate__social{
  display:flex; justify-content:center; flex-wrap:wrap; gap:16px; margin-top:10px; padding-top:1rem;
}
.col-data__social-item{
  width:70px; height:70px; display:flex; align-items:center; justify-content:center;
  border-radius:50%; overflow:hidden; position:relative;
  animation:lightEffect 2s ease-in-out infinite, pulse 2s ease-in-out infinite;
}
.col-data__social-item img{ width:100%; height:100%; object-fit:cover; }
.col-data__social-item:hover img{ transform:scale(1.1); opacity:.8; }

/* Анимации */
@keyframes pulse{ 0%{transform:scale(1)} 50%{transform:scale(1.05)} 100%{transform:scale(1)} }
@keyframes lightEffect{
  0%,100%{ box-shadow:0 0 0 rgba(0,188,212,0) }
  50%{ box-shadow:0 0 22px rgba(0,188,212,.35) }
}





/* Дискрипшн стиль для телефона а именно цены */
  @media (max-width: 600px) {
    .canon-price-list {
      font-size: 17px !important;   /* уменьшенный шрифт на телефоне */
      padding-left: 0px !important; /* минимальный отступ */
    }
  }

ul li::before,
ol li::before {
    content: none !important;
}
