
@font-face { 
    font-family: "HelveticaRegular";
    src: url(../fonts/HelveticaRegular.eot?) format("eot"),
         url(../fonts/HelveticaRegular.woff) format("woff"),
         url(../fonts/HelveticaRegular.ttf) format("truetype");
    font-display: swap;
}

@font-face { 
    font-family: "HelveticaBold";
    src: url(../fonts/HelveticaBold.eot?) format("eot"),
         url(../fonts/HelveticaBold.woff) format("woff"),
         url(../fonts/HelveticaBold.ttf) format("truetype");
    font-display: swap;
}

::selection {
    background: #cd6b0a;
    color: #ffffff;
}

::-moz-selection {
    background: #cd6b0a;
    color: #ffffff;
}

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    letter-spacing: 0.3px;
    font-family: 'HelveticaRegular', sans-serif;
}

a {
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    color: #e86b09;
}

a:hover {
    color: #c7c7c7;
    text-decoration: none;
    color: #c76213;
}

a:focus, a:active {
    outline: none !important;
}

.blurEffect {
    filter: blur(3px);
    -moz-filter: blur(3px);
    -webkit-filter: blur(3px);
}

.top-bar {
    background: #cd6b0a;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 666;
    top: 0;
    height: 32px;
}

.top-bar .right-elements {
    text-align: right;
}

.top-bar .date {
    display: inline-block;
    color: #f8f3ed;
}

.top-bar .weather {
    display: inline-block;
    color: #f8f3ed;
    padding-left: 5px;
}

.top-bar .weather img {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.top-bar .left-nav {
    display: inline-block;
    margin-left: 15px;
    list-style: none;
    color: #f8f3ed;
    margin-bottom: 0px;
}

.top-bar .left-nav li {
    display: inline-block;
    border-left: 1px solid #d18942;
}

.top-bar .left-nav li a {
    color: #f8f3ed;
    padding: 5px 15px 6px 15px;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.top-bar .left-nav li a:hover {
    text-decoration: none;
    background: #af5b09;
}

.top-bar .right-nav {
    display: inline-block;
    list-style: none;
    color: #f8f3ed;
    margin-bottom: 0px;
}

.top-bar .right-nav li {
    display: inline-block;
    float: left;
}

.top-bar .right-nav li a {
    color: #f8f3ed;
    padding: 5px 15px 6px 15px;
    display: block;
    width: 100%;
    height: auto;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.top-bar .right-nav li:nth-child(2) {
    border-left: 1px solid #d18942;
    border-right: 1px solid #d18942;
}

.top-bar .right-nav li:first-child a {
    background: #eb8a0b url(../images/video_news.svg) no-repeat;
    background-position: 6px;
    background-size: 14px;
    padding-left: 28px;
}

.top-bar .right-nav li:first-child a:hover {
    background: #af5b09 url(../images/video_news.svg) no-repeat;
    background-position: 6px;
    background-size: 14px; 
}

.top-bar .right-nav li:nth-child(2) a {
    background: url(../images/redakt_icon.svg) no-repeat;
    background-position: 6px 9px;
    background-size: 14px;
    padding-left: 28px;
    
}

.top-bar .right-nav li:nth-child(2) a:hover {
    background: #af5b09 url(../images/redakt_icon.svg) no-repeat;
    background-position: 6px 9px;
    background-size: 14px; 
}

.top-bar .right-nav li:last-child a img {
    width: 14px;
    height: 14px;
    margin-top: -1px;
    margin-left: 8px;
}

.top-bar .right-nav li a:hover {
    text-decoration: none;
    background: #af5b09;
}

header {
    border-bottom: 3px solid #d68533;
    padding-bottom: 10px;
    margin-bottom: 20px;
    background: #fff;
    margin-top: 31px;
}

header .logo {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

header nav ul {
    list-style: none;
    width: 100%;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 22px;
    margin-top: 45px;
    text-align: justify;
    position: relative;
}



header nav ul li {
    display: inline-block;
    margin-right: 21px;
    position: relative;
}

header nav ul .sub {
    display: inline-block;
    width: 43px;
    background: url(../images/down-arrow.png) no-repeat;
    background-size: 12px;
    background-position: calc(100% - 0px) 3px;
}

header nav ul li a {
    color: #4c4c4c;
}

header nav ul li:last-child {
    margin-right: 0px;
}

header nav ul li:after {
    width: 1px;
    height: 7px;
    border-left: 1px dotted #bdbdbd;
    content: '';
    display: block;
    position: absolute;
    right: -16px;
    top: 7px;
}

header nav ul li:last-child:after {
    display: none;
}

header .menu-button {
    display: none;
}

header .search-button {
    display: none;
}

header .top-socials {
    float: right;
    margin-top: 10px;
}

header .top-socials ul {
    float: left;
    margin-bottom: 0px;
}

header .top-socials ul li {
    display: inline-block;
    margin-right: 4px;
}

header .top-socials ul li:last-child {
    display: inline-block;
    margin-right: 0px;
}

header .top-socials ul .vk a {
    background: url(../images/vk_top.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}
header .top-socials ul .instagram a {
    background: url(../images/instagram.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}

header .top-socials ul .fb a {
    background: url(../images/fb_top.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}

header .top-socials ul .ok a {
    background: url(../images/ok_top.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}

header .top-socials ul .youtube a {
    background: url(../images/you_top.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}
header .top-socials ul .twitter a {
    background: url(../images/tw_logo.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}
header .top-socials ul .zen a {
    background: url(../images/zen_top.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}
header .top-socials ul .whatsapp a {
    background: url(../images/whatsapp-icon.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}
header .top-socials ul .viber a {
    background: url(../images/viber-icon.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}

header .top-socials ul .tel a {
    background: url(../images/te_ik.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}

header .top-socials ul .icon18 a {
    background: url(../images/18plus_icon.svg) no-repeat;
    background-size: 20px;
    width: 22px;
    height: 22px;
    list-style: none;
    display: block;
}

footer {
    height: 270px;
    border-top: 5px solid #cb6500;
    background: #262626;
    padding-top: 35px;
    color: #939393;
    font-size: 14px;
}

footer .copy {
    font-size: 12px;
}

footer .ad-link {
    color: #bdbdbd;
    display: block;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 12px;
}

footer .bottom-footer-link {
    color: #bdbdbd;
    display: inline-block;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 12px;
    margin-right: 10px;
}

footer .social-caption {
    font-size: 12px;
    color: #d4d4d4;
    float: left;
    margin-top: 2px;
    letter-spacing: 0;
}

footer .right-elements {
    text-align: right;
}

footer .btn-social {
    float: left;
    margin-left: 5px;
    width: 23px;
    height: 23px;
    background-size: 23px;
    background-position: center !important;
    transition: 0.5s linear;
}

footer .vk {
    background: url(../images/vk.svg) no-repeat;
    background-size: 23px;
}

footer .rss {
    background: url(../images/rss.svg) no-repeat;
    background-size: 23px;
}

footer .fb {
    background: url(../images/fb.svg) no-repeat;
    background-size: 23px;
}

footer .tw {
    background: url(../images/tw.svg) no-repeat;
    background-size: 23px;
}

footer .ok {
    background: url(../images/ok.svg) no-repeat;
    background-size: 23px;
}
footer .zen {
    background: url(../images/zen_top.svg) no-repeat;
    background-size: 23px;
}
footer .socials-icons {
    position: relative;
    width: 52%;
    float: right;
}

footer .info {
    font-size: 13px;
    line-height: 15px;
    display: block;
    margin-top: 20px;
}

.left-sidebar iframe {width: 100% !important;}
.right-sidebar iframe {width: 100% !important;}

.side-top-banner {
    width: 100%;
    height: 76px;
    background: #dbdbdb;
    text-align: center;
    position: relative;
}

.side-top-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-top-banner {
    width: 100%;
    height: 76px;
    background: #dbdbdb;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.main-top-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.side-smallmedium-banner {
    width: 100%;
    height: 111px;
    background: #dbdbdb;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.side-smallmedium-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.side-medium-banner {
    width: 100%;
    height: 221px;
    background: #dbdbdb;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.side-medium-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.side-mediumbig-banner {
    width: 100%;
    height: 264px;
    background: #dbdbdb;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.side-mediumbig-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.side-big-banner {
    width: 100%;
    height: 349px;
    background: #dbdbdb;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.side-big-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.side-bigger-banner {
    width: 100%;
    height: 406px;
    background: #dbdbdb;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.side-bigger-banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-top-new {
    margin-top: 0px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.main-top-new .preview {
    width: 100%;
    height: 380px;
    position: relative;
    border-bottom: 2px solid #cc6600;
    margin-bottom: 15px;
    background-size: 100% 100% !important;
}

.main-top-new .preview .n-info {
    position: absolute;
    bottom: 0px;
    background: url(../images/shdow_news.png) repeat-y;
    background-size: 100% 100%;
    padding: 8px 15px 15px 15px;
    width: 100%;
    height: auto;
    opacity: 0.9;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*  OLD .main-top-new .preview .n-info {
    position: absolute;
    bottom: 0px;
    background: #e86b00;
    padding: 8px 15px 8px 15px;
    width: 100%;
    color: #fff;
    font-size: 13px;
} */

.main-top-new .category {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px 5px 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #cd6b0a;
    font-size: 14px;
}

.main-top-new .link-category {
    color: #cc6600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}

.main-top-new .date-new {
    color: #b7b7b7;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.main-top-new .right-elements {
    text-align: right;
}

.main-top-new .attr-view {
    color: #9a9b9c;
    font-size: 12px;
    position: relative;
    background: url(../images/eye.svg) no-repeat;
    background-size: 15px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
    margin-left: 10px;
}

.main-top-new .attr-comment {
    color: #9a9b9c;
    font-size: 14px;
    position: relative;
    background: url(../images/commetn_gray.svg) no-repeat;
    background-size: 12px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
    margin-left: 10px;
}

.main-top-new .comment-button {
    text-align: center;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    letter-spacing: 0.5px;
    color: #d99426;
    border: 1px solid #d99426;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block;
    margin-left: 10px;
}

.main-top-new .comment-button:hover {
    background: #cd6a09;
    border: 1px solid #d99427;
    color: #fff;
}

.element-comment-button {
    text-align: right;
    margin-bottom: 15px;
}

.element-comment-button .comment-button {
    text-align: center;
    width: auto;
    height: auto;
    font-size: 14px;
    padding: 3px 10px 3px 10px;
    color: #d99426;
    border: 1px solid #d99426;
    letter-spacing: 0.5px;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.element-comment-button .comment-button:hover {
    background: #cd6a09;
    border: 1px solid #d99427;
    color: #fff;
}

.share {
    margin-bottom: 25px;
}

.share .ya-share2__container_size_m .ya-share2__item {
    margin: 5px 8px 5px 0 !important;
}

/*.share .ya-share2__container_size_m .ya-share2__icon {
    width: 30px !important;
    height: 30px !important;
}

.share .ya-share2__badge {width: 30px; height: 30px;}*/

.rate-new-caption {
    font-size: 12px;
    color: #acacac;
    font-weight: 600;
    margin-left: 0px;
}

.main-top-new .comment-button:hover {
    text-decoration: none;
}

.main-top-new .attrs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-top-new .padding4 {
    padding-top: 4px;
}

.main-top-new .new-content h1 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
}

.main-top-new .new-content .n-text {
    line-height: 1.6 !important;
}

.main-top-new .new-content .n-text img {
    display: block;
    width: 100%;
    height: auto;
}

.main-top-new .new-content .n-text iframe {
    display: block;
}

.video-player {
    width: 100% !important;
    height: auto;
}

.main-top-new .short-text {
    color: #515558;
    font-size: 15px;
    margin-top: 15px;
/*    text-align: justify; */
    letter-spacing: 0.3px;
}

.main-top-new .short-text a {
    color: #3975b5;
}

.main-top-new .short-text a b {
    color: #3975b5 !important;
}

.main-top-new .short-text b {
    color: #000;
}

.main-top-new .short-text span {
    font-size: 15px !important;
}

.main-top-new .short-text p {
    font-size: 15px !important;
}

.main-top-new .detail-link {
    color: #000;
}

.main-top-new .detail-link:hover {
    color: #e86b09;
}

.block-sidebar {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

.block-sidebar .title {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 4px solid #cd6b0a;
}

.block-sidebar.federal .federal-title {
    background: #cd6b0a;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.block-sidebar.federal .fed-prev-link {
    margin-top: 0px;
    margin-bottom: 3px;
    border-bottom: 0px;
}

.block-sidebar.federal a {
 
}

.block-sidebar.federal .new-cont .preview {
    width: 100%;
    height: 150px;
    background-size: cover !important;
    border-bottom: 0px solid #cd6b0a;
}

.block-sidebar.federal .new-cont .title {
    margin-top: 0px;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.block-sidebar.federal .new-cont .short-text {
    margin-bottom: 20px;
    font-size: 14px;
    color: #939291;
    display: none;
}

.block-sidebar .main-news-block a {
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 18px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    font-family: 'HelveticaRegular', sans-serif;
}

.block-sidebar .main-news-block a:hover {
    color: #e86b09;
}

.block-sidebar .main-news-block a:last-child {
    border-bottom: 0px;
}

.block-sidebar .today-block-news .new-item {
    margin-top: 15px;
}

.block-sidebar .today-block-news .sep-line {
    background: #e1e1e1;
    width: 100%;
    height: 1px;
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 15px;
}

.block-sidebar .today-block-news .new-item:last-child .sep-line {
    display: none;
}

.block-sidebar .today-block-news .new-item .time {
    background: #d99426;
    text-align: center;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.block-sidebar .today-block-news .new-item {
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

.block-sidebar .today-block-news .new-item a {
    font-size: 13px;
    color: #000;
    display: inline;
    line-height: 18px;
}

.block-sidebar .today-block-news .new-item a:hover {
    color: #e86b09;
}

.block-sidebar .today-block-news .new-item img {
    margin-left: 5px;
}

.block-sidebar .today-block-news .all-news {
    width: 100%;
    height: auto;
    text-align: center;
    background: #d89222;
    color: #fff;
    padding: 7px 0px 7px 0px;
    display: block;
}

.block-sidebar .today-block-news .all-news:hover {
    background: #e59e2c;
}

.no-paddingLeft {
    padding-left: 0px !important;
}

.no-paddingRight {
    padding-right: 0px !important;
}

.block-sidebar .popular-interviews {
    margin-top: 15px;
    margin-bottom: 15px;
}

.block-sidebar .popular-interviews .preview {
    width: 100%;
    height: 157px;
    background-size: cover!important;
    margin-bottom: 0px;
    position: relative;
}

.block-sidebar .popular-interviews h4 {
    font-size: 14px;
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 9px;
    bottom: 0;
    margin-bottom: 0px;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    z-index: 444;
    
}

.block-sidebar .popular-interviews .bg-gr {
    position: absolute;
    width: 100%;
    height: 75px;
    bottom: 0;
    z-index: 333;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 3%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    background-size: 100% 100%;
}

.block-sidebar .popular-interviews h4:hover {
    color: #eee;
}

.block-sidebar .popular-interviews .short-text p {
    color: #636363;
    font-size: 13px;
    padding-top: 0px;
}

.block-sidebar .rate-news-block a {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

.rate-news-block a:hover {
    color: #e86b09;
}

.block-sidebar .rate-news-block a:last-child {
    border-bottom: 0px;
}

.block-sidebar .rate-news-block .comment-num {
    width: 18px;
    height: 21px;
    background: url(../images/comment.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    margin-left: 4px;
    padding: 3px 6px 5px 6px;
}

.block-sidebar .recommended-news-block a {
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 19px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #e1e1e1;
}

.block-sidebar .recommended-news-block a:hover {
    color: #e86b09;
}

.block-sidebar .recommended-news-block a:last-child {
    border-bottom: 0px;
}

.block-sidebar .recommended-news-block a .recommend {
    display: block;
    color: #9a9b9c;
    font-weight: 500;
    margin-top: 10px;
}

.new-article {
    padding-bottom: 10px;
    /* margin-bottom: 10px; */
}

.new-article .detail-link {
    color: #000;
}

.new-article .detail-link:hover {
    color: #e86b09;
}

.new-article h3 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
}

.new-article .attrs {
    margin-top: 10px;
    margin-bottom: 10px;
}

.new-article .padding4 {
    padding-top: 4px;
}

.new-article .link-category {
    color: #cc6600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}

.new-article .date-new {
    color: #b7b7b7;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.new-article .right-elements {
    text-align: right;
}

.new-article .attr-view {
    color: #9a9b9c;
    font-size: 12px;
    position: relative;
    background: url(../images/eye.svg) no-repeat;
    background-size: 15px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
}

.new-article .attr-comment {
    color: #9a9b9c;
    font-size: 12px;
    position: relative;
    background: url(../images/commetn_gray.svg) no-repeat;
    background-size: 12px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
    margin-left: 10px;
}

.new-article .comment-button {
    text-align: center;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    color: #d99426;
    border: 1px solid #d99426;
    display: inline-block;
    letter-spacing: 0.5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-left: 10px;
}

.new-article .comment-button:hover {
    background: #cd6a09;
    border: 1px solid #d99427;
    color: #fff;
}

.new-article .preview {
    width: 100%;
    height: 104px;
    background-size: 100% 100% !important;
}

.new-article .short-text {
    color: #515558;
    font-size: 15px;
    line-height: 1.6;
/*    text-align: justify; */
    letter-spacing: 0.3px;
}

.new-article .short-text b {
    color: #000;
}

#magnify {
    display: none;
    position: fixed;
    max-width: 750px;
    height: auto;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 0px 11px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 0px 11px 0px rgba(0, 0, 0, 0.6);
}
 
#magnify img {
    width: 100%;
    height: auto;
    display: block;
}

#overlay {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9990;
}

#close-popup {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -35px;
}
 
#close-popup i {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

.more-news {
    margin-bottom: 10px;
}

.more-news .line {
    width: 100%;
    height: 2px; 
    background: #e2e3e3;
    margin-top: 15px;
}

.more-news .button-more {
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: #cd6b0a;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.more-news .button-more:active, .more-news .button-more:focus {
    outline: none !important;
}

.more-news .button-more:hover {
    background: #e86b09;
}

.bottom-slider {
    margin-top: 40px;
}

.bottom-slider .block-new .preview {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    border-bottom: 3px solid #cd6b0a;
    background-size: 100% 100% !important;
    position: relative;
    width: 100%;
    height: 170px;
}

.bottom-slider .block-new .preview .category {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px 5px 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #cd6b0a;
    font-size: 12px;
}

.bottom-slider .block-new h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottom-slider .block-new .detail-link {
    color: #000;
}

.bottom-slider .block-new .short-text {
    font-size: 12px;
    color: #909090;
    font-weight: 500;
}

.bottom-slider .owl-dots .owl-dot span {background:#d0d0d0;}
.bottom-slider .owl-dots .owl-dot:hover span {background:#d0d0d0;}
.bottom-slider .owl-dots .owl-dot.active span {background: #cd6b0a;}
.bottom-slider .owl-dot:active,.bottom-slider .owl-dot:focus {outline: none !important;}

.modalEditorial p {
    font-size: 12px;
}

.modalEditorial input[type="text"] {
    width: 100%;
    height: auto;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #cacaca;
    outline: none !important;
}

.modalEditorial input[name="code"] {
    width: 100%;
}

.modalEditorial textarea {
    width: 100%;
    height: 130px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #cacaca;
    outline: none !important;
}

.modalEditorial button[type="submit"] {
    margin: 0 auto;
    display: block;
    width: 100%;
    cursor: pointer;
    border: none;
    background: #cb6500;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 3px;
    outline: none !important;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.modalEditorial button[type="submit"]:hover {
    background: #e86b09;
}

.modalEditorial .modal-header .close {
    outline: none !important;
}

.modalEditorial .code-caption {
    font-size: 14px;
    display: block;
    margin-top: 8px;
}

.mobile-bar {
    display: none;
}

.mobile-search {
    display: none;
}

.main-top-new .mobile-new-bar {
    display: none;
}

.main-top-new .mobile-new-bar {
    margin-bottom: 15px;
}

.main-top-new .mobile-new-bar .repost-button {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/repost_icon.svg) no-repeat;
    background-size: 24px;
    float: right;
}

.main-top-new .mobile-new-bar .cat {
    color: #a29262;
    font-size: 15px;
    font-weight: 500;
}

.main-top-new .mobile-new-bar .cat a {
    color: #a29262;
    font-size: 15px;
    font-weight: 500;
}

.main-top-new .mobile-date {
    display: none;
}

.main-top-new .mobile-bottom-bar {
    display: none;
}

.new-article .mobile-new-bar {
    display: none;
}

.new-article .mobile-new-bar {
    margin-bottom: 15px;
}

.new-article .mobile-new-bar .repost-button {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/repost_icon.svg) no-repeat;
    background-size: 24px;
    float: right;
}

.new-article .mobile-new-bar .cat {
    color: #a29262;
    font-size: 15px;
    font-weight: 500;
}

.new-article .mobile-new-bar .cat a {
    color: #a29262;
    font-size: 15px;
    font-weight: 500;
}

.new-article .mobile-date {
    display: none;
}

.new-article .mobile-bottom-bar {
    display: none;
}

.like-btn {
    width: 20px;
    height: 20px;
}

.dislike-btn {
    width: 20px;
    height: 20px;
}

.like-buttons {
    margin-right: 15px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.like-buttons img {
    float: left;
}

.like-buttons span {
    float: left;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 17px;
    color: #e86b09;
    /* padding-top: 5px; */
    margin-top: 0px;
}

.video-player iframe {
    width: 100%;
}

.comments {
    margin-bottom: 20px;
}

.comments .col-lg-11 {
    padding-left: 0px !important;
}

.comments .avatar {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.comments .comment-text {
    background: #f6f7fb;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-top-left-radius: 0px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    position: relative;
    width: auto;
    display: table;
}

.comments .comment-text p {
    margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: 0.3px;
    color: #404040;
}

.comments .comment-text strong {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.comments .comment-text .date {
    font-size: 14px;
    display: inline-block;
    color: #777;
    margin-left: 13px;
}

.comments .comment-text:before {
    content: '';
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 25px;
    background: url(../images/comment_ugol.png) no-repeat;
    background-size: 100%;
}

.warning-message {
    margin-top: 30px;
}

.warning-message span {
    display: block;
    clear: both;
    margin-top: 5px;
}

.warning-message i {
    display: inline-block;
    width: 13px;
    float: left;
    height: 21px;
    background-size: 100%;
    background: url(../images/warning_icon.svg) no-repeat;
}

.default-avatar {
    width: 47px;
    height: 47px;
    background: #f6f7fb url(../images/user_icon.svg) no-repeat;
    background-position: center;
    background-size: 25px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.read-all {
    display: inline-block;
    background: url(../images/arrow_right.svg) no-repeat;
    background-size: 5px;
    background-position: right;
    padding-right: 13px;
}

.form-comment .you-name {
    border: 1px solid #d3d3d3;
    background: #fff url(../images/user_icon.svg) no-repeat !important;
    background-size: 14px !important;
    margin-bottom: 10px;
    background-position: 4px 8px !important;
    font-size: 14px;
    padding: 5px 20px 5px 23px !important;
    color: #1e1e1e;
}

.form-comment input[type="text"] {
    border: 1px solid #d3d3d3;
    margin-bottom: 10px;
    background: #fff;
    font-size: 14px;
    padding: 5px 5px 5px 5px;
    color: #1e1e1e;
    outline: none !important;
}

.form-comment textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #d3d3d3;
    padding: 5px 20px 5px 23px;
    margin-bottom: 10px;
    background: #fff url(../images/user_icon.svg) no-repeat;
    background-position: 4px 8px;
    background-size: 14px !important;
    outline: none !important;
}

.form-comment #security_code {
    margin-left: 5px;
}

.form-comment a {
    color: #1e1e1e;
}

.form-comment input[type="submit"] {
    background: #e86b00;
    border: none;
    color: #fff;
    text-align: center;
    padding: 3px 15px 3px 15px;
    width: 128px !important;
    outline: none !important;
    cursor: pointer;
}

.comment-title {
    margin-bottom: 10px;
    display: block;
}

.print-icon {
    width: 16px;
    height: 16px;
    margin-top: 5px;
    background: url(../images/print.svg) no-repeat;
    background-size: 16px;
    background-position: center;
    display: block;
    float: right;
}

.search-form strong {font-size: 12px;}
.search-form p {font-size: 12px; font-weight: bold; margin-bottom: 10px;}
.search-form td {width: 37%; padding-top: 5px;}

.search-form select {
    width: 50% !important;
    display: inline-flex;
}

.search-form .selects {
    display: flex;
}

.search-form .selects strong {
    margin-top: 4px;
    margin-right: 5px;
    display: inline-flex;
}

.search-form input[type="submit"] {
    width: 100%;
    padding: 2px 0px 2px 0px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #cb6500;
    border: none;
    outline: none !important;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.search-form input[type="submit"]:hover {
    background: #e86b09;
}

.search-form input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}

.search-form input[type="text"] {
    border: 1px solid #d3d3d3;
    background: #fff url(../images/search-field.svg) no-repeat !important;
    background-size: 11px !important;
    margin-bottom: 10px;
    background-position: 4px 8px !important;
    font-size: 14px;
    padding: 3px 20px 3px 20px !important;
    color: #1e1e1e;
    width: 100%;
}

.search-form .desktop-button {
    display: block;
}

.search-form .mob-button {
    display: none;
}

.news .one-news {
    margin-bottom: 10px;
}

.news .one-news .news-date {
    font-size: 12px;
    color: #5f5f5f;
}

.news .one-news .news-link a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.screenshot {
    width: 100%;
    height: auto;
}

.date-pub {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-caption {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 4px solid #cd6b0a;
}

.popular-new {
    width: 100%;
    border: 1px solid #d6d5d3;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.popular-new img {
    display: block;
    width: 100% !important;
    height: 190px;
    margin: 0px 0px 5px 0px !important;
    float: none !important;
}

.popular-new .content {
    padding: 10px;
    color: #6b6b6b;
    font-size: 14px;
    position: relative;
}

.popular-new .content .title {
    display: block;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.popular-new .content .title:hover {
    color: #e86b09;
}

.popular-new .bottom-info {
    margin-top: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.popular-new .bottom-info .date {
    color: #868686;
    font-size: 12px;
}

.no-preview {
    background: #e8e8e8;
    background-size: 100% 100%;
    width: 100%;
    height: 200px;
    position: relative;
}

.no-preview .photo-camera {
    width: 86px;
    height: 75px;
    background: url(../images/photo-camera.svg) no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.no-preview span {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #9e9e9e;
}

.popular-new .bottom-info .attr-view {
    color: #868686;
    font-size: 12px;
    position: relative;
    background: url(../images/eye.svg) no-repeat;
    background-size: 16px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
}

.popular-new .bottom-info .comment-button {
    display: none;
}

.popular-new .bottom-info .attr-comment {
    color: #868686;
    font-size: 12px;
    position: relative;
    background: url(../images/commetn_gray.svg) no-repeat;
    background-size: 12px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
    margin-left: 10px;
}

.popular-new .right-elements {
    text-align: right;
}

.popular-title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.discussed-title {
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 4px solid #cd6b0a;
}

.discussed {
    margin-bottom: 30px;
}

.discussed .new-line {
    border-top: 1px solid #dfdcd7;
    padding-top: 7px;
    padding-bottom: 7px;
}

.discussed .new-line:first-child {
    border-top: 0px;
    padding-top: 0px;
}

.discussed .new-line:last-child {
    border-bottom: 1px solid #dfdcd7;
}

.discussed .new-line a {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.3px;
}

.discussed .new-line a:hover {
    color: #e86b09;
}

.discussed .new-line .comment-num {
    width: 21px;
    height: 17px;
    padding: 3px 6px 5px 6px;
    background: url(../images/comment.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    margin-left: 4px;
}

.popular-img {
	width:100%;
	height:150px;
	margin-bottom: 0px;
}

.top-read .comment-num {
    width: 18px;
    height: 21px;
    background: url(../images/comment.svg) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    margin-left: 4px;
    padding: 3px 6px 5px 6px;
}

.top-read .record-views {
    display: block;
    color: #9a9b9c;
    font-weight: 500;
    margin-top: 10px;
    font-size: 12px;
}

.top-read .record-link {
    line-height: 18px;
}

.top-read .record-link a {
    border-bottom: none !important;
}

.top-read .record-link .title-top-read {
    font-size: 13px;
    color: #000;
}

.top-read .record-link .title-top-read:hover {
    color: #e86b09;
}

.top-read {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.top-read:last-child {
    border-bottom: none;
}

.top-read:first-child {
    padding-top: 0px;
}

.fl_upld {
    width: 100%;
}
#fl_inp {
    display: none;
}

.fl_upld label {
    cursor:pointer;
    background: #cb6500;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    display: inline-block;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.fl_upld label:hover {
    background: #e86b09;
}

#fl_nm {
    margin-top: 0px;
    color: #424242;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
}

.detail-link-text {
    color: #515558 !important;
}

.bl-adbanner {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #000;
}

.bl-adbanner .adv_item_title {
    color: #000;
    line-height: 16px;
}

.bl-adbanner img {
    width: auto;
    height: auto;
}

.bl-adbanner #zone_81 {
    position: absolute;
}

.bl-adbanner #zone_82 {
    position: absolute;
}

.bl-adbanner #zone_83 {
    position: absolute;
}

.bl-adbanner span {
    display: block;
    margin-top: 10px;
    color: #000;
}

.bl-adbanner img:hover span {
    color: #e86b09;
}

.bl-adbanner span:hover {
    color: #e86b09;
}

.bl-ad-main {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #000;
    margin-bottom: 25px;
    color: #000;
    background: #f0f0f2;
    border: 0px solid #e86b09;
    padding: 15px 15px 0 15px;
}

.bl-ad-main .adv_item_img {
    display: inline-flex;
    width: 100%;
    height: auto;
    margin-left: 0px;
}

.bl-ad-main .adv_item_title {
    color: #000;
}

.bl-ad-main span {
    display: block;
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    color: #000;
    margin-left: 0px;
}

.bl-ad-main span:hover {
    color: #e86b09;
}

.stub-b {
    width: 100%;
    height: 90px;
    background: #e2e3e3;
}

.stub-b-100 {
    width: 240px;
    height: 100px;
    background: #e2e3e3;
    margin: 0 auto;
}

.stub-b-130 {
    width: 240px;
    height: 130px;
    background: #e2e3e3;
    margin: 0 auto;
}

.stub-b-120 {
    width: 240px;
    height: 120px;
    background: #e2e3e3;
    margin: 0 auto;
}

.main-top-banner img {
    width: 100% !important;
}

.video-news-section strong {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.video-news-section strong a {
    color: #000;
}

.video-news-section .video-slider .video-item {
    width: 100%;
    border: 1px solid #d6d5d3;
    height: auto;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 7px;
    background: #fff;
}


.video-news-section .video-slider .video-item .preview {
    width: 100%;
    height: 140px;
    background-size: cover !important;
    position: relative;
    margin-bottom: 10px;
}

.video-news-section .video-slider .video-item .preview .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    top: 35%;
    background: url(../images/play-button.svg) no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.9;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
}

.video-news-section .video-slider .video-item .preview .play-btn:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.video-news-section .video-slider .video-item .preview:hover .play-btn {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.video-news-section .video-slider .video-item .title {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-right: 15px;
}

.video-news-section .video-slider .video-item .date-video {
    color: #868686;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.video-news-section .video-slider .video-item .attr-view {
    color: #868686;
    font-size: 12px;
    position: relative;
    background: url(../images/eye.svg) no-repeat;
    background-size: 16px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
}

.video-news-section .video-slider .video-item .attr-comment {
    color: #868686;
    font-size: 12px;
    position: relative;
    background: url(../images/commetn_gray.svg) no-repeat;
    background-size: 12px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
    margin-left: 10px;
}

.video-news-section .video-slider .video-item .right-elements {
    text-align: right !important;
}

.video-news-section .video-slider .video-item .padding-row-left {
    padding-left: 13px;
}

.video-news-section .video-slider .video-item .padding-row-right {
    padding-right: 15px;
}

.video-news-section .video-slider .video-item .bottom-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
}

.other-news .new-item {
    width: 100%;
    border: 1px solid #d6d5d3;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    background: #fff;
}

.other-news .col-lg-4:last-child {
    padding-right: 15px !important;
}

.other-news .new-item .preview {
    width: 100%;
    height: 140px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    margin-bottom: 10px;
}

.other-news .new-item .date-new {
    color: #868686;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.other-news .new-item .title {
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    padding-left: 15px;
    padding-right: 15px;
}

.other-news .new-item .bottom-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
}

.other-news .new-item .padding-row-right {
    padding-right: 15px;
}

.other-news .new-item .padding-row-left {
    padding-left: 13px;
}

.other-news .new-item .right-elements {
    text-align: right !important;
}

.other-news .new-item .attr-view {
    color: #868686;
    font-size: 12px;
    position: relative;
    background: url(../images/eye.svg) no-repeat;
    background-size: 16px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
}

.other-news .new-item .attr-comment {
    color: #868686;
    font-size: 12px;
    position: relative;
    background: url(../images/commetn_gray.svg) no-repeat;
    background-size: 12px;
    padding-left: 20px;
    background-position: 0;
    margin-right: 0px;
    margin-left: 10px;
}

.other-news .new-item .category-new {
    width: auto;
    position: absolute;
    display: block;
    left: 8px;
    bottom: 8px;
    padding: 3px 10px 3px 10px;
    font-size: 11px;
    background: #e76500;
    color: #fff;
    text-transform: uppercase;
}

#scrollup {
    width: 36px;
    height: 34px;
    background: #da9327 url(../images/up-arrow.svg) no-repeat;
    background-size: 22px;
    background-position: center;
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    z-index: 555;
    right: 25px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}

.fixed-top {
    position: fixed;
    width: 100%;
    z-index: 666;
    padding-bottom: 0px;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    background: #fff;
}

.fixed-top .logo {
    /*width: 50%; */
    margin-top: 5px;
    margin-bottom: 10px;
}

.fixed-top .top-socials {
    display: none;
}

.fixed-top nav ul {
    margin-top: 13px;
}

.a_block {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
}

.a_block:before {
    content: 'Реклама';
    position: absolute;
    font-size: 10px;
    letter-spacing: 1px;
    left: 0;
    top: 0;
    padding: 5px;
    background: #eeeeee9e;
    display: block;
    z-index: 555;
}

.a_block a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.adv_item_title {
    margin-top: 10px;
    margin-bottom: 0px;
}

.long-banner-center img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.long-banner-center {
    position: relative;
}



.long-banner img {
    width: 100%;
}

.long-banner {
    position: relative;
}

.long-banner:before {
    content: 'Реклама';
    position: absolute;
    font-size: 10px;
    letter-spacing: 1px;
    left: 0;
    top: 0;
    padding: 5px;
    background: #eeeeee9e;
    display: block;
    z-index: 555;
}



.top-b img {
    width: 100%;
    height: auto;
}

.top-b {
    position: relative;
}

.top-b:before {
    content: 'Реклама';
    position: absolute;
    font-size: 10px;
    letter-spacing: 1px;
    left: 0;
    top: 0;
    padding: 5px;
    background: #eeeeee9e;
    display: block;
    z-index: 555;
}

#zone_70 {
    width: auto;
    height: auto;
}

#zone_88 {
    width: auto;
    height: auto;
}

#zone_106 {
    width: auto;
    height: auto;
}

#zone_69 {
    width: auto;
    height: auto;
}

#zone_71 {
    width: auto;
    height: auto;
}

#zone_89 {
    width: auto;
    height: auto;
}

#zone_90 {
    width: auto;
    height: auto;
}

#zone_91 {
    width: auto;
    height: auto;
}

#zone_64 {
    width: auto;
    height: auto;
}

#zone_121 {
    width: auto;
    height: auto;
}

#zone_65 {
    width: auto;
    height: auto;
}

#zone_122 {
    width: auto;
    height: auto;
}

#zone_66 {
    width: auto;
    height: auto;
}

#zone_123 {
    width: auto;
    height: auto;
}

#zone_67 {
    width: auto;
    height: auto;
}

#zone_124 {
    width: auto;
    height: auto;
}

#zone_68 {
    width: auto;
    height: auto;
}

#zone_125 {
    width: auto;
    height: auto;
}

#zone_119 {
    width: auto;
    height: auto;
}

#zone_120 {
    width: auto;
    height: auto;
}

#zone_127 {
    width: auto;
    height: auto;
}

#zone_128 {
    width: auto;
    height: auto;
}

#zone_129 {
    width: auto;
    height: auto;
}

#zone_130 {
    width: auto;
    height: auto;
}

#zone_131 {
    width: auto;
    height: auto;
}

#zone_132 {
    width: auto;
    height: auto;
}
#zone_133 {
    width: auto;
    height: auto;
}
#zone_134 {
    width: auto;
    height: auto;
}
#zone_135 {
    width: auto;
    height: auto;
}
#zone_136 {
    width: auto;
    height: auto;
}
#zone_137 {
    width: auto;
    height: auto;
}
#zone_138 {
    width: auto;
    height: auto;
}
#zone_139 {
    width: auto;
    height: auto;
}
.n-photo {
    position: relative;
}

.n-photo table {
    width: 100%;
}

.n-photo img {
    width: 100%;
    height: auto;
}

.n-photo .n-info {
    position: absolute;
    bottom: 10px;
    background: url(../images/shdow_news.png) repeat-y;
    background-size: 100% 100%;
    padding: 8px 15px 15px 15px;
    width: 100%;
    height: auto;
    opacity: 0.9;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.n-photo .n-info .n-date span {
    margin-left: 5px;
    margin-right: 5px;
}

.n-photo .n-info .n-date {
    margin-right: 10px;
    display: none;
}

.sensation {
    background: #cc6500;
    color: #fff !important;
    padding: 3px 5px 3px 5px;
}

.sensation a, .sensation a:hover {
    color: #fff !important;
}

.sensation .sep-line {
    display: none;
}

#zone_75 {
    width: unset;
    height: unset;
    visibility: hidden;
    float: left;
}

.ad-title {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 100;
}

.n-text div img {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer .plus18 {
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 20px;
    float: right;
}

.y-direct:before {
    content: 'Реклама';
    font-size: 14px;
    letter-spacing: 1px;
    left: 0;
    top: 0;
    padding: 5px;
    display: block;
    z-index: 555;
}

.br4 {
    display: none;
}

.a_block:before,
.top-b:before,
.y-direct:before,
.long-banner:before,
.top-b:before,
.y-direct:before {
    content: "";
	display: none;
}

.footer-link {
    color: #bdbdbd;
    display: inline-block;
    text-decoration: underline;
    font-size: 12px;
}

.footer-link:hover {
    color: #bdbdbd;
    text-decoration: underline;
}

.mob-ad {
    display: none !important;
}

.youtube-banner {
    display: block;
    margin-bottom: 15px;
}

.youtube-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.not-mobile {
    display: block;
}

.live-tv {
    margin-bottom: 15px;
}

.live-tv iframe {
    width: 100% !important;
}

.title-live {
    position: relative;
    margin-bottom: 25px;
}

.title-live:after {
    bottom: -8px;
    width: 100%;
    height: 4px;
    background: #cd6b0a;
    content: '';
    position: absolute;
    left: 0;
}

.title-live .rec {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
}

.title-live strong {
    text-transform: uppercase;
}

.jwplayer {
    width: 100% !Important;
}

.pg-images {
    display: inline-block;
    width: 100%;
    height: 135px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.pg-images:last-child {
    margin-right: 0px;
}

.pg-images img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.lb-dataContainer {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

.lb-data .lb-details {
    display: none;
}

.lb-data .lb-close {
    background: url(../images/close_shadow.png) top right no-repeat !important;
    background-size: 28px 28px !important;
    position: absolute;
    right: -33px;
    top: -2px;
    z-index: 333;
}

.lb-nav a.lb-prev {
    position: absolute;
    left: -30px !important;
}

.lb-nav a.lb-next {
    position: absolute;
    right: -30px !important;
}

.images-line .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.images-line .owl-theme .owl-nav button img {
    width: 20px;
    height: 25px;
    display: block;
}

.images-line .owl-theme .owl-nav button {
    outline: none !important;
}

.images-line .owl-theme .owl-nav {
    position: absolute;
    top: 34%;
    width: 100%;
}

.images-line .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}

.images-line .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
}
