.settings__main-wrapper {
    display: flex;
    flex-direction: column;
}

.settings__wrapper-item {
    max-width: 922px;
    background: #FFFFFF;
    box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.1);
    border-radius: 10px;
}

.settings__wrapper-item:not(:last-child) {
    margin-bottom: 15px;
}

.settings__wrapper-item:last-child {
    margin-bottom: 15px;

    margin-bottom: 40px;
}

.user__card button {
    transition: all 0.2s ease;
}

.user__card button:hover {
    color: red;
}

.user__card-info h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;

    color: #313131;
}

.user__card-info p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;


    color: #C7C7C7;
}

.user__card button {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

    min-height: 23px;

    color: #313131;

    background-color: transparent;

    padding-top: 20px;
    align-self: baseline;
}

.user__card {
    display: flex;
    justify-content: space-between;

    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.user__card-info {
    display: flex;
    align-items: center;
}

.user__card-user h1 {
    margin-bottom: 23px;
}

.user__card-user .user__card-phone {
    margin-bottom: 13px;
}

.user__card-img {
    margin-right: 50px;
}

.user__inputs-block {
    position: relative;

    margin-bottom: 19px;
}

.user__inputs-block input {
    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    max-width: 269px;
    height: 71px;

    padding-left: 20px;
    padding-top: 20px;

    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    padding-right: 20px;
}

.user__inputs-block p {
    position: absolute;
    left: 20px;
    top: 8px;

    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #9E9E9E;
}

.user__inputs {
    display: flex;
    flex-direction: row;
}

.user__inputs {
    padding-top: 52px;
    padding-bottom: 32px;
    padding-left: 46px;
}

.user__inputs-passwords {
    margin-left: 88px;
}

.user__inputs-password input {
    background: #F9F9F9;
    border: 1px solid #E8E8E8;
    border-radius: 15px;
    width: 269px;
    height: 71px;

    padding-right: 20px;
}

.user__inputs-password {
    position: relative;
}

.user__inputs-password p {
    position: absolute;
    left: 20px;
    top: 8px;

    font-weight: 400;
    font-size: 20px;
    line-height: 23px;

    color: #9E9E9E;
}

.current-password {
    padding-top: 20px;
    padding-left: 20px;

    font-weight: 500;
    font-size: 24px;
    line-height: 28px;

    color: #C7C7C7;
}

.user__inputs-password input {
    padding-left: 20px;

    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}


.user__inputs-passwords h2 {
    margin-bottom: 19px;

    font-weight: 500;
    font-size: 20px;
    line-height: 23px;

    color: #313131;
}

.user__inputs-password {
    margin-bottom: 19px;
}

.user__checkbox {
    padding-left: 46px;
    padding-top: 38px;
    padding-bottom: 34px;
}

.user__checkbox input[type="checkbox"]::before {
    height: 21px;
    width: 21px;
}

.user__checkbox input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4.2px;
    left: 8px;
}

.user__checkbox-item input {
    height: 21px;
    width: 21px;
}


.user__checkbox h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;

    padding-bottom: 23px;
}

.user__checkbox-item {
    display: flex;
    align-items: center;
}

.user__checkbox-item:not(:last-child) {
    padding-bottom: 13px;
}

.user__checkbox-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;

    padding-left: 17px;
}

.user__regis {
    height: 64px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.user__regis p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;

    color: #313131;
}

#user-regis {
    font-weight: 700;
}