

/* Start:/local/templates/inner/components/sibirix/news.detail/template-news.detail/style.css?17285498882184*/
.ya_share-wrapper {
	display: flex;
	row-gap: .5rem;
	column-gap: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 3rem;
	padding-bottom: 1rem;
}

.ya_share-title {
	font: 400 18px/1.5 GothamPro, sans-serif;
}

.random__news {
	margin-block: 3rem;
}

.title-random__news {
	font-size: 1.17em;
	font-weight: 700;
	font-family: GothamPro, sans-serif, -apple-system;
	color: rgb(51 51 51);
	display: block;
	text-transform: uppercase;
	margin-bottom: 0.83em;
}

.wrapper-random__news {
	display: grid;
	grid-gap: 2rem 3rem;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.item-random__news a:not(.name-random__news),
.thumb-random__news {
	overflow: hidden;
	display: block;
	aspect-ratio: 300/270;
	width: min(100%, 300px);
}

.thumb-random__news {
    object-fit: cover;
	object-position: left;
	transition: scale .3s linear;
	height: auto;
}

.thumb-random__news.noimg {
	background-color: rgb(177 177 177 / .45);
	position: relative;
}

.thumb-random__news.noimg::after {
	content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-20deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}

.name-random__news {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font: 700 16px GothamPro, sans-serif, -apple-system;
    margin-top: 1em;
    margin-bottom: .83em;
	color: rgb(51 51 51);
	line-height: 1.5;
    height: 48px;
	text-wrap: pretty;
}

.text-random__news {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.25;
    height: 70px;
}

.text-random__news * {
	margin: 0;
	padding: 0;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@media(hover: hover) {
	.item-random__news:hover .thumb-random__news {
		scale: 1.05;
	}
}

@media(width < 600px) {
	.item-random__news a:not(.name-random__news),
	.thumb-random__news {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/inner/components/bitrix/news.list/main_slider/style.css?17515236252468*/
.grid-container.slide-banner {
	/*max-width: 1100px !important;*/
	padding: 0;
}

.slide-banner {
	margin-bottom: 3rem !important;
}

.wrapper-slider_homepage {
	display: grid !important;
} 

.picture-slide {
	width: 100%;
	height: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
	object-position: center;
}

.info-slide {
	padding: clamp(24px, 1dvw + 12px, 42px) clamp(16px, 1dvw + 10px, 32px);
	display: flex;
	flex-direction: column;
	gap: 1.765rem;
	justify-content: center;
}

.title-slide {
    display: block;
    margin: 0;
    font-family: 'GothamPro', sans-serif, -apple-system;
    font-size: clamp(24px, 1dvw + 12px, 36px);
}

.content-slide {
	font-size: clamp(16px, 1dvw + 10px, 24px);
}

.background-slide {
	background-color: #f1f1f1;
}

.button-slide {
	border: 1px solid #000000;
	display: flex;
	min-width: 150px;
	max-width: 300px;
	height: 50px;
	width: fit-content;
	position: relative;
}

.button-slide > span {
	margin: auto;
	text-align: center;
	color: #000;
	font-size: 14px;
	letter-spacing: .18em;
	text-transform: uppercase;
	transition: color .3s linear;
	font-weight: 500;
	z-index: 1;
}

.button-slide::after {
	content: '';
	position: absolute;
	left: 0; right: 0;
	display: block;
	width: 0;
	height: 100%;
	margin: 0 auto;
	transition: width .3s ease;
	background-color: #e31e24;
}

.slider_homepage {
	--swiper-navigation-size: 40px;
	--swiper-theme-color: #ffffff;
	--swiper-navigation-backgroud: #e31e24;
	--swiper-navigation-border: #e31e24;
}

.slider_homepage [class|="swiper-button"] {
	width: var(--swiper-navigation-size);
	border: 1px solid var(--swiper-navigation-border);
	border-radius: 3em;
	background-color: var(--swiper-navigation-backgroud);
}

.slider_homepage [class|="swiper-button"]::after {
	font-size: calc((var(--swiper-navigation-size) / 2) - 4px );
}

.slider_homepage .swiper-pagination-bullet {
	border: 1px solid var(--swiper-navigation-border);
}

@media(width > 600px) {
	.wrapper-slider_homepage {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(hover: hover) {
	.button-slide:hover::after {
		width: 100%;
	}

	.button-slide:hover > span {
		color: #ffffff;
	}

	.slider_homepage [class|="swiper-button"] {
		opacity: 0 !important;
		transition: all .35s ease-in;
	}

	.slider_homepage:hover [class|="swiper-button"] {
		opacity: .75 !important;
	}

	.slider_homepage:hover .swiper-button-disabled {
		opacity: .35 !important;
	}

	[class|="swiper-button"]:hover {
		opacity: 1 !important;
	}
}
/* End */
/* /local/templates/inner/components/sibirix/news.detail/template-news.detail/style.css?17285498882184 */
/* /local/templates/inner/components/bitrix/news.list/main_slider/style.css?17515236252468 */
