@charset "UTF-8";
.hero__green {
  right: 2%;
  top: 20%;
  width: 65px;
  height: 65px;
}
.hero__green img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__white {
  width: 60px;
  height: 60px;
  top: 25%;
  left: 50%;
}
.hero__white img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__star {
  left: 50%;
  top: 50%;
  width: 220px;
  height: auto;
}
.hero__star img {
  -o-object-fit: cover;
     object-fit: cover;
}

.parallax__whitetwo {
  top: 90%;
  right: 7%;
  width: 60px;
  height: 60px;
}
.parallax__whitetwo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__big {
  top: 98%;
  left: -10%;
  width: 280px;
  height: auto;
}
.hero__big img {
  -o-object-fit: cover;
     object-fit: cover;
}

.main .section__hero .hero__content {
  margin-top: 0;
  padding-top: 60px;
  display: grid;
  grid-template-areas: "a c" "b c" "b c";
  grid-template-rows: auto 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0;
  align-items: center;
  grid-template-columns: 55% 1fr;
  position: relative;
}
.main .section__hero .hero__content-title {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
  position: relative;
  z-index: 1;
  align-self: end;
  grid-area: a;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.main .section__hero .hero__content-title._active {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}
.main .section__hero .hero__content-title::after {
  content: "";
  display: block;
  width: 70%;
  height: 25px;
  background-color: #6AF8B0;
  position: absolute;
  top: 85%;
  left: 0;
  z-index: -1;
}
.main .section__hero .hero__content-subtitle {
  position: relative;
  z-index: 1;
  align-self: start;
  grid-area: b;
}

/* Hero Subtitle Wrapper - только анимация и позиционирование */
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  max-width: 660px;
  margin-top: 24px;
  margin-bottom: 0;
}
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

/* Rich text formatting - стили для параграфов */
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper p {
  margin: 0 0 12px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
}
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper p:last-child {
  margin-bottom: 0;
}

/* Rich text formatting - стили для списков */
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ul,
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ol {
  margin: 12px 0;
  padding-left: 24px;
  list-style-position: outside;
}
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ul li,
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  margin-bottom: 8px;
}

/* Кастомные bullet points для списков */
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ul li {
  position: relative;
  list-style: none;
  padding-left: 34px;
}
.main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ul li::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2L5.5 12.7C5.40847 12.6074 5.29947 12.5338 5.17931 12.4836C5.05915 12.4334 4.93022 12.4076 4.8 12.4076C4.66977 12.4076 4.54084 12.4334 4.42068 12.4836C4.30052 12.5338 4.19152 12.6074 4.1 12.7C4.00736 12.7915 3.9338 12.9005 3.8836 13.0207C3.83341 13.1409 3.80756 13.2698 3.80756 13.4C3.80756 13.5302 3.83341 13.6592 3.8836 13.7793C3.9338 13.8995 4.00736 14.0085 4.1 14.1L8.29 18.29C8.68 18.68 9.31 18.68 9.7 18.29L20.3 7.70001C20.3926 7.60848 20.4662 7.49948 20.5164 7.37932C20.5666 7.25916 20.5924 7.13023 20.5924 7.00001C20.5924 6.86978 20.5666 6.74085 20.5164 6.62069C20.4662 6.50053 20.3926 6.39153 20.3 6.30001C20.2085 6.20737 20.0995 6.13382 19.9793 6.08362C19.8592 6.03342 19.7302 6.00757 19.6 6.00757C19.4698 6.00757 19.3408 6.03342 19.2207 6.08362C19.1005 6.13382 18.9915 6.20737 18.9 6.30001L9 16.2Z' fill='%236AF8B0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

/* Legacy support for old .txt class */
.main .section__hero .hero__content-subtitle .txt {
  opacity: 0;
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  font-size: 15px;
  max-width: 660px;
  margin-bottom: 30px;
}
.main .section__hero .hero__content-subtitle .txt .txt__list:not(:last-child){
  margin-bottom: 10px;
}
.main .section__hero .hero__content-subtitle .txt .txt__list{
  display: flex;
  align-items: center;
}
.main .section__hero .hero__content-subtitle .txt .txt__list .link__icon{
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.main .section__hero .hero__content-subtitle .txt._active {
  transition: all 0.6s ease-in-out 0.1s;
  -webkit-transition: all 0.6s ease-in-out 0.1s;
  -moz-transition: all 0.6s ease-in-out 0.1s;
  -ms-transition: all 0.6s ease-in-out 0.1s;
  -o-transition: all 0.6s ease-in-out 0.1s;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-subtitle .hero-btn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  margin-top: 32px;
}
.hero-btn,
.button-black{
	  transition: all 0.2s ease-in-out 0.3s !important;
  -webkit-transition: all 0.2s ease-in-out 0.3s !important;
  -moz-transition: all 0.2s ease-in-out 0.3s !important;
  -ms-transition: all 0.2s ease-in-out 0.3s !important;
  -o-transition: all 0.2s ease-in-out 0.3s !important;
}
.main .section__hero .hero__content-subtitle .hero-btn._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

/* Trust Badges Styles - Vertical Layout (Number + Text) */
.main .section__hero .hero__content-subtitle .hero__trust-badges {
  margin-top: 24px;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  max-width: 660px;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-subtitle .hero__trust-badges._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  padding: 12px 8px;
  background-color: #F3F3F3;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  flex: 1 1 0;
  min-width: 0;
}
.main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge:hover {
  background-color: #E8F8F1;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}
.main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge__number {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  color: #121212;
  white-space: nowrap;
}
.main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge__text {
  font-size: 11px;
  font-weight: 400;
  line-height: 140%;
  color: #6B7077;
  text-align: center;
}
.main .section__hero .hero__content-img {
  overflow: hidden;
  border-radius: 20px;
  max-width: 850px;
  height: auto;
  grid-area: c;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-img._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__hero .hero__content-img .hero__placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.main .section__hero .hero__content-img .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .secton__customers{
  margin-bottom: 50px;
}
.main .secton__customers .customers__content .swiper-content .swiper-wrapper-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;

}
.main .secton__customers .customers__content .swiper-content .swiper-wrapper-content .logo__box {
  text-align: center;
  max-width: 140px;
  height: auto;
}
.main .secton__customers .customers__content .swiper-content .swiper-wrapper-content .logo__box .img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section__obaut .obaut__content {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 80px 40px;
  background-color: #13182C;
  border-radius: 64px;
  border-radius: 64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  -o-border-radius: 64px;
}
.main .section__obaut .obaut__content-img {
  overflow: hidden;
  margin-right: 20px;
  flex: 0 1 50%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main .section__obaut .obaut__content-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section__obaut .obaut__content-info {
  flex: 0 1 45%;
}
.main .section__obaut .obaut__content-info .obaut__content-text .text {
  font-weight: 400;
  line-height: 150%;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 1;
}
.main .section__obaut .obaut__content-info .obaut__content-text .text:not(:last-child) {
  padding-bottom: 30px;
}
.main .section__services {
  overflow: hidden;
}
.main .section__services .services__content {
  display: grid;
  grid-template-areas: "a c" "b c" "b c";
  grid-template-rows: 1fr 0.9fr;
  grid-template-columns: 45% 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.main .section__services .services__content-title {
  grid-area: a;
}
.main .section__services .services__content-title .title__content-white {
  margin-bottom: 40px;
}
.main .section__services .services__content-title .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
}
.main .section__services .services__content-subtitle {
  grid-area: b;
}
.main .section__services .services__content-subtitle .button-black{
  opacity: 0;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transition: all 0.5s ease-in-out 0.4s;
  -webkit-transition: all 0.5s ease-in-out 0.4s;
  -moz-transition: all 0.5s ease-in-out 0.4s;
  -ms-transition: all 0.5s ease-in-out 0.4s;
  -o-transition: all 0.5s ease-in-out 0.4s;
}

.main .section__services .services__content-subtitle._active .button-black{
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__services .services__content-textreviews {
  grid-area: c;
  align-self: start;
  position: relative;
  min-width: 0;
}
.main .section__services .services__content-textreviews .services__box {
  margin-top: -50px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 100% 70px 20px;
}
.main .section__services .services__content-textreviews .services__box .swipperm {
  display: flex;
  flex-direction: column;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content {
  max-width: 390px;
  padding-top: 50px;
  flex: 0 1 400px;
  opacity: 0;
  transform: translate(120%, 0);
  -webkit-transform: translate(120%, 0);
  -moz-transform: translate(120%, 0);
  -ms-transform: translate(120%, 0);
  -o-transform: translate(120%, 0);
  transition: all 0.7s ease-in-out 0.2s;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -moz-transition: all 0.7s ease-in-out 0.2s;
  -ms-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item {
  max-width: 490px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 0px 0px 25.3px 0px rgba(187, 187, 187, 0.5);
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .img__item {
  max-width: 90px;
  height: auto;
  margin: -40px auto;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .img__item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .item__text {
  padding-top: 60px;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .item__text-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: #121212;
  padding-bottom: 30px;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .item__text-text {
  font-weight: 400;
  line-height: 150%;
  color: #121212;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper-button-next::after,
.main .section__services .services__content-textreviews .services__box .swipperm .swiper-button-prev::after {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper-button-next,
.main .section__services .services__content-textreviews .services__box .swipperm .swiper-button-prev {
  top: 94%;
  left: 60px;
}
.main .section__services .services__content-textreviews .services__box .swipperm .swiper-button-prev {
  left: 30px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/* Исправление карточек слайдера */
.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item {
  height: auto;
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .item__text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.main .section__benefits {
  overflow: hidden;
  background-color: #13182C;
  padding-top: 100px;
  padding-bottom: 100px;
}
.main .section__benefits .benefits__content-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.main .section__benefits .benefits__content-head .head__text {
  max-width: 800px;
  font-weight: 400;
  line-height: 150%;
  font-size: 15px;
  color: #FFFFFF;
  padding-left: 20px;
}
.main .section__benefits .benefits__content-lists {
  display: flex;
  justify-content: space-between;
  transition: all 0.7s ease-in-out 0.2s;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -moz-transition: all 0.7s ease-in-out 0.2s;
  -ms-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
}
.main .section__benefits .benefits__content-lists .benefit__box {
  opacity: 0;
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  transition: all 0.7s ease-in-out 0.2s;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -moz-transition: all 0.7s ease-in-out 0.2s;
  -ms-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
  flex: 1 1 400px;
  padding: 20px;
  background-color: #FFFFFF;
  width: 100%;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
	position: relative;
	overflow: hidden;
}

.benefit__box:hover:before{
	content: '';
	display: block;
	width: 60px;
	position: absolute;
	  background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 10%, hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .6));
	top: 0;
	left: -20px;
	height: 100%;
	z-index: 10;
	 transform: skewX(-45deg);
  left: -10%;
  transition: all .6s ease;
  animation-name: blick;
  animation-duration: 3s;
  animation-iteration-count: infinite;
} 	
@keyframes blick {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 100px;
  }
  100% {
    left: 180%;
    margin-left: 1400px;
  }
}

/* .main .section__benefits .benefits__content-lists .benefit__box:hover{ */
/* } */
.main .section__benefits .benefits__content-lists .benefit__box-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-top {
  margin-bottom: 30px;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-top .benefit__box-img {
  max-width: 76px;
  max-height: 76px;
  fill: #13182C;
  padding-bottom: 12px;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-top .benefit__box-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  color: #424245;
  padding-bottom: 20px;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-top .benefit__box-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #6B7077;
  padding-bottom: 10px;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-top .benefit__box-list .list__item {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #6B7077;
  padding-left: 20px;
  position: relative;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-top .benefit__box-list .list__item::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #6B7077;
  position: absolute;
  top: 40%;
  left: 0;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-bottom {
  display: flex;
  align-items: center;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-bottom .bottom__text {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #121212;
  padding-right: 14px;
}
.main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-bottom .bottom__img {
  max-width: 18px;
  height: 14px;
  fill: #121212;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main .section__benefits .benefits__content-lists .benefit__box:hover {
  transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
}
.main .section__benefits .benefits__content-lists .benefit__box:hover .benefit__box-text {
  color: #121212;
}
.main .section__benefits .benefits__content-lists .benefit__box:hover .benefit__box-link .benefit__box-list .list__item {
  color: #121212;
}
.main .section__benefits .benefits__content-lists .benefit__box:hover .benefit__box-link .benefit__box-list .list__item::before {
  background-color: #121212;
}
.main .section__benefits .benefits__content-lists .benefit__box-bottom:hover .bottom__text {
  color: #6AF8B0;
}
.main .section__benefits .benefits__content-lists .benefit__box-bottom:hover .bottom__img {
  fill: #6AF8B0;
}
.main .section__benefits .benefits__content-lists .benefit__box:not(:last-child) {
  margin-right: 20px;
}
.main .section__benefits .benefits__content-lists._active .benefit__box {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__faq {
  overflow-x: hidden;
}
.main .section__faq .section__faq-content {
  position: relative;
}
.main .section__faq .section__faq-content .title__content-white {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  opacity: 1;
}
.main .section__faq .section__faq-content .faq__box-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: start;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-img {
  flex: 0 1 45%;
  height: 100%;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-img .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list {
  flex: 0 1 55%;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__contetn .faq__box {
  background-color: #FFFFFF;
  opacity: 0;
  transform: translate(120%, 0);
  -webkit-transform: translate(120%, 0);
  -moz-transform: translate(120%, 0);
  -ms-transform: translate(120%, 0);
  -o-transform: translate(120%, 0);
  transition: all 0.7s ease-in-out 0.2s;
  -webkit-transition: all 0.7s ease-in-out 0.2s;
  -moz-transition: all 0.7s ease-in-out 0.2s;
  -ms-transition: all 0.7s ease-in-out 0.2s;
  -o-transition: all 0.7s ease-in-out 0.2s;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__contetn._active .faq__box {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box {
  padding: 25px 50px 25px 36px;
  box-shadow: 0px 0px 25px 0px rgba(187, 187, 187, 0.15);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box .faq__title {
  padding-right: 12px;
  cursor: pointer;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box .faq__title:before,
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box .faq__title:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #121212;
  position: absolute;
  right: -18px;
  top: 50%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box .faq__title::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box .faq__title.active::after {
  transform: rotate(0deg);
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box .faq__text {
  margin-top: 10px;
  display: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box:hover {
  background-color: #F3F3F3;
}
.main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__contetn:not(:last-child) {
  margin-bottom: 25px;
}
.main .section__faq .section__faq-content .faq__green {
  top: -50%;
  left: 5%;
  max-width: 55px;
  height: auto;
}
.main .section__faq .section__faq-content .faq__dark {
  top: -10%;
  left: 35%;
  max-width: 60px;
  height: auto;
}
.main .section__call .section__call-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .section__call .section__call-content .section__call-titles {
  position: relative;
  z-index: 5;
}
.main .section__call .section__call-content .section__call-titles .section__call-title {
  font-size: 46px;
  font-weight: 700;
  line-height: 110%;
  color: #13182C;
  padding-bottom: 20px;
}
.main .section__call .section__call-content .section__call-titles .section__call-subtitle {
  font-weight: 400;
  line-height: 150%;
  font-size: 15px;
  color: #121212;
}
.main .section__call .section__call-content .section__call-form {
  position: relative;
  z-index: 4;
  flex: 0 1 850px;
}
.main .section__call .section__call-content .section__call-form .wpcf7 .wpcf7-form p{
  display: flex;
  align-items: self-start;
}
.wpcf7-response-output{
  display: none;
}
.main .section__call .section__call-content .section__call-form .form {
  display: flex;
  align-items: center;
  justify-content: end;
}
.main .section__call .section__call-content .section__call-form .form .call__input {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  margin-right: 10px;
  flex: 0 1 500px;
  border: 1px solid #121212;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 10px 30px;
  color: #121212;
}
.main .section__call .section__call-content .section__call-form .form .call__input:hover {
  background-color: #F3F3F3;
}
.main .section__call .section__call-content .call__green {
  bottom: 600%;
  right: 44%;
  max-width: 45px;
  height: auto;
}
.main .section__call .section__call-content .call__white {
  top: -400%;
  right: 14%;
}
.main .section__call .section__call-content .call__big {
  z-index: -1;
  top: -520%;
  right: 2%;
  max-width: 200px;
  height: auto;
}
.main .section__reviews {
  overflow-x: hidden;
}
.main .section__reviews .reviews__content {
  position: relative;
  background-color: #13182C;
  padding: 100px 130px;
  border-radius: 64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  -o-border-radius: 64px;
  display: grid;
  grid-template-areas: "b a" " b c" "b c";
  grid-template-rows: 100px 1fr;
  grid-template-columns: 0.6fr 1.5fr;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
}
.main .section__reviews .reviews__content-title {
  position: relative;
  z-index: 1;
  grid-area: a;
  align-self: start;
  display: inline;
}
.main .section__reviews .reviews__content-title .title__content-darck {
  margin-bottom: 0;
}
.main .section__reviews .reviews__content-video {
  position: relative;
  z-index: 1;
  align-self: start;
  grid-area: b;
  overflow: hidden;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.main .section__reviews .reviews__content-video .video__box {
  width: 100%;
  max-height: 700px;
}
.main .section__reviews .reviews__content-video .video__box .video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .section__reviews .reviews__content-textreviews {
  grid-area: c;
  align-self: start;
  position: relative;
  min-width: 0;
}
.main .section__reviews .reviews__content-textreviews .reviews__box {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 100%;
  padding-bottom: 70px;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm {
  position: relative;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content {
  opacity: 0;
  transform: translate(120%, 0);
  -webkit-transform: translate(120%, 0);
  -moz-transform: translate(120%, 0);
  -ms-transform: translate(120%, 0);
  -o-transform: translate(120%, 0);
  transition: all 0.6s ease-in-out 0.1s;
  -webkit-transition: all 0.6s ease-in-out 0.1s;
  -moz-transition: all 0.6s ease-in-out 0.1s;
  -ms-transition: all 0.6s ease-in-out 0.1s;
  -o-transition: all 0.6s ease-in-out 0.1s;
  max-width: 510px;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item {
  max-width: 510px;
  min-height: 300px;
  height: auto;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 25.3px 0px rgba(100, 100, 100, 0.5);
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .decor__icon {
  max-width: 50px;
  max-height: 50px;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  margin: 30px 0 20px 0;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__user {
  display: flex;
  align-items: center;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__user .user__icon {
  flex: 0 0 70px;
  height: auto;
  margin-right: 22px;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__user .user__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__user .user__name {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__user .name__title {
  padding-bottom: 6px;
  color: #121212;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__user .nume__profession {
  color: #121212;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-prev::after,
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-next::after {
  display: none;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-prev,
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-next {
  top: 96%;
  z-index: 99;
  max-width: 25px;
  height: auto;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-prev img,
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-next img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-prev img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-next {
  left: 40px;
}
.main .section__news .news__content .top__content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.main .section__news .news__content .top__content .title__content-white {
  margin-bottom: 0;
}
.main .section__news .news__content .top__content .button__white {
  opacity: 0;
  transform: translate(0, 120%);
  -webkit-transform: translate(0, 120%);
  -moz-transform: translate(0, 120%);
  -ms-transform: translate(0, 120%);
  -o-transform: translate(0, 120%);
  transition: all 0.6s ease-in-out 0.1s;
  -webkit-transition: all 0.6s ease-in-out 0.1s;
  -moz-transition: all 0.6s ease-in-out 0.1s;
  -ms-transition: all 0.6s ease-in-out 0.1s;
  -o-transition: all 0.6s ease-in-out 0.1s;
}
.main .section__news .news__content .top__content .button__white._active {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.main .section__news .news__content .new__box-list {
  display: flex;
}
.main .section__news .news__content .new__box-list .new__box {
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  box-shadow: 0px 0px 25px 0px rgba(187, 187, 187, 0.15);
}
.main .section__news .news__content .new__box-list .new__box .new__box-link {
  padding-bottom: 24px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content {
  margin-bottom: 12px;
}
.main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img {
  overflow: hidden;
  display: inline-block;
  max-width: 400px;
  max-height: 240px;
  margin-bottom: 24px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
.main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content .new__box-title {
  color: #121212;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  padding: 0 12px 12px 12px;
}
.main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content .new__box-txt {
  font-weight: 400;
  line-height: 150%;
  color: #121212;
  padding: 0 12px;
}
.main .section__news .news__content .new__box-list .new__box .new__box-link .new__link {
  text-decoration: underline;
  color: #30bc75;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  padding: 0 12px;
}
.main .section__news .news__content .new__box-list .new__box .new__box-link .new__link:hover {
  color: #121212;
}
.main .section__news .news__content .new__box-list .new__box:hover {
  box-shadow: 0px 0px 25.3px 2px rgba(115, 115, 115, 0.25);
}
.main .section__news .news__content .new__box-list .new__box:hover .new__box-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.main .section__news .news__content .new__box:not(:last-child) {
  margin-right: 20px;
}

.button-green{
  background-color: #6AF8B0 !important;
	  transition: all 0.2s ease-in-out 0.3s;
  -webkit-transition: all 0.2s ease-in-out 0.3s;
  -moz-transition: all 0.2s ease-in-out 0.3s;
  -ms-transition: all 0.2s ease-in-out 0.3s;
  -o-transition: all 0.2s ease-in-out 0.3s;
}
.button-green:hover{
	background-color: #5AE0A1 !important;
}

@media screen and (max-width: 1440px) {
  .main .section__hero .hero__content-title {
    font-size: 48px;
  }
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper p {
    font-size: 17px;
  }
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ul li,
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ol li {
    font-size: 16px;
  }
  .main .section__hero .hero__content-img {
    max-width: 680px;
    margin: 0 auto;
  }
  .main .section__obaut-info {
    flex: 0 2 50%;
  }
  .main .section__services .services__content {
    grid-template-rows: 1fr 0.4fr;
    grid-column-gap: 10px;
  }
  .main .section__services .services__content-textreviews .services__box {
    padding: 40px 100% 70px 10px;
  }
  .main .section__call .section__call-content .section__call-form {
    flex: 0 1 auto;
  }
  .main .section__call .section__call-content .section__call-form .form .call__input {
    flex: 0 1 270px;
  }
  .main .section__reviews .reviews__content {
    padding: 90px 40px;
    grid-template-rows: 160px 2fr;
    grid-template-columns: 0.5fr 1fr;
    grid-column-gap: 20px;
  }
  .main .section__reviews .reviews__content-video {
    max-width: 410px;
  }
  .main .section__reviews .reviews__content-video .video__box {
    max-height: 800px;
  }
  .main .section__news .news__content .new__box-list .new__box {
    max-width: 33.333%;
    width: 100%;
  }
  .main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img {
    max-width: 100%;
    width: 100%;
  }
  .main .section__news .news__content .new__box:nth-child(3) {
    margin-right: 0;
  }
  .main .section__news .news__content .new__box:last-child {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .main .section__hero .hero__content {
    grid-column-gap: 10px;
  }
  .main .section__hero .hero__content-title::after {
    height: 20px;
  }
  .main .section__obaut .obaut__content {
    display: flex;
    flex-direction: column;
  }
  .main .section__obaut .obaut__content-img {
    margin: 0 0 40px 0;
  }
  .main .section__obaut .obaut__content-info .obaut__content-text .text:not(:last-child) {
    padding-bottom: 20px;
  }
  .main .section__services .services__content {
    grid-template-rows: 1fr auto;
  }
  .main .section__benefits {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main .section__benefits .benefits__content-head {
    align-items: start;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .main .section__benefits .benefits__content-head .head__text {
    padding-left: 0;
    max-width: 100%;
  }
  .main .section__benefits .benefits__content-lists {
    flex-wrap: wrap;
  }
  .main .section__benefits .benefits__content-lists .benefit__box {
    flex: 1 1 350px;
  }
  .main .section__benefits .benefits__content-lists .benefit__box:not(:last-child) {
    margin-right: 0px;
  }
  .main .section__benefits .benefits__content-lists .benefit__box:nth-child(1),
  .main .section__benefits .benefits__content-lists .benefit__box:nth-child(2) {
    margin-bottom: 20px;
  }
  .main .section__benefits .benefits__content-lists .benefit__box:nth-child(1),
  .main .section__benefits .benefits__content-lists .benefit__box:nth-child(3) {
    margin-right: 20px;
  }
  .main .section__faq .section__faq-content .title__content-white {
    text-align: center;
  }
  .main .section__faq .section__faq-content .faq__box-content {
    flex-direction: column;
    align-items: center;
  }
  .main .section__faq .section__faq-content .faq__box-content .section__faq-img {
    flex: 0 1 100%;
    max-width: 800px;
  }
  .main .section__faq .section__faq-content .faq__box-content .section__faq-list {
    flex: 0 1 100%;
    width: 100%;
  }
  .main .section__call .section__call-content {
    flex-direction: column;
  }
  .main .section__call .section__call-content .section__call-titles {
    margin-bottom: 40px;
  }
  .main .section__call .section__call-content .section__call-form {
    flex: 1 1 100%;
    width: 100%;
  }
  .main .section__call .section__call-content .section__call-form .call__star-green {
    left: 100%;
  }
  .main .section__call .section__call-content .section__call-form .form {
    justify-content: center;
  }
  .main .section__call .section__call-content .section__call-form .form .call__input {
    flex: 1 1 100%;
  }
  .main .section__call .section__call-content .section__call-form .form .button-green {
    width: 100%;
    max-width: 270px;
  }
  .main .section__reviews .reviews__content {
    grid-template-areas: "a a a" "b b b" "c c c";
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-rows: auto 1fr 0.5fr;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .main .section__reviews .reviews__content-textreviews .reviews__box {
    overflow: visible;
    position: sticky;
  }
}
@media screen and (max-width: 768px) {
  .main .section__hero .hero__content {
    margin-top: 0;
    padding-top: 40px;
    grid-template-areas: "a a" "c c" "b b";
    grid-template-rows: auto auto auto;
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
  .main .section__hero .hero__content-title {
    font-size: 36px;
  }
  .main .section__hero .hero__content-title::after {
    top: 68%;
    width: 88%;
  }
  .main .section__hero .hero__content-subtitle .txt {
    font-size: 14px;
  }
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper p {
    font-size: 16px;
  }
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ul li,
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ol li {
    font-size: 15px;
  }
  .main .section__hero .hero__content-subtitle .button-black {
    font-size: 14px;
  }
  .main .section__hero .hero__content-subtitle .hero-btn {
    margin-top: 24px;
  }
  .main .section__hero .hero__content-subtitle .hero__trust-badges {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 20px;
  }
  .main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge {
    padding: 10px 6px;
    gap: 3px;
  }
  .main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge__number {
    font-size: 22px;
  }
  .main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge__text {
    font-size: 10px;
  }
  .main .section__hero .hero__content-img {
    margin: 20px auto 0;
    max-width: 100%;
    height: auto;
  }
  .main .section__hero .hero__content .parallax__container {
    max-width: 45px;
  }
  .main .section__hero .hero__content .parallax__white {
    max-width: 40px;
    top: 5%;
    right: 40%;
  }
  .main .section__hero .hero__content .parallax__star {
    left: -4%;
    top: 50%;
    max-width: 140px;
  }
  .main .section__hero .hero__content .parallax__whitetwo {
    top: 80%;
    right: 10%;
    max-width: 40px;
  }
  .main .section__hero .hero__content .parallax__big {
    top: 90%;
    left: -15%;
    max-width: 200px;
  }
  .main .section__obaut {
    padding: 30px 0;
  }
  .main .section__obaut .obaut__content {
    padding: 30px 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .main .section__obaut .obaut__content-img {
    margin: 0 0 20px 0;
  }
  .main .section__obaut .obaut__content .obaut__content-text .text {
    font-size: 14px;
  }
  .main .section__services {
    padding-bottom: 0;
  }
  .main .section__services .services__content {
    grid-template-areas: "a a" "c c" "b b";
    grid-column-gap: 10px;
    grid-template-rows: auto 1fr;
  }
  .main .section__services .services__content-title .title__content-white {
    margin-bottom: 18px;
  }
  .main .section__services .services__content-title .text {
    font-size: 14px;
  }
  .main .section__services .services__content-textreviews .services__box {
    overflow: visible;
    position: sticky;
    padding: 0;
  }
  .main .section__services .services__content-textreviews .services__box .swipperm {
    margin-top: 10px;
  }
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper__content {
    flex: 0 1 280px;
  }
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .img__item {
    max-width: 60px;
    margin: -30px auto;
  }
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .item__text {
    padding-top: 45px;
  }
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .item__text .item__text-title {
    font-size: 16px;
    padding-bottom: 16px;
  }
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item .content__item .item__text .item__text-text {
    font-size: 14px;
  }
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper-button-next,
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper-button-prev {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  /* Исправление карточек на мобильных */
  .main .section__services .services__content-textreviews .services__box .swipperm .swiper__content-item {
    min-height: 240px;
  }
  .main .section__services .services__content-subtitle .button-black {
    font-size: 14px;
  }
  .main .section__benefits {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main .section__benefits .benefits__content-head {
    align-items: start;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .main .section__benefits .benefits__content-head .head__text {
    padding-left: 0;
    font-size: 14px;
    max-width: 100%;
  }
  .main .section__benefits .benefits__content-lists {
    flex-direction: column;
  }
  .main .section__benefits .benefits__content-lists .benefit__box {
    flex: 1 1 100%;
  }
  .main .section__benefits .benefits__content-lists .benefit__box-link {
    justify-content: start;
  }
  .main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-top .benefit__box-text {
    font-size: 14px;
  }
  .main .section__benefits .benefits__content-lists .benefit__box-link .benefit__box-bottom .bottom__text {
    font-size: 14px;
  }
  .main .section__benefits .benefits__content-lists .benefit__box:nth-child(1),
  .main .section__benefits .benefits__content-lists .benefit__box:nth-child(2) {
    margin-bottom: 0;
  }
  .main .section__benefits .benefits__content-lists .benefit__box:nth-child(1),
  .main .section__benefits .benefits__content-lists .benefit__box:nth-child(3) {
    margin-right: 0;
  }
  .main .section__benefits .benefits__content-lists .benefit__box:not(:last-child) {
    margin: 0 0 16px 0;
  }
  .main .section__faq .section__faq-content .faq__box-content {
    align-items: center;
  }
  .main .section__faq .section__faq-content .faq__box-content .section__faq-img {
    flex: 0 1 370px;
    max-width: 100%;
    max-height: 100%;
  }
  .main .section__faq .section__faq-content .faq__box-content .section__faq-list .faq__box .faq__text {
    font-size: 14px;
  }
  .main .section__faq .section__faq-content .faq__dark {
    top: -10%;
    left: 90%;
  }
  .main .section__call .section__call-content {
    align-items: start;
  }
  .main .section__call .section__call-content .section__call-titles {
    margin-bottom: 30px;
  }
  .main .section__call .section__call-content .section__call-titles .section__call-title {
    text-align: start;
    font-size: 26px;
    padding-bottom: 18px;
  }
  .main .section__call .section__call-content .section__call-titles .section__call-subtitle {
    font-size: 14px;
  }
  .main .section__call .section__call-content .section__call-form .call__star-green {
    bottom: 150%;
    left: 90%;
  }
  .main .section__call .section__call-content .section__call-form .call__star-white {
    top: -50px;
    left: 80%;
  }
  .main .section__call .section__call-content .section__call-form .form {
    flex-direction: column;
  }
  .main .section__call .section__call-content .section__call-form .form .call__input {
    flex: 0 1 42px;
    margin: 0 0 10px 0;
    max-width: 100%;
    width: 100%;
  }
  .main .section__call .section__call-content .section__call-form .form .button-green {
    max-width: 100%;
  }
  .main .section__call .section__call-content .call__green {
    bottom: 300%;
    right: 10%;
  }
  .main .section__call .section__call-content .call__white {
    top: -200%;
    right: 34%;
  }
  .main .section__call .section__call-content .call__big {
    display: none;
  }
  .main .section__reviews .reviews__content {
    padding: 30px 16px;
    grid-template-rows: auto 1fr 0.5fr;
    grid-template-columns: 1fr;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .main .section__reviews .reviews__content-title {
    width: 100%;
  }
  .main .section__reviews .reviews__content-textreviews {
    width: 100%;
  }
  .main .section__reviews .reviews__content-textreviews .reviews__box {
    overflow: visible;
    position: sticky;
    padding: 0;
  }
  .main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-prev,
  .main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper-button-next {
    display: none;
  }
  .main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content {
    padding: 20px;
  }
  .main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__text {
    margin: 10px 0;
    font-size: 14px;
  }
  .main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__user .user__name .name__title,
  .main .section__reviews .reviews__content-textreviews .reviews__box .swipperm .swiper__content-item .item__content .item__user .user__name .nume__profession {
    font-size: 14px;
  }
  .main .section__reviews .reviews__content-textreviews .reviews__box .reviews .swiper-button-prev,
  .main .section__reviews .reviews__content-textreviews .reviews__box .reviews .swiper-button-next {
    display: none;
  }
  .main .section__news .news__content .title__content-white {
    margin-bottom: 20px;
  }
  .main .section__news .news__content .new__box-list {
    flex-wrap: wrap;
  }
  .main .section__news .news__content .new__box-list .new__box {
    max-width: 100%;
    width: auto;
    min-width: 300px;
  }
  .main .section__news .news__content .new__box-list .new__box .new__box-link {
    padding-bottom: 24px;
  }
  .main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content {
    margin-bottom: 12px;
  }
  .main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content .new__box-img {
    margin-bottom: 12px;
  }
  .main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content .new__box-title {
    font-size: 16px;
    padding: 0 12px 12px 12px;
  }
  .main .section__news .news__content .new__box-list .new__box .new__box-link .new__box-content .new__box-txt {
    font-size: 14px;
  }
  .main .section__news .news__content .new__box:nth-child(3) {
    display: none;
  }
  .main .section__news .news__content .new__box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .main .section__hero {
    background-size: 80%;
    background-position: 10% 50%;
  }
  .main .section__hero .hero-content {
    flex-direction: column;
  }
  .main .section__hero .hero-content .hero-content-info .info__title {
    padding-bottom: 380px;
  }
}
@media screen and (max-width: 480px) {
  .main .section__hero {
    background-size: 80%;
    background-position: 10% 50%;
  }
  .main .section__hero .hero-content {
    flex-direction: column;
  }
  .main .section__hero .hero-content .hero-content-info .info__title {
    padding-bottom: 300px;
  }
  .main .section__hero .hero-content .hero-content-info .info__title::after {
    top: 65px;
  }
  .main .section__hero .hero__content-title::after{
    top: 80%;
    width: 325px;
  }

}
@media screen and (max-width: 480px) {
  .main .section__hero .hero__content {
    padding-top: 30px;
  }
  .main .section__hero .hero__content-title {
    font-size: 32px;
  }
  .main .section__hero .hero__content-title::after{
    top: 88%;
    width: 158px;
  }
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper {
    margin-bottom: 0;
  }
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper p {
    font-size: 15px;
  }
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ul li,
  .main .section__hero .hero__content-subtitle .hero__subtitle-wrapper ol li {
    font-size: 14px;
  }
  .main .section__hero .hero__content-subtitle .hero-btn {
    margin-top: 20px;
  }
  .main .section__hero .hero__content-subtitle .hero__trust-badges {
    margin-top: 16px;
    flex-wrap: nowrap;
    gap: 6px;
  }
  .main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge {
    padding: 8px 4px;
    gap: 2px;
  }
  .main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge__number {
    font-size: 18px;
  }
  .main .section__hero .hero__content-subtitle .hero__trust-badges .trust-badge__text {
    font-size: 9px;
    line-height: 130%;
  }
}