

/* Start:/bitrix/templates/v2/components/bitrix/breadcrumb/main/style.css?16770573661082*/
.breadcrumb-main {
	display: flex;
	flex-wrap: wrap;
}

.breadcrumb-top {
	margin-bottom: 15px;
}

.breadcrumb-main__item {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #DDDFE1;
	color: #abafb1;
	font-size: 13px;
}

.breadcrumb-main__item a {
	color: inherit;
	text-decoration: none;
}

.breadcrumb-main__item--last {
	margin-right: 0;
	padding-right: 0;
	border: none;
}

.breadcrumb-top__wrap {
	display: flex;
	align-items: center;
}

.breadcrumb-top__back-link {
	display: inline-block;
	position: relative;
	padding-left: 14px;
	margin-right: 40px;
	text-decoration: none;
	font-size: 13px;
	line-height: 1;
}

.breadcrumb-top__back-link::before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 9px;
	height: 14px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 1.5L2 7L7.5 12.5' stroke='%23C9CFD3' stroke-width='2'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	content: '';
}
/* End */


/* Start:/bitrix/templates/v2/components/ma/catalog.section.list/projects_list_2/style.css?16824896701936*/
.projects__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -30px;
    margin-left: -30px;
}

.projects__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 30px);
    min-height: 300px;
    padding: 58px 20px;
    margin-left: 30px;
    margin-top: 30px;
    box-shadow: 0px 10px 30px rgba(1, 0, 45, 0.1);
    transition: 0.3s;
}

.projects__item:hover {
    background-color: var(--site-accent-color);
}

.projects__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.projects__holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.projects__icon {
    margin-bottom: 20px;
}

.projects__icon path {
    transition: 0.3s;
}

.projects__item:hover .projects__icon path.toggle {
    fill: #fff;
}

.projects__item:hover .projects__icon path.toggle-stroke {
    stroke: #fff;
}

.projects__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    transition: 0.3s;
}

.projects__item:hover .projects__name {
    color: #fff;
}

@media (max-width: 1199px) {
    .projects__item {
        width: calc(100% / 3 - 30px);
    }
}

@media (max-width: 1023px) {
    .projects__list {
        margin-left: -15px;
        margin-top: -15px;
    }

    .projects__item {
        width: calc(100% / 3 - 15px);
        margin-top: 15px;
        margin-left: 15px;
        padding: 40px 15px;
        min-height: unset;
    }
}

@media (max-width: 849px) {
    .projects__item {
        width: calc(100% / 2 - 15px);
    }
}

@media (max-width: 575px) {
    .projects__list {
        margin-left: 0;
    }

    .projects__item {
        width: 100%;
        margin-left: 0;
    }
}
/* End */
/* /bitrix/templates/v2/components/bitrix/breadcrumb/main/style.css?16770573661082 */
/* /bitrix/templates/v2/components/ma/catalog.section.list/projects_list_2/style.css?16824896701936 */
