/*-- text--*/

h1{
    font-size: 32px;
}

h2, h3, h4{
    font-size: 24px;
}

h5, h6{
    font-size: 18px;
}
/*-- end text--*/
/*--Containers--*/

.pad_lr {
    padding-right: 20px;
    padding-left: 20px;
}

.mob_pad_lr {
    padding-right: 10px;
    padding-left: 10px;
}

.col2{
    padding-right: 10px;
    padding-left: 10px;
}

.pad_b {
    padding-bottom: 20px;
}

.pad_t{
    padding-top: 40px;
}

.no_pad{
    padding: 0;
}
/*--end Containers--*/
/*--header--*/

.header{
    padding-top: 60px;
}


.info_wrap {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 0;
    background-color: #1E1E20;
    font-size: 0;
}

.about_info span{
    width: auto;
    margin-right: 20px;
}

.about_info span:last-child{
    margin-right: 0;
}

.about_info span a{
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;
}

.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;
}

.header .line{
    left: 20px;
    width: calc(100% - 40px);
}
/*--end header--*/
/*--guru hero--*/
.guru_hero{
    height: auto;
    padding: 200px 0 100px;
    background-position: 70% 50%;
}

.guru_hero_content{
    padding: 0 30px;
}

.guru_hero_content h1, .guru_hero_content h2, .guru_hero_content h3,
.guru_hero_content h4, .guru_hero_content h5, .guru_hero_content h6,
.guru_hero_content > span{
    display: block;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.6em;
    text-align: left;
}

.guru_btn{
    width: 100%;
}

.guru_hero .blue{
    margin: 50px auto 0;
}

.guru_hero_content > ul{
    display: none;
}
/*--end guru hero--*/
/*--slider--*/

.guru_heading h1, .guru_heading h2, .guru_heading h3,
.guru_heading h4, .guru_heading h5, .guru_heading h6,
.guru_heading span{
    font-weight: 500;
}


.conf_slider_wrap{
    padding-top: 40px;
}


.conf_item{
    width: 280px;
    min-height: 390px;
    padding: 40px 24px 30px;
}

.conf_logo{
    margin-bottom: 30px;
}

.conf_logo img{
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    width: auto;
}

.conf_item .cof_hero_date{
    font-size: 24px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 0.04em;
    color: #1E1E20;
    margin-bottom: 10px;
}

.conf_item p{
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: normal;
    margin-bottom: 12px;
}

/*--end slider--*/
/*--conf about--*/
.points_list li{
    width: 50%;
    padding: 0 10px 30px;
    font-size: 12px;
}
/*--end conf about--*/
/*--news--*/

.guru_news_list li{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px 30px;
    box-sizing: border-box;
}
/*--end news--*/
/*--subscription--*/
.subscr_form {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border-radius: unset;
    overflow: visible;
    border: none;
}

.subscr_wrap {
    padding: 0;
}

.subscr_wrap input[type="text"] {
    display: block;
    border: solid 1px #D9D9D9;
    width: 100%;
    height: 46px;
    text-align: center;
    border-radius: 23px;
    margin-bottom: 8px;
}

.subscr_wrap input[type="submit"] {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
/*--end subscription--*/
/*--form--*/

.about_rate{
    padding: 34px 24px;
}

.r_heading{
    font-size: 18px;
    font-weight: 700;
}

.submit_btn, .grey{
    max-width: unset;
}

.info_input {
    padding: 0 10px 20px;
}

.social_login{
    margin: 15px;
}
/*--end form--*/
/*--account-*/
.account_details, .user{
    float: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.user{
    text-align: center;
}

.user_img{
    margin: 0 auto 20px;
}

.user{
    padding-top: 30px;
    padding-bottom: 0;
}

.user {
    display: none;
}

.account-index .user {
    display: block;
}

.ticket_list, .article_list{
    padding-top: 30px;
}

.acc_article_item{
    padding: 30px 20px;
}

.acc_ticket_item{
    display: block;
    table-layout: auto;
}

.cti_section{
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-left: none;
    border-bottom: solid 1px #F5F5F5;
}
/*--end account-*/
/*--footer--*/
footer .info_wrap {
    position: static;
}
/*--end footer--*/

.order-links li {
    float: none;
    margin-bottom: 10px;
}


.cropbox-container
{
    margin-left: 0;
}