

/* Start:/local/templates/kit/components/bitrix/catalog.section.list/sub_cat/style.css?17587979961158*/
.categories-left {
	list-style-type: none;
	padding-left: 0;
}
.categories-left a {
	text-decoration: none;
	color: #333333;
}
.categories-left li {
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px solid #EFF1F5;
	padding: 20px 25px;
}
.categories-left ul.sub-menu {
	padding: 0;
	list-style-type: none;
	display: none;
}
.categories-left ul.sub-menu li {
	margin-top: 5px;
	font-size: 13px;
	border: none;
	padding: 0;
}
.categories-left .article-nav-link_active {
	font-weight: 700;
	background: #F6F9FC;
}
.categories-left .article-nav-link_active>ul.sub-menu {
	display: block;
}
/**/

.categories-left li > a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.categories-left li:hover > a {
    text-decoration: underline;
    color: #2A95EF;
}
.categories-left li {
  font-size: 16px;
  padding-right: 15px;
}
.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
}
.category-item:hover {
    box-shadow: 0 5px 20px #00000019;
}

/* End */


/* Start:/local/templates/kit/components/bitrix/catalog.section.list/category/style.css?17588040243781*/
.category-item {
    padding: 35px;
    border: 1px solid #e4e8f3;
    background: linear-gradient(45deg, #EDF3F8, #FBFBFB);
    position: relative;
    transition: .2s;
    min-height: 230px;
}
.category-item:hover {
    box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .25);
    z-index: 1;
}
.category_name {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: .25px;
}
.category_short {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 40px;
}
.category_price {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 17px;
}
.category_btn {
    text-align: right;
    width: 90%;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}
.category_btn .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.8px;
    padding: 15px 17px;
    border-radius: 3px;
    border: 1px solid #EAEAEA;
}
.category_btn .btn.btn-blue {
    background: #2A95EF;
    transition: .3s;
}
.category_btn .btn.btn-blue:hover {
    background: #2A95EF;
    border-color: #2A95EF;
}
.category_btn .btn.btn-blue path, .category_btn .btn.btn-blue:hover path {
    fill: #fff;
}
.section_description {
    margin-top: 100px;
}
.select_open {
    color: #2A95EF;
    cursor: pointer;
    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
}
.select_open .close {
    display: none;
}
.sub-cat.active .select_open .close {
    display: block;
}
.sub-cat.active .select_open .open {
    display: none;
}
.sub-cat_list_mb {
    margin-bottom: 30px;
}
.sub-cat_list {
    overflow: hidden;
    max-height: 0;
    transition: .3s;
}
.sub-cat.active .sub-cat_list {
    max-height: 1000px;
}
.sub-cat.active svg {
    transform: rotate(180deg);
}
.sub-cat_list p {
    margin-bottom: 10px;
    line-height: 1;
}
.sub-cat_list a {
    color: #2A95EF;
    line-height: 1;
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 0.8px;
}
.category_name a{
    color: #333333;
    text-decoration: none;
}
/**/
.category-item .col-md-3:nth-of-type(1) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.category-item .col-md-3:nth-of-type(1) a img.image-hover__1 {
    width: 100%;
}
.category-item .col-md-3:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.category-item .col-md-3:nth-of-type(3) a {
    color: #fff;
    width: 100%;
}
@media (min-width: 0px) and (max-width: 575.98px) {
    .category-item .col-md-3:nth-of-type(3) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
/**/
.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}
.category-item:hover {
    -webkit-box-shadow: 0 5px 20px #00000019;
    box-shadow: 0 5px 20px #00000019;
}
.sub-cat_list_mb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
}
.sub-cat_list {
    max-height: unset !important;
}
.sub-cat_list a {
    font-size: 14px;
    position: relative;
}
.sub-cat_list a:not(:first-of-type)::before {
    position: absolute;
    content: "";
    width: 1rem;
    height: 2px;
    background-color: #212529;
    left: -1.5rem;
    top: 6.5px;
}

/* End */
/* /local/templates/kit/components/bitrix/catalog.section.list/sub_cat/style.css?17587979961158 */
/* /local/templates/kit/components/bitrix/catalog.section.list/category/style.css?17588040243781 */
