@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/Manrope-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  src: url("/fonts/Manrope-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/Manrope-Semibold.woff2") format("woff2");
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
  ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
  ========================================================================== */
/**
* Remove the grey background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
  ========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
  ========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
  ========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
  ========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
  color: #333333;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #99cc33;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

button {
  cursor: pointer;
  font-family: inherit;
  background: none;
  border: none;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

textarea {
  resize: vertical;
  font-family: inherit;
}

input,
select {
  font-family: inherit;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(127.5, 127.5, 127.5);
}

::-moz-selection {
  background-color: rgba(153, 204, 51, 0.2);
  color: #333333;
}

::selection {
  background-color: rgba(153, 204, 51, 0.2);
  color: #333333;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
  }
}
.breadcrumbs {
  padding: 16px 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e0e0e0;
}
.breadcrumbs__nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
}
.breadcrumbs__link {
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.breadcrumbs__link:hover {
  color: #99cc33;
}
.breadcrumbs__separator {
  color: #666666;
}
.breadcrumbs__current {
  color: #333333;
  font-weight: 500;
}

.toast-container {
  position: fixed;
  top: 250px;
  right: 0;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
}
@media (max-width: 1023px) {
  .toast-container {
    top: 176px;
  }
}
@media (max-width: 767px) {
  .toast-container {
    top: 172px;
  }
}

.toast {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 32px;
  background-color: #ffffff;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  animation: slideInRight 0.3s ease-out;
  font-size: 14px;
}
@media (max-width: 767px) {
  .toast {
    padding: 24px;
  }
}
.toast--success {
  border-left: 4px solid #99cc33;
  background-color: rgba(153, 204, 51, 0.3);
  font-weight: 500;
  color: #666666;
}
.toast--success i {
  color: #99cc33;
}
.toast--error {
  border-left: 4px solid #ca1313;
  background-color: rgba(220, 53, 69, 0.3);
  font-weight: 500;
  color: #666666;
}
.toast--error i {
  color: #ca1313;
}
.toast--info {
  border-left: 4px solid #3b82f6;
  background-color: rgba(59, 130, 246, 0.3);
  font-weight: 500;
  color: #666666;
}
.toast--info i {
  color: #3b82f6;
}
.toast__close {
  margin-left: auto;
  background: none;
  border: none;
  cursor: pointer;
  color: #666666;
  padding: 4px;
}
.toast__close:hover {
  color: #333333;
}
.toast--fade-out {
  animation: fadeOutRight 0.3s ease-out forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.login {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  background-color: #fafafa;
}
.login__wrapper {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.login__wrapper:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.login__wrapper {
  padding: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .login__wrapper {
    padding: 32px;
  }
}
@media (max-width: 380px) {
  .login__wrapper {
    max-width: 100%;
    padding: 24px;
  }
}
.login__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.login__subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 32px;
}
.login__alert {
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 16px;
  margin-bottom: 24px;
}
.login__alert-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.login__alert-wrapper i {
  display: block;
  font-size: 24px;
  color: #d97706;
}
.login__alert-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.login__alert-inner .btn-warning {
  background-color: #f59e0b;
  border-color: #f59e0b;
  font-weight: 500;
  color: #ffffff;
}
.login__alert-inner .btn-warning i {
  font-size: 18px;
}
.login__alert-inner #resendMessage {
  font-weight: 500;
  font-size: 14px;
  color: #78350f;
}
.login__alert-title {
  font-weight: 600;
  font-size: 16px;
  color: #92400e;
}
.login__alert-text {
  font-size: 14px;
  line-height: 1.5;
  color: #78350f;
  margin-bottom: 8px;
}
.login__alert--success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
.login__alert--warning {
  background-color: rgba(255, 152, 0, 0.1);
  border: 1px solid rgba(255, 152, 0, 0.2);
  color: rgb(153, 91.2, 0);
}
.login__alert--error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.login__form {
  text-align: left;
  margin-bottom: 32px;
}
.login__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.login__form-group:last-child {
  margin-bottom: 0;
}
.login__form-group--right {
  text-align: right;
}
.login__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.login__form-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
}
.login__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.login__link {
  font-weight: 500;
  font-size: 14px;
  color: #99cc33;
  text-decoration: none;
}
.login__link:hover {
  text-decoration: underline;
}
.login__footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 380px) {
  .login__footer {
    flex-direction: column;
    gap: 4px;
  }
}

.register {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.register__wrapper {
  width: 100%;
  min-width: 500px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.register__wrapper:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.register__wrapper {
  padding: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .register__wrapper {
    padding: 32px;
  }
}
@media (max-width: 550px) {
  .register__wrapper {
    min-width: 100%;
  }
}
@media (max-width: 380px) {
  .register__wrapper {
    padding: 24px;
  }
}
.register__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.register__subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 32px;
}
.register__alert {
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 24px;
}
.register__alert-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.register__alert-wrapper i {
  display: block;
  font-size: 32px;
  color: #166534;
}
.register__alert-inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.register__alert-title {
  font-weight: 600;
  font-size: 24px;
  color: #166534;
}
.register__alert-text {
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 8px;
}
.register__alert-link {
  font-size: 18px;
}
.register__alert-link i {
  display: block;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 400px) {
  .register__alert-link i {
    display: none;
  }
}
.register__alert--success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
.register__alert--warning {
  background-color: rgba(255, 152, 0, 0.1);
  border: 1px solid rgba(255, 152, 0, 0.2);
  color: rgb(153, 91.2, 0);
}
.register__alert--error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.register__form {
  text-align: left;
  margin-bottom: 32px;
}
.register__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.register__form-group:last-child {
  margin-bottom: 0;
}
.register__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.register__form-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
}
.register__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.register__form-hint {
  font-size: 12px;
  color: #666666;
}
.register .date-input-wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.register .date-input-wrapper:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.register .date-input-wrapper .date-input {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}
.register .date-input-wrapper .date-input:focus {
  outline: none;
  box-shadow: none;
}
.register .date-input-wrapper .btn-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: none;
  border-left: 1px solid #e0e0e0;
  background: #ffffff;
  color: #99cc33;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 48px;
}
@media (max-width: 767px) {
  .register .date-input-wrapper .btn-calendar {
    min-width: 44px;
    padding: 0 8px;
  }
}
.register .date-input-wrapper .btn-calendar:hover {
  background: #99cc33;
  color: #ffffff;
  border-left-color: #99cc33;
}
.register .date-input-wrapper .btn-calendar i {
  font-size: 18px;
}
.register .custom-calendar-wrapper {
  margin-top: 24px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .register .custom-calendar-wrapper {
    padding: 16px;
  }
}
.register .custom-calendar {
  max-width: 350px;
  margin: 0 auto;
}
.register .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
}
.register .calendar-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.register .calendar-select {
  padding: 8px 24px;
  padding-right: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2399cc33' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}
.register .calendar-select:hover {
  border-color: #99cc33;
}
.register .calendar-select:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.register .calendar-nav {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  color: #99cc33;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
.register .calendar-nav:hover {
  background: rgba(153, 204, 51, 0.1);
  border-radius: 4px;
}
.register .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 16px;
}
.register .calendar-weekdays div {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  padding: 8px;
}
.register .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.register .calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .register .calendar-day {
    font-size: 12px;
  }
}
.register .calendar-day--empty {
  cursor: default;
}
.register .calendar-day--available {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #333333;
}
.register .calendar-day--available:hover {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
  transform: scale(1.1);
}
.register .calendar-day--selected {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
  font-weight: 600;
}
.register .calendar-day--disabled {
  background: #f5f5f5;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.5;
}
.register .autocomplete-wrapper {
  position: relative;
}
.register .autocomplete-wrapper .form-input {
  width: 100%;
  padding-right: 50px;
}
.register .autocomplete-wrapper .select-arrow {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  cursor: pointer;
  color: #99cc33;
  transition: transform 0.2s ease-in-out;
}
.register .autocomplete-wrapper .select-arrow i {
  font-size: 12px;
}
.register .autocomplete-wrapper .select-arrow:hover {
  color: rgb(122.4, 163.2, 40.8);
}
.register .autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
  margin-top: 4px;
}
.register .autocomplete-dropdown .autocomplete-item {
  padding: 16px 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #e0e0e0;
}
.register .autocomplete-dropdown .autocomplete-item:last-child {
  border-bottom: none;
}
.register .autocomplete-dropdown .autocomplete-item:hover {
  background-color: rgba(153, 204, 51, 0.05);
}
.register .autocomplete-dropdown .autocomplete-item--selected {
  background-color: rgba(153, 204, 51, 0.1);
  color: #99cc33;
  font-weight: 500;
}
.register .autocomplete-dropdown::-webkit-scrollbar {
  width: 6px;
}
.register .autocomplete-dropdown::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 4px;
}
.register .autocomplete-dropdown::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}
.register .autocomplete-dropdown::-webkit-scrollbar-thumb:hover {
  background: rgb(127.5, 127.5, 127.5);
}
.register .captcha-group {
  margin-top: 24px;
  padding: 24px;
  background-color: #fafafa;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.register .captcha-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 16px;
}
.register .captcha-text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  flex: 1;
}
.register .captcha-refresh {
  background: none;
  border: none;
  color: #99cc33;
  cursor: pointer;
  padding: 8px;
  font-size: 18px;
  transition: transform 0.2s ease-in-out;
}
.register .captcha-refresh:hover {
  transform: rotate(180deg);
  color: rgb(122.4, 163.2, 40.8);
}
.register .captcha-input {
  max-width: 100%;
}
.register__footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}
@media (max-width: 380px) {
  .register__footer {
    flex-direction: column;
    gap: 4px;
  }
}
.register__footer-link {
  font-weight: 500;
  font-size: 14px;
  color: #99cc33;
  text-decoration: none;
}
.register__footer-link:hover {
  text-decoration: underline;
}

.verify {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
}
.verify__wrapper {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.verify__wrapper:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.verify__wrapper {
  padding: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .verify__wrapper {
    padding: 32px;
  }
}
@media (max-width: 380px) {
  .verify__wrapper {
    max-width: 100%;
    padding: 24px;
  }
}
.verify__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}
.verify__alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 32px;
}
.verify__alert i {
  font-size: 24px;
}
.verify__alert-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.verify__alert--success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
.verify__alert--error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.2);
  color: #f44336;
}

.forgot {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  background-color: #fafafa;
}
.forgot__wrapper {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.forgot__wrapper:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.forgot__wrapper {
  padding: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .forgot__wrapper {
    padding: 32px;
  }
}
@media (max-width: 380px) {
  .forgot__wrapper {
    max-width: 100%;
    padding: 24px;
  }
}
.forgot__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.forgot__subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 32px;
}
.forgot__alert {
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 16px;
  margin-bottom: 24px;
}
.forgot__alert i {
  display: block;
  font-size: 24px;
  color: #d97706;
}
.forgot__alert-text {
  font-size: 14px;
  line-height: 1.5;
  color: #78350f;
  margin-bottom: 8px;
}
.forgot__alert--success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
.forgot__alert--error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.forgot__form {
  text-align: left;
  margin-bottom: 24px;
}
.forgot__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.forgot__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.forgot__form-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
}
.forgot__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.forgot__footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}
.forgot__footer-link {
  font-weight: 500;
  color: #99cc33;
  text-decoration: none;
}
.forgot__footer-link:hover {
  text-decoration: underline;
}

.reset {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  background-color: #fafafa;
}
.reset__wrapper {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.reset__wrapper:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.reset__wrapper {
  padding: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .reset__wrapper {
    padding: 32px;
  }
}
@media (max-width: 380px) {
  .reset__wrapper {
    max-width: 100%;
    padding: 24px;
  }
}
.reset__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.reset__subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 32px;
}
.reset__alert {
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 16px;
  margin-bottom: 24px;
}
.reset__alert i {
  display: block;
  font-size: 24px;
  color: #d97706;
}
.reset__alert-text {
  font-size: 14px;
  line-height: 1.5;
  color: #78350f;
  margin-bottom: 8px;
}
.reset__alert--success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
.reset__alert--error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.reset__form {
  text-align: left;
}
.reset__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.reset__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.reset__form-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
}
.reset__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.reset__form-hint {
  font-size: 12px;
  color: #666666;
}

.setup2fa {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  background-color: #fafafa;
}
.setup2fa__wrapper {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.setup2fa__wrapper:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.setup2fa__wrapper {
  padding: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .setup2fa__wrapper {
    padding: 32px;
  }
}
@media (max-width: 380px) {
  .setup2fa__wrapper {
    max-width: 100%;
    padding: 24px;
  }
}
.setup2fa__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.setup2fa__subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 32px;
}
.setup2fa__alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 16px;
  margin-bottom: 24px;
}
.setup2fa__alert i {
  display: block;
  font-size: 24px;
  color: #d97706;
}
.setup2fa__alert-title {
  font-weight: 600;
  font-size: 16px;
  color: #92400e;
}
.setup2fa__alert-text {
  font-size: 14px;
  line-height: 1.5;
  color: #78350f;
  margin-bottom: 8px;
}
.setup2fa__alert--success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
.setup2fa__alert--error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.setup2fa__backup-codes {
  max-height: 200px;
  background: #f8fafc;
  border-radius: 8px;
  font-family: monospace;
  font-size: 14px;
  padding: 16px;
  overflow-y: auto;
}
.setup2fa__backup-codes div {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  text-align: center;
  letter-spacing: 1px;
  padding: 6px 12px;
  margin-bottom: 4px;
}
.setup2fa__backup-codes div:last-child {
  margin-bottom: 0;
}
.setup2fa__text-sm {
  font-size: 14px;
  color: #64748b;
  text-decoration: none;
}
.setup2fa__inner {
  text-align: center;
  margin-bottom: 32px;
}
.setup2fa__qr {
  display: inline-block;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 8px;
  margin-bottom: 16px;
}
.setup2fa__qr img {
  max-width: 300px;
  border-radius: 8px;
}
.setup2fa__manual {
  font-size: 14px;
  color: #666666;
}
.setup2fa .manual-key-container {
  background: #fafafa;
  border-radius: 8px;
  border: 2px dashed #e0e0e0;
  text-align: center;
  padding: 24px;
}
.setup2fa .manual-key-container .manual-key-label {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
.setup2fa .manual-key-container .manual-key-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 8px;
}
.setup2fa .manual-key-container .manual-key {
  display: inline-block;
  max-width: 100%;
  background: #ffffff;
  border-radius: 8px;
  border: 2px solid #e0e0e0;
  font-family: "Courier New", monospace;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
  overflow-x: auto;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
@media (max-width: 767px) {
  .setup2fa .manual-key-container .manual-key {
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
  }
}
.setup2fa .manual-key-container .manual-key:hover {
  border-color: #99cc33;
  background: #fafafa;
  box-shadow: 0 2px 8px rgba(153, 204, 51, 0.15);
  transform: translateY(-1px);
}
.setup2fa .manual-key-container .manual-key:active {
  background: #e0f2fe;
  transform: translateY(0);
}
.setup2fa .manual-key-container .manual-key.copied {
  border-color: #16a34a;
  background: #dcfce7;
  color: #166534;
}
.setup2fa .manual-key-container .copy-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 24px;
}
.setup2fa .manual-key-container .copy-hint i {
  font-size: 14px;
  color: #99cc33;
}
.setup2fa .manual-key::-webkit-scrollbar {
  height: 6px;
}
.setup2fa .manual-key::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 4px;
}
.setup2fa .manual-key::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}
.setup2fa .manual-key::-webkit-scrollbar-thumb:hover {
  background: rgb(127.5, 127.5, 127.5);
}
.setup2fa__form {
  text-align: left;
}
.setup2fa__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.setup2fa__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.setup2fa__form-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
}
.setup2fa__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.setup2fa__form-hint {
  font-size: 12px;
  color: #666666;
}

.verify2fa {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  background-color: #fafafa;
}
.verify2fa__wrapper {
  width: 100%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.verify2fa__wrapper:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.verify2fa__wrapper {
  padding: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .verify2fa__wrapper {
    padding: 32px;
  }
}
@media (max-width: 380px) {
  .verify2fa__wrapper {
    max-width: 100%;
    padding: 24px;
  }
}
.verify2fa__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
}
.verify2fa__subtitle {
  font-size: 14px;
  color: #666666;
  margin-bottom: 32px;
}
.verify2fa__alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  padding: 16px;
  margin-bottom: 24px;
}
.verify2fa__alert--error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.2);
  color: #f44336;
}
.verify2fa__form {
  text-align: left;
  margin-bottom: 24px;
}
.verify2fa__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.verify2fa__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.verify2fa__form-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
}
.verify2fa__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.verify2fa__form-hint {
  font-size: 12px;
  color: #666666;
}
.verify2fa__footer {
  font-size: 14px;
  color: #666666;
}
.verify2fa__footer-link {
  font-weight: 500;
  color: #99cc33;
  text-decoration: none;
}
.verify2fa__footer-link:hover {
  text-decoration: underline;
}

.hero {
  background: linear-gradient(135deg, #99cc33 0%, rgb(107.1, 142.8, 35.7) 100%);
  color: #ffffff;
  padding: 48px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero {
    padding: 32px 0 32px;
  }
}
.hero__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 28px;
  }
}
.hero__subtitle {
  font-size: 24px;
  margin-bottom: 32px;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 18px;
  }
}
.hero__stats {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 32px 48px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero__stats {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
}

.stat-item {
  text-align: center;
  color: #ffffff;
  position: relative;
}
.stat-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(202, 19, 19, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.stat-item:hover::before {
  opacity: 1;
}
.stat-item--divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .stat-item--divider {
    width: 40px;
    height: 1px;
  }
}
.stat-item__value {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 0 0 20px rgba(202, 19, 19, 0.3);
  transition: text-shadow 0.3s ease;
}
@media (max-width: 767px) {
  .stat-item__value {
    font-size: 32px;
  }
}
.stat-item:hover .stat-item__value {
  text-shadow: 0 0 30px rgba(202, 19, 19, 0.5);
}
.stat-item__label {
  font-size: 14px;
  opacity: 0.9;
}

.advantages {
  padding: 48px 0;
  background-color: #ffffff;
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}
@media (max-width: 1100px) {
  .advantages__grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}
@media (max-width: 767px) {
  .advantages__grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

.advantage-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.advantage-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.advantage-card {
  text-align: center;
  padding: 32px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.advantage-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.advantage-card__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background-color: rgba(153, 204, 51, 0.1);
  color: #99cc33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.advantage-card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333333;
}
.advantage-card__text {
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
}

.popular-tests {
  margin-bottom: 48px;
}

.categories {
  padding: 48px 0;
  background-color: #fafafa;
}
.categories__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(350px, 1fr));
  gap: 32px;
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .categories__grid {
    grid-template-columns: repeat(2, minmax(300px, 1fr));
  }
}
@media (max-width: 767px) {
  .categories__grid {
    grid-template-columns: 1fr;
  }
}

.category-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  width: 100%;
}
.category-card:hover {
  border-color: #99cc33;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.category-card__main {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
  cursor: default;
}
.category-card__icon {
  font-size: 24px;
  color: #99cc33;
}
.category-card__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  flex: 1;
}
.category-card__subs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.category-card__subs li a {
  display: block;
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  padding: 4px 0;
  transition: color 0.2s ease-in-out;
  position: relative;
  padding-left: 16px;
}
.category-card__subs li a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #99cc33;
  font-weight: bold;
}
.category-card__subs li a:hover {
  color: #99cc33;
  padding-left: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  font-family: inherit;
  font-size: 16px;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  font-family: inherit;
  font-size: 16px;
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  background-color: #99cc33;
  font-size: 14px;
  color: #ffffff;
  padding: 12px 16px;
}
.btn-primary:hover:not(:disabled) {
  background-color: rgb(122.4, 163.2, 40.8);
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.btn-primary:active:not(:disabled) {
  transform: translateY(0);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  font-family: inherit;
  font-size: 16px;
}
.btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-secondary {
  background-color: #ca1313;
  color: #ffffff;
}
.btn-secondary:hover:not(:disabled) {
  background-color: rgb(155.3846153846, 14.6153846154, 14.6153846154);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
  font-family: inherit;
  font-size: 16px;
}
.btn-outline:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline {
  background-color: transparent;
  color: #99cc33;
  border: 2px solid #99cc33;
}
.btn-outline:hover:not(:disabled) {
  background-color: #99cc33;
  color: #ffffff;
}
.btn-sm {
  padding: 8px 16px;
  font-size: 14px;
}
.btn-lg {
  padding: 16px 48px;
  font-size: 18px;
}
.btn-block {
  width: 100%;
}

.btn--in-cart {
  background-color: #ca1313 !important;
  border-color: #ca1313 !important;
}
.btn--in-cart:hover {
  background-color: #99cc33 !important;
  border-color: #99cc33 !important;
}

.impersonation {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #ca1313;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 12px;
}
.impersonation__link {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff;
  text-decoration: underline;
  padding: 4px 8px;
  margin-left: 14px;
}

.header {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 24px;
}
.header__logo-img {
  height: 40px;
  width: auto;
}
.header__top-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1023px) {
  .header__top-inner {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .header__top-inner {
    gap: 32px;
  }
}
@media (max-width: 350px) {
  .header__top-inner {
    gap: 24px;
  }
}
.header__contacts {
  display: flex;
  align-items: center;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}
.header__phone:hover {
  color: #99cc33;
}
@media (max-width: 767px) {
  .header__phone {
    display: none;
  }
}
.header__phone-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.header__phone-mobile:hover {
  background-color: #99cc33;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header__phone-mobile {
    display: flex;
  }
}
.header__user {
  display: flex;
  align-items: center;
}
.header__user-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  height: 42px;
}
.header__user-link:hover {
  background-color: #99cc33;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header__user-link {
    display: none;
  }
}
.header__user-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #333333;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.header__user-mobile:hover {
  background-color: #99cc33;
  color: #ffffff;
}
@media (max-width: 767px) {
  .header__user-mobile {
    display: flex;
  }
}
.header__cart {
  display: flex;
  align-items: center;
  position: relative;
}
.header__cart-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
  height: 42px;
  position: relative;
}
.header__cart-link:hover {
  background-color: #99cc33;
  color: #ffffff;
}
.header__cart-link:hover .header__cart-count {
  border-color: #ffffff;
}
.header__cart-link i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .header__cart-link {
    justify-content: center;
    width: 40px;
    height: 40px;
  }
  .header__cart-link i {
    font-size: 16px;
  }
}
.header__cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #99cc33;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border: 1px solid #99cc33;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}
.header__cart-count--visible {
  display: flex;
}
.header__cart-count--bounce {
  animation: bounce 0.5s ease;
}
@keyframes bounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.header__nav {
  border-top: 1px solid #e0e0e0;
  padding: 16px 24px;
  transition: all 0.3s ease;
}
@media (max-width: 1023px) {
  .header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    padding: 0;
  }
  .header__nav.nav-open {
    max-height: 500px;
    padding: 24px;
    animation: slideDown 0.5s ease-out;
  }
}
@media (max-width: 1023px) {
  .header__search {
    padding: 16px 0;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .nav-menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .nav-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .nav-menu {
    display: flex;
    flex-direction: column;
  }
}
.nav-menu__item {
  position: relative;
}
@media (max-width: 1023px) {
  .nav-menu__item {
    border-bottom: 1px solid #e0e0e0;
  }
  .nav-menu__item:last-child {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .nav-menu__item:last-child {
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (max-width: 480px) {
  .nav-menu__item:last-child {
    border-bottom: none;
  }
}
.nav-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.nav-menu__link i {
  font-size: 16px;
  color: #666666;
  transition: color 0.2s ease-in-out;
  width: 20px;
  text-align: center;
}
.nav-menu__link:hover {
  color: #99cc33;
}
.nav-menu__link:hover i {
  color: #99cc33;
}
@media (max-width: 1023px) {
  .nav-menu__link {
    padding: 24px 32px;
    height: auto;
    min-height: 52px;
    border-radius: 0;
  }
  .nav-menu__link i {
    font-size: 18px;
    width: 24px;
  }
}
@media (max-width: 767px) {
  .nav-menu__link {
    padding: 16px;
    border-radius: 8px;
    min-height: auto;
    height: auto;
  }
  .nav-menu__link i {
    font-size: 20px;
    width: auto;
  }
  .nav-menu__link .nav-menu__title {
    font-size: 14px;
  }
}
.nav-menu__title {
  white-space: nowrap;
}

.header__search {
  background: linear-gradient(135deg, #99cc33 0%, rgb(122.4, 163.2, 40.8) 100%);
  padding: 24px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .header__search {
    padding: 16px 0;
  }
}

.search-form {
  position: relative;
  z-index: 1000;
}
.search-form__wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.search-form__wrapper:focus-within {
  border-color: #ca1313;
  box-shadow: 0 8px 30px rgba(202, 19, 19, 0.4);
  transform: translateY(-2px);
}
.search-form__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  color: #666666;
  font-size: 18px;
  flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .search-form__icon {
    padding: 0 8px 0 16px;
  }
}
.search-form__input {
  flex: 1;
  padding: 24px 16px;
  border: none;
  font-size: 16px;
  outline: none;
  font-family: inherit;
  background: transparent;
  min-width: 0;
  z-index: 1;
}
.search-form__input::-moz-placeholder {
  color: #666666;
  opacity: 0.7;
}
.search-form__input::placeholder {
  color: #666666;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .search-form__input::-moz-placeholder {
    font-size: 14px;
  }
  .search-form__input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .search-form__input {
    padding: 16px 8px;
  }
}
.search-form__button {
  padding: 24px 48px;
  background-color: #ca1313;
  color: #ffffff;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
  margin-right: -2px;
  z-index: 2;
}
.search-form__button:hover {
  background-color: rgb(155.3846153846, 14.6153846154, 14.6153846154);
  transform: translateX(2px);
}
.search-form__button:active {
  transform: scale(0.98);
}
@media (max-width: 767px) {
  .search-form__button {
    padding: 24px 32px;
    font-size: 14px;
  }
}

.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #ffffff;
  border: 2px solid #99cc33;
  border-radius: 16px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
  z-index: 1000;
  clip-path: inset(0 0 0 0 round 16px);
}
.search-suggestions::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.search-suggestions::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 4px;
}
.search-suggestions::-webkit-scrollbar-thumb {
  background: rgb(185.75, 185.75, 185.75);
  border-radius: 4px;
}
.search-suggestions::-webkit-scrollbar-thumb:hover {
  background: rgb(160.25, 160.25, 160.25);
}
.search-suggestions::-webkit-scrollbar-button {
  display: block;
  background: transparent;
  color: transparent;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.search-suggestions::-webkit-scrollbar-button:vertical {
  display: none;
  width: 0;
  height: 0;
}
.search-suggestions::-webkit-scrollbar-button:vertical:decrement {
  display: none;
}
.search-suggestions::-webkit-scrollbar-button:vertical:increment {
  display: none;
}
.search-suggestions::-webkit-scrollbar-corner {
  display: none;
  background: transparent;
}
.search-suggestions {
  scrollbar-width: thin;
  scrollbar-color: rgb(185.75, 185.75, 185.75) #fafafa;
}
.search-suggestions.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.search-suggestions__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 20px;
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid rgba(224, 224, 224, 0.4);
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.search-suggestions__item:last-child {
  border-bottom: none;
}
.search-suggestions__item:hover {
  background-color: rgba(153, 204, 51, 0.08);
  color: #99cc33;
  padding-left: 24px;
}
.search-suggestions__item:hover i {
  color: #99cc33;
  transform: scale(1.15);
}
.search-suggestions__item:hover .search-suggestions__price {
  color: #99cc33;
}
.search-suggestions__item i {
  color: #666666;
  font-size: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.search-suggestions__item__name {
  flex: 1;
  font-weight: 500;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
.search-suggestions__price {
  font-weight: 600;
  color: #ca1313;
  white-space: nowrap;
  flex-shrink: 0;
}
.search-suggestions__empty {
  padding: 20px;
  text-align: center;
  color: #666666;
  font-style: italic;
}

body.menu-open {
  overflow: hidden;
}
@media (max-width: 1023px) {
  body.menu-open {
    overflow: hidden;
  }
}

.header__menu-toggle {
  display: none;
  z-index: 150;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
}
@media (max-width: 1023px) {
  .header__menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__menu-toggle::before {
  content: "";
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__menu-toggle:focus-visible {
  outline: none;
}

.burger__menu {
  position: relative;
  width: 30px;
  height: 0;
  z-index: 10;
}
.burger__menu::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #333333;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: -9px;
  transition: all 0.3s ease;
}
.burger__menu span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #333333;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s ease;
}
.burger__menu::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #333333;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 9px;
  transition: all 0.3s ease;
}

.header--open .burger__menu::before {
  top: 0;
  background-color: #99cc33;
  transform: translate(-50%, 0) rotate(45deg);
}
.header--open .burger__menu span {
  opacity: 0;
  transform: translateX(-50%) scaleX(0);
  background-color: #99cc33;
}
.header--open .burger__menu::after {
  top: 0;
  background-color: #99cc33;
  transform: translate(-50%, 0) rotate(-45deg);
}

.header__menu-toggle:hover .burger__menu::before,
.header__menu-toggle:hover .burger__menu span, .header__menu-toggle:hover .burger__menu::after {
  background-color: #99cc33;
}

.header__logo {
  display: flex;
  align-items: center;
  opacity: 0;
  animation: logoEntrance 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 0.1s;
}

.header__logo-img {
  height: 40px;
  width: auto;
  transform: scale(0.8);
  animation: logoScale 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .header__logo-img {
    height: 35px;
  }
}

@keyframes logoEntrance {
  0% {
    opacity: 0;
    transform: translateX(-20px);
    filter: blur(10px);
  }
  50% {
    filter: blur(2px) drop-shadow(0 0 8px rgba(153, 204, 51, 0.6));
  }
  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0) drop-shadow(0 0 0 rgba(153, 204, 51, 0));
  }
}
@keyframes logoScale {
  0% {
    transform: scale(0.8);
  }
  60% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes logoGlow {
  0%, 100% {
    filter: drop-shadow(0 0 2px rgba(153, 204, 51, 0.4));
  }
  50% {
    filter: drop-shadow(0 0 8px rgba(153, 204, 51, 0.8));
  }
}
@media (max-width: 767px) {
  .header__logo {
    animation-duration: 0.6s;
  }
  .header__logo-img {
    animation-duration: 0.5s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__logo,
  .header__logo-img {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.tests-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .tests-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .tests-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.test-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.test-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.test-card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
}
.test-card__header {
  padding: 16px;
  background-color: #fafafa;
  flex-shrink: 0;
}
.test-card__biomaterial {
  font-size: 14px;
  color: #666666;
}
.test-card__title {
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  flex: 1;
  min-height: 130px;
  max-height: 130px;
  overflow: hidden;
}
.test-card__title a {
  color: #333333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: block;
  line-height: 1.4;
}
.test-card__title a:hover {
  color: #99cc33;
}
.test-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin: 16px 0;
  flex-shrink: 0;
}
.test-card__time {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 4px;
}
.test-card__footer {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.test-card__price {
  font-size: 18px;
  font-weight: 700;
  color: #99cc33;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.test-card {
  position: relative;
}
.test-card--popular {
  border: 2px solid #99cc33;
}
.test-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ca1313;
  color: #ffffff;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 0 8px 0 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.test-card__orders {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.test-card__orders i {
  color: #99cc33;
}

.test-card__cashback {
  padding: 16px;
  background-color: rgba(153, 204, 51, 0.05);
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.test-card__cashback .cashback-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #333333;
}
.test-card__cashback .cashback-info i {
  color: #99cc33;
  font-size: 16px;
}
.test-card__cashback .cashback-info strong {
  color: #99cc33;
  font-weight: 600;
}

.footer {
  background-color: #333333;
  color: #ffffff;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 32px 0 16px;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .footer__grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .footer__column:last-child {
    text-align: center;
  }
}
.footer__column-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #ffffff;
}
.footer__list-item {
  margin-bottom: 8px;
}
.footer__list-item:last-child {
  margin-bottom: 0;
}
.footer__list-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.footer__list-link:hover {
  color: #99cc33;
}
.footer__socials {
  display: flex;
  gap: 16px;
}
@media (max-width: 1023px) {
  .footer__socials {
    justify-content: center;
  }
}
.footer__social-link {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.footer__social-link:hover {
  background-color: #99cc33;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1023px) {
  .footer__contacts {
    align-items: center;
  }
}
.footer__phone, .footer__email {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__phone:hover, .footer__email:hover {
  color: #99cc33;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
.footer__copyright {
  margin: 0;
  opacity: 0.7;
}
.footer__copyright-text {
  opacity: 0.5;
}
.footer__bottom-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.2s ease-in-out;
}
.footer__bottom-link:hover {
  transform: translateY(-3px);
}
.footer__logo-novakweb {
  width: 110px;
  height: 44px;
}
.footer__disclaimer {
  font-size: 24px;
  opacity: 0.5;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
}
@media (max-width: 767px) {
  .footer__disclaimer {
    font-size: 18px;
  }
}

.catalog {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .catalog {
    padding: 32px 0;
  }
}
.catalog__header {
  margin-bottom: 32px;
}
.catalog__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .catalog__title {
    font-size: 24px;
  }
}
.catalog__description {
  color: #666666;
  font-size: 16px;
}
.catalog__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
}
@media (max-width: 1023px) {
  .catalog__layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1023px) {
  .catalog__sidebar {
    display: none;
  }
}
.catalog__sidebar .catalog__categories {
  margin-bottom: 32px;
}
.catalog__filters {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.catalog__filters:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.catalog__filters {
  padding: 24px;
  position: sticky;
  top: 100px;
}
.catalog__content {
  min-width: 0;
}
.catalog__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .catalog__controls {
    flex-direction: column;
    gap: 16px;
  }
}
.catalog__sort {
  display: flex;
  align-items: center;
  gap: 16px;
}
.catalog__sort label {
  font-weight: 500;
  color: #666666;
}
.catalog__sort select {
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-family: inherit;
  cursor: pointer;
}
.catalog__results-count {
  font-size: 14px;
  color: #666666;
}
.catalog__results-count strong {
  color: #333333;
}
.catalog__pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog__empty {
  text-align: center;
  padding: 64px 0;
  color: #666666;
}
.catalog__empty h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #333333;
}

.sidebar__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333333;
}

.category-tree {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
}
.category-tree__item {
  position: relative;
  margin-bottom: 2px;
}
.category-tree__item--has-children > .category-tree__link,
.category-tree__item--has-children > .category-tree__title {
  padding-right: 30px;
}
.category-tree__item--active > .category-tree__link {
  background-color: #99cc33;
  color: #ffffff;
  font-weight: 600;
}
.category-tree__item--expanded > .category-tree__toggle .category-tree__arrow {
  transform: rotate(90deg);
}
.category-tree__title {
  display: block;
  padding: 8px 16px;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
}
.category-tree__title--parent {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}
.category-tree__title--clickable {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.category-tree__title--clickable:hover {
  color: #99cc33;
  background-color: rgba(153, 204, 51, 0.1);
  border-radius: 4px;
}
.category-tree__title--clickable:active {
  background-color: rgba(153, 204, 51, 0.2);
}
.category-tree__link {
  display: block;
  padding: 8px 16px;
  color: #333333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.category-tree__link--parent {
  font-weight: 600;
  font-size: 16px;
}
.category-tree__link:hover {
  background-color: #f5f5f5;
  color: #99cc33;
}
.category-tree__toggle {
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #666666;
  transition: all 0.2s ease-in-out;
}
.category-tree__toggle:hover {
  color: #99cc33;
}
.category-tree__arrow {
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg);
}
.category-tree__children {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 24px;
  display: none;
}
.category-tree__children .category-tree__link,
.category-tree__children .category-tree__title {
  font-size: 14px;
  padding: 8px 16px;
}
.category-tree__children .category-tree__children {
  padding-left: 24px;
}

.filter-group {
  margin-bottom: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}
.filter-group--collapsed .filter-group__content {
  display: none;
}
.filter-group--collapsed .filter-group__icon {
  transform: rotate(0deg);
}
.filter-group__toggle {
  width: 100%;
  padding: 16px 24px;
  background-color: #fafafa;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.filter-group__toggle:hover {
  background-color: #f5f5f5;
}
.filter-group__title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
}
.filter-group__icon {
  transition: transform 0.2s ease-in-out;
  color: #666666;
}
.filter-group__content {
  padding: 24px;
  background-color: #ffffff;
}
.filter-group__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-group__item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.filter-group__item input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.filter-group__item span {
  flex: 1;
  font-size: 14px;
  color: #333333;
  transition: color 0.2s ease-in-out;
}
.filter-group__item:hover span {
  color: #99cc33;
}

.pagination {
  display: flex;
  gap: 8px;
}
.pagination__item {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.pagination__item:hover:not(.disabled) {
  background-color: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
}
.pagination__item.active {
  background-color: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
}
.pagination__item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.test-detail {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .test-detail {
    padding: 32px 0;
  }
}
.test-detail__layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 16px;
}
@media (max-width: 1023px) {
  .test-detail__layout {
    grid-template-columns: 1fr;
  }
}
.test-detail__header {
  margin-bottom: 32px;
}
.test-detail__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #333333;
}
@media (max-width: 767px) {
  .test-detail__title {
    font-size: 24px;
  }
}
.test-detail__code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #fafafa;
  border-radius: 4px;
  font-size: 14px;
  color: #666666;
  font-family: monospace;
}
.test-detail__code i {
  color: #99cc33;
}
.test-detail__meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
  padding: 32px;
  background-color: #fafafa;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .test-detail__meta {
    grid-template-columns: 1fr;
  }
}
.test-detail__tabs {
  margin-bottom: 32px;
}

.meta-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-width: 0;
}
.meta-item > i {
  font-size: 20px;
  color: #99cc33;
  margin-top: 2px;
  flex-shrink: 0;
}
.meta-item__label {
  font-size: 14px;
  color: #666666;
  margin-bottom: 2px;
}
.meta-item__value {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}

.tabs-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 2px solid #e0e0e0;
  margin-bottom: 32px;
}
.tabs-nav__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  font-weight: 500;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  font-size: 16px;
}
.tabs-nav__item:hover {
  color: #99cc33;
}
.tabs-nav__item.active {
  color: #99cc33;
  border-bottom-color: #99cc33;
}
.tabs-nav__count {
  background-color: #f5f5f5;
  color: #666666;
  padding: 2px 8px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
}

.tabs-content__item {
  display: none;
  overflow: visible;
}
.tabs-content__item.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.content-text {
  line-height: 1.7;
  color: #333333;
}
.content-text p {
  margin-bottom: 16px;
}
.content-text ul,
.content-text ol {
  margin-left: 32px;
  margin-bottom: 24px;
}
.content-text ul li,
.content-text ol li {
  margin-bottom: 8px;
}
.content-text h3,
.content-text h4 {
  margin: 32px 0 16px;
  color: #333333;
}
.content-text strong {
  color: #99cc33;
  font-weight: 600;
}

.complex-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.complex-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  background-color: #fafafa;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.complex-item:hover {
  background-color: #f5f5f5;
  transform: translateX(4px);
}
.complex-item__number {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99cc33;
  color: #ffffff;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
}
.complex-item__content {
  flex: 1;
  min-width: 0;
}
.complex-item__name {
  display: block;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.2s ease-in-out;
}
.complex-item__name:hover {
  color: #99cc33;
}
.complex-item__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.complex-item__bio {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #666666;
}
.complex-item__bio i {
  color: #99cc33;
  font-size: 12px;
}

.price-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.price-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.price-card {
  padding: 32px;
  position: sticky;
  top: 100px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .price-card {
    position: static;
  }
}
.price-card__header {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.price-card__label {
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
}
.price-card__value {
  font-size: 40px;
  font-weight: 700;
  color: #99cc33;
  line-height: 1;
}
.price-card__cashback {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0.05) 100%);
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid rgba(153, 204, 51, 0.2);
}
.price-card__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.price-card__actions .favorite-btn.is-favorite {
  background-color: rgba(244, 67, 54, 0.1);
  border-color: #f44336;
  color: #f44336;
}
.price-card__actions .favorite-btn.is-favorite:hover {
  background-color: rgba(244, 67, 54, 0.2);
}
.price-card__info {
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.cashback-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #99cc33;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  flex-shrink: 0;
}

.cashback-text {
  flex: 1;
}

.cashback-amount {
  font-size: 24px;
  font-weight: 700;
  color: #99cc33;
  line-height: 1;
  margin-bottom: 4px;
}

.cashback-description {
  font-size: 14px;
  color: #666666;
}

.info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  font-size: 14px;
  color: #333333;
}
.info-row i {
  color: #99cc33;
  font-size: 16px;
}

.recommended-tests {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}
.recommended-tests .section-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.recommended-tests .section-title i {
  color: #99cc33;
}
.recommended-tests .tests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .recommended-tests .tests-grid {
    grid-template-columns: 1fr;
  }
}

.cart-page {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .cart-page {
    padding: 32px 0;
  }
}
.cart-page__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.cart-page__title i {
  color: #99cc33;
}
.cart-page__count {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}

.cart-empty {
  text-align: center;
  padding: 64px 32px;
  background-color: #fafafa;
  border-radius: 8px;
}
.cart-empty__icon {
  font-size: 80px;
  color: #666666;
  opacity: 0.3;
  margin-bottom: 32px;
}
.cart-empty__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #333333;
}
.cart-empty__text {
  font-size: 16px;
  color: #666666;
  margin-bottom: 32px;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
}
@media (max-width: 1023px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cart-item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.cart-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.cart-item {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .cart-item {
    align-items: flex-start;
  }
}
.cart-item__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .cart-item__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cart-item__name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.cart-item__name a {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.cart-item__name a:hover {
  color: #99cc33;
}
.cart-item__meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.cart-item__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}
.cart-item__meta-item i {
  color: #99cc33;
  font-size: 14px;
}
.cart-item__price {
  font-size: 20px;
  font-weight: 700;
  color: #99cc33;
  white-space: nowrap;
}
.cart-item__remove {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.cart-item__remove:hover {
  background-color: #f5f5f5;
  color: #99cc33;
}
.cart-item__remove i {
  font-size: 18px;
}
.cart-item--removing {
  opacity: 0;
  transform: translateX(-20px);
}

.cart-actions {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 1023px) {
  .cart-summary {
    order: -1;
  }
}
.cart-summary__card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.cart-summary__card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.cart-summary__card {
  padding: 32px;
  position: sticky;
  top: 280px;
}
@media (max-width: 1023px) {
  .cart-summary__card {
    position: static;
  }
}
.cart-summary__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e0e0e0;
}
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #666666;
  padding: 16px 0;
}
.cart-summary__row--total {
  font-weight: 600;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.cart-summary__row--sampling {
  font-weight: 600;
  color: #4caf50;
}
.cart-summary__row--sampling i {
  margin-right: 6px;
}
.cart-summary__value--final {
  font-size: 24px;
  color: #99cc33;
}
.cart-summary__cashback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0.05) 100%);
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}
.cart-summary__cashback i {
  color: #99cc33;
  font-size: 20px;
}
.cart-summary__cashback strong {
  color: #99cc33;
}
.cart-summary__savings {
  padding: 24px;
  background-color: #fafafa;
  border-radius: 8px;
  margin-bottom: 24px;
}
.cart-summary__savings .checkbox-label {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
.cart-summary__savings .checkbox-label input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.cart-summary__savings .savings-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}
.cart-summary__savings .savings-info .savings-balance {
  font-weight: 500;
}
.cart-summary__savings .savings-info .savings-usage {
  color: #99cc33;
  font-weight: 600;
}
.cart-summary__final {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 24px;
}
.cart-summary__final .cart-summary__label {
  font-size: 16px;
  font-weight: 600;
}
.cart-summary__button {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.order {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .order {
    padding: 32px 0;
  }
}
.order__title {
  border-bottom: 2px solid #e0e0e0;
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 24px;
  margin-bottom: 48px;
}
.order__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
}
@media (max-width: 1023px) {
  .order__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .order__grid {
    gap: 24px;
  }
}
.order__main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.order__main .btn-block {
  padding: 24px;
  font-size: 18px;
  font-weight: 600;
}
.order__section {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.order__section:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.order__section {
  padding: 32px;
}
@media (max-width: 767px) {
  .order__section {
    padding: 24px;
  }
}
.order #collection_points_section {
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.order__section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.order__section-header i {
  color: #99cc33;
  font-size: 18px;
}
.order__section-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #333333;
}
.order__section-comment {
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}
.order__form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .order__form-row {
    grid-template-columns: 1fr !important;
  }
}
.order__form-row:last-child {
  margin-bottom: 0;
}
.order__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.order__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.order #existing_profile,
.order #gender,
.order #city_select {
  margin-bottom: 16px;
}
.order #existing_profile option:first-child,
.order #gender option:first-child,
.order #city_select option:first-child {
  color: #99cc33;
}
.order__form-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
  height: 52px;
}
@media (max-width: 767px) {
  .order__form-input {
    height: 44px;
  }
}
.order__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order__form-textarea {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
  resize: vertical;
  min-height: 80px;
}
.order__form-textarea:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order__form-hint {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #666666;
  margin-top: 6px;
}
.order__select-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  height: 52px;
  min-width: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .order__select-wrapper {
    height: 44px;
  }
}
.order__select-wrapper:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order__select-wrapper .custom-select {
  flex: 1;
  min-width: 0;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0 24px;
  font-size: 14px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 52px;
}
@media (max-width: 767px) {
  .order__select-wrapper .custom-select {
    height: 44px;
  }
}
.order__select-wrapper .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.order__select-wrapper .custom-select option {
  padding: 8px 16px;
  background: #ffffff;
  color: #333333;
}
.order__select-wrapper .select-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #99cc33;
  border-left: 1px solid #e0e0e0;
  min-width: 48px;
  flex-shrink: 0;
  padding: 0 16px;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .order__select-wrapper .select-arrow {
    min-width: 44px;
    padding: 0 8px;
  }
}
.order__select-wrapper .select-arrow i {
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
}
.order__select-wrapper .custom-select:focus + .select-arrow i {
  transform: rotate(180deg);
}
.order__select-wrapper.time-select-wrapper .time-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #99cc33;
  border-left: 1px solid #e0e0e0;
  min-width: 48px;
  padding: 0 16px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .order__select-wrapper.time-select-wrapper .time-icon {
    min-width: 44px;
    padding: 0 8px;
  }
}
.order__select-wrapper.time-select-wrapper .time-icon i {
  font-size: 18px;
}
.order__date-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.order__date-wrapper:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order__date-wrapper .date-input {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 16px 24px;
  height: 52px;
  cursor: pointer;
}
.order__date-wrapper .date-input:focus {
  outline: none;
  box-shadow: none;
}
.order__date-wrapper .btn-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: none;
  border-left: 1px solid #e0e0e0;
  background: #ffffff;
  color: #99cc33;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 48px;
}
@media (max-width: 767px) {
  .order__date-wrapper .btn-calendar {
    min-width: 44px;
    padding: 0 8px;
  }
}
.order__date-wrapper .btn-calendar:hover {
  background: #99cc33;
  color: #ffffff;
  border-left-color: #99cc33;
}
.order__date-wrapper .btn-calendar i {
  font-size: 18px;
}
.order__calendar-wrapper {
  position: absolute;
  margin-top: 16px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: none;
}
@media (max-width: 767px) {
  .order__calendar-wrapper {
    padding: 16px;
  }
}
.order__calendar-wrapper .custom-calendar {
  max-width: 350px;
  margin: 0 auto;
}
.order__calendar-wrapper .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
}
.order__calendar-wrapper .calendar-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.order__calendar-wrapper .calendar-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.order__calendar-wrapper .calendar-select {
  padding: 8px 24px;
  padding-right: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2399cc33' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}
.order__calendar-wrapper .calendar-select:hover {
  border-color: #99cc33;
}
.order__calendar-wrapper .calendar-select:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order__calendar-wrapper .calendar-select-wrapper {
  position: relative;
  display: inline-block;
}
.order__calendar-wrapper .calendar-select-wrapper select {
  width: 100%;
}
.order__calendar-wrapper .calendar-nav {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  color: #99cc33;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
.order__calendar-wrapper .calendar-nav:hover {
  background: rgba(153, 204, 51, 0.1);
  border-radius: 4px;
}
.order__calendar-wrapper .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 16px;
}
.order__calendar-wrapper .calendar-weekdays div {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  padding: 8px;
}
.order__calendar-wrapper .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.order__calendar-wrapper .calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .order__calendar-wrapper .calendar-day {
    font-size: 12px;
  }
}
.order__calendar-wrapper .calendar-day--empty {
  cursor: default;
}
.order__calendar-wrapper .calendar-day--available {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #333333;
}
.order__calendar-wrapper .calendar-day--available:hover {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
  transform: scale(1.1);
}
.order__calendar-wrapper .calendar-day--selected {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
  font-weight: 600;
}
.order__calendar-wrapper .calendar-day--disabled {
  background: #f5f5f5;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.5;
}
.order__save-profile {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
  margin: 24px 0;
}
.order__save-profile .save-profile-message {
  font-size: 14px;
  margin-top: 12px;
}
.order__collection-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order__collection-points .cp-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.order__collection-points .cp-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.order__collection-points .cp-card {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  align-items: start;
  gap: 24px;
  padding: 24px;
  border: 2px solid #e0e0e0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 530px) {
  .order__collection-points .cp-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.order__collection-points .cp-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(153, 204, 51, 0.4);
  background-color: rgba(153, 204, 51, 0.02);
  transform: translateY(-2px);
}
.order__collection-points .cp-card:has(input[type=radio]:checked) {
  border-color: #99cc33;
  background-color: rgba(153, 204, 51, 0.03);
  box-shadow: 0 0 0 1px #99cc33;
}
@media (max-width: 530px) {
  .order__collection-points .cp-card:has(input[type=radio]:checked) {
    background-color: rgba(153, 204, 51, 0.1);
  }
}
.order__collection-points .cp-card--disabled {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
  opacity: 0.7;
  cursor: not-allowed;
}
.order__collection-points .cp-card--disabled:hover {
  transform: none;
  box-shadow: none;
  border-color: #e0e0e0;
  background-color: #f5f5f5;
}
.order__collection-points .cp-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.order__collection-points .cp-card__content--disabled {
  cursor: not-allowed;
}
.order__collection-points .cp-card__disabled-message {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(244, 67, 54, 0.05);
  border-radius: 4px;
  border-left: 3px solid #f44336;
  font-size: 14px;
  color: #f44336;
  padding: 16px;
}
.order__collection-points .cp-card__disabled-message i {
  flex-shrink: 0;
}
.order__collection-points .cp-card__disabled-message span {
  line-height: 1.5;
}
.order__collection-points .cp-card__radio {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}
@media (max-width: 530px) {
  .order__collection-points .cp-card__radio {
    display: none;
  }
}
.order__collection-points .cp-card__radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.order__collection-points .cp-card__radio .radio-custom {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.order__collection-points .cp-card__radio .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  background: #99cc33;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
.order__collection-points .cp-card__radio .radio-custom--disabled {
  border-color: #e0e0e0;
  background: #f5f5f5;
  opacity: 0.5;
  cursor: not-allowed;
}
.order__collection-points .cp-card__radio .radio-custom--disabled::after {
  display: none;
}
.order__collection-points .cp-card__radio input[type=radio]:checked + .radio-custom {
  border-color: #99cc33;
  background: rgba(153, 204, 51, 0.1);
}
.order__collection-points .cp-card__radio input[type=radio]:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
}
.order__collection-points .cp-card__radio input[type=radio]:focus + .radio-custom {
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order__collection-points .cp-card__title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  flex: 1;
}
.order__collection-points .cp-card__address {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.order__collection-points .cp-card__address i {
  color: #99cc33;
  flex-shrink: 0;
  margin: 0;
}
.order__collection-points .cp-card__metro {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333333;
  margin: 0;
}
.order__collection-points .cp-card__schedule {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
  margin: 0;
}
.order__collection-points .cp-card__schedule i {
  color: #99cc33;
  flex-shrink: 0;
  margin: 0;
}
.order__collection-points .cp-card__schedule .cp-schedule-list {
  flex: 1;
  line-height: 1.6;
}
.order__collection-points .cp-card__non-working {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #f44336;
  margin: 0;
}
.order__collection-points .cp-card__non-working i {
  flex-shrink: 0;
  margin: 0;
}
.order__collection-points .cp-card__home-fee {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ca1313;
}
.order__collection-points .cp-card__home-fee i {
  font-size: 14px;
}
.order__collection-points .cp-card__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 400px) {
  .order__collection-points .cp-card__buttons {
    justify-content: flex-start;
    align-items: center;
  }
}
.order__collection-points .cp-card__buttons .btn {
  white-space: nowrap;
}
@media (max-width: 400px) {
  .order__collection-points .cp-card__buttons .btn {
    flex: 1;
  }
}
.order__collection-points .cp-card__buttons--disabled {
  align-items: center;
}
.order__collection-points .cp-card__buttons--disabled .badge--disabled {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(244, 67, 54, 0.1);
  color: #f44336;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.order .cp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.order .cp-modal.active {
  display: flex;
}
.order .cp-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.order .cp-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
}
@media (max-width: 767px) {
  .order .cp-modal__content {
    max-height: 95vh;
  }
}
@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.order .cp-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.order .cp-modal__close:hover {
  background: #ca1313;
  color: #ffffff;
}
.order .cp-modal__header {
  padding: 32px;
  border-bottom: 1px solid #e0e0e0;
}
.order .cp-modal__header h2 {
  margin: 0 0 16px;
  color: #333333;
  font-size: 24px;
}
.order .cp-modal__metro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  background: rgba(153, 204, 51, 0.1);
  color: #333333;
  margin-top: 16px;
}
.order .cp-modal__metro-badge i {
  font-size: 14px;
}
.order .cp-modal__body {
  padding: 32px;
}
.order .cp-modal__body .cp-info-block {
  margin-bottom: 32px;
}
.order .cp-modal__body .cp-info-block h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.order .cp-modal__body .cp-info-block h4 i {
  color: #99cc33;
}
.order .cp-modal__body .cp-info-block p,
.order .cp-modal__body .cp-info-block a {
  color: #666666;
  line-height: 1.6;
}
.order .cp-modal__body .cp-info-block a {
  color: #99cc33;
  text-decoration: none;
}
.order .cp-modal__body .cp-info-block a:hover {
  text-decoration: underline;
}
.order .cp-modal__body .cp-schedule-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order .cp-modal__body .cp-schedule-day {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
.order .cp-modal__body .cp-schedule-day:last-child {
  border-bottom: none;
}
.order .cp-modal__body .cp-schedule-day span:first-child {
  font-weight: 500;
  color: #333333;
}
.order .cp-modal__body .cp-schedule-day span:last-child {
  color: #99cc33;
  font-weight: 500;
}
.order .cp-modal__body .cp-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.order .cp-modal__body .cp-features-list li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
}
.order .cp-modal__body .cp-features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #99cc33;
  font-weight: 700;
}
.order .cp-modal__body .cp-map {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  margin-top: 24px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .order .cp-modal__body .cp-map {
    height: 300px;
  }
}
.order .cp-modal__footer {
  padding: 32px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.order__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.order__modal[style*="display: block"] {
  opacity: 1;
  visibility: visible;
}
.order__modal.modal-large .modal-content {
  max-width: 900px;
  width: 100%;
}
.order__modal .modal-content {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}
.modal[style*="display: block"] .order__modal .modal-content {
  transform: translateY(0);
}
.order__modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #e0e0e0;
}
.order__modal .modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.order__modal .modal-close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #666666;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease-in-out;
}
.order__modal .modal-close:hover {
  color: #99cc33;
}
.order__modal .modal-body {
  padding: 32px;
}
.order__payment {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order__payment-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.order__payment-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(153, 204, 51, 0.4);
  background-color: rgba(153, 204, 51, 0.02);
  transform: translateY(-2px);
}
.order__payment-item:has(input[type=radio]:checked) {
  border-color: #99cc33;
  background-color: rgba(153, 204, 51, 0.03);
  box-shadow: 0 0 0 1px #99cc33;
}
@media (max-width: 767px) {
  .order__payment-item:has(input[type=radio]:checked) {
    background-color: rgba(153, 204, 51, 0.1);
  }
}
.order__payment-item input[type=radio] {
  margin-top: 10px;
  accent-color: #99cc33;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.order__payment-item .pm-radio {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  margin-right: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .order__payment-item .pm-radio {
    display: none;
  }
}
.order__payment-item .pm-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.order__payment-item .pm-radio .radio-custom {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.order__payment-item .pm-radio .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  background: #99cc33;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
.order__payment-item .pm-radio input[type=radio]:checked + .radio-custom {
  border-color: #99cc33;
  background: rgba(153, 204, 51, 0.1);
}
.order__payment-item .pm-radio input[type=radio]:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
}
.order__payment-item .pm-radio input[type=radio]:focus + .radio-custom {
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order__payment-item .pm-info {
  flex: 1;
  min-width: 0;
}
.order__payment-item .pm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
.order__payment-item .pm-name {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  flex: 1;
}
.order__payment-item .pm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #99cc33;
  font-size: 18px;
  flex-shrink: 0;
}
.order__payment-item .pm-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.order__payment-item .pm-desc strong,
.order__payment-item .pm-desc b {
  font-weight: 600;
  color: #333333;
}
.order__payment-item .pm-desc span {
  display: block;
  margin: 4px 0;
}
.order__savings {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 2px solid #e0e0e0;
}
.order__savings .savings-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}
.order__savings .savings-title i {
  color: #99cc33;
  font-size: 24px;
}
.order__savings .savings-info {
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.05) 0%, rgba(153, 204, 51, 0.02) 100%);
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
  border: 1px solid rgba(153, 204, 51, 0.2);
}
.order__savings .savings-info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-size: 14px;
  color: #666666;
}
.order__savings .savings-info-row:first-child {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
}
.order__savings .savings-info-row strong {
  color: #333333;
  font-weight: 600;
}
.order__savings .savings-amount {
  color: #99cc33 !important;
  font-size: 18px !important;
}
.order__savings .savings-checkbox {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
@media (max-width: 1230px) {
  .order__savings .savings-checkbox {
    flex-direction: column;
  }
}
.order__savings .savings-checkbox .checkbox-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.order__savings .savings-hint {
  display: block;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}
.order__savings .savings-hint strong {
  color: #99cc33;
  font-weight: 600;
}
.order__savings .savings-hint--disabled {
  color: #666666;
  opacity: 0.7;
}
.order__savings input[type=checkbox]:disabled + .checkbox-mark {
  background-color: #f5f5f5;
  border-color: #e0e0e0;
  cursor: not-allowed;
  opacity: 0.6;
}
.order__savings input[type=checkbox]:disabled + .checkbox-mark:after {
  display: none !important;
}
.order__savings input[type=checkbox]:disabled ~ .checkbox-text {
  color: #666666;
  cursor: not-allowed;
  opacity: 0.6;
}
.order__savings .savings-restriction-warning {
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(244, 67, 54, 0.08);
  border: 1px solid rgba(244, 67, 54, 0.2);
  border-radius: 4px;
  font-size: 14px;
  color: #f44336;
  line-height: 1.4;
  padding: 10px 12px;
}
@media (max-width: 1330px) {
  .order__savings .savings-restriction-warning {
    max-width: 400px;
  }
}
@media (max-width: 1230px) {
  .order__savings .savings-restriction-warning {
    max-width: 100%;
  }
}
.order__savings .savings-restriction-warning i {
  flex-shrink: 0;
}
.order .custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .order .custom-checkbox {
    padding-left: 28px;
  }
}
.order .custom-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.order .custom-checkbox input[type=checkbox]:checked ~ .checkbox-mark {
  background-color: #99cc33;
  border-color: #99cc33;
}
.order .custom-checkbox input[type=checkbox]:checked ~ .checkbox-mark:after {
  display: block;
}
.order .custom-checkbox input[type=checkbox]:focus ~ .checkbox-mark {
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order .custom-checkbox .checkbox-mark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .order .custom-checkbox .checkbox-mark {
    height: 18px;
    width: 18px;
  }
}
.order .custom-checkbox .checkbox-mark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .order .custom-checkbox .checkbox-mark:after {
    left: 5px;
    top: 1px;
  }
}
.order .custom-checkbox .checkbox-mark:hover {
  border-color: #99cc33;
}
.order .custom-checkbox .checkbox-text {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .order .custom-checkbox .checkbox-text {
    font-size: 12px;
  }
}
.order .custom-checkbox .checkbox-text .agreement-link {
  color: #99cc33;
  text-decoration: none;
  font-weight: 500;
}
.order .custom-checkbox .checkbox-text .agreement-link:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .order__sidebar {
    order: -1;
  }
}
.order__summary {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.order__summary:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.order__summary {
  padding: 32px;
  position: sticky;
  top: 180px;
}
@media (max-width: 1023px) {
  .order__summary {
    position: static;
  }
}
.order__summary-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
  color: #333333;
}
.order__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  font-size: 16px;
  color: #666666;
}
.order__summary-row.summary-discount {
  color: #99cc33;
  font-weight: 500;
}
.order__summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-top: 8px;
  border-top: 2px solid #e0e0e0;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.order__summary-total span:last-child {
  color: #99cc33;
}
.order__summary-cashback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  margin-top: 24px;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0.05) 100%);
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
}
.order__summary-cashback i {
  color: #99cc33;
  font-size: 18px;
}
.order__summary-cashback strong {
  color: #99cc33;
}

.order-view {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .order-view {
    padding: 32px 0;
  }
}
.order-view__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 24px;
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .order-view__header {
    flex-direction: column;
    gap: 8px;
  }
}
.order-view__header-title {
  font-weight: 700;
  font-size: 32px;
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .order-view__header-title {
    font-size: 24px;
  }
}
.order-view__header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 600px) {
  .order-view__header-wrapper {
    align-items: center;
  }
}
.order-view__header-status {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 14px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .order-view__header-status {
    font-size: 12px;
  }
}
.order-view__header-status.status-new {
  background-color: rgba(255, 152, 0, 0.15);
  border: 1px solid rgba(255, 152, 0, 0.2);
  color: rgb(204, 121.6, 0);
}
.order-view__header-status.status-paid {
  background-color: rgba(153, 204, 51, 0.15);
  border: 1px solid rgba(153, 204, 51, 0.2);
  color: rgb(122.4, 163.2, 40.8);
}
.order-view__header-status.status-pending {
  background-color: rgba(153, 204, 51, 0.15);
  border: 1px solid rgba(153, 204, 51, 0.2);
  color: rgb(122.4, 163.2, 40.8);
}
.order-view__header-status.status-sample_taken {
  background-color: rgba(33, 150, 243, 0.15);
  border: 1px solid rgba(33, 150, 243, 0.2);
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
.order-view__header-status.status-processing {
  background-color: rgba(33, 150, 243, 0.15);
  border: 1px solid rgba(33, 150, 243, 0.2);
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
.order-view__header-status.status-completed {
  background-color: rgba(76, 175, 80, 0.15);
  border: 1px solid rgba(76, 175, 80, 0.2);
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
.order-view__header-status.status-cancelled {
  background-color: rgba(244, 67, 54, 0.15);
  border: 1px solid rgba(244, 67, 54, 0.2);
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.order-view__deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: rgba(153, 204, 51, 0.08);
  border: 1px solid rgba(153, 204, 51, 0.2);
  border-radius: 12px;
  font-size: 14px;
  padding: 6px 14px;
}
.order-view__deadline i {
  color: #99cc33;
  font-size: 16px;
}
.order-view__deadline strong {
  color: rgb(122.4, 163.2, 40.8);
  font-weight: 700;
}
.order-view__grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
}
@media (max-width: 1023px) {
  .order-view__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .order-view__grid {
    gap: 24px;
  }
}
.order-view__main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.order-view__section {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.order-view__section:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.order-view__section {
  padding: 32px;
}
@media (max-width: 767px) {
  .order-view__section {
    padding: 24px;
  }
}
.order-view__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.order-view__section-header--inner {
  justify-content: flex-start;
}
.order-view__section-header .btn {
  font-size: 12px;
}
.order-view__section-header .btn:hover i {
  color: #ffffff;
}
.order-view__section-header .btn i {
  font-size: 10px;
  transition: color 0.2s ease-in-out;
}
.order-view__section-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}
.order-view__section-icon {
  font-size: 18px;
  color: #99cc33;
}
.order-view__section-title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin: 0;
}
.order-view__items-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.order-view__item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
  padding: 16px 0;
}
@media (max-width: 767px) {
  .order-view__item-row {
    flex-direction: column;
    gap: 16px;
  }
}
.order-view__item-row:first-child {
  padding-top: 0;
}
.order-view__item-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.order-view__item-row .item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.order-view__item-row .item-name {
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.order-view__item-row .item-name:hover {
  color: #99cc33;
}
.order-view__item-row .item-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.order-view__item-row .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666666;
}
.order-view__item-row .meta-item i {
  color: #99cc33;
  font-size: 12px;
}
.order-view__item-row .item-price {
  font-weight: 500;
  font-size: 16px;
  color: #99cc33;
  white-space: nowrap;
}
.order-view__readonly {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.order-view__readonly-text {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}
.order-view__readonly-text i {
  margin-right: 6px;
  color: #99cc33;
  width: 16px;
  display: inline-block;
}
.order-view__readonly-text.text-muted {
  color: #666666;
}
.order-view__readonly-text.text-muted i {
  color: #666666;
}
.order-view__form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}
.order-view__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.order-view__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.order-view__form-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
  height: 52px;
}
@media (max-width: 767px) {
  .order-view__form-input {
    height: 44px;
  }
}
.order-view__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order-view__form-textarea {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
  resize: vertical;
  min-height: 80px;
}
.order-view__form-textarea:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order-view__select-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  height: 52px;
  min-width: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .order-view__select-wrapper {
    height: 44px;
  }
}
.order-view__select-wrapper:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order-view__select-wrapper .custom-select {
  flex: 1;
  min-width: 0;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0 24px;
  font-size: 14px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 52px;
}
@media (max-width: 767px) {
  .order-view__select-wrapper .custom-select {
    height: 44px;
  }
}
.order-view__select-wrapper .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.order-view__select-wrapper .custom-select option {
  padding: 8px 16px;
  background: #ffffff;
  color: #333333;
}
.order-view__select-wrapper .select-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #99cc33;
  border-left: 1px solid #e0e0e0;
  min-width: 48px;
  flex-shrink: 0;
  padding: 0 16px;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .order-view__select-wrapper .select-arrow {
    min-width: 44px;
    padding: 0 8px;
  }
}
.order-view__select-wrapper .select-arrow i {
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
}
.order-view__select-wrapper .custom-select:focus + .select-arrow i {
  transform: rotate(180deg);
}
.order-view__select-wrapper.time-select-wrapper .time-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #99cc33;
  border-left: 1px solid #e0e0e0;
  min-width: 48px;
  padding: 0 16px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .order-view__select-wrapper.time-select-wrapper .time-icon {
    min-width: 44px;
    padding: 0 8px;
  }
}
.order-view__select-wrapper.time-select-wrapper .time-icon i {
  font-size: 18px;
}
.order-view__edit-actions {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}
.order-view__edit-actions .btn {
  flex: 1;
}
.order-view__section-content .collection-point {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .order-view__section-content .collection-point {
    flex-direction: column;
    align-items: center;
  }
}
.order-view__section-content .collection-point--readonly {
  cursor: default;
}
.order-view__section-content .collection-point--readonly:hover {
  background-color: transparent;
  border-color: #e0e0e0;
}
.order-view__section-content .collection-point .cp-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .order-view__section-content .collection-point .cp-info {
    align-items: center;
  }
}
.order-view__section-content .collection-point .cp-name {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .order-view__section-content .collection-point .cp-name {
    text-align: center;
  }
}
.order-view__section-content .collection-point .cp-address {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767px) {
  .order-view__section-content .collection-point .cp-address {
    text-align: center;
  }
}
.order-view__section-content .collection-point .cp-schedule {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #99cc33;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .order-view__section-content .collection-point .cp-schedule {
    text-align: center;
  }
}
.order-view__section-content .collection-point .cp-schedule--working {
  color: #f44336;
}
.order-view__section-content .collection-point .cp-schedule i {
  font-size: 14px;
  flex-shrink: 0;
}
.order-view__section-content .collection-point .cp-description {
  font-size: 14px;
  color: #2196f3;
}
@media (max-width: 767px) {
  .order-view__section-content .collection-point .cp-description {
    text-align: center;
  }
}
.order-view__section-content .collection-point .btn {
  flex-shrink: 0;
  align-self: flex-start;
}
.order-view .collection-points-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 16px;
}
.order-view .collection-point-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .order-view .collection-point-item {
    flex-direction: column;
    align-items: center;
  }
}
.order-view .collection-point-item--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  position: relative;
}
.order-view .collection-point-item--disabled::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.order-view .collection-point-item--disabled .cp-description {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(244, 67, 54, 0.05);
  border-radius: 4px;
  border-left: 3px solid #f44336;
  font-size: 14px;
  color: #f44336;
  padding: 16px;
}
.order-view .collection-point-item--disabled .cp-description i {
  flex-shrink: 0;
}
.order-view .collection-point-item--disabled .cp-description span {
  line-height: 1.5;
}
.order-view .collection-point-item:hover {
  border-color: rgba(153, 204, 51, 0.4);
  background-color: rgba(153, 204, 51, 0.02);
}
.order-view .collection-point-item .cp-radio {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 4px;
}
.order-view .collection-point-item .cp-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.order-view .collection-point-item .cp-radio .radio-custom {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.order-view .collection-point-item .cp-radio .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  background: #99cc33;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
.order-view .collection-point-item .cp-radio .radio-custom--disabled {
  border-color: #e0e0e0;
  background: #f5f5f5;
  opacity: 0.5;
  cursor: not-allowed;
}
.order-view .collection-point-item .cp-radio .radio-custom--disabled::after {
  display: none;
}
.order-view .collection-point-item .cp-radio input[type=radio]:checked + .radio-custom {
  border-color: #99cc33;
  background: rgba(153, 204, 51, 0.1);
}
.order-view .collection-point-item .cp-radio input[type=radio]:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
}
.order-view .collection-point-item .cp-radio input[type=radio]:focus + .radio-custom {
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order-view .collection-point-item .cp-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
@media (max-width: 767px) {
  .order-view .collection-point-item .cp-info {
    align-items: center;
  }
}
.order-view .collection-point-item .cp-name {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .order-view .collection-point-item .cp-name {
    text-align: center;
  }
}
.order-view .collection-point-item .cp-address {
  font-size: 14px;
  color: #666666;
}
@media (max-width: 767px) {
  .order-view .collection-point-item .cp-address {
    text-align: center;
  }
}
.order-view .collection-point-item .cp-schedule {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #99cc33;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .order-view .collection-point-item .cp-schedule {
    justify-content: center;
    text-align: center;
  }
}
.order-view .collection-point-item .cp-schedule i {
  font-size: 14px;
  flex-shrink: 0;
}
.order-view .collection-point-item .cp-description {
  font-size: 14px;
  color: #2196f3;
}
@media (max-width: 767px) {
  .order-view .collection-point-item .cp-description {
    text-align: center;
    font-size: 12px;
  }
}
.order-view .collection-point-item .cp-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 767px) {
  .order-view .collection-point-item .cp-buttons {
    align-items: center;
  }
}
@media (max-width: 400px) {
  .order-view .collection-point-item .cp-buttons {
    justify-content: flex-start;
    align-items: center;
  }
}
.order-view .collection-point-item .cp-buttons .btn {
  white-space: nowrap;
}
@media (max-width: 400px) {
  .order-view .collection-point-item .cp-buttons .btn {
    flex: 1;
  }
}
.order-view__date-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.order-view__date-wrapper:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order-view__date-wrapper .date-input {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 16px 24px;
  height: 52px;
  cursor: pointer;
}
.order-view__date-wrapper .date-input:focus {
  outline: none;
  box-shadow: none;
}
.order-view__date-wrapper .btn-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: none;
  border-left: 1px solid #e0e0e0;
  background: #ffffff;
  color: #99cc33;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 48px;
}
@media (max-width: 767px) {
  .order-view__date-wrapper .btn-calendar {
    min-width: 44px;
    padding: 0 8px;
  }
}
.order-view__date-wrapper .btn-calendar:hover {
  background: #99cc33;
  color: #ffffff;
  border-left-color: #99cc33;
}
.order-view__date-wrapper .btn-calendar i {
  font-size: 18px;
}
.order-view__calendar-wrapper {
  position: absolute;
  margin-top: 16px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: none;
}
@media (max-width: 767px) {
  .order-view__calendar-wrapper {
    padding: 16px;
  }
}
.order-view__calendar-wrapper .custom-calendar {
  max-width: 350px;
  margin: 0 auto;
}
.order-view__calendar-wrapper .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
}
.order-view__calendar-wrapper .calendar-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.order-view__calendar-wrapper .calendar-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.order-view__calendar-wrapper .calendar-select {
  padding: 8px 24px;
  padding-right: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2399cc33' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}
.order-view__calendar-wrapper .calendar-select:hover {
  border-color: #99cc33;
}
.order-view__calendar-wrapper .calendar-select:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order-view__calendar-wrapper .calendar-select-wrapper {
  position: relative;
  display: inline-block;
}
.order-view__calendar-wrapper .calendar-select-wrapper select {
  width: 100%;
}
.order-view__calendar-wrapper .calendar-nav {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  color: #99cc33;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
.order-view__calendar-wrapper .calendar-nav:hover {
  background: rgba(153, 204, 51, 0.1);
  border-radius: 4px;
}
.order-view__calendar-wrapper .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 16px;
}
.order-view__calendar-wrapper .calendar-weekdays div {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  padding: 8px;
}
.order-view__calendar-wrapper .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.order-view__calendar-wrapper .calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .order-view__calendar-wrapper .calendar-day {
    font-size: 12px;
  }
}
.order-view__calendar-wrapper .calendar-day--empty {
  cursor: default;
}
.order-view__calendar-wrapper .calendar-day--available {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #333333;
}
.order-view__calendar-wrapper .calendar-day--available:hover {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
  transform: scale(1.1);
}
.order-view__calendar-wrapper .calendar-day--selected {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
  font-weight: 600;
}
.order-view__calendar-wrapper .calendar-day--disabled {
  background: #f5f5f5;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.5;
}
.order-view__payment {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.order-view__payment-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.order-view__payment-item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(153, 204, 51, 0.4);
  background-color: rgba(153, 204, 51, 0.02);
  transform: translateY(-2px);
}
.order-view__payment-item:has(input[type=radio]:checked) {
  border-color: #99cc33;
  background-color: rgba(153, 204, 51, 0.03);
  box-shadow: 0 0 0 1px #99cc33;
}
@media (max-width: 767px) {
  .order-view__payment-item:has(input[type=radio]:checked) {
    background-color: rgba(153, 204, 51, 0.1);
  }
}
.order-view__payment-item input[type=radio] {
  margin-top: 10px;
  accent-color: #99cc33;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.order-view__payment-item .pm-radio {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
  margin-right: 24px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .order-view__payment-item .pm-radio {
    display: none;
  }
}
.order-view__payment-item .pm-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}
.order-view__payment-item .pm-radio .radio-custom {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.order-view__payment-item .pm-radio .radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  background: #99cc33;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out;
}
.order-view__payment-item .pm-radio input[type=radio]:checked + .radio-custom {
  border-color: #99cc33;
  background: rgba(153, 204, 51, 0.1);
}
.order-view__payment-item .pm-radio input[type=radio]:checked + .radio-custom::after {
  transform: translate(-50%, -50%) scale(1);
}
.order-view__payment-item .pm-radio input[type=radio]:focus + .radio-custom {
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.order-view__payment-item .pm-info {
  flex: 1;
  min-width: 0;
}
.order-view__payment-item .pm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}
.order-view__payment-item .pm-name {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  flex: 1;
}
.order-view__payment-item .pm-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #99cc33;
  font-size: 18px;
  flex-shrink: 0;
}
.order-view__payment-item .pm-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.order-view__payment-item .pm-desc strong,
.order-view__payment-item .pm-desc b {
  font-weight: 600;
  color: #333333;
}
.order-view__payment-item .pm-desc span {
  display: block;
  margin: 4px 0;
}
.order-view__payment-item--disabled {
  opacity: 0.6;
  cursor: not-allowed;
  position: relative;
}
.order-view__payment-item--disabled::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.order-view__payment-item--disabled .pm-desc {
  display: none;
}
.order-view__payment-item--disabled .pm-desc--disabled {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #f44336;
}
.order-view__payment-item--disabled .pm-desc--disabled i {
  margin-right: 4px;
}
@media (max-width: 1023px) {
  .order-view__sidebar {
    order: -1;
  }
}
.order-view__summary {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.order-view__summary:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.order-view__summary {
  padding: 32px;
  position: sticky;
  top: 180px;
}
@media (max-width: 1023px) {
  .order-view__summary {
    position: static;
  }
}
.order-view__summary-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
  color: #333333;
}
.order-view__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 16px;
  font-size: 16px;
  color: #666666;
}
.order-view__summary-row.summary-discount {
  color: #99cc33;
  font-weight: 500;
}
.order-view__summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-top: 8px;
  border-top: 2px solid #e0e0e0;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.order-view__summary-total span:last-child {
  color: #99cc33;
}
.order-view__summary-cashback {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0.05) 100%);
  border-radius: 8px;
  font-size: 14px;
  color: #333333;
  padding: 24px;
  margin-top: 24px;
}
.order-view__summary-cashback i {
  color: #99cc33;
  font-size: 18px;
}
.order-view__summary-cashback strong {
  color: #99cc33;
}
.order-view__receipts {
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
  margin-top: 24px;
}
.order-view__receipts-title {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
.order-view__receipts-title i {
  color: #99cc33;
}
.order-view__receipt-link {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgba(153, 204, 51, 0.05);
  border: 1px solid rgba(153, 204, 51, 0.2);
  border-radius: 8px;
  font-size: 14px;
  color: #99cc33;
  text-decoration: none;
  padding: 16px 24px;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.order-view__receipt-link:last-child {
  margin-bottom: 0;
}
.order-view__receipt-link:hover {
  box-shadow: 0 2px 4px rgba(153, 204, 51, 0.1);
  background-color: rgba(153, 204, 51, 0.1);
  border-color: #99cc33;
  transform: translateY(-1px);
}
.order-view__receipt-link:hover .fa-external-link-alt {
  opacity: 1;
  transform: translateX(2px);
}
.order-view__receipt-link .fa-external-link-alt {
  margin-left: auto;
  font-size: 12px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.order-view__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.order-view__actions .btn-block {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.order-view__actions .btn-block.btn-primary {
  background: linear-gradient(135deg, #99cc33 0%, rgb(137.7, 183.6, 45.9) 100%);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(153, 204, 51, 0.3);
}
.order-view__actions .btn-block.btn-primary:hover {
  background: linear-gradient(135deg, rgb(137.7, 183.6, 45.9) 0%, rgb(122.4, 163.2, 40.8) 100%);
  box-shadow: 0 4px 12px rgba(153, 204, 51, 0.4);
  transform: translateY(-1px);
}
.order-view__actions .btn-block.btn-success {
  background: linear-gradient(135deg, #4caf50 0%, rgb(68.2788844622, 157.2211155378, 71.8725099602) 100%);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}
.order-view__actions .btn-block.btn-success:hover {
  background: linear-gradient(135deg, rgb(68.2788844622, 157.2211155378, 71.8725099602) 0%, rgb(60.5577689243, 139.4422310757, 63.7450199203) 100%);
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
}
.order-view__actions .btn-block.btn-outline {
  background: #ffffff;
  color: #99cc33;
  border: 2px solid #e0e0e0;
}
.order-view__actions .btn-block.btn-outline:hover {
  background: rgba(153, 204, 51, 0.05);
  border-color: #99cc33;
}
.order-view__actions .btn-block.btn-text-danger {
  background: none;
  color: #f44336;
  border: none;
}
.order-view__actions .btn-block.btn-text-danger:hover {
  background: rgba(244, 67, 54, 0.1);
}
.order-view__containers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .order-view__containers-list {
    flex-direction: column;
  }
}
.order-view__containers-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .order-view__containers-item {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 450px) {
  .order-view__containers-item {
    flex-direction: column;
  }
}
.order-view__containers-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-color: rgba(153, 204, 51, 0.3);
}
.order-view__containers-item .container-visual {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.order-view__containers-item .container-visual:has(.container-svg[viewBox*="70"]) {
  width: 70px;
  height: 32px;
  min-width: 70px;
}
.order-view__containers-item .container-visual .container-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
  transition: transform 0.2s ease-in-out;
}
.order-view__containers-item .order-container-item:hover .container-visual .container-svg {
  transform: scale(1.05);
}
.order-view__containers-item .container-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.order-view__containers-item .container-name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 450px) {
  .order-view__containers-item .container-name {
    text-align: center;
  }
}
.order-view__containers-item .container-full-name {
  font-size: 11px;
  color: #666666;
  margin-top: 2px;
}
@media (max-width: 450px) {
  .order-view__containers-item .container-full-name {
    text-align: center;
  }
}
.order-view__containers-item .container-count {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  color: #99cc33;
  background-color: rgba(153, 204, 51, 0.1);
  padding: 2px 8px;
  border-radius: 50%;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .order-view__containers-item .container-count {
    margin: 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.modal[style*="display: block"] {
  display: flex;
}

.modal-content {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #e0e0e0;
}
.modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.modal-close {
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #666666;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease-in-out;
}
.modal-close:hover {
  color: #99cc33;
}

.modal-body {
  padding: 32px;
  flex: 1;
  overflow-y: auto;
}

.notification--success {
  background: #4caf50;
}
.notification--error {
  background: #f44336;
}

.alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.alert.alert-success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.3);
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
.alert.alert-error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.3);
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.alert.alert-info {
  background-color: rgba(33, 150, 243, 0.1);
  border: 1px solid rgba(33, 150, 243, 0.3);
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}

.payment-success {
  max-width: 600px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 40px;
  margin: 60px auto;
}
.payment-success__header {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4caf50;
  border-radius: 50%;
  margin: 0 auto 24px;
}
@media (max-width: 767px) {
  .payment-success__header {
    width: 60px;
    height: 60px;
  }
}
.payment-success__header i {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .payment-success__header i {
    font-size: 32px;
  }
}
.payment-success__title {
  font-size: 32px;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .payment-success__title {
    font-size: 24px;
  }
}
.payment-success__description {
  font-size: 16px;
  color: #666666;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .payment-success__description {
    margin-bottom: 24px;
  }
}
.payment-success__details {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .payment-success__details {
    margin-bottom: 24px;
  }
}
.payment-success__details-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .payment-success__details-title {
    font-size: 18px;
  }
}
.payment-success__details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .payment-success__details-wrapper {
    gap: 8px;
  }
}
.payment-success__details-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .payment-success__details-inner {
    font-size: 14px;
  }
}
.payment-success__details-inner strong {
  text-align: right;
}
.payment-success__details-inner strong i {
  margin-right: 4px;
}
.payment-success__details-text {
  text-align: left;
}
.payment-success__notice {
  background: #ecfdf5;
  border-radius: 8px;
  border-left: 4px solid #4caf50;
  padding: 16px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .payment-success__notice {
    margin-bottom: 24px;
  }
}
.payment-success__notice-text {
  font-size: 14px;
  color: #4caf50;
  margin: 0;
}
.payment-success__notice-text i {
  margin-right: 8px;
}
.payment-success__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 550px) {
  .payment-success__buttons {
    flex-direction: column;
  }
}
.payment-success__buttons .btn {
  padding: 12px 32px;
}

.payment-fail {
  max-width: 600px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 40px;
  margin: 60px auto;
}
.payment-fail__header {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f44336;
  border-radius: 50%;
  margin: 0 auto 24px;
}
@media (max-width: 767px) {
  .payment-fail__header {
    width: 60px;
    height: 60px;
  }
}
.payment-fail__header i {
  font-size: 40px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .payment-fail__header i {
    font-size: 32px;
  }
}
.payment-fail__title {
  font-size: 32px;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .payment-fail__title {
    font-size: 24px;
  }
}
.payment-fail__description {
  font-size: 16px;
  color: #666666;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .payment-fail__description {
    margin-bottom: 24px;
  }
}
.payment-fail__notice {
  background: #fff3cd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .payment-fail__notice {
    margin-bottom: 24px;
  }
}
.payment-fail__notice-text {
  font-size: 16px;
  color: #856404;
  margin: 0;
}
.payment-fail__notice-text i {
  margin-right: 4px;
}
.payment-fail__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 600px) {
  .payment-fail__buttons {
    flex-direction: column;
  }
}
.payment-fail__buttons .btn {
  font-size: 14px;
  padding: 12px 32px;
}
.payment-fail__help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-top: 1px solid #e0e0e0;
  font-size: 14px;
  padding-top: 24px;
  margin-top: 32px;
}
@media (max-width: 600px) {
  .payment-fail__help {
    flex-direction: column;
    gap: 2px;
  }
}
.payment-fail__help-text {
  color: #666666;
  margin: 0;
}
.payment-fail__help-link {
  color: #99cc33;
}

.search-results-page {
  padding: 48px 0;
  min-height: 60vh;
}
.search-results-page__header {
  margin-bottom: 48px;
  text-align: center;
}
.search-results-page__header h1 {
  font-size: 32px;
  margin-bottom: 16px;
  color: #333333;
}
.search-results-page__header .query-highlight {
  color: #99cc33;
  font-weight: 700;
}
.search-results-page__header .results-count {
  color: #666666;
  font-size: 16px;
}
.search-results-page__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 48px;
}
.search-results-page__empty {
  text-align: center;
  padding: 64px 0;
  color: #666666;
}
.search-results-page__empty i {
  font-size: 64px;
  color: #e0e0e0;
  margin-bottom: 24px;
  display: block;
}
.search-results-page__empty h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.search-results-page__empty .btn {
  margin-top: 24px;
}

.collection-points {
  padding: 48px 0;
  background-color: #fafafa;
  min-height: 60vh;
}

.cp-header {
  text-align: center;
  margin-bottom: 24px;
}

.cp-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}

.cp-city-selector {
  max-width: 400px;
  margin: 0 auto;
}
.cp-city-selector__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .cp-city-selector__wrapper {
    flex-direction: column;
  }
}
.cp-city-selector__wrapper i {
  color: #99cc33;
  font-size: 18px;
}
.cp-city-selector__inner {
  width: 200px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .cp-city-selector__inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cp-city-selector__label {
  font-weight: 500;
  color: #333333;
}
.cp-city-selector .select-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  height: 52px;
  min-width: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .cp-city-selector .select-wrapper {
    height: 44px;
  }
}
.cp-city-selector .select-wrapper:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.cp-city-selector .select-wrapper .custom-select {
  flex: 1;
  min-width: 0;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0 24px;
  font-size: 14px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 52px;
}
@media (max-width: 767px) {
  .cp-city-selector .select-wrapper .custom-select {
    height: 44px;
  }
}
.cp-city-selector .select-wrapper .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.cp-city-selector .select-wrapper .custom-select option {
  padding: 8px 16px;
  background: #ffffff;
  color: #333333;
}
.cp-city-selector .select-wrapper .select-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #99cc33;
  border-left: 1px solid #e0e0e0;
  min-width: 48px;
  flex-shrink: 0;
  padding: 0 16px;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .cp-city-selector .select-wrapper .select-arrow {
    min-width: 44px;
    padding: 0 8px;
  }
}
.cp-city-selector .select-wrapper .select-arrow i {
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
}
.cp-city-selector .select-wrapper .custom-select:focus + .select-arrow i {
  transform: rotate(180deg);
}

.cp-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.cp-city-group:not(:last-child) {
  padding-bottom: 48px;
  border-bottom: 2px solid #e0e0e0;
}

.cp-city-title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 4px solid #99cc33;
}

.cp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}

.cp-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.cp-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.cp-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: all 0.3s ease-in-out;
}
.cp-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.cp-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.cp-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  flex: 1;
}
.cp-card__address {
  color: #666666;
  font-size: 14px;
  margin-bottom: 16px;
}
.cp-card__address i {
  color: #99cc33;
  margin-right: 8px;
}
.cp-card__metro {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 14px;
  margin-bottom: 16px;
}
.cp-card__metro i {
  color: #99cc33;
}
.cp-card__schedule {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666666;
  font-size: 14px;
  margin-bottom: 16px;
}
.cp-card__schedule i {
  color: #99cc33;
  margin-top: 2px;
}
.cp-card__info {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.cp-card__age {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}
.cp-card__age i {
  color: #99cc33;
  font-size: 14px;
}
.cp-card__holidays {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #f44336;
}
.cp-card__holidays i {
  font-size: 14px;
}
.cp-card__actions {
  display: flex;
  gap: 24px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}

.cp-card__metro i.fa-train-subway {
  transition: color 0.2s ease-in-out;
}

.cp-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
}
.cp-badge--home {
  background: rgba(153, 204, 51, 0.1);
  color: #99cc33;
}

.cp-empty {
  text-align: center;
  padding: 64px 0;
  color: #666666;
}
.cp-empty i {
  font-size: 64px;
  color: #e0e0e0;
  margin-bottom: 24px;
  display: block;
}
.cp-empty h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}

.cp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.cp-modal.active {
  display: flex;
}
.cp-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.cp-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
}
.cp-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}
.cp-modal__close:hover {
  background: #ca1313;
  color: #ffffff;
}
.cp-modal__header {
  padding: 32px;
  border-bottom: 1px solid #e0e0e0;
}
.cp-modal__header h2 {
  margin: 0 0 16px;
  color: #333333;
  font-size: 24px;
}
.cp-modal__metro {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  background: rgba(153, 204, 51, 0.1);
  color: #99cc33;
  border-radius: 12px;
  font-size: 14px;
}
.cp-modal__metro-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  background: rgba(153, 204, 51, 0.1);
  color: #333333;
  margin-top: 16px;
}
.cp-modal__metro-badge i {
  font-size: 14px;
}
.cp-modal__body {
  padding: 32px;
}
.cp-modal__footer {
  padding: 32px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}

.cp-modal__metro-badge i.fa-train-subway {
  transition: color 0.2s ease-in-out;
}

.cp-info-block {
  margin-bottom: 32px;
}
.cp-info-block h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.cp-info-block h4 i {
  color: #99cc33;
}
.cp-info-block p,
.cp-info-block a {
  color: #666666;
  line-height: 1.6;
}
.cp-info-block a {
  color: #99cc33;
  text-decoration: none;
}
.cp-info-block a:hover {
  text-decoration: underline;
}

.cp-schedule-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cp-schedule-day {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
}
.cp-schedule-day:last-child {
  border-bottom: none;
}

.cp-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cp-features-list li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
}
.cp-features-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #99cc33;
  font-weight: 700;
}

.cp-map {
  width: 100%;
  height: 400px;
  border-radius: 8px;
  margin-top: 24px;
  border: 1px solid #e0e0e0;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .cp-cards {
    grid-template-columns: 1fr;
  }
  .cp-city-selector__wrapper {
    flex-wrap: wrap;
  }
  .cp-modal__content {
    max-height: 95vh;
  }
  .cp-map {
    height: 300px;
  }
}
.preparation-page {
  padding: 48px 0;
  background-color: #fafafa;
  min-height: 80vh;
}
@media (max-width: 767px) {
  .preparation-page {
    padding: 32px 0;
  }
}

.preparation-header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .preparation-header {
    margin-bottom: 24px;
  }
}

.preparation-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .preparation-title {
    font-size: 24px;
  }
}

.preparation-subtitle {
  font-size: 18px;
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
}

.preparation-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1023px) {
  .preparation-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .preparation-grid {
    gap: 32px;
  }
}

.preparation-sidebar {
  position: sticky;
  top: 280px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .preparation-sidebar {
    position: static;
  }
}

.preparation-nav {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.preparation-nav__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 8px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
.preparation-nav__item i {
  font-size: 16px;
  color: #99cc33;
  width: 20px;
  text-align: center;
}
.preparation-nav__item:hover {
  background: rgba(153, 204, 51, 0.08);
  color: #99cc33;
}
.preparation-nav__item.active {
  background: rgba(153, 204, 51, 0.12);
  color: #99cc33;
  font-weight: 600;
}
.preparation-nav__item.active i {
  color: #99cc33;
}
@media (max-width: 1023px) {
  .preparation-nav {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .preparation-nav__item {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .preparation-nav {
    padding: 16px;
    gap: 4px;
  }
  .preparation-nav__item {
    padding: 8px 16px;
    font-size: 13px;
  }
  .preparation-nav__item i {
    font-size: 14px;
  }
}

.preparation-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 767px) {
  .preparation-content {
    gap: 32px;
  }
}

.preparation-section {
  scroll-margin-top: 280px;
}
@media (max-width: 1023px) {
  .preparation-section {
    scroll-margin-top: 200px;
  }
}

.preparation-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 48px;
  transition: box-shadow 0.2s ease-in-out;
}
.preparation-card:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .preparation-card {
    padding: 24px;
  }
}
.preparation-card__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #e0e0e0;
}
.preparation-card__title i {
  color: #99cc33;
  font-size: 24px;
}
@media (max-width: 767px) {
  .preparation-card__title {
    font-size: 18px;
  }
}

.preparation-block {
  margin-bottom: 32px;
}
.preparation-block:last-child {
  margin-bottom: 0;
}
.preparation-block__title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #99cc33;
  display: inline-block;
}
.preparation-block__title--accent {
  color: #99cc33;
  border-bottom-color: #99cc33;
}
.preparation-block__intro {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 24px;
  padding: 24px;
  background: rgba(153, 204, 51, 0.05);
  border-left: 4px solid #99cc33;
  border-radius: 4px;
}
.preparation-block--highlight {
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.05) 0%, rgba(153, 204, 51, 0.02) 100%);
  border: 1px solid rgba(153, 204, 51, 0.2);
  border-radius: 8px;
  padding: 32px;
}
.preparation-block--warning {
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.08) 0%, rgba(255, 152, 0, 0.03) 100%);
  border: 1px solid rgba(255, 152, 0, 0.3);
  border-radius: 8px;
  padding: 24px;
}

.preparation-highlight {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}
.preparation-highlight strong {
  color: #99cc33;
  font-weight: 700;
}

.preparation-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.preparation-list li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
}
.preparation-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #99cc33;
  border-radius: 50%;
}
.preparation-list li strong {
  color: #333333;
  font-weight: 600;
}
.preparation-list--numbered {
  counter-reset: item;
}
.preparation-list--numbered li {
  padding-left: 0;
  counter-increment: item;
}
.preparation-list--numbered li::before {
  content: counter(item) ".";
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  color: #99cc33;
  font-weight: 700;
  margin-right: 16px;
}

.info-page {
  padding: 48px 0;
  background-color: #fafafa;
  min-height: 80vh;
}
@media (max-width: 767px) {
  .info-page {
    padding: 32px 0;
  }
}

.info-header {
  text-align: center;
  margin-bottom: 48px;
}

.info-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .info-title {
    font-size: 24px;
  }
}

.info-subtitle {
  font-size: 18px;
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
}

.info-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1023px) {
  .info-grid {
    grid-template-columns: 1fr;
  }
}

.info-sidebar {
  position: sticky;
  top: 280px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .info-sidebar {
    position: static;
  }
}

.info-nav {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1023px) {
  .info-nav {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
  }
}
.info-nav__item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 8px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .info-nav__item {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
.info-nav__item i {
  font-size: 16px;
  color: #666666;
  width: 20px;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.info-nav__item:hover {
  background: rgba(153, 204, 51, 0.08);
  color: #99cc33;
}
.info-nav__item:hover i {
  color: #99cc33;
}
.info-nav__item.active {
  background: rgba(153, 204, 51, 0.12);
  color: #99cc33;
  font-weight: 600;
}
.info-nav__item.active i {
  color: #99cc33;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.info-section {
  scroll-margin-top: 280px;
}

.info-section__title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
}

.info-section__desc {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 32px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

.step-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 42px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.step-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.step-card__number {
  position: absolute;
  top: -15px;
  left: 24px;
  width: 32px;
  height: 32px;
  background: #99cc33;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(153, 204, 51, 0.3);
}
.step-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
.step-card__description {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

.payment-block {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 24px;
  border-left: 4px solid #99cc33;
}
.payment-block:last-child {
  margin-bottom: 0;
}
.payment-block__title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.payment-block__title i {
  color: #99cc33;
}
.payment-block__description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 16px;
}
.payment-block__description:last-child {
  margin-bottom: 0;
}
.payment-block__link {
  color: #99cc33;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease-in-out text-decoration;
}
.payment-block__link:hover {
  text-decoration: underline;
}
.payment-block__warning {
  background: rgba(255, 152, 0, 0.05);
  border: 1px solid rgba(255, 152, 0, 0.2);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  padding: 24px;
  margin: 0;
}

.payment-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.payment-list__item {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.payment-list__item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #99cc33;
  font-weight: bold;
}
.payment-list__item:last-child {
  margin-bottom: 0;
}

.refund-steps {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.refund-step {
  display: flex;
  gap: 24px;
  background: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.refund-step__icon {
  width: 48px;
  height: 48px;
  background: rgba(153, 204, 51, 0.1);
  color: #99cc33;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.refund-step__content {
  flex: 1;
}
.refund-step__content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 8px;
}
.refund-step__content p {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 0 0 16px;
}
.refund-step__content .simple-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}
.refund-step__content .simple-list li {
  font-size: 14px;
  color: #666666;
  margin-bottom: 4px;
}

.info-cta-block,
.info-note,
.info-warning {
  display: flex;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.5;
}
.info-cta-block i,
.info-note i,
.info-warning i {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.info-cta-block h4,
.info-note h4,
.info-warning h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}
.info-cta-block p,
.info-note p,
.info-warning p {
  margin: 0;
}

.info-note {
  align-items: center;
}

.info-cta-block {
  background: rgba(153, 204, 51, 0.05);
  border: 1px solid rgba(153, 204, 51, 0.2);
  color: #333333;
}
.info-cta-block i {
  color: #99cc33;
}

.info-note {
  background: rgba(33, 150, 243, 0.05);
  border: 1px solid rgba(33, 150, 243, 0.2);
  color: #333333;
}
.info-note i {
  color: #2196f3;
}

.info-warning {
  background: rgba(255, 152, 0, 0.05);
  border: 1px solid rgba(255, 152, 0, 0.2);
  color: #333333;
}
.info-warning i {
  color: #ff9800;
}
.info-warning__list {
  list-style: none;
  margin: 16px 0 0;
}
.info-warning__item {
  position: relative;
  padding-left: 16px;
  margin-bottom: 4px;
}
.info-warning__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #99cc33;
  border-radius: 50%;
}

.chat-link {
  color: #99cc33;
  font-weight: 600;
}

.licenses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .licenses-grid {
    grid-template-columns: 1fr;
  }
}

.license-card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.license-card:hover {
  border-color: #99cc33;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}
.license-card:hover .license-card__icon {
  background: #99cc33;
  color: #ffffff;
}
.license-card:hover .license-card__action {
  color: #99cc33;
}
.license-card__icon {
  width: 64px;
  height: 64px;
  background: rgba(153, 204, 51, 0.1);
  color: #99cc33;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 24px;
  transition: all 0.2s ease-in-out;
}
.license-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 16px;
}
.license-card__action {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease-in-out;
}

.pdf-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.pdf-modal.active {
  display: flex;
}
.pdf-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.pdf-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  width: 100%;
  max-width: 900px;
  height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
  overflow: hidden;
}
@media (max-width: 767px) {
  .pdf-modal__content {
    height: 95vh;
  }
}
.pdf-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid #e0e0e0;
  background: #fafafa;
}
.pdf-modal__header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.pdf-modal__close {
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #666666;
  transition: all 0.2s ease-in-out;
}
.pdf-modal__close:hover {
  background: #f44336;
  color: #ffffff;
}
.pdf-modal__body {
  flex: 1;
  position: relative;
  background: #f5f5f5;
}
.pdf-modal__body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.pdf-modal__fallback {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 16px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  border-top: 1px solid #e0e0e0;
  display: none;
}
.pdf-modal__fallback a {
  color: #99cc33;
  font-weight: 600;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.info-subsection__title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-top: 48px;
  margin-bottom: 24px;
}

.about-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .about-features-grid {
    grid-template-columns: 1fr;
  }
}

.about-feature-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #e0e0e0;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.about-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(153, 204, 51, 0.3);
}
.about-feature-card i {
  font-size: 32px;
  color: #99cc33;
  margin-bottom: 16px;
}
.about-feature-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
}
.about-feature-card__description {
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
  margin: 0;
}

.achievements-list {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}
@media (max-width: 767px) {
  .achievements-list {
    grid-template-columns: 1fr;
  }
}
.achievements-list__item {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}
.achievements-list__item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #99cc33;
  font-size: 14px;
}

.info-highlight-block {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  margin-top: 32px;
  border-left: 4px solid #2196f3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.info-highlight-block__title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.info-highlight-block__title i {
  color: #2196f3;
}
.info-highlight-block__description {
  font-size: 14px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 24px;
}
.info-highlight-block__description:last-child {
  margin-bottom: 0;
}
.info-highlight-block--success {
  border-left-color: #99cc33;
}
.info-highlight-block--success h3 i {
  color: #99cc33;
}

.faq-page {
  padding: 48px 0;
  background-color: #fafafa;
  min-height: 60vh;
}
@media (max-width: 767px) {
  .faq-page {
    padding: 32px 0;
  }
}

.faq-header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .faq-title {
    font-size: 24px;
  }
}

.faq-subtitle {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
}

.faq-section {
  margin-bottom: 48px;
}
.faq-section:last-child {
  margin-bottom: 0;
}

.faq-section__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
}
.faq-section__title i {
  color: #99cc33;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.faq-item[open] {
  border-color: rgba(153, 204, 51, 0.3);
  box-shadow: 0 4px 12px rgba(153, 204, 51, 0.05);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  list-style: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.faq-question::-webkit-details-marker {
  display: none;
}
.faq-question:hover {
  background-color: rgba(153, 204, 51, 0.03);
  color: #99cc33;
}
.faq-question i {
  font-size: 14px;
  color: #666666;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.faq-item[open] .faq-question i {
  transform: rotate(180deg);
  color: #99cc33;
}
@media (max-width: 767px) {
  .faq-question {
    padding: 24px;
    font-size: 14px;
  }
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
}
.faq-answer > div {
  overflow: hidden;
}

.faq-answer > div {
  padding: 0 32px 32px 32px;
  color: #666666;
  line-height: 1.6;
  font-size: 16px;
}
.faq-answer > div p {
  margin-bottom: 16px;
}
.faq-answer > div p:last-child {
  margin-bottom: 0;
}
.faq-answer > div a {
  color: #99cc33;
  text-decoration: none;
  font-weight: 500;
}
.faq-answer > div a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .faq-answer > div {
    padding: 0 24px 24px 24px;
    font-size: 14px;
  }
}

.faq-steps {
  list-style-type: decimal;
  padding-left: 32px;
  margin: 16px 0;
}
.faq-steps li {
  margin-bottom: 16px;
  padding-left: 8px;
  color: #666666;
  line-height: 1.6;
  list-style-position: outside;
}
.faq-steps li::marker {
  color: #99cc33;
  font-weight: 700;
  font-size: 16px;
}

.faq-note {
  margin-top: 24px;
  padding: 24px;
  background: rgba(255, 152, 0, 0.08);
  border-left: 4px solid #ff9800;
  border-radius: 4px;
  color: #333333;
  font-size: 14px;
}
.faq-note i {
  color: #ff9800;
  margin-right: 8px;
}

.promotions-page {
  padding: 48px 0;
  background-color: #fafafa;
  min-height: 60vh;
}
@media (max-width: 767px) {
  .promotions-page {
    padding: 32px 0;
  }
}

.promotions-header {
  text-align: center;
  margin-bottom: 24px;
}

.promotions-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .promotions-title {
    font-size: 24px;
  }
}

.promotions-subtitle {
  font-size: 18px;
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
}

.promotions-filter {
  margin-bottom: 48px;
}
.promotions-filter__years {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.promotions-filter__year {
  padding: 8px 24px;
  border-radius: 8px;
  background: #ffffff;
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease-in-out;
}
.promotions-filter__year:hover {
  border-color: #99cc33;
  color: #99cc33;
}
.promotions-filter__year.active {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .promotions-grid {
    grid-template-columns: 1fr;
  }
}

.promo-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.promo-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .promo-card__image {
    height: 180px;
  }
}
.promo-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.promo-card__image--default {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0.05) 100%);
}
.promo-card__image--default i {
  font-size: 64px;
  color: #99cc33;
  opacity: 0.5;
}
.promo-card:hover .promo-card__image img {
  transform: scale(1.05);
}
.promo-card__content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.promo-card__dates {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #ca1313;
  font-weight: 500;
  margin-bottom: 16px;
  background: rgba(202, 19, 19, 0.08);
  padding: 4px 10px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.promo-card__dates i {
  font-size: 14px;
}
.promo-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
  line-height: 1.4;
}
.promo-card__description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 32px;
  flex: 1;
}
.promo-card__footer {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.promotions-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 64px 24px;
  color: #666666;
}
.promotions-empty i {
  font-size: 64px;
  color: #e0e0e0;
  margin-bottom: 24px;
  display: block;
}
.promotions-empty h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}

.blog-page {
  padding: 48px 0;
  background-color: #fafafa;
  min-height: 60vh;
}

.blog-header {
  text-align: center;
  margin-bottom: 48px;
}

.blog-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}

.blog-subtitle {
  font-size: 18px;
  color: #666666;
  max-width: 700px;
  margin: 0 auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.blog-card__image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5;
}
.blog-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.blog-card:hover .blog-card__image img {
  transform: scale(1.05);
}
.blog-card__content {
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.blog-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
  line-height: 1.4;
}
.blog-card__preview {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 32px;
  flex: 1;
}

.blog-empty {
  grid-column: 1/-1;
  text-align: center;
  padding: 64px 24px;
  color: #666666;
}
.blog-empty i {
  font-size: 64px;
  color: #e0e0e0;
  margin-bottom: 24px;
  display: block;
}
.blog-empty h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}

.blog-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.blog-modal.active {
  display: flex;
}
.blog-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}
.blog-modal__content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  animation: modalSlideIn 0.3s ease-out;
}
.blog-modal__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.blog-modal__close:hover {
  background: #ca1313;
  color: #ffffff;
}

.blog-article__image {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-article__image {
    height: 250px;
  }
}
.blog-article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-article__title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  padding: 24px 48px 0;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .blog-article__title {
    font-size: 24px;
    padding: 24px 24px 0;
  }
}
.blog-article__content {
  padding: 48px;
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
}
@media (max-width: 767px) {
  .blog-article__content {
    padding: 24px;
  }
}
.blog-article__content p {
  margin-top: 0;
  margin-bottom: 24px;
}
.blog-article__content p:last-child {
  margin-bottom: 0;
}
.blog-article__content p:empty {
  display: none;
}
.blog-article__content p + p {
  margin-top: 0;
}
.blog-article__content h2,
.blog-article__content h3,
.blog-article__content h4 {
  color: #333333;
  margin-top: 32px;
  margin-bottom: 24px;
}
.blog-article__content h2 {
  font-size: 24px;
}
.blog-article__content h3 {
  font-size: 18px;
}
.blog-article__content ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}
.blog-article__content ol:last-child {
  margin-bottom: 0;
}
.blog-article__content ol li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.blog-article__content ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #99cc33;
}
.blog-article__content ul {
  list-style: none;
  padding-left: 0;
}
.blog-article__content ul:last-child {
  margin-bottom: 0;
}
.blog-article__content ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
}
.blog-article__content ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  top: 0;
  color: #99cc33;
  font-size: 20px;
  line-height: 1.2;
}
.blog-article__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
  font-size: 14px;
}
.blog-article__content table th,
.blog-article__content table td {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}
.blog-article__content table th {
  background: rgba(153, 204, 51, 0.05);
  font-weight: 600;
  color: #333333;
}
.blog-article__content table tr:nth-child(even) {
  background: rgba(153, 204, 51, 0.02);
}
.blog-article__content table tr:hover {
  background: rgba(153, 204, 51, 0.04);
}
.blog-article__content p:has(+ table) {
  margin-bottom: 0;
}
.blog-article__content table + p {
  margin-top: 0;
}
.blog-article__content blockquote {
  margin: 32px 0;
  padding: 24px 32px;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.08) 0%, rgba(153, 204, 51, 0.03) 100%);
  border-left: 4px solid #99cc33;
  border-radius: 4px;
  font-style: italic;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}
.blog-article__content blockquote p {
  margin: 0;
}
.blog-article__content blockquote p:last-child {
  margin-bottom: 0;
}
.blog-article__tests {
  padding: 48px;
  background: #fafafa;
  border-top: 2px solid #e0e0e0;
}
.blog-article__tests h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
}

.blog-quote {
  margin: 32px 0;
  padding: 24px 32px;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.08) 0%, rgba(153, 204, 51, 0.03) 100%);
  border-left: 4px solid #99cc33;
  border-radius: 4px;
  font-style: italic;
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
}

.blog-tests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .blog-tests-grid {
    grid-template-columns: 1fr;
  }
}

.blog-test-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.blog-test-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.blog-test-card__name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
}
.blog-test-card__price {
  font-size: 16px;
  font-weight: 700;
  color: #99cc33;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.offer-page {
  padding: 48px 0;
  background-color: #fafafa;
  min-height: 80vh;
}
@media (max-width: 767px) {
  .offer-page {
    padding: 32px 0;
  }
}

.offer-header {
  text-align: center;
  margin-bottom: 48px;
}

.offer-title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .offer-title {
    font-size: 24px;
  }
}

.offer-subtitle {
  font-size: 18px;
  color: #666666;
  margin: 0 auto;
  line-height: 1.6;
}

.offer-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 1023px) {
  .offer-grid {
    grid-template-columns: 1fr;
  }
}

.offer-sidebar {
  position: sticky;
  top: 280px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .offer-sidebar {
    position: static;
  }
}

.offer-nav {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1023px) {
  .offer-nav {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .offer-nav {
    gap: 4px;
  }
}
.offer-nav__item {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  border-radius: 8px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .offer-nav__item {
    white-space: nowrap;
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .offer-nav__item {
    padding: 8px 16px;
    font-size: 13px;
  }
}
.offer-nav__item:hover {
  background: rgba(153, 204, 51, 0.08);
  color: #99cc33;
}
.offer-nav__item.active {
  background: rgba(153, 204, 51, 0.12);
  color: #99cc33;
  font-weight: 600;
}

.offer-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.offer-section {
  scroll-margin-top: 280px;
}
.offer-section__title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
}
@media (max-width: 767px) {
  .offer-section__title {
    font-size: 18px;
  }
}
.offer-section__description {
  margin: 0 0 16px;
}
.offer-section__description:last-child {
  margin-bottom: 0;
}
.offer-section__intro {
  font-size: 16px;
  color: #666666;
  margin-bottom: 32px;
  line-height: 1.6;
}

.offer-definitions {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.offer-definition {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  background: #ffffff;
  border-radius: 8px;
  border-left: 3px solid #99cc33;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.offer-definition dt {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.offer-definition dd {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
}

.offer-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.offer-list__item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
}
.offer-list__item::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #99cc33;
  font-size: 14px;
}
.offer-list__item:last-child {
  margin-bottom: 0;
}
.offer-list__item strong {
  color: #333333;
  font-weight: 600;
}
.offer-list--margin {
  margin-bottom: 0;
}

.offer-highlight-box {
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.05) 0%, rgba(153, 204, 51, 0.02) 100%);
  border: 1px solid rgba(153, 204, 51, 0.2);
  border-radius: 8px;
  padding: 32px;
  margin-top: 24px;
}
.offer-highlight-box p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 24px;
}
.offer-highlight-box p:last-child {
  margin-bottom: 0;
}
.offer-highlight-box .offer-list li {
  color: #666666;
}

.requisites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .requisites-grid {
    grid-template-columns: 1fr;
  }
}

.requisite-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #e0e0e0;
}
.requisite-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #99cc33;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.requisite-card__description {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 16px;
}
.requisite-card__description:last-child {
  margin-bottom: 0;
}
.requisite-card__description strong {
  color: #333333;
  font-size: 16px;
}

.contact-block {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.contact-block__title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}
.contact-block__description {
  font-size: 16px;
  color: #666666;
  margin-bottom: 16px;
}
.contact-block__description:last-child {
  margin-bottom: 0;
}
.contact-block__description i {
  color: #99cc33;
  margin-right: 8px;
  width: 20px;
}
.contact-block__description a {
  color: #99cc33;
  text-decoration: none;
  font-weight: 500;
}
.contact-block__description a:hover {
  text-decoration: underline;
}

.text-muted {
  font-size: 14px;
  color: #666666;
  margin: 0;
}

.error-page {
  padding: 64px 0;
  text-align: center;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .error-page {
    padding: 48px 0;
  }
}
.error-page__code {
  font-size: 120px;
  font-weight: 700;
  color: #99cc33;
  line-height: 1;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .error-page__code {
    font-size: 80px;
  }
}
.error-page__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .error-page__title {
    font-size: 24px;
  }
}
.error-page__text {
  font-size: 18px;
  color: #666666;
  margin-bottom: 32px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .error-page__text {
    font-size: 16px;
  }
}
.error-page__actions {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (max-width: 767px) {
  .error-page__actions {
    flex-direction: column;
  }
}

.profile {
  min-height: 80vh;
  background-color: #fafafa;
  padding: 48px 0;
}
.profile__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  align-items: start;
  min-width: 0;
}
@media (max-width: 1023px) {
  .profile__layout {
    grid-template-columns: 1fr;
  }
}
.profile__sidebar {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.profile__sidebar:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.profile__sidebar {
  padding: 24px;
  position: sticky;
  top: 180px;
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .profile__sidebar {
    position: static;
  }
}
.profile__user-card {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  min-width: 0;
}
.profile__avatar {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #99cc33 0%, rgb(122.4, 163.2, 40.8) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}
.profile__user-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
  overflow: hidden;
}
.profile__user-title {
  font-weight: 600;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.profile__user-text {
  font-size: 14px;
  color: #666666;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.profile__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.profile__nav-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  padding: 10px 12px;
  min-width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.profile__nav-item i {
  width: 20px;
  font-size: 16px;
  text-align: center;
  flex-shrink: 0;
}
.profile__nav-item-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile__nav-item:hover {
  background-color: rgba(153, 204, 51, 0.08);
  color: #99cc33;
}
.profile__nav-item.active {
  background-color: #99cc33;
  color: #ffffff;
}
.profile__nav-item.active i {
  color: #ffffff;
}
.profile__footer {
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
  margin-top: 24px;
  min-width: 0;
}
.profile__logout {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #ca1313;
  padding: 10px 12px;
  min-width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.profile__logout i {
  flex-shrink: 0;
}
.profile__logout-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile__logout:hover {
  background-color: rgba(202, 19, 19, 0.08);
}
.profile__content {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.profile__content:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.profile__content {
  padding: 32px;
  min-height: 600px;
  min-width: 0;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .profile__content {
    padding: 24px;
  }
}
.profile__section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
  padding-bottom: 24px;
  min-width: 0;
}
@media (max-width: 550px) {
  .profile__section-header {
    flex-direction: column;
    gap: 4px;
  }
}
.profile__section-header--history {
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .profile__section-header--history {
    flex-direction: column;
    gap: 8px;
  }
}
.profile__section-header--history .profile__section-inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 550px) {
  .profile__section-header--history .profile__section-inner {
    flex-direction: column;
    gap: 4px;
  }
}
.profile__section-title {
  font-weight: 700;
  font-size: 24px;
  overflow-wrap: break-word;
  margin: 0;
}
@media (max-width: 767px) {
  .profile__section-title {
    font-size: 18px;
  }
}
.profile__section-text {
  font-size: 14px;
  color: #666666;
  overflow-wrap: break-word;
  margin: 4px 0 14px;
}
@media (max-width: 767px) {
  .profile__section-text {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .profile__section-text {
    text-align: center;
    margin: 0;
  }
}

[id^=section-] {
  scroll-margin-top: 215px;
}
@media (max-width: 1023px) {
  [id^=section-] {
    scroll-margin-top: 140px;
  }
}

.dashboard {
  min-width: 0;
}
.dashboard__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  min-width: 0;
  margin-bottom: 48px;
}
@media (max-width: 550px) {
  .dashboard__stats {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
.dashboard__stats-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.dashboard__stats-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.dashboard__stats-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #ffffff;
  text-decoration: none;
  color: inherit;
  padding: 24px;
  min-width: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.dashboard__stats-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.08) 0%, rgba(153, 204, 51, 0.03) 100%);
}
.dashboard__stats-icon {
  width: 48px;
  height: 48px;
  background-color: #99cc33;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  flex-shrink: 0;
}
.dashboard__stats-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  overflow: hidden;
}
.dashboard__stats-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
}
.dashboard__stats-label {
  font-size: 14px;
  color: #666666;
}
.dashboard__content {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.dashboard__content:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.dashboard__content {
  padding: 24px;
  margin-bottom: 24px;
}
.dashboard__content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
@media (max-width: 550px) {
  .dashboard__content-header {
    flex-direction: column;
    align-items: unset;
    gap: 2px;
  }
}
.dashboard__content-title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 550px) {
  .dashboard__content-title {
    justify-content: flex-start;
  }
}
.dashboard__content-title i {
  font-size: 20px;
  color: #99cc33;
}
.dashboard__content-link {
  font-weight: 500;
  font-size: 14px;
  color: #99cc33;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .dashboard__content-link {
    display: flex;
    justify-content: flex-end;
  }
}
.dashboard__content-link:hover {
  color: rgb(122.4, 163.2, 40.8);
  text-decoration: underline;
}
.dashboard__orders {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard__orders-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background-color: #fafafa;
  border-radius: 8px;
  padding: 16px 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 550px) {
  .dashboard__orders-item {
    flex-direction: column;
    align-items: unset;
    gap: 4px;
  }
}
.dashboard__orders-item:hover {
  transform: translateX(4px);
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.08) 0%, rgba(153, 204, 51, 0.04) 100%);
  box-shadow: 0 2px 6px rgba(153, 204, 51, 0.08);
}
.dashboard__orders-item:hover .dashboard__orders-number {
  scale: 1.05;
  transform: translateX(4px);
  color: #99cc33;
}
.dashboard__orders-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 550px) {
  .dashboard__orders-info {
    justify-content: flex-start;
  }
}
.dashboard__orders-number {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.dashboard__orders-date {
  font-size: 12px;
  color: #666666;
}
.dashboard__orders-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .dashboard__orders-inner {
    flex-direction: column;
    gap: 4px;
  }
}
@media (max-width: 550px) {
  .dashboard__orders-inner {
    align-items: flex-end;
  }
}
.dashboard__orders-status {
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 12px;
  white-space: nowrap;
}
.dashboard__orders-status.status-new {
  background-color: rgba(255, 152, 0, 0.15);
  color: rgb(204, 121.6, 0);
}
.dashboard__orders-status.status-paid {
  background-color: rgba(153, 204, 51, 0.15);
  color: rgb(122.4, 163.2, 40.8);
}
.dashboard__orders-status.status-pending {
  background-color: rgba(153, 204, 51, 0.15);
  color: rgb(122.4, 163.2, 40.8);
}
.dashboard__orders-status.status-sample_taken {
  background-color: rgba(33, 150, 243, 0.15);
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
.dashboard__orders-status.status-in_lab {
  background-color: rgba(33, 150, 243, 0.15);
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
.dashboard__orders-status.status-completed {
  background-color: rgba(76, 175, 80, 0.15);
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
.dashboard__orders-status.status-cancelled {
  background-color: rgba(244, 67, 54, 0.15);
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.dashboard__orders-amount {
  font-weight: 700;
  font-size: 18px;
  color: #99cc33;
  white-space: nowrap;
}

.results__filters {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.results__filters:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.results__filters {
  padding: 32px;
  margin-bottom: 32px;
}
.results__filters form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: end;
  gap: 24px;
}
@media (max-width: 767px) {
  .results__filters form {
    grid-template-columns: 1fr;
  }
}
.results__filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.results__filter-group--search {
  grid-column: 1/-1;
}
@media (max-width: 767px) {
  .results__filter-group--search {
    grid-column: auto;
  }
}
.results__filter-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.results__select-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  height: 52px;
  min-width: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .results__select-wrapper {
    height: 44px;
  }
}
.results__select-wrapper:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.results__select-wrapper .custom-select {
  flex: 1;
  min-width: 0;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
  padding: 0 24px;
  font-size: 14px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 100%;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 52px;
}
@media (max-width: 767px) {
  .results__select-wrapper .custom-select {
    height: 44px;
  }
}
.results__select-wrapper .custom-select:focus {
  outline: none;
  box-shadow: none;
}
.results__select-wrapper .custom-select option {
  padding: 8px 16px;
  background: #ffffff;
  color: #333333;
}
.results__select-wrapper .select-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #99cc33;
  border-left: 1px solid #e0e0e0;
  min-width: 48px;
  flex-shrink: 0;
  padding: 0 16px;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .results__select-wrapper .select-arrow {
    min-width: 44px;
    padding: 0 8px;
  }
}
.results__select-wrapper .select-arrow i {
  font-size: 12px;
  transition: transform 0.2s ease-in-out;
}
.results__select-wrapper .custom-select:focus + .select-arrow i {
  transform: rotate(180deg);
}
.results__filter-input {
  padding: 16px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  background-color: #ffffff;
  height: 52px;
}
@media (max-width: 767px) {
  .results__filter-input {
    height: 44px;
  }
}
.results__filter-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.results__date-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.results__date-wrapper:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.results__date-wrapper .date-input {
  flex: 1;
  border: none !important;
  border-radius: 0 !important;
  font-size: 14px;
  padding: 16px 24px;
  width: 100%;
  height: 52px;
  cursor: pointer;
}
.results__date-wrapper .date-input:focus {
  outline: none;
  box-shadow: none;
}
.results__date-wrapper .btn-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: none;
  border-left: 1px solid #e0e0e0;
  background: #ffffff;
  color: #99cc33;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  min-width: 48px;
}
@media (max-width: 767px) {
  .results__date-wrapper .btn-calendar {
    min-width: 44px;
    padding: 0 8px;
  }
}
.results__date-wrapper .btn-calendar:hover {
  background: #99cc33;
  color: #ffffff;
  border-left-color: #99cc33;
}
.results__date-wrapper .btn-calendar i {
  font-size: 18px;
}
.results__calendar-wrapper {
  position: absolute;
  margin-top: 16px;
  padding: 24px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: none;
}
@media (max-width: 767px) {
  .results__calendar-wrapper {
    padding: 16px;
    width: 100%;
  }
}
.results__calendar-wrapper .custom-calendar {
  max-width: 350px;
  margin: 0 auto;
}
.results__calendar-wrapper .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e0e0e0;
}
.results__calendar-wrapper .calendar-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.results__calendar-wrapper .calendar-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.results__calendar-wrapper .calendar-select {
  padding: 8px 24px;
  padding-right: 32px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  background: #ffffff;
  color: #333333;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2399cc33' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 12px;
}
.results__calendar-wrapper .calendar-select:hover {
  border-color: #99cc33;
}
.results__calendar-wrapper .calendar-select:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.results__calendar-wrapper .calendar-select-wrapper {
  position: relative;
  display: inline-block;
}
.results__calendar-wrapper .calendar-select-wrapper select {
  width: 100%;
}
.results__calendar-wrapper .calendar-nav {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px 16px;
  color: #99cc33;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
.results__calendar-wrapper .calendar-nav:hover {
  background: rgba(153, 204, 51, 0.1);
  border-radius: 4px;
}
.results__calendar-wrapper .calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 16px;
}
.results__calendar-wrapper .calendar-weekdays div {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #666666;
  padding: 8px;
}
.results__calendar-wrapper .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
.results__calendar-wrapper .calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .results__calendar-wrapper .calendar-day {
    font-size: 12px;
  }
}
.results__calendar-wrapper .calendar-day--empty {
  cursor: default;
}
.results__calendar-wrapper .calendar-day--available {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #333333;
}
.results__calendar-wrapper .calendar-day--available:hover {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
  transform: scale(1.1);
}
.results__calendar-wrapper .calendar-day--selected {
  background: #99cc33;
  color: #ffffff;
  border-color: #99cc33;
  font-weight: 600;
}
.results__calendar-wrapper .calendar-day--disabled {
  background: #f5f5f5;
  color: #666666;
  cursor: not-allowed;
  opacity: 0.5;
}
.results__filter-actions {
  display: flex;
  gap: 16px;
  grid-column: 1/-1;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .results__filter-actions {
    flex-direction: column;
    width: 100%;
  }
}
.results__filter-actions .btn {
  padding: 10px 24px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 767px) {
  .results__filter-actions .btn {
    width: 100%;
  }
}
.results__info-banner {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.results__info-banner:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.results__info-banner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.05) 0%, rgba(153, 204, 51, 0.05) 100%);
  border-left: 4px solid #99cc33;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 32px;
}
.results__info-banner i {
  font-size: 20px;
  color: #99cc33;
  margin-top: 2px;
  flex-shrink: 0;
}
.results__info-banner-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.results__info-banner-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
.results__info-banner-text span {
  font-size: 13px;
  color: #666666;
}
@media (max-width: 767px) {
  .results__info-banner {
    padding: 24px;
    flex-direction: row;
  }
}
.results__empty {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.results__empty:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.results__empty {
  color: #666666;
  text-align: center;
  padding: 64px 32px;
}
.results__empty-icon {
  font-size: 64px;
  color: #99cc33;
  opacity: 0.3;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .results__empty-icon {
    font-size: 32px;
  }
}
.results__empty-title {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}
.results__empty-text {
  font-size: 16px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .results__empty-text {
    font-size: 14px;
  }
}
.results__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.results__card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.results__card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.results__card {
  border: 1px solid rgba(224, 224, 224, 0.5);
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.results__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(153, 204, 51, 0.2);
}
.results__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(to right, rgba(153, 204, 51, 0.03) 0%, rgba(153, 204, 51, 0.01) 100%);
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .results__card-header {
    padding: 24px;
  }
}
@media (max-width: 550px) {
  .results__card-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.results__card-info {
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 350px) {
  .results__card-info {
    min-width: unset;
  }
}
.results__card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin: 0;
}
.results__card-title i {
  color: #99cc33;
}
.results__card-date {
  font-size: 14px;
  color: #666666;
  vertical-align: middle;
  margin: 0;
}
.results__card-date i {
  color: #99cc33;
  margin-right: 8px;
}
.results__card-date strong {
  font-weight: 700;
  color: rgb(122.4, 163.2, 40.8);
}
.results__card-actions {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .results__card-actions {
    width: 100%;
    justify-content: flex-end;
  }
}
.results__card-actions .btn-success {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #99cc33 0%, rgb(128.52, 171.36, 42.84) 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 2px 8px rgba(153, 204, 51, 0.3);
  transition: all 0.3s ease-in-out;
  padding: 10px 20px;
  font-weight: 600;
}
.results__card-actions .btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(153, 204, 51, 0.4);
  background: linear-gradient(135deg, rgb(137.7, 183.6, 45.9) 0%, rgb(116.28, 155.04, 38.76) 100%);
}
.results__card-actions .btn-success:hover i {
  transform: rotate(-10deg) scale(1.1);
}
.results__card-actions .btn-success:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.results__card-actions .btn-success:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(153, 204, 51, 0.3);
}
.results__card-actions .btn-success i {
  margin-right: 8px;
  transition: transform 0.2s ease-in-out;
  display: inline-block;
}
.results__card-actions .btn-success::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s, opacity 0.6s;
  opacity: 0;
}
.results__card-actions .btn-success:active::after {
  width: 300px;
  height: 300px;
  opacity: 0;
  transition: width 0s, height 0s, opacity 0s;
}
.results__card-body {
  padding: 0;
}
.results__table-wrapper {
  overflow-x: auto;
}
.results__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.results__table thead {
  background: linear-gradient(to right, rgba(153, 204, 51, 0.05), rgba(153, 204, 51, 0.02));
  border-bottom: 2px solid #e0e0e0;
}
.results__table thead th {
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 24px;
}
.results__table thead th:first-child {
  min-width: 280px;
  text-align: left;
  padding-left: 32px;
}
.results__table thead th:last-child {
  padding-right: 32px;
}
.results__table thead th.results__table-action {
  text-align: center;
  width: 80px;
}
@media (max-width: 767px) {
  .results__table thead th {
    font-size: 11px;
    padding: 12px 16px;
  }
  .results__table thead th:first-child {
    padding-left: 24px;
  }
  .results__table thead th:last-child {
    padding-right: 24px;
  }
}
.results__table tbody tr {
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
  transition: background-color 0.2s ease-in-out;
}
.results__table tbody tr:last-child {
  border-bottom: none;
}
.results__table tbody tr:hover {
  background-color: rgba(153, 204, 51, 0.03);
}
.results__table-cell {
  vertical-align: middle;
  color: #333333;
  text-align: center;
  padding: 14px 24px;
}
.results__table-cell:first-child {
  text-align: left;
  padding-left: 32px;
}
.results__table-cell:last-child {
  padding-right: 32px;
}
@media (max-width: 767px) {
  .results__table-cell {
    font-size: 13px;
    padding: 12px 16px;
  }
  .results__table-cell:first-child {
    padding-left: 24px;
  }
  .results__table-cell:last-child {
    padding-right: 24px;
  }
}
.results__test-name {
  font-size: 12px;
  color: #99cc33;
  margin-bottom: 4px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.results__test-name:hover {
  color: rgb(122.4, 163.2, 40.8);
  text-decoration: underline;
}
.results__parameter {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
}
.results__value {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  transition: all 0.2s ease-in-out;
}
.results__value--normal {
  color: #4caf50;
}
.results__value--high {
  color: #f44336;
}
.results__value--low {
  color: #ff9800;
}
.results__value--critical {
  color: #f44336;
}
.results__unit {
  font-size: 13px;
  color: #666666;
}
.results__reference {
  font-size: 14px;
  color: #666666;
}
.results__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
}
.results__status i {
  font-size: 11px;
}
.results__status--normal {
  background-color: rgba(76, 175, 80, 0.12);
  color: rgb(48.2039840637, 110.9960159363, 50.7410358566);
  border: 1px solid rgba(76, 175, 80, 0.2);
}
.results__status--normal i {
  color: rgb(52.8366533865, 121.6633466135, 55.6175298805);
}
.results__status--high {
  background-color: rgba(244, 67, 54, 0.12);
  color: rgb(224.5132075472, 26.8075471698, 12.2867924528);
  border: 1px solid rgba(244, 67, 54, 0.2);
}
.results__status--high i {
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.results__status--high:hover {
  background-color: rgba(244, 67, 54, 0.25);
  transform: scale(1.05);
}
.results__status--low {
  background-color: rgba(255, 152, 0, 0.12);
  color: rgb(163.2, 97.28, 0);
  border: 1px solid rgba(255, 152, 0, 0.2);
}
.results__status--low i {
  color: rgb(178.5, 106.4, 0);
}
.results__status--low:hover {
  background-color: rgba(255, 152, 0, 0.25);
  transform: scale(1.05);
}
.results__status--critical {
  background-color: rgba(244, 67, 54, 0.2);
  color: rgb(210.0070754717, 25.0754716981, 11.4929245283);
  border: 1px solid rgba(244, 67, 54, 0.3);
  font-weight: 700;
}
.results__status--critical i {
  color: rgb(224.5132075472, 26.8075471698, 12.2867924528);
}
.results__status--critical:hover {
  background-color: rgba(244, 67, 54, 0.25);
  transform: scale(1.05);
}
.results__status--unknown {
  background-color: rgba(102, 102, 102, 0.1);
  border: 1px solid rgba(102, 102, 102, 0.15);
  color: #666666;
}
.results__table-action {
  text-align: center;
}
.results__table-action .btn {
  width: 60px;
  border-radius: 8px;
  font-size: 13px;
  padding: 6px 12px;
}
.results__table-action .btn i {
  font-size: 14px;
}
.results__filtered-notice td {
  background: rgba(153, 204, 51, 0.03);
  font-size: 13px;
  color: #666666;
  text-align: center;
  padding: 12px;
}
.results__filtered-notice td i {
  color: #99cc33;
  margin-right: 4px;
}
.results__pdf-link {
  font-weight: 600;
  color: #99cc33;
  text-decoration: none;
  margin-left: 4px;
  transition: all 0.3s ease-in-out;
}
.results__pdf-link:hover {
  color: rgb(122.4, 163.2, 40.8);
  text-decoration: underline;
}

.dynamics-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.dynamics-modal.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.dynamics-modal__content {
  background: #ffffff;
  border-radius: 16px;
  width: 100%;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.95);
  transition: transform 0.3s ease-in-out;
}
.dynamics-modal.is-active .dynamics-modal__content {
  transform: scale(1);
}
@media (max-width: 767px) {
  .dynamics-modal__content {
    max-height: 95vh;
  }
}
.dynamics-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-bottom: 1px solid #e0e0e0;
  background: linear-gradient(to right, rgba(153, 204, 51, 0.05), transparent);
}
.dynamics-modal__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.dynamics-modal__title i {
  color: #99cc33;
}
.dynamics-modal__close {
  background: none;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  color: #666666;
  padding: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.dynamics-modal__close:hover {
  background-color: rgba(244, 67, 54, 0.1);
  color: #f44336;
}
.dynamics-modal__body {
  padding: 32px;
}
@media (max-width: 767px) {
  .dynamics-modal__body {
    padding: 24px;
  }
}
.dynamics-modal canvas {
  width: 100%;
  height: 300px;
}
@media (max-width: 1023px) {
  .dynamics-modal canvas {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .dynamics-modal canvas {
    height: 200px;
  }
}

.results-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.results-modal.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.results-modal__content {
  background: #ffffff;
  border-radius: 16px;
  width: 100%;
  max-width: 560px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: scale(0.95) translateY(20px);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.results-modal.is-active .results-modal__content {
  transform: scale(1) translateY(0);
}
.results-modal__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(255, 152, 0, 0.1) 0%, rgba(255, 152, 0, 0.05) 100%);
  border-bottom: 2px solid rgba(255, 152, 0, 0.2);
  padding: 32px;
}
.results-modal__header--warning i {
  font-size: 28px;
  color: #ff9800;
}
.results-modal__header i {
  flex-shrink: 0;
}
.results-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.results-modal__body {
  text-align: center;
  padding: 32px;
}
.results-modal__text {
  margin: 0 0 24px;
  color: #666666;
  line-height: 1.6;
  font-size: 14px;
}
.results-modal__text:last-child {
  margin-bottom: 0;
}
.results-modal__text strong {
  color: #333333;
  font-weight: 600;
}
.results-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding: 32px;
  border-top: 1px solid #e0e0e0;
  background: rgba(250, 250, 250, 0.5);
}

.favourites__empty {
  background-color: #fafafa;
  border-radius: 16px;
  color: #666666;
  text-align: center;
  padding: 96px;
}
@media (max-width: 600px) {
  .favourites__empty {
    padding: 32px;
  }
}
.favourites__empty-icon {
  font-size: 48px;
  margin-bottom: 24px;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .favourites__empty-icon {
    font-size: 32px;
  }
}
.favourites__empty-title {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.favourites__empty-text {
  font-size: 16px;
  max-width: 480px;
  margin: 0 auto 16px;
}
@media (max-width: 600px) {
  .favourites__empty-text {
    font-size: 14px;
  }
}
.favourites__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.favourites__item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.favourites__item:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.favourites__item {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .favourites__item {
    align-items: flex-start;
  }
}
.favourites__item-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 767px) {
  .favourites__item-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.favourites__item-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.favourites__item-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.favourites__item-link {
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
.favourites__item-link:hover {
  color: #99cc33;
}
.favourites__item-meta {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.favourites__item-element {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #666666;
}
.favourites__item-element i {
  color: #99cc33;
  font-size: 14px;
}
.favourites__item-price {
  font-size: 20px;
  font-weight: 700;
  color: #99cc33;
  white-space: nowrap;
}
.favourites__item-remove {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #666666;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.favourites__item-remove:hover {
  background-color: rgba(244, 67, 54, 0.1);
  color: #f44336;
}
.favourites__item-remove i {
  font-size: 18px;
}
.favourites__item--removing {
  opacity: 0;
  transform: translateX(-20px);
}

.current__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.current__card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}
.current__card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.current__card {
  border: 1px solid rgba(224, 224, 224, 0.5);
  padding: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.current__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  border-color: rgba(153, 204, 51, 0.2);
}
.current__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(to right, rgba(153, 204, 51, 0.03) 0%, rgba(153, 204, 51, 0.01) 100%);
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .current__card-header {
    padding: 24px;
  }
}
@media (max-width: 740px) {
  .current__card-header {
    flex-direction: column;
    gap: 16px;
  }
}
.current__card-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 740px) {
  .current__card-wrapper {
    flex-direction: column;
    gap: 8px;
  }
}
.current__card-status {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 740px) {
  .current__card-status {
    align-items: center;
  }
}
.current__card-body {
  padding: 32px;
}
@media (max-width: 767px) {
  .current__card-body {
    padding: 24px;
  }
}
.current__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .current__card-grid {
    grid-template-columns: 1fr;
  }
}
.current__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 740px) {
  .current__title {
    align-items: center;
  }
}
.current__title-number {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
.current__title-date {
  font-size: 14px;
  color: #666666;
}
.current__barcode {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}
.current__barcode img {
  display: block;
  max-height: 55px;
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}
.current__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}
.current__status.status-new {
  background-color: rgba(255, 152, 0, 0.15);
  border: 1px solid rgba(255, 152, 0, 0.2);
  color: rgb(204, 121.6, 0);
}
.current__status.status-paid {
  background-color: rgba(153, 204, 51, 0.15);
  border: 1px solid rgba(153, 204, 51, 0.2);
  color: rgb(122.4, 163.2, 40.8);
}
.current__status.status-pending {
  background-color: rgba(153, 204, 51, 0.15);
  border: 1px solid rgba(153, 204, 51, 0.2);
  color: rgb(122.4, 163.2, 40.8);
}
.current__status.status-sample_taken {
  background-color: rgba(33, 150, 243, 0.15);
  border: 1px solid rgba(33, 150, 243, 0.2);
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
.current__status.status-processing {
  background-color: rgba(33, 150, 243, 0.15);
  border: 1px solid rgba(33, 150, 243, 0.2);
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}
.current__deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: rgba(153, 204, 51, 0.08);
  border: 1px solid rgba(153, 204, 51, 0.2);
  border-radius: 16px;
  font-size: 12px;
  padding: 6px 14px;
}
.current__deadline i {
  color: #99cc33;
  font-size: 14px;
}
.current__deadline strong {
  color: rgb(122.4, 163.2, 40.8);
  font-weight: 700;
}
.current__info {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.current__info i {
  width: 20px;
  font-size: 18px;
  color: #99cc33;
  text-align: center;
  margin-top: 2px;
  flex-shrink: 0;
}
.current__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.current__info-label {
  display: block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #666666;
}
.current__info-value {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.current__info-value.highlight {
  font-weight: 700;
  font-size: 18px;
  color: #99cc33;
}
.current__info-subvalue {
  display: block;
  font-size: 12px;
  color: #666666;
}
.current__info-subvalue--address {
  color: #333333;
}
.current__info-subvalue--work {
  color: #ff9800;
}
.current__info-subvalue--working {
  color: #f44336;
}
.current__info-subvalue--description {
  color: #2196f3;
}
.current__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  background-color: rgba(250, 250, 250, 0.3);
  border-top: 1px solid rgba(224, 224, 224, 0.5);
  padding: 24px 32px;
}
@media (max-width: 767px) {
  .current__footer {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .current__footer {
    flex-direction: column;
  }
}
.current__footer-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 400px) {
  .current__footer-inner {
    flex-direction: column;
  }
}
.current__footer .btn-outline {
  border: 1px solid #99cc33;
  padding: 7px 16px;
}
.current__footer .btn-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: none;
  border: 1px solid rgba(244, 67, 54, 0.5);
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  color: rgba(244, 67, 54, 0.5);
  padding: 10px 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.current__footer .btn-cancel:hover {
  background-color: rgba(244, 67, 54, 0.1);
}
.current__empty {
  background-color: #fafafa;
  border-radius: 16px;
  color: #666666;
  text-align: center;
  padding: 96px;
}
@media (max-width: 600px) {
  .current__empty {
    padding: 32px;
  }
}
.current__empty-icon {
  font-size: 48px;
  margin-bottom: 24px;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .current__empty-icon {
    font-size: 32px;
  }
}
.current__empty-title {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.current__empty-text {
  font-size: 16px;
  max-width: 480px;
  margin: 0 auto 16px;
}
@media (max-width: 600px) {
  .current__empty-text {
    font-size: 14px;
  }
}
.current__containers {
  margin-top: 24px;
  padding: 24px;
  background-color: rgba(153, 204, 51, 0.04);
  border: 1px solid rgba(153, 204, 51, 0.15);
  border-radius: 8px;
}
@media (max-width: 450px) {
  .current__containers {
    padding: 16px;
  }
}
.current__containers--detailed {
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
.current__containers-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 450px) {
  .current__containers-header {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .current__containers-header {
    flex-direction: column;
  }
}
.current__containers-header i {
  color: #99cc33;
  font-size: 16px;
}
.current__containers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .current__containers-list {
    flex-direction: column;
  }
}
.current__containers-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .current__containers-item {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 450px) {
  .current__containers-item {
    flex-direction: column;
  }
}
.current__containers-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-color: rgba(153, 204, 51, 0.3);
}
.current__containers-item .container-visual {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.current__containers-item .container-visual:has(.container-svg[viewBox*="70"]) {
  width: 70px;
  height: 32px;
  min-width: 70px;
}
.current__containers-item .container-visual .container-svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
  transition: transform 0.2s ease-in-out;
}
.current__containers-item .order-container-item:hover .container-visual .container-svg {
  transform: scale(1.05);
}
.current__containers-item .container-info {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.current__containers-item .container-name {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 450px) {
  .current__containers-item .container-name {
    text-align: center;
  }
}
.current__containers-item .container-full-name {
  font-size: 11px;
  color: #666666;
  margin-top: 2px;
}
@media (max-width: 450px) {
  .current__containers-item .container-full-name {
    text-align: center;
  }
}
.current__containers-item .container-count {
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  color: #99cc33;
  background-color: rgba(153, 204, 51, 0.1);
  padding: 2px 8px;
  border-radius: 50%;
  white-space: nowrap;
}
@media (max-width: 450px) {
  .current__containers-item .container-count {
    margin: 0;
  }
}

.order-history__count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(153, 204, 51, 0.1) 0%, rgba(153, 204, 51, 0.05) 100%);
  border: 1px solid rgba(153, 204, 51, 0.2);
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #99cc33;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  .order-history__count {
    font-size: 14px;
  }
}
.order-history__table {
  overflow-x: auto;
  margin: 0;
}
.order-history__table .profile-table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  font-size: 14px;
}
.order-history__table .profile-table thead tr th {
  background-color: #f5f5f5;
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.8px;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 16px;
}
.order-history__table .profile-table thead tr th:first-child {
  border-radius: 8px 0 0 0;
}
.order-history__table .profile-table thead tr th:last-child {
  border-radius: 0 8px 0 0;
}
.order-history__table .profile-table tbody tr {
  border-bottom: 1px solid rgba(224, 224, 224, 0.5);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.order-history__table .profile-table tbody tr:last-child {
  border-bottom: none;
}
.order-history__table .profile-table tbody tr:hover {
  background-color: rgba(153, 204, 51, 0.07);
}
.order-history__table .profile-table tbody tr:hover td {
  color: #333333;
}
.order-history__table .profile-table tbody tr:hover .order-link {
  color: #99cc33;
}
.order-history__table .profile-table tbody tr td {
  vertical-align: middle;
  border: none;
  text-align: center;
  color: #666666;
  padding: 16px;
}
.order-history__table .profile-table td:nth-child(1),
.order-history__table .profile-table th:nth-child(1) {
  width: 130px;
  min-width: 130px;
}
.order-history__table .profile-table td:nth-child(2),
.order-history__table .profile-table th:nth-child(2) {
  width: 130px;
  min-width: 130px;
}
.order-history__table .profile-table td:nth-child(3),
.order-history__table .profile-table th:nth-child(3) {
  min-width: 300px;
}
.order-history__table .profile-table td:nth-child(4),
.order-history__table .profile-table th:nth-child(4) {
  width: 150px;
  min-width: 150px;
}
.order-history__table .profile-table td:nth-child(4) .amount,
.order-history__table .profile-table th:nth-child(4) .amount {
  font-weight: 500;
  font-size: 16px;
}
.order-history__table .profile-table td:nth-child(5),
.order-history__table .profile-table th:nth-child(5) {
  width: 140px;
  min-width: 140px;
  text-align: center;
}
.order-history__table .profile-table td:nth-child(6),
.order-history__table .profile-table th:nth-child(6) {
  width: 160px;
  min-width: 160px;
}
.order-history__table .order-link {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.order-history__table .order-link:hover {
  color: #99cc33;
  text-decoration: none;
}
.order-history__table .date-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.order-history__table .date-cell .time {
  font-size: 12px;
  color: #666666;
  opacity: 0.8;
}
.order-history__table .collection-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.order-history__table .collection-point .cp-name {
  font-weight: 500;
  color: #333333;
}
.order-history__table .collection-point .cp-address {
  font-size: 12px;
  color: #666666;
}
.order-history__table .status-badge {
  border-radius: 12px;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 12px;
  white-space: nowrap;
}
.order-history__table .status-badge.status-completed {
  background-color: rgba(76, 175, 80, 0.15);
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
.order-history__table .status-badge.status-cancelled {
  background-color: rgba(244, 67, 54, 0.15);
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.order-history__table .order-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.order-history__table .order-actions .btn-results {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(153, 204, 51, 0.08);
  border: 1px solid rgba(153, 204, 51, 0.2);
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #99cc33;
  padding: 8px 16px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.order-history__table .order-actions .btn-results:hover {
  background-color: rgba(153, 204, 51, 0.15);
  border-color: rgba(153, 204, 51, 0.4);
  box-shadow: 0 2px 6px rgba(153, 204, 51, 0.15);
  opacity: 1;
  transform: translateY(-1px);
}
.order-history__table .order-actions .btn-repeat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  padding: 8px 16px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.order-history__table .order-actions .btn-repeat i {
  transition: transform 0.2s ease-in-out;
}
.order-history__table .order-actions .btn-repeat:hover {
  background-color: rgba(153, 204, 51, 0.15);
  border-color: rgba(153, 204, 51, 0.4);
  box-shadow: 0 2px 6px rgba(153, 204, 51, 0.15);
  color: #99cc33;
  opacity: 1;
  transform: translateY(-1px);
}
.order-history__table .order-actions .btn-repeat:hover i {
  transform: rotate(180deg);
}
.order-history__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid #e0e0e0;
  padding-top: 32px;
  margin-top: 48px;
}
@media (max-width: 767px) {
  .order-history__pagination {
    flex-direction: column;
    align-items: flex-start;
  }
}
.order-history__pagination .pagination-info {
  font-size: 14px;
  color: #666666;
}
.order-history__pagination .pagination-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  .order-history__pagination .pagination-links {
    flex-wrap: wrap;
  }
}
.order-history__pagination .pagination-links .page-link {
  min-width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.order-history__pagination .pagination-links .page-link:hover {
  background-color: #fafafa;
  border-color: #99cc33;
  color: #99cc33;
  transform: translateY(-1px);
}
.order-history__pagination .pagination-links .page-link.active {
  background-color: #99cc33;
  border-color: #99cc33;
  font-weight: 600;
  color: #ffffff;
}
.order-history__pagination .pagination-links .page-link i {
  font-size: 12px;
}
.order-history__pagination .pagination-links .page-ellipsis {
  font-weight: 600;
  color: #666666;
  padding: 0 6px;
}
.order-history__empty {
  background-color: #fafafa;
  border-radius: 16px;
  color: #666666;
  text-align: center;
  padding: 96px;
}
@media (max-width: 600px) {
  .order-history__empty {
    padding: 32px;
  }
}
.order-history__empty-icon {
  font-size: 48px;
  margin-bottom: 24px;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .order-history__empty-icon {
    font-size: 32px;
  }
}
.order-history__empty-title {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.order-history__empty-text {
  font-size: 16px;
  max-width: 480px;
  margin: 0 auto 16px;
}
@media (max-width: 600px) {
  .order-history__empty-text {
    font-size: 14px;
  }
}

.savings__balance-card {
  background: linear-gradient(135deg, #99cc33 0%, rgb(122.4, 163.2, 40.8) 100%);
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .savings__balance-card {
    padding: 24px;
  }
}
.savings__balance-label {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
  margin-bottom: 8px;
}
.savings__balance-amount {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 767px) {
  .savings__balance-amount {
    font-size: 28px;
  }
}
.savings__rules {
  background-color: rgba(153, 204, 51, 0.05);
  border-radius: 8px;
  border-left: 4px solid #99cc33;
  padding: 24px;
  margin-bottom: 32px;
}
.savings__rules-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.savings__rules-header i {
  color: #99cc33;
}
.savings__rules-title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  margin: 0;
}
.savings__rules-list {
  color: #666666;
  padding-left: 24px;
  margin: 0;
}
.savings__rules-item {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.savings__rules-item strong {
  font-weight: 600;
}
.savings__rules-item:last-child {
  margin-bottom: 0;
}
.savings__history-title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 24px;
}
.savings__empty {
  background-color: #fafafa;
  border-radius: 16px;
  color: #666666;
  text-align: center;
  padding: 96px;
}
@media (max-width: 600px) {
  .savings__empty {
    padding: 48px;
  }
}
.savings__empty i {
  font-size: 48px;
  margin-bottom: 24px;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .savings__empty i {
    font-size: 32px;
  }
}
.savings__empty-text {
  font-size: 16px;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .savings__empty-text {
    font-size: 14px;
  }
}
.savings__table {
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .savings__table {
    font-size: 12px;
  }
}
.savings__transactions {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  font-size: 14px;
}
.savings__transactions th,
.savings__transactions td {
  text-align: center;
  padding: 16px 8px;
  border-bottom: 1px solid #e0e0e0;
}
.savings__transactions th {
  background-color: #fafafa;
  font-weight: 600;
  color: #666666;
  white-space: nowrap;
}
.savings__transactions tbody tr:last-child td {
  border-bottom: none;
}
.savings__transactions tbody tr:hover {
  background-color: rgba(153, 204, 51, 0.02);
}
.savings__transactions .type-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 16px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
}
.savings__transactions .type-badge--credit {
  background-color: rgba(76, 175, 80, 0.1);
  color: #4caf50;
}
.savings__transactions .type-badge--debit {
  background-color: rgba(244, 67, 54, 0.1);
  color: #f44336;
}
.savings__transactions .type-badge--refund {
  background-color: rgba(255, 152, 0, 0.1);
  color: rgb(178.5, 106.4, 0);
}
.savings__transactions .type-badge--bonus {
  background-color: rgba(153, 204, 51, 0.1);
  color: #99cc33;
}
.savings__transactions .amount {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}
.savings__transactions .description-cell .description-text {
  flex: 1;
  margin-right: 8px;
}
.savings__transactions .order-link {
  font-size: 16px;
  color: #99cc33;
  text-decoration: none;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}
.savings__transactions .order-link:hover {
  opacity: 1;
  transform: translate(1px, -1px);
}
.savings__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.savings__pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.savings__pagination .pagination-item:hover:not(.disabled) {
  background-color: rgba(153, 204, 51, 0.1);
  border-color: #99cc33;
  color: #99cc33;
}
.savings__pagination .pagination-item.active {
  background-color: #99cc33;
  border-color: #99cc33;
  color: #ffffff;
  cursor: default;
}
.savings__pagination .pagination-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.savings__pagination .pagination-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.text-success {
  color: #4caf50;
}

.text-danger {
  color: #f44336;
}

.text-secondary {
  color: #666666;
}

.personal-data__alert {
  display: flex;
  gap: 24px;
  background-color: rgba(153, 204, 51, 0.05);
  border: 1px solid rgba(153, 204, 51, 0.2);
  border-left: 4px solid #99cc33;
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 48px;
  color: #333333;
}
@media (max-width: 767px) {
  .personal-data__alert {
    gap: 16px;
    padding: 24px;
  }
}
.personal-data__alert-icon {
  flex-shrink: 0;
  font-size: 24px;
  color: #99cc33;
  margin-top: 2px;
}
.personal-data__alert-content {
  font-size: 14px;
  line-height: 1.6;
}
.personal-data__alert-content strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: rgb(122.4, 163.2, 40.8);
}
.personal-data__alert-link {
  color: #99cc33;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}
.personal-data__alert-link:hover {
  color: rgb(107.1, 142.8, 35.7);
}
.personal-data__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 32px;
  background-color: #ffffff;
  padding: 48px;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .personal-data__grid {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
.personal-data__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.personal-data__label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #666666;
}
.personal-data__value {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  word-break: break-word;
}
.personal-data__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.personal-data__badge--success {
  background-color: rgba(76, 175, 80, 0.1);
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}
.personal-data__badge--warning {
  background-color: rgba(255, 152, 0, 0.1);
  color: rgb(178.5, 106.4, 0);
}
.personal-data__badge--danger {
  background-color: rgba(244, 67, 54, 0.1);
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}

.profiles__actions {
  margin-bottom: 32px;
}
@media (max-width: 500px) {
  .profiles__actions {
    text-align: center;
  }
}
.profiles__empty {
  background-color: #fafafa;
  border-radius: 16px;
  color: #666666;
  text-align: center;
  padding: 96px;
}
@media (max-width: 600px) {
  .profiles__empty {
    padding: 48px;
  }
}
.profiles__empty i {
  font-size: 48px;
  margin-bottom: 24px;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .profiles__empty i {
    font-size: 32px;
  }
}
.profiles__empty-text {
  font-size: 16px;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .profiles__empty-text {
    font-size: 14px;
  }
}
.profiles__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .profiles__grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
  }
}
.profiles__card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 32px;
  min-width: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .profiles__card {
    padding: 24px;
  }
}
.profiles__card:hover {
  border-color: #99cc33;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.profiles__card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.profiles__card-name {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
  margin: 0;
}
.profiles__card-badge {
  background-color: rgba(153, 204, 51, 0.1);
  border-radius: 50%;
  color: #99cc33;
  font-weight: 600;
  font-size: 12px;
  padding: 4px 8px;
  white-space: nowrap;
}
.profiles__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}
.profiles__card-info {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  color: #666666;
}
.profiles__card-info i {
  width: 16px;
  text-align: center;
  color: #99cc33;
  opacity: 0.8;
}
.profiles__card-footer {
  display: flex;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 767px) {
  .profiles__card-footer {
    flex-direction: column;
    gap: 8px;
  }
}
.profiles__card-footer .btn {
  flex: 1;
  justify-content: center;
}
.profiles__card-footer .btn-danger-outline {
  background: transparent;
  border-color: rgba(244, 67, 54, 0.3);
  color: #f44336;
}
.profiles__card-footer .btn-danger-outline:hover {
  background-color: rgba(244, 67, 54, 0.05);
  border-color: #f44336;
}

.profile-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.profile-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.profile-modal {
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  transform: scale(0.95);
  transition: transform 0.3s ease-in-out;
}
.profile-modal-overlay.active .profile-modal {
  transform: scale(1);
}
.profile-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 32px;
}
.profile-modal__header-title {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}
.profile-modal__close {
  background: none;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  color: #666666;
  padding: 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.profile-modal__close:hover {
  background-color: #fafafa;
  color: #f44336;
}
.profile-modal__form {
  padding: 32px;
}
.profile-modal__form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .profile-modal__form-row {
    grid-template-columns: 1fr;
  }
}
.profile-modal__form-row:last-child {
  margin-bottom: 0;
}
.profile-modal__form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.profile-modal__form-label {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.profile-modal__form-input {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  color: #666666;
  padding: 10px 14px;
  transition: all 0.2s ease-in-out;
}
.profile-modal__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.profile-modal__form-message {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-top: 24px;
}
.profile-modal__form-message .text-success {
  color: #4caf50;
}
.profile-modal__form-message .text-error {
  color: #f44336;
}
.profile-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  border-top: 1px solid #e0e0e0;
  margin-top: 32px;
  padding-top: 32px;
}

.security__module {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 32px;
  padding-bottom: 16px;
}
.security__module:last-child {
  border: none;
  margin-bottom: 0;
}
.security__module-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}
.security__2fa {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 450px) {
  .security__2fa {
    flex-direction: column;
    gap: 16px;
  }
}
.security__2fa-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}
.security__2fa-text {
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}
@media (max-width: 450px) {
  .security__2fa-text {
    margin: 0;
  }
}
.security .toggle-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}
@media (max-width: 450px) {
  .security .toggle-switch {
    margin-bottom: 16px;
  }
}
.security .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.security .toggle-switch input:checked + .toggle-slider {
  background-color: #99cc33;
}
.security .toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(24px);
}
.security .toggle-switch input:disabled {
  cursor: not-allowed;
}
.security .toggle-switch input:disabled + .toggle-slider {
  opacity: 0.6;
  cursor: not-allowed;
}
.security .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  transition: background-color 0.3s ease-in-out;
  border-radius: 28px;
  flex-shrink: 0;
}
.security .toggle-slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: #ffffff;
  transition: transform 0.3s ease-in-out;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.security__description {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  color: #ca1313;
  line-height: 1.6;
}
.security__description-text {
  margin: 0;
}
.security__alert {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 14px;
  padding: 12px 16px;
}
.security__alert i {
  font-size: 18px;
}
.security__alert--success {
  background-color: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.3);
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
  margin-bottom: 16px;
}
.security__alert--error {
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.3);
  color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
}
.security__form {
  max-width: 450px;
}
.security__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 767px) {
  .security__form-row {
    grid-template-columns: 1fr;
  }
}
.security__form-group {
  margin-bottom: 24px;
}
.security__form-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.security__form-input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
}
.security__form-input:focus {
  outline: none;
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.1);
}
.security__form-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #666666;
}/*# sourceMappingURL=style.css.map */