<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/problem-detail/style.css?17443137331587*/
.desc_problem {
    margin-bottom: 40px;
}
.desc_problem h2 {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 120.2%;
    /* margin: 15px 0; */
    font-family: 'Futura PT Book';
    color: #a5a5b0;
}
.list_arhiv a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #00a29a;
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
	 border: 1px solid #00a29a;
}
.list_arhiv {
    margin: 20px 0;
}
.title_arhiv {
    font-weight: 600;
    font-size: 16px;
}
a.link_arhiv:hover {
  background-color: #fff;
  color:#00a29a;
    transition: 0.4s;
}

.list_problem {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
a.elem_problem {
    display: block;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    background: #c5c5d0;
    border: 1px solid #c5c5d0;
    margin-bottom: 6px;
    box-sizing: border-box;
    margin-left: 5px;
    margin-right: 5px;
    max-width: 95%;
    padding: 10px 15px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 3px;
    text-align: center;
}

a.elem_problem:hover {
    background: #00a29a;
    color: #fff;
    border-color: #00a29a;
    transition: 0.3s;
}
.problem_title h3 {
    text-align: center;
    color: #7b8395;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px){
a.elem_problem {
    font-size: 14px;
    padding: 5px;
}
.problem_title h3 {
    margin-bottom: 10px;
}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/problem-detail/style.css?17443137331587 */
</pre></body></html>