.small-form .forgot{position:absolute;right:0;bottom:0;height:45px;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;transition:all .3s linear;font-size:12px;color:#338bd9;padding:0 10px}.small-form .forgot:hover{color:#1b1b1b}.small-form .login-socials{margin:14px auto 26px auto}.small-form .login-socials-title{font-style:normal;font-weight:400;font-size:14px;line-height:34px;text-align:center;letter-spacing:.1px;color:#424242}.small-form .login-socials-list{display:flex;align-items:center;justify-content:space-between;margin:14px auto 26px auto}.small-form .login-socials-list a{height:40px;display:flex;align-items:center;padding-left:60px;border:1px solid #cfd3d5;border-radius:3px;background-position:20px center;background-size:20px;background-repeat:no-repeat;transition:0.3s all linear;width:100%;box-sizing:border-box;color:#000;text-decoration:none;font-size:14px;font-weight:400}.small-form .login-socials-list a:hover{border-color:#338bd9;text-shadow:1px 1px 2px #338bd9}.small-form .login-socials-google{background-image:url(/icons/google.svg)}.small-form .login-socials-facebook{background-image:url(/icons/facebook.svg)}.small-form .login-socials-or{background-image:url(/icons/line.svg);background-position:center;background-size:100%;background-repeat:no-repeat;text-align:center;text-transform:uppercase;color:#cfd3d5;user-select:none;font-size:12px}.small-form .login-hint{margin-top:10px;font-size:13px;text-align:center}.small-form .login-hint a,.small-form .login-hint[data-dialog],.small-form .login-hint span{color:#338bd9;text-decoration:none;cursor:pointer}.small-form .login-hint a:hover,.small-form .login-hint[data-dialog]:hover,.small-form .login-hint span:hover{color:#1b1b1b}


.small-form {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 50px auto
}

.small-form-title,.message-title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: .1px;
    color: #424242
}

.small-form-text,.message-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 20px
}

.small-form-hint,.message-hint {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #424242;
    margin-top: 20px
}

.small-form-row,.small-form-row-half {
    margin: 24px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.small-form-row-half input,.small-form-row-half button {
    width: 49%;
    width: calc(50% - 10px);
    height: 45px;
    font-size: 14px
}

.small-form-row input {
    width: 100%;
    height: 45px;
    font-size: 14px
}

.small-form-buttons button {
    width: 100%;
    height: 45px;
    font-size: 18px
}

.small-form-row:before {
    content: attr(title);
    font-size: 12px;
    margin-bottom: 3px;
    color: #5a6468
}

.captcha-place {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 318px;
    padding: 2px 5px 0px 5px;
    margin: 15px auto;
    border-radius: 5px;
}