

/* Start:/local/templates/parus_modern/components/bitrix/news.list/slider_main/style.css?17616331381982*/
/* Большой банер */
.big-slider {
    position: relative;
}
.big-slider .owl-stage-outer {
    border-radius: var(--radius-2);
    border: 1px solid var(--color-border-1);
}
.big-slider .slider-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 520px;
    position: relative;
    text-decoration: none;
    text-align: right;
    overflow: hidden;
}
.big-slider .slider-item:hover {
    text-decoration: none;
}
.big-slider.owl-carousel .owl-item img.image {
    display: block;
    width: auto;
    max-width: none;
    height: 100%;
}
.big-slider.owl-carousel .owl-item img.image.image-mobile {
    display: none;
}
.big-slider .text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 80%, rgba(255,255,255,0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px 0 80px;
    text-align: left;
}
.big-slider .title {
    color: var(--color-theme-800);
    line-height: 1.2;
    margin-bottom: 0;
}
.big-slider .description {
    color: var(--color-theme-800);
    margin: 20px 0 0 0;
    font-size: var(--font-size-3);
    line-height: 1.5;
}

@media (max-width: 767px) {
    .big-slider .slider-item {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        height: 400px;
    }
    .big-slider.owl-carousel .owl-item img.image {
        display: none;
    }
    .big-slider.owl-carousel .owl-item img.image.image-mobile {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
    }
    .big-slider .text-container {
        width: 100%;
        top: auto;
        padding: 30px 30px 30px 30px;
        background: #ffffff;
        background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,1) 100%);
    }
}
/* End */


/* Start:/local/templates/parus_modern/components/bitrix/catalog.section.list/department_main/style.css?1761633138862*/
.simple-department-card {
	display: flex;
	padding: 20px;
	border: 2px solid var(--color-border-1);
	border-radius: var(--radius-1);
	text-decoration: none;
	color: var(--color-text-default);
}
.simple-department-card:hover {
	text-decoration: none;
}
.simple-department-card .image-cont {
	flex: 0 0 auto;
	width: 250px;
	max-width: 40%;
	margin: 0 35px 0 0;	
}
.simple-department-card .image-cont img {
	display: block;
	max-width: 100%;
}
.simple-department-card .title {
	margin: 0 0 12px 0;
}
.simple-department-card .description {
	font-size: var(--font-size-2);
	font-weight: 300;
}
.simple-departments-list .simple-department-card {
	height: 100%;
}

@media (max-width: 575px) {
	.simple-department-card {
		flex-direction: column;
	}
	.simple-department-card .image-cont {
		flex: 0 0 auto;
		width: auto;
		max-width: 320px;
		margin: 0 0 20px 0;	
	}
}
/* End */
/* /local/templates/parus_modern/components/bitrix/news.list/slider_main/style.css?17616331381982 */
/* /local/templates/parus_modern/components/bitrix/catalog.section.list/department_main/style.css?1761633138862 */
