

/* Start:/local/templates/rossvik/components/bitrix/catalog/catalog_sale/style.css?177490450362*/
.block-catalog__banners .slider-banner-1 {
    height: 100%;
}
/* End */


/* Start:/local/components/webformat/catalog.smart.filter.webformat/templates/catalog_filter_sale/style.css?17745999881052*/
  /* Стили для полей в ряд (как у цены) */
  .form__field-number-range .form__input-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
}
    .form__field .checkbox {
    font-size: 14px;
    line-height: 1.29;
    color: var(--black-100);
    margin: 0;
}

.filter-mobile__button-show-products {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
    display: block;
    color: inherit;
}

.filter-mobile__button-show-products:active {
    opacity: 0.8;
}

.filter-mobile__button-show-products:hover {
    text-decoration: none;
    color: inherit;
}

/* Скрываем мобильную панель на десктопе */
@media (min-width: 1024px) {
    .filter-mobile[data-filter-mobile="true"] {
        display: none !important;
    }
    .filter-fast__filters-mobile .filter-mobile[data-filter-mobile="true"] {
        display: none !important;
    }
}

/* End */


/* Start:/local/components/webformat/catalog.section.webformat/templates/grid/style.css?17749045031521*/
/* Исправление для режима правки в шаблоне grid компонента catalog.section.webformat */
.block-catalog__content_grid-webformat > [id^="bx_incl_area"] {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Убеждаемся, что товары внутри оберток занимают всю ширину и имеют правильные размеры */
.block-catalog__content_grid-webformat > [id^="bx_incl_area"] > .item-product-1 {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}


.block-catalog__content_grid-webformat > [id^="bx_incl_area"]:has(.item-banner-6) {
  grid-column: 1 / -1;
}

/* webformat:banner.include — прямой потомок грида; grid-column на .item-banner-6 внутри не работает */
.block-catalog__content_grid-webformat > .rw-banner-include:has(.item-banner-6) {
  grid-column: 1 / -1;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .block-catalog__content_grid-webformat > .rw-banner-include:has(.item-banner-8) {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
}

.block-promotions [id^="bx_incl_area"]:has(.block-promotions__products) {
  max-width: 75%;
}
.block-promotions [id^="bx_incl_area"] .block-promotions__products {
  width: 100%;
}
/* End */


/* Start:/local/templates/rossvik/components/bitrix/catalog.item/grid/style.css?17664995031489*/
.item-product-1__quantity-block {
    display: grid;
    grid-template-columns: 28px 1fr 28px;
    border: 1px solid var(--color-border);
    width: clamp(75px, 8.0208vw + 36.5px, 152px);
    height: 36px;
}

.item-product-1__quantity-value {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
    text-align: center;
    color: var(--black-100);
    padding: 0 6px;
    background-color: var(--white-100);
}

.item-product-1__quantity-button {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: var(--white-100);
    cursor: pointer;
}

.item-product-1__quantity-button[disabled],
.item-product-1__quantity-button[disabled]:hover {
    cursor: default;
}

.item-product-1__quantity-button[disabled] path,
.item-product-1__quantity-button[disabled]:hover path {
    fill: var(--black-30);
}

.item-product-1__quantity-button path {
    transition: all var(--transition-speed);
    fill: #151515;
}

.item-product-1__quantity-button:hover path {
    fill: var(--green-100);
}

.item-product-1__quantity-button--disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.item-product-1__quantity-block.quantity-limit-warning {
    border: 1px solid #fcbbbb;
}

.item-product-1__cart-link.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}


/* End */


/* Start:/local/components/webformat/recommended.product/templates/viewed-small/style.css?1771577262637*/
/* Стили для блока \"Вы смотрели\" (маленький шаблон в сайдбаре) */

.block-watched-sidebar .item-product-3 {
  flex: 0 0 auto;
  border: 1px solid var(--color-border);
}

.block-watched-sidebar .item-product-3__image {
  position: relative;
  width: 100%;
  padding-top: 100%; /* квадратная область под картинку */
  overflow: hidden;
}

.block-watched-sidebar .item-product-3__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}


/* End */


/* Start:/local/components/webformat/kit.selection/templates/.default/style.css?1772546342770*/
/* .form-kit-selection .form__group {
    grid-template-columns: 1fr!important;
} */
.form-kit-selection .form__field.is-error .checkbox__label::before {
    border-color: var(--color-border-error)!important;
}

.form-kit-selection .form__field.is-error .checkbox__label::after {
    border-color: var(--color-border-error)!important;
}

/* Ошибки чекбоксов используют общую стилистику из bases.css:
   .form__field.is-error .checkbox__label::before { border-color: var(--color-border-error); }
   Здесь лишь слегка подправим отступ для текстового сообщения, если оно есть.
*/
.form-kit-selection .form__field.is-error .form__error-message {
    margin-top: 4px;
}

/* End */


/* Start:/local/components/webformat/showrooms.banner/templates/.default/style.css?17725463421765*/
/*
Чуть меняем стили для попапа видео шоурумов,
по аналогии с block.completed_projects, но только для popup-showrooms-video-review
*/

.popup-showrooms-video-review .popup-video-review__content {
    margin-top: 15px;
}

.popup-showrooms-video-review .popup-video-review__image {
    position: relative;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Контейнер для iframe: только по высоте видео */
.popup-showrooms-video-review .popup-video-review__image-link {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

/* RuTube как адаптивное 16:9 видео */
.popup-showrooms-video-review .popup-video-review__image iframe.popup-video-review__image-img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

/* Убираем тёмный оверлей и иконку play,
 * которые перекрывают iframe RuTube.
 */
.popup-showrooms-video-review .popup-video-review__image-link::before {
    display: none !important;
}

.popup-showrooms-video-review .popup-video-review__image-play-icon {
    display: none !important;
}

.popup-make-appointment-for-consultation .form__field-agreement-personal-data {
    margin-bottom: 5px;
}
.popup-make-appointment-for-consultation .form__actions {
    margin-top: 5px;
}

/* На мобиле делаем контент попапа шире, чтобы всё помещалось */
@media (max-width: 768px) {
    .popup-showrooms-video-review .popup__content {
        max-width: 100% !important;
    }
}


/* End */


/* Start:/local/templates/rossvik/components/bitrix/news.list/block.completed_projects/style.css?17721053671695*/
/* 
Чуть меняем стили
 */

 .popup-video-review .popup-video-review__content {
    margin-top: 15px;
 }
.popup-video-review__image {
    position: relative;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Контейнер для iframe: только по высоте видео */
.popup-video-review__image-link {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

/* RuTube как адаптивное 16:9 видео */
.popup-video-review__image iframe.popup-video-review__image-img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

/* Убираем тёмный оверлей и иконку play,
 * которые перекрывают iframe RuTube.
 */
.popup-video-review__image-link::before {
    display: none !important;
}

.popup-video-review__image-play-icon {
    display: none !important;
}

/* SVG-заглушка документа должна адаптивно вписываться
 * в контейнер вложения и не обрезаться на мобиле.
 */
.item-review-1__attachment-placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.item-review-1__attachment-placeholder svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* Делаем сам контент попапа немного шире на мобиле,
 * чтобы всё помещалось по ширине.
 */
@media (max-width: 768px) {
    .popup-video-review .popup__content {
        max-width: 100% !important;
    }
}


/* End */


/* Start:/local/components/webformat/business.excursions/templates/.default/style.css?17745333531848*/
/* Поле даты в форме записи на бизнес-экскурсию: подсветка ошибки */
.form-sign-up-for-business-trip .form__field.has-error .date-field {
    border-color: var(--color-border-error);
}

/* Стили для попапа успеха бизнес-экскурсий */
.popup-business-trip-success .popup__content {
    max-width: 500px;
}

.popup-business-trip-success .popup__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 32px;
    background-color: var(--black-10);
    text-align: center;
}

.popup-business-trip-success .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    width: 72px;
    height: 72px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.06);
    background-color: var(--white-100);
}

.popup-business-trip-success p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: var(--black-100);
    margin: 0;
}

.popup-business-trip-success .button {
    font-weight: 600;
    font-size: 16px;
}

/* Стили для попапа ошибки бизнес-экскурсий */
.popup-business-trip-error .popup__content {
    max-width: 500px;
}

.popup-business-trip-error .popup__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 24px;
    background-color: var(--black-10);
    text-align: center;
}

.popup-business-trip-error__message {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: var(--black-100);
    margin: 0;
}

.popup-business-trip-error .button {
    font-weight: 600;
    font-size: 16px;
}

ul#business-excursions {
    margin: 0;
}

.form__field .checkbox {
    font-weight: 400;
}

/* End */


/* Start:/local/components/webformat/press.reviews/templates/detail.video/style.css?17731348912104*/
.popup-video-watch-review .popup-video-review__content {
    margin-top: 15px;
}

.popup-video-watch-review .popup-video-review__image {
    position: relative;
    width: 100%;
    height: auto !important;
    max-height: none !important;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.popup-video-watch-review .popup-video-review__image-link {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.popup-video-watch-review .popup-video-review__image iframe.popup-video-review__image-img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}

.popup-video-watch-review .popup-video-review__image-link::before {
    display: none !important;
}

.popup-video-watch-review .popup-video-review__image-play-icon {
    display: none !important;
}

@media (max-width: 768px) {
    .popup-video-watch-review .popup__content {
        max-width: 100% !important;
    }
}

.block-content-reviews .item-review-5__content-wrapper {
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    overflow: visible;
    text-overflow: clip;
}

.block-content-reviews .item-review-5.is-clamped .item-review-5__content-wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-content-reviews .item-review-5.is-clamped.is-opened .item-review-5__content-wrapper {
    -webkit-line-clamp: 5000;
}

.block-content-reviews .item-review-6__text-wrapper {
    display: block;
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
    overflow: visible;
    text-overflow: clip;
}

.block-content-reviews .item-review-6.is-clamped .item-review-6__text-wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-content-reviews .item-review-6.is-clamped.is-opened .item-review-6__text-wrapper {
    -webkit-line-clamp: 5000;
}

.block.block-reviews-real {
    margin: inherit;
}

/* End */


/* Start:/local/components/webformat/company.faq/templates/.default/style.css?17745999882253*/
/* ─── Попап "Задать вопрос эксперту" ──────────────────────────────────────── */

.popup-ask-question-expert .popup__content {
    max-width: 560px;
}

/* ─── Попап успеха ─────────────────────────────────────────────────────────── */

.popup-ask-question-expert-success .popup__content {
    max-width: 500px;
}

.popup-ask-question-expert-success .popup__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 32px;
    background-color: var(--black-10);
    text-align: center;
}

.popup-ask-question-expert-success .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    width: 72px;
    height: 72px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.06);
    background-color: var(--white-100);
}

.popup-ask-question-expert-success p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: var(--black-100);
    margin: 0;
}

.popup-ask-question-expert-success .button {
    font-weight: 600;
    font-size: 16px;
}

/* ─── Попап ошибки ─────────────────────────────────────────────────────────── */

.popup-ask-question-expert-error .popup__content {
    max-width: 500px;
}

.popup-ask-question-expert-error .popup__content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 24px;
    background-color: var(--black-10);
    text-align: center;
}

.popup-ask-question-expert-error__message {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    color: var(--black-100);
    margin: 0;
}

.popup-ask-question-expert-error .button {
    font-weight: 600;
    font-size: 16px;
}
#ask-question-expert-form .block-get-catalog__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
}
/* End */
/* /local/templates/rossvik/components/bitrix/catalog/catalog_sale/style.css?177490450362 */
/* /local/components/webformat/catalog.smart.filter.webformat/templates/catalog_filter_sale/style.css?17745999881052 */
/* /local/components/webformat/catalog.section.webformat/templates/grid/style.css?17749045031521 */
/* /local/templates/rossvik/components/bitrix/catalog.item/grid/style.css?17664995031489 */
/* /local/components/webformat/recommended.product/templates/viewed-small/style.css?1771577262637 */
/* /local/components/webformat/kit.selection/templates/.default/style.css?1772546342770 */
/* /local/components/webformat/showrooms.banner/templates/.default/style.css?17725463421765 */
/* /local/templates/rossvik/components/bitrix/news.list/block.completed_projects/style.css?17721053671695 */
/* /local/components/webformat/business.excursions/templates/.default/style.css?17745333531848 */
/* /local/components/webformat/press.reviews/templates/detail.video/style.css?17731348912104 */
/* /local/components/webformat/company.faq/templates/.default/style.css?17745999882253 */
