

/* Start:/local/templates/index/components/bitrix/catalog.section.list/after-filter/style.css?16431998242264*/
.section_filter__head {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.section_filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #c3ced3;
    padding-bottom: 20px;
}
.section_filter__list .section_filter__link {
    color: #103e7f;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.section_filter__list .section_filter__link span {
	position: relative;
}
.section_filter__title {
    font-size: 22px;
    font-weight: bold;
}
.section_filter__name--2 {
    width: 100%;
    margin-bottom: 15px;
}
.section_filter__name {
    width: 100%;
    margin-right: -1px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
    border: 1px solid #c3ced3;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    transition: .2s all;
    height: 64px;
    background: #fff;
}
.section_filter__name:hover,
.section_filter__name.active {
    background-color: #00aee2;
    color: #fff;
    border-color: #00aee2;
}
.section_filter__list .section_filter__link span:after {
	position: absolute;
    left: 0;
    right: 0;
    display: block;
    content: '';
    opacity: 0;
    transition: .3s opacity;
    bottom: -5px;
    height: 2px;
    background-color: #00aee2;
}
.section_filter__list .section_filter__link:hover span:after,
.section_filter__list div.section_filter__link span:after{
    opacity: 1;
}

@media screen and (max-width: 768px) {
	.section_filter__list .section_filter__link {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
}
@media screen and (max-width: 600px) {
	.section_filter__list .section_filter__link {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 450px) {
	.section_filter__list .section_filter__link {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/* End */
/* /local/templates/index/components/bitrix/catalog.section.list/after-filter/style.css?16431998242264 */
