@charset "UTF-8";
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto-Light.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto-Light.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto-Bold.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto-Bold.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/** Основные стили **/
body{
    line-height: 1;
    color: #000000;
    background: #FFF;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
/** Шапка **/
header{
    display: block;
}
.logo{
    height: 69px;
    margin: 20px 0 10px 0;
}
/** Тело **/
article{
    display: block;
}
/** Подвал **/
footer{
    background: #363B40;
    padding-top: 20px;
}
/** Вспомогательные элементы **/
.box-header{
    display: block;
    background-color: #e3e3e3;
    padding: 10px;
    border-left: 3px solid #3291C9;
    color: #25282A;
}
.box-header.small{
    padding: 2px;
}
.scroll-top{
    float: right;
    background: url("../images/icons/go_top_arrow.png") no-repeat center right;
    padding-right: 25px;
    font-family: 'Roboto', sans-serif;
    line-height: 140%;
}
.border-top{
    border-top: 1px solid #E9E9E9;
}
.separator-footer{
    border-top: solid 2px #464D53;
    padding: 10px 0 20px 0;
}
.page-title{
    font-weight: bold;
    font-size: 35px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-top-30{
    padding-top: 30px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-top-30{
    margin-top: 30px;
}
.margin-top-50{
    margin-top: 50px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}
.number_of_week_col span:first-child{
    font-size: 26px;
    color: #3291c9;
    float: left;
    margin-right: 10px;
}
/** Кружок для списка **/
.bullet{
    background: url("../images/icons/bullet_style_2.png") no-repeat left center;
    padding-left: 25px;
}
.bullet.parent{
    background-position: left 3px;
}
/** Кнопка "Читать дальше" **/
.read-more{
    position: relative;
    display: block;
    height: 29px;
    clear: both;
    float: left;
    color: #25282A;
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    padding-right: 12px;
}
.read-more span{
    display: block;
    line-height: normal;
    margin-top: 7px;
    position: relative;
    margin-left: 38px;
}
.read-more .arrow{
    position: absolute;
    width: 29px;
    height: 29px;
    margin-left: 0;
    background: #3291C9 url("../images/icons/call_to_action_arrow.png") no-repeat;
    margin-top: 0;
}
.read-more:hover{
    color: #FFF;
    text-decoration: none;
}
.read-more:hover .arrow{
    width: 100%;
}
/** Хлебные крошки **/
.bread-crumb{
    float: right;
    margin-top: 30px;
}
.bread-crumb li{
    float: left;
}
.bread-crumb li, .bread-crumb li a{
    color: #7C7C7C;
    font-size: 12px;
}
.bread-crumb li a{
    text-decoration: underline;
}
.bread-crumb li a:hover{
    color: #25282a;
}
.bread-crumb .separator{
    background: url("../images/icons/breadcrumb_arrow.png") no-repeat center center;
    width: 5px;
    height: 13px;
    padding: 0 10px;
}
/** Страница 404 **/
.error-title, .error-subtitle{
    font-family: 'Roboto', sans-serif;;
    font-weight: 300;
    font-size: 55px;
}
.error-subtitle{
    font-weight: 700;
    color: #ED1C24;
}
.error-list li, .error-list li a{
    padding: 5px 10px;
}
/** Новости общий список **/
.news-rubric a{
    color: #fff;
}
.news-date{
    display: block;
    float: right;
}
.news-img{
    display: block;
    float: left;
}
.news-info img{
    width: 100px;
}
.news-info .news-content{
    display: block;
}
.news-info .news-content h3 a{
    color: #7C7C7C;
    text-decoration: none;
}
/** Новости на главной странице **/
.tape-news-block{
    display: block;
    float: left;
    width: 50%;
    max-height: 510px;
}
.tape-news-block-right{
    display: block;
    float: left;
    width: 45%;
    margin-left: 20px;
}
.tape-news-block-right a{
    color: #151515;
    text-decoration: none;
    padding-right: 10px;
}
.tape-news-block-right .tape-item{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 14px;
    line-height: 16px;
}
.caption blockquote p{font-size:16px; margin-bottom: 0;}
.tape-general-item{
    display: block;
}
.tape-general-item .tape-item img{
    max-height: 100%;
}
.top-news-img{
    max-height: 310px;
}
.img-news-tape{
    display: inline;
    width: 96px;
    height: 64px;
}
.tape-block{
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    overflow: auto;
}
.tape-block .tape-content{
    display: inherit;
    height: inherit;
    width: inherit;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 14px;
    line-height: 16px;
}
.tape-block .tape-content img{
    float: left;
    width: 80px;
    padding-right: 10px;
    margin-top: -10px;
}
.tape-block .tape-img-link, .thumbnail .tape-img-link{
    padding-right: 10px;
    margin-top: -10px;
}
.tape-title{
    display: block;
    color: #454545;
    padding-top: 10px;
    font-size: 16px;
}
.tape-title h4, .tape-title2 h4{
    margin-top: -10px;
    font-weight: 800;
}
.tape-general-item .tape-item h2 {
    font-size: 22px;
    font-weight: 800;
}
h5 a,h5 a:hover{
    color: #000;
    font-size: 16px;
}
.label.label-default{

    background-color: #3291c9;
}
.review_chart li h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.review_chart h5{
    margin: 0 0 5px 0;
}
.tape-title2{
    text-decoration: none;
    line-height: 20px;
    display: block;
    color: #454545;
    padding-top: 10px;
    font-size: 16px;
    margin-top: -10px;
}
.tape-content a:hover{
    text-decoration: none;
    color: #454545;
}
/** Детальная новость **/
.news-details {
    clear: both;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #E9E9E9;
}
.news-details li{
    display: inline;
}
.news-details li.detail {
    background: transparent no-repeat left center;
    border: none;
    padding: 0 0 0 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #7C7C7C;
}
li.detail.category {
    background-image: url("../images/icons/post_category.png");
}
li.detail.date {
    background-image: url("../images/icons/post_date.png");
}
li.detail.author {
    background-image: url("../images/icons/post_author.png");
}
.news-box .text, .news-box .text blockquote{
    font-size: 16px !important;
    line-height: 1.5em;
}
/** Страница контактов **/
.contact-map{
    width: 100%;
    height: 350px;
    position: relative;
    background-color: rgb(229, 227, 223);
    overflow: hidden;
}
.item-content{
    margin-top: 10px;
    list-style: none;
}
.contacts.item-content:first-child{
    margin-top: 30px;
}
.item-content:first-child{
    margin-top: 0;
}
.item-content .features-icon{
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    margin-bottom: 5px;
    background: #F0F0F0 no-repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.item-content.border-top{
    padding-top: 30px;
    border-top: 1px solid #E9E9E9;
}
.item-content .not-found{
    width: 110px;
    height: 110px;
    background-image: url("../images/icons/404.png");
}
.fa-commenting:before{
    margin-left: 20px;
    margin-right: 5px;
    color: #3291c9;
}
.fa-viber:before {
    content: url("../images/icons/viber-brands.svg");
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}
/** Карикатуры **/
.caricature img{
    display: block;
    max-height: 320px;
}
.vertical-carousel-container{
    position: relative;
}
.caroufredsel-wrapper-vertical-carousel{
    width: 228px !important;
}
.caroufredsel-wrapper{
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
}
.caroufredsel-wrapper-slider{
    margin-top: 30px !important;
}
/** Блок копирайта **/
.copyright-block{
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: #ffffff;
}
/** Блок о редакции в подвале **/
.footer-about-block{
    color: #ffffff;
}
.footer-about-block p{
    padding-top: 20px;
    color: #D7DCB0;
}
.footer-about-block h5{
    font-size: 16px;
}
/** Блок меню подвала, Блок верхнего меню подвала **/
.footer-menu{
    display: block;
    margin-bottom: 20px;
}
.footer-menu ul{
    float: right;
}
.footer-menu ul li, .footer-menu-head ul li{
    float: left;
    padding-right: 10px;
}
.footer-menu a{
    font-size: 12px;
    color: #ffffff;
}
.footer-menu a:visited{
    color: #ffffff;
}
.footer-menu-head{
    display: block;
    margin: 40px 0 10px 0;
}
.footer-menu-head div{
    padding-left: 0;
}
.footer-menu-head ul{
    float: left;
}
.footer-menu-head a{
    font-size: 18px;
    color: #ffffff;
}
/** Блок авторов **/
.authors .author{
    float: left;
    width: 150px;
    margin-top: 30px;
    margin-left: 30px;
    text-align: center;
}
.authors .author:nth-child(2n+1){
    margin-left: 0;
}
.author h6{
    color: #7C7C7C;
    font-weight: bold;
}
.author .thumb, .author .thumb img{
    display: block;
}
.author .thumb{
    position: relative;
}
.author .details{
    clear: both;
    margin-top: 10px;
}
.author .details h5{
    margin-top: 0;
}
.author .value-bar-container{
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    bottom: 0;
}
.author .value-bar{
    position: absolute;
    width: 50px;
    height: 100%;
    bottom: 0;
    background: #F0F0F0;
}
.author a img{
    width: auto;
    opacity: 1;
    transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    margin: 0 auto;
}
.author a:hover img{
    opacity: 0.8;
    transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
}
.img-spec-line{
    margin: 0px 20px 0px 0px;
    float: left;
}
.progress-author{
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}
.progress-author-single{
    background-color: #F0F0F0;
    border-radius: 0;
    box-shadow: none;
}
.horizontal-carousel .author a img{
    width: 100%;
}
.author .avatar-block{
    float: left;
    margin-right: 30px;
}
.author .avatar-block img{
    display: block;
    width: 240px;
}
.authors-list .author{
    margin-top: 50px;
}
.authors-list .author:first-child{
    margin-top: 0;
}
.authors-list .author blockquote .author{
    margin-top: 23px;
    margin-left: 0;
}
.authors-list .more{
    width: 85px;
}
.authors-list .details{
    position: relative;
    margin-top: 0;
    padding: 15px 20px;
}
.authors-list .author .value-bar-container{
    left: 0;
    right: auto;
}
.authors-list .author .value-bar{
    width: 100%;
}
.authors-list .details .columns{
    position: relative;
    z-index: 1;
}
.authors-list .details .columns .column{
    width: 85px;
}
.authors-list .details .columns{
    position: static;
    width: auto;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}
.mind-block footer{
    background: none;
    padding-top: 0;
}
.mind-block .thumbnail{
    cursor: pointer;
}
/** Социальные иконки **/
footer .social-icons{
    padding-top: 20px;
}
.social-icons li{
    color: #fff;
    padding: 10px 5px 0 0;
}
.social-icons li a{
    color: inherit;
}
.social-icons .social-icon{
    display: block;
    width: 30px;
    height: 30px;
    background: inherit no-repeat 0 0;
    outline: none;
}
.social-icons.colors .social-icon{
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0s;
}
.social-icons .social-icon:hover{
    background-position: 0 -30px;
    opacity: 0.7;
    transition: opacity 0.2s ease-in-out 0s;
    text-decoration: none;
}
/** Иконки **/
.mail{
    background-image: url("../images/icons/mail.png");
}
.envelope{
    background-image: url("../images/icons/envelope.png");
}
.mobile{
    background-image: url("../images/icons/mobile.png");
}
/** Звездочка к обязательным полям **/
.required label:after {
    content: "*";
    color: red;
}
/** Меню **/
nav{
    height: 60px;
    width: 100%;
    font-weight: bold;
    position: relative;
    margin-top: 5px;
}
nav ul{
    padding: 0;
    height: 40px;
    font-size: 11pt;
}
nav li{
    display: inline;
    float: left;
    padding: 10px;
    border-top: 3px solid #3291C9;
}
nav a{
    display: inline-block;
    width: auto;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    padding: 5px 10px;
}
nav li a{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    color: #25282A;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul li a:hover{
    text-decoration: none;
}
nav li:last-child a{
    border-right: 0;
}
nav a:hover, nav a:active{
    color: #ffffff;
    background-color: #3291C9;
}
.search_form_line
{
    font-size: 12px;
    height: 28px;
}
nav a#pull{
    display: none;
}

.mosaicflow__column {
    float:left;
}
.mosaicflow__item div {
    display:block;
    width:100%;
    height:auto;
    margin-bottom: 10px;
    padding: 5px;
}
.border-bottom-10{
    border-bottom: 10px solid #cccccc;
}
@media screen and (max-width: 600px){
    nav{
        height: auto;
    }
    nav ul{
        width: 100%;
        display: block;
        height: auto;
    }
    nav li{
        width: 50%;
        float: left;
        position: relative;
    }
    nav a{
        text-align: left;
        width: 100%;
        text-indent: 25px;
        text-decoration: none;
    }
}
@media only screen and (max-width : 480px){
    nav{
        border-bottom: 0;
    }
    nav ul{
        display: none;
        height: auto;
    }
    nav a#pull{
        color: #fff;
        display: block;
        background-color: #82aacf;
        width: 100%;
        position: relative;
        text-decoration: none;
    }
    nav a#pull:after{
        content:"";
        background: url('../images/icons/nav-icon.png') no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 5px;
        text-decoration: none;
    }
    .tape-news-block-right{
        margin-left: 5px;
        float: none;
        width: auto;
    }
    .tape-news-block{
        float: none;
        width: auto;
    }
}
@media only screen and (max-width : 320px){
    nav li{
        display: block;
        float: none;
        width: 100%;
    }
    .tape-news-block, .tape-news-block-right{
        float: none;
        width: auto;
    }
}
/**Fotorama*/
.fotorama__img{
    top: 0!important;
}
.alert-service{
    position: absolute;
    top: 20px;
    left: 5%;
}
.menu-btn-blue {
    background: #3291c9;
}
.menu-btn-blue a{
    color: #fff;
}
.list-inline li{
    display: inline;
}