h1 {
    font-weight: 500;
}

.account-wrap {
    display: flex;
    gap: 0 36px;
    align-items: flex-start;
}

.account__left,
.account__right {
    flex: 1;
    border-radius: 8px;
    background: var(--white, rgba(255, 255, 255, 1));
    padding: 20px;
}

.account__left form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account__form-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.account__form-group button {
    font-weight: 500;
}

.div-text-empty {
    padding: 0;
}

.account-login__forgotten {
    color: var(--branded, rgba(100, 141, 229, 1));
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
}

.account__form-group label {
    width: 120px;
}

.account__form-group--padding {
    margin-left: 136px;
}

.account__form-group--textarea {
    align-items: flex-start;
}

.account-form__buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-form__buttons > * {
    justify-content: center;
}

.account-or {
    display: flex;
    align-items: center;
    position: relative;
}

.account-or:before {
    content: '';
    width: 100%;
    background: var(--inactive, rgba(148, 153, 166, 1));
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}

.account-or span {
    background: var(--white, rgba(255, 255, 255, 1));
    padding: 0 6px;
    color: var(--inactive, rgba(148, 153, 166, 1));
    font-size: 13px;
    letter-spacing: 0.01px;
    position: relative;
}

.network-buttons,
.popup-social {
    display: none;
}

.account-main-wrap {
    display: flex;
    gap: 36px;
    align-items: flex-start;
}

.account-main-wrap #content {
    flex: 1;
}

.account-main-wrap #column-left {
    width: 287px;
    max-width: 100%;
    position: sticky;
    top: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    padding: 8px 16px;
}

.account-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.account-menu a {
    display: flex;
    align-items: center;
    gap: 0 12px;
    color: var(--black, rgba(25, 35, 58, 1));
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 0;
    position: relative;
}

.account-menu a + a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--light, rgba(233, 239, 251, 1));
    position: absolute;
    left: 0;
    top: -6.5px;
}

.account-menu a svg {
    width: 20px;
}

.account-menu a svg [fill] {
    fill: currentColor;
}

.account-menu a svg [stroke] {
    stroke: currentColor;
}

.account-menu a.active,
.account-menu a:hover {
    color: var(--branded, rgba(100, 141, 229, 1));
}

.account__block {
    border-radius: 8px;
    background: var(--white, rgba(255, 255, 255, 1));
    padding: 20px;
}

.account__block + .account__block {
    margin-top: 36px;
}

.account__block form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account__block form button[type="submit"]{
    font-weight: 500;
}


.service_text {
    margin-bottom: 24px;
}

.account-download {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
}

.account-download .item {
    border-radius: 8px;
    background: var(--white, rgba(255, 255, 255, 1));
    padding: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: calc(100% / 3 - 8px);
}

.account-download .item__name {
    color: var(--branded, rgba(100, 141, 229, 1));
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin-bottom: 4px;
}

.account-download .item__date {
    color: var(--inactive, rgba(148, 153, 166, 1));
    font-size: 12px;
}

.order__title-main {
    display: flex;
    gap: 30px;
    position: relative;
    height: 56px;
    cursor: pointer;
}

.order__title-main:after {
    content: url("../image/chevron.svg");
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    transition: transform .3s ease-in-out;
}

.order__title-main:not(.collapsed):after {
    transform: rotate(0deg);
}

.order__title-num {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}

.order__title-num span {
    font-size: 12px;
    font-weight: 400;
}

.order__title-status {
    color: var(--orrange, rgba(227, 117, 52, 1));
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.order__title-status[data-status_id="5"] {
    color: rgba(37, 177, 34, 1);
}

.return-item .order__title-status {
    color: var(--branded, rgba(100, 141, 229, 1));
}

.order__short-products {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 0;
    right: 25%;
}

.order__title-main:not(.collapsed) .order__short-products {
    display: none;
}

.order__short-products img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    pointer-events: none;
}

.order-products {
    margin-bottom: 20px;
}

.order-products .item {
    display: flex;
    align-items: center;
    gap: 0 20px;
    border-bottom: 1px solid var(--light, rgba(233, 239, 251, 1));
}

.order-products .item:first-child {
    border-top: 1px solid var(--light, rgba(233, 239, 251, 1));
}

.order-products a.item__name {
    flex: 1;
    color: var(--dark, rgba(28, 28, 28, 1));
    font-weight: 500;
    line-height: 19px;
}

.order-products .item__price {
    font-size: 14px;
    text-align: right;
    min-width: 120px;
}

.order-products .item__total {
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    min-width: 80px;
}

.order-info {
    display: flex;
    gap: 58px;
}

.order-info__left,
.order-info__right {
    flex: 1;
}

.order-info__left {
    position: relative;
}

.order-info__left:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    right: -30px;
    top: 0;
    background: var(--light, rgba(233, 239, 251, 1));
}

.order__info-block + .order__info-block  {
    margin-top: 12px;
}

.order__info-block-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01px;
}

.order__info-block-value {
    font-size: 14px;
    font-weight: 600;
}

.order__info-block--row .order__info-block-title,
.order__info-block--row .order__info-block-value {
    display: inline;
}

.order__info-block--row .order__info-block-value {
    font-size: 16px;
}

.order__info-block-value-price {
    font-size: 17px;
}

.account__list .panel {
    padding: 12px 20px;
}

.nav-tabs {
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    padding: 0 24px;
    gap: 28px;
}

.nav-tabs li {
    padding: 0;
    display: flex;
}

.nav-tabs li a {
    color: var(--inactive, rgba(148, 153, 166, 1));
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    height: 100%;
}

.nav-tabs li a:after {
    bottom: 0;
    border-bottom: solid 1px !important;
}

.nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
    color: var(--branded, rgba(100, 141, 229, 1));
}

.account-forgotten__text {
    margin-bottom: 12px;
}

@media (max-width: 991px) {

    .account-main-wrap,
    .account-wrap {
        flex-direction: column;
        gap: 36px;
    }

    .account__left, .account__right {
        flex: unset;
        width: 100%;
    }

    .account-main-wrap #content,
    .account-main-wrap #column-left {
        position: static;
        width: 100%;
        flex: unset;
    }
}

@media (max-width: 650px) {

    .account__list .panel,
    .account__block,
    .account__left, .account__right {
        padding: 16px;
    }

    .account__form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .account__form-group > * {
        width: 100%;
    }

    .account__form-group--padding {
        margin-left: 0;
    }

    .order-products .item {
        gap: 16px;
        flex-flow: row wrap;
        padding-bottom: 12px;
    }

    .order-products .item__total {
        margin-left: auto;
    }

    .order__short-products {
        position: static;
    }

    .order-info {
        flex-direction: column;
        gap: 24px;
    }

    .order-info__left, .order-info__right {
        flex: unset;
        width: 100%;
    }

    .order-info__left:after {
        top: unset;
        right: unset;
        left: 0;
        width: 100%;
        height: 1px;
        bottom: -12px;
    }

    .order__title-num {
        padding-right: 11px;
        line-height: 1.1;
    }


    .account-download .item {
        width: 100%;
    }
}