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

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

button {
  all: unset;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 4em;
  line-height: 1.3;
}

h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  font-size: 3.5em;
  line-height: 1.2;
}

h3 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1.3;
}

h4 {
  font-size: 2em;
  font-weight: 400;
}

h5 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.3;
}

h6 {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.46;
}

.nowrap {
  white-space: nowrap;
}

html._no-overflow {
  overflow: hidden;
}

body {
  padding-top: 5em;
  transition: padding-top 0.25s;
  will-change: padding-top;
  /*&._search-active {
    padding-top: 5em + $searchbar-height;
  }*/
}
body._with-promo {
  padding-top: 7.25em;
}
@media (max-width: 767px) {
  body {
    padding-top: 3.75em;
    /*&._search-active {
      padding-top: 3.75em + $searchbar-height-mobile;
    }*/
  }
  body._with-promo {
    padding-top: 6em;
  }
}
@media (max-width: 374px) {
  body {
    font-size: 0.875em;
  }
}

input[type=radio] {
  width: 1.25em;
  height: 1.25em;
  accent-color: #BA874C;
}

.hidden {
  display: none;
}

.layout-checkbox {
  display: flex;
  gap: 0 0.5em;
  cursor: pointer;
}
.layout-checkbox__input {
  display: none;
}
.layout-checkbox__checkmark {
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icons/icon-checkbox-default.svg");
  margin-top: 0.125em;
  flex-shrink: 0;
}
.layout-checkbox__input:checked + .layout-checkbox__checkmark {
  background-image: url("../images/icons/icon-checkbox-checked.svg");
}
.layout-checkbox__label {
  color: #191919;
  cursor: pointer;
}
.layout-checkbox__label a {
  color: #BA874C;
}
.layout-checkbox__label a:hover {
  text-decoration: underline;
}

.layout-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.5em;
  line-height: 1.125;
  padding: 0.875em 1.6875em 0.875em 1.6877em;
  cursor: pointer;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  box-sizing: border-box;
  position: relative;
  gap: 0.5em;
}
.layout-button__icon {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
  object-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.layout-button:disabled, .layout-button_disabled {
  pointer-events: none;
}
.layout-button_lg {
  font-size: 1.375em;
  line-height: 1.2727;
  padding: 0.7273em 1.0455em 0.7273em 1.0457em;
}
.layout-button_sm {
  font-size: 0.75em;
  line-height: 1.1667;
  padding: 0.6667em 1.25em 0.6667em 1.252em;
}
.layout-button_md {
  padding: 0.5625em 0.6875em;
}
.layout-button_with-icon-left {
  padding: 0.875em 1.4375em 0.875em 3.4377em;
}
.layout-button_with-icon-left .layout-button__icon {
  left: 1.5em;
}
.layout-button_with-icon-right {
  padding: 0.875em 3.4375em 0.875em 1.4377em;
}
.layout-button_with-icon-right .layout-button__icon {
  right: 1.5em;
}
.layout-button_primary-gold {
  color: #191A1D;
  background-color: #EFB666;
  border-color: #EFB666;
}
.layout-button_primary-gold:hover, .layout-button_primary-gold:focus {
  background-color: #DAA464;
  border-color: #DAA464;
}
.layout-button_primary-gold:disabled, .layout-button_primary-gold.layout-button_disabled {
  color: #7C8189;
  background-color: #F8DEBA;
  border-color: #F8DEBA;
}
.layout-button_primary-green {
  color: #FFFFFF;
  background-color: #004D47;
  border-color: #004D47;
}
.layout-button_primary-green:hover {
  background-color: #013935;
  border-color: #013935;
}
.layout-button_primary-green:disabled, .layout-button_primary-green.layout-button_disabled {
  color: #7C8189;
  background-color: #D0E0C9;
  border-color: #D0E0C9;
}
.layout-button_primary-grey {
  color: #191A1D;
  background-color: #F2EDE0;
  border-color: #F2EDE0;
}
.layout-button_primary-grey:hover {
  background-color: #E9E2D2;
  border-color: #E9E2D2;
}
.layout-button_primary-grey:disabled, .layout-button_primary-grey.layout-button_disabled {
  color: #555960;
}
.layout-button_primary-orange {
  color: #FFFFFF;
  background-color: #FC4D0F;
  border-color: #FC4D0F;
}
.layout-button_primary-orange:hover {
  background-color: #D23200;
  border-color: #D23200;
}
.layout-button_primary-orange:disabled, .layout-button_primary-orange.layout-button_disabled {
  color: #7C8189;
  background-color: #FA6734;
  border-color: #FA6734;
}
.layout-button_primary-pink {
  color: #FFFFFF;
  background-color: #EF4B8B;
  border-color: #EF4B8B;
}
.layout-button_primary-pink:hover {
  background-color: #C92968;
  border-color: #C92968;
}
.layout-button_primary-pink:disabled, .layout-button_primary-pink.layout-button_disabled {
  color: #F9F9F9;
  background-color: #FFAAC2;
  border-color: #FFAAC2;
}
.layout-button_primary-neutral {
  color: #373A3F;
  background-color: #FAF7EE;
  border-color: #FAF7EE;
}
.layout-button_primary-neutral:hover {
  background-color: #E9E2D2;
  border-color: #E9E2D2;
}
.layout-button_primary-neutral:disabled, .layout-button_primary-neutral.layout-button_disabled {
  color: #555960;
}
.layout-button_secondary-gold {
  color: #BA874C;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-gold:hover {
  color: #191A1D;
  background-color: #EFB666;
  border-color: #EFB666;
}
.layout-button_secondary-gold:disabled, .layout-button_secondary-gold.layout-button_disabled {
  color: #AAACAF;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-gold-bright {
  color: #EFB666;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-gold-bright:hover {
  color: #191A1D;
  background-color: #EFB666;
  border-color: #EFB666;
}
.layout-button_secondary-gold-bright:disabled, .layout-button_secondary-gold-bright.layout-button_disabled {
  color: #AAACAF;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-grey {
  color: #555960;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-grey:hover {
  color: #FFFFFF;
  background-color: #555960;
  border-color: #555960;
}
.layout-button_secondary-grey:disabled, .layout-button_secondary-grey.layout-button_disabled {
  color: #AAACAF;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-orange {
  color: #FC4D0F;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-orange:hover {
  color: #FFFFFF;
  background-color: #FC4D0F;
  border-color: #FC4D0F;
}
.layout-button_secondary-orange:disabled, .layout-button_secondary-orange.layout-button_disabled {
  color: #AAACAF;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-white {
  color: #FFFFFF;
  background-color: transparent;
  border-color: currentColor;
}
.layout-button_secondary-white:hover {
  color: #BA874C;
}
.layout-button_secondary-white:disabled, .layout-button_secondary-white.layout-button_disabled {
  color: #AAACAF;
  background-color: transparent;
}
.layout-button_wide {
  width: 100%;
}
.layout-button svg,
.layout-button img {
  flex-shrink: 0;
}

.layout-nav-button {
  width: 2.3125em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .layout-nav-button {
    width: 1.75em;
  }
}
.layout-nav-button__svg {
  display: block;
  width: 100%;
}
.layout-nav-button__svg-circle {
  fill: #004D47;
  transition: fill 0.25s;
}
.layout-nav-button__svg-arrow {
  fill: #FFFFFF;
  transition: fill 0.25s;
}
.layout-nav-button:hover .layout-nav-button__svg-circle {
  fill: #013935;
}
.layout-nav-button.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
}
.layout-nav-button.swiper-button-disabled .layout-nav-button__svg-circle {
  fill: #F4F8F2;
}
.layout-nav-button.swiper-button-disabled .layout-nav-button__svg-arrow {
  fill: #AAACAF;
}

.layout-text-button {
  display: flex;
  align-items: center;
  gap: 0.3125em;
  cursor: pointer;
  background-color: transparent;
}
.layout-text-button__icon {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
  object-position: center;
  color: #7C8189;
  transition: color 0.25s;
}
.layout-text-button:hover .layout-text-button__icon {
  color: #555960;
}
.layout-text-button__label {
  white-space: nowrap;
  color: #555960;
  transition: color 0.25s;
}
@media (max-width: 767px) {
  .layout-text-button__label {
    font-size: 0.875em;
  }
}
.layout-text-button:hover .layout-text-button__label {
  color: #373A3F;
}

.layout-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 0.625em);
  right: -0.4375em;
  padding: 1.5em;
  border-radius: 0.25em;
  background: #FFFFFF;
  box-shadow: 0 0.25em 1em 0 rgba(82, 55, 24, 0.13);
  pointer-events: auto;
}
.layout-dropdown_active {
  display: block;
}
.layout-dropdown__url {
  display: block;
  margin-top: 0.875em;
  color: #555960;
  text-decoration: none;
  transition: color 0.25s;
}
.layout-dropdown__url:hover {
  color: #191A1D;
}
.layout-dropdown__divider {
  margin-top: 0.875em;
  height: 1px;
  background-color: #F2EDE0;
}
.layout-dropdown__wrap {
  position: relative;
}
.layout-dropdown__user-wrap {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  display: flex;
  align-items: center;
  padding: 0 3.75em;
  height: 4.9375em;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .layout-dropdown__user-wrap {
    padding: 0 1.46875em;
  }
}
@media (max-width: 767px) {
  .layout-dropdown__user-wrap {
    padding: 0 1em;
    height: 3.6875em;
  }
}
@media (max-width: 374px) {
  .layout-dropdown__user-wrap {
    padding: 0 0.7656em;
  }
}
.layout-dropdown__user-wrap-inner {
  height: 2em;
  flex: 1;
  position: relative;
}
.layout-dropdown__button_active .layout-button__arrow-icon {
  transform: scaleY(-1);
}
.layout-dropdown__parent_active {
  z-index: 3;
}

.layout-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 999;
  border-bottom: 1px solid #E9E2D2;
}
.layout-header_hidden {
  transform: translateY(0);
  transition: transform 0.5s;
}
@media (max-width: 1024px) {
  .layout-header_hidden {
    transform: translateY(-100%);
  }
}
@media (min-width: 1025px) {
  ._show-beauty-pros-search-header .layout-header_hidden {
    transform: translateY(-100%);
  }
}
@media (max-width: 767px) {
  .layout-header_merchant {
    display: flex;
    flex-direction: column-reverse;
    border-color: #EF4B8B;
  }
}
.layout-header__promo {
  background-color: #EF4B8B;
  padding: 0.4375em 0 0.5em;
  min-height: 2.25em;
  display: flex;
  align-items: center;
}
.layout-header__promo-text {
  color: #FAF7EE;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  letter-spacing: 0.02em;
  padding: 0 0 0 0.02em;
  line-height: 1.3125;
}
@media (max-width: 767px) {
  .layout-header__promo-text {
    font-size: 0.875em;
  }
}
.layout-header__content {
  height: 4.9375em;
  padding: 0 3.75em;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1439px) {
  .layout-header__content {
    padding: 0 1.46875em;
  }
}
@media (max-width: 767px) {
  .layout-header__content {
    padding: 0 1em;
    height: 3.6875em;
  }
}
@media (max-width: 374px) {
  .layout-header__content {
    padding: 0 0.7656em;
  }
}
.layout-header__col {
  display: flex;
  align-items: center;
}
@media (max-width: 1289px) {
  .layout-header__col_left {
    gap: 0.5em;
  }
}
@media (max-width: 767px) {
  .layout-header_merchant .layout-header__col_left {
    flex: 1;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.layout-header__col_right {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 767px) {
  .layout-header__col_right {
    gap: 0.875em;
  }
}
.layout-header__burger-button {
  display: none;
  width: 2em;
  color: #555960;
  cursor: pointer;
  transition: opacity 0.25s;
}
.layout-header__burger-button:hover {
  opacity: 0.8;
}
@media (max-width: 1289px) {
  .layout-header_user .layout-header__burger-button {
    display: block;
  }
}
@media (max-width: 767px) {
  .layout-header_merchant .layout-header__burger-button {
    display: block;
  }
}
.layout-header__burger-button-icon {
  display: block;
  width: 100%;
}
.layout-header__logo {
  display: block;
  width: 11.25em;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/logos/gB-logo.svg");
  aspect-ratio: 180/54;
}
@media (max-width: 1289px) {
  .layout-header__logo {
    width: 11.125em;
  }
}
@media (max-width: 767px) {
  .layout-header__logo {
    width: 3em;
    background-image: url("../images/logos/gB-logo-icon.svg");
    aspect-ratio: 1/1;
  }
}
.layout-header__nav {
  display: flex;
  align-items: center;
  margin: 0 0 0 2.5em;
}
@media (max-width: 1439px) {
  .layout-header__nav {
    margin: 0 0 0 1.5em;
  }
}
@media (max-width: 1289px) {
  .layout-header_user .layout-header__nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .layout-header_merchant .layout-header__nav {
    display: none;
  }
}
.layout-header__nav-url {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: #191A1D;
  text-decoration: none;
  padding-bottom: 0.5em;
  border-bottom: 0.125em solid transparent;
  transition: color 0.25s;
}
.layout-header__nav-url + .layout-header__nav-url {
  margin: 0 0 0 2em;
}
@media (max-width: 1439px) {
  .layout-header__nav-url + .layout-header__nav-url {
    margin: 0 0 0 1.5em;
  }
}
.layout-header__nav-url:hover {
  color: #BA874C;
}
.layout-header__nav-url_active {
  color: #BA874C;
  border-color: currentColor;
}
.layout-header__search {
  padding: 0.5em 0.25em;
  color: #C3BEB1;
  cursor: pointer;
  transition: color 0.25s;
}
@media (max-width: 767px) {
  .layout-header__search {
    padding: 0;
  }
}
._search-active .layout-header__search {
  color: #DAA464;
}
@media (min-width: 1025px) {
  .layout-header__search:hover {
    color: #DAA464;
  }
}
.layout-header__search-icon {
  width: 2em;
}
.layout-header__search-bar {
  position: absolute;
  inset: 100% 0 auto;
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.25s;
}
._search-active .layout-header__search-bar {
  transform: translateY(1px);
}
.layout-header__search-form-wrap {
  background-color: #FFFFFF;
  box-shadow: 0 0.25em 1em 0 rgba(82, 55, 24, 0.13);
  padding: 1em 3.75em;
  position: relative;
  z-index: 1;
}
.layout-header__search-bar_with-results .layout-header__search-form-wrap {
  box-shadow: none;
}
@media (max-width: 1439px) {
  .layout-header__search-form-wrap {
    padding: 1em 1.46875em;
  }
}
@media (max-width: 767px) {
  .layout-header__search-form-wrap {
    padding: 1em;
  }
}
.layout-header__search-bar-form {
  display: flex;
  gap: 1em;
}
@media (max-width: 1024px) {
  .layout-header__search-bar-form {
    gap: 0.5em;
  }
}
@media (max-width: 767px) {
  .layout-header__search-bar-form {
    flex-direction: column;
  }
}
.layout-header__search-bar-field {
  flex: 1;
}
.layout-header__search-bar-clear-btn.layout-input__icon {
  cursor: pointer;
  pointer-events: auto;
}
.layout-header__search-bar-clear-btn.layout-input__icon:hover {
  color: #BA874C;
}
.layout-input:placeholder-shown ~ .layout-header__search-bar-clear-btn.layout-input__icon {
  cursor: default;
}
.layout-header__search-bar-result {
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s;
  padding: 1em 3.75em;
}
@media (max-width: 1439px) {
  .layout-header__search-bar-result {
    padding: 1em 1.46875em;
  }
}
@media (max-width: 767px) {
  .layout-header__search-bar-result {
    padding: 1em;
  }
}
.layout-header__search-bar_with-results .layout-header__search-bar-result {
  opacity: 0.9999;
  visibility: visible;
  box-shadow: 0 0.25em 1em 0 rgba(82, 55, 24, 0.13);
}
.layout-header__search-bar-result-category + .layout-header__search-bar-result-category {
  margin: 0.875em 0 0;
}
.layout-header__search-bar-result-category-title {
  font-size: 1.125em;
  font-weight: 500;
  color: #555960;
  border-bottom: 1px solid #F2EDE0;
  padding: 0 0 0.7222em;
}
.layout-header__search-bar-result-category-item {
  color: #555960;
  padding: 0.875em 0;
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.layout-header__search-bar-result-category-item + .layout-header__search-bar-result-category-item {
  border-top: 1px solid #F2EDE0;
  padding: 0.8125em 0 0.875em;
}
.layout-header__search-bar-result-category-item-img {
  width: 4.25em;
  aspect-ratio: 1/1;
  border-radius: 0.75em;
}
.layout-header__search-bar-result-all {
  padding: 0.8125em 0 0;
  border-top: 1px solid #F2EDE0;
}
.layout-header__search-bar-result-all-url {
  font-weight: 500;
  color: #555960;
  transition: color 0.25s;
  cursor: pointer;
}
.layout-header__search-bar-result-all-url:hover {
  color: #DAA464;
}
@media (max-width: 767px) {
  .layout-header__merchant-wrap {
    display: none;
  }
}
.layout-header__merchant-button {
  padding-left: 1.4375em;
  padding-right: 1.4375em;
}
.layout-header__merchant-button_nav, .layout-header__merchant-button_nav-in-beauty-pros {
  margin: 0.8125em 0 0;
}
.layout-header__merchant-button_nav svg, .layout-header__merchant-button_nav-in-beauty-pros svg {
  transform: rotate(-90deg);
}
.layout-header__merchant-button_nav {
  display: none;
}
@media (max-width: 767px) {
  .layout-header__merchant-button_nav {
    display: flex;
  }
}
.layout-header__merchant-button_nav-in-beauty-pros {
  display: none;
}
._show-beauty-pros-search-header .layout-header__merchant-button_nav-in-beauty-pros {
  display: flex;
}
@media (max-width: 767px) {
  .layout-header__merchant-button_nav-in-beauty-pros {
    display: flex;
  }
}
.layout-header__merchant-menu {
  width: 23.25em;
  padding: 1.125em 1.5em 1.5em;
}
@media (max-width: 767px) {
  .layout-header__merchant-menu {
    width: calc(100vw - 2em);
    right: -5.75em;
  }
}
.layout-header__merchant-menu-title {
  font-size: 1.375em;
  font-weight: 500;
  font-family: "Playfair Display", sans-serif;
  line-height: 1.2727;
  color: #FC4D0F;
  text-align: center;
}
.layout-header__merchant-menu-form {
  padding: 1.125em 0 1.4375em;
  border-bottom: 1px solid #F2EDE0;
}
.layout-header__merchant-menu-field + .layout-header__merchant-menu-field {
  margin: 1em 0 0;
}
.layout-header__merchant-menu-btn {
  margin: 1.5em 0 0;
  width: 100%;
}
.layout-header__merchant-menu-footer {
  padding: 1.5em 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
}
.layout-header__merchant-menu-copy {
  color: #191A1D;
  text-align: center;
}
.layout-header__button_get-started {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .layout-header__button_get-started {
    display: none;
  }
}
.layout-header__primary-btn {
  padding: 0.4375em 0.9375em;
  position: relative;
}
@media (max-width: 767px) {
  .layout-header__primary-btn {
    padding: 0;
    width: 2em;
    height: 2em;
  }
}
@media (max-width: 767px) {
  .layout-header__primary-btn span {
    display: none;
  }
}
.layout-header__nav-button {
  position: relative;
  padding: 0;
  border: none;
  transition: opacity 0.25s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.layout-header__nav-button:hover {
  opacity: 0.85;
}
.layout-header__nav-button-icon {
  display: block;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 374px) {
  .layout-header__nav-button-icon {
    width: 1.75em;
    height: 1.75em;
  }
}
.layout-header__nav-button-bubble {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  min-width: 1.6em;
  max-width: 2.8em;
  padding: 0 0.25em;
  height: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8em;
  background-color: #EFB666;
  color: #191A1D;
  font-size: 0.625em;
}
@media (max-width: 767px) {
  .layout-header__nav-button-bubble {
    font-size: 0.625em;
  }
}
.layout-header__nav-button-bubble span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.layout-header__nav-button-bubble + .layout-header__nav-button-icon {
  margin: 0 0 0 0;
}
.layout-header__balance {
  display: flex;
}
.layout-header__nav-button-balance {
  padding: 0 0.5rem 0 1rem;
  font-size: 0.875em;
  line-height: 1.7143;
  color: #191A1D;
  background-color: #F8DEBA;
  display: flex;
  align-items: center;
  border-radius: 0 0.5em 0.5em 0;
  margin: 0 0 0 -0.5rem;
}
@media (max-width: 1024px) {
  .layout-header__nav-button-balance span {
    display: none;
  }
}
@media (max-width: 767px) {
  .layout-header__nav-button-balance {
    display: none;
  }
}
.layout-header__user-button {
  border-radius: 50%;
  margin: 0 0 0 0.5rem;
  cursor: pointer;
  transition: opacity 0.25s;
  width: 2.625rem;
  height: 2.625rem;
  overflow: hidden;
}
.layout-header__user-button:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .layout-header__user-button {
    margin: 0;
  }
}
.layout-header__user-button-avatar {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 374px) {
  .layout-header__user-button-avatar {
    width: 2em;
    height: 2em;
  }
}

.layout-search-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
  border-bottom: 1px solid #E9E2D2;
  transform: translateY(-100%);
  transition: transform 0.5s;
}
@media (max-width: 1024px) {
  .layout-search-header {
    transform: translateY(0);
  }
}
@media (min-width: 1025px) {
  ._show-beauty-pros-search-header .layout-search-header {
    transform: translateY(0);
  }
}
.layout-search-header__content {
  height: 4.9375em;
  padding: 0 3.75em;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5em;
}
@media (max-width: 1439px) {
  .layout-search-header__content {
    padding: 0 1.46875em;
  }
}
@media (max-width: 767px) {
  .layout-search-header__content {
    padding: 0 1em;
    height: 3.6875em;
  }
}
@media (max-width: 374px) {
  .layout-search-header__content {
    padding: 0 0.7656em;
  }
}
.layout-search-header__col {
  display: flex;
  align-items: center;
}
.layout-search-header__col_left {
  gap: 1.5em;
}
@media (max-width: 1289px) {
  .layout-search-header__col_left {
    gap: 0.5em;
  }
}
.layout-search-header__col_right {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 767px) {
  .layout-search-header__col_right {
    gap: 0.875em;
  }
}
.layout-search-header__col_center {
  flex: 1;
  display: flex;
}
@media (max-width: 1024px) {
  .layout-search-header__col_center {
    position: absolute;
    inset: 100% 0 auto;
    background-color: #fff;
    z-index: -1;
    padding: 1em 1.46875em;
    transform: translateY(-100%);
    transition: transform 0.25s;
    box-shadow: 0 0.25em 1em 0 rgba(82, 55, 24, 0.13);
  }
  ._beauty-pros-search-active .layout-search-header__col_center {
    transform: translateY(1px);
  }
}
@media (max-width: 767px) {
  .layout-search-header__col_center {
    padding: 1em;
  }
}
.layout-search-header__burger-button {
  width: 2em;
  color: #555960;
  cursor: pointer;
  transition: opacity 0.25s;
}
.layout-search-header__burger-button:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .layout-search-header__burger-button {
    width: 1.625em;
  }
}
@media (max-width: 480px) {
  .layout-search-header__burger-button {
    width: 2em;
  }
}
.layout-search-header__burger-button-icon {
  display: block;
  width: 100%;
}
.layout-search-header__logo {
  display: block;
  width: 11.25em;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/logos/gB-logo.svg");
  aspect-ratio: 180/54;
}
@media (max-width: 1289px) {
  .layout-search-header__logo {
    width: 11.125em;
  }
}
@media (max-width: 767px) {
  .layout-search-header__logo {
    width: 3em;
    background-image: url("../images/logos/gB-logo-icon.svg");
    aspect-ratio: 1/1;
  }
}
.layout-search-header__nav-button {
  position: relative;
  padding: 0;
  border: none;
  transition: opacity 0.25s;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.layout-search-header__nav-button:hover {
  opacity: 0.85;
}
.layout-search-header__nav-button-icon {
  display: block;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 374px) {
  .layout-search-header__nav-button-icon {
    width: 1.75em;
    height: 1.75em;
  }
}
.layout-search-header__nav-button-bubble {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%);
  min-width: 1.6em;
  max-width: 2.8em;
  padding: 0 0.25em;
  height: 1.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.8em;
  background-color: #EFB666;
  color: #191A1D;
  font-size: 0.625em;
}
@media (max-width: 767px) {
  .layout-search-header__nav-button-bubble {
    font-size: 0.625em;
  }
}
.layout-search-header__nav-button-bubble span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.layout-search-header__nav-button-bubble + .layout-search-header__nav-button-icon {
  margin: 0 0 0 0;
}
.layout-search-header__user-button {
  border-radius: 50%;
  margin: 0 0 0 0.5rem;
  cursor: pointer;
  transition: opacity 0.25s;
}
.layout-search-header__user-button:hover {
  opacity: 0.85;
}
@media (max-width: 767px) {
  .layout-search-header__user-button {
    margin: 0;
  }
}
.layout-search-header__user-button-avatar {
  display: block;
  width: 2.625rem;
  height: 2.625rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 374px) {
  .layout-search-header__user-button-avatar {
    width: 2em;
    height: 2em;
  }
}
.layout-search-header__form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  flex: 1;
}
@media (max-width: 767px) {
  .layout-search-header__form {
    flex-direction: column;
  }
}
.layout-search-header__field-wrap {
  flex: 1;
}
@media (max-width: 767px) {
  .layout-search-header__field-wrap {
    width: 100%;
  }
}
.layout-search-header__field-wrap_address {
  max-width: 20em;
}
@media (max-width: 1024px) {
  .layout-search-header__field-wrap_address {
    max-width: 100%;
  }
}
.layout-search-header__field-wrap_name {
  max-width: 25em;
}
@media (max-width: 1024px) {
  .layout-search-header__field-wrap_name {
    max-width: 100%;
  }
}
.layout-search-header__search-btn {
  flex: 1;
  max-width: 8.25em;
}
@media (max-width: 767px) {
  .layout-search-header__search-btn {
    width: 100%;
    max-width: 100%;
  }
}
.layout-search-header__search {
  padding: 0.5em 0.25em;
  color: #C3BEB1;
  cursor: pointer;
  transition: color 0.25s;
  display: none;
}
@media (max-width: 1024px) {
  .layout-search-header__search {
    display: block;
  }
}
@media (max-width: 767px) {
  .layout-search-header__search {
    padding: 0;
  }
}
._beauty-pros-search-active .layout-search-header__search {
  color: #DAA464;
}
@media (min-width: 1025px) {
  .layout-search-header__search:hover {
    color: #DAA464;
  }
}
.layout-search-header__search-icon {
  width: 2em;
}
@media (max-width: 767px) {
  .layout-search-header__merchant-wrap {
    display: none;
  }
}
.layout-search-header__merchant-button {
  padding-left: 1.4375em;
  padding-right: 1.4375em;
  display: none;
}
@media (max-width: 1024px) {
  .layout-search-header__merchant-button {
    display: flex;
  }
}
.layout-search-header__merchant-button_nav, .layout-search-header__merchant-button_nav-in-beauty-pros {
  margin: 0.8125em 0 0;
}
.layout-search-header__merchant-button_nav svg, .layout-search-header__merchant-button_nav-in-beauty-pros svg {
  transform: rotate(-90deg);
}
.layout-search-header__merchant-button_nav {
  display: none;
}
@media (max-width: 767px) {
  .layout-search-header__merchant-button_nav {
    display: flex;
  }
}
.layout-search-header__merchant-menu {
  width: 23.25em;
  padding: 1.125em 1.5em 1.5em;
}
@media (max-width: 767px) {
  .layout-search-header__merchant-menu {
    width: calc(100vw - 2em);
    right: -5.75em;
  }
}
.layout-search-header__merchant-menu-title {
  font-size: 1.375em;
  font-weight: 500;
  font-family: "Playfair Display", sans-serif;
  line-height: 1.2727;
  color: #FC4D0F;
  text-align: center;
}
.layout-search-header__merchant-menu-form {
  padding: 1.125em 0 1.4375em;
  border-bottom: 1px solid #F2EDE0;
}
.layout-search-header__merchant-menu-field + .layout-search-header__merchant-menu-field {
  margin: 1em 0 0;
}
.layout-search-header__merchant-menu-btn {
  margin: 1.5em 0 0;
  width: 100%;
}
.layout-search-header__merchant-menu-footer {
  padding: 1.5em 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
}
.layout-search-header__merchant-menu-copy {
  color: #191A1D;
  text-align: center;
}
.layout-search-header__primary-btn {
  padding: 0.4375em 0.9375em;
  position: relative;
}
@media (max-width: 767px) {
  .layout-search-header__primary-btn {
    padding: 0;
    width: 2em;
    height: 2em;
  }
}
@media (max-width: 767px) {
  .layout-search-header__primary-btn span {
    display: none;
  }
}
.layout-search-header__primary-btn_give {
  display: none;
}
@media (max-width: 1024px) {
  .layout-search-header__primary-btn_give {
    display: flex;
  }
}
.layout-search-header__balance {
  display: none;
}
@media (max-width: 1024px) {
  .layout-search-header__balance {
    display: flex;
  }
}
.layout-search-header__nav-button-balance {
  padding: 0 0.5rem 0 1rem;
  font-size: 0.875em;
  line-height: 1.7143;
  color: #191A1D;
  background-color: #F8DEBA;
  display: flex;
  align-items: center;
  border-radius: 0 0.5em 0.5em 0;
  margin: 0 0 0 -0.5rem;
}
@media (max-width: 1024px) {
  .layout-search-header__nav-button-balance span {
    display: none;
  }
}
@media (max-width: 767px) {
  .layout-search-header__nav-button-balance {
    display: none;
  }
}

.layout-underlay {
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 77, 71, 0);
  pointer-events: none;
  transition: background-color 0.25s;
  cursor: pointer;
}
.layout-underlay_visible {
  background-color: rgba(0, 77, 71, 0.83);
  pointer-events: auto;
}

.layout-navigation {
  position: fixed;
  z-index: 1000;
  inset: 0 auto 0 0;
  width: 25em;
  background-color: #FFFFFF;
  transform: translateX(-100%);
  transition: transform 0.25s;
}
.layout-navigation_merchant {
  inset: 0 0 0 auto;
  transform: translateX(100%);
}
@media (max-width: 767px) {
  .layout-navigation {
    width: 100%;
  }
}
.layout-navigation_visible {
  transform: translateX(0);
}
.layout-navigation__header {
  height: 6.125em;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F2EDE0;
}
@media (max-width: 767px) {
  .layout-navigation__header {
    height: 4.5em;
  }
}
.layout-navigation__logo {
  display: block;
  width: 9.0417rem;
  flex-shrink: 0;
}
.layout-navigation__logo-image {
  display: block;
  width: 100%;
}
.layout-navigation__close-button {
  width: 2em;
  height: 2em;
  color: #555960;
  cursor: pointer;
  transition: opacity 0.25s;
}
.layout-navigation__close-button:hover {
  opacity: 0.8;
}
@media (max-width: 374px) {
  .layout-navigation__close-button {
    width: 1.75em;
    height: 1.75em;
  }
}
.layout-navigation__close-button-icon {
  display: block;
  width: 100%;
}
.layout-navigation__body {
  padding: 1.375em 2em;
  overflow: auto;
  height: calc(100% - 6.125em);
}
@media (max-width: 767px) {
  .layout-navigation__body {
    height: calc(100% - 4.5em);
  }
}
.layout-navigation__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.layout-navigation__nav-url {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  color: #191A1D;
  text-decoration: none;
  padding-bottom: 0.5em;
  border-bottom: 0.125em solid transparent;
  transition: color 0.25s;
}
@media (max-width: 767px) {
  .layout-navigation__nav-url {
    font-size: 1.125em;
  }
}
.layout-navigation__nav-url + .layout-navigation__nav-url {
  margin: 1.3125em 0 0;
}
@media (max-width: 767px) {
  .layout-navigation__nav-url + .layout-navigation__nav-url {
    margin: 0.9844em 0 0;
  }
}
.layout-navigation__nav-url:hover {
  color: #BA874C;
}
.layout-navigation__nav-url_active {
  color: #BA874C;
  border-color: currentColor;
}
.layout-navigation__button {
  margin: 0.875em 0 0 0;
  display: none;
}
@media (max-width: 1024px) {
  .layout-navigation__button {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .layout-navigation__button {
    margin: 0.6875em 0 0 0;
  }
}

.layout-user {
  position: fixed;
  z-index: 1000;
  inset: 0 0 0 auto;
  width: 17.5em;
  background-color: #FFFFFF;
  transform: translateX(100%);
  transition: transform 0.25s;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  border-radius: 0.5em 0 0 0.5em;
}
@media (max-height: 450px) and (orientation: landscape) {
  .layout-user {
    font-size: 0.75em;
  }
}
.layout-user_visible {
  transform: translateX(0);
}
.layout-user__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #F2EDE0;
}
.layout-user__close-button {
  align-self: flex-end;
  width: 1.5rem;
  height: 1.5rem;
  color: #555960;
  cursor: pointer;
  transition: opacity 0.25s;
}
.layout-user__close-button:hover {
  opacity: 0.8;
}
.layout-user__close-button-icon {
  display: block;
  width: 100%;
}
.layout-user__avatar {
  width: 6.25em;
  height: 6.25em;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin: 2em 0 0;
}
.layout-user__greeting {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.4;
  color: #555960;
  margin: 0.8889em 0 0;
}
.layout-user__email {
  color: #555960;
  margin: 1em 0 0;
}
.layout-user__body {
  flex: 1;
  overflow: auto;
  padding: 0.9375em 0;
}
.layout-user__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.layout-user__nav-url {
  color: #555960;
  transition: color 0.25s;
}
@media (max-width: 767px) {
  .layout-user__nav-url {
    font-size: 1.125em;
  }
}
.layout-user__nav-url + .layout-user__nav-url {
  margin: 1em 0 0;
}
.layout-user__nav-url:hover {
  color: #BA874C;
}
.layout-user__nav-url_active {
  color: #BA874C;
}
.layout-user__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5em 0 0;
}
.layout-user__accessibility-button {
  width: 2.904em;
}
.layout-user__user-button {
  width: 3.75em;
  margin: 0 0 0 1em;
}
.layout-user__button-icon {
  display: block;
  width: 100%;
}

.layout-cart {
  position: fixed;
  z-index: 1000;
  inset: 0 0 0 auto;
  width: 22.625em;
  background-color: #FFFFFF;
  transform: translateX(100%);
  transition: transform 0.25s;
  display: flex;
  flex-direction: column;
  padding: 1.5em 0;
  border-radius: 0.5em 0 0 0.5em;
}
@media (max-height: 450px) and (orientation: landscape) {
  .layout-cart {
    font-size: 0.75em;
  }
}
.layout-cart_visible {
  transform: translateX(0);
}
.layout-cart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1.0625em 0;
  margin: 0 1.5em;
  border-bottom: 1px solid #F2EDE0;
}
.layout-cart__header-total {
  font-size: 1.125em;
  line-height: 1.3333;
  font-weight: 700;
  color: #719B50;
}
.layout-cart__close-button {
  align-self: flex-end;
  width: 1.5rem;
  height: 1.5rem;
  color: #555960;
  cursor: pointer;
  transition: opacity 0.25s;
}
.layout-cart__close-button:hover {
  opacity: 0.8;
}
.layout-cart__close-button-icon {
  display: block;
  width: 100%;
}
.layout-cart__body {
  flex: 1;
  overflow: auto;
  padding: 0.5em 1.5em;
}
.layout-cart__name {
  color: #555960;
  margin: 0.625em 0 0;
}
.layout-cart__gift {
  padding: 0 0 1.5em;
  border-bottom: 1px solid #F2EDE0;
}
.layout-cart__gift + .layout-cart__gift {
  margin: 1.5em 0 0;
}
.layout-cart__gift-row {
  display: flex;
  justify-content: space-between;
  margin: 0.5em 0 0;
  gap: 0.5em;
}
.layout-cart__gift-img {
  width: 10.125em;
}
.layout-cart__gift-receiver {
  font-size: 0.875em;
  line-height: 1.7143;
  color: #555960;
  margin: 0.5714em 0 0;
}
.layout-cart__gift-receiver span {
  font-weight: 700;
}
.layout-cart__info {
  display: flex;
  flex-direction: column;
}
.layout-cart__info-row {
  display: flex;
  justify-content: flex-end;
  gap: 0.875em;
  min-height: 8em;
}
.layout-cart__info-col {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.layout-cart__info-col:last-child {
  align-items: flex-end;
}
.layout-cart__info-item {
  font-size: 0.875em;
  line-height: 1.7143;
  color: #555960;
}
.layout-cart__remove-btn {
  align-self: flex-end;
  margin: 0.875em 0 0;
}
.layout-cart__footer {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  padding: 0.5em 1.5em 0;
}
.layout-cart__footer-total {
  text-align: right;
  font-size: 1.125em;
  line-height: 1.4;
  font-weight: 700;
  color: #719B50;
}
.layout-cart__footer-buttons {
  display: flex;
  gap: 0.5em;
}
.layout-cart__footer-btn {
  flex: 1;
}

.layout-filter__container {
  position: relative;
  flex-shrink: 0;
}
.layout-filter__menu {
  position: absolute;
  left: 0;
  top: calc(100% + 0.5em);
  z-index: 1;
  min-width: 20em;
  height: 14em;
  overflow: auto;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 0.5em;
  box-shadow: 0 0.25em 1em 0 rgba(82, 55, 24, 0.13);
  background-color: #FFFFFF;
  padding: 0.125em 0.375em 0.125em 0;
}
.layout-filter__menu_active {
  visibility: visible;
}
.layout-filter__menu-inner {
  height: 100%;
  overflow: auto;
  padding: 0.875em 1.125em 0.875em 1.5em;
}
.layout-filter__menu-inner::-webkit-scrollbar {
  width: 0.25em;
}
.layout-filter__menu-inner::-webkit-scrollbar-thumb {
  background-color: #DAA464;
  border-radius: 0.25em;
}
.layout-filter__menu-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.layout-filter__item {
  width: 100%;
  justify-content: space-between;
  padding: 0.75em 0;
}
.layout-filter__checkmark {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
}

.layout-chip {
  padding: 0.5625em 0.9375em;
  border: 1px solid #E9E2D2;
  color: #555960;
  border-radius: 1.25em;
  display: flex;
  align-items: center;
  gap: 0.625em;
  cursor: pointer;
  transition: border-color 0.25s, background-color 0.25s, box-shadow 0.25s, color 0.25s;
  white-space: nowrap;
}
.layout-chip:hover {
  border-color: #BA874C;
}
.layout-chip_active {
  border-color: #F2EDE0;
  background-color: #F2EDE0;
  pointer-events: none;
}
.layout-chip_clickable {
  pointer-events: auto;
}
.layout-chip_disabled {
  border-color: #AAACAF;
  background-color: #F9F9F9;
  color: #AAACAF;
  pointer-events: none;
}
.layout-chip__label {
  color: #555960;
}
.layout-chip_disabled .layout-chip__label {
  color: #AAACAF;
}
.layout-chip__icon {
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
  object-position: center;
  /*.layout-chip_active & {
    transform: scaleY(-1);
  }*/
}
.layout-chip_light.layout-chip_active {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.layout-merchant-footer {
  background-color: #004D47;
  color: #FFFFFF;
  padding: 2em 0;
}
@media (max-width: 767px) {
  .layout-merchant-footer {
    padding: 3.125em 0;
  }
}
.layout-merchant-footer__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1024px) {
  .layout-merchant-footer__container {
    gap: 2.25em;
  }
}
@media (max-width: 767px) {
  .layout-merchant-footer__container {
    flex-direction: column;
    gap: 0;
  }
}
.layout-merchant-footer__col_nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .layout-merchant-footer__col_nav {
    margin: 2.75em 0 0;
  }
}
.layout-merchant-footer__col_copy {
  flex: 0 0 100%;
  margin: 1em 0 0;
}
@media (max-width: 1024px) {
  .layout-merchant-footer__col_copy {
    flex: 0 0 21.5em;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .layout-merchant-footer__col_copy {
    flex: auto;
    margin: 2.5em 0 0;
  }
}
@media (max-width: 1024px) {
  .layout-merchant-footer__col_social {
    order: 1;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .layout-merchant-footer__col_social {
    margin: 2em 0 0;
  }
}
.layout-merchant-footer__logo {
  display: block;
  width: 11.5em;
}
@media (max-width: 1024px) {
  .layout-merchant-footer__logo {
    width: 9.25em;
  }
}
@media (max-width: 767px) {
  .layout-merchant-footer__logo {
    width: 11.5em;
  }
}
.layout-merchant-footer__logo-image {
  display: block;
  width: 100%;
}
.layout-merchant-footer__urls {
  display: flex;
  gap: 2em;
}
@media (max-width: 1024px) {
  .layout-merchant-footer__urls {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .layout-merchant-footer__urls {
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
  }
}
.layout-merchant-footer__url {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s;
}
.layout-merchant-footer__url:hover {
  color: #EFB666;
}
.layout-merchant-footer__social-group {
  display: flex;
  gap: 0.5em;
}
@media (max-width: 1024px) {
  .layout-merchant-footer__social-group {
    gap: 1em;
  }
}
.layout-merchant-footer__social-url {
  width: 2em;
  transition: color 0.25s;
}
.layout-merchant-footer__social-url:hover {
  color: #EFB666;
}
.layout-merchant-footer__social-icon {
  display: block;
  width: 100%;
}
.layout-merchant-footer__copyright {
  font-size: 0.75em;
  line-height: 1.3333;
  text-align: center;
}
@media (max-width: 1024px) {
  .layout-merchant-footer__copyright {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .layout-merchant-footer__copyright {
    max-width: 22em;
    text-align: center;
  }
}
.layout-merchant-footer__copyright a {
  transition: color 0.25s;
}
.layout-merchant-footer__copyright a:hover {
  color: #DAA464;
}
@media (max-width: 1024px) {
  .layout-merchant-footer__copy-divider {
    display: none;
  }
}

.layout-container {
  max-width: calc(1200px + 8.705%);
  padding: 0 4.3525%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .layout-container {
    max-width: 100%;
    padding: 0 2em;
  }
}
@media (max-width: 767px) {
  .layout-container {
    padding: 0 1em;
  }
}
.layout-container_sm {
  max-width: calc(998px + 8.705%);
}

.layout-footer {
  background-color: #004D47;
  color: #FFFFFF;
  padding: 2.5em 0 2em;
  position: relative;
}
@media (max-width: 1289px) {
  .layout-footer {
    padding: 2em 0 1em;
  }
}
@media (max-width: 1024px) {
  .layout-footer {
    padding: 1.625em 0 1em;
  }
}
@media (max-width: 767px) {
  .layout-footer {
    padding: 1.25em 0 0.5em;
  }
}
@media (max-width: 374px) {
  .layout-footer {
    font-size: 0.9286em;
  }
}
@media (max-width: 1289px) {
  .layout-footer__content {
    padding: 0 2.75em;
  }
}
@media (max-width: 1024px) {
  .layout-footer__content {
    padding: 0 2em;
  }
}
@media (max-width: 767px) {
  .layout-footer__content {
    padding: 0 1em;
  }
}
.layout-footer__top, .layout-footer__bottom {
  display: flex;
}
@media (max-width: 1024px) {
  .layout-footer__top {
    flex-wrap: wrap;
  }
}
.layout-footer__col {
  display: flex;
  flex-direction: column;
  flex: 0 1 18.928%;
}
@media (max-width: 1024px) {
  .layout-footer__col {
    flex: 0 1 21.9%;
  }
}
@media (max-width: 767px) {
  .layout-footer__col:nth-of-type(1) {
    flex: 0 1 31%;
  }
  .layout-footer__col:nth-of-type(2) {
    flex: 0 1 38%;
  }
  .layout-footer__col:nth-of-type(3) {
    flex: 0 1 31%;
  }
}
.layout-footer__col_stay-in-touch {
  flex: 1;
}
@media (max-width: 767px) {
  .layout-footer__col_stay-in-touch {
    margin: 1em 0 0;
    flex-direction: row;
    gap: 1.125em;
  }
}
.layout-footer__col_last {
  flex: 0 1 15.3%;
}
@media (max-width: 1024px) {
  .layout-footer__col_last {
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 0.75em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-footer__col_last {
    margin: 1.4em 0 0;
    flex-wrap: wrap;
    gap: 0.5em 1em;
  }
}
.layout-footer__nav-group {
  display: flex;
  flex-direction: column;
}
.layout-footer__nav-group-name {
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
@media (max-width: 1289px) {
  .layout-footer__nav-group-name {
    margin-bottom: 0.375em;
  }
}
@media (max-width: 767px) {
  .layout-footer__nav-group-name {
    font-size: 0.875em;
    margin-bottom: 0.4286em;
  }
}
.layout-footer__social-group {
  display: flex;
  margin: 1.5em 0 0;
}
@media (max-width: 1024px) {
  .layout-footer__social-group {
    flex-wrap: wrap;
    gap: 1em;
  }
}
@media (max-width: 767px) {
  .layout-footer__social-group {
    margin: 0;
  }
}
.layout-footer__social-url {
  width: 2em;
  transition: color 0.25s;
}
.layout-footer__social-url:hover {
  color: #EFB666;
}
.layout-footer__social-url + .layout-footer__social-url {
  margin: 0 0 0 1em;
}
@media (max-width: 1024px) {
  .layout-footer__social-url + .layout-footer__social-url {
    margin: 0;
  }
}
.layout-footer__social-icon {
  display: block;
  width: 100%;
}
.layout-footer__urls {
  display: flex;
  flex-direction: column;
}
.layout-footer__url {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.25s;
}
.layout-footer__url:hover {
  color: #EFB666;
}
@media (max-width: 1289px) {
  .layout-footer__url {
    font-size: 0.875em;
  }
}
.layout-footer__url + .layout-footer__url {
  margin: 0.3125em 0 0;
}
@media (max-width: 1289px) {
  .layout-footer__url + .layout-footer__url {
    margin: 0.5714em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-footer__url + .layout-footer__url {
    margin: 0.5714em 0 0;
  }
}
.layout-footer__market-url + .layout-footer__url {
  margin: 0.75em 0 0 0;
}
@media (max-width: 1024px) {
  .layout-footer__market-url + .layout-footer__url {
    margin: 0;
  }
}
.layout-footer__col_last .layout-footer__url {
  font-size: 1rem;
}
.layout-footer__market-url {
  width: 7.375em;
}
.layout-footer__market-url + .layout-footer__market-url {
  margin: 0.5em 0 0;
}
@media (max-width: 1024px) {
  .layout-footer__market-url + .layout-footer__market-url {
    margin: 0;
  }
}
.layout-footer__market-image {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .layout-footer__market-image {
    height: 100%;
    width: auto;
  }
}
.layout-footer__logo {
  width: 10.125em;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .layout-footer__logo {
    margin-bottom: 0;
    height: 2.6875em;
    width: auto;
  }
}
@media (max-width: 767px) {
  .layout-footer__logo {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
  }
}
.layout-footer__logo-image {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .layout-footer__logo-image {
    height: 100%;
    width: auto;
  }
}
.layout-footer__bottom {
  font-size: 0.875em;
  line-height: 1.7143em;
  justify-content: center;
  margin: 2.857em 0 0;
}
@media (max-width: 1289px) {
  .layout-footer__bottom {
    margin: 3.1429em 0 0;
  }
}
@media (max-width: 1024px) {
  .layout-footer__bottom {
    flex-wrap: wrap;
    margin: 1.2857em 0 0;
  }
}
.layout-footer__bottom-url, .layout-footer__copyright span {
  margin: 0 0.5714em;
}
.layout-footer__bottom-url {
  text-decoration: underline;
  color: inherit;
  white-space: nowrap;
  transition: color 0.25s;
}
.layout-footer__bottom-url:hover {
  color: #EFB666;
}
@media (max-width: 1024px) {
  .layout-footer__bottom-url {
    margin: 0;
  }
  .layout-footer__bottom-url + .layout-footer__bottom-url {
    margin: 0 0 0 1.1428em;
  }
}
@media (max-width: 1289px) {
  .layout-footer__copyright {
    max-width: 57.1429em;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .layout-footer__copyright {
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .layout-footer__copyright {
    font-size: 0.8571em;
    line-height: 1.3333;
    max-width: 24em;
  }
}
.layout-footer__copyright a {
  transition: color 0.25s;
}
.layout-footer__copyright a:hover {
  color: #EFB666;
}
.layout-footer__copyright br {
  display: none;
}
@media (max-width: 1024px) {
  .layout-footer__copyright br {
    display: inline;
  }
}
@media (max-width: 767px) {
  .layout-footer__copyright br {
    display: none;
  }
}

span.field-validation-error {
  color: #D23200;
  font-size: 0.875em;
}

span.field-validation-error ul {
  margin-top: 5px;
}

span.field-validation-error ul li {
  display: flex;
}

span.field-validation-error ul li img {
  width: 20px;
  margin-right: 5px;
}

.layout-input {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #E9E2D2;
  border-radius: 0.5em;
  padding: 0.6875em 0.9375em;
  color: #373A3F;
  outline: none;
}
.layout-input__label {
  display: block;
  color: #191A1D;
  margin: 0 0 0.25em;
}
.layout-input__label + .layout-input__wrap {
  margin: 0.25em 0 0;
}
.layout-input__wrap {
  position: relative;
}
.layout-input__icon {
  position: absolute;
  top: 0.75em;
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
  object-position: center;
  color: #7C8189;
  pointer-events: none;
}
.layout-input__icon_password {
  pointer-events: auto;
  cursor: pointer;
}
.layout-input__icon_password .layout-input__icon-password-eye {
  display: none;
}
.layout-input__icon_password.layout-input__icon_active .layout-input__icon-password-eye {
  display: block;
}
.layout-input__icon_password.layout-input__icon_active .layout-input__icon-password-crossed-eye {
  display: none;
}
.layout-input__helper {
  color: #555960;
  font-size: 0.875em;
  line-height: 1.7143;
  margin: 0.2857em 0 0;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.layout-input__helper_error {
  display: none;
  color: #D23200;
}
.layout-input__helper-icon {
  display: block;
  height: 1.2857em;
}
.layout-input__dropzone {
  border-radius: 0.25em;
  border: 1px dashed #E9E2D2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.9375em 0.9375em 0.8125em;
  transition: border-color 0.25s;
  cursor: pointer;
}
.layout-input__dropzone:hover {
  border-color: #DAA464;
}
.layout-input__dropzone ~ .layout-input {
  display: none;
}
.layout-input__dropzone-icon {
  width: 1.5em;
  height: 1.5em;
  color: #DAA464;
}
.layout-input__dropzone-label {
  color: #191A1D;
  margin: 0.5em 0 0;
}
.layout-input__dropzone-action {
  color: #BA874C;
}
.layout-input__dropzone-description {
  font-size: 0.875em;
  color: #7C8189;
}
.layout-input__dropzone-file-list {
  font-size: 0.75em;
  line-height: 1.3333;
  color: #373A3F;
}
.layout-input__dropzone-file-list:not(:empty) {
  margin: 0.3333em 0 0;
}
.layout-input__counter {
  font-size: 0.75em;
  line-height: 1.3333;
  color: #373A3F;
  text-align: right;
  margin: 0.3333em 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .layout-input__counter {
    margin: -0.1667em 0 0;
  }
}
.layout-input__chip-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.layout-input__label + .layout-input__chip-buttons {
  margin: 1em 0 0;
}
.layout-input__chip-buttons .layout-chip {
  justify-content: center;
}
.layout-input__currency-input-wrap {
  position: relative;
}
.layout-radio + .layout-input__currency-input-wrap {
  margin: 1em 0 0;
}
.layout-input__currency-input-wrap_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.layout-input__currency {
  font-size: 1.25em;
  font-family: "Inter", sans-serif;
  color: #7C8189;
  width: 2.25em;
  height: 2.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #E9E2D2;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-input__label-with-hint {
  display: flex;
  gap: 0.625em;
  align-items: center;
  margin: 0 0 0.25em;
}
.layout-input__label-with-hint .layout-input__label {
  margin: 0;
}
.layout-input_empty, .layout-input::placeholder {
  color: #C3BEB1;
}
.layout-input_empty ~ .layout-input__icon, .layout-input:placeholder-shown ~ .layout-input__icon {
  color: #C3BEB1;
}
.layout-input:focus {
  border-color: #BA874C;
}
.layout-input:disabled, .layout-input_disabled, .layout-input:disabled::placeholder, .layout-input_disabled::placeholder {
  color: #AAACAF;
  border-color: #F2EDE0;
}
.layout-input:disabled, .layout-input_disabled {
  cursor: not-allowed;
}
.layout-input:disabled ~ .layout-input__icon, .layout-input_disabled ~ .layout-input__icon {
  color: #AAACAF;
}
.layout-input_invalid {
  border-color: #D23200;
}
.layout-input_invalid ~ .layout-input__helper_error {
  display: flex;
}
.layout-input_with-icon-left {
  padding: 0.6875em 0.9375em 0.6875em 3.0625em;
}
.layout-input_with-icon-left + .layout-input__icon {
  left: 1em;
}
.layout-input_with-icon-right {
  padding: 0.6875em 3.0625em 0.6875em 0.9375em;
}
.layout-input_with-icon-right + .layout-input__icon {
  right: 1em;
}
.layout-input_with-icons {
  padding: 0.6875em 3.0625em;
}
.layout-input_with-icons + .layout-input__icon {
  left: 1em;
}
.layout-input_with-icons ~ .layout-input__icon {
  right: 1em;
}
.layout-input__label ~ .layout-input__icon {
  top: 2.5em;
}
.layout-input_textarea {
  width: 100%;
  height: 100%;
  resize: none;
}
.layout-input[type=number] {
  -moz-appearance: textfield;
}
.layout-input[type=number]::-webkit-outer-spin-button, .layout-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.layout-input_money {
  padding-left: 3.8125em;
}
.layout-input_money ~ .choices {
  position: absolute;
  top: 0;
  right: 0;
}
.layout-input_money ~ .choices .choices__inner {
  background-color: transparent;
  border-color: transparent;
}
.layout-input_select {
  appearance: none;
}
.layout-input_select:not(:disabled), .layout-input_select:not(.layout-input_disabled) {
  cursor: pointer;
}
.layout-input_pointer {
  cursor: pointer;
}
.layout-input_grey-bg {
  background-color: #F2EDE0;
}

.layout-dropzone {
  width: 100%;
  height: 100%;
  border: 1px dashed #C3BEB1;
  border-radius: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.layout-dropzone_drag-active {
  border-color: #007bff;
  background-color: #f1f1f1;
}
.layout-dropzone__input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.layout-dropzone__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.layout-dropzone_logo .layout-dropzone__placeholder {
  flex-direction: row;
}
.layout-dropzone__placeholder_hidden {
  display: none;
}
.layout-dropzone__placeholder-img {
  width: 1.75em;
  height: 1.75em;
  object-fit: contain;
  object-position: center;
}
.layout-dropzone__placeholder-img_sm {
  width: 1.5em;
  height: 1.5em;
}
.layout-dropzone__placeholder-text {
  color: #BA874C;
}
.layout-dropzone__placeholder-text_sm {
  font-size: 0.6875em;
  font-weight: 500;
}
.layout-dropzone__preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
  border-radius: 0.5em;
  display: none;
}
.layout-dropzone_logo .layout-dropzone__preview {
  object-fit: contain;
}
.layout-dropzone__preview_visible {
  display: block;
}
.layout-dropzone__spoiler {
  font-size: 0.875em;
  margin: 0.25rem 0 0;
  line-height: 1.5rem;
  color: #555960;
}

.layout-phone-input {
  border: 1px solid #E9E2D2;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  padding-top: 0.6875em;
  padding-bottom: 0.6875em;
  width: 100%;
  outline: none;
  color: #373A3F;
  transition: border-color 0.25s;
}
.layout-phone-input:focus {
  border-color: #BA874C;
}
.layout-phone-input::placeholder {
  color: #C3BEB1;
}

.layout-subscribe {
  background-color: #FAF7EE;
  padding: 2.5em 0;
  position: relative;
}
@media (max-width: 1024px) {
  .layout-subscribe {
    padding: 2em 0;
  }
}
@media (max-width: 767px) {
  .layout-subscribe {
    padding: 2em 0 2.375em;
  }
}
.layout-subscribe__container {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .layout-subscribe__container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.layout-subscribe__img-col {
  width: 12.75%;
  margin: 0 0 0 0.5556%;
  position: relative;
}
@media (max-width: 1439px) {
  .layout-subscribe__img-col {
    width: 14%;
  }
}
@media (max-width: 1024px) {
  .layout-subscribe__img-col {
    position: absolute;
    left: 2%;
    bottom: -3em;
    width: calc(26% - 3em);
  }
}
@media (max-width: 767px) {
  .layout-subscribe__img-col {
    left: 17.75%;
    bottom: -2.2em;
    width: 6.625em;
    transform: translateX(-50%);
  }
}
.layout-subscribe__img-wrap {
  width: 100%;
  padding-bottom: 224.3421%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .layout-subscribe__img-wrap {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
  }
}
.layout-subscribe__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.layout-subscribe__content {
  flex: 1;
  margin: 0 4.4%;
}
@media (max-width: 1439px) {
  .layout-subscribe__content {
    margin: 0 2em;
  }
}
@media (max-width: 1024px) {
  .layout-subscribe__content {
    margin: 0 0 0 22.25%;
    width: 77.75%;
  }
}
@media (max-width: 767px) {
  .layout-subscribe__content {
    margin: 0;
    width: 100%;
  }
}
.layout-subscribe__title {
  font-size: 1.75em;
  color: #004D47;
}
.layout-subscribe__description {
  font-size: 1.125em;
  line-height: 1.5556;
  color: #373A3F;
  margin: 0.8889em 0 0;
}
.layout-subscribe__form {
  max-width: 17.625em;
  width: 19.5833%;
  min-width: 15em;
}
@media (max-width: 1024px) {
  .layout-subscribe__form {
    margin: 1.5em 0 0 22.25%;
    max-width: 100%;
    width: 77.75%;
    min-width: 0;
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .layout-subscribe__form {
    flex-direction: column;
    margin: 4em 0 0 33.25%;
    width: 66.75%;
  }
}
@media (max-width: 1024px) {
  .layout-subscribe__form-field {
    width: calc(52% - 0.25em);
  }
}
@media (max-width: 767px) {
  .layout-subscribe__form-field {
    width: 100%;
  }
}
.layout-subscribe__button {
  width: 100%;
  margin: 0.75em 0 0;
}
@media (max-width: 1024px) {
  .layout-subscribe__button {
    margin: 0 0 0 0.5em;
    width: calc(48% - 0.25em);
  }
}
@media (max-width: 767px) {
  .layout-subscribe__button {
    margin: 1em 0 0;
    width: 100%;
  }
}

.layout-card {
  border: 1px solid #F2EDE0;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s;
  position: relative;
}
.layout-card:hover {
  box-shadow: 0 4px 16px 0 rgba(82, 55, 24, 0.13);
}
.layout-card__header {
  position: relative;
}
.layout-card__header-buttons {
  position: absolute;
  z-index: 2;
  top: 0.75em;
  right: 0.875em;
  display: flex;
  gap: 0 0.5em;
}
.layout-card__button {
  width: 1.75em;
  height: 1.75em;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .layout-card__button {
    transition: opacity 0.25s;
    opacity: 0;
  }
  .layout-card:hover .layout-card__button {
    opacity: 0.9999;
  }
}
.layout-card__button.layout-card__button_active, .layout-card__button.layout-dropdown__button_active {
  opacity: 0.9999;
}
.layout-card__button.layout-dropdown__button_active .layout-card__button-icon {
  color: #DAA464;
}
.layout-card__button_fav .layout-card__filled-heart {
  display: none;
}
.layout-card__button_fav.layout-card__button_active .layout-card__filled-heart {
  display: block;
}
.layout-card__button_fav.layout-card__button_active .layout-card__empty-heart {
  display: none;
}
.layout-card__button-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  color: #7C8189;
  transition: color 0.25s;
}
.layout-card__button:hover .layout-card__button-icon {
  color: #DAA464;
}
.layout-card__images {
  position: relative;
  border-radius: 0.5em 0.5em 0 0;
}
.layout-card__arrow {
  width: 1.75em;
  height: 1.75em;
  pointer-events: auto;
  cursor: pointer;
  color: #191919;
  transition: color 0.25s;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .layout-card__arrow {
    transition: opacity 0.25s;
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  .layout-card:hover .layout-card__arrow {
    opacity: 1;
  }
}
.layout-card__arrow:hover {
  color: #BA874C;
}
.layout-card__arrow_prev {
  left: 0.875em;
}
.layout-card__arrow_next {
  right: 0.875em;
}
.layout-card__arrow_next .layout-card__arrow-icon {
  transform: scaleX(-1);
}
.layout-card__arrow-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.layout-card__image {
  position: relative;
  padding-bottom: 75.1773%;
}
.layout-card__slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.layout-card__content {
  background-color: #FFFFFF;
  padding: 1em;
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 0.5em 0.5em;
}
.layout-card__content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-card__title {
  color: #373A3F;
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.5;
}
.layout-card__category {
  color: #7C8189;
  margin: 0.25em 0 0;
}
.layout-card__description {
  margin: 0.5em 0 0;
  flex: 1;
  color: #373A3F;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.5em;
}
.layout-card__content-footer {
  margin: 0.5em 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-card__location {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.layout-card__location-icon {
  display: block;
  width: 1.125em;
  height: 1.125em;
  object-fit: contain;
  object-position: center;
}
.layout-card__location-title {
  font-size: 0.875em;
  color: #7C8189;
}
.layout-card__details {
  display: flex;
  align-items: center;
  border-radius: 0.5em;
  overflow: hidden;
  cursor: pointer;
  background-color: #F8DEBA;
}
@media (min-width: 1025px) {
  .layout-card__details {
    background-color: transparent;
    transition: background-color 0.25s;
  }
  .layout-card:hover .layout-card__details {
    background-color: #F8DEBA;
  }
}
.layout-card__details-label {
  height: 2.6667em;
  align-items: center;
  padding: 0 1em;
  font-size: 0.75em;
  color: #191A1D;
  display: flex;
}
@media (min-width: 1025px) {
  .layout-card__details-label {
    transition: opacity 0.25s;
    opacity: 0;
  }
  .layout-card:hover .layout-card__details-label {
    opacity: 0.9999;
  }
}
.layout-card__details-icon {
  display: block;
  width: 2em;
  height: 2em;
  object-fit: contain;
  object-position: center;
}
.layout-card .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: #AAACAF;
  opacity: 1;
  position: relative;
}
.layout-card .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.layout-card .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.layout-card .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.25rem;
}
.layout-card .swiper-horizontal > .swiper-pagination-bullets,
.layout-card .swiper-pagination-bullets.swiper-pagination-horizontal,
.layout-card .swiper-pagination-custom,
.layout-card .swiper-pagination-fraction {
  bottom: 0.6875rem;
}
@media (min-width: 481px) {
  .layout-card_vertical {
    flex-direction: row;
  }
  .layout-card_vertical .layout-card__header {
    flex: 0 0 48.7663%;
  }
  .layout-card_vertical .layout-card__image {
    padding-bottom: 68%;
  }
  .layout-card_vertical .layout-card__content {
    padding: 1.5em 1.5em 1.5em 2em;
  }
  .layout-card_vertical .layout-card__content-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
  }
  .layout-card_vertical .layout-card__header-buttons {
    opacity: 0.9999;
    top: 1.5em;
    right: 1.5em;
  }
}

.layout-pagination {
  display: flex;
  justify-content: center;
}
.layout-pagination__button {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
.layout-pagination__button_disabled {
  pointer-events: none;
}
.layout-pagination__button:first-child {
  margin-right: 1em;
}
.layout-pagination__button:last-child {
  margin-left: 1em;
}
.layout-pagination__icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  color: #555960;
  transition: color 0.25s;
}
.layout-pagination__icon:hover {
  color: #191A1D;
}
.layout-pagination__button_disabled .layout-pagination__icon {
  color: #AAACAF;
}
.layout-pagination__link {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555960;
  border-radius: 0.25em;
  transition: background-color 0.25s, color 0.25s;
  cursor: pointer;
}
.layout-pagination__link:hover {
  color: #191A1D;
}
.layout-pagination__link_active {
  color: #191A1D;
  background-color: #EFB666;
  pointer-events: none;
}
.layout-pagination__link_disabled {
  pointer-events: none;
}

.layout-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.125em;
}
.layout-breadcrumbs__home {
  width: 1.5em;
  height: 1.5em;
}
.layout-breadcrumbs__home-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.layout-breadcrumbs__url {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.125em;
  color: #004D47;
  transition: color 0.25s;
}
.layout-breadcrumbs__url:hover {
  color: #BA874C;
}
.layout-breadcrumbs__url_current {
  pointer-events: none;
  color: #191A1D;
}
.layout-breadcrumbs__url:only-child {
  margin-left: -0.5em;
  color: #373A3F;
}
.layout-breadcrumbs__url:only-child:hover {
  color: #BA874C;
}
.layout-breadcrumbs__url:only-child .layout-breadcrumbs__url-arrow {
  transform: none;
}
.layout-breadcrumbs__url_lg {
  gap: 0.5em;
}
@media (max-width: 767px) {
  .layout-breadcrumbs__url_lg {
    gap: 0.25em;
  }
}
.layout-breadcrumbs__url-arrow {
  width: 2em;
  height: 2em;
  object-fit: contain;
  transform: scaleX(-1);
}
.layout-breadcrumbs__url-label {
  font-size: 1.125em;
}
@media (max-width: 767px) {
  .layout-breadcrumbs__title {
    font-size: 1.375em;
  }
}

.layout-rating {
  display: flex;
  gap: 0.125em;
}
.layout-rating span {
  width: 0.75em;
  height: 0.75em;
  background-image: url("../images/icons/icon-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.layout-suggestions__slides.swiper {
  margin: 1.9375em 0 0;
}
@media (max-width: 1024px) {
  .layout-suggestions__slides.swiper {
    padding: 0 2em;
    margin: 1.875em -2em 0;
  }
}
@media (max-width: 767px) {
  .layout-suggestions__slides.swiper {
    padding: 0 1em;
    margin: 1.375em -1em 0;
  }
}
.layout-suggestions__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .layout-suggestions__header {
    align-items: flex-start;
  }
}
.layout-suggestions__title {
  color: #004D47;
}
.layout-suggestions__header-buttons {
  display: flex;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .layout-suggestions__header-buttons {
    margin: 0.25em 0 0;
  }
}

.layout-blog {
  background-color: #FAF7EE;
}
.layout-blog__heading {
  color: #004D47;
}
@media (max-width: 1024px) {
  .layout-blog__heading {
    font-size: 2em;
  }
}
.layout-blog__section-title {
  color: #004D47;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .layout-blog__section-title {
    font-size: 1.5em;
  }
}
.layout-blog__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 1.5em 0 0;
}
@media (max-width: 1024px) {
  .layout-blog__header {
    align-items: center;
    margin: 1.25em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-blog__header {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: -2.625em 0 0;
  }
}
.layout-blog__title {
  color: #FC4D0F;
}
@media (max-width: 1024px) {
  .layout-blog__title {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .layout-blog__title {
    margin: 0.8125em 0 0;
  }
}
.layout-blog__view-all {
  padding: 0.6667em 0;
  color: #004D47;
  border-bottom: 1px solid currentColor;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.3333;
  transition: color 0.25s;
}
.layout-blog__view-all:hover {
  color: #BA874C;
}
@media (max-width: 767px) {
  .layout-blog__view-all {
    margin: 0;
    align-self: flex-end;
  }
}
.layout-blog__list {
  margin: 2em 0 0;
}
@media (max-width: 1024px) {
  .layout-blog__list {
    margin: 2.5625em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-blog__list {
    margin: 1.75em 0 0;
  }
}
.layout-blog__item {
  padding: 3.9375em 0;
  position: relative;
  display: flex;
  gap: 3.5em;
  border-top: 2px solid #004D47;
}
@media (max-width: 1439px) {
  .layout-blog__item {
    gap: 2em;
  }
}
@media (max-width: 1024px) {
  .layout-blog__item {
    flex-direction: column;
    padding: 0;
    border: none;
  }
  .layout-blog__item + .layout-blog__item {
    margin: 3.5em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-blog__item {
    flex-direction: column;
    gap: 0;
  }
  .layout-blog__item + .layout-blog__item {
    margin: 2em 0 0;
  }
}
.layout-blog__item:nth-of-type(1) {
  padding-top: 0;
  border: none;
}
.layout-blog__item:nth-last-of-type(1) {
  padding-bottom: 0;
}
.layout-blog__image-wrap {
  flex: 0 0 40.5%;
  border-radius: 0.75rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout-blog__image-wrap {
    flex: 0 0 100%;
  }
}
.layout-blog__image {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1.279;
}
.layout-blog__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.layout-blog__subtitle-wrap {
  flex: 1;
  margin: 0.6875em 0 0;
  max-width: calc(100% - 5.5em);
  width: 88%;
}
@media (max-width: 1024px) {
  .layout-blog__subtitle-wrap {
    margin: 0.5em 0 0;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .layout-blog__subtitle-wrap {
    margin: 1.5em 0 0;
    max-width: 100%;
    width: 100%;
  }
}
.layout-blog__subtitle {
  font-weight: 500;
  color: #004D47;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 5;
  -webkit-line-clamp: 5;
}
@media (max-width: 1439px) {
  .layout-blog__subtitle {
    font-size: 1.75em;
    line-clamp: 4;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1024px) {
  .layout-blog__subtitle {
    font-size: 2em;
    font-weight: 600;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .layout-blog__subtitle {
    font-size: 1.25em;
    line-height: 1.46;
    line-clamp: 6;
    -webkit-line-clamp: 6;
  }
}
.layout-blog__meta {
  display: flex;
}
@media (max-width: 1439px) {
  .layout-blog__meta {
    font-size: 0.9em;
  }
}
@media (max-width: 1024px) {
  .layout-blog__meta {
    font-size: 1em;
    margin: 1.5em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-blog__meta {
    margin: 1.5em 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.layout-blog__meta-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.layout-blog__meta-item + .layout-blog__meta-item {
  margin-left: 3.5em;
}
@media (max-width: 1439px) {
  .layout-blog__meta-item + .layout-blog__meta-item {
    margin-left: 1.5em;
  }
}
@media (max-width: 767px) {
  .layout-blog__meta-item + .layout-blog__meta-item {
    margin-left: 0;
  }
}
.layout-blog__meta-icon {
  width: 2em;
}
@media (max-width: 767px) {
  .layout-blog__meta-icon {
    width: 1.5em;
  }
}
.layout-blog__meta-icon-label {
  font-weight: 500;
  line-height: 1.2;
  color: #004D47;
}
@media (max-width: 767px) {
  .layout-blog__meta-icon-label {
    font-size: 0.875em;
  }
  .layout-blog__author .layout-blog__meta-icon-label {
    font-size: 1em;
  }
}
.layout-blog__meta-icon-label_category {
  text-transform: uppercase;
  font-size: 0.9375em;
}
@media (max-width: 767px) {
  .layout-blog__meta-icon-label_category {
    font-size: 0.875em;
    text-transform: capitalize;
  }
}
.layout-blog__link {
  align-self: flex-end;
}
@media (max-width: 1024px) {
  .layout-blog__link {
    display: none;
  }
}
.layout-blog__author {
  display: flex;
  align-items: center;
  gap: 0.8125em;
  margin-left: auto;
}
@media (max-width: 767px) {
  .layout-blog__author {
    flex: 0 0 100%;
    margin: 0.8125em 0 0;
  }
}
.layout-blog__author-avatar {
  width: 2.625em;
  border-radius: 50%;
  overflow: hidden;
}

.layout-form__row {
  display: flex;
  gap: 1.5em;
}
.layout-form__row + .layout-form__row {
  margin: 0.75em 0 0;
}
.layout-form__field {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.layout-spotlight {
  background-color: #004D47;
  padding: 4em 0 5em;
}
@media (max-width: 1024px) {
  .layout-spotlight {
    padding: 3.75em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-spotlight {
    padding: 2.125em 0 2.5em;
  }
}
.layout-spotlight_featured {
  padding: 4.875em 0 6.1875em;
}
@media (max-width: 1024px) {
  .layout-spotlight__container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .layout-spotlight__container {
    padding: 0 1em;
  }
}
.layout-spotlight__header {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .layout-spotlight__header {
    margin: 0 2em;
  }
}
@media (max-width: 767px) {
  .layout-spotlight__header {
    margin: 0;
  }
}
.layout-spotlight__top-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0.75em;
  gap: 1.5em;
}
@media (max-width: 767px) {
  .layout-spotlight__top-line {
    flex-direction: column;
    align-items: flex-start;
  }
}
.layout-spotlight__top-line-title {
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
}
.layout-spotlight__top-line-url {
  font-size: 1.125em;
  line-height: 1.3333;
  font-weight: 500;
  color: #F4F8F2;
  padding: 0.7222em 0;
  border-bottom: 1px solid currentColor;
  transition: color 0.25s;
  cursor: pointer;
  white-space: nowrap;
}
.layout-spotlight__top-line-url:hover {
  color: #D0E0C9;
}
.layout-spotlight__title {
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.layout-spotlight__title::before, .layout-spotlight__title::after {
  content: "";
  display: block;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.layout-spotlight__title::before {
  right: calc(100% + 0.75em);
  left: -50vw;
}
@media (max-width: 1024px) {
  .layout-spotlight__title::before {
    right: calc(100% + 2.1em);
  }
}
@media (max-width: 767px) {
  .layout-spotlight__title::before {
    right: calc(100% + 0.1875em);
  }
}
.layout-spotlight__title::after {
  left: calc(100% + 0.75em);
  right: -50vw;
}
@media (max-width: 1024px) {
  .layout-spotlight__title::after {
    left: calc(100% + 2.1em);
  }
}
@media (max-width: 767px) {
  .layout-spotlight__title::after {
    left: calc(100% + 0.1875em);
  }
}
@media (max-width: 1024px) {
  .layout-spotlight__title {
    font-size: 2em;
  }
}
.layout-spotlight__cards {
  margin: 4em 0 0;
  display: flex;
  gap: 0 1.5em;
}
.layout-spotlight_featured .layout-spotlight__cards {
  margin: 3.125em 0 0;
}
@media (max-width: 1024px) {
  .layout-spotlight__cards {
    overflow: auto;
    margin: 2.5em 0 0;
    padding: 0 0 3.5em 2em;
  }
}
@media (max-width: 767px) {
  .layout-spotlight__cards {
    flex-direction: column;
    gap: 2em 0;
    padding: 0;
    margin: 1.65em 0 0;
  }
}
.layout-spotlight__card {
  flex: 0 0 calc(33.3333% - 0.75em);
  border-radius: 0.75em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .layout-spotlight__card {
    flex: 0 0 calc(53.8% - 0.75em);
  }
}
@media (max-width: 767px) {
  .layout-spotlight__card {
    flex: 0 0 100%;
  }
}
@media (max-width: 1024px) {
  .layout-spotlight__card:last-child {
    margin: 0 2em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-spotlight__card:last-child {
    margin: 0;
  }
}
.layout-spotlight__card-header {
  position: relative;
}
.layout-spotlight__card-header-buttons {
  position: absolute;
  z-index: 1;
  top: 1em;
  right: 1em;
  display: flex;
  gap: 0 0.5em;
}
@media (min-width: 1025px) {
  .layout-spotlight__card-header-buttons {
    transition: opacity 0.25s;
    opacity: 0;
  }
  .layout-spotlight__card:hover .layout-spotlight__card-header-buttons {
    opacity: 0.9999;
  }
}
.layout-spotlight__button {
  width: 2em;
  height: 2em;
  cursor: pointer;
}
.layout-spotlight__button-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  color: #7C8189;
  transition: color 0.25s;
}
.layout-spotlight__button:hover .layout-spotlight__button-icon {
  color: #BA874C;
}
.layout-spotlight__images {
  position: relative;
}
.layout-spotlight__arrow {
  width: 2em;
  height: 2em;
  pointer-events: auto;
  cursor: pointer;
  color: #191919;
  transition: color 0.25s;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .layout-spotlight__arrow {
    transition: opacity 0.25s;
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  .layout-spotlight__card-header:hover .layout-spotlight__arrow {
    opacity: 1;
  }
  .layout-spotlight__card-header:hover .layout-spotlight__arrow[disabled] {
    opacity: 0.5;
  }
}
.layout-spotlight__arrow:hover {
  color: #BA874C;
}
.layout-spotlight__arrow_prev {
  left: 1.5em;
}
.layout-spotlight__arrow_next {
  right: 1.5em;
}
.layout-spotlight__arrow_next .layout-spotlight__arrow-icon {
  transform: scaleX(-1);
}
.layout-spotlight__arrow[disabled] {
  pointer-events: none;
}
.layout-spotlight__arrow-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.layout-spotlight__slide {
  position: relative;
  padding-bottom: 73.75%;
}
@media (max-width: 1024px) {
  .layout-spotlight__slide {
    padding-bottom: 74.5%;
  }
}
@media (max-width: 767px) {
  .layout-spotlight__slide {
    padding-bottom: 84%;
  }
}
.layout-spotlight__slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.layout-spotlight__card-content {
  background-color: #FFFFFF;
  padding: 1.5em;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .layout-spotlight__card-content {
    padding: 1em 1.5em 1.4375em;
  }
}
.layout-spotlight__content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-spotlight__card-title {
  font-weight: 700;
  line-height: 1.539;
  color: #004D47;
}
.layout-spotlight__card-rating {
  display: flex;
  gap: 0.125em;
}
.layout-spotlight__card-rating span {
  width: 0.75em;
  height: 0.75em;
  background-image: url("../images/icons/icon-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.layout-spotlight__card-category {
  color: #7C8189;
  margin: 0.25em 0 0;
}
.layout-spotlight__card-description {
  margin: 1em 0 0;
  font-size: 1.125em;
  flex: 1;
}
@media (max-width: 767px) {
  .layout-spotlight__card-description {
    margin: 0.5em 0 0;
  }
}
.layout-spotlight__content-footer {
  margin: 1.5em 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .layout-spotlight__content-footer {
    margin: 1em 0 0;
  }
}
.layout-spotlight__card-location {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.layout-spotlight__location-icon {
  display: block;
  width: 1.125em;
  height: 1.125em;
  object-fit: contain;
  object-position: center;
}
.layout-spotlight__location-title {
  font-size: 0.875em;
  color: #7C8189;
}
.layout-spotlight__card-details {
  display: flex;
  align-items: center;
  border-radius: 0.5em;
  overflow: hidden;
  cursor: pointer;
  background-color: #F8DEBA;
}
@media (min-width: 1025px) {
  .layout-spotlight__card-details {
    background-color: transparent;
    transition: background-color 0.25s;
  }
  .layout-spotlight__card-details:hover {
    background-color: #F8DEBA;
  }
}
.layout-spotlight__details-label {
  height: 2.6667em;
  align-items: center;
  padding: 0 1em;
  font-size: 0.75em;
  color: #191A1D;
  display: flex;
}
@media (min-width: 1025px) {
  .layout-spotlight__details-label {
    transition: opacity 0.25s;
    opacity: 0;
  }
  .layout-spotlight__card-details:hover .layout-spotlight__details-label {
    opacity: 0.9999;
  }
}
.layout-spotlight__details-icon {
  display: block;
  width: 2em;
  height: 2em;
  object-fit: contain;
  object-position: center;
}
.layout-spotlight .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: #AAACAF;
  opacity: 1;
  position: relative;
}
.layout-spotlight .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.layout-spotlight .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.layout-spotlight .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.25rem;
}
.layout-spotlight .swiper-horizontal > .swiper-pagination-bullets,
.layout-spotlight .swiper-pagination-bullets.swiper-pagination-horizontal,
.layout-spotlight .swiper-pagination-custom,
.layout-spotlight .swiper-pagination-fraction {
  bottom: 0.6875rem;
}

.layout-get-app {
  background-color: #DEE9D9;
  padding: 5.25em 0 5.6em;
}
@media (max-width: 1024px) {
  .layout-get-app {
    padding: 3.6em 0 4.1em;
  }
}
@media (max-width: 767px) {
  .layout-get-app {
    overflow: hidden;
    padding: 1.625em 0 3.75em;
  }
}
.layout-get-app__container {
  display: flex;
}
@media (max-width: 767px) {
  .layout-get-app__container {
    flex-direction: column;
  }
}
.layout-get-app__image-col {
  flex: 1;
  position: relative;
}
@media (max-width: 767px) {
  .layout-get-app__image-col {
    height: 24em;
    flex: 0 1 auto;
  }
}
.layout-get-app__image {
  position: absolute;
  inset: 50% 0 0 64%;
  transform: translate(-50%, -50%);
  width: 39.25em;
  max-width: none;
}
@media (max-width: 1024px) {
  .layout-get-app__image {
    width: 31em;
    inset: 51% 0 0 65.5%;
  }
}
@media (max-width: 767px) {
  .layout-get-app__image {
    width: 145%;
    inset: 50% 0 0 72%;
  }
}
.layout-get-app__content-col {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .layout-get-app__content-col {
    flex: 0 0 47.5%;
  }
}
@media (max-width: 767px) {
  .layout-get-app__content-col {
    margin: -0.5em 0 0;
  }
}
.layout-get-app__title {
  color: #004D47;
  font-family: "Playfair Display", sans-serif;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .layout-get-app__title {
    font-size: 1.5em;
  }
}
.layout-get-app__qr-codes {
  margin: 2em 0 0;
  display: flex;
  gap: 1.5em;
}
@media (max-width: 1024px) {
  .layout-get-app__qr-codes {
    margin: 2.25em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-get-app__qr-codes {
    margin: 1.75em 0 0;
  }
}
.layout-get-app__qr-code-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-get-app__qr-code-image {
  display: block;
  width: 8.375em;
}
@media (max-width: 1024px) {
  .layout-get-app__qr-code-image {
    width: 7.25em;
  }
}
.layout-get-app__store-badge {
  display: block;
  width: 7.375em;
  margin: 1em 0 0;
}
@media (max-width: 1024px) {
  .layout-get-app__store-badge {
    width: 6.375em;
    margin: 0.875em 0 0;
  }
}
.layout-get-app__instruction {
  color: #555960;
  margin: 2em 0 0;
  max-width: 18.75em;
}
@media (max-width: 1024px) {
  .layout-get-app__instruction {
    margin: 1.5em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-get-app__instruction {
    margin: 2.4em 0 0;
  }
}
.layout-get-app__form {
  margin: 1.5em 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .layout-get-app__form {
    width: 100%;
  }
}
.layout-get-app__form-field {
  width: 24em;
}
@media (max-width: 1024px) {
  .layout-get-app__form-field {
    width: 21.25em;
  }
}
@media (max-width: 767px) {
  .layout-get-app__form-field {
    width: 100%;
  }
}
.layout-get-app__button {
  margin: 1.5em 0 0;
  padding: 0.875em 2.25em;
}
@media (max-width: 767px) {
  .layout-get-app__button {
    margin: 1em 0 0;
    width: 100%;
  }
}

.layout-hint {
  position: relative;
}
.layout-hint__icon {
  width: 1.25em;
  height: 1.25em;
  object-fit: contain;
  object-position: center;
}
.layout-hint__content {
  display: none;
  position: absolute;
  top: 2em;
  right: -1.125em;
  width: 18.75em;
  padding: 1em;
  background-color: #FFFFFF;
  border-radius: 0.5em;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
  color: #555960;
}
.layout-hint__content span {
  font-size: 0.875em;
}
.layout-hint__content ul {
  list-style: disc;
  padding-inline-start: 1.5em;
  color: #373A3F;
}
.layout-hint__content p {
  color: #373A3F;
}
@media (max-width: 767px) {
  .layout-hint__content {
    top: 1.75em;
    right: -0.5625em;
  }
}
.layout-hint__content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 1.25em;
  border-width: 0.5em;
  border-style: solid;
  border-color: transparent transparent #FFFFFF transparent;
}
@media (max-width: 767px) {
  .layout-hint__content::after {
    right: 0.625em;
  }
}
.layout-hint__content_top-right {
  top: -1em;
  transform: translateY(-100%);
  right: auto;
  left: -1.125em;
}
.layout-hint__content_top-right::after {
  right: auto;
  left: 1.25em;
  bottom: auto;
  top: 100%;
  border-color: #FFFFFF transparent transparent transparent;
}
.layout-hint__content_visible {
  display: block;
}

.layout-url {
  font-family: "Playfair Display", sans-serif;
  font-weight: 500;
  line-height: 1.3125;
  padding: 0.1875em 0;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  transition: color 0.25s;
}
.layout-url_gold {
  color: #BA874C;
}
.layout-url_gold:hover {
  color: #DAA464;
}

.layout-beautybank-navigation {
  padding: 0.5em 0 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #F2EDE0;
}
.layout-beautybank-navigation__container {
  display: flex;
  justify-content: center;
  gap: 4.8125em;
}
@media (max-width: 1024px) {
  .layout-beautybank-navigation__container {
    gap: 3.5em;
  }
}
@media (max-width: 767px) {
  .layout-beautybank-navigation__container {
    gap: 1.5em;
  }
}
.layout-beautybank-navigation__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
  padding: 0 0 0.5em;
  color: #555960;
  transition: color 0.25s;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .layout-beautybank-navigation__item {
    gap: 0.5em;
    padding: 0 0 0.4375em;
  }
}
.layout-beautybank-navigation__item:hover {
  color: #DAA464;
}
.layout-beautybank-navigation__item_active {
  color: #DAA464;
  pointer-events: none;
}
.layout-beautybank-navigation__item_active::after {
  content: "";
  display: block;
  position: absolute;
  inset: auto 0 0;
  transform: translateY(50%);
  height: 3px;
  width: 100%;
  background-color: #DAA464;
  border-radius: 1em;
}
@media (max-width: 767px) {
  .layout-beautybank-navigation__label {
    font-size: 0.75em;
  }
  .layout-beautybank-navigation__label span {
    display: none;
  }
}
.layout-beautybank-navigation__icon {
  width: 1.75em;
  height: 1.75em;
  object-fit: contain;
  object-position: center;
}
@media (max-width: 767px) {
  .layout-beautybank-navigation__icon {
    width: 1.5em;
    height: 1.5em;
  }
}

.layout-toggle {
  border-radius: 0.5em;
  background-color: #E9E2D2;
  padding: 0.125em;
  display: flex;
  width: 100%;
}
.layout-toggle__btn {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.59375em 0.5em;
  font-weight: 500;
  color: #555960;
  border-radius: 0.4375em;
  border: 0.5px solid transparent;
  cursor: pointer;
}
.layout-toggle__btn_active {
  background-color: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.1875em 0.5em 0 rgba(0, 0, 0, 0.12), 0 0.1875em 0.0625em 0 rgba(0, 0, 0, 0.04);
  pointer-events: none;
}

.layout-radio {
  display: flex;
  gap: 0.5em;
  align-items: center;
  color: #191919;
  cursor: pointer;
}
.layout-radio_fw-500 {
  font-weight: 500;
}

.layout-modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 77, 71, 0.83);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.layout-modal_on-top {
  z-index: 1000;
}
.layout-modal:not(.layout-modal_active) {
  display: none;
}
.layout-modal__content {
  background-color: #FFFFFF;
  padding: 1em 0 0;
  border-radius: 0.75em;
  width: calc(100% - 2em);
  max-width: 30.375em;
  position: relative;
}
.layout-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
}
.layout-modal__header::before {
  content: "";
  display: block;
  width: 1.4375em;
}
.layout-modal__header-title {
  font-size: 1.5em;
  font-weight: 700;
  color: #373A3F;
}
.layout-modal__header-btn {
  width: 1.5em;
  color: #555960;
  cursor: pointer;
  transition: color 0.25s;
}
.layout-modal__header-btn:hover {
  color: #191A1D;
}
.layout-modal__body {
  overflow: auto;
  max-height: calc(100vh - 8em);
  padding: 1.5em 1em 1em;
}
.layout-modal__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
}
.layout-modal__controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
@media (max-width: 767px) {
  .layout-modal__controls {
    gap: 1em;
  }
}
.layout-modal__rotation-controls {
  display: flex;
  gap: 0.75em;
}
.layout-modal__rotation-control {
  cursor: pointer;
  color: #EFB666;
  transition: color 0.25s;
}
.layout-modal__rotation-control:hover {
  color: #BA874C;
}
.layout-modal__zoom-controls {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (max-width: 767px) {
  .layout-modal__zoom-controls {
    gap: 0.3125em;
  }
}
.layout-modal__zoom-button {
  cursor: pointer;
  color: #BA874C;
  transition: color 0.25s;
}
.layout-modal__zoom-button:hover {
  color: #DAA464;
}
@media (max-width: 767px) {
  .layout-modal__zoom-button svg {
    width: 1.5em;
    height: 1.5em;
  }
}
.layout-modal__zoom-range {
  -webkit-appearance: none; /* Removes default styling */
  appearance: none;
  width: 12.6875em;
  height: 0.125em;
  background-color: #F2EDE0;
  border-radius: 0.625em;
  outline: none;
  transition: background-color 0.25s;
  /* Track for Firefox */
  /* Track for Edge */
}
@media (max-width: 767px) {
  .layout-modal__zoom-range {
    width: 13.375em;
  }
}
.layout-modal__zoom-range::-moz-range-track {
  width: 12.6875em;
  height: 0.125em;
  background-color: #F2EDE0;
  border-radius: 0.625em;
}
.layout-modal__zoom-range::-ms-track {
  width: 12.6875em;
  height: 0.125em;
  background-color: #F2EDE0;
  border-radius: 0.625em;
}
.layout-modal__zoom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0.625em;
  height: 0.625em;
  margin: -0.25em 0 0;
  background-color: #FFFFFF;
  border: 1px solid #BA874C;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.25s;
}
.layout-modal__zoom-range::-webkit-slider-thumb:hover {
  border-color: #DAA464;
}
.layout-modal__zoom-range::-moz-range-thumb {
  width: 0.625em;
  height: 0.625em;
  background-color: #FFFFFF;
  border: 1px solid #BA874C;
  border-radius: 50%;
  cursor: pointer;
}
.layout-modal__zoom-range::-webkit-slider-runnable-track {
  height: 0.125em;
  background: linear-gradient(to right, #EFB666 var(--progress), #F2EDE0 var(--progress));
}
.layout-modal__cropper-container {
  position: relative;
  height: 24.625em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .layout-modal__cropper-container {
    height: 15.6875em;
  }
}
.layout-modal__cropper-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-118%, -50%);
  height: 14.1875em;
  aspect-ratio: 238/227;
  background-image: url("../images/card-crop-area.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .layout-modal__cropper-container::after {
    height: 7.75em;
  }
}
.layout-modal__controls:hover input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px 8px rgba(63, 81, 181, 0.16);
  border-radius: 50%;
}
.layout-modal__controls:hover input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px 8px rgba(63, 81, 181, 0.16);
}

.layout-calendar {
  background-color: #F2EDE0;
  border-radius: 0.75em;
  display: flex;
  flex-direction: column;
  padding: 1.5em;
}
@media (max-width: 767px) {
  .layout-calendar {
    padding: 0.75em;
  }
}
.layout-calendar__label {
  font-size: 1.125em;
  font-weight: 500;
  color: #373A3F;
}
.layout-calendar__label + .rdp-root {
  margin: 1em 0 0;
}
.layout-calendar__select-btn {
  margin: 1em 0 0;
  align-self: center;
}
.layout-calendar .rdp-day_button {
  font-size: 1.25em;
  color: #555960;
  margin: auto;
}
.layout-calendar .rdp-months {
  width: 100%;
  max-width: 100%;
}
.layout-calendar .rdp-month,
.layout-calendar .rdp-month_grid {
  width: 100%;
}
.layout-calendar .rdp-caption_label {
  font-size: 1.1111em;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #555960;
}
.layout-calendar .rdp-chevron {
  fill: #DAA464;
}
.layout-calendar .rdp-nav {
  transform: translateX(0.625em);
}
.layout-calendar .rdp-weekday {
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: 600;
  color: rgba(55, 58, 63, 0.3);
  padding-bottom: 0.125em;
}
.layout-calendar .rdp-month_grid {
  margin: 0.5em 0 0;
}
.layout-calendar .rdp-day {
  padding: 0.875em 0 0;
}
@media (max-width: 767px) {
  .layout-calendar .rdp-day {
    padding: 0.5em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-calendar .rdp-day_button {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.layout-calendar .rdp-today:not(.rdp-outside) {
  color: #000000;
  font-weight: 500;
}
.layout-calendar .rdp-selected {
  color: #000000;
  font-weight: 500;
  font-size: inherit;
}
.layout-calendar .rdp-selected .rdp-day_button {
  background-color: #EFB666;
}

.layout-avatar {
  width: 3.125em;
  padding: 0 0 0 0.5em;
}
.layout-avatar__inner {
  position: relative;
}
.layout-avatar__img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.layout-avatar__star {
  width: 47.619%;
  aspect-ratio: 1/1;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-40%);
}
.layout-avatar__initials {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #719B50;
  font-size: 1.25em;
  font-family: "Playfair Display", sans-serif;
  color: #FFFFFF;
}
.layout-avatar_no-star {
  padding: 0;
}

.layout-table__row {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 0.75em 0 0.6875em;
  border-bottom: 1px solid #F2EDE0;
}
.layout-table__data {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.layout-table__data_name {
  padding: 0 0 0 0.4375em;
  gap: 0.25em;
}
.layout-table__header-icon {
  width: 1.5em;
  flex-shrink: 0;
}
.layout-table__header-title {
  color: #555960;
}
.layout-table__header-sort-icon {
  width: 1.25em;
  cursor: pointer;
}
.layout-table__header-sort-icon-up, .layout-table__header-sort-icon-down {
  color: #555960;
}
.beautybank-gifts__table-header-sort-icon_up-active .layout-table__header-sort-icon-up {
  color: #BA874C;
}
.beautybank-gifts__table-header-sort-icon_down-active .layout-table__header-sort-icon-down {
  color: #BA874C;
}
.layout-table__user {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.layout-table__user-name {
  color: #191A1D;
  font-size: 1.125em;
}
.layout-table__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
}
.layout-table__tag {
  color: #FFFFFF;
  padding: 0.09375em 0.53125em;
  border-radius: 0.875em;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.layout-table__tag_orange-50 {
  background-color: #FC4D0F;
}
.layout-table__tag_pink-60 {
  background-color: #EF4B8B;
}
.layout-table__tag_green-80 {
  background-color: #004D47;
}
.layout-table__tag_green-60 {
  background-color: #719B50;
}
.layout-table__tag_gold-60 {
  background-color: #DAA464;
}
.layout-table__tag_green-40 {
  background-color: #D0E0C9;
  color: #004D47;
}
.layout-table__amount, .layout-table__date, .layout-table__phone, .layout-table__email {
  font-size: 1.125em;
  color: #191A1D;
}
.layout-table__button {
  padding: 0.6875em 0.5em;
  min-width: 8.625em;
}
.layout-table__action {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  gap: 0.5em;
}
.layout-table__options-btn {
  cursor: pointer;
  flex-shrink: 0;
}
.layout-table__options-icon {
  width: 1.5em;
}
@media (max-width: 1024px) {
  .layout-table__options-icon {
    margin: 0 2em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-table__options-icon {
    margin: 0 1em 0 0;
  }
}
.layout-table__sort-input-wrap {
  max-width: 14.25em;
  width: 100%;
}
@media (max-width: 767px) {
  .layout-table__sort-input-wrap {
    max-width: 100%;
  }
}
.layout-table__header-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5em;
  flex: 1;
}
@media (max-width: 1024px) {
  .layout-table__header-controls {
    gap: 1em;
  }
}
@media (max-width: 767px) {
  .layout-table__header-controls {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 100%;
  }
}
.layout-table__toggle {
  max-width: 20.4375em;
  width: 100%;
}
@media (max-width: 1024px) {
  .layout-table__toggle {
    max-width: 13.75em;
  }
}
@media (max-width: 767px) {
  .layout-table__toggle {
    max-width: 100%;
  }
}
.layout-table__footer {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .layout-table__footer {
    padding: 0 1.5em 0 0;
  }
}
@media (max-width: 767px) {
  .layout-table__footer {
    padding: 0 1em;
    justify-content: center;
  }
}
.layout-table__footer .layout-pagination {
  margin: 2em 0 0;
}

.layout-pay__content {
  padding: 2em 0.5em 0.5em;
}
.layout-pay__content_wide {
  max-width: 36.25em;
}
.layout-pay__body {
  margin: 1em 0 0;
  padding: 1em 1.5em 1.5em;
}
.layout-pay__body_no-overflow {
  padding: 1em 0 1.5em;
  overflow: visible;
}
.layout-pay__form {
  padding: 0 1.5em;
}
.layout-pay__title-wrap {
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.layout-pay__title-icon {
  width: 1.75em;
}
.layout-pay__title {
  font-size: 1.375em;
  line-height: 1.55;
  color: #373A3F;
}
.layout-pay__header {
  padding: 0 0.5em;
}
.layout-pay__header::before {
  content: none;
}
.layout-pay__results {
  margin: 1.5em 0 0;
}
.layout-pay__result {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 0 0.9375em;
  border-bottom: 1px solid #F2EDE0;
  width: 100%;
  cursor: pointer;
}
.layout-pay__avatar {
  width: 2.625em;
}
.layout-pay__results-title {
  font-size: 1.125em;
  line-height: 1.5;
  color: #191A1D;
  padding: 0 1.5rem;
}
.layout-pay__results-list {
  margin: 0.625em 0 0;
  overflow: auto;
  max-height: calc(100vh - 17.625em);
  padding: 0 1.5em;
}
.layout-pay__result-content {
  flex: 1;
}
.layout-pay__result-star-icon {
  width: 1.5em;
}
.layout-pay__result-name {
  color: #373A3F;
}
.layout-pay__result-location {
  display: flex;
  align-items: center;
  gap: 0.1875em;
  margin: 0.25em 0 0;
}
.layout-pay__result-location-name {
  font-size: 0.875em;
  color: #7C8189;
}
.layout-pay__result-location-icon {
  width: 1.125em;
}
.layout-pay__payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.layout-pay__payment-avatar {
  width: 6.5625em;
}
.layout-pay__payment-name {
  margin: 0.8571em 0 0;
  color: #004D47;
}
.layout-pay__payment-balance {
  color: #555960;
  margin: 2.5em 0 0;
}
.layout-pay__payment-balance b {
  font-weight: 500;
}
.layout-pay__payment-form {
  margin: 2em 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-pay__payment-input-wrap {
  width: 9em;
}
.layout-pay__payment-btn {
  width: 11.25em;
  margin: 2.5em 0 0;
}

.layout-pay-success__title {
  font-size: 3.125em;
  line-height: 1.12;
  color: #719B50;
}
.layout-pay-success__description {
  font-size: 1.25em;
  line-height: 1.4;
  color: #373A3F;
  margin: 1.25em 0 0;
  text-align: center;
}
.layout-pay-success__img {
  max-width: 20.4375em;
  margin: 2em 0 0;
}
@media (max-width: 1024px) {
  .layout-pay-success__img {
    max-width: 100%;
  }
}
.layout-pay-success .layout-modal__content {
  max-width: 31.25em;
  padding: 1.5em 0 0.75em;
}
.layout-pay-success .layout-modal__header {
  padding: 0 1.5em;
}
.layout-pay-success .layout-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 1.5em 1.25em;
}
.layout-pay-success .layout-button {
  width: 100%;
  max-width: 20.5em;
  margin: 2.125em 0 0;
}
.layout-pay-success .layout-button + .layout-button {
  margin: 1em 0 0;
}

.layout-share {
  width: 20.875em;
  top: 100%;
  left: auto;
  right: 0;
  padding: 0;
}
.layout-share__inner {
  padding: 1em;
  background-color: #FFFFFF;
  border-radius: 0.25em;
}
.layout-share__url {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.layout-share__buttons {
  display: flex;
  align-items: center;
  gap: 0.4375em;
  margin: 1em 0 0;
}
.layout-share__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  flex: 1;
  background-color: #F2EDE0;
  color: #DAA464;
  transition: color 0.25s;
  cursor: pointer;
  border-radius: 0.25em;
}
.layout-share__button:hover {
  color: #BA874C;
}
.layout-share__button-icon {
  width: 2em;
}
