

/* Start:/local/components/webformat/sets.index/templates/.default/style.css?17700442382562*/
/* Скрытие компонента при добавлении класса d-none */
.sets-index-wrapper.d-none {
    display: none !important;
}

/* Скрытие родительского блока, если обертка скрыта */
.block-kits:has(.sets-index-wrapper.d-none) {
    display: none !important;
}

/* Скрытие элементов при добавлении класса d-none */
.item-equipment-1__more.d-none {
    display: none !important;
}

.item-equipment-1__quantity.d-none {
    display: none !important;
}

/* Стили для текста описания */
.item-equipment-1__description-text {
    font-size: 14px;
    line-height: 1.5;
    color: inherit;
}

/* Стили для кнопки показа полного описания */
.item-equipment-1__description-toggle {
    background: none;
    border: none;
    padding: 0;
    margin-top: 8px;
    cursor: pointer;
    color: #1F9160;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.2s;
}

.item-equipment-1__description-toggle:hover {
    opacity: 0.8;
}

.item-equipment-1__description-toggle-icon {
    display: inline-block;
    transition: transform 0.2s;
    font-size: 10px;
}

.item-equipment-1__description-toggle[data-expanded="true"] .item-equipment-1__description-toggle-icon {
    transform: rotate(180deg);
}

.item-equipment-1__description-toggle[data-expanded="true"] .item-equipment-1__description-toggle-text {
    display: none;
}

.item-equipment-1__description-toggle[data-expanded="true"]::after {
    content: "Скрыть";
}

/* Выравнивание высоты кнопки "Заказать" и переключателя количества */
.item-equipment-1__quantity {
    height: clamp(40px, 1.6667vw + 32px, 56px);
    min-height: clamp(40px, 1.6667vw + 32px, 56px);
}

.item-equipment-1__quantity .quantity__input {
    height: 100%;
    min-height: clamp(40px, 1.6667vw + 32px, 56px);
}

/* Стили для ссылки на название набора */
.item-equipment-1__name-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.item-equipment-1__name-link:hover .item-equipment-1__name {
    color: var(--green-100);
    transition: color var(--transition-speed, 0.2s);
}

/* Стили для блока с картинками */
.item-equipment-1__images {
    transition: background-color var(--transition-speed, 0.2s);
}

.item-equipment-1__images:hover {
    background-color: var(--white-100, #ffffff);
}

/* 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/templates/rossvik/components/bitrix/news.list/block.main.service.tabs/style.css?1773386286885*/
.block-ecosystem-services .item-module-1__video.item-module-1__video_road-map {
    align-self: stretch;
    display: flex;
}

.block-ecosystem-services .item-module-1__video.item-module-1__video_road-map .item-video-1,
.block-ecosystem-services .item-module-1__video.item-module-1__video_road-map .item-video-1__link,
.block-ecosystem-services .item-module-1__video.item-module-1__video_road-map .item-video-1__image {
    display: block;
    flex: 1 1 auto;
    width: 100%;
    height: 100% !important;
    min-height: 100%;
}

.block-ecosystem-services .item-module-1__video.item-module-1__video_road-map .item-video-1__image {
    line-height: 0;
}

.block-ecosystem-services .item-module-1__video.item-module-1__video_road-map .item-video-1__img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center;
}

/* 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/templates/rossvik/components/bitrix/form.result.new/get_catalog/style.css?1773386286330*/
.form-get-catalog .field-group-agreement {
    display: flex;
    align-items: flex-start;
    gap: 0;
    flex-wrap: wrap;
}

.form-get-catalog .field-group-agreement .form__field-agreement-personal-data,
.form-get-catalog .field-group-agreement .form__field-agreement-privacy-policy {
    display: inline-flex;
    margin: 0;
}

/* End */


/* Start:/local/components/bitrix/subscribe.edit/templates/mainpage/style.css?17733862862139*/
.subscribe-edit-mainpage__notice {
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid var(--color-border);
  font-size: 14px;
  line-height: 20px;
}

.subscribe-edit-mainpage__notice_success {
  background-color: rgba(31, 145, 96, 0.08);
  border-color: rgba(31, 145, 96, 0.24);
  color: var(--black-100);
}

.subscribe-edit-mainpage__notice_error {
  background-color: rgba(221, 74, 57, 0.08);
  border-color: rgba(221, 74, 57, 0.2);
  color: var(--black-100);
}

.subscribe-edit-mainpage__notice_info {
  background-color: rgba(11, 32, 76, 0.04);
  border-color: rgba(11, 32, 76, 0.12);
  color: var(--black-100);
}

.subscribe-edit-mainpage__notice_error div + div {
  margin-top: 6px;
}

.subscribe-edit-mainpage__rubrics {
  width: 100%;
  display: grid;
  gap: 12px;
}

.subscribe-edit-mainpage__rubrics-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--black-100);
}

.subscribe-edit-mainpage__rubric-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}

.subscribe-edit-mainpage__rubric {
  padding: 12px 14px;
  background-color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 32, 76, 0.08);
}

.subscribe-edit-mainpage__rubric .checkbox {
  display: block;
}

.subscribe-edit-mainpage__rubric .checkbox__label {
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: var(--black-100);
}

.subscribe-edit-mainpage__rubric .checkbox__label span {
  display: inline-block;
  padding-top: 1px;
}

.subscribe-edit-mainpage__auth-note {
  display: grid;
  gap: 16px;
  padding: 18px 20px;
  background-color: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(11, 32, 76, 0.08);
}

.subscribe-edit-mainpage__auth-note_compact {
  gap: 14px;
  padding: 16px 18px;
}

.subscribe-edit-mainpage__auth-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: var(--black-100);
}

.subscribe-edit-mainpage__auth-text {
  font-size: 14px;
  line-height: 20px;
  color: var(--black-100);
}

@media (max-width: 767px) {
  .subscribe-edit-mainpage__rubric-list {
    grid-template-columns: 1fr;
  }
}

/* End */
/* /local/components/webformat/sets.index/templates/.default/style.css?17700442382562 */
/* /local/templates/rossvik/components/bitrix/catalog.item/grid/style.css?17664995031489 */
/* /local/components/webformat/recommended.product/templates/viewed-small/style.css?1771577262637 */
/* /local/templates/rossvik/components/bitrix/news.list/block.main.service.tabs/style.css?1773386286885 */
/* /local/components/webformat/press.reviews/templates/detail.video/style.css?17731348912104 */
/* /local/templates/rossvik/components/bitrix/form.result.new/get_catalog/style.css?1773386286330 */
/* /local/components/bitrix/subscribe.edit/templates/mainpage/style.css?17733862862139 */
