.conteiner-articles .container-img, .content-blog-more .container-img, .conteiner-sport .container-img {
    min-width: 160px;
    height: 120px;
    margin-top: 10px;
}
header .head-bottom, .user_opinions, .weather, .network, .widget_polls-widget {
    background-color: #f1f1f1;
    border-radius: 5px;
}
.conteiner-articles:not(:last-child), .content-news:not(:last-child), .conteiner-sport:not(:last-child), .content-blog.content-blog-more:not(:last-child), .content-blog:not(.content-blog-more):not(:last-child) {
    border-bottom: 1px dotted #dadada;
    padding-bottom: 10px;
}
.archive .content-blog:not(.home-main-blog):first-child {
    border-bottom: 2px solid #f8000e;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

header .head-top {
    background-color: #fff;
}
.title {
    border-bottom: 2px solid #f8000e;
}
.title a {
    color: #848181;
}
.recommend-block-img img {
    height: -webkit-fill-available;
}

.widget-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f8000e;
}
.widget_recent_comments, .widget_polls-widget, .weather, .network {
    padding: 10px;
    font-size: 15px;
}
.wp-polls-ul {
    margin: 0px 5px;
}
.wp-polls-ul input[type=radio] {
    margin-top: 3px;
    margin-right: 5px;
}
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.wp-polls-ul li small {
    display: block;
    text-align: right;
}
.wp-polls-ul li label {
    display: inline-block;
    width: 90%;
    line-height: 1.2;
    margin-bottom: 5px;
}
.widget_recent_comments ul {
    padding-left: 20px;
}
.wp-polls li .pollbar {
    border: none;
    margin-top: 3px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: white;
    position: relative;
}
.wp-polls li .pollbar:after {
    content: "";
    position: absolute;
    background: #007bff;
    display: block;
    width: 100%;
    height: 6px;
    top: 0px;
}
.wp-polls li:nth-child(3n+2) .pollbar:after {
    background: #f8000e;
}
.wp-polls li:nth-child(3n+3) .pollbar:after {
    background: #2da23c;
}
.content-blog:hover, .content-articles:hover, .conteiner-sport:hover, .content-news:hover {
    background: transparent;
}
.content-articles .title_articles a, .content-blog .title_blog a, .content-anons .title_anons a {
    font-size: 16px;
    line-height: 18px;
}
.content-blog .desc_blog, .content-articles .desc_articles {
    font-size: 14px;
    line-height: 18px;
}
.container nav {
    display: flex;
    width: 100%;
    justify-content: center;
}
.head-mob .container nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.page-numbers:not(.dots) {
    display: inline-block;
    border: 1px solid #007bff;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    text-align: center;
    transition: .3s;
}
.page-numbers.dots {margin: 0 10px;}
.page-numbers:hover:not(.current):not(.dots) {
    background: #007bff;
    color: #fff !important;
    transition: .3s;
}
.page-numbers.current {
    border-color: #f8000e;
    background: #f8000e;
    color: #fff;
}
.title h2, .title h2 a, .h1-on-front a {
    color: #f8000e;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 2px;
}
.content-movies .title_movies {
    line-height: 20px;
}
footer .footer-bottom {
    height: auto;
    min-height: 60px;
}
.link-name {font-size: 0;}
.singl-content [id*=attachment].wp-caption {width: 100% !important;}
.singl-content [id*=attachment].wp-caption img {
    width: 100%;
    height: auto;
}
.singl-content img {
    height: auto;
}
@media screen and (min-width: 992px) {
    .btn-search {
        line-height: 29px;
    }
}
@media screen and (max-width: 991px) {
    .bottom-menu {
        flex-direction: column;
        width: 100% !important;
        margin: 20px 0 10px;
    }
    #select-menu {margin-top: 15px !important;}
    .account {
        width: 130px;
    }
    .menu li {
        margin-right: 10px;
    }
    .menu li a {
        line-height: 36px;
    }
}
