.new-subh {
    min-height: 475px;
    position: relative;
    border-bottom: 6px solid #75b1ad;
    margin: 0 -10000px;
    padding: 0 10000px;
    background-color: #f2eeee;
}

.new-subh * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new-subh .subject-area,
.new-subh .num-of-applic,
.new-subh .paper-require {
    display: none;
}

    .new-subh__content {
        display: inline-block;
        vertical-align: top;
        width: 350px;

    }

    .new-subh__content-title {
        padding: 25px 0 0 0;
        font-size: 44px;
        line-height: 54px;
        color: #a92159;
    }

    .new-subh__content-title_small {
        font-size: 23px;
        line-height: 32px;
        color: #6c6262;
        padding: 15px 0 5px 0;
    }

    .new-subh__content-text {
        font-size: 18px;
        line-height: 24px;
        color: #544949;
    }

.new-calc {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 35px;
    margin-left: 200px;
    min-height: 440px;
}

.new-calc:before {
    content: '';
    display: block;
    position: absolute;
    left: -186px;
    bottom: -6px;
    width: 306px;
    height: 336px;
    background-image: url('/images/student_1.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.orderForm {
    width: 440px;
    background-color: rgb(242, 238, 238);
    box-shadow: 0px 0px 7px 0px rgba(159, 143, 143, 0.61);
    z-index: 10;
    position: relative;
    margin: 0;
    padding: 20px 30px;
}

.orderForm .label {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-align: left;
}

.orderForm select {
    padding: 5px 25px 5px 10px;
    border: 1px solid #92d0cb;
    background-image: url('/images/select_arrow.svg');
    background-repeat: no-repeat;
    background-position: right 10px bottom 50%;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline : none;
    overflow : hidden;
    text-indent : 0.01px;
    text-overflow : '';
}

.orderForm select::-ms-expand {
    display: none;
}

.orderForm .t_papers {
    background-position: 95.6% 50%;
    width: 100%;
}

.orderForm select:focus {
    box-shadow: 0px 0px 3px 0px rgba(146, 208, 203, 0.78),
    inset 0px 0px 3px 0px rgba(146, 208, 203, 0.78);
}

    .outerWrap {
        position: relative;
        font-family: 'Oswald', sans-serif;
    }

    .outerWrap__title {
        padding: 0;
        text-transform: uppercase;
        font-size: 34px;
        color: #585252;
    }

        .outerWrap__hint-title {
            display: block;
            position: absolute;
            right: 2px;
            top: 7px;
            width: 55px;
            padding: 5px;
            font-family: 'Source Sans Pro', sans-serif;
            font-size: 14px;
            line-height: 14px;
            font-weight: 300;
            color: #a49898;
            text-decoration: none;
            cursor: pointer;
        }

        .outerWrap__hint-title:before {
            content: '?';
            display: block;
            position: absolute;
            width: 17px;
            height: 17px;
            border: 1px solid #a49898;
            border-radius: 50%;
            left: -19px;
            top: 10px;
            text-align: center;
            line-height: 16px;
        }

        .outerWrap__hint-title:hover:before {
            border-color: #24bbb0;
            color: #24bbb0;
        }

        .outerWrap__hint-title:hover {
            color: #24bbb0;
        }

        .outerWrap__hint-title.active-hint ~ .outerWrap__hint-popup_bg {
            display: block;
        }

        .outerWrap__hint-title.active-hint ~ .outerWrap__hint-popup {
            display: block;
        }

        .outerWrap__hint-popup_bg {
            position: fixed;
            content: '';
            display: none;
            width: 100vw;
            height: 100vh;
            background-color: rgba(147, 140, 143, 0.4);
            left: 0;
            top: 0;
            z-index: 50;
        }

        .outerWrap__hint-popup {
            display: none;
            width: 445px;
            /*min-height: 370px;*/
            position: fixed;
            background-color: #fff;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            padding: 27px;
            z-index: 100;
            box-shadow: 0px 0px 7px 0px rgba(159, 143, 143, 0.61);
        }

            .outerWrap__hint-popup-close {
                position: absolute;
                right: 17px;
                top: 13px;
                cursor: pointer;
                display: block;
                padding: 10px;
            }

            .outerWrap__hint-popup-close svg {
                fill: #d0cfcf;
            }

            .outerWrap__hint-popup-close:hover svg {
                fill: #90cfca;
            }

            .outerWrap__hint-popup-title {
                color: #6c6262;
                font-size: 23px;
                line-height: 32px;
                font-family: 'Oswald', sans-serif;
                margin-bottom: 10px;
            }

            .outerWrap__hint-popup-list {
                counter-reset: item;
                list-style-type: none;
            }

                .outerWrap__hint-popup-item {
                    display: block;
                    color: #544949;
                    font-size: 16px;
                    line-height: 24px;
                    font-family: 'Source Sans Pro', sans-serif;
                    font-weight: 300;
                    margin-bottom: 10px;
                }

                .outerWrap__hint-popup-item:before {
                    content: counter(item) "  ";
                    counter-increment: item;
                    background-color: #4ca8a1;
                    text-align: center;
                    padding-left: 6px;
                    padding-right: 3px;
                    padding-bottom: 2px;
                    color: #fff;
                }

                .outerWrap__hint-popup-item:last-child:before {
                    background-color: #a92159;
                }

                    .outerWrap__hint-popup-item_bold {
                        color: #6c6262;
                        font-weight: 700;
                        padding-left: 6px;
                    }
.calc-wrlevel {
    font-size: 0;
    text-align: center;
    margin-bottom: 15px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;         /* NEW, Spec - Opera 12.1, Firefox 20+ */

    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*align-content: stretch;*/
}

    .calc-wrlevel_inner {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .calc-wrlevel input {
        display: none;
    }

    .calc-wrlevel_label {
        width: 100%;
        min-width: 100%;
        display: inline-block;
        background-color: #d5f3f1;
        font-size: 15px;
        color: #218880;
        transition: all .3s;
        height: 40px;
        line-height: 40px;
        outline: 1px solid #92d0cb;
        cursor: pointer;
    }

    .calc-wrlevel_label:hover {
        background-color: #cfedeb;
    }

    .wrlevel:checked ~ .calc-wrlevel_label {
        background-color: #4ca8a1;
        color: #fff;
    }

.firstOrder {
    margin-bottom: 20px;
    text-align: left;
}

.firstOrder label {
    vertical-align: middle;
    cursor: pointer;
}

    .firstOrder-checkbox {
        display: none;
    }

    .firstOrder-checkbox:checked ~ .firstOrder-for-checkbox svg {
        display: block;
    }

    .firstOrder-for-checkbox {
        width: 20px;
        height: 20px;
        display: inline-block;
        border: 1px solid #92d0cb;
        background-color: #fff;
    }

    .firstOrder-for-checkbox svg {
        fill: #218880;
        position: relative;
        top: 4px;
        left: 2px;
        display: none;
    }

    .promo_color {
        color: #a92159;
    }

.counters__block {
    margin-left: -17px;
}

.counters__block .col {
    margin-left:17px;
    width: calc(50% - 19px);
    display: inline-block;
}

.totalPriceBlock {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-align: center;
    border-bottom: 5px solid #d3d0d0;
}

.totalPriceBlock:after,
.totalPriceBlock:before {
    content: "";
    display: block;
    clear: both;
}

    .priceValue {
        width: 130px;
        height: 60px;
        border: 1px solid #c1bbbb;
        float: left;
        background-color: #fff;
        position: absolute;
        padding: 0 20px;
    }

        .totalPrice {
            font-size: 24px;
            line-height: 56px;
            color: #585252;
        }

        .promo-discount {
            margin-top: 5px;
        }

        .total-discount {
            margin-top: 5px;
        }

    .calc-button {
        display: block;
        width: 100%;
        height: 60px;
        padding-left: 130px;
        color: #fff;
        background-color: #a92159;
        font-size: 28px;
        text-transform: uppercase;
        text-decoration: none;
        border: none;
        cursor: pointer;
        line-height: 60px;
        transition: background-color .3s;
    }

    .calc-button:hover {
        background-color: #96144a;
    }

        .calc-button_arrow {
            fill: #fff;
            width: 6px;
            height: 12px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -6px;
            margin-left: 20px;
        }
.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #0dc5c1;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 1070px) {

    .new-subh__content {
        width: auto;
    }

    .new-calc {
        top: 0;
    }

    .new-calc:before {
        bottom: -6px;
    }
}

@media (max-width: 769px) and (orientation: landscape) {
    .outerWrap__hint-popup {
        max-width: 97%;
        padding: 10px;
    }

    .outerWrap__hint-popup-close {
        right: 10px;
        top: 0px;
    }

    .outerWrap__hint-popup-title {
        margin-bottom: 5px;
    }

    .outerWrap__hint-popup-item {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {
    .new-subh__content {
        width: initial;
    }

    .new-calc {
        margin-left: 10px;
        margin-top: 180px;
        top: 0;
    }

    .new-calc:before {
        left: 120px;
        bottom: initial;
        top: -186px;
    }

    .header_top span.phone {
        padding: 0 0 5px 12px;
    }

    .outerWrap__hint-popup {
        max-width: 97%;
        padding: 10px;
    }

    .outerWrap__hint-popup-close {
        right: 10px;
        top: 0px;
    }

    .outerWrap__hint-popup-title {
        margin-bottom: 5px;
    }

    .outerWrap__hint-popup-item {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 479px) {
    .new-calc {
        margin-left: -15px;
    }

    .new-calc:before {
        left: 30px;
        bottom: 408px;
    }
    .new-subh__content-text {
        font-family: 'Source Sans Pro', "Times New Roman", sans-serif;
    }

    .orderForm {
        padding: 20px 10px;
        width: 330px;
    }

    .calc-button svg {
        display: none;
    }

    .calc-wrlevel_label {
        padding: 0 5px;
    }

    .outerWrap__hint-title {
        right: -2px;
        top: -22px;
    }
}