/* Header */
.gov-box {
    float: none;
    padding-left: 0;
    display: flex;
    text-align: left;
    height: 40px;
    margin-bottom: 0;
    cursor: pointer
}
.gov-box .icon-gov {
    position: relative;
    width: 5px;
    height: 40px;
    background-color: #004BC1;
}
.gov-box .icon-gov:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 5px;
    height: 20px;
    background-color: #ffe358;
}
.description-gov {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 25px);
    flex: 0 0 calc(100% - 25px);
}

header .description-gov .title-gov {
    text-transform: uppercase;
}
.description-gov span {
    font-weight: 700;
    padding-left: 10px;
    font-size: 110%;
    line-height: 20px;
    height: 20px;
    border-bottom: none !important;
    max-width: 100%;
    flex: 0 1 100%;
}
.description-gov span.light {
    color: #aab3c6;
    font-size: 85%;
    line-height: 25px;
    height: 20px;
    font-weight: 500;
}
.play {
    float: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 40px;
    margin-bottom: 0;
}
.play i {
    cursor: pointer;
    margin-right: 10px;
}
.social-box {
    float: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 40px;
    margin-bottom: 0;
}

/* Header middle */

.header-middle {
    float: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.header-middle .title {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
    line-height: 28px;
    font-variant: small-caps;
}

.header-middle .title .sub_title_1 {
    text-align: center;
    font-size: 1rem;
    line-height: 28px;
    text-transform: uppercase;
}

.header-middle .title .sub_title_2 {
    text-align: center;
    font-size: 1.4rem;
    line-height: 28px;
}

.logo-kpvp {
    width: 120px;
}

/* Slider */

.owl-carousel h1,
.owl-carousel h6,
.owl-carousel a {
    font-family: "Roboto Condensed", sans-serif;
}

/* Main articles */

.title-section {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.45rem;
    font-weight: 400;
}

.title-section-right {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.71rem;
    font-weight: 400;
}

.article-title {
    font-family: "Roboto Condensed", sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* Modal */

.gerb-ua {
    position: absolute;
    width: 100px;
    right: 20px;
    top: 0;
}

/* Zakupki */

#prom_state_purchase {
    width: 100%;
    margin-bottom: 50px;
}

/* Footer */

.social-bottom li a {
    font-size: 1.25rem;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .description-gov span.light {
        font-size: 0.67rem;
    }
    .kpvp-settings {
        font-size: 0.71rem;
    }
    .logo-kpvp {
        width: 110px;
    }
    header .border-bottom.padding-40 {
        padding: 15px;
    }
    .gerb-ua {
        width: 45px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .description-gov span {
        font-size: 0.9rem;
    }
    .kpvp-settings {
        font-size: 0.67rem;
    }
    .logo-kpvp {
        width: 110px;
    }
    header .border-bottom.padding-40 {
        padding: 15px;
    }
    .gerb-ua {
        width: 45px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}
