

/* Start:/local/templates/.default/components/bitrix/catalog.section.list/proektirovshchikam/style.css?17537747941666*/
body.body_inner .page_title{
 color: var(--White)
}

.proekt_sections{
	padding-bottom: 110px;
	border-bottom: 1px solid var(--Grey);
}

.proekt_sections_item{
	margin-bottom: 30px;
}
.proekt_sections_item a{
	display: flex;
	flex-direction: column;
	gap: 53px;
	padding: 16px 30px 25px;
	border-radius: 24px;
	background: var(--Background_2);
	text-decoration: none;
	min-height: 270px;
}

.proekt_sections_item_icon {
	display: flex;
	justify-content: end;
	height: 120px;
	align-items: center;
}


.proekt_sections_item_icon svg path{
  transition: all .3s linear;
  stroke: var(--Background_2);
}

.proekt_sections_item a:hover .proekt_sections_item_icon svg path{
  fill: var(--Yellow);
}

/* .proekt_sections_item a:hover  .proekt_sections_item_icon img{
	filter: invert(86%) sepia(22%) saturate(6944%) hue-rotate(0deg) brightness(103%) contrast(102%);
} */

.proekt_sections_item_name {
    color: var(--White);
    font-family: var(--first-family);
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    display: flex;
    gap: 20px;
    align-items: baseline;
    max-width: 310px;
}

.proekt_sections_item_name::before {
    content: '';
    min-width: 12px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: var(--Grey);
    transition: all .3s linear;
}

.proekt_sections_item a:hover .proekt_sections_item_name::before {
    background: var(--Yellow);
}


@media(max-width: 992px){
  .proekt_sections{
    padding-bottom: 50px;
  }

  .proekt_sections_item a{
    gap: 30px;
    min-height: initial;
  }
}

@media(max-width: 576px){
  .proekt_sections_item_name{
    font-size: 20px;
    line-height: 26px;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.section.list/proektirovshchikam/style.css?17537747941666 */
