

/* 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 */
/* /local/templates/main_b2b/components/bitrix/news.detail/news_detail_simple/style.css?178481710326979 */
