/* <1460px */
@media (max-width: 1460px) {}

/* <1360px */
@media (max-width: 1360px) {}

/* <1270px */
@media (max-width: 1270px) {
}

/* <990px */
@media (max-width: 990px) {
    .base-form-input {
        width: 280px;
    }

    .form-register-phone-input {
        width: 50px;
    }
}

/* <600px */
@media (max-width: 700px) {

    .flex-display {
        width: auto;
        margin: 0;
        align-items: center;
    }

    .header {
        flex-direction: column;
        width:auto;
        margin-top: 10px;
    }

    .base-form-input {
        width: 250px;
        margin-bottom: 25px;
    }

    .title-img {
        margin-right: 10px;
        width: 50px;
    }

    .title-text {
        font-size: 32px;
        padding-top: 20px;
        text-align: center;
        display: block;
    }

    .window-login-text {
        font-size: 18px;
        text-align: center;
        display: block;
        padding-bottom: 5px;
    }

    .window {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .steps {
        justify-content: center;
    }

    .step {
        display: flex;
    }

    .base-steps-circle {
        left: auto;
    }

    .content-form {
        margin-top: 5px;
    }

    .form-login-link-a {
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }

    .form-reset-password-a {
        margin-bottom: 50px;
    }

    .form-registration-content {
        margin: 0;
    }

    .form-register-second-step-input {
        margin: 0;
        margin-bottom: 25px;
    }

    .form-register-submit-input {
        margin-bottom: 30px;
    }

    .form-register-phone-input {
        width: 20px;
    }

    .base-button-style {
        height: 53px;
    }

    .back-button {
        width: 15px;
    }

    .hide-show-reg {
        margin: 0;
        margin-bottom: 25px!important;
    }

    .form-buttons {
        margin: 0;
    }

    .form-agreement {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .agreement-checkbox {
        width: 20px;
        height: 20px;
    }

    #agreement-mark {
        width: 15px;
    }

    .agreement-link {
        font-size: 15px;
    }

    /* LOGIN */
    .input-password {
        position: relative;
    }

    .hide-show-style {
        position: absolute;
        right: 20px;
    }

    .base-form-style {
        align-items: center;
    }

    .form-login-error-label {
        width: auto;
    }

}

/* <360px */