/*-----Last Step Modal-----*/
.last-step-order-form-modal .modal-dialog {
    width: 600px !important;
    max-width: 100%;
    margin: 30px auto !important;    
}
.last-step-order-form-modal .modal-footer{
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .last-step-order-form-modal .modal-dialog {
        width: 100% !important;
        margin: 10px auto !important;
        /*padding: 0 15px;*/
    }
  .last-step-order-form-modal .modal-sidebar {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .last-step-order-form-modal .modal-body {
    background: none;
  }
  .last-step-order-form-modal .modal-body .text-block {
    width: 100%;
    padding: 0;
  }
  .last-step-order-form-modal .text-block ul {
    width: auto;
  }
  .last-step-order-form-modal .modal-footer {
    text-align: center;
  }
  .last-step-order-form-modal .modal-footer .go_to_proc {
    float: none;
  }
  .last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    display: block;
    margin: 20px auto 0;
  }
  .recovery-passw-modal.in .modal-dialog{
      width: 100%;
  }
}
/*-----Last Step Modal END-----*/


/*-----Style for iframe OF-----*/
.iframe-order-form.modal-open {
    position: relative;
}
.iframe-order-form.modal-open .recovery-passw-modal .modal-dialog {
    margin-top: 30px;
}
.iframe-order-form.modal-open .last-step-order-form-modal.modal {
    position: absolute !important;
    overflow: hidden !important;
}
.iframe-order-form.modal-open .last-step-order-form-modal .modal-dialog{
    height: 100%;
    display: flex;
    align-items: center;
}
.iframe-order-form.modal-open .last-step-order-form-modal .modal-content{
    width: 100%;
}
#order-form .proceeding.checkbox-v label a {
    color: #337ab7;
    text-decoration: underline;
}
#order-form .proceeding.checkbox-v label a:hover, #order-form .proceeding.checkbox-v label a:focus{
    color: #337ab7;
    text-decoration: underline;
}
#order-form .proceeding.checkbox-v label{
    font-size: 13px;
    text-align: center;
    font-style: italic;
    color: #333;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    width: auto;
    margin: 0 auto;
    border-bottom: none;
}
#order-form .proceeding .check-t{
    vertical-align: top;
    padding: 0 5px;
    line-height: 24px;
    font-size: 12px;
    font-style: normal;
    color: #4C4C4C;
    text-align: left;
}
#order-form #order-form-inner-v .proceeding.check-active {
    background: transparent;
}
#order-form #order-form-inner-v .proceeding .error-bl+.check-t>.cr{
    border: 1px solid #f90000;
}
/*Preloader Start*/
.loader_order_form {
    background: none repeat scroll 0 0 #000;;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    opacity:0.5;
}
.loader_order_form_inner {
    background: #000 url("https://studdit.com/public/order_form/img/preloader_form.gif") no-repeat center center;
    background-size: cover;
    height: 160px;
    width: 160px;
    margin: auto;
    top: 50%;
    margin-top: -100px;
    position: absolute;
    left: 50%;
    opacity:0.5;
    margin-left:-80px;
}
/*Preloader End*/

@media (max-width: 370px){
    .order-auth-row .radi-o-group label{
        font-size: 13px;
        margin-right: 5px;
    }
    .order-auth-row .radi-o-group{
        display: flex;
        justify-content: space-between;
        flex-direction: column;        
    }
    .order-auth-row .radi-o-group label:first-child {
        margin-bottom: 5px;
    }
}
@media (max-width: 767px){
    .password_reg-block img{
        display: none;
    }
    .password_reg_text{
        display: block;
    }
    .password_reg-block{
        padding-right: 0 !important;
    }
    .link_recovery_password {
        position: initial !important;
    }
    .password_reg-block {
        padding-right: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: left;
    }
    .text-or-fb.text-or-fb-mob{
        display: block;
        margin-bottom: 10px;
    }
    .order-auth-cell-pic .text-or-fb.text-or-fb-mob{
        margin-top: -10px;
    }
    .text-or-fb.text-or-fb-desk{
        display: none;
    }
    .input-email-or{
        margin-bottom: 10px;
    }
}
@media (min-width: 768px){
    .text-or-fb.text-or-fb-mob{
        display: none !important;
    }
    .text-or-fb.text-or-fb-desk{
        display: block;
    }
    .password_reg-block img{
        display: block;
    }
    .password_reg_text{
        display: none;
    }
}
.text-or-fb{
    width: 150px;
    height: 16px;
    position: relative;
    padding: 0 10px;
    font-size: 15px;
    color: #3b3b3b;
    text-align: center;
    line-height: 1;
    display: block;
    margin: 2px auto;
}
.text-or-fb:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 60px;
    height: 1px;
    display: block;
    background: #cecbcb;
}
.text-or-fb:after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 60px;
    height: 1px;
    display: block;
    background: #cecbcb;  
}    

/*-----NEW AB TEST ORDER FORM STEP 2-----*/
.tab-contents-ab #order-form-inner-v .link-discount-price{
    text-align: left;
    margin: 20px 0;
}
.hover-extras-border{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    background: #DAE7F1;
    height: 1px;
    width: 100%;
}
.tab-contents-ab .hover-extras-con-v-block{
    position: relative;
    display: block;
    margin: 0 -15px 0 -15px;
    padding: 20px 15px 15px 15px;
}
.tab-contents-ab  #order-form-inner-v .pay-t{
    margin: 20px 0 0 0;
}
.tab-contents-ab  #order-form-inner-v .pay-t label {
    display: block;
    margin-bottom: 10px;
}
.tab-contents-ab #order-form-inner-v .price-all-con{
    min-height: 65px;
    margin: -15px 0 0 0;
}
.tab-contents-ab #order-form-inner-v .total-price {
    color: #FFA600;
}
.tab-contents-ab #order-form-inner-v .order-auth-ph .password_reg-block{
    margin: 0;
}
.tab-contents-ab #order-form-inner-v .btn-login-or{
    width: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-contents-ab #order-form-inner-v .btn-login-or:before{
    content: "";
    position: absolute;
    top: 22px;
    right: 10px;
    left: initial;
    bottom: initial;
    height: 40px;
    width: 1px;
    display: block;
    background: #cecbcb;
}
.btn-login-or-block{
    width: 51px;
}
.tab-contents-ab #order-form-inner-v .btn-login-or:after{
    content: "";
    position: absolute;
    bottom: 22px;
    right: 10px;
    top: -40px;
    left: 10px;
    height: 40px;
    width: 1px;
    display: block;
    background: #cecbcb;
}
.tab-contents-ab #order-form-inner-v .order-auth-ph .link_recovery_password{
    top: 5px;
}
.tab-contents-ab #order-form-inner-v .pay-block{
    margin: 0 auto;
    background: #FFFFFF;
    border: 2px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 217px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #333333;
}
.tab-contents-ab #order-form-inner-v .order-auth-cell-line{
    width: 51px;
    height: 100%;
    position: relative;
    text-align: center;
    left: 15px;
}
.tab-contents-ab #order-form-inner-v .order-auth-ph .link_recovery_password{
    right: -20px  
}
.tab-contents-ab #order-form-inner-v .btn-google{
    margin-left: 0;
}
.tab-contents-ab #order-form-inner-v .order-auth-ph .fb-btn, .tab-contents-ab #order-form-inner-v .order-auth-ph .btn-google{    
    border-radius: 50px;
    width: 150px;
    text-align: center;
}
.tab-contents-ab .btn-login-or-left{
    width: 200px;
}
.tab-contents-ab .btn-login-or-right{
    width: 140px;
}
.tab-contents-ab .pic-new-client-cell{
    width: 200px;
    text-align: center;
}
.tab-contents-ab .input-email input{
    line-height: 16px
}
.tab-contents-ab .price-all-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 65px;
}
.tab-contents-ab #order-form-inner-v .order-auth-ph #password_reg-error{
    margin: 0;
}
.tab-contents-ab #order-form-inner-v .money-back-pi{
margin: 0 25px 0 15px;
    max-width: 100px;
}
@media(max-width: 350px){
    .tab-contents-ab #order-form-inner-v .money-back-pi {
        margin: 0 10px 0 0;       
        max-width: 90px;
    }
    .order-form-pay .pay-wrapper .btn-check{
        padding: 8px 40px;
    }
}
.save-price-description{
    line-height: 14px;
}
.tab-contents-ab .btn-login-or-mobile{
    display: none;
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}
.button-hover  {
    -webkit-animation: fadein 0.2s ease-in alternate;
    -moz-animation: fadein 0.2s ease-in alternate;
    animation: fadein 0.2s ease-in alternate;
    animation-iteration-count: 1;
}
@media (max-width: 360px){
    .order-auth-row .radi-o-group label{
        font-size: 13px;
    }
    .order-auth-row .radi-o-group label{
        margin-right: 5px;
    }
}
@media (max-width: 767px){
    .tab-contents-ab .btn-login-or-mobile{
        display: block;
        width: 150px;
        height: 16px;
        position: relative;
        padding: 0 10px;
        font-size: 15px;
        color: #3b3b3b;
        text-align: center;
        line-height: 1;
        display: block;
        margin: -5px auto 15px auto;
    }
    .tab-contents-ab .btn-login-or-mobile:before {
        content: "";
        position: absolute;
        top: 8px;
        right: 0;
        width: 60px;
        height: 1px;
        display: block;
        background: #cecbcb;
    }
    .tab-contents-ab .btn-login-or-mobile:after {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 60px;
        height: 1px;
        display: block;
        background: #cecbcb;
    }
    .tab-contents-ab .price-all-container{
        justify-content: center;
    }
    .tab-contents-ab .btn-google {
        margin: 0 auto !important;
    }
    .tab-contents-ab .pic-new-client-desk{
        display: none;
    }
    .tab-contents-ab .pic-new-client-mob{
        display: block;
        margin: 0 auto;
    }
    
    .tab-contents-ab .order-auth-cell-pic img{
        margin: 0 !important;
    }
    .tab-contents-ab #order-form-inner-v .order-auth-cell-line{
        display: none;
    }
    .pic-new-client-mob .pic-new-client{
        margin-bottom: 23px;
        margin-top: 5px;
    }
    #order-form .tab-contents-ab #order-form-inner-v .checkbox-v{
        margin-top: 0;
    }
    #order-form .tab-contents-ab .fb-btn img, #order-form .tab-contents-ab .btn-google img{
            margin-right: 5px !important;
    }
    #order-form .tab-contents-ab .pay-container {
        border-top: none;
    }
    .tab-contents-ab .pic-new-client-cell {
        width: 200px;
        text-align: center;
        display: inline;
    }
    .tab-contents-ab #order-form-inner-v .link_recovery_password {
        top: 5px;
        right: 0;
        margin: 0;
    }
    .tab-contents-ab #order-form-inner-v .input-pass input {
        margin-bottom: 10px;
    }
    .tab-contents-ab #order-form-inner-v .link_recovery_password{
        margin-bottom: 10px;
    }
}
@media (min-width: 768px){
    .tab-contents-ab .pic-new-client-desk{
        display: block;
        margin: 0 auto;
    }
    .tab-contents-ab .pic-new-client-mob{
        display: none;
    }
}
/*-----NEW AB TEST ORDER FORM STEP 2 END-----*/

.tab-contents-ab #order-form-inner-v .order-discount-container{
    text-align: left;
    margin: 0 0 5px 0;
}
.tab-contents-ab #order-form-inner-v .discount_code_error_place{
    text-align: left !important;
}
input[type="radio"]:checked + span::before, input[type="radio"] + span::before{
    background-size: 100% 100% !important;
}

.bonus-price{
    font-size: 16px;
}
.bonus-icon{
    font-size: 45px;
    padding: 0 10px 0 0;
    display: inline-block;
}
.banner-bonus{
    font-size: 15px;
    line-height: 15px;
    padding: 0 30px;
    margin: 0 auto 25px;
}
.banner-bonus-bold{
    font-weight: bold;
    margin-bottom: 5px;
}
.border-wrap {
    padding: 5px 0 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.writings-block .summary-holder {
    padding: 0 15px;
    margin-top: 10px;
}
.writings-block .summary-holder .summary {
    padding-top: 15px;
    border-top: 1px solid #d1d1d1;
}
.writings-block .summary-title{
    margin: 0;
}
.writing-levels-block .row {
    max-width: 95%;
    margin: 0 auto 10px;
}
.writing-levels-block p{ margin: 5px 0 15px !important; }

.writings-block .writer-level label {
    cursor: pointer;
    height: 105px;
    width: 80px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
}
.writings-block img {
    width: 65%;
    object-fit: contain;
    margin: 0 auto;
}
.writings-block .wr-level-basic img {
    width: 45%;
    margin: 20px auto 0;
}
.writings-block .wr-level-standart img {
    width: 55%;
    margin: 10px auto 0;
}

.writings-block .writer-level {
    padding-left: 0;
    padding-right: 0;
}

.writings-block .writer-level:hover label,
.writings-block .writer-level.checked label {
    background: #e8f0db;
}

.writings-block .writer-level .default {
    display: block;
}
.writing-levels-block [type='radio'] { display: none; }

.hidden_tooltip { display: none !important; }

.user_email_input+.tooltip {
    width: 100%;
    max-width: 100% !important;
}

.user_email_input+.tooltip>.tooltip-inner {
    display: block !important;
    max-width: 100% !important;
    width: 100%;
}
.user_email_input+.tooltip>.tooltip-arrow { display: block !important; }