

/* Start:/local/templates/rossvik/components/bitrix/catalog/catalog/style.css?17556922781122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/components/webformat/catalog.smart.filter.webformat/templates/catalog_filter/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/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/templates/rossvik/components/bitrix/catalog.section/block.slider/style.css?1772546342214*/
.block-products-discounted [id^="bx_incl_area"] .item-product-2,
.block-products-discounted [id*=" bx_incl_area"] .item-product-2,
.block-products-discounted [id*="bx_incl_area"] .item-product-2 {
    width: 30%;
}
/* 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/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/product.reviews/templates/.default/style.css?17731348913051*/
.reviews__content-inner.reviews__content-inner--compact .item-review-3:nth-child(n+3) {
    display: none;
}

.reviews__content-inner.reviews__content-inner--compact.is-opened .item-review-3:nth-child(n+3) {
    display: flex;
}

.js-review-video-preview {
    pointer-events: none;
}

.popup-reviews-media .popup-photo-gallery__image-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: default;
}

.popup-reviews-media .review-media-video {
    background-color: #000;
    pointer-events: auto;
    cursor: default;
}

.popup-reviews-media .popup-review-video {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: default;
}

.popup-reviews-media .popup-review-video__play {
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: clamp(40px, 2.5vw + 28px, 64px);
    height: clamp(32px, 2.0833vw + 22px, 52px);
    margin: auto;
    padding: 0;
    border: 0;
    background: none;
    cursor: default;
}

.popup-reviews-media .popup-review-video__play::before,
.popup-reviews-media .popup-review-video__play::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    transition: all 0.2s;
}

.popup-reviews-media .popup-review-video__play::before {
    border-width: 6px 0 6px 12px;
    border-style: solid;
    border-color: transparent transparent transparent var(--white-100);
    width: 0;
    height: 0;
    z-index: 1;
    left: 4px;
    margin: auto;
}

.popup-reviews-media .popup-review-video__play::after {
    background-color: var(--green-100);
    transform: skewY(-14deg);
    z-index: 0;
}

.popup-reviews-media .popup-review-video__play:hover::before {
    border-color: transparent transparent transparent var(--green-100);
}

.popup-reviews-media .popup-review-video__play:hover::after {
    background-color: var(--white-100);
}

.popup-reviews-media .popup-review-video__play:focus-visible {
    outline: 2px solid var(--green-100);
    outline-offset: 4px;
}

.popup-reviews-media .popup-review-video.is-playing .popup-review-video__play {
    opacity: 0;
    pointer-events: none;
}

.popup-reviews-media .popup__content {
    overflow: visible;
    max-width: 834px;
}

.popup-reviews-media .popup__content-inner {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
}

.popup-reviews-media .swiper {
    cursor: default;
}

.item-review-3__product {
    margin-top: 6px;
}

.item-review-3__product-link {
    color: var(--green-100);
    text-decoration: none;
}

.item-review-3__product-link:hover,
.item-review-3__product-link:focus-visible {
    text-decoration: underline;
}

.block-product-detail-tabs-2__form[data-question-success="1"] .form-ask-question-3 {
    display: none;
}

.block-product-detail-tabs-2__form[data-question-success="0"] .form-ask-question-3__success {
    display: none;
}

.form.form-ask-question-3__success.js-question-success {
    max-width: 100%;
}

/* 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/style.css?17556922781122 */
/* /local/components/webformat/catalog.smart.filter.webformat/templates/catalog_filter/style.css?17745999881052 */
/* /local/components/webformat/recommended.product/templates/viewed-small/style.css?1771577262637 */
/* /local/templates/rossvik/components/bitrix/catalog.section/block.slider/style.css?1772546342214 */
/* /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/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/product.reviews/templates/.default/style.css?17731348913051 */
/* /local/components/webformat/company.faq/templates/.default/style.css?17745999882253 */
