

/* Start:/local/templates/inbres/components/bitrix/news.list/home_slider2/style.css?17557671884798*/
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;
}

.swiper-slide-hidden {
	opacity: 0 !important;
}



.home__section2 {

	max-height: 65vh;
	position: relative;
	background-color: #F2F2F2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 100vw;
	overflow: hidden;
}

.home__section2 .home__slides {
	max-width: 100vw;
}

.home__section2 .home__slides .item {
	position: relative;
	height: auto;
	max-width: 100vw;
}

.home__section2 .home__slides .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.home__section2 .home__slides .item video {
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.home__section2 .home__slides .item .swiper-slide-content {
	position: absolute;
	width: unset;
	left: 0;
	bottom: 8%;
	z-index: 999;
}

.home__section2 {
	position: relative;
}

.home__section2 .swiper-pagination.default {
	position: absolute;
	left: 3%;
	bottom: 4%;
}


@media (min-width: 540px) {
	.home__section2 .swiper-pagination.default,
	.home__section2 .home__slides .item .swiper-slide-content {
		width: fit-content;
		left: calc((100vw - 540px) / 2);
	}
}

@media (min-width: 720px) {
	.home__section2 .swiper-pagination.default,
	.home__section2 .home__slides .item .swiper-slide-content {
		width: fit-content;
		left: calc((100vw - 720px) / 2);
	}

	.home__section2 .home__slides .item .swiper-slide-content {
		bottom: 15%;
	}

	.home__section2 .swiper-pagination.default {
		bottom: 13%;
	}
}

@media (min-width: 960px) {
	.home__section2 .swiper-pagination.default,
	.home__section2 .home__slides .item .swiper-slide-content {
		width: fit-content;
		left: calc((100vw - 960px) / 2);
	}
}

@media (min-width: 1230px) {
	.home__section2 .swiper-pagination.default,
	.home__section2 .home__slides .item .swiper-slide-content {
		width: fit-content;
		left: calc((100vw - 1230px) / 2);
	}
}

.home__section2 .home__title {
	font-family: Noto Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #292C33;
}

.home__section2 .home__description {
	font-family: Noto Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #292C33;
	margin-top: 16px;
}

.home__section2 .home__link {
	margin-top: 16px;
	font-size: 12px;
	line-height: 16px;
	padding: 6px 15px;
}

.home__section2 .home__slider {
	padding-bottom: 49px;
	position: relative;
}

.home__section2 .home__slider .home__slider-slider {
	max-width: 506px;
}

.home__section2 .home__slider .home__slider-slider .swiper-wrapper {
	height: auto;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.home__section2 .home__slides .item .swiper-slide-content {
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border-radius: 10px;
	padding: 15px;
}

.home__section2 .swiper-wrapper {
	height: auto;
	max-height: 65vh;
}


.home__section2 .home__next {
	cursor: pointer;
	position: absolute;
	bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 50%;
	right: 0;
	z-index: 1;
	width: 100px;
	margin-left: -50px;
}

.home__section2 .home__next .home__next-mouse {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.home__section2 .home__next .home__next-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-top: 8px;
	position: relative;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	top: -15px;
	-webkit-animation: scrollanimation 1.5s infinite;
	animation: scrollanimation 1.5s infinite;
}

.home__section2 .home__next:hover {
	opacity: 0.8;
}

@media (min-width: 960px) {
	.home__section2 .home__title {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}

	.home__section2 .home__description {
		font-size: 14px;
		line-height: 28px;
	}

	.home__section2 .home__link {
		margin-top: 20px;
		font-size: 15px;
		line-height: 22px;
		padding: 9px 30px;
	}

	.home__section2 .home__slides .item .swiper-slide-content {
		padding: 8px;
	}
}


@media (max-width: 768px) {
	.home__section2 .home__next {
		display: none;
	}
}

/* End */


/* Start:/local/templates/inbres/components/bitrix/news.list/industry_images/style.css?1755767188150*/
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;
}

/* End */


/* Start:/local/templates/inbres/components/bitrix/news.list/main_industries/style.css?1755767188150*/
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;
}

/* End */


/* Start:/local/templates/inbres/components/bitrix/news.list/main_partners/style.css?1755767188150*/
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;
}

/* End */


/* Start:/local/templates/inbres/components/bitrix/system.pagenavigation/navigation/style.css?175576718886*/
.pager__line {
	display: flex;
    justify-content: center;
    align-items: center;
}
/* End */


/* Start:/local/templates/inbres/components/bitrix/news.list/news/style.css?1755767188150*/
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;
}

/* End */
/* /local/templates/inbres/components/bitrix/news.list/home_slider2/style.css?17557671884798 */
/* /local/templates/inbres/components/bitrix/news.list/industry_images/style.css?1755767188150 */
/* /local/templates/inbres/components/bitrix/news.list/main_industries/style.css?1755767188150 */
/* /local/templates/inbres/components/bitrix/news.list/main_partners/style.css?1755767188150 */
/* /local/templates/inbres/components/bitrix/system.pagenavigation/navigation/style.css?175576718886 */
/* /local/templates/inbres/components/bitrix/news.list/news/style.css?1755767188150 */
