input[type=checkbox]:checked + .blogs__tag {
  background-color: var(--mainColor);
  color: var(--whiteColor);
}
input[type=checkbox]:checked + .blogs__tag span {
  color: var(--grayColor);
}
.errors{
    color:#ff0000;
}
.errors p{
    margin-bottom:10px;
}
.text-center{
    text-align: center;
}
.login-form{
    max-width: 34.375rem;
    padding: 2.25rem;
    margin: 0 auto;
    background-color: var(--bgColor);
    border-radius: .375rem;
}
.login-form{}

@media print {
    .article__right,
    .pagetop__bottom,
    .article__bottom,
    .otherarticles,
    .samenews,
    .first,
    .cookies-block,
    #bx-panel,
    header, footer
    {display:none!important;}
}

.article__text ul a, .article__text ol a{
    color:#000;
}

.uns__blocks {display: flex;gap: 1.25rem;flex-wrap: wrap;}
.uns__blocks .uns__item{
    flex: 0 1 calc((100% - 3.75rem) / 4);
    border: solid 1px #A1A1AA;
    border-radius: 6px;
    padding: 1rem;
    color: #18181B;
    transition: all 0.3s;
}
@media (max-width: 74.5625em) {
    .uns__blocks .uns__item{
        flex: 0 1 calc((100% - 3.75rem) / 3);
    }
}
@media (max-width: 50.5625em) {
    .uns__blocks .uns__item{
        flex: 0 1 calc((100% - 3.75rem) / 2);
    }
}
@media (max-width: 30.5625em) {
    .uns__blocks .uns__item{
        flex: 0 1 100%;
    }
    .cookies-block{
        padding-bottom:2.5rem;
    }
}
.uns__blocks .uns__item.disabled {
    color: #A1A1AA;
}
.uns__blocks .uns__title{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0.1rem;
}
.uns__blocks .uns__body{
    font-size: 14px;
    line-height: 16px;
}

.uns__blocks .uns__item:hover {
    border-color:#005FFF;
    background: #005FFF;
    color:#fff;
}



.table {
    width: 90%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse; 
}
.table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}
.table td {
    border: 1px solid #dddddd;
    padding: 5px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-block__txtacont textarea{
    max-height: 250px;
}

.menu__body{
    z-index:6;
}
.icon-menu{
    z-index:7;
}

.article__content .pagetop {max-width:100%;}
.article__content .pagetop__bottom {max-width:100%;}

@media (min-width: 47.9988em) {
    .article__text ol:not(:last-child), .article__text ul:not(:last-child) {
        margin-bottom: 1.75rem;
    }
}

.article__text ol li:before{
        content: counter(item) ".";
}

.article__text a.uns__item{text-decoration: none;}
.uns__blocks .uns__title{text-decoration: underline}
.checkbox-list{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 15px;
}
.checkbox-list .checkbox {
    min-width: 40%;
}