/* 
    Created on : 01.08.2021, 13:14:54
    Author     : ИП Зверев
    E-mail     : zvereff.gleb@yandex.ru
*/
.hidden-desctop {
    display: none;
}

@media only screen and (max-width: 1600px),
only screen and (max-device-width: 1600px) {
    .menu-container>ul>li>a {

        padding: 27px 10px;
    }
}

@media only screen and (max-width: 1300px),
only screen and (max-device-width: 1300px) {
    .menu-container>ul>li>a {
        display: block;
        padding: 27px 10px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1000px),
only screen and (max-device-width: 1000px) {
    .hidden-desctop {
        display: block;
    }

    .hidden-mob {
        display: none;
    }

    .mob-menu-link {
        display: block;
        width: 70px;
        height: 70px;

    }

    .mob-menu-link>span {
        display: block;
        width: 100%;
        height: 10px;
    }

    .mob-menu-link>span:nth-child(1) {
        background: #ff7d01;
    }

    .mob-menu-link>span:nth-child(2) {
        background: #53a196;
    }

    .mob-menu-link>span:nth-child(3) {
        background: #4392c8;
    }

    .mob-menu-link>span:nth-child(4) {
        background: #216da8;
    }

    .mob-menu-link>span+span {
        margin-top: 8px;
    }

    .header {
        padding-bottom: 20px;
    }

    .index-top-modalbox>div {
        width: 100%;
    }

    .service-block .service-list-item {
        width: 50%;
    }

    .index-banner-global .item-list.width-2 {
        width: 100%;
    }

    .index-banner-global .item-list.width-1 {
        width: 50%;
    }

    .footer-wrap>.image-footer {
        width: 100%;
    }

    .footer-wrap>.text-footer {
        width: 100%;
    }

    .footer-wrap>.address-footer {
        width: 100%;
    }

    .footer-wrap>.image-footer img {
        width: auto;
        margin-bottom: 20px;
    }

    .overflow .modal-container {
        width: 90%;
    }

    .overflow .menu-container {
        display: block;
        position: fixed;
        right: 0px;
        width: 40%;
        top: 0px;
        bottom: 0px;
        background: #fff;
        transition: 0.5s;
        transform: translateX(100%);
        opacity: 0;
    }

    .overflow.fade.in .menu-container {
        transform: translateX(0%);
        opacity: 1;
    }

    .overflow .menu-container .body-container {

        padding: 20px;
        padding-top: 40px;
    }

    .overflow .menu-container .close-menu {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 35px;
        font-size: 40px;
        color: #fff;
        background: #e67b25;
    }

    .menu-mobile-container ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .menu-mobile-container ul:not(.soc-link) a {
        font-size: 20px;
        display: block;
        padding: 10px;
    }

    .left-aside-content>.left-aside {
        width: 100%;
        margin-bottom: 40px;
    }

    .left-aside-content>.content {
        width: 100%;
    }

    .content .top-banner .text-banner {
        font-size: 1rem;
    }

    .cifri-i-facty-wrap .item-cifry {
        width: 100%;
    }

    .left-aside-content-right-banner>.left-aside {
        width: 100%;
    }

    .left-aside .job-filter {
        height: auto;
        margin-bottom: 20px;
    }

    .left-aside-content-right-banner>.content {
        width: 100%;
        order: -1;
    }

    .left-aside-content-right-banner>.right-aside {
        width: 100%;
        margin-top: 20px;
    }

    .jobs .content h1 {

        font-size: 1.5rem;
    }

    .content img {
        height: auto !important;
    }

    #modalMenu .phone-link {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }

    #modalMenu a.email-link.border-link {
        color: #000;
        margin-bottom: 20px;
        display: block;
    }

    #modalMenu .lang-block a {
        display: block;
        padding: 10px;
        background: #e6e3e3;
        color: #000;
        text-decoration: none;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px),
only screen and (max-device-width: 800px) {
    .arhive-meropr .arhive-item {
        width: 48%;
        margin-right: 2%;
    }

    .mail-blocks-container .mail-blocs .email-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .arhive-meropr .arhive-item:nth-child(2n+2) {
        margin-right: 0%;
    }

    .footer-new-design .foter-item {
        width: 100%;
    }

    .container blockquote {

        padding-left: 20px;
    }
}

@media only screen and (max-width: 560px),
only screen and (max-device-width: 560px) {
    .flex-betwen.flex-wrap.calendar-wrap-form .title {
        padding-bottom: 10px;
        font-size: 1.4rem;
        text-align: center;
    }

    .blue-fon.newstyle-blue h1.text-blue {
        font-size: 1.7rem;

        font-weight: bold;
    }

    .flex-betwen.flex-wrap.calendar-wrap-form .form {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 480px),
only screen and (max-device-width: 480px) {
    .index-banner-top .gradient-text {
        font-size: 2.5rem;
        line-height: 2.5rem;
        padding-top: 30px;
    }

    .index-banner-top .sub-cogan {
        font-size: 16px;
        line-height: 20px;
    }

    .index-top-modalbox {
        margin-top: 20px;
    }

    .index-top-modalbox .button-wrap .button-item {
        margin-bottom: 10px;
    }

    .input-flex-2 .input-block {
        width: 100%;
    }

    .input-flex-3 .input-block {
        width: 100%;
    }

    .service-block .service-list-item {
        width: 100%;
    }

    .cifri-i-facty-wrap .item-cifry {
        width: 100%;
        margin-bottom: 20px;
    }

    .index-banner-global .item-list.width-1 {
        width: 100%;
    }

    .index-banner-global .mini-slider-wrap .block-option {
        width: 100%;
    }

    .index-banner-global .mini-slider-wrap .mini-slider-wrap {
        width: 90%;
        margin: auto;
        padding-top: 10%;
    }

    .bottom-index-wrap>div {
        width: 100%;
        padding: 10px;
    }

    .header-wrap .logo-container {
        width: 190px;
    }

    .mob-menu-link {
        display: block;
        width: 50px;
        height: 50px;
    }

    .mob-menu-link>span {
        height: 5px;
    }

    .ruk-list>.list-ruk-item {
        width: 100%;
        margin-right: 0%;
    }

    .persona .neris-bords-wrap {
        z-index: 1;
    }

    .overflow .menu-container {
        width: 80%;
    }

    .blue-fon>.container>h1 {
        font-size: 18px;
    }

    .list-article-item-wrap>.image {
        width: 100%;
    }

    .list-article-item-wrap>.image+.article-desc {
        width: 100%;
        padding-left: 0px;
    }

    #pdopage .pagination {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .pagination>li {
        margin-bottom: 10px;
    }

    .arhive-meropr .arhive-item {
        width: 100%;
        margin-right: 0%;
    }

    .consultant-articles>.item-consult {
        width: 100%;
        margin-right: 0%;
    }
}

@media only screen and (max-width: 400px),
only screen and (max-device-width: 400px) {}