

/* Start:/local/templates/.default/components/bitrix/news.list/resheniya/style.css?17537147321308*/
body.body_inner{
  background: var(--White);
}


.resheniya-item {
display: flex;
max-width: 553px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
}

.resheniya-label{
padding-bottom: 20px;
    border-top: 1px solid #7A7E8E;
    margin-bottom: 24px;
    color: var(--Background);
    font-family: var(--Background);
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
			align-self: stretch;
}
.resheniya-label a{
    display: flex;
    gap: 20px;
    align-items: baseline;
    color: var(--Background);
    text-decoration: none;
		margin-top: 20px;
	color: var(--Background);
font-family: var(--first-family);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.resheniya-label a:hover{
		color:var(--Background);
    text-decoration: none;
		cursor: default;
}

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

.resheniya-label a:hover::before {
    background: var(--Yellow);
}

.resheniya-image{
width: 100%;
height: 368px;
}

.resheniya-title{
	color: var(--Background);
font-family: var(--first-family);
font-size: 80px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 100px;
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/resheniya/style.css?17537147321308 */
