@import url('css/bootstrap.extended.css');
@import url('css/ui.css');
@import url('css/position.css');

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.width {
    position: relative;
    margin: 0 auto;
    max-width: 995px;
    padding: 0 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 100vh;
}

.main {
    flex: 1 1 auto;
}

.header {
    position: relative;
    z-index: 1010;
    margin-bottom: 1px;
    padding-top: 45px;
}

.header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    width: 170px;
    margin: 0 20px;
}
.header__logo img {
    max-width: 100%;
}
.header__subtitle {
    text-align: right;
    font-size: 24px;
    font-weight: bold;
    color: #D52008;
    text-transform: uppercase;
}

.languages {
    display: flex;
    list-style: none;
    margin-right: 32px;
}
.languages li {
    padding: 0 2px 0 2px;
}

.languages a {
    display: block;
    width: 34px;
    height: 19px;
    line-height: 15px;
    font-size: 10px;
    color: #2B2B2B !important;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid transparent;
    border-radius: 2px;
    background: #FFFFFF;
}
.languages a:hover {
    border: 2px solid #D2D3D5;
    background: #DA251D;
    color: #FFFFFF !important;
}
.languages a.active {
    border: 2px solid #D2D3D5;
}
.languages a.active:hover {
    color: #2B2B2B !important;
    background: #FFFFFF;
}

.menu-line {
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
    background: rgb(147,149,152);
    background: -moz-linear-gradient(0deg, rgba(147,149,152,1) 0%, rgba(114,115,118,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(147,149,152,1) 0%, rgba(114,115,118,1) 100%);
    background: linear-gradient(0deg, rgba(147,149,152,1) 0%, rgba(114,115,118,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#939598",endColorstr="#727376",GradientType=1);
    z-index: 2;
    position: relative;
}
.menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 12px;
    z-index: 1;
}
.menu > li {
    padding: 0 8px 0 8px;
}
.menu > li > a {
    display: block;
    height: 100%;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
}

.menu > li > a.selected {
    text-decoration: underline !important;
}
.menu > li > a.selected:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #909295 transparent transparent transparent;
    left: 50%;
    bottom: -5px;
    margin-left: -3px;
}

.menu__dropdown {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 5px 20px 10px;
    list-style: none;
    background: url(/bitrix/templates/ugok/img/menu_dropdown_bg.png) center bottom no-repeat;
    z-index: 5;
}

.menu__dropdown > li {
    position: relative;
    padding: 1px 0 1px 0;
    border-bottom: 1px solid #4E4E4E;
    width: 225px;
}

.menu__dropdown li a {
    display: block;
    position: relative;
    padding: 5px 20px 5px 8px;
    height: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #B3B3B4;
    text-transform: none;
}

.menu__dropdown li:not(.menu__has-children) a:hover {
    background-color: #980D19;
    color: #FFFFFF;
}

.menu__dropdown .menu__has-children {
    background-image: url(/bitrix/templates/ugok/img/menu_dropdown_have_child.gif);
    background-position: 209px center;
    background-repeat: no-repeat;
}

.menu__dropdown .menu__has-children.selected {
    background-color: #980D19;
    background-position: right center;
    color: #FFFFFF;
}

.menu__dropdown .menu__has-children.selected ul {
    display: block;
}

.menu__dropdown ul {
    display: none;
    position: absolute;
    bottom: 0;
    left: 235px;
    list-style: none;
    padding: 0;
    width: 225px;
}

.menu__dropdown ul li {
    position: relative;
    padding: 1px 0 1px 0;
    border-bottom: 1px dotted #4E4E4E;
}

.menu__dropdown ul a {
    font-size: 12px;
}

.menu__dropdown ul a:hover {
    background-color: #980D19;
    color: #FFFFFF;
}

.menu .open > .menu__dropdown{
display: block;
}

.menu-toggle {
    display: none;
    border-radius: 3px;
    background: #A8A8A8;
    padding: 0 12px 0 12px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none;
    margin-right: 10px;
}

.menu-mobile {
    display: none;
    list-style: none;
}

.menu-mobile a {
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(#A8A8A8), to(#939598), color-stop(1, #fff));
    background: -moz-linear-gradient(top, #A8A8A8, #939598);
    background: linear-gradient(top, #A8A8A8, #939598);
    padding: 12px 11px 12px 22px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 1px;
}

.menu-mobile__dropdown {
    display: none;
    list-style: none;
    margin-bottom: 1px;
    border-radius: 3px;
    background: #1F1F1F;
}

.menu-mobile__dropdown li {
    margin: 0 5px;
    background: url(/bitrix/templates/ugok/img/menu_dropdown_a.png) center bottom repeat-x;
}

.menu-mobile__dropdown a {
    background: none;
    padding: 8px;
    font-weight: normal;
    color: #B3B3B4;
    text-transform: none;
}

#active-menu-items {
    display: none;
}

.active-menu-item {
    background: -webkit-gradient(linear, left top, left bottom, from(#BA101F), to(#8F0C18), color-stop(1, #fff));
    background: linear-gradient(top, #BA101F, #8F0C18);
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 11px 8px 22px;
    border-radius: 3px;
    margin-bottom: 1px;
    color: #FFFFFF;
}

.active-menu-item.inner {
    background: #1F1F1F;
    font-size: 12px;
    text-transform: none;
}

.search-form {
    display: flex;
    align-items: center;
}

.search-form .form-control {
    height: 26px;
}

.search-form button {
    color: #fff;
    background: none;
    border: none;
    padding: 5px 8px;
    font-size: 16px;
}

.menu-sub {
    position: relative;
    z-index: 1;
    top: -4px;
    width: 100%;
    background: #1A1A1A url(/bitrix/templates/ugok/img/menu_sub_bg.gif) center bottom no-repeat;
}

.menu-sub.grey {
    background: #AAAAAA url(/bitrix/templates/ugok/img/menu_sub2_bg.gif) center bottom no-repeat;
}

.menu-sub.grey .menu a {
    color: #1A1A1A;
}

.menu-sub .menu li {
    position: relative;
    margin-left: -1px;
    padding: 3px 8px 0 8px;
    height: 39px;
}

.menu-sub .menu li + li:before {
    content: '';
    display: block;
    background: #575757;
    width: 1px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.menu-sub .menu a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    line-height: 36px;
    font-size: 12px;
    color: #AFAFAF;
    text-transform: none;
    font-weight: normal;
}

.menu-sub .menu > li > a.selected {
    text-decoration: none !important;
}
.menu-sub .menu > li > a.selected:before {
    display: none;
}

.menu-sub .menu a:hover {
    color: #FFFFFF;
}

.menu-sub .menu a.selected span{
    background: #980D19;
    padding: 2px 8px;
    color: #FFFFFF;
    border-radius: 4px;
}

.footer {
    /*display: flex;*/
    /*justify-content: space-between;*/
    padding: 20px;
    background-image: url(/bitrix/templates/ugok/img/footer_bg.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    margin-bottom: 10px;
}

.footer__contacts {
    display: flex;
    /*padding-right: 20px;*/
    justify-content: space-between;
    align-items: center;
}

.footer__contacts-title {
    padding-right: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    padding-left: 27px;
}
.footer__contacts-title:before {
    content: '';
    display: block;
    background: url("/bitrix/templates/ugok/img/phone-icon-white.svg") no-repeat center / contain;
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.footer__contacts-text {
    font-size: 10px;
    color: #FFFFFF;
}

.footer__copyright {
    line-height: 16px;
    font-size: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 10px;
}

.footer a {
    color: #FFFFFF;
}
.footer .social-links img {
    width: 30px;
    margin: 0 7px;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.page {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 20px 0;
}

.page__title {
    line-height: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #DA251D;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.page__row {
    display: flex;
    justify-content: space-between;
}

.page__content {
    flex: 1 1 auto;
}

.page__text img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}

.page__text iframe {
    max-width: 100%;
    margin-bottom: 15px;
}

.page__text ul, .page__text ol {
    padding-left: 30px;
}

.page__text table {
    margin-bottom: 10px;
}
.page__text table th, .page__text table td {
    padding: 3px 10px;
}


.page__sidebar {
    width: 265px;
    padding-left: 15px;
    margin-right: -20px;
}

.page__left-sidebar {
    width: 25%;
    padding-right: 15px;
    flex-shrink: 0;
    min-width: 215px;
}

.breadcrumb {
    text-align: left;
    padding: 16px 0 8px 0;
    line-height: 20px;
    font-size: 12px;
    color: #939598;
}
.breadcrumb:after {
    display: none;
}
.breadcrumb > li:after {
    content: '/';
}
.breadcrumb > li:last-child {
    color: #DA251D;
}
.breadcrumb a {
    color: #939598;
}
.breadcrumb a:before {
    display: none;
}
.breadcrumb a:hover {
    color: #939598;
    text-decoration: underline !important;
}

.filter-block {
    border: 1px solid #D2D3D5;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 15px;
}

.calendar .ui-datepicker-inline {
    width: 100%;
    padding: 0;
    border: none;
}
.calendar .ui-widget-header {
    border: none;
    background: none;
}
.calendar .ui-datepicker .ui-datepicker-title {
    margin: 0 18px 0 18px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    color: #BABABA;
}
.calendar .ui-datepicker th, .calendar .ui-datepicker td {
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    opacity: 1;
}
.calendar .ui-datepicker th {
    padding: 3px 0 2px 0;
    text-transform: uppercase;
    color: #9E9E9E;
}
.calendar .ui-datepicker td {
    padding: 0;
    border: 1px solid #E6E6E6;
}
.calendar .ui-datepicker td span, .calendar .ui-datepicker td a {
    display: block;
    padding: 4px 0 4px 0;
    text-align: center;
    text-decoration: none;
    color: #2B2B2B;
    border: none;
}
.calendar .ui-datepicker .ui-datepicker-prev, .calendar .ui-datepicker .ui-datepicker-next {
    top: 0;
    width: 18px;
    height: 18px;
    background: url(/bitrix/templates/ugok/img/calendar_prev_next.gif) no-repeat;
    cursor: pointer;
}
.calendar .ui-datepicker .ui-datepicker-next {
    right: 0;
    background-position: right center;
}

.calendar .ui-state-hover {
    border: none;
}

.calendar .ui-state-active {
    background: #EDEDED;
    color: #464646;
}

.years {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 2px;
}
.years li {
    width: 33.3333%;
    padding: 2px;
}
.years span {
    background: #D2D3D5;
    display: block;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color .4s;
    color: slategrey;
}
.years span.active {
    background: #BE1625;
    color: #FFFFFF;
}
.years span:hover {
    background: #EDEDEE;
}

.category-filter__title {
    margin-bottom: 5px;
}

.category-filter .form-control {
    height: 26px;
}

.news__title {
    padding: 0 0 16px 0;
    background: url(/bitrix/templates/ugok/img/dotted_h.gif) left bottom repeat-x;
}

.news__date {
    font-size: 12px;
    color: #9C9C9C;
    margin-bottom: 16px;
}

.banner-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.banner-info__logo {
    padding: 0 40px;
    border-right: 3px solid red;
    margin-right: 20px;
}
.banner-info__logo img{
    width: 220px;
}
.banner-info__text {
    font-weight: bold;
    font-size: 20px;
    flex: 1 1 auto;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links img {
    width: 62px;
    margin: 0 25px;
}

.history-years {
    position: relative;
    margin-bottom: 18px;
    height: 131px;
    background: #BCBEC0 url(/bitrix/templates/ugok/img/history_range.gif) left center no-repeat;
    background-size: 100% 100%;
    padding: 0 26px;
}

.history-years .owl-next, .history-years .owl-prev {
    position: absolute;
    top: 32px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/bitrix/templates/ugok/img/paging.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0;
}

.history-years .owl-next {
    right: 0;
    background-position: -24px -24px;
}

.history-years .owl-prev {
    left: 0;
    background-position: 0 -24px;
}

.history-years .owl-item {
    padding-top: 10px;
    padding-bottom: 19px;
}

.history-years__item {
    display: block;
    padding-top: 30px;
    width: 63px;
    height: 71px;
    background: url(/bitrix/templates/ugok/img/history_range_year.gif) -63px top no-repeat;
    text-align: center;
    line-height: 22px;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #B41B07;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;

    /*padding: 10px 4px 0 4px;*/
}

.history-years__item.active {
    background: url(/bitrix/templates/ugok/img/history_range_year.gif) left top no-repeat;
    color: #FFFFFF;
}
.history-years__item.active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/bitrix/templates/ugok/img/history_range_current.gif) center bottom no-repeat;
}

.history-list {
    display: none;
    margin-bottom: 18px;
    list-style-type: none;
    line-height: 18px;
    font-size: 12px;
    padding: 0 !important;
}
.history-list.active {
    display: block;
}

.history-list li{
    padding-left: 45px;
    background: url(/bitrix/templates/ugok/img/li.gif) 18px 0 no-repeat;
    margin-bottom: 18px;
}

#panel.authorized {
position: fixed;
width: 100%;
height: 40px;
z-index: 20;
top: 0;
}

body.authorized {
    margin-top: 40px;
}

.management-tabs {
    display: flex;
    align-content: center;
    list-style: none;
    padding: 0 !important;
    margin-left: -15px;
    margin-bottom: 25px;
}
.management-tabs__item {
    background: rgb(147,149,152);
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .4s;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.management-tabs__item.active {
    background: #980D19;
}
.management-tabs__item:hover {
    background: #980D19;
}
.management-tabs li {
    padding-left: 15px;
    width: 25%;
}

.management-tab-blocks {
    position: relative;
    overflow: hidden;
}
.management-tab {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    height: 0;
}
.management-tab.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    height: auto;
}

.management-block {
    display: flex;
}
.management-block__img {
    width: 25%;
    padding-right: 15px;
}
.management-block__content {
    width: 75%;
}
.management-block__name {
    background: rgb(199 202 205);
    padding: 10px 15px;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 16px;
}
.management-block__text {
    padding: 15px;
    border: 1px solid #980D19;
}

.management-block__title {
    width: 25%;
    color: #DA251D;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    padding-right: 15px;
    min-width: 215px;
}

.management-block__sidebar {
    width: 25%;
    padding-right: 15px;
    min-width: 215px;
}

.reports-section-filter {
}
.reports-section-filter__item {
    background: rgb(147,149,152);
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .4s;
    margin-bottom: 5px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reports-section-filter__item.small-height {
    min-height: 35px;
}
.reports-section-filter__item.active {
    background: #980D19;
}
.reports-section-filter__item:hover {
    background: #980D19;
}

.reports-list {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    height: 0;
}
.reports-list.active {
    opacity: 1;
    pointer-events: auto;
    position: relative;
    height: auto;
}

.management-carousel-block {
    margin-left: -15px;
}

.management-slider__item {
    padding-left: 15px;
}
.management-slider__item.active .management-slider__content {
    border: 1px solid #980D19;
}
.management-slider__item img {
    float: none;
    margin: 0;
}
.management-slider__content {
    border: 1px solid rgb(147,149,152);
    padding: 10px 7px;
    text-align: center;
    font-size: 11px;
}
.management-slider__name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 12px;
}

.management-slider .owl-next, .management-slider .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/bitrix/templates/ugok/img/paging.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 0;
}

.management-slider .owl-next {
    right: -20px;
    background-position: -24px 0;
}

.management-slider .owl-prev {
    left: -7px;
    background-position: 0 0;
}
.management-carousel-block {
    margin: 0;
}

.management-list {
    display: flex;
}
.management-list__item {
    display: none;
    width: 50%;
}
.management-list__item.active {
    display: flex;
}
.management-list__carousel {
    width: 50%;
    padding-left: 15px;
}
.management-list__slider .owl-prev {
    display: none !important;
}

.management-list__item-img {
    width: 50%;
    padding-right: 15px;
}
.management-list__item-content {
    width: 50%;
}
.management-list__item-name {
    background: rgb(199 202 205);
    padding: 10px 15px;
    margin-bottom: 3px;
    font-weight: bold;
}
.management-list__item-text {
    padding: 10px;
    border: 1px solid rgb(147,149,152);
}

.contacts {
    display: none;
}
.contacts.active {
    display: flex;
}
.contacts__left {
    width: 50%;
}
.contacts__right {
    width: 50%;
    padding-left: 20px;
}
.contacts-tabs {
    display: flex;
    margin-left: -15px;
    list-style: none;
    padding: 0 !important;
}
.contacts-tabs li {
    width: 50%;
    padding-left: 15px;
}
.contacts-tabs__item {
    background: rgb(147,149,152);
    color: #FFFFFF;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    transition: all .4s;
}
.contacts-tabs__item.active, .contacts-tabs__item:hover {
    background: #980D19;
}

.contacts-map {
    position: relative;
    max-width: 400px;
    margin-left: auto;
}
.contacts-map iframe {
    margin-bottom: 0;
}
.contacts-map__links {
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 9px;
    left: 0;
    padding: 10px;
}
.contacts-map__links img {
    margin: 0;
}
.contacts-map__links a {
    color: red;
    background: #FFFFFF;
    border: 1px solid #980D19;
    padding: 5px 7px;
    font-weight: bold;
    transition: all .4s;
    margin-left: 7px;
}
.contacts-map__links a:hover {
    background: #980D19;
    color: #FFFFFF;
}

.phone-book {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    list-style: none;
    padding: 0 !important;
}

.phone-book li {
    width: 50%;
    padding-left: 10px;
    margin-bottom: 5px;
}

.phone-book__item {
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid rgb(147,149,152);
    padding: 11px 11px 10px 46px;
    font-size: 12px;
    line-height: 14px;
    height: 100%;
    min-height: 50px;
    cursor: pointer;
}
.phone-book__item.active {
    border: 2px solid red;
    padding: 10px 10px 10px 45px;
}
.phone-book__item.active:before {
    background: url("/bitrix/templates/ugok/img/phone-icon-red.svg") no-repeat center / contain;
}
.phone-book__item:before {
    content: '';
    display: block;
    background: url("/bitrix/templates/ugok/img/phone-icon.svg") no-repeat center / contain;
    position: absolute;
    left: 7px;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
}

.phone-block {
    display: none;
}
.phone-block.active {
    display: block;
}
.phone-block__title {
    background: #980D19;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-bottom: 5px;
}
.phone-block__list {
    list-style: none;
    padding: 0 !important;
}
.phone-block__list li {
    display: flex;
    margin-bottom: 3px;
}
.phone-block__caption {
    width: 60%;
    background: rgb(147,149,152);
    color: #FFFFFF;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.phone-block__phone {
    width: 40%;
    padding: 5px 20px;
    background: rgb(217 217 217);
    display: flex;
    align-items: center;
}


@media (max-width: 925px) {
    .header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__logo {
        width: 120px;
        margin-left: 0;
    }
    .header__subtitle {
        text-align: left;
        font-size: 14px;
        padding-left: 45px;
    }

    .languages {
        margin-right: 0;
    }

    .menu-line {
        padding: 5px 8px;
        align-items: center;
        margin-bottom: 3px;
    }
    .menu-toggle {
        display: block;
    }

    .menu {
        display: none;
    }

    #active-menu-items {
        display: block;
    }

    .footer {
        flex-direction: column;
    }
    .footer__contacts {
        padding: 0;
        margin-bottom: 20px;
    }
    .footer__copyright {
        white-space: normal;
    }

    .banner-info__logo {
        padding: 0 25px;
    }
    .banner-info__logo img {
        width: 180px;
    }
    .banner-info__text {
        font-size: 18px;
    }

    .social-links img {
        width: 54px;
        margin: 0 15px;
    }

    .management-tabs {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .management-tabs li {
        width: 50%;
        margin-bottom: 5px;
    }

    .management-list {
        flex-direction: column;
    }
    .management-list__item {
        width: 100%;
        margin-bottom: 15px;
    }
    .management-list__item-img {
        width: 40%;
        padding-right: 10px;
    }
    .management-list__item-content {
        width: 60%;
    }
    .management-list__carousel {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .management-list__slider .owl-prev {
        display: block !important;
    }
    .management-slider .owl-next {
        right: -7px;
    }
    .management-slider__item {
        padding: 0 5px;
    }

    .management-slider {
        padding: 0 10px;
    }

}

@media (max-width: 768px) {
    body {
        font-size: 12px;
    }

    .footer__contacts {
        display: block;
    }

    .page {
        padding: 15px 0;
    }

    .page__title {
        line-height: 22px;
        font-size: 18px;
        padding-bottom: 12px;
        background: url(/bitrix/templates/ugok/img/dotted_h.gif) left bottom repeat-x;
    }

    .page__row {
        display: block;
    }

    .page__sidebar {
        display: none;
    }

    .page__left-sidebar {
        width: 100%;
        padding-right: 0;
        border-top: 1px solid #cccd;
        padding-top: 15px;
    }

    .page__left-sidebar .filter-block {
        display: none;
    }

    .banner-info__logo {
        padding: 0 15px;
    }
    .banner-info__logo img {
        width: 145px;
    }
    .social-links img {
        width: 42px;
        margin: 0 10px;
    }

    .management-tabs {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .management-tabs li {
        width: 50%;
        margin-bottom: 5px;
    }

    .reports-section-filter {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 15px;
    }

    .reports-section-filter.active {
        display: grid !important;
    }

    .reports-section-filter__item {
        min-height: auto;
    }

    .reports-section-filter__item.small-height {
        min-height: auto;
    }

    .management-block {
        display: block;
    }
    .management-block__title {
        width: 100%;
        font-size: 16px;
        padding-right: 0;
    }
    .management-block__content {
        width: 100%;
    }
    .management-block__sidebar {
        width: 100%;
        padding-right: 0;
        border-top: 1px solid #cccd;
        padding-top: 15px;
    }

    .management-list {
        flex-direction: column;
    }
    .management-list__item {
        width: 100%;
        margin-bottom: 15px;
    }
    .management-list__item-img {
        width: 40%;
        padding-right: 10px;
    }
    .management-list__item-content {
        width: 60%;
    }
    .management-list__carousel {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .management-list__slider .owl-prev {
        display: block !important;
    }
    .management-slider .owl-next {
        right: -7px;
    }
    .management-slider__item {
        padding: 0 5px;
    }

    .management-slider {
        padding: 0 10px;
    }

    .contacts {
        flex-direction: column;
    }
    .contacts__left {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts__right {
        width: 100%;
        padding: 0;
    }

    .contacts-map {
        max-width: 100%;
    }
    .contacts-map iframe {
        width: 100%;
    }
    .contacts-map__links {
        flex-direction: column;
    }
    .contacts-map__links a {
        margin-top: 10px;
        margin-left: 0;
    }


}

@media (max-width: 550px) {
    .banner-info {
        display: block;
        text-align: center;
    }
    .banner-info__logo {
        border: none;
    }
    .banner-info__text {
        margin-bottom: 20px;
    }

    .social-links {
        justify-content: center;
    }

    .management-block {
        flex-direction: column;
        align-items: center;
    }
    .management-block__img {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .management-block__img img {
        margin: 0;
        float: none;
    }
    .management-block__content {
        width: 100%;
    }
    .management-block__name {
        padding: 5px 15px;
        font-size: 14px;
    }
}

