.section-offer {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  min-height: calc(calc(100vw - 1.2rem) * 1.3 / 3);
  height: auto;
  margin: 0 auto;
  width: 100%;
}
.section-offer .section__inner {
  width: 100%;
  position: relative;
}
.section-offer .section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-offer .section__bg .section__bg-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(50%);
}
.section-offer .section__content {
  width: 100%;
  height: 100%;
  padding: 24rem 12rem 12rem;
  position: relative;
  z-index: 50;
  display: flex;
  flex-direction: column;
}
.section-offer .section__features {
  display: flex;
  align-items: stretch;
  gap: 0.6rem;
  margin-bottom: 3.6rem;
  flex-shrink: 0;
}
.section-offer .feature-item {
  display: flex;
  align-items: center;
  height: 4rem;
  border-radius: 20rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 2rem 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 200;
  color: #fff;
  gap: 0.6rem;
}
.section-offer .feature-item:before {
  content: '';
  align-self: stretch;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.section-offer .feature-item.techniques {
}
.section-offer .feature-item.techniques:before {
  background-image: url('../../../media/img/common/icons/check-badge-light.svg');
  width: 2.4rem;
}
.section-offer .feature-item.rating {
  padding: 0 0.4rem 0 0.8rem;
}
.section-offer .feature-item.rating:before {
  background-image: url('../../../media/img/common/icons/yandex-red.svg');
  width: 2.8rem;
}
.section-offer .feature-item.rating .rating-badge {
  display: flex;
  align-items: center;
  height: 3.2rem;
  padding: 0 1rem 0 0.8rem;
  gap: 0.4rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20rem;
}
.section-offer .feature-item.rating .rating-badge .rating-badge__icon {
  background-image: url('../../../media/img/common/icons/star-light.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  flex-shrink: 0;
  width: 1.6rem;
  align-self: stretch;
}
.section-offer .feature-item.rating .rating-badge .rating-badge__value {
}

.section-offer .section__text {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
.section-offer .section__text .section__title {
  font-size: 7.2rem;
  max-width: 85rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 300;
}
.section-offer .section__text .section__description {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  display: block;
  max-width: 85rem;
  margin-top: 3.6rem;
}
.section-offer .section__text .section__actions {
  display: flex;
  gap: 6rem;
  align-items: center;
  margin-top: 6rem;
}
.section-offer .section__text .section__links {
  display: flex;
  gap: 1.2rem;
  align-items: stretch;
  flex-wrap: wrap;
}
.section-offer .section__text .section__link {
  display: flex;
  height: 7.2rem;
  align-items: center;
  /* background-color: rgba(255, 255, 255, .1); */
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  color: #fff;
  padding: 0 3.6rem;
  border: 0.2rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  font-weight: 200;
  padding-bottom: 0.2rem;
  transition: 0.3s;
  /* box-shadow: 0 0 6rem rgba(255, 255, 255, .3); */
  cursor: pointer;
}
.section-offer .section__text .section__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.2rem solid rgba(255, 255, 255, 0);
}

.section-offer .section__text .section__actions .video-toggle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  transition: 0.3s;
}
.section-offer .section__text .section__actions .video-toggle:hover {
  opacity: 0.8;
}
.section-offer
  .section__text
  .section__actions
  .video-toggle
  .video-toggle__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.2rem;
  height: 7.2rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  border-radius: 20rem;
  flex-shrink: 0;
  padding-left: 0.2rem;
  transition: 0.3s;
}
.section-offer
  .section__text
  .section__actions
  .video-toggle
  .video-toggle__icon {
  display: block;
  background-image: url('../../../media/img/common/icons/play-light.svg');
  width: 1.8rem;
  align-self: stretch;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-offer
  .section__text
  .section__actions
  .video-toggle
  .video-toggle__label {
  line-height: 1.2;
  color: #fff;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  transition: 0.3s;
  z-index: 1000;
  padding: 12rem;
  opacity: 0;
  pointer-events: none;
}
.video-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.video-popup .video-popup-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 8rem;
  height: 8rem;
  border-radius: 20rem;
  background-color: #fc5130;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1050;
  transition: 0.3s;
}
.video-popup .video-popup-close:hover {
  transform: rotate(90deg);
  opacity: 0.8;
}
.video-popup .video-popup-close:before {
  content: '';
  align-self: stretch;
  display: flex;
  background-image: url('../../../media/img/common/icons/close-light.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40%;
}
.video-popup .video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.video-popup .video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.section-stats {
  margin-top: 12rem;
  width: 100%;
  padding: 0 0 0 12rem;
}
.section-stats .section__inner {
  width: 100%;
}
.section-stats .section__content {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  gap: 12rem;
}
.section-stats .stats-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1.2rem 0 0 1.2rem;
  background-color: #ece9e9;
  padding: 8rem 12rem 8rem 8rem;
  justify-content: space-between;
}
.section-stats .stats-text .stats-title {
  font-size: 7.2rem;
  color: #7e6c6c;
  opacity: 0.5;
  font-weight: 300;
}
.section-stats .stats-text .stats-description {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 6rem;
}
.section-stats .stats-list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12rem;
}
.section-stats .stats-list .list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
  position: relative;
}
.section-stats .stats-list .list-item:first-child,
.section-stats .stats-list .list-item:nth-child(2) {
  padding-top: 8rem;
}
.section-stats .stats-list .list-item:nth-child(3),
.section-stats .stats-list .list-item:nth-child(4) {
  padding-bottom: 8rem;
}
.section-stats .stats-list .list-item:first-child:after,
.section-stats .stats-list .list-item:nth-child(3):after {
  position: absolute;
  right: -6rem;
  height: 100%;
  top: 0;
  width: 0.1rem;
  background-color: #7e6c6c;
  content: '';
}
.section-stats .stats-list .list-item:first-child:before,
.section-stats .stats-list .list-item:nth-child(2):before {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -6rem;
  height: 0.1rem;
  background-color: #7e6c6c;
  content: '';
}
.section-stats .stats-list .list-item .list-item__title {
  font-size: 7.2rem;
  font-weight: 300;
  color: #7e6c6c;
  display: block;
}
.section-stats .stats-list .list-item .list-item__description {
  line-height: 1.3;
}

.section-popular-services {
  margin-top: 12rem;
  width: 100%;
}
.section-popular-services .section__inner {
  width: 100%;
}
.section-popular-services .section__heading {
  padding: 0 12rem;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.section-popular-services .section__heading .section__heading-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  width: 100%;
}
.section-popular-services .section__heading .section__title {
  display: block;
  flex-shrink: 0;
  font-size: 6rem;
  font-weight: 100;
  color: #7e6c6c;
}
.section-popular-services .section__heading .swiper-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.6rem;
}
.section-popular-services
  .section__heading
  .swiper-controls
  .swiper-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 1.2rem;
  background-color: #ece9e9;
}
.section-popular-services
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  display: flex;
  cursor: pointer;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
}
.section-popular-services
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button:not(.swiper-button-disabled):hover {
}
.section-popular-services
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.section-popular-services
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.swiper-button-lock {
  pointer-events: none;
  display: none;
}
.section-popular-services
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.prev {
  background-image: url('./../../../media/img/common/icons/arrow-left-dark.svg');
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}
.section-popular-services
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.next {
  background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.section-popular-services .section__heading .swiper-pagination {
  display: block;
  width: 100%;
  background-color: #ece9e9;
  height: 0.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.section-popular-services
  .section__heading
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background-color: #7e6c6c;
  height: 0.2rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
}

.section-popular-services .section__content {
  margin-top: 2rem;
}

.section-popular-services .all-services-link-wrap {
  margin-top: 2.4rem;
  padding: 0 12rem;
}
.section-popular-services .all-services-link {
  background-color: #ece9e9;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  height: 8rem;
  text-align: center;
  justify-content: center;
}
.section-popular-services .all-services-link__label {
  /* color: #fff; */
  border-radius: 20rem;
  display: flex;
  align-items: center;
  height: 6rem;
  text-align: center;
  justify-content: center;
  background-color: #fff;
  padding: 0 6rem;
  transition: 0.3s;
}
.section-popular-services .all-services-link:hover .all-services-link__label {
  color: #fff;
  background-color: #7e6c6c;
}

.section-popular-services .swiper {
  padding: 0 12rem;
}
.section-popular-services .swiper-slide {
  display: flex;
  align-items: stretch;
}
.section-popular-services .post-service {
  width: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 1.2rem;
  transition: 0.3s;
  cursor: pointer;
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
}
.section-popular-services .post-service .post__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.section-popular-services .post-service .post__content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2rem;
}
.section-popular-services .post-service .post__image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-popular-services .post-service .post__image-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-popular-services .post-service .post__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.section-popular-services .post-service:hover .post__image {
  filter: brightness(70%);
}
.section-popular-services .post-service .post__details {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  padding: 3.6rem;
  pointer-events: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* -webkit-transform: translateZ(0); */
  /* transform: translateZ(0); */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.section-popular-services .post-service .post__title {
  font-size: 2.4rem;
  line-height: 1.2;
  display: block;
  font-weight: 300;
  color: #fff;
}
.section-popular-services .post-service .post__description {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
}
.section-popular-services .post-service .post__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  opacity: 0.7;
  margin-top: 1.2rem;
}
.section-popular-services .post-service .post__category {
  font-size: 1.4rem;
  color: #fff;
}

.section-popular-services .post-service .post__price {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.section-popular-services .post-service .post__price-value {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.section-popular-services .post-service .post__price-value .post__price-prefix {
  color: #fff;
}
.section-popular-services .post-service .post__price-value .post__price-number {
  color: #fff;
}
.section-popular-services .post-service .post__price-description {
  color: #fff;
}
.section-popular-services .post-service .post__category {
  color: #fff;
  margin-top: 1.2rem;
  line-height: 1.2;
  opacity: 0.7;
}
.section-popular-services .post-service .post__link {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 20rem;
  height: 4.4rem;
  font-size: 1.6rem;
  background-color: #2b2d42;
  padding: 0 2.4rem;
  color: #fff;
  margin-top: 1.2rem;
  align-self: flex-start;
}
.section-popular-services .post-service.last {
  padding: 0;
}
.section-popular-services .link.link-all {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 3.6rem;
}
.section-popular-services .link.link-all .link__label {
  font-size: 2.4rem;
}
.section-popular-services .link.link-all .link__icon {
  width: 8rem;
  height: 5.2rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 20rem;
  background-color: #fff;
  transition: 0.3s;
}
.section-popular-services .link.link-all:hover .link__icon {
  background-color: #e6e7ef;
}
.section-popular-services .link.link-all .link__icon:before {
  content: '';
  background-image: url('../../../media/img/common/icons/arrow-right-dark.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-self: stretch;
  width: 1rem;
}

.section-catalog {
  width: 100%;
  margin: 12rem auto 0;
  position: relative;
  overflow: hidden;

  display: none;
}
.section-catalog .section-catalog__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-catalog .section-catalog__content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
  z-index: 10;
  position: relative;
}
.section-catalog .section-catalog__title {
  display: block;
  flex-shrink: 0;
  font-size: 6rem;
  text-align: center;
  color: #fff;
}

.section-catalog .catalog-link {
  display: flex;
  height: 7.2rem;
  align-items: center;
  /* background-color: rgba(255, 255, 255, .1); */
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  color: #fff;
  padding: 0 3.6rem;
  padding-bottom: 0px;
  border: 0.2rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  font-weight: 400;
  padding-bottom: 0.2rem;
  /* box-shadow: 0 0 6rem rgba(255, 255, 255, .3); */
}

.section-problems {
  margin: 12rem auto 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.section-problems .section__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-problems .section__bg .section__bg-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(30%);
}
.section-problems .section__inner {
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 12rem;
}
.section-problems .section__heading {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.section-problems .section__heading .section__heading-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  width: 100%;
}
.section-problems .section__heading .section__title {
  display: block;
  flex-shrink: 0;
  font-size: 6rem;
  font-weight: 100;
  color: #fff;
}
.section-problems .section__content {
  margin-top: 6rem;
}

.section-problems .problems-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12rem;
}

.section-problems .problem-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.section-problems .problem-item:first-child:before,
.section-problems .problem-item:nth-child(2):before,
.section-problems .problem-item:nth-child(3):before {
  position: absolute;
  content: '';
  height: 0.1rem;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  bottom: -6rem;
  left: 0;
}
.section-problems .problem-item:first-child:after,
.section-problems .problem-item:nth-child(2):after,
.section-problems .problem-item:nth-child(4):after,
.section-problems .problem-item:nth-child(5):after {
  position: absolute;
  content: '';
  width: 0.1rem;
  background-color: rgba(255, 255, 255, 0.2);
  right: -6rem;
  top: 0;
  bottom: 0;
}
.section-problems .problem-item .overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.section-problems .problem-item:hover {
}
.section-problems .problem-item .problem-item__title {
  display: block;
  color: #fff;
  line-height: 1.1;
  font-size: 2.4rem;
  font-weight: 200;
  display: flex;
  gap: 1.2rem;
  width: 100%;
  position: relative;
  padding-left: 3rem;
  flex-shrink: 0;
}
.section-problems .problem-item .problem-item__title:before {
  content: '';
  flex-shrink: 0;
  width: 0.6rem;
  height: 2rem;
  border-radius: 20rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.section-problems .problem-item .problem-item__description {
  display: block;
  /* font-size: 1.4rem; */
  margin-top: 2.4rem;
  line-height: 1.3;
  color: #fff;
  flex-shrink: 0;
}
.section-problems .problem-item .item-link {
  padding: 0 0.4rem 0 2.4rem;
  height: 4.4rem;
  border-radius: 1.2rem;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.6rem;
  margin-top: 2.4rem;
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  flex-shrink: 0;
  transition: 0.3s;
}
.section-problems .problem-item:hover .item-link {
  background-color: rgba(255, 255, 255, 0.2);
}
.section-problems .problem-item .item-link .item-link__label {
  display: block;
  font-size: 1.6rem;
  color: #fff;
}
.section-problems .problem-item .item-link:after {
  content: '';
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  border-radius: 2rem;
  background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
  background-size: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #fff;
}

.section-sales {
  margin-top: 12rem;
  width: 100%;
}
.section-sales .section__inner {
  width: 100%;
}
.section-sales .section__content {
  width: 100%;
}
/* .section-sales .sales-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    aspect-ratio: 2/1;
    gap: .6rem;
} */
.section-sales .sales-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  aspect-ratio: 3/1;
  gap: 0.6rem;
}
.section-sales .post {
  width: calc(50% - 0.3rem);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1.2rem;
}
.section-sales .post:first-child {
  border-radius: 0 1.2rem 1.2rem 0;
}
.section-sales .post:nth-child(3) {
  border-radius: 1.2rem 0 0 1.2rem;
}
.section-sales .post .overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.section-sales .post .post__bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-sales .post .post__bg-wrap .post__bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(50%);
  transition: 0.3s;
}
.section-sales .post:hover .post__bg-wrap .post__bg-image {
  filter: brightness(40%);
}
.section-sales .post .post__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-sales .post .post__content {
  width: 100%;
  height: 100%;
}
.section-sales .post .post__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  z-index: 50;
  position: relative;
  padding: 8rem 8rem;
}
.section-sales .post .post__text .post__labels {
  display: flex;
  align-items: stretch;
  gap: 0.6rem;
  height: 2.8rem;
  margin-bottom: 2.4rem;
  flex-shrink: 0;
}
.section-sales .post .post__text .post__label {
  display: block;
  font-size: 2.4rem;
  text-transform: lowercase;
  font-weight: 300;
  color: #fff;
  opacity: 0.7;
}
.section-sales .post .post__text .post__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1.1;
}
.section-sales .post .post__text .post__description {
  display: block;
  margin-top: 1.2rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
}
.section-sales .post .post__text .post__footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6rem;
}
.section-sales .post .post__text .post__price {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border: 0.2rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
}
.section-sales .post .post__text .post__price .post__price-new {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  height: 4.4rem;
  border-radius: 1.2rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
}
.section-sales .post .post__text .post__price .post__price-old {
  text-decoration: line-through;
  color: #fff;
  opacity: 0.7;
  display: flex;
  padding: 0 2.4rem;
}
.section-sales .post .post__links {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.6rem;
  flex-shrink: 0;
}
.section-sales .post .post__link {
  display: flex;
  align-items: center;
  border-radius: 1.2rem;
  height: 4.8rem;
  font-size: 1.6rem;
  padding: 0 2rem 0.2rem 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  flex-shrink: 0;
  font-weight: 200;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.section-sales .post .post__link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.section-results {
  margin-top: 12rem;
}
.section-results .section__inner {
  width: 100%;
}
.section-results .section__heading {
  padding: 0 12rem;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.section-results .section__heading .section__heading-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  width: 100%;
  flex-shrink: 0;
}
.section-results .section__heading .section__title {
  display: block;
  flex-shrink: 0;
  font-size: 6rem;
  font-weight: 100;
  color: #7e6c6c;
}
.section-results .section__heading .swiper-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.6rem;
}
.section-results .section__heading .swiper-controls .swiper-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #ece9e9;
  border-radius: 1.2rem;
}
.section-results
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  display: flex;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
}
.section-results
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button:not(.swiper-button-disabled):hover {
}
.section-results
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.section-results
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.swiper-button-lock {
  pointer-events: none;
  display: none;
}
.section-results
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.prev {
  background-image: url('./../../../media/img/common/icons/arrow-left-dark.svg');
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}
.section-results
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.next {
  background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.section-results .section__heading .swiper-pagination {
  display: block;
  width: 100%;
  background-color: #ece9e9;
  height: 0.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.section-results
  .section__heading
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background-color: #7e6c6c;
  height: 0.2rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
}

.section-results .section__content {
  margin-top: 2rem;
}
.section-results .swiper-results {
  padding: 0 12rem;
}
.section-results .swiper-results .swiper-wrapper {
  align-items: stretch;
}
.section-results .swiper-results > .swiper-wrapper > .swiper-slide {
  height: auto;
}

.section-results .result-item {
  width: 100%;
  position: relative;
  height: 100%;
}
.section-results .result-item .result-item__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.section-results .result-item .result-item__media {
  display: grid;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.section-results .result-item .swiper-images {
  width: 100%;
}
.section-results .result-item .swiper-images .swiper-wrapper {
  width: 100%;
}
.section-results .result-item .swiper-images .swiper-slide {
  width: 100%;
  aspect-ratio: 4/5;
  position: relative;
  overflow: hidden;
}
.section-results .result-item .swiper-images .result-item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-results .result-item .swiper-controls {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.section-results .result-item .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  padding: 0 1.2rem;
}
.section-results .result-item .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.section-results .result-item .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 0.2rem;
  border-radius: 20rem;
  transition: 0.3s;
  opacity: 0.4;
  background-color: #fff;
}
.section-results
  .result-item
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.section-results .result-item .swiper-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.section-results .result-item .swiper-navigation-button {
  position: absolute;
  bottom: 1.4rem;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 20rem;
  background-color: rgba(44, 38, 38, 0.5);
  cursor: pointer;
  transition: 0.3s;
}
.section-results .result-item .swiper-navigation-button.swiper-button-lock {
  display: none;
}
.section-results .result-item .swiper-navigation-button:hover {
  opacity: 0.7;
}
.section-results .result-item .swiper-navigation-button:before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-self: stretch;
  width: 18%;
}
.section-results .result-item .swiper-navigation-button.prev {
  left: 1.2rem;
  padding-right: 1%;
}
.section-results .result-item .swiper-navigation-button.prev:before {
  background-image: url('../../../media/img/common/icons/arrow-left-light.svg');
}
.section-results .result-item .swiper-navigation-button.next {
  right: 1.2rem;
}
.section-results .result-item .swiper-navigation-button.next:before {
  background-image: url('../../../media/img/common/icons/arrow-right-light.svg');
  padding-left: 1%;
}

.section-results .result-item .result-item__info {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  padding: 0 1.2rem;
  /* -webkit-transform: translateZ(0); */
  /* transform: translateZ(0); */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.section-results .result-item .result-item__title {
}
.section-results .result-item .result-item__title-link {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
}
.section-results .result-item .result-item__description {
  font-size: 1.4rem;
  line-height: 1.3;
  opacity: 0.7;
  margin-top: 1rem;
}
.section-results .result-item .result-item__link {
  padding: 0 0.4rem 0 2.4rem;
  height: 4.4rem;
  border-radius: 20rem;
  background-color: #ece9e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1.6rem;
  margin-top: 1.8rem;
  flex-shrink: 0;
  transition: 0.3s;
}
.section-results .result-item .result-item__link:hover {
  background-color: #7e6c6c;
  color: #fff;
}
.section-results .result-item .result-item__link .link__label {
  display: block;
  font-size: 1.6rem;
  font-weight: 200;
}
.section-results .result-item .result-item__link:after {
  content: '';
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  border-radius: 2rem;
  background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
  background-size: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: #fff;
  transition: 0.3s;
}

.section-comments {
  margin-top: 12rem;
}
.section-comments .section__inner {
  width: 100%;
}
.section-comments .section__heading {
  padding: 0 12rem;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.section-comments .section__heading .section__heading-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  width: 100%;
  flex-shrink: 0;
  align-items: flex-end;
}
.section-comments .section__heading .section__title {
  display: block;
}
.section-comments .section__heading .section__title-label {
  display: block;
  flex-shrink: 0;
  font-size: 6rem;
  font-weight: 100;
  color: #7e6c6c;
}
.section-comments .section__heading .section__description {
  display: block;
  color: #7e6c6c;
  line-height: 1.3;
  margin-top: 2rem;
}
.section-comments .section__heading .swiper-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.6rem;
}
.section-comments .section__heading .swiper-controls .swiper-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #ece9e9;
  border-radius: 1.2rem;
}
.section-comments
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  display: flex;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
}
.section-comments
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button:not(.swiper-button-disabled):hover {
}
.section-comments
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.section-comments
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.swiper-button-lock {
  pointer-events: none;
  display: none;
}
.section-comments
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.prev {
  background-image: url('./../../../media/img/common/icons/arrow-left-dark.svg');
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}
.section-comments
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.next {
  background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.section-comments .section__heading .swiper-pagination {
  display: block;
  width: 100%;
  background-color: #ece9e9;
  height: 0.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.section-comments
  .section__heading
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background-color: #7e6c6c;
  height: 0.2rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
}

.section-comments .section-content {
  margin-top: 2rem;
}
.section-comments .swiper-comments {
  padding: 0 12rem;
}

.section-comments .swiper-comments .swiper-slide {
}

.section-comments .swiper-comments .comment-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1.2rem;
  background-color: #ece9e9;
  aspect-ratio: 1/1;
  padding: 1.2rem;
}
.section-comments .swiper-comments .comment-item .comment__image-link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.section-comments .swiper-comments .comment-item .comment__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: 0.3s;
}
.section-comments
  .swiper-comments
  .comment-item
  .comment__image-link:hover
  .comment__image {
  filter: brightness(90%);
}

.section-comments .testimonial-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1.2rem;
  background-color: #ece9e9;
  aspect-ratio: 2/3;
}
.section-comments .testimonial-item .testimonial-item__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  background: -webkit-linear-gradient(
    0deg,
    rgba(44, 38, 38, 0.8),
    rgba(44, 38, 38, 0)
  );
  background: -moz-linear-gradient(
    0deg,
    rgba(44, 38, 38, 0.8),
    rgba(44, 38, 38, 0)
  );
  background: linear-gradient(0deg, rgba(44, 38, 38, 0.8), rgba(44, 38, 38, 0));
  z-index: 50;
  pointer-events: none;
}
.section-comments .testimonial-item .testimonial-item__bg.hidden {
  opacity: 0;
  pointer-events: none;
}
.section-comments .testimonial-item .media-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-comments .testimonial-item .button-play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  transition: 0.3s;
  cursor: pointer;
}
.section-comments .testimonial-item .button-play.hidden {
  opacity: 0;
  pointer-events: none;
}
.section-comments .testimonial-item .button-play:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.section-comments .testimonial-item .button-play .button-play__icon {
  width: 25%;
  aspect-ratio: 1/1;
  border-radius: 20rem;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.4rem;
  transition: 0.3s;
}
.section-testimonials .testimonial-item .button-play:hover .button-play__icon {
  /* background-color: #09A5AF; */
}
.section-comments .testimonial-item .button-play .button-play__icon:before {
  background-image: url('./../../../media/img/common/icons/play-light.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  width: 2rem;
  align-self: stretch;
}
.section-comments .testimonial-item .poster-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.3s;
}
.section-comments .testimonial-item .poster-wrap.hidden {
  opacity: 0;
  pointer-events: none;
}
.section-comments .testimonial-item .testimonial__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  filter: brightness(90%);
}
.section-comments .testimonial-item .video-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-comments .testimonial-item .testimonial__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center;
}

.section-comments .testimonial-item .testimonial__info {
  position: absolute;
  z-index: 70;
  top: 2.8rem;
  left: 2.8rem;
  right: 2.8rem;
  display: block;
}
.section-comments .testimonial-item .testimonial__name {
  color: #fff;
  font-size: 2.4rem;
}

.section-comments .testimonial-item .testimonial-services {
  display: flex;
  width: 100%;
  align-items: stretch;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  padding: 0 2.8rem 2.8rem;
}
.section-comments
  .testimonial-item
  .testimonial-services
  .testimonial-services__list {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
}

.testimonial-services .post-service {
  width: 100%;
  display: flex;
  align-items: stretch;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.testimonial-services .post-service .post__inner {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.testimonial-services .post-service .post__content {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.testimonial-services .post-service .post__link {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.2rem 0;
  transition: 0.3s;
}
.testimonial-services .post-service .post__link:hover {
  background-color: #2b2d42;
}
.testimonial-services .post-service .post__image-wrap {
  position: relative;
  aspect-ratio: 1/1;
  width: 14%;
  flex-shrink: 0;
  border-radius: 20rem;
  overflow: hidden;
}
.testimonial-services .post-service .post__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-services .post-service .post__details {
  position: relative;
  display: block;
}
.testimonial-services .post-service .post__title {
  line-height: 1.2;
  display: block;
  font-size: 1.4rem;
  color: #fff;
}

.section-rating {
  width: 100%;
  margin-top: 12rem;
}
.section-rating .section__inner {
  width: 100%;
}
.section-rating .section__content {
  width: 100%;
  padding: 0 8rem;
  display: flex;
  gap: 8rem;
  align-items: center;
}
.section-rating .rating-text {
  width: calc(50% - 4rem);
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
.section-rating .rating-text .rating-title {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 100;
}
.section-rating .rating-text .rating-description {
  font-size: 2.4rem;
  line-height: 1.3;
  opacity: 0.7;
}
.section-rating .rating-items {
  display: flex;
  align-items: stretch;
  gap: 0.6rem;
  width: calc(50% - 4rem);
}
.section-rating .rating-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 3.6rem;
  background-color: #e6e7ef;
  padding: 6rem 3.6rem;
  border-radius: 3.2rem;
  max-width: 50rem;
  align-items: center;
}
.section-rating .rating-item .rating-item__logo-wrap {
  position: relative;
  width: 100%;
  justify-content: center;
  display: flex;
}
.section-rating .rating-item .rating-item__logo {
  width: 100%;
  height: auto;
  display: block;
  min-width: 10rem;
}
.section-rating .rating-item.yandex .rating-item__logo {
  width: 45%;
}
.section-rating .rating-item.twogis .rating-item__logo {
  width: 45%;
}
.section-rating .rating-item .rating-item__value {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20rem;
  padding: 0 2.4rem;
  height: 4rem;
  gap: 0.6rem;
}
.section-rating .rating-item .rating-item__value .rating-item__value-points {
  font-size: 2.8rem;
}
.section-rating
  .rating-item
  .rating-item__value
  .rating-item__value-description {
  font-size: 2rem;
  opacity: 0.6;
}
.section-rating .rating-item .rating-item__stars {
  margin-top: 1.2rem;
  display: flex;
  gap: 0.2rem;
  align-items: center;
}
.section-rating .rating-item .rating-item__stars .rating-item__star {
  display: block;
  background-image: url('../../../media/img/common/icons/star-yellow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
}

.section-questions {
  margin-top: 12rem;
}
.section-questions .section__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.section-questions .section__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 12rem;
  width: 100%;
}
.section-questions .text {
  width: 100%;
  position: sticky;
  top: 9.2rem;
  height: calc(100vh - 9.8rem);
  overflow: hidden;
  border-radius: 0 1.2rem 1.2rem 0;
}
.section-questions .text__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-questions .text__bg .text__bg-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(50%);
}
.section-questions .text-content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 12rem;
}
.section-questions .text-title {
  font-size: 6rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 100;
}
.section-questions .text-description {
  display: block;
  font-size: 3.2rem;
  margin-top: 4.8rem;
  line-height: 1.3;
  opacity: 0.7;
  color: #fff;
}
.section-questions .question-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 13.2rem 12rem 12rem 0;
}
.section-questions .question-item {
  width: 100%;
  padding-top: 3.6rem;
  margin-top: 3.6rem;
  cursor: pointer;
  border-top: 0.1rem solid #ece9e9;
}
.section-questions .question-item:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.section-questions .question-item .question-item__title {
  display: block;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: 200;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  max-width: 80%;
}
.section-questions .question-item .question-item__title:before {
  content: '';
  background-image: url('./../../../media/img/common/icons/plus-light.svg');
  background-size: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  border-radius: 2.4rem;
  background-color: #7e6c6c;
  display: block;
  flex-shrink: 0;
  transition: 0.3s;
}
.section-questions .question-item:hover .question-item__title:before {
  opacity: 0.7;
}
.section-questions .question-item.active .question-item__title:before {
  transform: rotate(45deg);
}
.section-questions .question-item .question-item__description {
  display: block;
  margin-top: 2rem;
  line-height: 1.3;
  display: none;
}
.section-questions .question-item.active .question-item__description {
  display: block;
}

.section-questions .link-all {
  padding: 0 3.6rem;
  height: 7.2rem;
  border-radius: 1.2rem;
  background-color: #7e6c6c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  margin-top: 5.2rem;
  align-self: flex-start;
  transition: 0.3s;
}
.section-questions .link-all:hover {
  opacity: 0.7;
}
.section-questions .link-all .link-all__label {
  display: block;
  font-size: 1.8rem;
  font-weight: 200;
  padding-bottom: 0.2rem;
  color: #fff;
}
.section-questions .link-all:after {
  content: '';
  width: 2.8rem;
  height: 2.8rem;
  flex-shrink: 0;
  border-radius: 2rem;
  background-image: url('./../../../media/img/common/icons/arrow-right-light.svg');
  background-size: 0.6rem;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
}

.about {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 12rem;
  gap: 12rem;
}
.about__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 12rem 0 12rem 12rem;
}
.about__title {
  display: block;
  font-size: 7.2rem;
  font-weight: 100;
  color: #7e6c6c;
}
.about__text {
  margin-top: 3.6rem;
  line-height: 1.5;
}
.about .about-link {
  margin-top: 5.2rem;
  display: flex;
  height: 7.2rem;
  align-items: center;
  /* background-color: rgba(255, 255, 255, .1); */
  /* backdrop-filter: blur(1rem); */
  /* color: #fff; */
  padding: 0 3.6rem;
  padding-bottom: 0px;
  background-color: #7e6c6c;
  color: #fff;
  /* border: .2rem solid rgba(0, 0, 0, .12); */
  border-radius: 1.2rem;
  font-weight: 200;
  /* padding-bottom: .2rem; */
  /* box-shadow: 0 0 6rem rgba(255, 255, 255, .3); */
  transition: 0.3s;
}
.about .about-link:hover {
  opacity: 0.7;
}
.about__media {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem 0 0 1.2rem;
  background-color: #ece9e9;
}
.about__media .button-play {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 60;
  transition: 0.3s;
  cursor: pointer;
}
.about__media .button-play.hidden {
  display: none;
}
.about__media .button-play:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.about__media .button-play .button-play__icon {
  width: 15%;
  aspect-ratio: 1/1;
  border-radius: 20rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0.4rem;
  transition: 0.3s;
}
.about__media .button-play:hover .button-play__icon {
  background-color: #7e6c6c;
}
.about__media .button-play .button-play__icon:before {
  background-image: url('./../../../media/img/common/icons/play-light.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  width: 3rem;
  align-self: stretch;
}
.about__media .about__poster {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(50%);
}
.about__media .about__poster.hidden {
  display: none;
}
.about__media .about__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-employees {
  width: 100%;
  margin-top: 12rem;
}
.section-employees .section-content {
  width: 100%;
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 12rem;
}
.section-employees .employees-list {
  width: 100%;
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  /* background-color: rgba(0, 0, 0, .1); */
  /* padding: 6rem 6rem 6rem 12rem; */
  padding-left: 12rem;
  /* border-radius: 0 1.2rem 1.2rem 0; */
}
.section-employees .employees-list:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 11.4rem;
  background-color: #ece9e9;
}
.section-employees .employee-item {
  width: 100%;
  /* border: .2rem solid rgba(0, 0, 0, .1); */
  background-color: #ece9e9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 3.6rem 2.4rem;
}
.section-employees .employee-item:nth-child(3) {
  border-radius: 0 1.2rem 0 0;
}
.section-employees .employee-item .employee-item__img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 50rem;
  width: 60%;
  aspect-ratio: 1/1.2;
}
.section-employees .employee-item .employee-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-employees .employee-item .employee-item__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.section-employees .employee-item .employee-item__name {
  font-size: 2rem;
  display: block;
  line-height: 1.3;
  text-align: center;
}
.section-employees .employee-item .employee-item__speciality {
  font-size: 1.6rem;
  line-height: 1.3;
  display: block;
  text-align: center;
  margin-top: 0.8rem;
  opacity: 0.6;
}
.section-employees .employee-item .employee-item__experience {
  font-size: 1.6rem;
  line-height: 1.3;
  display: block;
  text-align: center;
  opacity: 0.6;
  margin-top: 1rem;
  text-transform: lowercase;
}
.section-employees .employee-item.last {
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0 0 1.2rem 0;
}
.section-employees .link.link-all {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding: 3.6rem;
}
.section-employees .link.link-all .link__label {
  font-size: 2.4rem;
}
.section-employees .link.link-all .link__icon {
  width: 8rem;
  height: 5.2rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-radius: 20rem;
  background-color: #fff;
  transition: 0.3s;
}
.section-employees .link.link-all:hover .link__icon {
  background-color: #d9d3d3;
}
.section-employees .link.link-all .link__icon:before {
  content: '';
  background-image: url('../../../media/img/common/icons/arrow-right-dark.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-self: stretch;
  width: 1rem;
}

.section-employees .section-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3rem 12rem 3rem 0;
  align-items: flex-start;
}
.section-employees .section-title {
  display: block;
  font-size: 7.2rem;
  font-weight: 200;
  opacity: 0.3;
}
.section-employees .section-description {
  margin-top: 6rem;
  line-height: 1.4;
}
.section-employees .section-link {
  margin-top: 5.2rem;
  display: flex;
  height: 7.2rem;
  align-items: center;
  /* background-color: rgba(255, 255, 255, .1); */
  /* backdrop-filter: blur(1rem); */
  /* color: #fff; */
  padding: 0 3.6rem;
  padding-bottom: 0px;
  padding-bottom: 0px;
  border: 0.2rem solid rgba(0, 0, 0, 0.12);
  border-radius: 1.2rem;
  font-weight: 400;
  padding-bottom: 0.2rem;
  /* box-shadow: 0 0 6rem rgba(255, 255, 255, .3); */
}

.section-articles {
  margin-top: 12rem;
  width: 100%;
}

.section-articles .section__inner {
  width: 100%;
}

.section-articles .section__heading {
  padding: 0 12rem;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 4.8rem;
  width: 100%;
}
.section-articles .section__heading .section__heading-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6rem;
  width: 100%;
  flex-shrink: 0;
}
.section-articles .section__heading .section__title {
  display: block;
  flex-shrink: 0;
  font-size: 6rem;
  font-weight: 100;
  color: #7e6c6c;
}
.section-articles .section__heading .swiper-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3.6rem;
}
.section-articles .section__heading .swiper-controls .swiper-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #ece9e9;
  border-radius: 1.2rem;
}
.section-articles
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  display: flex;
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
}
.section-articles
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button:not(.swiper-button-disabled):hover {
}
.section-articles
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.section-articles
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.swiper-button-lock {
  pointer-events: none;
  display: none;
}
.section-articles
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.prev {
  background-image: url('./../../../media/img/common/icons/arrow-left-dark.svg');
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}
.section-articles
  .section__heading
  .swiper-controls
  .swiper-navigation
  .swiper-navigation-button.next {
  background-image: url('./../../../media/img/common/icons/arrow-right-dark.svg');
  background-size: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
}

.section-articles .section__heading .swiper-pagination {
  display: block;
  width: 100%;
  background-color: #ece9e9;
  height: 0.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
}
.section-articles
  .section__heading
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background-color: #7e6c6c;
  height: 0.2rem;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
}

.section-articles .section__content {
  margin-top: 2rem;
}

.section-articles .swiper {
  padding: 0 12rem;
}

.section-articles .swiper-articles .swiper-slide {
  overflow: hidden;
  position: relative;
}

.section-articles .article-item {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 1.2rem;
}
.section-articles .article-item .article-item__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.section-articles .article-item .article-item__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.section-articles .article-item:hover .article-item__img {
  filter: brightness(70%);
}
.section-articles .article-item .article-item__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 3.6rem;
  position: absolute;
  background: linear-gradient(0deg, rgba(44, 38, 38, 0.8), rgba(44, 38, 38, 0));
  /* -webkit-transform: translateZ(0); */
  /* transform: translateZ(0); */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.section-articles .article-item .article-item__title {
  display: block;
  line-height: 1.3;
  font-size: 2.4rem;
  color: #fff;
}
.section-articles .article-item .article-item__actions {
  display: flex;
  gap: 0.6rem;
  align-items: center;
  margin-top: 3.6rem;
  display: none;
}
.section-articles .article-item .article-item__action {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: #fff;
  gap: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.section-articles .article-item .article-item__action:after {
  font-family: 'Fontello';
  content: '\e812';
}

.section-articles .link-all {
  background-color: rgba(255, 255, 255, 0.1);
  color: #edbf92;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 3.6rem;
  height: 6rem;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  border-radius: 1.2rem;
  transition: 0.2s;
  margin-top: 1.2rem;
  text-align: center;
  justify-content: center;
  margin: 4.8rem 12rem 0;
  width: calc(100% - 24rem);
}
.section-articles .link-all:hover {
  background-color: #edbf92;
  color: rgba(0, 0, 0, 0.8);
}

/*  */

@media (max-width: 1600px) {
  .section-offer {
    min-height: calc(calc(100vw - 1.2rem) * 1.3 / 3);
  }
  .section-offer .section__content {
    padding: 18rem 8rem 8rem;
  }
  .section-offer .section__text .section__title {
    font-size: 6rem;
    max-width: min(100%, 80rem);
  }
  .section-offer .section__text .section__description {
    font-size: 2rem;
    max-width: min(100%, 80rem);
  }

  .section-stats {
    margin-top: 10rem;
    padding: 0 0 0 8rem;
  }
  .section-stats .section__content {
    gap: 8rem;
  }
  .section-stats .stats-text {
    padding: 8rem;
  }
  .section-stats .stats-text .stats-title {
    font-size: 6rem;
  }
  .section-stats .stats-text .stats-description {
    font-size: 2rem;
  }
  .section-stats .stats-list {
    gap: 8rem;
  }
  .section-stats .stats-list .list-item:first-child:after,
  .section-stats .stats-list .list-item:nth-child(3):after {
    right: -4rem;
  }
  .section-stats .stats-list .list-item:first-child:before,
  .section-stats .stats-list .list-item:nth-child(2):before {
    bottom: -4rem;
  }
  .section-stats .stats-list .list-item .list-item__title {
    font-size: 5.2rem;
  }

  .section-popular-services {
    margin-top: 10rem;
  }
  .section-popular-services .section__heading {
    padding: 0 8rem;
  }
  .section-popular-services .all-services-link-wrap {
    padding: 0 8rem;
  }
  .section-popular-services .swiper {
    padding: 0 8rem;
  }
  .section-popular-services .post-service .post__details {
    padding: 3.6rem 2.8rem;
  }
  .section-popular-services .post-service .post__title {
    font-size: 2rem;
  }

  .section-problems {
    margin: 10rem auto 0;
  }

  .section-sales {
    margin-top: 10rem;
  }
  .section-sales .post .post__text {
    padding: 6rem 6rem;
  }
  .section-sales .post .post__text .post__label {
    font-size: 2rem;
  }
  .section-sales .post .post__text .post__title {
    font-size: 3.2rem;
  }
  .section-results {
    margin-top: 10rem;
  }
  .section-results .section__heading {
    padding: 0 8rem;
  }
  .section-results .swiper-results {
    padding: 0 8rem;
  }
  .section-comments {
    margin-top: 10rem;
  }
  .section-comments .section__heading {
    padding: 0 8rem;
  }
  .section-comments .swiper-comments {
    padding: 0 8rem;
  }

  .section-questions {
    margin-top: 10rem;
  }
  .section-questions .section__content {
    gap: 8rem;
  }
  .section-questions .text-content {
    padding: 8rem;
  }
  .section-questions .text-title {
    line-height: 1.1;
  }
  .section-questions .question-items {
    padding: 9.2rem 8rem 8rem 0;
  }
  .about {
    margin-top: 8rem;
    gap: 8rem;
  }
  .about__info {
    padding: 8rem 0 8rem 8rem;
  }
  .about__title {
    font-size: 4.4rem;
  }
  .section-employees {
    margin-top: 10rem;
  }
  .section-employees .section-content {
    grid-template-columns: 2fr 1.2fr;
    gap: 8rem;
  }
  .section-employees .employees-list {
    padding-left: 8rem;
    grid-template-columns: 1fr 1fr;
  }
  .section-employees .employees-list:before {
    width: 7.4rem;
  }

  .section-articles {
    margin-top: 10rem;
  }
  .section-articles .section__heading {
    padding: 0 8rem;
  }
  .section-articles .swiper {
    padding: 0 8rem;
  }
}
