*{
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
    text-decoration: none !important;
}

html{
    position: relative;
}

html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #333333;
}


.clear{
    clear: both;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.container{
    margin: 0 auto;
    box-sizing: border-box;
}

.wrapper{
    position: relative;
    min-height: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.header{
    height: 90px;
    background: #eeeeee;
}

.header .container{
    padding-top: 15px;
}

.content{
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 180px;
}

.footer{
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    overflow: hidden;
    background: #eeeeee;
    height: 180px;
    margin-top: -180px;
}

.btn, .main-news-content, .main-news-title a, .search-block, .radio-icon, .menu li a, .news-item-title a, .search-block input,
.search-block button, .radio-link, .radio-link span, .side-item-title a, .top-news-title a, .pager-load-more li a,
.radio-link, .video-link, .video-link i, .video-link span, .news-topic, .search-block form, .pager-load-more li a i,
.hover-shadow, .footer-menu-section ul li a, .next-news, .prev-news, .mobile-menu, .bar, .article-content p a{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}

.m0{
    margin: 0;
}

.pl0{
    padding-left: 0;
}

.p0{
    padding: 0;
}

.pr0{
    padding-right: 0;
}

.modals{
    display: none;
}


.logo{
    float: left;
    margin-left: 20px;
    margin-top: 9px;
}

.logo img{
    display: block;
}

.radio-link{
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    color: #004773;
    text-transform: uppercase;
    font-size: 0;
    margin-right: 35px;
}

.radio-link span, .radio-link div{
    display: inline-block;
    vertical-align: top;
}

.radio-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #004773;
    text-align: center;
    line-height: 48px;
    padding-left: 6px;
    margin-right: 11px;
}

.video-link{
    height: 60px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    padding-left: 120px;
    position: relative;
    text-transform: uppercase;
    color: #004773;
}

.video-link img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.video-link span{
    padding: 0 22px;
    font: 600 14px/60px 'Roboto';
}

.radio-link:hover, .video-link:hover, .footer-menu-section ul li a:hover{
    color: #1078b9;
}

.radio-link:hover .radio-icon{
    border: 1px solid #1078b9;
}

.radio-icon i{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 30px;

}

.radio-link span{
    font: 600 14px/50px 'Roboto';
}

.header .pull-right{
    font-size: 0;
}

.video-link-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    line-height: 60px;
    font-size: 0;
    text-align: center;
}

.video-link-img i{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: normal;
    color: #fff;
}

.video-link:hover .video-link-img i{
    color: rgba(255, 255, 255, 0.75);
}

.menu{
    padding: 30px 0;
    background: #fff;
}

.menu ul{
    padding: 0;
    margin: 0;
    font-size: 0;
}

.menu ul li{
    display: inline-block;
    vertical-align: top;
    height: 35px;
}

.menu ul li:not(:last-child){
    margin-right: 20px;
}

.menu ul li a{
    display: block;
    font: 600 16px/35px 'Roboto';
    color: #333333;
    text-transform: uppercase;
}

.menu ul li a:hover, .search-block button:hover{
    color: #1078b9;
}

.right-wrap{
    position: relative;
    height: 35px;
}

.search-block{
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    z-index: 3;
}

.search-block form{
    position: relative;
    width: 100%;
    height: 100%;
    background: #eeeeee;
    overflow: hidden;
}

.search-block input[type="text"]{
    width: 100%;
    height: 100%;
    border: 1px solid #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 35px 0 15px;
    background: transparent;
    display: block;
    font: 16px 'Roboto';
    color: #000;

}

.search-block input[type="text"]:hover{
    background: #fff;
}

.search-block:hover{
    width: 100%;
}

.search-block button {
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 19px;
    color: #000;
    background: transparent;
    border: none;
}

.custom-row{
    margin-right: -20px;
    margin-left: -20px;
}

.custom-row > [class*="col-"]{
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.main-news{
    display: block;
    position: relative;
}

.easy-news-items{
    padding-top: 25px;
}

.main-news-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 17px;
}

.main-news-content .shadow{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 60%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.main-news:hover .main-news-content{
    padding-bottom: 37px;
}

.sep{
    width: 146px;
    height: 3px;
    margin-bottom: 8px;
}

.main-news .sep{
    background: #fff;
    margin-left: 2px;

}

.main-news-descr{
    font: 14px 'Roboto';
    color: #fff;
    margin-top: 5px;
}

.main-news-title{
    color: #fff;
    font: 300 32px/36px 'Roboto';
}

.main-news-title a{
    color: #fff;
}

.main-news-title a:hover{
    color: #6cc7ff;
}


.main-news-content-block{
    position: relative;
    z-index: 2;
}

.news-topic{
    position: absolute;
    top: 15px;
    height: 25px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    font: 600 10px/25px 'Roboto';
    left: -5px;
    z-index: 3;
}

.news-topic:hover{
    color: #000;
}

.topic-type-1{
    background: #dd4b39;
}

.topic-type-1:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #9e1606 transparent transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}

.topic-type-2{
    background: #1078b9;
}

.topic-type-2:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #004773 transparent transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}

.topic-type-3{
    background: #de6b1e;
}

.topic-type-3:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #923d04 transparent transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}

.topic-type-4{
    background: #458317;
}

.topic-type-4:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #204c00 transparent transparent;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}


.main-news-link{
    display: block;
    position: relative;
}

.news-item-link{
    display: block;
    position: relative;
}

.news-item-date-wrap{
    margin-bottom: 12px;
}

.news-item-date{
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
    height: 30px;
    text-align: center;
    color: #808080;
    font: italic 12px/30px 'Roboto';
    background: #eeeeee;
}

.news-item-title{
    color: #333333;
    font: bold 18px 'Roboto';
    margin-bottom: 10px;
}

.news-item-title a{
    color: #333333;
}

.news-item-title a:hover, .side-item-title a:hover, .top-news-title a:hover{
    color: #1078b9;
}

.news-item-descr{
    font: 14px 'Roboto';
    margin-top: 7px;
}

.news-item-img{
    position: relative;
}

.news-items, .top-news-list{
    font-size: 0;
}

.top-news-list{
    margin-top: 30px;
}

.news-item, .top-news-item{
    float: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-bottom: 35px;
}

.side-item-title, .top-news-title{
    font: bold 14px 'Roboto';
}

.side-item-title a, .top-news-title a{
    color: #333333;
}

.side-item-img{
    position: relative;
    margin-bottom: 5px;
}

.side-top-item-block .sep, .side-item-block .sep{
    background: #004773;
}

.hover-shadow{
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-item-link:hover .hover-shadow{
    background: rgba(0, 0, 0, 0.2);
}

.side-top-news, .side-news-item{
    margin-bottom: 30px;
}

.side-news-img{
    position: absolute;
    left: 0;
    top: 13px;
    height: 100%;
}

.side-news-img-item{
    position: relative;
}

.side-news-img-item .side-item-title, .side-news-img-item .news-item-descr{
    padding-left: 90px;
}

.top-news{
    background: #eeeeee;
    padding-top: 25px;
    padding-bottom: 10px;
}

.section-header{
    font: 36px 'bebas_neuebold';
    text-transform: uppercase;
    position: relative;
}

.section-header:after{
    position: absolute;
    content: '';
    width: 146px;
    background: #004773;
    bottom: -3px;
    height: 3px;
    left: 0;
}

.top-news-item-block{
    padding-left: 75px;
    min-height: 60px;
    position: relative;
}

.top-news-item{
    margin-bottom: 35px;
}

.top-news-item .news-item-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: block;
}

.top-news-item-date{
    font: italic 12px 'Roboto';
    color: #808080;
    margin-top: 5px;
}

.bottom-news{
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.reclame-block{
    margin-bottom: 45px;
}

.custom-news-item{
    margin-bottom: 15px;
}

.custom-news-item .news-item-link{
    position: absolute;
    left: 0;
    top: 0;
}

.custom-news-block .section-header{
    margin-bottom: 25px;
}

.no-img-item .top-news-item-block{
    padding-left: 0;
    min-height: 0;
}

.custom-news-list{
    margin-bottom: 45px;
}

.footer .container{
    padding-top: 35px;
}

.footer-logo{
    float: left;
}

.footer-logo img{
    display: block;
}

.rights{
    font: bold 12px 'Roboto';
    margin-top: 35px;
}

.footer-menu{
    display: flex;
    justify-content: space-between;
    font-size: 0;
    text-align: justify;
    margin-top: 10px;
}

.footer-menu-section{
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.footer-menu-section ul{
    display: block;
    font: 20px 'bebas_neuebold';
    padding: 0;
    margin: 0;
}

.footer-menu-section ul li{
    display: block;
}

.footer-menu-section ul li:not(:last-child){
    margin-bottom: 8px;
}

.footer-menu-section ul li a{
    text-transform: uppercase;
    color: #333333;

}

.pager-load-more{
    list-style: none;
    padding: 20px 0 30px 0;
    margin: 0;
    text-align: center;
    width: 100%;
    display: block;
}

.pager-load-more li{
    display: inline-block;
    vertical-align: top;
}

.pager-load-more li a{
    color: #1395e6;
    text-transform: uppercase;
    font: bold 12px/26px 'Roboto';
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
}

.pager-load-more li a:hover{
    color: #151515;
}

.pager-load-more li a:hover i{
    color: #1395e6;
}

.loader-icon{
    display: inline-block;
    vertical-align: top;
    height: 26px;
    width: 26px;
    background: #eeeeee;
    line-height: 26px;
    text-align: center;
    margin-right: 10px;
    font-size: 0;
}

.loader-icon i{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #151515;
    margin-top: -2px;
    line-height: normal;
}

.mobile-nav {
    width: 21px;
    float: left;
    z-index: 15;
    position: absolute;
    left: 15px;
    top: 18px;
    cursor: pointer;

}

.mobile-nav.active{
    position: fixed;
}



.bar{
    background: #000;
    height: 4px;
    width: 100%;
}

.bar:not(:last-child){
    margin-bottom: 2px;
}

.active .bar:first-child{
    transform: rotate(45deg) translateY(4px) translateX(4px);
    -webkit-transform: rotate(45deg) translateY(4px) translateX(4px);
    -moz-transform: rotate(45deg) translateY(4px) translateX(4px);
    -ms-transform: rotate(45deg) translateY(4px) translateX(4px);
    -o-transform: rotate(45deg) translateY(4px) translateX(4px);
}

.active .bar:nth-child(2){
    transform: rotate(-45deg) translateY(0px) translateX(0px);
    -webkit-transform: rotate(-45deg) translateY(0px) translateX(0px);
    -moz-transform: rotate(-45deg) translateY(0px) translateX(0px);
    -ms-transform: rotate(-45deg) translateY(0px) translateX(0px);
    -o-transform: rotate(-45deg) translateY(0px) translateX(0px);
}

.active .bar:last-child{
    opacity: 0;
    visibility: hidden;
}

.breadcrumbs ul{
    list-style: none;
    display: block;
    font-size: 0;
}

.breadcrumbs{
    margin-bottom: 20px;
}

.breadcrumbs ul li{
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.breadcrumbs ul li:not(:last-child){
    padding-right: 5px;
}

.breadcrumbs ul li:not(:last-child):after {
    content: '/';
    font: 10px 'Roboto';
    color: #333;
    margin-left: 3px;
}

.breadcrumbs ul li span{
    font: 10px 'Roboto';
    text-transform: uppercase;
    color: #333;

}

.breadcrumbs ul li a{
    font: 10px 'Roboto';
    text-transform: uppercase;
    color: #008de5;
    border-bottom: 1px solid transparent;
}

.articles-topic-title{
    font: 300 32px 'Roboto';
    color: #004773;
    margin-bottom: 35px;
}

.breadcrumbs ul li a:hover{
    border-bottom: 1px solid #008de5;
}

.article-title{
    font: 300 32px/36px 'Roboto';
    color: #004773;
    margin: 0;
}

.article-header{
    margin-bottom: 15px;
}

.article-date{
    color: #808080;
    font: italic 12px 'Roboto';
    margin-top: 10px;
}

.article-content h4{
    text-transform: uppercase;
    font: bold 16px 'Roboto';
    color: #333;
    margin: 35px 0 10px;
}

.article-content p{
    font: 14px/18px 'Roboto';
    margin: 0 0 10px 0;
}
.article-content p a{
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid transparent;
    color: #008de5;
}

.article-content p a:hover{
    border-bottom: 1px solid #008de5;
}

.article-item{
    padding-bottom: 40px;
}

.article-comments{
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-news-slider-wrap{
    position: relative;
    margin-bottom: 40px;
}

.prev-news{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 3;
    margin-top: -21px;
    cursor: pointer;
}

.next-news{
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 0;
    z-index: 3;
    cursor: pointer;
}

.prev-news:hover, .next-news:hover{
    color: rgba(255, 255, 255, 0.65);
}


@media(max-width: 1199px){
    .main-news-title {
        color: #fff;
        font: 300 26px/30px 'Roboto';
    }

    .custom-row{
        margin-right: -15px;
        margin-left: -15px;
    }

    .main-news-slider-wrap {
        margin-bottom: 30px;
    }

    .custom-row > [class*="col-"]{
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .news-item, .top-news-item {
        margin-bottom: 30px;
    }

    .bottom-news {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media(max-width: 991px){

    .next-news i, .prev-news i{
        font-size: 2em;
    }

    .next-news, .prev-news{
        margin-top: -14px;
    }

    .article-title {
        font: 300 22px 'Roboto';
    }

    .logo, .footer-logo{
        width: 69px;
        overflow: hidden;
    }

    .side-news-img img{
        width: 60px;
        height: 60px;
    }

    .side-news-img-item .side-item-title, .side-news-img-item .news-item-descr {
        padding-left: 70px;
    }

    .rights {
        margin-top: 22px;
    }

    .news-item .news-item-link img{
        width: 100%;
        max-width: 100%;
    }

    .main-news-title {
        font: 600 16px 'Roboto';
    }

    .menu ul li:not(:last-child) {
        margin-right: 10px;
    }

    .menu ul li a {
        font: 600 13px/35px 'Roboto';
    }

    .menu {
        padding: 15px 0;
    }

}

@media(max-width: 767px){


    .articles-topic-title {
        font: 600 18px 'Roboto';
        margin-bottom: 20px;
    }

    .breadcrumbs {
        margin-bottom: 15px;
    }

    .mobile-menu{
        position: fixed;
        background: #eeeeee;
        z-index: 5;
        top: 0;
        left: 0;
        width: 100%;
        padding: 45px 15px 15px;
        transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
    }

    .mobile-menu.active{
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
    }

    .mobile-menu ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu ul li{
        display: block;
    }

    .mobile-menu ul li:not(:last-child){
        margin-bottom: 5px;
    }

    .mobile-menu ul li a{
        font: 20px 'bebas_neuebold';
        color: #333333;
    }

    .mobile-menu ul li a:hover{
        color: #1395e6;
    }

    .radio-link {
        float: right;
        margin-right: 0;
        margin-top: 5px;
    }

    .video-link{
        float: right;
        clear: both;
    }

    .header {
    }

    .header .container{
        position: relative;
    }

    .header .search-block:hover {
        width: 240px;
    }

    .header .search-block{
        position: absolute;
        left: 15px;
        top: 45px;
    }

    .header .search-block form{
        background: #fff;
    }

    .video-link {
        height: 26px;
        padding-left: 26px;
        background: transparent;
    }

    .video-link-img {
        width: 26px;
        line-height: 26px;
    }

    .video-link img{
        display: none;
    }

    .video-link-img i {
        font-size: 24px;
    }

    .video-link span {
        padding: 0;
        font: 600 14px/26px 'Roboto';
    }

    .radio-link span {
        font: 600 14px/26px 'Roboto';
    }

    .radio-icon {
        width: 26px;
        height: 26px;
        border: none !important;
        text-align: center;
        line-height: 25px;
        padding-left: 6px;
        margin-right: 4px;
    }

    .radio-icon i {
        font-size: 24px;
    }
    .logo {
        float: left;
        margin-left: 15px;
        margin-top: -6px;
    }

    .logo {
        width: 52px;
        margin-left: 35px;
    }

    .logo img{
        height: 30px;
    }

    .news-item, .top-news-item {
        margin-bottom: 20px;
    }

    .main-news-slider-wrap {
        margin-bottom: 20px;
    }

    .custom-news-list {
        margin-bottom: 20px;
    }

    .easy-news-items {
        padding-top: 0;
    }

    .side-top-news .news-item-link img{
        width: 100%;
        max-width: 100%;
    }

    .footer-menu{
        display: block;
    }

    .footer-menu-section{
        width: 50%;
        float: left;
        margin-bottom: 8px;
    }

    .content {
        min-height: 0;
        padding-bottom: 0;
    }

    .wrapper{
        min-height: 0;
    }

    .footer {
        height: auto;
        margin-top: 0;
    }

    .footer .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .pager-load-more {
        padding: 0 0 20px 0;
    }

    .header .pull-right{
        float: none !important;
        width: 100%;
        clear: both;
    }

    .radio-link {
        float: left;
        width: 50%;
    }

    .video-link {
        float: left;
        width: 50%;
        clear: none;
        padding-left: 10px;
        text-align: center;
    }

    .header .search-block {
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .radio-link {
        float: left;
        width: 50%;
        text-align: center;
        margin-top: 0;
        padding-right: 10px;
    }

    .radio-icon {
        display: none !important;
    }

    .video-link span {
        display: block;
        padding: 0;
        font: 600 14px/26px 'Roboto';
        border: 1px solid #1078b9;
    }

    .video-link-img {
        display: none;
    }

    .radio-link span {
        display: block;
        font: 600 14px/26px 'Roboto';
        border: 1px solid #1078b9;
    }

    .header .search-block{
        left: inherit;
    }

    .header .pull-right{
        padding-top: 14px;
    }

    .radio-link:hover span, .video-link:hover span{
        border-color: #000;
        color: #000;
    }
}

@media(max-width: 450px){
    .prev-news {
        top: 2px;
        right: 24px;
        left: inherit;
        margin-top: 0;
    }

    .next-news {
        top: 2px;
        right: 0;
        margin-top: 0;
    }

    .video-link{
        padding-left: 5px;
    }

    .radio-link{
        padding-right: 5px;
    }

    .footer-menu-section:nth-child(2n+1){
        width: 40%;
    }

    .footer-menu-section:nth-child(2n){
        width: 60%;
    }

    .footer .col-xs-3{
        width: 33.333333%;
    }

    .footer .col-xs-9{
        width: 66.66666667%;
    }
}

@media(max-width: 400px){
    .footer-menu-section:nth-child(2n){
       text-align: right;
    }

    .footer-menu-section ul {
        font: 18px 'bebas_neuebold';
    }

    .video-link span, .radio-link span {
        font: 600 12px/26px 'Roboto';
    }
}