/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #76BC21);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #85d325);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #93dc39);
  --color-btn-bg-major-shade-is-light:var(--draft-color-btn-bg-major-shade-is-light, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #bbe983);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #76BC21);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #85d325);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #93dc39);
  --color-accent-text-major-shade-is-light:var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #bbe983);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, 'PT Root UI');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'PT Root UI');
  --heading-ratio:var(--draft-heading-ratio, 1.5);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1240px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* line 2, theme.scss */
:root {
  --rv-bg:#f5f4ef;
  --rv-paper:#fffdf9;
  --rv-paper-soft:#f0ece4;
  --rv-surface:#eef1eb;
  --rv-ink:#282521;
  --rv-muted:#6b675f;
  --rv-line:#ddd7cd;
  --rv-accent:#a7b8ae;
  --rv-accent-dark:#6c7d73;
  --rv-olive:#8f9f95;
  --rv-highlight:#ebe3d8;
  --rv-radius:26px;
  --rv-shell:1280px; }

/* line 3, theme.scss */
* {
  box-sizing: border-box; }

/* line 3, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 3, theme.scss */
body {
  margin: 0;
  background: radial-gradient(circle at top left, #f8f7f2 0%, #f4f2ed 38%, #efede8 100%);
  color: var(--rv-ink);
  font-family: "Manrope",Arial,"Helvetica Neue",sans-serif;
  -webkit-font-smoothing: antialiased; }

/* line 3, theme.scss */
body.rv-lock {
  overflow: hidden; }

/* line 3, theme.scss */
img {
  max-width: 100%;
  display: block; }

/* line 3, theme.scss */
a {
  color: inherit; }

/* line 3, theme.scss */
.rv-shell {
  width: min(var(--rv-shell), calc(100% - 64px));
  margin: 0 auto; }

/* line 3, theme.scss */
.rv-shell--header {
  width: min(1460px, calc(100% - 24px)); }

/* line 3, theme.scss */
.rv-main {
  min-height: 55vh; }

/* line 3, theme.scss */
.rv-native-assets, .outside-widgets {
  display: none!important; }

/* line 4, theme.scss */
.rv-announcement {
  background: #dfe7e1;
  border-bottom: 1px solid rgba(40, 37, 33, 0.06); }

/* line 4, theme.scss */
.rv-announcement__inner {
  min-height: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  color: #4c5a53; }

/* line 4, theme.scss */
.rv-announcement__inner a {
  text-decoration: none;
  font-weight: 700; }

/* line 5, theme.scss */
.rv-header {
  position: sticky;
  top: 0;
  z-index: 120;
  padding: 14px 0 0;
  transition: padding .25s ease; }

/* line 5, theme.scss */
.rv-header.is-scrolled {
  padding-top: 8px; }

/* line 5, theme.scss */
.rv-header__card {
  display: grid;
  grid-template-columns: minmax(270px, 320px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 32px rgba(29, 24, 18, 0.08);
  border: 1px solid rgba(221, 215, 205, 0.86); }

/* line 6, theme.scss */
.rv-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none; }

/* line 6, theme.scss */
.rv-logo__mark {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f1e9;
  border: 1px solid #d7d0c4;
  padding: 10px;
  flex: 0 0 56px; }

/* line 6, theme.scss */
.rv-logo__mark img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 6, theme.scss */
.rv-logo__text {
  display: flex;
  flex-direction: column;
  min-width: 0; }

/* line 6, theme.scss */
.rv-logo strong {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  white-space: nowrap; }

/* line 6, theme.scss */
.rv-logo small {
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #8c8478;
  margin-top: 4px;
  white-space: nowrap; }

/* line 7, theme.scss */
.rv-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.15vw, 22px);
  min-width: 0;
  white-space: nowrap; }

/* line 7, theme.scss */
.rv-menu a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 4px 0 6px;
  white-space: nowrap; }

/* line 7, theme.scss */
.rv-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 1px;
  background: #8d9d92;
  transition: right .22s ease; }

/* line 7, theme.scss */
.rv-menu a:hover:after {
  right: 0; }

/* line 8, theme.scss */
.rv-header__actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px; }

/* line 8, theme.scss */
.rv-icon-btn, .rv-search__close {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--rv-line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

/* line 8, theme.scss */
.rv-icon-btn svg, .rv-top svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #4d564f;
  stroke-width: 1.75; }

/* line 8, theme.scss */
.rv-phone {
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap; }

/* line 9, theme.scss */
.rv-btn {
  min-height: 48px;
  border-radius: 999px;
  padding: 0 22px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease,background .2s ease,box-shadow .2s ease; }

/* line 9, theme.scss */
.rv-btn:hover {
  transform: translateY(-2px); }

/* line 9, theme.scss */
.rv-btn--primary {
  background: linear-gradient(135deg, #7a8d82 0, #97a89f 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(122, 141, 130, 0.18); }

/* line 9, theme.scss */
.rv-btn--ghost {
  background: #fff;
  border-color: #d5cec3;
  color: #48433d; }

/* line 9, theme.scss */
.rv-btn--ghost:hover {
  background: #f4efe7; }

/* line 9, theme.scss */
.rv-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--rv-line);
  background: #fff;
  border-radius: 999px;
  position: relative; }

/* line 9, theme.scss */
.rv-burger span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1.5px;
  background: #433e37; }

/* line 9, theme.scss */
.rv-burger span:first-child {
  top: 17px; }

/* line 9, theme.scss */
.rv-burger span:last-child {
  top: 25px; }

/* line 10, theme.scss */
.rv-search, .rv-icon-btn {
  display: none!important; }

/* line 11, theme.scss */
.rv-mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 16, 12, 0.36);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: .22s ease; }

/* line 11, theme.scss */
.rv-mobile-menu.is-open {
  opacity: 1;
  visibility: visible; }

/* line 11, theme.scss */
.rv-mobile-menu__panel {
  margin-left: auto;
  width: min(360px, 92vw);
  height: 100%;
  background: #fffdf9;
  padding: 22px 22px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: -18px 0 38px rgba(29, 23, 16, 0.09); }

/* line 11, theme.scss */
.rv-mobile-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px; }

/* line 11, theme.scss */
.rv-mobile-menu__top span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7a746a; }

/* line 11, theme.scss */
.rv-mobile-menu__top button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--rv-line);
  background: #fff;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1; }

/* line 11, theme.scss */
.rv-mobile-menu a {
  text-decoration: none;
  padding: 12px 2px;
  border-bottom: 1px solid #eee7dc;
  font-size: 15px;
  font-weight: 700; }

/* line 11, theme.scss */
.rv-mobile-menu__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 12px; }

/* line 11, theme.scss */
.rv-mobile-menu__meta a {
  border: 1px solid var(--rv-line);
  padding: 10px 14px;
  border-radius: 999px; }

/* line 13, theme.scss */
.rv-kicker, .rv-heading span, .rv-about-block__copy > span, .rv-contact__copy > span, .rv-page-hero > span, .rv-page-hero--split span, .rv-faq__lead span, .rv-process__lead span {
  display: block;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7d887f;
  font-weight: 800; }

/* line 14, theme.scss */
.rv-hero {
  padding: 42px 0 64px; }

/* line 14, theme.scss */
.rv-hero__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 48px; }

/* line 14, theme.scss */
.rv-hero__copy h1 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: clamp(56px, 6.6vw, 92px);
  line-height: .88;
  font-weight: 600;
  letter-spacing: -.04em;
  margin: 16px 0 20px;
  max-width: 10.8ch; }

/* line 14, theme.scss */
.rv-hero__copy h1 em {
  font-style: italic;
  color: #65766c; }

/* line 14, theme.scss */
.rv-hero__copy p {
  font-size: 17px;
  line-height: 1.8;
  color: #5f5a52;
  max-width: 640px;
  margin: 0 0 28px; }

/* line 14, theme.scss */
.rv-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

/* line 14, theme.scss */
.rv-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px; }

/* line 14, theme.scss */
.rv-hero__facts div {
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 22px;
  padding: 18px; }

/* line 14, theme.scss */
.rv-hero__facts b, .rv-hero__facts span {
  display: block; }

/* line 14, theme.scss */
.rv-hero__facts b {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8c8479;
  margin-bottom: 6px; }

/* line 14, theme.scss */
.rv-hero__facts span {
  font-size: 13px;
  line-height: 1.55;
  color: #545047; }

/* line 14, theme.scss */
.rv-hero__visual {
  position: relative;
  min-height: 680px; }

/* line 14, theme.scss */
.rv-hero__frame {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(32, 26, 18, 0.12); }

/* line 14, theme.scss */
.rv-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 14, theme.scss */
.rv-hero__frame--main {
  inset: 40px 0 60px 90px;
  border-radius: 32px 32px 180px 32px;
  background: #ece7de; }

/* line 14, theme.scss */
.rv-hero__frame--small {
  left: 0;
  bottom: 16px;
  width: 250px;
  height: 220px;
  border-radius: 28px;
  border: 10px solid #fffdf9;
  background: #ede7df; }

/* line 14, theme.scss */
.rv-hero__note {
  position: absolute;
  right: 10px;
  bottom: 20px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.9);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(221, 215, 205, 0.9);
  box-shadow: 0 12px 28px rgba(29, 23, 17, 0.08); }

/* line 14, theme.scss */
.rv-hero__note span, .rv-hero__note small {
  display: block; }

/* line 14, theme.scss */
.rv-hero__note span {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 32px;
  line-height: .92; }

/* line 14, theme.scss */
.rv-hero__note small {
  font-size: 12px;
  color: #7a7368;
  margin-top: 6px;
  max-width: 180px; }

/* line 15, theme.scss */
.rv-pillars {
  padding: 10px 0 84px; }

/* line 15, theme.scss */
.rv-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; }

/* line 15, theme.scss */
.rv-pillars article, .rv-topics__grid article, .rv-reviews__grid article, .rv-values article, .rv-reviews-page article, .rv-contacts-page > div {
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 26px rgba(30, 24, 18, 0.04); }

/* line 15, theme.scss */
.rv-pillars b, .rv-values b {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #879388; }

/* line 15, theme.scss */
.rv-pillars h3, .rv-topics__grid h3, .rv-values h3 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 36px;
  line-height: .94;
  font-weight: 600;
  margin: 34px 0 10px; }

/* line 15, theme.scss */
.rv-pillars p, .rv-topics__grid p, .rv-values p {
  font-size: 14px;
  line-height: 1.75;
  color: #635d53;
  margin: 0; }

/* line 16, theme.scss */
.rv-heading {
  max-width: 880px;
  margin-bottom: 34px; }

/* line 16, theme.scss */
.rv-heading--between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: none; }

/* line 16, theme.scss */
.rv-heading h2 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 56px;
  line-height: .92;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 12px 0 14px; }

/* line 16, theme.scss */
.rv-heading p {
  font-size: 15px;
  line-height: 1.8;
  color: #69645b;
  max-width: 560px;
  margin: 0; }

/* line 16, theme.scss */
.rv-text-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  color: #61736a;
  white-space: nowrap; }

/* line 17, theme.scss */
.rv-slider-section {
  padding: 94px 0;
  background: linear-gradient(180deg, #edeae3 0, #f4f2ed 100%); }

/* line 17, theme.scss */
.rv-slider {
  position: relative; }

/* line 17, theme.scss */
.rv-slider__viewport {
  position: relative;
  min-height: 590px;
  border-radius: 32px;
  overflow: hidden;
  background: #d9dfdb;
  box-shadow: 0 24px 60px rgba(38, 32, 24, 0.1); }

/* line 17, theme.scss */
.rv-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .6s ease,transform .6s ease;
  transform: scale(1.015); }

/* line 17, theme.scss */
.rv-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1); }

/* line 17, theme.scss */
.rv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 17, theme.scss */
.rv-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(32, 28, 23, 0.56) 0, rgba(32, 28, 23, 0.18) 42%, rgba(32, 28, 23, 0) 100%); }

/* line 17, theme.scss */
.rv-slide__content {
  position: absolute;
  left: 42px;
  bottom: 42px;
  z-index: 2;
  max-width: 470px;
  padding: 24px 26px;
  border-radius: 26px;
  background: rgba(255, 253, 249, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6); }

/* line 17, theme.scss */
.rv-slide__content span {
  display: block;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7c8780;
  font-weight: 800; }

/* line 17, theme.scss */
.rv-slide__content h3 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 50px;
  line-height: .92;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 12px 0 10px; }

/* line 17, theme.scss */
.rv-slide__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5c584f; }

/* line 17, theme.scss */
.rv-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px; }

/* line 17, theme.scss */
.rv-slider__dots button {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  background: #b9b3a6;
  padding: 0;
  cursor: pointer;
  transition: .2s ease; }

/* line 17, theme.scss */
.rv-slider__dots button.is-active {
  background: #6d7c73;
  transform: scale(1.16); }

/* line 18, theme.scss */
.rv-about-block, .rv-services, .rv-process, .rv-contact {
  padding: 96px 0; }

/* line 18, theme.scss */
.rv-about-block__grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 44px;
  align-items: center; }

/* line 18, theme.scss */
.rv-about-block__visual {
  height: 580px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(33, 26, 19, 0.08); }

/* line 18, theme.scss */
.rv-about-block__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 18, theme.scss */
.rv-about-block__copy h2, .rv-contact__copy h2, .rv-process__lead h2, .rv-page-hero h1, .rv-page-hero--split h1 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 64px;
  line-height: .9;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 14px 0; }

/* line 18, theme.scss */
.rv-about-block__copy p, .rv-contact__copy p {
  font-size: 15px;
  line-height: 1.85;
  color: #635d54; }

/* line 19, theme.scss */
.rv-services {
  background: #f1eee8; }

/* line 19, theme.scss */
.rv-services__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px; }

/* line 19, theme.scss */
.rv-service-card {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(30, 24, 18, 0.05); }

/* line 19, theme.scss */
.rv-service-card--accent {
  background: #f6f2eb; }

/* line 19, theme.scss */
.rv-service-card__image {
  height: 100%;
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden; }

/* line 19, theme.scss */
.rv-service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 19, theme.scss */
.rv-service-card__body b {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #879388; }

/* line 19, theme.scss */
.rv-service-card__body h3 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 44px;
  line-height: .92;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 16px 0 12px; }

/* line 19, theme.scss */
.rv-service-card__body p, .rv-service-card__body li {
  font-size: 14px;
  line-height: 1.72;
  color: #625d54; }

/* line 19, theme.scss */
.rv-service-card__body ul {
  padding-left: 18px;
  margin: 0 0 22px; }

/* line 20, theme.scss */
.rv-service-card__meta {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 2px 0 20px; }

/* line 20, theme.scss */
.rv-service-card__meta strong {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 32px;
  color: var(--rv-rust); }

/* line 20, theme.scss */
.rv-service-card__meta span {
  font-size: 13px;
  color: #625d54; }

/* line 20, theme.scss */
.rv-widget-richtext > :first-child {
  margin-top: 0; }

/* line 20, theme.scss */
.rv-widget-richtext > :last-child {
  margin-bottom: 0; }

/* line 20, theme.scss */
.rv-widget-content .rv-about-block__copy {
  align-self: center; }

/* line 20, theme.scss */
.rv-widget-content--no-image .rv-about-block__grid {
  grid-template-columns: 1fr; }

/* line 21, theme.scss */
.rv-topics {
  padding: 96px 0;
  background: linear-gradient(180deg, #f8f5ef 0, #f1efe8 100%); }

/* line 21, theme.scss */
.rv-topics__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px; }

/* line 21, theme.scss */
.rv-topics__grid article:nth-child(2) {
  background: #f3efe8; }

/* line 21, theme.scss */
.rv-topics__grid article:nth-child(3) {
  background: #eef2ee; }

/* line 21, theme.scss */
.rv-topics__grid article:nth-child(4) {
  background: #ede7de; }

/* line 22, theme.scss */
.rv-process__grid {
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 34px; }

/* line 22, theme.scss */
.rv-process__lead p {
  font-size: 15px;
  line-height: 1.8;
  color: #625d54;
  max-width: 420px; }

/* line 22, theme.scss */
.rv-process__steps {
  display: grid;
  gap: 14px; }

/* line 22, theme.scss */
.rv-process__steps article {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 18px;
  align-items: start;
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 24px;
  padding: 22px; }

/* line 22, theme.scss */
.rv-process__steps b {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #eef1eb;
  color: #5f7269;
  font-size: 16px;
  font-weight: 800; }

/* line 22, theme.scss */
.rv-process__steps h3 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 36px;
  line-height: .92;
  font-weight: 600;
  margin: 4px 0 6px; }

/* line 22, theme.scss */
.rv-process__steps p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: #625d54; }

/* line 23, theme.scss */
.rv-reviews {
  padding: 96px 0;
  background: #f1eee8; }

/* line 23, theme.scss */
.rv-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }

/* line 23, theme.scss */
.rv-reviews__grid p, .rv-reviews-page div {
  font-size: 15px;
  line-height: 1.85;
  color: #635d54;
  margin: 0 0 18px; }

/* line 23, theme.scss */
.rv-reviews__grid b, .rv-reviews-page b {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #827a6e; }

/* line 24, theme.scss */
.rv-faq {
  padding: 96px 0; }

/* line 24, theme.scss */
.rv-faq__grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 24px; }

/* line 24, theme.scss */
.rv-faq__lead p {
  font-size: 15px;
  line-height: 1.8;
  color: #655f56; }

/* line 24, theme.scss */
.rv-faq__items, .rv-faq-page {
  display: grid;
  gap: 12px; }

/* line 24, theme.scss */
.rv-faq__items details, .rv-faq-page details {
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 22px;
  padding: 0 22px; }

/* line 24, theme.scss */
.rv-faq__items summary, .rv-faq-page summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 16px;
  font-weight: 700; }

/* line 24, theme.scss */
.rv-faq__items summary::-webkit-details-marker, .rv-faq-page summary::-webkit-details-marker {
  display: none; }

/* line 24, theme.scss */
.rv-faq__items summary i, .rv-faq-page summary i {
  font-style: normal;
  font-size: 24px;
  color: #728178; }

/* line 24, theme.scss */
.rv-faq__items p, .rv-faq-page p {
  margin: 0;
  padding: 0 0 22px;
  font-size: 14px;
  line-height: 1.75;
  color: #615b53; }

/* line 25, theme.scss */
.rv-contact__grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 18px;
  align-items: start; }

/* line 25, theme.scss */
.rv-contact__direct {
  display: grid;
  gap: 12px;
  margin-top: 22px; }

/* line 25, theme.scss */
.rv-contact__direct a {
  display: inline-flex;
  text-decoration: none;
  font-weight: 700; }

/* line 25, theme.scss */
.rv-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(28, 24, 18, 0.05); }

/* line 25, theme.scss */
.rv-form label {
  display: grid;
  gap: 8px; }

/* line 25, theme.scss */
.rv-form label span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #7a746b; }

/* line 25, theme.scss */
.rv-form input, .rv-form textarea {
  width: 100%;
  border: 1px solid #ddd7cd;
  background: #fff;
  border-radius: 18px;
  padding: 15px 16px;
  font: inherit;
  color: inherit;
  outline: none; }

/* line 25, theme.scss */
.rv-form textarea {
  resize: vertical;
  min-height: 148px; }

/* line 25, theme.scss */
.rv-form__message {
  grid-column: 1/-1; }

/* line 25, theme.scss */
.rv-form__agree {
  grid-column: 1/-1;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px; }

/* line 25, theme.scss */
.rv-form__agree input {
  margin-top: 2px; }

/* line 25, theme.scss */
.rv-form__agree span {
  font-size: 13px;
  line-height: 1.65;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  color: #635d54; }

/* line 25, theme.scss */
.rv-form__success {
  display: none;
  grid-column: 1/-1;
  padding: 14px 16px;
  border-radius: 18px;
  background: #eef4ef;
  color: #4c6859;
  font-size: 14px;
  font-weight: 700; }

/* line 27, theme.scss */
.rv-page {
  padding: 22px 0 88px; }

/* line 27, theme.scss */
.rv-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #7b7469;
  padding: 10px 0 18px; }

/* line 27, theme.scss */
.rv-breadcrumb a {
  text-decoration: none; }

/* line 27, theme.scss */
.rv-page-hero, .rv-page-hero--split {
  padding: 38px;
  border-radius: 30px;
  background: linear-gradient(135deg, #f4efe7 0, #fbf8f3 100%);
  border: 1px solid #ddd7cd;
  box-shadow: 0 12px 28px rgba(31, 25, 18, 0.05); }

/* line 27, theme.scss */
.rv-page-hero p, .rv-page-hero--split p {
  font-size: 16px;
  line-height: 1.8;
  color: #625d54;
  max-width: 760px;
  margin: 0; }

/* line 27, theme.scss */
.rv-page-hero--split {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: center; }

/* line 27, theme.scss */
.rv-page-hero__image {
  height: 360px;
  border-radius: 24px;
  overflow: hidden; }

/* line 27, theme.scss */
.rv-page-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; }

/* line 28, theme.scss */
.rv-content-card, .rv-native-content {
  margin-top: 24px;
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 10px 28px rgba(29, 24, 18, 0.04); }

/* line 28, theme.scss */
.rv-content-card--split {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 28px; }

/* line 28, theme.scss */
.rv-content-card h2, .rv-service-detail h2, .rv-booking__content h2 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 54px;
  line-height: .92;
  font-weight: 600;
  margin: 0 0 14px; }

/* line 28, theme.scss */
.rv-content-card p, .rv-native-content, .rv-native-content p, .rv-booking__content p, .rv-service-detail p, .rv-contacts-page small {
  font-size: 15px;
  line-height: 1.85;
  color: #625d54; }

/* line 29, theme.scss */
.rv-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px; }

/* line 29, theme.scss */
.rv-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 24px; }

/* line 29, theme.scss */
.rv-gallery figure {
  margin: 0;
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 26px;
  padding: 12px; }

/* line 29, theme.scss */
.rv-gallery img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px; }

/* line 29, theme.scss */
.rv-gallery figcaption {
  padding: 12px 6px 4px;
  font-size: 14px;
  color: #655f56; }

/* line 29, theme.scss */
.rv-gallery .wide img {
  height: 280px; }

/* line 29, theme.scss */
.rv-gallery--equal img {
  height: 290px; }

/* line 30, theme.scss */
.rv-service-detail {
  display: grid;
  gap: 22px;
  margin-top: 24px; }

/* line 30, theme.scss */
.rv-service-detail article {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(30, 24, 18, 0.04); }

/* line 30, theme.scss */
.rv-service-detail__visual {
  height: 100%;
  min-height: 340px;
  border-radius: 24px;
  overflow: hidden; }

/* line 30, theme.scss */
.rv-service-detail__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 30, theme.scss */
.rv-service-detail b {
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #879388; }

/* line 30, theme.scss */
.rv-service-detail ul {
  padding-left: 18px;
  margin: 0 0 20px; }

/* line 30, theme.scss */
.rv-service-detail li {
  font-size: 14px;
  line-height: 1.75;
  color: #625d54; }

/* line 31, theme.scss */
.rv-booking {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 20px;
  margin-top: 24px; }

/* line 31, theme.scss */
.rv-booking__channels, .rv-booking__content {
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 28px;
  padding: 26px; }

/* line 31, theme.scss */
.rv-booking__channels {
  display: grid;
  gap: 12px; }

/* line 31, theme.scss */
.rv-booking__channels a {
  text-decoration: none;
  border: 1px solid #e4ddd2;
  border-radius: 20px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }

/* line 31, theme.scss */
.rv-booking__channels a:hover {
  transform: translateY(-2px);
  border-color: #b9c7bf;
  box-shadow: 0 10px 24px rgba(70, 82, 75, 0.08); }

/* line 31, theme.scss */
.rv-booking__channels b, .rv-contacts-page span {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #888174; }

/* line 31, theme.scss */
.rv-booking__channels strong, .rv-contacts-page strong {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 34px;
  line-height: .95;
  font-weight: 600;
  overflow-wrap: anywhere; }

/* line 31, theme.scss */
.rv-booking__channels span:last-child {
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  color: #6d665c; }

/* line 31, theme.scss */
.rv-order-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #e5ded4; }

/* line 31, theme.scss */
.rv-order-action .rv-btn {
  border: 0;
  cursor: pointer;
  font: inherit; }

/* line 31, theme.scss */
.rv-order-action small {
  font-size: 12px;
  line-height: 1.6;
  color: #777066;
  max-width: 520px; }

/* line 31, theme.scss */
.rv-order-action__error {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8ece8;
  color: #80564b;
  font-size: 13px;
  line-height: 1.5; }

/* line 31, theme.scss */
.rv-faq-page {
  margin-top: 24px; }

/* line 32, theme.scss */
.rv-reviews-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px; }

/* line 33, theme.scss */
.rv-contacts-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-top: 24px; }

/* line 33, theme.scss */
.rv-contacts-page > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 200px; }

/* line 33, theme.scss */
.rv-contact-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px; }

/* line 33, theme.scss */
.rv-contact-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7a8d82 0, #97a89f 100%);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(122, 141, 130, 0.18); }

/* line 34, theme.scss */
.rv-native-content table {
  width: 100%;
  border-collapse: collapse; }

/* line 34, theme.scss */
.rv-native-content th, .rv-native-content td {
  border: 1px solid #e1d8cc;
  padding: 10px; }

/* line 34, theme.scss */
.rv-native-content--legal h1, .rv-native-content--legal h2, .rv-native-content--legal h3 {
  font-family: "Cormorant Garamond",Georgia,serif; }

/* line 35, theme.scss */
.rv-footer {
  padding: 20px 0 28px; }

/* line 35, theme.scss */
.rv-footer__card {
  background: #1f2422;
  color: #ecf0ee;
  border-radius: 32px;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, 0.06); }

/* line 35, theme.scss */
.rv-footer__grid {
  display: grid;
  grid-template-columns: 1.15fr .8fr .8fr 1fr;
  gap: 26px;
  align-items: start; }

/* line 35, theme.scss */
.rv-footer__brand .rv-logo {
  margin-bottom: 18px; }

/* line 35, theme.scss */
.rv-logo--footer .rv-logo__mark {
  width: 52px;
  height: 52px;
  flex-basis: 52px; }

/* line 35, theme.scss */
.rv-logo--footer .rv-logo__text small {
  display: none; }

/* line 35, theme.scss */
.rv-footer__brand p {
  font-size: 14px;
  line-height: 1.8;
  color: #bbc4c0;
  max-width: 360px;
  margin: 0; }

/* line 35, theme.scss */
.rv-footer h4 {
  margin: 0 0 16px;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #93a39a; }

/* line 35, theme.scss */
.rv-footer a, .rv-footer span {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.9;
  color: #edf1ef; }

/* line 35, theme.scss */
.rv-footer__bottom {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  font-size: 12px;
  color: #b6c0bb; }

/* line 35, theme.scss */
.rv-socials {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 14px; }

/* line 35, theme.scss */
.rv-socials a {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 12px; }

/* line 36, theme.scss */
.m-modal--checkout {
  font-family: "Manrope",Arial,sans-serif!important;
  border-radius: 24px!important; }

/* line 36, theme.scss */
.m-modal--checkout .m-modal-button--checkout {
  background: linear-gradient(135deg, #71857b 0, #8fa097 100%) !important;
  border-radius: 999px!important;
  min-height: 46px!important;
  padding: 0 24px!important;
  font-weight: 700!important; }

/* line 37, theme.scss */
.rv-order-backdrop {
  position: fixed;
  inset: 0;
  z-index: 104999;
  background: rgba(22, 27, 24, 0.58);
  backdrop-filter: blur(4px); }

/* line 37, theme.scss */
.m-modal--checkout.rv-service-modal-open {
  display: block!important;
  position: fixed!important;
  z-index: 105000!important;
  top: 50%!important;
  left: 50%!important;
  margin: 0!important;
  transform: translate(-50%, -50%) !important;
  max-height: calc(100vh - 32px) !important;
  overflow: auto!important; }

/* line 38, theme.scss */
.rv-chat {
  position: fixed;
  right: 26px;
  bottom: 92px;
  z-index: 70;
  height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: #1f2422;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  box-shadow: 0 16px 28px rgba(26, 22, 18, 0.16); }

/* line 38, theme.scss */
.rv-chat span {
  font-size: 13px;
  font-weight: 800; }

/* line 38, theme.scss */
.rv-chat svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8; }

/* line 38, theme.scss */
.rv-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 70;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  border: 0;
  background: linear-gradient(135deg, #71857b 0, #8fa097 100%);
  display: grid;
  place-items: center;
  box-shadow: 0 16px 30px rgba(47, 59, 54, 0.18);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: .25s ease; }

/* line 38, theme.scss */
.rv-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none; }

/* line 38, theme.scss */
.rv-top svg {
  stroke: #fff; }

/* line 39, theme.scss */
.rv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease,transform .65s ease; }

/* line 39, theme.scss */
.rv-reveal.is-visible {
  opacity: 1;
  transform: none; }

/* line 40, theme.scss */
.page_layout, .layout {
  background: transparent!important; }

@media (max-width: 1180px) {
  /* line 42, theme.scss */
  .rv-shell--header {
    width: min(100%, calc(100% - 20px)); }

  /* line 42, theme.scss */
  .rv-header__card {
    grid-template-columns: 260px minmax(0, 1fr) auto;
    gap: 14px;
    padding: 16px 18px; }

  /* line 42, theme.scss */
  .rv-menu {
    gap: 12px; }

  /* line 42, theme.scss */
  .rv-menu a {
    font-size: 13px; }

  /* line 42, theme.scss */
  .rv-phone {
    display: none; }

  /* line 42, theme.scss */
  .rv-hero__visual {
    min-height: 620px; }

  /* line 42, theme.scss */
  .rv-services__grid, .rv-reviews__grid, .rv-contacts-page {
    grid-template-columns: 1fr 1fr; }

  /* line 42, theme.scss */
  .rv-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr; }

  /* line 42, theme.scss */
  .rv-footer__contacts {
    grid-column: 1/-1; } }
@media (max-width: 980px) {
  /* line 43, theme.scss */
  .rv-shell {
    width: calc(100% - 36px); }

  /* line 43, theme.scss */
  .rv-shell--header {
    width: calc(100% - 16px); }

  /* line 43, theme.scss */
  .rv-menu {
    display: none; }

  /* line 43, theme.scss */
  .rv-burger {
    display: block; }

  /* line 43, theme.scss */
  .rv-mobile-menu {
    display: block; }

  /* line 43, theme.scss */
  .rv-header__card {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between; }

  /* line 43, theme.scss */
  .rv-header__actions .rv-btn, .rv-header__actions .rv-phone {
    display: none; }

  /* line 43, theme.scss */
  .rv-hero__grid, .rv-about-block__grid, .rv-process__grid, .rv-contact__grid, .rv-page-hero--split, .rv-content-card--split, .rv-booking, .rv-service-detail article, .rv-services__grid, .rv-faq__grid {
    grid-template-columns: 1fr; }

  /* line 43, theme.scss */
  .rv-heading--between {
    align-items: flex-start;
    flex-direction: column; }

  /* line 43, theme.scss */
  .rv-hero__facts, .rv-pillars__grid, .rv-topics__grid, .rv-values, .rv-gallery, .rv-reviews__grid, .rv-reviews-page, .rv-contacts-page {
    grid-template-columns: 1fr 1fr; }

  /* line 43, theme.scss */
  .rv-hero__visual {
    min-height: 560px; }

  /* line 43, theme.scss */
  .rv-hero__frame--main {
    left: 60px;
    top: 24px;
    bottom: 70px; }

  /* line 43, theme.scss */
  .rv-hero__frame--small {
    width: 220px;
    height: 190px; }

  /* line 43, theme.scss */
  .rv-service-card {
    grid-template-columns: 1fr; }

  /* line 43, theme.scss */
  .rv-service-card__image {
    min-height: 240px; }

  /* line 43, theme.scss */
  .rv-slider__viewport {
    min-height: 520px; }

  /* line 43, theme.scss */
  .rv-footer__bottom {
    grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  /* line 44, theme.scss */
  .rv-shell {
    width: calc(100% - 24px); }

  /* line 44, theme.scss */
  .rv-shell--header {
    width: calc(100% - 12px); }

  /* line 44, theme.scss */
  .rv-announcement__inner {
    font-size: 10px; }

  /* line 44, theme.scss */
  .rv-announcement__inner span {
    display: none; }

  /* line 44, theme.scss */
  .rv-header {
    padding-top: 8px; }

  /* line 44, theme.scss */
  .rv-header__card {
    padding: 14px 16px;
    border-radius: 20px; }

  /* line 44, theme.scss */
  .rv-logo {
    min-width: 0;
    gap: 10px; }

  /* line 44, theme.scss */
  .rv-logo__mark {
    width: 44px;
    height: 44px;
    flex-basis: 44px; }

  /* line 44, theme.scss */
  .rv-logo strong {
    font-size: 29px; }

  /* line 44, theme.scss */
  .rv-logo small {
    display: none; }

  /* line 44, theme.scss */
  .rv-icon-btn, .rv-burger {
    width: 40px;
    height: 40px; }

  /* line 44, theme.scss */
  .rv-hero {
    padding: 28px 0 48px; }

  /* line 44, theme.scss */
  .rv-hero__copy h1, .rv-about-block__copy h2, .rv-contact__copy h2, .rv-process__lead h2, .rv-page-hero h1, .rv-page-hero--split h1 {
    font-size: 48px; }

  /* line 44, theme.scss */
  .rv-heading h2, .rv-slide__content h3, .rv-content-card h2, .rv-service-detail h2, .rv-booking__content h2 {
    font-size: 42px; }

  /* line 44, theme.scss */
  .rv-hero__copy p, .rv-heading p, .rv-about-block__copy p, .rv-contact__copy p, .rv-page-hero p, .rv-content-card p, .rv-native-content, .rv-native-content p, .rv-booking__content p, .rv-service-detail p {
    font-size: 14px; }

  /* line 44, theme.scss */
  .rv-hero__facts, .rv-pillars__grid, .rv-topics__grid, .rv-values, .rv-gallery, .rv-reviews__grid, .rv-reviews-page, .rv-contacts-page {
    grid-template-columns: 1fr; }

  /* line 44, theme.scss */
  .rv-hero__visual {
    min-height: 420px; }

  /* line 44, theme.scss */
  .rv-hero__frame--main {
    left: 22px;
    inset: auto 0 36px 22px;
    height: 330px;
    border-radius: 26px 26px 100px 26px; }

  /* line 44, theme.scss */
  .rv-hero__frame--small {
    width: 155px;
    height: 140px;
    bottom: 0;
    left: 0;
    border-width: 6px; }

  /* line 44, theme.scss */
  .rv-hero__note {
    right: 0;
    bottom: 10px;
    padding: 14px 16px; }

  /* line 44, theme.scss */
  .rv-hero__note span {
    font-size: 24px; }

  /* line 44, theme.scss */
  .rv-slider__viewport {
    min-height: 420px;
    border-radius: 24px; }

  /* line 44, theme.scss */
  .rv-slide__content {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    padding: 18px; }

  /* line 44, theme.scss */
  .rv-about-block, .rv-services, .rv-topics, .rv-process, .rv-reviews, .rv-faq, .rv-contact, .rv-slider-section {
    padding: 64px 0; }

  /* line 44, theme.scss */
  .rv-about-block__visual {
    height: 360px; }

  /* line 44, theme.scss */
  .rv-pillars h3, .rv-topics__grid h3, .rv-values h3, .rv-process__steps h3 {
    font-size: 30px; }

  /* line 44, theme.scss */
  .rv-form {
    grid-template-columns: 1fr;
    padding: 18px; }

  /* line 44, theme.scss */
  .rv-form__message, .rv-form__agree {
    grid-column: 1/-1; }

  /* line 44, theme.scss */
  .rv-page {
    padding-bottom: 70px; }

  /* line 44, theme.scss */
  .rv-page-hero, .rv-page-hero--split, .rv-content-card, .rv-native-content, .rv-booking__channels, .rv-booking__content, .rv-service-detail article {
    padding: 20px; }

  /* line 44, theme.scss */
  .rv-page-hero__image {
    height: 300px; }

  /* line 44, theme.scss */
  .rv-gallery img, .rv-gallery .wide img, .rv-gallery--equal img {
    height: 230px; }

  /* line 44, theme.scss */
  .rv-service-detail__visual {
    min-height: 240px; }

  /* line 44, theme.scss */
  .rv-footer__card {
    padding: 26px;
    border-radius: 24px; }

  /* line 44, theme.scss */
  .rv-footer__grid {
    grid-template-columns: 1fr; }

  /* line 44, theme.scss */
  .rv-chat {
    right: 16px;
    bottom: 82px;
    padding: 0 16px; }

  /* line 44, theme.scss */
  .rv-top {
    right: 16px;
    bottom: 18px; } }
@media (max-width: 600px) {
  /* line 45, theme.scss */
  .m-modal--checkout.rv-service-modal-open {
    inset: 0!important;
    width: 100%!important;
    max-height: 100vh!important;
    transform: none!important;
    border-radius: 0!important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 46, theme.scss */
  *, *:before, *:after {
    scroll-behavior: auto!important;
    transition: none!important;
    animation: none!important; } }
/* Client corrections 2026-09-15 */
/* line 50, theme.scss */
.rv-hero__frame--main img {
  object-position: center 12%; }

/* line 51, theme.scss */
.rv-service-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 22px; }

/* line 51, theme.scss */
.rv-service-meta > div {
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid var(--rv-line);
  border-radius: 18px;
  background: #f7f3ed; }

/* line 51, theme.scss */
.rv-service-meta span, .rv-service-meta strong {
  display: block; }

/* line 51, theme.scss */
.rv-service-meta span {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8277;
  margin-bottom: 5px; }

/* line 51, theme.scss */
.rv-service-meta strong {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 27px;
  line-height: 1;
  color: #2b302d; }

/* line 52, theme.scss */
.rv-blog-index {
  display: grid;
  gap: 24px;
  margin-top: 24px; }

/* line 52, theme.scss */
.rv-blog-toc {
  display: grid;
  grid-template-columns: 180px repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  background: #f1eee8;
  border: 1px solid var(--rv-line);
  border-radius: 24px;
  position: sticky;
  top: 118px;
  z-index: 3; }

/* line 52, theme.scss */
.rv-blog-toc span {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #879388;
  padding: 10px; }

/* line 52, theme.scss */
.rv-blog-toc a {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fffdf9;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.35;
  color: #4f4a43;
  transition: .2s ease; }

/* line 52, theme.scss */
.rv-blog-toc a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 24, 18, 0.06); }

/* line 53, theme.scss */
.rv-blog-article {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 34px;
  padding: 28px;
  background: #fffdf9;
  border: 1px solid var(--rv-line);
  border-radius: 30px;
  box-shadow: 0 10px 28px rgba(30, 24, 18, 0.04);
  scroll-margin-top: 150px; }

/* line 53, theme.scss */
.rv-blog-article:nth-child(odd) {
  background: #f7f3ed; }

/* line 53, theme.scss */
.rv-blog-article__image {
  height: 100%;
  min-height: 430px;
  border-radius: 24px;
  overflow: hidden;
  position: sticky;
  top: 140px;
  align-self: start; }

/* line 53, theme.scss */
.rv-blog-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 53, theme.scss */
.rv-blog-article__body > span {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #879388; }

/* line 53, theme.scss */
.rv-blog-article h2 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 50px;
  line-height: .95;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 12px 0 18px; }

/* line 53, theme.scss */
.rv-blog-article h3 {
  font-family: "Cormorant Garamond",Georgia,serif;
  font-size: 31px;
  line-height: 1;
  margin: 26px 0 10px; }

/* line 53, theme.scss */
.rv-blog-article p, .rv-blog-article li {
  font-size: 15px;
  line-height: 1.82;
  color: #625d54; }

/* line 53, theme.scss */
.rv-blog-article ul {
  padding-left: 20px; }

/* line 53, theme.scss */
.rv-blog-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #edf1ed;
  color: #5d675f;
  font-size: 13px;
  line-height: 1.65; }

@media (max-width: 1180px) {
  /* line 54, theme.scss */
  .rv-blog-toc {
    grid-template-columns: 1fr 1fr 1fr;
    position: static; }

  /* line 54, theme.scss */
  .rv-blog-toc span {
    grid-column: 1/-1; }

  /* line 54, theme.scss */
  .rv-blog-article {
    grid-template-columns: 300px minmax(0, 1fr); } }
@media (max-width: 780px) {
  /* line 55, theme.scss */
  .rv-blog-toc {
    grid-template-columns: 1fr; }

  /* line 55, theme.scss */
  .rv-blog-toc span {
    grid-column: auto; }

  /* line 55, theme.scss */
  .rv-blog-article {
    grid-template-columns: 1fr;
    padding: 18px;
    gap: 20px; }

  /* line 55, theme.scss */
  .rv-blog-article__image {
    position: static;
    min-height: 0;
    height: 260px; }

  /* line 55, theme.scss */
  .rv-blog-article h2 {
    font-size: 40px; }

  /* line 55, theme.scss */
  .rv-service-meta {
    display: grid;
    grid-template-columns: 1fr 1fr; }

  /* line 55, theme.scss */
  .rv-service-meta > div {
    min-width: 0; }

  /* line 55, theme.scss */
  .rv-hero__frame--main img {
    object-position: center 8%; } }
@media (max-width: 440px) {
  /* line 56, theme.scss */
  .rv-service-meta {
    grid-template-columns: 1fr; }

  /* line 56, theme.scss */
  .rv-blog-article h2 {
    font-size: 36px; }

  /* line 56, theme.scss */
  .rv-blog-article p, .rv-blog-article li {
    font-size: 14px; } }
/* Mobile refinement 2026-09-17 */
/* line 59, theme.scss */
html, body {
  max-width: 100%;
  overflow-x: hidden; }

@media (max-width: 640px) {
  /* line 61, theme.scss */
  .rv-announcement__inner {
    justify-content: center;
    min-height: 34px;
    padding: 0 10px; }

  /* line 62, theme.scss */
  .rv-announcement__inner a {
    font-size: 10px;
    letter-spacing: .01em; }

  /* line 63, theme.scss */
  .rv-header {
    padding-top: 6px; }

  /* line 64, theme.scss */
  .rv-header__card {
    min-height: 68px;
    padding: 10px 12px; }

  /* line 65, theme.scss */
  .rv-logo {
    gap: 8px; }

  /* line 66, theme.scss */
  .rv-logo__mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    padding: 8px; }

  /* line 67, theme.scss */
  .rv-logo strong {
    max-width: calc(100vw - 112px);
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 25px; }

  /* line 68, theme.scss */
  .rv-header__actions {
    gap: 6px; }

  /* line 69, theme.scss */
  .rv-burger {
    width: 38px;
    height: 38px; }

  /* line 70, theme.scss */
  .rv-burger span {
    left: 10px;
    right: 10px; }

  /* line 71, theme.scss */
  .rv-mobile-menu {
    z-index: 130; }

  /* line 72, theme.scss */
  .rv-mobile-menu__panel {
    width: min(338px, 88vw);
    padding: 18px 18px 26px; }

  /* line 73, theme.scss */
  .rv-mobile-menu a {
    padding: 11px 2px;
    font-size: 14px; }

  /* line 74, theme.scss */
  .rv-hero {
    padding-top: 24px; }

  /* line 75, theme.scss */
  .rv-kicker, .rv-heading span, .rv-about-block__copy > span, .rv-contact__copy > span, .rv-page-hero > span, .rv-page-hero--split span, .rv-faq__lead span, .rv-process__lead span {
    font-size: 10px; }

  /* line 76, theme.scss */
  .rv-hero__copy h1, .rv-about-block__copy h2, .rv-contact__copy h2, .rv-process__lead h2, .rv-page-hero h1, .rv-page-hero--split h1 {
    font-size: clamp(40px, 12vw, 48px);
    line-height: .94; }

  /* line 77, theme.scss */
  .rv-hero__copy p {
    font-size: 14px;
    line-height: 1.65; }

  /* line 78, theme.scss */
  .rv-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px; }

  /* line 79, theme.scss */
  .rv-hero__actions .rv-btn {
    width: 100%;
    min-height: 48px; }

  /* line 80, theme.scss */
  .rv-hero__facts {
    gap: 10px;
    margin-top: 26px; }

  /* line 81, theme.scss */
  .rv-hero__facts div {
    padding: 15px;
    border-radius: 18px; }

  /* line 82, theme.scss */
  .rv-hero__visual {
    min-height: 390px;
    margin-top: 8px; }

  /* line 83, theme.scss */
  .rv-hero__frame--main {
    left: 14px;
    bottom: 30px;
    height: 300px;
    border-radius: 24px 24px 86px 24px; }

  /* line 84, theme.scss */
  .rv-hero__frame--small {
    width: 132px;
    height: 120px;
    border-width: 5px; }

  /* line 85, theme.scss */
  .rv-hero__note {
    max-width: calc(100% - 128px);
    padding: 12px 13px; }

  /* line 86, theme.scss */
  .rv-hero__note span {
    font-size: 21px; }

  /* line 87, theme.scss */
  .rv-hero__note small {
    font-size: 10px;
    max-width: 150px; }

  /* line 88, theme.scss */
  .rv-heading {
    margin-bottom: 24px; }

  /* line 89, theme.scss */
  .rv-heading h2, .rv-slide__content h3, .rv-content-card h2, .rv-service-detail h2, .rv-booking__content h2 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: .95; }

  /* line 90, theme.scss */
  .rv-slider-section {
    padding: 54px 0; }

  /* line 91, theme.scss */
  .rv-slider__viewport {
    min-height: 400px; }

  /* line 92, theme.scss */
  .rv-slide__content {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 15px;
    border-radius: 20px; }

  /* line 93, theme.scss */
  .rv-slide__content h3 {
    margin: 9px 0 8px;
    font-size: 31px; }

  /* line 94, theme.scss */
  .rv-slide__content p {
    font-size: 13px;
    line-height: 1.55; }

  /* line 95, theme.scss */
  .rv-about-block__visual {
    height: 320px;
    border-radius: 26px; }

  /* line 96, theme.scss */
  .rv-services__grid, .rv-service-detail {
    gap: 14px; }

  /* line 97, theme.scss */
  .rv-service-card {
    padding: 16px;
    border-radius: 22px;
    gap: 16px; }

  /* line 98, theme.scss */
  .rv-service-card__image {
    min-height: 205px;
    border-radius: 18px; }

  /* line 99, theme.scss */
  .rv-service-card__body h3 {
    font-size: 36px; }

  /* line 100, theme.scss */
  .rv-service-card__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 16px; }

  /* line 101, theme.scss */
  .rv-service-card__meta strong {
    font-size: 29px; }

  /* line 102, theme.scss */
  .rv-topics__grid article, .rv-pillars article, .rv-values article, .rv-reviews__grid article, .rv-reviews-page article, .rv-contacts-page > div {
    padding: 20px;
    border-radius: 20px; }

  /* line 103, theme.scss */
  .rv-process__steps article {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 17px;
    border-radius: 20px; }

  /* line 104, theme.scss */
  .rv-process__steps b {
    width: 44px;
    height: 44px;
    border-radius: 14px; }

  /* line 105, theme.scss */
  .rv-process__steps h3 {
    font-size: 29px; }

  /* line 106, theme.scss */
  .rv-booking {
    gap: 14px; }

  /* line 107, theme.scss */
  .rv-booking__channels, .rv-booking__content {
    padding: 16px;
    border-radius: 22px; }

  /* line 108, theme.scss */
  .rv-booking__channels a {
    padding: 15px;
    border-radius: 17px; }

  /* line 109, theme.scss */
  .rv-booking__channels strong {
    font-size: 29px; }

  /* line 110, theme.scss */
  .rv-order-buttons {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px; }

  /* line 111, theme.scss */
  .rv-order-buttons .rv-btn {
    width: 100%;
    min-height: 50px;
    padding: 0 14px;
    text-align: center; }

  /* line 112, theme.scss */
  .rv-form {
    padding: 15px;
    border-radius: 22px; }

  /* line 113, theme.scss */
  .rv-form input, .rv-form textarea {
    font-size: 16px;
    padding: 13px 14px;
    border-radius: 15px; }

  /* line 114, theme.scss */
  .rv-page {
    padding-top: 8px; }

  /* line 115, theme.scss */
  .rv-breadcrumb {
    padding: 7px 0 14px;
    font-size: 11px; }

  /* line 116, theme.scss */
  .rv-page-hero, .rv-page-hero--split, .rv-content-card, .rv-native-content, .rv-service-detail article {
    padding: 18px;
    border-radius: 22px; }

  /* line 117, theme.scss */
  .rv-page-hero p, .rv-page-hero--split p {
    font-size: 14px;
    line-height: 1.65; }

  /* line 118, theme.scss */
  .rv-page-hero__image {
    height: 260px;
    border-radius: 18px; }

  /* line 119, theme.scss */
  .rv-content-card--split {
    gap: 16px; }

  /* line 120, theme.scss */
  .rv-content-card h2 {
    font-size: 36px; }

  /* line 121, theme.scss */
  .rv-service-detail article {
    gap: 16px; }

  /* line 122, theme.scss */
  .rv-service-detail__visual {
    min-height: 220px;
    border-radius: 18px; }

  /* line 123, theme.scss */
  .rv-service-meta {
    gap: 8px;
    margin-bottom: 16px; }

  /* line 124, theme.scss */
  .rv-service-meta > div {
    padding: 12px 13px;
    border-radius: 15px; }

  /* line 125, theme.scss */
  .rv-service-meta strong {
    font-size: 25px; }

  /* line 126, theme.scss */
  .rv-faq__items details, .rv-faq-page details {
    padding: 0 16px;
    border-radius: 18px; }

  /* line 127, theme.scss */
  .rv-faq__items summary, .rv-faq-page summary {
    padding: 18px 0;
    font-size: 14px; }

  /* line 128, theme.scss */
  .rv-faq__items p, .rv-faq-page p {
    padding-bottom: 18px;
    font-size: 13px; }

  /* line 129, theme.scss */
  .rv-contacts-page > div {
    min-height: 0; }

  /* line 130, theme.scss */
  .rv-contacts-page strong {
    font-size: 29px; }

  /* line 131, theme.scss */
  .rv-footer {
    padding-top: 12px; }

  /* line 132, theme.scss */
  .rv-footer__card {
    padding: 22px 18px;
    border-radius: 22px; }

  /* line 133, theme.scss */
  .rv-footer__brand p {
    font-size: 13px;
    line-height: 1.65; }

  /* line 134, theme.scss */
  .rv-footer a, .rv-footer span {
    font-size: 13px;
    line-height: 1.75; }

  /* line 135, theme.scss */
  .rv-chat {
    right: 12px;
    bottom: 74px;
    height: 46px;
    padding: 0 14px; }

  /* line 136, theme.scss */
  .rv-chat span {
    font-size: 12px; }

  /* line 137, theme.scss */
  .rv-top {
    right: 12px;
    bottom: 16px;
    width: 46px;
    height: 46px; }

  /* line 138, theme.scss */
  .m-modal--checkout {
    width: calc(100% - 24px) !important;
    max-width: none!important;
    max-height: calc(100vh - 24px) !important;
    margin: 12px!important;
    border-radius: 20px!important; } }
@media (max-width: 380px) {
  /* line 141, theme.scss */
  .rv-shell {
    width: calc(100% - 20px); }

  /* line 142, theme.scss */
  .rv-shell--header {
    width: calc(100% - 8px); }

  /* line 143, theme.scss */
  .rv-logo strong {
    font-size: 23px; }

  /* line 144, theme.scss */
  .rv-hero__visual {
    min-height: 360px; }

  /* line 145, theme.scss */
  .rv-hero__frame--main {
    height: 275px; }

  /* line 146, theme.scss */
  .rv-hero__frame--small {
    width: 116px;
    height: 106px; }

  /* line 147, theme.scss */
  .rv-hero__note {
    max-width: calc(100% - 112px); }

  /* line 148, theme.scss */
  .rv-hero__note span {
    font-size: 18px; }

  /* line 149, theme.scss */
  .rv-page-hero h1, .rv-page-hero--split h1 {
    font-size: 38px; } }
