

/* 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 */


/* Start:/local/templates/rarus/components/bitrix/catalog/main/bitrix/catalog.section/tabbed/style.css?17847098795558*/
.section_descr {
	margin: 12px 0 16px;
}
.products_container {
	margin-top: 40px;
}
.products_container .item {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
.products_container .name_container {
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 16px;
}
.products_container .name_container a {
	display: block;
	max-width: 400px;
	color: #000;
	text-decoration: none;
}
.products_container .name_container a>.name {
	text-decoration: underline;
}
.products_container .name_container .license_name {
	display: block;
	max-width: 400px;
}
.products_container .price {
	white-space: nowrap;
}
.products_container .order {
	text-decoration: none;
    background-color: var(--green);
    color: #fff;
    padding: 11px 32px 9px 24px;
    flex-shrink: 0;
    margin-left: 80px;
}
.products_container .item:hover .name_container a>.name,
.products_container .item:hover .name_container .license_name,
.products_container .item:hover .price,
.products_container .item:target .name_container a>.name,
.products_container .item:target .name_container .license_name,
.products_container .item:target .price {
	color: var(--dark_green);
}
.products_container .item:hover .order,
.products_container .item:target .order {
	background-color: var(--dark_green);
}
.tabs-items {
    margin-bottom: 3rem;
}
.tabs-items>div {
    display: none;
}
.tabs_container {
    margin: 16px 0 40px;
    display: flex;
    align-items: center;
}
.tabs_container .hr {
	height: 1px;
    background-color: #000;
    width: 100%;
}
.tabs_container .tabs-nav {
    width: 100%;
    max-width: 950px;
    margin-left: 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.tabs_container .tabs-target {
	text-decoration: none;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 14px;
    padding: 3px 10px 5px 8px;
    color: #000000;
    border: 1px solid #000000;
}
.tabs_container .tabs-target.active,
.tabs_container .tabs-target:hover {
	background-color: #000;
	color: #fff;
}

@media (max-width: 700px) {
	.products_container .item {
		flex-direction: column;
		margin-bottom: 34px;
	}
	.products_container .order {
		margin-left: 0;
    	margin-top: 8px;
	}
	.products_container .name_container {
    	margin-bottom: 8px;
	}
	.products_container .price {
		font-size: 20px;
    	font-weight: bold;
	}
}

.products_container .item .name_container .new {
	background-color: #84f1de;
    font-size: 12px;
    padding: 2px 7px 3px 5px;
}

.products_container .discount_descr {
    color: #d40090;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}
.products_container .discount_descr a {
    color: #d40090;
    text-decoration: underline;
}
.products_container .discount_descr a:hover {
    color: #900062;
}

.products_container .discount {
	display: flex;
    flex-shrink: 0;
}
.products_container .discount .old_price {
	position: relative;
    color: #939393;
    margin-right: 12px;
}
.products_container .discount .old_price:before {
	content: '';
    width: 100%;
    height: 2px;
    background-color: #939393;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    transform: rotate(-10deg);
}

.items_container {}
.items_container .item {
    margin-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.items_container .date {
    font-size: 14px;
    font-style: italic;
    color: #7d7d7d;
}
.items_container a {
    color: var(--green);
    font-size: 17px;
    margin: 0 0 3px;
}
.items_container a:hover {
    color: var(--dark_green);
}
.items_container .preview {
    font-size: 15px;
}

@media (max-width: 600px) {
    .tabs_container {
        margin-bottom: 28px;
    }
    .tabs_container .tabs-nav {
        display: block;
    }
    .tabs_container .hr {
        display: none;
    }
    .tabs_container .tabs-target {
        display: inline-block;
        margin-bottom: 12px;
    }
}
@media (max-width: 700px) {
    .products_container .discount {
        flex-direction: row;
    }
}
@media (max-width: 880px) {
	.products_container .discount {
		flex-direction: column;
	}
}

/**  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 */


/* Start:/local/components/rarus/help-form/templates/light/style.css?17848907092594*/
.help-form {
    position: relative;
    padding: 20px 0 28px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}
.help-form::before,
.help-form::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: var(--green);
    background: linear-gradient(to right, transparent 0, var(--green) 10%, var(--green) 90%, transparent 100%);
}
.help-form::before {
    top: 0;
}
.help-form::after {
    bottom: 0;
}
.help-form__title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
}
.help-form__descr {
    text-align: center;
    margin: 0.4rem auto 1rem;
    font-size: 0.9rem;
}
.help-form form {
    display: flex;
    align-items: center;
    gap: 30px;
}
.help-form__fields {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: 1rem;
}
.help-form__field {}
.help-form__fname {
    font-size: 0.8rem;
    margin: 0 12px 0.3rem;
}
.help-form__field input {
    border: 1px solid #000000;
    font-size: 0.9em;
    padding: 10px 12px;
    outline: none;
}
.help-form__field input:focus {
    border-width: 2px;
    padding: 9px 11px;
}
.help-form__field input::placeholder {
    color: #ccc;
}
.help-form__captcha {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0;
}
.help-form__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    /*margin-top: 1.5rem;*/
}
.help-form__submit {
    display: block;
    background-color: var(--green);
    color: #fff;
    text-decoration: none;
    padding: 11px 24px;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 0.9rem;
}
.help-form__submit:hover {
    background-color: var(--dark_green);
}
.help-form__field.error-field input {
    /*border-color: #f5f817;*/
    border-color: red;
}
.error-field__text {
    display: none;
}
.error-field .error-field__text {
    display: block;
}
.error-field__text,
.error_session,
.error-captcha__text {
    color: red;
    font-size: 0.8rem;
}
.error-captcha__text {}
.error-field__text {
    margin: 2px 8px 0;
}
.error_session,
.error-captcha__text {
    margin-bottom: 1rem;
}
.help-form__success {
    font-size: 1.1rem;
    text-align: center;
}
@media (max-width: 1060px) {
    .help-form form {
        flex-direction: column;
        gap: 22px;
    }
}
@media (max-width: 830px) {
    .help-form__fields {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* End */
/* /local/components/rarus/catalog.section.list/templates/.default/style.css?17863703493227 */
/* /local/templates/rarus/components/bitrix/catalog/main/bitrix/catalog.section/tabbed/style.css?17847098795558 */
/* /local/components/rarus/help-form/templates/light/style.css?17848907092594 */
