:root {
  --base-width: 1440px;
  --min-width: 960px;
  --base-padding: 3.2rem;
  --mobile-base-padding: 1.6rem;
  --header-height: 8rem;
  --mobile-header-height: 6.5rem;
  --blue-color: #243452;
  --orange-color: #e88327;
  --hover-color: #f4923a;
  --pressed-color: #e57814;
  --gray-color: #c2c5cc;
  --light-grey-color: #edf0f5;
  --white-color: #ffffff;
  --primary-text-color: #141d2d;
  --secondary-text-color: #3a455b;
  --disabled-text-color: #757f92;
  --light-text-color: #bdcdec;
  --orange-text-color: #a85100;
  --input-surface-color: #f3f6fd;
  --hover-surface-color: #e9fff9;
  --tabs-surface-color: #e4ebf9;
  --orange-surface-color: #fdf5ed;
  --disabled-surface-color: #edf0f5;
  --border-surface-color: #d2daea;
  --border-element-color: #c3c8d4;
  --border-orange-color: #feb97b;
  --input-border-default: 1px solid var(--border-surface-color);
  --input-border-error: 1px solid var(--border-orange-color);
  --input-color-text: var(--primary-text-color);
  --input-color-placeholder: var(--gray-color);
  --input-color-error: var(--orange-color);
  --input-bg-default: var(--white-color);
  --input-bg-focused: var(--input-surface-color);
  --input-bg-disabled: var(--light-grey-color);
  --input-bg-applied: var(--light-grey-color);
  --input-radius: 4px;
  --input-padding: 1.6rem;
}

:where(html) {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: system-ui, sans-serif;
}

:where(body) {
  margin: 0;
  line-height: inherit;
}

:where(h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd) {
  margin: 0;
}

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

:where(*, *::before, *::after) {
  box-sizing: border-box;
}

:where(a) {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

:where(button, input, optgroup, select, textarea) {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}

:where(button) {
  background-color: transparent;
  background-image: none;
  border: none;
  padding: 0;
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
  max-width: 100%;
}

:where(fieldset) {
  margin: 0;
  padding: 0;
  border: none;
}

:where(dialog) {
  padding: 0;
}

:where(textarea) {
  resize: vertical;
}

:where(summary) {
  list-style: none;
}

html {
  font-size: 62.5%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.03rem;
  color: var(--primary-text-color);
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  display: flex;
  position: relative;
  min-height: 100%;
  flex-direction: column;
}

.strong {
  font-weight: 600 !important;
}

a {
  text-decoration: none;
}

.link {
  font-weight: 500;
  color: var(--orange-color);
  text-decoration: underline;
}

.simple-link {
  text-decoration: underline;
}

.small-text-link {
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--secondary-text-color);
}

.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--blue-color) var(--input-surface-color);
  overflow-y: auto;
}

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

::-webkit-scrollbar-thumb {
  background: var(--blue-color);
  border-radius: 0;
}

::-webkit-scrollbar-track {
  background: var(--input-surface-color);
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  background: transparent;
  display: none;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.h1 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.35;
}

.h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

.h2-main,
.h2-main-desktop {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.h2-light {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.h4 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}

.subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.small-regular-text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  vertical-align: middle;
}

.wide {
  width: 100% !important;
}

ul.check-marker {
  list-style: none;
  padding-left: 0;
}

ul.check-marker li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

ul.check-marker li::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("../icons/check.svg");
  background-repeat: no-repeat;
}

select[data-type="custom"],
select[data-type="tab-custom"] {
  position: absolute;
  visibility: hidden !important;
  width: 0;
  height: 0;
  border: none !important;
  outline: none !important;
}

.select {
  position: relative;
}

.select-btn {
  background-color: var(--white-color);
  border: 0.1rem solid var(--border-surface-color);
}

.select-btn:active {
}

.select-btn:disabled {
}

.select-btn:focus {
}

.select-btn:focus-visible {
}

.select-btn:hover {
}

.select-btn span {
  overflow-x: hidden;
  white-space: nowrap;
  text-wrap-mode: nowrap;
  text-overflow: ellipsis;
}

.select-btn-icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  fill: var(--orange-color);
}

.select-btn-chevron {
  transition: transform 0.3s ease;
  margin-left: auto;
}

.select-btn.open svg.select-btn-chevron {
  transform: rotate(180deg);
}

.select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--white-color);
  border: 0.1rem solid var(--border-surface-color);
  border-radius: 0.4rem;
  box-shadow: 0 4px 10px rgb(36, 52, 82, 0.15);
  margin-top: 0.4rem;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 10;
}

.select-dropdown.open {
  max-height: 30rem;
  overflow-y: auto;
  visibility: visible;
}

.select-option {
  background-color: var(--white-color);
  padding: 0.62rem 1.6rem;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.select-option.selected {
  display: none;
}

.medium-select .select-option {
  font-size: 1.1rem;
}

.select-option:hover {
  background-color: var(--input-surface-color);
}

.select-range {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.8rem;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --btn-size: 3.6rem;
  --btn-icon-size: 1.6rem;
  height: var(--btn-size);
  width: fit-content;
  gap: 1.2rem;
  padding: 0 1.6rem;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.315;
}

.btn.medium-btn {
  --btn-size: 3.2rem;
  font-size: 1.1rem;
  min-width: 10rem;
}

.btn.fix-width-button {
  max-width: 16rem;
  overflow: hidden;
  flex-wrap: nowrap;
  overflow-wrap: initial;
  white-space: nowrap;
}

.btn.fix-width-button span {
  max-width: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn svg {
  width: var(--btn-icon-size);
  min-width: var(--btn-icon-size);
  height: var(--btn-icon-size);
}

.icon-btn {
  justify-content: center;
  width: var(--btn-size);
  padding: 0;
}

.orange-btn {
  background-color: var(--orange-color);
  border: 1px solid var(--orange-color);
  color: var(--white-color);
}
.orange-btn:active,
.orange-btn.active {
  background-color: var(--pressed-color);
  border: 1px solid var(--pressed-color);
}
.orange-btn:focus,
.orange-btn:focus-visible {
  background-color: var(--pressed-color);
  border-color: var(--pressed-color);
  outline: 2px solid var(--pressed-color);
}
.orange-btn:hover:not(.disabled),
.orange-btn:hover:not([disabled]) {
  background-color: var(--hover-color);
  border: 1px solid var(--hover-color);
}
.orange-btn svg {
  fill: var(--white-color);
}

.light-orange-btn {
  background-color: var(--orange-surface-color);
  border: 1px solid var(--orange-surface-color);
  color: var(--primary-text-color);
}
.light-orange-btn:focus,
.light-orange-btn:focus-visible {
  border-color: var(--border-orange-color);
  outline: 2px solid var(--border-orange-color);
}
.light-orange-btn:hover:not(.disabled),
.light-orange-btn:hover:not([disabled]) {
  border: 1px solid var(--border-orange-color);
}
.light-orange-btn svg {
  fill: var(--primary-text-color);
}

.outline-btn {
  background-color: transparent;
  border: 1px solid var(--border-orange-color);
  color: var(--primary-text-color);
}
.outline-btn:active,
.outline-btn.active {
  background-color: var(--orange-surface-color);
  color: var(--orange-text-color);
}
.outline-btn:focus,
.outline-btn:focus-visible {
  background-color: var(--orange-surface-color);
  border-color: var(--border-orange-color);
  color: var(--orange-text-color);
  outline: 2px solid var(--border-orange-color);
}
.outline-btn:hover:not(.disabled),
.outline-btn:hover:not([disabled]) {
  background-color: var(--orange-surface-color);
  color: var(--primary-text-color);
}
.outline-btn svg {
  fill: var(--primary-text-color);
}
.outline-btn:active svg,
.outline-btn.active svg,
.outline-btn:focus svg,
.outline-btn:focus-visible svg {
  fill: var(--orange-text-color);
}

.dark-outline-btn {
  background-color: transparent;
  border: 1px solid var(--primary-text-color);
  color: var(--primary-text-color);
}
.dark-outline-btn:focus,
.dark-outline-btn:focus-visible {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  color: var(--white-color);
  outline: 2px solid var(--blue-color);
}
.dark-outline-btn:active,
.dark-outline-btn.active,
.dark-outline-btn:hover:not(.disabled),
.dark-outline-btn:hover:not([disabled]) {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  color: var(--white-color);
}
.dark-outline-btn svg {
  fill: var(--primary-text-color);
}
.dark-outline-btn:active svg,
.dark-outline-btn.active svg,
.dark-outline-btn:hover:not(.disabled) svg,
.dark-outline-btn:hover:not([disabled]) svg,
.dark-outline-btn:focus svg,
.dark-outline-btn:focus-visible svg {
  fill: var(--white-color);
}

.transparent-btn {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--primary-text-color);
}
.transparent-btn.disabled,
.transparent-btn[disabled] {
  color: var(--disabled-text-color);
}
.transparent-btn:focus-visible {
  border-color: var(--border-element-color);
  outline: none;
}
.transparent-btn:hover {
  color: var(--orange-text-color);
}
.transparent-btn svg {
  fill: var(--orange-color);
}
.transparent-btn.disabled svg,
.transparent-btn[disabled] svg {
  fill: var(--disabled-text-color);
}
.transparent-btn:hover svg {
  fill: var(--orange-text-color);
}

.back-btn {
  --btn-size: 2rem;
  gap: 0.8rem;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
  text-decoration: underline;
  font-weight: 400;
  color: var(--secondary-text-color);
}

.back-btn:focus-visible,
.back-btn:hover {
  color: var(--pressed-color);
}

.back-btn svg {
  fill: var(--pressed-color);
}

.share-btn {
  --btn-size: 2.8rem;
  --btn-icon-size: 2.8rem;
  gap: 0.8rem;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
  text-decoration: underline;
  font-size: 2rem;
  font-weight: 400;
  color: var(--orange-color);
  text-decoration: none;
}

.share-btn:focus-visible,
.share-btn:hover {
  color: var(--pressed-color);
}

.share-btn svg {
  fill: var(--orange-color);
}

.share-btn:focus-visible svg,
.share-btn:hover svg {
  fill: var(--pressed-color);
}

.white-outline-btn {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.white-outline-btn svg {
  fill: var(--white-color);
}

.btn.disabled,
.btn[disabled] {
  background-color: var(--gray-color) !important;
  border: 1px solid var(--gray-color) !important;
  outline: none !important;
  color: var(--white-color) !important;
  cursor: auto;
}

.btn.disabled svg,
.btn[disabled] svg {
  fill: var(--white-color) !important;
}

.btn.wide {
  width: 100%;
}

.btn.wide-center {
  width: 100%;
  justify-content: center;
}

/* Сustom checkbox */
.custom-checkbox {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.custom-checkbox label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 2.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-text-color);
}

.custom-checkbox label:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -0.5px;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid var(--border-element-color);
  border-radius: 0.4rem;
  background-color: var(--white-color);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}

.custom-checkbox input:checked + label:before {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  background-image: url("../icons/checkbox_checked.svg");
}

.custom-checkbox input:indeterminate + label:before {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
  background-image: url("../icons/checkbox_indeterminate.svg");
}

.custom-checkbox input:disabled + label {
  color: var(--disabled-text-color);
  cursor: not-allowed;
}

.custom-checkbox input:disabled + label:before {
  background-color: var(--light-grey-color);
  border-color: var(--border-surface-color);
}

.custom-checkbox input:checked:disabled + label:before {
  background-image: url("../icons/checkbox_checked_disabled.svg");
}

.promo-terms-checkbox {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--orange-surface-color);
  border: 1px solid var(--border-orange-color);
  border-radius: var(--input-radius);
}

.promo-terms-info {
  margin-top: 1rem;
  padding: 1rem;
  background-color: var(--orange-surface-color);
  border: 1px solid var(--border-orange-color);
  border-radius: var(--input-radius);
}

.promo-terms-label {
  font-weight: 600;
  color: var(--primary-text-color);
}

.promo-terms-text {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  color: var(--secondary-text-color);
  white-space: pre-wrap;
}

/* Promo terms page */
.promo-terms-section {
  margin-top: var(--header-height);
  padding: 4rem 2rem;
  /* Override .container flex to make single column */
  display: block !important;
  flex-direction: column !important;
}

.promo-terms-section h1 {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--primary-text-color);
  margin-bottom: 3rem;
  line-height: 1.3;
  text-align: center;
}

.promo-terms-content {
  max-width: 80rem;
  margin: 0 auto;
  /* Override any flex/grid on the content itself */
  display: block !important;
}

/* Force ALL elements to single column - very aggressive override */
.promo-terms-content *,
.promo-terms-content > *,
.promo-terms-content div,
.promo-terms-content section,
.promo-terms-content article,
.promo-terms-content table,
.promo-terms-content tbody,
.promo-terms-content tr,
.promo-terms-content td,
.promo-terms-content th {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  flex: none !important;
  flex-direction: column !important;
  grid-template-columns: 1fr !important;
  columns: 1 !important;
  column-count: 1 !important;
  position: static !important;
}

.promo-terms-content table {
  border-collapse: collapse;
}

.promo-terms-content table td,
.promo-terms-content table th {
  padding: 0 !important;
  border: none !important;
}

/* Hide the first cell/column (left side with auto-title) */
.promo-terms-content table tr > td:first-child,
.promo-terms-content table tr > th:first-child,
.promo-terms-content > table > tbody > tr > td:first-child {
  display: none !important;
}

.promo-terms-content h2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-text-color);
  margin: 2.5rem 0 1rem;
}

.promo-terms-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary-text-color);
  margin: 1.5rem 0 0.8rem;
}

.promo-terms-content p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--secondary-text-color);
  margin-bottom: 1rem;
}

.promo-terms-content ul {
  list-style-type: disc;
  margin: 1rem 0 1rem 2rem;
}
.promo-terms-content ol {
  list-style-type: decimal;
  margin: 1rem 0 1rem 2rem;
}

.promo-terms-content li {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--secondary-text-color);
  margin-bottom: 0.5rem;
}

.contract-preview-wrapper ul {
  list-style-type: disc;
  margin: 1rem 0 1rem 2rem;
}
.contract-preview-wrapper ol {
  list-style-type: decimal;
  margin: 1rem 0 1rem 2rem;
}
.contract-preview-wrapper li {
  margin-bottom: 0.25rem;
}

.custom-checkbox input:indeterminate:disabled + label:before {
  background-image: url("../icons/checkbox_indeterminate_disabled.svg");
}

.custom-checkbox label:hover:before {
  border-color: var(--blue-color);
}

.custom-checkbox input:focus + label:before {
  box-shadow: 0 0 0 0.2rem var(--border-surface-color);
  border-color: var(--blue-color);
}

.custom-checkbox input:disabled:focus + label:before {
  box-shadow: none;
  border-color: var(--border-surface-color);
}

/* Custom radio */
.custom-radio {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.custom-radio input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.custom-radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 2.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-text-color);
}

.custom-radio label.wide {
  width: 100%;
}

.custom-radio.reverse label {
  padding-left: 0;
  padding-right: 2.8rem;
}

.custom-radio label:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -0.5px;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid var(--border-element-color);
  border-radius: 50%;
  background-color: var(--white-color);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}

.custom-radio.reverse label:before {
  left: initial;
  right: 0;
}

.custom-radio input:checked + label:before {
  border-color: var(--blue-color);
  background-image: url("../icons/radio_checked.svg");
}

.custom-radio input:disabled + label {
  color: var(--disabled-text-color);
  cursor: not-allowed;
}

.custom-radio input:disabled + label:before {
  background-color: var(--light-grey-color);
  border-color: var(--border-surface-color);
}

.custom-radio input:checked:disabled + label:before {
  background-image: url("../icons/radio_checked_disabled.svg");
}

.custom-radio label:hover:before {
  border-color: var(--blue-color);
}

.custom-radio input:focus + label:before {
  box-shadow: 0 0 0 0.2rem var(--border-surface-color);
  border-color: var(--blue-color);
}

.custom-radio input:disabled:focus + label:before {
  box-shadow: none;
  border-color: var(--border-surface-color);
}

/* Billing radio */
.billing-radio {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.billing-radio input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.billing-radio label {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  padding: 1.2rem;
  gap: 0.4rem 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--primary-text-color);
  background-color: var(--white-color);
  border: 1px solid var(--border-surface-color);
  border-radius: 0.8rem;
  height: 6.8rem;
}

.billing-radio label:hover,
.billing-radio input:checked + label {
  border-color: var(--border-orange-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.billing-radio-label--1 {
  order: 1;
  font-weight: 600;
}

.billing-radio-label--2 {
  order: 2;
  font-weight: 600;
  color: var(--orange-text-color);
}

.billing-radio-label--3 {
  order: 4;
  width: 100%;
  color: var(--secondary-text-color);
}

.billing-radio label:before {
  content: "";
  order: 3;
  margin-left: auto;
  display: block;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid var(--border-element-color);
  border-radius: 50%;
  background-color: var(--white-color);
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s;
}

.billing-radio input:checked + label:before {
  border-color: var(--blue-color);
  background-image: url("../icons/radio_checked.svg");
}

.billing-radio input:disabled + label {
  color: var(--disabled-text-color);
  cursor: not-allowed;
}

.billing-radio input:disabled + label:before {
  background-color: var(--light-grey-color);
  border-color: var(--border-surface-color);
}

.billing-radio input:checked:disabled + label:before {
  background-image: url("../icons/radio_checked_disabled.svg");
}

.billing-radio label:hover:before {
  border-color: var(--blue-color);
}

.billing-radio input:focus + label:before {
  box-shadow: 0 0 0 0.2rem var(--border-surface-color);
  border-color: var(--blue-color);
}

.billing-radio input:disabled:focus + label:before {
  box-shadow: none;
  border-color: var(--border-surface-color);
}

/* Button radio */
.button-radio {
  position: relative;
  cursor: pointer;
  user-select: none;
}

.button-radio input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.button-radio label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  padding: 1.2rem;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--primary-text-color);
  background-color: var(--white-color);
  border: 1px solid var(--border-surface-color);
  border-radius: 0.8rem;
  height: 6.3rem;
  width: 100%;
}

.button-radio input:checked + label,
.button-radio label:hover,
.button-radio label:focus-visible {
  color: var(--orange-text-color);
  background-color: var(--orange-surface-color);
  border-color: var(--border-orange-color);
}

.button-radio input:disabled + label {
  color: var(--disabled-text-color);
  background-color: var(--white-color);
  border-color: (--disabled-text-color);
  cursor: not-allowed;
}

.emotion-radio label::before {
  content: "";
  font-size: 3.5rem;
  display: block;
  height: 3.6rem;
  width: 3.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.emotion-radio.excellent label::before {
  /*content: '😀';*/
  background-image: url("../icons/excellent.png");
}

.emotion-radio.neutral label::before {
  /*content: '😐';*/
  background-image: url("../icons/neutral.png");
}

.emotion-radio.terribly label::before {
  /*content: '😡';*/
  background-image: url("../icons/terribly.png");
}

.none {
  display: none !important;
}

.container {
  max-width: 144rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--base-padding);
  display: flex;
  align-items: center;
}

.narrow-container {
  max-width: 112.8rem;
  padding: 0;
}

.legal-terms-container {
  display: flex;
  flex-direction: column;
}

.narrow-container .page-content h1 {
  margin-bottom: 3.2rem !important;
}

.narrow-container .page-content h2 {
  margin-top: 2.4rem !important;
  margin-bottom: 1.6rem !important;
}

.breadcrumbs {
  margin: var(--header-height) auto 0;
  padding-top: 1.2rem;
}

.breadcrumbs nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
}

.breadcrumbs a,
.breadcrumbs span {
  display: flex;
  align-items: center;
  gap: inherit;
  flex-direction: row;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--disabled-text-color);
  text-decoration: none;
}

.breadcrumbs span {
  color: var(--primary-text-color);
}

.breadcrumbs a:hover {
  color: var(--secondary-text-color);
}

.breadcrumbs a:after {
  content: "/";
  display: block;
}

.small-sub-container {
  width: 100%;
  max-width: 55.2rem;
  margin-left: 0;
  margin-right: auto;
  padding: var(--base-padding);
  background-color: var(--tabs-surface-color);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: var(--base-padding);
}

.information-sub-container {
  flex-direction: row;
  align-items: center;
}

.information-icon img {
  width: 10rem;
  min-width: 10rem;
}

.information-text {
  font-size: 2rem;
  font-weight: 600;
  color: var(--secondary-text-color);
}

.column-section {
  flex-direction: column;
}

.row-section {
  flex-direction: row;
}

.small-section {
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  margin-bottom: 4.8rem;
}

.no-padding {
  padding: 0;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background: var(--white-color);
  z-index: 1000;
}

.header-container {
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  margin-right: 6rem;
  line-height: 1;
}

.logo img {
  width: 13rem;
  transition: height 0.3s;
}

.main-nav {
  display: flex;
  margin-right: auto;
  gap: 2.5rem;
}

.main-nav a {
  text-decoration: none;
  color: var(--primary-text-color);
  font-size: 1.4rem;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--orange-color);
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.lang-switcher {
  display: flex;
  gap: 0.4rem;
  margin-left: 2.8rem;
}

.lang-btn {
  height: auto;
  background: var(--light-grey-color);
  border: 1px solid var(--border-surface-color);
  border-radius: 5rem;
  gap: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: var(--disabled-text-color);
  text-transform: capitalize;
  padding: 0.4rem 0.8rem;
}

.lang-btn.active {
  cursor: auto;
}

.lang-btn.active,
.lang-btn:hover {
  background: var(--orange-surface-color);
  border-color: var(--border-orange-color);
  color: var(--orange-text-color);
}

.lang-btn svg {
  width: 1.4rem;
  height: 1.05rem;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.main-content {
  width: 100%;
  margin: calc(var(--header-height) + 4.8rem) auto 0;
  padding-bottom: 4.8rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4.8rem;
}

.breadcrumbs + .main-content {
  margin-top: 4.8rem;
}

.main-content.home-content {
  margin: var(--header-height) auto 0;
  padding-bottom: 9.6rem;
  gap: 9.6rem;
}

.footer {
  background: var(--blue-color);
  color: var(--white-color);
  padding: 4.8rem 0;
  gap: 1.6rem;
  width: 100%;
  margin-top: auto;
}
/*
.footer.sticky {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
*/

.footer-container {
  flex-direction: column;
  align-items: stretch;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-nav {
  display: flex;
  gap: 2.5rem;
}

.footer-nav a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer-nav a:hover {
  color: #fafafa;
}

.social-icons {
  display: flex;
  gap: 0.8rem;
}

.social-icons-title {
  display: none;
}

.social-link {
  display: flex;
  align-items: center;
  line-height: 1;
}

.social-icon {
  width: 3.2rem;
  height: 3.2rem;
  fill: var(--orange-color);
}

.social-icon:hover {
  fill: var(--hover-color);
}

.payment-methods {
  display: flex;
  gap: 2.4rem;
  opacity: 0.3;
}

.payment-method-icon {
  width: 6rem;
  height: 4.6rem;
  fill: var(--white-color);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.6rem;
  color: var(--white-color);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer-links {
  display: flex;
  gap: 2rem;
}

.footer-links a {
  text-decoration: none;
  color: inherit;
}

.footer-links a:hover {
  color: #fafafa;
}

.copyright {
  opacity: 0.5;
  line-height: 1.5;
  letter-spacing: normal;
}

/* Mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--blue-color);
  color: var(--white-color);
  z-index: 2000;
  display: none;
  flex-direction: column;
  padding: 0;
  gap: 4.8rem;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--mobile-header-height);
  padding: 0 var(--mobile-base-padding);
  gap: 1rem;
}

.close-menu {
  background: none;
  border: none;
  cursor: pointer;
}

.close-icon {
  width: 3rem;
  height: 2rem;
  stroke: var(--white-color);
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 var(--mobile-base-padding);
}

.mobile-nav a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.mobile-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 0 1.6rem;
}

.mobile-buttons .dark-outline-btn {
  background-color: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.mobile-lang-switcher {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Tabs */
.tabs {
  display: flex;
  width: 100%;
  background-color: var(--white-color);
  z-index: 3;
}

.mobile-tabs {
  display: none;
}

.tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.8rem;
  padding: 1.2rem;
  gap: 1rem;
  border: none;
  background-color: var(--white-color);
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary-text-color);
  cursor: pointer;
}

.tab-btn.active {
  background-color: var(--tabs-surface-color);
  border-radius: 1.2rem 1.2rem 0 0;
}

.tab-container {
  display: none;
  background-color: var(--tabs-surface-color);
}

.mobile-tab-container {
  display: none;
}

.tab-container.active:not(.mobile-tab-container) {
  display: flex;
}

#map {
  width: 100%;
  height: 100%;
  content-visibility: unset;
  contain: unset;
  position: relative;
}

.share-popup {
  position: absolute;
  right: 0;
  top: calc(50% + 2.8rem);
  transform: translateX(calc(50% - 4.7rem));
  width: 22.4rem;
  height: 16.8rem;
  padding: 2.4rem;
  display: none;
  flex-direction: column;
  gap: 1.6rem;
  background-color: var(--white-color);
  border: 1px solid var(--border-surface-color);
  border-radius: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.share-copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--primary-text-color);
  border: 1px solid var(--orange-color);
  background-color: var(--white-color);
  cursor: pointer;
}

.share-divider {
  text-align: center;
}

.share-icons {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.share-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
}

.share-icon svg {
  width: inherit;
  height: inherit;
  fill: var(--orange-color);
}

/* Overlay & PopUp */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(20, 29, 45, 0.7);
  z-index: 1000;
  display: none;
  overflow-y: auto;
}

.popup-overlay.active {
  display: block;
}

body.popup-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.popup-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 6.4rem;
  width: 100%;
}

.popup {
  background: var(--white-color);
  display: none;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  width: 100%;
  position: relative;
  padding: 3.2rem;
  gap: 2.4rem;
}

.popup.active {
  opacity: 1;
  transform: translateY(0);
  display: flex;
}

.popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
  flex-shrink: 0;
}

.popup-title {
  font-size: 3.5rem;
  font-weight: 600;
}

.popup-close {
  background: none;
  border: none;
  cursor: pointer;
}

.popup-close .close-icon {
  width: 2.4rem;
  height: 2.4rem;
  stroke: var(--primary-text-color);
}

.popup-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

/* Exit Banner Popup */
.popup.exit-banner-popup {
  max-width: 56rem;
  border-radius: 1.6rem;
  padding: 0;
  overflow: hidden;
  gap: 0;
}

.exit-banner-popup .exit-banner-close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 10;
  background: var(--light-grey-color);
  border: none;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.exit-banner-popup .exit-banner-close:hover {
  background: var(--border-surface-color);
  transform: scale(1.1);
}

.exit-banner-popup .exit-banner-close .close-icon {
  width: 2rem;
  height: 2rem;
  stroke: var(--primary-text-color);
}

.exit-banner-top {
  background: var(--white-color);
  padding: 3.2rem 3.2rem 0;
  text-align: center;
}

.exit-banner-badge {
  display: inline-block;
  background: var(--orange-color);
  color: var(--white-color);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding: 0.6rem 1.6rem;
  border-radius: 10rem;
  margin-bottom: 1.6rem;
}

.exit-banner-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-text-color);
  line-height: 1.3;
  margin: 0;
}

.exit-banner-popup .popup-content {
  text-align: center;
  padding: 1.2rem 3.2rem 3.2rem;
  gap: 2rem;
}

.exit-banner-description {
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--secondary-text-color);
  margin: 0;
}

.exit-banner-code-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.exit-banner-code-label {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--disabled-text-color);
}

.exit-banner-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--orange-surface-color);
  border: 2px dashed var(--border-orange-color);
  padding: 1.4rem 2rem;
  border-radius: 0.8rem;
  transition: border-color 0.2s, background 0.2s;
  cursor: default;
}

.exit-banner-code-value {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.3rem;
  color: var(--orange-color);
  font-family: 'Montserrat', monospace;
}

.exit-banner-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: none;
  border: none;
  color: var(--orange-text-color);
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  transition: background 0.2s, color 0.2s;
}

.exit-banner-copy-btn:hover {
  background: var(--orange-surface-color);
  color: var(--orange-color);
}

.exit-banner-copy-btn.copied {
  color: #2e7d32;
}

.exit-banner-copy-btn svg {
  flex-shrink: 0;
}

.exit-banner-code:hover {
  border-color: var(--orange-color);
  background: #fef0e1;
}

/* Form & fields */
.form {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.small-sub-container .form {
  gap: var(--base-padding);
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}

.form-group {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.form-group-well {
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  background-color: var(--white-color);
  border-radius: 0.8rem;
  border: 1px solid var(--tabs-surface-color);
  box-shadow: 0 4px 10px rgb(36, 52, 82, 0.15);
}

.form-group-well:has(input[type="radio"]:checked) {
  border: 1px solid var(--border-orange-color);
}

.form-group-well .select .select-btn {
  width: 100%;
}

.form-group-well:has(input[type="radio"]:checked) .select {
  display: block;
}

.form-group-well:has(input[type="radio"]:checked) .select-btn {
  min-width: 100%;
}

.form-group-full {
  flex: 0 0 100%;
}

.form-group-radio-list,
.form-group-checkbox-list,
.form-group-inner-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.4rem;
  min-height: 3.6rem;
}

.form-group-inner-list {
  gap: 0.8rem;
  min-height: initial;
}

.form-group-vertical-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.form-description {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  border-radius: 1rem;
  border: 1px solid var(--border-element-color);
  padding: 1.6rem;
  font-weight: 500;
  color: var(--secondary-text-color);
}

.form-label {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--input-color-text);
}

.form-group-inner-list .form-label {
  font-weight: 400;
  color: var(--secondary-text-color);
}

.form-label.form-big-label {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}

.form-input {
  width: 100%;
  padding: 0 var(--input-padding);
  border: var(--input-border-default);
  border-radius: var(--input-radius);
  font-size: 1.4rem;
  line-height: 3.4rem;
  height: 3.6rem;
  font-weight: 500;
  background-color: var(--input-bg-default);
  box-sizing: border-box;
  transition: all 0.3s ease;
}

textarea.form-input {
  height: initial;
}

.form-input::placeholder {
  color: var(--input-color-placeholder);
}

.form-input:not(:placeholder-shown) {
  color: var(--input-color-text);
}

.form-group.form-group-applied .form-input {
  border-color: var(--border-orange-color);
  background-color: var(--orange-surface-color);
  background-image: url("../icons/check.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  color: var(--orange-color);
  padding-right: calc(2.4rem + 2 * var(--input-padding));
}

.form-input:focus {
  background-color: var(--input-bg-focused);
  border-color: var(--input-bg-focused);
  outline: none;
}

.form-input:disabled {
  background-color: var(--input-bg-disabled);
  cursor: not-allowed;
}

.clickable-date-field {
  cursor: pointer;
  position: relative;
}

.clickable-date-field::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.clickable-date-field {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2rem;
}

.form-group-error .form-input {
  border-color: var(--input-border-error) !important;
  color: var(--input-color-error) !important;
}

.form-group-warning .form-input {
  border-color: #f5a623 !important;
  background-color: #fff8e1 !important;
  color: #5d4e37 !important;
}

.form-select > .select-btn {
  width: 100%;
}

.field-error {
  color: var(--input-color-error) !important;
  font-size: 1.2rem;
  display: none;
}

.field-warning {
  color: #856404;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: var(--input-radius);
  padding: 0.8rem 1.2rem;
  font-size: 1.2rem;
  display: none;
  margin-top: 0.5rem;
}

.form-group-error .field-error {
  display: block;
}

.form-group-warning .field-error {
  display: block;
  color: #f5a623 !important;
}

.form-message {
  display: none;
  gap: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.form-message.form-success {
  display: flex;
  color: var(--primary-text-color);
}

.form-message.form-success svg {
  fill: var(--primary-text-color);
}

.form-message.form-error,
.form-message.form-info {
  display: flex;
  padding-left: 3.6rem;
  color: var(--input-color-error);
  background-image: url(../icons/info.svg);
  background-size: 2.4rem;
  background-repeat: no-repeat;
  background-position: left top;
}

.form-message.form-info {
  color: var(--secondary-text-color);
}

.half-width {
  width: calc(50% - 0.4rem) !important;
}

.one-third-width {
  width: calc(33.33333333% - 0.53333333rem) !important;
}

.one-fifth-width {
  width: calc(20% - 0.64rem) !important;
}

/* Login popup */
.login-popup {
  background-color: var(--tabs-surface-color);
}

.login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.6rem 0;
  width: 100%;
}

.forgot-password {
  color: var(--primary-text-color);
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: underline;
}

/* infinite slider */
.infinite-slider-container {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.infinite-slider-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
}

.infinite-slider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2.4rem;
  transition: transform 0.3s ease;
  will-change: transform;
}

.infinite-slide {
  flex: 0 0 auto;
}

.infinite-slide.half-width {
  width: calc(50% - 1.2rem);
}

.infinite-slide.one-third-width {
  width: calc(33.333333% - 1.6rem);
}

.infinite-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 2.05rem));
  width: 2.8rem;
  height: 2.8rem;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  z-index: 10;
}

.infinite-slider-btn:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.infinite-slider-btn.prev {
  left: -4.2rem;
}

.infinite-slider-btn.next {
  right: -4.2rem;
}

.infinite-slider-btn svg {
  width: 1.2rem;
  height: 1.2rem;
  fill: var(--blue-color);
}

.infinite-slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}

.infinite-slider-dots .dot {
  width: 3.4rem;
  height: 0.3rem;
  background: var(--gray-color);
  cursor: pointer;
  transition: all 0.3s ease;
}

.infinite-slider-dots .dot.active {
  background: var(--orange-color);
}

@media (max-width: 960px) {
  .infinite-slider-container {
    gap: 2.4rem;
  }

  .infinite-slider {
    gap: 0;
  }

  .infinite-slide,
  .infinite-slide.half-width,
  .infinite-slide.one-third-width {
    width: 100%;
  }

  .infinite-slider-btn {
    display: none;
  }
}

.infinite-slider-image-container {
  display: block;
  width: 100%;
}

.infinite-slider-image {
  width: 100%;
  aspect-ratio: 1.577142857;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 1.5rem;
}

/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
  background: var(--white-color);
  border: 1px solid var(--border-surface-color);
  border-radius: 1rem;
  padding: 1.2rem 2.4rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion:hover,
.accordion.active {
  border-color: var(--border-orange-color);
}

.accordion.active {
  padding-bottom: 2.4rem;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 1.2rem;
}

.accordion-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-text-color);
}

.accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  min-width: 3.6rem;
  height: 3.6rem;
}

.accordion-icon svg {
  width: 1.4rem;
  height: 1.4rem;
  transform: rotate(45deg);
  stroke: var(--orange-color);
}

.accordion.active .accordion-icon {
  background-color: var(--orange-surface-color);
  border-radius: 50%;
}

.accordion.active .accordion-icon svg {
  transform: rotate(0);
}

.accordion-content {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: var(--tabs-surface-color);
  border-radius: 1rem;
}

.accordion.active .accordion-content {
  display: block;
  max-height: initial;
}

.accordion-content-inner {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--primary-text-color);
}

/* Accordion feedback */
.accordion.feedback-accordion {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  width: 100%;
  border: 1px solid var(--tabs-surface-color);
  border-radius: 1.5rem;
  background-color: var(--tabs-surface-color);
  padding: 3.2rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.feedback-accordion .accordion:hover,
.feedback-accordion .accordion.active {
  border-color: var(--tabs-surface-color);
}

.feedback-accordion .accordion.active {
  padding-bottom: 3.2rem;
}

.feedback-accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 1.2rem;
}

.feedback-accordion .accordion-title {
  font-size: 3.5rem;
  font-weight: 600;
  color: var(--primary-text-color);
}

.feedback-accordion .accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
}

.feedback-accordion .accordion-icon svg {
  width: 2.4rem;
  height: 2.4rem;
  transform: rotate(180deg);
  stroke: var(--blue-color);
}

.accordion.feedback-accordion.active .accordion-icon {
  background-color: initial;
}

.accordion.feedback-accordion.active .accordion-icon svg {
  transform: rotate(0);
}

.feedback-accordion .accordion-content {
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-radius: initial;
}

.accordion.feedback-accordion.active .accordion-content {
  display: block;
}

.feedback-accordion .accordion-content-inner {
  display: flex;
  flex-direction: column;
  padding: 2.4rem;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--primary-text-color);
}

.feedback-accordion .form-group-inner-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2.4rem;
}

.feedback-accordion .form-group-inner-list:last-child {
  align-items: center;
}

.feedback-accordion .form-group-inner-list:last-child .form-group:last-child {
  flex: none;
}

.feedback-accordion .form-group {
  height: auto;
}

.feedback-accordion textarea {
  height: 100%;
}

.feedback-accordion .form-label {
  font-weight: 500;
  color: var(--primary-text-color);
}

.feedback-form {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}

.feedback-form .form-group-inner-list .half-width {
  width: calc(50% - 1.2rem);
}

.feedback-form .custom-checkbox a {
  color: var(--orange-color);
}

.address-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 36rem;
  flex: 1;
}

.city-address-container {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
  border: 0.1rem solid var(--border-orange-color);
  border-radius: 1.5rem;
  box-shadow: 0 4px 10px rgb(36, 52, 82, 0.15);
}

.city-address-container .city-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-text-color);
}

.district-address-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.district-address-container .district-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-text-color);
}

.address-container .address-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.address-container .address-list .address {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--primary-text-color);
}

.address-container .address-list .address svg {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: var(--orange-color);
}

.contacts-page-section {
  flex-direction: row;
  gap: 2.4rem;
}

.contacts-page-section .map-container {
  background-color: var(--disabled-text-color);
  overflow: auto;
  border-radius: 1.5rem;
  width: 74.4rem;
  align-self: stretch;
}

.warehouse-size-types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: 87rem;
}

.warehouse-size-type {
  display: grid;
  grid-template-columns: 1fr 13rem;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas:
    "title image"
    "size image"
    "description image"
    "button button";
  max-width: 42.3rem;
  height: 100%;
  padding: 2.4rem;
  position: relative;
  border-radius: 1.5rem;
  border: 1px solid var(--border-surface-color);
}

.warehouse-size-type-title {
  grid-area: title;
  font-size: 2rem;
  font-weight: 600;
}

.warehouse-size-type-size {
  grid-area: size;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}

.warehouse-size-type-description {
  grid-area: description;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}

.warehouse-size-type-image-wrapper {
  grid-area: image;
  width: 13rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.warehouse-size-type-image-wrapper img {
  width: 10.5rem;
  height: auto;
  object-fit: cover;
}

.warehouse-size-type-button-wrapper {
  grid-area: button;
}

.warehouse-size-types-notice {
  padding: 1.6rem 2rem;
  background-color: var(--orange-surface-color);
  border-radius: 1.2rem;
}

.static-page-headline-section h1 {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--primary-text-color);
}

.post-page-section h1 {
  font-size: 3.5rem;
  margin-bottom: -1.2rem;
}

.static-page-section {
  flex-direction: column;
  align-items: flex-start;
  gap: 3.6rem;
  padding-bottom: 4.8rem;
  position: relative;
}

.faq-page-section {
  gap: 1.6rem;
}

.gallery-page-section {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.4rem;
}

.blog-page-section {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2.4rem;
}

.post-page-section {
  padding-right: 40.8rem;
  padding-bottom: 0;
  margin-bottom: 4.8rem;
}

.post-page-sidebar {
  position: absolute;
  width: 36rem;
  top: 0;
  left: 76.8rem;
  height: 100%;
}

.post-page-sidebar-sticky {
  position: sticky;
  top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.static-page-section section {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.static-page-section section.highlighted {
  padding: 3.2rem;
  border-radius: 1.5rem;
  background-color: var(--tabs-surface-color);
}

.static-page-section h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.static-page-section p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.static-page-section ul {
  list-style: none;
  padding-left: 0;
}

.static-page-section li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.static-page-section li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-text-color);
  font-size: 1.4rem;
}

.static-page-section img {
  display: block;
  border-radius: 1.5rem;
  max-width: 100%;
}

.district-choice-widget {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3.2rem;
  gap: 3.2rem;
  border-radius: 1.5rem;
  background-color: var(--tabs-surface-color);
}

.district-choice-widget-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.district-choice-widget-header h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.district-choice-widget-header p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.district-choice-widget-form .select {
  flex: 1;
}

.district-choice-widget-form .form-group-inner-list {
  gap: 1.2rem;
}

.district-choice-widget.mobile {
  padding: 2.4rem;
  gap: 2.4rem;
}

.district-choice-widget.mobile .district-choice-widget-header h2 {
  font-size: 2rem;
}

.district-choice-widget.mobile
  .district-choice-widget-form
  .btn[type="submit"] {
  width: 100%;
  justify-content: center;
}

.recommended-posts-widget {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  padding: 2.4rem;
  border-radius: 1.5rem;
  border: 1px solid var(--border-orange-color);
}

.recommended-posts-widget-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.recommended-posts-widget-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1.6rem;
}

.recommended-posts-widget-image-wrapper {
  display: flex;
  align-items: center;
}

.recommended-posts-widget-image {
  display: block;
  width: 8rem;
  min-width: 8rem;
  height: 5rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem !important;
}

.recommended-posts-widget-link {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.services-information-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
  padding-bottom: 4.6rem;
  border-bottom: 1px solid var(--border-surface-color);
}

.services-information-container > section,
.services-information-container > div {
  width: calc(33.333333% - 1.6rem);
}

.services-information-container > section {
  padding-right: 2.4rem;
  overflow: hidden;
}

.warehouse-type-information-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 1.5rem;
  border: 1px solid var(--border-surface-color);
  box-shadow: 0 4px 10px rgb(36, 52, 82, 0.15);
}

.warehouse-type-information-card h2 {
  padding: 2.4rem 2.4rem 1.2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.warehouse-type-information-card ul {
  list-style: none;
  padding: 0 2.4rem 3.2rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.warehouse-type-information-card li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.warehouse-type-information-card li::before {
  content: none;
}

.warehouse-type-information-card li svg {
  width: 2rem;
  height: 2rem;
  fill: var(--disabled-text-color);
}

.warehouse-type-information-card img {
  display: block;
  width: 100%;
  height: 20rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 1.5rem 1.5rem;
  box-shadow: 0 4px 10px rgb(36, 52, 82, 0.15);
}

.infinite-warehouse-size-type-slider-headline,
.infinite-posts-slider-headline {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.post-card {
  width: calc(50% - 1.2rem);
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 1.5rem;
  border: 1px solid var(--border-surface-color);
  overflow: hidden;
}

.infinite-slide .post-card {
  width: 100%;
}

.post-card-cover {
  display: block;
  width: 100%;
  aspect-ratio: 2.208;
  min-height: 20rem;
  object-fit: cover;
  object-position: center;
  border-radius: initial !important;
}

.post-card-information {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.4rem;
}

.post-card-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.post-card-description {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.post-card-link {
  color: var(--orange-color);
  padding-left: 0;
  padding-right: 0;
  --btn-size: 2rem;
  --btn-icon-size: 1.3rem;
  gap: 0.6rem;
}

.gallery {
  width: 84rem;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
  background-color: initial;
}

.gallery-item {
  overflow: hidden;
  border-radius: 1.5rem;
  width: 100%;
  height: 25rem;
  background-color: var(--tabs-surface-color);
}

.gallery-item:nth-child(4n + 1),
.gallery-item:nth-child(4n + 4) {
  width: calc(66.66666666% - 1.6rem);
}

.gallery-item:nth-child(4n + 2),
.gallery-item:nth-child(4n + 3) {
  width: calc(33.33333333% - 1.6rem);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-menu {
  display: flex;
  flex-direction: column;
  width: 26.4rem;
  gap: 0.8rem;
  padding-right: 1.2rem;
}

.gallery-menu-btn {
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--border-element-color);
  color: var(--primary-text-color);
  font-weight: 500;
}

.gallery-menu-btn.active {
  background-color: var(--tabs-surface-color);
  border: 1px solid var(--tabs-surface-color);
  color: var(--primary-text-color);
}

.gallery-menu-btn:hover {
  background-color: transparent;
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
}

.mobile-gallery-menu {
  display: none;
}

.prices-page-choose-city-headline-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.prices-page-choose-city {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.prices-page-choose-city-description {
  font-size: 2rem;
  font-weight: 400;
  color: var(--primary-text-color);
}

.prices-page-choose-city-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  align-items: center;
}

.prices-page-choose-city-label {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--primary-text-color);
}

.prices-page-choose-city-label svg {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: var(--orange-color);
}

.prices-page-city-select {
  width: 15rem;
}

.prices-page-city-select .select-btn {
  width: inherit;
}

.prices-page-section {
  display: flex;
  flex-direction: column;
}

.price-tab-btn {
  flex-direction: column;
  gap: 0;
  padding: 1.2rem;
  height: auto;
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-text-color);
}

.sub-price-tab {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}

.price-container {
  flex-direction: row;
  gap: 2.4rem;
  width: 100%;
  padding: 3.2rem;
  border-radius: 0 0 1.5rem 1.5rem;
}

.price-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.price-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-surface-color);
  border-radius: 1rem;
  background-color: var(--white-color);
}

.price-item {
  display: flex;
  flex-direction: row;
}

.price-item.ext-price-item.hidden {
  display: none;
  transition: cubic-bezier(0.175, 0.185, 0.32, 0.275);
}

.price-item > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.8rem;
  border-right: 1px solid var(--border-surface-color);
  border-bottom: 1px solid var(--border-surface-color);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary-text-color);
}

.price-item > div:last-child {
  border-right: none;
}

.price-item:last-child > div {
  border-bottom: none;
}

.price-item.price-header > div {
  font-weight: 400;
}

.price-item-area {
  width: 19.4rem;
}

.price-item-warehouse {
  width: 8.4rem;
}

.price-item-price {
  width: 19.4rem;
}

.price-item-square {
  width: 8.4rem;
}

.price-item-action {
  width: 8.4rem;
}

.price-container .warehouse-size-type {
  background-color: var(--white-color);
  height: min-content;
}

.price-container .warehouse-size-type-description {
  padding-bottom: 0;
}

.warehouse-page-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2.4rem;
}

.warehouse-container {
  display: flex;
  flex-direction: column;
  width: 36rem;
  flex: 1;
  border: 1px solid var(--border-orange-color);
  border-radius: 1.5rem;
  box-shadow: 0 4px 10px rgb(36, 52, 82, 0.15);
  overflow: hidden;
}

.warehouse-page-section.disabled .warehouse-container {
  border-color: var(--light-text-color);
}

.warehouse-information-container {
  display: grid;
  grid-template-columns: auto 9.2rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas:
    "header header"
    "param1 image"
    "param2 image"
    "param3 image"
    "param4 image";
  gap: 0;
  padding: 2.4rem;
}

.warehouse-information-container h1 {
  grid-area: header;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--primary-text-color);
  padding-bottom: 1.6rem;
}

.warehouse-param {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--secondary-text-color);
}

.warehouse-param span {
  font-weight: 500;
  color: var(--primary-text-color);
}

.warehouse-param:nth-child(2) {
  grid-area: param1;
}
.warehouse-param:nth-child(3) {
  grid-area: param2;
  padding-bottom: 0.8rem;
}
.warehouse-param:nth-child(4) {
  grid-area: param3;
}
.warehouse-param:nth-child(5) {
  grid-area: param4;
}

.warehouse-image {
  grid-area: image;
  display: flex;
  justify-content: center;
  align-items: center;
}

.warehouse-image svg {
  width: 100%;
  height: auto;
  max-height: 8.5rem;
  fill: var(--orange-color);
}

.warehouse-page-section.disabled .warehouse-image svg {
  fill: var(--light-text-color);
}

.warehouse-slider-container .infinite-slider-wrapper {
  border-radius: 0;
}

.warehouse-slider-container .infinite-slider {
  gap: 0;
}

.warehouse-slider-container .infinite-slide {
  width: 100%;
}

.warehouse-slider-container .infinite-slider-image {
  border-radius: 0;
  max-width: 100%;
  aspect-ratio: initial;
  height: 27rem;
}

.warehouse-slider-container .infinite-slider-dots {
  display: none;
}

.warehouse-slider-container .infinite-slider-btn {
  transform: translateY(-50%);
}

.warehouse-slider-container .infinite-slider-btn.prev {
  left: 1rem;
}

.warehouse-slider-container .infinite-slider-btn.next {
  right: 1rem;
}

.warehouse-application-form-container {
  display: flex;
  flex-direction: column;
  width: 74.4rem;
  gap: 3.6rem;
  padding: 3.2rem;
  border-radius: 1.5rem;
  background-color: var(--tabs-surface-color);
  position: relative;
}

.warehouse-page-section.disabled .warehouse-application-form-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  opacity: 0.25;
  z-index: 100;
}

.warehouse-application-form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}

.warehouse-application-form-group {
  gap: 0.8rem;
}

.warehouse-application-form-group .form-label.form-big-label {
  margin-bottom: 0.8rem;
}

.warehouse-application-form-group .form-group-radio-list {
  gap: 0.8rem;
  align-items: flex-start;
}

.form-message.form-error.moving-help-form-message {
  display: none;
}

.warehouse-application-form-group:has(input[type="radio"][value="1"]:checked)
  .form-message.form-error.moving-help-form-message {
  display: flex;
}

.custom-rental-date-form-group {
  display: none;
}

.warehouse-application-form-group:has(input[type="radio"][value="0"]:checked)
  + .custom-rental-date-form-group {
  display: flex;
}

.warehouse-application-form > .warehouse-application-form-group:last-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--blue-color);
  margin-top: 1.2rem;
  padding-top: 3.4rem;
}

.warehouse-application-form-total-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--secondary-text-color);
}

.warehouse-application-form-total {
  font-size: 2rem;
  font-weight: 600;
  color: var(--primary-text-color);
  line-height: 1.2;
}

.warehouse-application-form-submit-btn {
  width: 29.6rem;
  justify-content: center;
}

.warehouse-application-coupon-form-group {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.warehouse-application-coupon-form-group .form-label.form-big-label {
  min-width: 100%;
  flex: 1;
  display: block;
}

.warehouse-application-coupon-form-group .field-error,
.warehouse-application-coupon-form-group .field-warning {
  min-width: 100%;
}

.warehouse-application-coupon-form-group .coupon-info {
  width: 100%;
  min-width: 100%;
  flex-basis: 100%;
  margin-top: 0.8rem;
  padding: 1.2rem;
  background-color: #e8f5e9;
  border: 1px solid #4caf50;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #2e7d32;
}

.warehouse-application-coupon-form-group .coupon-info-type {
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #2e7d32;
}

.warehouse-application-coupon-form-group .coupon-info-service {
  margin-top: 0.4rem;
  color: #2e7d32;
}

.warehouse-application-coupon-form-group .coupon-info-terms {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 1px solid #a5d6a7;
  font-size: 1.2rem;
  color: #388e3c;
  line-height: 1.4;
}

.form-group.warehouse-application-coupon-form-group .form-input {
  width: 100%;
  max-width: 100%;
  flex: 1;
}

.form-group.warehouse-application-coupon-form-group:not(
    .form-group-applied
  ):not(.form-group-error):not(.form-group-warning)
  .form-input {
  border-color: #e0e0e0;
  background-color: #fff;
  background-image: none;
  color: inherit;
}

.form-group.form-group-applied.warehouse-application-coupon-form-group
  .form-input {
  border-color: #4caf50;
  background-color: #e8f5e9;
  background-image: url("../icons/green_check.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.6rem;
  color: #2e7d32;
}

/* Pending state (yellow with hourglass) - for NEW_ONLY promos where we don't know customer status yet */
.form-group.form-group-pending.warehouse-application-coupon-form-group
  .form-input,
.form-group.warehouse-application-coupon-form-group.form-group-pending
  .form-input {
  border-color: #f5a623 !important;
  background-color: #fff8e1 !important;
  background-image: url("../icons/hourglass.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 1.6rem !important;
  color: #5d4e37 !important;
}

.form-group.form-group-pending.warehouse-application-coupon-form-group
  .coupon-info,
.form-group.warehouse-application-coupon-form-group.form-group-pending
  .coupon-info {
  background-color: #fff8e1 !important;
  border: 1px solid #f5a623 !important;
  color: #5d4e37 !important;
}

.form-group.form-group-pending.warehouse-application-coupon-form-group
  .coupon-info-type,
.form-group.warehouse-application-coupon-form-group.form-group-pending
  .coupon-info-type {
  color: #c88a0a !important;
}

.form-group.form-group-pending.warehouse-application-coupon-form-group
  .coupon-info-service,
.form-group.warehouse-application-coupon-form-group.form-group-pending
  .coupon-info-service {
  color: #c88a0a !important;
}

/* Warning alert for NEW_ONLY promos - styled like orange info alert */
.form-group.warehouse-application-coupon-form-group .field-warning {
  width: 100%;
  flex-basis: 100%;
  margin-top: 0.8rem;
  padding: 1rem 1.2rem;
  background-color: var(--orange-surface-color, #fff3e0);
  border: 1px solid var(--border-orange-color, #f5a623);
  border-radius: 4px;
  font-size: 1.4rem;
  color: #c88a0a;
}

.form-group.form-group-error.warehouse-application-coupon-form-group
  .form-input {
  border-color: #e53935 !important;
  background-color: #ffebee !important;
  background-image: none !important;
  color: #c62828 !important;
}

.form-group.form-group-error.warehouse-application-coupon-form-group
  .field-error {
  color: #e53935 !important;
}

/* Warning state (orange) - for conditions not met cases where user didn't make a mistake */
/* Higher specificity to override error state */
.form-group.form-group-warning.warehouse-application-coupon-form-group
  .form-input,
.form-group.warehouse-application-coupon-form-group.form-group-warning
  .form-input {
  border-color: #f5a623 !important;
  background-color: #fff8e1 !important;
  background-image: none !important;
  color: #5d4e37 !important;
}

.form-group.form-group-warning.warehouse-application-coupon-form-group
  .field-error,
.form-group.warehouse-application-coupon-form-group.form-group-warning
  .field-error {
  color: #f5a623 !important;
}

/* Warning state coupon-info box (orange/yellow) */
.form-group.form-group-warning.warehouse-application-coupon-form-group
  .coupon-info,
.form-group.warehouse-application-coupon-form-group.form-group-warning
  .coupon-info {
  background-color: #fff8e1 !important;
  border: 1px solid #f5a623 !important;
  color: #5d4e37 !important;
}

.form-group.form-group-warning.warehouse-application-coupon-form-group
  .coupon-info-type,
.form-group.warehouse-application-coupon-form-group.form-group-warning
  .coupon-info-type,
.form-group.form-group-warning.warehouse-application-coupon-form-group
  .coupon-info-service,
.form-group.warehouse-application-coupon-form-group.form-group-warning
  .coupon-info-service {
  color: #c88a0a !important;
}

.form-group.form-group-warning.warehouse-application-coupon-form-group
  .coupon-info-terms,
.form-group.warehouse-application-coupon-form-group.form-group-warning
  .coupon-info-terms {
  color: #c88a0a !important;
  border-top-color: #f5a623 !important;
}

/* Error state coupon-info box (red) */
.form-group.form-group-error.warehouse-application-coupon-form-group
  .coupon-info,
.form-group.warehouse-application-coupon-form-group.form-group-error
  .coupon-info {
  background-color: #ffebee !important;
  border: 1px solid #e53935 !important;
  color: #c62828 !important;
}

.form-group.form-group-error.warehouse-application-coupon-form-group
  .coupon-info-type,
.form-group.warehouse-application-coupon-form-group.form-group-error
  .coupon-info-type,
.form-group.form-group-error.warehouse-application-coupon-form-group
  .coupon-info-service,
.form-group.warehouse-application-coupon-form-group.form-group-error
  .coupon-info-service {
  color: #c62828 !important;
}

.form-group.form-group-error.warehouse-application-coupon-form-group
  .coupon-info-terms,
.form-group.warehouse-application-coupon-form-group.form-group-error
  .coupon-info-terms {
  color: #c62828 !important;
  border-top-color: #e53935 !important;
}

.customer-registration-page-section,
.checkout-page-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.6rem;
  margin-top: -2.4rem;
}

.customer-registration-page-section h1,
.checkout-page-section h1 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.customer-registration-application-form-wrapper,
.checkout-application-form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.6rem;
  padding: 3.2rem;
  border-radius: 1.5rem;
  background-color: var(--tabs-surface-color);
}

.customer-registration-application-form,
.checkout-application-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: 100%;
}

.checkout-application-form {
  gap: 3.2rem 2.4rem;
}

.customer-registration-application-form .form-group {
  width: 100%;
}

.customer-registration-application-fieldset,
.checkout-application-fieldset {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2.4rem 0.8rem;
  padding: 2.4rem;
  border: 1px solid var(--border-surface-color);
  border-radius: 1.5rem;
  background-color: var(--white-color);
  width: 100%;
}

.checkout-application-fieldset {
  gap: 1.6rem;
}

.checkout-application-fieldset:first-child {
  gap: 2.4rem 1.6rem;
}

.customer-registration-application-fieldset.half-width,
.checkout-application-fieldset.half-width {
  width: calc(50% - 1.2rem) !important;
}

.customer-registration-application-fieldset:has(input[disabled]) {
  background-color: transparent;
}

.customer-registration-application-fieldset.customer-email-fieldset {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
  gap: 2.4rem;
  margin-bottom: 0.8rem;
}

.customer-registration-application-form-group.agree-fieldset,
.checkout-application-form-group.agree-fieldset {
  gap: 1.2rem;
}

.checkout-application-fieldset.specification-fieldset {
  background-color: transparent;
  border: none;
  padding: 0;
}

.customer-registration-application-fieldset .form-group.half-width {
  width: calc(50% - 1.2rem) !important;
  max-width: calc(50% - 1.2rem) !important;
}

.customer-registration-application-fieldset.customer-general-information-fieldset {
  display: none;
}

.customer-type-fieldset:has([value="1"]:checked)
  ~ .customer-registration-application-fieldset.customer-general-information-fieldset.individual {
  display: flex;
}

.customer-type-fieldset:has([value="2"]:checked)
  ~ .customer-registration-application-fieldset.customer-general-information-fieldset.corporate {
  display: flex;
}

.customer-registration-application-fieldset-title,
.checkout-application-fieldset-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--primary-text-color);
}

.checkout-application-fieldset-title {
  font-size: 1.6rem;
  font-weight: 500;
}

.customer-email-fieldset
  .form-group.customer-registration-application-form-group {
  flex-direction: row;
  flex-wrap: wrap;
}

.customer-email-fieldset
  .form-group.customer-registration-application-form-group
  .form-label {
  width: 100%;
}

.customer-email-fieldset
  .form-group.customer-registration-application-form-group
  .form-input {
  width: 100%;
  max-width: 100%;
  flex: 1;
}

.customer-email-fieldset .field-error {
  width: 100%;
  position: absolute;
  bottom: -25px;
}

.customer-registration-application-fieldset.customer-email-fieldset
  .form-group:last-child {
  padding-top: 2.36rem;
}

.checkout-application-form > div:last-child {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.checkout-application-fieldset-items {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.checkout-application-fieldset-item {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--secondary-text-color);
}

.checkout-application-fieldset-item span {
  font-weight: 500;
  color: var(--primary-text-color);
}

/* Payment Method Selection */
.payment-method-fieldset.full-width {
  width: 100% !important;
}

.payment-methods-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.payment-method-option {
  display: flex;
  align-items: center;
  padding: 1.2rem 1.6rem;
  border: 2px solid var(--border-surface-color);
  border-radius: 0.8rem;
  background-color: var(--white-color);
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}

.payment-method-option:hover {
  border-color: var(--orange-color);
}

.payment-method-option input[type="radio"] {
  width: 2rem;
  height: 2rem;
  margin-right: 1.2rem;
  accent-color: var(--orange-color);
}

.payment-method-option input[type="radio"]:checked + label {
  font-weight: 500;
}

.payment-method-option:has(input[type="radio"]:checked) {
  border-color: var(--orange-color);
  background-color: rgba(232, 131, 39, 0.05);
}

.payment-method-option label {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  flex: 1;
}

.payment-method-icon {
  height: 2.4rem;
  width: auto;
  max-width: 6rem;
  object-fit: contain;
}

.payment-method-name {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--primary-text-color);
}

.payment-method-badge {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white-color);
  background-color: var(--orange-color);
  padding: 0.3rem 0.8rem;
  border-radius: 0.4rem;
  margin-left: auto;
}

.subscription-option {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--border-surface-color);
}

.subscription-option label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.subscription-info {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--secondary-text-color);
}

.checkout-application-specification {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-surface-color);
  border-radius: 1rem;
  background-color: var(--border-surface-color);
  width: 100%;
  overflow: hidden;
}

.checkout-application-specification-head,
.checkout-application-specification-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--border-surface-color);
  width: 100%;
}

.checkout-application-specification-row:last-child {
  border-bottom: none;
}

.checkout-application-specification-row.checkout-total-row .checkout-application-specification-cell {
  font-weight: 600;
  font-size: 1.6rem;
}

.checkout-application-specification-cell {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0.8rem;
  background-color: var(--white-color);
  border-left: 1px solid var(--border-surface-color);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--primary-text-color);
  flex: 1;
}

.checkout-application-specification-cell:first-child {
  border-left: none;
}

.checkout-application-specification-head
  .checkout-application-specification-cell {
  font-weight: 400;
}

.checkout-monthly-price {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.checkout-deposit {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--secondary-text-color);
}

.checkout-application-fieldset:first-child > div {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: calc(50% - 0.8rem);
}

.checkout-application-fieldset:first-child
  > div
  > div:not(.checkout-application-fieldset-title) {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--secondary-text-color);
}

.success-page-section {
  border-radius: 1.5rem;
  overflow: hidden;
  background-image: url("../images/banner/main/right_image.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.success-information-container {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 3.2rem;
  width: 50%;
  background-color: var(--tabs-surface-color);
}

.success-information-container svg {
  display: block;
  width: 10rem;
  height: 10rem;
  margin-bottom: 2.4rem;
}

.success-information-container h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--primary-text-color);
}

.success-information-container p {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--primary-text-color);
}

@media (min-width: 961px) {
  .popup {
    border-radius: 1.5rem;
    overflow: hidden;
  }

  .popup.size-small {
    width: 55.2rem;
  }
  .popup.size-medium {
    width: 64rem;
  }
  .popup.size-medium-large {
    width: 74.4rem;
  }
  .popup.size-large {
    width: 93.4rem;
  }

  .prices-page-city-select .select-btn-icon {
    display: none;
  }

  .price-item-link {
    background-color: initial;
    border: initial;
    color: var(--orange-color);
    height: auto;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.3;
    border-bottom: 1px dashed var(--orange-color);
  }

  .price-item-link:active {
    background-color: initial !important;
    border: initial !important;
  }

  .price-item-link:focus,
  .price-item-link:focus-visible {
    background-color: initial !important;
    border: initial !important;
    outline: initial !important;
  }

  .price-item-link:hover {
    background-color: initial !important;
    border: initial !important;
    color: var(--hover-color) !important;
    border-bottom: 1px dashed var(--hover-color) !important;
  }

  .price-item-link svg {
    display: none;
  }
}

@media (max-width: 960px) {
  .h1,
  .h1-mobile {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.35;
  }

  .h2-main {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.35;
  }

  .h2-light {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.35;
  }

  .h3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.15;
  }

  .mobile-wide-btn {
    width: 100%;
    justify-content: center;
  }

  .container {
    padding: 0 var(--mobile-base-padding);
  }

  .narrow-container {
    padding: 0 var(--mobile-base-padding);
  }

  .breadcrumbs {
    margin-top: 0;
    padding-top: 1rem;
  }

  .breadcrumbs nav {
    gap: 0.8rem;
  }

  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 1.2rem;
  }

  .small-sub-container {
    padding: 2.4rem;
    gap: 2.4rem;
  }

  .small-sub-container .form {
    gap: 2.4rem;
  }

  .information-sub-container {
    flex-direction: column;
    justify-content: center;
  }

  .header {
    height: var(--mobile-header-height);
    position: initial;
  }

  .header-container {
    justify-content: space-between;
    gap: 1rem;
  }

  .main-nav,
  .header-buttons {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .hamburger-icon {
    width: 3rem;
    height: 2rem;
  }

  .main-content {
    margin: 1.6rem auto 0;
    padding-bottom: 4.8rem;
    gap: 0;
  }

  .breadcrumbs + .main-content {
    margin-top: 1.6rem;
  }

  .main-content.home-content {
    margin: 0 auto;
    padding-bottom: 4.8rem;
    gap: 4.8rem;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-bottom: 2rem;
  }

  .footer-logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    width: 100%;
    padding-bottom: 2rem;
  }

  .footer-nav {
    display: none;
  }

  .social-icons {
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 2rem;
  }

  .social-icons-title {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    padding-top: 2rem;
  }

  .form-group-vertical-list {
    gap: 2.4rem;
  }

  .half-width,
  .one-third-width,
  .one-fifth-width {
    width: 100% !important;
  }

  .mobile-tabs {
    display: flex;
  }

  .tab-container.active {
    display: flex;
  }

  .share-popup {
    right: 0;
    top: initial;
    bottom: -9.3rem;
    transform: translateY(100%);
  }

  .popup {
    border-radius: 0;
    padding: 1.6rem;
    min-height: 100vh;
    background-color: var(--white-color);
  }

  .popup-container {
    padding: 0;
    align-items: flex-start;
  }

  .popup-header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 3.2rem;
  }

  .popup-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 5.6rem;
    box-shadow: 0 4px 10px rgb(36, 52, 82, 0.15);
  }

  .popup-close {
    margin-left: auto;
    z-index: 1000;
  }

  .popup-title {
    font-size: 2.8rem;
  }

  .small-section {
    margin-bottom: 0;
  }

  .accordion-title {
    font-size: 1.8rem;
  }

  .accordion.feedback-accordion {
    gap: 3.2rem;
    padding: 2.4rem;
  }

  .feedback-accordion .accordion.active {
    padding-bottom: 2.4rem;
  }

  .feedback-accordion .accordion-title {
    font-size: 2rem;
  }

  .feedback-accordion .accordion-icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }

  .feedback-accordion textarea {
    height: 20rem;
  }

  .feedback-accordion .form-group-inner-list:last-child .form-group:last-child {
    flex: 1;
    padding-top: 1.2rem;
  }

  .feedback-form button[type="submit"] {
    width: 100%;
    justify-content: center;
  }

  .feedback-form .form-group-inner-list .half-width {
    width: 100%;
  }

  .warehouse-size-types {
    width: 100%;
  }

  .warehouse-size-type {
    grid-template-columns: 1fr 10.5rem;
    grid-template-rows: 1fr min-content 1fr min-content;
    grid-template-areas:
      "title image"
      "size image"
      "button image"
      "description description";
    align-items: center;
    width: 100%;
    max-width: initial;
  }

  .warehouse-size-type-title {
    margin-top: auto;
  }

  .warehouse-size-type-size {
    padding-bottom: 2.4rem;
  }

  .warehouse-size-type-description {
    padding-bottom: 0;
  }

  .warehouse-size-type-image-wrapper {
    justify-content: flex-end;
    width: auto;
  }

  .warehouse-size-type-button-wrapper {
    margin-bottom: auto;
  }

  .static-page-headline-section h1 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .static-page-headline-section.post-page-headline-section h1 {
    font-size: 2rem;
  }

  .post-page-section h1 {
    font-size: 2rem;
  }

  .static-page-section {
    padding-bottom: 0;
  }

  .static-page-section section.highlighted {
    padding: 2.4rem;
    border-radius: 1.2rem;
  }

  .recommended-posts-widget {
    display: none;
  }

  .static-page-section img {
    min-height: 20rem;
    object-fit: cover;
    object-position: center;
  }

  .district-choice-widget {
    padding: 2.4rem;
    gap: 2.4rem;
  }

  .district-choice-widget-header h2 {
    font-size: 2.8rem;
  }

  .district-choice-widget-header p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    color: var(--primary-text-color);
  }

  .district-choice-widget-form .btn[type="submit"] {
    width: 100%;
    justify-content: center;
  }

  .services-information-container {
    flex-direction: column;
  }

  .services-information-container > section,
  .services-information-container > div {
    width: 100%;
  }

  .services-information-container > section {
    padding-right: 0;
  }

  .infinite-warehouse-size-type-slider-headline,
  .infinite-posts-slider-headline {
    font-size: 2.8rem;
  }

  .post-card {
    width: 100%;
  }

  .post-card-title {
    font-size: 1.6rem;
    font-weight: 500;
  }

  .post-card-description {
    display: none;
  }

  .gallery {
    width: 100%;
    gap: 1.2rem;
  }

  .gallery-item {
    border-radius: 0.8rem;
    width: calc(50% - 0.6rem);
    height: 10rem;
  }

  .gallery-item:nth-child(4n + 1),
  .gallery-item:nth-child(4n + 4) {
    width: calc(50% - 0.6rem);
  }

  .gallery-item:nth-child(4n + 2),
  .gallery-item:nth-child(4n + 3) {
    width: calc(50% - 0.6rem);
  }

  .gallery-item:nth-child(1) {
    border-radius: 1.5rem;
    height: 20rem;
    width: 100%;
  }

  .gallery-menu {
    display: none;
  }

  .mobile-gallery-menu {
    display: block;
  }

  .contacts-page-section {
    flex-direction: column-reverse;
    gap: 1.6rem;
    margin-bottom: 4.8rem;
  }

  .address-container {
    width: 100%;
    gap: 1.6rem;
  }

  .contacts-page-section .map-container {
    width: 100%;
    height: 25rem;
  }

  .prices-page-choose-city-headline-section {
    margin-bottom: 1.6rem;
  }

  .static-page-headline-section.prices-page-choose-city-headline-section h1 {
    margin-bottom: 0.4rem;
  }

  .prices-page-choose-city {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding: 0;
  }

  .prices-page-choose-city-description {
    font-size: 1.4rem;
  }

  .prices-page-choose-city-label {
    display: none;
  }

  .prices-page-choose-city-wrapper {
    width: 100%;
  }

  .prices-page-city-select {
    width: 100%;
  }

  .prices-page-section {
    margin-bottom: -4.8rem;
  }

  .prices-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.8rem;
    margin-bottom: 2.4rem;
  }

  .price-tab-btn {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 1.2rem;
    width: calc(50% - 0.4rem);
    height: 4rem;
    font-size: 1.8rem;
    border: 1px solid var(--border-surface-color);
    border-radius: 0.6rem;
  }

  .price-tab-btn.active {
    border: 1px solid var(--border-surface-color);
    border-radius: 0.6rem;
  }

  .sub-price-tab {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .price-container {
    flex-direction: row;
    gap: 2.4rem;
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding: 2.4rem 1.6rem;
    border-radius: 0;
  }

  .price-list-wrapper {
    gap: 1.6rem;
    width: 100%;
  }

  .price-list {
    gap: 1.6rem;
    border: initial;
    border-radius: 0;
    background-color: initial;
  }

  .price-item {
    display: grid;
    gap: 0.2rem;
    padding: 1.6rem;
    background-color: var(--white-color);
    border: 1px solid var(--border-surface-color);
    border-radius: 1.5rem;
  }

  .price-item > div {
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(4, auto);
    align-items: start;
    gap: 0.8rem;
    width: 100%;
    padding: 0;
    border-right: initial;
    border-bottom: initial;
  }

  .price-item > div::before {
    content: attr(data-label);
    font-weight: 400;
  }

  .price-item.price-header {
    display: none;
  }

  .price-item-area {
    grid-column: 1;
    grid-row: 2;
  }

  .price-item-warehouse {
    grid-column: 1;
    grid-row: 1;
  }

  .price-item > div.price-item-warehouse {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 0.6rem;
  }

  .price-item > div.price-item-warehouse:before {
    font-size: 1.4rem;
    font-weight: 600;
  }

  .price-item-price {
    grid-column: 1;
    grid-row: 3;
  }

  .price-item-square {
    grid-column: 1;
    grid-row: 4;
  }

  .price-item > div.price-item-action {
    grid-column: 2;
    grid-row: 1 / span 4;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }

  .price-item-link {
    --btn-icon-size: 1.2rem;
  }

  .price-container .warehouse-size-type {
    display: none;
  }

  .warehouse-page-section {
    flex-direction: column;
    padding-top: 2.4rem;
  }

  .warehouse-container {
    width: 100%;
  }

  .warehouse-application-form-container {
    width: 100%;
    padding: 2.4rem;
    position: relative;
  }

  .warehouse-application-form-group .form-group-radio-list {
    gap: 2.4rem;
  }

  .warehouse-application-form > .warehouse-application-form-group:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }

  .warehouse-application-form-submit-btn {
    width: 100%;
  }

  .customer-registration-page-section,
  .checkout-page-section {
    margin-top: 2.4rem;
  }

  .customer-registration-page-section h1,
  .checkout-page-section h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .customer-registration-application-form-wrapper {
    padding: 2.4rem;
    gap: 2.4rem;
  }

  .checkout-application-form-wrapper {
    padding: 2.4rem;
    gap: 1.6rem;
  }

  .checkout-application-form {
    gap: 1.6rem;
  }

  .customer-registration-application-fieldset.customer-email-fieldset {
    flex-direction: column-reverse;
  }

  .customer-registration-application-fieldset .form-group.half-width {
    width: 100% !important;
    max-width: 100% !important;
  }

  .customer-registration-application-fieldset.customer-email-fieldset
    .form-group:last-child {
    padding-top: 0;
  }

  .customer-registration-application-fieldset.half-width,
  .checkout-application-fieldset.half-width {
    width: 100% !important;
  }

  .customer-registration-application-fieldset.customer-type-fieldset
    .form-group-radio-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }

  .checkout-application-fieldset {
    padding: 2.4rem !important;
    gap: 1.6rem !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--border-surface-color) !important;
  }

  .checkout-application-fieldset:first-child > div {
    width: 100%;
  }

  .checkout-application-form > div:nth-last-child(4),
  .checkout-application-form > div:nth-last-child(3),
  .checkout-application-form > div:nth-last-child(2) {
    margin-bottom: 2rem;
  }

  .checkout-application-form > div:last-child {
    gap: 1.6rem;
  }

  .checkout-application-specification-head {
    display: none;
  }

  .checkout-application-specification {
    border: none;
    gap: 1.6rem;
    background-color: initial;
  }

  .checkout-application-specification-row {
    flex-direction: column;
    border-bottom: none;
    gap: 0.2rem;
  }

  .checkout-application-specification-cell {
    border-left: none;
    padding: 0;
    gap: 0.8rem;
  }

  .checkout-application-specification-cell.mobile-hidden {
    display: none;
  }

  .checkout-application-specification-cell:before {
    content: attr(data-title);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    color: var(--secondary-text-color);
  }

  .checkout-application-specification-cell:first-child:before {
    content: none;
  }

  .checkout-application-form-submit-btn {
    height: auto;
    padding: 0.8rem 1.6rem;
  }

  .success-page-section {
    background-image: initial;
  }

  .success-information-container {
    align-items: center;
    padding: 2.4rem;
    width: 100%;
    border-radius: 1.5rem;
    text-align: center;
  }

  .success-information-container a.btn {
    width: 100%;
    justify-content: center;
  }

  .contract-preview-wrapper {
    padding: 16px !important;
    overflow-wrap: break-word;
    word-break: break-word;
  }

  .contract-preview-wrapper > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contract-preview-wrapper table {
    width: 100% !important;
  }

  .contract-preview-wrapper td,
  .contract-preview-wrapper th {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 4px 6px !important;
    font-size: 13px !important;
  }
}

@media (min-width: 960px) and (max-width: 1440px) {
  body {
    zoom: var(--scale-factor, 1);
  }
}

/* Insurance info button and modal styles */
.insurance-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  margin-left: 0.6rem;
  cursor: pointer;
  color: var(--orange-color);
  transition: color 0.2s ease;
  vertical-align: middle;
}

.insurance-info-btn:hover {
  color: var(--hover-color);
}

.insurance-label {
  margin-bottom: 0.75rem;
}

.insurance-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s;
}

.insurance-modal-overlay.active {
  visibility: visible;
  opacity: 1;
}

.insurance-modal {
  position: relative;
  background-color: var(--white-color);
  border-radius: 8px;
  padding: 2.4rem;
  max-width: 480px;
  width: calc(100% - 3.2rem);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  transform: scale(0.95);
  transition: transform 0.2s ease;
}

.insurance-modal-overlay.active .insurance-modal {
  transform: scale(1);
}

.insurance-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  padding: 0.4rem;
  cursor: pointer;
  color: var(--gray-color);
  transition: color 0.2s ease;
  line-height: 0;
}

.insurance-modal-close:hover {
  color: var(--primary-text-color);
}

.insurance-modal-content {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--primary-text-color);
}

.insurance-terms-link {
  color: var(--orange-color);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}

.insurance-terms-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media (max-width: 959px) {
  .insurance-modal {
    padding: 2rem;
    max-width: 360px;
  }

  .insurance-modal-content {
    font-size: 1.4rem;
  }
}
