

/* Start:/local/templates/main_b2b/css/slider.horizontal.css?17768485294337*/
/* Основные стили для контейнера */
.slider__wrapper {
    position: relative;
    margin: 4rem auto 0;
    display: grid;
}

/* Заголовок */
.slider__head {
    margin-bottom: 1.75rem;
    display: flex; /* добавить */
    justify-content: space-between; /* добавить */
    align-items: center; /* добавить */
}

/* Новый блок с кнопками */
.slider__head-nav {
    display: flex;
    gap: 12px;
}

.slider__title {
    font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
    font-weight: 600;
    margin: 0;
    letter-spacing: -1%;
}

/* Стили для кнопок */
.slider__head-nav .button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    padding: 0;
}

.slider__head-nav .button:hover:not(:disabled) {
    background: #f5f5f5;
    border-color: #999;
}

.slider__head-nav .button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider__head-nav .button .q-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__head-nav .button .q-icon svg {
    width: 20px;
    height: 20px;
    fill: #333;
}

/* Контейнер слайдера с горизонтальным скроллом */
.slider-content {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* для плавного скролла на мобильных */
    scrollbar-width: thin; /* для Firefox */
    scrollbar-color: #888 #f1f1f1; /* для Firefox */
    padding-bottom: 20px; /* место для скроллбара */
    scroll-behavior: smooth;
}

/* Стилизация скроллбара для WebKit браузеров (Chrome, Safari, Edge) */
.slider-content::-webkit-scrollbar {
    height: 6px;
}

.slider-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.slider-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.slider-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.slider-content .swiper-wrapper {
    display: flex;
    gap: 16px;
    width: max-content; /* важное свойство для горизонтального скролла */
    padding: 0;
    margin: 0;
}

.slider-content .swiper-slide {
    width: 280px; /* фиксированная ширина карточки */
    flex-shrink: 0; /* запрещаем сжиматься */
    list-style: none;
}

/* Карточка */
.slider-content .recenty-card {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    transition: transform 0.2s ease;
}

.slider-content .recenty-card:hover {
    transform: translateY(-4px);
}

.slider-content .recenty-card__article {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Контейнер изображения */
.slider-content .recenty-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.slider-content .recenty-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Заголовок карточки */
.slider-content .recenty-card__title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 4px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .slider__title {
        font-size: 24px;
    }

    .slider-content .swiper-slide {
        width: 220px; /* чуть меньше на планшетах */
    }

    .slider-content .recenty-card__title {
        font-size: 14px;
    }

    .slider__head-nav .button {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 480px) {
    .slider-content .swiper-slide {
        width: 160px; /* еще меньше на мобильных */
    }

    .slider-content .recenty-card__image {
        border-radius: 12px;
    }
}
/* End */


/* Start:/local/templates/main_b2b/components/bitrix/news.detail/partner/style.css?178524482019664*/
.section-with-description.partner-detail-title-moved .partner-detail-title-source-empty {
	display: none;
}

.partner-info__wrapper {
	--partner-text-color: #123670;
	--partner-heading-color: #0A1A3E;
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

.partner-info__content-left {
	width: 416px;
	max-width: 100%;
	flex-shrink: 0;
}

.partner-info__logo-wrapper {
	width: 416px;
	max-width: 100%;
	height: 254px;
	padding: 24px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.88);
	border-radius: 24px;
	overflow: hidden;
}

.partner-info__logo-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.partner-info__logo-placeholder {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	color: var(--partner-text-color);
}

.partner-info__site-link {
	width: 416px;
	max-width: 100%;
	margin-top: 12px;
	text-align: center;
}

.partner-info__contacts {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 416px;
	max-width: 100%;
	margin-top: 40px;
}

.partner-info__item {
	display: flex;
	flex-direction: column;
}

.partner-info__item-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: #919191;
}

.partner-info__item-text {
	margin-top: 8px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--partner-text-color);
}

.partner-info__item-text a {
	color: inherit;
	text-decoration: none;
}

.partner-info__map-link {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #2F8EED;
	text-decoration: none;
}

.partner-info__content-right {
	flex: 1 1 auto;
	min-width: 0;
}

.partner-info__intro {
	display: flex;
	flex-direction: column;
	min-height: 314px;
}

.partner-info__page-title {
	min-height: 42px;
}

.partner-info__page-title .text-animation,
.partner-info__page-title-text {
	margin: 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--partner-heading-color);
}

.partner-info__meta-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.partner-info__meta-item {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.partner-info__meta-item--primary {
	width: 380px;
	max-width: 100%;
	flex: 0 1 380px;
}

.partner-info__meta-item--secondary {
	flex: 0 0 auto;
	min-width: max-content;
}

.partner-info__meta-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #919191;
}

.partner-info__meta-text {
	margin-top: 8px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--partner-text-color);
}

.partner-info__description {
	margin-top: 16px;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

.partner-info__description-content {
	max-width: 100%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--partner-text-color);
	overflow: hidden;
	transition: max-height 0.2s ease;
}

.partner-info__description-content,
.partner-info__description-content * {
	color: var(--partner-text-color) !important;
}

.partner-info__description[data-collapsed="true"] .partner-info__description-content {
	max-height: 130px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.partner-info__description[data-collapsed="false"] .partner-info__description-content {
	max-height: none;
}

.partner-info__description-content > * {
	margin: 0;
}

.partner-info__description-content > * + * {
	margin-top: 12px;
}

.partner-info__description-toggle {
	display: none;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding: 28.5px 0 0;
	border: 0;
	background: transparent;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	color: #0A1A3E;
	opacity: 0.5;
	cursor: pointer;
	align-self: flex-start;
}

.partner-info__description-toggle.is-visible {
	display: inline-flex;
}

.partner-info__description-toggle svg {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.partner-info__description[data-collapsed="false"] .partner-info__description-toggle svg {
	transform: rotate(180deg);
}

.partner-info__card {
	width: 100%;
	margin-top: 40px;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 26, 52, 0.5);
	border-radius: 24px;
	overflow: hidden;
}

.partner-info__card-title {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.15;
	color: var(--partner-heading-color);
}

.partner-info__card__map {
	position: relative;
	width: 100%;
	height: 360px;
	border-radius: 16px;
	overflow: hidden;
}

.partner-info__card .bx-yandex-view-layout,
.partner-info__card .bx-yandex-view-map,
.partner-info__card .bx-yandex-map > ymaps,
.partner-info__card .bx-yandex-map,
.partner-info__card ymaps[class*="ground-pane"] {
	width: 100% !important;
	height: 100% !important;
}

.partner-info__map-zoom {
	position: absolute;
	top: 50%;
	left: 16px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	width: 36px;
	height: 80px;
	transform: translateY(-50%);
	border: 1px solid rgba(0, 26, 52, 0.16);
	background: #FFFFFF;
	overflow: hidden;
}

.partner-info__map-zoom-btn {
	position: relative;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: #FFFFFF;
	cursor: pointer;
}

.partner-info__map-zoom-btn + .partner-info__map-zoom-btn {
	border-top: 1px solid rgba(0, 26, 52, 0.16);
}

.partner-info__map-zoom-btn svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.partner-info__wrapper + .partner-detail-section,
.partner-detail-section + .partner-detail-section {
	margin-top: 70px;
}

.partner-detail-section.slider__wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.partner-detail-section .slider__head {
	margin-bottom: 40px;
}

.partner-info__wrapper + .partner-detail-section.slider__wrapper,
.partner-detail-section.slider__wrapper + .partner-detail-section.slider__wrapper {
	margin-top: 70px;
}

.partner-detail-section .slider-content {
	padding-bottom: 0;
	scrollbar-width: auto; /* Firefox: более крупный ползунок */
}

/* Более крупные ползунки в обоих слайдерах партнёрской страницы */
.partner-detail-section .slider-content::-webkit-scrollbar {
	height: 12px;
}

.partner-detail-section .slider-content::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.partner-detail-section .slider-content::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 10px;
}

.partner-detail-section .slider-content::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.partner-detail-section .slider__title {
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.15;
	color: var(--partner-heading-color);
}

.partner-detail-section .slider__head-nav .button {
	width: 40px;
	height: 40px;
	padding: 0;
	background: transparent;
	border: 0;
	color: #0A1A3E;
}

.partner-detail-section .slider__head-nav .button:hover:not(:disabled) {
	background: transparent;
	border-color: transparent;
}

.partner-detail-section .slider__head-nav .button:disabled {
	opacity: 1;
	color: #919191;
}

.partner-detail-section .slider__head-nav .button .q-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-detail-section .slider__head-nav .button .q-icon svg {
	display: none;
}

.partner-detail-section .slider__head-nav .button .q-icon::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.3359 20.001L3.66626 20.001' stroke='%23000' stroke-width='2.025' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.2437 28.0015L36.3334 20.0007L28.2437 12' stroke='%23000' stroke-width='2.025' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.3359 20.001L3.66626 20.001' stroke='%23000' stroke-width='2.025' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.2437 28.0015L36.3334 20.0007L28.2437 12' stroke='%23000' stroke-width='2.025' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.partner-detail-section .slider__head-nav .button--prev-slider-recently-viewed .q-icon::before {
	transform: rotate(180deg);
}

.partner-section-footer {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.partner-section-btn {
	color: #2F8EED;
}

.partner-detail-section--products .slider-content .catalog-items {
	gap: 16px;
	align-items: stretch; /* карточки одной высоты в ряду */
}

.partner-detail-section--products .slider-content .catalog-items .catalog-item {
	width: 308px;
	flex: 0 0 308px;
}

/* Опускаем ползунок продуктового слайдера немного ниже карточек */
.partner-detail-section--products .slider-content {
	padding-bottom: 16px;
}

/* Контент-часть карточки растягивается, прижимая кнопку «Оставить заявку»
   к низу — так кнопки во всех карточках оказываются на одном уровне. */
.partner-detail-section--products .catalog-item .product-item-detail-link {
	flex: 1 1 auto;
}

.partner-detail-section--products .slider__head {
	margin-bottom: 24px;
}

.partner-detail-section--products .slider__head-nav .button .q-icon::before {
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33325 20H31.6666M31.6666 20L21.6666 10M31.6666 20L21.6666 30' stroke='%23000' stroke-width='2.025' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33325 20H31.6666M31.6666 20L21.6666 10M31.6666 20L21.6666 30' stroke='%23000' stroke-width='2.025' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.partner-detail-section--products .catalog-item .product-item-container,
.partner-detail-section--products .catalog-item .product-item {
	height: 100%;
	max-height: 522px;
}

.partner-detail-section--products .catalog-item .product-item {
	padding: 12px;
	gap: 12px;
	background: #D9EFFF;
	border-radius: 20px;
	overflow: hidden;
}

.partner-detail-section--products .catalog-item .product-item-company {
	margin-top: 16px;
}

.partner-detail-section--products .catalog-item .product-item-label-text span {
	padding: 2px 8px !important;
	font-family: Raleway, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0;
	color: #FFFFFF;
}

.partner-detail-section--products .catalog-item .product-item-title {
	margin-top: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.partner-detail-section--products .catalog-item .b-detail__favorite.short svg path {
	stroke: #0A1A3E !important;
	fill: transparent !important;
}

.partner-detail-section--products .catalog-item .b-detail__favorite.short.remove-to-favorite svg path {
	fill: #0A1A3E !important;
}

.partner-detail-section--related .swiper-slide {
	width: 308px !important;
}

.partner-detail-section--related .partner-card {
	width: 308px;
	min-height: 244px;
	padding: 0;
	gap: 0;
	background: transparent;
	text-decoration: none;
	color: inherit;
}

.partner-detail-section--related .partner-card__logo {
	position: relative;
	width: 308px;
	height: 188px;
	padding: 16px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.88);
	border-radius: 20px;
}

.partner-detail-section--related .partner-card__logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.partner-detail-section--related .partner-card__name-placeholder,
.partner-detail-section--related .partner-card__name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.01em;
	color: #0A1A3E;
}

.partner-detail-section--related .partner-card__name-placeholder {
	margin-top: 0;
	text-align: center;
}

.partner-detail-section--related .partner-card__name {
	margin-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	overflow: hidden;
}

.partner-detail-section--related .partner-card__badge {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	padding: 4px 8px;
	border-radius: 100px;
	background: #EEE9FF;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #0A1A3E;
}

.partner-detail-section--related .partner-section-footer {
	margin-bottom: 28px;
}

@media (max-width: 1080px) {
	.partner-info__wrapper {
		flex-direction: column;
		gap: 32px;
	}

	.partner-info__content-right {
		display: contents;
	}

	.partner-info__content-left,
	.partner-info__contacts,
	.partner-info__logo-wrapper,
	.partner-info__site-link {
		width: 100%;
	}

	.partner-info__content-left {
		order: 2;
	}

	.partner-info__intro {
		order: 1;
		min-height: 0;
	}

	.partner-info__card {
		order: 3;
		margin-top: 0;
	}

	.partner-info__page-title {
		min-height: 0;
	}

	.partner-info__meta-row {
		gap: 24px;
	}

	.partner-info__meta-item--primary {
		width: auto;
		max-width: none;
		flex: 1 1 340px;
	}

	.partner-info__meta-item--secondary {
		flex: 0 1 180px;
		min-width: 160px;
	}

	.partner-info__contacts {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 24px;
		row-gap: 24px;
		margin-top: 16px;
	}

	.partner-info__item:first-child {
		grid-column: 1 / -1;
	}

	.partner-detail-section .slider__head {
		gap: 20px;
		align-items: center;
	}

	.partner-detail-section--products .slider-content .catalog-items {
		align-items: stretch;
	}

	.partner-detail-section--products .slider-content .catalog-items .catalog-item {
		width: min(308px, calc(100vw - 72px));
		flex-basis: min(308px, calc(100vw - 72px));
		height: auto;
	}

	.partner-detail-section--products .catalog-item .product-item-container,
	.partner-detail-section--products .catalog-item .product-item {
		height: 100%;
	}

	.partner-detail-section--products .product-item-container .btn-send-request {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.partner-info__wrapper {
		gap: 24px;
	}

	.partner-info__logo-wrapper {
		height: auto;
		aspect-ratio: 416 / 254;
		padding: 20px;
	}

	.partner-info__site-link {
		margin-top: 16px;
	}

	.partner-info__page-title .text-animation,
	.partner-info__page-title-text {
		font-size: 28px;
	}

	.partner-info__meta-row {
		flex-direction: column;
		gap: 16px;
	}

	.partner-info__meta-item--primary,
	.partner-info__meta-item--secondary {
		width: 100%;
		min-width: 0;
		flex: 0 1 auto;
	}

	.partner-info__description {
		margin-top: 20px;
	}

	.partner-info__description-toggle {
		margin-top: 20px;
		padding-top: 0;
	}

	.partner-info__contacts {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.partner-info__item-text {
		font-size: 20px;
	}

	.partner-info__card {
		padding: 16px;
	}

	.partner-info__card__map {
		height: 260px;
	}

	.partner-info__map-zoom {
		left: 12px;
	}

	.partner-detail-section .slider__head {
		margin-bottom: 24px;
	}

	.partner-detail-section .slider__title {
		font-size: 28px;
	}

	.partner-detail-section--products .product-item-container .btn-send-request {
		display: block !important;
	}

	.partner-detail-section--products .slider-content .catalog-items .catalog-item,
	.partner-detail-section--related .swiper-slide {
		width: min(308px, calc(100vw - 40px)) !important;
		flex: 0 0 min(308px, calc(100vw - 40px));
	}

	.partner-detail-section--related .partner-card,
	.partner-detail-section--related .partner-card__logo {
		width: 100% !important;
		box-sizing: border-box;
	}

	.partner-detail-section--products .catalog-item .product-item {
		max-height: none;
	}
}

@media (max-width: 575px) {
	.partner-detail-section .slider__head {
		flex-wrap: wrap;
	}

	.partner-detail-section .slider__head-nav {
		margin-left: auto;
	}
}

/* === Каталог товаров в режиме слайдера === */
.partner-detail-section--products .slider-content .catalog-items {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: 16px;
	width: max-content;
	align-items: stretch; /* карточки одной высоты в ряду */
}

.partner-detail-section--products .slider-content .catalog-items .catalog-item {
	width: 280px;
	flex-shrink: 0;
	height: auto;      /* тянется до общей высоты ряда за счёт align-items: stretch */
	display: flex;
	flex-direction: column;
}

/* Карточка — колонка на всю высоту карточки-обёртки. Убираем ограничение высоты
   и обрезку, из-за которых при названии в 2 строки кнопка «уходила» под карточку
   и обрезалась. Кнопку «Оставить заявку» прижимаем к низу — во всех карточках
   она оказывается на одном уровне независимо от длины названия. */
.partner-detail-section--products .slider-content .catalog-items .catalog-item .product-item-container,
.partner-detail-section--products .slider-content .catalog-items .catalog-item .product-item {
	max-height: none;
	height: auto;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.partner-detail-section--products .slider-content .catalog-items .catalog-item .product-item-detail-link {
	flex: 1 1 auto; /* контент занимает всё свободное место сверху */
}

.partner-detail-section--products .slider-content .catalog-items .catalog-item .btn-send-request {
	margin-top: auto; /* кнопка строго по низу карточки */
}

/* === Попап карты адреса компании === */
.partner-map-popup {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-map-popup[hidden] {
	display: none;
}

.partner-map-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.partner-map-popup__inner {
	position: relative;
	z-index: 1;
	width: min(800px, calc(100vw - 32px));
	height: min(600px, calc(100vh - 32px));
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
}

.partner-map-popup__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.partner-map-popup__map {
	width: 100%;
	height: 100%;
}

.partner-map-popup__map .bx-yandex-view-layout,
.partner-map-popup__map .bx-yandex-view-map,
.partner-map-popup__map .bx-yandex-map,
.partner-map-popup__map .bx-yandex-map > ymaps {
	width: 100% !important;
	height: 100% !important;
}
/* End */
/* /local/templates/main_b2b/css/slider.horizontal.css?17768485294337 */
/* /local/templates/main_b2b/components/bitrix/news.detail/partner/style.css?178524482019664 */
