

/* Start:/local/templates/imperialgarden/components/bitrix/sale.personal.section/imperial/style.min.css?17398612851602*/
.sale-personal-section-index-block{opacity:.8;padding:0;margin:15px 0;text-align:center;text-transform:uppercase;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#fff;background-size:cover;border-radius:3px;height:87%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-around}@media(max-width:992px){.sale-personal-section-index-block{height:auto;margin:8px 0}}.sale-personal-section-index-block.bx-theme-green{background:url(/local/templates/imperialgarden/components/bitrix/sale.personal.section/imperial/images/wt_green.png) center top}.sale-personal-section-index-block.bx-theme-blue{background:url(/local/templates/imperialgarden/components/bitrix/sale.personal.section/imperial/images/wt_blue.png) center top}.sale-personal-section-index-block.bx-theme-red{background:url(/local/templates/imperialgarden/components/bitrix/sale.personal.section/imperial/images/wt_red.png) center top}.sale-personal-section-index-block.bx-theme-yellow{background:url(/local/templates/imperialgarden/components/bitrix/sale.personal.section/imperial/images/wt_yellow.png) center top}.sale-personal-section-index-block.bx-theme-black{background:url(/local/templates/imperialgarden/components/bitrix/sale.personal.section/imperial/images/wt_black.png) center top}.sale-personal-section-index-block:hover{opacity:1}.sale-personal-section-index-block-link,.sale-personal-section-index-block-link:hover,.sale-personal-section-index-block-link:active,.sale-personal-section-index-block-link:focus,.sale-personal-section-index-block-link:visited{text-decoration:none;display:block;padding:25px 15px;color:#fff}.sale-personal-section-index-block-link{color:#fff}.sale-personal-section-index-block-ico{font-size:64px}.sale-personal-section-index-block-name{font-size:16px}.sale-personal-section-account-sub-header{margin-top:40px}.sale-personal-section-row-flex{display:-webkit-box;display:-ms-flexbox;display:flex;flex-flow:row wrap}
/* End */


/* Start:/local/templates/imperialgarden/css/office/office-layout.css?17466116723371*/
.office-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
}

@media (min-width: 991px) {
    .office-layout {
        flex-direction: row;
        gap: 48px;
        margin-top: 32px;
        margin-bottom: 96px;
    }
}

.office-layout__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}

@media (min-width: 991px) {
    .office-layout__content {
        gap: 24px;
    }
}

.office-layout__content-sections {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 -16px;
}

@media (min-width: 576px) {
    .office-layout__content-sections {
        gap: 16px;
        margin: unset;
    }
}

.office-layout__content form {
    max-width: 606px;
    font-family: var(--font-tt-norms-pro);
    font-size: 16px;
    line-height: 20px;
}

.office-layout__content textarea {
    display: block;
    width: 100%;
    height: 160px;
    font-family: var(--font-tt-norms-pro);
    font-size: 16px;
    line-height: 20px;
    background: transparent;
    resize: none;
    margin-top: 4px;
    padding-bottom: 8px;
    border: none;
    border-bottom: 1px solid var(--base-dark-gray);
}

.office-layout__content textarea:focus {
    outline: none;
}

.office-layout__content input[type="submit"]:hover,
.office-layout__content button[type="submit"]:hover {
	background-color: var(--dark-red);
}

.office-layout__content input[type="submit"]:active,
.office-layout__content button[type="submit"]:active {
	background-color: var(--base-red);
	opacity: 0.12;
}

.office-content-section__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.office-layout-title {
    font-family: var(--font-tt-ramillas);
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.03em;
}

.office-content-section__information-form {
    max-width: 400px;
}

.office-content-section__content-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 26px;
}

@media (min-width: 991px) {
    .office-content-section__content-actions {
        padding-left: unset;
    }
}

.office-content-section__content-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    padding-right: 24px;
}

@media (min-width: 991px) {
    .office-content-section__content-inner {
        flex-direction: row;
        gap: 16px;
        margin: unset;
        padding-right: unset;
    }
}

.office-content-section__badge {
    height: 26px;
    width: max-content;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 450;
    line-height: 18px;
    color: var(--base-dark-gray);
    background-color: var(--gray-light-3);
}

.office-content-section__content-actions-options {
    display: none;
}

@media (min-width: 991px) {
    .office-content-section__content-actions-options {
        display: flex;
    }
}

.office-content-section__content-actions-mobile {
    position: absolute;
    top: 0;
    right: 0;
}

.office-layout-title__back-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 450;
    line-height: 16px;
    color: var(--base-dark-gray);
    margin-bottom: 16px;
    text-decoration: none;
}

.office-layout-title__back-btn:hover {
    opacity: 0.6;
}
/* End */


/* Start:/local/templates/imperialgarden/css/office/office-content-section.css?1732614006666*/
.office-content-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 24px 16px;
    border-radius: 24px;
    background: var(--base-white);
}

@media (min-width: 991px) {
    .office-content-section {
        padding: 32px;
        gap: 20px;
    }
}

.office-content-section__header {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.office-content-section__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: var(--base-dark-gray);
}

.office-content-section__subtext {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
}
/* End */


/* Start:/local/templates/imperialgarden/css/office/office-form.css?17326140064814*/
.office-form__form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.office-form__field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: none;
}

.office-form__field--disabled {
    pointer-events: none;
    opacity: 0.4;
}

.office-form__inputs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.office-form__field-label {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: var(--gray-dark-1);
}

.office-form__field-input {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    padding-bottom: 8px;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--gray-light-6);
    font-family: var(--font-tt-norms-pro);
    color: var(--base-dark-gray);
    background: transparent;
}

.office-form__field-input-wrapper {
    position: relative;
    width: 100%;
}

.office-form__field-input-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.office-form__change-password {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    transition: 0.3s;
}

.office-form__change-password:hover {
    opacity: 0.6;
}

.office-form__change-password-icon {
    flex-shrink: 0;
}

.office-form__block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.office-form__block-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: var(--base-dark-gray);
}

.office-form__linked-accounts-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.office-form__linked-account {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 10px;
    border-radius: 9999px;
    background: var(--base-dark-gray);
    color: var(--base-white);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.office-form__linked-account-icon {
    flex-shrink: 0;
}

.office-form__linked-account-close {
    margin-left: -4px;
    transition: 0.3s;
}

.office-form__linked-account-close:hover {
    opacity: 0.6;
}

.office-form__radio-group {
    display: flex;
    align-items: center;
    gap: 24px;
}

.office-form__checkbox-field,
.office-form__radio-field {
    display: flex;
    gap: 8px;
}

.office-form__checkbox-input,
.office-form__radio-input {
    cursor: pointer;
    appearance: none;
    flex-shrink: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border: 1px solid var(--gray-light-7);
    transition: 0.3s;
}

.office-form__checkbox-input:checked,
.office-form__radio-input:checked {
    border-width: 7px;
    border-color: var(--green-light-1);
}

.office-form__checkbox-label,
.office-form__radio-label {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--base-dark-gray);
    cursor: pointer;
}

.office-form__checkbox-note {
    font-size: 14px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--gray-dark-1);
}

.office-form__note {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--gray-dark-1);
    margin-top: -8px;
}

.office-form__toggle-field {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
}

.office-form__toggle-field-checkbox {
    position: relative;
    appearance: none;
    width: 52px;
    height: 32px;
    border-radius: 9999px;
    border: 1px solid var(--green-light);
    cursor: pointer;
}

.office-form__toggle-field-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--green-light);
    transition: 0.3s;
}

.office-form__toggle-field-checkbox:checked {
    background-color: var(--green-light);
    border-color: transparent;
}

.office-form__toggle-field-checkbox:checked::after {
    left: unset;
    right: 4px;
    background-color: var(--base-white);
}

.office-form__toggle-field-label {
    font-size: 16px;
    font-weight: 450;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--base-dark-gray);
    cursor: pointer;
}

.office-form__form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 40px;
    padding: 12px 20px;
    border-radius: 400px;
    background-color: var(--green-light);
    color: var(--base-white);
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}

.office-form__form-btn:hover {
    opacity: 0.6;
}

.office-form__icon-btn:hover {
    opacity: 0.6;
}
/* End */


/* Start:/local/templates/imperialgarden/css/office/office-sidebar.css?17326140061518*/
.office-sidebar {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 991px) {
    .office-sidebar {
        width: 286px;
    }
}

.office-sidebar__nav {
    display: none;
}

@media (min-width: 991px) {
    .office-sidebar__nav {
        display: block;
    }
}

.office-sidebar__nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
}

.office-sidebar__nav-btn,
.office-sidebar__nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 34px;
    padding: 5px 12px;
    border-radius: 26px;
    text-decoration: none;
    color: var(--base-dark-gray);
    font-size: 16px;
    font-weight: 450;
    transition: 0.3s ease-out;
}

.office-sidebar__nav-link:hover,
.office-sidebar__nav-link--active {
    background: var(--gray-light-5);
}

.office-sidebar__nav-icon {
    flex-shrink: 0;
}

.office-sidebar__nav-btn-wrapper {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--gray-light-1);
}

.office-sidebar__nav-btn {
    border: none;
    outline: none;
    background: transparent;
    color: var(--gray-dark-1);
    cursor: pointer;
}

.office-sidebar__nav-btn:hover {
    opacity: 0.6;
}

.office-sidebar__nav-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 33px;
    padding: 2px 8px;
    height: 18px;
    background: var(--base-red);
    color: var(--base-white);
    font-size: 12px;
    font-weight: 500;
    margin-left: -4px;
}
/* End */


/* Start:/local/templates/imperialgarden/css/office/office-discount-banner.css?17326140061481*/
.office-discount-banner {
    border-radius: 16px;
    padding: 12px;
    background-color: var(--gray-dark-8);
    background: url(/local/templates/imperialgarden/css/../images/content/office/discount-banner-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.office-discount-banner__percentage-value,
.office-discount-banner__title,
.office-discount-banner__percentage,
.office-discount-banner__percentage {
    font-weight: 500;
    color: var(--base-white);
}

.office-discount-banner__percentage {
    font-size: 28px;
    margin-bottom: 2px;
    font-family: var(--font-tt-ramillas);
}

.office-discount-banner__percentage-icon {
    font-size: 18px;
    font-family: var(--font-tt-ramillas);
}

.office-discount-banner__title {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

.office-discount-banner__percentage-bar {
    position: relative;
    height: 10px;
    width: 100%;
    border-radius: 11px;
    background: rgba(228, 228, 225, 0.4);
    margin: 6px 0 10px 0;
}

.office-discount-banner__percentage-bar-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--base-white);
    border-radius: inherit;
    transition: 0.6s;
    width: 40%;
}

.office-discount-banner__percentage-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.office-discount-banner__percentage-value {
    font-size: 16px;
    line-height: 20px;
}
/* End */
/* /local/templates/imperialgarden/components/bitrix/sale.personal.section/imperial/style.min.css?17398612851602 */
/* /local/templates/imperialgarden/css/office/office-layout.css?17466116723371 */
/* /local/templates/imperialgarden/css/office/office-content-section.css?1732614006666 */
/* /local/templates/imperialgarden/css/office/office-form.css?17326140064814 */
/* /local/templates/imperialgarden/css/office/office-sidebar.css?17326140061518 */
/* /local/templates/imperialgarden/css/office/office-discount-banner.css?17326140061481 */
