

/* Start:/local/templates/main/css/directions-style.css?177454474923160*/
.--container {
  width: 100%;
  max-width: 1656px;
  margin: 0 auto;
  padding: 0 30px;
}

.--button {
  display: inline-block;
  padding: 16px 48px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in;
  z-index: 1;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.62;
  color: #ffffff;
  text-align: center;
}
.--button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.--button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.--button:hover {
  color: #333;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.4);
}
.--button:hover:before {
  top: -35%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.--button:hover:after {
  top: -45%;
  background-color: #ffffff;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.--button-default {
  position: relative;
  display: inline-block;
  padding: 16px 48px;
  background: #915aa5 !important;
  border-radius: 2px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
.--button-default.--whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  /* margin: 0 16px 0 28px; */
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
.--button-default.--whatsapp::after {
  transition-duration: 1.5s;
}
.--button-default::after {
  content: "";
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.--button-default:hover:after {
  width: 14em;
  height: 14em;
}
.--button-default:active {
  transform: scale(0.97);
}

.--title,
.--title p {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.28;
  color: #333333;
  margin: 0;
}
.--title span {
  color: #915aa5;
}

.directions,
.direction {
  background: #fafafa;
}
.directions .main-banner,
.direction .main-banner {
  position: relative;
}
.directions .main-banner .wrapper,
.direction .main-banner .wrapper {
  height: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.directions .main-banner__title,
.direction .main-banner__title {
  position: relative;
  top: unset;
  max-width: 721px;
}

.direction .section-lofts {
  margin-top: -2px;
}
.direction .section-photos,
.direction .section-lofts,
.direction .section-reviews {
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 100px;
}
.direction .footer-info {
  background: #fff;
}

.unique-selling-proposition {
  padding-top: 40px;
}
.unique-selling-proposition__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.unique-selling-proposition__title {
  margin: 0 0 60px;
}
.unique-selling-proposition__item {
  flex: 0 1 25%;
  margin-bottom: 40px;
  padding: 0 10px;
}
.unique-selling-proposition__icon {
  margin-bottom: 20px;
  width: fit-content;
}
.unique-selling-proposition__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  color: #333333;
  margin-bottom: 8px;
}
.unique-selling-proposition__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
  max-width: 300px;
}

.holiday {
  background: #ffffff;
  margin-top: -2px;
  margin-bottom: 0;
}
.holiday__title {
  margin-bottom: 40px;
}
.holiday__inner {
  display: flex;
  flex-direction: column;
}
.holiday__row {
  display: grid;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.holiday__row.--single {
  grid-template-columns: 1fr;
}
.holiday__row.--many {
  grid-template-columns: repeat(3, 1fr);
}
.holiday__item {
  margin-bottom: 60px;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(25, 25, 28, 0.07);
  border-radius: 4px;
}
.holiday__item.--full {
  flex: 1 1 100%;
}
.holiday__item-image {
  height: 400px;
  object-fit: cover;
}
.holiday__item-body {
  padding: 32px 32px 40px;
}
.holiday__item-label {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  color: #333333;
  margin-bottom: 8px;
}
.holiday__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
}

.section-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  height: 600px;
  z-index: 1;
}
.section-banner__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.section-banner__image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(32, 35, 40, 0.3), rgba(32, 35, 40, 0.3));
}
.section-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom right;
  object-position: bottom right;
}
.section-banner__label {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 24px;
}
.section-banner__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.42;
  color: #ffffff;
  max-width: 519px;
  margin-bottom: 40px;
}
.quiz-popup_open .quiz-popup{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
}
.section-lofts .section-loft {
  width: 33.333%;
  padding: 0 20px;
}
.section-lofts .section-loft__slick {
  position: relative;
}
.section-lofts .section-loft__slick-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section-lofts .section-loft__slick-button.--prev {
  left: 0;
}
.section-lofts .section-loft__slick-button.--next {
  right: 0;
}
.section-lofts .section-loft__slide {
  cursor: grab;
}
.section-photos .gallery-slider .slick-list {
  margin: 0;
  padding: 0;
}
.section-photos .gallery-slider .slick-list .gallery-slider__item:first-child {
  margin-left: 0;
}
.section-photos .gallery-slider .slick-list .gallery-slider__item:last-child {
  margin-right: 0;
}
.section-photos__title {
  margin-bottom: 40px;
}
.section-photos .view-slider__item {
  max-height: 867px;
}
/* Стили для видео элементов */
.video-item {
  position: relative;
  cursor: pointer;
}
/* Стили для видео в попапе */
.window-popup-galler__image video {
  max-width: 100%;
  max-height: 80vh;
  background: #000;
}

.window-popup-galler__image img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

/* Кнопка play для видео */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.video-play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}

.video-play-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

.video_item,
.video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.window-popup-galler__image {
  position: relative;
  width: 100%;
  height: 100%;
}

.window-popup-galler__image img,
.window-popup-galler__image video {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

#popup-video-player {
  background: #000;
}

/* Основной слайдер */
.view-slider .video-item video {
  height: auto;
  max-height: 500px;
}

/* Слайдер миниатюр */
.gallery-slider .video-item video {
  height: 140px;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.video-play-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}

.video-play-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}

/* Стили для попапа */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.video-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.video-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background: #000;
  padding: 20px;
  border-radius: 8px;
}

.video-popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-video-player {
  width: 100%;
  height: auto;
  max-height: 70vh;
  background: #000;
}

.section-reviews {
  margin-bottom: 100px;
}
.section-reviews__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.section-reviews__nav {
  display: flex;
}
.section-reviews__button {
  background: transparent;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.section-reviews__button.--prev {
  margin-right: 24px;
}
.section-reviews__button.--prev.slick-disabled,
.section-reviews__button.--next.slick-disabled {
  opacity: 0.5;
}
.section-reviews__review {
  max-width: 519px;
  margin-left: 20px;
  background: #ffffff;
  box-shadow: 0px 4px 14px rgba(25, 25, 28, 0.07);
  border-radius: 4px;
  overflow: hidden;
}
.full-review .section-reviews__review {
  max-width: unset !important;
  width: 100% !important;
}
.section-reviews__review:first-child {
  margin-left: 0;
}
.section-reviews__review-top,
.section-reviews__review-person {
  display: flex;
  align-items: center;
}
.section-reviews__review-top {
  justify-content: space-between;
  padding: 32px;
  border-bottom: 1px solid rgba(145, 90, 165, 0.1);
}
.section-reviews__review-body {
  padding: 40px 32px;
}
.section-reviews__slick .slick-list {
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.section-reviews__review-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section-reviews__review-info.--show-mobile {
  display: none;
  margin-top: 12px;

  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.section-reviews__review-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 24px;
  background: url(https://comnataspb.ru/wp-content/uploads/2023/04/Group-5240.svg) 0 0 no-repeat;
}
.section-reviews__review-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  color: #333333;
}
.section-reviews__review-text,
.section-reviews__review-date,
.section-reviews__review-abbreviation {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
}
.section-reviews__review-abbreviation {
  display: none;
  margin-top: 24px;
}
.full-review .section-reviews__review-abbreviation {
  display: block;
}
.section-reviews__review-date {
  margin-bottom: 4px;
}
.section-reviews__review-text,
.section-reviews__review-text p {
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  margin: 0;
}
.full-review .section-reviews__review-text,
.full-review .section-reviews__review-text p {
  /* -webkit-line-clamp: unset; */
}
.section-reviews__review-text span {
  position: relative;
  color: #915aa5;
  cursor: pointer;
}
.section-reviews__review-text span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1.5px;
  background-color: #915aa5;
}
.section-reviews__bottom {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.section-reviews__link {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration-line: underline;
  color: #515151;
}

.footer-info {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(145, 90, 165, 0.1);
}
.footer-info__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #515151;
}

.package-solution {
  background: #fff;
  margin: -2px 0 0;
  padding-bottom: 100px;
}
.package-solution__title {
  max-width: 570px;
  margin-bottom: 60px;
}
.package-solution__inner {
  display: flex;
  flex-direction: column;
}
.package-solution__row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 20px;
}
.package-solution__item {
  flex: 1;
  max-width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  background: rgba(240, 234, 242, 0.3);
  border-radius: 4px;
  margin-left: 20px;
}
.package-solution__item:first-child {
  margin-left: 0;
}
.package-solution__item-image {
  position: relative;
  height: 302px;
  background: #ccc;
}
.package-solution__item-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.package-solution__item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(145, 90, 165, 0.1);
  border-top: unset;
}
.package-solution__item-top {
  padding: 32px;
  border-bottom: 1px solid rgba(145, 90, 165, 0.1);
}
.package-solution__item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 32px;
}
.package-solution__item-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  color: #333333;
}
.package-solution__item-name span {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.5;
  margin-left: 12px;
}
.package-solution__item-content p:nth-of-type(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
}
.package-solution__item-content ul {
  flex: 1;
  padding-left: 20px;
  margin-bottom: 40px;
}
.package-solution__item-content ul li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
  margin-bottom: 8px;
}
.package-solution__item-content ul li:last-child {
  margin-bottom: 0;
}
.package-solution__item-content ul li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #515151;
}
.package-solution__item-label {
  font-size: 16px;
  font-weight: 500;
}
.package-solution__item-button {
  padding: 16px 74px;
  border-radius: 4px;
}
.package-solution__price {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.package-solution__price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.42;
  color: #333333;
}
.package-solution__price-item:last-child {
  margin-bottom: 0;
}
.package-solution__price-label p,
.package-solution__price-num p {
  text-align: left !important;
  margin: auto !important;
  font-size: 24px !important;
  line-height: 34px !important;
}
.package-solution__price-num p {
  text-align: right !important;
}

.package-solution__price-num {
  color: #915aa5;
}
.package-solution__price-num span {
  color: #333333;
}
.solution-popup_open.solution-popup{
	top: 50%;
	left: 50%;
}

.section-additionally {
  margin-bottom: 100px;
}
.section-additionally__title {
  margin-bottom: 60px;
}
.section-additionally__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-additionally__item {
  flex: 1;
  max-width: calc(50% - 10px);
  height: 300px;
  padding: 62px;
  position: relative;
  z-index: 1;
  border-radius: 4px;
}

.section-additionally__item-content {
  width: 100%;
}

.section-additionally__item-picture {
  z-index: -1;
}
.section-additionally__item-picture,
.section-additionally__item-picture::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-additionally__item-picture::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(32, 35, 40, 0.3), rgba(32, 35, 40, 0.3));
}
.section-additionally__item-picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
.section-additionally__item-label {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.28;
  color: #ffffff;
  margin-bottom: 8px;
}
.section-additionally__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.section-additionally__item-link {
  padding: 16px 52px;
  margin-top: 40px;
}

/* адаптив */

@media (max-width: 1920px) {
  .holiday__item-image {
    height: 20.8333333333vw;
  }
}
@media (max-width: 1441px) {
  .unique-selling-proposition__inner {
    justify-content: space-between;
  }
  .unique-selling-proposition__item {
    flex-basis: calc(33.333% - 20px);
    padding: 24px;
  }

  .package-solution__row {
    flex-wrap: wrap;
  }
  .package-solution__item {
    flex-basis: calc(50% - 20px);
    margin-bottom: 24px;
  }
  .package-solution__item:nth-child(2n + 1) {
    margin-left: 0;
  }

  .section-additionally__item {
    height: 390px;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 1200px) {
  .--title,
  .--title p {
    font-size: 24px;
  }

  .unique-selling-proposition__title {
    margin-bottom: 24px;
  }
  .unique-selling-proposition__item {
    background: #ffffff;
    box-shadow: 0px 4px 14px rgba(25, 25, 28, 0.07);
    border-radius: 10px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .unique-selling-proposition {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .unique-selling-proposition__item {
    flex-basis: calc(50% - 10px);
    margin-bottom: 16px;
  }
  .unique-selling-proposition__label {
    font-size: 20px;
  }

  .holiday {
    padding-bottom: 60px;
  }
  .holiday__title {
    margin-bottom: 24px;
  }
  .holiday__item {
    margin-bottom: 30px;
  }
  .holiday__item-image {
    height: 191px;
  }
  .holiday__item-body {
    padding: 24px;
  }
  .holiday__item-label {
    font-size: 20px;
  }

  .section-banner {
    height: 560px;
    align-items: flex-end;
    padding-bottom: 60px;
  }

  .section-reviews {
    margin-bottom: 40px;
  }
  .section-reviews__review {
    max-width: unset;
    margin-left: 0 !important;
  }
  .section-reviews__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 40px;
  }
  .section-reviews__link {
    display: inline-block;
    margin-top: 24px;
    position: relative;
  }

  .section-photos__title {
    margin-bottom: 24px;
  }

  .section-additionally {
    margin-bottom: 40px;
  }
  .section-additionally__item {
    flex: 0 1 100%;
    max-width: unset;
    margin-bottom: 16px;
    padding: 40px 24px;
  }
  .section-additionally__item:last-child {
    margin-bottom: 0;
  }
  .section-additionally__item-label {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .section-additionally__item-text {
    font-size: 16px;
  }
  .section-additionally__item-link {
    margin-top: 24px;
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .section-lofts .lofts-list .loft {
    flex-basis: 100%;
    background: transparent;
    border: unset;
    margin-bottom: 40px;
  }
  .section-lofts .lofts-list .loft:last-child {
    margin-bottom: 0;
  }

  .section-reviews__review-top {
    padding: 24px;
  }
  .section-reviews__review-body {
    padding: 16px 24px 24px;
  }
  .section-reviews__review-photo {
    width: 36px;
    height: 36px;
    margin-right: 16px;
  }
  .section-reviews__review-name {
    font-size: 18px;
  }
  .section-reviews__review-text,
  .section-reviews__review-text p,
  .section-reviews__review-date {
    font-size: 14px;
  }
  .section-reviews__review-info {
    display: none;
  }
  .section-reviews__review-info.--show-mobile {
    display: flex;
  }

  .footer-info {
    padding-top: 20px;
  }
  .footer-info__text {
    font-size: 12px;
  }

  .package-solution__item {
    flex-basis: 100%;
    max-width: unset;
    margin-left: 0 !important;
  }
}
@media (max-width: 680px) {
  .unique-selling-proposition__item {
    flex-basis: 100%;
  }

  .holiday__row {
    grid-template-columns: 1fr !important;
  }
  .holiday__item {
    margin-bottom: 16px;
  }
  .holiday__item:last-child {
    margin-bottom: 0;
  }

  .section-banner__label {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .section-banner__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .section-banner__button {
    width: 100%;
    text-align: center;
  }

  .package-solution__item-top {
    padding: 24px;
  }
  .package-solution__item-name {
    font-size: 20px;
  }
  .package-solution__item-name span {
    font-size: 14px;
    margin-left: 8px;
  }
  .package-solution__item-content {
    padding: 24px;
  }
  .package-solution__item-content p,
  .package-solution__item-content p strong,
  .package-solution__item-label {
    font-size: 14px;
  }
  .package-solution__item-content p {
    margin-bottom: 12px;
  }
  .package-solution__item-content ul {
    margin-bottom: 24px;
  }
  .package-solution__item-content ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .package-solution__item-price {
    margin-top: 12px;
    margin-bottom: 24px;
  }
  .package-solution__price-label p,
  .package-solution__price-label p strong,
  .package-solution__price-num p,
  .package-solution__price-num p strong {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .package-solution__item-button {
    font-size: 16px;
    padding: 16px;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .section-photos__title {
    margin-top: 0;
  }
}

/* End */


/* Start:/local/templates/main/css/swiper-bundle.min.css?171586649818432*/
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/components/dolinais/about.block/templates/events/style.css?176625835513363*/
/*19.12.25*/

.line-decor-r {
  padding: clamp(1rem, 0.11rem + 1.85vw, 1.5rem) 0rem;
  position: relative;
}

.line-decor-r::before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  background: #eee9f0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

/*о нас*/

.about-r {
  padding-top: clamp(2.5rem, -1497.5rem + 2000vw, 3.75rem);
  background: #fff;
}

.about-r__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #f6f4f7;
}

.about-r__text {
  padding: clamp(1.25rem, -2098.75rem + 2800vw, 3rem) clamp(1.25rem, -1.85rem + 6.47vw, 3rem) 3rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.875rem;
          flex: 0 1 49.875rem;
}

.about-r__title {
  margin-bottom: 2.5rem;
}

.about-r__paragraps p,
.about-r__paragraps b {
  font-size: 1rem;
  line-height: 1.5;
  color: #515151;
}

.about-r__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.875rem;
          flex: 0 1 49.875rem;
  min-height: 100%;
}

.about-r__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*о нас -end*/

/*преимущества*/

.advantages-r {
  padding: 1.25rem 0rem clamp(2.5rem, -1497.5rem + 2000vw, 3.75rem);
  background: #fff;
}

.advantages-r__content {
  border: 1px solid #eee9f0;
  padding: clamp(1.25rem, -2098.75rem + 2800vw, 3rem) clamp(1.25rem, -1.85rem + 6.47vw, 3rem);
}

.advantages-r__list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}

.advantages-r__list-row ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46.5625rem;
          flex: 0 1 46.5625rem;
}

.advantages-r__list-row ul li {
  font-size: 1rem;
  line-height: 1.2;
  color: #515151;
}

.advantages-r__list-row ul li:not(:last-child) {
  margin-bottom: clamp(0.5625rem, -374.44rem + 500vw, 0.875rem);
}

/*преимущества -end*/

/*faq*/

.faq-r {
  /*padding: clamp(3.75rem, -2.18rem + 9.57vw, 5rem) 0;*/
}

.faq-r__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(1.25rem, -1237.5rem + 2000vw, 2.5rem);
}

.faq-r__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.accordion-faq-r {
  padding-top: clamp(0.0000001rem, -1176.75rem + 1900vw, 1.25rem);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.875rem;
          flex: 0 1 49.875rem;
}

.accordion-faq-r__card {
  padding: clamp(1.25rem, -494.25rem + 800vw, 1.75rem) 0rem;
}

.accordion-faq-r__card:not(:last-child) {
  border-bottom: 1px solid #eee9f0;
}

.accordion-faq-r__question {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  padding-bottom: 0;
}

.accordion-faq-r__question {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
  padding-right: 2.5rem;
  position: relative;
}

.accordion-faq-r__question::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("/img/common_r/arrow_chevron.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 0.25rem;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.accordion-faq-r__question p {
	margin: 0;
}
.accordion-faq-r__answet {
  font-size: 1rem;
  line-height: 1.75;
  color: #515151;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  max-height: 0;
  padding-right: 1.75rem;
}

.accordion-faq-r__card.accordion-faq-r__card-active .accordion-faq-r__question {
  margin-bottom: 0.75rem;
}

.accordion-faq-r__card.accordion-faq-r__card-active .accordion-faq-r__question::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*faq -end*/

/*<!-- Страница портфолио -->*/

.info-content-r {
  padding: 3rem 0rem;
}

.info-content-r__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}

.info-content-r__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67rem;
          flex: 0 1 67rem;
}

.info-content-r__title:not(:last-child) {
  margin-bottom: 2rem;
}

.info-content-r__title h2 {
  line-height: 1.2;
}

.info-content-r__title h2 br {
  display: none;
}

.info-content-r__paragraph p {
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
}

.info-content-r__paragraph p:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.description-r div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.description-r div:not(:last-child) {
  margin-bottom: 0.625rem;
}

.description-r div i {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  height: 0.125rem;
  position: absolute;
  top: 0.875rem;
  left: 0;
  z-index: 1;
}

.description-r div span,
.description-r div p {
  color: #515151;
  font-size: 1rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #ffffff;
}

.description-r div span:nth-child(3) {
  font-size: 1.125rem;
  text-align: right;
  color: #915aa5;
  padding-left: 0.1875rem;
}

.description-r_margin32:not(:last-child) {
  margin-bottom: 2rem;
}

.info-content-r__business-card-r {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.25rem;
          flex: 0 0 31.25rem;
}

.business-card-r {
  border: 1px solid #eee;
  padding: 2.5rem 1.25rem;
}

.business-card-r__logo {
  width: 11.25rem;
  height: 2.25rem;
  margin: 0 auto 1.25rem;
}

.business-card-r__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.business-card-r__average-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}

.business-card-r__average-check:not(:last-child) {
  margin-bottom: 1.25rem;
}

.business-card-r__average-check span {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

.business-card-r__average-check b {
  white-space: nowrap;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.41667;
  text-align: right;
  color: #915aa5;
}

.business-card-r__button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 1rem;
  color: #fff;
  background: #915aa5;
  border-radius: 0.125rem;
  cursor: pointer;
}

.description-r.description-r_font:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.description-r.description-r_font span,
.description-r.description-r_font p {
  font-weight: 300;
  line-height: 1;
  color: #666;
}

.description-r.description-r_font span:nth-child(3) {
  color: #333;
  font-weight: 700;
}

/*<!-- Страница портфолио -end -->*/

/*<!-- портфолио -->*/

.portfolio-cards-r {
  padding: 3.75rem 0rem 7.5rem;
}

.portfolio-cards-r__select-grup {
  margin-bottom: 1.25rem;
}

.select-grup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.reset-r {
  font-size: 0.875rem;
  color: #1f1f1f;
  background: #faeeff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  border-radius: 1.875rem;
  padding: 0.3125rem 0.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.reset-r::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background: url("/img/common_r/reset.svg") 0 0/contain no-repeat;
  display: inline-block;
}

/*custom-select-r */

.custom-select-r {
  position: relative;
  font-size: 0.875rem;
  color: #1f1f1f;
}

.custom-select-r select {
  display: none;
}

.custom-select-r .select-selected {
  min-width: 13.5rem;
  max-width: 20.875rem;
  height: 2rem;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.57143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.125rem;
  padding: 0.3125rem 0.75rem;
  border: 1px solid #f4f3fe;
  border-radius: 0.375rem;
  background-color: #ffffff;
}

.custom-select-r .select-selected::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("/img/common_r/arrow_select.svg") 0 0/contain no-repeat;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-select-r .select-selected.select-arrow-active::after {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.custom-select-r .select-items {
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid #f4f3fe;
  border-radius: 0.375rem;
  width: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 14.2px 14.2px rgba(112, 96, 125, 0.2);
          box-shadow: 0 14.2px 14.2px rgba(112, 96, 125, 0.2);
}

.custom-select-r .select-items.select-hide {
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select-r .select-items div {
  line-height: 1.2;
  padding: 0.4375rem 0.75rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom-select-r .select-items div:not(:last-child) {
  border-bottom: 1px solid #f4f3fe;
}

/*custom-select-r -end*/

/*локация в карточке*/

.loft__location-r {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0rem 1.25rem;
}

.loft__location-r img {
  width: 1rem;
  height: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

/*локация в карточке -end*/

/*<!-- портфолио -end -->*/

/*19.12.25 -end*/

@media (max-width: 1200px) {
  .about-r__container {
    padding: 0;
  }

  .about-r__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .about-r__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .about-r__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .advantages-r {
    padding: 3.25rem 0rem clamp(2.5rem, -1497.5rem + 2000vw, 3.75rem);
  }

  .advantages-r__container {
    padding: 0;
  }
}

@media (max-width: 64em) {
  .about-r__title {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 61.99875em) {
  .faq-r__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .accordion-faq-r {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .info-content-r__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .info-content-r__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .info-content-r__business-card-r {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 47.99875em) {
  .advantages-r__list-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5625rem;
  }

  .select-grup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 31.25em) {
  .info-content-r__title h2 br {
    display: block;
  }
}

@media (hover: hover) and (pointer: fine) {
  .business-card-r__button:hover {
    background: #38275d;
  }

  .reset-r:hover {
    background: #f8e6ff;
  }

  .custom-select-r .select-items div:hover {
    background-color: rgba(233, 222, 237, 0.2);
  }
}
/* End */
/* /local/templates/main/css/directions-style.css?177454474923160 */
/* /local/templates/main/css/swiper-bundle.min.css?171586649818432 */
/* /local/components/dolinais/about.block/templates/events/style.css?176625835513363 */
