#scrollmenu {
    background: #fff;
}

/**:not(a,.slider-carousel *) {
    color: #000 !important;
}

.slider-home-wrap .slider-carousel * {
    color: #fff !important;
}*/


/* TOP-5 на канале */

.channel-top5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    padding: 0 15px;
}

.channel-top5 .top-item {
    width: 19%;
    margin-bottom: 20px;
    opacity: 1;
    transition: opacity .2s ease;
}

.channel-top5 .top-item:hover {
    opacity: .8;
    transition: opacity .2s ease;
}

.channel-top5 .top-item img {
    width: 100%;
    display: block;
}

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

    .channel-top5-wrap {
        margin: 0;
    }

    .channel-top5 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .channel-top5 .top-item {
        width: 30%;
    }
}

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

    .channel-top5 .top-item {
        width: 48%;
    }
}

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

    .channel-top5 {
        padding: 0 25px;
    }

    .channel-top5 .top-item {
        width: 100%;
    }
}

/* Меню каналов */

.channel-types,
.is-sticky .channels-sticky {
    box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 6px 5px -3px rgba(0,0,0,0.1);
}

.is-sticky .channel-types {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* Социальные сети */

.header-socials ul {
    display: inline-block;
    margin: 20px 0 0 40px;
    list-style-type: none;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .header-socials {
        text-align: center;
    }

    .header-socials ul {
        margin: 0;
        padding: 0;
    }
}

.header-socials li {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    margin: 0 5px;
    opacity: .7;
    transition: opacity .3s ease;
}

.header-socials li:hover {
    transition: opacity .3s ease;
    opacity: 1;
}

.header-socials li a {
    display: block;
    width: 100%;
    height: 100%;
}


/* Информация в шапке */

.topbar {
    padding-top: 10px;
}

.header_info {
    text-align: right;
}

.header_info .info_phone a,
.header_info .info_mail a {
    color: #000;
}

@media screen and (max-width: 768px) {
    .header_info {
        text-align: center;
    }
}

.header_info .order_form {
    display: inline-block;
    margin-top: 5px;
}

.full-channel .top {
    padding: 40px 0;
}

@media screen and (max-width: 768px){
    .full-channel .top {
        padding: 0;
    }
}

.full-channel .order_form {
    border: 2px solid #fff;
    margin-top: 30px;
    text-align: center;
}

.contacts,
.node-contact .field-name-body,
.node-contact .field-label-inline .field-label,
.node-contact .field-label-inline .field-items {
    font-size: 20px;
}

/* Реклама */

.main-page .advert-banners {
    margin-top: 50px;
}

.main-page #block-block-2 {
    padding-top: 0;
}

.advert-banners {
    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.advert-banners img {
    max-width: 100%;
}

.nav-true {
    padding: 0 !important;
}

.nav-true .owl-controls {
    width: 100%;
    /*height: 100%;*/
    position: absolute;
    top: 50% !important;
    left: 0;
    z-index: 999;
    transform: translateY(-50%) !important;
    pointer-events: none;
}

.nav-true .owl-controls .owl-buttons {
    overflow: hidden;
}


.nav-true .owl-controls .owl-buttons .owl-prev {
    float: left;
    height: 25px;
    width: 30px;
    background: url(../img/arrleft.png) no-repeat center / cover;
    z-index: 10001;
    pointer-events: auto;
    cursor: pointer;
}
.nav-true .owl-controls .owl-buttons .owl-next {
    float: right;
    height: 25px;
    width: 30px;
    background: url(../img/arrright.png) no-repeat center / cover;
    z-index: 10001;
    pointer-events: auto;
    cursor: pointer;
}

.advert-banners .banner-item {
    height: auto !important;
}

.advert-banners .banner-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
}

.advert-banners .banner-item .item-sale {
    display: inline-block;
    padding: 5px 10px;
    border: 5px solid rgba(255,255,255,.5);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    top: 20px;
}

.advert-banners .banner-item .item-text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
}

.advert-banners .banner-item .item-block {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 20px;
    color: #fff;
    text-shadow: 0 0 3px #000;
}

#news-owl .owl-controls .owl-buttons>div {
    min-height: 145px;
}

@media screen and (max-width: 1170px) {
    .advert-banners .banner-item .item-block {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .advert-banners .banner-item .item-text {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}


/* Форма заявки */

.wpcf7 {
    text-align: center;
    font-size: 14px;
}

.wpcf7-form .form-order-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wpcf7-form {
    padding: 40px 20px 20px;
    display: inline-block;
    width: 750px;
    background: #fff;
    position: relative;
}

.wpcf7-form .wpcf7-submit {
    background: #00bbed;
    color: #fff;
    border: none;
    padding: 5px 10px;
}

.wpcf7-form .wpcf7-submit[disabled] {
    opacity: .3;
}

.wpcf7-form .mfp-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    padding: 0;
    font-size: 20px;
    text-align: center;
    background: #fff;
    top: 0;
    right: 0;
    cursor: pointer;

}

.wpcf7-form .form-left {
    width: 65%;
}

.wpcf7-form .form-right {
    width: 35%;
    padding-left: 40px;
}

.wpcf7-form .form-right label {
    display: block;
}

.wpcf7-form .form-right label br {
    display: block;
}

.wpcf7-form .form-right .form-channels {
    display: none;
}

.wpcf7-form .form-left .wpcf7-form-control-wrap {
    /*margin-left: 5px;*/
    min-width: 176px;
}

.wpcf7-form .form-right .wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-form .form-right .checkbox-field {
    margin: 20px 0;
}

.wpcf7-form .form-bottom {
    width: 100%;
}

.wpcf7-form label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.wpcf7-form label select,
.wpcf7-form label input {
    outline: none;
}

.wpcf7-form label input {
    padding: 0 3px;
}

.wpcf7-form label br {
    display: none;
}

.wpcf7-form label .wpcf7-form-control-wrap {
    display: inline-block;
    width: 58%;
}

.wpcf7-form label .wpcf7-form-control-wrap > * {
    width: 100%;
}

.wpcf7-form .form-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wpcf7-form .form-network > p {
    width: 32%;
}

.wpcf7-form .form-network label {
    display: block;
}

.wpcf7-form .form-network input,
.wpcf7-form .form-network select,
.wpcf7-form .form-network .wpcf7-form-control-wrap {
    width: 100%;
    min-width: auto;
}

#call_form .form-left {
    width: 100%;
}

#call_form textarea {
    height: 70px;
}

.mfp-wrap {
    z-index: 200000;
}

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

    .wpcf7-form {
        width: 98%;
    }

    .wpcf7-form .form-left,
    .wpcf7-form .form-right {
        width: 100%;
    }

}

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

    .wpcf7-form .form-network {
        display: block;
    }

    .wpcf7-form .form-network > p {
        width: 100%;
    }

    .wpcf7-form .form-left > p label .wpcf7-form-control-wrap {
        width: 176px !important;
        margin-left: 5px !important;
    }

    #call_form label {
        display: block;
    }

    #call_form .wpcf7-form-control-wrap {
        width: 100% !important;
        margin-left: 0 !important;
    }
    }

/* Другое */

.st_text {
    display: inline-block;
    max-width: 150px;
}

.contact-search {
   min-height: 70vh;
}

.detail-link {
    float: right;
    margin: 10px 20px 0 0;
}

.page-news {
    margin-top: 40px;
}

.contacts {
    text-align: center;
}

.contacts table {
    display: inline-block;
    max-width: 100%;
}

.contacts table tbody {
    display: table;
    width: 100%;
}

.contacts .h2 {
    font-size: 20px;
}

.contacts .person__main {
    margin-bottom: 40px;
}

.contacts .node-contact {
    max-width: 100%;
}

.default-page {
    box-shadow: inset 0 6px 5px -3px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 6px 5px -3px rgba(0,0,0,0.1);
    padding-bottom: 60px;
}

.default-page h1 {
    margin: 0 -15px;
    margin-bottom: 100px;
    padding-top: 60px;
    color: #2c2c2c;
    font-size: 50px;
    text-align: center;
    font-weight: normal;
}

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

    .default-page h1 {
        font-size: 28px;
        padding-top: 40px;
        margin-bottom: 60px;
    }
}

#block-block-2 {
    padding-bottom: 0;
}

.view-news.view-id-news:not(.view-display-id-block_read_more) .container {
    max-width: 988px;
    margin: 45px auto;
}

.channels-list {
    padding-bottom: 100px;
}

.channels-list h2 {
    margin-bottom: 50px;
}

.channels-list .view-portfolio {
    margin-bottom: 30px;
}

.channels-list .view-portfolio ul .views-field-field-channel-logo {
    height: 85px;
}

.channels-list .view-portfolio h4 {
    margin-bottom: 80px;
}

.checkAge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

.checkAge {
    background: #fff;
    padding: 20px;
    color: #000;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.5);
}

.checkAge .check-buttons {
    margin-top: 20px;
}

.checkAge .check-buttons > * {
    margin: 0 5px;
    cursor: pointer;
}

.slider-home-wrap {
    position: relative;
}

.slider-home-wrap .item-sale {
    display: inline-block;
    padding: 10px 20px;
    border: 5px solid rgba(255,255,255,.5);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}