

/* Start:/local/components/rarus/catalog.section.list/templates/.default/style.css?17863703493227*/
h1 {
	font-size: 30px;
}
.catalog_top_section {
	display: flex;
    justify-content: space-between;
	margin-bottom: 2rem;
}
.catalog_top_section .left_block {}
.catalog_top_section .right_block {
	padding-left: 20px;
	position: relative;
}
.catalog_top_section .right_block:before {
	content: '';
	background-image: url(/local/components/rarus/catalog.section.list/templates/.default/./images/side-ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
	width: 220px;
    height: 237px;
    position: absolute;
    z-index: -1;
    top: 8px;
    left: -70px;
}
.catalog_top_section .right_block .text,
.catalog_top_section .right_block .descr {
	font-size: 14px;
}
.catalog_top_section .right_block .phone {
	font-weight: bold;
    font-size: 20px;
    font-style: italic;
    margin: 5px 0;
    white-space: nowrap;
}

.sections_block {}
.sections_block .item {
	display: flex;
	align-items: center;
	margin: 18px 0 30px;
}
.sections_block .item a {
	color: #000;
}
.sections_block .item h2 {
	font-weight: unset;
	font-size: unset;
}
.sections_block .item img {
	max-width: 60px;
    max-height: 60px;
    flex-shrink: 0;
    margin-right: 12px;
}
.sections_block .item.main {
	margin-top: 36px;
	margin-bottom: 0;
	min-height: 54px;
}
.sections_block .item.main a {
	color: var(--green);
	font-weight: bold;
	font-size: 24px;
}
.sections_block .item.main a:hover,
.sections_block .subsection li a:hover,
.sections_block .item a:hover {
	color: var(--dark_green);
}
.sections_block .subsection {
	font-size: 24px;
	padding-left: 96px;
	margin-top: 2px;
}
.sections_block .subsection:not(:last-child) {
	margin-bottom: 26px;
}
.sections_block .subsection li {
	margin-bottom: 18px;
}
.sections_block .subsection li a {
	color: #000;
}

@media (max-width: 700px) {
	.sections_block .item.main {
		font-size: 20px;
	}
	.sections_block .subsection {
		font-size: 18px;
    	padding-left: 70px;
    	margin-top: 16px;
	}
	.sections_block .item img {
		max-width: 45px;
    	max-height: 45px;
	}
}
@media (max-width: 600px) {
	.catalog_top_section .right_block {
		display: none;
	}
}

/**  description  **/
.category-description {
	margin: 70px 0;
}
.category-description__content {
	max-height: 120px;
	overflow: hidden;
	position: relative;
	transition: max-height .35s ease;
}
.category-description__content::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	background: linear-gradient(rgba(255,255,255,0), #fff);
	transition: opacity .3s;
}
.category-description.open .category-description__content {
	max-height: 5000px;
}
.category-description.open .category-description__content::after {
	opacity: 0;
}
.category-description__toggle {
	margin-top: 18px;
	background: none;
	border: none;
	color: var(--green);
	font-weight: 600;
	cursor: pointer;
}
.category-description__toggle .hide {
	display: none;
}
.category-description.open .show {
	display: none;
}
.category-description.open .hide {
	display: inline;
}
.category-description.hide-toggle .category-description__toggle,
.category-description.hide-toggle .category-description__content::after {
	display: none;
}
/* End */
/* /local/components/rarus/catalog.section.list/templates/.default/style.css?17863703493227 */
