.leng__bl-ch a {
    text-decoration: none;
}

.foot-list ul{
    margin: 0;
}

.custom_step {
    margin: 24px 0;
}

.vote_el {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

.list_l_article li a {
    text-decoration: none;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    display: block;
    position: relative;
    padding-left: 0;
}

.list_l_article a:before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.43615 0L9.81462 4.56883L5.43615 9.13766L4.75615 8.42809L7.97404 5.0705H0V4.06716H7.97404L4.75615 0.709565L5.43615 0Z" fill="white"/></svg>');
    width: 22px;
    height: 22px;
    display: none;
    border-radius: 50%;
    background-color: #FF6005;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 6px;
}

.list_l_article li a:hover {
    text-decoration: none;
    color: #262B34;
    padding-left: 38px;
}

.list_l_article a:hover:before {
    display: inline-block;
}

.list_l_article li a.active {
    text-decoration: none;
    color: #262B34;
    padding-left: 38px;
}

.list_l_article li a.active:before {
    display: inline-block;
    transform: translateY(-50%);
}

.reit-block-head
.reit-img{
    width: 168px
}