@media screen and (max-width: 960px) { 
    .desktop-view {
        display: none;
    }
    
    header {
        min-height: auto;
        padding: 16px 0 16px 0;
    }
    
    header .lg {
        min-height: 34px;
        width: 158px;
        display: inline-block;
        vertical-align: middle;
    }
    
    header.fixed-top {
        border-radius: 0;
        position: fixed;
    }
    
    .cnt-blk {
        padding: 0 15px;
    }
    
    .mobile-link {
        display: inline-block;
        vertical-align: middle;
        float: right;
        font-size: 16px;
        font-weight: 700;
        color: #011B36;
        line-height: 24px;
        background-image: url(../images/icon-menu.svg);
        background-repeat: no-repeat;
        background-position: 0px 50%;
        padding-left: 34px;
        margin-top: 5px;
    }
    
    .mobile-header {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background-color: #ffffff;
        z-index: 100;
        border-radius: 0;
    }
    
    .mobile-link.close-link {
        background-image: url(../images/icon-cancel.svg);
    }
    
    .tbld {
        display: table;
        width: 100%;
    }
    
    .tbld .rw {
        display: table-row;
    }
    
    .tbld .cl {
        display: table-cell;
    }
    
    header .hd-rs-blk .e.auth-blk {
        margin-top: 16px;
    }
    
    header nav.mobile-view {
        border-bottom: none;
        margin-top: 32px;
    }
    
    header nav.mobile-view ul li {
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #D5D5D5;
    }
    
    header nav.mobile-view ul li ul {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
    }
    
    header nav.mobile-view ul li ul li {
        border: none;
        padding-left: 32px;
    }
    
    header nav.mobile-view ul li a {
        padding: 7px 0;
    }
    
    .home-slider-blk .head-title {
        font-size: 24px;
        line-height: 32px;
        margin-top: 32px;
    }
    
    .home-slider-blk {
        text-align: center;
        padding-top: 92px;
    }
    
    .home-slider-blk .slider-inside .next-slide a,
    .home-slider-blk .slider-inside .prev-slide a {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        display: inline-block;
    }
    
    .home-slider-blk .slider-inside {
        padding: 0 0 0 0;
    }
    
    .home-slider-blk .slider-inside .prev-slide,
    .home-slider-blk .slider-inside .next-slide {
        display: inline-block;
        margin: 32px 16px 0 16px;
    }
    
    .projects-blk {
        padding: 32px 0;
    }
    
    .projects-blk .next-project a, .projects-blk .prev-project a {
        /*position: absolute;*/
       
    }
    
    .projects-blk .next-project {
        float: right;
    }
    
    .projects-blk .prev-project{
        float: left;
    }
    
    .projects-blk .hd-projects-blk {
        min-height: 74px;
        margin-bottom: 32px;
    }
    
    .projects-blk .slider-blk .i,
    .projects-blk .slider-blk .i1,
    .projects-blk .slider-blk .i2,
    .projects-blk .slider-blk .i3
    {
        border-top-left-radius: 48px;
        border-bottom-left-radius: 16px; 
        border-top-right-radius: 16px;
        border-bottom-right-radius: 48px; 
    }
    
    .projects-blk .page-title {
        margin-top: 0;
    }
    
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        right: 50% !important;
        margin-right: -16px;
        top: -84px !important;
    }
    
    .news-blk .events-list {
        margin-bottom: 32px;
        height: auto;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .news-blk .news-list {
        border-bottom-left-radius: 16px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    
    .news-blk .news-list .e {
        margin-bottom: 16px;
    }
    
    .faq-blk {
        padding-top: 0;
    }
    
    .faq-blk .faq-form {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 48px;
        height: auto;
        margin-bottom: 32px; 
    }
    
    .faq-blk .faq-form .form-blk {
        width: 100%;
    }
    
    .faq-blk .e.question {
        margin-bottom: 16px;
        border-top-left-radius: 48px;
    }
    
    .faq-blk .e.answer {
        border-bottom-left-radius: 16px;
    }
    
    .reviews-blk .next-review, .reviews-blk .prev-review, .partners-blk .next-partner, .partners-blk .prev-partner {
        margin-bottom: 32px;
    }
    
    .reviews-blk .hd-reviews-blk .text-right,
    .partners-blk .hd-partners-blk .text-right
    {
        text-align: center !important;
    }
    
    .page-title {
        text-align: center;
    }
    
    .reviews-blk {
        padding-top: 32px;
    }
    
    footer .map {
        display: block;
        margin-bottom: 16px;
    }
    
    footer .address-blk,
    footer .contacts-blk .e
    {
        width: 100%;
        margin-bottom: 16px;
    }
    
    footer .copy-blk {
        margin: 16px 0;
    }
    
    .page-block .page-navigator,
    .page-block .page-sub-navigator
    {
        margin: 0 0 32px 0;
    }
    
    .modal-block {
        left: 0;
        margin: 0;
        height: 100%;
        top: 0;
        width: 100%;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    
    .contact-modal-blk .img {
        width: 200px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        margin: 16px auto 16px auto; 
    }
    
    .contact-modal-blk .in-blk .head-blk .desc,
    .contact-modal-blk .in-blk .body-blk
    {
        padding: 16px;
    }
    
    .share-blk .hd-blk .c {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .share-blk {
        text-align: center;
    }
    
    .news-page-view .arrows-blk {
        text-align: center;
    }
    
    .news-page-view .arrows-blk a {
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .page-block .params-data-blk .col-sm-4 {
        margin-bottom: 16px;
    }
    
    .news-blk .btn,
    .faq-blk a.btn,
    .reviews-blk .btn
    {
        width: 100%;
    }
    
    .mobile-view {
        display: block;
    }
    
    .search-blk .category-navigator a {
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }
    
    .news-page-blk .important-news .image {
        min-height: 200px;
    }
    
    .faq-page-blk .q .page-title {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
    
    .faq-page-blk .q .answer {
        line-height: 24px;
    }
}