.sms-form {}
.sms-form .sms-form__wrap {
    padding: 28px 25px 25px;
    width: 100%;
    max-width: 660px;
}
.sms-form .sms-form__wrap .modal-head {
    position: relative;
    justify-content: center;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 25px;
}
.sms-form .sms-form__wrap .modal-head h4 {
    font-size: 36px;
    font-weight: 600;
    color: #2b2929;
}
.sms-form .sms-form__wrap .modal-head .close-form {
    position: absolute;
    top: -15px;
    right: -10px;
    padding: 0;
    opacity: 0.35;
}
.sms-form .sms-form__wrap .modal-tabs {}
.sms-form .sms-form__wrap .modal-tabs .form-sms-group {
    margin: 25px 0 0;
}
.sms-form .sms-form__wrap .modal-tabs .form-sms-group .sms-phone {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
}
.sms-form .sms-form__wrap .modal-tabs .form-sms-group .sms-form__btns {
    margin-top: 20px;
}
.sms-form .sms-form__wrap .modal-tabs .form-sms-group > button {
    height: 55px;
    line-height: 55px;
}
.sms-form .sms-form__wrap .modal-tabs {}

.form-sms-group {
    position: absolute;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 0;
}
.learn-form__sms {}
.form-sms-group.active {
    position: relative;
    visibility: visible;
    height: auto;
    z-index: 1;
}
/*form#formsms {*/
/*    position: relative;*/
/*    margin-top: 15px;*/
/*    width: 100%;*/
/*}*/
.modal-tabs form .sms-btn-group {
    cursor: pointer;
    width: 100%;
    height: 53px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    background: #000;
    transition: all 0.2s ease;
}
form#formsms .sms-btn-group:hover {
    background: #fdc25c;
}

form#formsms .learn-form__code {

}
.modal-tabs > p {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 136%;
    margin: 10px auto 0;
}

.modal-tabs > p > a {
    text-decoration: none;
    color: #999;
    transition: all ease 0.2s;
}
.modal-tabs > p > a:hover {
    color: #222;
}
.modal-tabs form label.label-code {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    opacity: 1;
    text-align: center;
    color: #000;
    margin: 0;
}

.learn-form .learn-form__wrap form > input {
    height: 53px;
    color: #fff;
    font-weight: 500;
}
