.dashboard {flex-grow: 1;display: flex;gap: 16px;margin-bottom: 62px;}.dashboard-side {flex-basis: 256px;flex-shrink: 0;}.dashboard-menu {list-style: none;padding: 0;margin: 0;background-color: #fff;border-radius: 8px;}.dashboard-menu-item:not(:last-child) {border-bottom: 1px solid #E5E5E5;}.dashboard-menu-link {display: flex;align-items: center;padding: 0 20px;height: 60px;font-size: 16px;text-transform: uppercase;font-weight: 700;box-sizing: border-box;transition: .3s;}.dashboard-menu-link.logout {font-size: 14px;color: #BF0000;text-transform: none;font-weight: 400;}.dashboard-menu-link.active span {background: linear-gradient(90deg, #00A542 10.45%, #00B4BF 94.85%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.dashboard-menu-link:not(.active):hover {background-color: #f8f8f8;}.dashboard-content {flex-grow: 1;}.dashboard-block {padding: 40px 28px;background-color: #fff;border-radius: 8px;}.dashboard-block:not(:last-child) {margin-bottom: 16px;}.dashboard-block-title {color: #121212;font-weight: 700;text-transform: uppercase;margin-bottom: 28px;font-size: 22px;}.dashboard-info-row {display: flex;gap: 40px;}.dashboard-info-col {flex-basis: calc( (100% - 2 * 40px) / 3 );}.dashboard-info-item {display: flex;gap: 20px;align-items: center;}.dashboard-info-label {font-size: 12px;margin-bottom: 2px;color: rgba(0, 0, 0, 0.65);}.dashboard-info-value {font-size: 16px;}.dashboard-info-edit {display: flex;transition: .2s;}.dashboard-info-edit svg {width: 24px;height: 24px;fill: currentColor;}.dashboard-info-edit:hover {color: #00B4BF;}.dashboard-block p {font-size: 14px;}.dashboard-remove-account {margin-top: 28px;}.dashboard-remove-account a {font-size: 14px;color: #BF0000;text-transform: none;font-weight: 400;}.dashboard-block-orders-header {display: flex;gap: 20px;align-items: center;padding-top: 28px;padding-bottom: 28px;}.dashboard-block-orders-header .dashboard-block-title {flex-grow: 1;margin-bottom: 0;}.dashboard-block-title {}.dashboard-select {flex-basis: 300px;flex-shrink: 0;}.dashboard-select select {height: 48px;border-radius: 12px;background-color: rgba(0, 0, 0, 0.04);width: 100%;padding-left: 16px;padding-right: 16px;border: 1px solid rgba(0, 0, 0, 0.16);outline: none;}.dashboard-orders {list-style: none;padding: 0;margin: 0;}.dashboard-order:not(:last-child) {margin-bottom: 16px;}.dashboard-order-main {background-color: #fff;border-radius: 8px;padding: 28px;box-sizing: border-box;display: flex;gap: 28px;align-items: center;font-size: 12px;}.dashboard-order-id {font-size: 22px;font-weight: 700;flex-basis: 180px;flex-shrink: 0;}.dashboard-order-status {flex-basis: 130px;}.dashboard-order-status span {font-size: 10px;display: inline-block;background: rgba(207, 137, 0, 0.30);border-radius: 4px;line-height: 1.2;padding: 2px 4px;white-space: nowrap;}.dashboard-order-status.canceled span {background-color: rgba(191, 0, 0, 0.30);}.dashboard-order-status.completed span {background-color: rgba(0, 128, 0, 0.30);}.dashboard-order-date {font-size: 12px;color: rgba(0, 0, 0, 0.65);line-height: 1.2;flex-basis: 160px;}.dashboard-order-date p {margin-top: 0;margin-bottom: 1px;}.dashboard-order-date a {color: #BF0000;text-decoration: underline;text-decoration-style: dashed;}.dashboard-order-location {flex-basis: 210px;}.dashboard-order-location p {margin-top: 0;margin-bottom: 2px;}.dashboard-order-time {position: relative;color: rgba(0, 128, 0, 1);padding-left: 10px;}.dashboard-order-time::before {content: '';display: block;width: 6px;height: 6px;border-radius: 50%;background-color: currentColor;position: absolute;left: 0;top: 4px;}.dashboard-order-price {font-size: 22px;font-weight: 700;white-space: nowrap;flex-grow: 1;text-align: center;}.dashboard-order-price span {background: linear-gradient(90deg, #00A542 10.45%, #00B4BF 94.85%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.dashboard-order-toggle button {display: flex;gap: 4px;align-items: center;font-size: 12px;color: #666666;white-space: nowrap;}.dashboard-order-toggle button span {text-decoration: underline;text-decoration-style: dashed;}.dashboard-order-toggle svg {width: 16px;height: 16px;}.dashboard-order-items {display: none;list-style: none;padding: 0;margin: 0;display: none;}.dashboard-order-item {background-color: #fff;display: flex;align-items: center;padding: 8px 28px;border-radius: 8px;margin-top: 4px;gap: 40px;}.dashboard-order-item-image img {width: 40px;height: 40px;display: block;}.dashboard-order-item-title {font-size: 12px;font-weight: 700;}.dashboard-order-item-price {font-size: 12px;}.dashboard-order-item-price span {color: rgba(0, 0, 0, 0.65);margin-left: 8px;white-space: nowrap;}.dashboard-order-item-total {font-size: 14px;font-weight: 700;white-space: nowrap;}.dashboard-order-item-total span {background: linear-gradient(90deg, #00A542 10.45%, #00B4BF 94.85%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.dashboard-favorites {display: flex;flex-wrap: wrap;gap: 16px;}.dashboard-block-favorites {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 40px;}.dashboard-block-favorites .dashboard-block-title {margin-bottom: 0;}.dashboard-block-favorites .dashboard-block-action {display: flex;align-items: center;gap: 4px;line-height: 1.2;}.dashboard-block-favorites .dashboard-block-action svg {fill: currentColor;width: 12px;height: 12px;}.dashboard-block-favorites .dashboard-block-action span {color: #000;font-size: 12px;}.dashboard-favorites-item {background-color: #fff;padding: 20px 16px;border-radius: 12px;display: flex;gap: 16px;box-sizing: border-box;flex-basis: calc( (100% - 16px) / 2 );}.dashboard-favorites-content {flex-grow: 1;}.dashboard-favorites-title {font-size: 12px;font-weight: 700;margin-bottom: 22px;}.dashboard-favorites-price {color: #00A547;font-weight: 700;font-size: 14px;}.dashboard-favorites-button {flex-basis: 0;}.dashboard-favorites-button button {display: flex;justify-content: center;align-items: center;color: #00B4BF;}.dashboard-favorites-button button svg {width: 24px;height: 24px;}.dashboard-pagination {display: flex;align-items: center;justify-content: center;margin-top: 60px;}.dashboard-pagination-item {flex-basis: 24px;height: 24px;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #000;font-weight: 400;border-radius: 50%;transition: .2s;}.dashboard-pagination-item:not(.current):not(.space):hover {background-color: #efefef;}.dashboard-pagination-item svg {width: 24px;height: 24px;}.dashboard-pagination-item.prev {margin-right: 24px;}.dashboard-pagination-item.next {margin-left: 24px;}.dashboard-pagination-item.current {background: linear-gradient(90deg, #00A542 10.45%, #00B4BF 94.85%);color: #fff;}.dashboard-empty {max-width: 330px;margin: 40px auto 20px;}.dashboard-empty-icon {display: flex;justify-content: center;margin-bottom: 28px;}.dashboard-empty-icon img {width: 100px;height: 100px;display: block;object-fit: contain;}.dashboard-empty-text {margin-bottom: 28px;font-size: 16px;font-weight: 700;line-height: 1.2;text-align: center;}.dashboard-empty-button {text-align: center;}.dashboard-empty-button .button {display: inline-flex;padding-left: 32px;padding-right: 32px;height: 48px;border-radius: 12px;background: linear-gradient(90deg, #00A542 10.45%, #00B4BF 94.85%);font-weight: 400;font-size: 16px;}.popup-alt {padding: 40px;max-width: 424px;}.popup-alt .popup__close {color: #000;}.popup-title {font-weight: 700;font-size: 20px;margin-bottom: 28px;}.popup-form {}.button.button-alt {display: inline-flex;padding-left: 32px;padding-right: 32px;height: 48px;border-radius: 12px;background: linear-gradient(90deg, #00A542 10.45%, #00B4BF 94.85%);font-weight: 400;font-size: 16px;}.popup-form-input {position: relative;margin-bottom: 28px;}.popup-form-input label {position: absolute;top: 4px;left: 12px;font-size: 12px;color: rgba(0, 0, 0, 0.65);}.popup-form-input input {height: 48px;border-radius: 12px;border: 1px solid rgba(0, 0, 0, 0.16);width: 100%;background: rgba(0, 0, 0, 0.04);font-size: 16px;line-height: 1.2;font-weight: 400;max-width: 100%;display: block;outline: none;padding: 14px 12px 0;box-sizing: border-box;}.popup-form-agreement {display: flex;gap: 12px;margin-bottom: 28px;}.popup-form-agreement-input input {flex-basis: 24px;flex-shrink: 0;height: 24px;width: 24px;appearance: auto;}.popup-form-agreement-input label {}.popup-form-agreement-text {font-size: 12px;}.popup-form-submit .button {width: 100%;}input.is-invalid {background-color: rgba(191, 0, 0, 0.08);}.popup-form-input-invalid {color: #BF0000;font-size: 12px;line-height: 1.4;}.popup-form-submit .button.loading {font-size: 0;position: relative;}.popup-form-submit .button.loading::after {content: '';width: 24px;height: 24px;background: url(/img/icons/loader.svg) center / contain no-repeat;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);animation: rotation 1s linear infinite;}.popup p {font-size: 14px;}.popup p:last-child {margin-bottom: 0;}.button-outline {background: linear-gradient(90deg, #00A542 10.45%, #00B4BF 94.85%);height: 48px;border-radius: 12px;position: relative;padding: 1px;}.button-outline-inner {background-color: #fff;width: 100%;height: 100%;border-radius: 11px;display: flex;align-items: center;justify-content: center;text-align: center;}.button-outline-inner span {background: linear-gradient(90deg, #00A542 10.45%, #00B4BF 94.85%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}@keyframes rotation {from {transform: translate(-50%, -50%) rotate(0deg);}to {transform: translate(-50%, -50%) rotate(180deg);}}@media(max-width: 1300px) {.dashboard-info-row {gap: 10px;justify-content: space-between;}.dashboard-info-col {flex-basis: auto;}}@media(max-width: 1170px) {.dashboard-info-row {display: block;}.dashboard-info-col {padding: 12px 0;}.dashboard-info-col:not(:last-child) {margin-bottom: 24px;position: relative;}.dashboard-info-col:not(:last-child)::after {content: '';display: block;width: 100%;height: 1px;background-color: rgba(0, 0, 0, 0.16);position: absolute;left: 0;bottom: -12px;}.dashboard-info-field {flex-grow: 1;}.dashboard-order-main {flex-wrap: wrap;}.dashboard-order-price {flex-grow: 0;}.dashboard-order-toggle {flex-basis: 100%;}}@media(max-width: 920px) {.dashboard-favorites-item {flex-basis: 100%;}}@media(max-width: 767.98px) {.dashboard {display: block;padding-left: 16px;padding-right: 16px;}.dashboard-side {margin-bottom: 16px;}.dashboard-block {padding: 28px 24px;}.dashboard-block-orders-header {display: block;padding: 28px 24px;}.dashboard-block-orders-header .dashboard-select {margin-top: 40px;}.dashboard-order-main {padding: 28px 24px;gap: 20px;}.dashboard-order-id {flex-basis: 100%;}.dashboard-order-status {flex-basis: 100%;}.dashboard-order-date {flex-basis: 100%;}.dashboard-order-location {flex-basis: 100%;}.dashboard-order-price {flex-basis: 100%;text-align: left;}.dashboard-order-item {padding: 24px 24px 24px 90px;flex-wrap: wrap;position: relative;gap: 12px;}.dashboard-order-item-image {position: absolute;left: 24px;top: 24px;}.dashboard-order-item-title {flex-basis: 100%;}@media only screen and (max-width: 760px) {.map_on_cart{display: none !important;}}}