.close-nav {
    display: none;
}

.mobile-menu {
    display: none;
}

@media screen and (max-width: 768px) {

    html, body {
        width: 100vw;
        overflow-x: hidden;
    }

    .close-nav {
        position: fixed;
        right: 20px;
        top: 20px;
        width: 24px;
        height: 24px;
        z-index: 9999999999;
        display: block;
        background-color: transparent;
        border: 0;
    }

    .close-nav img {
        width: 20px;
        height: 20px;
        opacity: .6;
    }

    header {
        width: 100%;
        margin: auto;
        height: 280px;
        background: url(/public/images/top-bg2.jpg) no-repeat -100px;
        background-size: 1050px;
        position: relative;
    }

    header ul .logo {
        top: 0;
        padding: 25px;
        box-sizing: border-box;
        width: 100%;
        float: none;
    }

    header ul .logo a .logo-img {
        width: 70px;
        height: 70px;
        float: none;
    }

    header ul .logo a h1 {
        float: none;
        width: 100%;
        font-size: 24px;
        line-height: 28px;
        top: 15px;
        font-weight: bold;
    }

    header ul .logo a h1 br {
        display: none!important;
    }

    header ul .head-info {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
        top: 0;
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }

    header ul .head-info .search {
        width: 100%;
        position: relative;
        right: 0px;
        top: 0;
    }


    header ul .head-info .search input {
        border: 0;
        width: 100%;
        position: relative;
        padding: 4px 5px;
        outline: none;
        font-family: 'Pt Sans';
        border: 1px solid #e6e6e6;
        border-radius: 3px;
        height: 40px;
        font-size: 17px;
    }


    header ul .head-info .eye {
        position: absolute;
        right: 20px;
        top: -10px;
    }

    header ul .head-info .phone {
        position: absolute;
        right: 20px;
        top: -180px;
    }

    header ul .head-info .phone .soc-button {
        position: absolute;
        top: 30px;
        left: 155px;
        width: 100px;
    }

    header ul .head-info .search span {
        position: absolute;
        right: 7px;
        top: 7px;
        font-size: 24px;
        color: #A3A3A3;
    }

    header nav {
        position: fixed;
        background: #1b6eb1;
        box-shadow: none;
        border-radius: 0px;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        padding: 40px 20px 20px;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        z-index: 999999999;
        box-sizing: border-box;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        display: none;
    }

    header nav.active {
        display: block;
    }

    header nav ul li {
        float: none;
        font-family: Arial;
        font-size: 15px;
        text-transform: none;
        height: auto;
        cursor: pointer;
    }


    header nav ul li a {
        line-height: 19px;
        border-left: 0;
        padding: 15px 0;
        color: #fff;
        text-shadow: none;
        font-size: 20px;
        display: block;
        font-weight: bold;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    header nav ul li.nav-more {
        display: none;
    }

    header nav ul li.nav-bg {
        display: none;
    }

    header nav ul li ul {
        background: transparent;
        position: relative;
        display: block;
        z-index: 10;
        width: 100%;
        padding: 5px 10px 5px;
        box-sizing: border-box;
        margin: 0;
        box-shadow: none;
        border: 0;
        -webkit-background-clip: padding-box;
        top: 0;
        opacity: 1;
        z-index: 10;
        transition: all 0.2s ease;
    }

    header nav ul li ul:before, header nav ul li ul:after {
        display: none;
    }

    header nav ul li ul li {
        text-transform: none;
        font-size: 13px;
        line-height: 18px;
        float: none;
        height: auto;
        position: relative;
        transition: all 260ms ease;
    }

    header nav ul li ul li a {
        max-width: 400px;
        min-width: 200px;
        white-space: normal;
        height: auto;
        display: block;
        padding: 5px 7px;
        clear: both;
        font-weight: normal;
        line-height: 18px;
        font-size: 16px;
        color: #fff;
        font-weight: 100;
        text-shadow: none;
        border: 0!important;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        font-weight: bold;
    }

    header nav ul li ul.active {
        top: 0!important;
    }

    header nav ul li ul li ul {
        display: block;
        position: relative;
        left: 0;
        width: 100%;
        opacity: 1;
        z-index: 10;
        top: 0;
        transition: all 260ms ease;
    }

    header nav ul li ul li a b {
        display: none;
    }

    header nav ul li ul li ul li a {
        font-weight: normal;
    }

    .mobile-menu {
        display: block;
        padding: 16px 0;
    }

    .mobile-menu button {
        background-color: #1b6eb1;
        padding: 12px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: 0;
    }

    .mobile-menu button  img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .mobile-menu button span {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

    section {
        width: 100%;
    }


    footer {

    }

    section .page {
        padding: 20px;

    }

    section .head-news .head-news-el {
        width: 100%;
        min-height: auto;
        float: none;
        margin-right: 0;
        padding-top: 50px;
        width: 100%;
        padding: 50px 20px;
        box-sizing: border-box;
    }

    section .head-news .head-news-el .head-news-el-block .head-news-img {
        width: 100%;
    }

    section .head-news .head-news-thums {
        width: 100%;
        min-height: auto;
        float: none;
        margin-right: 0;
        padding-top: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    section .head-news .head-news-thums .next-news {
        padding: 10px 20px;
        background-color: #db241c;
        border-radius: 2px;
        color: #ffffff;
        font-size: 15px;
        font-family: arial;
        display: inline-block;
        margin: 10px 0;
        line-height: normal;
        background: linear-gradient(#ffffff 0px, #f6f5f3 100%);
        color: #333333;
        border-right: 1px solid #b7b7b7;
        border-left: 1px solid #afafaf;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #999999;
    }

    section .head-news .head-info-pogoda {
        width: 100%;
        min-height: auto;
        float: none;
        margin-top: 20px;
    }

    section .head-news .head-info-pogoda .head-inform {
        width: 100%;
        border-radius: 4px;
        background: #ffffff;
        padding: 10px 20px 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-bottom: 0;
    }

    section .head-news .head-info-pogoda .head-inform h2 {
        font-size: 20px;
        font-weight: bold;
        color: #1e1e1e;
        text-decoration: none;
        margin-bottom: 14px;
        padding-top: 14px;
    }

    section .head-news .head-info-pogoda .head-inform ul li a {
        font-size: 16px;
        color: #00a0dc;
        text-decoration: underline!important;
        font-family: tahoma;
        display: block;
        margin-bottom: 10px;
    }

    section .head-news .head-info-pogoda .head-inform ul li p {
        font-family: arial;
        font-size: 14px;
        color: #8c96a0;
        line-height: 18px;
    }

    .head-link {
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }

    section .head-link ul li {
        width: calc(50% - 18px);
        height: 131px;
        display: block;
        float: left;
        margin-right: 18px;
        margin-bottom: 18px;
        position: relative;
        background-color: #ffffff!important;
        background-position: 19px 19px;
        background-repeat: no-repeat;
        transition: all 0.2s ease;
    }

    section .head-doc ul li.head-doc-block {
        width: 100%;
        float: none;
        margin-right: 0;
        padding: 20px;
        box-sizing: border-box;
    }

    section .head-doc ul li.head-doc-glava {
        float: none;
        width: 100%;
        margin-top: 5px;
        padding: 20px;
        box-sizing: border-box;
    }

    section .head-opros-block .head-opros-li {
        width: 100%;
        background: #ffffff;
        float: none;
        /* padding: 20px; */
    }

    section .head-opros-block .head-opros-li .head-opros {

    }

    section .head-opros-block .head-opros-li .head-opros {
        background: #ffffff;
        float: left;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px;
        background-image: url(/public/images/back-red-corner.png);
        background-repeat: no-repeat;
        background-position: right top;
        box-sizing: border-box;
        width: 100%;
    }

    section .head-opros-block .head-opros-li .head-opros .opros-val .button {
        margin-top: 18px;
        padding: 10px 70px;
        background-color: #db241c;
        border-radius: 2px;
        font-size: 13px;
        font-family: arial;
        display: inline-block;
        line-height: normal;
        background: linear-gradient(#ffffff 0px, #f6f5f3 100%);
        color: #333333;
        border-right: 1px solid #b7b7b7;
        border-left: 1px solid #afafaf;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #999999;
        transition: all 0.2s ease;
    }

    section .head-opros-block .head-galery {
        width: 100%;
        height: 230px;
        float: left;
        margin-left: 0;
    }

    section .gos-link {

    }

    section .gos-link {
        position: relative;
        margin-top: 18px;
        display: block;
        clear: both;
        border: 5px solid #ffffff;
        padding: 20px 30px;
        box-sizing: border-box;
    }

    footer .footer-head {

    }

    footer .footer-head {
        width: 100%;
        margin: auto;
        padding: 30px 20px;
        border-bottom: 1px solid #DDDDDD;
        position: relative;
        box-sizing: border-box;
    }

    footer .footer-head ul li.counter {
        display: none;
    }

    footer .footer-head ul li span {
        height: auto;
        margin-bottom: 10px;
    }

    section .contact h2{
        padding: 40px 20px 20px;
        box-sizing: border-box;
    }

    section .contact .contact-div {
        width: 100%;
        box-sizing: border-box;
    }

    section .contact .contact-div p strong {
        display: block;
        padding-top: 5px;
        font-family: 'Pt Sans';
        font-size: 15px;
        position: relative;
        right: 0px;
        padding: 5px 0;
        top: 0;
    }

    section .news-list {
        background: #ffffff;
        background-image: url(/public/images/back-red-corner.png);
        background-repeat: no-repeat;
        background-position: right top;
        padding: 20px;
        width: 100%;
        position: relative;
        margin-bottom: 150px;
        margin-top: 60px;
        box-sizing: border-box;
    }

    section .news-list .news-list-ul li .news-list-photo {
        width: 100px;
        height: 80px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        float: left;
    }

    section .news-list .news-list-ul li .news-list-name {
        width: calc(100% - 120px);
        float: left;
        padding-left: 20px;
    }

    section .news-list .sorted-news {
        display: none;

    }

    section .doc {
        width: 100%;
    }

    section .doc h2 {
        font-family: arial;
        font-size: 15px;
        color: #444;
        padding: 30px 20px 10px;
        font-size: 16px;
        font-weight: bold;
        color: #1e1e1e;

    }

    section .doc ul li {
        padding: 20px 20px;
        border-bottom: 2px solid #F9F9F9;
    }

    ::-webkit-scrollbar-thumb {
        border-width: 1px 1px 1px 2px;
        border-color: #1b6eb1;
        background-color: #3591dc7d;
    }

    ::-webkit-scrollbar {
        width: 6px;
    }


    section .open-news .open-news-other {
        display: none;
    }

    section .open-news .open-news-images {
        width: 100%;
        height: 240px;
        position: relative;
        margin-top: -20px;
    }

    section .open-news .fotorama {
        width: 100%;
        height: 240px;
    }

    section .open-news .open-news-text {
        margin-top: 0;
        background: #ffffff;
        padding: 20px;
        background-image: url(/public/images/back-red-corner.png);
        background-repeat: no-repeat;
        background-position: right top;
        width: 100%;
        box-sizing: border-box;
    }


}














