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: 100%;
    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%;
}
a.blogs__nparowname:hover{color:var(--blueColor)}

.breadcrumbs-block{font-weight:400;font-size: .875rem;line-height: 114.285714%;color:rgba(35,40,46,0.9);margin-bottom:15px;}
.breadcrumbs-block a:hover{color: var(--blueColor);}
.breadcrumbs-block span{color: #a9a9a9;}
.breadcrumbs-block span.active{color:#00B4D8}

.grayed-text{background-color: #cccccc;}
.gray-text{color: #999999;}
.green-text{color: #33cc33;}
.blue-text{color: #336699;}

.expblock__body {
    background-color: var(--bgColor);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    align-items: center;
}

.expblock__body p {
    flex:1 1 auto;
    font-size:16px;
    line-height:162.5%;
    margin-bottom: 0 !important;
}

.expblock__button {
    white-space:nowrap;
}

.expblock__body a {
    color: inherit;
    text-decoration: none;
}

.expblock__body a:hover {
    color: white;
    background-color: var(--darkGray);
}

.expblock:not(:last-child) {
    margin-bottom:1.875rem;
}

@media (max-width: 1280px) {
    .expblock__body {
        flex-direction:column;
    }

}

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

.table-expert td, .table-expert th { vertical-align: top !important; }

.news-block__rightblock.news-block__rightblock--rose{background-color: #FAF1FF;}
.news-block__rightblock.news-block__rightblock--gray{background-color: #F5F5F7;}
.uns__image:not(:last-child){display:inline-block}