
/** Promo page **/

.promo_page_header {
    padding: 40px 0;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.2px;
}

.promo_page_header h2 {
    margin-bottom: 1em;
    color: #d9e9ff;
    font-size: 1.1em;
}

.promo_page_header .count {
    font-size: 1.5em;
}

.promo_page_header .count_caption {
    font-size: 1.2em;
}

.promo_page_header .right_text {
    width: 27%;
    margin-left: 30px;
    color: #6682c5;
    line-height: 1.5em;
}

.promo_page_header .num:not(:last-child) {
    margin-bottom: 1.1em;
}

.promo_page_header .left_text {
    overflow: hidden;
    color: #819dc1;
    line-height: 1.5em;
}

.promo_page_header .left_text p {
    max-width: 500px;
}

.promo_page_logo  img {
    padding: 0 50px 0 30px;
    vertical-align: top;
}

.promo_list_cell {
    width: 30%;
    margin-top: -5px;
}

.promo_list_cell:nth-of-type(2) {
    margin-top: -15px;
    width: 40%;
}

.promo_list_cell .content {
    display: block;
    text-decoration: none;
    padding: 40px;
    border: 1px solid #d2dfef;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(25, 62, 99, 0.06);
    text-align: center;
    font-size: 14px;
    color: inherit;
}

.promo_list_cell:not(.promo_list_cell--double):nth-of-type(2) .content {
    margin: 0 10px;
    background: #f8faff;
    font-size: 17px;
}

/**
* Remove topline
*/
.promo_list_cell--double {
    width: 50% !important;
    margin-top: 0 !important;
    padding: 15px 0;
}

.promo_list_cell--double .content {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.promo_list_cell img {
    width: 150px;
    height: 102px;
}

.promo_list_cell .title {
    margin: 1.2em 0 1em;
    font-size: 1.3em;
    font-weight: bold;
}

.promo_list_cell .desc {
    margin-bottom: 1.2em;
    color: #62718c;
    line-height: 1.5em;
}

.promo_list_cell .price {
    font-weight: bold;
    color: #47628f;
}

.promo_list_cell .button {
    margin-top: 2em;
    padding: 12px 30px;
    border-radius: 30px;
    background: #3dc9a0;
    color: #fff;
    font-size: 1em;
}

.promo_page_email {
    padding: 50px !important;
    margin-bottom: 30px !important;
    text-align: center;
    font-size: 16px;
    color: #5b6a86;
}

.promo_page_email a {
    display: inline-block;
    margin: 0.7em 0 0.4em;
    padding-bottom: 2px;
    border-bottom: 1px solid #d9e0e9;
    text-decoration: none;
    font-size: 1.5em;
    color: inherit;
}

.promo_page_email a:hover {
    color: #4a77bc;
    border-bottom-color: #c6dbf8;
}

.promo_page_email p {
    /*margin-top: 0.7em;*/
    line-height: 1.7em;
}


/** Specified promotion page  */
.current_promo_image {
    margin-right: 30px;
}

.promo_page_header .other_promo {
    display: inline-block;
    max-width: 120px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
    color: inherit;
    text-decoration: none;
}

.promo_page_header .other_promo:hover {
    color: #d9e9ff;
}

.promo_page_header .other_promo img {
    display: inline-block;
    width: 92px;
    margin-bottom: 10px;
}

.promo_page_header .current_promo_title {
    font-size: 1.5em;
    margin: .3em 0 .8em;
}

.promo_page_header .current_promo_desc {
    max-width: 400px;
    line-height: 1.45em;
}

.page_breadcrumbs {
    background: #0a1528;
    color: #596f94;
    padding: 20px 0;
}

.page_breadcrumbs a {
    color: inherit;
}

.page_breadcrumbs a:hover {
    color: #d9e9ff;
}

.page_breadcrumbs .delimiter {
    display: inline-block;
    margin: 0 3px;
    font-size: 0.7em;
}

.promo_page_price_table {
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    color: #5b6a86;
}

.promo_page_price_table .content {
    cursor: pointer;
}

.promo_page_price_table .name {
    color: #9098a7;
}

.promo_page_price_table .charge {
    margin-top: 1em;
    font-size: 1.2em;
}

.promo_page_price_table .charge b {
    display: block;
    font-size: 1.7em;
    margin-bottom: .1em;
}

.promo_page_price_table .button {
    font-size: 1.1em;
}

.promo_page_price_table .content:hover {
    border-color: #b3d1e6;
    box-shadow: inset 0 0 0 3px #bddbf0;
}

.promo_page_price_table .content.selected {
    border-color: #45c794;
    box-shadow: inset 0 0 0 3px #45c794;
}

.promo_page_price_table .promo_list_cell:nth-of-type(2) .content {
    margin-top: -19px;
}


/** Promo form **/
.promo_page_content {
    background: #fff;
    border-radius: 3px;
    margin: 15px 0;
}

.pull_center {
    max-width: 500px;
    margin: 0 auto;
}

.pull_center.with_preview {
    position: relative;
    max-width: 880px;
}

.with_preview .promo_page_form {
    margin-right: 380px;
}

.promo_page_content .tabs {
    text-align: center;
    border-bottom: 1px solid #f5f7f8;
}

.promo_page_content .tab {
    color: #97a5bd;
}

.promo_page_content .tabs .current,
.promo_page_content .tab:hover {
    color: #6a798b;
}

.promo_page_content .form {
    position: relative;
    padding: 30px;
    color: #6a7891;
    font-size: 15px;
}

.promo_page_content .form label {
    display: inline-block;
    margin-bottom: .7em;
}

.promo_page_content .form .input {
    margin-bottom: 1.5em;
}

.promo_page_content .form input {
    box-sizing: border-box;
}

.promo_page_content .form .limited:after {
    right: 1em;
    top: 1.1em;
}

.promo_page_content .noproject_section {
    position: relative;
    padding-right: 98px;
}

.promo_page_content .change_project {
    cursor: pointer;
}

.promo_page_content .change_project:hover {
    color: #58709c;
}

.promo_page_content .toggled i:before {
    transform: rotate(180deg);
}

.promo_header_logo {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: -4px;
}

.promo_page_preview {
    position: absolute;
    width: 320px;
    right: 0;
    top: 0;
}

.fake_margin_header {
    margin: 60px 0 30px;
    font-weight: normal;
}

.promo_page_project_logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    background: #f3f4f7;
    color: #b8c5d9;
    text-align: center;
    border-radius: 3px;
    z-index: 1;
    cursor: pointer;
    font-size: 13px;
}

.promo_page_project_logo > img {
    width: 100%;
    height: 100%;
}

.promo_page_project_logo.loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('../libs/jcrop/Jcrop.gif');
    opacity: .1;
    z-index: 2;
}

.promo_page_project_logo > i {
    font-size: 19px;
    margin: 14px 0 3px;
    display: inline-block;
}

.promo_page_project_logo:hover {
    background: #e6eaf7;
    color: #90a6c8;
}

.project_switcher {
    padding: 15px;
    border-bottom: 1px solid #f5f7f8;
    text-align: center;
}

.project_switcher .item {
    display: inline-block;
    min-width: 160px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.project_switcher .item:hover {
    background: #f1f6fb;
    color: #496f97;
}

.project_switcher .logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.project_switcher .name {
    font-weight: bold;
    font-size: 1.1em;
}

.project_switcher .select_button {
    display: inline-block;
    color: #97a5bd;
    margin-top: 5px;
}

.promo_show_example {
    display: block;
    background: #fafbfb;
    padding: 15px;
    margin-top: 30px;
    text-align: center;
    color: #6b7a98;
    text-decoration: none;
}

.promo_show_example:hover {
    background: #eff4fb;
    color: #5f7cab;
}

.promo_summary {
    padding: 20px 0;
    border-bottom: 1px solid #f5f7f8;
    color: #6a7891;
    font-size: 14px;
}

.promo_summary .active {
    color: #1ecc88;
}

.promo_summary .rejected {
    color: #de8a8a;
}

.promo_summary .item {
    display: inline-block;
    margin: 7px 25px 7px 0;
}

.promo_summary .item .title {
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #a7aebd;
}

.promo_summary .show_stats {
    margin: 15px 0;
    color: #6588cf;
    text-decoration: none;
    cursor: pointer;
}

.promo_summary .show_stats:hover {
    color: #3960ae;
}

.promo_page_stats .block_title {
    padding: 23px 0;
}

.promo_graph {
    margin: 20px 0 30px;
}

.promo_form_subheader {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 1.2em;
}

.promo_form_subheader + .fake_margin_header {
    margin-top: 15px;
}

/**
 * Promo footer links
 */
.promo-footer {
    margin: 30px 0;
}

.promo-footer a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    color: #6e758a;
}

@media all and (max-width: 980px) {
    .promo_page_header {
        padding: 20px;
        text-align: center;
        font-size: 13px;
    }

    .promo_page_header .left_text p {
        max-width: none;
    }

    .promo_page_logo {
        float: none !important;
    }

    .promo_page_logo img {
        width: 70px;
        height: auto;
        margin: 10px 0;
    }

    .promo_list_cell {
        width: auto !important;
        float: none;
        margin: 10px;
    }

    .promo_list_cell .content {
        margin: 0 !important;
        padding: 30px;
    }

    .promo_page_price_table .promo_list_cell:nth-of-type(2) .content {
        margin: -15px 0 0 !important;
    }

    .promo_page_email {
        padding: 30px !important;
        margin: 10px !important;
        font-size: 13px;
    }

    .promo_page_email p {
        margin-top: 1.4em;
    }


    /** Promo page header */

    .promo_page_header .other_promo {
        display: block;
        float: none;
        max-width: none;
        text-align: left;
        margin-bottom: 5px;
        margin-right: 0;
        font-size: 12px;
    }

    .promo_page_header .other_promo img {
        width: 30px;
        margin-right: 10px;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .promo_page_header .other_promo .name {
        display: inline-block;
        vertical-align: middle;
    }

    .current_promo_image {
        display: block;
        float: none !important;
        margin: 20px auto 10px;
        width: 100px;
    }

    .promo_page_header .current_promo_title {
        font-size: 1.1em;
        margin-bottom: .4em;
    }

    /** Promo page price table */

    .promo_page_price_table {
        margin-top: 5px;
    }

    .promo_page_price_table .promo_list_cell {
        width: 33%;
    }

    .promo_page_price_table .charge {
        font-size: 0.9em;
    }

    .promo_page_price_table .charge b {
        font-size: 1.3em;
        margin-bottom: .05em;
    }

    .promo_page_price_table .button {
        font-size: .9em;
        padding: 5px 9px;
    }

    .promo_page_price_table .promo_list_cell:not(:nth-of-type(2)) .content {
        margin: 0 5px !important;
    }

    .promo_page_price_table .content {
        font-size: 12px;
        padding: 15px;
    }

    .promo_list_cell .button {
        margin-top: 1em;
    }

    /** Promo Form page*/

    .promo_page_content {
        margin: 5px;
    }

    .promo_page_content .tab {
        margin: 0;
        padding: 10px;
        font-size: 11px;
    }

    .with_preview .promo_page_form {
        margin-right: 0;
    }

    .promo_page_content .form {
        padding: 15px;
        font-size: 13px;
    }

    .promo_page_project_logo {
        top: 22px;
        width: 40px;
        height: 40px;
        font-size: 0;
    }

    .promo_page_project_logo > i {
        margin-top: 11px;
        font-size: 15px;
    }

    .promo_page_content .noproject_section {
        padding-right: 55px;
    }

    input.process_payment_button {
        width: 100%;
    }

    .promo_page_content .form .l_form {
        padding: 0;
    }

    .promo_page_content .form .l_form h4 {
        font-size: 13px;
        margin-bottom: 0;
    }

    .promo_page_content .form .l_form label {
        font-size: 13px;
    }

    .promo_page_content .form .l_form .mt30 {
        margin-top: 10px;
    }

    .promo_page_content .form .l_form input[type="submit"] {
        margin-right: 15px;
        padding: 8px 13px;
        font-size: 1em;
    }

    .promo_page_content .form .l_form .table_3cols {
        margin-top: 15px;
        width: auto;
    }

    .promo_page_content .form .l_form .button {
        display: inline-block;
        padding: 8px 11px;
        font-size: .9em;
    }

    .promo_page_content .form .input {
        margin-bottom: 1em;
    }

    .promo_page_content .l_form .input {
        margin-bottom: 0;
    }

    .promo_header_logo {
        width: 26px;
        height: 26px;
    }

    .project_switcher .item {
        display: block;
        text-align: left;
        padding: 5px;
        clear: both;
    }

    .project_switcher .logo {
        float: left;
    }

    .project_switcher .name,
    .project_switcher .select_button {
        display: block;
        padding-left: 55px;
    }

    .promo_summary {
        padding: 20px 15px;
        font-size: 12px;
        text-align: center;
    }

    .promo_summary .show_stats {
        display: block;
        float: none;
        margin-bottom: 15px;
    }

    .promo_page_stats .block_title {
        padding: 15px;
    }

    .promo_page_stats .white_tabs {
        padding: 0 15px;
    }

    .promo_page_stats .white_tabs .tab {
        padding: 3px 8px;
    }

    .promo_page_header .current_promo_desc {
        max-width: none;
    }
}