

/* Start:/local/templates/main_b2b/components/bitrix/news.detail/news_detail_simple/style.css?178481710326979*/
div.news-detail
{
	word-wrap: break-word;
}

/* ===== LIGHTBOX ===== */
.news-slider-lightbox-trigger {
    cursor: zoom-in;
}

.news-lightbox {
    --news-lightbox-image-max-height: min(702px, calc(100vh - 322px));
    --news-lightbox-image-max-width: min(1064px, calc(100vw - 108px));
    align-items: center;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    inset: 0;
    justify-content: center;
    position: fixed;
    z-index: 9999;
}

.news-lightbox[hidden] {
    display: none !important;
}

.news-lightbox.active {
    display: flex;
}

.news-lightbox__dialog {
    align-items: center;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    overflow: auto;
    padding: clamp(56px, 8.98vh, 92px) 54px clamp(28px, 6.25vh, 64px);
    position: relative;
    width: 100%;
}

.news-lightbox__img-wrap {
    align-items: center;
    border-radius: 32px;
    display: flex;
    justify-content: center;
    max-height: var(--news-lightbox-image-max-height);
    max-width: var(--news-lightbox-image-max-width);
    overflow: hidden;
}

.news-lightbox__img {
    border-radius: inherit;
    display: block;
    height: auto;
    max-height: var(--news-lightbox-image-max-height);
    max-width: var(--news-lightbox-image-max-width);
    transition: opacity 0.2s ease;
    user-select: none;
    width: auto;
}

.news-lightbox__img.loading {
    opacity: 0;
}

.news-lightbox__close {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    height: 16px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 54px;
    top: 52px;
    width: 16px;
    z-index: 2;
}

.news-lightbox__close svg {
    display: block;
}

.news-lightbox__thumbs {
    display: flex;
    gap: 15px;
    margin-top: 18px;
    max-width: var(--news-lightbox-image-max-width);
    overflow-x: auto;
    padding: 0;
    scrollbar-width: none;
}

.news-lightbox__thumbs::-webkit-scrollbar {
    display: none;
}

.news-lightbox__thumb {
    background: transparent;
    border: 2px solid transparent;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    flex: 0 0 201px;
    height: 151px;
    overflow: hidden;
    padding: 0;
    transition: border-color 0.2s ease;
    width: 201px;
}

.news-lightbox__thumb.is-active {
    border-color: #2F8EED;
}

.news-lightbox__thumb img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news-lightbox-open {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .news-lightbox {
        --news-lightbox-image-max-height: min(60vh, 702px);
        --news-lightbox-image-max-width: 100%;
    }

    .news-lightbox__dialog {
        padding: 52px 16px 24px;
    }

    .news-lightbox__close {
        right: 18px;
        top: 18px;
    }

    .news-lightbox__thumbs {
        max-width: 100%;
        margin-top: 14px;
    }

    .news-lightbox__thumb {
        flex-basis: 134px;
        height: 101px;
        width: 134px;
    }
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.intro-single-section {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
  gap: 36px;
  width: 100%;
}

.single-media-section {
	display: flex;
	gap: 16px;
	width: 100%;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.intro-single-section__title {
    color: var(--b2b-accent);
    font-size: 56px;
    font-weight: 700;
    text-align: left;
    line-height: 114.99999999999999%;
    margin-bottom: 36px;
    
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    hyphens: auto;
}

@media screen and (max-width: 1320px) {
    .intro-single-section__title {
        font-size: calc(32px + 24 * (100vw - 768px) / 552);
        margin-bottom: calc(24px + 12 * (100vw - 768px) / 552);
    }
}

@media screen and (max-width: 920px) {
    .intro-single-section__title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .intro-single-section__title {
        font-size: 28px;
        line-height: 1.25;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .intro-single-section__title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
}

.single-media-section__content {
	display: flex;
	flex-grow: 1;
  max-width: calc(100% - 344px);
  gap: 36px;
	flex-direction: column;
	flex-wrap: wrap;
}

.news-slider-component {
	width: 100%;
	border-radius: 28px;
	position: relative;
	margin-right: 16px;
}

.single-media-section__slider {
	border-radius: 28px;
	height: 617px;
}

.news-slider-component__slider {
  border-radius: 28px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.news-slider-component__slide {
    height: 100%;
}


.news-card:hover .read-icon path {
    stroke: var(--b2b-primary);
    transition: .35s;
}

.swiper {
	  margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-duration: 0ms;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0ms;
    box-sizing: content-box;
}

.news-slider-component__slide img {
    border-radius: 28px;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.swiper-pagination {
    border-radius: 100px;
}
.light-bullets.swiper-pagination {
    bottom: 12px;
    line-height: 0;
    padding: 4px;
    border-radius: 8px;
    background: #ffffff59;
    left: calc(50% - 2px);
    transform: translate(-50%) translateZ(0);
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10;
}

.news-sidebar__item--img-img {
	width: 104px;
	height: 92px;
	border-radius: 10px;
}

.single-media-section__sidebar {
    width: 328px;
    min-width: 328px;
    position: sticky;
    top: 104px;
    align-self: flex-start;
}

.news-sidebar {
    display: flex;
    flex-wrap: wrap;
    max-width: 328px;
    width: 100%;
    gap: 16px;
}

.news-sidebar__title {
  width: 100%;
	font-size: 22px;
}

.intro-single-section__title {
	color: var(--b2b-accent);
	font-size: 56px;
	font-weight: 700;
	text-align: left;
	line-height: 114.99999999999999%;
	margin-bottom: 36px;
}

.news-sidebar__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-media-section__description {
    font-weight: 400;
    font-size: 18px;
    color: #123670;
    font-family: Raleway;
    font-style: Regular;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 1%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    white-space: normal;
    overflow-x: auto;
    overflow-y: hidden;
}

.single-media-section__description a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
}

.single-news-page--useful .single-media-section__description,
.single-news-page--useful .single-media-section__description * {
    color: #123670 !important;
}

@media screen and (max-width: 920px) {
    .single-media-section__description {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 768px) {
    .single-media-section__description {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .single-media-section__description {
        font-size: 14px;
    }
}

.news-sidebar__link {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
    text-decoration: none;
    color: inherit;
    gap: 12px;
    cursor: pointer;
    width: 100%;
}

.news-sidebar__action {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
    background-color: #f7f5ff;
    padding: 16px;
    gap: 20px;
    border-radius: 16px;
    max-width: 352px;
}

.news-sidebar__item--img {
	min-width: 104px;
  width: 104px;
  height: 92px;
  border-radius: 10px;
  overflow: hidden;
}

.news-sidebar__item--img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.news-sidebar__item--content {
	flex-grow: 1;
  max-width: 212px;
}

.news-sidebar__item--title {
	-webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
	font-size: 16px;
  line-height: 130%;
  font-variant-numeric: lining-nums proportional-nums;
  margin: 0;
	font-weight: 600;
	letter-spacing: normal;
}

.news-sidebar__action--title {
	font-size: 22px;
	font-weight: 700;	
	line-height: 115%;
}

.news-sidebar__action--title span {
    color: #24d292;
}

.intro-single-section__date {
	color: #123670;
	font-size: 16px;
	font-weight: 500;
}

.single-media-section__description {
	font-weight: 400;
	font-size: 18px;
	color: #123670;
}

.intro-single-section__info {
	gap: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.intro-single-section__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.intro-single-section__category {
	padding: 12px;
  border-radius: 10px;
  min-height: 44px;
	font-size: 16px;
  line-height: 130%;
  margin: 0;
	font-weight: 600;
}

.single-news-page__content {
	margin-top: 36px;
}

@media screen and (max-width: 1300px) {
    .single-media-section__content {
        max-width: calc(100% - 306px);
    }
}

@media screen and (max-width: 1320px) {
    .single-media-section__slider {
        border-radius: calc(20px + 8 * (100vw - 768px) / 552);
    }
}

@media screen and (max-width: 1320px) {
    .single-news-page__content {
        margin-top: calc(24px + 12 * (100vw - 768px) / 552);
    }
}

@media screen and (max-width: 920px) {
    .news-sidebar {
        max-width: 100%;
    }
}

@media screen and (max-width: 920px) {
    .intro-single-section {
        gap: 28px;
    }
}

@media screen and (max-width: 920px) {
    .single-media-section {
        flex-direction: column;
    }
}

@media screen and (max-width: 920px) {
    .single-media-section__content {
        max-width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    .single-media-section__content {
        max-width: calc(100% - 306px);
    }
}
@media screen and (max-width: 920px) {
    .single-media-section__content {
        gap: 28px;
    }
}

@media screen and (max-width: 1320px) {
    .single-media-section__slider {
        border-radius: calc(20px + 8 * (100vw - 768px) / 552);
    }
}

@media screen and (max-width: 1320px) {
    .single-media-section__slider {
        height: calc(480px + 137 * (100vw - 768px) / 552);
    }
}

@media screen and (max-width: 1320px) {
    .news-slider-component__slider {
        border-radius: calc(20px + 8 * (100vw - 768px) / 552);
    }
}


/* SLIDER */
/* Стили для контейнера слайдера */
.news-slider-component {
    position: relative;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
}

/* Стили для кнопок навигации */
.slider-nav-buttons {
display: flex;
  align-items: center;
	justify-content: space-between;
  gap: 24px;
	position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  padding: 0 12px;
  transform: translate(-50%, -50%);
}

.slider-nav-buttons .slider-button {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    margin: 0;
    background: #f9fcff;
}

.slider-button-prev {
    height: 32px;
    width: 32px;
    background: #ffffffe6;
    border-radius: 4px;
    color: #0a1a3e;
}

.slider-button-prev:after {
	transform: rotate(180deg);
}

.slider-button:hover {
    background: white;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.slider-button:active {
    transform: scale(0.95);
}

/* Стили для контейнера пагинации (точки) */
.slider-pagination {
	border-radius: 100px;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translateZ(0);
    z-index: 10;
		bottom: 12px;
    line-height: 0;
    padding: 4px;
    background: #ffffff59;
    left: calc(50% - 2px);
    transform: translate(-50%) translateZ(0);
}

/* ========== СТИЛИ ДЛЯ СЛАЙДЕРА ========== */

/* Стили для кнопок навигации */
.slider-nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1;
    padding: 0 12px;
    transform: translate(-50%, -50%);
}

.slider-nav-buttons .slider-button {
    position: relative;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
    margin: 0;
    background: #f9fcff;
}

.slider-button-prev,
.slider-button-next {
    height: 32px;
    width: 32px;
    background: #ffffffe6;
    border-radius: 4px;
    color: #0a1a3e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: all 0.3s ease;
}

/* Стрелки через псевдоэлементы - исправленная версия */
.slider-button-prev:after,
.slider-button-next:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4708 8.40039L0.32959 8.40039' stroke='currentColor' stroke-width='0.941177' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4736 12.3533L16.4705 8.40033L12.4736 4.44739' stroke='currentColor' stroke-width='0.941177' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4708 8.40039L0.32959 8.40039' stroke='currentColor' stroke-width='0.941177' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.4736 12.3533L16.4705 8.40033L12.4736 4.44739' stroke='currentColor' stroke-width='0.941177' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
}

.slider-button-prev:after {
    transform: rotate(180deg);
}

.slider-button-next:after {
    transform: rotate(0deg);
}

/* Hover эффекты */
.slider-button-prev:hover,
.slider-button-next:hover {
    background: white;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.slider-button-prev:active,
.slider-button-next:active {
    transform: scale(0.95);
}

/* Отключенные кнопки */
.slider-button-prev.disabled,
.slider-button-next.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

/* Стили для контейнера пагинации (точки) */
.slider-pagination {
    border-radius: 100px;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
    bottom: 12px;
    line-height: 0;
    padding: 4px;
    background: #ffffff59;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

/* Стили для точек пагинации */
.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

/* Активная точка */
.pagination-dot.active {
    background: white;
    transform: scale(1.2);
}

/* Hover точки */
.pagination-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

/* Адаптация для мобильных устройств */
@media screen and (max-width: 768px) {
    .slider-button-prev,
    .slider-button-next {
        width: 28px;
        height: 28px;
    }
    
    .slider-button-prev:after,
    .slider-button-next:after {
        width: 12px;
        height: 12px;
    }
    
    .slider-pagination {
        bottom: 12px;
        padding: 6px 12px;
        gap: 6px;
    }
    
    .pagination-dot {
        width: 8px;
        height: 8px;
    }
}

/* Стили для слайдов */
.news-slider-component .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-slider-component .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
}

.news-slider-component .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.news-slider-component .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}

/* Анимация для активного слайда */
.news-slider-component .swiper-slide {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.news-slider-component .swiper-slide.active {
    opacity: 1;
}

/* Стили для точек пагинации */
.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.slider-pagination .pagination-dot:not(:last-child) {
    margin-right: 4px;
}

.slider-pagination .pagination-dot.active {
    opacity: 1;
}

.pagination-dot.active {
    background: white;
    transform: scale(1.2);
}

.pagination-dot:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: scale(1.1);
}

/* Адаптация для мобильных устройств */
@media screen and (max-width: 768px) {
    .slider-button {
        width: 36px;
        height: 36px;
        margin: 0 8px;
    }
    
    .slider-button svg {
        width: 18px;
        height: 18px;
    }
    
    .slider-pagination {
        bottom: 12px;
        padding: 6px 12px;
        gap: 6px;
    }
    
    .pagination-dot {
        width: 6px;
        height: 6px;
    }
}

/* Стили для слайдов */
.news-slider-component .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-slider-component .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
    height: 100%;
}

.news-slider-component .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.news-slider-component .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}

/* Анимация для активного слайда */
.news-slider-component .swiper-slide {
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.news-slider-component .swiper-slide.active {
    opacity: 1;
}

@media screen and (max-width: 1320px) {
    .news-slider-component__slider {
        border-radius: calc(20px + 8 * (100vw - 768px) / 552);
    }
}

@media screen and (max-width: 1320px) {
    .single-media-section__slider {
        border-radius: calc(20px + 8 * (100vw - 768px) / 552);
    }
}

@media screen and (max-width: 920px) {
    .single-media-section__content {
        max-width: 100%;
    }
}

@media screen and (max-width: 920px) {
    .news-sidebar {
        max-width: 100%;
    }
}

@media screen and (max-width: 920px) {
    .single-media-section__sidebar {
        width: 100%;
        min-width: 0;
        position: static;
    }
}
@media screen and (max-width: 1300px) {
    .single-media-section__sidebar {
        width: 290px;
        min-width: 290px;
    }
}

@media screen and (max-width: 920px) {
    .news-sidebar__list {
        max-width: calc(100% - 368px);
    }
}

/* На телефоне промо-блок «Регистрируйтесь» переносится под список, поэтому
   резерв в 368px под него обнуляет ширину списка: карточки «Интересного»
   схлопываются, а их изображения (min-width: 104px) наезжают на промо. */
@media screen and (max-width: 640px) {
    .news-sidebar__list {
        max-width: 100%;
    }

    .news-sidebar__action {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 920px) {
    .news-sidebar__action {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 920px) {
    .single-media-section__sidebar {
        width: 100%;
        min-width: 0;
        position: static;
    }
}

/* BOTTOM */
.single-news-page__slider {
    margin-top: 48px;
}

.cards-auto-w-slider__head {
    gap: 32px;
}

.new-section__title span{
    font-weight: 700;
    font-size: 36px;
    color: var(--b2b-accent);
}

.mt-32-28 {
    margin-top: 32px;
}

.slider-full-width {
    padding-left: calc((100% - 1320px) / 2);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.slider-full-width .swiper-wrapper {
    align-items: stretch;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.slider-full-width .swiper-slide:first-child {
    padding-left: 20px;
}
.slider-full-width .swiper-slide {
    width: fit-content;
    height: auto;
    padding-right: 16px;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.cards-auto-w-slider__card {
    width: 308px;
    height: 100%;
}

.recently-viewed-slider {
    display: none;
}


.product-card[data-v-6d6ed1ea] {
    background: #d9efff;
    gap: 8px;
    padding: 12px;
    border-radius: 20px;
    height: 100%
}

.product-card__wrapper[data-v-6d6ed1ea] {
    text-decoration: none;
    color: inherit
}

.product-card__head[data-v-6d6ed1ea] {
    width: 100%;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 12px
}

.product-card__head[data-v-6d6ed1ea] {
    height: 312px
}

@media screen and (max-width: 1320px) {
    .product-card__head[data-v-6d6ed1ea] {
        height:calc(240px + 72 * (100vw - 768px) / 552)
    }
}

@media screen and (max-width: 768px) {
    .product-card__head[data-v-6d6ed1ea] {
        height:240px
    }
}

.product-card__head--square[data-v-6d6ed1ea] {
    height: 312px
}

@media screen and (max-width: 920px) {
    .product-card__head--square[data-v-6d6ed1ea] {
        height:224px
    }
}

@media screen and (max-width: 480px) {
    .product-card__head--square[data-v-6d6ed1ea] {
        height:144px
    }
}

.product-card__head--to-224[data-v-6d6ed1ea] {
    height: 312px
}

@media screen and (max-width: 1320px) {
    .product-card__head--to-224[data-v-6d6ed1ea] {
        height:calc(224px + 88 * (100vw - 768px) / 552)
    }
}

@media screen and (max-width: 768px) {
    .product-card__head--to-224[data-v-6d6ed1ea] {
        height:224px
    }
}

/* Стили для слайдера товаров */
.products-services {
    position: relative;
    width: 100%;
}

.products-services__head {
    margin-bottom: 32px;
}

.products-services__title {
    margin-bottom: 0;
}

.products-services__text {
    max-width: 50%;
    color: #666;
}

.products-services__content {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.products-services__content .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease;
}

.products-services__slide {
    flex-shrink: 0;
    width: calc(33.333% - 16px);
    margin-right: 16px;
}

@media (max-width: 1024px) {
    .products-services__slide {
        width: calc(50% - 12px);
        margin-right: 12px;
    }
}

@media (max-width: 768px) {
    .products-services__slide {
        width: calc(100% - 0px);
        margin-right: 0;
    }
}

.products-services__card {
    height: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products-services__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.products-services__nav-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.products-services-prev,
.products-services-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.products-services-prev:hover,
.products-services-next:hover {
    background: #e5e5e5;
}

.products-services-prev.swiper-button-disabled,
.products-services-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.chip-component.product {
    background: var(--b2b-primary); 
    color: #fff; 
    border-radius: 100px;
    padding: 2px 8px;
}

/* Избранное в слайдере товаров */
.products-services .favourite-button {
    position: relative;
    z-index: 2;
    cursor: pointer;
    background: transparent;
    border: none;
}

.products-services .favourite-button.remove-to-favorite svg path {
    fill: #8654CC;
}

.products-services .favourite-button.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Кнопка "Оставить заявку" в слайдере товаров */
.products-services .product-request-open-btn {
    position: relative;
    z-index: 2;
}

/* У заголовка новости не должно быть отступа снизу: расстояние до даты
   задаёт gap самой .intro-single-section (36px). Правило перекрывает
   margin-bottom из дублей .intro-single-section__title выше и их
   адаптивные значения. */
.intro-single-section__content .intro-single-section__title {
    margin-bottom: 0;
}

/* End */


/* Start:/local/components/spll/catalog.element.request/templates/.default/style.css?177718665310571*/
/* Стили только для модального окна "Запрос" */

/* Базовые стили модального окна */
.q-dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease, visibility 0.2s;
}

.q-dialog.active {
    visibility: visible;
    opacity: 1;
}


.q-dialog__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}


.q-dialog__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1002;
    padding: 16px;
}

.q-dialog__inner form {
    pointer-events: auto;
    max-width: 556px;
    width: 100%;
    height: auto;
    max-height: 95vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}


.q-dialog .modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px 0px;
    margin: 0px;
    width: 100%;
}

.q-dialog .modal__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    flex: 0 0 auto;
}

.q-dialog .modal__close {
    background: transparent;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
    margin-left: auto;
    padding: 0;
    line-height: 1;
}

.q-dialog .modal__close i {
    font-size: 24px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.q-dialog .modal__content {
    padding: 16px 32px 40px;
    overflow-y: auto;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.q-dialog .product-request-modal__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.q-dialog .request-preview {
    display: flex;
    gap: 16px;
}

.q-dialog .request-preview img {
    width: 116px;
    height: 131px;
    background: #eaeaea;
    border-radius: 8px;
    object-fit: cover;
}

.q-dialog .preview-details {
    width: 100%
}

.q-dialog .preview-details h4 {
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 700;
}

.q-dialog .detail-offer-props {
    margin-bottom: 12px;
}

.q-dialog .detail-offer-props .prop-name {
    font-weight: 500;
    font-size: 12px;
}

.q-dialog .detail-offer-props .prop-val {
    font-weight: 500;
    font-size: 12px;
    padding: 0px 10px 0px 5px;
}

.q-dialog .preview-details .company-name {
    padding: 4px 8px !important;
    border-radius: 4px;
    background: #f7f5ff;
    color: #1c1b1d;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.q-dialog .preview-details .price {
    font-weight: 400;
    color: #1c1b1d;
    font-size: 16px;
}

.q-dialog .preview-details .price-empty {
    font-size: 16px;
    font-weight: 400;
}

.q-dialog .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0px;
}

.q-dialog .form-group label {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.q-dialog .form-group label .error-color, .q-dialog .product-request-modal__remark .error-color {
    color: #ff1c1c;
}

.q-dialog .form-group input,
.q-dialog .form-group textarea,
.q-dialog .form-group select {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: inherit;
    font-size: 16px;
    transition: border-color 0.2s;
}

.q-dialog .form-group input:focus,
.q-dialog .form-group textarea:focus,
.q-dialog .form-group select:focus {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

.q-dialog .form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.q-dialog .row-2cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.q-dialog .modal__footer {
    background: white;
    margin-top: auto;
}

.q-dialog .modal__footer button{
    width: 100%
}

.q-dialog .modal__submit {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    border-radius: 8px;
    background: #0066cc;
    color: white;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.q-dialog .modal__submit:hover {
    background: #0052a3;
}

.q-dialog .modal__submit:active {
    transform: translateY(1px);
}

.q-dialog .material-icons {
    font-size: 24px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.q-dialog .fixed-full {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.q-dialog .no-pointer-events {
    pointer-events: none;
}

.q-dialog .flex {
    display: flex;
}

.q-dialog .flex-center {
    align-items: center;
    justify-content: center;
}

.q-dialog .column {
    flex-direction: column;
}

.q-dialog .row {
    flex-direction: row;
}

.q-dialog .no-wrap {
    flex-wrap: nowrap;
}

.q-dialog .items-center {
    align-items: center;
}

.q-dialog .scroll {
    overflow-y: auto;
}

.q-dialog .product-request-modal__notify, .q-dialog .product-request-modal__remark {
    color: #939393;
    font-size: 12px;
    margin: 0px;
}

.q-dialog .product-request-modal__notify, .q-dialog .product-request-modal__notify a {
    color: #1c1b1d;
}

.q-dialog .product-request-modal__notify a {
    text-decoration: underline;
}

.q-dialog .form-catalog-element-request.loading .send-request-btn{
    opacity: 0.7;
    pointer-events: none;
    position: relative;
}

.q-dialog .form-catalog-element-request.loading .send-request-btn::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid #8654CC;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.q-dialog #modalErrorContent .product-request-modal__content, .q-dialog #modalSuccessContent .product-request-modal__content {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

}

.q-dialog #modalErrorContent h3, .q-dialog #modalSuccessContent h3 {
    color: #333;
    margin: 0;
}

.q-dialog #modalErrorContent p, .q-dialog #modalSuccessContent p {
    color: #666;
    line-height: 1.5;
}

.q-dialog #closeSuccessBtn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.q-dialog #closeSuccessBtn:hover {
    background: #45a049;
}

.q-dialog #closeSuccessBtn:active {
    transform: translateY(1px);
}

.q-dialog .form-catalog-element-request:has(#modalErrorContent[style*="display: block"]),
.q-dialog .form-catalog-element-request:has(#modalSuccessContent[style*="display: block"]) {
    height: auto;
}

.q-dialog .form-catalog-element-request {
    max-height: 95vh;
    width: 556px;
    height: auto;
}

.q-dialog .success-icon {
    width: 60px;
    height: 60px;
}

.q-dialog .error-title, .q-dialog .success-title {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.q-dialog .error-text, .q-dialog .success-text {
    font-size: 16px;
    color: #666;
    line-height: 1.4;
}

.q-dialog .success-button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    max-width: 180px;
    margin: 0 auto;
}

.q-dialog .success-button:hover {
    background: #45a049;
}

.q-dialog .error-icon {
    width: 60px;
    height: 60px;
}

.q-dialog .error-icon circle {
    fill: #F44336;
}

.q-dialog .error-icon path {
    stroke: white;
    stroke-width: 4;
    stroke-linecap: round;
}

/* Стили для поля загрузки файла */
.q-dialog .file-upload-group {
    margin-bottom: 5px;
}

.q-dialog .form-control-upload {
    position: relative;
    min-height: 44px;
    width: 100%;
}

.q-dialog .file-uploader-component__btn {
    width: 100%;
    background: #d7baff;
    color: #1c1b1d;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
    z-index: 1;
    pointer-events: none;  /* Кнопка не перехватывает события мыши */
}

.q-dialog .file-uploader-component__btn:hover {
    background: #8654cc;
    color: #fff;
}

.q-dialog .hidden-file-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

/* Добавляем hover эффект через родительский контейнер */
.q-dialog .form-control-upload:hover .file-uploader-component__btn {
    background: #8654cc;
    color: #fff;
}

.q-dialog .file-name-display {
    margin-top: 8px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0e0e0;
    word-break: break-all;
}

.block-selected-file {
    display: none;
    justify-content: space-between;
}

.block-selected-file .selected-filename {
    font-size: 14px;
}

.block-selected-file .control-selected-file {
    min-height: 44px;
    height: auto;
}
.control-selected-file .q-icon {
    opacity: .6;
    cursor: pointer;
    font-family: Material Icons;
    font-weight: 400;
    font-size: 24px;
    color: #0000008a;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

.control-selected-file .q-icon:hover {
    opacity: 1;
}

.selected-filename {
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* End */


/* Start:/local/js/captcha-modal/captcha-modal.css?17800478544921*/
.captcha-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.22s ease, visibility 0.22s ease;
}

.captcha-modal-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.captcha-modal {
	background: #ffffff;
	border-radius: 14px;
	padding: 28px 28px 24px;
	width: 360px;
	max-width: calc(100vw - 32px);
	box-shadow: 0 12px 48px rgba(0, 0, 0, 0.18);
	position: relative;
	transform: translateY(12px) scale(0.98);
	transition: transform 0.22s ease;
}

.captcha-modal-overlay.is-open .captcha-modal {
	transform: translateY(0) scale(1);
}

/* Закрыть */
.captcha-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 32px;
	height: 32px;
	border: none;
	background: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #9ca3af;
	border-radius: 6px;
	padding: 0;
	transition: color 0.15s, background 0.15s;
}

.captcha-modal__close:hover {
	color: var(--b2b-accent, #0a1a3e);
	background: #f3f4f6;
}

/* Заголовки */
.captcha-modal__title {
	font-size: 32px;
	font-weight: 600;
	color: var(--b2b-accent, #0a1a3e);
	margin: 0 0 4px;
	padding-right: 36px;
	line-height: 1.3;
}

.captcha-modal__subtitle {
	font-size: 14px;
	color: #6b7280;
	margin: 0 0 18px;
	line-height: 1.4;
}

/* Картинка + обновить */
.captcha-modal__image-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.captcha-modal__img {
	display: block;
	height: 44px;
	width: auto;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
	cursor: pointer;
	transition: opacity 0.2s;
	flex-shrink: 0;
}

.captcha-modal__img.is-loading {
	opacity: 0.35;
}

.captcha-modal__img:hover {
	opacity: 0.8;
}

.captcha-modal__refresh {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #6b7280;
	cursor: pointer;
	transition: color 0.15s, border-color 0.15s, background 0.15s, transform 0.3s;
}

.captcha-modal__refresh:hover {
	color: #111827;
	border-color: #d1d5db;
	background: #f9fafb;
}

.captcha-modal__refresh:active svg {
	transform: rotate(180deg);
}

.captcha-modal__refresh:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

/* Ошибка */
.captcha-modal__error {
	font-size: 13px;
	color: #dc2626;
	margin: 0 0 8px;
	min-height: 18px;
	line-height: 1.4;
}

/* Поле ввода */
.captcha-modal__input {
	width: 100%;
	height: 46px;
	border: 1.5px solid #d1d5db;
	border-radius: 8px;
	padding: 0 14px;
	font-size: 16px;
	color: var(--b2b-accent, #0a1a3e);
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.15s, box-shadow 0.15s;
	background: #FFFFFF;
	letter-spacing: 3px;
}

.captcha-modal__input::placeholder {
	letter-spacing: normal;
	color: #9ca3af;
	font-size: 14px;
}

.captcha-modal__input:focus {
	border-color: var(--b2b-primary, #2f8eed);
}

.captcha-modal__input.has-error {
	border-color: #dc2626;
}

/* Кнопки */
.captcha-modal__footer {
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.captcha-modal__footer .b2b-btn,
.captcha-modal__btn {
	flex: 1;
}

.captcha-modal__btn {
	appearance: none;
	-webkit-appearance: none;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.3;
	min-height: 48px;
	padding: 8px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

.captcha-modal__btn-label {
	color: inherit !important;
	display: inline-block;
	font: inherit;
	opacity: 1 !important;
	visibility: visible !important;
}

.captcha-modal__btn--confirm {
	background: var(--b2b-primary, #2f8eed);
	border-color: var(--b2b-primary, #2f8eed);
	color: var(--t-color-5, #ffffff);
}

.captcha-modal__btn--confirm:hover,
.captcha-modal__btn--confirm:focus-visible {
	background: var(--b2b-accent, #0a1a3e);
	border-color: var(--b2b-accent, #0a1a3e);
	color: var(--t-color-5, #ffffff);
}

.captcha-modal__btn--cancel {
	background: #f9fcff;
	border-color: #2f8eed;
	color: #2f8eed;
}

.captcha-modal__btn--cancel:hover,
.captcha-modal__btn--cancel:focus-visible {
	background: var(--b2b-primary, #2f8eed);
	border-color: var(--b2b-primary, #2f8eed);
	color: var(--t-color-5, #ffffff);
}

.captcha-modal__btn--cancel:hover .captcha-modal__btn-label,
.captcha-modal__btn--cancel:focus-visible .captcha-modal__btn-label,
.captcha-modal__btn--confirm:hover .captcha-modal__btn-label,
.captcha-modal__btn--confirm:focus-visible .captcha-modal__btn-label {
	color: inherit !important;
}

/* End */


/* Start:/local/components/b2c/ui.button/buttons.css?17851611903168*/
.b2c-btn {
    position: relative;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    box-sizing: border-box;
    border: solid transparent 2px;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 500;
    font-family: var(--font-family-1);
    font-size: 16px;
    line-height: 140%;
    cursor: pointer;
}
.b2c-btn, .b2c-btn * {
    transition: var(--animate-duration);
}
.b2c-btn_inline {
    display: inline-flex;
}
.b2c-btn.b2c-btn_square {
    width: 44px;
    padding: 10px;
}

.b2c-btn.b2c-btn_icon {
    min-height: 36px;
    padding: 0;
    background: transparent;
    border-color: transparent;
    color: var(--t-color-1);
}

.b2c-btn_1 {
    background: var(--q-primary);
    border-color: var(--q-primary);
    color: var(--t-color-5);
}
.b2c-btn_1:hover {
    background: var(--q-accent);
    border-color: var(--q-accent);
    color: var(--t-color-5);
}

.b2c-btn_2 {
    background: var(--q-accent);
    border-color: var(--q-accent);
    color: var(--t-color-5);
}
.b2c-btn_2:hover {
    background: var(--q-primary);
    border-color: var(--q-primary);
    color: var(--t-color-5);
}

.b2c-btn_3 {
    background: var(--bg-page);
    border-color: var(--bg-page);
    color: var(--t-color-1);
}
.b2c-btn_3:hover {
    background: var(--q-primary);
    border-color: var(--q-primary);
    color: var(--t-color-5);
}
.b2c-btn_border-3 {
    border-color: var(--t-color-1);
}

.b2c-btn_4 {
    background: var(--bg-page);
    border-color: var(--bg-page);
    color: var(--t-color-1);
}
.b2c-btn_4:hover {
    background: var(--q-accent);
    border-color: var(--q-accent);
    color: var(--t-color-5);
}

.b2c-btn_5 {
    background: var(--bg-page);
    border-color: var(--t-color-4);
    color: var(--t-color-4);.b2c-btn;

    svg path {
        color: var(--t-color-4);
        stroke: var(--t-color-4);
    }
}
.b2c-btn_5:hover {
    background: var(--t-color-4);
    border-color: var(--t-color-5);
    color: var(--t-color-5);

    svg path {
        color: var(--t-color-5);
        stroke: var(--t-color-5);
    }
}

.b2c-btn_6 {
    background: var(--t-color-4);
    border-color: var(--t-color-4);
    color: var(--t-color-5);

    svg path {
        color: var(--t-color-5);
        stroke: var(--t-color-5);
    }
}
.b2c-btn_6:hover {
    background: var(--t-color-5);
    border-color: var(--t-color-5);
    color: var(--t-color-4);

    svg path {
        color: var(--t-color-4);
        stroke: var(--t-color-4);
    }
}
.b2c-btn_border-6 {
    border-color: var(--t-color-1);
}

.b2c-btn-icon {
    background: none !important;
    outline: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
}

.b2c-btn_7 {
    background: white;
    border-color: var(--q-primary);
    color: var(--q-primary);

    svg path {
        color: var(--q-primary);
        stroke: var(--q-primary);
    }
}
.b2c-btn_7:hover {
    background: white;
    border-color: var(--q-clear);
    color: var(--q-clear);

    svg path {
        color: var(--q-clear);
        stroke: var(--q-clear);
    }
}

/* End */
/* /local/templates/main_b2b/components/bitrix/news.detail/news_detail_simple/style.css?178481710326979 */
/* /local/components/spll/catalog.element.request/templates/.default/style.css?177718665310571 */
/* /local/js/captcha-modal/captcha-modal.css?17800478544921 */
/* /local/components/b2c/ui.button/buttons.css?17851611903168 */
