/* ================================================================================================================== */
/* ++++++++++++++++++++++++++++++++++++++++++++++ Common ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ================================================================================================================== */
/* === global === */
    .width_marker{
        display: none;
        position: fixed;
        z-index: 100;
        background-color: #cccccc;
        padding: 5px 5px 5px 5px;
        top: 100px;
    }
    body{
        font-family: "Open Sans";
        background: #f0efef;
    }
    .bnr_container{
        margin-bottom: 10px;
    }
    .bnr_container img{
        width: 100%;
    }

    #reconst{
        padding: 20px 0px 50px 0px;
    }
    #reconst_text{
        background-color: #9786bd;
        color: #ffffff;
        border-radius: 10px;
        padding-bottom: 30px;
        text-align: center;
        font-size: 16pt;
    }

    ul.lang {
        position: fixed;
        top: 10px;
        right: 15px;
        margin: 0;
        padding: 2px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1031;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        background: rgba(255,255,255,0.5);

    }
    ul.lang li {
        padding: 0 5px;
        list-style: none;
    }
    ul.lang li button {
        display: block;
        width: 40px;
        height: 20px;
        background: transparent;
        border: none;
        color: #000000;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11pt;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;


      /*  border: 2px solid #fff;*/
    }
    ul.lang li button.active {
       /* border: 2px solid #4c6fab;*/
    }
    ul.lang li button.ru_flag {
       /* background-image: url("/img/flags/russia.png");*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 35px;
    }
    ul.lang li button.uk_flag {
        /*background-image: url("/img/flags/ukraine.png");*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 35px;
    }
    .lang_separator{
        color: #000000;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 11pt;
    }
/* ================================================================================================================== */
/* ++++++++++++++++++++++++++++++++++++++++++++++ Regular pages +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ================================================================================================================== */

/* ------------------------------------------------- Index Page ----------------------------------------------------- */
/* ---- Top Menu ---- */
    #idx_top_menu{
        min-height: 15px;
        background-color: #9786bd;
    }
    #idx_top_menu_cnt{
        display: block;
        margin: 0px auto;
        position: relative;
    }
    #idx_top_menu .navbar-nav{
        float:none;
        margin:0 auto;
        display: block;
        text-align: center;
    }
    #idx_top_menu .navbar-nav > li {
        display: inline-block;
        float:none;
    }
    #idx_top_menu .navbar-nav li a{
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14pt;
        display: block;
        border-radius: 5px;
        padding: 6px 15px;
        margin: 10px 0px;
    }
    #idx_top_menu .navbar-nav li a:hover{
        background-color: #addfc3;
        color: #000000;
    }

    #idx_top_menu .active a{
        background-color: #addfc3;
        color: #000000;
    }

/* ---- Top Slogan ---- */
    #idx_top_slogan_title{
        font-family: "Andantino script";
        font-size: 30pt;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 10px;
    }

    #idx_top_training_center{
        padding: 3px;
        border-radius: 15px;
        text-align: center;
        font-size: 14pt;
        color: #ffffff;
        background-color: #9786bd;
        margin-bottom: 10px;
    }


/* ---- Boock ---- */
    #idx_top_boock{
        background-color: #cbb2b0;
        background-image: url(../img/idx/top_photo.png);
        background-repeat: no-repeat;
        background-position-x: right;
        min-height: 300px;
    }
    #idx_boock_img img{
        width: 120%;
        position: absolute;
        margin-top: 20px;
    }
    #idx_boock_title{
        color: #ffffff;
        text-transform: uppercase;
        margin-top: 50px;
        font-size: 20pt;
    }
    #idx_boock_title2{
        color: #450047;
        text-transform: uppercase;
        margin-top: 18px;
        font-size: 16pt;
    }

    #idx_boock_form input{
        border: none;
        border-radius: 7px;
        margin-top: 20px;
    }

    #idx_boock_form .btn-primary{
        width: 100%;
        background: #9786bd;
        border: none;
        border-radius: 7px;
    }
    #idx_boock_form .btn-primary:hover{
        background-color: #addfc3;
        color: #000000;
    }
    #boock-form_sc{
        display: none;
        text-align: center;
        color: #ffffff;
        font-size: 14pt;
    }
    .idx_boock_form_2row{
        margin-top: 10px;
    }


/* ---- Programs ---- */
    #idx_programs{
        margin-top: 50px;
        padding-bottom: 30px;
    }
    #idx_programs_title{
        text-transform: uppercase;
        text-align: center;
        font-size: 18pt;
    }
    .idx_prg_items{
        margin-top: 10px;
    }
    .idx_prg_items_else{
        margin-top: 30px;
    }
    .idx_prg_item{
        margin-bottom: 40px;
    }

    .idx_prg_item:hover .idx_prg_text{
        background-color: #addfc3;
        text-decoration: none;
        color: #000000;
    }
    .idx_prg_item:hover{
        text-decoration: none;
    }
    .idx_prg_item img{
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .idx_prg_text{
        text-align: center;
        background-color: #9786bd;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 12pt;
        padding: 3px 0px;
        width: 100%;
        margin: 0px auto;
    }

    #idx_programms_more{
        border: 2px solid #9487b9;
        border-radius: 5px;
        padding: 5px 5px 5px 5px;
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #9487b9;
        font-size: 12pt;
    }
    #idx_programms_more:hover{
        text-decoration: none;
        color: #ffffff;
        background-color: #9487b9;
    }

/* ---- Intermedia ---- */
    .idx_intermedia{
        background-color: #9786bd;
    }
    .idx_intermedia_title{
        font-size: 30pt;
        color: #ffffff;
        text-align: center;
        padding: 0px 0px 0px 0px;
        font-family: "Andantino script";
    }

/* ---- Why List ---- */
    #idx_why{
        background-color: #f0efef;
        padding-bottom: 10px;
        background-image: url(../img/idx/why_photo.png);
        background-repeat: no-repeat;
        background-position-x: right;
    }
    #idx_why_list{
        list-style: none;
        margin-top: 10px;
    }
    #idx_why_list li{
        margin-top: 20px;
    }
    .idx_why_img{
        position: absolute;
        width: 75px;
        height: 75px;
        margin-top: 8px;
    }

    .idx_markers{
        width: 65px;
        height: 65px;
        background-image: url(../img/idx/markers.png);
        background-size: 500%;
    }

    #idx_marker1{background-position-x: 0px;}
    #idx_marker2{background-position-x: 130px;}
    #idx_marker3{background-position-x: 260px;}
    #idx_marker4{background-position-x: 390px;}
    #idx_marker5{background-position-x: 520px;}


    .idx_why_cnt{
        height: 75px;
        margin-left: 100px;
        display: table;
    }
    .idx_why_text{
        display: table-cell;
        vertical-align: middle;
        font-size: 12pt;
    }
/* ---- Post ---- */
    #idx_posts{
        padding-bottom:50px;
    }
    .idx_post_row{
        margin-top: 20px;
    }
    .idx_post_item{

    }
    .idx_post_cnt{
        width: 100%;
        display: block;
        margin: 0px auto;
    }
    .idx_post_cnt:hover .idx_post_title, .idx_post_cnt:hover{
        color: #9786bd;
        text-decoration: none;
    }
    .idx_post_item img{
        display: block;
        margin: 0px auto;
        width: 100%;
    }
    .idx_post_title{
        text-align: center;
        color: #000000;
        margin-top: 5px;
        min-height: 75px;
    }
    .idx_post_nextrow{
        margin-top: 15px;
    }

/* ---- Footer ---- */
    #idx_footer{
        background-color: #9786bd;
        /*margin-top: 25px;*/
        margin-top: 0px;
        position: relative;
    }
    #idx_footer .navbar-nav{
        float:none;
        margin:0 auto;
        display: block;
        text-align: center;
    }
    #idx_footer .navbar-nav > li {
        display: inline-block;
        float:none;
    }
    #idx_footer .navbar-nav li a{
        color: #ffffff;
        text-transform: uppercase;
        font-size: 14pt;
        display: block;
        border-radius: 5px;
        padding: 6px 15px;
        margin: 10px 0px;
    }
    #idx_footer .navbar-nav li a:hover{
        background: none;
        color: #000000;
    }
    #idx_footer_slogan{
        color: #ffffff;
        font-size: 13pt;
        margin-top: 20px;
    }

    .footer_social{
        margin-top: 20px;
    }
    .footer_social ul{
        display: block;
        /*margin-left: auto;
        margin-right: auto;
        text-align: center;*/
    }

    #idx_footer_copyright{
        color: #000000;
        font-size: 13pt;
        margin-top: 20px;
       /* margin-bottom: 40px;*/
    }
    .idx_footer_privacy{
        font-size: 13pt;
        margin-top: 20px;
    }
    .idx_footer_privacy2{
        font-size: 13pt;
    }
    .idx_footer_privacy a, .idx_footer_privacy2 a{
        color: #ffffff;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .idx_footer_privacy a:hover, .idx_footer_privacy2 a:hover{
        text-decoration: none;
        color: #000000;
    }
/* ------------------------------------------------ About Me -------------------------------------------------------- */
    #abm_slavinafoto img{
        width: 100%;
    }
    #abm_greating_post{
        font-size: 15px;
    }
    #abm_greating_post div{
        margin-bottom: 25px;
    }
    #abm_firstpost_color{
        color: #663366;
    }
    #abm_citata{
        color: #000;
        background: #fff;
        padding: 15px 10px 15px 10px;
        font-size: 15px;
        border: 2px solid #9786bd;
        border-radius: 10px;
    }
    #abm_education div{
        margin-bottom: 25px;
        margin-top: 25px;
    }
    #abm_sertificat{
        background: #9786bd;
        text-align: center;
        color: #fff;
        padding: 15px 0px;
        border-radius: 8px;
    }
    .abm_year{
        color: #a767a3;
    }
    .abm_rs{
        margin-bottom: 5px;
    }
    #abm_social{
        color: #000;
        background: #fff;
        padding: 15px 10px 15px 10px;
        font-size: 14px;
        border: 2px solid #9786bd;
        border-radius: 10px;
        margin: 30px 0px 30px 0px;
    }
    #abm_social span{
        font-size: 12pt;
    }




/* --------------------------------------------- Programs ----------------------------------------------------------- */
/* ---- Top Psi Programs ---- */
    #prog_psi_section{

    }
    .prog_information_block_first{
        border: 3px solid #9786bd;
        float: left;
        border-radius: 10px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        background: #fff;
    }
    .prog_information_block_first p{
        font-size: 20px;
        padding: 10px 10px 5px 20px;
    }
    .prog_information_block_first h1#prog_title{
        color: #fff;
        font-size: 23px;
        text-transform: uppercase;
        background: #9786bd;
        margin: 0px 0px 0px 0px;
        padding: 10px 0px;
    }

/* ---- project_for_psychologists ---- */
    #prog_project_for_psychologists{
        margin: 35px 0px;
    }

    .prog_psi_link{
        position: relative;
        margin-bottom: 20px;
    }
    .programs_img{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
    .prog_imac_frame_img{
        width: 90%;
        position: absolute;
        top: 0px;
        left: 14px;
        cursor: pointer;
    }
    #prog_project_for_psychologists .title_learn_proj{
        color: #451b50;
        margin: 100px 0px 0px 0px;
        height: 25px;
    }
    #prog_project_for_psychologists a{
        float: left;
        width: 100%;
        text-decoration: none;
        text-transform: uppercase;
    }
    #prog_project_for_psychologists a:hover .title_learn_proj{
        color: #9786bd;
    }

/* ---- For Woman Section ---- */
    #prog_wm_swction{

    }
    #prog_wm_swction #prog_title{
        font-size: 23px;
        color: #ffffff;
        text-transform: none;
    }
    .programs_wm_img{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .prog_wm_frame_img{
        width: 90%;
        position: absolute;
        top: -5px;
        left: 14px;
        cursor: pointer;
    }
    #prog_project_for_w{
        margin-top: 40px;
    }
    .prog_wm_link {
        color: #000000;
        text-transform: uppercase;
    }
    .prog_wm_link:hover {
        text-decoration: none;
        color: #9786bd;
    }
    .prog_wm_link:hover .prog_title_wm{
        color: #9786bd;
    }
    .prog_title_wm{
        color: #451b50;
        margin: 40px 0px 25px 0px;
        height: 25px;
    }
    #prog_project_for_psychologists a:hover .prog_title_wm{
        color: #9786bd;
    }

    .prog_web_block{
        background-color: #addfc3;
        border-radius: 10px;
        padding: 10px 0px;
    }
    .prog_web_block .prog_title{
        font-size: 23px;
        color: #ffffff;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    #prog_project_webinar{
        margin-top: 40px;
    }
    .programs_web_img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .prog_web_link{
        color: #000000;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: block;
    }
    .prog_web_link:hover {
        text-decoration: none;
        color: #9786bd;
    }
    .prog_web_link:hover .prog_title_web{
        color: #9786bd;
    }
    .prog_title_web{
        margin-top: 10px;
        min-height: 50px;
    }


.prog_information_block_second{
    border: 3px solid #d2a2ca;
    float: left;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    background: #fff;
}
.prog_information_block_second p{
    font-size: 20px;
    padding: 10px 10px 5px 20px;
}
.prog_information_block_second h1#prog_title{
    color: #000;
    font-size: 27px;
    text-transform: uppercase;
    background: #d2a2ca;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px;
}
.title_online_prog{
    margin-bottom: 30px;
}
#prog_consultant{
    margin: 30px 0px;
}
#prog_consultant .prog_inf_consult{
    margin: 20px 0px;
}
#prog_consultant .prog_soc_btn img{
    border-radius: 8px;
    overflow: hidden;
    margin: 5px 0px 5px 0px;
}


.prog_coast{
    border: 2px solid #9487b9;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 45px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #9487b9;
    font-size: 11pt;
}
.prog_coast:hover{
    text-decoration: none;
    color: #ffffff;
    background-color: #9487b9;
}



/* ------------------------------------- Video Page ------------------------------------------------------ */

#video_sections{
    margin: 45px 0px  35px 0px;
}

#video_sections .article_row{
    display: flex;
    flex-flow: row wrap;
}

/* ---- Video Block ---- */
#video_row_all{
    margin: 10px 0px 10px 0px;
    text-align: center;
    padding-bottom: 15px;
}
#video_row_all a{
    color: #000;
    display: block;
}
#video_row_all a img{
    width: 100%;
}
.video_title{
    margin-top: 2px;
}
#video_row_all:hover{
   color: #9786bd;
}
#video_row_all a:hover{

    color: #9786bd;
    text-decoration: none;
}
.button_play_vidio{
    background-image: url(../img/video/buttonPlay.png);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    width: 55px;
    height: 40px;
    position: absolute;
    left: 40%;
    top: 25%;
}
#video_row_all a:hover .button_play_vidio{
    background-image: url(../img/video/buttonPlayHover.png);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    width: 55px;
    height: 40px;
    position: absolute;
    left: 40%;
    top: 25%;
}
.video_block_view{
    width: 40%;
    height: 50%;
    margin: 13% auto;
    background: #fff;
    padding: 15px;
}
.video_block_popup{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background: rgba(0,0,0,0.2);
}
.close_block_video{
    position: absolute;
    margin: -27px 0px 0px 38%;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 28px;
    padding: 0px 0px 0px 1px;
    cursor:pointer;
}
.banner-video{
    text-align: center;
    margin: 0px 0px 20px 0px;
    display: block;
}





/* --------------------------------------------------- Reviews ------------------------------------------------------ */
    #rev_section{

    }
#review_introducing {
    display: block;
    margin: 0 auto 40px;
    font-size: 16px;
}
#rev_profile{

}
#rev_introducing{
    padding-bottom: 20px;
}
.rev_avatar{
    width: 100%;
}
.rev_profile{
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 5px;
    background: linear-gradient(to bottom, #5c81a9, #24578f);
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 0px;
}
.rev_profile:hover{
    color: #ffffff;
}
.rev_name2{
    font-weight: bold;
}
.rev_text {
    color: white;
    background: linear-gradient(to bottom, #ca97ca, #9a5595);
    border-radius: 6px;
    font-size: medium;
    margin-bottom: 30px;
    padding-bottom: 20px;
    min-height: 225px;
}
.rev_text p {
    padding: 10px 10px 5px 10px;
}






.form_view_profile {
    background: linear-gradient(to bottom, #5c81a9, #24578f);
    color: white;
    border-radius: 6px;
    font-size: 14px;
    display: block;
    margin: 0 auto 20px;
    width: 180px;
    text-decoration: none;
    text-align: center;
}

.form_view_profile:visited {
    background: linear-gradient(to bottom, #5c81a9, #24578f);
    color: white;
    text-decoration: none;
}

#woman1 img {
    display: block;
    margin: 0 auto 10px;
}


.name_article, .name_article a{
    height: 64px;
    overflow: hidden;
    color: #000000;
    text-align: center;
    margin: 5px 0px 10px 0px;
    text-decoration: none;
}
#title_article {
    font-family: 'Open Sans'!important;
    font-size: 35px;
    color: #663366;
    text-align: center;
    margin: -15px 0px 20px 0px;
}
#article_content_page img {
    float: left;
    margin-right: 20px;
}









/* ------------------------------------------------- Contact page --------------------------------------------------- */
.idx_intermedia{
    margin: 0px 0px 30px 0px;
    background-image: url('/../img/bg-title-page.png');
    background-position: center;
    background-size: cover;
}
#sitename a {
    text-align: center;
    color: #9a679c;
    font-size: 28px;
    display: block;
    margin: 0px auto 30px auto;
}

.ct_item {
    margin-bottom: 40px;
}

.ct_item_im img{
    width: 100%;
}

.ct_name {
    text-align: center;
    font-size: 18px;
}

#skype a img {
    margin-bottom: 27px;
}
.soc_block a{
    width: 100%;
    display: block;
}

.soc_block img {
    width: 80%;
    border-radius: 10px;
}

.soc_block {
    margin-top: 10px;
}
.main_contacts .btn{
    background-color: #432f70!important;
    color: #ffffff!important;
}
#contacts_title_form {
    text-align: center;
    font-size: 18px;
    margin: 40px 0 20px 0;
    width: 80%;
}

.block_contact_form{
    background-image: url('/../img/contact/fon_form.png');
    background-size: cover;
    padding: 50px 25px 30px 25px;
    margin: 0px 0px 50px 0px;
}
.block_contact_form_submit {
    font-size: 18px;
    color: #ffffff;
    background: #3ed495;
    width: 240px;
    border-radius: 10px;
    margin: 20px auto 20px;
    display: block;
    text-align: center;
    overflow: hidden;
    line-height: 35px;
    font-weight: bold;
    border: none;
}
.block_contact_form_submit:hover {
    text-decoration: none;
    background: #cc6699;
    color: #ffffff;
}
#block_form input, #block_form textarea{
    border: 0px;
}
#block_form input:focus{
    border: 0px;
    box-shadow: none;
    outline: none;
}


/* ------------------------------------------ Guarantee ------------------------------------------------------------- */
#pdf_row_all{
    margin: 10px 0px 10px 0px;
    text-align: center;
    padding-bottom: 15px;
}
#pdf_row_all a{
    color: #000;
    font-weight: bold;
}
.pdf_title{
    margin-top: 2px;
}
#pdf_row_all:hover{
    border-bottom: 1px solid #b46695;
    margin: 10px 0px 9px 0px;
}
#pdf_row_all a:hover{
    border-bottom: 1px solid #b46695;
    color: #b46695;
    text-decoration: none;
}
.button_play_pdf{
    background-image: url(../img/video/buttonPlay.png);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    width: 55px;
    height: 112.5px;
    position: absolute;
    left: 38%;
    top: -2px;
}
#pdf_row_all a:hover .button_play_pdf{
    background-image: url(../img/video/buttonPlayHover.png);
    background-repeat: no-repeat;
    background-position: 45% 50%;
    width: 55px;
    height: 112.5px;
    position: absolute;
    left: 38%;
    top: -2px;
}
.pdf_block_view{
    width: 70%;
    height: 80%;
    margin: 5% auto;
    background: #fff;
    padding: 15px;
    position: relative;
}
.pdf_block_popup{
    display:none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    background: rgba(0,0,0,0.2);
    z-index: 99;
}
.close_block_pdf{
    position: absolute;
    margin: -30px 0px 0px 0px;
    right: -10px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50px;
    line-height: 28px;
    padding: 0px 0px 0px 1px;
    cursor: pointer;
}
.guarantee_slavina{

}
.guarantee-block-border-first{
    border: 4px solid #addfc3;
    padding: 15px 15px 15px 15px;
    font-size: 15pt;
    margin: 45px 45px 0px 0px;
    position: relative;
    z-index: 20;
    background: #f0efef;
}
.guarantee-block-border-second{
    border: 4px solid #9786bd;
    position: absolute;
    width: 92%;
    margin: -231px 0px 0px 60px;
    height: 80%;
    z-index: 10;
}
#trening-block{
    background: #9786bd;
    color: #fff;
    padding: 18px 0px;
    font-size: 14pt;
    margin: 60px 0px 0px 0px;
}
h2.title-garantee{
    font-size: 18pt;
    text-transform: uppercase;
    margin: 30px 0px 0px 0px;
}
#garantee-block{
    background: url('/../img/garantee/bg_soc.jpg') no-repeat;
    background-size: cover;
    margin: 40px 0px 0px 0px;
}
#garantee-block .contacst-block{
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    margin: 65px 0px;
    padding: 30px 25px 30px 25px;
    font-size: 14pt;
}
.youtube-chanel{
    float: left;
    margin: 10px 20px 0px 0px;
}
.button-soc-garantee{
    margin: 20px 0px 0px 0px;
}

#pdf_sections{
    margin: 20px 0px  35px 0px;
}
.name_publishing{
    background: #addfc3;
    color: #fff;
    width: 250px;
    margin: 0 auto;
    padding: 2px 2px;
    font-size: 13px;
    height: 60px;
}
#pdf_sections #pdf_row_all:hover {
    border: 0px;
}
.read-end-block{
    font-size: 15pt;
    border: 2px solid #9786bd;
    padding: 15px 15px 15px 20px;
}
.banner-video{
    width:60%;
    margin: 30px auto 45px auto;
}







/* ------------------------------------------------------- PP ------------------------------------------------------- */
.pp_list1 li{
    margin: 30px 0px 0px 0px;
}
.pp_list2{
    margin: 0px 0px 0px 30px;
}
.pp_list2 li{
    margin-top: 0px;
}



/* ------------------------------------------------------ Bills ----------------------------------------------------- */
#billpay{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;

}
#bill_pay_img img{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#bill_pay_title{
    font-weight: bold;
    font-size: 16pt;
}
#bill_pay_texxt1{
    font-size: 16pt;
    margin-top: 20px;
}
#bill_pay_texxt2{
    font-size: 16pt;
    margin-top: 20px;
}
#billpay_callback{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18pt;
    min-height: 400px;
    text-align: center;
}

/* --------------------------------------------------- Packages Pay ------------------------------------------------- */
#packagepay{

}
#package_pay_title{
    text-align: center;
    font-size: 20pt;
    margin-top: 40px;
}
#package_pay_info{
    margin-top: 50px;
}
#package_pay_img img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#package_pay_name{
    font-size: 18pt;
    font-weight: bold;
}
#package_pay_price{
    font-size: 18pt;
    margin-top: 10px;
}


/* -------------------------------------------- Pack ------------------------------------------------------ */
#ppack_section{
    padding-bottom: 50px;
}
.ppack_container{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ppack_container_inerboard{
    border: 2px solid #66628c;
    border-radius: 15px;
    padding: 20px;
}
.ppack_title{
    background-color: #66628c;
    color: #ffffff;
    text-align: center;
    padding: 10px 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    font-size: 12pt;
}
.ppack_fullcost{
    font-size: 18pt;
    margin-top: 20px;
    text-align: center;
}
.ppack_cost{
    background-color: #66628c;
    color: #ffffff;
    text-align: center;
    padding: 10px 30px;
    border-radius: 15px;
    margin-top: 20px;
    font-size: 18pt;
}
.ppack_disclaimer{
    text-align: center;
    margin-top: 20px;
    font-size: 12pt;
}
.ppack_innercontainer{
    margin-top: 20px;
}

.ppack_innercontainer .prog_psi_link{
    position: unset;
}
.ppack_innercontainer .prog_imac_frame_img{
    top: 0px;
    left: 30px;
    width: 210px;
}
.ppack_innercontainer .programs_img{
    position: absolute;
    top: 0px;
    left: 40px;
    display: block;
    width: 200px;
}
.ppack_innercontainer .title_learn_proj{
    margin-top: 180px;
}
.ppack_prg{
    margin-top: 30px;
}

.ppack_p2 .ppack_title{
    background-color: #9f4f79;
}
.ppack_price{
    text-align: center;
    color: #66628c;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 5px;
}




