:root {
  --bs-body-line-height: 1.2;
  --bs-body-font-size: 16px;
  --color-hover: #c48e4f;
  --color-extra-hover: #563A3F;
  --container-max-width: 1200px;
}
@media screen and (max-width: 1199px) {
  :root {
    --container-max-width: 1140px;
  }
}
@media screen and (max-width: 991px) {
  :root {
    --container-max-width: 960px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --container-max-width: 100%;
  }
}
.tr {
  transition: all 0.4s ease;
}
img:not(.image-style-gallery, .pswp__img) {
  max-width: 100%;
  height: auto !important;
}
.field[data-blazy] {
  min-width: initial;
}
table img {
  max-width: initial;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
a {
  color: var(--color);
  text-decoration: none;
  transition: all 0.4s ease;
}
.ajax-progress {
  display: none !important;
}
.container {
  max-width: var(--container-max-width);
  padding: 0 16px;
}
p:last-child {
  margin-bottom: 0 !important;
}
body {
  background: #f5e6da;
  padding-top: 0 !important;
  font-family: "Montserrat", sans-serif;
}
.logo-text,
.script-title {
  font-family: "Great Vibes", cursive;
}
h1,
h2 {
  font-family: "Tenor Sans", sans-serif;
}
#page {
  overflow: hidden;
}
.toolbar-fixed #page {
  margin-top: var(--drupal-displace-offset-top);
}
body {
  height: 100%;
  margin: 0;
  padding-right: 0 !important;
}
#main {
  flex: 1;
}
.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
}
img {
  max-width: 100%;
  height: auto;
}
#footer .ajax-progress,
#header .ajax-progress {
  display: none;
}
.toolbar .toolbar-tab .toolbar-icon {
  padding: 0.75em 1.5em 0.75em 2.5em;
}
.path-admin .messages--error {
  display: none;
}
.contextual-region .contextual {
  display: none;
  top: -8px;
  right: 8px;
}
.contextual-region .contextual-region .contextual {
  top: 8px;
}
.contextual-region:hover .contextual {
  display: block;
}
.contextual-region .contextual .trigger {
  width: 22px !important;
  height: 22px !important;
  background-size: 14px 14px;
}
#header-mob.toolbar-horizontal #header-mob {
  top: 0;
}
.region-navigation .nav > .nav-item:hover .dropdown-menu {
  display: block;
  top: 100%;
  left: 0;
}
#scrollToTop {
  width: clamp(36px, 3.5vw, 44px);
  height: clamp(36px, 3.5vw, 44px);
  background: #f9f6f4;
  border: 1px solid #665d60;
  text-indent: 0;
  font-size: 0;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: clamp(64px, 6vw, 80px);
  right: clamp(12px, 5vw, 64px);
  cursor: pointer;
  position: fixed;
  z-index: 10;
  transition: 0.2s;
  padding: 0;
  border-radius: 50%;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
#scrollToTop img {
  width: clamp(10px, 1vw, 13px);
  height: clamp(5px, 0.6vw, 7px) !important;
  transition: filter 0.3s ease;
}
#scrollToTop:hover {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}
#scrollToTop:hover img {
  filter: brightness(0) invert(1);
}
#header {
  z-index: 50;
  background: #3b2831;
  color: #fff;
}
#header .header-info {
  padding: 11px 0;
  background: #3b2831;
}
#header .header-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header-address {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  color: #f9f6f4;
  white-space: nowrap;
}
#header .header-address img {
  width: 16px;
  height: 16px;
}
#header .header-top-menu ul,
#header .header-top-menu nav ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: clamp(8px, 1vw, 12px);
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .header-top-menu a {
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
  padding: 0;
}
#header .header-top-menu a:hover {
  text-decoration: underline;
}
#header .header-main {
  padding: 10px 0;
  background: #2b1e24;
}
#header .col-logo {
  display: flex;
  gap: clamp(10px, 1.4vw, 16px);
  align-items: center;
}
#header .header-main-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 1vw, 24px);
}
#header .logo {
  flex: 0 0 auto;
}
#header .logo a {
  display: flex;
  align-items: center;
}
#header .logo img {
  display: block;
  max-width: clamp(165px, 16vw, 310px);
  max-height: clamp(38px, 6vw, 72px) !important;
  object-fit: contain;
}
#header .col-contacts {
  flex: 0 0 auto;
}
#header .col-contacts a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#header .col-contacts .tel {
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
}
#header .col-contacts .tel:hover {
  text-decoration-line: underline;
  color: #c48e4f;
}
#header .col-contacts .mail {
  margin-top: 6px;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
}
#header .contact-item {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1vw, 10px);
  flex: 0 0 auto;
}
#header .contact-item a {
  width: clamp(32px, 2.2vw, 38px);
  height: clamp(32px, 2.2vw, 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ddae7a;
  transition: 0.2s ease;
}
#header .contact-item a:hover {
  background: #c48e4f;
}
#header .contact-item img {
  width: 20px;
  object-fit: contain;
}
#header .col-callback {
  flex: 0 0 auto;
}
#header .col-callback .btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(14px, 1.5vw, 17px) clamp(16px, 2vw, 23px);
  background: #ddae7a;
  border-radius: 8px;
  border: 0;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  text-decoration: none;
  cursor: pointer;
}
#header .col-callback .btn-primary:hover,
#header .col-callback .btn-primary:focus,
#header .col-callback .btn-primary:active,
#header .col-callback .btn-primary:disabled {
  background: #c48e4f;
}
#header .col-search form {
  position: relative;
  display: flex;
  margin: 0;
}
#header .col-search .form-item {
  width: 100%;
  margin: 0;
}
#header .col-search input[type="search"],
#header .col-search input[type="text"] {
  padding: 9px 16px;
  background: #f2ece7;
  border: 1px solid #b9b0b0;
  border-radius: 8px;
  padding-right: 44px;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #52494c;
  min-width: 245px;
}
#header .col-search input[type="search"]:focus,
#header .col-search input[type="text"]:focus {
  box-shadow: none;
}
#header .col-search .form-actions {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 100%;
  margin: 0;
}
#header .col-search .search-form__submit {
  width: 18px;
  height: 100%;
  padding: 0;
  border: 0;
  background: url("/sites/all/themes/vesta_theme/image/search.svg") center / 18px 18px no-repeat;
  font-size: 0;
  color: transparent;
  box-shadow: none;
}
#header .col-search .search-form__submit:hover,
#header .col-search .search-form__submit:focus,
#header .col-search .search-form__submit:active {
  background: url("/sites/all/themes/vesta_theme/image/search.svg") center / 18px 18px no-repeat;
  box-shadow: none;
}
#header .header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
#header .col-favorite {
  position: relative;
  width: 24px;
  height: 24px;
}
#header .col-favorite .region-izbrannoe,
#header .col-favorite .block,
#header .col-favorite .view-favorites,
#header .col-favorite .view-header {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
}
#header .col-favorite .view-favorites {
  position: relative;
  display: block;
  overflow: visible;
}
#header .col-favorite .view-header {
  position: relative;
  z-index: 2;
}
#header .col-favorite .view-header a {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-decoration: none;
}
#header .col-favorite .view-header a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/sites/all/themes/vesta_theme/image/heart.svg") center / contain no-repeat;
}
#header .col-favorite .view-header a:hover::before,
#header .col-favorite .view-header a:focus::before,
#header .col-favorite .view-header a.is-active::before,
#header .col-favorite .view-header a.flagged::before {
  filter: brightness(0) saturate(100%) invert(60%) sepia(33%) saturate(584%) hue-rotate(350deg) brightness(91%) contrast(90%);
}
#header .col-favorite .view-header .flag.action-unflag a::before,
#header .col-favorite .view-header .flag.flagged a::before {
  filter: brightness(0) saturate(100%) invert(60%) sepia(33%) saturate(584%) hue-rotate(350deg) brightness(91%) contrast(90%);
}
#header .col-favorite .view-header .d-none {
  display: none !important;
}
#header .col-favorite .view-header .wh-total {
  position: absolute;
  right: -6px;
  top: -2px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: #ddae7a;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
#header .col-favorite .view-content,
#header .col-favorite .views-row,
#header .col-favorite .views-field,
#header .col-favorite .field-content {
  display: none !important;
}
#header .col-cart .cart-block--summary {
  position: relative;
}
#header .col-cart .cart-block--summary__icon {
  display: block;
  width: 24px;
  height: 24px;
}
#header .col-cart .cart-block--summary__icon img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  transition: 0.25s ease;
}
#header .col-cart:hover .cart-block--summary__icon img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(26%) saturate(761%) hue-rotate(354deg) brightness(89%) contrast(87%);
}
#header .col-cart .cart-block--summary__count {
  top: -2px;
  right: -5px;
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: #ddae7a;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
#header .header-catalog {
  padding: 14px 0;
  background: #2b1e24;
  border-top: 1px solid #3b2831;
}
#header .header-catalog ul,
#header .header-catalog nav ul {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2vw, 30px);
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .header-catalog a {
  display: flex;
  align-items: center;
  padding: 0;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
  text-transform: uppercase;
  text-decoration: none;
}
#header .header-catalog a:hover,
#header .header-catalog a.active {
  color: var(--color-hover);
}
#header .header-catalog .active > a {
  color: var(--color-hover);
}
#header .header-catalog .nav-item {
  position: relative;
  margin: 0;
  padding: 0;
}
#header .header-catalog .nav-item.dropdown:hover > .dropdown-menu,
#header .header-catalog .nav-item.dropdown:focus-within > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
#header .header-catalog .nav-item.dropdown:hover > .nav-link,
#header .header-catalog .nav-item.dropdown:focus-within > .nav-link {
  color: var(--color-hover);
}
#header .header-catalog .nav-item.dropdown:hover .nav-link__icon,
#header .header-catalog .nav-item.dropdown:focus-within .nav-link__icon {
  filter: brightness(0) saturate(100%) invert(55%) sepia(87%) saturate(532%) hue-rotate(356deg) brightness(101%) contrast(97%);
  transform: rotate(180deg);
}
#header .header-catalog .nav-link {
  gap: 9px;
}
#header .header-catalog .nav-link__icon {
  width: 9px;
  height: 5px;
  transition: 0.2s ease;
}
#header .header-catalog .dropdown-toggle::after {
  display: none !important;
}
#header .header-catalog .dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 100;
  min-width: 240px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #2b1e24;
  border: 1px solid #3b2831;
  border-top: 2px solid var(--color-hover);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: 0.2s ease;
}
#header .header-catalog .dropdown-menu .nav-item {
  width: 100%;
}
#header .header-catalog .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -14px;
  width: 100%;
  height: 14px;
  background: transparent;
}
#header .header-catalog .dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #f9f6f4;
  text-decoration: none;
  background: transparent;
  white-space: nowrap;
  transition: 0.2s ease;
}
#header .header-catalog .dropdown-item:hover,
#header .header-catalog .dropdown-item:focus,
#header .header-catalog .dropdown-item.is-active {
  color: #2b2126;
  background: var(--color-hover);
}
#header-mob {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 12px 16px;
  background: #2b1e24;
  gap: 19px;
}
#header-mob .search-api-page-block-form {
  position: static;
}
#header-mob .col-logo {
  flex: 0 0 auto;
}
#header-mob .col-logo a {
  display: flex;
  align-items: center;
}
#header-mob .col-logo img {
  display: block;
  max-width: clamp(165px, 48vw, 190px);
  max-height: clamp(38px, 10vw, 48px) !important;
  object-fit: contain;
}
#header-mob .col-right {
  display: flex;
  gap: 16px;
}
#header-mob .col-search {
  position: static;
}
#header-mob .col-search form {
  margin: 0;
}
#header-mob .col-search .form-item {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 90;
  padding: 12px 16px;
  background: #2b1e24;
  border-top: 1px solid #3b2831;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
#header-mob .col-search.is-open .form-item {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#header-mob .col-search input.form-search {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  height: 42px;
  padding: 0 44px 0 16px;
  background: #f2ece7;
  border: 1px solid #b9b0b0;
  border-radius: 8px;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #52494c;
  outline: none;
  box-shadow: none;
}
#header-mob .col-search input.form-search::placeholder {
  color: #665d60;
}
#header-mob .col-search input.form-search:focus {
  border-color: #ddae7a;
  box-shadow: none;
}
#header-mob .col-search .form-actions {
  margin: 0;
}
#header-mob .col-search .search-form__submit {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: url("/sites/all/themes/vesta_theme/image/search-white.svg") center / 18px 18px no-repeat;
  font-size: 0;
  color: transparent;
  box-shadow: none;
}
#header-mob .header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
#header-mob .col-favorite {
  position: relative;
  width: 24px;
  height: 24px;
}
#header-mob .col-favorite .view-header a {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  color: transparent;
}
#header-mob .col-favorite .view-header a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/sites/all/themes/vesta_theme/image/heart.svg") center / contain no-repeat;
}
#header-mob .col-favorite .view-header a::before:hover::before,
#header-mob .col-favorite .view-header a::before:focus::before,
#header-mob .col-favorite .view-header a::before.is-active::before,
#header-mob .col-favorite .view-header a::before.flagged::before {
  filter: brightness(0) saturate(100%) invert(60%) sepia(33%) saturate(584%) hue-rotate(350deg) brightness(91%) contrast(90%);
}
#header-mob .col-favorite .view-header a .flag.action-unflag a::before,
#header-mob .col-favorite .view-header a .flag.flagged a::before {
  filter: brightness(0) saturate(100%) invert(60%) sepia(33%) saturate(584%) hue-rotate(350deg) brightness(91%) contrast(90%);
}
#header-mob .col-favorite .wh-total {
  position: absolute;
  right: -6px;
  top: -4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ddae7a;
  font-size: 12px;
  line-height: 1;
  color: #2b2126;
}
#header-mob .col-favorite .view-content {
  display: none !important;
}
#header-mob .col-cart .cart-block--summary {
  position: relative;
}
#header-mob .col-cart .cart-block--summary__icon {
  display: block;
  width: 24px;
  height: 24px;
}
#header-mob .col-cart .cart-block--summary__icon img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
#header-mob .col-cart .cart-block--summary__count {
  top: -4px;
  right: -6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ddae7a;
  font-size: 12px;
  color: #2b2126;
}
#header-mob .col-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
#header-mob .col-nav img {
  width: 18px;
  height: 16px !important;
  object-fit: contain;
}
#offcanvasNav {
  background: #2b1e24;
  color: #f9f6f4;
  border-right: 1px solid #3b2831;
}
#offcanvasNav .offcanvas-header {
  padding: 16px;
  border-bottom: 1px solid #3b2831;
  justify-content: space-between;
}
#offcanvasNav .logo a {
  display: flex;
  align-items: center;
}
#offcanvasNav .logo img {
  display: block;
  max-width: clamp(165px, 48vw, 190px);
  max-height: clamp(38px, 10vw, 48px) !important;
  object-fit: contain;
}
#offcanvasNav .btn-close {
  position: relative;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  opacity: 1;
  box-shadow: none;
  background: transparent;
  border: 0;
}
#offcanvasNav .btn-close::before,
#offcanvasNav .btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #f9f6f4;
  border-radius: 2px;
}
#offcanvasNav .btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#offcanvasNav .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#offcanvasNav .btn-close:focus {
  box-shadow: none;
}
#offcanvasNav .offcanvas-body {
  padding: 20px 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#offcanvasNav .dropdown-toggle::after {
  display: none;
}
#offcanvasNav nav,
#offcanvasNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#offcanvasNav .nav {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#offcanvasNav .nav-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #3b2831;
}
#offcanvasNav .nav-link,
#offcanvasNav .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #f9f6f4;
  text-decoration: none;
  background: transparent;
}
#offcanvasNav .nav-link:hover,
#offcanvasNav .dropdown-item:hover,
#offcanvasNav .nav-link:focus,
#offcanvasNav .dropdown-item:focus,
#offcanvasNav .nav-link.active,
#offcanvasNav .dropdown-item.active,
#offcanvasNav .nav-link.is-active,
#offcanvasNav .dropdown-item.is-active {
  color: var(--color-hover);
  background: transparent;
}
#offcanvasNav .offcanvas-catalog {
  border-bottom: 1px solid #3b2831;
}
#offcanvasNav .offcanvas-catalog__toggle {
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #f9f6f4;
}
#offcanvasNav .offcanvas-catalog__toggle span {
  width: 9px;
  height: 5px;
  background: url("/sites/all/themes/vesta_theme/image/arrow-down.svg") center / contain no-repeat;
  transition: 0.2s;
}
#offcanvasNav .offcanvas-catalog__toggle.active {
  color: #ddae7a;
}
#offcanvasNav .offcanvas-catalog__toggle.active span {
  transform: rotate(180deg);
}
#offcanvasNav .offcanvas-catalog__menu {
  display: none;
  padding: 0 0 12px 14px;
}
#offcanvasNav .offcanvas-catalog__menu .nav {
  display: flex;
  flex-direction: column;
}
#offcanvasNav .offcanvas-catalog__menu .nav-item {
  border-bottom: 0;
}
#offcanvasNav .offcanvas-catalog__menu .nav-link,
#offcanvasNav .offcanvas-catalog__menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  padding: 9px 0;
  font-size: 13px;
  line-height: 100%;
  color: #f9f6f4;
  text-decoration: none;
  background: transparent;
}
#offcanvasNav .offcanvas-catalog__menu .nav-link:hover,
#offcanvasNav .offcanvas-catalog__menu .dropdown-item:hover,
#offcanvasNav .offcanvas-catalog__menu .nav-link.active,
#offcanvasNav .offcanvas-catalog__menu .dropdown-item.active {
  color: var(--color-hover);
}
#offcanvasNav .offcanvas-catalog__menu .dropdown-menu {
  display: none;
  position: static !important;
  padding: 0 0 0 14px;
  margin: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none !important;
}
#offcanvasNav .offcanvas-catalog__menu .nav-link__icon {
  transition: 0.2s;
}
#offcanvasNav .offcanvas-catalog__menu .nav-item.dropdown.active > .nav-link {
  color: #ddae7a;
}
#offcanvasNav .offcanvas-catalog__menu .nav-item.dropdown.active > .nav-link .nav-link__icon {
  transform: rotate(180deg);
}
#offcanvasNav .col-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
}
#offcanvasNav .col-contacts a {
  display: flex;
  color: #f9f6f4;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-decoration: none;
}
#offcanvasNav .col-contacts a:hover {
  color: var(--color-hover);
}
#offcanvasNav .col-contacts .tel {
  font-weight: 500;
  font-size: 16px;
}
#offcanvasNav .col-contacts .mail {
  font-weight: 500;
  font-size: 14px;
}
#offcanvasNav .contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
#offcanvasNav .contact-item a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ddae7a;
}
#offcanvasNav .contact-item a:hover {
  background: #c48e4f;
}
#offcanvasNav .contact-item img {
  width: 20px;
  height: 20px !important;
  object-fit: contain;
}
#offcanvasNav .col-callback {
  margin-top: 24px;
}
#offcanvasNav .col-callback .btn-primary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  background: #ddae7a;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  box-shadow: none;
}
#offcanvasNav .col-callback .btn-primary:hover,
#offcanvasNav .col-callback .btn-primary:focus,
#offcanvasNav .col-callback .btn-primary:active {
  background: #c48e4f;
  color: #2b2126;
  box-shadow: none;
}
.swiper-navigation-icon {
  display: none;
}
#slider-block {
  position: relative;
}
#slider-block .view-slayder {
  overflow: hidden;
}
#slider-block .view-content {
  position: relative;
}
#slider-block .swiper-wrapper {
  align-items: stretch;
}
#slider-block .views-row,
#slider-block .swiper-slide {
  position: relative;
  height: clamp(360px, 31.8vw, 610px);
  overflow: hidden;
}
#slider-block .node--type-slide {
  height: 100%;
}
#slider-block .field--name-field-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
#slider-block .field--name-field-image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
#slider-block .content.container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: clamp(40px, 4vw, 70px);
  padding-bottom: clamp(40px, 4vw, 70px);
  text-align: center;
}
#slider-block .field--name-field-slogan {
  font-family: "Great Vibes";
  font-size: clamp(20px, 4vw, 48px);
  line-height: 100%;
  text-align: center;
  color: #d8c3ab;
}
#slider-block .field--name-field-slogan p {
  margin: 0;
}
#slider-block .field--name-field-slide-title {
  font-family: "Tenor Sans";
  font-size: clamp(29px, 4.6vw, 56px);
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #2b2126;
  margin-bottom: 12px;
}
#slider-block .field--name-body {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: rgba(43, 33, 38, 0.72);
}
@media screen and (max-width: 767px) {
  #slider-block .field--name-body {
    max-width: clamp(328px, 80vw, 490px);
  }
}
#slider-block .field--name-body p {
  margin: 0;
}
#slider-block .field--name-field-slide-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#slider-block .field--name-field-slide-link::before,
#slider-block .field--name-field-slide-link::after {
  content: "";
  display: block;
  width: 81px;
  height: 63px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
#slider-block .field--name-field-slide-link::before {
  background-image: url("/sites/all/themes/vesta_theme/image/flowers-left.svg");
}
#slider-block .field--name-field-slide-link::after {
  background-image: url("/sites/all/themes/vesta_theme/image/flowers-right.svg");
}
#slider-block .field--name-field-slide-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 1.5vw, 17px) clamp(16px, 2vw, 23px);
  background: #ddae7a;
  border-radius: 8px;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-transform: uppercase;
  text-decoration: none;
}
#slider-block .field--name-field-slide-link a:hover {
  background: var(--color-hover);
  color: #2b2126;
}
#slider-block .main-slider-prev,
#slider-block .main-slider-next {
  width: clamp(30px, 2.8vw, 44px);
  height: clamp(30px, 2.8vw, 44px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #665d60;
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(16px, 1.5vw, 24px) auto;
  transition: background-color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 575px) {
  #slider-block .main-slider-prev,
  #slider-block .main-slider-next {
    display: none;
  }
}
#slider-block .main-slider-prev:hover,
#slider-block .main-slider-next:hover {
  background-color: #c48e4f;
  border-color: #c48e4f;
  background-image: url("/sites/all/themes/vesta_theme/image/white-move.svg");
}
#slider-block .main-slider-prev {
  left: clamp(15px, 5vw, 100px);
  background-image: url("/sites/all/themes/vesta_theme/image/move-right.svg");
  transform: rotate(180deg);
}
#slider-block .main-slider-next {
  right: clamp(15px, 5vw, 100px);
  background-image: url("/sites/all/themes/vesta_theme/image/move-right.svg");
}
#slider-block .main-slider-prev::after,
#slider-block .main-slider-next::after {
  display: none;
}
#slider-block .main-slider-pagination {
  bottom: clamp(16px, 2vw, 32px);
}
#slider-block .main-slider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 6px;
  background: #b9b0b0;
  border-radius: 5px;
}
#slider-block .main-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 32px;
  background: #665d60;
  border-radius: 5px;
}
.front-section {
  margin-top: clamp(40px, 6vw, 80px);
}
.wr_front_content .front-h1 {
  margin: 0 0 40px;
}
.wr_front_content .front-h1 .field--name-title {
  font-family: "Tenor Sans";
  font-size: clamp(32px, 5.4vw, 68px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: clamp(16px, 2.5vw, 30px);
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 126px;
  padding: clamp(16px, 2vw, 24px);
  background: #f5eee9;
  border-radius: 15px;
  border: 1px solid transparent;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
}
@media screen and (max-width: 575px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row {
    min-height: 182px;
  }
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:hover {
  border-color: #b9b0b0;
  box-shadow: 0 8px 24px rgba(43, 30, 36, 0.15);
  transform: translateY(-3px);
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-name {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-view-taxonomy-term {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-view-taxonomy-term a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b1e24;
  text-decoration: none;
  transition: 0.3s;
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-view-taxonomy-term a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #2b1e24;
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-view-taxonomy-term a::after {
  content: "";
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  background: url("/sites/all/themes/vesta_theme/image/move-right.svg") no-repeat center / contain;
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-view-taxonomy-term a:hover {
  color: var(--color-extra-hover);
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-view-taxonomy-term a:hover::after {
  background-image: url("/sites/all/themes/vesta_theme/image/move-hover.svg");
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-field-catalog-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-field-catalog-image img {
  display: block;
  object-fit: contain;
  transition: 0.3s;
}
@media screen and (max-width: 360px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-field-catalog-image img {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-field-catalog-image {
    opacity: 0.3;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-field-field-catalog-image {
    opacity: 1;
  }
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/bukety"]) {
  grid-row: span 2;
  min-height: clamp(140px, 22vw, 282px);
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/bukety"]) .views-field-field-catalog-image {
  right: -58%;
  bottom: -10%;
}
@media screen and (max-width: 1199px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/bukety"]) .views-field-field-catalog-image {
    right: -60%;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/bukety"]) .views-field-field-catalog-image {
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/bukety"]) .views-field-field-catalog-image img {
    height: 201px !important;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/bukety"]) .views-field-field-catalog-image {
    bottom: -25%;
    right: -40%;
  }
}
@media screen and (max-width: 360px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/bukety"]) .views-field-field-catalog-image {
    right: -65%;
  }
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
  right: -43%;
  bottom: -105%;
}
@media screen and (max-width: 1199px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
    right: -60%;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
    right: -56%;
    bottom: -40%;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image img {
    height: 184px !important;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
    right: -75%;
    bottom: -18%;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image img {
    max-width: none;
    height: 230px !important;
  }
}
@media screen and (max-width: 360px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
    right: -124%;
    bottom: -26%;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image img {
    height: 250px !important;
  }
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/kompozicii"]) .views-field-field-catalog-image {
  right: -41%;
  bottom: -37%;
}
@media screen and (max-width: 1199px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/kompozicii"]) .views-field-field-catalog-image {
    right: -52%;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/kompozicii"]) .views-field-field-catalog-image {
    right: -60%;
    bottom: -43%;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/kompozicii"]) .views-field-field-catalog-image img {
    height: 188px !important;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/kompozicii"]) .views-field-field-catalog-image {
    right: -83%;
    bottom: 0%;
  }
}
@media screen and (max-width: 360px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/kompozicii"]) .views-field-field-catalog-image {
    right: -118%;
    bottom: -10%;
  }
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/gorshechnye"]) .views-field-field-catalog-image {
  right: -20%;
  bottom: -35%;
}
@media screen and (max-width: 1199px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/gorshechnye"]) .views-field-field-catalog-image {
    right: -30%;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/gorshechnye"]) .views-field-field-catalog-image {
    right: -37%;
    bottom: 0;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/gorshechnye"]) .views-field-field-catalog-image img {
    height: 118px !important;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/gorshechnye"]) .views-field-field-catalog-image {
    right: -34%;
    bottom: 12%;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/gorshechnye"]) .views-field-field-catalog-image img {
    height: 140px !important;
  }
}
@media screen and (max-width: 360px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/gorshechnye"]) .views-field-field-catalog-image {
    right: -57%;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/gorshechnye"]) .views-field-field-catalog-image img {
    height: 118px !important;
  }
}
.wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/podarki"]) .views-field-field-catalog-image {
  right: -25%;
  bottom: -40%;
}
@media screen and (max-width: 1199px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/podarki"]) .views-field-field-catalog-image {
    right: -30%;
  }
}
@media screen and (max-width: 991px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/podarki"]) .views-field-field-catalog-image {
    right: -40%;
    bottom: 0;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/podarki"]) .views-field-field-catalog-image img {
    height: 125px !important;
  }
}
@media screen and (max-width: 575px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/podarki"]) .views-field-field-catalog-image {
    bottom: 16%;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/podarki"]) .views-field-field-catalog-image img {
    height: 140px !important;
  }
}
@media screen and (max-width: 360px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/podarki"]) .views-field-field-catalog-image {
    right: -60%;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/podarki"]) .views-field-field-catalog-image img {
    height: 125px !important;
  }
}
@media (max-width: 576px) {
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:first-child {
    grid-column: 1 / -1;
  }
  .wr_front_content #block-vesta-theme-views-block-catalog-block-front .views-row:has(.views-field-name a[href="/bukety"]) {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}
.view-catalog.view-display-id-page .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 30px);
}
.view-catalog.view-display-id-page .views-row {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  padding: clamp(18px, 2vw, 24px);
  background: #f5eee9;
  border: 1px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.view-catalog.view-display-id-page .views-row:hover {
  border-color: #b9b0b0;
  box-shadow: 0 8px 24px rgba(43, 30, 36, 0.15);
  transform: translateY(-3px);
}
.view-catalog.view-display-id-page .views-field-name {
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
}
.view-catalog.view-display-id-page .views-field-name a {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
  text-decoration: none;
}
.view-catalog.view-display-id-page .views-field-field-catalog-image {
  position: absolute;
  right: -25%;
  bottom: -20%;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.view-catalog.view-display-id-page .views-field-field-catalog-image img {
  display: block;
  width: clamp(220px, 24vw, 350px);
  max-width: 350px;
  object-fit: contain;
  transition: 0.3s ease;
}
.view-catalog.view-display-id-page .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
  bottom: -37%;
}
@media (max-width: 1200px) {
  .view-catalog.view-display-id-page .views-field-field-catalog-image img {
    width: clamp(190px, 28vw, 300px);
  }
  .view-catalog.view-display-id-page .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
    bottom: -36%;
  }
}
@media (max-width: 992px) {
  .view-catalog.view-display-id-page .views-field-field-catalog-image {
    right: -10%;
    bottom: 0;
    transform: translateX(35px);
  }
  .view-catalog.view-display-id-page .views-field-field-catalog-image img {
    width: 260px;
  }
  .view-catalog.view-display-id-page .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
    bottom: -17%;
  }
}
@media (max-width: 576px) {
  .view-catalog.view-display-id-page .views-field-field-catalog-image {
    right: 0%;
    transform: translateX(50px);
  }
  .view-catalog.view-display-id-page .views-field-field-catalog-image img {
    width: 270px;
  }
  .view-catalog.view-display-id-page .views-row:has(.views-field-name a[href="/rozy"]) .views-field-field-catalog-image {
    bottom: -18%;
  }
}
.view-catalog.view-display-id-page .views-field-view-taxonomy-term {
  margin-top: auto;
}
.view-catalog.view-display-id-page .views-field-view-taxonomy-term a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b1e24;
  text-decoration: none;
  transition: color 0.3s ease;
}
.view-catalog.view-display-id-page .views-field-view-taxonomy-term a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 24px;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s ease;
}
.view-catalog.view-display-id-page .views-field-view-taxonomy-term a::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("/sites/all/themes/vesta_theme/image/move-right.svg") no-repeat center / contain;
  transition: transform 0.3s ease;
}
.view-catalog.view-display-id-page .views-field-view-taxonomy-term a:hover {
  color: var(--color-extra-hover);
}
.view-catalog.view-display-id-page .views-field-view-taxonomy-term a:hover::after {
  background-image: url("/sites/all/themes/vesta_theme/image/move-hover.svg");
}
@media screen and (max-width: 767px) {
  .view-catalog.view-display-id-page .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .view-catalog.view-display-id-page .view-content {
    grid-template-columns: 1fr;
  }
  .view-catalog.view-display-id-page .views-row {
    min-height: 140px;
  }
}
.block-title {
  font-family: "Tenor Sans";
  font-size: clamp(29px, 4.6vw, 56px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.node__meta {
  display: none;
}
.section-about {
  margin-top: clamp(40px, 6vw, 80px);
  position: relative;
  padding: clamp(40px, 6vw, 80px) 0;
  background: #f2dbcb;
  overflow: hidden;
}
.section-about::before,
.section-about::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .section-about::before,
  .section-about::after {
    display: none;
  }
}
.section-about::before {
  left: -82px;
  bottom: -8%;
  width: 387px;
  height: 415px;
  background-image: url("/sites/all/themes/vesta_theme/image/about-flower-left.png");
  background-position: left bottom;
}
.section-about::after {
  right: -5%;
  top: -11%;
  width: 387px;
  height: 415px;
  background-image: url("/sites/all/themes/vesta_theme/image/about-flower-right.png");
  background-position: right top;
}
.section-about .container {
  position: relative;
  z-index: 2;
}
.about-block {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(24px, 2vw, 130px);
  align-items: stretch;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-block {
    grid-template-columns: 1fr;
  }
}
.about-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-block__title {
  margin: 0 0 clamp(24px, 2.6vw, 32px);
  font-family: "Tenor Sans";
  font-size: clamp(29px, 4.6vw, 56px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.about-block .field--name-body {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.about-block .field--name-body p {
  margin: 0 0 10px;
}
.about-block .field--name-body p:last-child {
  margin-bottom: 0;
}
.about-block .field--name-field-link {
  margin-top: 24px;
}
.about-block .field--name-field-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  background: #ddae7a;
  border-radius: 8px;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-transform: uppercase;
  text-decoration: none;
}
.about-block .field--name-field-link a:hover {
  background: var(--color-hover);
}
.about-block__image {
  height: 100%;
}
.about-block__image .field--name-field-image,
.about-block__image .field__item {
  height: 100%;
}
.about-block__image img {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 100% !important;
  max-height: 402px;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .about-block__image img {
    max-height: 281px;
  }
}
.section-faq .view-content,
.node--type-question-answer .view-content {
  display: block;
}
.section-faq .view-content .views-row,
.node--type-question-answer .view-content .views-row {
  margin: 0;
}
.section-faq .view-content .item-list ul,
.node--type-question-answer .view-content .item-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-faq .view-content .item-list li,
.node--type-question-answer .view-content .item-list li {
  margin: 0;
  padding: 0;
}
.section-faq .field--name-field-question-answer,
.node--type-question-answer .field--name-field-question-answer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-faq .field--name-field-question-answer > .field__item,
.node--type-question-answer .field--name-field-question-answer > .field__item {
  margin: 0;
}
.section-faq .paragraph--type--question,
.node--type-question-answer .paragraph--type--question {
  position: relative;
  overflow: hidden;
  padding: 18px 16px;
  background: #f2ece7;
  border: 1px solid #ebe8e8;
  border-radius: 15px;
  transition: background 0.3s ease;
}
.section-faq .paragraph--type--question.is-open,
.node--type-question-answer .paragraph--type--question.is-open {
  background: #f2ece7;
}
.section-faq .paragraph--type--question.is-open .field--name-field-answer::before,
.node--type-question-answer .paragraph--type--question.is-open .field--name-field-answer::before {
  cursor: pointer;
  background-image: url("/sites/all/themes/vesta_theme/image/x.svg");
  top: 10px;
}
.section-faq .paragraph--type--question.is-open .field--name-field-answers,
.node--type-question-answer .paragraph--type--question.is-open .field--name-field-answers {
  margin-top: 15px;
}
.section-faq .paragraph--type--question .field--name-field-answer,
.node--type-question-answer .paragraph--type--question .field--name-field-answer {
  position: relative;
  padding-right: 46px;
  cursor: pointer;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.section-faq .paragraph--type--question .field--name-field-answer::before,
.node--type-question-answer .paragraph--type--question .field--name-field-answer::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ddae7a;
  background-image: url("/sites/all/themes/vesta_theme/image/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  transform: translateY(-50%);
  cursor: pointer;
}
.section-faq .paragraph--type--question .field--name-field-answers,
.node--type-question-answer .paragraph--type--question .field--name-field-answers {
  display: none;
  padding-right: 46px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.section-faq .paragraph--type--question .field--name-field-answers p,
.node--type-question-answer .paragraph--type--question .field--name-field-answers p {
  margin: 0;
}
.wrapper-contacts {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  align-items: stretch;
  margin: 0 0 clamp(16px, 2.5vw, 30px);
}
@media screen and (max-width: 1199px) {
  .wrapper-contacts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .wrapper-contacts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .wrapper-contacts {
    grid-template-columns: 1fr;
  }
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  background: #f2ece7;
  border: 1px solid #ebe8e8;
  border-radius: 15px;
}
.contact-card__title {
  margin: 0 0 8px;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #665d60;
  text-transform: uppercase;
}
.contact-card__text {
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.contact-card__text a {
  color: #2b2126;
  text-decoration: none;
  transition: 0.3s;
}
.contact-card__text a:hover {
  color: var(--color-hover);
}
.contact-card__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-card__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 3vw, 38px);
  height: clamp(32px, 3vw, 38px);
  border-radius: 50%;
  background: #ddae7a;
  transition: 0.3s;
}
.contact-card__social img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.contact-card__social:hover {
  background: var(--color-hover);
}
.field-messengers {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mapContainer {
  overflow: hidden;
  border-radius: 15px;
}
.mapContainer iframe {
  height: clamp(350px, 35vw, 400px) !important;
  border: 1px solid #ebe8e8;
  border-radius: clamp(10px, 1.2vw, 15px);
}
.captcha {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
  overflow: hidden;
  max-width: 100%;
}
.captcha__title,
.captcha__description {
  display: none !important;
}
.captcha__element {
  display: flex;
  align-items: center;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  transform: scale(clamp(0.82, 0.9399999999999999vw, 1));
  transform-origin: left top;
}
.g-recaptcha iframe {
  transform-origin: left top;
}
.section-help-form .region-help-form {
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 618px;
  background: #d8c3ab;
  overflow: hidden;
}
.region-help-form .block-webform {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(16px, 2.6vw, 32px);
  max-height: 618px;
}
.region-help-form .block-title {
  max-width: 500px;
  margin: 0 auto 10px;
  font-size: clamp(28px, 3vw, 36px) !important;
  text-align: center;
}
.region-help-form .webform-submission-form {
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.region-help-form .alert,
.region-help-form .form-item--error-message,
.region-help-form label.error,
.region-help-form strong.error,
.region-help-form .captcha__description {
  display: none !important;
}
.region-help-form input.error,
.region-help-form textarea.error,
.region-help-form select.error,
.region-help-form .form-item--error input,
.region-help-form .form-item--error textarea,
.region-help-form .form-item--error select {
  border-color: #ef0a29 !important;
  box-shadow: 0 0 0 1px #b54b4b !important;
}
.region-help-form .form-item-agreement input.error,
.region-help-form .form-item-agreement input.form-checkbox.error {
  border-color: #ef0a29 !important;
  box-shadow: 0 0 0 1px #b54b4b !important;
}
.region-help-form .form-type-processed-text {
  grid-column: 1 / -1;
  margin: 0 auto clamp(12px, 1.6vw, 20px) !important;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 125%;
  max-width: 340px;
  letter-spacing: -0.03em;
  color: rgba(43, 33, 38, 0.72);
  text-align: center;
}
.region-help-form .form-type-processed-text p {
  margin: 0;
}
.region-help-form .form-item {
  margin: 0;
}
.region-help-form .form-item-name {
  grid-column: 1 / -1;
}
.region-help-form .form-item-message {
  grid-column: 1 / -1;
}
.region-help-form .form-item-agreement {
  grid-column: 1 / -1;
}
.region-help-form .form-actions {
  grid-column: 1 / -1;
}
.region-help-form #edit-flexbox {
  margin: 0;
  grid-column: 1 / -1;
  display: grid;
  align-items: center;
  gap: 10px;
}
.region-help-form input[type="text"],
.region-help-form input[type="email"],
.region-help-form input[type="tel"],
.region-help-form textarea {
  width: 100%;
  border: 1px solid transparent;
  padding: 12px 16px;
  background: #f6ece2;
  border-radius: 8px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #665d60;
  margin: 0;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}
.region-help-form input[type="text"]::placeholder,
.region-help-form input[type="email"]::placeholder,
.region-help-form input[type="tel"]::placeholder,
.region-help-form textarea::placeholder {
  color: #665d60;
  opacity: 1;
}
.region-help-form input[type="text"]:focus,
.region-help-form input[type="email"]:focus,
.region-help-form input[type="tel"]:focus,
.region-help-form textarea:focus {
  box-shadow: 0 0 0 1px rgba(43, 32, 38, 0.18);
  background: #f6ece2;
  border-color: transparent;
}
.region-help-form textarea {
  max-height: 82px;
  resize: none;
}
.region-help-form .form-textarea-wrapper {
  width: 100%;
}
.region-help-form .form-item-agreement {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 8px;
  align-items: start;
  margin-top: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.region-help-form .form-item-agreement input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  appearance: none;
  background: #f9f6f4;
  border: 1px solid #2b1e24;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.region-help-form .form-item-agreement input[type="checkbox"]:checked {
  background: #2b2026;
  border-color: #2b2026;
  box-shadow: none;
}
.region-help-form .form-item-agreement input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #f9f6f4;
  border-bottom: 2px solid #f9f6f4;
  transform: rotate(45deg);
}
.region-help-form .form-item-agreement label {
  display: none;
}
.region-help-form .form-item-agreement .description {
  margin: 0;
}
.region-help-form .form-item-agreement .webform-element-description {
  margin: 0;
}
.region-help-form .form-item-agreement p {
  margin: 0;
}
.region-help-form .form-item-agreement a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.region-help-form .form-actions {
  display: flex;
  justify-content: center;
  margin: 12px 0 0;
}
.region-help-form input[type="submit"],
.region-help-form button[type="submit"],
.region-help-form .webform-button--submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px clamp(16px, 1.6vw, 19px);
  background: #2b1e24;
  border-radius: 8px;
  border: 0;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
  cursor: pointer;
  box-shadow: none;
}
.region-help-form input[type="submit"]:hover,
.region-help-form button[type="submit"]:hover,
.region-help-form .webform-button--submit:hover,
.region-help-form input[type="submit"]:focus,
.region-help-form button[type="submit"]:focus,
.region-help-form .webform-button--submit:focus {
  background: var(--color-extra-hover);
}
.region-help-form .block-block-content {
  max-height: 618px;
}
.region-help-form .block-block-content,
.region-help-form .field--name-field-image-block,
.region-help-form .field__item {
  height: 100%;
}
.region-help-form .field--name-field-image-block {
  margin: 0;
}
.region-help-form img {
  width: 100%;
  height: 100% !important;
  max-height: 618px;
  display: block;
  object-fit: cover;
}
@media (max-width: 767px) {
  .section-help-form .region-help-form {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 15px;
  }
  .region-help-form .block-block-content {
    order: -1;
    max-height: 290px;
    height: 290px;
  }
  .region-help-form .block-webform {
    max-height: none;
    padding: clamp(16px, 4vw, 24px);
  }
  .region-help-form .webform-submission-form {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .region-help-form .form-item-name,
  .region-help-form .form-item-message,
  .region-help-form .form-item-agreement,
  .region-help-form .form-actions,
  .region-help-form #edit-flexbox {
    grid-column: 1 / -1;
  }
  .region-help-form .field--name-field-image-block,
  .region-help-form .field__item {
    height: 100%;
  }
  .region-help-form img {
    height: 290px !important;
    max-height: 290px;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .section-blog .view-blog .view-content > *:nth-child(3) {
    display: none;
  }
}
.view-blog .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 2.5vw, 30px);
}
@media screen and (max-width: 767px) {
  .view-blog .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .view-blog .view-content {
    grid-template-columns: 1fr;
  }
}
.view-blog .views-field-field-image-blog {
  margin-bottom: 10px;
}
.view-blog .views-field-field-image-blog a {
  display: block;
  overflow: hidden;
}
.view-blog .views-field-field-image-blog img {
  width: 100%;
  height: clamp(177px, 16vw, 200px) !important;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}
.view-blog .views-field-title {
  margin-bottom: 8px;
}
.view-blog .views-field-title a {
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-decoration: none;
}
.view-blog .views-field-body {
  margin-bottom: clamp(16px, 1.5vw, 18px);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #665d60;
}
.view-blog .views-field-body p {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.view-blog .views-field-view-node,
.view-blog .views-field-created {
  display: inline-block;
  vertical-align: middle;
}
.view-blog .views-field-view-node {
  width: 55%;
  margin-top: auto;
}
.view-blog .views-field-view-node a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b1e24;
  text-decoration: none;
  transition: 0.3s;
}
.view-blog .views-field-view-node a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #2b1e24;
}
.view-blog .views-field-view-node a::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: url("/sites/all/themes/vesta_theme/image/move-right.svg") no-repeat center / contain;
  transition: transform 0.3s ease;
}
.view-blog .views-field-view-node a:hover {
  color: var(--color-extra-hover);
}
.view-blog .views-field-view-node a:hover::after {
  background-image: url("/sites/all/themes/vesta_theme/image/move-hover.svg");
}
.view-blog .views-field-created {
  width: 43%;
  text-align: right;
}
.view-blog .views-field-created time {
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #665d60;
}
.view-footer {
  margin-top: clamp(24px, 2.6vw, 32px);
  text-align: center;
}
.view-empty {
  margin-bottom: 10px;
}
.view-footer a,
.view-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 16px;
  background: #ddae7a;
  border-radius: 8px;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.view-footer a:hover,
.view-empty a:hover {
  background: var(--color-hover);
}
.section-benefits .field--name-field-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.5vw, 30px);
  margin: 0;
}
@media screen and (max-width: 991px) {
  .section-benefits .field--name-field-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .section-benefits .field--name-field-benefits {
    grid-template-columns: 1fr;
  }
}
.section-benefits .field--name-field-benefits > .field__item {
  min-width: 0;
}
.section-benefits .paragraph--type--benefit {
  position: relative;
  min-height: 238px;
  padding: clamp(16px, 1.5vw, 18px);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .section-benefits .paragraph--type--benefit {
    min-height: 155px;
    padding-right: 110px;
  }
}
.section-benefits .field--name-field-title-benefit {
  position: relative;
  z-index: 2;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.section-benefits .field--name-field-text-benefit {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.section-benefits .field--name-field-text-benefit p {
  margin: 0;
}
.section-benefits .field--name-field-text-benefit span {
  display: inline;
}
.section-benefits .field--name-field-image-benefit {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 0;
  pointer-events: none;
}
.section-benefits .field--name-field-image-benefit img {
  display: block;
  width: 100%;
  max-width: none;
}
.section-benefits .field--name-field-benefits > .field__item:nth-child(1) .paragraph--type--benefit {
  background: #f2f1dd;
}
.section-benefits .field--name-field-benefits > .field__item:nth-child(1) .field--name-field-image-benefit {
  right: -35%;
  bottom: -62%;
}
@media screen and (max-width: 991px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(1) .field--name-field-image-benefit {
    right: -27%;
    bottom: -60%;
  }
}
@media screen and (max-width: 575px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(1) .field--name-field-image-benefit {
    right: -30%;
    bottom: -92%;
  }
}
@media screen and (max-width: 360px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(1) .field--name-field-image-benefit {
    right: -43%;
  }
}
.section-benefits .field--name-field-benefits > .field__item:nth-child(2) .paragraph--type--benefit {
  background: #feeced;
}
.section-benefits .field--name-field-benefits > .field__item:nth-child(2) .field--name-field-image-benefit {
  right: -30%;
  bottom: -67%;
}
@media screen and (max-width: 991px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(2) .field--name-field-image-benefit {
    right: -17%;
    bottom: -60%;
  }
}
@media screen and (max-width: 575px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(2) .field--name-field-image-benefit {
    right: -7%;
    bottom: -62%;
  }
  .section-benefits .field--name-field-benefits > .field__item:nth-child(2) .field--name-field-image-benefit img {
    height: 236px !important;
  }
}
@media screen and (max-width: 360px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(2) .field--name-field-image-benefit {
    right: -13%;
    bottom: -63%;
  }
}
.section-benefits .field--name-field-benefits > .field__item:nth-child(3) .paragraph--type--benefit {
  background: #f9f3e5;
}
.section-benefits .field--name-field-benefits > .field__item:nth-child(3) .field--name-field-image-benefit {
  right: -2%;
  bottom: -24%;
}
@media screen and (max-width: 575px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(3) .field--name-field-image-benefit {
    right: -15%;
    bottom: -20%;
  }
  .section-benefits .field--name-field-benefits > .field__item:nth-child(3) .field--name-field-image-benefit img {
    height: 183px !important;
  }
}
@media screen and (max-width: 360px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(3) .field--name-field-image-benefit {
    right: -23%;
    bottom: -20%;
  }
}
.section-benefits .field--name-field-benefits > .field__item:nth-child(4) .paragraph--type--benefit {
  background: #ecebef;
}
.section-benefits .field--name-field-benefits > .field__item:nth-child(4) .field--name-field-image-benefit {
  right: -32%;
  bottom: -62%;
}
@media screen and (max-width: 575px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(4) .field--name-field-image-benefit {
    right: -8%;
    bottom: -50%;
  }
  .section-benefits .field--name-field-benefits > .field__item:nth-child(4) .field--name-field-image-benefit img {
    height: 213px !important;
  }
}
@media screen and (max-width: 360px) {
  .section-benefits .field--name-field-benefits > .field__item:nth-child(4) .field--name-field-image-benefit {
    right: -14%;
    bottom: -55%;
  }
}
.review-card {
  background: #f2ece7;
  border: 1px solid #ebe8e8;
  border-radius: 15px;
  overflow: hidden;
}
.review-card--text {
  padding: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
}
.review-card__text {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.review-card__text p {
  margin: 0;
}
.review-card__text span {
  display: inline;
}
.review-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 24px;
}
.review-card__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.review-card__date {
  font-size: 14px;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #665d60;
  white-space: nowrap;
}
.review-card--video {
  border: 0;
  background: transparent;
}
.review-card__video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #f2ece7;
  cursor: pointer;
  box-shadow: none;
}
button.review-card__video {
  appearance: none;
}
.review-card__image {
  display: block;
  width: 100%;
  height: 100%;
}
.review-card__image .field,
.review-card__image .field__item {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.review-card__image img {
  display: block;
  width: 100%;
  height: clamp(184px, 17vw, 208px) !important;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.review-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(48px, 4vw, 52px);
  height: clamp(48px, 4vw, 52px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ddae7a;
  transition: 0.25s ease;
}
.review-card__play::before {
  content: "";
  display: block;
  margin-left: 4px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2b2126;
}
.review-card__video:hover .review-card__image img {
  transform: scale(1.04);
}
.review-card__video:hover .review-card__play {
  background: #c48e4f;
}
.review-card__iframe {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: #2b2126;
}
.review-card__iframe iframe {
  display: block;
  width: 100%;
  height: clamp(184px, 26vw, 208px);
  border: 0;
}
.section-reviews .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 30px);
  align-items: center;
}
@media (max-width: 992px) and (min-width: 577px) {
  .section-reviews .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-reviews .view-content .reviews-row-item:nth-child(1) {
    order: 1;
  }
  .section-reviews .view-content .reviews-row-item:nth-child(2) {
    order: 2;
  }
  .section-reviews .view-content .reviews-row-item:nth-child(4) {
    order: 3;
  }
  .section-reviews .view-content .reviews-row-item:nth-child(3) {
    order: 4;
  }
  .section-reviews .view-content .reviews-row-item:nth-child(5) {
    order: 5;
  }
  .section-reviews .view-content .reviews-row-item:nth-child(6) {
    order: 6;
  }
}
@media screen and (max-width: 575px) {
  .section-reviews .view-content {
    grid-template-columns: 1fr;
  }
  .section-reviews .view-content > *:nth-child(n + 5) {
    display: none;
  }
}
.section-reviews .review-card--text {
  height: 232px;
  justify-content: space-between;
}
@media (max-width: 576px) and (min-width: 360px) {
  .section-reviews .review-card--text {
    height: 216px;
  }
}
.section-reviews .review-card__bottom {
  margin-top: auto;
}
.view-video .view-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 30px);
}
@media screen and (max-width: 767px) {
  .view-video .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.view-reviews-about .view-header {
  display: flex;
  margin-bottom: clamp(16px, 2.5vw, 24px);
}
.view-reviews-about .review-add-btn,
.view-reviews-about .view-header .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 1.5vw, 16px) clamp(18px, 2vw, 24px);
  min-height: clamp(42px, 4vw, 48px);
  background: #ddae7a;
  border: 0;
  border-radius: clamp(6px, 0.8vw, 8px);
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  text-decoration: none;
  cursor: pointer;
  transition: 0.25s;
  box-shadow: none;
}
.view-reviews-about .review-add-btn:hover,
.view-reviews-about .view-header .btn:hover,
.view-reviews-about .review-add-btn:focus,
.view-reviews-about .view-header .btn:focus,
.view-reviews-about .review-add-btn.is-active,
.view-reviews-about .view-header .btn.is-active {
  background: var(--color-hover);
  color: #2b2126;
  box-shadow: none;
}
#block-vesta-theme-reviewform {
  display: none;
  max-width: clamp(320px, 70vw, 770px);
  margin: clamp(16px, 2vw, 20px) 0 clamp(24px, 4vw, 40px);
  padding: clamp(20px, 3vw, 32px);
  background: #f2ece7;
  border: 1px solid #ebe8e8;
  border-radius: clamp(10px, 1.5vw, 15px);
}
#block-vesta-theme-reviewform .node-review-form {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.8vw, 18px);
  margin: 0;
}
#block-vesta-theme-reviewform #edit-body-0-format-help,
#block-vesta-theme-reviewform #edit-body-0-format-guidelines,
#block-vesta-theme-reviewform .form-item-revision-log-0-value,
#block-vesta-theme-reviewform .form-item-status-value,
#block-vesta-theme-reviewform .vertical-tabs,
#block-vesta-theme-reviewform .js-form-type-vertical-tabs,
#block-vesta-theme-reviewform .filter-wrapper,
#block-vesta-theme-reviewform .text-format-wrapper .filter-wrapper,
#block-vesta-theme-reviewform .js-text-summary-wrapper,
#block-vesta-theme-reviewform .form-type-select,
#block-vesta-theme-reviewform details,
#block-vesta-theme-reviewform .form-actions input[name="preview"] {
  display: none !important;
}
#block-vesta-theme-reviewform .field--name-title {
  margin: 0;
}
#block-vesta-theme-reviewform .field--name-body {
  margin: 0;
}
#block-vesta-theme-reviewform .form-item {
  margin: 0;
}
#block-vesta-theme-reviewform label {
  display: block;
  margin-bottom: clamp(6px, 1vw, 8px);
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
#block-vesta-theme-reviewform .form-required::after {
  margin-left: 4px;
  color: #ddae7a;
}
#block-vesta-theme-reviewform input[type="text"],
#block-vesta-theme-reviewform textarea,
#block-vesta-theme-reviewform .ck-editor__editable {
  width: 100%;
  box-sizing: border-box;
  background: #f9f6f4;
  border: 1px solid #b9b0b0;
  font-size: clamp(14px, 1.5vw, 16px);
  border-radius: clamp(6px, 0.8vw, 8px);
  box-shadow: none;
  outline: none;
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
#block-vesta-theme-reviewform input[type="text"]:focus,
#block-vesta-theme-reviewform textarea:focus,
#block-vesta-theme-reviewform .ck-editor__editable:focus {
  border-color: #ddae7a;
  box-shadow: 0 0 0 1px rgba(221, 174, 122, 0.35);
}
#block-vesta-theme-reviewform input[type="text"] {
  height: clamp(44px, 4vw, 50px);
  padding: 0 clamp(12px, 1.5vw, 16px);
}
#block-vesta-theme-reviewform textarea {
  min-height: clamp(110px, 12vw, 140px);
  padding: clamp(12px, 1.5vw, 14px) clamp(12px, 1.5vw, 16px);
  resize: vertical;
}
#block-vesta-theme-reviewform .form-actions {
  margin: 0;
  padding: 0;
}
#block-vesta-theme-reviewform .form-submit,
#block-vesta-theme-reviewform input[type="submit"],
#block-vesta-theme-reviewform button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(42px, 4vw, 48px);
  padding: clamp(12px, 1.5vw, 16px) clamp(18px, 2vw, 24px);
  font-size: clamp(12px, 1.3vw, 14px);
  background: #ddae7a;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  cursor: pointer;
  transition: 0.25s;
}
#block-vesta-theme-reviewform .form-submit:hover,
#block-vesta-theme-reviewform input[type="submit"]:hover,
#block-vesta-theme-reviewform button[type="submit"]:hover,
#block-vesta-theme-reviewform .form-submit:focus,
#block-vesta-theme-reviewform input[type="submit"]:focus,
#block-vesta-theme-reviewform button[type="submit"]:focus {
  background: var(--color-hover);
  color: #2b2126;
  box-shadow: none;
}
@media (max-width: 576px) {
  #block-vesta-theme-reviewform {
    max-width: 100%;
  }
  #block-vesta-theme-reviewform .form-submit,
  #block-vesta-theme-reviewform input[type="submit"],
  #block-vesta-theme-reviewform button[type="submit"] {
    width: 100%;
  }
}
.page-view--reviews_about .view-reviews-about .view-content {
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 2vw, 20px);
}
.page-view--reviews_about .view-reviews-about .review-card {
  height: auto;
  min-height: 0;
}
.page-view--reviews_about .view-reviews-about .review-card--text {
  padding: clamp(16px, 2vw, 24px);
  justify-content: flex-start;
}
.page-view--reviews_about .view-reviews-about .review-card__bottom {
  margin-top: clamp(16px, 2vw, 24px);
}
.page-view--reviews_about .view-reviews-about .review-card__name {
  font-size: clamp(14px, 1.4vw, 16px);
}
#footer.site-footer {
  background: #2b1e24;
  margin-top: clamp(40px, 6vw, 80px);
}
#footer.site-footer .footer-callback--mobile {
  display: none;
}
#footer.site-footer a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}
#footer.site-footer a:hover {
  text-decoration: underline;
}
#footer.site-footer .footer-main {
  display: grid;
  grid-template-columns: 1.7fr 1fr 0.8fr 1.5fr;
  gap: clamp(24px, 2vw, 72px);
  padding: clamp(24px, 3vw, 40px) 0;
}
#footer.site-footer .footer-col {
  min-width: 0;
}
#footer.site-footer .footer-logo {
  display: inline-flex;
  margin-bottom: clamp(24px, 2.5vw, 32px);
}
#footer.site-footer .footer-logo img {
  display: block;
  max-width: clamp(156px, 21.5vw, 310px);
  height: auto;
}
#footer.site-footer .footer-messengers {
  margin-bottom: clamp(24px, 4vw, 52px);
}
#footer.site-footer .footer-messengers__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #d8c3ab;
}
#footer.site-footer .footer-messengers__items {
  display: flex;
  align-items: center;
  gap: 10px;
}
#footer.site-footer .footer-messengers__items a {
  width: clamp(32px, 2.65vw, 38px);
  height: clamp(32px, 2.65vw, 38px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ddae7a;
}
#footer.site-footer .footer-messengers__items a:hover {
  background: var(--color-hover);
}
#footer.site-footer .footer-messengers__items a img {
  display: block;
  width: 20px;
  height: 20px;
}
#footer.site-footer .footer-copy {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #f9f6f4;
}
#footer.site-footer .footer-policy {
  display: inline-block;
  font-size: 14px;
  line-height: 115%;
  letter-spacing: -0.03em;
  text-decoration-line: underline;
  color: #f9f6f4;
}
#footer.site-footer .footer-policy:hover {
  text-decoration: none;
}
#footer.site-footer .footer-title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #d8c3ab;
}
#footer.site-footer .footer-col--nav ul,
#footer.site-footer .footer-col--catalog ul,
#footer.site-footer .footer-col--nav .menu,
#footer.site-footer .footer-col--catalog .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
#footer.site-footer .footer-col--nav li,
#footer.site-footer .footer-col--catalog li,
#footer.site-footer .footer-col--nav .menu-item,
#footer.site-footer .footer-col--catalog .menu-item {
  margin: 0 0 12px;
  padding: 0;
}
#footer.site-footer .footer-col--nav a,
#footer.site-footer .footer-col--catalog a {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
  padding: 0;
}
#footer.site-footer .footer-col--nav a:hover,
#footer.site-footer .footer-col--catalog a:hover {
  text-decoration: underline;
}
#footer.site-footer .footer-contact {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 13px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
}
#footer.site-footer .footer-contact a,
#footer.site-footer .footer-contact span {
  color: inherit;
}
#footer.site-footer .dropdown-menu,
#footer.site-footer .nav-link__icon,
#footer.site-footer .dropdown-toggle::after {
  display: none !important;
}
#footer.site-footer .footer-contact__icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
#footer.site-footer .footer-contact__icon img {
  display: block;
  object-fit: contain;
}
#footer.site-footer .footer-callback {
  margin-top: 24px;
}
#footer.site-footer .footer-callback .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: clamp(14px, 1.2vw, 17px) clamp(10px, 1.6vw, 23px);
  background: #ddae7a;
  border-radius: 8px;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s;
}
#footer.site-footer .footer-callback .btn-primary:hover {
  background: var(--color-hover);
  color: #2b1e24;
  text-decoration: none;
}
#footer.site-footer .footer-bottom {
  background: #3b2831;
  text-align: center;
}
#footer.site-footer .footer-bottom .container {
  padding: clamp(9px, 1.2vw, 16px) 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer.site-footer .footer-bottom a {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #fefefe;
}
#footer.site-footer .footer-bottom a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer.site-footer .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
  #footer.site-footer .footer-col--logo {
    display: contents;
  }
  #footer.site-footer .footer-logo {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  #footer.site-footer .footer-callback {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    margin-top: 0;
  }
  #footer.site-footer .footer-col--nav {
    grid-column: 1;
    grid-row: 2;
  }
  #footer.site-footer .footer-col--catalog {
    grid-column: 2;
    grid-row: 2;
  }
  #footer.site-footer .footer-col--contacts {
    grid-column: 3;
    grid-row: 2;
  }
  #footer.site-footer .footer-messengers {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-bottom: 0;
  }
  #footer.site-footer .footer-privacy {
    grid-column: 1 / -1;
    grid-row: 5;
  }
  #footer.site-footer .footer-callback--mobile {
    display: block;
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    margin-top: 0;
  }
  #footer.site-footer .footer-col--contacts .footer-callback:not(.footer-callback--mobile) {
    display: none;
  }
  #footer.site-footer .footer-bottom .container {
    padding: 9px 16px;
  }
}
@media (max-width: 576px) {
  #footer.site-footer .footer-callback {
    grid-column: 2;
  }
  #footer.site-footer .footer-col--contacts {
    grid-column: 1 / -1;
    grid-row: 3;
  }
  #footer.site-footer .footer-callback--mobile {
    grid-column: 2;
  }
  #footer.site-footer .footer-callback--mobile {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin-top: 0;
  }
  #footer.site-footer .footer-col--contacts .footer-callback:not(.footer-callback--mobile) {
    display: none;
  }
  #footer.site-footer .footer-bottom a {
    max-width: 237px;
  }
}
.ui-dialog {
  width: calc(100% - clamp(32px, 5vw, 64px)) !important;
  border: 0 !important;
  border-radius: clamp(10px, 1.5vw, 15px);
  background: #d8c3ab;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(43, 30, 36, 0.18);
  max-width: 700px;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: clamp(28px, 4vw, 32px) clamp(56px, 6vw, 64px) clamp(10px, 2vw, 16px);
  border: 0;
  background: transparent;
}
.ui-dialog .ui-dialog-content {
  background: transparent;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-align: center;
  height: auto !important;
}
.ui-dialog .ui-dialog-content a {
  color: #2b2126;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0 clamp(24px, 4vw, 32px) clamp(24px, 4vw, 32px);
  border: 0;
  background: transparent;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  justify-content: center;
  gap: clamp(8px, 1.5vw, 12px);
  float: none;
}
@media screen and (max-width: 360px) {
  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    flex-direction: column;
    gap: 0;
  }
}
.ui-dialog .ui-dialog-buttonpane button {
  min-height: clamp(40px, 4vw, 44px);
  padding: clamp(12px, 1.5vw, 14px) clamp(16px, 2vw, 22px);
  border: 0;
  border-radius: clamp(6px, 0.8vw, 8px);
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: none;
}
.ui-dialog .ui-dialog-buttonpane .button--primary {
  background: #2b1e24;
  color: #f9f6f4;
}
.ui-dialog .ui-dialog-buttonpane .button--secondary {
  background: #ddae7a;
  color: #2b2126;
}
.ui-dialog .ui-dialog-title {
  display: block;
  width: 100%;
  margin: 0;
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
  text-align: center;
  white-space: normal;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: clamp(14px, 1.6vw, 20px);
  right: clamp(14px, 1.6vw, 20px);
  width: clamp(32px, 3vw, 36px);
  height: clamp(32px, 3vw, 36px);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f6ece2;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close::before,
.ui-dialog .ui-dialog-titlebar-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(14px, 1.4vw, 16px);
  height: 1px;
  background: #2b1e24;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ui-dialog .ui-dialog-titlebar-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background: var(--color-hover);
}
.ui-dialog .webform-confirmation-modal--content {
  padding: clamp(12px, 2.5vw, 20px) clamp(24px, 4vw, 32px) clamp(24px, 4vw, 32px);
  background: transparent;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.modal .webform-confirmation {
  grid-column: 1 / -1;
  width: 100%;
  text-align: center;
  margin: 0 0 clamp(20px, 3vw, 30px);
}
.modal .webform-confirmation__message {
  width: 100%;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.modal .webform-submission-callback-form:has(.webform-confirmation) {
  display: block;
}
.modal:has(.webform-submission-callback-form) .modal-dialog {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.modal:has(.webform-submission-callback-form) .modal-content {
  border: 0;
  border-radius: 15px;
  background: #d8c3ab;
  overflow: hidden;
}
.modal:has(.webform-submission-callback-form) .modal-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 56px 10px;
  border: 0;
  background: transparent;
}
.modal:has(.webform-submission-callback-form) .modal-title {
  margin: 0;
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
  text-align: center;
}
.modal:has(.webform-submission-callback-form) .btn-close,
.modal:has(.webform-submission-callback-form) .close {
  position: absolute;
  top: clamp(14px, 1.6vw, 20px);
  right: clamp(14px, 1.6vw, 20px);
  width: clamp(32px, 3vw, 36px);
  height: clamp(32px, 3vw, 36px);
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: #f6ece2;
  opacity: 1;
  cursor: pointer;
  box-shadow: none;
}
.modal:has(.webform-submission-callback-form) .btn-close::before,
.modal:has(.webform-submission-callback-form) .close::before,
.modal:has(.webform-submission-callback-form) .btn-close::after,
.modal:has(.webform-submission-callback-form) .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(14px, 1.4vw, 16px);
  height: 1px;
  background: #2b1e24;
}
.modal:has(.webform-submission-callback-form) .btn-close::before,
.modal:has(.webform-submission-callback-form) .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal:has(.webform-submission-callback-form) .btn-close::after,
.modal:has(.webform-submission-callback-form) .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal:has(.webform-submission-callback-form) .btn-close:hover,
.modal:has(.webform-submission-callback-form) .close:hover {
  background: var(--color-hover);
}
.modal:has(.webform-submission-callback-form) .alert,
.modal:has(.webform-submission-callback-form) .form-item--error-message,
.modal:has(.webform-submission-callback-form) label.error,
.modal:has(.webform-submission-callback-form) strong.error,
.modal:has(.webform-submission-callback-form) .captcha__description {
  display: none !important;
}
.modal:has(.webform-submission-callback-form) input.error,
.modal:has(.webform-submission-callback-form) textarea.error,
.modal:has(.webform-submission-callback-form) select.error,
.modal:has(.webform-submission-callback-form) .form-item--error input,
.modal:has(.webform-submission-callback-form) .form-item--error textarea,
.modal:has(.webform-submission-callback-form) .form-item--error select {
  border-color: #ef0a29 !important;
  box-shadow: 0 0 0 1px #b54b4b !important;
}
.modal:has(.webform-submission-callback-form) .form-item-agreement input.error,
.modal:has(.webform-submission-callback-form) .form-item-agreement input.form-checkbox.error {
  border-color: #ef0a29 !important;
  box-shadow: 0 0 0 1px #b54b4b !important;
}
.modal:has(.webform-submission-callback-form) .modal-body {
  padding: 10px 32px 0;
  background: transparent;
}
.modal:has(.webform-submission-callback-form) .webform-ajax-form-wrapper {
  width: 100%;
}
.modal:has(.webform-submission-callback-form) .webform-submission-callback-form {
  max-width: 534px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.modal:has(.webform-submission-callback-form) .form-item {
  margin: 0;
}
.modal:has(.webform-submission-callback-form) .form-item-name,
.modal:has(.webform-submission-callback-form) .form-item-message,
.modal:has(.webform-submission-callback-form) .form-item-privacy,
.modal:has(.webform-submission-callback-form) .form-actions {
  grid-column: 1 / -1;
}
.modal:has(.webform-submission-callback-form) input[type="text"],
.modal:has(.webform-submission-callback-form) input[type="email"],
.modal:has(.webform-submission-callback-form) input[type="tel"],
.modal:has(.webform-submission-callback-form) textarea {
  width: 100%;
  border: 1px solid transparent;
  padding: 12px 16px;
  background: #f6ece2;
  border-radius: 8px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  margin: 0;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
}
.modal:has(.webform-submission-callback-form) input[type="text"]::placeholder,
.modal:has(.webform-submission-callback-form) input[type="email"]::placeholder,
.modal:has(.webform-submission-callback-form) input[type="tel"]::placeholder,
.modal:has(.webform-submission-callback-form) textarea::placeholder {
  color: #665d60;
  opacity: 1;
}
.modal:has(.webform-submission-callback-form) input[type="text"]:focus,
.modal:has(.webform-submission-callback-form) input[type="email"]:focus,
.modal:has(.webform-submission-callback-form) input[type="tel"]:focus,
.modal:has(.webform-submission-callback-form) textarea:focus {
  box-shadow: 0 0 0 1px rgba(43, 32, 38, 0.18);
}
.modal:has(.webform-submission-callback-form) textarea {
  min-height: 80px;
  resize: none;
}
.modal:has(.webform-submission-callback-form) .form-textarea-wrapper {
  width: 100%;
}
.modal:has(.webform-submission-callback-form) .webform-flexbox {
  margin: 0;
  grid-column: 1 / -1;
  display: grid;
  align-items: center;
  gap: 10px;
}
.modal:has(.webform-submission-callback-form) .webform-flex {
  width: auto;
  min-width: 0;
  margin: 0;
}
.modal:has(.webform-submission-callback-form) .webform-flex--container {
  margin: 0;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy {
  margin: 0;
  min-width: 0;
  align-self: center;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy .description,
.modal:has(.webform-submission-callback-form) .form-item-privacy .webform-element-description {
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 120%;
  color: #2b2126;
  white-space: normal;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy {
  position: relative;
  display: grid;
  grid-template-columns: 18px 1fr;
  column-gap: 8px;
  align-items: start;
  margin-top: 2px;
  font-weight: 400;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  appearance: none;
  background: #f9f6f4;
  border: 1px solid #2b1e24;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy input[type="checkbox"]:checked {
  background: #2b2026;
  border-color: #2b2026;
  box-shadow: none;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #f9f6f4;
  border-bottom: 2px solid #f9f6f4;
  transform: rotate(45deg);
}
.modal:has(.webform-submission-callback-form) .form-item-privacy label {
  display: none;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy .description,
.modal:has(.webform-submission-callback-form) .form-item-privacy .webform-element-description {
  margin: 0;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy p {
  margin: 0;
}
.modal:has(.webform-submission-callback-form) .form-item-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.modal:has(.webform-submission-callback-form) .form-actions {
  display: none;
}
.modal:has(.webform-submission-callback-form) .modal-footer {
  display: flex;
  justify-content: center;
  padding: 20px 32px 32px;
  border: 0;
  background: transparent;
}
.modal:has(.webform-submission-callback-form) .modal-footer .webform-button--submit,
.modal:has(.webform-submission-callback-form) input[type="submit"],
.modal:has(.webform-submission-callback-form) button[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 13px 19px;
  min-height: 42px;
  background: #2b1e24;
  border-radius: 8px;
  border: 0;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
  cursor: pointer;
  box-shadow: none;
  transition: 0.3s;
}
.modal:has(.webform-submission-callback-form) .modal-footer .webform-button--submit:hover,
.modal:has(.webform-submission-callback-form) input[type="submit"]:hover,
.modal:has(.webform-submission-callback-form) button[type="submit"]:hover,
.modal:has(.webform-submission-callback-form) .modal-footer .webform-button--submit:focus,
.modal:has(.webform-submission-callback-form) input[type="submit"]:focus,
.modal:has(.webform-submission-callback-form) button[type="submit"]:focus {
  background: var(--color-extra-hover);
  color: #f9f6f4;
}
.modal:has(.webform-submission-callback-form) .form-control {
  box-shadow: none;
}
.modal:has(.webform-submission-callback-form) .form-control.is-invalid,
.modal:has(.webform-submission-callback-form) .form-control.error {
  box-shadow: 0 0 0 1px #b54b4b;
}
.modal:has(.webform-submission-callback-form) label.error,
.modal:has(.webform-submission-callback-form) .form-item--error-message {
  grid-column: 1 / -1;
  margin-top: 4px;
  font-size: 12px;
  line-height: 120%;
  color: #b54b4b;
}
@media (max-width: 767px) {
  .modal:has(.webform-submission-callback-form) .modal-dialog {
    max-width: calc(100% - 32px);
    margin: 16px auto;
  }
  .modal:has(.webform-submission-callback-form) .modal-header {
    padding: 28px 48px 10px;
  }
  .modal:has(.webform-submission-callback-form) .modal-title {
    font-size: clamp(28px, 8vw, 36px);
  }
  .modal:has(.webform-submission-callback-form) .modal-body {
    padding: 10px 20px 0;
  }
  .modal:has(.webform-submission-callback-form) .webform-submission-callback-form {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .modal:has(.webform-submission-callback-form) .modal-footer {
    padding: 18px 20px 28px;
  }
}
@media (max-width: 480px) {
  .modal:has(.webform-submission-callback-form) .modal-dialog {
    max-width: calc(100% - 24px);
    margin: 12px auto;
  }
  .modal:has(.webform-submission-callback-form) .modal-content {
    border-radius: 12px;
  }
  .modal:has(.webform-submission-callback-form) .modal-header {
    padding: 26px 44px 8px;
  }
  .modal:has(.webform-submission-callback-form) .modal-title {
    font-size: clamp(24px, 8vw, 30px);
  }
  .modal:has(.webform-submission-callback-form) .modal-body {
    padding: 8px 16px 0;
  }
  .modal:has(.webform-submission-callback-form) input[type="text"],
  .modal:has(.webform-submission-callback-form) input[type="email"],
  .modal:has(.webform-submission-callback-form) input[type="tel"],
  .modal:has(.webform-submission-callback-form) textarea {
    padding: 11px 14px;
  }
  .modal:has(.webform-submission-callback-form) textarea {
    min-height: 72px;
  }
  .modal:has(.webform-submission-callback-form) .modal-footer {
    padding: 16px 16px 24px;
  }
  .modal:has(.webform-submission-callback-form) .modal-footer .webform-button--submit,
  .modal:has(.webform-submission-callback-form) input[type="submit"],
  .modal:has(.webform-submission-callback-form) button[type="submit"] {
    width: 100%;
    padding: 13px 16px;
  }
}
#block-vesta-theme-strokanavigacii {
  margin: 0 0 clamp(20px, 3vw, 32px);
}
#block-vesta-theme-strokanavigacii nav {
  margin: 0;
}
#block-vesta-theme-strokanavigacii .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a {
  color: #2b2126;
  text-decoration: none;
}
#block-vesta-theme-strokanavigacii .breadcrumb-item a:hover {
  color: var(--color-hover);
}
#block-vesta-theme-strokanavigacii .breadcrumb-item + .breadcrumb-item {
  padding-left: clamp(6px, 1vw, 8px);
}
#block-vesta-theme-strokanavigacii .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding-right: clamp(6px, 1vw, 8px);
  color: #2b2126;
}
#page.not-front h2 {
  font-size: clamp(30px, 4vw, 40px);
  margin: 0 0 clamp(20px, 4vw, 40px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.wr_content {
  padding-top: clamp(16px, 2.5vw, 24px);
}
.wr_content ul {
  margin: 0 0 clamp(10px, 2vw, 20px);
  padding-left: clamp(18px, 2vw, 24px);
}
.wr_content ul li {
  margin: 0 0 clamp(6px, 1vw, 10px);
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.wr_content h4 {
  margin: 0 0 clamp(10px, 1.5vw, 16px);
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.wr_content p {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.wr_content .node--type-blog .node__content::after {
  content: "";
  display: block;
  clear: both;
}
.wr_content .node--type-blog .field--name-field-image-blog {
  float: left;
  width: 100%;
  max-width: clamp(280px, 35vw, 470px);
  margin: 0 clamp(16px, 2.5vw, 25px) clamp(16px, 2.5vw, 20px) 0;
}
.wr_content .node--type-blog .field--name-field-image-blog img {
  display: block;
  width: 100%;
  max-width: clamp(280px, 35vw, 470px);
  max-height: clamp(240px, 28vw, 380px);
  object-fit: cover;
  border-radius: clamp(10px, 1vw, 15px);
}
@media (max-width: 480px) {
  .wr_content .node--type-blog .field--name-field-image-blog {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .wr_content .node--type-blog .field--name-field-image-blog img {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }
}
.wr_content .node--type-blog .field--name-body p {
  margin: 0 0 clamp(14px, 2.5vw, 16px);
}
.wr_content .search-api-page-block-form-search {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: clamp(16px, 2.5vw, 30px);
}
.wr_content .search-api-page-block-form-search.container-inline {
  display: flex;
  width: 100%;
}
.wr_content .search-api-page-block-form-search .form-item {
  width: 100%;
  margin: 0;
}
.wr_content .search-api-page-block-form-search .form-type-search {
  flex: 1 1 auto;
}
.wr_content .search-api-page-block-form-search input[type="search"],
.wr_content .search-api-page-block-form-search input[type="text"] {
  width: 100%;
  min-width: 0;
  height: clamp(48px, 4.4vw, 56px);
  margin: 0;
  padding: 0 clamp(52px, 5vw, 64px) 0 clamp(16px, 2vw, 20px);
  box-sizing: border-box;
  background: #f2ece7;
  border: 1px solid #b9b0b0;
  border-radius: clamp(6px, 0.7vw, 8px);
  outline: none;
  box-shadow: none;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.wr_content .search-api-page-block-form-search input[type="search"]::placeholder,
.wr_content .search-api-page-block-form-search input[type="text"]::placeholder {
  color: #665d60;
  opacity: 1;
}
.wr_content .search-api-page-block-form-search input[type="search"]:focus,
.wr_content .search-api-page-block-form-search input[type="text"]:focus {
  border-color: #2b1e24;
  box-shadow: none;
}
.wr_content .search-api-page-block-form-search .form-actions {
  position: absolute;
  top: 50%;
  right: clamp(14px, 1.6vw, 18px);
  z-index: 2;
  width: clamp(22px, 2vw, 24px);
  height: clamp(22px, 2vw, 24px);
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
}
.wr_content .search-api-page-block-form-search .search-form__submit {
  display: block;
  width: clamp(22px, 2vw, 24px);
  height: clamp(22px, 2vw, 24px);
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: url("/sites/all/themes/vesta_theme/image/search.svg") center / clamp(18px, 1.8vw, 20px) clamp(18px, 1.8vw, 20px) no-repeat;
  font-size: 0;
  line-height: 0;
  color: transparent;
  box-shadow: none;
  cursor: pointer;
}
.wr_content .search-api-page-block-form-search .search-form__submit:hover,
.wr_content .search-api-page-block-form-search .search-form__submit:focus,
.wr_content .search-api-page-block-form-search .search-form__submit:active {
  border: 0;
  background: url("/sites/all/themes/vesta_theme/image/search.svg") center / clamp(18px, 1.8vw, 20px) clamp(18px, 1.8vw, 20px) no-repeat;
  color: transparent;
  box-shadow: none;
  outline: none;
}
.wr_content h1 {
  margin: 0 0 clamp(24px, 4vw, 48px);
  font-family: "Tenor Sans";
  font-size: clamp(32px, 4vw, 48px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.wr_content #block-vesta-theme-content > h2 {
  margin: 0 0 12px;
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.wr_content #block-vesta-theme-content > p {
  margin: 0 0 clamp(16px, 2.5vw, 24px);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #665d60;
}
.wr_content #block-vesta-theme-content h3 {
  margin: 0 0 clamp(8px, 1vw, 12px);
}
.wr_content #block-vesta-theme-content h3 a {
  display: block;
  padding: clamp(14px, 2vw, 20px) clamp(16px, 3vw, 24px);
  background: #f2ece7;
  border: 1px solid #ebe8e8;
  border-radius: clamp(10px, 1.5vw, 15px);
  font-weight: 500;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-decoration: none;
  transition: 0.3s;
}
.wr_content #block-vesta-theme-content h3 a:hover {
  border-color: var(--color-hover);
  color: #2b1e24;
}
.wr_content #block-vesta-theme-content h3 + p {
  margin: 0 0 clamp(14px, 2vw, 20px);
}
.section-popular {
  position: relative;
}
.section-popular #block-vesta-theme-views-block-tovary-block-2,
.section-popular .popular-view,
.section-popular .popular-slider-wrap,
.section-popular .view-content {
  position: relative;
}
.section-popular .popular-slider {
  overflow: hidden;
  padding-bottom: clamp(20px, 2vw, 32px);
}
.section-popular .swiper-wrapper {
  align-items: stretch;
}
.section-popular .swiper-slide {
  height: auto;
}
.section-popular .popular-slider__arrows {
  position: absolute;
  right: 0;
  top: -62px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .section-popular .popular-slider__arrows {
    top: -52px;
  }
}
@media screen and (max-width: 575px) {
  .section-popular .popular-slider__arrows {
    top: 0;
  }
}
.section-popular .popular-slider__prev,
.section-popular .popular-slider__next {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  box-shadow: none;
  transition: 0.3s;
}
.section-popular .popular-slider__prev::before,
.section-popular .popular-slider__next::before {
  display: none;
}
.section-popular .popular-slider__prev:hover,
.section-popular .popular-slider__next:hover,
.section-popular .popular-slider__prev:focus,
.section-popular .popular-slider__next:focus {
  opacity: 0.65;
  box-shadow: none;
  outline: none;
}
.section-popular .popular-slider__prev.swiper-button-disabled,
.section-popular .popular-slider__next.swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.section-popular .popular-slider__prev {
  background-image: url("/sites/all/themes/vesta_theme/image/move-left.svg");
}
.section-popular .popular-slider__next {
  background-image: url("/sites/all/themes/vesta_theme/image/move-right.svg");
}
.section-popular .popular-slider__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section-popular .popular-slider__pagination .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 6px;
  background: #b9b0b0;
  border-radius: 5px;
  margin: 0 !important;
  opacity: 1;
  transition: 0.3s;
}
.section-popular .popular-slider__pagination .swiper-pagination-bullet-active {
  width: 32px;
  background: #665d60;
}
@media screen and (max-width: 575px) {
  .section-popular .popular-slider__arrows {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    pointer-events: auto;
  }
  .section-popular .popular-slider__prev,
  .section-popular .popular-slider__next {
    position: relative;
    z-index: 11;
    pointer-events: auto;
  }
  .section-popular .popular-slider__pagination {
    position: relative;
    z-index: 1;
    margin-top: -8px;
  }
}
.view-tovary .view-content,
.view-favorites .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2.5vw, 30px);
}
@media screen and (max-width: 991px) {
  .view-tovary .view-content,
  .view-favorites .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .view-tovary .view-content,
  .view-favorites .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card__image {
  position: relative;
  width: 100%;
  max-height: clamp(208px, 55vw, 360px);
  margin-bottom: 8px;
  border-radius: 15px;
  overflow: hidden;
  background: #f5eee9;
}
.product-card__image .field,
.product-card__image .field__item,
.product-card__image a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}
.product-card__image img {
  width: 100%;
  height: 100% !important;
  display: block;
  object-fit: cover;
}
.product-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card__badge {
  position: absolute;
  top: 13px;
  left: 8px;
  z-index: 3;
}
.product-card__badge .field,
.product-card__badge .field__item {
  margin: 0;
}
.product-card__badge a {
  padding: clamp(3px, 0.4vw, 4px) clamp(8px, 0.8vw, 10px);
  background: #f67300;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
}
.product-card__favorite {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
}
.product-card__favorite .flag {
  width: 32px;
  height: 32px;
}
.product-card__favorite .flag.action-unflag a,
.product-card__favorite .flag.flagged a {
  background-color: var(--color-hover);
}
.product-card__favorite a {
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("/sites/all/themes/vesta_theme/image/dark-heart.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-decoration: none;
  transition: 0.3s;
}
.product-card__favorite a:hover,
.product-card__favorite a:focus,
.product-card__favorite a.is-active,
.product-card__favorite a.flagged {
  background-color: var(--color-hover);
}
.product-card__favorite a:hover,
.product-card__favorite a:focus,
.product-card__favorite .flag.action-unflag a,
.product-card__favorite .flag.flagged a {
  background-image: url("/sites/all/themes/vesta_theme/image/heart.svg");
  background-size: 22px 22px;
}
.product-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-card__title {
  margin: 0 0 10px !important;
}
@media screen and (max-width: 767px) {
  .product-card__title {
    margin: 0 0 12px !important;
  }
}
.product-card__title h3,
.product-card__title a {
  display: block;
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  font-size: clamp(14px, 1.4vw, 16px) !important;
  line-height: 108% !important;
}
.product-card__title h3:hover,
.product-card__title a:hover {
  color: var(--color-hover);
}
.product-card__bottom {
  margin-top: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(8px, 1vw, 12px);
}
@media screen and (max-width: 767px) {
  .product-card__bottom {
    grid-template-columns: 1fr;
  }
}
.product-card__price {
  font-weight: 500;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 108%;
  letter-spacing: -0.03em;
  color: #2b2126;
  white-space: nowrap;
}
.product-card__price .field {
  margin: 0;
}
.product-card__cart form {
  margin: 0;
}
.product-card__cart .field--name-purchased-entity,
.product-card__cart .field--name-quantity,
.product-card__cart .form-item-quantity-0-value,
.product-card__cart .btn-minus,
.product-card__cart .btn-plus {
  display: none !important;
}
.product-card__cart .field--name-variations,
.product-card__cart .field--name-variations > .field__item,
.product-card__cart .form-actions {
  margin: 0;
}
.product-card__cart .form-actions {
  display: flex;
}
.product-card__cart .button--add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 12px 11px 36px;
  border: 1px solid #2b2126;
  border-radius: 8px;
  background-color: transparent;
  background-image: url("/sites/all/themes/vesta_theme/image/cart.svg");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: clamp(16px, 1.5vw, 18px) clamp(16px, 1.5vw, 18px);
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  color: #2b2126;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s;
}
.product-card__cart .button--add-to-cart:hover,
.product-card__cart .button--add-to-cart:focus {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  color: #ffffff;
  background-image: url("/sites/all/themes/vesta_theme/image/cart-white.svg");
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .product-card__cart .button--add-to-cart {
    width: 100%;
    background-position: 31px;
  }
}
.view-slayder .view-content,
.section-popular .popular-slider-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease;
}
.view-slayder.is-slider-ready .view-content,
.section-popular.is-slider-ready .popular-slider-wrap {
  opacity: 1;
  visibility: visible;
}
#block-vesta-theme-vestaprivacyaccessblock {
  position: relative;
  z-index: 1000;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 0 15px 20px;
  pointer-events: none;
  font-family: "Montserrat", sans-serif;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(12px, 1.5vw, 16px) clamp(16px, 2vw, 20px);
  gap: clamp(8px, 2vw, 24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f6ece2;
  border-radius: 15px;
  box-shadow: 0 -8px 30px rgba(43, 33, 38, 0.25);
  pointer-events: auto;
  opacity: 0;
  transform: translateY(25px);
  transition: 0.25s ease;
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper {
    flex-direction: column;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-wrapper.vpa-visible {
  opacity: 1;
  transform: translateY(0);
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content p {
  margin: 0;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 145%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content a {
  color: #2b2126;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.2s ease;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-content a:hover {
  color: var(--color-hover);
  text-decoration: none;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions {
  flex: 0 0 auto;
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-actions {
    width: 100%;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn,
#block-vesta-theme-vestaprivacyaccessblock #vpa-btn-ok {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 14px 23px;
  font-family: "Montserrat", sans-serif;
  background: #ddae7a;
  border: 0;
  border-radius: 8px;
  font-weight: 500;
  font-size: clamp(12px, 1.2vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  transition: 0.2s ease;
}
@media screen and (max-width: 575px) {
  #block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn,
  #block-vesta-theme-vestaprivacyaccessblock #vpa-btn-ok {
    width: 100%;
  }
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn:hover,
#block-vesta-theme-vestaprivacyaccessblock #vpa-btn-ok:hover,
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn:focus,
#block-vesta-theme-vestaprivacyaccessblock #vpa-btn-ok:focus,
#block-vesta-theme-vestaprivacyaccessblock .vpa-actions .btn:active,
#block-vesta-theme-vestaprivacyaccessblock #vpa-btn-ok:active {
  background: var(--color-hover);
  color: #2b2126;
  box-shadow: none;
}
#block-vesta-theme-vestaprivacyaccessblock .vpa-close-zone {
  display: none;
}
#block-vesta-theme-kategorii .field--name-field-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 30px);
  margin: 0;
}
#block-vesta-theme-kategorii .field--name-field-categories > .field__item {
  min-width: 0;
}
#block-vesta-theme-kategorii .paragraph--type--category-review {
  position: relative;
  min-height: clamp(160px, 18vw, 200px);
  padding: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: clamp(10px, 1.5vw, 15px);
  overflow: hidden;
  background: #2b1e24;
}
#block-vesta-theme-kategorii .paragraph--type--category-review::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(43, 30, 36, 0.72) 0%, rgba(43, 30, 36, 0.48) 45%, rgba(43, 30, 36, 0.18) 100%);
  pointer-events: none;
}
#block-vesta-theme-kategorii .field--name-field-image-category {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
}
#block-vesta-theme-kategorii .field--name-field-image-category img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: 0.3s ease;
}
#block-vesta-theme-kategorii .field--name-field-title-category,
#block-vesta-theme-kategorii .field--name-field-link-category {
  position: relative;
  z-index: 3;
}
#block-vesta-theme-kategorii .field--name-field-title-category {
  margin: 0 0 clamp(10px, 1.5vw, 16px);
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #f9f6f4;
}
#block-vesta-theme-kategorii .field--name-field-link-category {
  margin-top: 0;
}
#block-vesta-theme-kategorii .field--name-field-link-category a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.8vw, 6px);
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
  text-decoration: none;
  transition: 0.3s;
}
#block-vesta-theme-kategorii .field--name-field-link-category a::before {
  content: "";
  position: absolute;
  left: 0;
  right: clamp(20px, 2vw, 24px);
  bottom: -2px;
  height: 1px;
  background: #f9f6f4;
  transition: 0.3s;
}
#block-vesta-theme-kategorii .field--name-field-link-category a::after {
  content: "";
  display: block;
  flex: 0 0 clamp(16px, 1.8vw, 18px);
  width: clamp(16px, 1.8vw, 18px);
  height: clamp(16px, 1.8vw, 18px);
  background: url("/sites/all/themes/vesta_theme/image/move-right.svg") no-repeat center / contain;
  filter: brightness(0) invert(1);
}
#block-vesta-theme-kategorii .field--name-field-link-category a:hover::before {
  opacity: 0;
}
#block-vesta-theme-kategorii .paragraph--type--category-review:hover .field--name-field-image-category img {
  transform: scale(1.04);
}
@media (max-width: 480px) {
  #block-vesta-theme-kategorii .field--name-field-categories {
    grid-template-columns: 1fr;
  }
}
.page-taxonomy-term--catalog .region-content {
  position: relative;
}
.page-taxonomy-term--catalog .catalog-filter-toggle {
  display: none;
}
.page-taxonomy-term--catalog button[data-drupal-selector^="edit-submit-tovary"] {
  display: none !important;
}
.page-taxonomy-term--catalog .view {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 0 clamp(16px, 2.5vw, 30px);
  align-items: start;
}
.page-taxonomy-term--catalog .view-filters {
  grid-column: 1;
  position: sticky;
  top: 20px;
}
.page-taxonomy-term--catalog .view-content {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 30px) clamp(16px, 2.5vw, 32px);
}
@media screen and (max-width: 991px) {
  .page-taxonomy-term--catalog .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .page-taxonomy-term--catalog .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-taxonomy-term--catalog .views-row {
  min-width: 0;
}
.page-taxonomy-term--catalog .product-card {
  height: 100%;
}
.page-taxonomy-term--catalog .product-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.page-taxonomy-term--catalog .product-card__image-link,
.page-taxonomy-term--catalog .product-card__image-link > a {
  display: block;
  width: 100%;
  height: 100%;
}
.page-taxonomy-term--catalog .product-card__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] {
  margin: 0 0 32px !important;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] legend {
  margin-bottom: 32px !important;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .fieldset-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 148px) minmax(0, 148px);
  column-gap: 46px;
  row-gap: 12px;
  align-items: center;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .form-item-number-min,
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .form-item-number-max {
  position: relative;
  margin: 0;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .form-item-number-max::before {
  content: "—";
  position: absolute;
  left: -31px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] label {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  margin: 0;
  pointer-events: none;
  font-size: 0;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] label::before {
  position: relative;
  top: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #665d60;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .form-item-number-min label::before {
  content: "от";
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .form-item-number-max label::before {
  content: "до";
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] input.form-text {
  width: 100%;
  padding: 12px 12px 12px 35px;
  background: #f6ece2;
  border: 1px solid #b9b0b0;
  border-radius: 8px;
  margin: 0;
  min-width: 112px;
  box-shadow: none;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  outline: none;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] input.form-text:focus {
  border-color: #d9a56d;
  box-shadow: none;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider {
  grid-column: 1 / -1;
  width: 100%;
  height: 20px;
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-base {
  height: 100%;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-base::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
  background-color: #ddae7a;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-connects {
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 5px;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-connect {
  background: #ddae7a;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-origin {
  height: 100%;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-handle {
  width: 20px;
  height: 20px;
  background: #f9f6f4;
  border: 2px solid #ddae7a;
  right: -13px;
  top: -1px;
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-handle::before,
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-handle::after {
  display: none;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .bef-slider .noUi-touch-area {
  width: 100%;
  height: 100%;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset[data-drupal-selector="edit-number-wrapper"] .number-slider-wrapper {
  display: none;
}
.page-taxonomy-term--catalog .views-exposed-form legend {
  display: block;
  width: 100%;
  padding: 0 0 8px;
  margin: 0 0 20px;
  border-bottom: 1px solid #b9b0b0;
}
.page-taxonomy-term--catalog .views-exposed-form legend .fieldset-legend {
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-transform: uppercase;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset.fieldgroup {
  border: 0;
  padding: 0;
  margin: 0 0 32px;
}
.page-taxonomy-term--catalog .views-exposed-form fieldset.fieldgroup .fieldset-wrapper {
  margin: 0;
}
.page-taxonomy-term--catalog .views-exposed-form .form-checkboxes,
.page-taxonomy-term--catalog .views-exposed-form .bef-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-taxonomy-term--catalog .views-exposed-form .form-type-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 16px;
  margin: 0;
}
.page-taxonomy-term--catalog .views-exposed-form .cancel {
  padding: 11px 12px;
  border: 1px solid #2b2126;
  border-radius: 8px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.page-taxonomy-term--catalog .views-exposed-form input.form-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page-taxonomy-term--catalog .views-exposed-form label.option {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  padding-left: 28px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.page-taxonomy-term--catalog .views-exposed-form label.option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #f9f6f4;
  border: 1px solid #b9b0b0;
  border-radius: 3px;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.page-taxonomy-term--catalog .views-exposed-form label.option::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 12px;
  height: 9px;
  transform: translateY(-50%);
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/sites/all/themes/vesta_theme/image/check-arrow.svg");
}
.page-taxonomy-term--catalog .views-exposed-form .bouquet-color-option label.option {
  padding-left: 50px;
}
.page-taxonomy-term--catalog .views-exposed-form .bouquet-color-option label.option::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #f9f6f4;
  border: 1px solid #b9b0b0;
  border-radius: 3px;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.page-taxonomy-term--catalog .views-exposed-form .bouquet-color-option label.option::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 47%;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #dad0d0;
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 50%;
  background: var(--bouquet-color);
  box-sizing: border-box;
}
.page-taxonomy-term--catalog .views-exposed-form .bouquet-color-option input.form-checkbox:checked + label.option::before {
  background-color: #fff;
  background-image: url("/sites/all/themes/vesta_theme/image/check-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 9px;
}
.page-taxonomy-term--catalog .views-exposed-form input.form-checkbox:checked + label.option {
  color: #332828;
}
.page-taxonomy-term--catalog .views-exposed-form input.form-checkbox:checked + label.option::before {
  border-color: #bfb7b3;
  background-color: #fff;
}
.page-taxonomy-term--catalog .views-exposed-form input.form-checkbox:checked + label.option::after {
  opacity: 1;
}
.page-taxonomy-term--catalog .views-exposed-form input.form-checkbox:focus-visible + label.option::before {
  border-color: #d9a56d;
  box-shadow: 0 0 0 2px rgba(217, 165, 109, 0.25);
}
.page-taxonomy-term--catalog #edit-submit-tovary--2 {
  display: none;
}
.page-taxonomy-term--catalog .bef-exposed-form .form--inline > .form-item,
.page-taxonomy-term--catalog .bef-exposed-form .form--inline .js-form-wrapper > .form-item {
  float: none;
}
@media screen and (max-width: 991px) {
  .page-taxonomy-term--catalog .view {
    display: block;
  }
  .page-taxonomy-term--catalog .view-content {
    grid-column: auto;
    width: 100%;
  }
  .page-taxonomy-term--catalog .view-filters {
    grid-column: auto;
    position: static;
  }
  .page-taxonomy-term--catalog .catalog-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1002;
    width: 50px;
    height: 50px;
    border: 1px solid #ddae7a;
    border-radius: 8px;
    background: #ddae7a;
  }
  .page-taxonomy-term--catalog .catalog-filter-toggle::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url("/sites/all/themes/vesta_theme/image/filter.svg") center / contain no-repeat;
  }
  .page-taxonomy-term--catalog .catalog-filter-panel {
    position: fixed;
    inset: 0;
    z-index: 1001;
    width: 100%;
    height: 100dvh;
    padding: 24px 16px 90px;
    overflow-y: auto;
    background: #f9f6f4;
    transform: translateY(100%);
    transition: transform 0.3s ease;
  }
  .page-taxonomy-term--catalog .catalog-filter-panel.is-open {
    transform: translateY(0);
  }
  body.filter-open {
    overflow: hidden;
  }
}
.page-product #block-vesta-theme-page-title {
  display: none;
}
.product-full__top {
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(0, 1fr);
  gap: 0 clamp(24px, 4vw, 48px);
  margin-bottom: clamp(40px, 6vw, 80px);
  align-items: start;
}
.product-full__left {
  position: relative;
  min-width: 0;
}
.product-full__right {
  min-width: 0;
  padding-top: 2px;
}
.product-full__title {
  margin-bottom: clamp(20px, 3vw, 32px) !important;
}
.product-full__sku {
  font-size: clamp(14px, 1.4vw, 16px);
  margin-bottom: clamp(12px, 2vw, 18px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.product-full__tags {
  position: absolute;
  top: clamp(10px, 2vw, 16px);
  left: clamp(80px, 9vw, 120px);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .product-full__tags {
    left: 15px;
  }
}
.product-full__tags .field__item {
  display: block;
}
.product-full__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  background: #f67300;
  border-radius: 25px;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
  text-decoration: none;
}
.product-full__bottom {
  max-width: 100%;
}
/* =====================================================
   СТРАНИЦА ТОВАРА
===================================================== */
.product-full__top {
  display: grid;
  grid-template-columns: minmax(0, 570px) minmax(0, 1fr);
  align-items: start;
  gap: 0 clamp(24px, 4vw, 48px);
  margin-bottom: clamp(40px, 6vw, 80px);
}
.product-full__left {
  position: relative;
  min-width: 0;
}
.product-full__gallery {
  width: 100%;
  min-width: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.product-full__gallery.is-gallery-ready {
  opacity: 1;
  visibility: visible;
}
.product-full__right {
  min-width: 0;
  padding-top: 2px;
}
.product-full__title {
  margin-bottom: clamp(20px, 3vw, 32px) !important;
}
.product-full__sku {
  margin-bottom: clamp(12px, 2vw, 18px);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.product-full__tags {
  position: absolute;
  top: clamp(10px, 2vw, 16px);
  left: clamp(80px, 9vw, 120px);
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .product-full__tags {
    left: 15px;
  }
}
.product-full__tags .field__item {
  display: block;
}
.product-full__tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  font-weight: 500;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #f9f6f4;
  background: #f67300;
  border-radius: 25px;
  text-decoration: none;
}
.product-full__left:has(.product-gallery--single) .product-full__tags {
  left: clamp(10px, 2vw, 16px);
}
.product-full__bottom {
  max-width: 100%;
}
.product-gallery {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(8px, 1.5vw, 12px);
  width: 100%;
  max-width: 570px;
  min-width: 0;
}
.product-gallery .field__item {
  min-width: 0;
  margin: 0;
}
.product-gallery__main {
  width: 100%;
  min-width: 0;
  aspect-ratio: 466 / 621;
  max-height: 621px;
  background: #ead9cc;
  border-radius: 10px;
  overflow: hidden;
}
.product-gallery__main .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.product-gallery__main .swiper-slide {
  width: 100%;
  height: 100%;
  min-width: 0;
}
.product-gallery__main a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-gallery__main img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.product-gallery__thumbs-wrap {
  position: relative;
  width: 92px;
  height: 100%;
  max-height: 621px;
  min-height: 0;
  overflow: hidden;
}
.product-gallery__thumbs {
  width: 92px;
  height: 100%;
  overflow: hidden;
}
.product-gallery__thumb {
  width: 92px;
  height: 122px !important;
  background: #ead9cc;
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 1;
  overflow: hidden;
}
.product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.product-gallery__arrow {
  position: absolute;
  left: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #f9f6f4;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: 1px solid #665d60;
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.product-gallery__arrow::before,
.product-gallery__arrow::after {
  display: none;
}
.product-gallery__arrow:hover,
.product-gallery__arrow:focus-visible {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
  outline: none;
}
.product-gallery__arrow--prev {
  top: 8px;
  background-image: url("/sites/all/themes/vesta_theme/image/arrow-top.svg");
  background-position: center 48%;
}
.product-gallery__arrow--prev:hover,
.product-gallery__arrow--prev:focus-visible {
  background-image: url("/sites/all/themes/vesta_theme/image/white-up.svg");
}
.product-gallery__arrow--next {
  bottom: 8px;
  background-image: url("/sites/all/themes/vesta_theme/image/gallery-down.svg");
  background-position: center 57%;
}
.product-gallery__arrow--next:hover,
.product-gallery__arrow--next:focus-visible {
  background-image: url("/sites/all/themes/vesta_theme/image/white-down.svg");
}
.product-gallery__arrow.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}
.product-gallery--single {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  max-width: 570px;
}
.product-gallery--single .product-gallery__main {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 570 / 621;
}
.product-gallery--single .product-gallery__main .swiper-wrapper {
  width: 100% !important;
  height: 100%;
  transform: none !important;
}
.product-gallery--single .product-gallery__slide {
  width: 100% !important;
  height: 100%;
  opacity: 1 !important;
  transform: none !important;
}
.product-gallery--single .product-gallery__slide > a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-gallery--single .product-gallery__slide img {
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.product-gallery--single .product-gallery__thumbs-wrap,
.product-gallery--single .product-gallery__thumbs,
.product-gallery--single .product-gallery__arrow,
.product-gallery--single .swiper-button-prev,
.product-gallery--single .swiper-button-next,
.product-gallery--single .swiper-pagination {
  display: none !important;
}
.product-gallery--without-arrows .product-gallery__arrow,
.product-gallery--without-arrows .swiper-button-prev,
.product-gallery--without-arrows .swiper-button-next {
  display: none !important;
}
.product-composition {
  margin-bottom: clamp(40px, 6vw, 75px);
}
.product-composition__title {
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #2b2126;
  margin-bottom: clamp(10px, 1.5vw, 14px);
}
.product-composition__list {
  max-width: 552px;
}
.product-composition-row {
  display: flex;
  align-items: baseline;
  gap: clamp(4px, 1vw, 6px);
  margin-bottom: clamp(8px, 1.5vw, 12px);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.product-composition-row::before {
  content: "";
  top: 0;
  position: relative;
  order: 2;
  flex: 1 1 auto;
  border-bottom: 1px dashed #b9b0b0;
}
.product-composition-row__name {
  order: 1;
}
.product-composition-row__quantity {
  order: 3;
  white-space: nowrap;
}
.product-gift {
  padding: 12px 0;
  margin-bottom: 24px;
  border-top: 1px solid #dad0d0;
  border-bottom: 1px solid #dad0d0;
}
.product-gift .field--name-dynamic-block-fieldcommerce-product-gift {
  position: relative;
  min-height: 88px;
  padding-left: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-gift .field--name-field-image-gift {
  position: absolute;
  left: 0;
  top: 50%;
  width: 88px;
  height: 88px;
  transform: translateY(-50%);
  overflow: hidden;
  margin: 0;
}
.product-gift .field--name-field-image-gift img {
  display: block;
  width: 100%;
  height: 100% !important;
  border-radius: 10px;
  object-fit: cover;
}
.product-gift .field--name-field-title-gift {
  margin: 0 0 6px;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.product-gift .field--name-body {
  margin: 0;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.product-gift .field--name-body p {
  margin: 0;
}
.product-buy {
  padding: clamp(12px, 2vw, 16px);
  background: #f1dbcb;
  border: 1px solid #dad0d0;
  border-radius: 15px;
}
.product-buy__price {
  font-weight: 500;
  line-height: 108%;
  letter-spacing: -0.03em;
  color: #2b2126;
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: clamp(16px, 2.5vw, 24px);
}
.product-buy__price .field {
  display: inline;
}
.product-buy__notice {
  margin-bottom: clamp(12px, 2vw, 16px);
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 125%;
  letter-spacing: -0.03em;
  color: #7a1f2b;
}
.product-buy__notice--unavailable {
  color: #665d60;
}
.product-buy--status-unavailable .button--add-to-cart {
  background: #b9b0b0 !important;
  color: #fff !important;
  cursor: not-allowed;
  pointer-events: none;
}
.product-buy--status-unavailable .button--add-to-cart::before {
  opacity: 0.6;
}
.product-buy--status-unavailable .quantity-control {
  opacity: 0.5;
  pointer-events: none;
}
.product-buy__actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.2vw, 16px);
}
.product-buy .field--name-variations {
  margin: 0;
}
.product-buy .commerce-order-item-add-to-cart-form {
  display: flex;
}
.product-buy .field--name-quantity label {
  display: none;
}
.product-buy .field--name-quantity .form-item {
  margin: 0;
}
.product-buy .quantity-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: clamp(120px, 11vw, 157px);
  max-height: clamp(36px, 3vw, 40px);
  padding: clamp(4px, 0.45vw, 6px) clamp(10px, 1.1vw, 16px);
  margin-right: clamp(10px, 1.1vw, 16px);
  background: #f5e6da;
  border: 1px solid #b9b0b0;
  border-radius: clamp(6px, 0.6vw, 8px);
  overflow: hidden;
}
.product-buy .quantity-control__input {
  width: clamp(38px, 4vw, 53px);
  height: clamp(30px, 3vw, 40px);
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  outline: none;
  box-shadow: none;
  appearance: textfield;
}
.product-buy .quantity-control__input::-webkit-outer-spin-button,
.product-buy .quantity-control__input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.product-buy .quantity-control__btn {
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
  flex: 0 0 clamp(18px, 2vw, 24px);
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.product-buy .quantity-control__btn--minus {
  background-image: url("/sites/all/themes/vesta_theme/image/minus.svg");
}
.product-buy .quantity-control__btn--plus {
  background-image: url("/sites/all/themes/vesta_theme/image/plus.svg");
}
.product-buy .form-actions {
  margin: 0;
}
.product-buy .button--add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #ddae7a;
  border-radius: 8px;
  font-weight: 500;
  padding: clamp(10px, 1.2vw, 11px) clamp(16px, 2vw, 23px);
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-transform: uppercase;
  box-shadow: none;
}
.product-buy .button--add-to-cart::before {
  content: "";
  width: clamp(16px, 1.8vw, 18px);
  height: clamp(16px, 1.8vw, 18px);
  margin-right: clamp(6px, 1vw, 10px);
  background: url("/sites/all/themes/vesta_theme/image/cart.svg") center / contain no-repeat;
}
.product-buy .button--add-to-cart:hover {
  background: var(--color-hover);
}
.product-buy .flag-favorite a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(36px, 4vw, 40px);
  height: clamp(36px, 4vw, 40px);
  overflow: hidden;
  background: #f5e6da;
  border: 1px solid #2b2126;
  border-radius: clamp(6px, 0.8vw, 8px);
  font-size: 0;
  text-decoration: none;
}
.product-buy .flag-favorite a:hover,
.product-buy .flag-favorite a:focus,
.product-buy .flag-favorite a.is-active,
.product-buy .flag-favorite a.flagged {
  background-color: var(--color-hover);
}
.product-buy .flag-favorite a::before {
  content: "";
  width: clamp(20px, 2.4vw, 24px);
  height: clamp(20px, 2.4vw, 24px) !important;
  background: url("/sites/all/themes/vesta_theme/image/black-heart.svg") center / contain no-repeat;
}
.product-buy .flag-favorite.action-unflag a,
.product-buy .flag-favorite.flagged a {
  background: var(--color-hover);
}
.product-section-title {
  margin-bottom: clamp(20px, 3vw, 32px);
  font-family: "Tenor Sans";
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.product-description {
  margin-bottom: clamp(40px, 6vw, 80px);
}
.product-delivery {
  max-width: 570px;
}
.product-delivery .field--name-field-delivery-row {
  display: block;
}
.product-delivery .field__items {
  display: block;
}
.product-delivery .field__item {
  margin: 0;
}
.product-delivery .paragraph--type--paragraph-delivery {
  display: flex;
  align-items: baseline;
  gap: clamp(4px, 0.8vw, 6px);
  margin-bottom: clamp(8px, 1.2vw, 12px);
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.product-delivery .paragraph--type--paragraph-delivery::before {
  content: "";
  top: 4px;
  position: relative;
  order: 2;
  flex: 1 1 auto;
  border-bottom: 1px dashed #b9b0b0;
  transform: translateY(-4px);
}
.product-delivery .paragraph--type--paragraph-delivery .field--name-field-delivery-area {
  order: 1;
  white-space: nowrap;
}
.product-delivery .paragraph--type--paragraph-delivery .field--name-field-amount-delivery {
  order: 3;
  white-space: nowrap;
}
.product-delivery .paragraph--type--paragraph-delivery .field--name-field-amount-delivery::after {
  content: " ₽";
}
@media (max-width: 1200px) {
  .product-full__top {
    grid-template-columns: minmax(0, 48%) minmax(0, 1fr);
    gap: 0 clamp(20px, 3vw, 36px);
  }
  .product-gallery {
    max-width: 100%;
  }
}
@media (min-width: 993px) {
  .product-full__top {
    grid-template-columns: minmax(0, 570px) minmax(0, 1fr);
  }
  .product-full__left {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .product-full__right {
    grid-column: 2;
    grid-row: 1;
  }
  .product-full .product-buy {
    grid-column: 2;
    grid-row: 2;
  }
}
@media (max-width: 992px) and (min-width: 576px) {
  .product-full__top {
    grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
  }
  .product-full__left {
    grid-column: 1;
    grid-row: 1;
  }
  .product-full__right {
    grid-column: 2;
    grid-row: 1;
  }
  .product-full .product-buy {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: clamp(16px, 2.5vw, 24px);
  }
}
@media (max-width: 992px) {
  .product-gallery {
    display: flex;
    flex-direction: column-reverse;
    max-height: none;
  }
  .product-gallery__main {
    height: auto;
    aspect-ratio: 1 / 1.08;
    max-height: none;
  }
  .product-gallery__thumbs-wrap {
    width: 100%;
    height: clamp(88px, 9vw, 94px);
    max-height: none;
    overflow: hidden;
  }
  .product-gallery__thumbs {
    width: 100%;
    height: 100%;
  }
  .product-gallery__thumb {
    width: clamp(78px, 7vw, 84px);
    height: clamp(88px, 9vw, 94px) !important;
  }
  .product-gallery__arrow {
    top: 50%;
    bottom: auto;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    background-size: 12px 12px;
  }
  .product-gallery__arrow--prev {
    left: 0;
    background-image: url("/sites/all/themes/vesta_theme/image/move-left.svg");
  }
  .product-gallery__arrow--next {
    left: auto;
    right: 0;
    background-image: url("/sites/all/themes/vesta_theme/image/move-right.svg");
  }
}
@media (max-width: 576px) {
  .product-full__top {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .product-full__title {
    margin: clamp(16px, 2vw, 20px) 0 clamp(16px, 1.8vw, 18px) !important;
  }
  .product-gallery {
    max-width: 520px;
    margin: 0 auto;
  }
  .product-gallery__main {
    aspect-ratio: 1 / 1.05;
  }
  .product-gallery__thumb {
    width: clamp(54px, 16vw, 68px);
    height: clamp(66px, 20vw, 82px) !important;
  }
  .product-buy__actions {
    flex-wrap: wrap;
  }
  .product-buy .commerce-order-item-add-to-cart-form {
    width: 100%;
    flex-wrap: wrap;
  }
  .product-buy .button--add-to-cart {
    flex: 1 1 auto;
  }
}
.cart-form {
  margin: 40px 0 80px;
}
.cart-form .view-commerce-cart-form {
  color: #2b2126;
}
.cart-form .table-responsive {
  overflow: visible;
}
.cart-form .views-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0 12px;
  background: transparent;
}
.cart-form .views-table.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: transparent;
  color: #2b2126;
  --bs-table-bg-type: transparent;
}
.cart-form .views-table thead th {
  padding: 0 16px 14px;
  border: 0;
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #665d60;
  text-transform: uppercase;
}
.cart-form .views-table thead th:first-child {
  padding-left: 0;
}
.cart-form .views-table thead th:last-child {
  padding-right: 0;
  text-align: right;
}
.cart-form .views-table tbody tr {
  background: #f5eee9;
  border-radius: 15px;
  overflow: hidden;
}
.cart-form .views-table tbody td {
  padding: 18px 16px;
  border: 0;
  background: #f5eee9;
  vertical-align: middle;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.cart-form .views-table tbody td:first-child {
  padding-left: 18px;
  border-radius: 15px 0 0 15px;
}
.cart-form .views-table tbody td:last-child {
  padding-right: 18px;
  border-radius: 0 15px 15px 0;
  text-align: right;
}
.cart-form .views-field-purchased-entity {
  width: 48%;
}
.cart-form .views-field-unit-price__number,
.cart-form .views-field-total-price__number {
  white-space: nowrap;
  font-weight: 500;
  font-size: clamp(16px, 1.6vw, 18px);
  color: #2b2126;
}
.cart-form .views-field-remove-button {
  width: 80px;
}
.cart-form .cart-product {
  display: flex;
  align-items: center;
  gap: 18px;
}
.cart-form .cart-product__image {
  display: block;
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  border-radius: 10px;
  overflow: hidden;
  background: #ead9cc;
  text-decoration: none;
}
.cart-form .cart-product__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.cart-form .cart-product__image:hover img {
  transform: scale(1.04);
}
.cart-form .cart-product__info {
  min-width: 0;
}
.cart-form .cart-product__title {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 115%;
  letter-spacing: -0.03em;
  color: #2b2126;
  text-decoration: none;
}
.cart-form .cart-product__title:hover {
  color: var(--color-hover);
  text-decoration: none;
}
.cart-form .cart-product__sku {
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #665d60;
}
.cart-form .delete-order-item {
  width: 40px;
  height: 40px;
  padding: 0;
  background: #f5e6da;
  border: 1px solid #b9b0b0;
  border-radius: 8px;
  background-image: url("/sites/all/themes/vesta_theme/image/delete.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  font-size: 0;
  color: transparent;
  box-shadow: none;
}
.cart-form .delete-order-item:hover,
.cart-form .delete-order-item:focus,
.cart-form .delete-order-item:active {
  border-color: var(--color-hover);
  background-color: #f5eee9;
  background-image: url("/sites/all/themes/vesta_theme/image/delete.svg");
  box-shadow: none;
}
.cart-form [data-drupal-selector="order-total-summary"] {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.cart-form .field--name-total-price {
  width: 100%;
  max-width: 360px;
  padding: 24px;
  border-radius: 15px;
  background: #f5eee9;
}
.cart-form .order-total-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  padding: 0;
  color: #2b2126;
}
.cart-form .order-total-line + .order-total-line {
  padding: 14px 0 0;
  margin-top: 14px;
  border-top: 1px solid #dad0d0;
}
.cart-form .order-total-line__total {
  font-weight: 500;
  font-size: 22px;
}
.cart-form .order-total-line-label {
  color: #665d60;
  text-align: left;
}
.cart-form .order-total-line-value {
  white-space: nowrap;
  color: #2b2126;
}
.cart-form .form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 24px;
}
.cart-form .js-hide {
  display: none !important;
}
.cart-form [data-drupal-selector="edit-checkout"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 17px 24px;
  border: 0;
  border-radius: 8px;
  background: #ddae7a;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  text-decoration: none;
  box-shadow: none;
}
.cart-form [data-drupal-selector="edit-checkout"]:hover,
.cart-form [data-drupal-selector="edit-checkout"]:focus,
.cart-form [data-drupal-selector="edit-checkout"]:active {
  background: var(--color-hover);
  color: #2b2126;
  box-shadow: none;
}
@media (max-width: 767px) {
  .cart-form .table-responsive {
    overflow: visible;
  }
  .cart-form .views-table {
    display: block;
  }
  .cart-form .views-table thead {
    display: none;
  }
  .cart-form .views-table tbody {
    display: block;
  }
  .cart-form .views-table tr {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 15px;
    background: #f5eee9;
  }
  .cart-form .views-table td {
    display: block;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .cart-form .views-table td:last-child {
    text-align: left;
  }
  .cart-form .views-field-purchased-entity {
    grid-column: 1 / -1;
    width: auto;
  }
  .cart-form .views-field-unit-price__number {
    grid-column: 1;
  }
  .cart-form .views-field-edit-quantity {
    grid-column: 1;
    width: auto;
  }
  .cart-form .views-field-total-price__number {
    grid-column: 1;
    font-size: 20px;
  }
  .cart-form .views-field-total-price__number::before {
    content: "Итого: ";
    font-weight: 400;
    color: #665d60;
  }
  .cart-form .views-field-remove-button {
    grid-column: 2;
    grid-row: 2 / span 3;
    width: auto;
    align-self: end;
  }
  .cart-form .cart-product {
    align-items: flex-start;
  }
  .cart-form .cart-product__image {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
  }
  .cart-form .cart-product__title {
    font-size: 16px;
  }
  .cart-form [data-drupal-selector="order-total-summary"] {
    justify-content: stretch;
  }
  .cart-form .field--name-total-price {
    max-width: none;
  }
  .cart-form .form-actions {
    justify-content: stretch;
  }
  .cart-form #edit-checkout {
    width: 100%;
  }
}
.field--name-quantity label {
  display: none;
}
.field--name-quantity .form-item {
  margin: 0;
}
.quantity-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: clamp(120px, 11vw, 157px);
  max-height: clamp(34px, 3vw, 40px);
  padding: clamp(4px, 0.45vw, 6px) clamp(10px, 1.1vw, 16px);
  margin-right: clamp(10px, 1.1vw, 16px);
  background: #f5e6da;
  border: 1px solid #b9b0b0;
  border-radius: clamp(6px, 0.6vw, 8px);
  overflow: hidden;
}
.quantity-control__input {
  width: clamp(38px, 4vw, 53px);
  height: clamp(30px, 3vw, 40px);
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
  outline: none;
  box-shadow: none;
  appearance: textfield;
}
.quantity-control__input::-webkit-outer-spin-button,
.quantity-control__input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}
.quantity-control__btn {
  width: clamp(18px, 2vw, 24px);
  height: clamp(18px, 2vw, 24px);
  flex: 0 0 clamp(18px, 2vw, 24px);
  padding: 0;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.quantity-control__btn--minus {
  background-image: url("/sites/all/themes/vesta_theme/image/minus.svg");
}
.quantity-control__btn--plus {
  background-image: url("/sites/all/themes/vesta_theme/image/plus.svg");
}
.commerce-checkout-flow {
  margin: 40px 0 80px;
  color: #2b2126;
}
.commerce-checkout-flow .checkout-summary-product {
  min-width: 0;
}
.commerce-checkout-flow .checkout-summary-product__title {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow .checkout-summary-product__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #665d60;
}
.commerce-checkout-flow .checkout-summary-product__price .field,
.commerce-checkout-flow .checkout-summary-product__price .field__item {
  display: inline;
}
.commerce-checkout-flow .checkout-summary-product__price-label {
  font-weight: 400;
  color: #665d60;
}
.commerce-checkout-flow .layout-checkout-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 32px;
  align-items: start;
  float: none;
  width: 100%;
  clear: both;
}
.commerce-checkout-flow .layout-region {
  float: none !important;
  width: auto !important;
  padding: 0;
  margin: 0;
}
.commerce-checkout-flow .layout-region-checkout-secondary {
  position: sticky;
  top: 110px;
  min-width: 0;
  padding: 24px;
  border-radius: 15px;
  background: #f5eee9;
}
.commerce-checkout-flow .layout-region-checkout-secondary h3 {
  margin: 0 0 22px;
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.commerce-checkout-flow .layout-region-checkout-footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.commerce-checkout-flow .checkout-pane {
  margin: 0 0 24px;
  padding: 24px;
  border: 0;
  border-radius: 15px;
  background: #f5eee9;
}
.commerce-checkout-flow .checkout-pane > legend {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 22px;
  border: 0;
}
.commerce-checkout-flow .checkout-pane > legend .fieldset-legend {
  display: block;
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
.commerce-checkout-flow .checkout-pane > .fieldset-wrapper {
  margin: 0;
  padding: 0;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 15px;
  background: #f5eee9;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout"] > .js-form-wrapper {
  margin: 0;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout"] .field--name-field-address,
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout"] .field--name-field-comment {
  grid-column: 1 / -1;
}
.commerce-checkout-flow [data-drupal-selector="edit-contact-information"] .fieldset-wrapper {
  display: block;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout-field-address-0"] legend {
  display: none;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout-field-address-0"] > legend {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout-field-address-0"] > legend .fieldset-legend {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout-field-address-0"] > .fieldset-wrapper {
  margin: 0;
  padding: 0;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout-field-address-0"] [data-drupal-selector="edit-order-fieldscheckout-field-address-0-address"] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}
.commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout-field-address-0"] .form-item-order-fieldscheckout-field-address-0-address-address-line1 {
  grid-column: 1 / -1;
}
.commerce-checkout-flow .form-item {
  margin: 0;
}
.commerce-checkout-flow label {
  display: block;
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow .form-required::after {
  margin-left: 3px;
  color: #b54b4b;
}
.commerce-checkout-flow input[type="text"],
.commerce-checkout-flow input[type="email"],
.commerce-checkout-flow input[type="tel"],
.commerce-checkout-flow input[type="number"],
.commerce-checkout-flow textarea,
.commerce-checkout-flow select,
.commerce-checkout-flow .form-control {
  width: 100%;
  min-height: 48px;
  padding: 14px 16px;
  border: 1px solid #dad0d0;
  border-radius: 8px;
  background: #f9f6f4;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow input[type="text"]::placeholder,
.commerce-checkout-flow input[type="email"]::placeholder,
.commerce-checkout-flow input[type="tel"]::placeholder,
.commerce-checkout-flow input[type="number"]::placeholder,
.commerce-checkout-flow textarea::placeholder,
.commerce-checkout-flow select::placeholder,
.commerce-checkout-flow .form-control::placeholder {
  color: #665d60;
  opacity: 1;
}
.commerce-checkout-flow input[type="text"]:focus,
.commerce-checkout-flow input[type="email"]:focus,
.commerce-checkout-flow input[type="tel"]:focus,
.commerce-checkout-flow input[type="number"]:focus,
.commerce-checkout-flow textarea:focus,
.commerce-checkout-flow select:focus,
.commerce-checkout-flow .form-control:focus {
  border-color: #ddae7a;
  box-shadow: 0 0 0 2px rgba(221, 174, 122, 0.25);
}
.commerce-checkout-flow input[type="text"].error,
.commerce-checkout-flow input[type="email"].error,
.commerce-checkout-flow input[type="tel"].error,
.commerce-checkout-flow input[type="number"].error,
.commerce-checkout-flow textarea.error,
.commerce-checkout-flow select.error,
.commerce-checkout-flow .form-control.error,
.commerce-checkout-flow input[type="text"].is-invalid,
.commerce-checkout-flow input[type="email"].is-invalid,
.commerce-checkout-flow input[type="tel"].is-invalid,
.commerce-checkout-flow input[type="number"].is-invalid,
.commerce-checkout-flow textarea.is-invalid,
.commerce-checkout-flow select.is-invalid,
.commerce-checkout-flow .form-control.is-invalid {
  border-color: #b54b4b;
  box-shadow: 0 0 0 1px rgba(181, 75, 75, 0.25);
}
.commerce-checkout-flow textarea {
  min-height: 110px;
  line-height: 130%;
  resize: vertical;
}
.commerce-checkout-flow .form-textarea-wrapper {
  width: 100%;
}
.commerce-checkout-flow .description,
.commerce-checkout-flow .form-item--description {
  margin-top: 6px;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #665d60;
}
.commerce-checkout-flow label.error,
.commerce-checkout-flow .form-item--error-message {
  margin-top: 6px;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #b54b4b;
}
.commerce-checkout-flow .checkout-pane-contact-information {
  margin-bottom: 20px;
}
.commerce-checkout-flow .checkout-pane-payment-information [data-drupal-selector="edit-payment-information-payment-method"] {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.commerce-checkout-flow .checkout-pane-payment-information [data-drupal-selector="edit-payment-information-payment-method"] > legend {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 12px;
}
.commerce-checkout-flow .checkout-pane-payment-information [data-drupal-selector="edit-payment-information-payment-method"] > legend .fieldset-legend {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow .checkout-pane-payment-information [data-drupal-selector="edit-payment-information-payment-method"] > .fieldset-wrapper {
  margin: 0;
  padding: 0;
}
.commerce-checkout-flow .checkout-pane-payment-information .form-radios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.commerce-checkout-flow .checkout-pane-payment-information .form-type-radio {
  position: relative;
  margin: 0;
}
.commerce-checkout-flow .checkout-pane-payment-information input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.commerce-checkout-flow .checkout-pane-payment-information label.option {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
  padding: 14px 16px 14px 46px;
  border: 1px solid #dad0d0;
  border-radius: 8px;
  background: #f9f6f4;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #2b2126;
  transition: 0.2s ease;
}
.commerce-checkout-flow .checkout-pane-payment-information label.option::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border: 1px solid #665d60;
  border-radius: 50%;
  background: #f9f6f4;
  box-sizing: border-box;
}
.commerce-checkout-flow .checkout-pane-payment-information label.option::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: translateY(-50%) scale(0);
  border-radius: 50%;
  background: #2b1e24;
  transition: 0.2s ease;
}
.commerce-checkout-flow .checkout-pane-payment-information input[type="radio"]:checked + label.option {
  border-color: #ddae7a;
  background: #f6ece2;
}
.commerce-checkout-flow .checkout-pane-payment-information input[type="radio"]:checked + label.option::after {
  transform: translateY(-50%) scale(1);
}
.commerce-checkout-flow .checkout-pane-payment-information input[type="radio"]:focus-visible + label.option {
  box-shadow: 0 0 0 2px rgba(221, 174, 122, 0.3);
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-pane {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary .table-responsive {
  overflow: visible;
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary table {
  width: 100%;
  margin: 0 0 20px;
  border: 0;
  border-collapse: collapse;
  background: transparent;
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary tbody,
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary tr,
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary td {
  border: 0;
  background: transparent;
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary tr {
  border-bottom: 1px solid #dad0d0;
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary td:first-child {
  width: 100%;
  padding-right: 12px;
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary td:nth-child(2) {
  white-space: nowrap;
  color: #665d60;
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary td:nth-child(2)::before {
  content: "× ";
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary td:last-child {
  white-space: nowrap;
  text-align: right;
  font-weight: 500;
  color: #2b2126;
}
.commerce-checkout-flow .layout-region-checkout-secondary .checkout-order-summary .field--name-price {
  font-size: 14px;
  line-height: 120%;
  color: #665d60;
}
.commerce-checkout-flow .layout-region-checkout-secondary .order-total-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 0;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow .layout-region-checkout-secondary .order-total-line + .order-total-line {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dad0d0;
}
.commerce-checkout-flow .layout-region-checkout-secondary .order-total-line__total {
  font-weight: 500;
  font-size: 22px;
}
.commerce-checkout-flow .layout-region-checkout-secondary .order-total-line-label {
  color: #665d60;
}
.commerce-checkout-flow .layout-region-checkout-secondary .order-total-line-value {
  white-space: nowrap;
  color: #2b2126;
}
.commerce-checkout-flow .form-actions {
  margin: 0;
}
.commerce-checkout-flow button[data-drupal-selector="edit-actions-next"],
.commerce-checkout-flow input[data-drupal-selector="edit-actions-next"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 17px 28px;
  border: 0;
  border-radius: 8px;
  background: #ddae7a;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.commerce-checkout-flow button[data-drupal-selector="edit-actions-next"]:hover,
.commerce-checkout-flow input[data-drupal-selector="edit-actions-next"]:hover,
.commerce-checkout-flow button[data-drupal-selector="edit-actions-next"]:focus,
.commerce-checkout-flow input[data-drupal-selector="edit-actions-next"]:focus,
.commerce-checkout-flow button[data-drupal-selector="edit-actions-next"]:active,
.commerce-checkout-flow input[data-drupal-selector="edit-actions-next"]:active {
  background: var(--color-hover);
  color: #2b2126;
  box-shadow: none;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] {
  margin: 0 0 20px;
  padding: 24px;
  border: 0;
  border-radius: 15px;
  background: #f5eee9;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] > legend {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  border: 0;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] > legend .fieldset-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: "Tenor Sans";
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2b2126;
}
@media screen and (max-width: 575px) {
  .commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] > legend .fieldset-legend {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] > .fieldset-wrapper {
  margin: 0;
  padding: 0;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] .checkout-review-edit-link {
  flex: 0 0 auto;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] .checkout-review-edit-link a {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  text-decoration: none;
  transition: 0.2s ease;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] .checkout-review-edit-link a:hover,
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector^="edit-review-"] .checkout-review-edit-link a:focus {
  color: var(--color-hover);
  text-decoration: none;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-contact-information"] > .fieldset-wrapper {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  column-gap: 18px;
  align-items: baseline;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-contact-information"] > .fieldset-wrapper::before {
  content: "Email";
  font-weight: 500;
  color: #2b2126;
}
@media screen and (max-width: 575px) {
  .commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-contact-information"] > .fieldset-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-order-fieldscheckout"] > .fieldset-wrapper {
  display: grid;
  gap: 0;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-order-fieldscheckout"] .field {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  column-gap: 18px;
  align-items: baseline;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(102, 93, 96, 0.18);
  border-radius: 0;
  background: transparent;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-order-fieldscheckout"] .field::after {
  display: none;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-order-fieldscheckout"] .field:last-child {
  border-bottom: 0;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-order-fieldscheckout"] .field__label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-order-fieldscheckout"] .field__label::after {
  content: "";
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-order-fieldscheckout"] .field__item {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-order-fieldscheckout"] .field--name-field-comment {
  align-items: start;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-payment-information"] > .fieldset-wrapper {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  column-gap: 18px;
  align-items: baseline;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #2b2126;
}
.commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-payment-information"] > .fieldset-wrapper::before {
  content: "Способ оплаты";
  font-weight: 500;
  color: #2b2126;
}
@media screen and (max-width: 575px) {
  .commerce-checkout-flow .layout-region-checkout-main [data-drupal-selector="edit-review-payment-information"] > .fieldset-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.commerce-checkout-flow .layout-region-checkout-footer .form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .commerce-checkout-flow .layout-region-checkout-footer .form-actions {
    width: 100%;
    flex-direction: column;
  }
}
.commerce-checkout-flow .layout-region-checkout-footer button[data-drupal-selector="edit-actions-next"],
.commerce-checkout-flow .layout-region-checkout-footer input[data-drupal-selector="edit-actions-next"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 17px 28px;
  border: 0;
  border-radius: 8px;
  background: #ddae7a;
  box-shadow: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.commerce-checkout-flow .layout-region-checkout-footer button[data-drupal-selector="edit-actions-next"]:hover,
.commerce-checkout-flow .layout-region-checkout-footer input[data-drupal-selector="edit-actions-next"]:hover,
.commerce-checkout-flow .layout-region-checkout-footer button[data-drupal-selector="edit-actions-next"]:focus,
.commerce-checkout-flow .layout-region-checkout-footer input[data-drupal-selector="edit-actions-next"]:focus,
.commerce-checkout-flow .layout-region-checkout-footer button[data-drupal-selector="edit-actions-next"]:active,
.commerce-checkout-flow .layout-region-checkout-footer input[data-drupal-selector="edit-actions-next"]:active {
  background: #c48e4f;
  color: #2b2126;
  box-shadow: none;
}
@media screen and (max-width: 575px) {
  .commerce-checkout-flow .layout-region-checkout-footer button[data-drupal-selector="edit-actions-next"],
  .commerce-checkout-flow .layout-region-checkout-footer input[data-drupal-selector="edit-actions-next"] {
    width: 100%;
  }
}
.commerce-checkout-flow .layout-region-checkout-footer .link--previous {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 17px 24px;
  border: 1px solid #cdb7a9;
  border-radius: 8px;
  background: #f9f6f4;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #2b2126;
  text-decoration: none;
  transition: 0.2s ease;
}
.commerce-checkout-flow .layout-region-checkout-footer .link--previous:hover,
.commerce-checkout-flow .layout-region-checkout-footer .link--previous:focus {
  border-color: var(--color-hover);
  background: #f6ece2;
  color: #2b2126;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .commerce-checkout-flow .layout-region-checkout-footer .link--previous {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .commerce-checkout-flow .layout-checkout-form {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .commerce-checkout-flow .layout-region-checkout-secondary {
    position: static;
  }
  .commerce-checkout-flow .layout-region-checkout-footer {
    justify-content: stretch;
  }
  .commerce-checkout-flow button[data-drupal-selector="edit-actions-next"],
  .commerce-checkout-flow input[data-drupal-selector="edit-actions-next"] {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .commerce-checkout-flow {
    margin: 32px 0 64px;
  }
  .commerce-checkout-flow .checkout-pane,
  .commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout"],
  .commerce-checkout-flow .layout-region-checkout-secondary {
    padding: 18px;
    border-radius: 12px;
  }
  .commerce-checkout-flow .checkout-pane > legend {
    margin-bottom: 18px;
  }
  .commerce-checkout-flow .checkout-pane > legend .fieldset-legend {
    font-size: 26px;
  }
  .commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout"] {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .commerce-checkout-flow [data-drupal-selector="edit-order-fieldscheckout-field-address-0"] [data-drupal-selector="edit-order-fieldscheckout-field-address-0-address"] {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .commerce-checkout-flow .checkout-pane-payment-information .form-radios {
    grid-template-columns: 1fr;
  }
  .commerce-checkout-flow .layout-region-checkout-secondary h3 {
    font-size: 24px;
  }
}
