.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:0.7;-webkit-animation:slbOverlay 0.5s;animation:slbOverlay 0.5s}.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}.slbWrap{position:absolute;text-align:center}.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}.slbContentEl .slbContentOuter{padding:5em 1em}.slbContent{position:relative}.slbContentEl .slbContent{-webkit-animation:slbEnter 0.3s;animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}.slbImageWrap{-webkit-animation:slbEnter 0.3s;animation:slbEnter 0.3s;position:relative}.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background-color:#FFF}.slbDirectionNext .slbImageWrap{-webkit-animation:slbEnterNext 0.4s;animation:slbEnterNext 0.4s}.slbDirectionPrev .slbImageWrap{-webkit-animation:slbEnterPrev 0.4s;animation:slbEnterPrev 0.4s}.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}.slbCaption{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}.slbCloseBtn:active,.slbArrow:active{opacity:0.8}.slbCloseBtn{-webkit-animation:slbEnter 0.3s;animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}.slbLoading .slbCloseBtn{display:none}.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}.slbArrows{position:fixed;top:50%;left:0;right:0}.slbLoading .slbArrows{display:none}.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-.8em 0 0 -.8em;border:.8em solid transparent}.slbArrow.next{right:0}.slbArrow.next:before{border-left-color:#fff}.slbArrow.prev{left:0}.slbArrow.prev:before{border-right-color:#fff}.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}@-webkit-keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}@-webkit-keyframes slbEnter{from{opacity:0;-webkit-transform:translate3d(0, -1em, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes slbEnter{from{opacity:0;transform:translate3d(0, -1em, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterNext{from{opacity:0;-webkit-transform:translate3d(4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes slbEnterNext{from{opacity:0;transform:translate3d(4em, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@-webkit-keyframes slbEnterPrev{from{opacity:0;-webkit-transform:translate3d(-4em, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0)}}@keyframes slbEnterPrev{from{opacity:0;transform:translate3d(-4em, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}

@charset "UTF-8";
/**
Replace `$search` with `$replace` in `$string`
@param {String} $string - Initial string
@param {String} $search - Substring to replace
@param {String} $replace ('') - New value
@return {String} - Updated string
 */
/**
=== RESPONSIVE SIZES BY GOLDEN-RATIO - @1.333
 */
/**
SITE COLORS
 */
/**
FONTS AND STYLES
 */
/**
HEADER
 */
/**
GRID
 */
/**
TYPOGRAPHY
 */
/**
=== BUTTON ===
 */
/**
=== NAVIGATION ===
 */
/**
FOOTER
 */
/**
COPYRIGHT
 */
/**
=== MESSAGE BOX ===
 */
/**
Example:
$font-size-map: (
    fsm--d-1 : (11px, 1.636),
    fsm--0   : (14px, 1.643),
    fsm--u-1 : (18px, 1.556),
    fsm--u-2 : (23px, 1.565),
    fsm--u-3 : (29px, 1.552),
    fsm--u-4 : (37px, 1.514),
);
 */
/**
example:
    $spacing-map : (
        sm--u-1 : (37px,2.643),
        sm--0   : (23px,1.643),
        sm--d-1 : (14px,1),
        sm--d-2 : (9px,0.643),
        sm--d-3 : (6px,0.429),
        sm--d-4 : (4px,0.286),
    );
 */
/**
Inject page specific mixins
 */
@media screen and (min-width: 320px) {
  :root {
    --space-x-large: 80px ;
    --space-large: 40px;
    --space-base: 25px;
    --space-medium: 15px;
    --space-small: 9px;
    --space-thin: 6px;
    --space-light: 4px;
    --space--u-2: 80px ;
    --space--u-1: 40px;
    --space--0: 25px;
    --space--d-1: 15px;
    --space--d-2: 9px;
    --space--d-3: 6px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 375px) {
  :root {
    --space-x-large: 84px ;
    --space-large: 42px;
    --space-base: 26px;
    --space-medium: 16px;
    --space-small: 10px;
    --space-thin: 6px;
    --space-light: 4px;
    --space--u-2: 84px ;
    --space--u-1: 42px;
    --space--0: 26px;
    --space--d-1: 16px;
    --space--d-2: 10px;
    --space--d-3: 6px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 414px) {
  :root {
    --space-x-large: 84px ;
    --space-large: 42px;
    --space-base: 26px;
    --space-medium: 16px;
    --space-small: 10px;
    --space-thin: 6px;
    --space-light: 4px;
    --space--u-2: 84px ;
    --space--u-1: 42px;
    --space--0: 26px;
    --space--d-1: 16px;
    --space--d-2: 10px;
    --space--d-3: 6px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 480px) {
  :root {
    --space-x-large: 84px ;
    --space-large: 42px;
    --space-base: 26px;
    --space-medium: 16px;
    --space-small: 10px;
    --space-thin: 6px;
    --space-light: 4px;
    --space--u-2: 84px ;
    --space--u-1: 42px;
    --space--0: 26px;
    --space--d-1: 16px;
    --space--d-2: 10px;
    --space--d-3: 6px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 568px) {
  :root {
    --space-x-large: 88px ;
    --space-large: 44px;
    --space-base: 27px;
    --space-medium: 17px;
    --space-small: 11px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 88px ;
    --space--u-1: 44px;
    --space--0: 27px;
    --space--d-1: 17px;
    --space--d-2: 11px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 667px) {
  :root {
    --space-x-large: 90px ;
    --space-large: 45px;
    --space-base: 28px;
    --space-medium: 17px;
    --space-small: 11px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 90px ;
    --space--u-1: 45px;
    --space--0: 28px;
    --space--d-1: 17px;
    --space--d-2: 11px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 736px) {
  :root {
    --space-x-large: 90px ;
    --space-large: 45px;
    --space-base: 28px;
    --space-medium: 17px;
    --space-small: 11px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 90px ;
    --space--u-1: 45px;
    --space--0: 28px;
    --space--d-1: 17px;
    --space--d-2: 11px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 812px) {
  :root {
    --space-x-large: 94px ;
    --space-large: 47px;
    --space-base: 29px;
    --space-medium: 18px;
    --space-small: 11px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 94px ;
    --space--u-1: 47px;
    --space--0: 29px;
    --space--d-1: 18px;
    --space--d-2: 11px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --space-x-large: 90px ;
    --space-large: 45px;
    --space-base: 28px;
    --space-medium: 17px;
    --space-small: 11px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 90px ;
    --space--u-1: 45px;
    --space--0: 28px;
    --space--d-1: 17px;
    --space--d-2: 11px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 834px) {
  :root {
    --space-x-large: 94px ;
    --space-large: 47px;
    --space-base: 29px;
    --space-medium: 18px;
    --space-small: 11px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 94px ;
    --space--u-1: 47px;
    --space--0: 29px;
    --space--d-1: 18px;
    --space--d-2: 11px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --space-x-large: 104px ;
    --space-large: 52px;
    --space-base: 32px;
    --space-medium: 20px;
    --space-small: 12px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 104px ;
    --space--u-1: 52px;
    --space--0: 32px;
    --space--d-1: 20px;
    --space--d-2: 12px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 1112px) {
  :root {
    --space-x-large: 104px ;
    --space-large: 52px;
    --space-base: 32px;
    --space-medium: 20px;
    --space-small: 12px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 104px ;
    --space--u-1: 52px;
    --space--0: 32px;
    --space--d-1: 20px;
    --space--d-2: 12px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --space-x-large: 106px ;
    --space-large: 53px;
    --space-base: 33px;
    --space-medium: 20px;
    --space-small: 12px;
    --space-thin: 7px;
    --space-light: 4px;
    --space--u-2: 106px ;
    --space--u-1: 53px;
    --space--0: 33px;
    --space--d-1: 20px;
    --space--d-2: 12px;
    --space--d-3: 7px;
    --space--d-4: 4px;
  }
}
@media screen and (min-width: 1366px) {
  :root {
    --space-x-large: 110px ;
    --space-large: 55px;
    --space-base: 34px;
    --space-medium: 21px;
    --space-small: 13px;
    --space-thin: 8px;
    --space-light: 5px;
    --space--u-2: 110px ;
    --space--u-1: 55px;
    --space--0: 34px;
    --space--d-1: 21px;
    --space--d-2: 13px;
    --space--d-3: 8px;
    --space--d-4: 5px;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --space-x-large: 116px ;
    --space-large: 58px;
    --space-base: 36px;
    --space-medium: 22px;
    --space-small: 14px;
    --space-thin: 9px;
    --space-light: 6px;
    --space--u-2: 116px ;
    --space--u-1: 58px;
    --space--0: 36px;
    --space--d-1: 22px;
    --space--d-2: 14px;
    --space--d-3: 9px;
    --space--d-4: 6px;
  }
}
@media screen and (min-width: 1680px) {
  :root {
    --space-x-large: 116px ;
    --space-large: 58px;
    --space-base: 36px;
    --space-medium: 22px;
    --space-small: 14px;
    --space-thin: 9px;
    --space-light: 6px;
    --space--u-2: 116px ;
    --space--u-1: 58px;
    --space--0: 36px;
    --space--d-1: 22px;
    --space--d-2: 14px;
    --space--d-3: 9px;
    --space--d-4: 6px;
  }
}
@media screen and (min-width: 1818px) {
  :root {
    --space-x-large: 116px ;
    --space-large: 58px;
    --space-base: 36px;
    --space-medium: 22px;
    --space-small: 14px;
    --space-thin: 9px;
    --space-light: 6px;
    --space--u-2: 116px ;
    --space--u-1: 58px;
    --space--0: 36px;
    --space--d-1: 22px;
    --space--d-2: 14px;
    --space--d-3: 9px;
    --space--d-4: 6px;
  }
}
@media screen and (min-width: 320px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 375px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 414px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 480px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 568px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 667px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 736px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 812px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 834px) {
  :root {
    --base-font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base-font-size: 17px;
  }
}
@media screen and (min-width: 1112px) {
  :root {
    --base-font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --base-font-size: 17px;
  }
}
@media screen and (min-width: 1366px) {
  :root {
    --base-font-size: 17px;
  }
}
@media screen and (min-width: 1440px) {
  :root {
    --base-font-size: 18px;
  }
}
@media screen and (min-width: 1680px) {
  :root {
    --base-font-size: 18px;
  }
}
@media screen and (min-width: 1818px) {
  :root {
    --base-font-size: 18px;
  }
}
/*
https://raw.githubusercontent.com/hankchizljaw/modern-css-reset/master/src/reset.css
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  position: relative;
}

.fancybox-navigation,
.fancybox__nav {
  position: static;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]), img[alt=""] {
  filter: blur(10px);
}
img.fancybox__image, img.fancybox-image {
  filter: unset;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**
=== RESPONSIVE SIZES BY GOLDEN-RATIO - @1.333
 */
/**
SITE COLORS
 */
/**
FONTS AND STYLES
 */
/**
HEADER
 */
/**
GRID
 */
/**
TYPOGRAPHY
 */
/**
=== BUTTON ===
 */
/**
=== NAVIGATION ===
 */
/**
FOOTER
 */
/**
COPYRIGHT
 */
/**
=== MESSAGE BOX ===
 */
html {
  --font-scale__base: map-get($font-scale, base);
  font-size: var(--font-scale__base, 16px);
}

body {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: normal;
}

p,
.paragraph {
  font-size: calc(var(--font-scale__base) * 1);
  line-height: 1.5;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #616161;
}
p.small,
.paragraph.small {
  font-size: calc(var(--font-scale__base) * 1 * 0.8);
}
p a,
p a:visited,
.paragraph a,
.paragraph a:visited {
  color: #274442;
}

a:not(.button) {
  outline: none;
  text-decoration: none;
  color: #595959;
}
a:not(.button):link {
  color: #595959;
}
a:not(.button):visited {
  color: #595959;
}
a:not(.button):focus {
  color: #fff;
}
a:not(.button):hover {
  color: #fff;
}
a:not(.button):active {
  color: #fff;
}

address {
  font-style: normal;
}

@media screen and (min-width: 320px) {
  :root {
    --font-scale__base: 15px;
  }

  /**
  Reusable
  */
  html, body {
    font-size: calc(var(--font-scale__base) * 16px);
    line-height: 1.5;
  }

  p:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type), ul:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type), ol:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type), blockquote:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type), pre:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type), .alert:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type), .note:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type), .box:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type), .footnotes:not(p:last-of-type, ul:last-of-type, ol:last-of-type, blockquote:last-of-type, pre:last-of-type, .alert:last-of-type, .note:last-of-type, .box:last-of-type, .footnotes:last-of-type) {
    margin-bottom: calc(var(--space-small) * 1.14);
  }

  h1, .h1 {
    font-size: calc(var(--font-scale__base) * 2.986);
    line-height: 1.2;
  }

  h2, .h2 {
    font-size: calc(var(--font-scale__base) * 2.074);
    line-height: 1.2;
    font-weight: 300;
  }

  h3, .h3 {
    font-size: calc(var(--font-scale__base) * 1.728);
    line-height: 1.2;
    font-weight: 300;
  }

  h4, .h4 {
    font-size: calc(var(--font-scale__base) * 1.44);
    line-height: 1.2;
    font-weight: 300;
  }

  h5, .h5 {
    font-size: calc(var(--font-scale__base) * 1.2);
    line-height: 1.2;
    font-weight: 300;
  }

  h6, .h6 {
    font-size: calc(var(--font-scale__base) * 1.2);
    line-height: 1.2;
  }

  h1, .h1 {
    margin-bottom: 25px;
    margin-top: 6px;
  }

  h2, .h2 {
    margin-bottom: 15px;
    margin-top: 6px;
  }

  h3, .h3 {
    margin-bottom: 9px;
    margin-top: 6px;
  }

  h4, .h4 {
    margin-bottom: 6px;
    margin-top: 6px;
  }

  h5, .h5 {
    margin-bottom: 6px;
    margin-top: 6px;
  }

  h6, .h6 {
    margin-bottom: 4px;
    margin-top: 6px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --font-scale__base: 16px;
  }
}
@media screen and (min-width: 1680px) {
  :root {
    --font-scale__base: 16px;
  }
}
h1,
.h1 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  color: #616161;
}

h2,
.h2 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  color: #616161;
}

h3,
.h3 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  color: #616161;
}

h4,
.h4 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  color: #616161;
}

h5,
.h5 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  color: #616161;
}

h6,
.h6 {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0;
  color: #616161;
}

h1,
.h1 {
  font-weight: 800;
}

.h-special {
  width: 100%;
  text-align: right;
  display: block;
  font-weight: 900;
  line-height: 1;
  color: #f4f4f4;
  letter-spacing: 0;
}

@media screen and (min-width: 320px) {
  .h-special {
    font-size: calc(var(--font-scale__base) * 2.986);
    padding-right: var(--space-medium);
  }
}
@media screen and (min-width: 600px) {
  .h-special {
    font-size: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .h-special {
    font-size: 140px;
  }
}
@media screen and (min-width: 1680px) {
  h1 {
    font-size: calc(var(--font-scale__base) * 4.768);
  }

  .h-special {
    font-size: 209px;
    padding-right: var(--space-large);
  }

  .section-title {
    font-size: var(--fsm--u-3);
    line-height: var(--lhm--u-3);
    margin-bottom: 50px;
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list {
  display: flex;
}
.list-direction--vertical {
  flex-direction: column;
}
.list-item {
  margin-bottom: var(--space-small);
}
.list-item:last-child {
  margin-bottom: 0;
}

.table {
  --table-bg: #fff;
  --table-striped-color: #274442;
  --table-striped-bg: #f1f1f1;
  --table-active-color: #274442;
  --table-active-bg: #f1f1f1;
  --table-hover-color: #fff;
  --table-hover-bg: #595959;
  width: 100%;
  margin-bottom: 3px;
  color: #274442;
  vertical-align: top;
  border-color: #274442;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  border-bottom-width: 1px;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #1a1a1a;
}

.button--link-cta, .button--link, .button {
  text-decoration: none;
  border: 1px solid #595959;
  border-radius: 6px;
}

.button, button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: none;
}
@media screen and (-ms-high-contrast: active) {
  button {
    border: 2px solid currentcolor;
  }
}

.button {
  display: flex;
  font-family: "Manrope", sans-serif;
  color: #595959;
  background-color: #fff;
  border: 1px solid #595959;
  font-size: calc(var(--font-scale__base) * 1.2);
  line-height: 1;
  font-weight: 400;
  padding: calc(var(--space-thin) * 0.89) calc(var(--space-base) * 0.89);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  height: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  cursor: pointer;
  transition: 0.2s all;
}
.button--primary {
  color: #595959;
  background-color: #fff;
  border: 1px solid #595959;
  padding: calc(var(--space-thin) * 0.89) calc(var(--space-base) * 0.89);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.button--primary:hover {
  color: #fff;
  background-color: #595959;
  border: 1px solid #595959;
}
.button--primary:active {
  color: #fff;
  background-color: #595959;
  border: 1px solid #595959;
}
.button--secondary {
  color: #fff;
  background-color: #fffbf7;
  border: 1px solid #595959;
  padding: calc(var(--space-thin) * 0.89) calc(var(--space-base) * 0.89);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.button--secondary i {
  font-style: normal;
  position: relative;
}
.button--secondary i:before {
  content: "➡";
  font-size: 30px;
  line-height: 30px;
  display: block;
  width: 30px;
}
.button--secondary:hover {
  color: #fff;
  background-color: #f3ecd4;
  border: 1px solid #fff;
}
.button--secondary:active {
  color: #fff;
  background-color: #f3ecd4;
  border: 1px solid #595959;
}
.button--link {
  color: #595959;
  background-color: #fff;
  border: 1px solid #fff;
}
.button.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.button--size-large {
  padding: var(--space-medium) var(--space-x-large);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}
.button--hero {
  border-width: 1px;
}
.button--hero:hover {
  color: #fff;
  background-color: #595959;
  border: 1px solid #595959;
}
.button--link-cta {
  color: #595959;
  background-color: #fff;
  border: 1px solid #fff;
}
.button-style--border {
  color: inherit;
  background-color: inherit;
  border: 1px solid #595959;
}
.button-style--border:hover {
  color: #fff;
  background-color: inherit;
  border: 1px solid #fff;
}

button::-moz-focus-inner {
  border: none;
}

input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
  border: none;
}

.product-media--navigation-button.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.product-media--navigation-button.swiper-button-disabled:hover {
  background-color: #E02D12;
  border-color: #E02D12;
}

.button--primary {
  min-height: 40px;
  min-width: 106px;
}
.button--smaller {
  padding: 10px 15px;
  font-size: calc(var(--font-scale__base) * 0.833);
}
.button--arrow {
  width: 35px;
  height: 48px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQxMjI3IDEwTC0yLjAwMDE4ZS0wNiAxOC4yOTg4TDIuMDY4MjIgMjBMMTEgMTBMMi4wNjgyMiA0LjExMjUxZS0wN0wtNS40OTE3NmUtMDcgMS43MDEyNEw3LjQxMjI3IDEwWiIgZmlsbD0iIzU5NTk1OSIvPgo8L3N2Zz4K);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  min-width: auto;
  min-height: auto;
  transition: 0.25s all;
}
.button--arrow._disable {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQxMjI3IDEwTC0yLjAwMDE4ZS0wNiAxOC4yOTg4TDIuMDY4MjIgMjBMMTEgMTBMMi4wNjgyMiA0LjExMjUxZS0wN0wtNS40OTE3NmUtMDcgMS43MDEyNEw3LjQxMjI3IDEwWiIgZmlsbD0iIzU5NTk1OSIvPgo8L3N2Zz4K);
}
.button--arrow:hover {
  background-size: 17px;
}
.button--arrow-left {
  transform: rotate(180deg);
}
.button._disable {
  pointer-events: none;
  cursor: default;
  color: #999999;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 6px rgba(222, 222, 222, 0.3);
}
.button._active {
  box-shadow: 0 0 0 6px rgba(0, 227, 77, 0.65);
}
.button--grey {
  width: 48px;
  height: 29px;
  background: #7C7C7C;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s all;
}
.button--grey:hover, .button--grey:active {
  background: #afafaf;
}
.button--grey svg {
  width: 16px;
  height: auto;
}
.button--grey svg:not(:first-child) {
  display: none;
}
.button--grey-flex {
  cursor: pointer;
  background: #7C7C7C;
  border-radius: 6px;
  display: flex;
  gap: 7px;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  min-height: 32px;
  padding: 0 16px;
  font-size: calc(var(--font-scale__base) * 1);
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  transition: 0.25s all;
}
.button--grey-flex:hover, .button--grey-flex:active {
  background: #595959;
}
.button--grey-flex svg {
  width: 15px;
  height: auto;
}
.button--grey-flex span {
  font: inherit;
}

@media screen and (max-width: 500px) {
  .button--grey-flex {
    min-height: 30px;
    font-size: 14px;
  }
}
.form-section--content textarea.form-input, .form-section--content input.form-input {
  background: #fff;
  font-size: calc(var(--font-scale__base) * 1);
  margin-bottom: 0;
  padding: 0 calc(var(--space-medium) * 1.09);
  border: 1px solid #595959;
  border-radius: 6px;
  font-weight: 400;
  height: 40px;
  width: 100%;
}
.form-section--content textarea.input-text-error.form-input, .form-section--content input.input-text-error.form-input {
  border-color: #E31000 !important;
  color: #E31000 !important;
}
.form-section--content textarea.form-input + small, .form-section--content input.form-input + small {
  margin-bottom: 0;
  margin-left: 0;
}

.form-section--content label {
  display: inline-block;
  font-size: calc(var(--font-scale__base) * 1);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
  margin-left: 0;
  color: #616161;
}
.form-section--content textarea {
  resize: vertical;
}
.form-section--content input::-webkit-input-placeholder,
.form-section--content textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: calc(var(--font-scale__base) * 1);
}
.form-section--content input:-moz-placeholder,
.form-section--content textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: calc(var(--font-scale__base) * 1);
}
.form-section--content input::-moz-placeholder,
.form-section--content textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: calc(var(--font-scale__base) * 1);
}
.form-section--content input:-ms-input-placeholder,
.form-section--content textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: calc(var(--font-scale__base) * 1);
}
.form-section--content input::-ms-input-placeholder,
.form-section--content textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: calc(var(--font-scale__base) * 1);
}
.form-section--content .form-input-container {
  margin-bottom: 16px;
  position: relative;
}
.form-section--content .form-input-container:last-of-type {
  margin-bottom: 0;
}
.form-section--content textarea.form-input {
  height: 118px;
  padding-top: 10px;
}
.form-section--content button {
  place-self: flex-start;
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: var(--lhm--0);
}
.form-section--content .form-input-text {
  font-weight: 400;
  font-size: var(--base-font-size);
  line-height: var(--lhm--u-1);
}
.form-section--content .form-input-text--error {
  color: #E31000 !important;
}

.message-box {
  border: 8px solid #fff;
  padding: var(--space-base);
  margin-bottom: 20px;
  font-weight: 400;
  text-align: center;
  background-color: #F4F2EC;
}
.message-box > *:first-child {
  font-weight: bold;
}
.message-box--success {
  border-color: #82C708;
  color: #3A614D;
}
.message-box--error {
  border-color: #E31000;
  color: #E31000;
}

#contact-form .contact-form-title {
  display: block;
}

._has-error input {
  border-color: #E31000 !important;
}
._has-error small {
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.5;
  color: #E31000;
  font-size: calc(var(--font-scale__base) * 1);
}

.form-section--content {
  width: 100%;
}
.form-section--content .form-input-text--error {
  border: 3px solid !important;
}

[type=radio]:checked,
[type=radio]:not(:checked),
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  opacity: 0;
  z-index: -9999;
  width: 24px;
  height: 24px;
  left: 0;
  top: calc(50% - 12px);
  margin: 0;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label,
[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: 0;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before,
[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  border: 1px solid #595959;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7);
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #C0A07B;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  border-radius: 6px;
  border: 1px solid #595959;
  transition: all 0.2s ease;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMC4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNSAxNy4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNSAxNy4xOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1saW5lY2FwOnJvdW5kO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMS41LDkuN2wzLjEsNC42YzEuNCwyLjEsNC42LDEuNiw1LjQtMC44bDMuNS0xMS45Ii8+DQo8L3N2Zz4NCg==);
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before {
  border-radius: 100%;
}

[type=radio]:checked + label:before {
  background-color: #C0A07B;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #595959;
  position: absolute;
  top: calc(50% - 6px);
  left: 6px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after,
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=radio]:checked + label:after,
[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.radio-number-cont {
  width: 100%;
  display: grid;
  padding: 0 calc(var(--space-base) * 0.89);
  background: #F2F2F2;
  border-radius: 8px;
}
.radio-number-cont [type=radio]:checked,
.radio-number-cont [type=radio]:not(:checked) {
  width: 53px;
  height: 40px;
  left: 0;
  top: 0;
}
.radio-number-cont [type=radio]:checked + label,
.radio-number-cont [type=radio]:not(:checked) + label {
  width: 53px;
  height: 40px;
  padding: 0;
  margin: 0;
  min-height: 40px;
  justify-content: center;
  border: 1px solid #999999;
  border-radius: 8px;
  background: #fff;
  font-size: calc(var(--font-scale__base) * 1.2);
  line-height: 1;
  font-weight: 700;
  color: #616161;
}
.radio-number-cont [type=radio]:checked + label {
  box-shadow: 0 0 0 6px #C0A07B;
}
.radio-number-cont [type=radio]:checked + label:before,
.radio-number-cont [type=radio]:not(:checked) + label:before,
.radio-number-cont [type=radio]:checked + label:after,
.radio-number-cont [type=radio]:not(:checked) + label:after {
  display: none;
}
.radio-number-descriptions {
  width: 100%;
  display: grid;
  padding: 0 calc(var(--space-base) * 0.89);
  margin-top: 8px;
}
.radio-number-descriptions span {
  color: #616161;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  font-size: calc(var(--font-scale__base) * 0.833);
}

.radio-image-box {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.radio-image-box [type=radio]:checked,
.radio-image-box [type=radio]:not(:checked) {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.radio-image-box [type=radio]:checked + label,
.radio-image-box [type=radio]:not(:checked) + label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #999999;
  border-radius: 16px;
  background: none;
}
.radio-image-box [type=radio]:checked + label {
  box-shadow: 0 0 0 6px #C0A07B;
}
.radio-image-box [type=radio]:checked + label:before,
.radio-image-box [type=radio]:not(:checked) + label:before,
.radio-image-box [type=radio]:checked + label:after,
.radio-image-box [type=radio]:not(:checked) + label:after {
  display: none;
}
.radio-image-box-title {
  font-weight: 600;
  width: 100%;
  font-size: calc(var(--font-scale__base) * 1.2);
  line-height: 1.2;
  margin-bottom: calc(var(--space-thin) * 0.89);
}
.radio-image-box-desc {
  width: 100%;
  font-size: calc(var(--font-scale__base) * 1);
  color: #595959;
  line-height: 1.2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.range-slider {
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 1px;
  background: #595959;
  outline: none;
  border: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.range-slider:hover {
  opacity: 1;
}
.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  background-color: #595959;
  cursor: pointer;
  border-radius: 4px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjYzNDE2IDcuNjUwNzlMOC4wNzYzMyAxLjMwMTU4TDYuNTU3ODIgMEwwIDcuNjUwNzlMNi41NTc4MiAxNS4zMDE2TDguMDc2MzMgMTRMMi42MzQxNiA3LjY1MDc5WiIgZmlsbD0iI0RFREVERSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIxLjUxODQgNy42NTA3OEwxNi4wNzYzIDE0TDE3LjU5NDggMTUuMzAxNkwyNC4xNTI2IDcuNjUwNzhMMTcuNTk0OCAtNy4yNDkwMmUtMDZMMTYuMDc2MyAxLjMwMTU3TDIxLjUxODQgNy42NTA3OFoiIGZpbGw9IiNERURFREUiLz4KPC9zdmc+Cg==);
}
.range-slider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  background-color: #595959;
  cursor: pointer;
  border-radius: 4px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjYzNDE2IDcuNjUwNzlMOC4wNzYzMyAxLjMwMTU4TDYuNTU3ODIgMEwwIDcuNjUwNzlMNi41NTc4MiAxNS4zMDE2TDguMDc2MzMgMTRMMi42MzQxNiA3LjY1MDc5WiIgZmlsbD0iI0RFREVERSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIxLjUxODQgNy42NTA3OEwxNi4wNzYzIDE0TDE3LjU5NDggMTUuMzAxNkwyNC4xNTI2IDcuNjUwNzhMMTcuNTk0OCAtNy4yNDkwMmUtMDZMMTYuMDc2MyAxLjMwMTU3TDIxLjUxODQgNy42NTA3OFoiIGZpbGw9IiNERURFREUiLz4KPC9zdmc+Cg==);
}

.builder__selector-range-container {
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.builder__selector-range-container::before, .builder__selector-range-container::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  height: 16px;
  width: 1px;
  background-color: #595959;
}
.builder__selector-range-container::after {
  left: auto;
  right: 0;
}
.builder__selector-range-container .abs-number {
  position: absolute;
  line-height: 1;
  bottom: -16px;
  font-weight: 400;
  font-size: calc(var(--font-scale__base) * 0.833);
  letter-spacing: 0.03em;
  color: #595959;
}
.builder__selector-range-container .abs-number-min {
  left: 0;
}
.builder__selector-range-container .abs-number-max {
  right: 0;
}

.form-input-container {
  margin: calc(var(--space-base) * 0.89) 0 0 0;
  display: flex;
  flex-direction: column;
}
.form-input-container .builder__selector-desc {
  margin: 8px 0 16px 0;
}
.form-input-container-with-number-input {
  display: grid;
  grid-gap: 8px;
}
.form-input-container-with-number-input::before {
  content: "mm";
  position: absolute;
  font-family: "Manrope", sans-serif;
  font-size: calc(var(--font-scale__base) * 1);
  line-height: 1;
  color: #999999;
  height: 40px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  z-index: 1;
  display: flex;
  align-items: center;
  left: 71px;
  bottom: 0;
}
.form-input-container-with-number-input .builder__selector-desc,
.form-input-container-with-number-input label {
  margin: 0;
}
.form-input-container-with-radios, .form-input-container-with-checkboxes {
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.form-input-container-with-radios label, .form-input-container-with-checkboxes label {
  font-weight: 400;
}
.form-input-container-with-radios-row, .form-input-container-with-checkboxes-row {
  display: flex;
  align-items: center;
}
.form-input-container-with-radios-row svg, .form-input-container-with-checkboxes-row svg {
  width: 20px;
  height: auto;
  margin-left: 4px;
}
.form-input-container-with-checkboxes label {
  display: block !important;
}
.form-input-container-with-checkboxes label a {
  color: #E31000;
}
.form-input-container-with-checkboxes label a:link, .form-input-container-with-checkboxes label a:visited, .form-input-container-with-checkboxes label a:focus, .form-input-container-with-checkboxes label a:hover, .form-input-container-with-checkboxes label a:active {
  color: #E31000;
}
.form-input-container-with-checkboxes label a:hover {
  text-decoration: underline;
}
.form-input-container-toggle [type=checkbox]:checked,
.form-input-container-toggle [type=checkbox]:not(:checked) {
  width: 40px;
  height: 14px;
  top: calc(50% - 7px);
}
.form-input-container-toggle [type=checkbox]:checked + label,
.form-input-container-toggle [type=checkbox]:not(:checked) + label {
  padding-left: 53px;
  min-height: 14px;
}
.form-input-container-toggle [type=checkbox]:checked + label:before,
.form-input-container-toggle [type=checkbox]:not(:checked) + label:before {
  top: calc(50% - 7px);
  width: 40px;
  height: 14px;
  border-radius: 12px;
  background: #DEDEDE;
}
.form-input-container-toggle [type=checkbox]:checked + label:after,
.form-input-container-toggle [type=checkbox]:not(:checked) + label:after {
  width: 24px;
  height: 24px;
  background-color: #fff;
  top: calc(50% - 12px);
  left: -5px;
  border-radius: 100%;
  border: 1px solid #595959;
  opacity: 1;
  transform: scale(1);
}
.form-input-container-toggle [type=checkbox]:checked + label:before {
  background: #C0A07B;
}
.form-input-container-toggle [type=checkbox]:checked + label:after {
  left: 21px;
}
.form-input-container-toggle label {
  font-weight: 400;
}
.form-input-container-toggle-row {
  display: flex;
  align-items: center;
}
.form-input-container-toggle-row svg {
  width: 20px;
  height: auto;
  margin-left: 4px;
}

.form-clickable-images-container {
  width: 100%;
  display: grid;
  margin-top: 16px;
}
.form-clickable-images-container-outer-helper {
  width: 100%;
}
.form-clickable-images-container-mini .form-clickable-images-box__content {
  height: auto;
  aspect-ratio: auto;
}
.form-clickable-images-container-mini .form-clickable-images-image {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.form-clickable-images-box {
  cursor: pointer;
  padding: 8px;
  background: #fff;
  border: 1px solid #999999;
  border-radius: 6px;
  transition: 0.2s all;
}
.form-clickable-images-box__content {
  aspect-ratio: 0.3125;
}
.form-clickable-images-box:hover, .form-clickable-images-box._clicked {
  box-shadow: 0 0 0 6px #C0A07B;
}
.form-clickable-images-box .abs-square {
  cursor: pointer;
  position: absolute;
  right: 2px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.form-clickable-images-box .abs-square svg {
  width: 14px;
  height: auto;
}
.form-clickable-images-box .abs-info {
  top: 2px;
}
.form-clickable-images-box .abs-info:hover {
  z-index: 2;
}
.form-clickable-images-box .abs-info:hover .abs-info-box {
  opacity: 1;
  visibility: visible;
}
.form-clickable-images-box .abs-info-box {
  border: 1px solid #999999;
  min-width: 90px;
  position: absolute;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  height: auto;
  right: 0;
  top: 0;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  color: #595959;
  transform: translate(4px, 21px);
  font-size: calc(var(--font-scale__base) * 0.694);
  opacity: 0;
  visibility: hidden;
  transition: 0.15s opacity;
}
.form-clickable-images-box .abs-zoom {
  bottom: 2px;
}
.form-clickable-images-box .abs-pencil {
  right: auto;
  left: 2px;
  bottom: 2px;
}
.form-clickable-images-box .abs-pencil._clicked {
  background: #DEDEDE;
}
.form-clickable-images-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-checkboxes-wrapper {
  margin-top: calc(var(--space-base) * 0.89);
  width: 100%;
  padding: 8px;
  background: rgba(241, 241, 241, 0.88);
  border-radius: 8px;
}
.form-checkboxes-wrapper .abs-opener {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form-checkboxes-wrapper .abs-opener svg {
  width: 18px;
  height: auto;
  transition: 0.25s all;
}
.form-checkboxes-wrapper label {
  font-weight: 400;
}
.form-checkboxes-wrapper__no-close {
  margin-top: 8px;
}
.form-checkboxes-title {
  display: block;
  margin: 0 0 8px 0;
  color: #616161;
  line-height: 1.5;
}
.form-checkboxes-title:not(:first-of-type) {
  margin-top: calc(var(--space-medium) * 1.09);
}
.form-checkboxes-desc {
  line-height: 1.2;
  margin: 0 0 8px 0 !important;
}
.form-checkboxes-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.form-checkboxes-container:not(:last-of-type) {
  margin-bottom: 8px;
}
.form-checkboxes-row {
  display: flex;
  align-items: center;
}
.form-checkboxes-row-divider {
  flex-wrap: wrap;
  row-gap: 6px;
}
.form-checkboxes-row-divider > label {
  margin-right: 10px !important;
}
.form-checkboxes-row-divider .form-stepper-radio-buttons-wrapper {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
.form-checkboxes-row-divider .form-stepper-radio-buttons-container {
  margin: 0;
}
.form-checkboxes-row svg {
  width: 20px;
  height: auto;
  margin-left: 4px;
}

.form-stepper-radio-buttons-wrapper {
  width: 100%;
  padding-bottom: 1px;
}
.form-stepper-radio-buttons-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #595959;
  border-radius: 0.5px;
}
.form-stepper-radio-buttons-container {
  display: flex;
  width: 100%;
  margin-top: 16px;
}
.form-stepper-radio-buttons-container [type=radio]:checked,
.form-stepper-radio-buttons-container [type=radio]:not(:checked),
.form-stepper-radio-buttons-container [type=checkbox]:checked,
.form-stepper-radio-buttons-container [type=checkbox]:not(:checked) {
  width: 100%;
  min-width: 48px;
  height: 40px;
  top: calc(50% - 20px);
}
.form-stepper-radio-buttons-container a {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.form-stepper-radio-buttons-container a:hover, .form-stepper-radio-buttons-container a:active {
  color: #595959;
}
.form-stepper-radio-buttons-container a,
.form-stepper-radio-buttons-container [type=radio]:checked + label,
.form-stepper-radio-buttons-container [type=radio]:not(:checked) + label,
.form-stepper-radio-buttons-container [type=checkbox]:checked + label,
.form-stepper-radio-buttons-container [type=checkbox]:not(:checked) + label {
  padding: 0 15px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 48px;
  min-height: 40px;
  height: 100%;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #595959;
  background: rgba(241, 241, 241, 0.88);
  border-radius: 8px 8px 0 0;
  white-space: nowrap;
}
.form-stepper-radio-buttons-container [type=radio]:checked + label,
.form-stepper-radio-buttons-container [type=checkbox]:checked + label {
  background: #595959;
  color: #fff;
}
.form-stepper-radio-buttons-container a::before {
  content: "";
  position: absolute;
}
.form-stepper-radio-buttons-container a::before,
.form-stepper-radio-buttons-container [type=radio]:checked + label:before,
.form-stepper-radio-buttons-container [type=radio]:not(:checked) + label:before,
.form-stepper-radio-buttons-container [type=checkbox]:checked + label:before,
.form-stepper-radio-buttons-container [type=checkbox]:not(:checked) + label:before {
  left: auto;
  right: 7px;
  top: 3px;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 100%;
  background: #DEDEDE;
}
.form-stepper-radio-buttons-container [type=radio]:checked + label:after,
.form-stepper-radio-buttons-container [type=radio]:not(:checked) + label:after,
.form-stepper-radio-buttons-container [type=checkbox]:checked + label:after,
.form-stepper-radio-buttons-container [type=checkbox]:not(:checked) + label:after {
  display: none;
}
.form-stepper-radio-buttons-container-only-text a,
.form-stepper-radio-buttons-container-only-text [type=radio]:checked + label,
.form-stepper-radio-buttons-container-only-text [type=radio]:not(:checked) + label {
  white-space: normal;
  line-height: 1.2;
}
.form-stepper-radio-buttons-box._completed a::before,
.form-stepper-radio-buttons-box._completed [type=radio] + label:before,
.form-stepper-radio-buttons-box._completed [type=checkbox] + label:before {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDEyQzkuMzEzNzEgMTIgMTIgOS4zMTM3MSAxMiA2QzEyIDIuNjg2MjkgOS4zMTM3MSAwIDYgMEMyLjY4NjI5IDAgMCAyLjY4NjI5IDAgNkMwIDkuMzEzNzEgMi42ODYyOSAxMiA2IDEyWk04LjcxOTEgNC4yMTMwN0M4LjgzNjc3IDMuODE1OTIgOC42MTAyMSAzLjM5ODU3IDguMjEzMDcgMy4yODA5QzcuODE1OTIgMy4xNjMyMyA3LjM5ODU3IDMuMzg5NzkgNy4yODA5IDMuNzg2OTNMNi40MDI5NiA2Ljc0OTk5QzYuMjIzMTYgNy4zNTY4MSA1LjQxODkxIDcuNDgxODMgNS4wNjMzOCA2Ljk1ODIzTDQuNjIwNDggNi4zMDU5NkM0LjM4Nzc5IDUuOTYzMjggMy45MjEzNyA1Ljg3NDExIDMuNTc4NjkgNi4xMDY3OUMzLjIzNjAxIDYuMzM5NDggMy4xNDY4NCA2LjgwNTkgMy4zNzk1MiA3LjE0ODU5TDMuODIyNDIgNy44MDA4NkM0Ljg4OTAyIDkuMzcxNjcgNy4zMDE3NiA4Ljk5NjU4IDcuODQxMTYgNy4xNzYxMkw4LjcxOTEgNC4yMTMwN1oiIGZpbGw9IiMwMEUzNEQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: cover;
}
.form-stepper-radio-buttons-box._checked a {
  background: #595959;
  color: #fff;
}

@media screen and (min-width: 320px) {
  .radio-number-cont [type=radio]:checked,
.radio-number-cont [type=radio]:not(:checked),
.radio-number-cont [type=radio]:checked + label,
.radio-number-cont [type=radio]:not(:checked) + label {
    width: 40px;
  }
  .radio-number-cont, .radio-number-descriptions {
    padding: 0 8px;
    grid-gap: 8px;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, 40px);
  }

  .form-input-container-with-number-input {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "desc" "range" "numbers";
  }
  .form-input-container-with-number-input label {
    grid-area: title;
  }
  .form-input-container-with-number-input .builder__selector-desc {
    grid-area: desc;
  }
  .form-input-container-with-number-input .number-input {
    grid-area: numbers;
    max-width: 123px;
    margin-top: 16px;
  }
  .form-input-container-with-number-input .builder__selector-range-container {
    grid-area: range;
  }

  .form-clickable-images-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px 21px;
  }

  .form-checkboxes-wrapper {
    transition: 0.25s all;
    max-height: 40px;
    overflow: hidden;
  }
  .form-checkboxes-wrapper__no-close {
    max-height: none;
    overflow: visible;
  }
  .form-checkboxes-wrapper._opened {
    max-height: 500px;
  }
  .form-checkboxes-wrapper._opened .abs-opener svg {
    transform: rotate(180deg);
  }
  .form-checkboxes-row-divider .form-stepper-radio-buttons-wrapper::before {
    display: none;
  }

  .form-stepper-radio-buttons-wrapper::before {
    width: calc(100% + 2 * var(--grid-container--content-padding));
    left: calc(-1 * var(--grid-container--content-padding));
  }
  .form-stepper-radio-buttons-container {
    gap: 8px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
  }
}
@media screen and (min-width: 340px) {
  .radio-number-cont, .radio-number-descriptions {
    padding: 0 10px;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 400px) {
  .radio-number-cont, .radio-number-descriptions {
    padding: 0 12px;
    grid-gap: 16px;
  }
}
@media screen and (min-width: 430px) {
  .radio-number-cont [type=radio]:checked,
.radio-number-cont [type=radio]:not(:checked),
.radio-number-cont [type=radio]:checked + label,
.radio-number-cont [type=radio]:not(:checked) + label {
    width: 53px;
  }
  .radio-number-cont, .radio-number-descriptions {
    grid-template-columns: repeat(auto-fit, 53px);
    grid-gap: 12px;
  }

  .form-clickable-images-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 500px) {
  .form-input-container-with-number-input {
    grid-template-columns: 123px auto;
    grid-template-areas: "title title" "desc desc" "numbers range";
  }
  .form-input-container-with-number-input .number-input {
    margin-top: 0;
  }

  .radio-number-cont, .radio-number-descriptions {
    padding: 0 calc(var(--space-base) * 0.89);
    grid-gap: 20px;
  }
}
@media screen and (min-width: 550px) {
  .form-clickable-images-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 600px) {
  .form-clickable-images-container {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 700px) {
  .radio-number-cont [type=radio]:checked,
.radio-number-cont [type=radio]:not(:checked),
.radio-number-cont [type=radio]:checked + label,
.radio-number-cont [type=radio]:not(:checked) + label {
    width: 40px;
  }
  .radio-number-cont, .radio-number-descriptions {
    grid-template-columns: repeat(auto-fit, 40px);
    padding: 0 8px;
    grid-gap: 8px;
  }

  .form-clickable-images-container {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
    padding: 6px 0;
    max-height: 37vw;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .form-clickable-images-container::-webkit-scrollbar {
    display: none;
  }
  .form-clickable-images-container-outer-helper::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 24%, #fff 100%);
  }
  .form-clickable-images-container-mini {
    max-height: 34vw;
    grid-template-columns: repeat(3, 1fr);
  }
  .form-clickable-images-container-just-wrap {
    -webkit-overflow-scrolling: auto;
    -ms-overflow-style: auto;
    overflow: visible;
    max-height: none !important;
  }
}
@media screen and (min-width: 840px) {
  .form-clickable-images-container-mini {
    max-height: 26vw;
    grid-template-columns: repeat(4, 1fr);
  }

  .radio-number-cont, .radio-number-descriptions {
    padding: 0 12px;
    grid-gap: 16px;
  }
}
@media screen and (min-width: 900px) {
  .message-box--success {
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  .radio-number-cont [type=radio]:checked,
.radio-number-cont [type=radio]:not(:checked),
.radio-number-cont [type=radio]:checked + label,
.radio-number-cont [type=radio]:not(:checked) + label {
    width: 57px;
  }
  .radio-number-cont, .radio-number-descriptions {
    grid-template-columns: repeat(auto-fit, 57px);
    grid-gap: 12px;
  }
  .radio-number-descriptions span {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1150px) {
  .radio-number-cont, .radio-number-descriptions {
    padding: 0 calc(var(--space-base) * 0.89);
    grid-gap: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .form-clickable-images-container {
    grid-template-columns: repeat(5, 1fr);
    max-height: 340px;
  }
  .form-clickable-images-container-mini {
    max-height: 230px;
  }
}
@media screen and (min-width: 1250px) {
  .radio-number-cont, .radio-number-descriptions {
    grid-gap: 24px;
  }
}
@media screen and (min-width: 1360px) {
  .form-stepper-radio-buttons-wrapper::before {
    width: 100%;
    left: 0;
  }
  .form-stepper-radio-buttons-container {
    gap: 0;
    -webkit-overflow-scrolling: auto;
    -ms-overflow-style: auto;
    overflow-x: visible;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fit, minmax(33px, 64px));
  }
  .form-stepper-radio-buttons-container a,
.form-stepper-radio-buttons-container [type=radio]:checked + label,
.form-stepper-radio-buttons-container [type=radio]:not(:checked) + label,
.form-stepper-radio-buttons-container [type=checkbox]:checked + label,
.form-stepper-radio-buttons-container [type=checkbox]:not(:checked) + label {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 33px;
    width: 100%;
    padding: 0 8px;
    font-size: calc(var(--font-scale__base) * 1);
    background: transparent;
    color: #595959;
  }
  .form-stepper-radio-buttons-container a::before,
.form-stepper-radio-buttons-container [type=radio]:checked + label:before,
.form-stepper-radio-buttons-container [type=radio]:not(:checked) + label:before,
.form-stepper-radio-buttons-container [type=checkbox]:checked + label:before,
.form-stepper-radio-buttons-container [type=checkbox]:not(:checked) + label:before {
    right: auto;
    left: calc(50% + 6px);
  }
  .form-stepper-radio-buttons-container [type=radio]:checked + label:after,
.form-stepper-radio-buttons-container [type=checkbox]:checked + label:after {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #595959;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 0;
    background-image: none;
    opacity: 1;
    transform: scale(1);
  }
  .form-stepper-radio-buttons-container-only-text {
    grid-template-columns: repeat(auto-fit, minmax(120px, auto));
  }
  .form-stepper-radio-buttons-container-only-text a,
.form-stepper-radio-buttons-container-only-text [type=radio]:checked + label,
.form-stepper-radio-buttons-container-only-text [type=radio]:not(:checked) + label {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  .form-stepper-radio-buttons-container-only-text a::before,
.form-stepper-radio-buttons-container-only-text [type=radio]:checked + label:before,
.form-stepper-radio-buttons-container-only-text [type=radio]:not(:checked) + label:before {
    left: auto !important;
    top: auto;
    right: auto !important;
    position: relative;
    order: 2;
    margin: -22px 0 0 1px;
  }
  .form-stepper-radio-buttons-box-text a,
.form-stepper-radio-buttons-box-text [type=radio]:checked + label,
.form-stepper-radio-buttons-box-text [type=radio]:not(:checked) + label {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .form-stepper-radio-buttons-box-text a::before,
.form-stepper-radio-buttons-box-text [type=radio]:checked + label:before,
.form-stepper-radio-buttons-box-text [type=radio]:not(:checked) + label:before {
    right: 0;
    left: auto;
  }
  .form-stepper-radio-buttons-box._checked a {
    background: transparent;
    color: #595959;
  }
  .form-stepper-radio-buttons-box._checked a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #595959;
    bottom: 0;
    left: 0;
    border-radius: 2px;
  }

  .form-checkboxes-row-divider .form-stepper-radio-buttons-container {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  .form-checkboxes-row-divider .form-stepper-radio-buttons-container [type=radio]:checked + label,
.form-checkboxes-row-divider .form-stepper-radio-buttons-container [type=radio]:not(:checked) + label {
    min-width: 42px;
  }
  .form-checkboxes-row-divider .form-stepper-radio-buttons-container [type=radio]:checked + label:after {
    background-color: #DEDEDE;
  }
}
@media screen and (min-width: 1440px) {
  .radio-number-cont, .radio-number-descriptions {
    grid-gap: 22px;
  }
}
@media screen and (min-width: 1680px) {
  .form-clickable-images-container {
    max-height: 570px;
  }
  .form-clickable-images-container-mini {
    max-height: 230px;
  }
  .form-clickable-images-container-mini--2x {
    max-height: 570px;
  }
}
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

.color-primary {
  color: #595959;
}

.text-highlight {
  font-weight: 700;
}

main {
  position: relative;
}

html,
body {
  overflow-x: hidden;
}
html.noscroll,
body.noscroll {
  overflow-y: hidden;
}

.content-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.content-wrapper {
  max-width: 1710px;
  margin: 0 auto;
  width: 100%;
}

.row {
  display: flex;
}

@media screen and (min-width: 320px) {
  :root {
    --grid-container--content-padding: clamp(15px, 5vw, 20px);
  }

  main {
    margin-top: 83px;
  }

  section {
    margin-bottom: var(--space-x-large);
  }

  .content-container {
    padding: 0 var(--grid-container--content-padding, 15px);
  }
}
@media screen and (min-width: 768px) {
  :root {
    --grid-container--content-padding: clamp(30px, 5vw, 40px);
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --grid-container--content-padding: clamp(35px, 4vw, 45px);
  }
}
@media screen and (min-width: 1440px) {
  main {
    margin-top: 0;
  }

  section {
    margin-bottom: var(--space--u-1);
  }
}
@media screen and (min-width: 1680px) {
  :root {
    --grid-container--content-padding: 0;
  }
}
@media screen and (min-width: 1818px) {
  main {
    margin-top: 83px;
  }
}
.slbImageWrap img:not([alt]) {
  filter: unset;
}

.slbCaption {
  white-space: normal;
  line-height: 1.3;
  font-size: calc(var(--font-scale__base) * 1);
}

@media screen and (min-width: 320px) {
  main {
    margin-top: 0 !important;
  }

  section {
    margin-bottom: calc(var(--space-large) * 1.2);
  }
}
@media screen and (min-width: 1366px) {
  section {
    margin-bottom: calc(var(--space-x-large) * 2.07);
  }
}
.navigation {
  display: flex;
}
.navigation-direction--horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.navigation-direction--vertical {
  flex-direction: column;
}
.navigation-list--links {
  gap: 10px;
}
.navigation-list--links a:hover {
  color: #595959;
}
.navigation-list--dropdown {
  display: flex;
  flex-direction: column;
}
.navigation-list--dropdown.navigation-place--header > * {
  order: 10;
}
.navigation-list--dropdown.navigation-place--header > .nav-item {
  position: relative;
}
.navigation-list--dropdown.navigation-place--header > .nav-item {
  display: none;
}
.navigation-list--dropdown.navigation-place--header > .nav-item--current {
  display: block;
}
.navigation-list--dropdown.navigation-place--header .nav-item .nav-link {
  width: 100%;
}
.navigation-list--dropdown.navigation-place--header:hover > .nav-item {
  display: block;
}

/**
DEFAULTS
 */
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
nav ul li {
  opacity: 1;
}
nav ul li a {
  text-decoration: none;
}

/**
SPECIFIC
 */
.header-navigation ul li {
  display: flex;
  align-items: flex-end;
}
.header-navigation ul li a {
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
}
.header-navigation ul li a:not(.button):link, .header-navigation ul li a:not(.button):visited {
  color: #595959;
}
.header-navigation ul li a:not(.button):hover, .header-navigation ul li a:not(.button):active {
  color: #595959;
}
.header-navigation ul li:last-child {
  margin-right: 0;
}
.header-navigation ul li .nav-link {
  position: relative;
}
.header-navigation ul li .nav-link.nav-link--current:link, .header-navigation ul li .nav-link.nav-link--current:visited, .header-navigation ul li .nav-link.nav-link--current:focus, .header-navigation ul li .nav-link.nav-link--current:hover, .header-navigation ul li .nav-link.nav-link--current:active {
  color: #595959;
}
.header-navigation .button--primary {
  font-weight: 400;
  color: #595959;
}

/**
RESPONSIVE NAVIGATION
 */
.overlay-menu {
  z-index: 5;
}
.overlay-menu.open {
  transform: translateX(0);
  visibility: visible;
}

@media screen and (min-width: 320px) {
  .header-navigation ul li a {
    font-size: 19px;
    font-weight: 400;
  }

  .overlay-menu {
    transform: translateX(-100%);
    visibility: hidden;
    transition: 0.25s all;
    background: #fff;
    width: 100%;
    height: calc(100% - 80px);
    position: fixed;
    top: 80px;
    left: 0;
    display: flex;
    overflow: hidden;
  }
  .overlay-menu ul {
    list-style: none;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .overlay-menu ul li {
    text-align: center;
  }
  .overlay-menu ul li:not(:first-child) {
    margin-top: 45px;
  }
  .overlay-menu ul li a {
    display: block;
    position: relative;
    text-decoration: none;
  }
}
@media screen and (min-width: 1000px) {
  .header-navigation ul li a {
    font-size: calc(var(--font-scale__base) * 0.833);
    font-weight: 400;
  }

  #navigation-opener-button {
    display: none;
    height: 0;
    width: 0;
    opacity: 0;
  }

  .overlay-menu {
    display: flex;
    flex-direction: row;
    position: relative;
    top: auto;
    left: auto;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    height: 100%;
    transform: translateX(0);
    visibility: visible;
  }
  .overlay-menu ul {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    height: 100%;
    flex-direction: row;
    justify-content: unset;
  }
  .overlay-menu ul li:not(:first-child) {
    margin: 0 0 0 40px;
  }
}
@media screen and (min-width: 1300px) {
  .overlay-menu ul li:not(:first-child) {
    margin: 0 0 0 40px;
  }
}
@media screen and (min-width: 1680px) {
  .header-navigation ul li a {
    font-size: calc(var(--font-scale__base) * 0.833);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.logo-link {
  display: block;
}

@media screen and (min-width: 320px) {
  .logo-container:not(.logo-container--footer) svg {
    height: 48px;
  }
}
.header-navigation ul li .nav-link.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  background: #595959;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
}
.header-navigation ul li .nav-link.nav-link:hover::before, .header-navigation ul li .nav-link.nav-link--current::before {
  opacity: 1;
  visibility: visible;
}

.button-container {
  height: 37px;
  width: 47px;
  padding: 0;
  position: relative;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.button-container::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxyZWN0IHg9IjAuNTE3NTc4IiB5PSIyMi4zNjEyIiB3aWR0aD0iMzAuODkxNyIgaGVpZ2h0PSIzIiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMC41MTc1NzggMjIuMzYxMikiIGZpbGw9IiM1OTU5NTkiLz4KICAgIDxyZWN0IHg9IjIyLjM2MTMiIHk9IjI0LjQ4MjUiIHdpZHRoPSIzMC44OTE3IiBoZWlnaHQ9IjMiIHRyYW5zZm9ybT0icm90YXRlKC0xMzUgMjIuMzYxMyAyNC40ODI1KSIgZmlsbD0iIzU5NTk1OSIvPgo8L3N2Zz4K);
  background-size: contain;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.button-container.active::before {
  opacity: 1;
  visibility: visible;
}
.button-container.active span:nth-child(2) {
  transform: scale(0);
}
.button-container.active span:first-child::before, .button-container.active span:last-child::before {
  height: calc(37px - 3px);
}
.button-container span {
  display: block;
  transition: 0.5s;
  background: #595959;
  border: none;
  height: 3px;
  width: 100%;
}
.button-container span:first-child::before, .button-container span:last-child::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #595959;
  left: 0;
  top: 3px;
  transition: 0.5s all;
}
.button-container span:last-child::before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 3px;
}

header {
  width: 100%;
  background: #fff;
  z-index: 5;
}
header .content-container {
  display: flex;
  align-items: center;
  height: 100%;
}
header .content-wrapper,
header .navigation-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
header .logo-container {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
}
header .logo-container svg, header .logo-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 320px) {
  header {
    height: 80px;
  }
}
@media screen and (min-width: 1000px) {
  header {
    height: 83px;
  }
}
.shadowed .header {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

.header {
  z-index: 20;
}
.header__body {
  height: 100%;
}
.header__body__container {
  height: 100%;
  display: flex;
  width: 100%;
  padding: 0 var(--grid-container--content-padding);
  margin: 0 auto;
}

.mobile-menu-overlay {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  transform: translateX(-100%);
  transition: 0.3s all;
}
.mobile-menu-overlay._opened {
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu-overlay ul {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-menu-overlay ul li:not(:first-child) {
  margin-top: var(--space-base);
}
.mobile-menu-overlay ul li a {
  text-align: center;
  font-weight: 600;
  display: block;
  color: #4D483B;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
  font-size: calc(var(--font-scale__base) * 1.44);
}
.mobile-menu-overlay ul li a:link, .mobile-menu-overlay ul li a:visited, .mobile-menu-overlay ul li a:focus, .mobile-menu-overlay ul li a:hover, .mobile-menu-overlay ul li a:active {
  color: #4D483B;
}

@media screen and (min-width: 320px) {
  .header__body__container {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1680px) {
  .header__body__container {
    max-width: 1600px;
  }
}
@media screen and (min-width: 1900px) {
  .header__container {
    padding: 0;
  }
}
footer {
  position: relative;
  bottom: 0;
  left: 0;
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  color: #595959;
  background: #fff;
  font-style: normal;
  font-size: calc(var(--font-scale__base) * 1);
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  line-height: 1.5;
}

.footer .logo-link svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.footer-content {
  height: 100%;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  flex-direction: column;
}

.copyright {
  text-align: center;
}
.copyright a {
  text-decoration: none;
  color: inherit;
}

.shadowed .footer {
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15);
}

.footer {
  padding-bottom: var(--space-base);
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(var(--space-base) * 0.89);
  width: 50%;
  height: 1px;
  background: #595959;
}
.footer a {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
.footer a:hover, .footer a:active {
  color: #595959;
  text-decoration: underline;
}
.footer__body {
  padding-top: calc(var(--space-large) * 1.41);
  padding-bottom: calc(var(--space-large) * 1.41);
  display: grid;
}
.footer__body .logo-link {
  width: 80px;
  height: auto;
  margin-bottom: calc(var(--space-small) * 1.14);
}
.footer__body .h4 {
  display: block;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: calc(var(--space-medium) * 1.09);
}
.footer__body-title {
  display: block;
  line-height: 1.2;
  margin-bottom: calc(var(--space-small) * 1.14);
}
.footer__body-title.lower {
  margin-bottom: calc(var(--space-thin) * 0.89);
}
.footer__body-description {
  display: block;
}
.footer__body-description.address {
  max-width: 13ch;
}
.footer__body-description:not(:last-child) {
  margin-bottom: calc(var(--space-small) * 1.14);
}
.footer__body-small-grid {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  grid-gap: 8px calc(var(--space-base) * 0.89);
}
.footer__body-small-grid * {
  margin: 0 !important;
}
.footer__bottom {
  padding: calc(var(--space-small) * 1.14) var(--grid-container--content-padding) calc(var(--space-base) * 0.89) var(--grid-container--content-padding);
}
.footer__bottom::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(-1 * calc(var(--space-base) * 0.89));
  width: 50%;
  height: 1px;
  background: #595959;
}
.footer__bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  gap: calc(var(--space-base) * 0.89);
}
.footer__bottom ul a {
  display: block;
  text-align: center;
}

.copyright {
  font-size: calc(var(--font-scale__base) * 0.833);
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #595959;
  width: 100%;
  height: auto;
  padding: calc(var(--space-small) * 1.14) var(--grid-container--content-padding);
}
.copyright strong {
  color: #595959;
}
.copyright a:hover, .copyright a:active {
  color: #595959;
}

@media screen and (min-width: 320px) {
  .footer__body {
    grid-template-columns: 1fr;
    grid-gap: calc(var(--space-base) * 0.89);
  }
}
@media screen and (min-width: 550px) {
  .footer__body {
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(var(--space-base) * 0.89) 50px;
  }
}
@media screen and (min-width: 1000px) {
  .footer__body {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: calc(var(--space-base) * 0.89);
  }
}
.homepage__selector-container {
  display: grid;
}
.homepage__selector-hover-image {
  border-radius: 16px;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: auto;
  overflow: hidden;
}
.homepage__selector-hover-image:hover img {
  transform: scale(1.3);
}
.homepage__selector-hover-image img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.homepage__selector-title {
  font-weight: 700;
  margin: 0 0 32px 0;
  max-width: 18ch;
  font-size: calc(var(--font-scale__base) * 2.488);
}
.homepage__selector-image {
  border-radius: 16px;
}
.homepage__selector-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--space-base) * 0.89) 0 calc(var(--space-medium) * 1.09) 0;
  border-bottom: 1px solid #595959;
}
.homepage__selector .h4 {
  margin: 0;
  font-weight: 700;
}
.homepage__selector .temporary {
  font-size: calc(var(--font-scale__base) * 1.2);
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .homepage__selector-title {
    font-size: 24px;
  }
  .homepage__selector .h4 {
    font-size: 18px;
  }
  .homepage__selector .temporary {
    font-size: 15px;
  }
}
@media screen and (min-width: 320px) {
  .homepage__selector-container {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .homepage__selector-box-without-image {
    padding: 0 0 var(--grid-container--content-padding) var(--grid-container--content-padding);
    border-left: 1px solid #595959;
  }
}
@media screen and (min-width: 700px) {
  .homepage__selector-container {
    grid-template-columns: 1fr 1fr;
  }
  .homepage__selector-box-without-image {
    padding: var(--grid-container--content-padding);
    grid-row: 1/4;
  }
}
@media screen and (min-width: 950px) {
  .homepage__selector-box-without-image {
    padding: 0 0 0 var(--grid-container--content-padding);
    grid-row: 1/2;
  }
}
@media screen and (min-width: 1300px) {
  .homepage__selector-box-without-image {
    padding: 40px 0 40px calc(var(--space-large) * 1.38);
  }
}
@media screen and (min-width: 1440px) {
  .homepage__selector-container {
    grid-gap: 80px;
  }
}
.homepage__hero {
  margin-top: calc(var(--space-large) * 1.38);
}
.homepage__hero-image {
  border: 6px solid rgba(222, 222, 222, 0.25);
  overflow: hidden;
}
.homepage__hero-image-one {
  border-radius: 0 16px 16px 0;
  border-left: 0;
}
.homepage__hero-image-two {
  border-right: 0;
  border-radius: 16px 0 0 16px;
}
.homepage__hero .h1 {
  font-weight: 700;
  display: block;
  max-width: 15ch;
  margin: 0;
}
.homepage__hero .button {
  margin-top: 32px;
}
.homepage__hero-grid-cont {
  display: grid;
  margin-top: calc(var(--space-large) * 1.38);
}
.homepage__hero-grid-box a {
  display: block;
  margin-top: 8px;
  color: #E31000;
  text-decoration: underline;
}
.homepage__hero-grid-box a:link, .homepage__hero-grid-box a:visited, .homepage__hero-grid-box a:hover, .homepage__hero-grid-box a:active {
  color: #E31000;
}
.homepage__hero .h3 {
  display: block;
  margin: 0 0 8px 0;
  font-weight: 700;
}
.homepage__visual-container {
  display: grid;
}
.homepage__visual-image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 6px solid #DEDEDE;
  overflow: hidden;
}
.homepage__visual-image-top {
  border-right: 0;
}
.homepage__visual-image-left {
  border-left: 0;
}
.homepage__visual-title {
  font-weight: 700;
  margin: 0;
  display: block;
  color: #616161;
  line-height: 1.2;
  font-size: calc(var(--font-scale__base) * 2.488);
}
.homepage__visual-info-cont {
  display: grid;
}
.homepage__visual-info-box strong {
  color: #595959;
  display: block;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 8px 0;
}
.homepage__visual-info-box span {
  color: #595959;
  display: block;
  line-height: 1.5;
  font-weight: 400;
}
.homepage__info-container {
  padding: 0;
}
.homepage__info-box {
  display: grid;
}
.homepage__info-title {
  font-weight: 700;
  margin: 0;
  display: block;
  color: #616161;
  line-height: 1.2;
}
.homepage__gallery {
  margin-bottom: 52px !important;
}
.homepage__gallery-grid {
  margin-top: calc(var(--space-base) * 1.11);
  width: 100%;
  display: grid;
  grid-gap: 1px;
  border-radius: 16px;
  overflow: hidden;
}
.homepage__gallery-box {
  cursor: pointer;
}
.homepage__gallery .abs-tissue {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  border: calc(var(--space-small) * 1.14) solid rgba(255, 255, 255, 0);
}
.homepage__gallery .abs-tissue-zoom {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.homepage__gallery .abs-tissue-zoom svg {
  width: 28px;
  height: auto;
}
.homepage__offer {
  margin-bottom: 0 !important;
}
.homepage__offer-box {
  display: flex;
  flex-direction: column;
}
.homepage__offer-title {
  max-width: 19ch;
}
.homepage__offer-btn-box {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin-top: calc(var(--space-base) * 1.11);
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--space-base) * 0.89);
  padding: calc(var(--space-small) * 1.14);
  border-radius: 16px;
  border: 6px solid rgba(222, 222, 222, 0.25);
  background: #fff;
}

@media screen and (max-width: 500px) {
  .homepage__hero .h1 {
    font-size: 35px;
  }
  .homepage__info-desc {
    font-size: 17px;
  }
  .homepage__visual-title, .homepage__info-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 320px) {
  .homepage__hero-image {
    width: calc(100% + var(--grid-container--content-padding));
  }
  .homepage__hero-image-one {
    transform: translateX(calc(-1 * var(--grid-container--content-padding)));
  }
  .homepage__hero-image-two {
    margin-top: 28px;
  }
  .homepage__hero-text-box {
    margin-top: 34px;
  }
  .homepage__hero-grid-cont {
    grid-template-columns: 1fr;
  }
  .homepage__hero-grid-box {
    padding: calc(var(--space-base) * 1.11);
    border: 1px solid #595959;
  }
  .homepage__hero-grid-box:not(:last-child) {
    border-bottom: 0;
  }
  .homepage__visual-container {
    grid-template-columns: 34% auto;
    grid-row-gap: 28px;
  }
  .homepage__visual-image-top {
    grid-column: 1/3;
    width: calc(100% + var(--grid-container--content-padding));
    border-radius: 16px 0 0 16px;
  }
  .homepage__visual-image-left {
    border-radius: 0 16px 16px 0;
    transform: translateX(calc(-1 * var(--grid-container--content-padding)));
  }
  .homepage__visual-info-cont {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .homepage__visual-info-box strong {
    font-size: 24px;
  }
  .homepage__visual-info-box span {
    font-size: 14px;
  }
  .homepage__info-box {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
    border-top: 1px solid #595959;
    width: 100%;
    padding: 0 calc(2 * var(--grid-container--content-padding)) 40px calc(2 * var(--grid-container--content-padding));
  }
  .homepage__info-box:last-child {
    border-bottom: 1px solid #595959;
  }
  .homepage__info-box::before {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #595959;
  }
  .homepage__info-box:nth-child(odd)::before {
    left: var(--grid-container--content-padding);
  }
  .homepage__info-box:nth-child(even)::before {
    right: var(--grid-container--content-padding);
  }
  .homepage__info-title {
    margin-bottom: 8px;
  }
  .homepage__info-logo {
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .homepage__info-logo svg {
    height: 78px;
    width: 127px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .homepage__gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .homepage__gallery-box:nth-child(1) {
    grid-column: 1/3;
  }
  .homepage__gallery-box:not(:first-child) {
    height: 45vw;
  }
  .homepage__gallery-box picture {
    width: 100%;
    height: 100%;
  }
  .homepage__gallery-box picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .homepage__offer .bckg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .homepage__offer .bckg-image picture,
.homepage__offer .bckg-image img {
    width: 100%;
    height: 100%;
  }
  .homepage__offer .bckg-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .homepage__offer-container {
    padding: 40px 0;
  }
}
@media screen and (min-width: 500px) {
  .homepage__hero-grid-cont {
    grid-template-columns: 1fr 1fr;
  }
  .homepage__hero-grid-box:nth-child(3) {
    border-bottom: 1px solid #595959;
  }
  .homepage__hero-grid-box:nth-child(odd) {
    border-right: 0;
  }
}
@media screen and (min-width: 700px) {
  .homepage__hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: calc(var(--space-large) * 1.1);
  }
  .homepage__hero-image-one {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .homepage__hero-image-two {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .homepage__hero-text-box {
    margin-top: calc(var(--space-large) * 1.26);
  }
  .homepage__hero-grid-cont {
    grid-column: 1/3;
  }
  .homepage__visual-container {
    grid-template-columns: 28% auto;
    grid-row-gap: 30px;
    grid-template-rows: auto 1fr;
    align-items: start;
  }
  .homepage__visual-image-top {
    grid-column: 2/3;
    width: 100%;
    border-radius: 16px;
    border-right: 6px solid #DEDEDE;
  }
  .homepage__visual-image-left {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .homepage__visual-info-cont {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
  .homepage__visual-title {
    grid-column: 1/3;
  }
  .homepage__info-box {
    align-items: center;
    grid-template-columns: 1fr 160px 1fr;
    grid-template-areas: "text-one image text-two";
    grid-row-gap: 0;
    padding: 0 40px;
    overflow: hidden;
  }
  .homepage__info-box:nth-child(odd)::before {
    left: 20px;
  }
  .homepage__info-box:nth-child(odd) .homepage__info-text-box-full {
    padding-right: 20px;
    grid-area: text-one;
  }
  .homepage__info-box:nth-child(odd) .homepage__info-text-box-simple {
    padding-left: 40px;
    grid-area: text-two;
  }
  .homepage__info-box:nth-child(odd) .homepage__info-text-box-simple::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 20px;
    width: 1px;
    height: 700px;
    background: #595959;
  }
  .homepage__info-box:nth-child(even)::before {
    right: 20px;
  }
  .homepage__info-box:nth-child(even) .homepage__info-text-box-simple {
    grid-area: text-one;
    padding-right: 40px;
  }
  .homepage__info-box:nth-child(even) .homepage__info-text-box-simple::before {
    content: "";
    position: absolute;
    top: -200px;
    right: 20px;
    width: 1px;
    height: 700px;
    background: #595959;
  }
  .homepage__info-box:nth-child(even) .homepage__info-text-box-full {
    grid-area: text-two;
    padding-left: 40px;
  }
  .homepage__info-title {
    font-size: calc(var(--font-scale__base) * 1.728);
  }
  .homepage__info-desc {
    font-size: calc(var(--font-scale__base) * 1);
  }
  .homepage__info-logo {
    grid-area: image;
  }
  .homepage__gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .homepage__gallery-box {
    height: 22vw !important;
  }
  .homepage__gallery-box:nth-child(1) {
    grid-column: 1/3;
  }
  .homepage__offer-box {
    align-items: center;
  }
  .homepage__offer-container {
    padding: 100px 0;
  }
  .homepage__offer-title {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .homepage__hero-grid-cont {
    grid-template-columns: repeat(4, 1fr);
  }
  .homepage__hero-grid-box {
    border-bottom: 1px solid #595959 !important;
    padding-bottom: calc(var(--space-large) * 1.38);
  }
  .homepage__hero-grid-box:nth-child(1) {
    border-left: 0;
    padding-left: 0;
  }
  .homepage__hero-grid-box:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .homepage__hero-grid-box:nth-child(2) {
    border-right: 0;
  }
  .homepage__visual-container {
    grid-template-columns: 34% auto;
  }
  .homepage__visual-info-cont {
    grid-template-columns: repeat(4, 1fr);
  }
  .homepage__visual-title {
    grid-column: 1/5;
  }
  .homepage__offer-container {
    padding: 120px 0 160px 0;
  }
  .homepage__offer .bckg-image {
    width: 60%;
  }
}
@media screen and (min-width: 1100px) {
  .homepage__info-box {
    grid-template-columns: 1fr 240px 1fr;
    padding: 0 80px;
  }
  .homepage__info-box:nth-child(odd)::before {
    left: 40px;
  }
  .homepage__info-box:nth-child(odd) .homepage__info-text-box-full {
    padding-right: 40px;
  }
  .homepage__info-box:nth-child(odd) .homepage__info-text-box-simple {
    padding-left: 80px;
  }
  .homepage__info-box:nth-child(odd) .homepage__info-text-box-simple::before {
    left: 40px;
  }
  .homepage__info-box:nth-child(even)::before {
    right: 40px;
  }
  .homepage__info-box:nth-child(even) .homepage__info-text-box-simple {
    padding-right: 80px;
  }
  .homepage__info-box:nth-child(even) .homepage__info-text-box-simple::before {
    right: 40px;
  }
  .homepage__info-box:nth-child(even) .homepage__info-text-box-full {
    padding-left: 80px;
  }
  .homepage__info-title {
    font-size: calc(var(--font-scale__base) * 2.488);
  }
  .homepage__info-desc {
    font-size: calc(var(--font-scale__base) * 1.2);
  }
  .homepage__info-logo {
    height: 240px;
  }
  .homepage__info-logo svg {
    height: 117px;
    width: 190px;
  }
}
@media screen and (min-width: 1300px) {
  .homepage__visual-container {
    grid-row-gap: calc(var(--space-large) * 1.38);
  }
  .homepage__visual-info-cont {
    grid-gap: 32px;
  }
  .homepage__gallery-box:hover .abs-tissue {
    opacity: 1;
    visibility: visible;
  }
  .homepage__gallery .abs-tissue {
    transition: 0.3s all;
    opacity: 0;
    visibility: hidden;
    border: calc(var(--space-small) * 1.14) solid rgba(255, 255, 255, 0.75);
  }
}
@media screen and (min-width: 1680px) {
  .homepage__hero-image {
    width: calc(100% + calc((100vw - 1600px) / 2));
  }
  .homepage__hero-image-one {
    transform: translateX(calc(-1 * calc((100vw - 1600px) / 2)));
  }
  .homepage__visual-image-left {
    transform: translateX(calc(-1 * calc((100vw - 1600px) / 2)));
  }
  .homepage__gallery-box {
    height: 375px !important;
  }
  .homepage__offer-container {
    padding: 188px 0 240px 0;
  }
}
@media screen and (min-width: 1800px) {
  .homepage__visual-container {
    grid-template-columns: 544px 1136px;
  }
  .homepage__visual-image-left {
    transform: translateX(-160px);
  }
  .homepage__visual-image-top {
    transform: translateX(-80px);
  }
  .homepage__visual-info-cont {
    transform: translateX(-80px);
  }
}
@media screen and (min-width: 1921px) {
  .homepage__visual-container {
    grid-template-columns: 720px 1136px;
  }
  .homepage__visual-image-left {
    transform: translateX(-336px);
  }
  .homepage__visual-image-top {
    transform: translateX(-256px);
  }
  .homepage__visual-info-cont {
    transform: translateX(-256px);
  }
}
@media screen and (min-width: 2120px) {
  .homepage__hero-container {
    grid-template-columns: 768px 768px;
  }
  .homepage__hero-image {
    width: 1024px;
    border-radius: 16px !important;
  }
  .homepage__hero-image-one {
    transform: translateX(calc(-1 * 260px));
    border-left: 6px solid rgba(222, 222, 222, 0.25);
  }
  .homepage__hero-image-two {
    border-right: 6px solid rgba(222, 222, 222, 0.25);
  }
}
@media screen and (min-width: 2290px) {
  .homepage__visual-image-left {
    border-radius: 16px;
    border-left: 6px solid #DEDEDE;
  }
  .homepage__offer-container {
    max-width: 2290px;
    margin: 0 auto;
  }
}
