.principal_container .step_content {
    padding-bottom: 80px;
    position: relative;
}

.step_content .step_text {
    display: block;
    float: left;
    margin-top: 16px;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 112.5%; /*18px*/
    text-align: center;
    line-height: 28px;
    width: 100%;
}

.step_text span {
    display: block;
    float: left;
    color: inherit;
    font-family: 'Font1';
    font-size: inherit;
    text-align: center;
    line-height: 36px;
    width: 100%;
}

.step_content .switch_container {
    display: block;
    float: left;
    margin-top: 10px;
    padding-left: 25%;
    width: 75%;
}

.switch_container .option_container {
    display: block;
    float: left;
    margin-top: 26px;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 100%; /*16px*/
    line-height: 20px;
    padding-left: 35px;
    width: 340px;
}

.option_container input {
    display: block;
    float: left;
    margin-top: 1px;
    margin-left: -35px;
    width: 18px;
    height: 18px;
}

.switch_container .select_container {
    display: block;
    float: left;
    margin-top: 18px;
    width: 340px;
}

.select_container select {
    display: block;
    float: left;
    border: 1px solid #D6D6C5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #4EC1E0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 87.5%; /*14px*/
    line-height: 19px;
    padding: 7px 12px;
    width: 100%;
    height: 33px;
    -webkit-transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    -moz-transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    transition: border-color 150ms, border-width 150ms, background-color 150ms, color 150ms, padding 150ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select option {
    line-height: 19px;
    padding: 6px 12px;
}
select option:checked {
    -webkit-box-shadow: inset 0em 0em 10px 100px #4EC1E0;
    -moz-box-shadow: inset 0em 0em 10px 100px #4EC1E0;
    box-shadow: inset 0em 0em 10px 100px #4EC1E0;
}

.select_container.error select {
    border-color: #C42B20;
    border-width: 2px;
    background-color: #FCF4F4;
    color: #C42B20;
    padding: 6px 11px;
}

.bank_number{
    color: #4EC1E0;
    font-family: 'Font2';
    font-size: 100%; /*16px*/
    margin-left:35px;
    display:block;
    float:left;
}

.step_content .back_button {
    margin-top: 69px;
}
.step_content .next_button {
    margin-top: 63px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 125%; /*20px*/
    line-height: 47px;
    width: 223px;
}

.step_content .next_button.paypal {
    position: relative;
    display: none;
    float: right;
    width: auto;
    background-color: transparent;
    min-width: 200px
}

.step_content .next_button.paypal .paypal_blocker {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.5;
    cursor: not-allowed;
    z-index: 999;
}

.step_content .next_button.paypal .paypal_blocker.active {
    display: block;
}

.payment_loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #3C67A5;
}

.payment_loader p {
    margin-left: 8px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-timer,
.la-timer > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-timer {
    display: block;
    font-size: 0;
    color: #3C67A5;
}
.la-timer.la-dark {
    color: #333;
}
.la-timer > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-timer {
    width: 32px;
    height: 32px;
}
.la-timer > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-radius: 100%;
}
.la-timer > div:before,
.la-timer > div:after {
    position: absolute;
    top: 14px;
    left: 14px;
    display: block;
    width: 2px;
    margin-top: -1px;
    margin-left: -1px;
    content: "";
    background: currentColor;
    border-radius: 2px;
    -webkit-transform-origin: 1px 1px 0;
       -moz-transform-origin: 1px 1px 0;
        -ms-transform-origin: 1px 1px 0;
         -o-transform-origin: 1px 1px 0;
            transform-origin: 1px 1px 0;
    -webkit-animation: timer-loader 1250ms infinite linear;
       -moz-animation: timer-loader 1250ms infinite linear;
         -o-animation: timer-loader 1250ms infinite linear;
            animation: timer-loader 1250ms infinite linear;
    -webkit-animation-delay: -625ms;
       -moz-animation-delay: -625ms;
         -o-animation-delay: -625ms;
            animation-delay: -625ms;
}
.la-timer > div:before {
    height: 12px;
}
.la-timer > div:after {
    height: 8px;
    -webkit-animation-duration: 15s;
       -moz-animation-duration: 15s;
         -o-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-delay: -7.5s;
       -moz-animation-delay: -7.5s;
         -o-animation-delay: -7.5s;
            animation-delay: -7.5s;
}
.la-timer.la-sm {
    width: 16px;
    height: 16px;
}
.la-timer.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-timer.la-sm > div:before,
.la-timer.la-sm > div:after {
    top: 7px;
    left: 7px;
    width: 1px;
    margin-top: -.5px;
    margin-left: -.5px;
    border-radius: 1px;
    -webkit-transform-origin: .5px .5px 0;
       -moz-transform-origin: .5px .5px 0;
        -ms-transform-origin: .5px .5px 0;
         -o-transform-origin: .5px .5px 0;
            transform-origin: .5px .5px 0;
}
.la-timer.la-sm > div:before {
    height: 6px;
}
.la-timer.la-sm > div:after {
    height: 4px;
}
.la-timer.la-2x {
    width: 64px;
    height: 64px;
}
.la-timer.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-timer.la-2x > div:before,
.la-timer.la-2x > div:after {
    top: 28px;
    left: 28px;
    width: 4px;
    margin-top: -2px;
    margin-left: -2px;
    border-radius: 4px;
    -webkit-transform-origin: 2px 2px 0;
       -moz-transform-origin: 2px 2px 0;
        -ms-transform-origin: 2px 2px 0;
         -o-transform-origin: 2px 2px 0;
            transform-origin: 2px 2px 0;
}
.la-timer.la-2x > div:before {
    height: 24px;
}
.la-timer.la-2x > div:after {
    height: 16px;
}
.la-timer.la-3x {
    width: 96px;
    height: 96px;
}
.la-timer.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
.la-timer.la-3x > div:before,
.la-timer.la-3x > div:after {
    top: 42px;
    left: 42px;
    width: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 6px;
    -webkit-transform-origin: 3px 3px 0;
       -moz-transform-origin: 3px 3px 0;
        -ms-transform-origin: 3px 3px 0;
         -o-transform-origin: 3px 3px 0;
            transform-origin: 3px 3px 0;
}
.la-timer.la-3x > div:before {
    height: 36px;
}
.la-timer.la-3x > div:after {
    height: 24px;
}
/*
 * Animation
 */
@-webkit-keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes timer-loader {
    0% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}
@-o-keyframes timer-loader {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}
@keyframes timer-loader {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}