.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after { clear: both; }
html[xmlns] .clearfix {
    display: inherit;
    *display: inline-block;
}

/*---modal---*/
.modal-backdrop.in { z-index: 1004 }
.modal { position: fixed; z-index: 1005 }
#myModal1 .modal-dialog {
    max-width: 890px;
    width: 100%;
}
#myModal1 .part {
    margin-right: 0 !important;
    width: 25%;
    padding-right: 25px;
}
#myModal1 .part:last-child { padding-right: 0 }
.all-view { display: none }
#myModal1 .show-tb, #myModal1 .show-mb, #myModal1 .show-dc-m { display: none }
@media screen and (max-width:980px){
    .modal-open .modal { padding-right: 0 !important; }
    #myModal1 .modal-dialog {
        max-width: none;
        margin: 0;
    }
    #myModal1 .modal-content {
        border: none;
        border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
    }
}
@media screen and (max-width:900px){
    #myModal1 .show-dc { display: none }
    #myModal1 .show-tb { display: block }
    #myModal1 .part {
        width: 33.33%;
    }
}
@media screen and (max-width:680px){/*for 320*/
    #myModal1 .modal-dialog {
        width: 100% !important;
    }
    #myModal1 .show-dc-m { display: block }
    #myModal1 .show-tb { display: none }
    #myModal1 .part {
        width: 50%;
    }
}
@media screen and (max-width:450px){
    #myModal1 .show-dc, #myModal1 .show-tb, #myModal1 .show-dc-m { display: none }
    #myModal1 .show-mb { display: block }
    #myModal1 .part, .modal-body .part {
        width: 100%;
        padding-right: 0; padding-bottom: 0;
    }

}


/*---text---*/
.p-h4 span.caret {
    display: none;
    float: right;
    margin-top: 9px;
    color: #fb8600;
}
.bl-green-bt {
    font-family: 'Open Sans', Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    border: none;
    font-weight: 600;
    padding: 10px 0 0 0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 12px;
    color: #000
}
.bl-green-bt a { color: #000 }
.bl-green-bt .ico { display: inline-block }
a.btn, .razd-btn.btn { padding-top: 6px; padding-bottom: 6px; }
.a-new-th.btn { /*padding-top: 5px; padding-bottom: 5px;*/ }
.razd-btn.btn .caret { margin-top: -1px; }


/*---footer---*/
.footer {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}
@media screen and (max-width:1155px){
    .footer .fix-width {
        width: 100%;
        padding-right: 0; padding-left: 0;
        min-width: auto;
    }
    .footer .padspo, .foot-text br { display: none }
    .top-footer, .foot-text { padding-left: 15px; padding-right: 15px; }
    .foot-text-bottom { margin-right: 197px; }
    .foot-text-bottom br { display: none }
    .foot-text .copy { padding-right: 23px; }
    .foot-text .contact-info { padding-left: 0; padding-right: 23px; }
    .foot-text .contact-info:nth-child(4) { padding-right: 0; }
    .top-footer .logo-box { margin-right: 0 }
    .arrow-up { right: 8px !important; }
}
@media screen and (max-width:1100px){
    .footer { height: auto !important; }
    .foot-text { padding-bottom: 0 }
    .top-footer { padding-right: 0 }
}
@media screen and (max-width:900px){
    .top-footer { padding-bottom: 8px; }
    .top-footer, .foot-text { padding-left: 0; padding-right: 0; }
    .top-footer .logo-box {
        float: none;
        margin-right: 0; margin-bottom: 8px;
    }
    .top-footer .logo-box img { margin: 0 auto; }
    .top-footer ul {
        padding-top: 5px;
        text-align: center;
    }
    .top-footer ul li {
        float: none;
        display: inline-block;
        white-space: nowrap;
        padding-bottom: 8px;
    }
    .top-footer ul li::before { display: none; }
    .foot-text { font-size: 12px; padding-bottom: 0 }
    .foot-text .contact-info { padding-left: 0; display: block }
    .foot-text #counter { margin-top: 0 }
}
@media screen and (max-width:785px){ /*420*/
    .top-footer .logo-box { display: none }
    #counter {
        width: 0 !important; height: 10px;
        margin: 0;
        overflow: hidden
    }
    .foot-text-bottom {
        margin-right: 0;
        text-align: center
    }
    .top-footer ul li { padding-left: 10px; padding-right: 10px; }
    .copy, .contact-info {
        text-align: center;
        display: block
    }
}
@media screen and (max-width:680px){ /*320*/
    .footer .hide-mb { display: none !important; }
    .top-footer .hide-mb { display: none }
    .top-footer ul li.group-vk {
        margin-left: 0;
        padding-left: 10px;
    }
    .foot-text .contact-info { padding-right: 0 }
    .arrow-up {
        width: 40px; height: 40px;
        background: #89be51;
        border-radius: 50%;
        text-align: center;
        bottom: 25px;
    }
    .arrow-up:hover { text-decoration: none !important; }
    .arrow-up:before {
        content: "\e093";
        font-size: 22px;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        color: #fff;
        margin-left: -2px;
    }
}


/*---Datepicker ---*/
.hasDatepicker { margin-left: 0 }
.ui-datepicker { width: 100% }


/*---sidebar / mobile menu---*/
body.noscroll {
    overflow: hidden;
    width: 100%; height: 100%;
}
.sidebar-trigger { display: none }
.sidebar-togglable .sidebar-toggle, .mobile-menu { display: block; }
.sidebar-wrapper {
    position: fixed;
    z-index: -2;
    transition: z-index .15s ease;
}
.sidebar-wrapper.sidebar-open {
    z-index: 102;
    top: 0; left: 0; right: 0; bottom: 0;
}
.sidebar-wrapper .sidebar-scroller {
    z-index: 100;
    position: absolute;
    top: 0; right: 0; bottom: 0;
    padding-top: 20px;
    overflow: hidden;
    overflow-y: auto;
    width: 280px;
    margin-right: -100%;
    transition: margin-right 0.25s ease;
    background: #c9e7c0;
}
.sidebar-wrapper.sidebar-open .sidebar-scroller { margin-right: 0; }
.sidebar-wrapper.sidebar-open .sidebar-scroller .close {
    cursor: pointer;
    font-size: 50px;
    color: #fff;
    opacity: 1;
    font-weight: 300;
    position: absolute;
    top: -5px; right: 10px;
    z-index: 12;
}
.sidebar-wrapper .sidebar-menu {
    margin: 0; padding: 0;
    overflow-x: hidden;
    list-style: none;
    text-align: center;
    font-size: 40px;
}
.sidebar-wrapper .sidebar-menu ul { padding: 0; margin: 0; }
.sidebar-wrapper .sidebar-menu li {
    display: block;
    padding-bottom: 21px; padding-top: 21px;
}
.sidebar-wrapper .sidebar-item > a.active {
    border-left: 5px solid;
    padding: 12px 15px 12px 10px;
}
.sidebar-wrapper .sidebar-item > a { cursor: pointer; }
.sidebar-right .sidebar-open, .sidebar-right .sidebar-dragging { -webkit-box-shadow: -3px 0 4px rgba(0, 0, 0, 0.18); box-shadow: -3px 0 4px rgba(0, 0, 0, 0.18); }
.sidebar-right .sidebar-wrapper .sidebar-item > a.active {
    border-left: inherit;
    border-right: 5px solid;
    padding: 12px 10px 12px 15px;
}
.sidebar-wrapper { -ms-touch-action: none; }
.sidebar-overlay {
    position: fixed;
    z-index: 50;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #fff;
    opacity: 0.8;
    display: none;
}
.ico-menu, .ico-svg {
    display: inline-block;
    vertical-align: top;
    background-image: url('/assets/images/svg/ico-menu.svg');
    background-repeat: no-repeat;
}
.ico-menu.ico-like {
    background-image: url('/assets/images/svg/finger_up_a.svg');
    width: 18px;
    height: 18px;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 4px;
    background-size: 18px 18px;
}
.ico-menu.ico-dislike {
    background-image: url('/assets/images/svg/finger_down_a.svg');
    width: 18px;
    height: 18px;
    margin-top: 1px;
    margin-left: 0;
    margin-right: 4px;
    background-size: 18px 18px;

}
.ico-menu.ico-like.active {
    background-image: url('/assets/images/svg/finger_up_b.svg');
}
.ico-menu.ico-dislike.active {
    background-image: url('/assets/images/svg/finger_down_b.svg');
}

.btn_like, .btn_like:hover, .btn_like:active, .btn_like:visited, .btn_like:focus, .btn_dislike, .btn_dislike:hover, .btn_dislike:active, .btn_dislike:visited, .btn_dislike:focus {
    text-decoration:none;
    font-size: 14px;
    font-weight: 700;
}

.comment-box .comment-bottom .comment-menu .btn_dislike
{
    margin-left: 10px;
}
.comment-box .comment-bottom .comment-menu .btn_like
{
    margin-left: 20px;
}

@media screen and (max-width:500px){
    .comment-box .comment-bottom .comment-menu .btn_like
    {
        margin-left: 14px;
    }
}

/*---slider main page---*/
.top-img-swiper {
    height: 300px;
    margin-left: 286px;
    position: relative;
    margin-bottom: 30px;
}
.top-img-swiper .swiper-slide { height: 300px; }
.top-img-swiper .swiper-slide a {
    position: relative;
    background-size: cover; -webkit-background-size: cover;
    background-position: center;
    display: block;
    height: 300px; width: 100%;
}
.top-img-swiper .swiper-slide img { display: block }
.top-img-swiper .swiper-slide h3 {
    font-size: 20px;
    line-height: 1.125;
    color: #fff;
    padding: 0 25px 27px;
    margin-bottom: 0;
    letter-spacing: 0.6px;
    position: absolute;
    bottom: 14px; left: 0;
    z-index: 3;
    width: 100%;
    border: none;
    font-family: 'Open Sans', Verdana, "Geneva CY", "DejaVu Sans", sans-serif;
    font-weight: 600;
}
.top-img-swiper .swiper-slide-title:after {
    height: 118px; width: 100%;
    position: absolute;
    bottom: 0; left: 0;
    content: '';
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0.05)', endColorstr='rgba(0,0,0,0.7)', GradientType=0);
    *background-color: rgba(0,0,0,0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    z-index: 1;
}
.top-img-swiper .swiper-slide a:hover {
    text-decoration: none;
    opacity: 1;
}
.swiper-pagination {
    bottom: 9px;
    width: 100%;
    z-index: 4;
}
.swiper-pagination-bullet {
    width: 10px; height: 10px;
    margin-right: 5px !important; margin-left: 5px !important;
    background: transparent;
    border: 2px solid #fff;
    opacity: 0.4;
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.top-img-swiper .swiper-button-next,
.top-img-swiper .swiper-button-prev {
    width: 50px; height: 50px;
    margin-top: -50px;
    /*opacity: 0.6;*/
    background: none;
    z-index: 4;
}
.top-img-swiper .swiper-button-next:hover,
.top-img-swiper .swiper-button-prev:hover { opacity: 1; }
.top-img-swiper .swiper-button-next:after,
.top-img-swiper .swiper-button-prev:after {
    content: '';
    position: absolute;
    width: 12px; height: 32px;
    top: 9px;
}
.top-img-swiper .swiper-button-next { right: 0; }
.top-img-swiper .swiper-button-prev { left: 0; }
.top-img-swiper .swiper-button-next:after {
    background: url('/assets/images/png/slider-arrow.png') -12px 0 no-repeat;
    right: 19px;
}
.top-img-swiper .swiper-button-prev:after {
    background: url('/assets/images/png/slider-arrow.png') 0 0 no-repeat;
    left: 19px;
}
.page-container * {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#video-pagination { display: none }

.search-box table { width: 100%; }
.article-body img {
    max-width: 100%; height: auto !important;
    margin-right: 0 !important; margin-left: 0 !important;
}
.article-carousel {
    max-width: 700px;
    width: 100%;
}
.video-tips { width: 240px; }

/*.ww-small h1 { font-size: 18px; }*/

/*form comment*/
.comment-box-f {
    margin: 0 0 15px 0;
    background: #eeece9;
    padding: 0;
}
.comm-body {
    padding: 10px 16px 18px 16px;
    border: none;
    margin-top: 0;
    background: none;
    border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}
.name-t-field {
    padding-bottom: 12px;
    font-size: 16px;
    color: #666;
    font-weight: 700;
}
.alert .name-t-field {
    font-size: 12px;
    padding-bottom: 6px;
}
.alert .close { margin-top: -20px; }
.edit-t { padding-bottom: 15px; }
.comm-body-bottom label.grey-bold {
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
}
.comm-body-bottom input {
    margin-right: 9px;
    margin-top: 2px;
    vertical-align: top;
}
.textarea_ext + .btn-comm { margin-top: 16px; }

/*rks*/
.prikorm-teaser {
    width: 240px; height: 190px;
}
.nav-cont + .tb-box-cont { width: 650px !important; }

/*pagination*/
.tabs-inf-cont ul.pages li { height: 30px; }
.input-li input { height: 30px; }
.next-prev .a-next, .pp-next .a-next, .next-prev .a-prev, .pp-prev .a-prev,
.tabs-inf-cont ul.pages li.p-start a, .tabs-inf-cont ul.pages li.pp-prev,
.tabs-inf-cont ul.pages li.pp-next, .tabs-inf-cont ul.pages li.pp-prev-grey {
    height: 30px !important; width: 30px !important;
}
.next-prev .a-next:before, .pp-next .a-next:before { top: 10px; left: 12px; }
.next-prev .a-prev:before, .pp-prev .a-prev:before { top: 10px; left: 11px; }
.tabs-inf-cont ul.pages li.p-start a:before { top: 8px; left: 10px; }


/*momschool*/


.table-responsive > .table > tbody > tr > td { white-space: normal }

/*search page*/
.r-search-box {
    width: 100%;
    max-width: 502px;
}

/*comments element*/
.comment-text p img {
    margin: 0 !important;
    height: auto !important; max-width: 100% !important
}
.comment-head .img-box-a {
    border: 1px solid white;
    float: left;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.comment-head img, .us-img img {
    display: block;
    max-width: 100%;
    width: auto;
    border:  none;
    float: none;
    margin: 0 !important;
}
/* .comment-head .img-box-a:hover { margin: 0 -43px -48px 0; width: 82px; position: relative; z-index: 10; } */
.comment-head img:hover { margin: 0; width: auto; }
.comment-head-info .user-nav-box { margin-top: -2px; }



@media screen and (max-width:1160px){
    .video-list-container .swiper-button-prev { left: -12px }
    .video-list-container .swiper-button-next { right: -12px }
}

@media screen and (max-width:1155px){ /**/

    .big-fix .fix-width {
        width: auto; min-width: 300px;
        padding-left: 15px; padding-right: 15px;
    }
    html, .big-fix { min-width: 320px; }
    .topwide { display: none }
    .big-fix.wallpaper-box { background: #fff }
    .wallpaper-box .footer { width: auto }
    .wallpaper-box .new-header {
        padding-top: 0;
        background: none;
    }
    .new-header {
        width: 100%;
        max-width: 100%;
        padding-right: 0; padding-left: 0;
        padding-top: 0;
    }
    .new-header.version2 .top-menu {
        border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
    }
    .new-header.version2 .logo-box {
        margin-left: 15px; margin-right: 25px;
        padding-top: 5px;
    }
    .new-header.version2 .logo-box a {
        width: 41px; height: 42px;
        background-image: url('/assets/images/svg/umlogo.svg');
        background-size: 41px 42px; -webkit-background-size: 41px 42px;
    }
    .newyear .new-header.version2 .logo-box a {
        background-image:  url('/assets/images/png/mobile-logo-ny.png');
        background-size: 48px 45px; -webkit-background-size: 48px 45px;
        width: 48px; height: 45px;
    }
    .new-header.version2 .auth-box { margin-right: 15px; }
    .new-header .auth-box .user-box {
        margin-right: 0;
    }
    .new-header.version2 .dop-menu {
        border-bottom: 1px solid #fff;
        height: 34px;
    }
    .new-header.version2 .dop-menu ul { margin-left: 55px; }
    .user-box .drop-menu { right: -14px; }
    .new-header .btn-spec { margin-left: 0 }

    /*content*/
    .big-fix .left-col {
        width: 100%;
        padding: 0; margin: 0;
    }
    .left-col { overflow: visible }
    .left-col > *, .middle-col-180 .right-col {
        display: none
    }
    .left-col .filtr-cont { display: block }
    .left-col .js-radio { display: none !important; }
    .left-col .navigation-setting { display: block; }
    .top-search-container {
        clear: right;
    }
    .big-fix .middle-col-240, .big-fix .middle-col-180 { margin-right: 0 }
    #news-pane { display: none !important;}
    .top-img-swiper {
        margin-bottom: 50px;
    }
    .top-img-swiper .swiper-pagination { bottom: -27px; }
    .top-img-swiper .swiper-slide h3 {
        margin-bottom: 0;
        padding: 0 12px;
        font-size: 16px;
        min-height: 36px;
    }
    .swiper-pagination-bullet {
        width: 7px; height: 7px;
        margin-right: 9px !important; margin-left: 9px !important;
        opacity: 1;
        background: #b2b2b2;
        border: none;
    }
    .swiper-pagination-bullet-active { background: #6cad44; }

    .col-ft-2, .col-ft-3 { overflow: visible }

    /*С†РІРµС‚РЅС‹Рµ СЂРµРєР»Р°РјРЅС‹Рµ Р±Р»РѕРєРё*/
    .razdel-preview .razdel-preview-inner .text-box { height: 70px; }
    .razdel-preview .razdel-preview-inner { height: 90px; }
    .razdel-preview-inner { padding: 10px 10px; }
    .razdel-preview .razdel-preview-inner .img-box {
        margin: 0;
        width: 68px; height: 68px;
    }
    .razdel-preview .razdel-preview-inner .img-box img {
        min-width: 64px; min-height: 64px;
    }
    .razdel-preview .razdel-preview-inner .text-box {
        padding-left: 12px;
        width: 100%;
    }
    .razdel-preview-container-inner { margin-right: -4px; margin-left: -4px; }
    .razdel-preview-container table td { padding-left: 4px; padding-right: 4px; }
    /*СЃС‚Р°С‚СЊРё*/
    .article-preview-container  .col-ft-3 .col-ft-1 { width: 25%; }
    .article-preview-container  .col-ft-3 .col-ft-1:nth-child(9) { display: none }
    .article-preview .text-box-out  { padding-right: 15px; padding-left: 15px; }
    .col-ft-3 {  margin-left: -8px; margin-right: -8px; }
    .col-ft-3 .col-ft-1 { padding-left: 8px; padding-right: 8px; }
    /*РІРёРґРµРѕ*/
    .video-list-container .jcarousel-control-next { right: 0 }
    .video-list-container .jcarousel-control-prev { left: 0 }
    .video-list-container li { margin-right: 16px; }
    /*РѕР±СЉСЏРІС‹*/
    .bb-list-container .col-ft-1:nth-child(7), .bb-list-container .col-ft-1:nth-child(8) { display: block }
    .bb-list .col-ft-1 { width: 12.5%; }


    /**/
    .navigation-setting.show-mb {
        display: block;
    }
    .navigation-setting {
        float: none;
        width: 100%;
        padding-top: 0; padding-bottom: 3px;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 19px;
    }
    .navigation-setting ul {
        max-width: 760px;
        margin: 0 auto;
    }
    .navigation-setting li {
        display: inline-block;
        padding-left: 0;
        min-width: 155px;
    }
    .navigation-setting li:not(:last-child) { margin-right: 16px; }
    .navigation-setting li.active:after { display: none; }
    .setting-content, .setting-content.clearfix {
        display: block !important;
        max-width: 760px;
        margin: 0 auto;
        min-width: 200px !important;
    }
    /*profile*/
    .user-page h1 {
        border: none;
        padding-top: 0;
    }
    .ico-info {
        width: 15px; height: 20px;
        background-position: 0 -148px;
        margin-right: 11px;
    }
    .active .ico-info { background-position: 0 -126px; }
    .ico-forum-s {
        width: 18px; height: 18px;
        background-position: 0 -190px;
        margin-top: 1px; margin-right: 9px;
    }
    .active .ico-forum-s { background-position: 0 -170px; }
    .ico-friends {
        width: 16px; height: 16px;
        background-position: 0 -228px;
        margin-top: 2px; margin-right: 8px;
    }
    .active .ico-friends { background-position: 0 -210px; }
    .ico-mail {
        width: 18px; height: 14px;
        background-position: 0 -262px;
        margin-top: 3px; margin-right: 10px;
    }
    .active .ico-mail { background-position: 0 -246px; }
    .ico-pass {
        width: 18px; height: 19px;
        background-position: 0 -299px;
        margin-top: -1px; margin-right: 5px;
    }
    .active .ico-pass { background-position: 0 -278px; }

    .setting-box {
        margin-bottom: 25px;
    }
    .setting-content .form-group { margin-bottom: 6px; }
    .setting-content .form-inline { margin-bottom: 10px; }
    .setting-content #downloadCont { margin-bottom: 11px; }

    /*---Р Р°Р·РґРµР» РЎС‚Р°С‚СЊРё---*/
    /*------------------*/
    .one-elem img { margin-right: 0; }
    .list-article .one-elem .img-box {
        max-height: none;
        overflow: visible;
    }
    .four-box, .food-list { margin-left: -8px; margin-right: -8px; }
    .four-box .four-box__item, .food-list .one-elem.week-food { padding-left: 8px; padding-right: 8px; }
    .food-list .one-elem.week-food {
        width: 33.33333333%; height: auto;
    }
    .food-list .one-elem {
        width: 33.33333333%;
        padding-left: 8px; padding-right: 8px;
        margin-left: 0;
    }
    .food-list .one-elem.week-food .info {
        background: none;
        height: auto;
        position: relative;
        font-size: 13px;
        line-height: 15px;
        color: #333;
        bottom: auto;
        padding: 0;
    }
    .food-list .one-elem.week-food .hide-md { display: none }
    .food-list .one-elem.week-food .info h3 {
        color: #0074ce;
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        display: block;
    }
    .one-elem p {
        max-height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*---Р Р°Р·РґРµР» РћР±СЉСЏРІР»РµРЅРёСЏ---*/
    /*------------------*/
    .middle-col-180 .head-cont, .middle-col-180 .nav-cont, .comment-box {
        width: 100%;
        min-width: auto;
    }

    /*---Р Р°Р·РґРµР» Р¤РѕСЂСѓРјС‹---*/
    /*------------------*/
    .middle-col-180 .head-cont, .middle-col-180 .nav-cont { min-width: 100% }
    .nav-cont + .tb-box-cont { width: 100% !important; }
    /*comments element*/
    .comment-head {
        padding: 9px 12px 9px 9px;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .comment-head-info { padding-top: 3px; }
    .comment-head-info .forum-user-name, .comment-head-info .user-name {
        margin-right: 15px;
        padding-top: 0;
    }
    .comment-head .img-box-a {
        border-color: #fff;
        margin-right: 9px;
        /*width: 36px;*/
        border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
    }
    .comment-head .img-box-a img {
        border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
    }
    /*.comment-head .img-box-a:hover {
        margin: 0 9px 0 0;
        width: 36px;
        z-index:
    }*/
    .comment-head img:hover {
        margin: 0;
        width: 34px;
        z-index: 1;
    }
    .right-info { margin-top: -3px; }
    .right-info .date-box {
        padding-top: 1px; padding-bottom: 3px;
    }
    .comment-box .date, .right-info .geo {
        color: #000;
        font-size: 12px;
    }
    .comment-text {
        color: #000;
        font-size: 15px;
        line-height: 1.3;
        padding-left: 10px;
        padding-right: 10px;
        letter-spacing: 0.3px;
    }
    .comment-box .comment-bottom {
        padding-top: 3px;
        margin-top: 11px;
        margin-left: 10px; margin-right: 10px;
        display: block !important;
        width: auto;
        padding-left: 0; padding-right: 0;
    }


    /*---RKS---*/
    /*------------------*/
    #pads_58, #pads_59
    {
        margin-left: auto;
        margin-right: auto;
    }
    #pads_58:empty {
        display: none;
    }
    #pads_57, #pads_58 {
        /*margin-right: -15px; margin-left: -15px;
        margin-bottom: 20px;*/
    }
    #pads_57 iframe, #pads_58 iframe, #pads_59 iframe {
        margin-bottom: 0 !important;
    min-width: unset;
    width: calc(100vw - 30px) !important;

    }

    /*#pads_59 {
    margin: 0 0 20px 0;
    width: calc(100vw - 30px);
    }*/

    .vertical .vt-head h2, .vertical .vt-head .logo-box {
    margin: 0;
    }
}

@media screen and (max-width:1100px){
    .dop-menu .dop-li7 { display: none }
    .new-header .drop-menu .dop-li7 { display: block }

    /*С†РІРµС‚РЅС‹Рµ СЂРµРєР»Р°РјРЅС‹Рµ Р±Р»РѕРєРё*/
    .razdel-preview .razdel-preview-inner .text-box { height: 80px; }
    .razdel-preview .razdel-preview-inner { height: 100px; }
    .razdel-preview .razdel-preview-inner .img-box {
        min-width: 44px;
        vertical-align: middle;
        display: table-cell;
        border: none;
        width: 44px; height: auto;
        float: none;
    }
    .razdel-preview .razdel-preview-inner .img-box img {
        min-width: 42px; min-height: 42px;
        width: 44px; height: 44px;
        border: 1px solid #fff;
    }
    /*РѕР±СЉСЏРІС‹*/
    .bb-list .col-ft-1 { width: 14.28%; }
    .bb-list-container .col-ft-1:nth-child(8) { display: none }
}

@media screen and (max-width:1000px){
    /*СЃС‚Р°С‚СЊРё*/
    .article-preview-container .col-ft-3 .col-ft-1 { width: 33.33% }
    .article-preview-container .col-ft-3 .col-ft-1:nth-child(7), .article-preview-container .col-ft-3 .col-ft-1:nth-child(8) { display: none }
}

@media screen and (max-width:980px){
    .new-header.version2 .dop-menu ul { margin-left: -12px; }
    .new-header li.hide-mb { display: none; }
    .new-header .drop-menu li.show-mb { display: block; }
    .new-header .drop-menu li:first-child { border: none; }
    .new-header .drop-menu li.show-mb + li { border-top: 1px solid #f4faf2; }
    .new-header.version2 .dop-menu .hide-mb { display: none }

    /*cover*/
    .right-zone, .bb-list-container  { display: none }
    .top-img-swiper {
        /*height: 274px;*/
    height: 54vw;
        margin-left: 0;
    }
    .top-img-swiper .swiper-slide, .top-img-swiper .swiper-slide a  {
        /*height: 274px;*/
    height: 54vw;
    width: 100vw;
    }

    /*РѕР±СЉСЏРІС‹*/
    .bb-list .col-ft-1 { width: 16.66% }
    .bb-list-container .col-ft-1:nth-child(7) { display: none }
}

@media screen and (max-width:930px){
    .dop-menu .dop-li6 { display: none }
    .new-header .drop-menu .dop-li6 { display: block }
}

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

    /*cover*/
    /*С„РѕСЂСѓРјС‹, РЅРѕРІРѕСЃС‚Рё*/
    .col-ft-3 .new-forum-list {
        width: 100%;
        float: none;
    }
    .col-ft-3 .new-forum-list-inner * { letter-spacing: normal; }
    .news-event-forum { padding-bottom: 27px; }
    .new-forum-list-inner {
        margin-left: -8px; margin-right: -8px;
        letter-spacing: -0.3em;
    }
    .forum-theme:nth-child(5) { margin-bottom: 14px; }
    .forum-theme:nth-child(5) .forum-theme-inner, .forum-theme:nth-child(6) .forum-theme-inner { border-bottom: none }
    .forum-theme:nth-child(6) { display: inline-block }
    .forum-theme {
        width: 50% !important;
        display: inline-block !important;
        vertical-align: top;
        padding-right: 8px; padding-left: 8px;
    }
    .col-ft-3 .list-first-img { width: 50% }
    .list-first-img li { padding-top: 8px; padding-bottom: 8px; }
    .list-first-img li:first-child { padding-top: 14px; }
    .list-first-img li:nth-child(4), .list-first-img li:nth-child(5) { display: none }
    .list-first-img li .img-box {
        display: block;
        width: 86px;
        float: left;
        margin-bottom: 0;
    }
    .list-first-img li h4 {
        margin-left: 94px;
        padding-right: 15px;
    }
    /*СЃС‚Р°С‚СЊРё*/
    .article-preview { margin-bottom: 27px; }
    .article-preview-container .col-ft-3 .col-ft-1 { width: 33.33% }
    .article-preview-container .col-ft-3 .col-ft-1:nth-child(7), .article-preview-container .col-ft-3 .col-ft-1:nth-child(8) { display: none }


    /*---Р Р°Р·РґРµР» РЎС‚Р°С‚СЊРё---*/
    /*------------------*/
    .four-box { letter-spacing: -0.3em }
    .four-box .four-box__item {
        width: 33.33333333%;
        float: none;
        display: inline-block;
        letter-spacing: normal;
    }

    .hide-li { display: none }
    .all-view { display: block; }
    .stand-ul li.all-view { background: none !important; }
}

@media screen and (max-width:870px){
    .dop-menu .dop-li5 { display: none }
    .new-header .drop-menu .dop-li5 { display: block }
}

@media screen and (max-width:850px){
    .edit-t { position: inherit }
    .smile-popup {
        width: 100%;
        top: -5px;
    }
    .smile-popup table { width: 100% !important; }
}

@media screen and (max-width:785px){ /*420*/
    .show-mb, .sidebar-trigger { display: block }
    .new-header { /*z-index: auto*/}
    .mobile-menu-ico {
        cursor: pointer;
        height: 40px; width: 40px;
        line-height: 1px;
        padding: 11px;
        position: absolute;
        right: 5px; top: 7px;
        display: block;
    }
    .mobile-menu-ico span {
        background: #fff;
        display: inline-block;
        height: 3px; width: 100%;
        margin-bottom: 3px;
        vertical-align: top;
    }
    .top-main-menu { display: none }
    .new-header.version2 .auth-box { margin-right: 50px; }
    .new-header .auth-box .img-box {
        width: 28px; height: 28px;
        border-width: 2px;
        margin-top: 5px;
    }
    .new-header.version2 .auth-box .user-box { margin-left: 17px; }
    .mail-link { margin-left: 0 }
    .complaint-link { margin-left: 2px; }
    .new-header .btn-spec { float: none }
    .mobile-menu {
        background: #c9e7c0;
        z-index: 10;
        clear: left;
        padding: 8px 13px;
        width: 280px;
    }
    .new-header .mobile-menu .btn-spec {
        text-align: left;
        width: 100%;
        margin-top: 17px; margin-bottom: 5px;
    }
    .new-header .mobile-menu .btn-spec a {
        width: 100%; height: 31px;
        padding-top: 7px; padding-bottom: 4px;
    }
    .new-header.version2 .mobile-menu ul { padding: 0 }
    .new-header.version2 .dop-menu { display: none !important; }
    .mobile-menu .user-box .img-box {
        border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
        width: 28px; height: 28px;
        border: 2px solid #fff;
        margin-top: 5px;
        float: left;
    }
    .mobile-menu .user-box .img-box img {
        border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%;
    }
    .mobile-menu .user-box  .text-box {
        display: block;
        margin-left: 40px; margin-top: 11px;
    }
    .mobile-menu li {
        display: block;
        float: none;
        font-size: 13px;
        letter-spacing: 0;
        padding: 3px 0 5px 0 !important;
    }
    .mobile-menu li:not(:last-child) { border-bottom: 1px solid #fff; }
    .mobile-menu li a {
        color: #2c6010;
        padding: 7px 0;
        display: block;
        font-size: 13px;
    }
    .mobile-menu .mail-link {
        width: auto; height: auto;
        text-align: left;
    }
    .mobile-menu .mail-link .count-sp {
        position: relative;
        display: inline-block;
        border: none;
        background: #578b2d;
        height: 18px;
        right: auto; top: 5px;
        margin-left: 4px;
        line-height: 17px;
        border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
    }
    .mobile-menu .count-sp span {
        background: none;
        width: auto; height: auto;
    }
    .enter-link {
        background: #65a020;
        width: 80px;
        text-align: center;
        border-radius: 5px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px;
    }
    .reg-link { display: none }

    .ico-forum {
        width: 20px; height: 19px;
        background-position: 0 0;
        margin-left: 5px; margin-top: 1px; margin-right: 15px;
    }
    .ico-view {
        width: 21px; height: 16px;
        background-position: 0 -486px;
        margin-right: 6px; margin-top: 1px;
    }
    .ico-ob {
        width: 18px; height: 20px;
        background-position: 0 -20px;
        margin-left: 6px; margin-right: 16px;
    }
    .ico-read {
        width: 15px; height: 19px;
        background-position: 0 -44px;
        margin-left: 7px; margin-top: 1px; margin-right: 18px;
    }
    .ico-sprav {
        width: 20px; height: 19px;
        background-position: 0 -64px;
        margin-left: 7px; margin-top: 1px; margin-right: 13px;
    }
    .ico-video-m {
        width: 20px; height: 20px;
        background-position: 0 -84px;
        margin-left: 5px; margin-right: 16px;
    }
    .ico-photo {
        width: 20px; height: 19px;
        background-position: 0 -106px;
        margin-left: 5px; margin-top: 1px; margin-right: 15px;
    }
    .ico-news {
        width: 20px; height: 18px;
        background-position: 0 -644px;
        margin-left: 5px; margin-top: 2px; margin-right: 15px;
    }
    .ico-consult {
        width: 20px; height: 19px;
        background-position: 0 -668px;
        margin-left: 5px; margin-top: 1px; margin-right: 15px;
    }
    .ico-preg {
        width: 20px; height: 23px;
        background-position: 0 -692px;
        margin: -1px 15px -2px 5px;
    }
    .ico-child {
        width: 15px; height: 21px;
        background-position: 0 -720px;
        margin-left: 7px; margin-top: -1px; margin-right: 19px;
    }
    .ico-child1 {
        width: 15px; height: 21px;
        background-position: 0 -746px;
        margin-left: 7px; margin-top: -1px; margin-right: 19px;
    }
    .ico-child2 {
        width: 15px; height: 21px;
        background-position: 0 -772px;
        margin-left: 7px; margin-top: -1px; margin-right: 19px;
    }
    .ico-school {
        width: 17px; height: 21px;
        background-position: 0 -798px;
        margin-left: 7px; margin-top: -1px; margin-right: 16px;
    }
    .ico-home {
        width: 20px; height: 20px;
        background-position: 0 -824px;
        margin-left: 5px; margin-right: 16px;
    }
    .ico-woman {
        width: 15px; height: 23px;
        background-position: 0 -848px;
        margin: -2px 18px -2px 7px;
    }
    .ico-master {
        width: 21px; height: 15px;
        background-position: 0 -1128px;
        margin: 2px 15px 0 5px;
    }
    .ico-recept {
        width: 23px; height: 18px;
        background-position: 0 -1106px;
        margin: -1px 14px 0 4px;
    }
    .ico-spec {
        width: 20px; height: 20px;
        background-position: 0 -1146px;
        margin: -1px 16px -2px 5px;
    }

    /*profile*/
    .user-page .friends-list li { width: 33.3333%; }


    /*cover*/
    /*С†РІРµС‚РЅС‹Рµ СЂРµРєР»Р°РјРЅС‹Рµ Р±Р»РѕРєРё*/
    .razdel-preview-container table td {
        width: 100%;
        display: block;
        margin-bottom: 2px;
    }
    .razdel-preview .razdel-preview-inner, .razdel-preview .razdel-preview-inner .text-box { height: auto }


    /*---Р Р°Р·РґРµР» РЎС‚Р°С‚СЊРё---*/
    /*------------------*/
    .four-box .four-box__item, .list-article .one-elem { width: 50%; }
    /*.list-article .one-elem:nth-child(3n+3) { display: none; }*/
    .razd-btn-read { display: none }
    .list-school-result .one-elem.news-elem { width: 100%; }
    .list-school-result .one-elem.news-elem .img-box { width: 200px; }
    .list-school-result .one-elem.news-elem .text-box { margin-left: 215px; }
    .tabs-inf-cont + .list-r-ul { margin-top: 10px; }
    .tabs-inf-cont + .list-school-result { margin-top: 20px; }


    /*---Р Р°Р·РґРµР» Р¤РѕСЂСѓРјС‹---*/
    /*------------------*/
    /*comments element*/
    .comment-box {
        margin-bottom: 5px; margin-top: 0;
    }
    .comment-box .response {
        padding: 10px 10px 0 10px;
        margin-bottom: -5px;
    }
    .comment-head .img-box-a {
        margin-top: 3px; margin-right: 5px;
    }
    .comment-head img, .us-img img {
        display: block;
        max-width: 100%;
    }
    /*.comment-head .img-box-a:hover {
        margin: 3px 5px 0 0;
    }*/
    .forum-comment-list { padding-bottom: 2px; }
    .btn-rmail { margin-bottom: 6px !important;}


    /*---RKS---*/
    /*------------------*/
    .tb-box-cont td { width: 48% !important; }
    .tb-box-cont td:first-child { padding: 0 4% 0 0 !important; }
    #pads_57 {
        display: block;
        padding-bottom: 20px;
    }
    #pads_57 iframe { margin-bottom: 0 !important; }
    .vitr-tovar.vertical, .vertical .vt-head, .vertical .vt-cont,
    .vertical .vt-cont ul, .vertical .vt-cont li .tov-cont,
    .vertical .vt-cont li .tov-cont .tov-text .name-t {
        width: 100%;
        max-width: 100%;
    }
    .vitr-tovar.vertical {
    padding: 5px 8px;
    margin: 0;
    }
    .vt-head.clearfix::before, .vt-head.clearfix::after {
    display: none;
    }


    .vertical .vt-cont li {
        width: 50%;
        float: left;
        clear: none;
    }
    .vertical .vt-cont li .tov-cont > a {
        float: left;
        width: 80px;
    }
    .vertical .tov-cont img { max-width: 80px; }
    .vertical .vt-cont li .tov-cont .tov-text {
        float: none;
        width: auto;
        min-height: 80px;
        margin-left: 90px;
        position: relative;
    }
    .vertical .vt-cont li .tov-cont .tov-text .price-z.green-b {
        position: absolute;
        bottom: 0;
        height: 25px; width: 145px;
        line-height: 22px;
    }
    .vertical .vt-head h2 {
        width: calc(100% - 96px);
        font-size: 16px;
    }
    .vertical .vt-cont li:nth-child(2) { border: none }
    .vt-head.clearfix {
    display: flex !important;
    flex-flow: row nowrap;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: stretch;
    }

    /*---РљРѕРјРјРµРЅС‚Р°СЂРёРё---*/
    /*------------------*/
    .smile-popup table { display: none }
    .smile-popup .smile-container { display: block }

    /*---РЎРїСЂР°РІРѕС‡РЅРёРє---*/
    /*------------------*/
    .school-card-info .img-box {
        float: none;
        text-align: center;
        margin-bottom: 30px;
        width: 100%; height: auto;
    }
    .school-card-info .img-box img { margin: 0 auto !important; }
    .school-card-info .text-box {
        margin-left: 0;
    }
    .article-body table.line-table { border: none }
    .article-body table.line-table td {
        display: block;
        padding-left: 20px; padding-right: 20px;
    }

    /*Profile*/
    .setting-content .col-ft-2 .checkbox-inline {
        width: 50%;
        min-width: 230px;
    }
}

@media screen and (max-width:730px){
    /*СЃС‚Р°С‚СЊРё*/
    .article-preview-container .col-ft-3 .col-ft-1 { width: 50% }
    .article-preview-container .col-ft-3 .col-ft-1:nth-child(5), .article-preview-container .col-ft-3 .col-ft-1:nth-child(6) { display: none }
}

@media screen and (max-device-width: 700px) {
    body { font-size: 110%; }
    .big-fix .fix-width { font-size: 12px; }
    .big-fix .footer .fix-width { font-size: 100%; }
}

@media screen and (max-width:680px){ /*for 320*/
    .big-fix .fix-width {  }
    .razdel-preview-container, .top-img-swiper, .adapt {
        margin-right: -15px; margin-left: -15px;
    }
    .razdel-preview .text-box h3 {
        font-size: 15px;
        line-height: 1.133;
    }
    .razdel-preview .text-box .name-razdel {
        font-size: 14px;
        line-height: 1.14;
    }
    .tab-content-news-event .tab-pane.active { display: block }
    .tab-content-news-event .tab-pane { display: none }
    .nav-tabs-news-event { display: block; }
    .nav-tabs-news-event > li {
        margin-bottom: -1px;
        width: 50%; height: 47px;
        min-width: 145px; max-width: 200px;
    }
    .nav-tabs-news-event > li h2 {
        margin-bottom: 0;
        font-size: 16px;
    }
    .nav-tabs-news-event > li {
        border-top: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
    }
    .nav-tabs-news-event > li + li {
        border-left: none;
    }
    .nav-tabs-news-event > li:before {
        position: absolute;
        bottom: 0; left: 0;
        width: 100%;
        content: '';
        border-bottom: 1px solid #d9d9d9;
        z-index: 2;
    }
    .nav-tabs-news-event > li > a {
        border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
        padding: 5px 15px 11px 15px;
        background: #f3f3f3;
        border: none;
        margin-right: 0;
    }
    .nav-tabs-news-event > li > a:hover {
        opacity: 1;
    }
    .nav-tabs-news-event > li.active a,
    .nav-tabs-news-event > li.active a:hover,
    .nav-tabs-news-event > li.active a:focus {
        border: none;
    }
    .nav-tabs-news-event > li.active:before {
        border-bottom: 1px solid #fff;
    }

    .news-event-forum .list-first-img h2 { display: none }
    .forum-theme .text-box h4 {
        font-size: 15px;
        line-height: 1.2;
    }
    .forum-theme .user-name, .forum-theme .date-comm { font-size: 14px; }
    .list-first-img h4 {
        font-size: 15px;
        line-height: 1.07;
    }
    .article-preview .text-box h3 {
        font-size: 16px;
        line-height: 1.31;
    }
    .article-preview .text-box .name-razdel {
        font-size: 14px;
    }
    .video-list-container li h3, .video-list-container .swiper-slide h3 {
        font-size: 15px;
        line-height: 1.07;
    }
    .cover-content h2 {
        font-size: 20px;
        line-height: 1;
    }
    .top-img-swiper .swiper-slide h3 {
        font-size: 18px;
        line-height: 1.125;
    }
    .mobile-menu li, .mobile-menu li a {
        font-size: 15px;
    }


    /*С„РѕСЂСѓРјС‹, РЅРѕРІРѕСЃС‚Рё*/
    .news-event-forum { }
    .col-ft-3 .new-forum-list {
        margin-bottom: 15px;
    }
    .new-news-list {
        margin-bottom: 27px;
    }
    .new-event-list {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .forum-theme { width: 100% !important; }
    .forum-theme:nth-child(3) {
        margin-bottom: 4px;
    }
    .forum-theme:nth-child(3) .forum-theme-inner {
        border-bottom: none;
    }
    .forum-theme:nth-child(4), .forum-theme:nth-child(5), .forum-theme:nth-child(6) { display: none !important; }
    .forum-theme .text-box { padding-bottom: 5px; }
    .forum-theme .text-box h4 { padding-bottom: 2px; }
    .col-ft-3 .list-first-img { width: 100% }

    /*СЃС‚Р°С‚СЊРё*/
    .article-preview-container {
        padding-left: 0; padding-right: 0;
        margin-bottom: 10px;
    }
    .article-preview-container h2 { padding-left: 0; padding-right: 0; }
    .article-preview-container .col-ft-3 .col-ft-1 {
        width: 50%;
        padding-left: 8px; padding-right: 8px;
        margin-bottom: 16px;
    }
    .article-preview-container .col-ft-3 .col-ft-1:nth-child(5), .article-preview-container .col-ft-3 .col-ft-1:nth-child(6) { display: none }

    /*РІРёРґРµРѕ*/
    .video-list-container {
        padding-left: 0; padding-right: 0;
        margin-bottom: 0;
    }
    .video-list-swiper { padding-top: 8px; }
    #video-pagination {
        display: block;
        bottom: -25px;
    }


    /*--Profile--*/
    .setting-content {  }

    /*---Р Р°Р·РґРµР» РЎС‚Р°С‚СЊРё---*/
    /*------------------*/
    .nav-menu li a, .nav-menu li span, .crumbs li a, .crumbs li span { font-size: 13px; }
    .search-box .razd-btn, .r-s { display: none }
    .razd-btn + .read-search-left { margin-right: 0; }
    .read-search input.input-search { margin-bottom: 0 }
    .search-box { height: 30px; }
    /*.big-fix .crumbs { display: none !important; }*/
    .top-article > .auth-art:nth-child(1) {
        padding-right: 0;
        margin-right: 0;
    }
    .top-article > .auth-art:nth-child(1) { display: none }
    .top-article > .auth-art:nth-child(2):after { display: none }
    .top-article .date { float: right }
    .bottom-article > div:first-child {
        margin-bottom: 10px;
    }
    .bottom-article .wh-change { display: none }
    .bottom-article .cat-grey {
        float: none;
        margin-right: 0; margin-bottom: 9px;
    }
    .rat-change {
        padding-left: 0;
        margin-right: 0;
    }
    .rat-change:after { display: none }
    .mark { margin-bottom: 2px; }
    .mark .hide-mb { display: none }
    .mark a {
        margin-left: 0; margin-right: 7px;
        background: #89bf55;
        border-color: #89bf55;
        color: #fff;
    }
    .razd-btn-read {
        display: block;
        float: right !important;
        margin-top: 0 !important; margin-bottom: 15px !important;
    }
    .bl-green-big { clear: right }

    /*tb text-blocks*/
    .tb-box-cont td {
        display: block;
        width: 100% !important;
        margin-right: 0 !important;
    }
    .tb-box-cont td:first-child { padding-right: 0 !important; }
    .text-block-box.tb-box .small-gray {
        position: relative;
        margin-top: 4px;
        left: 0; top: auto;
    }
    .text-block-box li .tb-box, .text-block-box.tb-box {
        border: 1px solid #c5e2a8;
        padding: 8px;
        margin-bottom: 10px
    }
    .text-block-box li .tb-box div, .text-block-box.tb-box div {
        padding-bottom: 0;
    }
    .tb-box-cont + .crumbs { margin-top: 5px; }

    .hide-li { display: none }
    .all-view { display: block; }
    .stand-ul li.all-view { background: none !important; }
    .ul-read1 {}

    /*page search*/
    .btn-box .btn {
        width: 150px;
        margin-left: auto; margin-right: auto;
        display: block;
    }
    .r-search-box .dp-usl .ssr-bbox { margin-bottom: 5px }
    .r-search-box .ssr-bbox .sp-ss-f {
        width: 100%;
        float: none;
        font-size: 13px;
        display: block;
        margin-bottom: 6px; margin-top: 0;
        text-align: left;
    }
    .ssr-bbox .lineForm { float: none }
    .r-search-box .select-f, .r-search-box .dp-usl .ssr-bbox input[type="text"], .r-search-box .dp-usl .ssr-bbox { width: 100% }
    .date-box {
        margin-left: 0;
    }

    /*---Р Р°Р·РґРµР» РќРѕРІРѕСЃС‚Рё---*/
    /*------------------*/
    .list-school-result .one-elem.news-elem {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .list-school-result .one-elem:first-child {
        padding-top: 10px;
    }
    .list-school-result .one-elem.news-elem .img-box {
        width: 80px; height: 80px;
        background-position: center; background-repeat: no-repeat;
        background-size: cover;
    }
    .list-school-result .one-elem.news-elem .img-box img { display: none }
    .list-school-result .one-elem.news-elem .text-box {
        margin-left: 95px;
        padding-left: 0; padding-right: 0;
    }
    .list-school-result .one-elem.news-elem p { display: none }
    .list-article .one-elem.news-elem h3 { padding-top: 4px; }
    .list-article .one-elem.news-elem h3, .list-article .one-elem.news-elem h3 a {
        font-size: 15px;
        line-height: 1.13;
    }

    .article-body iframe {
        width: 100%;
        max-width: 560px;
    }

}


@media screen and (max-width:600px){
    .new-header.version2 { margin-bottom: 0 }
    .filtr-cont { margin-top: -10px; }

    /*---Р Р°Р·РґРµР» РЎС‚Р°С‚СЊРё---*/
    /*------------------*/
    .top-search-container {
        margin-right: -15px; margin-left: -15px;
        border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
        padding-right: 15px; padding-left: 15px;
    }
    .top-article .auth-art {
        padding-right: 0;
        margin-right: 0;
    }
    .top-article .auth-art:after { display: none }
    .top-article .auth-art:first-child .auth-art + a { display: none }
    .top-article .auth-art.add-bbb { display: inline-block }

    .bl-green-big, .head-cont {
        border-top: none;
        font-size: 20px;
        padding-bottom: 10px; padding-top: 0;
        line-height: 1.15;
    }
    .head-cont { margin-bottom: 0 }
    .tb-box-cont + .head-cont  { margin-top: 30px; }
    h1 {
        border-top: none;
        padding-top: 0; padding-bottom: 15px;
    }

    /*------------------*/
    .four-box .four-box__item, .list-article .one-elem, .big-news-img-box {
        width: 100%;
        padding-right: 0; padding-left: 0;
        margin-left:  auto; margin-right: auto;
    }
    .big-news-img-box:nth-child(2n+2) { padding-left: 0 }
    .four-box, .list-article {
        margin-right: 0; margin-left: 0;
    }
    .cover-content .big-news-list {
        display: block !important;
        margin-left:  -15px; margin-right: -15px;
    }
    .big-news-img-box {
        height: 254px;
        margin-bottom: 20px;
    }

    /*СЃС‚Р°С‚СЊРё*/
    .one-elem.big-img img {
        margin-left:  auto; margin-right: auto;
        width: 100%; height: auto;
        overflow: visible;
    }
    .list-article .cat-grey { display: none }
    .list-article .one-elem h3 {
        margin-top: 0;
        line-height: 1.18;
        padding-top: 4px;
        font-size: 17px;
    }
    .list-article .one-elem h3 a {
        font-size: 17px;
        line-height: 1.18;
    }
    .list-r-ul li {
        background: none;
        padding-top: 0;
        margin-top: 0; margin-bottom: 18px;
    }
    .list-r-ul li:first-child {
        margin-top: 10px;
    }
    .list-r-ul .cat-grey { display: none }
    .list-r-ul .img-box {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
        text-align: center;
        max-height: none;
    }
    .list-r-ul .img-box img { margin-right: auto; margin-left: auto }
    .list-r-ul .text-box {
        margin-left: 0;
        font-size: 14px;
        line-height: 1.28;
    }
    .list-r-ul .text-box h2 {
        line-height: 1.25;
        margin-top: 0; margin-bottom: 6px;
        font-size: 16px;
    }
    .list-r-ul .text-box p {
        font-size: 14px;
        padding-bottom: 8px;
    }


    /*---Profile---*/
    /*------------------*/
    .navigation-setting {
        margin-top: 15px;
        padding-bottom: 2px;
    }
    .navigation-setting ul { letter-spacing: -0.3em }
    .navigation-setting li {
        font-size: 14px;
        display: inline-block;
        padding-bottom: 9px;
        width: 50%;
        letter-spacing: normal;
    }
    .navigation-setting li:not(:last-child) { margin-right: 0; }
    .setting-content { padding-bottom: 25px; }
    .setting-content h2 { margin-bottom: 9px; }
    .setting-box { margin-bottom: 40px; }
    .setting-content label {
        float: none;
        width: 100%;
        margin-right: 0; margin-top:0;
        text-align: left;
    }
    .setting-content .form-control {
        height: 30px;
        width: 100%;
    }
    #fileUploadForm .setting-box { margin-bottom: 17px; }
    #downloadCont label { display: none }
    .setting-content #downloadCont .btn-link {
        font-size: 13px;
    }
    .setting-content .btn-add-box {
        padding-left: 0;
        text-align: right;
    }
    .setting-content .btn-box {
        padding: 0;
        margin-top: -15px;
        text-align: center;
    }
    .setting-content .btn-box .btn {
        width: 100%;
        max-width: 300px;
        margin-right: auto; margin-left: auto;
    }
    .user-page h1 {
        font-size: 19px;
        line-height: 1.14;
        padding-bottom: 0; padding-top: 20px;
        margin-bottom: -5px;
    }
    .user-page.setting-content label {
        margin-bottom: 5px;
        float: left;
    }
    .user-page .form-group .info-user {
        float: none;
        margin-left: 145px;
        display: block;
    }
    .user-page .head-info-user .info-user {
        margin-left: 0;
        float: left
    }
    .user-page.setting-content .form-group { margin-bottom: 12px; }
    .user-page .top-navigation a { margin-top: 20px; }

    /*---Р Р°Р·РґРµР» Р¤РѕСЂСѓРјС‹---*/
    /*------------------*/
    /*comments element*/
    .middle-col-240 .comment-box { width: auto }
    .comment-box, .comment-box-f {
        margin-right: -15px; margin-left: -15px;
    }
    .comment-box .comment-bottom .comment-menu {
        padding-bottom: 6px;
    }
    .comment-box-list .comment-head, .comment-head, .comment-text {
        padding-left: 15px; padding-right: 15px;
        line-height: 1.29;
        font-size: 15px;
    }
    .comment-box .comment-bottom {
        margin-left: 15px; margin-right: 15px;
    }

}

@media screen and (max-width:550px){
    .swiper-slide { width: 100%; }
    .vertical .vt-cont li {
        width: 100%;
        float: none;
    }
    .vertical .vt-cont li:nth-child(2) {
        border-top: 1px solid #e9e9e9;
    }
    .vertical .vt-cont li:nth-child(3), .vertical .vt-cont li:nth-child(4) { display: none }
    .vertical .vt-cont li .tov-cont .tov-text .price-z.green-b { width: 145px; }

}


@media screen and (max-width:500px){
    .article-preview-container .col-ft-3 {
        display: block;
        margin-left: auto; margin-right: auto;
    }
    .article-preview-container .col-ft-3 .col-ft-1 { width: 100%; }
    .col-ft-3 { margin-left: 0; margin-right: 0; }
    .col-ft-3 .col-ft-1, .article-preview-container .col-ft-3 .col-ft-1 {
        width: 100%;
        padding-right: 0; padding-left: 0;
        float: none;
    }
    .article-preview .text-box {
        max-width: 250px;
        margin: 0 auto;
    }
    .img-box img { margin: 0 auto }
    .video-list-container .swiper-slide .img-box, .video-list-swiper .text-box {
        /*max-width: 288px;*/
        margin-left: auto; margin-right: auto;
    }

    /*tb text-block*/
    .text-block-box.tb-box img { width: 50px; height: 50px; }
    .text-block-box li .tb-box div, .text-block-box.tb-box div { margin-left: 60px; }

    /*form comments*/
    .comment-box-f { margin-right: -15px; margin-left: -15px; }

    /*---Profile---*/
    /*------------------*/
    .setting-content .form-inline .form-group {
        margin-right: 0;
        padding-right: 10px;
    }
    .setting-content .form-inline .form-group:last-child { padding-right: 0; }
    .setting-content .form-group.x-small { width: 25%; }
    .setting-content .form-group.middle { width: 47%; }
    .setting-content .form-group.small { width: 28%; }
    .user-page .friends-list li { width: 50%; }

    /*---Р Р°Р·РґРµР» Р¤РѕСЂСѓРјС‹---*/
    /*------------------*/
    /*comments element*/
    .comment-head-info .user-nav-box {
        float: right;
        margin-top: -1px;
    }
    .comment-head-info .send-mail { margin-right: 12px; }
    .comment-head-info .fav-ico { margin-right: 10px; }
    .comment-head-info .del-ico-t { margin-right: 0 }
    .comment-head-info .user-nick, .comment-menu .share-box { display: none !important; }
    .comment-head-info .forum-user-name {
        float: none;
        padding-bottom: 1px;
        display: inline-block;
    }
    .comment-head-info .geo {
        float: right;
        padding-top: 3px; padding-bottom: 2px;
        white-space: nowrap;
        max-width: 130px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .comment-head-info .date-box {
        float: left;
        width: auto;
    }
    .right-info {
        float: none;
        text-align: left;
        width: auto;
        margin-top: 0;
        padding-top: 4px;
    }
    .comment-box .date, .comment-box .date-mod { float: left }
    .comment-box .user-podpis {
        width: 100%;
        margin-right: 0; margin-bottom: 5px;
    }
}

@media screen and (max-width:450px){
    .big-btn {
        width: 100%;
        padding-left: 0; padding-right: 0;
    }
    .all-view, .part ul { display: none; }
    .hide-li { display: block; }
    .part .p-h4 {
        border-top: 1px solid #e5e5e5;
        padding: 15px 15px 14px 15px;
        margin: 0 -15px 0 -15px !important;
        font-size: 15px !important;
        cursor: pointer;
    }
    .part .p-h4.active .caret {
        -moz-transform: rotate(180deg); -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg); -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .part:first-child h4:first-child {
        border-top: none;
        padding-top: 0;
    }
    .part:last-child h4:nth-of-type(2) { padding-bottom: 10px; }
    .part ul:last-child { padding-bottom: 15px; }
    .p-h4 span.caret { display: block }

    /*search*/
    #dt_filter { margin-bottom: 15px; }
    .date-box .show-mb {
        display: block;
        width: 100%; height: 10px;
        clear: left;
    }
    .date-box input { margin-bottom: 0 }
    .date-box .sp-ss-f {
        width: 18px;
    }

    /*Profile*/
    .navigation-setting li {
        width: 100%;
    }


    /*Forum*/
    .show-all-images {
        position: absolute;
        right: 0; bottom: 20px
    }
    .btn-rmail {
        margin-left: 0 !important;
    }
    .comment-text .int-contd .alleft {
        padding-left: 0; padding-right: 0;
        text-align: center;
    }
    .comment-text .int-contd .btn-success { width: 120px; }

}
