@charset "UTF-8";
@font-face {
    font-family: RobotoRegular;
    src: url(../fonts/Roboto-Regular.ttf)
}

@font-face {
    font-family: RobotoMedium;
    src: url(../fonts/Roboto-Medium.ttf)
}

@font-face {
    font-family: RobotoBold;
    src: url(../fonts/Roboto-Black.ttf)
}

.font-thin {
    font-family: RobotoRegular
}

.font-extraBold {
    font-family: RobotoBold
}

.font-bold {
    font-family: RobotoBold
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(249, 28, 61, 0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(249, 28, 61, 0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(249, 28, 61, 0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(249, 28, 61, 0)
    }
}

:focus::-webkit-input-placeholder {
    font-size: 9px;
    transform: translateY(-15px);
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

body {
    color: #fff!important;
    font-family: RobotoRegular!important
}

body img {
    max-width: 100%
}

body ul {
    list-style: none
}

body .for-mobile {
    display: none
}

@media (max-width:768px) {
    body .for-mobile {
        display: block
    }
}

body b,
body strong {
    font-family: RobotoBold
}

body .color-gold {
    color: #f6b142
}

body .button {
    padding: 15px 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 40px;
    background: #ff2424;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    box-shadow: 0 0 0 #f91c3d;
    font-size: 22px;
    font-weight: 700
}

body .button.disabled {
    opacity: .3
}

body .button:hover {
    -webkit-animation: pulse .8s;
    -khtml-animation: pulse .8s;
    -moz-animation: pulse .8s;
    -ms-animation: pulse .8s;
    -o-animation: pulse .8s;
    animation: pulse .8s
}

body h1 {
    font-style: normal;
    font-family: RobotoMedium;
    font-weight: 800;
    padding: 0 20px;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 50px 0
}

@media (max-width:767px) {
    body h1 {
        font-size: 18px;
        line-height: 32px;
        margin: 30px 0
    }
}

body .unshown {
    padding: 0;
    height: 0;
    width: 0;
    font-size: 0;
    display: none
}

body .holder {
    background: url(../img/bg.png) no-repeat center;
    background-size: cover;
    background-color: #582fa3;
    min-height: 100vh;
    display: table;
    width: 100%
}

@media (max-width:768px) {
    body .holder {
        background: unset;
        background-color: #582fa3
    }
}

@media (max-width:500px) {
    body .holder {
        padding: 0
    }
}

@media (max-width:768px) {
    body .holder .header-block {
        background-image: url(../img/bg_mobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }
}

@media (max-width:768px) {
    body .holder .content-block {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

body .holder .logo-holder {
    text-align: center;
    margin-top: 30px
}

@media (max-width:768px) {
    body .holder .logo-holder {
        margin-top: 10px
    }
}

body .holder .logo-holder-inner {
    width: auto;
    display: inline-block
}

body .holder .logo-holder-inner .logo-text {
    text-align: right;
    margin: 0;
    margin-top: -10px;
    font-weight: 700;
    font-family: RobotoMedium;
    color: #e5e5eb
}

@media (max-width:768px) {
    body .holder .logo-holder-inner .logo-text {
        font-size: 27px
    }
}

body .holder .logo-holder-inner img {
    margin: auto;
    display: block;
    margin-right: -4px
}

@media (max-width:768px) {
    body .holder .logo-holder-inner img {
        width: 105px
    }
}

body .holder .test-container:first-of-type {
    vertical-align: middle
}

body .holder .layer {
    background: url(../img/purple.png) no-repeat bottom;
    background-size: contain;
    width: 100%;
    height: 690px;
    position: absolute;
    /*bottom: 85px*/
    margin-top: -35px;
}

@media (max-width:1170px) {
    body .holder .layer {
         background-size: cover;
        left: 0;
        bottom: inherit;
    }
}

@media(min-width: 310px) and (max-width: 2024px){
    ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    }
}


@media (max-width:768px) {
    body .holder .layer {
        background: unset;
        display: none
    }
}

body .holder .test-container .test-form-holder {
    margin: auto;
    position: relative;
    margin-bottom: 100px
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder {
        margin-bottom: 0
    }
}

body .holder .test-container .test-form-holder .additional-text {
    padding-top: 20px;
    text-align: justify;
    font-size: 12px
}

body .holder .test-container .test-form-holder .test-form-container {
    height: 100%;
    margin: auto;
    min-height: 600px
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container {
        margin-bottom: 0
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content {
    padding: 50px 20px 40px;
    border: 10px solid #f6b142;
    min-height: 595px;
    max-width: 783px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content {
        border: 0;
        padding: 0
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content #subscribe-form-block .form-title {
    font-size: 20px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content #thank-u-form .course-description {
    font-size: 17px;
    /*max-height: 150px;*/
    overflow-y: auto;
    margin-bottom: 20px;
    border-bottom: 2px solid #f6b142;
    padding-bottom: 10px
}


 #thank-u-form .bottom-block {
    display: flex;
    justify-content: space-between;
}
body .holder .test-container .test-form-holder .test-form-container .inner-form-content #thank-u-form .course-description:after {
    display: none
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block .bottom-block {
    display: flex;
    align-items: center;
    padding: 0 58px;
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block .bottom-block {
        padding: 0 15px;
        flex-direction: column
    }
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block .bottom-block .with-arrow {
        display: none
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block .bottom-block .with-button {
    text-align: right
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block .bottom-block .with-text {
        padding: 30px
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block p {
    font-size: 16px;
    padding: 0 40px
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block p {
        padding: 0;
        text-align: justify;
        line-height: 27px
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block p:after {
    content: unset
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content .form-title {
    font-family: RobotoBold;
    text-align: center;
    color: #f6b142;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    display: block
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content .form-title span {
    color: #fff
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content .form-subtitle {
    text-align: center;
    color: #fff;
    font-family: RobotoMedium;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content .form-subtitle br {
    display: none
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content .form-subtitle br.for-desc {
    display: block
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content .form-subtitle br.for-desc {
        display: none
    }
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content .form-subtitle br {
        display: block
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content .form-subtitle span {
    color: #f6b142
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content .course-description {
    font-size: 16px;
    line-height: 27px;
    padding: 0 40px;
    position: relative;
}

@media (min-width:768px) {
   body .holder .test-container .test-form-holder .test-form-container .inner-form-content  #first-block .course-description {
    margin-top: 80px;
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content #first-block .bottom-block {
    margin-top: 30px;
}

}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content .course-description {
        padding: 0
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content .course-description:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(to top, #5b2fa3 8%, rgba(255, 255, 255, 0) 90%);
    pointer-events: none
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form {
    display: flex;
    margin: auto
}
@media (max-width:600px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content form {
        flex-direction: column;
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form#ajaxform {
    max-width: 450px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form#ajaxform .input-holder label {
    padding: 0 10px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form#ajaxform .input-holder label:first-of-type {
    padding-left: 0
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form#ajaxform .input-holder label:last-of-type {
    padding-right: 0
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form#subscribe-form {
    max-width: 650px;
    display: flex;
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form#subscribe-form input[type=submit] {
    width: auto;
    margin: auto;
    display: block;
}
@media (min-width:1024px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content form#subscribe-form input[type=submit] {
        margin-top: 30px;
    }
    
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input:not([type=submit]){
        padding: 21px 21px 21px 20px!important;
    }
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content form#subscribe-form {
        max-width: 360px!important;
        display: block;
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .input-holder {
    display: flex;
    flex-direction: row;
    flex-flow: row
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .input-holder {
        flex-direction: column;
        flex-flow: column
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .input-holder label {
    padding: 0 20px
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .input-holder label {
        padding: 0
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form label {
    font-family: RobotoRegular;
    width: 100%;
    font-weight: 500;
    position: relative
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form label[for=one-programm] {
    display: inline-block;
    width: auto
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form label .error-message {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 20px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form label[for=email2] {
    max-width: 320px;
    margin: auto
}

@media (max-width:768px) {
    body .holder .test-container .test-form-holder .test-form-container .inner-form-content form label[for=email2] {
        max-width: 276px;
    }
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form #product_selector {
    margin: 10px 0 20px 0
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form #product_selector select {
    height: 40px;
    width: 100%
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .checkbox img {
    margin-left: 10px;
    cursor: pointer
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .checkbox img:hover~.tip {
    display: block!important;
    opacity: 1;
    height: auto;
    width: auto;
    transition: all .4s ease-in-out
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .checkbox .unshown.tip {
    position: absolute;
    opacity: 0;
    background: #222;
    border-radius: 4px;
    padding: 25px;
    z-index: 1;
    left: 260px;
    right: auto;
    min-width: 270px;
    top: -40px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .checkbox .unshown.tip:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #222 transparent transparent;
    position: absolute;
    left: -10px;
    top: 48px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form .checkbox .unshown.tip p {
    color: #fff;
    font-size: 14px;
    line-height: 19px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input {
    border-radius: 40px;
    position: relative
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input.not-valid {
    border: 1.5px solid red!important
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input.not-valid:after {
    content: "Пожалуйста, заполните корректно*";
    color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input:not([type=submit]) {
    background: #f9f9f9;
    padding: 12px 12px 12px 20px;
    margin-bottom: 20px;
    font-style: normal;
    font-family: RobotoMedium;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #222;
    width: 100%;
    border: none;
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input:not([type=submit])::-webkit-input-placeholder {
    color: #f6b142
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input:not([type=submit]):focus {
    outline: 0
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input[type=submit] {
    padding: 15px;
    border: none;
    border-radius: 40px;
    background: #ff2424;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    box-shadow: 0 0 0 #f91c3d;
    font-size: 20px;
    font-size: 22px;
    font-weight: 700
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input[type=submit].disabled {
    opacity: .3
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input[type=submit].not-active {
    background-color: #eaeaea;
    cursor: initial
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input[type=submit]:hover {
    -webkit-animation: pulse .8s;
    -khtml-animation: pulse .8s;
    -moz-animation: pulse .8s;
    -ms-animation: pulse .8s;
    -o-animation: pulse .8s;
    animation: pulse .8s
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input[type=submit]:focus {
    outline: 0
}

body .holder .test-container .test-form-holder .test-form-container .inner-form-content form input[type=checkbox] {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 10px
}

body .holder .test-container .test-form-holder .test-form-container .form-footer p {
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #222;
    opacity: .7
}

body .holder .test-container .test-form-holder .test-form-container .form-footer p:first-of-type {
    margin-top: 40px
}

body .holder .test-container .test-form-holder .test-form-container .form-footer p:last-of-type {
    margin-top: 20px
}

body .holder .test-container .test-form-holder .test-form-container .steps {
    text-align: center
}

body .holder .test-container .test-form-holder .test-form-container .steps .active {
    font-family: RobotoBold
}

body .holder .test-container .test-form-holder .test-form-container .step {
    display: inline-block;
    width: 50%;
    height: 10px;
    background-color: #e9e9e9;
    position: absolute;
    bottom: 0
}

body .holder .test-container .test-form-holder .test-form-container .step.active {
    background-color: #ffbcd1
}

body .holder .test-container .test-form-holder .test-form-container .step.step1 {
    left: 0
}

body .holder .test-container .test-form-holder .test-form-container .step.step2 {
    right: 0
}

body .holder .test-container .test-form-holder .col-md-5 {
    height: 100%;
    padding: 0
}

body .holder .test-container .test-form-holder .col-md-5 img {
    height: 100%;
    border-radius: 0 10px 10px 0
}

.payment-form-holder.second-screen {
    max-width: 820px;
    height: 730px;
    margin: auto;
    position: relative
}

.payment-form-holder.second-screen a:focus,
.payment-form-holder.second-screen a:hover {
    text-decoration: none!important
}

.payment-form-holder.second-screen label {
    font-family: MontserratBold;
    padding: 10px 0;
    margin: 0
}

.payment-form-holder.second-screen .additional-text {
    padding-top: 20px;
    text-align: justify;
    font-size: 12px
}

.payment-form-holder.second-screen .col-md-7 {
    background: #fff;
    height: 100%;
    padding: 20px 0;
    padding-bottom: 0
}

.payment-form-holder.second-screen .col-md-7 h3 {
    padding: 0 20px
}

.payment-form-holder.second-screen .col-md-7 .ajax {
    padding: 20px 70px;
    overflow: auto;
    max-height: 81.4%;
    overflow-y: auto
}

@media (max-width:767px) {
    .payment-form-holder.second-screen .col-md-7 .ajax {
        padding: 20px
    }
}

.payment-form-holder.second-screen .col-md-7 .ajax .icon-pay {
    display: flex;
    border-bottom: 1px solid #bbc3c5
}

.payment-form-holder.second-screen .col-md-7 .ajax .icon-pay a {
    flex: 1;
    text-align: center;
    padding: 10px;
    color: #000;
    position: relative
}

.payment-form-holder.second-screen .col-md-7 .ajax .icon-pay a.active {
    background-color: #ffbdd2
}

.payment-form-holder.second-screen .col-md-7 .ajax .icon-pay a:hover::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: #ed4578
}

.payment-form-holder.second-screen .col-md-7 .ajax .tabs-content article .block_info {
    margin-top: 20px
}

.payment-form-holder.second-screen .col-md-7 .ajax .tabs-content article .block_info .info {
    font-family: MontserratBold;
    padding-right: 20px
}

@media (min-width:768px) {
    .payment-form-holder.second-screen .col-md-7 .ajax .tabs-content article .block_info .info {
        display: inline-block;
        min-width: 120px
    }
}

.payment-form-holder.second-screen .col-md-7 .ajax .tabs-content article .block_info .price {
    color: #ed4578;
    font-size: 21px
}

.payment-form-holder.second-screen .col-md-7 .ajax .tabs-content article form div:first-of-type {
    display: flex;
    margin: 40px 0
}

.payment-form-holder.second-screen .col-md-7 .ajax form label {
    font-family: MontserratSemiBold;
    width: 100%;
    font-weight: 500
}

.payment-form-holder.second-screen .col-md-7 .ajax form label[for=one-programm] {
    display: inline-block;
    width: auto
}

.payment-form-holder.second-screen .col-md-7 .ajax form .checkbox img {
    margin-left: 10px;
    cursor: pointer
}

.payment-form-holder.second-screen .col-md-7 .ajax form .checkbox img:hover~.tip {
    display: block!important;
    opacity: 1;
    height: auto;
    width: auto;
    transition: all .4s ease-in-out
}

.payment-form-holder.second-screen .col-md-7 .ajax form .checkbox .unshown.tip {
    position: absolute;
    opacity: 0;
    background: #222;
    border-radius: 4px;
    padding: 25px;
    z-index: 1;
    left: 260px;
    right: auto;
    min-width: 270px;
    top: -40px
}

.payment-form-holder.second-screen .col-md-7 .ajax form .checkbox .unshown.tip:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #222 transparent transparent;
    position: absolute;
    left: -10px;
    top: 48px
}

.payment-form-holder.second-screen .col-md-7 .ajax form .checkbox .unshown.tip p {
    color: #fff;
    font-size: 14px;
    line-height: 19px
}

.payment-form-holder.second-screen .col-md-7 .ajax form input:not([type=submit]) {
    background: #f9f9f9;
    border-radius: 4px 4px 0 0;
    padding: 12px 0 12px 20px;
    margin-bottom: 20px;
    font-style: normal;
    font-family: MontserratRegular;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #222;
    width: 100%;
    border: none;
    margin-top: 10px
}

.payment-form-holder.second-screen .col-md-7 .ajax form input[type=submit] {
    padding: 20px;
    border: none;
    background: #ed4578;
    border-radius: 4px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 0 #f91c3d
}

.payment-form-holder.second-screen .col-md-7 .ajax form input[type=submit].not-active {
    background-color: #eaeaea;
    cursor: initial
}

.payment-form-holder.second-screen .col-md-7 .ajax form input[type=submit]:hover {
    -webkit-animation: pulse .8s;
    -khtml-animation: pulse .8s;
    -moz-animation: pulse .8s;
    -ms-animation: pulse .8s;
    -o-animation: pulse .8s;
    animation: pulse .8s
}

.payment-form-holder.second-screen .col-md-7 .ajax form input[type=checkbox] {
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 10px
}

.payment-form-holder.second-screen .col-md-7 .steps-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.payment-form-holder.second-screen .col-md-7 .steps-container .flexy {
    display: flex
}

.payment-form-holder.second-screen .col-md-7 .steps-container .flexy .step {
    display: inline-block;
    width: 50%;
    height: 10px;
    background-color: #e9e9e9
}

.payment-form-holder.second-screen .col-md-7 .steps-container .flexy .step.active {
    background-color: #ffbcd1
}

.payment-form-holder.second-screen .col-md-7 .steps-container .flexy .step:not(.active) {
    cursor: pointer
}

.payment-form-holder.second-screen .col-md-7 .form-footer p {
    font-style: normal;
    font-weight: 200;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #222;
    opacity: .7
}

.payment-form-holder.second-screen .col-md-7 .form-footer p:first-of-type {
    margin-top: 40px
}

.payment-form-holder.second-screen .col-md-7 .form-footer p:last-of-type {
    margin-top: 20px
}

.payment-form-holder.second-screen .col-md-7 .steps {
    text-align: center;
    background: rgba(255, 255, 255, .7);
    height: 30px
}

.payment-form-holder.second-screen .col-md-7 .steps .active {
    font-family: MontserratBold
}

.payment-form-holder.second-screen .col-md-5 {
    height: 100%;
    padding: 0;
    background: #fff;
    display: table
}

.payment-form-holder.second-screen .col-md-5 .blocks-holder {
    display: table-cell;
    vertical-align: middle
}

.payment-form-holder.second-screen .col-md-5 .blocks-holder .block {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
    margin: 25px
}

.payment-form-holder.second-screen .col-md-5 .blocks-holder .block .inner .logo {
    text-align: center
}

.payment-form-holder.second-screen .col-md-5 .blocks-holder .block .inner p {
    font-size: 12px;
    text-align: center
}

.payment-form-holder.second-screen .col-md-5 .blocks-holder .block .inner .sub-title h3 {
    font-family: MontserratSemiBold;
    line-height: normal;
    font-size: 13px;
    text-align: center;
    color: #222
}

#quiz-section .button-back {
    font-size: 20px;
    cursor: pointer;
    float: left;
    margin-top: 30px;
    width: 100%
}

#quiz-section .button-back img {
    transform: rotate(180deg);
    display: block;
    margin: auto
}

@media (max-width:768px) {
    #quiz-section .quiz-holder {
        display: table
    }
}

#quiz-section .quiz-holder .quiz-item {
    margin-top: 30px
}

#quiz-section .quiz-holder .quiz-number {
    text-align: center;
    opacity: .5;
    font-size: 18px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0
}

@media (max-width:768px) {
    #quiz-section .quiz-holder .quiz-number {
        top: -10px
    }
}

#quiz-section .quiz-holder .question {
    padding: 20px;
    color: #fff;
    border-bottom-right-radius: 55px;
    border-top-left-radius: 55px
}

@media (max-width:768px) {
    #quiz-section .quiz-holder .question {
        padding: 0
    }
}

#quiz-section .quiz-holder ul {
    list-style: none;
    padding-left: 0;
    min-height: 230px
}

#quiz-section .quiz-holder ul li {
    color: #aaa;
    min-height: 50px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

#quiz-section .quiz-holder ul li:last-of-type {
    margin-bottom: 0
}

#quiz-section .quiz-holder ul li:hover label {
    color: #fff
}

#quiz-section .quiz-holder ul li input[type=radio] {
    position: absolute;
    visibility: hidden
}

#quiz-section .quiz-holder ul li label {
    display: block;
    position: relative;
    font-weight: 300;
    padding: 5px 25px 25px 80px;
    font-size: 18px;
    margin: 10px auto 10px 0;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    -ms-transition: color .5s linear;
    -o-transition: color .5s linear;
    transition: color .5s linear
}

@media (max-width:768px) {
    #quiz-section .quiz-holder ul li label {
        padding: 0 0 0 60px;
        height: auto;
        color: #fff;
        margin-left: 0
    }
}

#quiz-section .quiz-holder ul li .check {
    display: block;
    color: #000;
    background: #f6b142;
    position: absolute;
    border: 1px solid #ffbbce;
    border-radius: 100%;
    padding: 0 11px;
    top: 10px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    width: 43px;
    height: 43px;
    text-align: center
}

@media (max-width:768px) {
    #quiz-section .quiz-holder ul li .check {
        left: 0
    }
}

#quiz-section .quiz-holder ul li .check .inside {
    font-size: 30px
}

.sk-rotating-plane {
    width: 170px;
    height: 40px;
    margin: auto;
    background-color: #f6b142;
    animation: sk-rotating-plane 1.2s infinite ease-in-out;
    box-shadow: 1px 2px 12px #ff0
}

@keyframes sk-rotating-plane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.week-content {
    background-color: #fff;
    padding: 40px
}

@media (max-width:768px) {
    .week-content {
        padding: 20px
    }
}

.week-content-header-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #555
}

.week-content-list {
    border-left: 1px solid #c4c4c4;
    padding: 30px 0 0 15px
}

.week-content-list-item {
    list-style: none;
    margin-bottom: 25px;
    position: relative
}

.week-content-list-item:before {
    content: "";
    position: absolute;
    top: 3px;
    left: -22px;
    background: #c4c4c4;
    width: 13px;
    height: 13px;
    border-radius: 50%
}

.week-content-list-item:last-of-type {
    margin-bottom: 0
}

.week-content-list-item-child-list {
    padding: 10px 0 0
}

.week-content-list-item-child-list li {
    padding-left: 22.5px;
    position: relative;
    list-style: none;
    margin-bottom: 10px
}

.week-content-list-item-child-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: #f13050;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.week-content-list-item .lesson-number {
    background: #f13050;
    border-radius: 17px;
    padding: 4px 7px;
    color: #fff
}

.week-content-list-item-title h3 {
    color: #000;
    text-align: left;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px
}



.tstart { font-size: 20px;
    color: #f6b142; clear:both; margin: 20px 0;}

.timer{
    
    text-align: center;
}

.timer .time-text{
    font-size: 12px;
}

.timer_day,
.timer_hour,
.timer_minute,
.timer_second{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0 12px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 80px;
    
    
    
    background: #f6b142;
    background: -moz-linear-gradient(top, #f6b142 0%, #f6b142 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6b142), color-stop(100%,#f6b142));
    background: -webkit-linear-gradient(top, #f6b142 0%,#f6b142 100%);
    background: -o-linear-gradient(top, #f6b142 0%,#f6b142 100%);
    background: -ms-linear-gradient(top, #f6b142 0%,#f6b142 100%);
    background: linear-gradient(to bottom, #f6b142 0%,#f6b142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b142', endColorstr='#f6b142',GradientType=0);
    border-radius: 10px;
    padding: 10px;
}



@media (max-width: 981px) {
    .timer{
    margin-left: 0px;
    }
    
    .timer_day,
    .timer_hour,
    .timer_minute,
    .timer_second{
    font-size: 35px;
    margin: 0 10px;
    width: 60px;
    }
}

.bg1 {
    background: url(../img/q1.png) no-repeat center!important;
}

.bg2 {
    background: url(../img/q2.png) no-repeat center!important;
}

.bg3 {
    background: url(../img/q3.png) no-repeat center!important;
}

.bg4 {
    background: url(../img/q4.png) no-repeat center!important;
}

.bg5 {
    background: url(../img/q5.png) no-repeat center!important;
}

.bg6 {
    background: url(../img/q6.png) no-repeat center!important;
}

.bg7 {
    background: url(../img/q7.png) no-repeat center!important;
}

.bg8 {
    background: url(../img/q8.png) no-repeat center!important;
}

.bg9 {
    background: url(../img/q9.png) no-repeat center!important;
}

.bg10 {
    background: url(../img/q10.png) no-repeat center!important;
}

.bg11 {
    background: url(../img/q11.png) no-repeat center!important;
}

.bg12 {
    background: url(../img/q12.png) no-repeat center!important;
}


@media (max-width:768px) {
    .bg1 .header-block {
        background-image: url(../img/1.png)!important;
    }
    
    .bg2 .header-block {
        background-image: url(../img/2.png)!important;
    }
    
    .bg3 .header-block {
        background-image: url(../img/3.png)!important;
    }
    
    .bg4 .header-block {
        background-image: url(../img/4.png)!important;
    }
    
    .bg5 .header-block {
        background-image: url(../img/5.png)!important;
    }
    
    .bg6 .header-block {
        background-image: url(../img/6.png)!important;
    }
    
    .bg7 .header-block {
        background-image: url(../img/7.png)!important;
    }
    
    .bg8 .header-block {
        background-image: url(../img/8.png)!important;
    }
    
    .bg9 .header-block {
        background-image: url(../img/9.png)!important;
    }
    
    .bg10 .header-block {
        background-image: url(../img/10.png)!important;
    }
    
    .bg11 .header-block {
        background-image: url(../img/11.png)!important;
    }
    
    .bg12 .header-block {
        background-image: url(../img/12.png)!important;
    }
    
    
    
    .bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8, .bg9, .bg10, .bg11, .bg12 {
        background: unset!important;
        background-color: #582fa3!important;
    }
    
    
}

.mtxt { margin-top: 30px; }
.gomails { display: flex; flex-wrap: wrap;}
.gomails .mail { flex: 0 25%; margin-top: 20px;  display: flex; justify-content: center; }
.gomails .mail img{ height: 50px; margin-bottom: 5px; }
.gomails .mail a{ display: flex; flex-wrap: wrap; flex-direction: column; color:#fff;}

@media (max-width:768px) {
    .gomails .mail { flex: 0 50%; }
}

.cbonus { text-align: center; }