@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
}

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
}

.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
}

.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%;
    display: block;
    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
}

[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
}

.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
    }

    .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;
    }
}