@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham Book.otf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham-xlight.otf");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham Light.otf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
.news-text img
font-family: "Gotham";
    src: url("../fonts/Gotham-Thin.otf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham Medium.otf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "San-Francisco";
    src: url("../fonts/Gotham Bold.otf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham Black.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham Bold.otf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("../fonts/Gotham Ultra.otf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "sylfaen";
    src: url("../fonts/sylfaen.ttf");
    font-style: normal;
}

body {
    font-family: 'Gotham', sans-serif;
    font-weight: 500;
}

.navbar-default {
    background: #fff;
    border: none;
    margin: 0;
}

.nav-top {
    height: 40px;
    position: relative;
}

.nav-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 0;
}

.nav-top .container {
    position: relative;
    height: 100%;
}

.nav-top .absolute {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.nav-top .col-md-6 {
    z-index: 999;
}

.nav-top img, .nav-top .weather {
    display: inline-block;
    vertical-align: bottom;
}

.nav-top .weather {
    font-size: 23px;
    color: #fff;
    margin: 10px 20px 5px;
    line-height: 30px;
}

.nav-top .weather span {
    font-weight: 300;
}

.nav-top .weather span.num {
    font-size: 37px;
}

.inline-list {
    list-style: none;
    margin: 16px 0;
    padding: 0;
}

.inline-list li {
    display: inline-block;
}

.nav-top .inline-list li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 5px;
    margin-right: 10px;
    border-bottom: 5px solid transparent;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

/*.nav-top .inline-list.languages li:last-child a, .nav-top .dropdown-menu > li:last-child > a {*/
/*font-family: 'sylfaen', sans-serif;*/
/*}*/

.news-inner .social-share {
    margin-top: 20px;
}

.nav-top .inline-list.languages li a:hover, .nav-top .inline-list.languages li a.active {
    border-bottom-color: #fff;
}

.nav-bottom {
    padding: 11px 0;
}

.navbar-brand {
    height: auto;
}

.mobile {
    display: none;
}

.nav-bottom .help-block {
    display: none;
}

.navbar-default.nav-bottom .navbar-nav > li > a, .category-list li a {
    color: #474747;
    font-size: 17px;
    text-decoration: none;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
    padding: 15px 10px;
}

.navbar-default.nav-bottom .navbar-nav > li > a:hover, .contact .social-icons li a:hover, .news-list .choose a.get-video:hover {
    color: #c71c2f;
}

.form-control, textarea {
    border: 1px solid #cacaca;
    border-radius: 20px;
    font-weight: 300;
    height: 40px;
}

.form-control:focus, textarea:focus {
    border-color: #ccc;
    outline: none;
    box-shadow: none;
}

.navbar-default .navbar-form {
    text-align: right;
    padding: 0;
    margin-right: 0;
}

/*.navbar-default .navbar-form .form-group {
    width: 100%;
    position: relative;
}*/

.mobile-menu .navbar-form .form-group {
    width: 15%;
    position: relative;
    -webkit-transition: .2s all ease-in;
    -moz-transition: .2s all ease-in;
    -ms-transition: .2s all ease-in;
    -o-transition: .2s all ease-in;
    transition: .2s all ease-in;
}

.mobile .navbar-form .form-group {
    width: 100%;
    display: block;
}

.mobile-menu .navbar-form .position.form-group {
    width: 100%;
}

.mobile-menu .navbar-form .form-control {
    width: 100%;
    position: relative;
    z-index: 9;
    background: transparent;
    padding-left: 55px;
    cursor: pointer;
}

.navbar-form .form-control {
    width: 90%;
    position: relative;
    padding-left: 55px;
}

/*.navbar-form .form-group:after {
    content: url(../img/Search.png);
    left: 70px;
    position: absolute;
    top: 50%;
    line-height: 12px;
    transform: translateY(-50%);
}*/

.mobile-menu .navbar-form .form-group:after {
    content: url(../img/Search.png);
    right: 25px;
    position: absolute;
    top: 50%;
    line-height: 12px;
    transform: translateY(-50%);
}

.mobile-menu .navbar-form .position.form-group:after {
    content: url(../img/Search.png);
    left: 20px;
    right: unset;
    position: absolute;
    top: 50%;
    line-height: 12px;
    transform: translateY(-50%);
}

.mobile .navbar-form .form-group:after {
    content: url(../img/Search.png);
    left: 30px;
    right: unset;
    position: absolute;
    top: 50%;
    line-height: 12px;
    transform: translateY(-50%);
}

/*.navbar-default .navbar-form .btn-effect {
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
    width: 92px;
    padding: 7px;
    position: absolute;
    top: 50%;
    right: 22px;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transition: ease-in .1s;
    -moz-transition: ease-in .1s;
    -ms-transition: ease-in .1s;
    -o-transition: ease-in .1s;
    transition: ease-in .1s;
}*/

.navbar-default .navbar-form .btn-effect {
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
    width: 92px;
    padding: 7px;
    position: absolute;
    top: 50%;
    right: 19px;
    z-index: 999;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transition: ease-in .1s;
    -moz-transition: ease-in .1s;
    -ms-transition: ease-in .1s;
    -o-transition: ease-in .1s;
    transition: ease-in .1s;
    display: none;
    text-align: center;
}

.mobile-menu .navbar-default .navbar-form .btn-effect {
    display: none;
}

.inner-page {
    background: #fcfcfc;
}

.btn-effect {
    border: 1px solid #1a1818;
    border-radius: 20px;
    text-decoration: none !important;
    font-weight: 300;
    width: 115px;
    padding: 9px;
    display: inline-block;
    background: transparent;
    color: #707070;
    position: relative;
    text-align: center;
}

.btn-effect.live {
    float: right;
    text-align: left;
    padding-left: 30px;
    margin-top: 8px;
    width: 46%;
}

.btn-effect.live:after {
    content: url("../img/chevron.png");
    right: 15px;
    position: absolute;
}

.btn-effect.live.close-live:after {
    content: url("../img/power-off.png");
}

.btn-effect:focus {
    outline: none;
}

.red {
    background: #c71c2f;
    color: #fff !important;
    border: none;
}

.red-border {
    border-color: #c71c2f;
    color: #c71c2f;
    width: 150px;
    margin-top: 8px;
}

.round {
    position: relative;
}

.round:before {
    content: '';
    background: #e50019;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 15px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.open-live.round:before {
    background: #1aff00;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.bg {
    background: url("../img/prlx.jpg") no-repeat top;
    height: 140px;
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
    position: relative;
}

.bg:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .2);
}

.bg h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.last-news {
    list-style: none;
    padding: 0;
    margin: 0;
}

.last-news a, .news-list .block a, .news-list .choose a {
    display: block;
    color: #1a1818;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 1px solid #f6f6f6 !important;
    padding: 10px 15px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.banner {
    margin-bottom: 10px;
}
.banner-slider-down{
    margin-top: 20px

}
.banner-slider-down2{
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
}
.banner-slider-down img{
    width: 100%;
}

#adriver_banner_756294387 {
    width: 100% !important;
}

.new-part .news .block a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    padding: 0;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
    color: white;
    border: none !important;
}

.new-part.news-list .left-side .last-news.block a {
    padding: 0;
}

.last-news a {
    height: 100%;
}

.last-news a:hover {
    background: #f6f6f6;
}

.news {
    overflow: hidden;
}

.news .slick-slider .slick-list {
    padding: 0 !important;
}

.time {
    color: #878a9b;
    font-size: 12px;
    font-weight: 300;
}

.time .fa {
    margin-right: 5px;
}

.block {
    box-shadow: 0.6px 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

section {
    padding: 40px 0;
}

.last-news a p, .online .block p {
    margin: 0;
    line-height: 20px;
}

.online .overlay img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.online .overlay:after {
    bottom: -98px;
}

.overlay img {
    width: 100%;
}

.news .row.relative {
    position: relative;
}

.news .slick-slide img, .news .slick-slider, .news .slick-slider .slick-track, .news .slick-slider .slick-list, .news .slick-slider .slick-list {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.news .slick-slide .news-detail {
    bottom: 30px;
}

.news .block {
    overflow: visible;
}

.news .overlay {
    border-radius: 5px;
}

.news .slick-dots {
    position: absolute;
    bottom: -44px;
    list-style: none;
    z-index: 99;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
}

.news .slick-dots li {
    display: inline-block;
    padding: 7px;
}

/*.news .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    padding: 0;
    box-shadow: none;
    border: none;
}*/

.news .slider-nav.slick-initialized .slick-slide {
    width: 162px !important;
    height: 102px;
}

.new-part .right-side .block, .new-part .news .right-side .overlay {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.new-part .news .slider-nav.slick-initialized .slick-list.draggable .slick-slide {
    margin-bottom: 5px;
}

.new-part .news .slider-nav.slick-initialized .slick-list.draggable .slick-slide:last-child {
    margin-bottom: 0 !important;
}

.news .slider-nav.slick-initialized .slick-slide.slick-current {
    background: #f6f6f6;
}

.news .slick-dots li button:focus {
    outline: none;
}

/*.news .slick-dots li.slick-active button {
    background: #c71c2f;
}*/

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: .25;
    color: black;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #c71c2f;
}

.overlay {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 2px;
}

.overlay:after {
    content: '';
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    height: 295px;
    position: absolute;
    width: 100%;
    bottom: -125px;
    left: 0;
}

.news-detail {
    position: absolute;
    bottom: 20px;
    color: #fff;
    width: 92%;
    left: 26px;
    z-index: 999;
}

.right-side .news-detail span.time {
    float: right;
}

.right-side .block a {
    height: 100%;
}

.news-detail span.time {
    color: #fff;
}

.news-detail a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.news-detail a h3 {
    font-size: 22px;
}

.news .round:before, .news-list .round:before {
    left: 0;
}

.news .round, .news-list .round {
    padding-left: 25px;
}

.category-list.inline-list {
    margin-bottom: 0;
    flex-wrap: wrap;
    display: flex;
}

.new-part .category-list.inline-list {
    margin: 30px 0 20px;
    flex-wrap: wrap;
    display: flex;
    padding: 0 15px;
    background-color: #ffffff;
    border-radius: 5px;
}

.new-part .category-list li a {
    margin-right: 20px;
    display: inline-block;
    padding: 17px 0;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
    border-bottom: 2px solid transparent;
    font-size: 14px;
}

.new-part .online-tools .daily {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 15px 0;
}

.new-part .online-tools .daily li {
    border: none;
}

.new-part .online-tools .col-md-7 p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
}

.new-part.news-list .online-tools .block a h4 {
    font-size: 18px;
}

.new-part .online-tools .daily p {
    color: #464749
}

.new-part .online-tools .daily a:hover {
    text-decoration: none;
}

.new-part .online-tools .daily .detail {
    float: none;
}

.new-part .choose .col-md-4 {
    margin-bottom: 30px;
}


.new-part.news-list .choose .block .inner {
    padding: 0 15px 15px;
}

.new-part.news-list .editor.choose .block {
    min-height: 336px;
}

.new-part .politics .heading h5 {
    font-weight: 500;
}


.category-list li a {
    margin-right: 45px;
    display: inline-block;
    padding: 20px 0 0;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
    border-bottom: 2px solid transparent;
}

.category-list li:last-child a {
    margin-right: 0;
}

.category-list li a:hover {
    color: #e50019;
    border-color: #e50019;
}

.news-list {
    background: #f6f6f6;
}

.news-list .block {
    border-radius: 2px;
    box-shadow: none;
}

.news-list .block a {
    padding: 0;
}

.category.news-list .choose .block a {
    border-bottom: none !important;
}

.news-list .block a h4 {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 22px;
}

.news-list h4.round {
    font-size: 17px;
    margin: 15px 0 25px;
    display: inline-block;
}

.news-list .right-side .right-inner h4.round {
    margin: 15px 15px 10px !important;
}

.new-part.news-list .right-side h4.round {
    margin: 25px 0;
}

.news-list .last-news li a, .online .block p {
    padding: 10px 0;
    font-weight: 300;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.video-block, .day-block {
    position: relative;
    margin-bottom: 15px;
}

.video-block .news-detail, .online .news-detail, .politics .news-detail, .day-block .news-detail {
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 20px;
}

.category.news-list .choose .block a {
    border-bottom: none !important;
}

.video-block .news-detail span.time {
    margin: 0;
}

.video-block .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.new-part.news-list .block a h4 {
    font-weight: 500;
}

.new-part.news-list .last-news li a, .new-part .online .block p {
    font-size: 15px;
}

span.time.date {
    float: right;
}

.news-list .last-news li a:after {
    content: '';
    display: block;
    clear: both;
}

.social, .online {
    margin-bottom: 30px;
}

.advertise-block {
    text-align: center;
    border-radius: 5px;
    background-color: #ebebeb;
    padding: 25px 0;
    margin: 30px 0 35px;
}

.advertise-block span {
    opacity: 0.5;
    color: #202124;
    font-size: 36px;
    letter-spacing: 14px;
}

.advertise-block img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.social .block a {
    display: block;
    padding: 32px 20px;
    width: 100%;
    background: #3b5998;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.new-part .social .block a {
    margin: 20px 0 0;
}

.new-part .social .block a p {
    margin-top: 20px;
}

.social .block a .fa {
    font-size: 48px;
}

.social .col-md-4:nth-child(2) .block a {
    background: #1da1f2;
}

.social .col-md-4:last-child .block a {
    background: #c71c2f;
}

.news-list .last-news.block, .news-list .choose .block, .about .block {
    background: #fff;
    box-shadow: 0.6px 2px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    min-height: 336px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.news-list .last-news.block {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
    width: 162px;
}

.news-list .block a:hover h4, .video-news .last-news a:hover h4, .politics .last-news a:hover h4 {
    color: #6b6b6b;
}

.politics .col-md-6:nth-child(2n+3) {
    clear: both;
}

.politics a {
    display: block;
}

.politics .heading h5 {
    font-weight: 100;
}

.news-list .last-news.block:hover, .news-list .choose .block:hover {
    box-shadow: 0.6px 6px 6px 0 rgba(0, 0, 0, 0.16);
}

.news-list .last-news.block a {
    padding: 10px 15px;
}

.news-list .last-news.block a p {
    font-weight: 500;
}

.news-list .online .block a h4 {
    margin-top: 30px;
}

.online .block p {
    font-size: 16px;
    line-height: 22px;
}

.online .left-side .last-news li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.online .left-side .last-news li a {
    border: none !important;
}

.news-inner .galleria-theme-classic {
    background: transparent;
}

.galleria {
    height: 500px;
}

.galleria-theme-classic .galleria-thumb-nav-left, .galleria-theme-classic .galleria-thumb-nav-right, .galleria-theme-classic .galleria-info-link, .galleria-theme-classic .galleria-info-close, .galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right {
    background-color: rgba(0, 0, 0, .8);
}

.galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right {
    height: 60px;
    top: 50%;
}

.galleria-theme-classic .galleria-thumbnails .galleria-image {
    border: none;
}

.galleria-thumbnails .galleria-image {
    height: 60px !important;
}

.galleria-images {
    background: #fff;
}

.galleria-theme-classic .galleria-image-nav-left {
    background-image: url("../img/classic-map-left.png");
    background-position: center;
}

.galleria-theme-classic .galleria-image-nav-right {
    background-image: url("../img/classic-map-right.png");
    background-position: center;
}

.galleria-theme-classic .galleria-thumb-nav-left {
    background-image: url("../img/bottom-left.png");
}

.galleria-theme-classic .galleria-thumb-nav-right {
    background-image: url("../img/bottom-right.png");
}

.galleria-theme-classic .galleria-carousel .galleria-thumb-nav-left, .galleria-theme-classic .galleria-carousel .galleria-thumb-nav-right {
    height: 100%;
    background-position: center;
}

.galleria-theme-classic.notouch .galleria-image-nav-left:hover, .galleria-theme-classic.notouch .galleria-image-nav-right:hover {
    opacity: .4;
}

.news-list .online .last-news.block {
    padding: 15px 5px;
    min-height: auto;
}

.online .left-side .last-news li a:hover {
    background: transparent;
    opacity: .8;
}

.news-list .choose .col-md-6 a.category-block {
    display: block;
    font-size: 16px;
    padding: 0;
    margin-bottom: 30px;
    min-height: 303px;
    position: relative;
}

.news-list .choose .block {
    background: #fff;
    border-radius: 2px;
    position: relative;
}

.news-list .choose .block .inner {
    padding: 0 20px 20px;
}

.news-list .choose a h4 {
    color: #464749;
    margin: 20px 0 30px;
    font-size: 16px;
    line-height: 22px;
    max-height: 110px;
    overflow: hidden;
}

.last-news .col-xs-3 {
    padding: 0;
}

.last-news [class*="col-"] {
    padding: 0;
}

.choose .col-md-6:nth-child(2n+3) {
    clear: both;
}

.choose .block img {
    height: 160px;
    width: 100%;
}

.choose .block1 img {
    height: 200px;
    width: 100%;
}

.news-list .choose .category-block {
    padding: 0;
}

.choose .row.relative {
    margin-bottom: 30px;
}

.category-bottom {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    bottom: 10px;
    left: 0;
}

.politics {
    margin-top: 20px;
}

.politics .last-news {
    margin: 25px 0 20px;
}

.politics .overlay img {
    height: 240px;
    width: 100%;
}

a.heading {
    color: #1a1818;
    text-decoration: none;
    display: block;
    margin-bottom: 35px;
}

.heading h5 {
    font-size: 16px;
    margin-top: 20px;
}

/*.choose {
    margin-top: 30px;
}*/

.right-side .nav-tabs li {
    width: calc(100% / 3);
    text-align: center;
}

.right-side .nav-tabs li a {
    font-size: 11px;
    padding: 8px 3px;
    background: #e7eaf1;
    margin: 0;
    border-color: transparent;
    border-radius: 0;
}

.right-side .nav-tabs {
    border-bottom: none;
}

.right-side .nav-tabs li.active a {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    border-color: transparent;
}

.right-side .tab-content {
    background: #fff;
    padding: 10px;
}

.right-side .tab-info {
    margin-bottom: 40px;
}

.right-side .tab-content .table tr td {
    border-top: none;
    padding: 8px 5px;
}

.right-side .tab-content .table tr td:first-child img {
    margin-right: 10px;
}

.right-side .tab-content .table tr td:last-child {
    text-align: right;
}

.right-side .tab-content .table tr td:last-child img {
    margin-left: 10px;
}

.right-side.info .block, .partners .block {
    background: #fff;
    box-shadow: 0.6px 2px 6px 0 rgba(0, 0, 0, 0.16);
}

.daily {
    list-style: none;
    padding: 0;
}

.daily .detail {
    float: right;
}

.daily li .fa {
    color: #727375;
    font-size: 12px;
}

.daily .detail .date {
    margin-left: 20px;
}

.daily li {
    padding: 15px;
    border-bottom: 1px solid #e1e2e7;
}

.news-list .block .daily a {
    display: block;
    border: none !important;
}

.daily li:last-child {
    border: none;
}

.news-list .block .daily a p {
    font-size: 15px;
    color: #464749;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.right-side.info .block {
    border-radius: 5px;
}

.daily span.time.date {
    float: none;
}

.red-text {
    color: #c71c2f;
    font-weight: 500;
}

.new-part .news .col-md-3 {
    padding-right: 3px;
}

.new-part .news .right-side.col-md-9 {
    padding-left: 3px;
}

.right-side.info .btn-effect {
    color: #fff;
    text-transform: uppercase;
    width: 192px;
    font-size: 12px;
    padding: 6px;
    margin: 28px auto 40px;
}

.footer-top {
    background: #464749;
    padding: 19px 0;
}

.footer-top .top-link {
    list-style: none;
    padding: 0;
}

.footer-top .top-link li {
    display: inline-block;
}


.footer-top .top-link li a {
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-weight: 300;
    text-transform: lowercase;
}

.footer-top .top-link li a::first-letter {

    text-transform: capitalize;
}

.footer-top ul {
    display: inline-block;
    margin: 10px 0 0;
}

.footer-top .inline-list {
    float: right;
}

.footer-top .inline-list a {
    color: #fff;
    padding: 15px 5px;
    display: inline-block;
}

.footer-top .form-group {
    width: 65%;
    margin: 30px 5px 0 0;
    display: inline-block;
}

.footer-top .img-responsive {
    height: 65px;
}

.footer-medium {
    background: #1a1818;
    padding: 20px 0;
}

.footer-medium ul {
    list-style: none;
    padding: 0;
}

.footer-medium ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.footer-medium ul li a:hover {
    color: #c71c2f;
}

.footer-medium ul li {
    line-height: 30px;
}

.footer-medium h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}

.footer-bottom {
    padding: 40px 0;
    background: #1a1818;
    font-size: 12px;
    color: #fff;
    border-top: 1px solid #fff;
}

.footer-bottom img {
    max-width: 200px;
}

.live-video {
    background: #1a1818;
    color: #fff;
}

.live-video iframe {
    width: 100%;
    height: 500px;
}

.live-video p {
    opacity: .7;
    font-weight: 300;
    margin: 20px 0 30px;
}

.btn-effect.white {
    color: #fff;
    border-color: #fff;
}

.live-video .btn-effect {
    width: 150px;
}

.live-video .btn-effect.red {
    margin-right: 15px;
}

.top-news .overlay img {
    max-height: 240px;
    /*object-fit: cover;*/
    width: 100%;
}

.nav-top.add-bg:after {
    background: rgba(24, 22, 22, .97);
}

.info .table {
    border: none;
}

.category {
    padding: 20px 0 100px;
}

.breadcrumb {
    background: transparent;
}

.breadcrumb > li {
    font-size: 15px;
}

.breadcrumb > li.active {
    color: #1a1818;
}

.breadcrumb > li a {
    color: #878a9b;
}

.breadcrumb > li + li:before {
    content: '>';
}

.category .choose {
    margin-top: 0;
}

.pagination {
    margin: 20px auto;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    padding: 6px 15px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c71c2f;
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 40px;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #333;
    background: transparent;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: transparent;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
    line-height: 20px;
}

.news-inner .news-head {
    background-color: #ededed;
    border-radius: 3px;
    list-style: none;
    padding: 20px;
    margin: 30px 0;
}

.news-inner .news-head li {
    display: inline-block;
}

.news-inner .news-head .detail-list {
    margin-left: 40px;
}

.news-inner .news-head .detail-list span {
    margin-right: 30px;
}

.news-inner .news-head .text-zoom {
    float: right;
    line-height: 19px;
}

.news-inner .news-head .text-zoom .zoom-in {
    font-size: 20px;
    font-weight: 600;
}

.news-inner .news-head .text-zoom .zoom-out {
    font-size: 16px;
    font-weight: 600;
}

.news-inner.news-list .col-md-8 .news-head h4.round {
    margin: 0;
}

.news-inner .news-end {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    margin-top: 35px;
}

.news-inner .choose a {
    padding: 0;
    margin-bottom: 20px;
}

.news-inner .choose .block img {
    height: 200px;
}

.news-inner .news-end p {
    color: #878a9b;
    font-size: 15px;
    display: inline-block;
    margin: 0;
}

.news-inner .news-end p span {
    color: #333;
}

.news-inner .news-end p:last-child {
    float: right;
}

.news-inner.news-list h4.round {
    margin-bottom: 30px;
}

.transparent {
    background: transparent;
    border: none;
}

button:focus {
    outline: none;
}

.news-inner .news-text {
    /*
    color: #1a1818;
    font-size: 18px;
    font-weight: 100;
    */
    color: #1a1818;
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
}

.news-inner .news-text strong,
.news-inner .news-text strong * {
    font-weight: bold !important;
}

/*.news-inner .news-text em,*/
/*.news-inner .news-text em * {*/
/*font-style: italic;*/
/*}*/

.news-inner .slider-nav {
    margin-top: 15px;
}

.news-inner .slider-nav img {
    width: 210px;
    height: 140px;
    object-fit: cover
}

.news-inner.news-list .choose .block {
    min-height: 333px;
}

.news-inner .overlay img {
    width: 100%;
}

.news-inner.news-list .choose .col-md-3:nth-child(4n+5) {
    clear: both;
}

.news-inner .slider-for {
    margin-top: 35px;
}

.news-inner .slider-for .slick-slide img {
    width: 100%;
}

.news-inner .slick-next, .news-inner .slick-prev {
    background: rgba(0, 0, 0, .5);
    border: none;
    color: #fff;
    height: 100%;
    top: 0;
    width: 43px;
    position: absolute;
}

.news-inner .slick-next {
    right: 0;
    width: 49px;
}

.news-inner .slick-next .fa, .news-inner .slick-prev .fa {
    font-size: 20px;
}

.reklam-block {
    height: 453px;
    text-align: center;
    color: #333;
    background: #e1e2e7 !important;
    margin-bottom: 55px;
}

.about .about-head {
    margin-bottom: 42px;
}

.about .about-head p {
    font-size: 35px;
    display: inline-block;
    font-weight: 100;
    margin: 0;
}

.about .about-head img {
    display: inline-block;
}

.about .about-head img:last-child {
    float: right;
    margin-top: 16px;
}

.about .block {
    padding: 65px 95px;
}

/*.news .slick-prev, .news .slick-next {
    display: none !important;
}*/

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

.about .about-text p, .about .about-text ol {
    color: #231f20;
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    margin-bottom: 30px;
}

.about .about-text ol {
    padding-left: 20px;
}

.about .about-text p span {
    color: #464749;
    font-weight: 500;
}

.about .breadcrumb {
    padding-left: 0;
}

.contact .round {
    display: inline-block;
    margin-top: 10px !important;
}

.contact .social-icons, .contact .contact-list {
    float: right;
    list-style: none;
    margin: 0;
}

.contact .social-icons li a {
    color: #1a1818;
    font-size: 25px;
    display: inline-block;
    padding: 0 17px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

textarea {
    border-radius: 10px;
    resize: none;
    width: 100%;
    height: auto;
    padding: 6px 12px;
}

.contact .block {
    padding: 0;
}

.contact .contact-inner .left-side {
    padding: 40px 35px;
}

.contact .contact-inner .right-side {
    overflow: hidden;
    padding: 0;
}

.contact iframe {
    border: none;
    width: 100%;
    height: 457px;
}

.contact .contact-list {
    float: none;
    padding: 0;
}

.contact .contact-list li {
    display: inline-block;
    font-weight: 100;
    position: relative;
    padding-left: 40px;
    width: 24%;
}

.contact .contact-list li .fa {
    color: #c71c2f;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
}

.contact-end.block {
    padding: 38px 50px;
    min-height: auto;
    margin-top: 20px;
}

.search-top h4 {
    display: inline-block;
}

.search-top .result {
    float: right;
    margin-top: 15px;
}

.search-top .result p {
    margin: 0;
    color: #878a9b;
    font-size: 16px;
}

.search-top .result p span {
    color: #1a1818;
    font-weight: 600;
}

.news-list .choose .col-md-4 .block a {
    height: auto;
    border-bottom: none !important;
}

.new-part .lastest-news .btn {
    background: -moz-linear-gradient(90deg, rgb(95, 10, 13) 0%, rgb(240, 26, 33) 100%);
    background: -webkit-linear-gradient(90deg, rgb(95, 10, 13) 0%, rgb(240, 26, 33) 100%);
    background: -ms-linear-gradient(90deg, rgb(95, 10, 13) 0%, rgb(240, 26, 33) 100%);
    width: 319px;
    height: 40px;
    display: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    margin: 20px auto 30px;
    line-height: 30px;
    outline: none;
    border: none;
    transition: 400ms ease-in-out;
    animation: shadow-btn 1.4s infinite;
    box-shadow: 0 1px 2px 8px rgba(240, 26, 33, .1);
}

@keyframes shadow-btn {
    0% {
        -webkit-filter: none;
        filter: none;
    }
    50% {

        -webkit-filter: drop-shadow(0 0 10px rgba(240, 26, 33, .5));
        filter: drop-shadow(0 0 10px rgba(240, 26, 33, .5));
    }
}

.news-list .choose a.get-video {
    float: right;
    position: absolute;
    right: 20px;
    border-bottom: none !important;
    bottom: 10px;
    font-weight: 100;
    font-size: 14px;
    -webkit-transition: ease-in .2s;
    -moz-transition: ease-in .2s;
    -ms-transition: ease-in .2s;
    -o-transition: ease-in .2s;
    transition: ease-in .2s;
}

.choose .block .play-video {
    position: absolute;
    left: 50%;
    top: 20%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.partners .block {
    width: 262px;
    background: #fff;
    padding: 40px;
    margin-bottom: 20px;
    position: relative;
    height: 262px;
}

.partners .block img {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.not-found {
    text-align: center;
    font-weight: 100;
}

.not-found img {
    margin: auto;
    margin-bottom: 85px;
}

.not-found .btn-effect {
    width: auto;
    margin-top: 35px;
    padding: 10px 20px;
}

.video-news .last-news h4, .politics .last-news h4 {
    margin: 0 !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 100;
}

.news-text, .news-inner .news-text span, .news-inner .news-text p, .news-inner .news-text span *, .news-inner .news-text p * {
    /*font-family: 'Gotham', sans-serif !important;*/
    /*
    font-size: 18px;
    font-weight: 100;
    */
    font-family: Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 26px;
    font-weight: normal;
    background: transparent !important;
}

html {
    -webkit-tap-highlight-color: rgb(0, 0, 0);
}

.news .slick-slide .news-detail {
    bottom: 25px;
}

.news-list .block a h4 {
    font-size: 15px;
    line-height: 21px;
}

.news-text iframe {
    width: 100%;
    margin: 10px 0;
}

.news-text h1,
.news-text h1 span,
.news-text h1 span * {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: bold !important;
}

.news-headline {
    font-size: 25px;
    font-family: Arial;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
}

/*.news-inner,.news-inner * {*/
/*color: #000 !important;*/
/*}*/


.allnews .container a {
    text-align: center;
    display: block;
    /* border: solid 1px #000; */
    padding: 10px 0;
    border-radius: 40px;
    background: #ececec;
    color: #231f20;
    font-size: 12px;
    margin-top: 7px;
}

.news-inner .news-text video {
    width: 100%;
    margin: 15px 0;
}

.live-video .comments-list {
    overflow-y: scroll;
    height: 270px;
}

.live-video .list-top span {
    float: right;
    margin-top: 7px;
}

.live-video .list-top h4 {
    display: inline-block;
}

.live-video .comments-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.live-video .comments-list ul li h5 .fa {
    margin-right: 5px;
}

.live-video .comments-list ul li h5 {
    font-weight: 100;
}

.live-video .comments-list ul li p {
    opacity: .4;
    font-size: 13px;
    font-weight: 100;
    margin: 0;
}

.live-video ::-webkit-scrollbar {
    width: 4px;
}

.live-video ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 2px;
}

.live-video ::-webkit-scrollbar-thumb {
    background: #5c5555;
    border-radius: 2px;
}

.live-video ::-webkit-scrollbar-thumb:hover {
    background: #2e2a2a;
}

.live-video .input-group-btn .btn-default {
    border: none;
    height: 40px;
    padding: 10px 20px;
    border-radius: 0 20px 20px 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    background: url('../img/send.png') center no-repeat #fff;
}

.live-video .input-group {
    margin-bottom: 0;
}

.live-video .input-group .form-control:focus {
    border-right: none !important;
}

.live-video form {
    padding: 20px;
    background: #272424;
    margin-top: 10px;
}

.live-video .btn-effect {
    margin-bottom: 30px;
}

.advertise-block.edit {
    padding-top: 0;
    margin: 0;
}

/*archive*/
.nav-bottom .archive {
    color: #707070;
    border: 1px solid #707070;
    margin: 8px 0 0;
    width: 46%;
    height: 40px;
}


section.lightpick.lightpick--2-columns {
    margin-top: 5px;
}

.nav-bottom .archive span {
    margin-left: 7px;
}

.choose input.form-control {
    width: 263px;
    background: #fcfcfc;
    border: 1px solid #707070;
    height: 40px;
    padding: 6px 17px;
}

.category .date-part {
    margin-bottom: 30px;
}

.category .date-part form {
    display: inline-block;
    float: right;
    position: relative;
}

.lightpick__day {
    height: 35px;
    font-size: 11px;
}

.category .date-part .form-group {
    position: relative;
    margin-top: 6px;
}

.category .date-part .form-group span {
    position: absolute;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    line-height: 3px;
}

.news-inner .news-end p {
    color: #000000 !important;
}

.news-list.category .choose .col-md-4:nth-child(3n+1) {
    clear: both;
}

.news-list.category .choose .col-md-4 .category-block {
    margin-bottom: 30px;
}

.list-view {
    display: inline-block;
    float: right;
    margin: 13px 40px 13px 0;
    position: relative;
    cursor: pointer;
    display: none;
}

.list-view:after {
    content: url('/public/dist/img/list.png');
    margin-left: 10px;
    position: absolute;
    right: -40px;
    top: 0;
}

.choose.picture img {
    display: none;
}

.choose.picture .list-view:after {
    content: url('/public/dist/img/photo.png');
    margin-left: 10px;
    position: absolute;
    right: -40px;
    top: 0;
}

.news-list .photo-text {
    display: none;
}

.news-list .choose.picture .photo-text {
    display: block;
}

.news-list .choose.picture .list-text {
    display: none;
}

.archive-mobile {
    width: calc(100% / 2);
    display: inline;
}

.news-list .block .daily a p.is-red {
    color: red;
}

.round a {
    color: #1a1818;
}

.new-part .choose .col-md-4:nth-child(3n+1) {
    clear: both;
}

.ban-top iframe {
    width: 100%;
    height: 100%;
}

.ban-top {
    height: 112px;
}

.banner iframe {
    width: 100%;
}


.social-fixed {
    box-shadow: 0 -5px 20px rgba(32, 33, 36, 0.15);
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 7px 10px;
    z-index: 99;
}

.social-fixed ul, .social-share ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
}

.social-fixed li, .social-share li {
    border-radius: 6px;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-share li {
    height: 35px;
}

.social-fixed li:not(:last-child) {
    margin-right: 5px;
}

.social-share li:not(:last-child) {
    margin-right: 10px;
}

.social-fixed li a, .social-share li a i {
    color: #fff;
}

.social-fixed .fb-fixed, .social-share .fb-fixed {
    background-color: #3b5998;
}

.social-fixed .tw-fixed, .social-share .tw-fixed {
    background-color: #32aadd;
}

.social-fixed .wp-fixed, .social-share .wp-fixed {
    background-color: #2cb742;
}

.social-fixed .ln-fixed, .social-share .ln-fixed {
    background-color: #0274b3;

}

.social-fixed .tg-fixed, .social-share .tg-fixed {
    background-color: #32aadd;
}

.social-fixed .tg-fixed i, .social-share .tg-fixed i {
    font-size: 12px;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.flex-row .mob-full {
    height: 100%;
}

@media only screen and (min-width: 1200px) {
    .new-part .news .right-side.col-md-9 {
        width: 695px;
    }
}

@media only screen and (max-width: 1200px) {
    .navbar-form .form-control {
        width: 100%;
        padding-left: 40px;
    }

    .navbar-form .form-group:after {
        left: 15px;
    }

    .nav-bottom .btn-effect {
        width: 110px;
    }

    .navbar-default.nav-bottom .navbar-nav > li > a {
        padding-right: 3px;
        font-size: 16px;
    }

    .footer-top .btn-effect {
        width: 100px;
    }

    .footer-top .form-group {
        width: 60%;
    }

    .category-list li a {
        margin-right: 15px;
    }

    .news-inner .slider-nav img {
        width: 150px;
    }

    .last-news .col-xs-3 {
        padding-right: 10px;
    }


    /*archive*/
    .nav-bottom .archive {
        margin: 8px 0 0;
    }

    .mobile-menu .navbar-form .form-group:after {
        right: 15px;
    }

    .navbar-form .position.form-group:after {
        left: 15px;
    }

    .lightpick__month {
        max-width: 250px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
    .new-part .news .right-side.col-md-9 {
        width: 549px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .live-video .btn-effect {
        width: 100%;
        margin-bottom: 14px;
    }

    .news-inner .choose {
        padding: 0;
    }

    .choose .block img {
        height: 195px;
    }

    .footer-bottom img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 991px) {
    .news .right-side {
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
    }

    .nav-top .col-md-6:first-child .col-md-6:first-child {
        display: flex;
    }

}

@media only screen and (max-width: 991px) {
    .news-detail {
        left: 32px;
    }

    .list-view {
        display: block;
    }

    .category .date-part form {
        margin-right: 44px;
    }

    .news-list .choose.picture .block, .news-list .choose.picture .col-md-6 a.category-block {
        min-height: 170px;
    }

    .new-part .right-side .block, .new-part .news .right-side .overlay {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .nav-top .btn-default {
        line-height: 38px;
    }

    .new-part .news .slick-dots {
        position: relative;
        text-align: center;
        padding: 0;
        margin-top: 10px;
        bottom: 0;
        list-style: none;
        z-index: 99;
        left: auto;
        transform: translateX(0%);
    }

    .new-part .category-list.inline-list {
        display: none;
    }

    .new-part .lastest-news .btn {
        display: block;
    }

    .new-part .news .slick-slide .news-detail {
        bottom: 10px;
    }

    .new-part .news .slick-slide .news-detail a h3 {
        font-size: 14px;
        margin-top: 6px;
        width: 90%;
    }

    .footer-top ul {
        margin: 0;
    }

    .footer-top .form-group {
        width: 79%;
    }

    .video-block .news-detail, .online .news-detail, .politics .news-detail {
        left: 6px;
    }

    .online .block p {
        font-size: 14px;
    }

    .news-inner .slider-nav img {
        width: 200px;
    }

    .video-news .last-news h4, .politics .last-news h4 {
        font-size: 14px;
    }

    .nav-top .navbar-right {
        margin-right: 0;
    }

    .nav-bottom .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .nav-bottom .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-toggle {
        display: block;
        border: none;
        position: absolute;
        right: 0;
        margin: 0 15px 0 0;
        transform: translateY(-50%);
        top: 50%;
        padding-right: 0;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .navbar-brand > img {
        height: 70px;
    }

    .navbar-header {
        width: 100%;
    }

    .nav-bottom {
        padding: 0;
    }

    .mobile {
        display: block;
    }

    .web {
        display: none;
    }

    .nav-top {
        z-index: 9999;
    }

    .nav-top .btn-default, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        background: transparent;
        border: none;
        color: #fff;
        font-weight: 500;
        outline: none;
        box-shadow: none;
    }

    .nav-top .open > .dropdown-menu {
        display: block;
        right: 0;
        left: auto;
        min-width: 100px;
    }

    .nav-top .dropdown-menu > li > a {
        font-weight: 500;
    }

    .nav-bottom .live-buttons {
        position: absolute;
        top: 50%;
        left: 75%;
        transform: translate(-50%, -50%);
    }

    .news-list h4.round {
        font-size: 14px;
    }

    .nav-bottom .live-buttons .search {
        position: absolute;
        right: -48px;
        top: 60%;
        transform: translateY(-50%);
    }

    .search-input {
        background: rgba(70, 71, 73, .1);
        display: none;
    }

    .navbar-default .navbar-form {
        margin: 10px 0;
    }

    .navbar-default .navbar-form .btn-effect {
        right: 20px;
    }

    .nav-bottom .navbar-collapse.collapse.in {
        display: block !important;
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0;
        padding-top: 85px;
        top: 0;
    }

    .mobile-menu {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        z-index: 999;
        height: calc(100vh - 48px);
        background: rgba(24, 22, 22, .97);
    }

    .nav-bottom .navbar-right, .navbar-default.nav-bottom .navbar-nav > li {
        float: none !important;
    }

    .navbar-default.nav-bottom .navbar-nav > li > a {
        color: #fff;
    }

    .new-part.news-list {
        padding-top: 23px;
    }

    .nav-bottom .close-menu {
        position: absolute;
        top: 20px;
        right: 30px;
    }

    .nav-top .absolute {
        left: 15px;
    }

    .search-input .navbar-form {
        width: 100%;
    }

    .news .left-side {
        display: none;
    }

    .top-news .last-news {
        margin-bottom: 30px;
    }

    .top-news .overlay img {
        height: auto;
    }

    .contact .contact-list li {
        width: 49%;
        margin-bottom: 10px;
    }

    .choose .block img {
        height: 230px;
    }

    /* .video-block .news-detail, .online .news-detail, .politics .news-detail {
         width: 96%;
         z-index: 9;
     }*/
}

@media only screen and (min-width: 768px) {
    .last-news .col-xs-3 img {
        width: 98px;
        max-height: 65px;
        /*object-fit: cover;*/
    }

    .banner iframe {
        height: 255px;
    }

    .footer-bottom .row {
        display: flex;
        align-items: center;
    }

    .footer-bottom .row p {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .news .left-side {
        display: none;
    }

    .news-list .choose.picture .block, .news-list .choose.picture .col-md-6 a.category-block {
        min-height: unset;
    }

    .new-part.news-list .editor.choose .block {
        min-height: 350px !important;
    }

    .category-list.inline-list {
        margin-top: 50px;
    }

    .category-list li a {
        font-size: 14px;
    }

    .navbar-brand > img {
        height: 55px;
    }

    .btn-effect.live:after {
        right: 6px;
    }

    .nav-bottom .btn-effect.live:before {
        left: 6px;
    }

    .nav-bottom .btn-effect {
        margin: 0;
        width: 85px;
        padding: 6px 5px 6px 15px;
        text-align: left;
    }

    .footer-top img {
        margin: 20px auto;
    }

    .footer-top .form-group, .footer-top .btn-effect {
        width: 100%;
        margin-top: 10px;
    }

    .footer-top .inline-list, .footer-top .top-link {
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-top .top-link li a {
        font-size: 15px;
    }

    .footer-top .inline-list a {
        font-size: 26px;
        color: #fff;
        padding: 15px 30px;
    }

    .footer-medium ul li a {
        margin: 10px 0;
        display: inline-block;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom img {
        margin: 0 auto 20px;
    }

    .online .overlay img, .choose .block img, .politics .overlay img {
        height: auto;
    }

    .social .block a {
        padding: 9px;
        font-size: 10px;
    }

    .social .block a .fa {
        font-size: 18px;
    }

    .social .block a p {
        margin: 10px 0 0;
    }

    .news-list .last-news.block {
        margin-top: 20px;
    }

    .choose, .politics {
        margin-top: 20px;
    }

    .news-detail a h3 {
        font-size: 15px;
    }

    .news-part .news .slick-slide .news-detail {
        bottom: 10px;
        left: 30px;
    }

    .bg h1 {
        font-size: 22px;
    }

    .navbar-default .navbar-form .btn-effect {
        top: 46%;
    }

    .news-inner .news-head li:first-child {
        display: block;
    }

    .news-inner .news-head .detail-list {
        margin: 15px 0 0;
    }

    .news-inner .news-head .text-zoom {
        margin-top: 10px;
    }

    .news-inner .news-end p {
        display: block;
    }

    .news-inner .news-end p:last-child {
        float: none;
        margin-top: 10px;
    }

    .news-inner .slider-nav img {
        width: 140px;
    }

    .about .block {
        padding: 25px;
    }

    .contact .block {
        padding: 0;
    }

    .contact-end.block {
        padding: 10px;
    }

    .search-top .result p {
        font-size: 14px;
    }

    .news-text img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 580px) {
    .nav-bottom .live-buttons {
        left: 65%;
    }

    .new-part .lastest-news .btn {
        width: 100%;
    }

    .nav-top .weather span.num {
        font-size: 20px;
    }

    .nav-top .weather {
        font-size: 14px;
        margin-left: 5px;
    }

    .list-view {
        margin: 12px 30px 12px 0;
        font-size: 13px;
    }

    .list-view:after, .choose.picture .list-view:after {
        right: -29px;
    }

    .category .date-part form {
        margin-right: 0;
        width: 100%;
    }

    .category .date-part .form-group {
        position: relative;
        float: none;
        margin-bottom: 30px;
    }

    .archive-mobile {
        width: 100%;
    }

    .choose input.form-control {
        width: 100%;
    }

    .news-detail {
        left: 24px;
    }
}

@media only screen and (max-width: 475px) {
    .choose .mob-full {
        width: 100%;
    }
}

@media only screen and (max-width: 425px) {
    .nav-bottom .live-buttons {
        left: 57%;
    }

    .nav-bottom .live-buttons .search {
        right: -50px;
    }

    .news-inner .news-head .detail-list span {
        margin-right: 12px;
    }

    .about .about-head img:last-child {
        display: none;
    }

    .about .about-text p {
        margin-bottom: 20px;
    }

    .contact .contact-inner .left-side {
        padding: 25px;
    }

    .contact .social-icons li a {
        padding: 0 10px
    }

    .contact .contact-list li {
        width: 100%;
    }

    .search-top .result {
        float: none;
        margin-bottom: 30px;
    }

    .news-list .last-news.block, .news-list .choose .block, .about .block {
        min-height: auto;
    }

    .galleria-theme-classic .galleria-image-nav-left, .galleria-theme-classic .galleria-image-nav-right {
        height: 44px;
        width: 44px;
    }

    .news-list h4.round {
        font-size: 13px;
    }

    .news-list .round {
        padding-left: 13px;
    }

    /*archive*/
    .choose input.form-control {
        width: 100%;;
        height: 36px;
        padding: 6px;
        font-size: 12px;
    }

    .category .date-part .form-group span {
        right: 10px;
    }

    .new-part .social .col-md-4 {
        padding-right: 3px;
        padding-left: 3px;
    }

    .new-part .social .col-md-4:first-child {
        padding-left: 13px;
    }

    .new-part .social .col-md-4:last-child {
        padding-right: 13px;
    }

    .new-part .social .block a p {
        margin: 5px 0 0;
    }

    .new-part .news .slick-slide .news-detail a h3 {
        width: 95%;
    }

    .new-part .news .slick-slide .news-detail {
        bottom: 4px;
    }

    .news-detail {
        left: 24px;
        width: 88%;
    }

    .new-part .news .slick-slide .news-detail a h3 {
        font-size: 13px;
        margin: 0 0 5px 0;
    }

    .slick-next {
        right: 10px;
    }

    .slick-prev {
        left: 20px;
    }
}

@media only screen and (max-width: 320px) {
    .nav-bottom .live-buttons {
        left: 61%;
    }

    .nav-bottom .live-buttons .search {
        right: -40px;
    }

    .news-inner .news-head .text-zoom {
        float: none;
    }

    .nav-top .weather {
        margin: 6px;
    }

    .news-inner .slider-nav img {
        width: 70px;
    }
}
.side-block.side-block__banner {
    border-radius: 5px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px
}
.side-block.side-block__banner img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}