@media (max-width: 1010px) and (min-width: 788px) {
    body{
        min-width: auto;
    }
    .cnt {
        width: 768px;
        min-width: auto;
    }
    .nav__logo {
        margin: 0;
        transform: translateX(-55%);
        width: 32%;
    }
    .wooden-plate {
        width: auto;
    }
    .nav {
        background-size: contain;
        background-position: center;
        width: 750px;
        margin: auto;
        height: 5%;
    }
    .nav__left {
        width: 25%;
        padding-left: 45px;
    }
    .nav__right {
        margin-left: 67%;
        white-space: nowrap;
    }
    a.nav__link {
        font-size: 1em;
        margin: 5px !important;
    }
    .feedback {
        width: auto;
    }
    .social-groups-2.desktop {
        display: flex;
        position: relative !important;
        margin: auto !important;
        margin-bottom: 40px !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .summer-theme .feedback {
        background-size: contain;
    }
    .license {
        width: 199px;
    }
    .player-wrapper {
        float: none;
        margin: 0;
        left: 80px;
        top: 51px;
    }
    .one-news {
        float: none;
        position: absolute;
        right: -100px;
        padding: 0;
        top: 30px;
    }
    .feedback.clearfix {
        background-size: contain;
        margin-top: 200px;
    }
    span.license__accent {
        margin-top: 20px;
    }
    .apps {
        margin: 0;
        margin-top: -15px;
        transform: scale(0.8);
    }
    .social-groups-2__item {
        margin: 10px;
    }
    .episode__screen{
        width: auto;
    }
    .player._big{
        width: auto;
    }
    iframe#player {
        width: 100%;
    }
    .games__item-preview__right {
        margin-left: 0;
    }
    .games__item-preview {
        padding: 20px;
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .games__item-preview__right {
        margin-left: 0;
        height: auto;
    }
    .games__item-preview__apps {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }
    .all-episodes-btn {
        padding-top: 130px;
    }
}


.pagintation {
    z-index: 100;
}
.pagintation ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.news-preview {
    overflow: auto;
}



.mobile{
    display: none;
}
a.episodes__more-btn {
    display: flex;
    justify-content: space-around;
}
h1.video_category_title {
    color: #fff;
    text-align: center;
}
h1.video_category_title {
    background: url(http://new-mb-ru.animaccord.site/layouts/local/templates/mim/img/wooden-plate/wooden-plate-bg.jpg) repeat-y;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0 11px #000000a8;
    font-weight: 800;
    text-shadow: 0 0 4px #333;
}
.episodes__more-btn:before {
    content: '+';
    background: #af0000;
    color: #fff;
    font-size: 23px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 25px;
    position: absolute;
    left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.episode__desc-in._hidden {
 opacity: 1;
}
@media (max-width: 787px) {
    body {
        background-image: url('/assets/images/mobile/mobile-background.png') !important;
        background-position: center !important;
        background-size: cover;
        min-width: 0;
        min-height: 0;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .cnt {
        width: 95%;
        padding: 0;
    }
    header.mobile {
        background-image: url('/layouts/local/templates/mim/img/menu_bg-n.png');
        background-repeat: no-repeat;
        background-position: 47%;
        background-size: 190%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    img.m-header-logo-image {
        width: 210px;
    }
    .m-header-lang {
        position: absolute;
        left: -5px;
        width: 70px;
        height: 60px;
        cursor: pointer;
    }
    .m-header-lang-title-wrapper {
        background-image: url('/assets/images/mobile/Layer 168.png');
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .m-header-lang-title {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 27px;
        background-repeat: no-repeat;
        background-position: 7px center;
    }
    .m-header-flag {
        width: 57%;
        position: absolute;
        height: 100%;
        z-index: 1;
        top: 0;
        margin-left: 25px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .m-header-nav {
        position: absolute;
        right: -5px;
        width: 70px;
        height: 60px;
        cursor: pointer;
    }
    .m-header-nav {
        position: absolute;
        right: -5px;
        width: 70px;
        height: 60px;
        background-image: url(/assets/images/mobile/menu.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        cursor: pointer;
    }
    nav.m-nav.mobile {
        background: url(http://new-mb-ru.animaccord.site/layouts/local/templates/mim/img/wooden-plate/wooden-plate-bg.jpg) repeat-y;
        background-size: cover;
        padding: 20px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 0 4px #333;
        display: none;
    }
    nav.m-nav.mobile.active{
        display: grid;
    }
    a.m-nav-link {
        color: #fff;
        text-decoration: none;
        margin: 7px;
        font-size: 1.3em;
        font-weight: 400;
    }
    .episode__desc-in._hidden {
        opacity: 1;
    }
    .main-video-mobile-container {
        /*background-image: url(/assets/images/mobile/video-content.png);*/
        background-size: cover;
        z-index: 100;
        margin-top: 40px;
    }
    .main-video-mobile-player iframe {
        width: 88%;
        margin-top: 8px;
        height: 50vw;
    }
    .main-video-mobile-description {
        background-size: cover;
        color: #333;
        text-align: left;
        padding: 20px;
        padding-top: 10px;
        background-color: #fff;
        margin: 20px;
    }
    .wooden-plate {
        width: auto;
        padding: 20px;
        padding-top: 40px;
        margin-top: 30px;
    }
    .episode__screen {
        width: 100%;
        height: 200px;
        padding: 0;
    }
    .player._big.js-widget {
        width: 100%;
        height: 100%;
    }
    iframe#player {
        width: 100%;
        height: 100%;
    }
    .wooden-plate:after{
        content: unset;
    }
    .content._shoved {
        z-index: 80;
        margin-top: -30px;
    }
    .pagintation {
        left: 0;
        width: 100%;
    }
    form.search {
        display: none;
    }
    .article__content img {
        width: auto;
        height: auto;
    }
    .heroes{
        display: none;
    }
    .out-image__content {
        overflow: initial;
    }
    .games__item-preview a{
        overflow: auto;
    }
    .games__item-preview img.preview-picture {
        height: auto;
        width: auto;
        float: none;
    }
    .games__item-preview__right {
        height: auto;
        margin: 0;
    }
    .games__item-preview__apps {
        position: relative;
        margin-top: 30px;
    }
    footer.footer {
        position: initial;
        margin-top: 30px;
    }
    .mail-box {
        display: none;
    }
    .episode__social-item {
        margin: 10px;
    }
    div#custom_select {
        width: auto;
    }
    .main-video-mobile.mobile {
        background: url(/layouts/local/templates/mim/img/wooden-plate/wooden-plate-bg.jpg) repeat-y;
        width: 98%;
        margin: auto;
        margin-top: -20px;
        border-radius: 16px;
        box-shadow: 0 0 3px #333;
        padding-bottom: 20px;
    }
    .main-video-mobile-player iframe {
        width: 88%;
        margin-top: 8px;
        height: 180px;
        border-radius: 16px;
    }
    .news-preview:after{
        content: unset;
    }
    .episode.js-widget {
        margin-bottom: 120px;
    }
    .plate__label {
        background-position: 0 -90px;
        margin-left: 52px;
    }
    .plate {
        padding: 10px;
    }
    .plate._medium-padding {
        padding-top: 50px;
        margin-bottom: 90px;
    }
    .episode__controls {
        margin-top: 30px;
    }
    .main-video-mobile-player iframe {
        width: 88%;
        margin-top: 8px;
        height: 40vw;
        border-radius: 16px;
    }
    .license {
        width: 230px;
        height: 150px;
        float: none;
        background-image: url(../img/feedback/bg-summer.png);
        display: block;
        text-align: center;
        margin: auto;
        background-size: 880px;
        background-position: -10px 0;
        padding-top: 60px;
        margin-top: 30px;
    }

}
.heroes__item._rabbit{
    left: 970px;
    top: 375px;
}

.heroes__item._mushroom-2{
    left: 366px;
    top: 573px;
}

.heroes__item._mushroom{
    left: 1230px;
    top: 546px;
}

.heroes__item._bush{
    left: 944px;
    top: 504px;
}

.heroes__item._bear-shadow{
    left: -12px;
    top: 333px;
}

.heroes__item._wolf-2{
    left: 114px;
    top: 316px;
}

.heroes__item._wolf{
    left: 206px;
    top: 310px;
}

.heroes__item._bush-2{
    left: 10px;
    top: 325px;
}

.heroes__item._bear-2{
    left: 219px;
    top: 134px;
}

.heroes__item._bear-3{
    left: 630px;
    top: 109px;
}

.heroes__item._tiger{
    left: 758px;
    top: 170px;
}

.heroes__item._hedgehog-shadow{
    left: 148px;
    top: 596px;
}

.heroes__item._squirrel{
    left: 662px;
    top: 500px;
}

.heroes__item._hedgehog{
    left: 138px;
    top: 527px;
}

.heroes__item._panda-shadow{
    left: 811px;
    top: 633px;
}

.heroes__item._panda{
    left: 779px;
    top: 458px;
}

.heroes__item._bear{
    left: 435px;
    top: 131px;
}

.heroes__item._penguin{
    left: 557px;
    top: 521px;
}

.heroes__item._butterfly{
    left: -284px;
    top: 281px;
}

.heroes__item._goat{
    left: 891px;
    top: 486px;
}

.heroes__item._log{
    left: 295px;
    top: 528px;
}

.heroes__item._masha{
    left: 439px;
    top: 417px;
}

.heroes__item._dog{
    left: 223px;
    top: 517px;
}

.heroes__item._grass {
    left: 20px;
    top: 560px;
}
.heroes__item._pig {
    top: 311px;
    left: 307px;
}
.heroes__item._junction {
    left: -610px;
    top: 565px;
}

img.news-icon.__all-news {
    height: auto;
}
.lang-switch {
    position: absolute;
    right: 0;
    width: 230px;
    z-index: 10000;
}

@media (max-width: 678px) {
    .lang-switch {
        display: none;
    }
}

.lang-switch-option {
    align-items: center;
    background-color: #fff;
    margin: 6px;
    padding: 9px;
    text-decoration: none;
    cursor: pointer;
    display: none;
}
.lang-switch:hover .lang-switch-option, .lang-switch-option.active, .lang-switch-option.shown {
    display: flex;
    position: relative;
}
.lang-switch-option:hover {
    background-color: #167ac6;
    color: #333;
}
.lang-switch-option img {
    width: 19px;
    margin-right: 10px;
}
a.lang-switch-option.active:after {
    content: '⯆';
    position: absolute;
    right: 0;
    color: #333;
    padding-right: 10px;
}
