@media (max-width: 1300px) {
    ul.eventsNav li {
        width: 20%;
    }
}

@media (max-width: 1100px) {
    .tools ul.eventsNav,
    .tools ul.kpNav {
        margin-left: 40px;
        margin-right: 40px;
    }
    .tools .linkOther,
    nav ul.sectionNav,
    footer .infoBlock {
        padding-left: 40px;
        padding-right: 40px;
    }
    ul.eventsNav li {
        width: 30%;
    }
    nav ul.sectionNav li {
        margin-right: 14px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .formSearch {
        display: none;
    }
}

@media (max-width: 800px) {
    ul.socialNav,
    footer .socialTitle {
        display: block;
        position: static;
        margin: 0 20px;
    }
    .topInfo.flex-container div.radioFrame {
        display: none;
    }
    .tools ul.eventsNav {
        margin-left: 20px;
        margin-right: 20px;
    }
    .tools ul.kpNav {
        margin-left: 35px;
        margin-right: 20px;
        }
    nav ul.sectionNav {
        padding: 20px;
    }
    .tools .linkOther,
    nav ul.sectionNav,
    footer .infoBlock {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tools ul.eventsNav li {
        width: 45%;
    }
    nav ul.sectionNav li {
        font-size: 12px;
        line-height: 14px;
    }
    ul.media {
        margin: 0 20px 20px;
    }
}

@media (max-width: 650px) {
    .topInfo.flex-container div.weather,
    .topInfo.flex-container div.currency {
        display: none;
    }

    .menuHead .btn_menu.active + .btn_menu_close {
        display: none;
    }
    .tools ul.eventsNav {
        margin-left: 10px;
        margin-right: 10px;
    }
    .tools ul.kpNav {
        margin-left: 25px;
        margin-right: 10px;
        }
    nav ul.sectionNav {
        padding: 10px;
    }
    .tools .linkOther,
    nav ul.sectionNav,
    footer .infoBlock {
        padding-left: 10px;
        padding-right: 10px;
    }
    .tools ul.eventsNav li {
        width: 100%;
        line-height: 14px;
        font-size: 12px;
    }
    ul.media {
        padding: 0 10px 10px 0;
        margin: 0 10px 10px;
    }
    .linkOther .apps {
        margin-right: 0;
        }
    .linkOther .apps-title {
        display: block;
    }
    ul.socialNav, footer .socialTitle {
        margin: 0 0 20px;
        text-align: center;
    }
    footer .leftTxt,
    footer .rightTxt {
        float: none;
        width: auto;
    }
    footer .top ul {
        text-align: left;
        padding-left: 10px;
    }
}


.active > .shadowClose, .shadow.active, .shadowNews.active {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    opacity: 1;
    z-index: 90;
    cursor: pointer;
}

body .shadowNews.active { z-index: 85; }

/********/

.searchPopap {
    position: fixed;
    height: calc(100% - 140px);
    top: 140px;
    width: 100%;
    left: 0;
    display: none;
}
.searchPopap.active { display: block; z-index: 117; }

.searchPopap.active .shadow {
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    opacity: 1;
    z-index: 95;
    cursor: pointer;
}

.searchPopap .head h1 {
    color: black;
    font-family: "TT Prosto Sans";
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 25px 20px 20px 20px;
}

.searchPopap .container {
    background: #FFFFFF;
    z-index: 110;
    border-right: 1px solid #d2d2d2;
    left: -1000px;
    width: 1000px !important;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.searchPopap .bodySearch:hover { overflow-y: scroll; }

.searchPopap.active .container { left: 0; }

.bodySearch {
    position: relative;
    height: calc(100% - 65px);
    padding-top: 0;
    width: 100%;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
    left: 0;
    top: 65px;

}


.bodySearch > iframe { margin: 10px 0 0 30px;}

.searchPopap .head {
    z-index: 20;
    left: 0;
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    z-index: 20;
    top: 0;
    width: 100%;
    background: #fff;
}

.searchPopap .close {
    width: 17px;
    height: 17px;
    text-indent: -10000px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    background: transparent url(../close.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    outline: none;
    cursor: pointer;
    border: 0;
}
