@media (min-width: 991.98px) {

    /*.dropdown-menu li:hover > .megasubmenu,
    .megasubmenu:hover {
        opacity: 1;
        visibility: visible;
    }*/

    .megasubmenu.active {
        opacity: 1;
        visibility: visible;
    }

    .header-menu .megasubmenu {
        margin-top: -20px;
    }
}



@media (max-width: 1199px) {
    .logo {
        margin-right: 25px;
    }

    .news-title,
    .media-title {
        font-size: 32px;
        line-height: 32px;
    }

    .cnap-title {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 24px;
    }
}

@media (max-width: 991px) {

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1001;
    }

    .top-header {
        height: 80px;
        padding: 0;
        transition: .3s ease;
    }

    body.page-scroll .top-header {
        height: 60px;
    }

    body.page-scroll .mobile-menu-btn {
        width: 40px;
        height: 40px;
        padding: 13px 11px;
    }

    .mobile-menu-btn span {
        width: 18px;
    }

    .mobile-menu-btn span:not(:last-child){
        margin-bottom: 2px;
    }

    body.page-scroll .search-container {
        top: 60px;
    }

    .main-wrapper {
        margin-top: 80px;
    }

    .header-container {
        align-items: center;
        justify-content: space-between;
    }

    .logo img,
    .logo svg {
        max-width: 35vw;
    }

    .top-header-list button img {
        height: 20px;
    }

    .top-header-list button span {
        display: none;
    }

    .top-header-list .glasses {
        /*padding: 0 14px 0 0;*/
    }

    .mobile-menu-btn {
        width: 50px;
        height: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        background-color: var(--blue);
        padding: 16px 11px;
        transition: .3s ease;
    }

    .mobile-menu-btn:hover {
        background-color: var(--hover);
    }

    .mobile-menu-btn span {
        display: block;
        width: 28px;
        height: 2px;
        background-color: #fff;
    }

    .mobile-menu-btn span:not(:last-child){
        margin-bottom: 4px;
    }

    .header-menu {
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        bottom: 0;
        padding: 0;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        transition: .3s ease;

        justify-content: flex-start;

        opacity: 0;
        visibility: hidden;
        z-index: 1001;
    }

    .header-menu.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .header-menu-title {
        display: block;
        font-size: 24px;
        font-weight: 700;
        padding: 20px 82px 20px 32px;
        /*margin: -20px -32px 10px -32px;*/
        background-color: white;
        /*border-bottom: 1px solid #00000040;*/
    }

    .header-menu .close {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 30px;
    }

    .lang-list,
    .social-list {
        display: flex;
        justify-content: flex-start;
        width: 50%;
        margin: 0 !important;
        padding: 20px 32px 0 32px;
    }

    .social-list {
        padding-bottom: 20px;
    }

    .lang-list li,
    .social-list li {
        padding: 0 10px 0 0;
    }

    .nav-header {
        display: flex;
        flex-direction: column;
        height: auto;
        /*padding: 20px 32px 10px 32px;*/
    }

    .nav-header,
    .top-header-list .lang-list {
        border-bottom: 1px solid rgba(109, 117, 141, 0.3);
    }

    .nav-header>ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column !important;
        /*padding: 10px 0;*/
    }

    .nav-header>ul>li {
        width: 100%;
    }

    .nav-header>ul>li>a,
    .nav-header>ul>li>.dropdown-block a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 32px 12px 32px;
        font-weight: 600;
        font-size: 15px;
        line-height: 18px;
        margin-right: 0 !important;
        width: 100%;
    }

    .nav-header>ul>li>.dropdown-block {
        margin-right: 7px;
    }

    .nav-header li > .dropdown-block .dropdown-link {
        padding: 12px;
    }

    .nav-header>ul>li:not(:last-child) {
        border-bottom: 1px solid var(--gray);
    }

    .nav-header > ul > li > .dropdown-block .dropdown-link {
        width: auto;
        padding: 10px;
    }

    .nav-header > ul > li > .dropdown-block svg {
        width: 26px !important;
        height: 22px !important
    }

    .nav-header li.active .dropdown-block a {
        /*padding: 0 20px 0 32px;*/
    }

    .nav-header li.active .dropdown-block:after {
        display: none;
    }

    .dropdown-menu .dropdown-block {
        padding: 0 8px 0 20px;
    }

    .dropdown-menu li.has-submenu > .dropdown-block .dropdown-link {
        transform: rotate(90deg) rotateY(0deg);
    }

    .dropdown-menu li.has-submenu.active > .dropdown-block .dropdown-link {
        transform: rotate(90deg) rotateY(180deg);
    }

    .dropdown-menu li:not(:last-child) {
        border-bottom: 1px solid var(--gray);
    }

    .dropdown-menu li > a {
        font-weight: 600;
        padding: 12px 12px 12px 32px;
    }



    .dropdown-menu li > .dropdown-block a {
        font-weight: 600;
        padding: 12px 12px 12px 12px;
    }

    .dropdown-container {
        padding: 0;
    }

    .nav-header>ul>li>a:hover,
    .nav-header li.active a.dropdown-link {
        /*color: var(--yellow) !important;*/
    }

    .nav-header li.active a.dropdown-link:after {
        filter: none;
    }

    .header-menu .dropdown-menu,
    .megasubmenu {
        display: none;
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        float: none;
        min-width: auto;
        color: #fff;
        transform: translate(0);
        border: none;
        box-shadow: none;
        background-color: #FBFBFD
    }

    .megasubmenu {
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        padding: 0;
        /*margin-bottom: 16px;*/
        background-color: #eceeef80
    }

    .megasubmenu .megasubmenu {
        background-color: var(--gray)
    }

    .megasubmenu.active {
        display: block;
    }

    .megasubmenu-container {
        /*margin-bottom: 16px;*/
        /*border-left: 2px solid var(--yellow);*/
    }

    .dropdown-menu li.has-submenu.active .megasubmenu {
        /*opacity: 1;*/
        /*visibility: visible;*/
    }

    .megasubmenu li a {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 30px;
        /*color: #fff;*/
    }

    .section-top ~ section {
        padding-top: 30px;
        padding-bottom: 90px;
    }

    .main-section-title {
        font-size: 50px;
        margin-bottom: 25px;
    }

    .main-section-text {
        font-size: 18px;
    }

    .section-cnap {
        padding-top: 0;
        padding-bottom: 0;
    }

    .covid-left-block {
        padding: 40px 20px 170px;
    }

    .cnap-container>img {
        position: absolute;
        left: 10%;
        bottom: 10%;
        width: 80%;
        height: 80%;
        object-fit: contain;
    }

    .footer-menu-list {
        columns: 4;
    }

    .footer-contacts {
        margin: 0 auto 25px;
        max-width: none;
    }

    .breadcrumbs-container ul {
        justify-content: flex-start;
    }

    .section-top-block {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

    .section-top-title {
        display: flex;
        flex: 0 0 100%;
        min-width: 100%;
        font-size: 32px;
        line-height: 36px;
        padding-top: 20px;
    }

    .budget-title, .info-title, .section-title {
        font-size: 40px;
    }

    .section-top-block .breadcrumbs {
        min-height: auto;
    }

    .section-top-title + .breadcrumbs {
        padding-left: 0;
        width: 100%;
    }

    .row .section-top-title + .breadcrumbs {
        padding-left: 15px;
    }

    .section-top-block .bcAfter::after {
        right: 0;
        padding-right: 15px;
        width: 35px;
    }

    .person-list-img {
        min-width: 150px;
        width: 150px;
        /*height: 240px;*/
    }

    .media-img {
        height: auto;
    }

    .media-block:last-child{
        margin-bottom: 0;
    }

    .section-project {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-budget {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-info {
        padding: 30px 0 50px;
    }

    .at-resp-share-element.at-mobile .at-share-btn {
        transform: translateY(0) !important;
    }
}

@media (max-width: 767px) {
    .old-site {
        padding: 15px 32px;
        border-top: 1px solid var(--gray);
        color: #000;
    }

    .logo {
        margin-right: 0
    }

    .project-item {
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .project-img {
        border-radius: 10px 10px 0 0;
        overflow: hidden;
    }

    .project-name {
        padding: 20px 15px 20px;
        background-color: #fff;
        font-size: 20px;
    }

    .section-top {
        padding: 30px 0 20px;
    }

    .section-top-title {
        font-size: 28px;
        line-height: 28px;
    }

    .sidebar {
        /*padding-bottom: 24px;*/
        margin-bottom: 12px;
        border-bottom: 1px solid #EDEDED;
    }

    .content-date {
        font-size: 16px;
    }

    .content-block {
    	font-size: 14px;
    }

    .content-title {
        font-size: 30px;
    }

    .chairman-name {
        font-size: 26px;
        line-height: 26px;
    }

    .deputy-chairman-list:nth-child(n+3) {
        margin-top: 36px;
    }

    .category-list {
        display: none;
    }

    .category-title {
        display: none;
    }

    .category-btn {
        user-select: none;
        padding: 12px 28px;
        margin-bottom: 16px;
        border: 1px solid black;
        border-radius: 50px;
        transition: .3s ease;
    }

    .category-btn:active,
    .category-btn.active {
        color: #fff;
        background: black;
        border-color: black;
    }

    .category-btn svg {
        margin-left: 5px;
    }

    .category-btn:active svg path,
    .category-btn.active svg path {
        stroke: white;
    }

    .section-info .sea-more,
    .section-info .sea-more:hover {
        margin-top: 20px;
        padding: 12px 28px;
        color: black !important;
        border-radius: 36px;
        border: 1px solid black;
        background-color: transparent;
    }

    .section-info .sea-more.active {
        color: #fff !important;
        border-color: black;
        background-color: black;
    }

    .news-container .news-link {
        margin-bottom: 25px;
    }

    .covid-block {
        /*margin: 25px 0;*/
    }

    .section-project li:not(:last-child) {
        margin-bottom: 25px;
    }

    .budget-img {
        margin-bottom: 25px;
    }

    .footer-menu-list {
        columns: 3;
    }

    .footer-menu-list a {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .footer {
        padding: 20px 0 20px;
        /*margin-top: 60px;*/
        position: relative;
    }

    .footer-menu {
        padding: 20px 0 20px;
    }

    .footer-bottom {
        padding-top: 20px;
        margin-top: 0
    }

    footer .logo {
        justify-content: center;
    }

    footer .logo .logo-text {
        /*width: auto;*/
    }

    .footer-contacts {
        /*align-items: center;*/
        /*justify-content: center;*/
        /*text-align: center;*/
        /*max-width: 250px;*/
        /*margin: 0 auto 25px;*/
        /*margin-top: 25px;*/
    }

    .footer-contacts a {
        margin-bottom: 12px;
        /*text-align: center;*/
    }

    .footer-btn {
        margin-top: 15px;
        align-items: center;
        justify-content: center;
    }

    .footer-bottom-container {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-bottom-block {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-bottom {
        border-bottom: 1px solid #00000030;
    }

    .btn-top-block {
        /*position: absolute;*/
        /*bottom: 15px;*/
        /*transform: translateX(-50%);*/
        /*left: 50%;*/
        order: 3;
    }

    section {
        padding-top: 50px;
        /*margin-bottom: 30px;*/
    }

    .section-action,
    .section-servises,
    .section-info {
        /*margin-bottom: 45px;*/
    }

    .project-img {
        height: auto;
        min-height: 185px;
    }

    .actual-img,
    /*.media-img,*/
    .action-img {
        height: 250px;
    }

    .action-item {
        margin-bottom: 30px;
    }

    .last-news {
        padding: 15px;
        background-color: var(--section)
    }

    .last-news .sea-all-link {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 1px solid var(--border);
    }

    .section-tabs ul {
        width: 100%;
        justify-content: space-between;
    }

    .new-title {
        padding-bottom: 17px;
        margin-bottom: 12px;
    }

    .new-thumbnail-container .owl-carousel .owl-stage {
        /*display: flex;*/
        /*flex-direction: row;*/
        /*flex-wrap: nowrap;*/
        /*overflow-x: auto !important;*/
        /*transform: none !important;*/
        /*width: 100% !important;*/
    }

    .new-thumbnail-slider .owl-item img {
        min-width: 91px;
    }

    .new-btn {
        display: block;
        width: 240px;
        text-align: center;
        margin: 0 auto;
    }

    .section-top~section {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .category-list {
        margin-bottom: 24px
    }

    .popular-news,
    .sidebar-heading {
        display: none;
    }

    .person-title {
        margin-top: 15px;
    }

    .links-block-item {
        margin: 8px 0px;
    }

    .links-block-item a:not(.video-link) {
        font-size: 16px;
        padding: 16px 42px 16px 16px;
    }

    .links-block-item a svg {
        right: 15px;
        width: 10px;
        height: 16px;
    }

    #scrollTop {
        bottom: 15px;
        right: 15px;
        width: 45px;
        height: 45px;
    }

    #scrollTop svg {
        width: 16px;
    }
}

@media (max-width: 575px) {

    .main-wrapper {
        margin-top: 60px;
    }

    .top-header {
        height: 60px;
    }

    .mobile-menu-btn {
        width: 40px;
        height: 40px;
        padding: 13px 11px;
    }

    .mobile-menu-btn span {
        width: 18px;
    }

    .mobile-menu-btn span:not(:last-child){
        margin-bottom: 2px;
    }

    .header-menu-title {
        padding: 18px 82px 17px 32px;
    }

    .budget-title, .info-title, .section-title {
        font-size: 30px;
    }

	.section-top ~ section {
	    padding-top: 20px;
	    padding-bottom: 40px;
	}

    .footer-menu-list {
        columns: 2;
    }

    .news-title {
        font-size: 24px;
        line-height: 24px;
        padding: 16px 0 8px;
    }

    .cnap-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .media-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .media-name {
        font-size: 20px;
        padding: 16px 0 0;
        margin-bottom: 8px;
    }

    .category-btn {
        margin: 0 auto 16px;
    }

    .footer-menu-list a {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    footer {
        /*margin-top: 40px;*/
    }

    .section-top {
        padding: 15px 0 20px;
    }

    .header-container>div:last-child {
        padding: 0;
    }

    .content-register-item-list ul li,
    .content-document-item-list ul li,
    .content-enterprises-item-list ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        border-top: 1px solid #E7EBEE;
        padding-bottom: 24px;
    }

    .content-register-item-list ul li span,
    .content-document-item-list ul li span,
    .content-enterprises-item-list ul li span {
        display: block;
        width: 100%;
        padding: 8px 0 0;
        border: none !important;
    }

    .content-document-item-list ul li,
    .content-enterprises-item-list ul li {
        padding-bottom: 12px;
    }

    .content-download-list li {
        flex-direction: column;
    }

    .download-list-name {
        border-bottom: 1px solid rgba(109, 117, 141, 0.3);
    }

    .content-download-list li .download-list-info {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        position: relative;
        /* padding: 24px 20px 24px 0; */
    }

    .content-download-list li .download-list-info span {
        position: static;
        border: none;
        padding: 20px 12px;
    }

    .content-search {
        padding-bottom: 0px;
        margin-bottom: 22px;
    }

    .sidebar {
        padding-bottom: 0;
        margin-bottom: 16px;
    }

    .news-list li {
        margin-bottom: 16px;
    }

    .news-item {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .news-item-img {
        width: 100%;
        height: auto;
    }

    .news-item-img+.news-item-content {
        padding: 10px 0 0;
    }

    .news-item-content {
        color: var(--darck);
        display: flex;
    }

    .news-item-text {
        display: none;
    }

    .section-tabs ul {
        flex-direction: column;
    }

    .section-tabs ul li,
    .section-tabs ul li a {
        width: 100%;
        text-align: center;
        margin-right: 0 !important;
    }

    .section-tabs ul li:not(:last-child) a {
        margin-bottom: 8px;
    }

    .servises-block {
        padding: 0;
    }

    .action-block:last-child .action-item {
        margin-bottom: 0;
    }

    .owl-theme:not(.new-slider) .owl-nav {
        position: absolute;
        top: -75px;
        right: 0;
        bottom: auto;
    }

    .owl-theme:not(.new-slider) .owl-nav [class*='owl-'] {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        background-color: var(--light) !important;
        border-radius: 0;
        background-position: center !important;
        background-repeat: no-repeat !important;
        transition: .3s ease;
    }

    .content-date {
        font-size: 15px;
    }

    .category-list {
        margin-bottom: 10px;
    }

    .nav-item:not(:last-child) .nav-tabs-link {
        padding-right: 20px;
    }

    .section-top-title {
        font-size: 20px;
        line-height: 20px;
    }

    .news-item-name {
        font-size: 16px;
        line-height: 19px;
    }

    .new-title h1 {
        font-size: 22px;
        line-height: 24px;
    }

    .content-title {
        font-size: 22px;
        line-height: 24px;
    }

    .chairman-name {
        font-size: 20px;
        line-height: 20px;
    }

    .deputy-chairman-list:nth-child(n+3) {
        margin-top: 30px;
    }

    .video-media-name {
        font-size: 14px;
        line-height: 19px;
    }

    .accordion-title {
        font-size: 14px;
        line-height: 19px;
    }

    .accordion-name {
        font-size: 14px;
        line-height: 17px;
        padding: 16px;
    }

    .accordion-name.accordion-toggle {
        padding-right: 62px;
    }

    .accordion-body {
        padding: 16px;
        font-size: 14px;
        line-height: 17px;
    }

    .content-registers-item-list,
    .content-documents-list {
        overflow: hidden;
        overflow-x: auto;
    }

    .content-registers-item-list ul,
    .content-documents-list ul {
        min-width: 545px;
    }

    .content-download-list li .download-list-name {
        font-size: 14px;
        line-height: 17px;
        padding: 19px 16px;
    }

    .video-media-list li {
        margin-bottom: 24px;
    }

    .text-list-title,
    .text-list-name {
        width: 100%;
        padding-left: 0;
    }

    .modal-dialog {
        position: relative;
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .category-list>ul {
        margin-bottom: 12px;
    }

    .category-list li a {
        font-size: 16px;
        padding: 6px 0 6px;
    }

    .category-list ul ul li a {
        padding: 8px 0 4px 12px;
    }

    .category-list ul ul li:last-child a {
        padding-bottom: 4px;
    }

    .person-list-img {
        min-width: 120px;
        width: 120px;
        /*height: 192px;*/
    }

    .person-list-description {
        padding-left: 16px;
        font-size: 14px;
        line-height: 16px;
    }

    .cnap-container {
        padding: 30px 20px;
    }

    .search-container {
        top: 60px;
    }

    .gsib_a {
        height: 40px !important;
    }

    .gsc-search-button {
        width: 40px !important;
        height: 40px !important;
    }

    div.gsst_b {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    a.gsst_a {
        line-height: 40px;
    }

    .gsst_a .gscb_a {
        line-height: 40px;
    }
}

@media (max-width: 480px) {
    .top-header > div > div > div:nth-child(2) {
        padding: 0;
    }

    .top-header-list button {
        padding: 0 15px 0 0;
    }

    .top-header-list button.glasses {
        /*padding-right: 0*/
    }

    .pagination-item {
        display: inline-flex;
        width: 30px;
        height: 30px;
    }

    .social-container {
        flex-direction: column !important;
        padding: 0 20px;
    }

    .print-block {
        padding: 20px;
        width: 100%;
        justify-content: center;
        border-top: 1px solid #E7EBEE;
    }

    .new-btn {
        width: 100%
    }

    .search-group {
        padding: 0;
        margin-bottom: 16px;
        flex-direction: column !important;
        /*background-color: transparent;*/
    }

    .search-group .input-daterange {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .search-group .input-group {
        position: relative;
        width: 100%;
        padding: 8px;
        background-color: #EDF2F7;
        border-radius: 50px;
    }

    .widget-icon-block {
        margin-bottom: 15px !important;
    }

    .content-text {
        font-size: 14px;
        line-height: 16px;
    }

    .cms-content .content-text img[style*='float:left'],
    .cms-content .content-text img[style*='float:right'] {
        margin: 15px 0 15px 0;
    }

    .cms-content .content-text img[style*='float:left']:not("[href*='facebook']"),
    .cms-content .content-text img[style*='float:right']:not("[href*='facebook']",
    .cms-content .content-text img[style*='float:left']:not("[href*='instagram']"),
    .cms-content .content-text img[style*='float:right']:not("[href*='instagram']",
    .cms-content .content-text img[style*='float:left']:not("[href*='twitter']"),
    .cms-content .content-text img[style*='float:right']:not("[href*='twitter']" {
        width: 100% !important;
    }
}

@media (max-width: 414px) {
    header .logo .logo-text {
        display: none;
    }

    header .logo img,
    header .logo svg {
        height: 40px;
    }

    .person-list-item,
    .chairman-item {
        display: flex;
        flex-direction: column;
    }

    .person-list-img {
        min-width: none;
        max-width: 100%;
        width: auto;
        margin: 0 auto 16px;
    }

    .person-list-description {
        padding-left: 0;
    }

    .weather span:not(.temp) {
        display: none;
    }
}

@media (max-width: 360px) {
    header .logo img,
    header .logo svg {
        height: 34px;
    }

    .date+.review {
        width: 100%;
        margin-top: 4px;
        padding-left: 0;
    }

    .news-description,
    .media-description {
        flex-wrap: wrap;
    }
}

@media (max-width: 359px) {
    header .top-header .weather img {
        display: none;
    }
}