@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Outfit;
  font-display: swap;
  src: url(../fonts/Outfit-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal
}
@font-face {
  font-family: Outfit;
  font-display: swap;
  src: url(../fonts/Outfit-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: Outfit;
  font-display: swap;
  src: url(../fonts/Outfit-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}
@font-face {
  font-family: Outfit;
  font-display: swap;
  src: url(../fonts/Outfit-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: Outfit;
  font-display: swap;
  src: url(../fonts/Outfit-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #000;
  line-height: 1;
  font-family: Outfit;
  font-size: 1.25rem;
  -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: Outfit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
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
}
.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: 93.375rem;
  margin: 0 auto;
  padding: 0 .9375rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,91.5rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.menu__list {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  flex-wrap: wrap
}
.menu__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  transition: opacity .3s
}
.icon-menu {
  display: none
}
.faq-spollers {
  max-width: 844px;
  width: 100%;
  display: grid
}
.faq-spollers__item {
  font-weight: 400;
  font-family: Inter;
  font-size: 22px;
  line-height: 164%;
  color: #fff;
  border-top: 1px solid #184e51;
  padding: 24px 0 24px 0
}
.faq-spollers__item:last-child {
  border-bottom: 1px solid #184e51
}
.faq-spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  padding-right: 37px;
  position: relative;
  list-style: none
}
.faq-spollers__title::-webkit-details-marker,
.faq-spollers__title::marker {
  display: none
}
._spoller-init .faq-spollers__title {
  cursor: pointer
}
._spoller-init .faq-spollers__title::after,
._spoller-init .faq-spollers__title::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 17px;
  background-color: #fff;
  height: 2px;
  width: 18px;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
._spoller-init .faq-spollers__title::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
._spoller-init .faq-spollers__title._spoller-active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.faq-spollers__body {
  padding: 15px 0 0
}
.head-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 950px;
  margin: 0 auto
}
.head-block__title {
  font-weight: 600;
  line-height: 117%;
  text-align: center
}
.head-block__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center
}
.btn {
  background: #ef6a30;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  border-radius: 44px;
  padding: 29px 44px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Inter;
  transition: opacity .3s
}
.swiper-button-next rect,
.swiper-button-prev rect {
  transition: fill .3s
}
.swiper-button-next path,
.swiper-button-prev path {
  transition: fill .3s
}
.card {
  margin-bottom: 141px
}
.cards .card {
  margin-bottom: 114px
}
.card__container {
  max-width: 1385px
}
.card__body {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px 64px
}
.card__info {
  display: grid;
  gap: 16px;
  align-self: center
}
.card__subtitle {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #ef6a30
}
.card__title {
  font-weight: 600;
  line-height: 117%;
  max-width: 511px
}
.card__text {
  max-width: 563px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000
}
.cards .card__text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.card__btn {
  max-width: 293px
}
.card__img {
  border-radius: 14px;
  overflow: hidden
}
.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.card__list {
  display: flex;
  gap: 16px;
  flex-direction: column
}
.card__list-item {
  display: flex;
  gap: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 128%;
  color: #000;
  align-items: center
}
.card__list-item::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/cards/card-check.svg) center/cover no-repeat;
  align-self: start;
  flex-shrink: 0
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #000;
  padding: 24px 0
}
.header.header--green {
  color: #fff
}
.header__body {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between
}
.header__logo {
  max-width: 186px
}
.header__logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 24px
}
.header__signin {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #248e48;
  transition: color .3s
}
.header__btn {
  text-align: center;
  border-radius: 44px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #006956;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 129%;
  font-family: Inter;
  transition: background .3s
}
.header__btn svg {
  flex-shrink: 0
}
.footer {
  background: #ebede3
}
.footer__top {
  padding: 84px 0 237px
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 24px
}
.footer__info {
  max-width: 240px;
  width: 100%
}
.footer__media {
  margin-bottom: 32px
}
.footer__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #000;
  margin-bottom: 32px;
  list-style: none;
  position: relative
}
.footer__title::-webkit-details-marker,
.footer__title::marker {
  display: none
}
._spoller-init .footer__title {
  padding-right: 37px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0
}
._spoller-init .footer__title::after,
._spoller-init .footer__title::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 12px;
  background-color: #000;
  height: 1px;
  width: 13px;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s,-webkit-transform .5s ease 0s
}
._spoller-init .footer__title::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
._spoller-init .footer__title._spoller-active::before {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}
.footer__socials {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap
}
.footer__soc {
  flex-shrink: 0;
  border-radius: 50%;
  background: #c8f168;
  padding: 9px;
  width: 42px;
  height: 42px;
  transition: opacity .3s
}
.footer__soc img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.footer__app-links {
  display: flex;
  gap: 12px;
  align-items: center
}
.footer__app-link {
  border-radius: 6px;
  overflow: hidden;
  transition: opacity .3s
}
.footer__app-link img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.footer__menu {
  display: flex;
  max-width: 946px;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px
}
.footer__list {
  display: grid;
  gap: 24px
}
.footer__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  transition: opacity .3s
}
.footer__bottom {
  border: 1px solid rgba(0,0,0,.1);
  padding: 28px 0
}
.footer__inner {
  display: flex;
  gap: 32px;
  align-items: center;
  flex-wrap: wrap
}
.footer__logo {
  max-width: 105px
}
.footer__logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.footer__copy {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000
}
.footer__policy {
  margin-left: auto;
  display: flex
}
.footer__policy-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000;
  transition: opacity .3s
}
.footer__policy-link:not(:last-child) {
  margin-right: 8px
}
.footer__policy-link:not(:last-child)::after {
  content: "";
  display: block;
  border-radius: 50%;
  background: #bec3cb;
  width: 5px;
  height: 5px;
  pointer-events: none
}
.hero {
  background: url(../img/home-hero/hero-bg.webp) center/cover no-repeat;
  padding: 180px 0 110px
}
.hero__container {
  max-width: 1739px
}
.hero__info {
  margin-bottom: 110px
}
.hero__title {
  font-weight: 600;
  line-height: 106%;
  text-align: center;
  color: #000;
  text-shadow: 0 2px 14px rgba(0,0,0,.2)
}
.hero__title:not(:last-child) {
  margin-bottom: 25px
}
.hero__text {
  font-weight: 400;
  line-height: 107%;
  text-align: center;
  color: #000;
  text-shadow: 0 2px 14px rgba(0,0,0,.2)
}
.hero__text:not(:last-child) {
  margin-bottom: 80px
}
.hero__btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-family: Inter;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #243124;
  border-radius: 44px;
  padding: 20px 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,.2);
  transition: opacity .3s
}
.hero__items {
  display: flex;
  gap: 40px;
  align-items: flex-end
}
.hero__item {
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15)
}
.hero__item img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.management {
  background: #0b363c;
  padding: 130px 0 88px 0;
  color: #fff;
  margin-bottom: 107px
}
.management__head {
  margin-bottom: 5.875rem
}
.management__text {
  color: #b7dad8
}
.management__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem
}
.management__items:not(:last-child) {
  margin-bottom: 1.5625rem
}
.management__slider:not(.swiper-initialized) .management__slide:not(:first-child) {
  display: none
}
.management__slider .swiper-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.0625rem
}
.management__slider .swiper-pagination .swiper-pagination-bullet {
  flex: 1 1 auto;
  width: auto;
  min-width: 40px;
  border-radius: 50px;
  height: 18px;
  background: #144b52;
  cursor: pointer
}
.management__slider .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  overflow: hidden
}
.management__slider .swiper-pagination .bullet-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #248e48;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-radius: 50px;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  animation-play-state: running
}
@-webkit-keyframes fill {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes fill {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.management__wrapper:not(:last-child) {
  margin-bottom: 20px
}
.management__slide {
  display: grid;
  width: 100%
}
.management__video {
  position: relative;
  overflow: hidden;
  border-radius: 24px
}
.management__video iframe,
.management__video video {
  aspect-ratio: 1462/747;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.management__video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 7.28%;
  height: 14.2%;
  border-radius: 50%;
  overflow: hidden;
  transition: opacity .3s
}
.management__video-btn img,
.management__video-btn svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.video-play .management__video-btn {
  display: none
}
.management__video-preview {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.video-play .management__video-preview {
  display: none
}
.item-management {
  flex: 1 1 auto;
  width: calc(33.333% - 32px);
  min-width: 320px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
  border-radius: 32px;
  background: #153e44;
  padding: 33px 30px;
  transition: box-shadow .3s
}
.item-management__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}
.item-management__icon {
  display: grid;
  place-content: center;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  background-color: #d8ff7c
}
.item-management__arrow {
  width: 26px;
  height: 26px;
  display: grid;
  place-content: center
}
.item-management__title {
  font-weight: 600;
  font-size: 30px
}
.item-management__title:not(:last-child) {
  margin-bottom: 17px
}
.item-management__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #b7dad8
}
.features {
  padding: 0 0 158px
}
.features__head {
  flex-direction: row;
  margin: 0 0 66px;
  max-width: 100%;
  align-items: center;
  justify-content: space-between
}
.features__title {
  text-align: left;
  max-width: 810px
}
.features__text {
  max-width: 495px;
  text-align: left
}
.features__items {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 32px
}
.features__item {
  flex: 1 1 auto;
  width: calc(33.333% - 32px);
  border-radius: 32px;
  overflow: hidden;
  background: #ebede3;
  padding-bottom: 32px;
  min-width: 250px
}
.features__item:nth-child(1) .features__item-img {
  padding: 0 0 0 32px
}
.features__item:nth-child(4) .features__item-img {
  padding: 0 0 0 32px
}
.features__item:nth-child(5) .features__item-img {
  padding: 32px 32px 0 32px;
  margin-bottom: 20px
}
.features__item-img {
  -webkit-filter: drop-shadow(0 24px 108px rgba(0, 0, 0, .15));
  filter: drop-shadow(0 24px 108px rgba(0, 0, 0, .15));
  margin-bottom: 50px;
  padding: 0 32px 0 0
}
.features__item-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.features__item-info {
  padding: 0 32px
}
.features__item-subtitle {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #0b363c
}
.features__item-subtitle:not(:last-child) {
  margin-bottom: 10px
}
.features__item-title {
  font-weight: 600;
  color: #000;
  line-height: 120%
}
.innovation {
  margin-bottom: 146px
}
.innovation__body {
  background: #0b363c url(../img/innovation-bg.webp) bottom left/contain repeat-x;
  border-radius: 32px;
  padding: 70px 15px 209px
}
.innovation__head {
  max-width: 1107px
}
.innovation__title {
  color: #fff
}
.innovation__text {
  color: #b7dad8
}
.innovation__btn {
  margin: 0 auto
}
.reviews {
  padding-bottom: 145px
}
.reviews__head {
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  align-items: center;
  margin-bottom: 74px
}
.reviews__title {
  text-align: left
}
.reviews__nav {
  display: flex;
  gap: 10px;
  align-items: center
}
.reviews__slider {
  overflow: visible!important
}
.reviews__slide {
  background: #c8f168;
  border-radius: 32px;
  padding: 40px;
  display: flex;
  flex-direction: column
}
.reviews__slide-text {
  flex: 1 1 auto;
  font-weight: 400;
  font-size: 32px;
  line-height: 144%;
  color: #000;
  margin-bottom: 24px
}
.reviews__slide-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: #000
}
.reviews__slide-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden
}
.reviews__slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.reviews__slide-name {
  font-weight: 700
}
.faq {
  background: #0f3a3d url(../img/faq-bg.svg) top left/cover no-repeat;
  padding: 158px 0;
  color: #fff
}
.faq__body {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start
}
.faq__info {
  max-width: 537px;
  width: 100%;
  display: grid;
  gap: 28px
}
.faq__title {
  font-weight: 600;
  line-height: 110%
}
.faq__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #b7dad8
}
.faq__text a {
  color: #c8f168;
  transition: opacity .3s
}
.faq__tel {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #b7dad8;
  transition: opacity .3s
}
.faq__btn {
  border-radius: 90px
}
.pricing {
  background: #0b363c url(../img/pricing/pricing-bg.webp) center/cover no-repeat;
  padding: 180px 0 110px;
  margin-bottom: 85px
}
.pricing__title {
  font-weight: 600;
  line-height: 106%;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.2)
}
.pricing__title:not(:last-child) {
  margin-bottom: 20px
}
.pricing__text {
  font-weight: 400;
  line-height: 107%;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.2)
}
.pricing__text:not(:last-child) {
  margin-bottom: 71px
}
.pricing__row {
  overflow: hidden;
  border-radius: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(250px,1fr));
  gap: 1px
}
.pricing__row:not(:last-child) {
  margin-bottom: 8px
}
.pricing__item {
  background: #c8f168;
  border-radius: 4px;
  padding: 40px 24px
}
.pricing__tier {
  border: 1px solid #000;
  border-radius: 90px;
  padding: 7px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #000;
  font-family: Inter
}
.pricing__tier:not(:last-child) {
  margin-bottom: 5px
}
.pricing__num {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 5px
}
.pricing__num span {
  display: block;
  font-weight: 600;
  font-size: 36px;
  color: #000
}
.pricing__num:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(2,167,80,.3);
  margin-bottom: 16px
}
.pricing__list {
  display: flex;
  flex-direction: column;
  gap: 24px
}
.pricing__list:not(:last-child) {
  margin-bottom: 50px
}
.pricing__list-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px
}
.pricing__list-item::before {
  content: "";
  display: block;
  background: url(../img/pricing/check.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px
}
.pricing__btn {
  max-width: 100%;
  padding: 24px 44px
}
.pricing__banner {
  background: #006956 url(../img/pricing/pricing-bg-2.webp) center/cover no-repeat;
  border-radius: 32px;
  padding: 58px 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center
}
.pricing__banner-tier {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-family: Inter;
  border: 1px solid #fff;
  border-radius: 90px;
  padding: 7px 14px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
.pricing__banner-tier:not(:last-child) {
  margin-bottom: 5px
}
.pricing__banner-title {
  font-weight: 600;
  color: #fff
}
.pricing__banner-btn {
  padding: 24px 44px
}
.contacts {
  background: url(../img/contacts-bg.webp) top 200px left -300px/contain no-repeat;
  padding: 180px 0 295px
}
.contacts__title {
  font-weight: 600;
  line-height: 106%;
  color: #000
}
.contacts__title:not(:last-child) {
  margin-bottom: 25px
}
.contacts__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #000;
  max-width: 575px
}
.contacts__text:not(:last-child) {
  margin-bottom: 40px
}
.contacts__email {
  font-weight: 500;
  font-size: 25px;
  line-height: 125%;
  color: #ef6a30;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity .3s
}
.contacts__email:not(:last-child) {
  margin-bottom: 37px
}
.contacts__row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px
}
.contacts__row:not(:last-child) {
  margin-bottom: 25px
}
.contacts__row--tel .contacts__row-input {
  padding: 0 55px 0 85px
}
.contacts__row-block {
  flex: 1 1 auto;
  width: calc(33.333% - 24px);
  min-width: 250px
}
.contacts__row-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 111%;
  color: #170f49;
  margin-bottom: 16px
}
.contacts__row-field {
  position: relative
}
.contacts__row-field svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 25px
}
.contacts__row-input {
  height: 70px;
  box-shadow: 0 2px 6px 0 rgba(19,18,66,.07);
  background: #fff;
  border: 1px solid #eff0f6;
  border-radius: 49px;
  padding: 0 55px 0 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #6f6c90
}
.contacts__row-dropdown {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 25px
}
.contacts__row-current {
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
  color: #6b688b;
  display: flex;
  align-items: center;
  min-width: 50px
}
.contacts__row-current::after {
  content: "";
  background: url(../img/arrow-down.svg) center/cover no-repeat;
  width: 20px;
  height: 20px
}
.contacts__row-list {
  position: absolute;
  top: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
  box-shadow: 0 2px 6px 0 rgba(19,18,66,.07);
  justify-content: center;
  align-items: center;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  visibility: hidden;
  opacity: 0;
  transition: all .3s
}
.dropdown-open .contacts__row-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0)
}
.contacts__row-item {
  font-weight: 600;
  font-size: 18px;
  line-height: 111%;
  color: #6b688b;
  cursor: pointer
}
.contacts__row-textarea {
  box-shadow: 0 2px 6px 0 rgba(19,18,66,.07);
  background: #fff;
  resize: vertical;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  min-height: 174px;
  padding: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 111%;
  color: #6f6c90
}
.contacts__form-btn {
  max-width: 341px;
  width: 100%;
  margin-top: 39px
}
.map {
  margin-bottom: 94px
}
.map iframe {
  aspect-ratio: 1920/1005;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.partners-promo {
  background: url(../img/partners/partners-promo-bg.webp) top 100px center/contain no-repeat;
  padding: 180px 0 138px
}
.partners-promo__info:not(:last-child) {
  margin-bottom: 66px
}
.partners-promo__title {
  font-weight: 600;
  line-height: 106%;
  text-align: center;
  color: #000;
  text-shadow: 0 2px 14px rgba(0,0,0,.2)
}
.partners-promo__title:not(:last-child) {
  margin-bottom: 20px
}
.partners-promo__text {
  font-weight: 400;
  line-height: 107%;
  text-align: center;
  color: #000;
  text-shadow: 0 2px 14px rgba(0,0,0,.2)
}
.partners-promo__text:not(:last-child) {
  margin-bottom: 40px
}
.partners-promo__btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-family: Inter;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #243124;
  border-radius: 44px;
  padding: 20px 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,.2);
  transition: opacity .3s
}
.partners-promo__img {
  overflow: hidden;
  border-radius: 32px
}
.partners-promo__img img {
  aspect-ratio: 1464/583;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.advantages {
  margin-bottom: 100px
}
.advantages__body {
  padding: 80px 15px 225px;
  background: #0b363c url(../img/partners/advantages-bg.webp) bottom/cover no-repeat;
  border-radius: 24px;
  color: #fff
}
.advantages__info {
  max-width: 883px;
  margin: 0 auto;
  text-align: center
}
.advantages__subtitle {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px
}
.advantages__title {
  font-weight: 600;
  line-height: 117%;
  margin-bottom: 12px
}
.advantages__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px
}
.advantages__item {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  letter-spacing: -.03em;
  color: #fff;
  position: relative;
  padding-left: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content
}
.advantages__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff
}
.advantages__btn {
  margin: 0 auto;
  padding: 19px 44px
}
.future {
  background: url(../img/partners/future-bg.webp) top center/cover no-repeat;
  padding-top: 6.6875rem;
  margin-bottom: 148px
}
.future__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1107px;
  margin: 0 auto;
  gap: 24px
}
.future__logo {
  max-width: 164px
}
.future__logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.future__title {
  font-weight: 600;
  line-height: 117%;
  text-align: center
}
.future__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center
}
.future__btn {
  margin-top: 16px
}
.safety-promo {
  padding: 120px 0 103px
}
.safety-promo__container {
  max-width: 1725px
}
.safety-promo__body {
  background: #c8f168 url(../img/safety-promo-bg.webp) center bottom/contain repeat-x;
  background-blend-mode: color-dodge;
  padding: 80px 15px 35px;
  border-radius: 40px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1
}
.safety-promo__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  background: url(../img/safety-promo-bg-2.webp) center/cover no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1
}
.safety-promo__info {
  max-width: 1409px;
  margin: 0 auto
}
.safety-promo__info:not(:last-child) {
  margin-bottom: 213px
}
.safety-promo__title {
  font-weight: 600;
  line-height: 106%;
  text-align: center;
  color: #000;
  text-shadow: 0 2px 14px rgba(0,0,0,.2)
}
.safety-promo__title:not(:last-child) {
  margin-bottom: 20px
}
.safety-promo__text {
  font-weight: 400;
  line-height: 107%;
  text-align: center;
  color: #000;
  text-shadow: 0 2px 14px rgba(0,0,0,.2)
}
.safety-promo__text:not(:last-child) {
  margin-bottom: 44px
}
.safety-promo__btn {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-family: Inter;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #243124;
  border-radius: 44px;
  padding: 20px 40px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,.2);
  transition: opacity .3s
}
.safety-promo__tags {
  max-width: 736px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 auto
}
.safety-promo__tag {
  background: #fefefe;
  border: 1px solid #ebebeb;
  border-radius: 40px;
  padding: 16px 28px;
  font-weight: 500;
  font-size: 17px;
  line-height: 106%;
  color: #000;
  font-family: Inter
}
.cards__head {
  margin-bottom: 113px
}
.swiper {
  overflow: hidden
}
.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-initialized .swiper-slide {
  flex-shrink: 0
}
.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
}
@media (min-width:40.62375em) {
  .card--reverse .card__info {
    order: 2
  }
}
@media (min-width:47.99875em) {
  .contacts__row--email {
    max-width: 426px
  }
  .contacts__row--tel {
    max-width: 393px
  }
}
@media (min-width:79.25em) {
  .reviews__slider:not(.swiper-initialized) .reviews__wrapper {
    gap: 30px
  }
  .reviews__slider:not(.swiper-initialized) .reviews__slide:nth-child(n+4) {
    display: none
  }
}
@media (min-width:93.375em) {
  .head-block__title {
    font-size: 3.75rem
  }
  .card__title {
    font-size: 2.5rem
  }
  .card__title--big {
    font-size: 3.75rem
  }
  .hero__title {
    font-size: 5.625rem
  }
  .hero__text {
    font-size: 1.75rem
  }
  .features__item-title {
    font-size: 2.5rem
  }
  .faq__title {
    font-size: 3.75rem
  }
  .pricing__title {
    font-size: 5.625rem
  }
  .pricing__text {
    font-size: 1.75rem
  }
  .pricing__banner-title {
    font-size: 2.25rem
  }
  .contacts__title {
    font-size: 5.625rem
  }
  .partners-promo__title {
    font-size: 5.625rem
  }
  .partners-promo__text {
    font-size: 1.75rem
  }
  .advantages__title {
    font-size: 3.75rem
  }
  .future__title {
    font-size: 3.75rem
  }
  .safety-promo__title {
    font-size: 5.625rem
  }
  .safety-promo__text {
    font-size: 1.75rem
  }
}
@media (max-width:20em) {
  .hero__title {
    font-size: 2.25rem
  }
  .hero__text {
    font-size: 1.125rem
  }
  .pricing__title {
    font-size: 2.25rem
  }
  .pricing__text {
    font-size: 1.125rem
  }
  .pricing__banner-title {
    font-size: 1.5rem
  }
  .contacts__title {
    font-size: 2.25rem
  }
  .partners-promo__title {
    font-size: 2.25rem
  }
  .partners-promo__text {
    font-size: 1.125rem
  }
  .safety-promo__title {
    font-size: 2.25rem
  }
  .safety-promo__text {
    font-size: 1.125rem
  }
}
@media (max-width:93.375em) {
  .features__items {
    gap: 16px
  }
  .features__item {
    padding-bottom: 16px;
    border-radius: 16px
  }
  .features__item:nth-child(1) .features__item-img {
    padding: 0 0 0 16px
  }
  .features__item:nth-child(4) .features__item-img {
    padding: 0 0 0 16px
  }
  .features__item:nth-child(5) .features__item-img {
    padding: 0 16px 0 0
  }
  .features__item-img {
    padding: 0 16px 0 0;
    margin-bottom: 35px
  }
  .features__item-info {
    padding: 0 16px
  }
}
@media (max-width:61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 50px 15px 15px 30px;
    background-color: #fff;
    transition: left .3s;
    display: flex;
    flex-direction: column;
    gap: 35px
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    justify-content: center;
    gap: 25px
  }
  .menu__link {
    color: #000
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000
  }
  .header--green .icon-menu span,
  .header--green .icon-menu::after,
  .header--green .icon-menu::before {
    background-color: #fff
  }
  .menu-open .header--green .icon-menu span,
  .menu-open .header--green .icon-menu::after,
  .menu-open .header--green .icon-menu::before {
    background-color: #000
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .faq-spollers {
    max-width: 100%
  }
  .card {
    margin-bottom: 60px
  }
  .cards .card {
    margin-bottom: 60px
  }
  .header {
    padding: 12px 0
  }
  .header__actions {
    margin-left: auto
  }
  .footer__top {
    padding: 30px 0 30px
  }
  .footer__content {
    flex-wrap: wrap
  }
  .hero {
    padding: 100px 0 60px
  }
  .hero__text:not(:last-child) {
    margin-bottom: 35px
  }
  .hero__items {
    gap: 20px
  }
  .management {
    padding: 60px 0;
    margin-bottom: 60px
  }
  .management__head {
    margin-bottom: 3.75rem
  }
  .item-management__title {
    font-size: 24px
  }
  .item-management__text {
    font-size: 18px
  }
  .features {
    padding: 0 0 60px
  }
  .features__head {
    margin: 0 0 30px;
    flex-wrap: wrap
  }
  .features__title {
    max-width: 100%
  }
  .features__text {
    max-width: 100%
  }
  .innovation {
    margin-bottom: 60px
  }
  .innovation__body {
    padding: 60px 15px 80px
  }
  .reviews {
    padding-bottom: 60px
  }
  .reviews__head {
    margin-bottom: 30px
  }
  .reviews__slide {
    padding: 20px;
    border-radius: 16px
  }
  .reviews__slide-text {
    font-size: 24px;
    margin-bottom: 16px
  }
  .faq {
    padding: 60px 0
  }
  .faq__body {
    flex-direction: column
  }
  .faq__info {
    gap: 16px;
    max-width: 100%
  }
  .pricing {
    padding: 100px 0 60px;
    margin-bottom: 60px
  }
  .pricing__text:not(:last-child) {
    margin-bottom: 35px
  }
  .pricing__item {
    padding: 20px 16px
  }
  .contacts {
    padding: 100px 0 60px;
    background-position: center
  }
  .map {
    margin-bottom: 60px
  }
  .partners-promo {
    padding: 100px 0 60px
  }
  .partners-promo__info:not(:last-child) {
    margin-bottom: 30px
  }
  .partners-promo__text:not(:last-child) {
    margin-bottom: 20px
  }
  .advantages {
    margin-bottom: 60px
  }
  .future {
    padding-top: 1.875rem;
    margin-bottom: 60px
  }
  .safety-promo {
    padding: 100px 0 60px
  }
  .safety-promo__info:not(:last-child) {
    margin-bottom: 30px
  }
  .safety-promo__text:not(:last-child) {
    margin-bottom: 20px
  }
  .cards__head {
    margin-bottom: 30px
  }
}
@media (max-width:61.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em) {
  .faq-spollers__item {
    font-size: 16px;
    padding: 16px 0 16px 0
  }
  .head-block__text {
    font-size: 18px
  }
  .btn {
    padding: 14px 20px
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px
  }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 100%;
    height: 100%
  }
  .card__text {
    font-size: 16px
  }
  .card__list-item {
    gap: 8px;
    font-size: 16px
  }
  .header__actions {
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap
  }
  .footer__media {
    margin-bottom: 16px
  }
  .footer__title {
    font-size: 16px;
    margin-bottom: 16px
  }
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(250px,1fr))
  }
  .footer__list {
    padding-top: 10px;
    gap: 16px
  }
  .footer__link {
    font-size: 16px
  }
  .footer__inner {
    flex-direction: column;
    gap: 16px;
    align-items: stretch
  }
  .footer__copy {
    font-size: 14px
  }
  .footer__policy {
    margin-left: 0
  }
  .footer__policy-link {
    font-size: 16px
  }
  .hero__info {
    margin-bottom: 60px
  }
  .hero__btn {
    padding: 14px 20px
  }
  .hero__items {
    display: none
  }
  .management__head {
    margin-bottom: 1.875rem
  }
  .management__items {
    gap: 1rem
  }
  .item-management__title {
    font-size: 18px
  }
  .item-management__title:not(:last-child) {
    margin-bottom: 12px
  }
  .item-management__text {
    font-size: 16px
  }
  .reviews__slide-info {
    font-size: 16px
  }
  .faq__text {
    font-size: 18px
  }
  .faq__tel {
    font-size: 18px
  }
  .pricing__num {
    font-size: 16px
  }
  .pricing__num span {
    font-size: 24px
  }
  .pricing__list {
    gap: 16px
  }
  .pricing__list:not(:last-child) {
    margin-bottom: 20px
  }
  .pricing__list-item {
    font-size: 16px
  }
  .pricing__btn {
    padding: 16px 22px
  }
  .pricing__banner {
    padding: 16px;
    flex-wrap: wrap
  }
  .pricing__banner-btn {
    padding: 16px 22px;
    max-width: 100%;
    width: 100%
  }
  .contacts__text {
    font-size: 16px
  }
  .contacts__text:not(:last-child) {
    margin-bottom: 25px
  }
  .contacts__email {
    font-size: 18px
  }
  .contacts__row {
    gap: 16px
  }
  .contacts__row:not(:last-child) {
    margin-bottom: 16px
  }
  .contacts__row-label {
    margin-bottom: 12px;
    font-size: 16px
  }
  .contacts__row-input {
    font-size: 16px
  }
  .contacts__row-current {
    font-size: 16px
  }
  .contacts__row-item {
    font-size: 16px
  }
  .contacts__row-textarea {
    font-size: 16px
  }
  .contacts__form-btn {
    margin-top: 16px
  }
  .partners-promo__btn {
    padding: 14px 20px
  }
  .partners-promo__img img {
    aspect-ratio: 1/1
  }
  .future__body {
    gap: 16px
  }
  .future__text {
    font-size: 18px
  }
  .future__btn {
    margin-top: 0
  }
  .safety-promo__body {
    margin: 0 -15px;
    border-radius: 0;
    padding: 60px 15px 60px
  }
  .safety-promo__btn {
    padding: 14px 20px
  }
  .safety-promo__tag {
    padding: 8px 14px;
    font-size: 15px
  }
}
@media (max-width:40.62375em) {
  .card__body {
    grid-template-columns: 1fr
  }
}
@media (max-width:29.99875em) {
  .head-block__title {
    font-size: 1.5rem
  }
  .card__title {
    font-size: 1.125rem
  }
  .card__title--big {
    font-size: 1.5rem
  }
  .header__logo {
    max-width: 106px
  }
  .footer__menu {
    grid-template-columns: 1fr
  }
  .management__slider .swiper-pagination {
    gap: .625rem
  }
  .management__slider .swiper-pagination .swiper-pagination-bullet {
    height: 10px
  }
  .management__video {
    border-radius: 12px
  }
  .management__video-btn {
    width: 50px;
    height: 50px
  }
  .item-management {
    padding: 20px;
    min-width: 280px;
    border-radius: 16px
  }
  .item-management__icon {
    width: 60px;
    height: 60px
  }
  .features__item-img {
    margin-bottom: 20px
  }
  .features__item-title {
    font-size: 1.125rem
  }
  .innovation__body {
    border-radius: 0;
    margin: 0 -15px
  }
  .reviews__head {
    flex-wrap: wrap
  }
  .reviews__slide-text {
    font-size: 16px
  }
  .faq__title {
    font-size: 1.5rem
  }
  .map iframe {
    aspect-ratio: 1/1
  }
  .advantages__body {
    padding: 60px 15px 145px;
    margin: 0 -15px;
    border-radius: 0
  }
  .advantages__title {
    font-size: 1.5rem
  }
  .future__logo {
    max-width: 106px
  }
  .future__title {
    font-size: 1.5rem
  }
}
@media (min-width:29.99875em)and (max-width:93.375em) {
  .head-block__title {
    font-size: clamp(1.5rem ,.4349766277rem + 3.5502258338vw ,3.75rem)
  }
  .card__title {
    font-size: clamp(1.125rem ,.4741523836rem + 2.169582454vw ,2.5rem)
  }
  .card__title--big {
    font-size: clamp(1.5rem ,.4349766277rem + 3.5502258338vw ,3.75rem)
  }
  .features__item-title {
    font-size: clamp(1.125rem ,.4741523836rem + 2.169582454vw ,2.5rem)
  }
  .faq__title {
    font-size: clamp(1.5rem ,.4349766277rem + 3.5502258338vw ,3.75rem)
  }
  .advantages__title {
    font-size: clamp(1.5rem ,.4349766277rem + 3.5502258338vw ,3.75rem)
  }
  .future__title {
    font-size: clamp(1.5rem ,.4349766277rem + 3.5502258338vw ,3.75rem)
  }
}
@media (min-width:20em)and (max-width:93.375em) {
  .hero__title {
    font-size: clamp(2.25rem ,1.3300681431rem + 4.5996592845vw ,5.625rem)
  }
  .hero__text {
    font-size: clamp(1.125rem ,.9546422487rem + .8517887564vw ,1.75rem)
  }
  .pricing__title {
    font-size: clamp(2.25rem ,1.3300681431rem + 4.5996592845vw ,5.625rem)
  }
  .pricing__text {
    font-size: clamp(1.125rem ,.9546422487rem + .8517887564vw ,1.75rem)
  }
  .pricing__banner-title {
    font-size: clamp(1.5rem ,1.2955706985rem + 1.0221465077vw ,2.25rem)
  }
  .contacts__title {
    font-size: clamp(2.25rem ,1.3300681431rem + 4.5996592845vw ,5.625rem)
  }
  .partners-promo__title {
    font-size: clamp(2.25rem ,1.3300681431rem + 4.5996592845vw ,5.625rem)
  }
  .partners-promo__text {
    font-size: clamp(1.125rem ,.9546422487rem + .8517887564vw ,1.75rem)
  }
  .safety-promo__title {
    font-size: clamp(2.25rem ,1.3300681431rem + 4.5996592845vw ,5.625rem)
  }
  .safety-promo__text {
    font-size: clamp(1.125rem ,.9546422487rem + .8517887564vw ,1.75rem)
  }
}
@media (min-width:20em)and (max-width:47.99875em) {
  .reviews__slider:not(.swiper-initialized) .reviews__wrapper {
    gap: 20px
  }
  .reviews__slider:not(.swiper-initialized) .reviews__slide:nth-child(n+2) {
    display: none
  }
}
@media (min-width:47.99875em)and (max-width:79.25em) {
  .reviews__slider:not(.swiper-initialized) .reviews__wrapper {
    gap: 20px
  }
  .reviews__slider:not(.swiper-initialized) .reviews__slide:nth-child(n+3) {
    display: none
  }
}
@media (any-hover:hover) {
  .menu__link:hover {
    opacity: .7
  }
  .btn:hover {
    opacity: .8
  }
  .swiper-button-next:hover rect,
  .swiper-button-prev:hover rect {
    fill: #0b363c
  }
  .swiper-button-next:hover path,
  .swiper-button-prev:hover path {
    fill: #fff
  }
  .header__signin:hover {
    color: #006956
  }
  .header__btn:hover {
    background: #248e48
  }
  .footer__soc:hover {
    opacity: .8
  }
  .footer__app-link:hover {
    opacity: .8
  }
  .footer__link:hover {
    opacity: .8
  }
  .footer__policy-link:hover {
    opacity: .8
  }
  .hero__btn:hover {
    opacity: .8
  }
  .management__video-btn:hover {
    opacity: .7
  }
  .item-management:hover {
    box-shadow: none
  }
  .faq__text a:hover {
    opacity: .8
  }
  .faq__tel:hover {
    opacity: .8
  }
  .contacts__email:hover {
    opacity: .8
  }
  .partners-promo__btn:hover {
    opacity: .8
  }
  .safety-promo__btn:hover {
    opacity: .8
  }
}