

/* Start:/local/templates/innet_focus_s1_local/components/bitrix/news.list/index_advantages__news/style.css?1724041477430*/
.catalog-block-mains .block-top_catalog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.catalog-block-mains .block-catalog_main,
.catalog-block-mains .block-catalog_main.bottom-block-catalog{
    width: unset;
}

.block-catalog_main {
    position: relative;
}

.block-catalog_main a.img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.block-catalog_main a.img img {
    border-radius: 0 0 22px 0;
}
/* End */


/* Start:/local/templates/innet_focus_s1_local/components/bitrix/news.list/advantages/style.css?1722940916183*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.advantages{
	margin-top:120px;
}
/* End */


/* Start:/local/templates/innet_focus_s1_local/components/bitrix/news.detail/main-photo-prod/style.css?17557899795931*/
.section-gallery {
	width: 100%;
	display: flex;
}

.main-gallery {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 105px auto 0;
	overflow: hidden;
}

.main-gallery__title {
	max-width: 1700px;
	display: flex;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.main-gallery__title h3 {
	font: 600 48px/52px Onest;
	color: #1C1E21;
	width: 60%;
}

.main-gallery__text {
	max-width: 1700px;
	display: flex;
	padding: 0 15px;
	margin: 24px auto 0;
	width: 100%;
}

.main-gallery__text p {
	font: 18px/28px Onest;
	color: #1C1E21;
	width: 45%;
}

.main-gallery__container {
	max-width: 1700px;
	width: 100%;
	padding: 0 15px;
	margin: 64px auto 0;
	position: relative;
	user-select: none;
}

.main-gallery__container .swiper-button-prev,
.main-gallery__container .swiper-button-next {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 150px;
	background-color: #FFF;
	border: 1px solid #EBEDF1;
	box-sizing: border-box;
	z-index: 9;
}

.main-gallery__container .swiper-button-prev {
	left: -5px;
}

.main-gallery__container .swiper-button-next {
	right: -5px;
}

.main-gallery__container .swiper-button-prev svg,
.main-gallery__container .swiper-button-next svg {
	width: 24px;
	height: 24px;
}

.main-gallery__container .swiper-button-prev:before,
.main-gallery__container .swiper-button-next:before,
.main-gallery__container .swiper-button-prev:after,
.main-gallery__container .swiper-button-next:after {
	content: none;
}

.main-gallery__item {
	max-width: 480px;
	width: 100%;
	aspect-ratio: 480 / 640;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

.main-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-gallery__container-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34, 34, 34, 0.6);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: visibility .2s linear, opacity .2s linear;
}

.main-gallery .main-gallery__container-popup .swiper-wrapper {
	align-items: center;
}

.main-gallery__container-popup .main-gallery__item-popup {
	height: 60vh;
	max-width: 90vw;
	max-height: 90vh;
	width: max-content;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 20px;
	filter: grayscale(1);
	user-select: none;
	transition: filter .3s linear, height .2s linear .1s;
}

.main-gallery__container-popup .main-gallery__item-popup.swiper-slide-active {
	filter: grayscale(0);
}

.main-gallery__container-popup .main-gallery__item-popup.main-gallery__item-popup_current {
	height: 78vh;
	transition: height .2s linear .1s;
}

.main-gallery__container-popup .main-gallery__item-popup img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 12px;
	overflow: hidden;
}

.main-gallery__container-popup .swiper-button-prev,
.main-gallery__container-popup .swiper-button-next {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 150px;
	background-color: #FFF;
	border: 1px solid #EBEDF1;
	box-sizing: border-box;
}

.main-gallery__container-popup .swiper-button-prev {
	left: 0;
}

.main-gallery__container-popup .swiper-button-next {
	right: 0;
}

.main-gallery__container-popup .swiper-button-prev svg,
.main-gallery__container-popup .swiper-button-next svg {
	width: 24px;
	height: 24px;
}

.main-gallery__container-popup .swiper-button-prev:before,
.main-gallery__container-popup .swiper-button-next:before,
.main-gallery__container-popup .swiper-button-prev:after,
.main-gallery__container-popup .swiper-button-next:after {
	content: none;
}

.main-gallery__close-btn {
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background-color: #FFF;
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 1;
	transition: visibility .2s linear, opacity .2s linear;
}

.main-gallery-popup_opened {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 1280px) {

	.main-gallery__title h3 {
		width: 100%;
	}
	.main-gallery__text p {
		width: 100%;
	}
	.main-gallery__container-popup .main-gallery__item-popup {
		height: auto;
		width: max-content;
	}
	.main-gallery__container-popup .main-gallery__item-popup.main-gallery__item-popup_current {
		height: auto;
		width: max-content;
	}
	.main-gallery__container-popup .main-gallery__item-popup img {
		/*object-fit: cover;*/
	}
}

@media screen and (max-width: 767px) {

	.main-gallery__title h3 {
		font: 600 21px/120% Onest;
	}
	.main-gallery__text p {
		font: 14px/22px Onest;
	}
	.main-gallery__container {
		margin: 32px auto 0;
	}
	.main-gallery__container .swiper-button-prev,
	.main-gallery__container .swiper-button-next {
		width: 42px;
		height: 42px;
	}
	.main-gallery__container .swiper-button-prev {
		left: 0;
	}
	.main-gallery__container .swiper-button-next {
		right: 0;
	}
	.main-gallery__container .swiper-button-prev svg,
	.main-gallery__container .swiper-button-next svg {
		width: 20px;
		height: 20px;
	}
	.main-gallery__item {
		max-width: 290px;
		aspect-ratio: 480 / 640;
		border-radius: 12px;
	}
	.main-gallery__container-popup .main-gallery__item-popup {
		height: max-content;
		width: max-content;
		padding: 12px;
	}
	.main-gallery__container-popup .main-gallery__item-popup img {
		width: 100%;
		height: 100%;
		object-fit: contain;
		border-radius: 12px;
		overflow: hidden;
	}
	.main-gallery__container-popup .swiper-button-prev,
	.main-gallery__container-popup .swiper-button-next {
		width: 42px;
		height: 42px;
	}
	.main-gallery__container-popup .swiper-button-prev svg,
	.main-gallery__container-popup .swiper-button-next svg {
		width: 20px;
		height: 20px;
	}
	.main-gallery__close-btn {
		width: 40px;
		height: 40px;
		top: 40px;
		right: 0;
	}
}
/* End */
/* /local/templates/innet_focus_s1_local/components/bitrix/news.list/index_advantages__news/style.css?1724041477430 */
/* /local/templates/innet_focus_s1_local/components/bitrix/news.list/advantages/style.css?1722940916183 */
/* /local/templates/innet_focus_s1_local/components/bitrix/news.detail/main-photo-prod/style.css?17557899795931 */
