.base-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 30px;
    justify-content: space-between;
}

.flex--half {
    flex: 1 1 50%;
}

.mb-20 {
    margin-bottom: 20px;
}

.flex-end {
    justify-content: flex-end;
}

.font-600 {
    font-weight: 550;
}

.parent-title {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 25px;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.w-100--percent {
    width: 100%;
}

.w-300--px {
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .base-flex {
        flex-direction: column;
    }
}
.fancybox-container{
    z-index: 99999999999999 !important;
}
.fancybox-container .fancybox-caption{
    border-top: 0px;
}
.fancybox-container .fancybox-stage{
    margin-top: 50px;
    margin-bottom: 80px;
}
@media (max-width: 1366px) {
    .fancybox-container .fancybox-stage{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.aside__buttons-top .btn:focus{
    background-color: #0B75BA;
    color: #ffffff;
    border-color: #0B75BA;
}
a.border-block-sm .text-dark{
    font-weight: 700;
}
.docs-item__card.block-douwnload-md{
    margin: 0px;
}
.border-block.aside-date-block{
    padding: 30px;
}
.aside-date-block:before, .aside-date-block:after{
    display: none;
}
.aside-date-block__title{
    font-size: 14px;
    color: #767676;
    margin-bottom: 8px;
    line-height: 14px;
}
.aside-date-block__date{
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}
.aside-date-block p:last-child{
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    #gosmonitor_widget_wrapper_main{
        display: none !important;
    }
}



.participation--column{
    display: flex;
    flex-direction: column;
}
.row-flex{
    display: flex;
    flex-wrap: wrap;
}
.row-flex .list-group{
    margin-bottom: 0;
}
.row-flex .list-group-services .list-group-item:last-child{
    margin-bottom: 0;
}
.bng img{
    width: 80%;
    height: auto;
}
.bng{
    height: 187px;
    background-color: #03ABCB;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1199px){
    .bng{
        height: 212px;
    }
}
@media screen and (max-width: 1024px){
    .bng{
        height: 190px;
    }
}
@media screen and (max-width: 991px){
    .bng{
        height: auto;
    }
}
@media screen and (max-width: 480px){
    .bng{
        margin-top: 20px;
    }
}
.post-content img{
    height: auto;
}

.subordinate-doc .subordinate__title{
    margin-bottom: 20px;
}

.w100 {
    width: 100%;
}

.page-nko .btn-md {
    margin-bottom: 15px;
    margin-right: 10px;
}

.reporter-wrap .message-blue {
    padding: 10px 7px;
    background-color: #e6f5fe;
    margin-bottom: 10px;
}

.reporter-wrap {
    margin-top: 10px;
}

a.feedback span {
    font-weight: 600;
}

.form-feedback .required label:after
{
    color: red;
    content: " *";
}

.estimate-score {
    max-width: 150px;
}

.inner-slider {
    padding-top: 30px !important;
}

.inner-slider ul li {
    width: 33% !important;
    list-style-type: none !important;
    padding-left: 20px !important;
}

.inner-slider ul li:before {
    content: none;
}

.inner-slider .slider-container .media-photo-head
{
    padding: 0 20px;
}


.result-check-wrap .answer-correct .jq-radio,
.result-check-wrap .answer-correct .jq-checkbox
{
    border-color: #689f38;
}

.result-check-wrap .answer-incorrect .jq-radio,
.result-check-wrap .answer-incorrect .jq-checkbox
{
    border-color: red;
}

.interval-calendar__input, .interval-calendar__input-news {
    background: url(../img/image/calendar__input.png) no-repeat center right 20px !important;
}

.mini-banner .mini-banner-text {
    z-index: 3;
}

.post-list__text {
    max-height: 83px;
    overflow-y: hidden;
}

.subordinat-table .subordinat-table__name {
    width: 30% !important;
}

.table-light-style {
    word-break: keep-all !important;
}

.subordinat-table.table-light-style th::before {
    height: 87%;
    right: -1px;
}

.subordinat-table.table-light-style th {
    background: transparent;
    border-right: 1px solid #c4c4c4 !important;
}
body .new-style .nav-tabs.pull-right .dropdown-menu .custom-tab-item a{
    white-space: normal;
}

.d-dropdown-container ol li::before, .d-page-border-block ol li::before {
    content: none;
}

.d-news-inner-rate .rate_row {
    margin-top: 0;
}

.d-news-inner-rate .rate_star {
    padding-left: 2px;
    padding-right: 2px;
    background-image: url(../img/icon/new-vote-star.svg);
}

.d-news-inner-rate .rate_star:hover,
.d-news-inner-rate .rate_star.over,
.d-news-inner-rate .rate_star.checked {
    background-image: url(../img/icon/new-vote-star--hover.svg);
}

.d-breadcrumbs {
    list-style: none;
}

.active > .d-breadcrumbs-item {
    background: #0B75BA;
    color: #fff;
    stroke: #fff;
    pointer-events: none;
}
#mapContact{
    width: 100%;
    height: 100%;
}
h1{
    margin-top: 0px;
}
.d-input label{
    font-weight: 400;
}
.d-draganddrop-container .jq-file__browse{
    width: 190px;
    padding: 16px 32px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'GolosText';
    color: #FFFFFF;
    margin-right: 32px;
    background: #99ADBB;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}
.d-draganddrop-container .jq-file__browse:hover{
    color: #fff;
    background: #9fb5c4;
}
@media only screen and (max-width: 540px){
    .d-draganddrop-container .jq-file__browse{
        margin-right: 0;
        margin-bottom: 0;
    }
}


.d-sub-block .checked + .placeholder, .d-sub-block .checked + label{
    color: #1A1A1A;
}
.d-sub-block .jq-checkbox__div{
    background-color: transparent;
    background-image: url("../img/icon/checkbox-icon.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.d-sub-block .jq-radio.checked .jq-radio__div,.d-sub-block .jq-checkbox.checked .jq-checkbox__div{
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
}
.d-sub-block .jq-radio, .jq-checkbox{
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
}
.d-sub-block .aside-form-title{
    font-weight: 500;
}

.d-sub-block .wrap-check{
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}
.d-sub-block .aside-form-box{
    padding: 0 0 10px 0;
    border-bottom: none;
    margin-bottom: 0;
}

.d-structure-block-img img{
	max-height: 100%;
}

.banner-base__bgz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-basez a {
    display: block;
}

.banner-basez img {
    width: 100%;
    height: auto;
}

.banner-basez {
    border-radius: 4px;
    overflow: hidden;
}

.sect-banner + .news-prime-blok {
    padding-top: 0;
}

@media only screen and (max-width: 767px) {
    .sect-banner {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (min-width: 1270px) {
    .sect-banner--two .col-md-6:first-child .banner-basez {
        max-width: 590px;
    }
    .sect-banner--two .col-md-6:last-child .banner-basez {
        max-width: 590px;
        margin-left: auto;
    }
}

.section.sect-banner {
    padding: 32px 0 0 !important;
}

.sect-banner + .sect-banner {
    padding-top: 0 !important;
}

@media only screen and (max-width: 1269px) {
    .section.sect-banner {
        padding: 40px 0 0 !important;
    }
    .sect-banner + .sect-banner {
        padding-top: 0 !important;
    }
}
@media only screen and (max-width: 767px) {
    .section.sect-banner {
        padding: 40px 0 14px !important;
    }
    .sect-banner + .sect-banner {
        padding: 0 0 36px !important;
    }
}

.banner-margin {
    margin-bottom: 32px !important;
}

@media only screen and (max-width: 1269px) {
    .banner-margin {
        margin-bottom: 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-margin {
        margin-bottom: 16px !important;
    }
}

.sect-banner .banner-margin {
    margin-bottom: 42px !important;
}

.sect-banner + .sect-banner .banner-margin {
    margin-bottom: 20px !important;
}

@media screen and (max-width: 1201px) {
    .sect-banner .banner-margin {
        margin-bottom: 32px !important;
    }

    .sect-banner + .sect-banner .banner-margin {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .sect-banner .banner-margin,
    .sect-banner + .sect-banner .banner-margin {
        margin-bottom: 16px !important;
    }
}

.new-editer-block > .soc-guard{
	margin-top: 0;
}

.useful-block-heading-gap {
    margin-top: 84px;
}

@media only screen and (max-width: 1199px){
    .useful-block-heading-gap {
        margin-top: -30px;
    }
}

.link-block {
    display: block;
}

.link-block + .form-builder-dropzone {
    margin-top: 15px;
}

.link-block .link-del {
    margin-left: 10px;
    font-size: 0.8em;
    color: #1F3684;
}

.tab-block-button_block-3 {
    min-height: 140px;
    margin-top: 20px;
}

.tab-block-button_block-3:before {
    background: none;
}

.tab-block-text_block-3 {
    position: absolute;
    font-family: GolosText;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    top: 50%;
    color: #1A1A1A;
    transform: translateY(-50%);
}

.table-wrap_window-wide {
    margin-left: calc((1300px - 100vw) / 2);
    margin-right: calc((1300px - 100vw) / 2);
}

.mini-slider-bg_image {
    z-index: 1;
    background-size: cover;
    background-position: center;
}
