/*--Containers--*/
.col2{
    float: none;
    width: 100%;
}

.no_pad{
    padding: 0;
}

/*--end Containers--*/
/*--header--*/

.header{
    padding-top: 20px;
    padding-bottom: 22px;
}


.about_info span{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.social_links{
    display: none;
}

.user_account{
    background: url("img/account_black@2x.png") no-repeat 50% 50%;
    background-size: 16px 16px;
    width: 40px;
    border: solid 1px #1E1E20;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 0;
    overflow: hidden;
    text-indent: -10000px;
}

.index_page .user_account{
    background: url("img/account_black@2x.png") no-repeat 50% 50% #FFFFFF;
    background-size: 16px 16px;
    width: 40px;
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
    padding-left: 0;
    overflow: hidden;
    text-indent: -10000px;
}
/*--end header--*/
/*--guru hero--*/

.guru_hero{
    height: 460px;
    padding-top: 160px;
    background-position: 70% 50%;
}

.guru_hero_content > ul{
    opacity: 1;
}

.guru_hero_content > ul >li{
    width: 33.33333%;
    padding: 0 25px;
    font-size: 12px;
}

.guru_hero_content > ul >li > span{
    font-size: 28px;
}

/*--end guru hero--*/
/*--conf about--*/

.points_list{
    width: 100%;
    font-size: 0;
    list-style-type: none;
    text-align: left;
}

.points_list li{
    width: 33.33333%;
    padding: 0 15px 30px;
}

.points_list li img {
    margin: 0 0 20px;
}

/*--end conf about--*/
/*--news--*/
.news_item h2, .news_item h3, .news_item h4,
.news_item h5, .news_item h6, .news_item span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.33em;
    margin: 0 0 10px;
    padding-right: 30px;
    box-sizing: border-box;
}

.news_item .conf_logo{
    height: 20px;
}
/*--end news--*/
/*--subscription--*/

.subscr_info{
    display: block;
    width: 100%;
    max-width: 480px;
    padding-right: 0;
    margin: 0 auto 20px;
    text-align: center;
}

.subscr_form {
    display: block;
    width: 100%;
}
/*--end subscription--*/
/*--account-*/

.cti_section{
    padding: 20px;
}

.cti_value{
    font-size: 12px;
}

.acc_article_item .conf_logo{
    margin-bottom: 20px;
}

.acc_article_item h1, .acc_article_item h2, .acc_article_item h3, .acc_article_item h4,
.acc_article_item h5, .acc_article_item h6, .acc_article_item > span{
    font-size: 18px;
}

/*--end account--*/

/*-- footer--*/

.footer_logo{
    float: none;
    margin: 0 auto 10px;
}

.footer_logo img{
    margin: 0 auto;
}

.copyright{
    float: none;
    margin: 0 auto 20px;
    text-align: center;
}

footer .about_info{
    float: none;
    display: block;
    margin: auto;
    text-align: center;
}

footer .social_links{
    display: block;
    margin-top: 30px;
}
/*--end footer--*/