.registration-title-wrapper{
    margin-bottom: 58px;
}
.title-h2 {
    margin-bottom: 10px;
}
.registration-title-wrapper a {
    color: #1486ba;
    text-decoration: underline;
}

/***form-container***/
.form-profile {
    width: calc(100% - 569px);
    min-width: 965px;
}

/***/
.reg-left {
    width: 466px;
    flex: 0;
}

/***/
.help-city {
    display: block;
}

.address-city {
    width: 272px;
    margin-bottom: 15px;
}

.address {
    margin-bottom: 18px;
}

.repeat-password {
    margin-bottom: 43px;
}

.captcha {
    margin-bottom: 51px;
}

.form-phone {
    width: 174px;
}

.reg-info {
    font-weight: 300;
    font-size: 24px;
}

.reg-right .list {
    padding-left: 22px;
    margin-top: 8px;
    font-weight: 300;
    font-size: 16px;
    max-width: 450px;
}

/***/
.street-edit {
    width: 271px;
}

.house-edit,
.flat-edit {
    width: 77px;
}

.captcha .form-label {
    margin-bottom: 16px;
}

.reg-right li {

    list-style-type: square;
    margin-bottom: 15px;
}

/***/
.email,
.password,
.repeat-password {
    width: 426px;
}

.password {
    margin-bottom: 17px;
}

/***/
@media only screen and (max-width: 1599px) {
    /*.form-container:not(.form-login){*/
    /*min-width: 895px;*/
    /*}*/
}

@media only screen and (max-width: 1280px) {
    .form-container {
        min-width: initial;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: auto;
    }

    .reg-right {
        margin-top: 40px;
        width: 100%;
    }

    /*form-container*/
    .reg-info {
        font-size: 16px;
    }

    /***/
    .reg-right .list {
        font-size: 12px;
    }

    .facebook-auth {
        font-size: 12px;
    }

}

@media only screen and (max-width: 480px) {
    /*form-container*/
    .reg-left {
        width: 100%;
    }

    /***/
    .edit-block.address {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        width: 100%;
    }

    .form-container .buttons-wrapper {
        width: 100%;
    }

    /***/
    .edit-block {
        width: 100%;
    }

    /***/
    .street-edit,
    .house-edit,
    .flat-edit {
        width: 100%;
    }

    .reg-info {
        text-align: center;
    }

    /***/
}
