.shopProfileSect {
    margin: 100px 0;
}
.shopProfile h1 {
    color: #474747; font-weight: 400; text-transform: uppercase;
}
@media (max-width: 1024px) {
    .shopProfileSect {
        margin: 80px 0;
    }
}
@media (max-width: 768px) {
    .shopProfileSect {
        margin: 60px 0;
    }
}
@media (max-width: 550px) {
    .shopProfileSect {
        margin: 40px 0;
    }
}
.collapse {
    display: none;
}
.shopProfile-tabItem.-data.-open {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.shopProfile__dopLinks {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    height: fit-content;
}
@media (max-width: 550px) {
    .shopProfile__dopLinks {
        width: 100%;
        justify-content: space-between;
    }
}
.shopProfile-table-header {
    margin-top: 20px;
}
.shopProfile-table-header a {
    color: #575757;
    text-decoration: underline;
    position: relative;
}
.shopProfile-table-header a::before
.shopProfile-table-header a:hover {
    text-decoration: underline;
}

.formSect {
    margin: 100px 0;
}
.formSect__form.form-user {
    margin-left: 0;
}
.form-group.name-passwordResetLink {
    width: 100%;
    text-align: center;
}
.form-group.name-passwordResetLink a {
    background: #A4A4A4;
    color: #fff;
    width: fit-content;
    height: fit-content;
    padding: 10px 20px;
    border: none;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    transition: all .3s;
}
.form-group.name-passwordResetLink a:hover {
    color: #fff;
    opacity: 0.8;
    background: #A4A4A4;
}
.formSect__form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
}
main ._title {
    margin: 0 0 25px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    color: #9F1214;
    font-weight: 600;
}
.formSect__form .form-group label {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #575757;
}
.formSect__form .form-group input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #d5d5d5;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #575757;
    padding: 5px 12px 5px 5px;
}
.formSect__form .form-group input:focus {
    box-shadow: none;
    border-color: #3F32C5;
}
.formSect__form .captcha img {
    padding-top: 20px;
}
.formSect__form .form-group.name-concent label{
    margin: 0;
    line-height: 1.1;
}
.formSect__form .form-group.name-concent .help-block {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #575757;
    margin-top: 15px;
    flex-grow: 0;
    width: fit-content;
    display: block;
    flex-basis: fit-content;
}
.formSect__form .form-group.type-submit button {
    display: block;
    padding: 10px 40px;
    background: #3F32C5;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    border: none;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s;
}
.formSect__form .form-group.type-submit button:hover {
    border: none;
    background: #2361FF;
    color: #FFFFFF;
}
.formSect__form .form-group input{
    margin: 0 auto;
}
.formSect__links {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.formSect__links .ipUserRegistrationLink,
.formSect__links .ipUserPasswordResetLink {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #393939;
    text-decoration: underline;
}
.formSect__links .ipUserRegistrationLink:hover,
.formSect__links .ipUserPasswordResetLink:hover {
    text-decoration: none;
}
.instructions {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #575757;
    text-align: center;
}
.formSect__but {
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0;
    gap: 20px;
}
.formSect .formSect__but .shopCart-but {
    padding: 10px 25px;
    color: #FFFFFF;
    background: #9F1214;
    border: none;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    transition: all .3s;
}
.formSect .formSect__but .shopCart-but:hover{
    opacity: 0.8;
    background: #9F1214;
    color: #FFFFFF;
    border: none;
}
@media (max-width: 1024px) {
    .formSect {
        margin: 80px 0;
    }
}
@media (max-width: 768px) {
    .formSect {
        margin: 60px 0;
    }
}
@media (max-width: 550px) {
    .formSect {
        margin: 40px 0;
    }
}