

/* Start:/local/components/mobecan/main_advantages/templates/.default/style.css?17811879452478*/
/*  */
/* intro-hero-info */
/*  */
.intro-hero-info {
  --swiper-theme-color: var(--black);
  --swiper-pagination-bullet-size: 8px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.5rem;
  background: var(--light-gray-bg);
  padding: 1.5rem;
  width: 100%;
  height: 438px;
  overflow: clip;
}

.intro-hero-info:not(.swiper-initialized) .swiper-pagination {
  display: none;
}

.intro-hero-info .swiper-wrapper {
  display: flex;
  height: auto;
  flex-direction: column;
  gap: 1.5rem;
}

.intro-hero-info .swiper-wrapper .swiper-slide {
  height: 3.5rem;
}

.intro-hero-info .intro-hero-info__item {
  display: flex;
  gap: 0.75rem;
}

.intro-hero-info .intro-hero-info__ico {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background: #fff;
  box-shadow: 0px 8px 32px 0px #282c301f;
  flex-shrink: 0;
}

.intro-hero-info .intro-hero-info__ico svg {
  width: 2rem;
  height: 2rem;
  margin: auto;
}

.intro-hero-info .intro-hero-info__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  font-size: 18px;
  line-height: 1.3333;
  color: var(--black);
  font-weight: 600;
}

.intro-hero-info .intro-hero-info__desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-top: 0.25rem;
  font-size: 13px;
  line-height: 1.428571;
  color: var(--black-sec);
}

@media (max-width: 1099px) {
  .intro-hero-info {
    order: 2;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .intro-hero-info:not(.swiper-initialized) .intro-hero-info__item:not(:first-child) {
    display: none;
  }

  .intro-hero-info .swiper-wrapper {
    height: auto;
    flex-direction: row;
    gap: 0;
  }

  .intro-hero-info .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .intro-hero-info .intro-hero-info__item {
    padding: 1.5rem;
    height: auto;
  }

  .intro-hero-info .intro-hero-info__name {
    display: block;
  }
}

@media (max-width: 767px) {
  .intro-hero-info {
    margin: 0 -1rem;
    width: auto;
    border-radius: 0;
  }

  .intro-hero-info .swiper-wrapper .swiper-slide {
    height: auto;
  }

  .intro-hero-info .intro-hero-info__item {
    padding: 1rem;
    padding-bottom: 2.5rem;
  }

  .intro-hero-info .intro-hero-info__name {
    font-size: 1rem;
    line-height: 1.375em;
  }

  .intro-hero-info .intro-hero-info__desc {
    display: block;
  }
}
/* End */


/* Start:/local/components/mobecan/main_slider/templates/.default/style.css?1781187982685*/
/* banner-swiper.css */

.banner-swiper:not(.swiper-initialized) .banner-swiper-slide:not(:first-child) {
  display: none;
}

.banner-swiper .banner-swiper-slide {
  height: 438px;
  border-radius: 1.5rem;
  overflow: clip;
}

.banner-swiper .banner-swiper-slide img,
.banner-swiper .banner-swiper-slide picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .banner-swiper .banner-swiper-slide {
    height: auto;
    border-radius: 0;
    overflow: clip;
  }

  .banner-swiper .banner-swiper-slide img,
  .banner-swiper .banner-swiper-slide picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 375 / 230;
  }
}
/* End */


/* Start:/local/templates/peterhof_new/components/bitrix/news/mobecan_catalog/bitrix/news.list/.default/style.css?17811881389070*/
/*  */
/* catalog-sections */
/*  */
.catalog-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.catalog-sections .catalog-sections__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
  border: 1px solid var(--light-gray);
  color: var(--black);
  transition: color 0.2s ease;
  transition-property: color, background-color;
}

.catalog-sections .catalog-sections__item.--active {
  color: #fff;
  background: var(--blue);
  border: 1px solid var(--blue);
}

.catalog-sections .catalog-sections__item:hover,
.catalog-sections .catalog-sections__item:active {
  color: #fff;
  background: var(--blue);
  border: 1px solid var(--blue);
}

.catalog-sections .gd-select {
  display: none;
  width: 100%;
}

@media (max-width: 767px) {
  .catalog-sections .catalog-sections__item {
    display: none;
  }
  .catalog-sections .gd-select {
    display: block;
  }
}

/*  */
/* catalog-grid */
/*  */
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  gap: 1.5rem;
}

.catalog-grid .catalog-showmore {
  grid-column: 1 / -1;
  text-align: center;
}

@media (max-width: 767px) {
  .catalog-grid .catalog-showmore .btn {
    width: 100%;
  }
}

/*  */
/* catalog-slider */
/*  */
.catalog-slider .swiper {
  padding: 1.5rem 0.75rem;
  margin: -1.5rem -0.75rem;
}

.catalog-slider .swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

.catalog-slider .swiper-button-next,
.catalog-slider .swiper-button-prev {
  position: absolute;
}

.catalog-slider:not(:has(.swiper-initialized)) .swiper-button-next,
.catalog-slider:not(:has(.swiper-initialized)) .swiper-button-prev {
  display: none;
}

.catalog-slider .product-card {
  width: 332px;
}

.catalog-slider .product-card:not(:last-child) {
  margin-right: 1.5rem;
}

.catalog-slider .product-card.--inline {
  width: calc(50% - 0.75rem);
  height: 18.5rem;
}

.catalog-slider .product-card.--inline:not(:last-child) {
  margin-right: 1.5rem;
}

@media (max-width: 1023px) {
  .catalog-slider .product-card.--inline {
    height: auto;
  }
}

@media (max-width: 767px) {
  .catalog-slider .swiper-button-next,
  .catalog-slider .swiper-button-prev {
    display: none;
  }
  .catalog-slider .swiper-pagination {
    display: none;
  }
  .catalog-slider .product-card.--inline {
    width: 18.75rem;
    height: auto;
  }
  .catalog-slider .product-card.--inline:not(:last-child) {
    margin-right: 1rem;
  }
  .catalog-slider .product-card.--inline .product-card__desc {
    display: none;
  }
}

/*  */
/* product-card */
/*  */
.product-cards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (max-width: 768px) {
  .product-cards__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  overflow: clip;
  box-shadow: var(--shadow);
}

.product-card .product-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 332 / 230;
  background: var(--light-gray-bg);
  flex-shrink: 0;
  overflow: hidden;
}

.product-card .product-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.6s ease;
}

.product-card .product-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  background: #fff;
  flex-grow: 1;
}

.product-card .product-card__header {
  display: flex;
  align-items: start;
  gap: 1rem;
}

.product-card .product-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: 600;
  color: var(--black);
  transition: color 0.2s ease;
}

.product-card .product-card__title .product-card__from {
  color: var(--blue);
  transition: color 0.2s ease;
}

.product-card a.product-card__title:hover {
  color: var(--main);
}

.product-card a.product-card__title:hover .product-card__from {
  color: var(--main);
}

.product-card .product-card__rating {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 0.875rem;
  line-height: 1.428571428571;
  font-weight: 600;
  color: var(--black);
}

.product-card .product-card__rating svg {
  width: 1rem;
  height: 1rem;
  color: var(--orange);
  flex-shrink: 0;
}

.product-card .product-card__desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.428571428571;
  color: var(--black-sec);
}

.product-card .product-card__stats {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.product-card .product-card__stats div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.428571428571;
  color: var(--black-sec);
}

.product-card .product-card__stats div img,
.product-card .product-card__stats div svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

.product-card .product-card__footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: auto;
}

.product-card .product-card__footer .product-card__btn,
.product-card .product-card__footer .product-card__more {
  grid-column: 2 / 3;
}

.product-card .product-card__footer .product-card__btn .btn {
  width: 100%;
}

.product-card .product-card__footer .product-card__more {
  display: flex;
  justify-content: end;
}

.product-card .product-card__price {
  font-size: 1rem;
  line-height: 1.4;
  color: var(--black);
  font-weight: 600;
}

.product-card .product-card__price.--old {
  font-size: 0.875rem;
  line-height: 1.428571428571;
  color: var(--black-sec);
  text-decoration: line-through;
}

.product-card .product-card__date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 1.5rem;
  background-color: var(--light-gray-bg);
  color: var(--black);
  font-size: 0.875rem;
  line-height: 1.428571428571;
}

.product-card:hover .product-card__img img {
  scale: 1.05;
}

.product-card.--inline {
  display: flex;
  flex-direction: row;
}

.product-card.--inline .product-card__img {
  width: 33.430232558139533%;
}

.product-card.--inline .product-card__content {
  gap: 0.5rem;
}

.product-card.--inline .product-card__title {
  -webkit-line-clamp: 2;
}

.product-card.--inline .product-card__footer {
  padding-top: 1rem;
}

.product-card.--gray {
  background-color: var(--light-gray-bg);
  box-shadow: none;
}

.product-card.--gray .product-card__img {
  aspect-ratio: 688 / 316;
}

.product-card.--gray .product-card__content {
  background-color: var(--light-gray-bg);
}

@media (max-width: 1023px) {
  .product-card.--inline {
    flex-direction: column;
  }
  .product-card.--inline .product-card__img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .product-card .product-card__content {
    padding: 1rem;
    gap: 0.5rem;
  }
  .product-card.--gray .product-card__img {
    height: auto;
    width: auto;
    aspect-ratio: 343 / 230;
  }
}

/*  */
/* places grid */
/*  */
.places-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.places-grid:has(.product-card:last-child:nth-child(3)) > :first-child {
  grid-row: 1 / 3;
}

@media (max-width: 1023px) {
  .places-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  .places-grid > :first-child {
    grid-row: auto;
  }
}

/* service-grid */
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-grid > :first-child {
  grid-column: span 2;
}

.service-grid > :first-child .product-card__img {
  height: 100%;
  aspect-ratio: auto;
}

@media (max-width: 990px) {
  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .service-grid {
    display: flex;
    overflow: auto;
    margin: -12px;
    padding: 12px;
    gap: 1rem;
  }
  .service-grid .product-card {
    flex-shrink: 0;
    width: 300px;
  }
}

/*  */
/* transport-card */
/*  */
.transport-card {
  position: relative;
  display: flex;
  aspect-ratio: 513 / 320;
}

.transport-card .transport-card__img {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--light-gray-bg);
}

.transport-card .transport-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transport-card .transport-card__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(1.5rem);
  border-radius: 1rem;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  margin: auto auto 1.5rem auto;
  transition: background-color 0.3s ease;
  transition-property: background-color, transform, color;
  cursor: pointer;
}

.transport-card .transport-card__name svg {
  flex-shrink: 0;
}
/* End */


/* Start:/local/templates/peterhof_new/components/bitrix/news.list/mobecan_promo_list/style.css?1781518082175*/
.product-card__more > svg {
  height: 16px;
  width: 16px;
  align-self: center;
}

.product-card__content .product-card__header .product-card__name {
  white-space: normal;
}
/* End */
/* /local/components/mobecan/main_advantages/templates/.default/style.css?17811879452478 */
/* /local/components/mobecan/main_slider/templates/.default/style.css?1781187982685 */
/* /local/templates/peterhof_new/components/bitrix/news/mobecan_catalog/bitrix/news.list/.default/style.css?17811881389070 */
/* /local/templates/peterhof_new/components/bitrix/news.list/mobecan_promo_list/style.css?1781518082175 */
