

/* Start:/local/templates/main/components/bitrix/catalog.section.list/sect-content-otdel/style.css?17639689101593*/
.stat__sect__list {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}



.stat__sect__list__item__sub {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 25px;
}

.stat__sect__item__title {
    margin: 15px 0;
}

.stat__sect__sub__item {
    width: calc((100% - 60px) /3);
    min-width: 320px;
    display: flex;
    column-gap: 23px;
}

.stat__sect__sub__item:hover .sub__item__desc__title {
    background-size: 100% 2px!important;
    color: #376DF6!important;
}

.stat__sect__sub__item__img {
    width: 143px;
    height: 115px;
    object-fit: cover;
    border-radius: 20px;
}

.sub__item__desc__title {
    display: inline;
    margin-bottom: 15px;
    font-weight: 500;
    background-image: linear-gradient(#376DF6, #376DF6);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: all 0.3s;
    cursor: pointer;
    padding-bottom: 0;
}

.stat__sect__sub__item__desc {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.no-line.stat__sect__sub__item .stat__sect__sub__item__desc .sub__item__desc__title{
    margin-bottom: 0;
}
.custom__button-1:disabled,
.custom__button-1:hover:disabled{
    cursor: not-allowed;
}
@media (max-width: 1024px) {

    .stat__sect__content {
        width: calc(100% - 320px);
        margin-left: 0;
    }
    .stat__sect__sub__item {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .stat__sect__content {
        width: 100%!important;
        margin-left: 0!important;
    }


}


/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/custom-bread/style.css?17653150801063*/
.bx-breadcrumb {
	margin: 10px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb {
	margin-bottom: 10px;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
	background-color: rgba(65, 65, 110, 0.6);
}
.breadcrumbs span {
	float: left;

	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
	overflow: hidden;         /* Скрываем выходящий за границы текст */
	text-overflow: ellipsis;
	max-width: 200px
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family:  'Golos Text', 'Roboto', sans-serif;
	font-size: 14px;
	white-space: normal;
	line-height: 16px;
	color: rgba(65, 65, 110, 0.6);
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}


.bx-breadcrumb .bx-breadcrumb-item:last-child span{
	color: #376DF6;
}

.bx-breadcrumb i:before {
	content: ''!important;
	display: block;
	width: 1px;
	height: calc(100% - 2px);
	background-color: rgba(65, 65, 110, 0.7);
}

/* End */
/* /local/templates/main/components/bitrix/catalog.section.list/sect-content-otdel/style.css?17639689101593 */
/* /local/templates/main/components/bitrix/breadcrumb/custom-bread/style.css?17653150801063 */
