.flex-wrap .world-news__item,
.latest-news__item,
.gallery-news__item
{
    width: 100%;
    max-width: 145px;
}

.title-subitem
{
    line-height: 14px;

    margin-top: 9px;
    margin-bottom: 0;
}

.title-subitem a
{
    font-size: 12px;
    font-weight: bold;

    color: #202021;
}

.article-news
{
    line-height: 14px;

    margin: 0;
    margin-bottom: 7px;
}

.article-news a
{
    font-size: 12px;

    color: #202021;
}

body
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;

    background: url(../img/pattern.png) 0 0 repeat, url(../img/map.png) center top no-repeat, #121212;
}

a
{
    text-decoration: none;
}

.container
{
    width: 100%;
    min-width: 320px;
    max-width: 980px;
    margin: 0 auto;
    margin-top: 46px;

    background: white;
}

.container-inner
{
    position: relative;

    width: 100%;
    min-width: 320px;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 17px;
}

.header-top__wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

@media screen and (min-width: 768px)
{
    .header-top__wrapper
    {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}

.main-menu-logo
{
    display: block;

    width: 100%;
    max-width: 313px;
    margin-top: 11px;
}

.main-menu-logo img
{
    width: 77%;
    height: auto;
}

.site-menu
{
    width: 100%;
    max-width: 376px;
    margin-top: 37px;
    margin-left: 24px;
}

.site-menu__item
{
    font-size: 12px;

    padding: 0 6px 0 11px;

    text-decoration: none;

    color: #cf0000;
    border-left: 1px solid #202021;
}

.site-menu__item:first-child
{
    border-left: none;
}

.search-block
{
    width: 100%;
    max-width: 250px;
}

.header-social-icon-plugin
{
    width: 100%;
}

.search
{
    margin-top: 5px;
}

.search form
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search form input
{
    width: 218px;
    height: 28px;
}

.btn-search
{
    display: inline-block;

    width: 32px;
    height: 28px;

    vertical-align: middle;

    border: none;
    background: #202021 url('../img/search-icon.png') 11px 4px no-repeat;
}

.categories-menu
{
    margin: 0;
    margin-top: 16px;
    padding: 0;
    padding-left: 22px;

    background: #000;
    background: linear-gradient(to bottom, #000 0%, #1b1d1e 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1b1d1e',GradientType=0 );
}

.categories-menu__item
{
    display: inline-block;

    padding: 12px 21px 12px 11px;
}

.categories-menu__item a
{
    font-family: 'bebas_neue_regularregular';
    font-size: 20px;

    text-decoration: none;

    color: #fff;
}

.slider-block
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    box-sizing: border-box;
    width: 100%;
    padding: 13px 11px 6px 11px;

    background: #202021;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media screen and (min-width: 768px)
{
    .slider-block
    {
            flex-direction: row;

        max-width: 670px;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.slider-for
{
    width: 100%;
}

@media screen and (min-width: 768px)
{
    .slider-for
    {
        max-width: 529px;
    }
}

.slider-for__item
{
    position: relative;

    width: 100%;

    border: 3px solid #000;
}

@media screen and (min-width: 768px)
{
    .slider-for__item
    {
        max-width: 523px;
    }
}

.slider-for__item:focus
{
    outline: none;
}

.slider-for__item img
{
    width: 100%;
}

.slider-for__item img:focus
{
    outline: none;
}

.slider-info
{
    position: absolute;
    bottom: 0;
    left: 0;

    padding-top: 6px;

    background: rgba(0, 0, 0, .75);
}

.slider-info__text
{
    font-size: 15px;

    padding-right: 2px;
    padding-left: 143px;

    color: #fff;
}

.breaking-news-label
{
    font-size: 10px;
    font-weight: bold;

    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: inline-block;

    padding: 4px 14px 4px 8px;

    text-transform: uppercase;

    color: #fff;
    background: #cf0000;
}

.slider-nav
{
    margin-left: 12px;
}

.slider-nav__item
{
    width: 100%;
    max-width: 107px;
    margin-bottom: 5px;
}

.slider-nav__item:last-child
{
    margin-bottom: 0;
}

.slider-nav__item:focus
{
    box-sizing: border-box;

    border: 3px solid #f00;
    outline: none;
}

.slider-nav__item img
{
    width: 100%;
}

.slider-nav__item img:focus
{
    outline: none;
}

.content--wrapper
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-top: 28px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 768px)
{
    .content--wrapper
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.promo
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    margin-top: 5px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 992px)
{
    .promo
    {
            flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.main-block
{
    width: 100%;
}

@media screen and (min-width: 768px)
{
    .main-block
    {
        max-width: 457px;
    }
}

.sidebar_narrow
{
    width: 100%;
}

@media screen and (min-width: 768px)
{
    .sidebar_narrow
    {
        max-width: 193px;
    }
}

.sidebar_wide
{
    width: 100%;
}

@media screen and (min-width: 768px)
{
    .sidebar_wide
    {
        max-width: 250px;
    }
}

.world-news
{
    padding-bottom: 15px;
}

.title-wrapper
{
    position: relative;
}

.btn-more
{
    font-size: 10px;

    position: absolute;
    top: 7px;
    right: 0;

    display: inline-block;

    padding: 0 10px 0 12px;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background: #cf0000;
}

.title-item
{
    margin: 0 0 15px 2px;

    border-bottom: 3px solid #cf0000;
}

.title-item a
{
    font-family: 'bebas_neue_regularregular';
    font-size: 25px;
    font-weight: 700;
    line-height: 21px;

    text-decoration: none;
    letter-spacing: 1px;

    color: #202021;
}

.flex-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.world-news-img
{
    display: inline-block;

    width: 100%;
}

.btn-read-more
{
    font-size: 10px;
    font-weight: bold;

    text-decoration: none;
    text-transform: uppercase;

    color: #cf0000;
}

.gallery-wrap
{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.latest-news
{
    padding-top: 18px;
    padding-bottom: 15px;
}

.latest-news-img
{
    display: inline-block;

    width: 100%;
}

.gallery-news
{
    padding-top: 16px;
}

.gallery-news__item
{
    margin-bottom: 6px;
}

.gallery-news-img
{
    display: inline-block;

    width: 100%;
}

.tech-news
{
    padding-top: 17px;
}

.tech-news-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media screen and (min-width: 768px)
{
    .tech-news-list
    {
        display: block;
    }
}

.tech-news-list .row-wrap
{
        flex-direction: column;

    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media screen and (min-width: 768px)
{
    .tech-news-list .row-wrap
    {
            flex-direction: row;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

.tech-news-list .row-wrap:first-child .tech-news__item
{
    background: url('../img/dash.png') 0 104px repeat-x;
}

.tech-news__item
{
    width: 100%;
    padding-bottom: 21px;
}

@media screen and (min-width: 768px)
{
    .tech-news__item
    {
        max-width: 221px;
    }
}

.title-subitem-technews
{
    margin-top: 5px;
}

.title-subitem-technews a
{
    font-size: 15px;
    line-height: 18px;
}

.by_john a
{
    font-size: 11px;

    display: inline-block;

    padding: 0 9px 0 0;

    color: #202021;
    border-right: 1px solid #767676;
}

.by_john a:last-child
{
    padding-left: 3px;

    border-right: none;
}

.by_john a span
{
    color: #cf0000;
}

.desk-news__item
{
    position: relative;

    margin: 0 0 22px 0;
    padding: 0 0 20px 0;

    background: url('../img/dash.png') 0 100% repeat-x;
}

.desk-news__item .article-news
{
    margin-bottom: 2px;
}

.desk-news__item:nth-child(2)
{
    margin-bottom: 20px;
    padding-bottom: 16px;
}

.desk-news__item:last-child
{
    background: none;
}

.time_create_topic
{
    font-size: 10px;

    display: inline-block;

    margin-left: 11px;

    color: #202021;
}

.btn-desk-news
{
    position: inherit;
    top: 30px;
    left: -123px;
}

@media screen and (min-width: 768px)
{
    .btn-desk-news
    {
        position: absolute;
        top: 114px;
        right: 128px;
        left: 0;
    }
}

.editorial-news
{
    padding-top: 20px;
}

.editorial-news .title-wrapper .title-item
{
    margin-bottom: 12px;
}

.editorial-gallery__item
{
    margin-left: 4px;
}

.editorial-gallery__item .title-subitem
{
    margin: 5px 0 9px 1px;
}

.editorial-gallery__item .title-subitem a
{
    color: #cf0000;
}

.video-news
{
    position: relative;

    padding: 10px 15px 4px 20px;

    background: #e4e4e4;
}

.btn-video-news
{
    position: inherit;
    top: 4px;
    left: 50%;
}

@media screen and (min-width: 768px)
{
    .btn-video-news
    {
        left: 170px;
    }
}

.video-news__item
{
    margin-bottom: 14px;

    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (min-width: 768px)
{
    .video-news__item
    {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.video-news__item:last-child
{
    margin-bottom: 0;
}

.video-news__item:hover .title-subitem a
{
    color: #202021;
}

.video-news__item .title-subitem
{
    margin-top: 5px;
    margin-left: 10px;
}

.banner-film
{
    text-align: center;
}

.banner-film-img
{
    display: inline-block;

    width: 100%;
    max-width: 250px;
    margin-top: -8px;
}

.newsletter-form
{
    margin: 13px 0 15px 0;
    padding-bottom: 23px;

    text-align: center;

    background: #e4e4e4;
}

.newsletter-form .title-wrapper .title-item
{
    margin-bottom: 0;
    padding-top: 13px;

    border-bottom: none;
}

.newsletter-form .title-wrapper .article-news
{
    margin: 4px 0 0 0;
}

.sending-newsletters
{
    margin-top: 10px;
    margin-left: 22px;

    text-align: left;
}

.sending-newsletters input
{
    width: 90%;
    height: 26px;
    margin: 6px 0 2px;
    padding-left: 6px;
}

.btn-submit
{
    font-size: 13px;

    display: inline-block;

    margin-top: 8px;
    padding: 7px 28px 3px 22px;

    text-transform: uppercase;

    color: #fff;
    border: none;
    background: #cf0000;
}

.spam-text
{
    margin: 10px 0 0 8px;
}

.popular-news-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media screen and (min-width: 768px)
{
    .popular-news-list
    {
        display: block;
    }
}

.popular-news
{
    padding-top: 5px;
}

.popular-news .title-wrapper .title-item a
{
    color: #cf0000;
}

.popular-news .title-wrapper .title-item a::after
{
    font-family: 'bebas_neue_regularregular';
    font-size: 25px;

    padding-left: 78px;

    content: 'most read';
    letter-spacing: 1px;

    color: #202021;
}

.popular-news__item
{
    position: relative;

    display: inline-block;

    margin-bottom: 20px;
    padding: 0 0 2px;

    background: url('../img/dash.png') 0 bottom repeat-x;
}

.popular-news__item:last-child
{
    background: none;
}

.release-date
{
    font-size: 11px;
    font-style: italic;

    display: inline-block;

    color: #202021;
}

@media screen and (min-width: 768px)
{
    .release-date
    {
        position: absolute;
        top: -2px;
        left: 0;
    }
}

@media screen and (min-width: 768px)
{
    .btn-read-more-popular
    {
        position: inherit;
        bottom: 19px;
        left: 86px;
    }
}

.btn-popular-news
{
    position: inherit;
    top: 21px;
    right: 63px;
}

.banner-subscribe
{
    padding-top: 8px;

    text-align: center;
}

.banner-subscribe-img
{
    display: inline-block;

    width: 100%;
    max-width: 250px;
    margin-top: 29px;
}

footer
{
    padding: 10px 0 37px;
}

.ads-banner
{
    padding-top: 29px;
    padding-bottom: 24px;

    text-align: center;

    background: url('../img/dash.png') 0 2px repeat-x, url('../img/dash.png') 0 146px repeat-x;
}

.baner-footer-img
{
    display: inline-block;

    width: 100%;
    min-width: 320px;
    max-width: 728px;
    height: auto;
}

.footer-menu
{
    margin-top: 18px;
    margin-left: 51px;
}

.footer-menu a
{
    font-size: 12px;

    padding: 0 16px 0 16px;

    text-decoration: none;

    color: #020305;
    border-left: 1px solid #202021;
}

.footer-menu a:first-child
{
    border: none;
}

.copyright
{
    margin-top: 23px;

    text-align: center;
}

.copyright span
{
    display: inline-block;

    margin-left: 6px;
}

.copyright p
{
    font-size: 12px;
    line-height: 19px;

    color: #020305;
}

.copyright p a
{
    color: inherit;
}
