﻿body {
    background: #ededed;
    font-family: 'Open Sans', sans-serif;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.left {
   float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.clear:before,
.clear:after {
    content:"";
    display:table;
}
.clear:after {
    clear:both;
}
.clear {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.container:after, .b-blog__list, .b-blog__header, .b-blog__soc, .b-index__infs, .b-insta__title, .b-blog-item__img, .b-index__data, .b-shedule__item-inner, .b-hero, .b-header, .b-banner, .b-brand, .b-logo, .b-news_main-item, .b-news_item-inner, .b-layout, .b-news, .b-blog, .pr_img, .b-pr_list, footer, .b-films__list, .b-flim_body, .pro-desc,.b-top-tech {
    content:"";
    display:table;
    clear:both;
}


.container {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.container.index {
    width: 100%;
}

.wrapper {
    width: 1140px;
    height: auto;
    margin: 0 auto;
}

.b-index__data {
    width: 1540px;
    margin: 40px auto 0 auto;
}


.index .wrapper {
    width: 1600px;
}

.index .b-header {
    width: 1540px;
    margin: 0 auto;
}

.b-header {
    /*height: 328px;*/
    width: 100%;
    padding-top: 50px;
}
    .b-brand {
        margin-top: 7px;
    }
    .inner .b-top{
        width: 950px
    }
    .index .b-top {
        width: 1330px;
    }
    .index .b-top-menu {
        width: 1330px;
    }

    .index .b-menu-list {
        margin-left: 225px;
    }
    .index .b-links {
        margin-left: -300px;
    }
    .b-top-tech {
        width: 100%;
        border-bottom: 2px solid #ededed;
        position: relative;
        padding-bottom: 12px;
    }
        .b-links {
            width: 383px;
            position: absolute;
            left: 50%;
            margin-left: -193px;
        }
            .top-link {
                display: inline-block;
                color: #9487b4;
                font-size: 14px;
                font-family:'Exo 2', sans-serif;
                font-weight: 400;
                position: relative;
                margin-right: 24px;
            }
            .top-link:after {
                content: '';
                position: absolute;
                width: 6px;
                height: 6px;
                background: url('/img/sprite.png') 0 -185px;
                right: -10px;
                top: 2px;
            }
        .b-logo {
            width: 149px;
            height: 80px;
            position: relative;
            float: left;
        }
            .logo-link {
                position: absolute;
                top: 0;
                left: 0;
                width: 149px;
                height: 80px;
                text-indent:-9999px;
                background: url('../img/sprite.png') 0 0 no-repeat;
            }
        .b-soc {
            padding-right: 10px;
        }
            .soc {
                width: 16px;
                height: 16px;
                display: inline-block;
                background: url('../img/sprite.png') no-repeat;
                transition: opacity .3s;
                margin-left: 10px;

            }
            .soc.vk {
                background-position: -1315px 0;
            }
            .soc.tw {
                background-position: -1439px 0;
            }
            .soc.fb {
                background-position: -1351px 0;
            }
            .soc.ig {
                background-position: -1484px 0;
            }
            .soc.yt {
                background-position: -1393px 0;
            }
        .soc:hover {
            opacity: .5;
        }

    .b-city {
        position: relative;
        font-family:'Exo 2', sans-serif;
        font-size: 16px;
        color: #9487b4;
        padding-left: 10px;
    }
    .b-city:after {
        content: '';
        width: 5px;
        height: 4px;
        position: absolute;
        right: -10px;
        top: 10px;
        background: url("../img/sprite.png") -1495px -50px no-repeat;
    }
    .b-banner {
        margin-top: 12px;
        width: 100%;
    }
    .banner-link {
        display: block;
        text-align: center;
    }
    .b-top-menu {
        overflow: hidden;
        /*margin: 15px 0 15px 0;*/
        /*text-align: center;*/
        width: 950px;
        height: 44px;
        margin-top: 12px;
    }
        .b-age {
            width: 45px;
            height: 45px;
            background: url('../img/sprite.png') 0 -117px no-repeat;
            margin-left: 15px;
        }
        .b-menu-list {
            padding-top: 8px;
            margin-left: 50px;
        }

        .b-menu__item {
            border-radius: 5px;
            background: #ffffff;
            padding: 8px 10px 7px 15px;
            transition: background .6s;
        }
        .b-menu__item:hover {
            background: #655796;
        }

        .b-menu__item:hover .b-menu__link {
            color: #ffffff;
        }

        .b-menu__link {
            font-family:'Exo 2', sans-serif;
            color: #202020;
            font-size: 18px;
            font-weight: 600;
            text-transform: uppercase;
            transition: color .4s;
        }
        .b-menu__link:hover {
            text-decoration: none;
        }
        .b-search {

        }
            .top-search {
                position: relative;
            }
                .search-btn {
                    display: inline-block;
                    width: 40px;
                    height: 44px;
                    background: #655796;
                    text-indent: -9999px;
                    overflow: hidden;
                    position: absolute;
                    right: 0;
                    z-index: 101;
                    cursor: pointer;
                    top: -31px;
                }
                .search-btn:after {
                    content: '';
                    width: 17px;
                    height: 18px;
                    background: url('../img/sprite.png') -233px 0 no-repeat;
                    position: absolute;
                    top: 14px;
                    left: 12px;
                    transition: opacity .3s;
                }
                .search-btn:hover:after {
                    opacity: .35;
                }
                .field {
                    border: 1px solid #ededed;
                    height: 28px;
                    width: 260px;
                    text-indent: 10px;
                }
                .s-form {
                    background: #655796;
                    padding: 6px 0 6px 15px;
                    position: absolute;
                    left: -40px;
                    top: -31px;
                    font-size: 14px;
                    z-index: 100;
                    transition: left .3s;
                }
                .s-form.opened {
                    left: -317px;
                }

.b-layout {
    margin-top: 35px;
}
    .b-news {

    }
        .b-side-left {
            width: 350px;
            overflow: hidden;
            float: left;
        }
        .b-side-right {
            width: 350px;
            overflow: hidden;
            float: right;
        }
            .b-news_main {

            }
                .b-news_title {
                    background-color: #f1f1f1;
                    border-top: 2px solid #cdc5de;
                }
                    .b-news_title-item, .b-contacts__title {
                        color: #002020;
                        font-size: 18px;
                        text-align: center;
                        font-weight: 600;
                        font-family:'Exo 2', sans-serif;
                        text-transform: uppercase;
                        display: block;
                        padding: 20px 0;
                        transition: background-color .3s;
                    }
                    .b-news_main-item:nth-child(even) {
                        background-color: #f1f1f1;
                    }
                    .b-news_main-item:hover {
                        background-color: #e2dcee;
                    }
                    .b-news_main-list {

                    }
                        .b-news_main-item {
                            cursor: pointer;
                            transition: background-color .3s;
                        }
                            .b-news_item-inner {
                                padding: 10px;
                            }
                                .b-news_img {
                                    float: left;
                                    margin-right: 13px;
                                }
                                .b-news_text {
                                    font-size: 13px;
                                    color: #707070;
                                    float: left;
                                    width: 240px;
                                    cursor: pointer;
                                }
                                    .b-news_text a {
                                        color: #002020;
                                    }
                                        .b-news_time {
                                            font-weight: bold;
                                            color: #002020;
                                        }

.b-main {
    width: 755px;
    float: right;
    margin-left: 35px;
}

.b-main.b-blog-body {
    float: left;
    margin-left: 0;
}

.b-main.wide {
    width: 100%;
    float: none;
    margin-left: 0;
}

.b-news-list_inner {
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 20px;
}

.b-title, h2{
    font-size: 24px;
    color: #002020;
    font-weight: bold;
    -webkit-margin-before: 0em;
    -moz-margin-before: 0em;
    -o-margin-before: 0em;
    margin-before: 0em;
    margin-top: 0;
    -webkit-margin-after: 20px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.b-news_day {
    /*width: 240px;*/
}

.b-news_day-title {
    font-weight: bold;
    font-size: 20px;
    color: #665494;
    margin-bottom: 20px;
}

.b-news_day .b-news_text {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.b-news_day .b-news_text:hover {
    color: #002020;
    text-decoration: underline;
}


.b-pagi_link {
    color: #002020;
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
}

.b-pagi {
    text-align: center;
    margin-top: 10px;

}

.b-pagi_list {
    display: inline-block;
}

.b-pagi_link:hover, .b-pagi_link.active {
    color: #826ead;
    text-decoration: none;
}
.prev, .next {
    font-size: 26px;
}

.prev {
    margin-right: 30px;
}

.next {
    margin-left: 30px;
}

.prev:hover, .next:hover {
    text-decoration: none;
    color: #826ead;
}

.b-pr {

}

.inner .b-pr {
    margin-top: 40px;
}

.b-pr_list {

}

.pr_item {
    width: 370px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.pr_item:nth-child(3n) {
    margin-right: 0;
}

.index .pr_item:nth-child(2n) {
    margin-right: 0;
}

.index .pr_item:nth-child(3n) {
    margin-right: 20px;
}

.pr_link {
    cursor: pointer;
}

.pr_link:hover {
    text-decoration: none;
}

.pr_link:hover .pr_title {
    text-decoration: underline;
}

.pr_img {
    position: relative;
    width: 370px;
    height: 200px;
}
.pr_img img {
    position: absolute;
    top: 0;
    left: 0;
}

.b-films__item .pr_img {
    overflow: hidden;
}

.b-films__item .pr_img img {
    position: absolute;
    top: -34px;
    left: 0;
    height: 268px !important;
}

.pr_overlay {
    position: absolute;
    background: url('../img/line.png') repeat-x;
    width: 370px;
    height: 200px;
    transition: opacity .3s;
}
.pr_footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 370px;
}
.pr_title {
    font-size: 15px;
    line-height: 20px;
    display: block;
    color: #002020;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    height: auto;
}
.pr_desc {
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #8d8d8d;
    height: 90px;
}
.pr_date, .pr_src {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}

.b-hero__pack {
    position: absolute;
    width: 100%;
    top: 100px;
}

.pr_date {
    margin-left: 15px;
}

.pr_date:before {

}
.pr_src {
    margin-right: 15px;
}

footer {
    border-top: 2px solid #ededed;
    padding: 15px 0;
    margin-top: 100px;
    width: 100%;
    position: relative;
}

.index footer {
    width: 1540px;
    margin-left: auto;
    margin-right: auto;
}

.copy {
    float: left;
    width: 420px;
    color: #002020;
    font-size: 12px;
    line-height: 18px;
    margin-left: 20px;
}
.madeby {
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    position: absolute;
    top: 48px;
    right: 0;
}

.index .madeby {
    right: 123px;
    margin-right: 15px;
}

.index .madeby a {
    position: relative;
    color: #826ead;
}

.index .madeby a:after {
    content: '';
    position: absolute;
    width: 113px;
    height: 30px;
    background: url('../img/sprite.png') 0 -250px no-repeat;
    top: -16px;
    left: 101px;
}

.column {
    width: 240px  !important;
    margin-right: 15px;
}

.column.last {
    margin-right: 0;
}

.b-bottom-menu {
    float: right;
    margin-left: 15px;
}

.bottom-menu_item {
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    color: #826ead;
}

.bottom-menu_item:hover, .bottom-menu_item.active {
    color: #002020;
    text-decoration: none;
}

.b-news-item_date-time, .b-blog-item_date-time {
    display: block;
    color: #002020;
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 5px;
}

.b-blog-item_date-time {
    margin-bottom: 0;
}



.upper {
    text-transform: uppercase !important;
}

.under-photo {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #adadad;
}

.b-news-content, .b-blog-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
}

.b-blog-content h2 {
    font-size: 18px;
    -webkit-margin-after: 0px;
}


.b-news-content p, .b-blog-content p  {
    font-size: 15px;
    color: #002020;
    line-height: 23px;
}

.p-content {
    font-size: 15px;
    color: #002020;
    line-height: 23px;
}


.b-films__item {
    width: 370px;
    height: 325px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: top;
}

.b-films__item:nth-child(3n) {
    margin-right: 0;
}

.b-films__item:hover .play_btn {
    opacity: 1;
}

.b-films__item:hover .pr_overlay {
    opacity: 0;
}

.b-films .film-age, .b-films__item .film-age {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}



.play_btn {
    width: 75px;
    height: 75px;
    background: url("../img/sprite.png") -890px 0px no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -37px;
    margin-left: -37px;
    opacity: .5;
    transition: opacity .3s;
}

.film-age {
    width: 45px;
    height: 45px;
    position: absolute;
    background: url('../img/sprite.png') 0 0 no-repeat;
    top: 10px;
    right: 10px;
    z-index: 102;
}

.aw0 {
    background-position: -80px -117px;
}
.aw6 {
    background-position: -140px -117px;
}
.aw12 {
    background-position: -200px -117px;
}
.aw16 {
    background-position: -260px -117px;
}
.aw18 {
    background-position: -320px -117px;
}


.b-desc-panel {}

.b-panel-title {
    background-color: #f1f1f1;
    border-top: 2px solid #cdc5de;
}

.b-panel-title-item {
    color: #002020;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    font-family:'Exo 2', sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
    transition: background-color .3s;
}

.b-desc-body {
    border: 1px solid #ebebeb;
    border-top: none;
    height: 371px;
    position: relative;
}

.b-desc-inner {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #002020;
}

.undertext {
    display: block;
}

.timing {
    display: inline-block;
    position: relative;
    padding-left: 16px;
    margin-top: 20px;
}
.timing:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url('../img/sprite.png') -670px 0 no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
}

.b-video {
    width: 755px;
    float: left;
}

.b-flim_body {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 40px;
    position: relative;
}

.film-desk-age {
    width: 45px;
    height: 45px;
    position: absolute;
    background: url('../img/sprite.png') 0 0 no-repeat;
    bottom: 20px;
    left: 20px;
}

.ap0 {
    background-position: -80px -172px;
}
.ap6 {
    background-position: -140px -172px;
}
.ap12 {
    background-position: -200px -172px;
}
.ap16 {
    background-position: -260px -172px;
}
.ap18 {
    background-position: -320px -172px;
}

h3 {
    font-size: 20px;
    color: #002020;
}

.pro-desc p {
    font-size: 14px;
    line-height: 20px;
    color: #002020;
}

.b-faces {

}

.b-faces__list {

}

.b-faces__item {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
}

.b-faces__item:nth-child(3n) {
    margin-right: 0;
}

.subtext {
    font-size: 13px;
    margin-top: 4px;
}

.b-face__body h1 {
    margin-bottom: 0px;
}

.b-faces__item {
    transition: opacity .3s;
    cursor: pointer;
    opacity: .6;

}

.b-faces__item img {
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* Firefox 35+ */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}



.b-faces__item.active {
    opacity: 1;
}

.b-faces__item.active img {
    filter: none;
    -webkit-filter: grayscale(0);
}


.main-faces .b-faces__item:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}

.main-faces .b-faces__item {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main-faces .b-faces__item:nth-child(3n) {
    margin-right: 10px;
}

.main-faces .b-faces__item:nth-child(5n) {
    margin-right: 0px;
}


.b-faces__item:hover {
    opacity: .8;
}

.js-tab {
    display: none;
}

.js-tab.active {
    display: block;
}



.b-contacts__icon {
    position: relative;
    display: block;
}

.b-contacts__icon:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url('../img/sprite.png') 0 0 no-repeat;
    top: 3px;
}

.i-phone:before {
    background-position: -1180px 0;
}

.i-fax:before {
    background-position: -1180px -28px;
}

.i-mail:before {
    background-position: -1180px -53px;
}

.b-contacts__icon span, .b-contacts__icon a {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #202020;
    padding-left: 22px;
    margin-bottom: 10px;
    text-decoration: none;
}

.b-contacts__icon:hover a {
    text-decoration: underline;
}

.b-contscts__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
}
.b-contacts__inner {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-top: none;
}

.b-contacts__map {
    margin-bottom: 15px;
}



.b-hero {
    border-top: 4px solid #826ead;
    border-bottom: 4px solid #826ead;

}

.b-stream {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 0;
}
.b-stream img {
    margin: 0;
    padding: 0;
}


.b-hero__videos {
    float: left;
    width: 800px;
}

.b-hero__item {
    position: relative;
    width: 399px;
    height: 250px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    border-left: 1px solid #826ead;
    border-bottom: 1px solid #826ead;
}

.b-hero__item:nth-child(3), .b-hero__item:nth-child(4) {
    height: 249px;
    border-bottom: none;
}
.b-hero__inner {
    text-align: center;
}
.b-hero__title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-family:'Exo 2', sans-serif;
    font-weight: 600;
    text-align: center;
    z-index: 105;
    transition: color .3s;
}

.b-hero__tag {
    position: relative;
    width: 100%;
    z-index: 104;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    height: 25px;
}


.b-hero__link {
    display: table;
    background: #ffffff;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
    transition: all .3s;
}





.b-hero__link:hover {
    text-decoration: none;
}

.purple {
    background: #826ead;
    top: 0;
}

.b-shedule__link.purple {
    background: #826ead;
    top: 0;
}
.white {
    top: 0;
}

.purple span {
    color: #ffffff !important;
}

.b-hero__tag span {
    padding: 16px;
    line-height: 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #202020;
    font-family:'Exo 2', sans-serif;
}



.b-blog__author.mob-author {
    display: none;
}

.b-hero__footer {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 103;
    width: 100%;

}
.b-hero__date {
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    margin-left: 15px;
    transition: color .3s;
}
.b-hero__time {
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 15px;
    transition: color .3s;
}
.darkness {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 250px;
    background: url('../img/darkness.png') 0 0 repeat-x;
    z-index: 101;
    opacity: 1;
    transition: opacity .3s;
}
.yellow {
    background: rgba(253,209,54,.9);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
    width: 400px;
    height: 250px;
    transition: opacity .6s;
}

#uppodaudio {
    width: 110px;
    height: 60px;
    margin: 10px 0 0 32%;
    padding: 8px;
    display: none;
    /*border: 1px solid #826ead;
    border-radius: 20px; */
    }

/*.b-hero__item .darkness, .b-hero__item .yellow{
    width: 385px;
}*/

.b-hero__thumb {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 385px;
    height: 250px;
    z-index: 100;*/
    position: absolute;
    top: -40px;
    left: -30px;
    width: 454px;
    height: 330px;
    z-index: 100;
}

.b-hero__item:hover .yellow{
    opacity: 1;
}

.b-hero__item:hover .darkness{
    opacity: 0;
}

.b-hero__item:hover .white {
    top: -25px;
}
.b-hero__item:hover .purple {
    top: -25px;
}

.b-hero__item:hover .b-hero__footer span {
    color: #202020;
}
.b-hero__item:hover .b-hero__title {
    color: #202020;
}

.b-side-center {
    width:760px;
    float: left;
    margin-left:40px;
}

.b-side-right {
    float: right;
}

.b-shedule {
    background: url('../img/back.png') #826ead;
}


.b-shedule__main {
    position: relative;
    text-align: center;
    width: 330px;
    height: 200px;
    overflow: hidden;
    cursor: pointer;
}

.b-shedule__main:hover .purple{
    top: -25px;
}
.b-shedule__main:hover .white{
    top: -25px;
}

.b-shedule__inner {
    padding: 10px;
}

.b-shedule__title {
    display: block;
    position: absolute;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    font-family:'Exo 2', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 203;
    margin-top: 90px;
    transition: color .3s;
}

.b-shedule__link {
    position: absolute;
    z-index: 204;
}

.b-shedule__tag {
    position: absolute;
    width: 100%;
    z-index: 205;
    display: block;
    margin-top: 120px;
    overflow: hidden;
    height: 25px;
}


.b-shedule__thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

.b-shedule .darkness {
    width: 330px;
    height: 200px;
    z-index: 201;
}

.b-shedule__link {
    display: table;
    background: #ffffff;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
    transition: all .3s;
}

.b-shedule__link:hover {
    text-decoration: none;
}

.b-shedule__tag span {
    padding: 16px;
    line-height: 25px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200;
    color: #202020;
    font-family:'Exo 2', sans-serif;
}

.b-shedule__main .yellow {
    z-index: 202;
    width: 330px;
    height: 200px;
    transition: opacity .6s;
    opacity: 0;
}

.b-shedule__main:hover .darkness {
    opacity: 0;
}

.b-shedule__main:hover .yellow {
    opacity: 1;
}

.b-shedule__main:hover .b-shedule__title {
    color: #202020;
}

.b-shedule__item {
    width: 330px;
    height: 110px;
    margin-bottom: 2px;
    background: #ffffff;
    cursor: pointer;
    transition: background .3s;
    position: relative;
}

.b-shedule__item:hover {
    background: #e2dcee;
}


.b-shedule__item-inner {
    padding: 15px 20px;
    width: 290px;
}

.b-shedule__data {
    float: left;
}

.b-shedule__item-title {
    font-size: 14px;
    color: #202020;
    font-weight: bold;
    display: block;
    max-width: 180px;
}

.b-shedule__item-time {
    font-size: 30px;
    font-weight: bold;
    color: #45a3d2;
    display: block;
    margin-top: 5px;
}

.b-shedule__item-thumb {
    position: relative;
    width: 105px;
    height: 75px;
    float: right;
}

.b-shedule__item-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 75px;
}

.b-shedule__play {
    position: absolute;
    width: 34px;
    height: 34px;
    background: url('../img/sprite.png') -1000px 0 no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
}

.btn-simple {
    display: block;
    text-align: center;
    margin:15px 0 10px 0;
}

.btn-simple:hover {
    text-decoration: none;
}

.btn-simple span {
    font-family:'Exo 2', sans-serif;
    font-size: 16px;
    color: #202020;
    font-weight: 400;
    background: #ffffff;
    border-radius: 3px;
    padding: 5px 10px;
    line-height: 20px;
    display: inline-block;
    transition: color, background .3s;

}

.btn-simple:hover span {
    background: #45a3d2;
    color: #ffffff;
}

.b-index__data {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}


.b-top-menu.mob-menu {
    display: none;
}

.b-index__infs {
    width: 1540px;
    margin: 40px auto 0 auto;
}

.b-blog .b-side-right {
    margin-left: 35px;
}

.b-blog-item {
    text-align: center;
    background: #f1f1f1;
}
.b-blog-item .darkness {
    z-index: 301;
    width: 350px;
    height: 200px;
}

.b-blog-item__img {
    position: relative;
    width: 350px;
    height: 200px;
}

.b-blog-item__img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300;
}

.b-blog-item__title {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    color: #ffffff;
    z-index: 302;
    font-family:'Exo 2', sans-serif;
    font-size: 20px;
}

.b-blog-item__date {
    width: 100%;
    position: absolute;
    display: block;
    top: 110px;
    left: 0;
    z-index: 303;
    color: #ffffff;
    font-weight: 200;
    font-family:'Exo 2', sans-serif;
    font-size: 14px;
}

.b-blog-item__data {
    padding: 0 20px 20px 30px;
}

.b-blog-item__text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
    display: block;
    color: #202020;
}


.b-blog-item__name {
    display: block;
    font-size: 17px;
    color: #202020;
    font-weight: 500;
    font-family:'Exo 2', sans-serif;
    margin-bottom: 5px;
}

.b-blog-item__who {
    display: block;
    font-size: 14px;
    color: #8d8d8d;
    font-weight: 300;
    font-family:'Exo 2', sans-serif;
}

.b-blog-item__pic {
    width: 76px;
    height: 76px;
    display: block;
    margin: 10px auto;
    border-radius: 76px;
    overflow: hidden;
    border: 3px solid #ffffff;
    transition: opacity .3s;
}

.b-blog-item__link:hover .darkness {
    opacity: 0;
}

.b-blog-item__link:hover {
    text-decoration: none;
}

.b-blog-item__link:hover + div.b-blog-item__data span.b-blog-item__text {
    text-decoration: underline;
}

.b-blog-item__author {
    display: block;
}

.b-blog-item__author:hover {
    text-decoration: none;
}

.b-blog-item__author:hover .b-blog-item__pic {
    opacity: .5;
}

.b-blog-item__author:hover .b-blog-item__name {
    text-decoration: underline;
}

.b-blog-item__author:hover .b-blog-item__who {
    text-decoration: none;
}

.index .pr_item {
    margin-right: 20px;
}

.b-isnta__logo {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.b-isnta__data {
    float: left;
    display: block;
    margin-top: 25px;
    margin-left: 20px;
}

.b-isnta__name {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #202020;
    display: block;
}

.b-isnta__under,.b-isnta__pub {
    font-size: 12px;

}

.b-insta__title {
    margin-bottom: 12px;
}

.b-insta {
    margin-top: 53px;
}

.shed {
    display: block;
}

li.disabled {
    display: none;
}

#player {
    float: left;
}

input[type='submit'].search-btn {
    border: none;
    display: none;
    background: #655796 url('../img/sprite.png') -221px 14px no-repeat;
}

.sisea-result a {
    color: #202020;
}

.sisea-result a:hover {
    color: #202020;
    text-decoration: underline;
}

.extract p {
    font-size: 15px;
}

.sisea-result h3 {
    font-size: 18px;
}

.insta300 {
    display: none;
}

.inst {
    display: block;
}
.shed {
    display: none;
}

.b-index__shedule {
    display: none;
}

.b-blog__header {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.b-blog__author {
    float: left;
    width: 230px;
    margin-right: 30px;
}

.b-blog__intro {
    float: right;
    width: 490px;
}

.b-blog__header .b-blog-item__pic {
    width: 110px;
    height: 110px;
    display: block;
    margin: 10px auto;
    border-radius: 110px;
    overflow: hidden;
    border: 3px solid #ffffff;
    transition: opacity .3s;
}

.b-blog__desc {
    margin-top: 20px;
    line-height: 24px;
}

.b-blog__header .b-blog-item__name, .b-blog__header .b-blog-item__who {
    text-align: center;
}

.b-crumbs {
    margin-top: -20px;
    font-size: 18px;
}

.crumbs {
    color: #ACACAC;
    font-size: 14px;
}

.crumbs:hover {
    text-decoration: none;
    color: #002020;
}

.b-blog__soc .soc__text, .yashare-auto-init {
    float: left;
}

.b-blog__soc .soc__text {
    font-size: 14px;
    color: #ACACAC;
    margin-right: 10px;
    margin-top: 3px;
}

.b-blog__soc {
    margin-top: 30px;
}


.b-blog__list .b-blog-item {
    width: 350px;
    float: left;
    margin-right: 45px;
    margin-bottom: 45px;
    height: 490px;
}

.b-blog__list .b-blog-item:nth-child(3n) {
    margin-right: 0;
}

.madeby a, .madeby a:visited {
    color: #826ead;
}

.b-title a {
    color: #826ead;
}

h2.b-title {
    text-transform: uppercase;
}

.schedule-list {
    width: 1140px;
}

.schedule-list .b-shedule__main, .schedule-list .yellow, .schedule-list .darkness, .schedule-list .b-shedule__thumb {
    height: 222px;
    width: 372px;
}

.schedule-list .b-shedule__main {
    margin-bottom: -3px;
}

.schedule-list .b-shedule__item-inner {
    width: 332px;
}

.schedule-list .b-shedule__item {
    width: 372px;
    display: inline-block;
    margin-bottom: -3px;
}


.b-shedule__pack {
    padding: 10px;
}

ul.b-shedule__inner {
    padding: 0;
    height: 784px;

    -moz-column-count: 3; /* Для Firefox */
    -moz-column-width: 372px;
    -moz-column-gap: 2px;
    -webkit-column-count: 3; /* Для Safari и Chrome */
    -webkit-column-width: 372px;
    -webkit-column-gap: 2px;
    column-count: 3;
    column-width: 372px;
    column-gap: 2px;

    margin: 0;
    padding: 0;
}
.schedule-list .b-shedule__item:nth-child(3n) {
    margin-right: 0;
}

.schedule-list .b-shedule__main {
    display: inline-block;
}

.schedule-list .b-shedule__item-title {
    max-width: 210px;
}

.b-schedule__header {
    position: relative;
}

.sibling {
    position: absolute;
}

.sibling li {
    list-style: none;
}

.s-prev {
    left: 0;
    top: 14px;
}

.s-next {
    right: 0;
    top: 14px;
}

.s-prev li {
    background: url('../img/arr-left.jpg') left 7px no-repeat;
}

.s-prev li a {
    padding-left: 26px;
}

.sibling a {
    text-decoration: underline;
    color: #002020;
    font-size: 14px;
}

.sibling a:hover {
    text-decoration: none;
}

.s-next li {
    background: url('http://1m.tv//img/arr-right.jpg') right 7px no-repeat;
}

.s-next li a {
    padding-right: 26px;
}

.sib-day {
    font-size: 14px;
}

.b-title>div {
    font-size: 18px;
    font-weight: normal;
}

.copy-mob {
    display: none;
}

@media (min-width: 1458px) and (max-width: 1660px) {
    .container.index {
        width: 1440px;

    }
    .index .b-layout {
        margin-top: 20px;
    }
    .index .wrapper {
        width: 1320px;
    }
    .index .b-header {
        width: 1320px
    }
    .index .b-top {
        width: 1100px;
    }
    .index .b-links {
        margin-left: -200px;
    }
    .index .b-top-tech {
        width: 1100px;
    }
    .index .b-top-menu {
        width: 1100px;
    }
    .index .b-banner {
        display: none;
    }
    .b-hero__videos {
        width: 660px;
    }
    .b-hero__item {
        width: 330px;
        height: 210px;
    }
    .b-hero__thumb {
        width: 330px;
        height: 210px;
    }
    .b-hero__title {
        margin-top: 80px;
    }
    .b-hero__tag {
        margin-top: 110px;
    }

    #player, #player object, #player iframe {
        width: 660px !important;
        height: 420px !important;
    }

    .b-hero__inner .darkness, .b-hero__inner .yellow {
        width: 330px;
        height: 210px;
    }
    .index .b-menu-list {
        margin-left: 135px;
    }

    .b-index__data {
        width: 1320px;
    }

    .index footer {
         width: 1320px;
     }

    .index .b-side-left {
        width: 300px;
    }
    .index .b-side-center {
        width: 640px;
    }
    .index .b-side-right {
        width: 300px;
    }
    .index .b-news_text {
        width: 190px;
    }
    .index .pr_item, .index .pr_item .pr_img, .index .pr_item .pr_img img  {
        width: 310px;

    }

    .index .pr_item .pr_img, .index .pr_item .pr_img img {
        height: 168px;
    }

    .index .pr_overlay {
        width: 310px;
        height: 168px;
    }

    .index .pr_footer {
        width: 310px;
    }

    .b-shedule__main {
        width: 280px;
        height: 180px;
    }
    .b-shedule__thumb {
        width: 280px;
        height: 180px;
    }
    .b-shedule__item {
        width: 280px;
    }
    .b-shedule__item-time {
        font-size: 20px;
    }
    .b-shedule__item-title {
        max-width: 120px;
    }
    .b-shedule__item-inner {
        width: 250px;
    }
    
    .index .b-blog-item__img {
        width: 300px;
        height: 200px;
    }

    .b-index__infs {
        width: 1320px;
    }
    
    .b-isnta__logo, .b-isnta__logo img {
        width: 80px;
        height: 80px;
    }

    .instaAll {
        display: none;
    }
    .insta300 {
        display: block;
    }
}

@media (min-width: 1219px) and (max-width: 1440px) {
    .container.index {
        width: 1200px;

    }
    .index .b-layout {
        margin: 20px auto;
    }
    .index .wrapper {
        width: 1140px;
    }
    .index .b-header {
        width: 1140px
    }
    .index .b-top {
        width: 950px;
    }
    .index .b-links {
        margin-left: -193px;
    }
    .index .b-top-tech {
        width: 950px;
    }
    .index .b-top-menu {
        width: 950px;
    }
    .index .b-banner {
        display: none;
    }
    .b-hero__videos {
        width: 570px;
    }
    .b-hero__item {
        width: 284px;
        height: 178px;
    }
    .b-hero__item:nth-child(3), .b-hero__item:nth-child(4) {
        width: 284px;
        height: 177px;
    }
    .b-hero__thumb {
        width: 307px;
        height: 238px;
        top: -30px;
        left: -10px;
    }
    .b-hero__title {
       /* margin-top: 65px;*/
        font-size: 16px;
    }
    .b-hero__tag {
        /*margin-top: 95px;*/
    }

    #player, #player object, #player iframe {
        width: 570px !important;
        height: 356px !important;
    }
    .b-hero__pack {
        top: 70px !important;
    }
    .b-hero__inner .darkness, .b-hero__inner .yellow {
        width: 285px;
        height: 178px;
    }
    .index .b-menu-list {
        margin-left: 100px;
    }

    .b-index__data {
        width: 1140px;
    }

    .index footer {
        width: 1140px;
    }

    .index .b-side-left {
        width: 350px;
    }
    .index .b-side-center {
        width: 760px;
        margin-left: 30px;
    }
    .index .b-side-right {
        width: 300px;
    }
    .index .b-news_text {
        width: 240px;
    }
    /*.index .pr_item, .index .pr_item .pr_img, .index .pr_item .pr_img img  {
        width: 310px;

    }

    .index .pr_item .pr_img, .index .pr_item .pr_img img {
        height: 168px;
    }

    .index .pr_overlay {
        width: 310px;
        height: 168px;
    }

    .index .pr_footer {
        width: 310px;
    }
*/
    .b-shedule__main {
        width: 280px;
        height: 180px;
    }
    .b-shedule__thumb {
        width: 280px;
        height: 180px;
    }
    .b-shedule__item {
        width: 280px;
    }
    .b-shedule__item-time {
        font-size: 20px;
    }
    .b-shedule__item-title {
        max-width: 120px;
    }
    .b-shedule__item-inner {
        width: 250px;
    }

    .index .b-blog-item__img {
        width: 300px;
        height: 200px;
    }

    .b-index__infs {
        width: 1140px;
    }

    .b-isnta__logo, .b-isnta__logo img {
        width: 80px;
        height: 80px;
    }

    .instaAll {
        display: none;
    }
    .insta300 {
        display: block;
    }

    .main-faces .b-faces__item:nth-child(5n) {
        margin-right: 10px;
    }

    .main-faces .b-faces__item:nth-child(3n) {
        margin-right: 0;
    }

    .index .b-side-center.fc {
        width: 452px;
    }

    .index .b-side-right.sh {
        display: none;
    }
    .inst {
        display: none;
    }
    .shed {
        display: block;
    }
    .b-faces__item img {
        width: 135px;
        height: 135px;
    }
}


@media (min-width: 1024px) and (max-width: 1219px) {
    .container, .container.index {
        width: 1000px;

    }
    .b-layout {
        margin-top: 20px;
    }
    .wrapper, .index .wrapper {
        width: 960px;
    }
    .b-header, .index .b-header {
        width: 960px
    }
    .index .b-top, .b-top, .inner .b-top {
        width: 770px;
    }
    .index .b-links, .b-links {
        margin-left: -190px;
    }
    .b-top-tech {
        width: 770px;
    }
    .index .b-top-menu, .b-top-menu {
        width: 770px;
    }
    .b-banner {
        display: none;
    }
    .b-hero__videos {
        width: 960px;
    }
    .b-hero__item {
        width: 479px;
        height: 300px;
        border-bottom: none;
        border-top: 4px solid #826ead;
    }


    .b-hero__thumb {
        width: 530px;
        height: 393px;
        top: -44px;
        left: -26px;
    }
    .index .b-menu-list {
        margin-left: 60px;
    }
    .b-hero__title {
        margin-top: 55px;
        font-size: 25px;
    }
    .b-hero__tag {
        /*margin-top: 165px;*/
    }

    #player, #player object, #player iframe {
        width: 960px !important;
        height: 600px !important;
    }

    .b-hero__inner .darkness, .b-hero__inner .yellow {
        width: 480px;
        height: 300px;
    }

    .b-hero__inner .darkness {
        background: url('http://1m.tv/img/darkness2.png') 0 0 repeat-x;
    }

    .b-menu-list {
        margin-left: 20px;
    }

    .b-index__data {
        width: 960px;
    }

    .index footer, footer {
        width: 960px;
    }



    .b-side-left {
        width: 350px;
    }
    .b-side-center {
        width: 580px;
        margin-left: 30px;
    }
    .b-side-right {
        width: 300px;
    }
    .b-news_text {
        width: 240px;
    }
    .index .pr_item, .index .pr_item .pr_img, .index .pr_item .pr_img img  {
        width: 280px;

    }

    .index .pr_item .pr_img, .index .pr_item .pr_img img {
        height: 168px;
    }

    .index .pr_overlay {
        width: 280px;
        height: 168px;
    }

    .index .pr_footer {
        width: 280px;
    }


    .b-shedule__main {
        width: 280px;
        height: 180px;
    }
    .b-shedule__thumb {
        width: 280px;
        height: 180px;
    }
    .b-shedule__item {
        width: 280px;
    }
    .b-shedule__item-time {
        font-size: 20px;
    }
    .b-shedule__item-title {
        max-width: 120px;
    }
    .b-shedule__item-inner {
        width: 250px;
    }

    .index .b-blog-item__img {
        width: 350px;
        height: 200px;
    }

    .b-index__infs {
        width: 960px;
    }

    .b-isnta__logo, .b-isnta__logo img {
        width: 80px;
        height: 80px;
    }

    .instaAll {
        display: none;
    }
    .insta300 {
        display: block;
    }

    .main-faces .b-faces__item:nth-child(5n) {
        margin-right: 10px;
    }

    .main-faces .b-faces__item:nth-child(3n) {
        margin-right: 10px;
    }

    .main-faces .b-faces__item:nth-child(4n) {
        margin-right: 0;
    }

    .index .b-side-center.fc {
        width: 580px;
    }

    .index .b-side-right.sh {
        display: none;
    }
    .inst {
        display: none;
    }
    .shed {
        display: block;
    }
    .b-faces__item img {
        width: 135px;
        height: 135px;
    }

    .b-menu__link {
        font-size: 16px;
    }
    .b-menu__item {
        padding: 8px 5px 7px 10px;
        margin: 0 3px;
    }


    .b-hero__item:nth-child(3), .b-hero__item:nth-child(4) {
        display: none;
    }

    .b-side-right.shed {
        display: none;
    }

    .b-index__shedule {
        display: block;
        margin-top: 40px;
    }

    .b-index__shedule .b-shedule__main, .b-shedule__thumb {
        width: 330px;
        height: 200px;
    }
    .b-index__shedule .b-shedule__main {
        float: left;
    }
    .b-index__shedule .b-shedule__item {
        float: left;
        height: 99px;
        margin-right: 2px;
        width: 300px;
    }
    .b-index__shedule .b-shedule__item-title {
        max-width: 140px;
    }
    .b-index__shedule .b-shedule__item-inner {
        padding: 11px 20px 15px 20px;
        width: 267px;
    }

    .b-index__shedule .btn-simple {
        margin: 215px 0 10px 0;
    }
    
    .shed {
        display: none;
    }

    .index .madeby {
        top: 50px;
    }
    
    .index .madeby a {
        content: normal;
    }

    .b-bottom-menu {
        display: none;
    }

    .inner .b-main {
        width: 575px;
    }

    .inner .b-main.b-contacts__body {
        width: 625px;
    }

    .inner .b-main iframe {
        width: 575px;
    }

    .inner .b-main.wide {
        width: 960px;
    }

    .b-blog__list .b-blog-item {
        width: 300px;
        height: 500px;
        margin-right: 25px;
    }
    .b-blog-item__img, .b-blog-item__img img {
        width: 300px;
    }

    .b-blog-item .darkness {
        width: 300px;
    }

    .b-blog__list .b-blog-item__text {
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .b-films__item, .pr_img, .pr_img img, .pr_overlay, .pr_footer {
        width: 310px;
    }

    .b-films__item .pr_img img {
        position: absolute;
        top: -15px;
        left: 0;
        height: 228px !important;
    }

    .b-films__item {
        margin-bottom: 35px;
    }

    .b-video, .b-video iframe {
        width: 630px;
    }

    .b-contacts .b-side-left {
        width: 300px;
    }

    .b-contacts #mapexMap, .ymaps-map {
        width: 625px !important;
    }

    .inner .b-face__tab img {
        width: 575px;
    }

    .inner .b-faces .b-side-left {
        width: 300px !important;
    }

    .inner .b-faces .b-faces__item img {
        width: 89px;
        height: 89px;
    }

    .pr_item {
        width: 310px;
    }
    .pr_item .pr_overlay, .pr_item .pr_img {
        height: 168px;
    }

    .b-blog__intro {
        width: 370px;
    }
    .b-blog__desc {
        margin-top: 10px;
    }

    .b-blog__author {
        width: 175px;
    }
    .b-blog__header .b-blog-item__pic {
        width: 90px;
        height: 90px;
    }
    .b-blog__soc {
        margin-top: 10px;
    }

    .b-blog .b-side-right {
        width: 350px;
    }

    .inner .b-blog {
        border-top: 1px solid #ededed;
        padding-top: 30px;
    }

    .p-content img {
        width: 575px;
    }

    .b-news-content img {
        max-width: 575px;
    }
}

@media (min-width: 375px) and (max-width: 667px) {
    .container.index, .container {
        width: 375px;
    }

    .inner .b-main iframe {
        width:345px;
        height: 200px;
    }

    .b-hero__pack {
        top: 120px;
    }

    .index .wrapper, .wrapper {
        width: 375px;
    }
    .index .b-header, .b-header {
        width: 375px;
    }
    .b-top.right {
        display: none;
    }
    .b-top-menu.right {
        display: none;
    }
    .b-header {
        padding-top: 10px;
    }
    .b-brand {
        margin-top: 0;
    }
    .b-brand.left {
        float: none;
        width: 375px;
    }
    .b-logo {
        width: 100px;
        height: 54px;
        position: relative;
        float: none;
        margin: 0 auto;
    }
    .logo-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 54px;
        text-indent: -9999px;
        background: url('../img/sprite.png') -173px -39px no-repeat;
    }
    .b-banner {
        display: none;
    }
    .b-layout {
        margin-top: 15px;
    }
    .b-stream {
        width: 375px;
        height: 281px !important;
        float: none;
    }
    .b-stream > #player{
        width: 375px !important;
    }
    #player, #player object, #player iframe {
        width: 375px !important;
        height: 281px !important;
    }
    .b-hero__videos {
        width: 375px;
        float: none;
    }
    .b-hero__item {
        position: relative;
        width: 374px;
        height: 281px;
        float: none;
    }
    .b-hero__item .darkness, .b-hero__item .yellow  {
        width: 375px;
        height: 281px;
    }
    .b-hero__thumb {
        width: 375px;
        height: 281px;
        top: 0;
        left: 0;
    }
    .b-index__data {
        width: 375px;
        margin: 0;
    }

    .b-side-left {
        float: none;
        width: 375px !important;
    }
    .b-news_title {
        border-top: none;
    }
    .b-news_main-item {
        width: 375px;
    }
    .b-hero__item:nth-child(3), .b-hero__item:nth-child(4) {
        display: none;
    }
    .b-side-center {
        float: none;
        margin: 20px 0 0 0;
        width: 345px;
    }
    .b-side-center h2 {
        text-align: center;
    }
    .pr_item {
        width: 345px;
        margin-bottom: 20px;
    }
    .pr_img, .pr_img img {
        width: 345px;
        height: 200px;
    }
    .pr_overlay {
        width: 345px;
        height: 200px;
    }
    .pr_footer {
        width: 345px;
    }
    .b-pr {
        width: 375px;
        padding: 10px;
    }

    .b-news_text {
        width: 100%;
    }

    .b-news_img {
        display: none;
    }

    .b-news_item-inner {
        padding: 20px;
    }
    .pr_desc {
        display: none;
    }
    .pr_title {
        margin-top: 10px;
        text-align: center;
    }

    .index .pr_item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .b-shedule__main {
        width: 375px;
    }
    .b-side-right {
        width: 375px;
    }

    .b-side-right.sh h2 {
        text-align: center;
    }

    .b-pr {
        border-bottom: 1px solid #ededed;
        width: 100%;
        padding: 0;
    }

    .b-pr_list {
        padding: 0 15px;
    }

    .sh {
        padding-top: 20px;
    }

    .b-shedule__thumb {
        width: 355px !important;
    }
    .b-blog-item {
        width: 345px;
        padding: 10px;
    }
    .b-blog-item__img {
        width: 345px;
        height: 200px;
    }
    .b-blog-item__img img {
        width: 345px;
        height: 200px;
    }

    .pr_item {
        margin-right: 0;
        float: none;
    }

    .b-blog-item__img .darkness  {
        width: 345px;
        height: 200px;
    }
    .b-shedule__main .yellow {
        z-index: 202;
        width: 345px;
        transition: opacity .6s;
        opacity: 0;
    }
    .b-blog-item__text {
        margin-top: 10px;
    }

    .b-blog h2 {
        text-align: center;
    }

    .b-faces__item, .b-faces__item img {
        width: 105px;
        height: 105px;
    }
    .b-side-center.fc {
        width: 375px;
    }

    .b-faces__item:nth-child(3n) {
        margin-right: 0px;
    }

    .b-faces__item:nth-child(2n) {
        margin-right: 14px;
    }
    .b-faces__list {
        width: 345px;
        margin: 0 auto;
    }
    .b-faces__list:after {
        content:"";
        display:table;
        clear:both;
    }
    .inst {
        display: none;
    }
    .index footer {
        width: 375px;
    }
    .b-bottom-menu {
        display: none;
    }

    footer .b-age {
        display: none;
    }
    .index .madeby a:after {
        display: none;
    }
    .copy {
        display: none;
    }
    .copy-mob {
        float: none;
        display: block;
        width: 345px;
        color: #002010;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        margin: 0 auto;
    }
    .madeby {
        display: none;
    }
    .b-index__infs {
        width: 375px;
    }
    .b-top-menu.mob-menu {
        display: block;
        width: 375px;

        position: relative;
    }

    .mob-burger {
        width: 40px;
        height: 38px;
        position: absolute;
        top: 2px;
        right: 0;
        background: #ffffff url('../img/sprite.png') 0 0 no-repeat;
        z-index: 2001;
        cursor: pointer;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -ms-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
    }

    .mob-burger:hover {
        background-color: #e4e4e4;
    }

    .mob-burger.js-menu-shower-close {
        background-position: -912px -124px;
    }

    .mob-burger.js-menu-shower-open {
        background-position: -952px -124px;
    }

    .index .mob-menu .b-menu-list {
        margin-left: 0;

    }

    .mob-menu .b-menu__item {
        display: block;
        border-radius: 0;
    }


    .mob-menu .b-menu__item:hover {
        background: #655796;
    }

    .mob-menu .b-menu-list {
        border-top: 2px solid #655796;
        padding-top: 0;
    }
    .index .b-top-menu {
        width: 375px;
    }
    .index .pr_item, .index .pr_item:nth-child(3n) {
        margin-right: 0;
    }
    .b-layout {
        margin-top: 0;
    }

    .js-menu {
        display: block;
        -webkit-transition: height .5s ease-out;
        -moz-transition: height .5s ease-out;
        -ms-transition: height .5s ease-out;
        -o-transition: height .5s ease-out;
        transition: height .5s ease-out;
    }
    .js-menu-close {
        height: 40px;
    }

    .js-menu-open {
        height: auto;
    }
    .b-top-menu {
        height: auto;
    }



    .inner .b-news .b-side-left {
        display: none;
    }

    .b-main {
        width: 375px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .b-title {
        text-align: center;
    }
    .b-menu-list {
        margin-left: 0;
    }

    .inner h1.b-title {
        padding-top: 10px;
    }

    .column {
        width: 345px !important;
        margin-right: 0;
    }

    .b-pr h2 {
        text-align: center;
    }

    .b-news-list_inner {
        width: 345px;
        margin: 0 auto;
    }

    .b-news-content, .b-blog-content {
        width: 345px;
        margin: 0 auto;
    }

    .p-content img {
        max-width: 345px;
    }

    .inner .mob-menu {
        border-bottom: 2px solid #655796;
    }

    .b-news-item_date-time, .b-blog-item_date-time {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .b-films__item {
        width: 345px;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
        vertical-align: top;
    }

    .b-films__list {
        width: 345px;
        margin: 0 auto;
    }

    .b-films {
        width: 375px;
    }

    .b-films .pr_title {
        text-align: left;
    }

    .b-films__item .pr_desc {
        display: block;
        max-height: 90px;
        height: auto;
    }

    .b-films__item .pr_img, .b-films__item .pr_overlay, .pr_img img {
        width: 345px;
        height: 200px;
    }

    .b-films__item .pr_footer {
        width: 345px;
    }

    .b-video iframe {
        width: 375px;
        height: 215px;
    }

    .b-film .b-side-right {
        float: none;
    }

    .b-video {
        width: 100%;
    }

    .b-films__item .pr_title {
        text-align: left;
    }

    .b-film .b-panel-title {
        display: none;
    }

    .b-desc-inner {
        padding-top: 0px;
    }

    .b-desc-body {
        height: auto;
    }

    .film-desk-age {
        display: block;
        position: relative;
        bottom: 0px;
        left: 0px;
        margin-top: 10px;
    }

    .b-desc-inner .timing {
        margin-top: 0;
    }

    .pro-desc {
        width: 335px;
        margin: 0 auto;
        border-bottom: 1px solid #ebebeb;
    }

    .b-flim_body {
        border-bottom: none;
        margin-bottom: 0px;
    }
    #mapexMap {
        width: 375px !important;
    }

    .b-contscts__text {
        width: 345px;
        margin-left: auto;
        margin-right: auto;
    }

    .b-blogs {
        margin-top: 10px;
    }

    .b-blog__list, .b-main.wide.b-blog__list {
        width: 375px;
    }

    .b-blog__list .b-blog-item {
        width: 355px;
        float: none !important;
        margin: 0 auto 45px auto !important;
        padding: 0;
    }

    .b-main.b-blog-body {
        float: none;
    }

    .b-blog .b-side-right {
        display: none;
    }

    .b-blog .b-blog__author {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .b-blog__intro {
        width: 100%;
    }

    .b-crumbs {
        text-align: center;
    }

    .b-blog .b-blog__desc {
        margin-top: 0;
        line-height: 24px;
        padding: 10px 20px 20px 20px;
        font-size: 14px;
        text-align: center;
    }

    .soc__text {
        display: none;
    }

    .b-blog .b-blog-item__pic, .b-blog .b-blog-item__pic img {
        width: 80px;
        height:80px
    }

    .b-blog-item__author {
        padding: 0 20px 0 20px;
    }

    .b-blog-item__who {
        padding-bottom: 10px;
    }
    .b-blog .b-blog-item_date-time {
        margin-top: 10px;
    }

    .inner .b-blog h1.b-title {
        padding-top: 0;
    }

    .b-blog-content img {
        width: 345px;
    }

    .b-blog .b-pr {
        display: none;
    }

    .b-blog-content {
        border-bottom: none;
    }

    .b-blog__author {
        display: none;
    }

    .b-blog__author.mob-author {
        display: block;
    }

    .b-blog__soc {
        display: none;
    }

    .b-blog__intro {
        float: none;
    }

    .mob-author .b-blog-item__who {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
    }

    .b-blog__header {
        border-bottom: none;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    .pr_overlay {
        width: 345px;
        height: 200px;
    }
    .b-face__tab .subtext {
        text-align: center;
    }

    .b-faces__item {
        margin-right: 14px;
        margin-bottom: 14px;
    }

    #faces .b-side-left {
        display: block;
        margin-top: 20px;
    }

    .b-shedule .darkness, .b-shedule .yellow {
        width: 355px;
    }

    .index .b-blog-item {
        width: 355px;
    }

    .index .b-blog-item__img, .index .b-blog-item__img img, .index .b-blog-item__img .darkness {
        width: 355px;
    }

    .main-faces .b-faces__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 300px) and (max-width: 414px) {
    .container.index, .container {
        width: 320px;
        height: auto;
    }

    .inner .b-main iframe {
        width:300px;
    }


    .index .wrapper, .wrapper {
        width: 320px;
    }
    .index .b-header, .b-header {
        width: 320px;
    }
    .b-top.right {
        display: none;
    }
    .b-top-menu.right {
        display: none;
    }
    .b-header {
        padding-top: 10px;
    }
    .b-brand {
        margin-top: 0;
    }
    .b-brand.left {
        float: none;
        width: 320px;
    }
    .b-logo {
        width: 100px;
        height: 54px;
        position: relative;
        float: none;
        margin: 0 auto;
    }
    .logo-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 54px;
        text-indent: -9999px;
        background: url('../img/sprite.png') -173px -39px no-repeat;
    }
    .b-banner {
        display: none;
    }
    .b-layout {
        margin-top: 15px;
    }
    .b-stream {
        width: 320px;
        height: 240px !important;
        float: none;
    }
    .b-stream > #player{
        width: 320px !important;
    }
    #player, #player object, #player iframe {
        width: 320px !important;
        height: 240px !important;
    }
    .b-hero__videos {
        width: 320px;
        float: none;
    }
    .b-hero__item {
        position: relative;
        width: 319px;
        height: 234px;
        float: none;
    }
    .b-hero__item .darkness, .b-hero__item .yellow  {
        width: 320px;
        height: 234px;
    }
    .b-hero__thumb {
        width: 320px;
        height: 234px;
        top: 0;
        left: 0;
    }
    .b-index__data {
        width: 320px;
        margin: 0;
    }

    .b-side-left {
        float: none;
        width: 320px !important;
    }
    .b-news_title {
        border-top: none;
    }
    .b-news_main-item {
        width: 320px;
    }
    .b-hero__item:nth-child(3), .b-hero__item:nth-child(4) {
        display: none;
    }
    .b-side-center {
        float: none;
        margin: 20px 0 0 0;
        width: 300px;
    }
    .b-side-center h2 {
        text-align: center;
    }
    .pr_item {
        width: 290px;
        margin-bottom: 20px;
    }
    .pr_img, .pr_img img {
        width: 290px;
        height: 180px;
    }
    .pr_overlay {
        width: 300px;
        height: 184px;
    }
    .pr_footer {
        width: 290px;
    }
    .b-pr {
        width: 320px;
        padding: 10px;
    }

    .b-news_text {
        width: 100%;
    }

    .b-news_img {
        display: none;
    }

    .b-news_item-inner {
        padding: 20px;
    }
    .pr_desc {
        display: none;
    }
    .pr_title {
        margin-top: 10px;
        text-align: center;
    }

    .index .pr_item {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .b-shedule__main {
        width: 320px;
    }
    .b-side-right {
        width: 320px;
    }

    .b-side-right.sh h2 {
        text-align: center;
    }

    .b-pr {
        border-bottom: 1px solid #ededed;
        width: 100%;
        padding: 0;
    }

    .b-pr_list {
        padding: 0 15px;
    }

    .sh {
        padding-top: 20px;
    }

    .b-shedule__thumb {
        width: 300px !important;
    }
    .b-blog-item {
        width: 300px;
        padding: 10px;
    }
    .b-blog-item__img {
        width: 300px;
        height: 180px;
    }
    .b-blog-item__img img {
        width: 300px;
        height: 180px;
    }

    .pr_item {
        margin-right: 0;
        float: none;
    }

    .b-blog-item__img .darkness  {
        width: 300px;
        height: 180px;
    }
    .b-shedule__main .yellow {
        z-index: 202;
        width: 300px;
        transition: opacity .6s;
        opacity: 0;
    }
    .b-blog-item__text {
        margin-top: 10px;
    }

    .b-blog h2 {
        text-align: center;
    }

    .b-faces__item, .b-faces__item img {
        width: 140px;
        height: 140px;
    }
    .b-side-center.fc {
        width: 320px;
    }

    .b-faces__item:nth-child(3n) {
        margin-right: 10px;
    }

    .b-faces__item:nth-child(2n) {
        margin-right: 0px;
    }
    .b-faces__list {
        width: 290px;
        margin: 0 auto;
    }
    .b-faces__list:after {
        content:"";
        display:table;
        clear:both;
    }
    .inst {
        display: none;
    }
    .index footer {
        width: 320px;
    }
    .b-bottom-menu {
        display: none;
    }

    footer .b-age {
        display: none;
    }
    .index .madeby a:after {
        display: none;
    }
    .copy {
        display: none;
    }
    .copy-mob {
        float: none;
        display: block;
        width: 300px;
        color: #002010;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        margin: 0 auto;
    }
    .madeby {
        display: none;
    }
    .b-index__infs {
        width: 320px;
    }
    .b-top-menu.mob-menu {
        display: block;
        width: 320px;

        position: relative;
    }

    .mob-burger {
        width: 40px;
        height: 38px;
        position: absolute;
        top: 2px;
        right: 0;
        background: #ffffff url('../img/sprite.png') 0 0 no-repeat;
        z-index: 2001;
        cursor: pointer;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -ms-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
    }

    .mob-burger:hover {
        background-color: #e4e4e4;
    }

    .mob-burger.js-menu-shower-close {
        background-position: -912px -124px;
    }

    .mob-burger.js-menu-shower-open {
        background-position: -952px -124px;
    }

    .index .mob-menu .b-menu-list {
        margin-left: 0;

    }

    .mob-menu .b-menu__item {
        display: block;
        border-radius: 0;
    }


    .mob-menu .b-menu__item:hover {
        background: #655796;
    }

    .mob-menu .b-menu-list {
        border-top: 2px solid #655796;
        padding-top: 0;
    }
    .index .b-top-menu {
        width: 320px;
    }
    .index .pr_item, .index .pr_item:nth-child(3n) {
        margin-right: 0;
    }
    .b-layout {
        margin-top: 0;
    }

    .js-menu {
        display: block;
        -webkit-transition: height .5s ease-out;
        -moz-transition: height .5s ease-out;
        -ms-transition: height .5s ease-out;
        -o-transition: height .5s ease-out;
        transition: height .5s ease-out;
    }
    .js-menu-close {
        height: 40px;
    }

    .js-menu-open {
        height: auto;
    }
    .b-top-menu {
        height: auto;
    }



    .inner .b-news .b-side-left {
        display: none;
    }

    .b-main {
        width: 320px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .b-title {
        text-align: center;
    }
    .b-menu-list {
        margin-left: 0;
    }

    .inner h1.b-title {
        padding-top: 10px;
    }

    .column {
        width: 290px !important;
        margin-right: 0;
    }

    .b-pr h2 {
        text-align: center;
    }

    .b-news-list_inner {
        width: 290px;
        margin: 0 auto;
    }

    .b-news-content, .b-blog-content {
        width: 290px;
        margin: 0 auto;
    }

    .p-content img {
        max-width: 290px;
    }

    .inner .mob-menu {
        border-bottom: 2px solid #655796;
    }

    .b-news-item_date-time, .b-blog-item_date-time {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .b-films__item {
        width: 290px;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
        vertical-align: top;
    }

    .b-films__list {
        width: 290px;
        margin: 0 auto;
    }

    .b-films {
        width: 320px;
    }

    .b-films .pr_title {
        text-align: left;
    }

    .b-films__item .pr_desc {
        display: block;
        max-height: 90px;
        height: auto;
    }

    .b-films__item .pr_img, .b-films__item .pr_overlay, .pr_img img {
        width: 290px;
        height: 180px;
    }

    .b-films__item .pr_img img {
        position: absolute;
        top: -24px;
        left: 0;
        height: 228px !important;
    }

    .b-films__item .pr_footer {
        width: 290px;
    }
    
    .b-video iframe {
        width: 320px;
        height: 180px;
    }

    .b-film .b-side-right {
        float: none;
    }

    .b-video {
        width: 100%;
    }

    .b-films__item .pr_title {
        text-align: left;
    }

    .b-film .b-panel-title {
        display: none;
    }

    .b-desc-inner {
        padding-top: 0px;
    }

    .b-desc-body {
        height: auto;
    }

    .film-desk-age {
        display: block;
        position: relative;
        bottom: 0px;
        left: 0px;
        margin-top: 10px;
    }

    .b-desc-inner .timing {
        margin-top: 0;
    }

    .pro-desc {
        width: 280px;
        margin: 0 auto;
        border-bottom: 1px solid #ebebeb;
    }

    .b-flim_body {
        border-bottom: none;
        margin-bottom: 0px;
    }
    #mapexMap {
        width: 320px !important;
    }

    .b-contscts__text {
        width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .b-blogs {
        margin-top: 10px;
    }

    .b-blog__list, .b-main.wide.b-blog__list {
        width: 320px;
    }

    .b-blog__list .b-blog-item {
        width: 300px;
        float: none !important;
        margin: 0 auto 45px auto !important;
        padding: 0;
    }

    .b-main.b-blog-body {
        float: none;
    }

    .b-blog .b-side-right {
        display: none;
    }

    .b-blog .b-blog__author {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .b-blog__intro {
        width: 100%;
    }

    .b-crumbs {
        text-align: center;
    }

    .b-blog .b-blog__desc {
        margin-top: 0;
        line-height: 24px;
        padding: 10px 20px 20px 20px;
        font-size: 14px;
        text-align: center;
    }

    .soc__text {
        display: none;
    }

    .b-blog .b-blog-item__pic, .b-blog .b-blog-item__pic img {
        width: 80px;
        height:80px
    }

    .b-blog-item__author {
        padding: 0 20px 0 20px;
    }

    .b-blog-item__who {
        padding-bottom: 10px;
    }
    .b-blog .b-blog-item_date-time {
        margin-top: 10px;
    }

    .inner .b-blog h1.b-title {
        padding-top: 0;
    }

    .b-blog-content img {
        width: 290px;
    }

    .b-blog .b-pr {
        display: none;
    }

    .b-blog-content {
        border-bottom: none;
    }

    .b-blog__author {
        display: none;
    }

    .b-blog__author.mob-author {
        display: block;
    }

    .b-blog__soc {
        display: none;
    }

    .b-blog__intro {
        float: none;
    }

    .mob-author .b-blog-item__who {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
    }

    .b-blog__header {
        border-bottom: none;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    .pr_overlay {
        width: 290px;
        height: 180px;
    }
    .b-face__tab .subtext {
        text-align: center;
    }

    .b-faces__item {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #faces .b-side-left {
        display: block;
        margin-top: 20px;
    }
    
    #uppodaudio {
        width: 110px;
        height:60px;
        margin: 10px 0 5px 90%;
        padding: 5px;
        display: inline-block;
        /*border: 1px solid #826ead;
        border-radius: 20px; */
    }
    
    #audioplayer758 {
        display: none;
    }
}

.audio-player {
    display: inline-block;
    
}
/*
#audioplayer758 {
    margin: 10px 0 0 120px;
    border: 1px solid #826ead;
    padding: 5px;
    border-radius: 20px;
}
*/