<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.deputats{
    margin: 50px 0 30px;
}
.deputats h3 a{
    text-decoration: none;
}
.deputats h3 a:hover{
/*    color: black;*/
/*    text-decoration: underline;*/
    color: #9E0808;
}
.deputats h3{
    font-size: 1.95em;
    font-weight: bold;
    border-bottom: 2px solid black;
    padding-bottom: 13px;
}

.deputats .allDeputats{
    float: inline-end;
}
.deputats .allDeputats img{
    max-width: 40px;
    margin-right: 20px;
}

.deputats .allDeputats span{
    color: #9E0808;
    font-size: 0.85em;
    font-weight: normal;
    letter-spacing: 1.2px;
    vertical-align: middle;
}

.deputats__list{
    margin-top: 35px;
    display: flex;
    align-items: center;
}
.deputats__list img{
    max-width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 7px;
}
.deputats__list p{
    font-size: 0.79em;
    margin: 0;
    text-align: center;
    
}

.deputats__list a{
    text-decoration: none;
    color: black;
}
.deputats__list a:hover{
    font-weight: bold;
    color: black;
}

.deputats__list_block{
    display: none;
}
.deputats__list_block.active{
    display: block;
}
.deputats__list__next{
    background-image: url(/local/templates/main/img/icon/next.png);
    width: 37px;
    height: 37px;
    background-size: cover;
    margin:auto;
    cursor: pointer;
}
.deputats__list__next:hover{
	background-image: url(/local/templates/main/img/icon/next_red.png);
}
.deputats__list_block .deputies_img{
    width: 60%;
    padding-bottom: 60%;
    margin: auto;
    display: block;
    margin-bottom: 7px;
    border-radius: 50%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90%;
    background-color: white;
}
</pre></body></html>