@media only screen and (max-width : 1680px){
    
}

@media only screen and (max-width : 1600px){
    
}

@media only screen and (max-width : 1540px){
    .main-slider .img-block .inner{
        padding-top: 8%;
    }
}

@media only screen and (max-width : 1440px){
    
}

@media only screen and (max-width : 1366px){
    

}

@media only screen and (max-width : 1280px){
    
}

@media only screen and (max-width : 1024px){
    
}

@media only screen and (max-width : 768px){
    header{
        position: static;
    }
    .wrapper{
        padding-top: 0;
    }
    .row{
        margin: 0;
    }
    .menu-block div.menu{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        z-index: 10;
    }
    header .menu-block .search-icon{
        display: none;
    }
    .header-bot{
        flex-wrap: wrap;
    }
    header .header-bot .search-icon{
        background: #FFFFFF;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        cursor: pointer;
        margin-right: 30px;
    }
    header .header-bot .burger{
        background: #FFFFFF;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
        border-radius: 50%;
        cursor: pointer;
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    header .header-bot .burger span{
        width: 15px;
        height: 2px;
        border-radius: 2px;
        background-color: #2F353A;
    }
    header .header-bot .burger span:nth-child(2){
        margin: 3px 0;
    }
    .header-bot .current-date{
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 25px;
    }
    .main-slider .img-block .inner .top-text .text{
        font-size: 16px;
        line-height: 19px;
    }
    .main-slider .img-block .inner .name{
        font-size: 27px;
        line-height: 35px;
    }
    .main-slider .img-block{
        height: 375px;
    }
    .main-slider .img-block .container, .main-slider .img-block .inner{
        height: 100%;
    }
    .main-slider .img-block .inner{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 15px;
    }
    .main-slider .arrows{
        padding: 0 15px;
        bottom: 0;
    }
    h1{
        font-size: 25px;
        line-height: 29px; 
    }
    .mid-block .quotes .item{
        padding: 30px 15px;
    }
    .mid-block .quotes .item .img{
        width: auto;
        margin: 0 auto;
    }
    .mid-block .quotes .item .text{
        text-align: center;
        font-size: 16px;
        line-height: 130%;
        margin-top: 15px;
    }
    .mid-block .quotes .item:nth-child(2) .flex{
        flex-direction: column-reverse;
    }
    .initiative .text{
        font-size: 20px;
        max-width: 80%;
    }
    .nacprojects-stat .item .outer{
        width: 290px;
        height: 290px;
        padding: 23px 0 15px;
        margin: 0 auto 30px;
    }
    .nacprojects-stat .item .outer .round{
        width: 130px;
        height: 130px;
        font-size: 16px;
    }
    .nacprojects-stat .item .outer .noround{
        font-size: 16px;
        max-width: 230px;
    }
    .nacprojects-stat .item{
        width: 100%;
    }
    .finance-min .item{
        width: 48%;
    }
    .finance-block, .projects, .realization, .bot-slider, .project-news, .finance-min, .responsible, .project-targets, .was-done, .regional{
        margin-bottom: 50px;
    }
    .fin-block, .projects, .smi, .footer-links, .realiz-block h3{
        padding: 0 15px;
    }
    h3, h2{
        font-size: 25px;
        line-height: 29px;
    }
    .bot-slider-block .slick-prev{
        left: 0;
    }
    .bot-slider-block .slick-next{
        right: 0;
    }
    .bot-slider-block .slick-prev, .bot-slider-block .slick-next{
        background-color: #F2F9FF;
        opacity: 0.7;
    }
    .smi .item .inner, .project-news .item .inner, .news-list-page .inner{
        flex-wrap: wrap;
        height: auto;
    }
    .smi .item .img, .smi .item .img img, .project-news .item .inner .img img, .news-list-page .inner .img img, .news-list-page .inner .text-block{
        width: 100%;
    }
    .smi .item .inner .text-block, .project-news .item .inner .text-block, .news-list-page .inner .text-block{
        padding: 15px;
    }
    .project-news .news-list .inner .img, .project-news .news-list .inner .text-block, .news-list-page .inner .img, .news-list-page .inner .text-block{
        max-width: 100%;
    }
    .project-news .btn-block{
        padding: 0 15px;
    }
    .news-list-page .item .inner .text-block, .news-list-page .min-item .text-block{
        margin-left: 0;
    }
    footer{
        margin-top: 90px;
    }
    .footer-menu{
        display: none;
    }
    .footer-links .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-bottom .row>div:first-child{
        margin-bottom: 15px;
    }
    .copy{
        max-width: 100%;
        text-align: center;
    }
    .zavod a{
        justify-content: center;
    }
    .map-slider {
        margin-top: 30px;
    }
    .moduletable_menu{
        margin-top: 50px;
        padding: 0 15px;
    }
    header .menu ul.menu{
        flex-direction: column;
        align-items: center;
    }
    header .menu ul.menu li{
        margin-bottom: 30px;
        margin-right: 0;
    }
    .menu-block div.menu .close{
        width: 38px;
        height: 38px;
        border-radius: 50%;
        box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        transform: rotate(45deg);
    }
    .menu-block div.menu .close::before, .menu-block div.menu .close::after{
        content: '';
        position: absolute;
        height: 17px;
        width: 2px;
        border-radius: 3px;
        background: #2F353A;
        left: 19px;
        bottom: 10px;
    }
    .menu-block div.menu .close::before{
        transform: rotate(90deg);
    }
    .popupblock .menu-block{
        overflow: auto;
        height: auto;
        position: static;
    }
    .popupblock{
        position: absolute;
    }
    .main-slider .img-block .inner .top-text .img img{
        width: 55px;
    }
    .main-slider .img-block .inner .btn-block{
        margin-top: 15px;
    }
    .nac-project-page .top-project .inner .title-block .img{
        width: 55px;
    }
    .nac-project-page .top-project .inner .title-block .title{
        font-size: 16px;
        margin-top: 0;
    }
    .nac-project-page .mid-top .name, .nac-project-page .mid-top .val{
        font-size: 14px;
        line-height: 16px;
    }
    .nac-project-page .mid-top .budget{
        margin-right: 0;
    }
    .nac-project-page .mid-top{
        padding: 0 15px;
        justify-content: space-between;
    }
    .nac-project-page .top-project .inner .title-block, .responsible, .project-targets, .was-done{
        padding: 0 15px;
    }
    .nac-project-page .top-project .inner>div img{
        margin: 0 auto;
    }
    .responsible ul li{
        font-size: 20px;
    }
    .project-targets .text ul li span.bold{
        font-size: 16px;
    }
    .pagered .done-slider-block .slide .inner, .done-slider-block .slide.slick-center .inner{
        filter: none;
        margin: 0;
        padding: 30px;
        width: 100%;
        transform: none;
    }
    .done-slider-block .slick-prev, .done-slider-block .slick-next{
        height: 55px;
        opacity: 0.7;
        width: 33px;
    }
    .done-slider-block .slick-prev{
        left: -10px;
    }
    .done-slider-block .slick-next{
        right: -10px;
    }
    .done-slider-block{
        min-height: 0;
    }
    .done-slider-block .slide .inner .num{
        font-size: 25px;
        line-height: 25px;
    }
    .done-slider-block .slide .inner .text{
        font-size: 18px;
        line-height: 21px;
    }
    .mid-project .bot-text{
        padding: 0 15px;
        font-size: 18px;
        line-height: 21px;
        max-width: 100%;
    }
    .bradcrumbs, .content-block h1, .docs-page .text{
        padding: 0 15px;
    }
    .docs-page .top-page h1{
        font-size: 30px;
        line-height: 130%;
    }
    .docs-list .item{
        padding: 20px;
    }
    .docs-list .item .name{
        line-height: 130%;
        font-size: 20px;
    }
    #nacprojects .projects .inner .img{
        display: none;
    }
}

@media only screen and (max-width : 600px){
    
}

@media only screen and (max-width : 425px){
    
}

@media only screen and (max-width : 375px){
    
}

@media only screen and (max-width : 320px){
    
}