

/* Start:/html/components-template/index-tabs/style.css?17708009452410*/
.index-tabs {
  padding-top: 80px;
  padding-bottom: 30px;
  background: #f8f8f8;
  background: var(--darkerblack_bg_black); }
  .index-tabs__header {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .index-tabs__subtitle {
    flex: 0 0 100%;
    margin: 0.35em 0 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--white_text_black);
    order: 2; }
  .index-tabs__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px; }

.tabs-nav__list {
  white-space: nowrap;
  display: flex;
  margin: 0 -4px;
  width: calc(100% + 8px); }

.tabs-nav__item {
  margin: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(136, 136, 136, 0.1);
  background-color: var(--darkgrey_bg_black);
  border: none;
  border-radius: 8px;
  height: 34px;
  color: var(--white_text_black);
  padding: 0 12px;
  font-size: .875rem;
  line-height: calc(1em + 7px); }
  .tabs-nav__item.active {
    color: #fff;
    background-color: #9e9e9e;
    background-color: var(--theme-base-color); }
    .tabs-nav__item.active:hover {
      color: #fff;
      cursor: default; }
  .tabs-nav__item:hover {
    color: #9e9e9e;
    color: var(--fill_dark_lite_hover); }

@media (max-width: 1199.75px) {
  .index-tabs__grid {
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 991.75px) {
  .index-tabs__grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 767.75px) {
  .index-tabs {
    padding-top: 40px;
    padding-bottom: 30px; }
    .index-tabs__header {
      flex-wrap: wrap; }
    .index-tabs__grid {
      grid-template-columns: repeat(2, 1fr); }
  .tabs-nav {
    margin-right: -24px;
    margin-top: 10px;
    overflow: hidden;
    overflow-x: auto; }
    .tabs-nav::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .tabs-nav::-webkit-scrollbar-thumb {
      border-radius: 5px;
      background: #ccc;
      background: var(--gray_bg_black);
      border: 1px solid #fff;
      border-color: var(--black_bg_black); }
    .tabs-nav::-webkit-scrollbar-track {
      border-radius: 5px; } }

@media (max-width: 600.75px) {
  .index-tabs__grid {
    display: flex;
    overflow: auto;
    padding: 15px 24px !important;
    margin: -15px -24px !important;
    grid-gap: 0; } }

/* End */


/* Start:/html/components-template/mixin__product-card/style.css?17700304108923*/
.product-card-wrap.hover {
  position: relative;
  z-index: 4; }
  .product-card-wrap.hover .product-card {
    height: auto; }
  .product-card-wrap.hover .product-card__offers {
    display: block; }

.product-card {
  height: 100%;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  background: var(--card_bg_black);
  transition: box-shadow ease 0.3s, border ease 0.3s, background ease 0.3s;
  border: 1px solid rgba(0, 0, 0, 0); }
  .product-card:hover {
    border-color: #fafafa;
    border-color: var(--lite_bg_black);
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
    z-index: 1; }
    .product-card:hover .product-card__title {
      color: #9e9e9e;
      color: var(--fill_dark_lite_hover); }
  .product-card__inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%; }
  .product-card__top {
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin: 0 auto;
    text-align: center;
    display: block; }
  .product-card__top-badges {
    position: absolute;
    z-index: 3;
    top: 0;
    left: -2px;
    display: flex;
    flex-wrap: wrap; }
  .product-card__images {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    flex: 1;
    padding-bottom: 10px; }
  .product-card__image {
    flex-grow: 1; }
    .product-card__image.active .product-card__image-pic {
      opacity: 1; }
  .product-card__image-span {
    display: block;
    height: 100%;
    z-index: 2;
    position: relative; }
  .product-card__image-pic {
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px; }
    .product-card__image-pic img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .product-card__dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px; }
  .product-card__dots span {
    margin: 0 2px;
    display: inline-block;
    width: 12px;
    height: 2px;
    background: rgba(136, 136, 136, 0.5);
    border-radius: 100%; }
  .product-card__dots span.active {
    background-color: var(--light, #222); }
  .product-card__bottom-badges {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2; }
  .product-card__info {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    flex: 1;
    flex-basis: auto; }
  .product-card__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 4px;
    color: #222;
    color: var(--white_text_black); }
  .product-card__price-new {
    white-space: nowrap;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: calc(1em + 7px);
    padding-right: 6px; }
  .product-card__price-old {
    white-space: nowrap;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: calc(1em + 7px);
    color: #999;
    text-decoration: line-through; }
  .product-card__title {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: calc(1em + 7px);
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    overflow: hidden;
    color: #222;
    color: var(--white_text_black);
    margin: 0; }
    .product-card__title a {
      color: inherit;
      text-decoration: none;
      display: block; }
      .product-card__title a:hover {
        text-decoration: underline; }
  .product-card__info-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 4px; }
  .product-card__rating {
    display: flex;
    align-items: baseline; }
    .product-card__rating .icon {
      fill: #ffb45b; }
    .product-card__rating span {
      color: #222;
      color: var(--white_text_black);
      padding-left: 4px;
      padding-right: 2px;
      font-size: 0.8125rem;
      line-height: 0; }
  .product-card__rating--zero .icon {
    fill: #ccc; }
  .product-card__stock {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px);
    color: #2d7a5f; }
  .product-card__sku {
    color: #555;
    font-size: 0.8125rem;
    line-height: calc(1em + 7px); }
  .product-card__actions {
    margin-top: 11px;
    position: relative; }
  .product-card__actions-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
    justify-content: normal; }
  .product-card__btns {
    width: 103px; }
    .product-card__btns.preloader .product-card__buy {
      background: url("/html/images/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
      border-color: transparent !important;
      color: transparent !important;
      cursor: default !important; }
    .product-card__btns.preloader .counter {
      background: url("/html/images/preloader.gif") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
      border-color: transparent !important;
      color: transparent !important;
      cursor: default !important; }
      .product-card__btns.preloader .counter input {
        color: rgba(0, 0, 0, 0); }
      .product-card__btns.preloader .counter span {
        opacity: 0; }
  .product-card__more {
    display: none; }
  .product-card__favorite, .product-card__compare {
    cursor: pointer;
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.1s ease;
    opacity: 0.35; }
    .product-card__favorite .icon, .product-card__compare .icon {
      fill: var(--fill_dark_light); }
    .product-card__favorite.active, .product-card__favorite:hover, .product-card__compare.active, .product-card__compare:hover {
      opacity: 1; }
      .product-card__favorite.active .icon, .product-card__favorite:hover .icon, .product-card__compare.active .icon, .product-card__compare:hover .icon {
        fill: #9e9e9e;
        fill: var(--fill_dark_lite_hover); }
  .product-card__favorite {
    margin-left: 8px; }
  .product-card__offers {
    display: none; }
  .product-card__offers-line {
    margin-top: 10px; }
  .product-card__offers-title {
    padding-bottom: 2px;
    font-size: 0.75rem;
    line-height: calc(1em + 7px);
    color: #666;
    color: var(--lite_basic_text_black); }
  .product-card__offers-list {
    display: flex;
    align-items: center;
    justify-content: normal;
    flex-wrap: wrap;
    gap: 6px; }
  .product-card__offers-item {
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    height: 28px;
    width: 28px;
    font-size: 0;
    border: 3px solid var(--white_text_black_reverse);
    box-shadow: 0 0 0 1px var(--stroke_black, #9e9e9e); }
    .product-card__offers-item.text {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.875rem;
      width: auto;
      padding: 0 7px;
      color: var(--white_text_black); }
    .product-card__offers-item:hover {
      box-shadow: none; }
    .product-card__offers-item.active {
      box-shadow: 0 0 0 1.5px var(--theme-base-color); }

@media (max-width: 767.75px) {
  .product-card__actions {
    display: flex;
    flex-direction: column-reverse; }
  .product-card__btns {
    width: auto;
    flex: 1; }
    .product-card__btns .btn {
      width: 100%; }
  .product-card__offers {
    display: block;
    margin-bottom: 10px; } }

@media (max-width: 600.75px) {
  .product-card-wrap {
    width: 260px;
    min-width: 260px; }
    .product-card-wrap:not(:last-child) {
      margin-right: 24px; }
  .product-card__top-badges {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card__dots {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card__offers {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card--offers .product-card__more {
    display: flex; }
  .product-card--offers .product-card__buy {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; }
  .product-card--offers .counter {
    /* SEO-friendly hiding instead of display: none */
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; } }

/* End */


/* Start:/html/components-template/mixin__countdown/style.css?1752611429477*/
.countdown {
  padding-left: 4px;
  display: flex; }
  .countdown__item {
    text-transform: lowercase;
    color: #222;
    color: var(--white_text_black);
    padding: 4px 3px 0 3px;
    font-size: 12px;
    width: auto;
    display: inline-block;
    position: relative;
    line-height: 1;
    height: 25px;
    font-weight: 700; }
    .countdown__item:not(:last-child)::after {
      letter-spacing: -3px;
      content: ':';
      position: relative;
      left: 1px; }

/* End */


/* Start:/html/components-template/brands-slider/style.css?1764932961935*/
.brands-slider {
  background: #f8f8f8;
  background: var(--darkerblack_bg_black);
  border-bottom: 1px solid #e5e5e5;
  border-bottom: 1px solid var(--stroke_black);
  padding-bottom: 30px; }
  .brands-slider__slider .splide__slide {
    width: 178px;
    margin-right: 12px; }
  .brands-slider__link {
    height: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 39px;
    position: relative;
    background-color: var(--light, transparent); }
  .brands-slider__img-wrap {
    max-width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .brands-slider__img {
    max-width: 100%;
    max-height: 100%; }

@media (max-width: 767.75px) {
  .brands-slider {
    padding-bottom: 30px; } }

@media (max-width: 600.75px) {
  .brands-slider .splide__track {
    margin: 0 -24px;
    padding: 0 24px !important; } }

/* End */


/* Start:/html/components-template/categories-section/style.css?1764932961822*/
.categories-section {
  padding-top: 30px;
  padding-bottom: 80px;
  background: #f8f8f8;
  background: var(--darkerblack_bg_black); }
  .categories-section__header {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .categories-section__inner {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1199.75px) {
  .categories-section__inner {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.75px) {
  .categories-section {
    padding-top: 30px;
    padding-bottom: 40px; } }

@media (max-width: 600.75px) {
  .categories-section__inner {
    display: flex;
    grid-gap: 0;
    overflow: auto;
    padding: 15px 24px !important;
    margin: -15px -24px !important; } }

/* End */


/* Start:/html/components-template/mixin__category-card/style.css?17700304102051*/
.category-card {
  position: relative;
  padding-top: 91%;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px; }
  .category-card:hover .category-card__bg {
    transform: scale(1.1); }
  .category-card__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .category-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: transform 0.3s; }
    .category-card__bg img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .category-card__content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 24px; }
  .category-card__text {
    font-size: .8125rem;
    line-height: calc(1em + 7px);
    margin-bottom: 5px;
    opacity: .7;
    color: #fff; }
  .category-card__title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: calc(1em + 7px);
    color: #fff; }
  .category-card__title-link {
    color: inherit;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 3; }
  .category-card__bottom {
    display: flex;
    flex-wrap: wrap; }
  .category-card__tag, .category-card__links {
    margin: 12px 8px 0 0;
    color: #fff;
    border-radius: 8px;
    font-size: .875rem;
    line-height: calc(1em + 7px);
    transition: color ease .3s,background ease .3s;
    padding: 5px 10px 6px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.35); }
  .category-card__links {
    position: relative;
    z-index: 3; }
    .category-card__links:hover {
      background: #fff;
      color: #000; }

@media (max-width: 767.75px) {
  .category-card {
    padding-top: 137%; } }

@media (max-width: 600.75px) {
  .category-card {
    width: 260px;
    min-width: 260px; }
    .category-card:not(:last-child) {
      margin-right: 24px; }
    .category-card__content {
      padding: 20px; } }

/* End */


/* Start:/html/components-template/tizers-section/style.css?17708200571835*/
.tizers-section {
  padding-bottom: 0;
  padding-top: 80px; }
  .tizers-section--content {
    padding: 0;
    margin: 1rem 0; }
  .tizers-section--content .tizers-section {
    padding-top: 0;
    padding-bottom: 0; }
  .tizers-section__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 24px; }

.ts-item {
  display: flex;
  height: 100%;
  flex-direction: row; }
  .ts-item__img {
    flex-shrink: 0;
    margin-right: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .ts-item__content {
    margin-top: -0.25em; }
  .ts-item__title {
    font-size: 1rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
  .ts-item__text {
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    margin-top: 6px;
    color: #555;
    color: var(--basic_text_black); }

a.ts-item:hover .ts-item__title {
  color: #000;
  color: var(--fill_dark_lite_hover); }

@media (max-width: 1199.75px) {
  .tizers-section__inner {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 991.75px) {
  .tizers-section__inner {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.75px) {
  .tizers-section {
    padding-bottom: 0;
    padding-top: 40px; } }

@media (max-width: 600.75px) {
  .tizers-section__inner {
    display: flex;
    grid-gap: 0;
    overflow: auto;
    padding: 15px 24px !important;
    margin: -15px -24px !important; }
  .tizers-section--content .tizers-section__inner {
    display: grid;
    gap: 24px;
    grid-template-columns: 100%;
    overflow: unset; }
  .tizers-section--content .ts-item {
    width: 100%;
    min-width: 100%; }
  .ts-item {
    width: 260px;
    min-width: 260px; }
    .ts-item:not(:last-child) {
      margin-right: 24px; } }

/* End */


/* Start:/local/templates/light/components/bitrix/news/services_pl/style.css?177325053829958*/
/* Стили для страницы услуг */

/* Стили для заголовка H1 страницы */
.page-top__header {
    text-align: center;
    margin: 40px 0 0;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--stroke_black);
}

.page-top__title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--white_text_black);
    margin: 0;
    letter-spacing: -0.01em;
}

.services-stats {
    margin: 60px 0;
    padding: 40px;
    background: var(--darkgrey_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
}

.services-stats h2 {
    margin-bottom: 30px;
}

.services-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}

.services-stats-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-counter {
    font-size: 48px;
    font-weight: bold;
    color: var(--fill_dark_lite_hover);
    margin-bottom: 10px;
}

.services-stats-label {
    font-size: 16px;
    color: var(--white_text_black);
    font-weight: 500;
}

.services-stats-note {
    font-size: 14px;
    color: var(--lite_basic_text_black);
    margin-top: 5px;
}

.services-advantages {
    margin: 60px 0;
}

.services-advantages h2 {
    margin-bottom: 30px;
}

.services-advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.services-advantage-card {
    padding: 25px;
    background: var(--black_bg_black);
    border-radius: 8px;
    border: 1px solid var(--stroke_black);
}

.services-advantage-icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.services-advantage-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.services-advantage-card p {
    color: var(--lite_basic_text_black);
    line-height: 1.6;
}

/* Базовые стили services-faq перенесены в .services-info-wrapper .services-faq */

.services-faq h2 {
    margin-bottom: 30px;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--white_text_black);
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.services-faq .btn,
.services-faq a.btn {
    display: inline-block !important;
    padding: 15px 30px;
    background: #e60000 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 500;
    position: relative;
    z-index: 1;
    border: none !important;
}

.services-faq .btn:hover,
.services-faq a.btn:hover,
.services-faq .btn:focus,
.services-faq a.btn:focus,
.services-faq .btn:active,
.services-faq a.btn:active {
    background: #e60000 !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 0, 0, 0.3);
    z-index: 2;
    text-decoration: none !important;
}

.services-faq .btn *,
.services-faq a.btn * {
    color: #ffffff !important;
}

.services-faq .btn:hover *,
.services-faq a.btn:hover * {
    color: #000000 !important;
}

.services-faq__link-wrapper {
    text-align: center;
    margin-top: 30px;
}

/* Общий контейнер для services-description и services-faq */
.services-info-wrapper {
    margin: 30px 0;
    padding: 40px;
    background: var(--darkgrey_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
}

/* Стили для блока описания услуг */
.services-info-wrapper .services-description {
    margin: 0;
    margin-bottom: 30px;
    background: var(--black_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
}

/* Стили для FAQ блока */
.services-info-wrapper .services-faq {
    margin: 0;
    background: var(--black_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
}

.services-info-wrapper .services-description .container,
.services-info-wrapper .services-faq .container {
    padding: 0;
}

.services-info-wrapper .services-description .accordion-inner,
.services-info-wrapper .services-faq .accordion-inner {
    background-color: transparent;
    border-radius: 8px;
}

.services-info-wrapper .services-description > .container > .accordion-inner > .accordion-item,
.services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item {
    border: 1px solid var(--stroke_black);
    border-radius: 8px;
    transition: box-shadow ease .3s;
    background-color: transparent;
}

.services-info-wrapper .services-description > .container > .accordion-inner > .accordion-item:hover,
.services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item:hover {
    border-color: var(--stroke_black_hover);
    background-color: rgba(255, 255, 255, 0.02);
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
}

.services-info-wrapper .services-description > .container > .accordion-inner > .accordion-item > .accordion-item__title,
.services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title {
    font-size: 1.75rem;
    font-weight: 700;
    padding: 20px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--white_text_black);
    letter-spacing: -0.01em;
    line-height: 1.3;
    position: relative;
}

.services-info-wrapper .services-description > .container > .accordion-inner > .accordion-item > .accordion-item__title h2,
.services-info-wrapper .services-description > .container > .accordion-inner > .accordion-item > .accordion-item__title #service-info,
.services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title h2,
.services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title #faq-title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: var(--white_text_black);
    letter-spacing: -0.01em;
    line-height: calc(1em + 7px);
    text-align: center;
    width: 100%;
}

/* Стили для H3 в вопросах FAQ (внутренний аккордеон) */
.services-faq .accordion-inner .accordion-item .accordion-item__title h3 {
    font-size: inherit;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    flex: 1;
}

.services-info-wrapper .services-description .accordion-item__title .icon,
.services-info-wrapper .services-faq .accordion-item__title .icon,
.services-info-wrapper .services-faq .accordion-inner .accordion-item .accordion-item__title .icon,
.services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title > .icon,
.services-info-wrapper .services-faq .accordion-item__body > .accordion-inner > .accordion-item > .accordion-item__title > .icon {
    transition: transform ease .3s;
    transform: rotate(45deg) !important;
    margin-left: 15px;
    fill: var(--stroke_black);
    pointer-events: none;
}

.services-info-wrapper .services-description .accordion-item__title:hover .icon,
.services-info-wrapper .services-faq .accordion-item__title:hover .icon,
.services-info-wrapper .services-faq .accordion-inner .accordion-item .accordion-item__title:hover .icon,
.services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title:hover > .icon,
.services-info-wrapper .services-faq .accordion-item__body > .accordion-inner > .accordion-item > .accordion-item__title:hover > .icon {
    fill: var(--fill_dark_lite_hover);
}

.services-info-wrapper .services-description .accordion-item.active .icon,
.services-info-wrapper .services-faq .accordion-item.active .icon,
.services-info-wrapper .services-faq .accordion-inner .accordion-item.active .icon,
.services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item.active > .accordion-item__title > .icon,
.services-info-wrapper .services-faq .accordion-item__body > .accordion-inner > .accordion-item.active > .accordion-item__title > .icon {
    transform: rotate(180deg) !important;
}

.services-info-wrapper .services-description .accordion-item__body {
    padding: 0 23px 25px;
    color: var(--lite_basic_text_black);
    overflow: visible;
}

.services-info-wrapper .services-description h3 {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--white_text_black);
    margin: 2em 0 1em 0;
    line-height: 1.4;
    letter-spacing: -0.005em;
}

.services-info-wrapper .services-description h3:first-of-type {
    margin-top: 1.5em;
}

.services-info-wrapper .services-description p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--lite_basic_text_black);
    margin: 0 0 1.2em 0;
}

.services-info-wrapper .services-description p:first-of-type {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.5em;
}

.services-info-wrapper .services-description p:last-child {
    margin-bottom: 0;
}

.services-info-wrapper .services-description strong {
    font-weight: 600;
    color: var(--white_text_black);
}

.services-info-wrapper .services-description__button-wrapper {
    text-align: center;
    margin-top: 40px;
    padding: 0 15px 10px;
    overflow: visible;
}

.services-info-wrapper .services-description .btn,
.services-info-wrapper .services-description a.btn {
    display: inline-block !important;
    padding: 15px 35px;
    background: #e60000 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
    border: none !important;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: center;
    overflow: visible;
    height: auto;
    min-height: auto;
    max-height: none;
}

.services-info-wrapper .services-description .btn:hover,
.services-info-wrapper .services-description a.btn:hover,
.services-info-wrapper .services-description .btn:focus,
.services-info-wrapper .services-description .btn:focus,
.services-info-wrapper .services-description .btn:active,
.services-info-wrapper .services-description a.btn:active {
    background: #e60000 !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(230, 0, 0, 0.3);
    z-index: 2;
    text-decoration: none !important;
}

.services-info-wrapper .services-description .btn *,
.services-info-wrapper .services-description a.btn * {
    color: #ffffff !important;
}

.services-info-wrapper .services-description .btn:hover *,
.services-info-wrapper .services-description a.btn:hover * {
    color: #000000 !important;
}

/* ==========================================
   Блок прайс-листа
   ========================================== */
.services-pricing {
    margin: 60px 0;
    padding: 40px;
    background: var(--darkgrey_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
}

.services-pricing h2 {
    margin-bottom: 10px;
    text-align: center;
}

.services-pricing__subtitle {
    text-align: center;
    color: var(--lite_basic_text_black);
    margin-bottom: 30px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.services-pricing__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 12px;
}

.services-pricing__item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 16px;
    padding: 16px 20px;
    background: var(--black_bg_black);
    border-radius: 8px;
    border: 1px solid var(--stroke_black);
    transition: box-shadow 0.3s ease;
}

.services-pricing__item:hover {
    border-color: var(--stroke_black_hover);
    box-shadow: 0 2px 12px rgba(34, 34, 34, 0.08);
}

.services-pricing__name {
    font-size: 1rem;
    color: var(--white_text_black);
    font-weight: 500;
    line-height: 1.4;
}

.services-pricing__price {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--fill_dark_lite_hover);
    white-space: nowrap;
    text-align: right;
}

.services-pricing__note {
    grid-column: 1 / -1;
    font-size: 0.85rem;
    color: var(--lite_basic_text_black);
    margin-top: 2px;
    font-style: italic;
}

.services-pricing__disclaimer {
    margin-top: 24px;
    padding: 16px 20px;
    background: var(--black_bg_black);
    border-radius: 8px;
    border-left: 3px solid var(--fill_dark_lite_hover);
    font-size: 0.95rem;
    color: var(--lite_basic_text_black);
    line-height: 1.6;
}

/* ==========================================
   Блок процесса работы
   ========================================== */
.services-process {
    margin: 60px 0;
}

.services-process h2 {
    margin-bottom: 30px;
    text-align: center;
}

.services-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

.services-process__step {
    padding: 30px 24px;
    background: var(--darkgrey_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
    text-align: center;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.services-process__step:hover {
    border-color: var(--stroke_black_hover);
    box-shadow: 0 4px 20px rgba(34, 34, 34, 0.1);
}

.services-process__number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--fill_dark_lite_hover);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}

.services-process__step h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--white_text_black);
}

.services-process__step p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--lite_basic_text_black);
    margin: 0;
}

.services-process__step a {
    color: var(--fill_dark_lite_hover);
    text-decoration: none;
    font-weight: 500;
}

.services-process__step a:hover {
    text-decoration: underline;
}

/* ==========================================
   Блок обслуживаемых городов
   ========================================== */
.services-cities {
    margin: 60px 0;
    padding: 40px;
    background: var(--darkgrey_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
}

.services-cities h2 {
    margin-bottom: 30px;
    text-align: center;
}

.services-cities__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.services-cities__main {
    grid-column: 1 / -1;
    padding: 24px;
    background: var(--black_bg_black);
    border-radius: 8px;
    border: 1px solid var(--stroke_black);
}

.services-cities__local,
.services-cities__country {
    padding: 24px;
    background: var(--black_bg_black);
    border-radius: 8px;
    border: 1px solid var(--stroke_black);
}

.services-cities h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--white_text_black);
}

.services-cities p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--lite_basic_text_black);
    margin: 0 0 12px;
}

.services-cities p:last-child {
    margin-bottom: 0;
}

.services-cities strong {
    color: var(--white_text_black);
    font-weight: 600;
}

.services-cities__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-cities__list li {
    font-size: 0.95rem;
    color: var(--lite_basic_text_black);
    padding: 6px 0;
    padding-left: 18px;
    position: relative;
}

.services-cities__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--fill_dark_lite_hover);
}

.services-reviews {
    margin: 60px 0;
}

.services-reviews h2 {
    margin-bottom: 30px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .page-top__header {
        margin: 30px 0 0;
        padding-bottom: 16px;
    }

    .page-top__title {
        font-size: 1.75rem;
    }

    .services-pricing {
        padding: 30px 20px;
        margin: 40px 0;
    }

    .services-pricing__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .services-pricing__item {
        padding: 14px 16px;
    }

    .services-pricing__name {
        min-width: unset;
    }

    .services-process {
        margin: 40px 0;
    }

    .services-process__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .services-process__step {
        padding: 24px 18px;
    }

    .services-cities {
        padding: 30px 20px;
        margin: 40px 0;
    }

    .services-cities__content {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .services-cities__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .services-stats {
        padding: 30px 20px;
        margin: 40px 0;
    }

    .services-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .services-counter {
        font-size: 36px;
    }

    .services-advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-info-wrapper {
        margin: 20px 0;
        padding: 20px;
    }
    
    .services-info-wrapper .services-faq {
    }

    .services-info-wrapper .services-description {
        margin-bottom: 20px;
    }

    .services-description > .container > .accordion-inner > .accordion-item > .accordion-item__title,
    .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title {
        font-size: 1.2rem;
        padding: 18px 20px;
    }

    .services-description > .container > .accordion-inner > .accordion-item > .accordion-item__title h2,
    .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title h2 {
        font-size: 1.2rem;
    }

    .services-description h3 {
        font-size: 1.2rem;
        margin: 1.5em 0 0.9em 0;
    }

    .services-description p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .services-description p:first-of-type {
        font-size: 1.05rem;
    }

    .services-faq h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .page-top__title {
        font-size: 1.5rem;
    }

    .services-pricing {
        padding: 20px 15px;
    }

    .services-pricing__subtitle {
        font-size: 0.95rem;
    }

    .services-pricing__item {
        padding: 12px 14px;
    }

    .services-pricing__name {
        font-size: 0.95rem;
    }

    .services-pricing__price {
        font-size: 1rem;
        margin-left: 8px;
    }

    .services-process__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .services-process__step {
        padding: 20px 16px;
    }

    .services-process__number {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }

    .services-cities {
        padding: 20px 15px;
    }

    .services-cities__main,
    .services-cities__local,
    .services-cities__country {
        padding: 18px;
    }

    .services-cities__list {
        grid-template-columns: 1fr;
    }

    .services-stats-grid {
        grid-template-columns: 1fr;
    }

    .services-counter {
        font-size: 32px;
    }

    .services-info-wrapper {
        padding: 15px;
    }

    .services-info-wrapper .services-description {
        margin-bottom: 15px;
    }
    
    .services-info-wrapper .services-faq {
    }

    .services-info-wrapper .services-description > .container > .accordion-inner > .accordion-item > .accordion-item__title,
    .services-info-wrapper .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title {
        font-size: 1.1rem;
        padding: 16px 18px;
    }

    .services-description > .container > .accordion-inner > .accordion-item > .accordion-item__title h2,
    .services-faq > .container > .accordion-inner > .accordion-item > .accordion-item__title h2 {
        font-size: 1.1rem;
    }

    .services-description .accordion-item__body {
        padding: 0 18px 20px;
    }

    .services-description h3 {
        font-size: 1.1rem;
        margin: 1.2em 0 0.8em 0;
    }

    .services-description p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .services-description p:first-of-type {
        font-size: 1rem;
    }

    .services-description .btn {
        padding: 16px 15px;
        font-size: 0.9rem;
        width: auto;
        min-width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: inline-block;
        line-height: 1.6;
        min-height: auto;
        height: auto;
        overflow: visible;
        max-height: none;
    }

    .services-description__button-wrapper {
        padding: 0 15px 10px;
        margin-top: 30px;
        width: 100%;
        box-sizing: border-box;
        overflow: visible;
    }

    .services-faq h2 {
        font-size: 1.3rem;
    }

    .services-faq .btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}

/* ==========================================
   FAQ по бренду (подразделы)
   ========================================== */
.services-brand-faq {
    margin: 50px 0;
    padding: 40px;
    background: var(--darkgrey_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
}

.services-brand-faq h2 {
    margin-bottom: 30px;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--white_text_black);
    text-align: center;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.services-brand-faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services-brand-faq__item {
    background: var(--black_bg_black);
    border-radius: 8px;
    border: 1px solid var(--stroke_black);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.services-brand-faq__item:hover {
    border-color: var(--stroke_black_hover);
    box-shadow: 0 4px 16px rgba(34, 34, 34, 0.08);
}

.services-brand-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    cursor: pointer;
    gap: 16px;
}

.services-brand-faq__question:hover {
    background: rgba(255, 255, 255, 0.02);
}

.services-brand-faq__question h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--white_text_black);
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.services-brand-faq__question .icon {
    fill: var(--stroke_black);
    transition: transform 0.3s ease;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.services-brand-faq__question:hover .icon {
    fill: var(--fill_dark_lite_hover);
}

.services-brand-faq__item.active .services-brand-faq__question .icon {
    transform: rotate(180deg);
}

.services-brand-faq__answer {
    padding: 0 24px 20px;
}

.services-brand-faq__answer p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--lite_basic_text_black);
    margin: 0;
}

/* ==========================================
   Перелинковка между брендами
   ========================================== */
.services-cross-links {
    margin: 50px 0 16px;
    padding: 40px;
    background: var(--darkgrey_bg_black);
    border-radius: 12px;
    border: 1px solid var(--stroke_black);
}

.services-cross-links h2 {
    margin: 0 0 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white_text_black);
    text-align: center;
    line-height: 1.3;
}

.services-cross-links__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.services-cross-links__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    background: var(--black_bg_black);
    border-radius: 8px;
    border: 1px solid var(--stroke_black);
    text-decoration: none;
    color: var(--white_text_black);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.services-cross-links__item:hover {
    border-color: var(--fill_dark_lite_hover);
    box-shadow: 0 4px 16px rgba(230, 0, 0, 0.12);
    transform: translateY(-2px);
    text-decoration: none;
    color: var(--fill_dark_lite_hover);
    background: var(--darkgrey_bg_black);
}

.services-cross-links__name {
    font-size: 1.05rem;
    font-weight: 600;
}

.services-cross-links__arrow {
    color: var(--lite_basic_text_black);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
}

.services-cross-links__item:hover .services-cross-links__arrow {
    color: var(--fill_dark_lite_hover);
    transform: translateX(3px);
}

/* ==========================================
   Кнопка «Все услуги» — возврат на уровень выше
   ========================================== */
.services-back-to-all {
    margin: 30px 0 0;
    text-align: left;
}

.services-back-to-all__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--fill_dark_lite_hover);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.services-back-to-all__link:hover {
    background: #c00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(230, 0, 0, 0.2);
}

.services-back-to-all__link svg {
    flex-shrink: 0;
}

/* ==========================================
   Кнопка «Powrót do listy» на детальных страницах — стиль как services-back-to-all
   ========================================== */
.return-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: var(--fill_dark_lite_hover);
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.return-btn:hover {
    background: #c00;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(230, 0, 0, 0.2);
}

.return-btn .icon,
.return-btn svg {
    flex-shrink: 0;
    fill: #fff;
}

/* ==========================================
   Уменьшаем отступ между табами и тизерами на детальных страницах
   ========================================== */
.tabs-nav.tabs-section + .tizers-section--content {
    margin-top: 0;
}
.main .tabs-nav.tabs-section {
    margin-bottom: 15px;
}

/* ==========================================
   Описание раздела (section-description) — стили списков
   ========================================== */
.section-description ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 24px;
}

.section-description ul li {
    position: relative;
    padding: 8px 0 8px 24px;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--lite_basic_text_black);
}

.section-description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--fill_dark_lite_hover);
}

.section-description h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--white_text_black);
    margin: 0 0 16px;
    line-height: 1.3;
}

.section-description h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--white_text_black);
    margin: 24px 0 12px;
    line-height: 1.4;
}

.section-description p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--lite_basic_text_black);
    margin: 0 0 16px;
}

.section-description strong {
    color: var(--white_text_black);
    font-weight: 600;
}

/* Адаптивность FAQ и перелинковки */
@media (max-width: 768px) {
    .services-brand-faq {
        padding: 30px 20px;
        margin: 40px 0;
    }

    .services-brand-faq h2 {
        font-size: 1.5rem;
    }

    .services-brand-faq__question {
        padding: 16px 20px;
    }

    .services-brand-faq__question h3 {
        font-size: 1rem;
    }

    .services-brand-faq__answer {
        padding: 0 20px 16px;
    }

    .services-cross-links {
        padding: 30px 20px;
        margin: 40px 0;
    }

    .services-cross-links h2 {
        font-size: 1.3rem;
    }

    .services-cross-links__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .section-description h2 {
        font-size: 1.3rem;
    }

    .section-description h3 {
        font-size: 1.05rem;
    }

    .section-description p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .services-brand-faq {
        padding: 20px 15px;
    }

    .services-brand-faq h2 {
        font-size: 1.3rem;
    }

    .services-brand-faq__question {
        padding: 14px 16px;
    }

    .services-brand-faq__question h3 {
        font-size: 0.95rem;
    }

    .services-brand-faq__answer {
        padding: 0 16px 14px;
    }

    .services-brand-faq__answer p {
        font-size: 0.95rem;
    }

    .services-cross-links {
        padding: 20px 15px;
    }

    .services-cross-links__grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .services-cross-links__item {
        padding: 14px 16px;
    }

    .services-cross-links__name {
        font-size: 0.95rem;
    }

    .section-description h2 {
        font-size: 1.2rem;
    }

    .section-description ul li {
        font-size: 0.95rem;
        padding: 6px 0 6px 20px;
    }
}


/* End */


/* Start:/html/components-template/reviews-section/style.css?17649329614449*/
.reviews-section {
  padding-top: 0;
  padding-bottom: 0; }
  
.reviews-section .section-title {
  margin-bottom: 35px; }

.reviews-section__header {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.reviews-section__inner {
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }

.review-card {
  background: var(--card_bg_black);
  border-radius: 8px;
  padding: 24px;
  border: 1px solid var(--stroke_black);
  transition: transform 0.2s, box-shadow 0.3s, border-color 0.3s; }

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 30px rgba(34,34,34,0.1);
  border-color: var(--stroke_black_hover);
  background-color: var(--card_bg_hover_black); }

.review-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px; }

.review-card__photo {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--darkgrey_bg_black); }

.review-card__photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.review-card__info {
  flex: 1; }

.review-card__name {
  font-weight: 500;
  font-size: 1rem;
  line-height: calc(1em + 7px);
  color: var(--white_text_black);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px; }

.review-card__name a {
  color: inherit;
  text-decoration: none;
  display: block; }

.review-card__name a:hover {
  text-decoration: underline; }

.review-card__verified {
  color: var(--theme-base-color);
  font-size: 18px; }

.review-card__city,
.review-card__model {
  font-size: .875rem;
  line-height: calc(1em + 7px);
  color: var(--lite_basic_text_black);
  margin-top: 4px; }

.review-card__rating {
  display: flex;
  gap: 4px;
  flex-shrink: 0; }

.review-star {
  color: var(--stroke_black);
  font-size: 18px;
  line-height: 1; }

.review-star.active {
  color: #ffc107; }

.review-card__text {
  font-size: .9375rem;
  line-height: calc(1em + 7px);
  color: var(--basic_text_black);
  margin-bottom: 16px; }

.review-card__reply {
  background: var(--lite_bg_black);
  border-left: 3px solid var(--theme-base-color);
  padding: 16px;
  margin-top: 16px;
  border-radius: 8px; }

.review-card__reply-header {
  margin-bottom: 12px; }

.review-card__reply-label {
  font-weight: 500;
  color: var(--theme-base-color);
  font-size: .875rem;
  line-height: calc(1em + 7px); }

.review-card__reply-text {
  font-size: .875rem;
  line-height: calc(1em + 7px);
  color: var(--basic_text_black);
  margin-bottom: 12px; }

.review-card__reply-photos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap; }

.review-card__reply-photo {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  display: block; }

.review-card__reply-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.review-card__date {
  font-size: .875rem;
  line-height: calc(1em + 7px);
  color: var(--lite_basic_text_black);
  margin-top: 12px; }

.reviews-section__footer {
  text-align: center;
  margin-top: 40px; }

.reviews-section__footer .btn {
  display: inline-block;
  padding: 1px 20px;
  height: 42px;
  background: var(--theme-base-color);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: .9375rem;
  line-height: 1em;
  transition: background-color 0.1s ease;
  border: 1px solid var(--theme-base-color); }

.reviews-section__footer .btn:hover {
  background-color: hsl(var(--theme-base-color-hue), var(--theme-base-color-saturation), calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff)));
  border-color: hsl(var(--theme-base-color-hue), var(--theme-base-color-saturation), calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff))); }

@media (max-width: 991.75px) {
  .reviews-section__inner {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.75px) {
  .reviews-section {
    padding-top: 0;
    padding-bottom: 0; }
  .reviews-section__inner {
    grid-template-columns: 1fr;
    gap: 24px; }
  .review-card {
    padding: 20px; } }

@media (max-width: 600.75px) {
  .reviews-section__inner {
    display: flex;
    grid-gap: 0;
    overflow: auto;
    padding: 15px 24px !important;
    margin: -15px -24px !important; }
  .review-card {
    width: 300px;
    min-width: 300px; }
  .review-card:not(:last-child) {
    margin-right: 24px; } }

/* End */


/* Start:/html/components-template/reviews-list/style.css?177140571119836*/
.reviews-list {
  padding-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 20px !important;
}

.reviews-list__empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--lite_basic_text_black);
}

.reviews-list__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 0;
}

.review-item {
  background: var(--card_bg_black);
  border-radius: 8px;
  padding: 24px;
  border: 1px solid var(--stroke_black);
  transition: transform 0.2s, box-shadow 0.3s, border-color 0.3s;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  overflow-x: hidden;
}

.review-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 30px rgba(34,34,34,0.1);
  border-color: var(--stroke_black_hover);
  background-color: var(--card_bg_hover_black);
}

.review-item__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--stroke_black);
  flex-shrink: 0;
}

.review-item__photo {
  position: relative;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--darkgrey_bg_black);
}

.review-item__photo-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

.review-item__info {
  flex: 1;
  min-width: 0;
}

.review-item__name {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(1em + 7px);
  color: var(--white_text_black);
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-item__verified {
  color: var(--theme-base-color);
  font-size: 18px;
}

.review-item__city,
.review-item__model {
  font-size: .8125rem;
  line-height: calc(1em + 5px);
  color: var(--lite_basic_text_black);
  margin-top: 2px;
}

.review-item__date {
  font-size: .8125rem;
  line-height: calc(1em + 5px);
  color: var(--lite_basic_text_black);
  margin-top: 6px;
}

.review-item__rating {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
  align-items: center;
  margin-top: 4px;
}

.review-star {
  color: var(--stroke_black);
  font-size: 16px;
  line-height: 1;
}

.review-star.active {
  color: #ffc107;
}

.review-item__text-wrapper {
  margin-bottom: 16px;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.review-item__text {
  font-size: .9375rem;
  line-height: calc(1em + 8px);
  color: var(--basic_text_black);
  overflow: hidden;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  order: 1;
}

/* Стили для изображений внутри текста отзыва */
.review-item__text img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 12px 0;
  border-radius: 6px;
  box-sizing: border-box;
}

.review-item__text p {
  margin: 0 0 12px 0;
}

.review-item__text p:last-child {
  margin-bottom: 0;
}

.review-item__text p:has(img) {
  margin-bottom: 0;
}

.review-item__text img:first-child {
  margin-top: 0;
}

.review-item__text img:last-child {
  margin-bottom: 0;
}

/* Убираем большие отступы перед изображениями после текста */
.review-item__text p + img {
  margin-top: 8px;
}

.review-item__text > * + img {
  margin-top: 8px;
}

/* Исправление для случаев, когда изображение идет сразу после текста */
.review-item__text p:not(:has(img)) + img {
  margin-top: 8px;
}

/* Всегда показываем часть текста */
/* Для длинных отзывов с аккордеоном */
.review-item__text-wrapper.has-accordion .review-item__text {
  order: 1;
  flex: 0 0 auto;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.review-item__text-wrapper.has-accordion.closed .review-item__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-transition: none;
  transition: none;
}

.review-item__text-wrapper.has-accordion:not(.closed) .review-item__text {
  display: block !important;
  max-height: none !important;
  -webkit-line-clamp: none !important;
  -webkit-box-orient: initial !important;
  overflow: visible !important;
  text-overflow: clip;
  word-break: normal;
  -webkit-transition: none;
  transition: none;
  height: auto;
}

.review-item__text-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  cursor: pointer;
  user-select: none;
  color: var(--theme-base-color);
  font-size: .875rem;
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  order: 2;
  align-self: flex-start;
  clear: both;
  box-sizing: border-box;
}

.review-item__text-toggle .icon {
  fill: var(--theme-base-color);
  transition: transform 0.3s;
}

.review-item__text-wrapper.has-accordion.closed .review-item__text-toggle .icon {
  transform: rotate(0deg);
}

.review-item__text-wrapper.has-accordion:not(.closed) .review-item__text-toggle .icon {
  transform: rotate(180deg);
}

.review-item__text-wrapper.has-accordion:not(.closed) .review-item__text-toggle .review-item__text-more::after {
  content: " (mniej)";
}

.review-item__reply {
  background: var(--lite_bg_black);
  border-left: 3px solid var(--theme-base-color);
  padding: 16px;
  margin-top: auto;
  border-radius: 6px;
  position: relative;
  flex-shrink: 0;
}

.review-item__reply-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 8px;
}

.review-item__reply-label {
  font-weight: 500;
  color: var(--theme-base-color);
  font-size: .875rem;
  line-height: calc(1em + 5px);
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-item__reply-label::before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23CB2128'%3E%3Cpath d='M20 6h-2.18c.11-.31.18-.65.18-1a2.996 2.996 0 0 0-5.5-1.65l-.5.67-.5-.68C10.96 2.54 10 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.review-item__reply-date {
  font-size: .75rem;
  line-height: calc(1em + 5px);
  color: var(--lite_basic_text_black);
}

.review-item__reply-text {
  font-size: .875rem;
  line-height: calc(1em + 6px);
  color: var(--basic_text_black);
  margin-bottom: 12px;
  overflow: hidden;
  
  
  
}

.review-item__reply-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 100%;
  overflow: visible;
  box-sizing: border-box;
}

.review-item__reply-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  transition: transform 0.2s;
}

.review-item__reply-photo:hover {
  transform: scale(1.05);
}

.review-item__reply-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.reviews-list__pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

@media (min-width: 1200px) {
  .reviews-list__inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}

@media (max-width: 1199.75px) {
  .reviews-list__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991.75px) {
  .reviews-list__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767.75px) {
  .reviews-list {
    padding-top: 0px !important;
    padding-bottom: 40px;
  }
  
  .reviews-list__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .review-item {
    padding: 20px;
    height: auto;
    min-height: 0;
  }
  
  .review-item__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
  }
  
  .review-item__photo {
    width: 60px;
    height: 60px;
  }
  
  .review-item__rating {
    align-self: flex-start;
    margin-top: 8px;
  }
  
  .review-item__text-wrapper {
    height: auto;
    min-height: 0;
    flex: 0 1 auto;
    width: 100%;
  }
  
  .review-item__text-wrapper.has-accordion.closed {
    max-height: none;
    overflow: visible;
  }
  
  .review-item__text-wrapper.has-accordion.closed .review-item__text {
    overflow: hidden;
  }
  
  .review-item__text-wrapper.has-accordion.closed .review-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 90px;
    overflow: hidden;
  }
  
  .review-item__text-wrapper.has-accordion:not(.closed) {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  
  .review-item__text-wrapper.has-accordion:not(.closed) .review-item__text {
    height: auto !important;
    max-height: none !important;
    display: block !important;
  }
  
  /* Исправление размера изображений в тексте отзыва на мобильных */
  .review-item__text img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  
  .review-item__text p {
    margin-bottom: 8px !important;
  }
  
  .review-item__text p:last-child {
    margin-bottom: 0 !important;
  }
  
  .review-item__text p:has(img) {
    margin-bottom: 0 !important;
  }
  
  .review-item__text img:first-child {
    margin-top: 0 !important;
  }
  
  .review-item__text img:last-child {
    margin-bottom: 0 !important;
  }
  
  /* Убираем большие отступы перед изображениями после текста на мобильных */
  .review-item__text p + img {
    margin-top: 6px !important;
  }
  
  .review-item__text > * + img {
    margin-top: 6px !important;
  }
  
  .review-item__text p:not(:has(img)) + img {
    margin-top: 6px !important;
  }
  
  /* Убираем отступы у параграфов перед изображениями */
  .review-item__text p:has(+ img) {
    margin-bottom: 6px !important;
  }
  
  .review-item__reply-text {
    -webkit-line-clamp: 2;
  }
  
  .review-item__text-toggle {
    margin-top: 12px;
    font-size: .875rem;
    padding: 8px 0;
    min-height: 44px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }
  
  .review-item__reply-header.slide-block__head {
    min-height: 44px;
    padding: 12px 16px;
    -webkit-tap-highlight-color: transparent;
  }
  
  .review-item__reply-photos {
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 8px;
    min-width: 0;
  }
  
  .review-item__reply-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (max-width: 575.75px) {
  .reviews-list__inner {
    gap: 16px;
  }
  
  .review-item {
    padding: 16px;
  }
  
  .review-item__text-wrapper.has-accordion.closed .review-item__text {
    max-height: 80px;
    -webkit-line-clamp: 3;
  }
  
  .review-item__text-toggle {
    margin-top: 10px;
    font-size: .8125rem;
    padding: 6px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
  }
  
  /* Дополнительные исправления размера изображений на маленьких экранах */
  .review-item__text img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  
  .review-item__text p {
    margin-bottom: 6px !important;
  }
  
  .review-item__text p:has(img) {
    margin-bottom: 0 !important;
  }
  
  .review-item__text p + img,
  .review-item__text p:has(+ img) {
    margin-top: 6px !important;
  }
  
  .review-item__reply-header.slide-block__head {
    min-height: 40px;
    padding: 10px 16px;
    -webkit-tap-highlight-color: transparent;
  }
  
  .review-item__header {
    gap: 10px;
  }
  
  .review-item__photo {
    width: 56px;
    height: 56px;
  }
}


/* Расширяем карточки на всю ширину внутри main-row__main */
.main-row__main .content .reviews-list {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.main-row__main .content .reviews-list__inner {
  width: 100% !important;
  max-width: 100% !important;
}

/* Убираем ограничения контейнера для страницы отзывов */
body:has(.reviews-list) .main-row__main .content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Дополнительно расширяем на всю ширину main-row */
body:has(.reviews-list) .main-row__main {
  max-width: 100% !important;
  width: 100% !important;
}

body:has(.reviews-list) .main-row__main .container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

/* Стили для аккордеона ответа компании */
.review-item__reply.slide-block {
  padding: 0;
}

.review-item__reply-header.slide-block__head {
  padding: 16px;
  margin-bottom: 0;
  cursor: pointer;
  cursor: pointer;
  user-select: none;
  user-select: none;
}

.review-item__reply-header.slide-block__head .icon {
  fill: var(--theme-base-color);
  transition: transform 0.3s;
}

.review-item__reply.slide-block.closed .review-item__reply-header.slide-block__head .icon {
  transform: rotate(0deg);
}

.review-item__reply.slide-block:not(.closed) .review-item__reply-header.slide-block__head .icon {
  transform: rotate(180deg);
}

.review-item__reply-body.slide-block__body {
  padding: 0 16px 20px;
  max-height: 2000px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.review-item__reply.slide-block.closed .review-item__reply-body.slide-block__body {
  max-height: 0 !important;
  padding: 0 16px !important;
  margin: 0 !important;
}

/* Унификация отображения всех карточек */
.review-item {
  box-sizing: border-box;
}

.review-item__header {
  flex-shrink: 0;
}

/* Обеспечиваем одинаковое отображение аккордеонов */
.review-item__text-wrapper.has-accordion {
  position: relative;
  flex-direction: column !important;
  align-items: stretch !important;
}

/* Унификация отображения ответов компании */
.review-item__reply.slide-block {
  margin-top: auto;
}

.review-item__reply-body.slide-block__body {
  transition: max-height 0.3s ease, padding 0.3s ease, overflow 0.3s ease;
}

/* Дополнительные стили для надежной работы аккордеонов */
.review-item__text-wrapper.has-accordion.closed {
  overflow: visible;
  max-height: none;
}

.review-item__text-wrapper.has-accordion.closed .review-item__text {
  overflow: hidden;
}

.review-item__text-wrapper.has-accordion:not(.closed) {
  overflow: visible;
  max-height: none;
  height: auto;
}

/* Исправления для iOS Safari */
@supports (-webkit-touch-callout: none) {
  .review-item__text-wrapper.has-accordion.closed .review-item__text {
    -webkit-line-clamp: 4 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
  }
  
  .review-item__text-wrapper.has-accordion:not(.closed) .review-item__text {
    display: block !important;
    -webkit-line-clamp: none !important;
    -webkit-box-orient: initial !important;
    height: auto !important;
    max-height: none !important;
  }
  
  .review-item__text-wrapper.has-accordion:not(.closed) {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }
  
  .review-item {
    height: auto !important;
    min-height: 0 !important;
  }
  
  /* Исправление больших отступов перед изображениями на iOS */
  .review-item__text img {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  
  .review-item__text p {
    margin-bottom: 8px !important;
  }
  
  .review-item__text p:last-child {
    margin-bottom: 0 !important;
  }
  
  .review-item__text p:has(img) {
    margin-bottom: 0 !important;
  }
  
  /* Убираем большие отступы перед изображениями после текста на iOS */
  .review-item__text p + img {
    margin-top: 6px !important;
  }
  
  .review-item__text > * + img {
    margin-top: 6px !important;
  }
  
  .review-item__text p:not(:has(img)) + img {
    margin-top: 6px !important;
  }
  
  .review-item__text p:has(+ img) {
    margin-bottom: 6px !important;
  }
  
  /* Убираем отступы у всех элементов перед изображениями */
  .review-item__text * + img {
    margin-top: 6px !important;
  }
}

/* Убеждаемся, что кнопка "Читать далее" всегда видна для аккордеонов */
.review-item__text-wrapper.has-accordion .review-item__text-toggle {
  display: flex !important;
  flex-direction: row !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative;
  z-index: 1;
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
  flex-shrink: 0;
  order: 2;
  align-self: flex-start;
  justify-content: flex-start;
  clear: both;
  float: none;
  box-sizing: border-box;
}

/* Улучшаем видимость и интерактивность кнопки аккордеона */
.review-item__text-toggle:hover {
  opacity: 0.8;
}

.review-item__text-toggle:active {
  opacity: 0.6;
}

.review-item__reply-photos {
  max-width: 100%;
  overflow: hidden;
}

.review-item__reply-photo {
  cursor: pointer;
}

/* Модальное окно для просмотра фотографий */
.review-photo-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.review-photo-modal.active {
  display: flex;
}

.review-photo-modal-content {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.review-photo-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: background 0.3s;
}

.review-photo-modal-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* End */


/* Start:/html/components-template/sales-section/style.css?17700304101843*/
.sales-section {
  padding-top: 30px;
  padding-bottom: 0;
  background: #f8f8f8;
  background: var(--darkerblack_bg_black); }
  .sales-section__header {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .sales-section__inner {
    display: grid;
    gap: 24px 40px;
    grid-template-columns: repeat(3, 1fr); }

.sales-item__img-wrap {
  position: relative;
  padding-top: 67%;
  border-radius: 12px;
  overflow: hidden; }

.sales-item__img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.sales-item__badges {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 16px;
  bottom: 20px; }

.sales-item__content {
  padding: 15px 16px 0; }

.sales-item__title {
  color: #222;
  color: var(--white_text_black);
  font-size: 1.125rem;
  line-height: calc(1em + 7px);
  font-weight: 500;
  margin: 0; }
  .sales-item__title a {
    color: inherit;
    text-decoration: none;
    display: block; }
    .sales-item__title a:hover {
      text-decoration: underline; }

.sales-item__text {
  margin-top: 8px;
  font-size: .875rem;
  line-height: calc(1em + 7px); }

.sales-item:hover .sales-item__title {
  color: #000;
  color: var(--fill_dark_lite_hover); }

@media (max-width: 991.75px) {
  .sales-section__inner {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767.75px) {
  .sales-section {
    padding-top: 30px;
    padding-bottom: 0; } }

@media (max-width: 600.75px) {
  .sales-section__inner {
    display: flex;
    grid-gap: 0;
    overflow: auto;
    padding: 15px 24px !important;
    margin: -15px -24px !important; }
  .sales-item {
    width: 260px;
    min-width: 260px; }
    .sales-item:not(:last-child) {
      margin-right: 24px; } }

/* End */


/* Start:/html/components-template/blog-section/style.css?17700304101956*/
.blog-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  .blog-section__header {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
  .blog-section__inner {
    display: grid;
    gap: 40px 24px;
    grid-template-columns: repeat(5, 1fr); }

.blog-item:hover .blog-item__title {
  color: #000;
  color: var(--fill_dark_lite_hover); }

.blog-item__img-wrap {
  position: relative;
  padding-top: 63%;
  overflow: hidden;
  border-radius: 8px; }

.blog-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.blog-item__content {
  padding: 13px 15px 0; }

.blog-item__title {
  font-size: 1rem;
  line-height: calc(1em + 7px);
  font-weight: 500;
  color: #222;
  color: var(--white_text_black);
  margin: 0; }
  .blog-item__title a {
    color: inherit;
    text-decoration: none;
    display: block; }
    .blog-item__title a:hover {
      text-decoration: underline; }

.blog-item__bottom {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap; }

.blog-item__text {
  font-size: .875rem;
  line-height: calc(1em + 7px); }

.blog-item__sep {
  margin: 0 11px;
  font-size: .93333em;
  line-height: 18px;
  opacity: .2; }

.blog-item__date {
  font-size: .875rem;
  line-height: calc(1em + 7px); }

@media (max-width: 991.75px) {
  .blog-section__inner {
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 767.75px) {
  .blog-section {
    padding-top: 40px;
    padding-bottom: 40px; }
    .blog-section__inner {
      grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 600.75px) {
  .blog-section__inner {
    display: flex;
    grid-gap: 0;
    overflow: auto;
    padding: 15px 24px !important;
    margin: -15px -24px !important; }
  .blog-item {
    width: 260px;
    min-width: 260px; }
    .blog-item:not(:last-child) {
      margin-right: 24px; } }

/* End */


/* Start:/html/components-template/accordion/style.css?17732504551966*/
/* Классы для Alpine x-transition — только opacity (composited), без visibility */
.accordion-item__body {
  visibility: visible !important; /* Переопределяем Alpine: анимация только через opacity */
}
.accordion-transition-enter { transition: opacity 0.3s ease-out; }
.accordion-transition-enter-start { opacity: 0; }
.accordion-transition-enter-end { opacity: 1; }
.accordion-transition-leave { transition: opacity 0.3s ease-in; }
.accordion-transition-leave-start { opacity: 1; }
.accordion-transition-leave-end { opacity: 0; }

.accordion-inner {
  background-color: var(--black_bg_black);
  border-radius: 8px; }

.accordion-item {
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
  transition: box-shadow ease .3s; }
  .accordion-item:hover {
    border-color: #fff;
    border-color: var(--stroke_black_hover);
    background-color: #fff;
    background-color: var(--card_bg_hover_black);
    box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1); }
  .accordion-item:not(:first-child) {
    border-top: 0; }
  .accordion-item:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .accordion-item:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .accordion-item__title {
    font-weight: 500;
    padding: 18px 18px 22px 23px;
    min-height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
    .accordion-item__title .icon {
      transition: transform ease .3s;
      transform: rotate(45deg);
      margin-left: 15px;
      fill: var(--stroke_black); }
    .accordion-item__title:hover {
      cursor: pointer; }
      .accordion-item__title:hover .icon {
        fill: var(--fill_dark_lite_hover); }
  .accordion-item__body {
    padding: 0 20px 20px;
    color: var(--lite_basic_text_black); }
  .accordion-item.active .icon {
    transform: rotate(180deg); }

/* End */
/* /html/components-template/index-tabs/style.css?17708009452410 */
/* /html/components-template/mixin__product-card/style.css?17700304108923 */
/* /html/components-template/mixin__countdown/style.css?1752611429477 */
/* /html/components-template/brands-slider/style.css?1764932961935 */
/* /html/components-template/categories-section/style.css?1764932961822 */
/* /html/components-template/mixin__category-card/style.css?17700304102051 */
/* /html/components-template/tizers-section/style.css?17708200571835 */
/* /local/templates/light/components/bitrix/news/services_pl/style.css?177325053829958 */
/* /html/components-template/reviews-section/style.css?17649329614449 */
/* /html/components-template/reviews-list/style.css?177140571119836 */
/* /html/components-template/sales-section/style.css?17700304101843 */
/* /html/components-template/blog-section/style.css?17700304101956 */
/* /html/components-template/accordion/style.css?17732504551966 */
