.video_before:before {
    content: "";
    z-index: 2;
    position: absolute;
    width: 49px;
    height: 49px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/icons/play.svg) center/cover no-repeat;
    pointer-events: none;
}

.contacts-committee__item {
    line-height: 22px;
}

._dynamic_adapt_ picture {
    margin: auto;
}

.breadcrums__list {
    display: inline-block;
}

.news-page__description a {
    color: #D2222A;
}

.toast-top-center {
    top: 45% !important;
}

iframe {
    width: 100%;
    height: 500px;
    display: block;
    margin: auto;
}

.leader_click,
.display_file,
.preview svg,
.commitees_click {
    cursor: pointer;
}

.display_file {
    font-size: 25px;
}

.preview {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 1000px;
    height: 1000px;
    top: 5%;
    left: 25%;
}

.preview svg {
    float: right;
    margin-bottom: 5px;
}

@media screen and (max-width: 1400px) {
    .preview {
        display: none;
        position: absolute;
        z-index: 99999;
        width: 100%;
        height: 50%;
        top: 5%;
        left: 0;
    }
}

@media screen and (max-width: 900px) {
    .preview {
        display: none;
        position: absolute;
        z-index: 99999;
        width: 100%;
        height: 50%;
        top: 5%;
        left: 0;
    }
}

.main-leaders__description {
    line-height: 1.44;
}

.breadcrums__item_no_after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    color: #818086;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.breadcrums__item_no_after a {
    color: #818086;
}


.breadcrums__item_no_after:not(:last-child)::after {
    content: ',' !important;
}

.breadcrums__item_no_after:last-child::after {
    content: '' !important;
}

.breadcrums__item_no_after:nth-last-child(2)::after {
    content: "" !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    height: 1px;
    width: 10px;
    display: inline-block;
    background: #818086;
}

.mobile_sidebanner {
    object-fit: contain !important;
}