.catfish_mobile{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.footer {
    padding-bottom: 80px;
}
.banner_over_menu {
    width: 100%;
}

.banner_close {
    width: 100%;
    background: #878787;
    color: #FFFFFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.banner_close a {
    color: #FFFFFF;
    text-decoration: none;
}
.topWindow {
    position: fixed;
    top: 0;
    margin: 0 auto;
    width: 100%;
    z-index:9999; /* Чтобы приклеенный элемент располагался над всеми остальными элементами страницы */
}
.cb_hidden {
    display: none !important;
}
.catfish_box{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.catfish_box .ln_open,
.catfish_box .ln_close{
    position: relative;
    display: block;
    padding: 3px 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.catfish_box .ln_close .txt,
.catfish_box .ln_open .txt{
    position: relative;
    display: inline-block;
}
.catfish_box .ln_open .txt:before,
.catfish_box .ln_close .txt:before{
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    left: -30px;
    content: '';
}
.catfish_box .ln_open .txt:before{
    background: url(../img/ctchflow_open.png) no-repeat 0 0;
}
.catfish_box .ln_close .txt:before{
    background: url(../img/ctchflow_close.png) no-repeat 0 0;
}
.catfish_box .wrpp {
    position: relative;
    padding: 0 0;
    overflow: hidden;
    background: linear-gradient(to right, #bebebe 0%,#959595 100%);
}
.cf_btn {
    background: #878787;
    opacity: 0.7;;
}
.test_banner {
    height: 80px;
    width: 100%;
    background: #2b908f;
    color: white;
    text-align: center;
    padding-top: 5px;
}
.test_banner_mobile {
    background: #4e4ee7;
}

/*banner gallery*/
.banner_gallery{
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.banner_gallery.no_click:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 101;
}
.wrpr_banner_gallery{
    overflow: hidden;
}
.item_banner{
    width: 100%;
    float: left;
}
.arrow_banner_left,
.arrow_banner_right{
    position: absolute;
    width: 44px;
    height: 100%;
    top: 0;
    z-index: 100;
}
.arrow_banner_left{
    left: 0;
    background: url('../img/arrow_left.svg') no-repeat  50% 50%;
    background-size: 10px auto;
}
.arrow_banner_right{
    right: 0;
    background: url('../img/arrow_right.svg') no-repeat  50% 50%;
    background-size: 10px auto;
}

.header{
    height: auto;
}
.banner_over_menu,
.banner_under_menu{
    width: 100%;
}
[id^="adriver_banner"],
[id^="adriver_banner"] img{
    width: 100% !important;
    height: auto !important;
}
.stick{
    margin-bottom: 20px;
}
.banner_top{
    display: block;
    max-height: 100px;
    overflow: hidden;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
}
.banner_top .mobile{
    display: none;
}
.banner_top img{
    max-width: 100%;
}
.top_info {
    margin: 10px 0;
}
@media screen and (max-width: 680px) {
    .topWindowIndent {
        top: 72px;
    }

    .banner_top .screen {
        display: none;
    }

    .banner_top .mobile {
        display: inline-block;
    }
}
