@font-face {
    font-family: 'HeliosCondBlack';
    src: local('HeliosCondBlack'),url(../../fonts/helioscondblack.woff) format('woff');
    font-display: swap;
}

@font-face {
    font-family:'Helios';
    src:local('Helios Condensed Black'),local('Helios-Condensed-Black'),url(../../fonts/HeliosCondBlackC.woff2) format('woff2'),url(../../fonts/HeliosCondBlackC.woff) format('woff'),url(../../fonts/HeliosCondBlackC.ttf) format('truetype');
    font-weight:900;
    font-style:normal;
    font-display: swap;
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,html {
    height: 100%;
    min-height: 100%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-size: 14px
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.header_need_scroll-js .header__logo {
    z-index: 2;
}
.header_shared a.header__logo {
    z-index: inherit;
}
.telegram-ad {
    height: 200px;
}
.material-tizer-link {
    background: #ececec;
    display: block;
    padding: 15px 24px;
    color: #363636;
}
.material-tizer-link:hover {
    color: #790000;
    text-decoration: none;
}

@media (max-width: 767px) {
    .news_card-link {
        margin: 0;
    }
    .news_card-link .insert {
        margin-top: 8px;
        margin-bottom: 24px;
        float: none;
    }
    .news_card-link .insert:before, .news_card-link .insert:after {
        display: none;
    }
}

a {
    font-family: 'Roboto',sans-serif;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    text-decoration: none;
    color: #790000
}

a:focus,a:hover {
    color: #790000;
    text-decoration: underline
}

.checkbox__label a,.lnk {
    text-decoration: underline
}

.lnk:focus,.lnk:hover {
    text-decoration: none
}

.btn {
    width: 100%;
    display: block;
    border: 0;
    text-align: center;
    padding: 7px 18px 9px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    text-decoration: none!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.btn_red {
    border: 2px solid #790000;
    color: #790000;
    background: #fff
}

.btn_red:focus,.btn_red:hover {
    background: #790000;
    color: #fff;
    border: 2px solid #790000
}

.btn_small {
    font-size: 21px;
    padding: 0 20px 3px
}

.btn_shadow {
    box-shadow: 0 0 16px #ff2d16
}

.btn_inline {
    width: auto
}

.btn_inline,span[class*=icon-] {
    display: inline-block
}

::-webkit-input-placeholder {
    color: #5e5e5e
}

:-moz-placeholder,::-moz-placeholder {
    color: #5e5e5e
}

:-ms-input-placeholder {
    color: #5e5e5e
}

input[type=checkbox].checkbox {
    display: none
}

input[type=checkbox].checkbox+label.checkbox__label {
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.3em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    right: 0
}

input[type=checkbox].checkbox:checked+label.checkbox__label:before {
    background-position: 0 -20px
}

label.checkbox__label:before {
    background: 0 0 no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAmCAAAAADsTpQwAAAARElEQVQoz+XQsREAMAgCQKdi/zUyjalUPCzSWIXyC/GwI7GRvOVnetnLJROtbQ8hCIEIIURIKUIIUUieL6nGFHoCO9tfIMtkC4UlbkYAAAAASUVORK5CYII=);
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    content: '';
    display: inline-block;
    position: absolute
}

label.checkbox__label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.file_upload,.file_upload>mark {
    overflow: hidden;
    position: relative
}

.file_upload {
    display: inline-block;
    font-size: 1em;
    line-height: 2em
}

.file_upload .button,.file_upload>mark {
    display: block;
    cursor: pointer
}

.file_upload .button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 88px;
    height: 100%;
    text-align: center;
    transition: background .2s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    font-size: 17px;
    font-weight: 100;
    text-transform: none;
    right: 0;
    top: 0
}

.file_upload>mark {
    background: 0 0;
    height: 40px;
    width: 100%;
    padding: 0 10px 0 19px;
    border: 2px solid #d9d9d9;
    font-size: 16px;
    color: #5e5e5e;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.file_upload>mark:after {
    content: '';
    display: inline-block;
    width: 140px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 )
}

.file_upload.focus>mark {
    border-color: #790000
}

.file_upload input[type=file] {
    position: absolute;
    top: -28px;
    opacity: 0
}

label.file_upload {
    outline: 0;
    position: relative!important;
    right: 0!important;
    margin-right: 0!important;
    padding-right: 105px;
    top: 0!important
}

.header__logo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.header__searchbtn {
    position: absolute;
    right: 1px;
    top: 0
}

.wrapper{
    position: relative;
    padding-top: 138px;
}
.header + .material__center, .advert + .material__center, .header + .pagewrap, .advert + .pagewrap, .header + .category, .advert + .category{
    padding-top: 43px;
}

.grid {
    overflow: hidden;
    padding-top: 8px;
}
.grid-main{
    padding-top: 32px;
}
.grid__block.yandex-adv-head{
    padding: 16px 0 0;
    height: 296px;
}
@media(max-width:767px) {
    .grid__block.yandex-adv-head{
        padding-top: 0;
        height: 280px;
    }
}

.card_simple,.card_simple .card__content,.card_simple .card__photo {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.card_simple .card__photo {
    margin: -8px -8px 17px;
    position: relative
}

.card_simple.card-konkurs .card__photo {
    border-bottom: 1px solid #ccc
}

.card_simple .card__photo img {
    width: 101%;
    margin-bottom: 0;
    margin-left: -.8%;
    display: block;
    height: auto;
    min-height: 50px;
}

.card_simple.card-konkurs .card__photo img {
    width: auto;
    max-width: 101%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto
}

.card_simple .card__content {
    margin: 0 22px;
    padding-bottom: 20px
}

.card_simple.card-konkurs .card__content {
    padding-bottom: 53px;
    position: relative
}

.card_simple .card__tag {
    font-size: 12px;
    color: #790000;
    display: inline-block;
    padding: 0 10px 1px 0;
    border-right: 1px solid #d9d9d9
}

.card_simple .card__description {
    font-size: 20px;
    margin-top: 10px;
    min-height: 82px;
    display: block;
    color: #363636
}

.card_simple .card__description a {
    color: #363636
}

.card_simple:hover .card__description a {
    color: #790000
}

.card_simple.card-konkurs .card__description {
    min-height: auto
}

.card-konkurs .vote {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12px;
    font-size: 0
}

.card-konkurs .vote .vote-count {
    font-size: 14px;
    color: #6f6f6f;
    display: inline-block;
    width: 50%
}

.card-konkurs .vote .vote-ajax {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    text-align: right
}

.card_simple.hover .card__description {
    color: #363636!important;
    text-decoration: none!important
}

.card_simple:hover .card__description {
    text-decoration: underline;
    color: #790000
}

.card_simple .card__substrate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ccc
}

.card_full,.card_simple .card__box,.card_simple .card__substrate {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.card_simple .card__link {
    font-size: 20px;
    margin-top: 10px;
    display: block;
    color: #363636
}

.card_simple .card__link:hover {
    color: #790000
}

.card_simple .autor {
    margin-top: 18px
}

.card_simple .card__tag,.navigation {
    position: relative
}

.band .band__tag:after,.card_compact .card__tag:after,.card_simple .card__tag:after {
    content: '';
    display: inline-block;
    background: #780001;
    position: absolute;
    left: -8px;
    top: -4px;
    right: -1px;
    bottom: -5px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.band .band__tag:hover:after,.card_compact .card__tag:hover:after,.card_simple .card__tag:hover:after {
    opacity: 1
}

.card_simple .card__tag:hover {
    border-right-color: #780001;
    color: #fff;
    text-decoration: underline
}

.card_full .card__content,.card_full .card__photo {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.card_full .card__photo {
    margin: -8px -8px 17px
}

.band__photo img,.card_full .card__photo img {
    width: 100%;
    height: auto
}

.card_full .card__content {
    padding-bottom: 20px
}

.card_full .card__substratefull {
    position: absolute;
    top: -8px;
    right: -8px;
    left: -8px;
    bottom: -8px;
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.card_full.card_full_banner .card__substratefull {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.card_full.card_full_banner .card__substratefull,.card_full.card_full_banner:hover .card__substratefull {
    background-size: contain;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.card_full.card_full_banner:hover .card__substrate {
    box-shadow: none
}

.card_full .card__tag {
    font-size: 12px;
    color: #790000;
    display: inline-block;
    padding: 0 10px 1px 0;
    border-right: 1px solid #d9d9d9
}

.card_full .card__description {
    margin-top: 10px
}

.card_full .card__description span {
    display: inline-block;
    background: #fff;
    padding: 6px 6px 9px;
    margin-bottom: -9px;
    float: left
}

.card_full .card__substrate {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.card_full .card__box,.card_full .card__substrate {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.card_full .card__description {
    font-size: 24px
}

.navigation {
    top: 2px
}

.navigation li {
    display: inline-block;
    margin-right: 24px
}

.navigation li:last-of-type {
    margin-right: 0
}

.navigation li a {
    color: #363636;
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.navigation li a:focus,.navigation li a:hover,.navigation li.active a {
    border-bottom: 2px solid #790000;
    color: #790000;
    text-decoration: none
}

li.navigation__special {
    margin-left: 20px
}

li.navigation__special a {
    color: #fff;
    position: relative;
    display: inline-block
}

.navigation li.navigation__special a:focus,.navigation li.navigation__special a:hover,.navigation li.navigation__special-family a:focus,.navigation li.navigation__special-family a:hover,.navigation li.navigation__special-family.active a,.navigation li.navigation__special.active a {
    color: #fff;
    border-bottom: 0
}

li.navigation__special a:after {
    content: '';
    display: block;
    top: -9px;
    height: 40px;
    left: -24px;
    right: -24px;
    background: #790000;
    z-index: -1;
    position: absolute
}

li.navigation__special-family {
    margin-left: 0
}

li.navigation__special-family a {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 62px;
    padding-right: 24px
}

li.navigation__special-family a:after {
    content: '';
    display: block;
    top: -9px;
    height: 40px;
    left: 0;
    right: 0;
    background: #7c1fa4;
    z-index: -2;
    position: absolute;
    -webkit-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.navigation li.navigation__special-family a:hover:after {
    background: #a41f96
}

li.navigation__special-family a:before {
    content: '';
    display: block;
    top: -21px;
    left: 6px;
    z-index: -1;
    position: absolute;
    width: 51px;
    height: 52px;
    background: url(../../media/phone-shadow.png)
}

.navigationfooter li {
    margin-bottom: 17px
}

.navigationfooter li a {
    color: #363636
}

.center {
    margin: 0 auto
}

.center.yandex-head-center{
    padding: 0;
    max-width: 100%;
    text-align: center;
}
.center.yandex-head-center #yandex_rtb_R-A-334373-15 yatag{
    margin: 0 auto;
}

.yandex-sidebar {
    margin-top: 24px
}

.spec-background>.center {
    height: 100%;
    position: relative
}

.let75p-background .center {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.row {
    margin-left: -16px;
    margin-right: -16px
}

.row__table {
    display: table-cell
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    display: table-cell;
    padding: 0 16px 32px;
    vertical-align: top;
    height: 100%;
    position: relative
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.center, .footer__center, .material__center {
    max-width: 1225px;
    padding: 0 8px;
}

.header__burger {
    margin-top: 29px!important;
    height: 12px!important
}

.band {
    height: 100%;
    border: 1px solid #d9d9d9;
    position: relative
}

.band__header {
    padding: 19px 22px;
    border-bottom: 1px solid #d9d9d9
}

.band__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700
}

.band__list {
    margin-top: 10px
}

.band__item {
    border-bottom: 1px dotted #d9d9d9;
    margin: 0 22px 17px;
    padding-bottom: 12px
}

.band__item:last-of-type {
    border-bottom: none
}

.band__info span,.search__btn i,.search__btn span {
    display: inline-block;
    vertical-align: middle
}

.band__tag {
    font-size: 12px;
    color: #790000;
    display: inline-block;
    padding: 0 10px 1px 0;
    border-right: 1px solid #d9d9d9
}

.band__date {
    font-size: 12px;
    color: #959595;
    padding: 0 0 1px 6px
}

.band__link {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 4px;
    display: block;
    color: #363636
}

.band__footer {
    text-align: center;
    padding-bottom: 24px
}

.band .band__tag,.grid__item>div {
    position: relative
}

.band .band__tag:hover {
    border-right-color: #780001;
    color: #fff;
    text-decoration: underline
}

.band__photo {
    display: block;
    margin-bottom: 16px
}

.band_main .ps .band__item {
    margin: 0 24px 8px 15px
}

.band_main .band__content {
    width: 100%
}

.band_main .band__footer {
    display: block;
    margin-top: 24px
}

.grid__item {
    display: block!important;
    float: left
}

.card,.card.clone .grid__content,.grid__item>div {
    height: 100%
}

.card {
    width: 100%;
    display: inline-block;
    left: 8px;
    right: 8px;
    top: 0;
    bottom: 0
}

.card__box {
    overflow: hidden;
    position: relative;
    z-index: 3
}

.card-konkurs .card__box {
    margin: 1px
}

.card__img {
    margin: -8px -8px 0
}

.card.clone,.header {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff
}

.card.clone {
    top: -8px;
    width: auto;
    bottom: -10px;
    z-index: 4;
    padding: 0;
    height: auto;
    color: #000
}

.header {
    padding-top: 24px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 1px;
    z-index: 99;
    top: 0;
    overflow: hidden;
    height: 138px;
    -webkit-transition: height .2s ease,padding-top .2s ease;
    transition: height .2s ease,padding-top .2s ease
}

.header__center {
    max-width: 1225px;
    margin: 0 auto;
    position: relative;
    padding: 0 8px
}

.header__logo {
    display: inline-block;
    float: left;
    position: relative
}

.header__footer {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    height: 74px
}

.header__social {
    float: right;
    margin-top: 5px
}

.header__burger {
    float: left;
    width: 20px;
    margin-right: 27px;
    position: relative;
    z-index: 2
}

.header__usershar {
    position: absolute;
    left: 340px;
    top: -130px;
    background: #fff;
    -webkit-transition: top .2s ease;
    transition: top .2s ease;
    right: 5px;
    z-index: 100
}

.header__search {
    bottom: -110px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 103;
    padding: 12px 8px;
    -webkit-transition: bottom .3s ease;
    transition: bottom .3s ease
}

.header__search.show {
    bottom: -3px
}

.header_scroll .header__search.show {
    bottom: 13px!important;
    padding: 18px 8px
}

.header__usershar .useshar__shareds {
    float: right
}

.header_scroll .header__social,.header_scroll.header .search__btn span {
    display: none
}

.header_scroll .header__header {
    float: left;
    margin-right: 31px;
    position: relative;
    z-index: 100
}

.header_scroll .header__footer {
    margin-top: 0
}

.header_scroll.header {
    height: 74px;
    padding-top: 17px
}

.header_scroll .navigation li a {
    padding-bottom: 25px
}

.header_scroll.header .search__text {
    top: 27px;
}

.header_scroll .header__navigation .navigation {
    position: relative;
    top: 2px
}

.header_shared .header__usershar{
    display: none;
    /*top: -15px;
    height: 100%;
    box-sizing: content-box;
    padding-top: 20px*/
}
.shareds-icon{
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: url(../../images/svg/share.svg) no-repeat 50% 50%;
    background-size: 16px auto;
}

.search__btn {
    position: relative;
    color: #363636;
    margin-right: 16px
}

.search__btn span {
    margin-right: 10px;
    position: relative;
    top: -3px
}

.search__btn i {
    background: url(../../images/svg/search.svg) no-repeat center center;
    width: 16px;
    height: 15px;
    background-size: contain;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.search__btn:focus i,.search__btn:hover i {
    width: 19px;
    height: 18px;
    margin: -2px 0 0 -3px
}

.search__btn:focus,.search__btn:hover {
    color: #363636
}

.search__text {
    position: absolute;
    top: 19px;
    font-size: 16px
}

.search__group {
    position: absolute;
    right: 214px;
    left: 141px
}

input.search__input {
    width: 100%;
    padding-left: 20px
}

.search__submit {
    float: right
}

.search__close {
    float: right;
    margin-top: 11px;
    margin-left: 32px
}

.search__close span {
    display: inline-block;
    vertical-align: middle;
    color: #363636
}

.search__close:focus span,.search__close:hover span {
    text-decoration: underline
}

.search__close i {
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAAAAAA6I3INAAAARklEQVQY012PwQkAQQgD09SN/Rd2zj7Wz4pgEIYkRlT9VTEF9p2CNIXaCnQU0JGoBbPMYN9F0gPegH0ueFu9QavGKvm+cADiMYqnuGINrgAAAABJRU5ErkJggg==);
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.social a {
    margin-left: 11px
}

[class*=socialicon-] {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font-size: 0;
    vertical-align: top;
}

[class*=socialicon-]:focus,[class*=socialicon-]:hover {
    opacity: 1
}

.socialicon-vk {
    background: url(../../images/svg/vk.svg) no-repeat center center
}

.socialicon-facebook {
    background: url(../../images/svg/facebook.svg) no-repeat center center
}

.socialicon-tw {
    background: url(../../images/svg/twit.svg) no-repeat center center
}

.socialicon-ok {
    background: url(../../images/svg/ok.svg) no-repeat center center
}

.socialicon-inst {
    background: url(../../images/svg/insta.svg) no-repeat center center
}

.socialicon-telegram {
    background: url(../../images/svg/telegram.svg) no-repeat center center
}

.burger {
    display: block;
    float: left;
    width: 20px;
    position: relative;
    height: 20px;
    font-size: 0;
}

.burger__lines span {
    height: 2px;
    display: block;
    background: #363636;
    width: 100%;
    -webkit-transition: background .5s ease;
    transition: background .5s ease
}

.burger__lines {
    width: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute
}

.burger:focus .burger__lines,.burger:hover .burger__lines {
    width: 20px;
    margin-left: -2px
}

.burger__1,.burger__2 {
    margin-bottom: 3px
}

.burger__text {
    color: #fff;
    font-size: 13px;
    margin-left: 20px
}

.card_full.card_first .card__description {
    font-size: 32px;
    line-height: 40px
}

.card_compact .card__tag {
    position: relative
}

.card_compact .card__tag:hover {
    border-right-color: #780001;
    color: #fff;
    text-decoration: underline
}

.card_full .card__tag:hover {
    text-decoration: underline
}

.card__date {
    font-size: 12px;
    color: #959595
}

.card__date_kon {
    font-size: 14px;
    color: #6f6f6f
}

.card__date_kon2 {
    font-size: 12px;
    color: #959595
}

.card__date_kon2 span {
    color: #363636;
    padding: 0
}

.material__center{
    margin: 0 auto;
}

.card__info span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 1px 6px
}

.header_scroll .header__searchbtn {
    top: -16px!important
}

.material__name {
    color: #000;
    font-weight: 700;
    position: relative;
    margin-top: 9px;
    margin-bottom: 22px;
    font-family: 'Roboto',sans-serif;
    font-size: 32px;
    line-height: 40px;
    left: 0;
}

.row__footer {
    text-align: center;
    padding-bottom: 32px
}

.row__footer,.row__footer+.innerpage__hashtags {
    margin-top: 16px
}

.material__article {
    width: 65.8%;
    float: left;
}

.material__article.material__article-fullpage{
    float: none;
    width: 100%;
}

.table-responsive{
    display: none;
    min-height: .01%;
    overflow-x: auto;
    overflow-y: hidden;
}

.knbads::before{
    content: '';
    display: block;
    clear: both;
}

.material__theme{
    padding: 32px 0 24px 0;
    margin-top: 32px;
}

.figure img{
    max-width: 100%;
    height: auto;
    /*width: 100%;*/
}

@media (max-width:1023px) {
    .material__center{
        max-width: 800px;
    }
}

@media (max-width:767px){
    .material__center{
        padding: 0 16px;
    }
    
    /*.material__content{
        overflow: hidden;
    }*/

    .hidden-sm,.material__comments i,.material__shared .shareds__text,.material__views i {
        display: none
    }

    .material__content ol,.material__content ul {
        font-size: 16px
    }

    .material__name {
        margin-bottom: 18px;
        margin-top: 2px;
        letter-spacing: -1px
    }
    .material__name, h1{
        font-size: 24px;
        line-height: 32px;
    }

    .material__comments span:first-of-type,.material__views span:first-of-type {
        display: inline-block
    }

    .material__notes,.useshar__shareds {
        float: none;
        text-align: center
    }

    .material__notes {
        margin-top: 18px
    }

    .material__comments span:first-of-type {
        color: #363636
    }

    .material__comments span:last-of-type:before {
        display: inline;
        content: '('
    }

    .material__comments span:last-of-type:after {
        display: inline;
        content: ')'
    }

    .material__views {
        margin-right: 16px;
        position: relative
    }

    .material__views:after {
        width: 1px;
        height: 10px;
        display: inline-block;
        content: '';
        position: absolute;
        right: -18px;
        top: 4px;
        background: #d9d9d9
    }

    .material__footer {
        margin-top: 17px;
        padding-bottom: 16px
    }

    .material__shared {
        padding: 24px 0 19px
    }

    .material__footer .useshar__shareds {
        text-align: left
    }

    .material__footer .shareds__text {
        margin: 0 0 11px;
        display: block;
        top: 0;
        font-weight: 700
    }

    .material__footer .useshar__comments {
        float: left
    }
}

@media (max-width:1023px) {
    .header {
        padding: 0;
        height: 73px
    }

    .header .search__btn span,.header__navigation .navigation {
        display: none
    }

    .header__header {
        margin: 0 74px 0 89px;
        padding-top: 14px;
        float: none
    }

    .header__footer {
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: -5px;
        right: 0
    }

    .header__burger .burger {
        width: 72px;
        height: 72px;
        border-right: 1px solid #ccc
    }

    .burger__lines {
        left: 50%;
        top: 50%;
        margin: -6px 0 0 -9px
    }

    .header .search__btn {
        width: 72px;
        height: 72px;
        display: block;
        top: -7px;
        border-left: 1px solid #ccc;
        margin: 0
    }

    .header .search__btn i {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -8px
    }

    .header__usershar .comments__number,.header__usershar .comments__text,.header__usershar .shareds__text {
        display: none
    }

    .header .header__usershar {
        left: 360px;
        right: 80px
    }

    .header__usershar .useshar__comments {
        margin-left: 16px
    }

    .header__search {
        padding: 18px 24px;
        bottom: -160px
    }

    .header__search.show,.header_scroll .header__search.show {
        bottom: -18px
    }

    .header .search__text {
        top: 25px
    }
}

@media (max-width:767px) {
    .header__usershar .useshar__comments {
        margin-left: 8px
    }
}

@media (max-width:1023px) {
    .header__social {
        margin-top: 9px
    }

    .header_scroll.header {
        padding: 0;
        height: 73px
    }

    .header_scroll .header__searchbtn {
        display: block
    }

    /*.header_shared .header__usershar {
        top: 18px
    }*/

    .header .search__btn:focus i,.header .search__btn:hover i {
        width: 16px;
        height: 15px;
        margin: -7px 0 0 -8px
    }

    .header .burger:focus .burger__lines,.header .burger:hover .burger__lines {
        left: 50%;
        top: 50%;
        margin: -6px 0 0 -9px;
        width: 16px
    }

    .header_scroll .header__social {
        display: block
    }

    .header_scroll .header__header {
        float: none;
        margin-right: 74px
    }
}

@media (max-width:800px) and (min-width:767px) {
    .header [class*=shareicon-] {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .header,.header_scroll.header {
        padding: 0;
        height: 48px
    }

    .header__logo img,.header__logo object {
        width: 201px;
        height: auto
    }

    .header .search__btn,.header__burger .burger {
        width: 48px;
        height: 48px;
        position: relative;
    }
    .header .search__btn:before{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: -8px;
        right: 0;
        left: -16px;
    }

    .header .search__btn {
        top: -8px
    }

    .header__header {
        margin: 0 48px;
        padding-top: 7px;
        text-align: center;
        height: 48px
    }

    .header .header__social {
        display: none
    }

    .header__logo {
        float: none;
        display: inline-block
    }

    .header .header__usershar {
        left: 0;
        padding: 8px 0;
        right: 0
    }

    .header .header__usershar .useshar {
        width: 320px;
        margin: 0 auto
    }

    /*.header_shared .header__usershar {
        top: 0;
        right: 0;
        background: #fff;
        z-index: 100
    }*/

    .header_scroll .header__header {
        float: none;
        margin: 0 48px
    }

    .header__center {
        height: 48px
    }

    .header__search {
        padding: 4px 20px;
        bottom: -160px
    }

    .header__search.show {
        bottom: 1px
    }

    .header_scroll .header__search.show {
        bottom: 1px;
        padding: 4px 8px
    }

    .header .burger .burger__lines {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -9px;
        width: 16px
    }

    .header .burger:focus .burger__lines,.header .burger:hover .burger__lines {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -9px;
        width: 16px
    }

    .header .search__btn i {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -7px
    }

    .header .search__btn:focus i,.header .search__btn:hover i {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -7px
    }
}

@media (max-width:1229px) {
    .header_scroll .navigation li:nth-last-child(2) {
        display: none
    }
}

@media (max-width:1136px) {
    .header_scroll .navigation li:nth-last-child(3) {
        display: none
    }
}

@media (max-width:1062px) {
    .header_scroll .navigation li:nth-last-child(4) {
        display: none
    }
}

@media (max-width:1023px){
    .wrapper {
        padding-top: 73px;
    }
    .header + .material__center, .advert + .material__center, .header + .category, .advert + .category{
        padding-top: 32px;
    }
}

@media (max-width:767px) {
    .wrapper{
        padding-top: 48px
    }
    .header + .material__center, .advert + .material__center, .header + .category, .advert + .category{
        padding-top: 16px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    .grid__item {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:1279px) {
    .card_simple .card__link {
        font-size: 16px
    }
}

@media (max-width:1023px) {
    .card_simple .card__link {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .card_simple .card__link {
        font-size: 18px
    }
}

@media (min-width:767px) {
    .card_simple:hover .card__substrate {
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        box-shadow: 2px 2px 3px rgba(204,204,204,.4)
    }

    .card_simple:hover .card__photo {
        margin: 0 0 17px
    }

    .card_simple:hover .card__box {
        margin: -8px -8px 0
    }

    .card-konkurs.card_simple:hover .card__box {
        margin: -8px -7px 0
    }

    .card_simple:hover .card__content {
        margin: 0 30px
    }

    .card_simple:hover .card__video {
        background-color: #e1040d
    }
}

@media (max-width:1279px) {
    .card_simple .card__description {
        font-size: 16px
    }
}

@media (max-width:1023px) {
    .card_simple .card__description {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .card_simple .card__description {
        min-height: 0
    }

    .card_full .card__description {
        font-size: 20px
    }
}

@media (min-width:767px) {
    .card_full:hover .card__substrate {
        top: -8px;
        left: -8px;
        right: -8px;
        bottom: -8px;
        box-shadow: 2px 2px 3px rgba(204,204,204,.4)
    }

    .card_full.card_full_banner:hover .card__substrate {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

    .card_full:hover .card__photo {
        margin: 0
    }

    .card_full:hover .card__box {
        margin: -8px 0 0
    }

    .card_full:hover .card__content {
        left: 24px;
        right: 24px
    }

    .card_full:hover .card__substratefull {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-size: cover
    }

    .card_full:hover .card__content {
        top: 32px
    }

    .card_full .card__info {
        height: 24px;
        margin-bottom: 2px;
        font-size: 0
    }

    .card_full .card__tag {
        background: #790000;
        color: #fff;
        padding: 5px 10px;
        border-right: 0
    }

    .card_full .card__date {
        background: #959595;
        color: #fff;
        padding: 5px 10px
    }

    .card_full .card__description-wrap {
        padding: 0 9px
    }

    .card_full .card__description {
        font-size: 24px;
        padding-bottom: 9px;
        background: #fff;
        display: inline;
        padding-left: 0;
        box-shadow: -8px 0 0 1px #fff,8px 0 0 1px #fff;
        line-height: 1.4em;
        padding-top: 2px;
        position: relative;
        left: 0;
        color: #363636;
        box-decoration-break: clone
    }

    .card_full:hover .card__description {
        text-decoration: underline;
        color: #790000
    }

    .card_full .card__photo {
        opacity: 0;
        margin: -8px -8px 0
    }

    .card_full .card__content {
        padding-bottom: 20px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 24px;
        right: 24px;
        left: 24px
    }
}

@media (max-width:767px) {
    .card_full .card__substrate {
        display: none
    }

    .card_full .card__photo {
        margin-bottom: 0
    }

    .card_full .card__content {
        border: 1px solid #ccc;
        border-top: none;
        padding: 17px 22px 20px
    }

    .card_full .card__description {
        color: #363636
    }
}

@media (max-width:1279px) {
    .card_full .card__description {
        font-size: 18px
    }
}

@media (max-width:1023px) {
    .card_full .card__description {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .card_full .card__description {
        font-size: 20px
    }
}

@media (min-width:767px) {
    .card_full_content_down .card__content {
        top: auto;
        bottom: 28px;
        padding-bottom: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .card_full_content_down:hover .card__content {
        top: auto;
        bottom: 28px
    }

    .card_full_content_down .card__box {
        position: inherit
    }
}

@media (max-width:1023px) {
    .center {
        max-width: 608px;
        margin: 0 auto;
        padding: 0 16px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .col-xs-12,.col-xs-12 .grid__content {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }
}

@media (max-width:1023px) and (min-width:768px) {
    .col-sm-12 .grid__content {
        width: 100%
    }

    .col-sm-12 {
        width: 100%;
        display: table
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1024px) and (max-width:1280px) {
    .col-md-12,.col-md-12 .grid__content {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1281px) {
    .col-lg-12,.col-lg-12 .grid__content {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .col-xs-12 {
        display: table;
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .col-sm-12 {
        display: table
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .col-md-12 {
        display: table
    }
}

@media (min-width:1200px) {
    .col-lg-12 {
        display: table
    }
}

@media (max-width:1023px) {
    .center,.material__center{
        max-width: 800px;
    }

    .center,.footer__center,.material__center {
        padding: 0 16px;
    }
    yandex-head-center{
        padding: 0!important
    }

    .col-xs-12 {
        padding-left: 10px!important;
        padding-right: 10px!important
    }

    .header__burger {
        margin-top: 5px!important
    }

    .header_scroll .header__burger {
        margin-top: 21px!important
    }

    .header .search__btn {
        top: 5px!important;
        height: 72px!important
    }

    .header.header_scroll .search__btn {
        top: 21px!important
    }

    .header .search__btn i {
        left: 50%!important;
        top: 0!important;
        margin-top: 0!important;
        margin-left: -8px!important
    }

    .header__header {
        padding-top: 16px!important
    }

    /*.header_shared .header__usershar {
        top: 0!important
    }*/

    .header_scroll .header__search.show {
        bottom: -16px!important
    }
}

@media (min-width:1024px) {
    .band__footer {
        display: none
    }
}

@media (max-width:767px) {
    .band__header {
        padding: 9px 22px
    }

    .band__item {
        padding-bottom: 12px
    }

    .band_main .band__item {
        margin: 0 32px 12px 23px!important
    }

    .band__info,.card__info {
        font-size: 0
    }

    .band__tag,.card_compact .card__tag,.card_full .card__tag,.card_simple .card__tag {
        font-size: 13px;
        padding: 0 15px 1px 0;
        vertical-align: bottom
    }

    .band__date,.card__date,.card__info span {
        font-size: 13px;
        padding: 0 0 1px 15px
    }
}

@media (min-width:1024px) {
    .band_main .band__content {
        position: absolute;
        top: 60px;
        bottom: 0;
        overflow: auto
    }
}

@media (max-width:1023px) {
    .band_main .band__list .band__item,.header .search__btn span,.header__navigation .navigation {
        display: none
    }

    .band_main .band__list .band__item:nth-child(1),.band_main .band__list .band__item:nth-child(2),.band_main .band__list .band__item:nth-child(3) {
        display: block
    }

    .band_main .band__list .band__item:nth-child(3) {
        border-bottom: 0
    }

    .band_main.full .band__list .band__item {
        display: block
    }

    .band_main.full .band__list .band__item:nth-child(3) {
        border-bottom: 1px dotted #d9d9d9
    }

    .header {
        padding: 0;
        height: 73px
    }

    .header__header {
        margin: 0 74px 0 89px;
        padding-top: 14px;
        float: none
    }

    .header__footer {
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: -5px;
        right: 0
    }

    .header__burger .burger {
        width: 72px;
        height: 72px;
        border-right: 1px solid #ccc
    }

    .burger__lines {
        left: 50%;
        top: 50%;
        margin: -6px 0 0 -9px
    }

    .header .search__btn {
        width: 72px;
        height: 72px;
        display: block;
        top: -7px;
        border-left: 1px solid #ccc;
        margin: 0
    }

    .header .search__btn i {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -8px
    }

    .header__usershar .comments__number,.header__usershar .comments__text,.header__usershar .shareds__text {
        display: none
    }

    .header .header__usershar {
        left: 360px;
        right: 80px
    }

    .header__usershar .useshar__comments {
        margin-left: 16px
    }

    .header__search {
        padding: 18px 24px;
        bottom: -160px
    }

    .header__search.show,.header_scroll .header__search.show {
        bottom: -18px
    }

    .header .search__text {
        top: 25px
    }
}

@media (max-width:767px) {
    .header__usershar .useshar__comments {
        margin-left: 8px
    }
}

@media (max-width:1023px) {
    .header__social {
        margin-top: 9px
    }

    .header_scroll.header {
        padding: 0;
        height: 73px
    }

    .header_scroll .header__searchbtn {
        display: block
    }

    /*.header_shared .header__usershar {
        top: 18px
    }*/

    .header .search__btn:focus i,.header .search__btn:hover i {
        width: 16px;
        height: 15px;
        margin: -7px 0 0 -8px
    }

    .header .burger:focus .burger__lines,.header .burger:hover .burger__lines {
        left: 50%;
        top: 50%;
        margin: -6px 0 0 -9px;
        width: 16px
    }

    .header_scroll .header__social {
        display: block
    }

    .header_scroll .header__header {
        float: none;
        margin-right: 74px
    }
}

@media (max-width:800px) and (min-width:767px) {
    .header [class*=shareicon-] {
        margin-right: 0
    }
}

@media (max-width:767px) {
    .header,.header_scroll.header {
        padding: 0;
        height: 48px
    }

    .header__logo img,.header__logo object {
        width: 201px;
        height: auto
    }

    .header .search__btn,.header__burger .burger {
        width: 48px;
        height: 48px
    }

    .header .search__btn {
        top: -8px
    }

    .header__header {
        margin: 0 48px;
        padding-top: 7px;
        text-align: center;
        height: 48px
    }

    .header .header__social {
        display: none
    }

    .header__logo {
        float: none;
        display: inline-block
    }

    .header .header__usershar {
        left: 0;
        padding: 8px 0;
        right: 0
    }

    .header .header__usershar .useshar {
        width: 320px;
        margin: 0 auto
    }

    /*.header_shared .header__usershar {
        top: 0;
        right: 0;
        background: #fff;
        z-index: 100
    }*/

    .header_scroll .header__header {
        float: none;
        margin: 0 48px
    }

    .header__center {
        height: 48px
    }

    .header__search {
        padding: 4px 20px;
        bottom: -160px
    }

    .header__search.show {
        bottom: 1px
    }

    .header_scroll .header__search.show {
        bottom: 1px;
        padding: 4px 8px
    }

    .header .burger .burger__lines {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -9px;
        width: 16px
    }

    .header .burger:focus .burger__lines,.header .burger:hover .burger__lines {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -9px;
        width: 16px
    }

    .header .search__btn i {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -7px
    }

    .header .search__btn:focus i,.header .search__btn:hover i {
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -7px
    }
}

@media (max-width:1229px) {
    .header_scroll .navigation li:nth-last-child(2) {
        display: none
    }
}

@media (max-width:1136px) {
    .header_scroll .navigation li:nth-last-child(3) {
        display: none
    }
}

@media (max-width:1062px) {
    .header_scroll .navigation li:nth-last-child(4) {
        display: none
    }
}

@media (max-width:767px) {
    .search__close span,.search__text {
        display: none
    }

    .search__group {
        right: 83px;
        left: 20px
    }

    .search__close {
        margin-left: 0
    }

    .search__submit {
        width: 40px;
        height: 40px;
        overflow: hidden;
        padding: 0 0 0 36px;
        background-image: url(../../images/svg/bt-search.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .search__submit:focus,.search__submit:hover {
        background-image: url(../../images/svg/bt-search-hover.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .burger__text {
        display: none
    }

    .burger__lines {
        width: 16px
    }
}

@media (max-width:1279px) {
    .card_full.card_first .card__description {
        font-size: 24px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    .card_full.card_first .card__description {
        font-size: 20px;
        line-height: 25px
    }

    .header__burger {
        margin-top: 5px!important
    }

    .header .search__btn {
        height: 48px!important;
        top: 4px
    }

    .search__btn i {
        height: 15px!important
    }

    .header_scroll .header__navigation,.header_scroll .header__searchbtn {
        top: 0!important
    }

    .header_scroll .header__search.show {
        bottom: 0!important
    }

    .card_full .card__description {
        font-family: 'Roboto',sans-serif!important;
        font-size: 17px!important;
        font-weight: 400!important;
        line-height: 26px!important
    }

    .col-xs-12,.grid__item {
        padding-bottom: 16px
    }

    .card_compact:first-of-type {
        margin-bottom: 16px!important
    }

    .container_91077 .list-container-item {
        margin-bottom: 16px!important
    }

    .footer {
        margin-top: 32px
    }

    .row__footer {
        padding-bottom: 0
    }

    

    .material__data {
        margin-bottom: 0
    }

    .hashtags {
        padding-left: 0!important
    }

    .useshar__shareds {
        text-align: left!important
    }

    .material__theme{
        padding: 29px 0 16px;
    }

    .catnavigation li {
        margin-left: 15px
    }

    .header__usershar .useshar__shareds {
        float: none;
        text-align: center!important
    }

    .header .search__btn i,.header .search__btn:focus i,.header .search__btn:hover i {
        left: 50%!important;
        top: 50%!important;
        margin: -7px 0 0 -7px!important;
        height: 15px!important
    }

    .header__header {
        padding-top: 7px!important
    }

    .header.header_scroll .search__btn {
        top: 4px!important
    }
}

@media (min-width:767px) {
    .card_full.card_first .card__info {
        margin-bottom: 2px
    }

    .card_full .card__info {
        margin-bottom: 0
    }

    .footer {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@media (min-width:1280px) {
    .card_main .card__description-wrap {
        padding: 0 21px
    }

    .card_main .card__description {
        font-size: 32px;
        left: 0;
        box-shadow: -20px 0 0 1px #fff,14px 0 0 1px #fff
    }

    .card_main .card__date,.card_main .card__tag {
        padding: 8px 17px 10px
    }

    .card_main .card__info {
        height: 31px;
        font-size: 0
    }
}

@media(max-width:1023px){
    .material__article{
        float: none;
        width: 100%;
    }
    .material__sidebar{
        display: none;
    }
} 

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    min-height: 100%
}

body {
    margin: 0;
    height: 100%;
    min-height: 100%
}
.breadcrumb {
    display: block;
    position: relative;
    margin-top: 4px
}

.breadcrumb__item {
    display: inline-block;
    position: relative
}

.breadcrumb__item+.breadcrumb__item {
    padding-left: 24px
}

.breadcrumb__item+.breadcrumb__item:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 5px;
    left: 8px;
    background: url(/local/templates/.default/css/../../images/svg/arrows.svg) no-repeat 0 50%;
    background-size: 8px 6px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
figure {
    margin: 0
}
ul,
li,
ol {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style-type: none
}
.advert {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.advert iframe {
    border: 0;
    width: 100%
}
.advert__close {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 5
}

@media(max-width:420px) {
    .advert__close {
        width: 32px;
        height: 32px
    }

    .advert__close>img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}
.card__date:first-of-type {
    padding-left: 0
}
.ya-share2__link,
[class*="shareicon-"] {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #ccc;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
    margin-right: 4px
}

.shareds__text {
    line-height: 32px;
    font-weight: 700
}

.ya-share2__link span {
    display: none
}

.useshar__shareds .ya-share2__list_direction_horizontal>.ya-share2__item {
    margin-right: 8px
}

.ya-share2__link:last-of-type,
[class*="shareicon-"]:last-of-type {
    margin-right: 0
}

.ya-share2__item_service_vkontakte .ya-share2__link,
.shareicon-vk {
    background: center center no-repeat url(../../images/svg/share/vk.svg)
}

.ya-share2__item_service_facebook .ya-share2__link,
.shareicon-fb {
    background: center center no-repeat url(../../images/svg/share/facebook.svg)
}

.ya-share2__item_service_twitter .ya-share2__link,
.shareicon-tw {
    background: center center no-repeat url(../../images/svg/share/twit.svg)
}

.ya-share2__item_service_odnoklassniki .ya-share2__link,
.shareicon-ok {
    background: center center no-repeat url(../../images/svg/share/ok.svg)
}

.ya-share2__item_service_telegram .ya-share2__link,
.shareicon-tl {
    background: center center no-repeat url(../../images/svg/share/telegram.svg)
}

.ya-share2__item_service_whatsapp .ya-share2__link,
.shareicon-ws {
    background: center center no-repeat url(../../images/svg/share/vatsap.svg)
}

.ya-share2__item_service_viber .ya-share2__link,
.shareicon-vb {
    background: center center no-repeat url(../../images/svg/share/viber.svg)
}

.ya-share2__item_service_vkontakte .ya-share2__link:hover,
.ya-share2__item_service_vkontakte .ya-share2__link:focus,
.shareicon-vk:hover,
.shareicon-vk:focus {
    border-color: #4c75a3;
    background: #4c75a3 center center no-repeat url(../../images/svg/sharehover/vk.svg)
}

.ya-share2__item_service_facebook .ya-share2__link:hover,
.ya-share2__item_service_facebook .ya-share2__link:focus,
.shareicon-fb:hover,
.shareicon-fb:focus {
    border-color: #3b5998;
    background: #3b5998 center center no-repeat url(../../images/svg/sharehover/facebook.svg)
}

.ya-share2__item_service_twitter .ya-share2__link:hover,
.ya-share2__item_service_twitter .ya-share2__link:focus,
.shareicon-tw:hover,
.shareicon-tw:focus {
    border-color: #28aae1;
    background: #28aae1 center center no-repeat url(../../images/svg/sharehover/twit.svg)
}

.ya-share2__item_service_odnoklassniki .ya-share2__link:hover,
.ya-share2__item_service_odnoklassniki .ya-share2__link:focus,
.shareicon-ok:hover,
.shareicon-ok:focus {
    border-color: #f58838;
    background: #f58838 center center no-repeat url(../../images/svg/sharehover/ok.svg)
}

.ya-share2__item_service_telegram .ya-share2__link:hover,
.ya-share2__item_service_telegram .ya-share2__link:focus,
.shareicon-tl:hover,
.shareicon-tl:focus {
    border-color: #1784ba;
    background: #1784ba center center no-repeat url(../../images/svg/sharehover/telegram.svg)
}

.ya-share2__item_service_whatsapp .ya-share2__link:hover,
.ya-share2__item_service_whatsapp .ya-share2__link:focus,
.shareicon-ws:hover,
.shareicon-ws:focus {
    border-color: #6ebf63;
    background: #6ebf63 center center no-repeat url(../../images/svg/sharehover/vatsap.svg)
}

.ya-share2__item_service_viber .ya-share2__link:hover,
.ya-share2__item_service_viber .ya-share2__link:focus,
.shareicon-vb:hover,
.shareicon-vb:focus {
    border-color: #673e8d;
    background: #673e8d center center no-repeat url(../../images/svg/sharehover/viber.svg)
}

.shareds__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 12px;
    position: relative;
    top: -1px;
    letter-spacing: .4px
}
@media(max-width:767px) {
    .useshar__shareds .ya-share2__list_direction_horizontal>.ya-share2__item {
        margin-right: 6px
    }

    .shareds-icon {
        width: 22px;
        margin-right: 0;
        background-position: 0 50%
    }
}
.material__sidebar {
    float: right;
    width: 31.1%;
    position: -webkit-sticky;
    position: sticky;
    top: 96px
}
.material__data {
    float: left;
    margin-right: 22px
}

@media(max-width:767px) {
    .material__data {
        margin-bottom: 10px
    }
}

.material__data>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px
}

.material__tag {
    background: #790000;
    color: #fff;
    padding: 5px 10px 5px;
    border-right: 0;
    float: left
}

.material__date {
    background: #959595;
    color: #fff;
    padding: 5px 10px 5px
}

.material__tag:hover,
.material__tag:focus {
    color: #fff
}
.material__content>figure:first-child,
.material__content>.owl-figure:first-child {
    margin-bottom: 0
}

.material__content>.btn_red {
    margin-top: 24px;
    margin-bottom: 24px
}

.material__footer {
    margin-top: 32px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 24px
}

.material__footer.material__detail {
    padding-bottom: 0
}

.material__content_detail_text,
.material__content_detail_text p,
.material__content_detail_text div {
    font-size: 18px;
    font-family: 'Roboto', sans-serif
}

.material__article p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 1.1em 0 1.3em 0
}

.material__article .adfox {
    margin: 1.1em 0 1.3em 0
}

.material__content table {
    font-size: 16px;
    border: 2px solid #fff;
    margin: -2px
}

.material__content table tr td {
    border: 1px solid #d9d9d9;
    padding: 12px 24px 12px 16px
}
@media(max-width:767px) {

    .material__content_detail_text,
    .material__article p,
    .material__content_detail_text div {
        font-size: 16px
    }
}
.note,
.blog-post-quote {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 23px 0 27px 33px;
    line-height: 1.9em;
    position: relative;
    margin-left: 105px;
    clear: both
}

.material__content .blog-post-quote table tr:first-child td {
    border: 0;
    color: #363636;
    font-weight: 400;
    background: 0;
    padding: 12px 24px 12px 16px
}

.note>*,
.blog-post-quote>* {
    max-width: 420px
}

.note .note__title,
.blog-post-quote b {
    font-size: 22px;
    color: #790000;
    margin-bottom: 13px
}

.note .note__title p {
    font-size: 22px;
    color: #790000;
    margin: 0;
    border: 0
}

.note .note__text,
.blog-post-quote .blogquote {
    font-size: 16px;
    line-height: 1.4em
}

.note .note__text p,
.blog-post-quote .blogquote tr td {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
    border: 0
}

.note:after,
.blog-post-quote:after {
    content: '';
    display: inline-block;
    width: 4px;
    background: #790000;
    position: absolute;
    left: 0;
    top: 33px;
    bottom: 33px
}

@media(max-width:767px) {

    .note,
    .blog-post-quote {
        padding: 18px 0 20px 18px;
        line-height: 1.5em;
        margin-left: 0
    }

    .note .note__title {
        font-size: 18px;
        margin-bottom: 15px
    }

    .note .note__title p {
        font-size: 18px
    }

    .note .note__text,
    .blog-post-quote .blogquote {
        line-height: 1.2em
    }

    .note .note__text p,
    .blog-post-quote .blogquote tr td {
        line-height: 1.2em
    }

    .note:after,
    .blog-post-quote:after {
        top: 24px;
        bottom: 24px
    }
}

.insert {
    max-width: 281px;
    float: left;
    margin: 0 32px 16px 0
}

.insert .card {
    position: relative;
    left: 0;
    right: 0
}
.news_card::before {
    content: '';
    display: block;
    clear: both
}

.news_card+p {
    margin-top: 0
}

@media(max-width:767px) {
    .insert {
        max-width: none;
        margin: 0 0 30px 0;
        float: none
    }

    .insert:before,
    .insert:after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: #ccc;
        margin: 32px 0
    }

    .news_card {
        margin: 32px 0
    }

    .news_card .insert:before,
    .news_card .insert:after {
        display: none
    }
}


.material__content_detail_text .list,
.material__content_detail_text ul {
    margin: 1.4em 0 1.4em 105px;
    font-family: 'Roboto', sans-serif
}

.material__content_detail_text .list li,
.material__content_detail_text ul li {
    min-height: 24px;
    padding-left: 39px;
    position: relative;
    margin-bottom: 18px
}

.material__content_detail_text .list li:before,
.material__content_detail_text ul li:before {
    content: '';
    display: inline-block;
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAvUlEQVRIx72WzQ2EIBCFv7K42JAV+DqxCuuhC08m3mYvQ4LJyqrrQPIuhLyPDPMDZsaZBEkwCRZBFmyu7HuTILU8zowHwSxYBfZDq58dLgEEo9/QbioLxiZAIMH+wLxoF+grwG/+j3kNGQ8Aj3l+wbwO11AD5hfNi2Yzo6RiM1vKuglYBQnPZbsCeACZ8IKxIMjCncd9AMl46VsQZOsCCA9R+COHp2lsoYW3ii7NLrxddxk4XUZml6H/9rflA62rAAG68Q9cAAAAAElFTkSuQmCC);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0
}
.figure {
    margin-bottom: 22px
}

.figure+span {
    display: none
}

.figure__description {
    padding: 5px 0;
    line-height: 1em;
    background: #fff;
    display: table;
    color: #868686
}

.figure__description span {
    display: table-cell;
    vertical-align: middle
}
.figure__name {
    padding-right: 5px;
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 12px;
    line-height: 16px
}

.figure__autor {
    white-space: nowrap;
    vertical-align: middle;
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 14px
}

.figure__name+.figure__autor {
    padding-left: 5px;
    border-left: 1px solid #868686
}

.figure__name.figure__name-hide+.figure__autor {
    padding-left: 0;
    border-left: 0
}

@media(max-width:767px) {
    .figure__description {
        display: block;
        padding: 10px 0 0 0
    }

    .figure__description span {
        display: block;
        padding: 0;
        border: 0
    }

    .useshar__comments {
        float: right;
        margin-left: 0;
        margin-top: 0
    }
}

.figure__panel {
    padding-right: 70px;
    position: relative;
    padding-top: 1px
}
.innerpage__header-spec+.material__center .material__sidebar {
    margin-top: 26px
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
.owl-figure .figure .figure__description {
    display: none
}

.owl-figure .figure {
    margin-bottom: 0;
    border: 0
}

.owl-account {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #000;
    height: 26px;
    line-height: 26px;
    margin-top: 0;
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif
}

.owl-the {
    display: inline-block;
    vertical-align: bottom
}

.owl-all {
    display: inline-block;
    vertical-align: bottom
}

@media(max-width:767px) {
    .owl-figure .owl-nav .owl-prev {
        margin-left: 16px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAN0lEQVQoz2P4z4AEQQCJjy6FQxJDCiGJRQomiVUKIolDCiSJBxCQxGssAQcR8AqBQCAQfFgCHgCvGwEO9xmQiAAAAABJRU5ErkJggg==)
    }

    .owl-figure .owl-nav .owl-next {
        margin-right: 16px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAOUlEQVQoz2P4z4AEQQCJz4Ah+R+XJJo0uiSKNKYkkjQ2Sbg0jIEVEJDEayxJDsLjFTyBgDf40JwIAIQ4AQ6R2PeTAAAAAElFTkSuQmCC)
    }

    .owl-figure .owl-nav [class*='owl-'] {
        height: 40px;
        width: 40px
    }

    .owl-figure .owl-nav {
        margin-top: -40px
    }
}
.innerpage {
    /*margin-top: -15px*/
    margin-top: 0
}

.innerpage__title {
    margin-top: 0;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    float: left
}

.innerpage__catnavigation {
    float: right;
    margin-top: 14px;
    margin-right: -3px
}

.innerpage__article {
    font-size: 18px;
    margin-top: 1px;
    font-family: 'Roboto', sans-serif
}

.innerpage__article>p:first-of-type {
    margin-top: 0
}

.innerpage__article>p {
    margin: 1.3em 0
}

@media(max-width:1023px) {
    .innerpage__title {
        float: none;
        margin-bottom: 16px
    }

    .innerpage__catnavigation {
        float: none;
        margin-top: 14px
    }

    .innerpage__header {
        padding-bottom: 38px
    }
}

@media(max-width:767px) {
    .innerpage__catnavigation {
        margin-top: 42px
    }

    .innerpage__title {
        font-size: 24px;
        margin-top: 3px
    }

    .innerpage__header {
        padding-bottom: 0;
        padding-top: 10px;
        margin-bottom: 22px
    }

    .innerpage__article {
        font-size: 14px
    }
}

.catnavigation {
    position: relative
}

.catnavigation li {
    display: inline-block;
    margin-left: 28px
}

.catnavigation li:first-of-type {
    margin-left: 0
}

.catnavigation li>a {
    color: #363636;
    border-bottom: 2px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 4px
}

.catnavigation li:hover>a,
.catnavigation li:focus>a,
.catnavigation li>a.active {
    border-bottom-color: #790000;
    color: #790000;
    text-decoration: none
}

.catnavigation__calendar {
    position: relative;
    margin-left: 43px !important
}

.catnavigation__calendar>a {
    padding-right: 23px
}

.catnavigation__calendar>a:after {
    content: '';
    display: inline-block;
    width: 13px;
    height: 14px;
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAQAAABedl5ZAAAAo0lEQVQoU22OIQ7CUBBEJ8GVOxAEAoN6AsltuACC4OowTXqBppfgAg2HqKxoEKRNyKeuNYugKXz4M2azL7szkiRKeiJJkojoKd9jTkaFEVNQUBBjVGTkwhhISWgwDKMhIWXANC4CFh3LoDvh5IkFc0nC/SC2PLl4iB0HiQ0PjL2PrhgZLcZxvJ/QihuGcZpef7JYc+esSV4NZvrSX0Mf1big6xd/Hmj1/NYu6AAAAABJRU5ErkJggg==);
    margin: 0;
    position: absolute;
    right: 0;
    top: 2px
}

.catnavigation li.catnavigation__calendar:hover a:after,
.catnavigation li.catnavigation__calendar:focus a:after,
.catnavigation li.catnavigation__calendar a.active:after {
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAYAAAD0f5bSAAAAv0lEQVQokZXQMQrCQBCF4QG7eAexsLCxtvQ2XsBC0qWzEXIBySW8gHiIlCmChUQIMZ02678wgWWTLKb4YPbtDsmMGGPEikVyfBB1meaR5nmX2TDDBQUMEtwcieaFvstEgy9SnFFp1qk0T/WdEe/BX2xTi+UErW1q3MF93C8wd85NsIm7Ld64jjZR73DQeoNa59iHmu76yK72pfXR+3qvaYWHs6l44Jf7M3Fe44nTyJzDiyCbBZYT3l6oqbTFBOUPT6ZWG3a2qZgAAAAASUVORK5CYII=)
}

.catnavigation__calendar:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 19px;
    background: #ccc;
    position: absolute;
    left: -24px;
    top: 1px
}

.catnavigation__date {
    z-index: 4;
    left: 0;
    width: 93px;
    height: 20px;
    opacity: 1;
    display: none
}

@media(max-width:767px) {
    li.catnavigation__calendar {
        position: absolute !important;
        top: -32px;
        left: 0;
        margin: 0 !important
    }

    li.catnavigation__calendar:before {
        display: none
    }

    .catnavigation li {
        margin-left: 17px
    }
}

.catnavigation li.catnavigation__region+li {
    margin-left: 0
}

.catnavigation__region {
    position: relative;
    margin-right: 43px !important
}

.catnavigation__region>a {
    padding-right: 15px
}

.catnavigation__region>a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 14px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 2px;
    background: center center no-repeat url('data:image/png;base64,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')
}

.catnavigation li.catnavigation__region:hover a:after,
.catnavigation li.catnavigation__region:focus a:after,
.catnavigation li.catnavigation__region a.active:after {
    background: center center no-repeat url('data:image/png;base64,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')
}

.catnavigation__region:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 19px;
    background: #ccc;
    position: absolute;
    right: -24px;
    top: 1px
}

@media(max-width:767px) {
    li.catnavigation__region {
        position: absolute !important;
        top: -32px;
        left: 110px;
        margin: 0 !important
    }

    li.catnavigation__region:before {
        display: none
    }
}

.date-picker {
    width: 170px;
    height: 25px;
    padding: 0;
    border: 0;
    line-height: 25px;
    padding-left: 10px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: #303030;
    position: relative;
    z-index: 2
}

.date-picker-wrapper {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    color: #aaa;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);
    -webkit-box-sizing: initial;
    box-sizing: initial;
    width: 272px
}

.date-picker-wrapper.inline-wrapper {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block
}

.date-picker-wrapper.no-topbar {
    padding-top: 12px
}

.date-picker-wrapper .footer {
    font-size: 11px;
    padding-top: 3px;
    display: none
}

.date-picker-wrapper b {
    font-weight: 100
}

.date-picker-wrapper a {
    color: #6bb4d6;
    text-decoration: underline
}

.date-picker-wrapper .month-name {
    text-transform: uppercase
}

.date-picker-wrapper .select-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.date-picker-wrapper .select-wrapper:hover {
    text-decoration: underline
}

.date-picker-wrapper .month-element {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 100;
    color: #363636
}

.date-picker-wrapper .select-wrapper select {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: -1px;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    color: inherit;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0;
    border: 0;
    outline: 0;
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=1);
    opacity: .01
}

.date-picker-wrapper .month-wrapper {
    border-radius: 3px;
    background-color: #fff;
    padding: 0 17px;
    cursor: default;
    position: relative
}

.date-picker-wrapper .month-wrapper table {
    width: 100%;
    float: left
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 190px;
    float: left
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    margin: 0;
    padding: 0
}

.date-picker-wrapper .month-wrapper table .day {
    padding: 5px 0;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 1px;
    color: #ccc;
    cursor: default;
    height: 24px
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
    color: #999;
    cursor: default
}

.date-picker-wrapper .month-wrapper table .day.checked {
    background-color: #efe0e0
}

.date-picker-wrapper .month-wrapper table .week-name {
    height: 20px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
    color: #a0a0a0;
    font-weight: 100
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
    cursor: help !important
}

.date-picker-wrapper .time label {
    white-space: nowrap
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
    color: #333;
    cursor: pointer
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
    background-color: #efe0e0
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
    display: none
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
    background-color: #efe0e0
}

.date-picker-wrapper table .caption {
    height: 40px
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: block;
    margin: 0 auto
}

.date-picker-wrapper table .caption .next {
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAP0lEQVQoz2MwZ4DB/wzm/4GQAQEZkDlgyf+4JNGk0SVRpDElkaSxScKlYQyskIAkXmNJchAer+AJBNzBhxnwAAboaW+UiYC2AAAAAElFTkSuQmCC)
}

.date-picker-wrapper table .caption .prev {
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAPElEQVQoz2MwZ0CC/83//0fio0kBIVZJDCmEJBYpmCRWKYgkDimQ5H/ckIAkXmMJOIiAVwgEAoHgwxLwAChraW/cf2EpAAAAAElFTkSuQmCC)
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .next:focus {
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAARElEQVQ4y7XSMQoAMAgDwHzb18e5YEwb6OCiHIgGJDFVASyAag4HFZbQ4RVu2EKFr+CEj8ZL5TBe9dtxondEAYgj50LemOXrjva8ee4AAAAASUVORK5CYII=)
}

.date-picker-wrapper table .caption .prev:hover,
.date-picker-wrapper table .caption .prev:focus {
    background: center center no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAARElEQVQ4y2P4//8/AzZcycDwH4RxyePVRJJGYjRhaCRWE4pGUjTBNZKqCawRWRMpmHyNZDuVosChKDooSgAUJTliEzkACQDrjk9B5PgAAAAASUVORK5CYII=)
}

.date-picker-wrapper .gap {
    position: relative;
    z-index: 1;
    width: 15px;
    height: 100%;
    background-color: red;
    font-size: 0;
    line-height: 0;
    float: left;
    top: -5px;
    margin: 0 10px -10px;
    visibility: hidden;
    height: 0
}

.date-picker-wrapper .gap .gap-lines {
    height: 100%;
    overflow: hidden
}

.date-picker-wrapper .gap .gap-line {
    height: 15px;
    width: 15px;
    position: relative
}

.date-picker-wrapper .gap .gap-line .gap-1 {
    z-index: 1;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid #eee;
    border-bottom: 8px solid #eee
}

.date-picker-wrapper .gap .gap-line .gap-2 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid #fff
}

.date-picker-wrapper .gap .gap-line .gap-3 {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 2;
    height: 0;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff
}

.date-picker-wrapper .gap .gap-top-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 1px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .gap .gap-bottom-mask {
    width: 6px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 7px;
    background-color: #eee;
    z-index: 3
}

.date-picker-wrapper .selected-days {
    display: none !important
}

.date-picker-wrapper .drp_top-bar {
    line-height: 1.4;
    position: relative;
    padding: 9px 0 10px 0;
    text-align: center;
    background: #a0a0a0;
    color: #fff;
    margin-bottom: 5px
}

.date-picker-wrapper .drp_top-bar .error-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .normal-top {
    display: none
}

.date-picker-wrapper .drp_top-bar .default-top {
    display: block;
    font-size: 16px
}

.date-picker-wrapper .drp_top-bar.error .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.error .error-top {
    display: block;
    color: red
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
    display: none
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
    display: block;
    font-size: 16px
}

.date-picker-wrapper .drp_top-bar .apply-btn {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 3px 5px;
    margin: 0;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    color: #d9eef7;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
    color: #fff;
    line-height: initial
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
    cursor: pointer;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed')
}

.date-picker-wrapper .time {
    position: relative
}

.date-picker-wrapper.single-month .time {
    display: block
}

.date-picker-wrapper .time input[type=range] {
    vertical-align: middle;
    width: 129px;
    padding: 0;
    margin: 0;
    height: 20px
}

.date-picker-wrapper .time1,
.time2 {
    width: 180px;
    padding: 0 5px;
    text-align: center
}

.date-picker-wrapper .time1 {
    float: left
}

.date-picker-wrapper .time2 {
    float: right
}

.date-picker-wrapper .hour,
.minute {
    text-align: right
}

.date-picker-wrapper .hide {
    display: none
}

.date-picker-wrapper .first-date-selected {
    background-color: #790000 !important;
    color: #fff !important
}

.date-picker-wrapper .last-date-selected {
    background-color: #790000 !important;
    color: #fff !important
}

.date-picker-wrapper .date-range-length-tip {
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    display: none;
    background-color: #ff0;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 16px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3))
}

.date-picker-wrapper .date-range-length-tip:after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ff0;
    left: 50%;
    margin-left: -4px;
    bottom: -4px
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
    display: none
}

.date-picker-wrapper .week-number {
    padding: 5px 0;
    line-height: 1;
    font-size: 12px;
    margin-bottom: 1px;
    color: #999;
    cursor: pointer
}

.date-picker-wrapper .week-number.week-number-selected {
    color: #49e;
    font-weight: 700
}

.drp_top-bar .normal-top>span:first-of-type {
    display: none
}

.date-picker-wrapper .month-wrapper table th .month-element:first-of-type {
    text-transform: lowercase
}

.date-picker-wrapper .month-wrapper table th .month-element:first-of-type:after {
    content: ', ';
    display: inline-block
}

.date-picker-wrapper .month-wrapper table .week-name th {
    font-weight: 100;
    font-size: 12px;
    text-transform: lowercase;
    padding-top: 7px;
    padding-bottom: 12px
}

.date-picker-wrapper .month-wrapper table td {
    padding: 0 0 6px 0;
    width: 27px
}

.ccalendar {
    position: absolute;
    z-index: 100;
    top: 16px;
    width: 272px;
    right: 0;
    display: none;
    padding-top: 15px
}

.ccalendar__wrapp {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    background: #fff
}

.ccalendar__mode {
    padding-left: 22px;
    padding-top: 3px;
    background: #fff;
    padding-bottom: 20px
}

.ccalendar__mode a {
    display: inline-block;
    border-bottom: 1px dashed;
    text-decoration: none;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.ccalendar__mode a:hover,
.ccalendar__mode a:focus {
    border-bottom-color: #fff
}

.catnavigation__calendar:hover .ccalendar,
.catnavigation__calendar:focus .ccalendar {
    display: block
}

.catnavigation__region:hover .ccalendar,
.catnavigation__region:focus .ccalendar {
    display: block
}

.catnavigation__region .drp_top-bar {
    display: block;
    margin: 0;
    text-decoration: none;
    padding-left: 25px
}

.catnavigation__region .drp_top-bar.no-select {
    background: #fff;
    color: #363636
}

.catnavigation__region .drp_top-bar.no-select:hover {
    color: #790000;
    text-decoration: underline
}

.catnavigation__region .date-picker-wrapper .drp_top-bar {
    text-align: left
}

@media(max-width:767px) {
    .ccalendar {
        right: auto;
        left: 0
    }
}
.card_full .card__description.card__description-title {
    color: #790000;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px
}
.navigation li a {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    padding-bottom: 0 !important;
    line-height: 71px !important
}

.header__logo{
    height: 40px;
}

.header__navigation {
    height: 74px !important
}

.navigation {
    top: 0 !important
}

li.navigation__special a::after {
    top: 16px !important
}

.search__btn {
    line-height: 71px !important;
    display: block !important;
    height: 74px !important
}

.search__btn i {
    height: 74px !important
}

.search__btn:focus i,
.search__btn:hover i {
    height: 74px !important;
    margin: 0 0 0 -3px !important
}

.search__btn span {
    top: 0 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important
}

.material__data>* {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important
}

h1 {
    font-size: 32px
}

.material__article .title,
.material__article h2,
.material__article h3,
.material__article h4,
.material__article h5,
.material__article h6 {
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important
}

.material__article p,
.material__content_detail_text,
.material__content_detail_text p,
.material__content_detail_text div,
.material__content_detail_text a,
.material__content_detail_text .list,
.material__content_detail_text ul,
.material__content_detail_text .list_count,
.material__content_detail_text ol,
.material__content_detail_text .list_count li:before,
.material__content_detail_text ol li:before,
.spec-text,
.card__anons-spec,
.card-konkurs .card__anons,
.innerpage__article,
.people__content,
.quote .quote__content,
.quote .quote__content p,
.quote {
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-size: 17px !important
}

.quote .quote__content,
.material__article p,
.material__content_detail_text,
.material__content_detail_text p,
.material__content_detail_text div,
.material__content_detail_text a,
.material__content_detail_text .list,
.material__content_detail_text ul,
.material__content_detail_text .list_count,
.material__content_detail_text ol,
.material__content_detail_text .list_count li:before,
.material__content_detail_text ol li:before {
    line-height: 26px !important
}

video__autor {
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif
}

.video__cell .video__title {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 22px !important
}

.material__article h2 {
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 28px !important
}

.note,
.note .note__title,
.blog-post-quote b,
.note .note__title p,
.note .note__text p,
.blog-post-quote .blogquote tr td {
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-weight: 400 !important
}

.note .note__title,
.blog-post-quote b,
.note .note__title p {
    font-size: 22px !important;
    line-height: 28px !important
}

.note,
.blog-post-quote {
    margin-left: 0 !important
}

.note .note__title {
    margin-bottom: 0 !important
}

.note .note__text {
    margin-top: 13px !important
}

.note .note__text,
.note .note__text p,
.blog-post-quote .blogquote,
.blog-post-quote .blogquote p {
    font-size: 17px !important;
    line-height: 26px !important
}

.material__content_detail_text .list li,
.material__content_detail_text ul li,
.material__content_detail_text .list_count li,
.material__content_detail_text ol li {
    min-height: 26px !important;
    margin-bottom: 16px !important
}

.circle-photo .circle-title,
.quote .quote__autor,
.quote .quote__autor p {
    font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 22px !important
}

.material__content_detail_text .card_simple .card__description {
    margin-top: 0 !important
}

.card_simple .card__description,
.card_compact .card__description,
.card_simple .card__description {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 26px !important
}
li.navigation__special a::after {
    top: 15px !important
}
.shareds__text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #868686
}
@media(max-width:767px) {
    .grid-similar .simular-smi2 {
        margin-bottom: 24px
    }

    .material__article h2 {
        font-size: 20px !important;
        line-height: 24px !important
    }

    .blog-post-quote b,
    .note .note__title,
    .note .note__title p {
        font-size: 18px !important;
        line-height: 26px !important
    }
}
.insert .card__photo {
    min-height: 201px;
}
.yandex-adv-head{
    min-height: 200px;
}
.yandex-adv-head img{
    position: absolute;
    height: 200px;
    width: auto;
    left: 50%;
    margin-left: -137px;
}
.yandex-adv__stub-img {
    display: none;
}
@media (min-width: 1224px) {
    .col-md-3 .card_simple .card__photo {
        min-height: 200px;
    }
    .col-md-4 .card_simple .card__photo {
        min-height: 271px;
    }
    .col-md-6 .card_full_content_down {
        min-height: 400px;
    }
    .col-md-8 .card_main {
        min-height: 531px;
    }
    .material__content > figure img,
    .material__content > .owl-figure img {
        min-height: 530px;
    }
}
@media (max-width: 1223px) and (min-width: 1024px) {
    .col-md-3 .card_simple .card__photo {
        min-height: 167px;
    }
    .col-md-4 .card_simple .card__photo {
        min-height: 227px;
    }
    .col-md-6 .card_full_content_down {
        min-height: 400px;
    }
    .col-md-8 .card_main {
        min-height: 531px;
    }
    .material__content > figure img,
    .material__content > .owl-figure img {
        min-height: 530px;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .col-md-4 .card_simple .card__photo {
        min-height: 271px;
    }
    .col-sm-6 .card_simple .card__photo {
        min-height: 271px;
    }
    .col-md-8 .card_main,
    .col-md-12 .card_full_content_down {
        min-height: 531px;
    }
    .material__content > figure img,
    .material__content > .owl-figure img {
        min-height: 511px;
    }
    .yandex-adv-head {
        min-height: 90px;
    }
    .yandex-adv-head img{
        height: 90px;
        margin-left: -62px;
    }
}
@media (max-width: 767px) and (min-width: 461px)  {
    .col-md-4 .card_simple .card__photo {
        min-height: 271px;
    }
    .col-md-3 .card_simple .card__photo {
        min-height: 200px;
    }
    .material__content > figure img,
    .material__content > .owl-figure img {
        min-height: 361px;
    }
}
@media (max-width: 460px) {
    .col-xs-12 .card_main .card__photo,
    .col-xs-12 .card_simple .card__photo {
        min-height: 246px;
    }
    .yandex-adv-head {
        min-height: 250px;
        position: relative;
        background: none;
    }
    .yandex-adv-head img{
        height: 250px;
        margin-left: -171px;
    }
    .yandex-adv__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        margin: auto;
    }

    .yandex-adv__stub-img {
        display: initial;
        width: auto;
        max-height: 250px;
    }
}
.d-none{
    display: none;
}