

/* 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/product.detail.gallery/templates/.default/style.css?17629596351600*/
.video-wrapper {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background: transparent;
}

.custom-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
}

.custom-play-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-play-button svg {
    width: 26px;
    height: 28px;
    display: block;
}

.product-gallery__video {
    cursor: pointer;
}

.popup-photo-gallery__image-link video {
    pointer-events: none;
}

.popup-photo-gallery__content, .popup-video-review__content {
    margin-top: 20px;
}

.product-gallery__video {
    display: block;
    width: 100%;
}

.product-gallery__video.preview {
    height: auto;
    overflow: visible;
}

.swiper {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}

.product-gallery__main.bg-white {
    background-color: #fff;
}

.product-gallery__previews.bg-white:has(.swiper-initialized) .product-gallery__item.swiper-slide-thumb-active {
    background-color: #fff;
}

.product-gallery__previews.bg-white:not(:has(.swiper-initialized)) .product-gallery__item:first-of-type {
    background-color: #fff;
}

.popup-photo-gallery .popup__content.bg-white {
    background-color: #fff;
}

/* End */


/* Start:/local/components/webformat/product.detail.info/templates/preview/style.css?1771921653955*/
.product-other-variants .product-other-variants__item.bg-white {
    background-color: #fff;
}

/* Основные параметры попапа КП */
.popup-kp .popup__content {
    max-width: 560px;
}

/* Подзаголовок внутри попапа */
.popup__subtitle {
    font-size: 14px;
    font-weight: 700;
    color: #151515;
    margin: 20px 0 12px;
}

/* Блок с КП из 1С */
.popup-kp__1c {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 16px;
    background: #f0faf5;
    border: 1px solid #1F9160;
    border-radius: 6px;
    margin-bottom: 4px;
}

.popup-kp__1c-label {
    font-size: 14px;
    font-weight: 600;
    color: #1F9160;
    flex: 1;
}

/* Чекбокс-блоки */
.kp-blocks {
    display: grid;
    gap: 4px;
    margin-bottom: 24px;
}

.kp-blocks .form__field {
    margin-bottom: 0;
}

/* Кнопка действия */
.popup-kp .form__actions {
    margin-top: 0;
}
/* End */


/* Start:/local/templates/rossvik/components/bitrix/form.result.new/did_not_find/style.css?1772116162701*/
.popup .form__input {
    width: 100%;
}

.product-other-variants__didnt-find-right-one-link {
    cursor: pointer;
}
.popup-didnt-find-right-one .popup__content {
    max-width: 668px;
}
.form-didnt-find-right-one .form__field-group--compact {
    display: grid;
    gap: 6px;
}
.form-didnt-find-right-one .form__field-group--compact .form__field {
    margin-bottom: 0;
}

.form__field-group.form__field-group--compact {
    margin: 30px 0;
}

.form__field-agreement_personal_data, .form__field-agreement_privacy_policy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    color: var(--black-100);
}

.form__field.form__field-comment textarea.form__input {
    resize: vertical;
}
/* End */


/* Start:/local/components/webformat/product.detail.info/templates/collections/style.css?1764316599815*/
.collection .popup__content {
    max-width: 1300px;
}

.collection .popup__content-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px 0;
}

.collection .popup__content-inner .item-product-1 {
    border-left: 1px solid var(--color-border);
}

@media only screen and (max-width: 767px) {
    .collection .popup__content-inner {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 375px) {
    .collection .popup__content-inner {
        grid-template-columns: 1fr;
    }
}

.item-collection-1__image.bg-white {
    background-color: #fff;
}

.item-product-1__img.bg-white {
    background-color: #fff;
}

.block-product-detail__collections .item-collection-1__image {
    overflow: hidden;
}
/* End */


/* Start:/local/components/webformat/consult.list/templates/.default/style.css?177253318386*/
.form__field-group.form__field-group--compact.select-from-list {
    margin: 10px 0;
}
/* End */


/* Start:/local/components/webformat/sets.detail/templates/.default/style.css?17691543044629*/
/* Скрытие компонента при добавлении класса d-none */
.item-card-9.d-none {
    display: none;
}

/* позволяет перенос на новую строку */
.item-card-9__products-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    width: 100%;
}

/* Товар в наборе - максимум 2 в строку */
.item-card-9__products-wrapper > .item-card-9__product {
    flex: 0 0 calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    box-sizing: border-box;
}

/* Разделитель между товарами - по умолчанию скрыт */
.item-card-9__products-wrapper > .item-card-9__separate {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
    margin-right: 0;
    margin-bottom: 0;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.08);
    background-color: var(--white-100);
    border-radius: 750px;
    padding: 9px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    align-self: flex-start;
}

/* Показываем разделители между товарами в одной строке (после 1-го, 3-го, 5-го товара) */
.item-card-9__products-wrapper > .item-card-9__separate:nth-child(4n-2) {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    margin-top: 38px;
    position: relative;
    right: 5%;
}

/* Скрываем разделители после товаров в конце строки (после 2-го, 4-го, 6-го товара) */
.item-card-9__products-wrapper > .item-card-9__separate:nth-child(4n) {
    display: none;
}

/* Стили для недоступных товаров */
.item-card-9__product_unavailable {
    opacity: 1;
    position: relative;
}

.item-card-9__product_unavailable::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    pointer-events: none;
}

.item-product-4__unavailable {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

/* Стили для блока количества в наборе */
.item-card-9__quantity {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    border: 1px solid var(--color-border);
    width: 100%;
    height: 48px;
}

.item-card-9__quantity.d-none {
    display: none;
}

.item-card-9__quantity .quantity__input.detail {
    height: inherit;
}

.item-card-9__quantity .quantity__button.basket-detail {
    height: 48px;
}

/* Стили для кнопки "В корзину" */
.item-card-9__button {
    display: block;
}

.item-card-9__button.d-none {
    display: none;
}

.item-card-9__button.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.item-card-9__button.disabled .item-card-9__button-link {
    background-color: #ccc;
    border: 1px solid #ccc;
    opacity: 0.5;
}

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

/* Стили для badge с количеством товара в наборе */
.item-product-4__image {
    position: relative;
}

.item-product-4__quantity-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 2;
}

.item-product-4__quantity-badge .badge.badge_quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    background-color: var(--orange-100, #FF9519);
    color: var(--white-100, #ffffff);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Адаптивность для мобильных устройств */
@media only screen and (max-width: 767px) {
    .item-card-9__products-wrapper > .item-card-9__product {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    
    .item-card-9__products-wrapper > .item-card-9__separate {
        display: none;
        position: static;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 3%;
    }
    
    .item-card-9__products-wrapper > .item-card-9__separate:nth-child(4n) {
        display: flex;
    }
    
    .item-card-9__products-wrapper > .item-card-9__separate:nth-child(4n-2) {
        position: static;
        margin-bottom: 20px;
        margin-top: 20px!important;
        margin-left: 3%;
    }
    
    .item-card-9__quantity {
        flex: 1;
    }
}

/* End */


/* Start:/local/templates/rossvik/components/bitrix/form.result.new/online_viewing/style.css?1772176184452*/
.popup .form__input {
    width: 100%;
}

.form__field-group--compact {
    display: grid;
    gap: 6px;
    margin: 30px 0;
}

.form__field-group--compact .form__field {
    margin-bottom: 0;
}

.form__field-agreement_personal_data, .form__field-agreement_privacy_policy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    color: var(--black-100);
}

.form__field.form__field-comment textarea.form__input {
    resize: vertical;
}

/* End */


/* Start:/local/templates/rossvik/components/bitrix/form.result.new/want_lower_price/style.css?1772176184452*/
.popup .form__input {
    width: 100%;
}

.form__field-group--compact {
    display: grid;
    gap: 6px;
    margin: 30px 0;
}

.form__field-group--compact .form__field {
    margin-bottom: 0;
}

.form__field-agreement_personal_data, .form__field-agreement_privacy_policy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    color: var(--black-100);
}

.form__field.form__field-comment textarea.form__input {
    resize: vertical;
}

/* End */


/* Start:/local/templates/rossvik/components/bitrix/form.result.new/invitation_to_participate_in_tenders/style.css?1772176184452*/
.popup .form__input {
    width: 100%;
}

.form__field-group--compact {
    display: grid;
    gap: 6px;
    margin: 30px 0;
}

.form__field-group--compact .form__field {
    margin-bottom: 0;
}

.form__field-agreement_personal_data, .form__field-agreement_privacy_policy {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    color: var(--black-100);
}

.form__field.form__field-comment textarea.form__input {
    resize: vertical;
}

/* End */


/* Start:/local/components/webformat/product.detail.info/templates/tabs/style.css?1766561619462*/
.product-detail-packaging__content.no-grip-gap {
    grid-gap: 0;
}

.solid-line {
    height: 2px;
}

.item-product-1__image {
    height: 240px !important;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-product-1__img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    max-width: none;
}

.item-product-1__img.bg-white {
    background-color: #fff;
}

/* 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/consumable.materials/templates/.default/style.css?177192165335*/
.tag {
    text-decoration: none;
}
/* End */


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

.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;
}

.form__field-group.form__field-group--compact.ask-question {
    margin: 10px 0;
}

/* End */


/* Start:/local/components/webformat/product.detail.ecommerce/templates/price/style.css?1764316599205*/
.block-sidebar-commerce__sale-prices-values {
    display: flex;
    align-items: baseline;
    grid-gap: 12px;
    margin-top: 6px;
}

.block-sidebar-commerce__prices-values.compact {
    grid-gap: 6px;
}
/* End */


/* Start:/local/components/webformat/product.detail.ecommerce/templates/warehouse/style.css?1770014828110*/
.not-available-msg {
    font-size: 12px;
    opacity: 0.5;
}

.transit-warehouse-line {
    margin: 5px 0;
}

/* End */


/* Start:/local/components/webformat/product.detail.ecommerce/templates/basket/style.css?1766561619766*/
.quantity.quantity-limit-warning {
    border: 1px solid #fcbbbb;
}

.quantity_theme_white .quantity__button:hover {
    background-color: #fafaf9;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

#detail-quantity-block.quantity {
    grid-template-columns: 36px 1fr 36px;
}

.quantity__input.detail {
    height: inherit
}

.block-sidebar-commerce__button-buy.disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.block-sidebar-commerce__button-buy.disabled .block-sidebar-commerce__button-buy-link {
    background-color: #ccc;
    border: 1px solid #ccc;
    opacity: 0.5;
}

.block-sidebar-commerce__button-buy.d-none {
    display: none;
}

#detail-quantity-block.d-none {
    display: none;
}

.quantity__button.basket-detail {
    height: 48px;
}
/* End */


/* Start:/local/components/webformat/product.detail.ecommerce/templates/delivery/style.css?1771921653958*/
.help__icon.courier {
    display: block;
}

.opacity-50 {
    opacity: 0.5;
}

.underline {
    text-decoration: underline;
}

.help.w-100 {
    width: inherit;
    height: inherit;
}

.help__icon.w-100 {
    width: inherit;
    height: inherit;
}

.block-sidebar-commerce__delivery-by-company .popover__content a:visited {
    color: var(--color-link);
    text-decoration-color: var(--color-link-decoration);
}

.block-sidebar-commerce__delivery-by-company .popover__content a:hover,
.block-sidebar-commerce__delivery-by-company .popover__content a:hover:focus,
.block-sidebar-commerce__delivery-by-company .popover__content a:hover:focus-visible {
    color: var(--color-link-hover);
    text-decoration-color: var(--color-link-decoration-hover);
}

.block-sidebar-commerce__delivery-by-courier .popover__content > div {
    margin-bottom: 8px;
}

.block-sidebar-commerce__delivery-by-courier .popover__content > div:last-child {
    margin-bottom: 0;
}

/* 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/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 */
/* /local/templates/rossvik/components/bitrix/catalog/catalog/style.css?17556922781122 */
/* /local/components/webformat/product.detail.gallery/templates/.default/style.css?17629596351600 */
/* /local/components/webformat/product.detail.info/templates/preview/style.css?1771921653955 */
/* /local/templates/rossvik/components/bitrix/form.result.new/did_not_find/style.css?1772116162701 */
/* /local/components/webformat/product.detail.info/templates/collections/style.css?1764316599815 */
/* /local/components/webformat/consult.list/templates/.default/style.css?177253318386 */
/* /local/components/webformat/sets.detail/templates/.default/style.css?17691543044629 */
/* /local/templates/rossvik/components/bitrix/form.result.new/online_viewing/style.css?1772176184452 */
/* /local/templates/rossvik/components/bitrix/form.result.new/want_lower_price/style.css?1772176184452 */
/* /local/templates/rossvik/components/bitrix/form.result.new/invitation_to_participate_in_tenders/style.css?1772176184452 */
/* /local/components/webformat/product.detail.info/templates/tabs/style.css?1766561619462 */
/* /local/components/webformat/press.reviews/templates/detail.video/style.css?17731348912104 */
/* /local/components/webformat/consumable.materials/templates/.default/style.css?177192165335 */
/* /local/components/webformat/company.faq/templates/detail/style.css?17724493342193 */
/* /local/components/webformat/product.detail.ecommerce/templates/price/style.css?1764316599205 */
/* /local/components/webformat/product.detail.ecommerce/templates/warehouse/style.css?1770014828110 */
/* /local/components/webformat/product.detail.ecommerce/templates/basket/style.css?1766561619766 */
/* /local/components/webformat/product.detail.ecommerce/templates/delivery/style.css?1771921653958 */
/* /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/product.reviews/templates/.default/style.css?17731348913051 */
