@font-face {
    font-family: FFUnitPro-Medium;
    src: url(../fonts/FFUnitPro-Medium.ttf)
}

@font-face {
    font-family: FFUnitPro-Regular;
    src: url(../fonts/FFUnitPro-Regular.ttf)
}

html,
body {
    font-size: 16px;
    overflow-x: hidden
}

h1 {
    font-size: 30px
}

* {
    outline: none
}

a {
    color: #5c99b3;
    text-decoration: underline
}

.container {
    max-width: 954px
}

.sidebar {
    max-width: 35.333%
}

a:hover {
    text-decoration: none;
    color: #5c99b3
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 9px;
    padding-left: 9px
}

.container-fluid {
    padding-right: 9px;
    padding-left: 9px
}

.container {
    padding-right: 9px;
    padding-left: 9px
}

.row {
    margin-right: -9px;
    margin-left: -9px
}

.form-control:focus,
.btn:focus,
.btn.focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.dropdown-item {
    text-decoration: none
}

.mobile-navigation {
    margin-bottom: 15px;
    display: none
}

.mobile-navigation .btn {
    background-color: #ececec;
    color: #000;
    border-radius: 0;
    border-bottom: 2px solid #000;
    margin: 5px;
    text-decoration: none;
    width: 150px
}

.mobile-navigation .btn:hover,
.mobile-navigation .btn.active {
    background-color: #646060
}

.mobile-top {
    background-color: #ffffff;
    height: 50px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.mobile-top .hamburger {
    position: absolute;
    right: 13px;
    top: 17px;
    z-index: 15
}

.mobile-top .logo img {
    width: 130px
}

.banner {
    margin-bottom: 34px;
    margin-top: 6px
}

.element {
    margin-bottom: 15px
}

.element .title-block {
    width: 100%
}

.contact_numbers {
    padding: 15px 0;
    background-color: #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: ffunitpro-medium;
    font-size: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact_numbers>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    margin: 5px 10px
}

.contact_numbers>a>span {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 27px;
    margin-right: 10px
}

.contact_numbers a.whatsapp>span {
    background-color: #4aae20;
    color: #fff
}

.contact_numbers a.phone>span {
    background-color: #018f99;
    color: #fff
}

.related_news_inner {
    padding: 10px 0 15px
}

.related_news_inner a {
    padding: 17px 23px 12px;
    font-size: 18px;
    display: block;
    color: #000;
    border-bottom: 1px solid #ededed;
    position: relative;
    text-decoration: none;
    font-family: alice, serif;
    line-height: 1.35
}

.related_news_inner a:first-child {
    border-top: 1px solid #ededed
}

.related_news_inner a:before {
    content: "\f111";
    position: absolute;
    font-family: fontawesome;
    font-size: 7px;
    left: 11px;
    top: 23px;
    text-align: center;
    color: #646060
}

.related_news_inner a:hover {
    background-color: #646060;
    color: #000
}

.related_news_inner a:hover:before {
    color: #000
}

.tags-block {
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 25px;
    font-family: alice, serif
}

.fr-fic {
    width: 100%
}

.fr-dii {
    width: 100%
}

.tags-block>span {
    background-color: #ededed;
    padding: 2px 5px;
    color: #000;
    margin-right: 10px;
    margin-bottom: 5px
}

.tags-block>span>a {
    color: #000;
    text-decoration: none
}

.page-title .published-box {
    width: 45px;
    display: block;
    float: left;
    font-family: ffunitpro-medium;
    margin-left: 16px;
    margin-top: 5px;
    position: absolute
}

.page-title .published-box .slider-time {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px
}

.page-title .published-box .views {
    background-color: #ececec;
    color: #000;
    text-align: center;
    font-size: 10px
}

.page-title .published-box .views>i {
    margin-right: 5px
}

.page-title {
    display: block;
    overflow: hidden
}

.page-title h1 {
    margin-top: 0;
    font-family: alice, serif
}

.tabs-news {
    margin-bottom: 15px
}

.tabs-news .tabs-header ul {
    padding: 0;
    font-size: 18px;
    font-family: ffunitpro-medium;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tabs-news .tabs-header ul>li {
    background: #000;
    color: #fff;
    width: 100%;
    line-height: 28px;
    text-align: center;
    border-left: .5px solid #fff;
    border-right: .5px solid #fff
}

.img-fluid {
    margin-top: 5px
}

.tabs-news .tabs-header ul>li>a {
    color: #fff;
    padding: 2px 5px;
    text-transform: uppercase;
    text-decoration: none
}

.tabs-news .tabs-header ul>li>a.active {
    background: #646060;
    font-size: 24px;
    line-height: 42px;
    color: #ffffff;
    border-bottom: 0;
    z-index: 2;
    position: relative
}

.tabs-news .tabs-header ul>li>a.active::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 47%;
    border: 6px solid transparent;
    border-top: 6px solid #646060
}

.tabs-news .tabs-header {
    margin-bottom: -1px;
    margin-right: -1px;
    margin-left: -1px
}

.tabs-news .tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-family: alice, serif;
    border: 1px solid #eee
}

.tabs-news .tab-content ul>li {
    border-bottom: 1px solid #eee
}

.tabs-news .tab-content ul>li:last-child {
    border-bottom: 0
}

.tabs-news .tab-content ul>li>a {
    padding: 18px 15px 18px 30px;
    font-size: 20px;
    display: block;
    line-height: 1.3;
    color: #000;
    position: relative;
    text-decoration: none
}

.tabs-news .tab-content ul>li>a:before {
    content: "\f111";
    position: absolute;
    font-family: fontawesome;
    font-size: 7px;
    left: 15px;
    top: 28px;
    text-align: center;
    color: #646060
}

.tabs-news .tab-content ul>li>a:hover {
    background-color: #646060
}

.tabs-news .tab-content ul>li>a:hover:before {
    color: #000
}

#hits-slider .post-image {
    height: 150px
}

.next_page,
.prev_page {
    text-transform: uppercase;
    color: #000;
    font-family: FFUnitPro-Medium;
    text-decoration: none
}

.prev_page_outer {
    text-align: right;
    padding-right: 27px
}

.next_page_outer {
    text-align: left;
    padding-left: 27px
}

.owl-carousel.post-slider .owl-nav button[class*=owl-] {
    top: 30%
}

.owl-carousel.post-slider .owl-nav button.owl-prev {
    left: 0
}

.owl-carousel.post-slider .owl-nav button.owl-next {
    right: 0
}

.post {
    margin-bottom: 35px
}

.post-image {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    height: 207px
}

.post.video .post-image {
    height: 169px
}

.post-image .video-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 25px;
    color: #fff
}

.post:hover .post-published .time {
    background: #646060;
    color: #fff
}

.post-image>a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.post-image {
    height: 207px
}

.post:hover .post-image a {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.post-published {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    font-family: FFUnitPro-Medium
}

.post-published>.day {
    background-color: rgba(255, 255, 255, .8);
    color: #000;
    padding: 0 10px;
    font-size: 14px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-published>.time {
    background: #000;
    padding: 0 5px;
    height: 24px;
    width: 60px;
    float: left;
    color: #ffffff;
    text-align: center
}

.post-published>.time::before {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 25px;
    border: 5px solid transparent;
    border-top: 5px solid #000
}

.post:hover .post-published>.time::before {
    border-top: 5px solid #646060;
    color: white;
}

.post-title a {
    text-decoration: none
}

.post-title {
    min-height: 85px
}

.post-title h3 {
    font-size: 18px;
    font-family: ffunitpro-medium;
    color: #000
}

.post-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.post-footer>div {
    background-color: #ececec;
    width: 100%;
    text-align: center;
    font-family: FFUnitPro-Regular;
    margin-right: 2px;
    height: 24px
}

.post-footer>div:last-child {
    margin-right: 0
}

.post-footer a {
    color: #000;
    text-decoration: none
}

.post-footer>div i {
    margin: 0 5px;
    color: #000
}

.post-footer>div.like:hover i {
    color: #1c7430;
    cursor: pointer
}

.post-footer>div.dislike:hover i {
    color: #f34444;
    cursor: pointer
}

#news-slider .owl-item .item {
    position: relative;
    height: 427px
}

.owl-default .owl-nav button[class*=owl-] {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 54%;
    margin: -50px 0 0;
    font-size: 40px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 6px 13px;
    filter: Alpha(Opacity=100);
    line-height: 25px;
    width: 65px;
    height: 65px;
    color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.owl-default .owl-nav button[class*=owl-]>img {
    width: 100%;
    height: auto
}

.owl-default .owl-nav button.owl-prev {
    left: 5px
}

.owl-default .owl-nav button.owl-next {
    right: 5px
}

.owl-default .owl-nav button[class*=owl-]:hover {
    background: 0 0
}

.owl-default .owl-nav button[class*=owl-]:hover>svg {
    fill: #fff
}

.left-nav li {
    margin-right: 10px
}

.left-nav li:last-child {
    margin-right: 0
}

.left-nav li>a {
    background-color: #fff;
    color: #ffd529 !important;
    font-family: ffunitpro-medium;
    padding: 2px 6px;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none
}

.left-nav li>a:hover {
    color: #fff !important
}



.search a {
    position: relative
}

.search-form {
    display: none
}

.search-opened .search-form {
    display: block !important
}

.main-header-navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%
}

.dropdown-menu {
    border-radius: 0
}

.dropdown-item.active,
.dropdown-item:active {
    color: #2f2f2f;
    text-decoration: none;
    background-color: #646060
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #646060
}

.search .search-form {
    background: #646060;
    border: 1px solid #151515;
    width: calc(100% + 17px);
    position: absolute;
    left: -16px;
    right: 0;
    bottom: -41px;
    z-index: 10
}

.search .search-form .form-control {
    border: 0;
    border-radius: 0;
    background-color: #646060;
    height: 22px;
    padding: 0 15px;
    color: #000
}

.search .search-form .btn {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #000;
    height: 22px;
    padding: 0 10px;
    font-family: ffunitpro-medium
}

.main-header {
    overflow: hidden;
    background-color: #ffffff;
    padding: 0px 0;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.main-header .main-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.main-header .logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #fff;
    margin-right: 15px;
    margin-left: -20px
}

.language>button:hover {
    color: #fff
}

.currency-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.currency-list>.nav-item {
    margin-right: 5px
}

.currency-list>.nav-item>.nav-link {
    color: #000;
    padding: 10px;
    font-family: ffunitpro-regular;
    text-decoration: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.currency-list>.nav-item>i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.currency-list .nav-item>.nav-link:before {
    margin-right: 5px;
    display: inline-block;
    font-family: fontawesome;
    font-size: 8px
}

.currency-list .nav-item.down>.nav-link:before {
    content: '';
    position: relative;
    top: 2px;
    border: 4px solid transparent;
    border-top: 8px solid #ed1a3b
}

.currency-list .nav-item.up>.nav-link:before {
    content: '';
    position: relative;
    border: 4px solid transparent;
    border-bottom: 8px solid #50b848;
    bottom: 2px
}

.currency-list .nav-item.circle>.nav-link:before {
    content: "\f111"
}

.currency-list .nav-item>.nav-link:before {
    margin-right: 5px;
    display: inline-block;
    font-family: fontawesome;
    font-size: 8px
}

.live-currency .item:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    font-family: fontawesome;
    font-size: 8px
}

.live-currency .item {
    position: relative;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 28px;
    color: #fff
}

.live-currency .simplemarquee-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.live-currency .up:before {
    content: '';
    position: relative;
    border: 4px solid transparent;
    border-bottom: 8px solid #50b848;
    bottom: 3px
}

.live-currency .down:before {
    content: '';
    position: relative;
    top: 3px;
    border: 4px solid transparent;
    border-top: 8px solid #ed1a3b
}

.live-currency .circle:before {
    content: "\f111"
}

.socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px
}

.socials a.instagram {
    background-color: #6a453b
}

.socials a.instagram:hover {
    background-color: #fff;
    color: #6a453b
}

.socials a.facebook {
    background-color: #3b5998
}

.socials a.facebook:hover {
    background-color: #fff;
    color: #3b5998
}

.socials a.vk {
    background-color: #5b88bd
}

.socials a.vk:hover {
    background-color: #fff;
    color: #5b88bd
}

.socials a.ok {
    background-color: #ee8208
}

.socials a.ok:hover {
    background-color: #fff;
    color: #ee8208
}

.socials a.what {
    background-color: #009688
}

.socials a.what:hover {
    background-color: #fff;
    color: #009688
}

.socials a.twitter {
    background-color: #1da1f2
}

.socials a.twitter:hover {
    background-color: #fff;
    color: #1da1f2
}

.socials a.linkedin {
    background-color: #283e4a
}

.socials a.linkedin:hover {
    background-color: #fff;
    color: #283e4a
}

.socials a.telegram {
    background-color: #08c
}

.socials a.telegram:hover {
    background-color: #fff;
    color: #08c
}

.socials a.youtube {
    background-color: #c4302b
}

.socials a.youtube:hover {
    background-color: #fff;
    color: #c4302b
}

.socials a {
    border-radius: 50%;
    height: 28px;
    text-align: center;
    width: 28px;
    display: inline-block;
    background-color: #fff;
    line-height: 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 7px;
    font-size: 19px;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.socials a:last-child {
    margin-right: 0
}

.weather {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: ffunitpro-medium;
    font-weight: bolder;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.weather>.weather-image {
    margin: 0 5px
}

footer {
    background: #646060;
    padding-bottom: 33px
}

footer:before {
    display: table;
    content: '';
    clear: both
}

footer .black-back {
    background: #000;
    color: #f5f5f5;
    height: 34px;
    line-height: 34px
}

footer .top-30 {
    margin-top: 33px
}

footer .fot-header {
    height: 84px;
    line-height: 84px;
    padding: 0 10px
}

.footer-mobil {
    padding: 0 8px
}

footer .black-back a {
    color: #fff;
    text-decoration: none;
    margin-left: 28px;
    font-weight: 500
}

footer .black-back a:hover {
    color: #c5192f
}

footer .social {
    width: 23%
}

footer .black-back .float-left {
    font-size: 16px;
    font-family: alice, serif
}

footer .black-back .float-right a {
    font-size: 16px;
    font-family: ffunitpro-medium
}

.article-img {
    overflow: hidden
}

.article-img:hover .article-time {
    color: #000
}

.article-img:hover .article-time .time {
    background: #646060
}

.article-img:hover .article-time .time::before {
    color: #646060
}

.article-img img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out
}

.article-img img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.article-time {
    position: relative;
    color: #646060;
    font-family: ffunitpro-medium;
    width: 100%
}

.article-time .time {
    background: #000;
    padding: 0 8px;
    height: 24px
}

.article-time .time::before {
    content: "▼";
    color: #000;
    position: absolute;
    margin-top: 14px;
    margin-left: 18px
}

.article-time .day {
    background: #f7f5f4b3;
    color: #000;
    padding: 0;
    width: 100%;
    height: 24px;
    font-size: 14px;
    line-height: 24px
}

.day span {
    margin-left: 8px
}

.article-title {
    font-size: 19px;
    height: 86px;
    font-family: ffunitpro-medium
}

.article-title a {
    color: #000;
    text-decoration: none
}

.article-title a:hover {
    color: #5f6062
}

.article-title>a>p {
    line-height: 20px;
    margin-top: 16px
}

.article-title-hit>a>p {
    line-height: 20px;
    margin-top: 1px
}

.article-title-hit {
    font-size: 19px;
    height: 128px;
    font-family: ffunitpro-medium;
    margin-top: 11px
}

.article-title-hit a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: alice, serif
}

.article-title-hit a:hover {
    color: #5f6062
}

.article-title-hit .article-cat {
    font-size: 18px
}

.article-panel {
    margin-bottom: 35px
}

.article-panel .col-sm-4 {
    background: #ececec;
    border-right: 1px solid #fff;
    text-align: center;
    font-family: FFUnitPro-Regular;
    height: 24px;
    line-height: 27px;
    padding: 0
}

.block-title {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.title-block {
    background: #646060;
    color: #fff;
    font-family: FFUnitPro-Medium;
    font-size: 24px;
    height: 42px;
    width: 302px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-block::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 18px;
    border: 6px solid transparent;
    border-top: 6px solid #646060
}

.title-block p {
    padding: 5px 0 0 15px
}

.smail-block {
    background: #000;
    color: #fff;
    margin-top: 12px;
    height: 28px;
    width: 100%;
    font-family: FFUnitPro-Medium;
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 5px 15px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.smail-block>span {
    background-color: #000;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px
}

.smail-block p {
    padding: 4px 0 0 12px
}

.banner-center {
    background: #eee;
    padding: 15px;
    margin-top: 16px;
    margin-bottom: 40px;
    text-align: center
}

.banners-right img {
    width: 100%
}

.top-banner {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.top-banner iframe {
    width: 2000px;
    height: 160px;
    position: relative;
    left: 50%;
    margin-left: -1000px;
    margin-bottom: -5px;
    z-index: 1
}

.top-menu {
    height: 70px
}

.top-menu .border-right {
    margin-bottom: 16px;
    line-height: 70px;
    height: 70px
}

.navbar-brand:before {
    content: " ";
    height: 54px;
    width: 1px;
    margin-left: 191px;
    background: #000;
    position: absolute
}

header {
    background: #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    margin-bottom: 16px;
    position: relative
}

header .live-currency {
    height: 34px;
    position: relative;
    display: none
}

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #646060
}

.article-table {
    position: absolute;
    width: 100%;
    z-index: 11;
    margin-top: -32px
}

.reklama {
    color: #c5192f
}

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 50px
}

.hamburger:hover {
    opacity: .7
}

.hamburger.is-active:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #000000
}

.hamburger-box {
    width: 27px;
    height: 28px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 27px;
    height: 4px;
    background-color: #000000;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--slider .hamburger-inner {
    top: 3px
}

.hamburger--slider .hamburger-inner::before {
    top: 11px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.hamburger--slider .hamburger-inner::after {
    top: 23px
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -23px, 0) rotate(-90deg);
    transform: translate3d(0, -23px, 0) rotate(-90deg)
}

.menu .container {
    padding: 0
}

.menu {
    font-family: ffunitpro-medium;
    min-height: 34px;
    padding: 5px 0;
    display: none;
    position: relative;
    z-index: 100;
    background-color: #000
}

.menu-opened .menu {
    display: block !important
}

.menu .navbar-nav .nav-link {
    color: #fff;
    padding: 0 8px;
    text-decoration: none
}

.menu .navbar-collapse {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: block !important
}

.menu .navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pogoda {
    font-family: ffunitpro-medium;
    font-weight: bolder
}

.currency {
    font-family: ffunitpro-regular
}

.currency span {
    margin-left: 20px
}

.currency .green {
    color: #50b848
}

.currency .red {
    color: #ed1a3b
}

.soical {
    line-height: 86px
}

.nav-menu {
    width: 100%
}

.black-icon {
    background: #000;
    color: #646060;
    padding: 5px;
    font-family: ffunitpro-medium;
    margin: 0 7px 0 0
}

a.black-icon {
    text-decoration: none
}

i.fa.fa-search {
    margin: 0 1px
}

.black-icon:hover {
    color: #fff
}

.nav-capse {
    height: 70px;
    line-height: 70px
}

.nav-item-pogoda {
    width: 20%
}

.nav-item-currency {
    width: 55%
}

.nav-item-social {
    width: 18%;
    margin-top: -4px
}

.nav-item-lang {
    width: 22%;
    margin-top: -2px;
    margin-left: 9px
}

.menu-panel {
    margin-left: 26px;
    cursor: pointer
}

.menu-panel .navbar-toggler-icons {
    background-image: url(../img/menu-open.png);
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%
}

.menu-panel .navbar-toggler-icons:hover {
    background-image: url(../img/menu-open-click.png)
}

.menu-panel .navbar-toggler-icon-closes {
    background-image: url(../img/menu-close.png);
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%
}

.menu-panel .navbar-toggler-icon-closes:hover {
    background-image: url(../img/menu-close-click.png)
}

.menu-click {
    display: none
}

.mobile-menus {
    display: none;
    background: #000;
    margin-top: 445px;
    z-index: 5;
    width: 100%
}

.is-sticky .live-adv .is-sticky {
    display: none
}

.live-adv {
    font-family: ffunitpro-regular;
    height: 34px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.menu-opened .live-currency,
.menu-opened .live-adv {
    display: none !important
}

.js-marquee-wrapper {
    -webkit-transform: translate(0px)
}

.search-opened .live-adv:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 5
}



#wrapp {
    width: 760px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    color: #000
}

.tickercontainer {
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #fff
}

.tickercontainer .mask {
    position: relative;
    left: 10px;
    margin-top: 2.5px;
    width: 100%;
    overflow: hidden
}

.newsticker {
    position: relative;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
    width: 100px
}

.newsticker li {
    float: right;
    margin: 0;
    padding: 4px 0 2px 9px;
    line-height: 23px;
    text-align: center
}

.newsticker li:hover {
    background: #646060;
    text-decoration: none;
    color: #000
}

.newsticker a {
    white-space: nowrap;
    padding: 0;
    font-family: FFUnitPro-Regular;
    margin: 0 20px 0 0;
    text-decoration: none;
    color: #fff
}

.js-marquee a:hover {
    color: #000
}

.js-marquee>li:hover .live-a {
    color: #fff
}

.js-marquee>li .live-span {
    color: #646060
}

.js-marquee>li>.live-span .b-color {
    font-weight: 100;
    color: #fff
}

.js-marquee>li:hover .live-span {
    color: #000
}

.js-marquee>li:hover .live-span .b-color {
    color: #000
}

.js-marquee span {
    margin: 0 2px 0 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 37px;
    height: 64px
}

.carousel-control-next-icon {
    background-image: url(../img/arrow-right.png)
}

.carousel-control-prev-icon {
    background-image: url(../img/arrow-left.png)
}

.item-footer {
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    font-family: ffunitpro-medium;
    color: #fff;
    padding: 10px;
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 75%, rgba(12, 12, 12, 0) 111%);
    background-image: -ms-linear-gradient(90deg, rgb(227, 185, 163) 0%, rgb(0, 0, 0) 0%, rgba(77, 77, 77, 0.5) 30%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, .59);
    box-shadow: 0 0 48px rgba(0, 0, 0, .59)
}

.item-footer a {
    text-decoration: none
}

.item-footer .published-box {
    width: 60px;
    display: block;
    float: left;
    padding-right: 10px;
}

.item-footer .title-slide p {
    font-size: 25px
}

.title-slide a:hover {
    color: #5f6062;
    text-decoration: none
}

.item-footer .title-slide {
    margin-left: 65px
}

.date {
    background: #646060;
    color: #fff
}

.date .day {
    font-size: 17px;
    text-align: center;
    line-height: 36px;
    padding-top: 5px
}

.date .month {
    font-size: 15px;
    margin-top: -9px;
    text-align: center
}

.slider-time {
    background: #fff;
    color: #000;
    text-align: center
}

.title-slide h2 {
    font-size: 26px;
    color: #fff
}

.footer-store {
    background: url(../img/market/store.png);
    width: 42px;
    height: 43px;
    margin: auto 5px auto 10px
}

.footer-store:hover {
    background: url(../img/market/store-open.png)
}

.footer-playmarket {
    background: url(../img/market/playmarket.png);
    width: 42px;
    height: 43px;
    margin: auto 5px;
    margin-left: -7px
}

.footer-playmarket:hover {
    background: url(../img/market/playmarket-open.png)
}

.footer-rss {
    background: url(../img/market/rss.png);
    width: 42px;
    height: 43px;
    margin: auto 5px;
    margin-left: -7px
}

.footer-rss:hover {
    background: url(../img/market/rss-open.png)
}

.big-but {
    width: 300px;
    height: 40px;
    background: #646060;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    margin-bottom: 48px;
    line-height: 40px;
    font-family: ffunitpro-medium;
    color: #000
}

.big-but:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.arrow-down {
    background: url(../img/arrow-down.png);
    width: 34px;
    height: 16px;
    position: absolute;
    margin: 12px 39px
}

.big-but:hover .arrow-down {
    background: url(../img/arrow-down-click.png)
}

i.fa.fa-angle-down {
    font-weight: 700
}

.rb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.apps {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0
}

.apps a {
    color: #000;
    font-size: 34px;
    padding: 0 10px;
    line-height: 34px
}

.main-footer {
    padding: 15px 0
}

.footer-bottom {
    background: #000;
    color: #f5f5f5;
    line-height: 34px
}

.footer-nav .nav-link {
    font-size: 16px;
    font-family: ffunitpro-medium;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 15px
}

.footer-nav .nav-link:hover {
    color: #c5192f;
    font-size: 16px;
    font-family: ffunitpro-medium
}

.pagination-wrap {
    margin-top: 20px;
    margin-bottom: 40px
}

.load__more {
    margin-bottom: 48px
}

.btn-load-more {
    width: 300px;
    height: 40px;
    background: #646060;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: ffunitpro-medium;
    border-radius: 0;
    text-decoration: none
}

.btn-load-more:hover {
    background: #000;
    color: #fff;
    text-decoration: none
}

.btn-load-more>i {
    margin-right: 8px;
    font-size: 18px
}

.pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.pagination .page-item {
    margin-right: 6px;
    margin-bottom: 2px
}

.pagination .page-item:last-child {
    margin-right: 0
}

.page-link {
    position: relative;
    display: block;
    padding: 8px;
    margin-left: 0;
    line-height: 10px;
    color: #000;
    border: 0 solid #fff;
    font-family: ffunitpro-medium;
    font-size: 18px;
    text-decoration: none
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000;
    border-color: #000
}

.page-link:hover {
    z-index: 2;
    color: #646060;
    text-decoration: none;
    background-color: #000;
    border-color: #dee2e6
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.page-links {
    margin-bottom: 15px
}

.owl-next-text {
    text-align: right
}

.owl-prev-hit {
    margin-top: 25px;
    position: absolute;
    z-index: 2;
    cursor: pointer
}

.owl-next-hit {
    margin-top: 25px;
    float: right;
    position: absolute;
    z-index: 2;
    margin-left: -40px;
    cursor: pointer
}

.big-banner-left {
    position: absolute;
    padding: 0;
    margin: 0;
    margin-left: -366px
}

.big-banner-right {
    position: absolute;
    padding: 0;
    margin: 0;
    margin-left: 951px
}

.carousel-center {
    padding-right: 0
}

.padding-0 {
    padding: 0
}

.padding-8 {
    padding-right: 8px;
    padding-left: 8px
}

.padding-15 {
    padding-right: 15px;
    padding-left: 15px
}

@media only screen and (max-width:1200px) {
    .big-banner-right {
        margin-left: 946px
    }
}

@media only screen and (max-width:1000px) {
    .big-banner-left {
        display: none
    }

    .big-banner-right {
        display: none
    }

    .carousel-center {
        padding-right: 15px
    }
}

@media only screen and (max-width:800px) {
    .carousel.pointer-event {
        margin-bottom: 15px
    }

    footer .social {
        width: 80%
    }

    footer .black-back .float-left {
        width: 100%;
        text-align: center;
        background: #000
    }

    .float-right {
        float: right !important;
        width: 100%
    }

    footer .black-back {
        padding: 0;
        line-height: 34px
    }

    .logo-footer {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }

    .footer-mobil {
        padding: 0;
        max-width: 100%
    }

    .footer-mobil .float-right {
        clear: both;
        text-align: center;
        background: #000;
        margin-top: -1px
    }

    footer .fot-header {
        height: 0;
        line-height: 60px
    }

    footer .black-back {
        background: #646060
    }

    .padding-0 {
        padding-right: 15px;
        padding-left: 15px
    }

    .padding-8 {
        padding-right: 0;
        padding-left: 0
    }

    .padding-15 {
        padding-right: 0;
        padding-left: 0
    }
}

.black-block:after {
    content: "";
    color: #fff;
    width: 27px;
    height: 30px;
    position: absolute;
    margin-top: 48px;
    margin-left: -22px;
    background: #000
}

.display-block {
    display: block
}

.display-none {
    display: none
}

#search {
    cursor: pointer
}

i.fa.fa-search {
    color: #646060
}

i.fa.fa-search:hover {
    color: #fff
}

.live-currency {
    font-family: ffunitpro-regular;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.live-currency.white {
    background-color: #fff
}

.live-currency.white .item {
    color: #000
}

.live-currency li {
    display: inline-block
}

.live-currency span {
    margin-left: 20px
}

.live-currency .green {
    color: #50b848
}

.live-currency .red {
    color: #ed1a3b
}

.js-marquee .mask {
    position: relative;
    left: 10px;
    top: 0;
    width: 100%;
    overflow: hidden
}

.js-marquee .js-marquee {
    color: #fff
}

#back-to-top {
    position: fixed;
    bottom: 0;
    right: 25px;
    display: none;
    z-index: 1
}

#back-to-top i {
    background: #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: #fff
}

.center-news {
    margin-bottom: 21px
}

.center-navigations {
    margin-bottom: 44px
}

.slider-img {
    height: 427px
}

.w-100 {
    width: 105% !important
}

.mobile-back {
    margin: 0 25px
}

.banner-full {
    background: #eee;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center
}

iframe {
    border: none
}

.embed-responsive-item {
    padding: 5px 8px;
    margin-top: -6px
}

.header-video {
    background: #646060;
    height: 42px;
    font-family: ffunitpro-medium;
    line-height: 42px;
    font-size: 24px;
    margin-left: 8px;
    margin-right: 8px
}

.header-video::before {
    content: "";
    position: absolute;
    margin-top: 42px;
    margin-left: 15px;
    z-index: 1;
    border: 6px solid transparent;
    border-top: 6px solid #646060
}

.header-video>p {
    padding: 2px 0 0 16px
}

.tags {
    font-family: ffunitpro-medium;
    font-size: 18px
}

.tags>p {
    position: absolute
}

.tags>ul {
    list-style: none;
    margin-left: 12px
}

.tags>ul>li {
    background: #ededed;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 8px;
    margin-left: 8px
}

.tags>ul>li>a {
    color: #5f6062
}

.hz-news>ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    font-family: alice, serif
}

.hz-news>ul>li {
    height: 76px;
    padding: 12px 16px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.hz-news>ul>li:first-child {
    border-top: 1px solid #eee
}

.hz-news>ul>li:hover {
    background: #646060
}

.hz-news>ul>li:before {
    content: "•";
    color: #646060;
    position: absolute;
    margin-left: -11px
}

.hz-news>ul>li:hover:before {
    color: #000
}

.hz-news>ul>li>a {
    color: #000
}

.phone-news-block {
    background: #ededed;
    color: #000;
    margin-bottom: 40px;
    height: 78px;
    font-family: ffunitpro-medium
}

.phone-news-block>ul {
    list-style: none;
    margin-top: 16px;
    padding: 0
}

.phone-news-block>ul>li {
    display: inline-block;
    margin-left: 20px
}

.phone-news-a {
    color: #000
}

.title-full-news {
    font-family: alice, serif;
    font-size: 30px;
    margin-top: 12px;
    margin-left: 4px
}

.published-box-full {
    height: 104px
}

.published-box-full .day {
    background: #646060;
    height: 60px;
    width: 80px;
    color: #000;
    font-family: ffunitpro-medium
}

.published-box-full .day h2 {
    font-size: 36px;
    text-align: center
}

.published-box-full .day h {
    font-size: 16px;
    margin-top: -18px;
    margin-left: 26px;
    float: left
}

.published-box-full .slider-time {
    background: #000;
    color: #fff;
    text-align: center;
    width: 80px;
    font-family: ffunitpro-regular
}

.published-box-full .slider-eye {
    background: #ececec;
    color: #000;
    text-align: center;
    width: 80px;
    height: 22px;
    line-height: 24px;
    font-size: 14px;
    font-family: ffunitpro-regular
}

.margin-b-full {
    margin-bottom: 23px
}

.eye-full {
    margin-top: -3px
}

.published-box-full .slider-eye>span {
    padding: 0;
    margin-left: -5px
}

.content-news {
    font-size: 18px;
    margin-bottom: 22px
}

.content-news>p {
    font-family: ffunitpro-regular
}

.content-news>p>b {
    font-family: ffunitpro-medium;
    font-weight: 100
}

.tools-panel {
    margin-top: 17px;
    margin-bottom: 37px
}

.tools-panel .play-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tools-panel .play-button .play {
    background: #eee;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    margin-right: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tools-panel .play-button .text {
    display: inline-block;
    font-size: 18px;
    font-family: ffunitpro-regular
}

.min-text {
    color: #000;
    background: #eee;
    height: 32px;
    width: 32px;
    float: right;
    text-align: center;
    font-family: ffunitpro-regular;
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
    cursor: pointer
}

.max-text {
    color: #000;
    background: #eee;
    height: 32px;
    width: 32px;
    float: right;
    text-align: center;
    font-family: ffunitpro-regular;
    font-size: 23px;
    font-weight: 600;
    line-height: 37px;
    margin-left: 1px;
    cursor: pointer
}

.date-down {
    color: #000;
    background: #eee;
    padding: 5px 10px;
    height: 32px;
    float: left;
    font-family: ffunitpro-regular;
    font-size: 16px;
    cursor: pointer
}

.panel-likes {
    text-align: center;
    margin-top: 9px;
    margin-bottom: 2px
}

.panel-likes .social {
    display: inline-block
}

.panel-likes span {
    font-size: 18px;
    font-family: alice, serif;
    padding: 0 10px
}

.table-content {
    position: absolute;
    margin-top: -17px;
    display: none;
    width: 95%
}

.table-right {
    margin-top: 16px
}

.table-right>ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    font-family: ffunitpro-medium
}

.table-right>ul>li.active {
    background: #646060;
    height: 42px;
    font-size: 24px;
    line-height: 42px;
    color: #000;
    border-bottom: 0
}

.table-right>ul>li:first-child {
    margin-left: 0
}

.table-right>ul>li.active>a {
    color: #000
}

.table-right>ul>li.active:before {
    content: "";
    position: absolute;
    margin-top: 41px;
    margin-left: 15px;
    z-index: 1;
    border: 6px solid transparent;
    border-top: 6px solid #646060
}

.table-right>ul>li {
    display: inline-block;
    background: #000;
    color: #fff;
    height: 28px;
    width: 101px;
    line-height: 28px;
    text-align: center;
    margin-left: -4px;
    border: 1px solid #fff
}

.table-right a {
    cursor: pointer
}

.table-right .table-content>ul {
    list-style: none;
    padding: 0;
    font-size: 18px;
    font-family: alice, serif
}

.table-right .table-content>ul>li {
    height: 85px;
    padding: 20px 16px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    font-size: 21px;
    line-height: 24px
}

.table-right .table-content>ul>li:first-child {
    border: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.table-right .table-content>ul>li:before {
    content: "•";
    color: #646060;
    position: absolute;
    margin-left: -11px
}

.table-right .table-content>ul>li>a {
    color: #000
}

.table-right .table-content>ul>li:hover {
    background: #646060
}

.table-right .table-content>ul>li:hover:before {
    color: #000
}

.table-right>.tab-pane {
    display: none
}

.table-right>.active {
    display: block;
    opacity: 1
}

.content-full {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 618px;
    max-width: 618px
}

.content-right {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 320px;
    max-width: 320px
}

.likes {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    margin: 5px 10px
}

.likes a {
    text-decoration: none
}

.likes>li {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center
}

.likes>li a {
    color: #fff
}

.soc-num {
    height: 32px;
    background: #eee;
    font-family: ffunitpro-regular;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.socials>li {
    display: inline-block;
    height: 32px;
    line-height: 32px
}

.like-news {
    background: #ec1b3b;
    width: 32px
}

.dislike-news {
    background: #50b848;
    width: 32px
}

.soc-num>span {
    margin: 0 6px
}

.content-full {}

.live-currency>li {
    display: inline-block
}

.live-currency>ul>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.currency-center {
    margin-top: -36px;
    margin-left: 105px
}

.currency-center,
.example-enough-space,
.example-options {
    width: 540px;
    padding: 0;
    color: #fff
}

.example-enough-space.has-enough-space {
    text-align: center
}

.center-news .currency-center {
    margin-top: -36px
}

.col-sm-13 {
    position: relative;
    width: 100%
}

.img-sliderse {
    height: 400px
}

@media(max-width:992px) {
    .currency-list {
        display: none
    }

    .logo>img {
        width: 130px
    }

    .search .search-form {
        width: calc(100% + 16px);
        left: -16px;
        right: 0;
        bottom: -43px
    }

    .owl-default .owl-nav button[class*=owl-] {
        width: 50px;
        height: 50px
    }

    .prev_page_outer,
    .next_page_outer {
        display: none
    }
}

@media(max-width:768px) {
    .post-footer>div i {
        margin: 0 2px
    }

    .title-block {
        font-size: 19px;
        height: 36px;
        width: 250px
    }

    .post-title h3 {
        font-size: 17px
    }

    .main-header .container {
        padding-right: 5px;
        padding-left: 5px
    }

    .main-header .socials a {
        height: 24px;
        width: 24px;
        margin-right: 5px;
        line-height: 24px;
        font-size: 15px
    }

    .main-header .left-nav li {
        margin-right: 7px
    }

    .main-header .left-nav li>a {
        padding: 0 5px
    }

    .main-header .weather {
        margin-right: 10px
    }

    .logo>img {
        width: 135px
    }

    .socials a {
        margin-right: 5px
    }

    .weather-image>img {
        width: 34px
    }

    .main-header .left-nav {
        margin-right: 10px
    }

    #news-slider .owl-item .item {
        height: auto
    }

    .rb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .search .search-form {
        width: 100%;
        bottom: -58px
    }

    .title-slide h2 {
        font-size: 22px
    }

    .live-adv {
        height: 27px
    }

 


    .hamburger-box {
        width: 27px;
        height: 24px
    }

    .hamburger--slider .hamburger-inner::before {
        top: 9px
    }

    .hamburger--slider .hamburger-inner::after {
        top: 19px
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -19px, 0) rotate(-90deg);
        transform: translate3d(0, -19px, 0) rotate(-90deg)
    }

    footer .logo {
        display: block;
        text-align: center;
        margin-bottom: 15px
    }

    footer .logo>img {
        width: 115px
    }

    footer .copyright {
        text-align: center
    }

    .f-nav {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .hamburger {
        margin-left: 15px
    }

    header .live-currency {
        height: 28px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .search .search-form .form-control,
    .search .search-form .btn {
        height: 24px
    }

    .live-currency .item {
        font-size: 14px
    }

    h1 {
        font-size: 26px
    }

    .contact_numbers {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .contact_numbers>a {
        margin-bottom: 6px
    }

    .sidebar,
    .main-column {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .mobile-navigation {
        display: block
    }

    .img-sliderse {
        height: 270px
    }
}

@media(max-width:576px) {
    h1 {
        font-size: 23px
    }

    .hamburger {
        margin-left: 5px
    }

    .title-slide h2 {
        font-size: 19px;
        max-height: 67px;
        overflow: hidden;
    }

    .post-image {
        height: 165px
    }

    .logo>img {
        width: 100px
    }

    .main-header .weather {
        font-size: 14px;
        margin-left: 10px
    }
}

@media(max-width:468px) {
    #hits-slider .post-image {
        height: 245px
    }

    .title-block {
        font-size: 16px;
        height: 36px;
        width: 110px
    }

    .posts .col-6 {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        max-width: 100%;
        width: 100%
    }

    .post-image {
        height: 245px
    }

    .post.video .post-image {
        height: 185px
    }

    .main-header .socials a {
        margin-right: 4px
    }

    .main-header .socials {
        margin-right: 4px
    }

    .main-header .left-nav li {
        margin-right: 4px;
        margin-left: 8px
    }

    .main-header .left-nav {
        margin-right: 5px
    }

    .main-header .logo {
        display: none
    }

    .main-header .hamburger {
        display: none
    }

    .main-header {
        height: 30px
    }

    h1 {
        font-size: 24px
    }

    .tabs-news .tab-content ul>li>a {
        font-size: 16px;
        padding: 15px 15px 15px 30px
    }

    .tabs-news .tabs-header ul {
        font-size: 16px
    }

    .tabs-news .tabs-header ul>li>a.active {
        font-size: 20px;
        line-height: 34px
    }

    .related_news_inner a {
        font-size: 16px
    }

    .tags-block {
        font-size: 16px
    }

    .contact_numbers>a {
        font-size: 16px;
        text-align: center;
        line-height: 14px
    }

    .post-title h3 {
        font-size: 22px;
        padding-left: 5px;
        padding-right: 5px
    }

    .date .day {
        font-size: 28px
    }

    .page-title .published-box {
        width: auto;
        max-width: 60px
    }

    .mobile-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

 

    .search .search-form {
        width: 100%;
        bottom: -43px;
        left: 10px;
        width: calc(100% - 19px)
    }

    .menu {
        background-color: #fff
    }

    .menu .navbar-nav .nav-item {
        color: #000;
        border-bottom: 1px solid #000;
        margin-bottom: 12px
    }

    .menu .navbar-nav .nav-item:last-child {
        border-bottom: 0
    }

    .menu .navbar-nav .nav-link {
        color: #000;
        font-size: 18px;
        padding: 0 25px
    }

    .menu .navbar-nav {
        margin: 0 10px
    }

    .menu .navbar-nav .nav-link:hover {
        color: #000;
        background-color: #646060
    }

    .menu-opened .mobile-top {
        z-index: 15;
        border-bottom: 0
    }

    .menu-opened .mobile-top:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 11
    }

    .menu-opened .header-inner:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 10
    }

    .menu-opened .menu {
        display: block !important;
        position: absolute;
        top: 65px;
        right: 0;
        left: 0
    }
}

@media(max-width:320px) {
    .post-image {
        height: 185px
    }
}

.fr-dib {
    width: 100%;
    margin-bottom: 10px
}

.gallerys {
    width: 618px
}

@media only screen and (max-width:600px) {
    .gallerys {
        width: 100%
    }
}

#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 100500
}

#page-preloader .spinner {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(/images/spinner.gif) no-repeat 50% 50%;
    margin: -16px 0 0 -16px
}

.d-nones {
    display: none
}

.d-blocks {
    display: flex
}

.scroll-banner {
    margin-top: -10.2%;
    position: fixed
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #646060;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#before-load {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 1001
}

#before-load .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px
}

input#dofullsearch,
input#doclear,
input#doreset {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

input#dosearch {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc
}

input#searchinput,
input#searchuser,
select#titleonly,
input#replylimit,
select#replyless,
select#searchdate,
select#beforeafter,
select#sortby,
select#resorder {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.block-mob {
    position: absolute
}

div#news-slider .owl-stage-outer {
    padding-top: 0;
    padding-bottom: 3px;
    background: #000
}

li.lslide {
    text-align: center
}

.post-content img {
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    display: inline-block;
    vertical-align: middle
}

.post-content iframe {
    width: 100%
}

@media(min-width:768px) {
    .slider-blocks {
        padding-right: 7px
    }
}

.banner img {
    width: 100%
}

.news-share-i_email:before,
.news-share-i_facebook:before,
.news-share-i_print:before,
.news-share-i_twitter:before,
.news-share-i_whatsapp:before {
    background-image: url(//baku.ws/info/like.svg);
    background-repeat: no-repeat
}

.no-svg .news-share-i_email:before,
.no-svg .news-share-i_facebook:before,
.no-svg .news-share-i_print:before,
.no-svg .news-share-i_twitter:before,
.no-svg .news-share-i_whatsapp:before {
    background-image: url(//baku.ws/info/like2.png)
}

.news-share-i_email:before {
    background-position: 19.393939393939394% 74.21875%
}

.news-share-i_email:before {
    width: 32px;
    height: 25px
}

.news-share-i_facebook:before {
    background-position: 19.393939393939394% 100%
}

.news-share-i_facebook:before {
    width: 32px;
    height: 32px
}

.news-share-i_print:before {
    background-position: 85.45454545454545% 36%
}

.news-share-i_print:before {
    width: 32px;
    height: 28px
}

.news-share-i_twitter:before {
    background-position: 0 74.80314960629921%
}

.news-share-i_twitter:before {
    width: 32px;
    height: 26px
}

.news-share-i_whatsapp:before {
    background-position: 0 100%
}

.news-share-i_whatsapp:before {
    width: 32px;
    height: 32px
}

@media only screen and (max-width:767px) {
    .news-share-title {
        padding-left: 15px
    }
}

.news-share-container {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #eee
}

.news-share-large {
    height: auto;
    opacity: 1
}

@media only screen and (max-width:767px) {
    .news-share-large {
        height: 1px;
        opacity: 0;
        overflow: hidden
    }
}

.news-share-small {
    height: 1px;
    opacity: 0;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .news-share-small {
        height: auto;
        opacity: 1;
        overflow: visible
    }
}

.news-share_fb {
    position: relative;
    z-index: 2;
    min-height: 20px
}

.news-share_telegram,
.news-share_whatsapp {
    position: relative;
    margin-bottom: 16px;
    font-size: 0;
    min-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-share_telegram::before,
.news-share_whatsapp::before {
    background-size: cover;
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    z-index: -1
}

.news-share_telegram a,
.news-share_whatsapp a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    color: #1d2129;
    text-decoration: none;
    vertical-align: middle;
    padding-left: 44px
}

.news-share_telegram::before {
    background-image: url(//baku.ws/info/telegram.svg)
}

.news-share_whatsapp::before {
    background-image: url(//baku.ws/info/whatsapp.svg);
    width: 51px;
    height: 51px;
    left: -3px;
    top: 35%
}

.news-share_multiple {
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .news-share_multiple {
        position: fixed;
        z-index: 4;
        width: 100%;
        left: 0;
        bottom: 0
    }

    .body_nav_visible .news-share_multiple {
        display: none
    }

    .body_news_bottom_visible .news-share_multiple {
        position: static
    }
}

.news-share-i {
    position: relative;
    z-index: 1;
    width: 25%;
    height: 42px;
    float: left
}

.news-share-i:before {
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -16px;
    position: absolute
}

.news-share-i_facebook {
    background-color: #3a5898
}

.news-share-i_facebook:before {
    margin-top: -16px
}

.news-share-i_twitter {
    background-color: #55acef
}

.news-share-i_twitter:before {
    margin-top: -13px
}

.news-share-i_whatsapp {
    background-color: #29d245
}

.news-share-i_whatsapp:before {
    margin-top: -16px
}

.news-share-i_email {
    background-color: #757575
}

.news-share-i_email:before {
    margin-top: -12px
}

.news-share-i_print {
    background-color: #757575
}

.news-share-i_print:before {
    margin-top: -14px
}