@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 62.5%;
  /* For better font-size styling 0.625 * 16px = 10px -> 1rem = 10px */
  margin: 0;
  padding: 0;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input {
  border: none;
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

body,
html {
  font-weight: 400;
  font-family: "ClashDisplay-variable", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fcfaf6;
}

h1 {
  font-size: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 500;
}

.text {
  font-weight: 400;
  font-size: 1.6rem;
  color: #44413d;
  line-height: 1.6;
}
.text--white {
  color: #fcfaf6;
}

.hlarge {
  font-size: 4rem;
  color: #44413d;
  font-weight: 500;
}
.hlarge--white {
  color: #fcfaf6;
}
@media only screen and (min-width : 480px) {
  .hlarge {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .hlarge {
    font-size: 6.4rem;
  }
}

.hmedium {
  font-size: 3.6rem;
  color: #44413d;
  font-weight: 500;
}
.hmedium--white {
  color: #fcfaf6;
}
@media only screen and (min-width : 480px) {
  .hmedium {
    font-size: 4rem;
  }
}
@media only screen and (min-width : 992px) {
  .hmedium {
    font-size: 4.8rem;
  }
}

.hsmall {
  font-size: 3rem;
  color: #44413d;
  font-weight: 500;
}
.hsmall--white {
  color: #fcfaf6;
}
@media only screen and (min-width : 480px) {
  .hsmall {
    font-size: 3rem;
  }
}
@media only screen and (min-width : 992px) {
  .hsmall {
    font-size: 3.6rem;
  }
}

.htiny {
  font-size: 2rem;
  color: #44413d;
  font-weight: 500;
}
.htiny--white {
  color: #fcfaf6;
}
@media only screen and (min-width : 480px) {
  .htiny {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .htiny {
    font-size: 3rem;
  }
}

.standard-text {
  font-weight: 400;
  font-family: "ClashDisplay-variable", sans-serif;
  font-size: 1.6rem;
  color: #44413d;
}
.standard-text--white {
  color: #fcfaf6;
}
.standard-text--brown {
  color: #44413d;
}
.standard-text p {
  font-weight: 400;
  line-height: 1.6;
}
.standard-text p:not(:last-child) {
  margin-bottom: 15px;
}
.standard-text a {
  text-decoration: underline;
  color: #44413d;
}
.standard-text a:hover {
  text-decoration: none;
}
.standard-text b,
.standard-text strong {
  font-weight: 600;
}
.standard-text h2 {
  font-size: 4rem;
  color: #44413d;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (min-width : 480px) {
  .standard-text h2 {
    font-size: 4.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h2 {
    font-size: 6.4rem;
  }
}
.standard-text h3 {
  font-size: 3.6rem;
  color: #44413d;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (min-width : 480px) {
  .standard-text h3 {
    font-size: 4rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h3 {
    font-size: 4.8rem;
  }
}
.standard-text h4 {
  font-size: 3rem;
  color: #44413d;
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (min-width : 480px) {
  .standard-text h4 {
    font-size: 3rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h4 {
    font-size: 3.6rem;
  }
}
.standard-text h5 {
  font-size: 2rem;
  color: #44413d;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (min-width : 480px) {
  .standard-text h5 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width : 992px) {
  .standard-text h5 {
    font-size: 3rem;
  }
}
.standard-text h6 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.standard-text ol {
  margin-bottom: 20px;
  padding-left: 20px;
}
.standard-text ul {
  list-style: none;
  margin-bottom: 30px;
}
.standard-text li {
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
  margin-bottom: 6px;
}
.standard-text ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 10px;
  background-color: #44413d;
}

.header {
  position: absolute;
  z-index: 30;
  width: 100%;
  top: 0;
  left: 0;
}
.header--relative {
  position: relative;
}
.header__logo-wrap {
  font-size: 0;
}
.header__logo {
  height: 40px;
}
@media only screen and (min-width : 1080px) {
  .header__logo {
    height: 60px;
  }
}
.header__logo-m-nav {
  position: absolute;
  top: 25px;
  left: 15px;
  height: 40px;
  display: block;
}
@media only screen and (min-width : 480px) {
  .header__logo-m-nav {
    left: 40px;
  }
}
@media only screen and (min-width : 1080px) {
  .header__logo-m-nav {
    display: none;
  }
}
.header__inner {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .header__inner {
    height: 110px;
  }
}
.header__right {
  display: none;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.header__right.opened {
  display: block;
  position: fixed;
  padding-top: 180px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #44413d;
  top: 0;
  left: 0;
  overflow-y: auto;
}
@media only screen and (min-width : 1080px) {
  .header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
  .header__right.opened {
    display: none;
  }
}
@media only screen and (min-width : 1080px) {
  .header__nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }
}
.header__location {
  display: none;
}
@media only screen and (min-width : 768px) {
  .header__location {
    display: block;
    margin-right: 30px;
    color: #44413d;
    text-decoration: none;
    font-weight: 400;
  }
}
.header__langs {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width : 1080px) {
  .header__langs {
    margin-left: 40px;
  }
}
.header__lang {
  color: #fcfaf6;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  margin-bottom: 30px;
  font-weight: 400;
  position: relative;
  transition: 0.2s all;
  opacity: 0.5;
  width: auto;
}
@media only screen and (min-width : 1080px) {
  .header__lang {
    display: flex;
    margin-bottom: 0;
    font-size: 2rem;
    color: #fcfaf6;
    font-family: "ClashDisplay-variable", sans-serif;
    text-align: center;
  }
  .header__lang:hover {
    opacity: 1;
  }
}
.header__lang.active {
  opacity: 1;
  cursor: default;
}
.header__lang--dark {
  color: #fcfaf6;
}
@media only screen and (min-width : 1080px) {
  .header__lang--dark {
    color: #44413d;
  }
}
.header__lang-divider {
  color: #fcfaf6;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 400;
  padding: 0 10px;
  width: auto;
}
.header__lang-divider--dark {
  color: #fcfaf6;
}
@media only screen and (min-width : 1080px) {
  .header__lang-divider--dark {
    color: #44413d;
  }
}

.footer__inner {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px 0;
  display: block;
}
@media only screen and (min-width : 768px) {
  .footer__inner {
    display: flex;
    justify-content: space-between;
  }
}
.footer__inner--noline {
  border-top: 0;
}
.footer__links-wrap {
  display: block;
}
@media only screen and (min-width : 992px) {
  .footer__links-wrap {
    display: flex;
    align-items: center;
  }
}
.footer__creator {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
@media only screen and (min-width : 768px) {
  .footer__creator {
    margin-top: 0;
  }
}
.footer__creator-logo {
  height: 30px;
}
.footer__link {
  display: block;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
}
.footer__link:not(:last-child) {
  margin-right: 0;
  margin-bottom: 5px;
}
.footer__link:hover {
  text-decoration: none;
}
@media only screen and (min-width : 992px) {
  .footer__link:not(:last-child) {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.footer__static {
  display: block;
  color: #44413d;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-right: 0px;
  margin-bottom: 5px;
}
@media only screen and (min-width : 992px) {
  .footer__static {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.footer__static--creator {
  margin-right: 15px;
  margin-bottom: 0;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.container {
  width: 1600px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  z-index: 0;
}
@media only screen and (min-width : 480px) {
  .container {
    padding: 0px 20px;
  }
}

.container-wide {
  width: 1800px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  z-index: 0;
}
@media only screen and (min-width : 480px) {
  .container-wide {
    padding: 0px 20px;
  }
}

.section {
  margin-bottom: 75px;
}
@media only screen and (min-width : 480px) {
  .section {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width : 992px) {
  .section {
    margin-bottom: 150px;
  }
}

.hero {
  height: 500px;
  position: relative;
}
@media only screen and (min-width : 768px) {
  .hero {
    min-height: 600px;
    height: 100vh;
  }
}
@media only screen and (min-width : 992px) {
  .hero {
    min-height: 700px;
  }
}
.hero--page {
  min-height: 100vh;
  height: auto;
}
.hero--page .hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
}
.hero--page .hero__content {
  padding: 0;
}
.hero__slide {
  position: relative;
  height: 100%;
  width: 100%;
}
.hero__overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  background-color: rgba(0, 0, 0, 0.16);
}
.hero__overlay--dark {
  background-color: rgba(0, 0, 0, 0.8);
}
.hero__img {
  height: 100%;
  background-position: center 20%;
  background-size: cover;
}
.hero__inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero__content {
  padding-bottom: 50px;
}
.hero__content--small {
  max-width: 1000px;
  margin: 0 auto;
}
.hero__text {
  font-size: 1.6rem;
  font-family: "ClashDisplay-variable", sans-serif;
  color: #fcfaf6;
  line-height: 1.5em;
  max-width: 1000px;
}
@media only screen and (min-width : 480px) {
  .hero__text {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width : 992px) {
  .hero__text {
    font-size: 2.4rem;
  }
}

.nav--dark .nav__link {
  color: #fcfaf6;
}
@media only screen and (min-width : 1080px) {
  .nav--dark .nav__link {
    color: #44413d;
  }
}
.nav__menu {
  list-style: none;
  display: block;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width : 1080px) {
  .nav__menu {
    display: flex;
    width: 100%;
  }
}
.nav__item {
  position: relative;
}
@media only screen and (min-width : 1080px) {
  .nav__item:not(:last-child) {
    margin-right: 40px;
  }
}
.nav__link {
  color: rgb(252, 250, 246);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 400;
  position: relative;
  transition: 0.2s all;
  font-family: "ClashDisplay-variable", sans-serif;
  text-transform: uppercase;
}
.nav__link--plus {
  position: relative;
  padding-right: 16px;
}
.nav__link::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 162px;
  height: 64px;
  background-position: center center;
  background-repeat: no-repeat;
  left: 50%;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
  background-image: url(/site/templates/assets/images/circle.svg);
  background-size: contain;
  opacity: 0;
  transition: 0.4s all;
}
@media only screen and (min-width : 1080px) {
  .nav__link {
    display: flex;
    margin-bottom: 0;
    font-size: 2rem;
    color: #fcfaf6;
    font-family: "ClashDisplay-variable", sans-serif;
  }
  .nav__link:hover::after {
    opacity: 1;
  }
  .nav__link.active::after {
    opacity: 1;
  }
}
.nav__link.opened .nav__plus {
  transform: rotate(225deg);
}
.nav__plus {
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  right: 0;
  bottom: 6px;
  transform-origin: 50% 50%;
  transform: rotate(0);
  transition: 0.5s all;
}
.nav__plus::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: rgb(252, 250, 246);
}
.nav__plus::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  bottom: 0;
  left: 5px;
  background-color: rgb(252, 250, 246);
}
@media only screen and (min-width : 1080px) {
  .nav__plus--dark::before, .nav__plus--dark::after {
    background-color: #44413d;
  }
}
.nav__drop {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding-top: 15px;
  transition: 0.3s all;
  z-index: 1000;
}
@media only screen and (min-width : 1080px) {
  .nav__drop {
    left: -16px;
    padding-top: 25px;
    transform: translateX(0);
  }
}
.nav__link.opened + .nav__drop {
  visibility: visible;
  opacity: 1;
}
.nav__submenu {
  background-color: rgb(0, 0, 0);
  list-style: none;
  margin: 0;
  padding: 10px 16px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media only screen and (min-width : 1080px) {
  .nav__submenu--light {
    background-color: rgb(252, 250, 246);
  }
}
.nav__submenu li a {
  text-decoration: none;
}
.nav__submenu li a:hover {
  text-decoration: underline;
}
.nav__subitem:not(:last-child) {
  margin-bottom: 15px;
}
.nav__sublink {
  color: rgb(252, 250, 246);
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  transition: 0.6s all;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (min-width : 1080px) {
  .nav__sublink {
    text-align: left;
  }
  .nav__submenu--light .nav__sublink {
    color: rgb(0, 0, 0);
  }
}

.swiper-hero {
  height: 100% !important;
  width: 100%;
  --swiper-navigation-size: 48px;
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 40px;
}
.swiper-hero .swiper-pagination-bullet {
  width: 60px;
  height: 5px;
  border-radius: 30px;
  background-color: rgb(252, 250, 246);
  opacity: 0.3;
}
@media only screen and (min-width : 768px) {
  .swiper-hero .swiper-pagination-bullet {
    width: 90px;
  }
}
.swiper-hero .swiper-pagination-bullet-active {
  width: 60px;
  background-color: rgb(252, 250, 246);
  opacity: 1;
}
@media only screen and (min-width : 768px) {
  .swiper-hero .swiper-pagination-bullet-active {
    width: 90px;
  }
}
.swiper-hero .swiper-button-next, .swiper-hero .swiper-button-prev {
  display: none;
  opacity: 0.7;
  transition: 0.3s all;
}
@media only screen and (min-width : 1080px) {
  .swiper-hero .swiper-button-next, .swiper-hero .swiper-button-prev {
    display: block;
    width: 48px;
    height: 48px;
  }
}
.swiper-hero .swiper-button-next:hover, .swiper-hero .swiper-button-prev:hover {
  opacity: 1;
}
.swiper-hero .swiper-button-next::after, .swiper-hero .swiper-button-prev::after {
  content: "";
}
.swiper-hero .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}
.swiper-hero .custom-swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #44413d;
  border-radius: 10px;
  height: 48px;
  width: 48px;
}
.swiper-hero .custom-swiper-arrow-img {
  display: block;
  width: 16px;
  height: auto;
}

.swiper-pagination2 {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.swiper-pagination2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #44413d;
  opacity: 1;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
  width: 34px;
}

.burger {
  cursor: pointer;
  display: block;
  float: right;
  z-index: 15000;
}
@media only screen and (min-width : 1080px) {
  .burger {
    display: none;
  }
}
.burger__wrap {
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 1080px) {
  .burger__wrap {
    display: none;
  }
}
.burger__wrap--dark .burger-1,
.burger__wrap--dark .burger-2,
.burger__wrap--dark .burger-3 {
  background-color: #44413d;
}

.burger-1,
.burger-2,
.burger-3 {
  display: block;
  position: relative;
  z-index: 3;
  width: 23px;
  height: 3px;
  background-color: #fcfaf6;
  transition: 0.4s;
}

.burger-1,
.burger-2 {
  margin-bottom: 6px;
}

.burger.opened .burger-1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 5px);
  transform: rotate(-45deg) translate(-4px, 5px);
  background-color: #fcfaf6;
}

.burger.opened .burger-2 {
  opacity: 0;
  background-color: #fcfaf6;
}

.burger.opened .burger-3 {
  -webkit-transform: rotate(45deg) translate(-7.5px, -9px);
  transform: rotate(45deg) translate(-7.5px, -9px);
  background-color: #fcfaf6;
}

.gallery__inner {
  display: grid;
  grid-template-columns: 1fr; /* Jeden sloupec na malých obrazovkách */
  gap: 1.5rem; /* Mezera mezi položkami */
  padding: 1.5rem 0 1.5rem 0;
}
@media only screen and (min-width : 768px) {
  .gallery__inner {
    grid-template-columns: repeat(2, 1fr); /* Dva sloupce */
  }
}
.gallery__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 120%;
  text-decoration: none;
  cursor: pointer;
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery__item:hover .gallery__item-link::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background-color: #fcfaf6;
  opacity: 1;
  transition: 0.8s all;
}
.gallery__item--pricelist {
  background-color: rgb(38, 37, 33);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery__gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 0.7) 100%);
  display: flex;
  align-items: flex-end;
}
.gallery__text-wrap {
  display: block;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}
.gallery__text-wrap--pricelist {
  justify-content: flex-end;
}
@media only screen and (min-width : 1080px) {
  .gallery__text-wrap {
    display: flex;
  }
}
.gallery__item-heading {
  font-size: 3.2rem;
  color: #fcfaf6;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (min-width : 1080px) {
  .gallery__item-heading {
    margin-bottom: 0;
  }
}
.gallery__item-link {
  position: relative;
  font-size: 1.8rem;
  color: #fcfaf6;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.gallery__item-link::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background-color: #fcfaf6;
  opacity: 1;
  transition: 0.6s all;
}
@media only screen and (min-width : 1080px) {
  .gallery__item-link {
    display: flex;
    align-self: flex-end;
    justify-content: flex-end;
  }
}
.gallery__pricelist {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4.8rem;
  font-weight: 500;
  color: #fcfaf6;
  text-decoration: none;
  text-align: center;
  padding: 20px;
}
@media only screen and (min-width : 768px) {
  .gallery__pricelist {
    font-size: 6.4rem;
  }
}

.page {
  margin: 80px 0 40px 0;
}
.page__heading-wrap {
  position: relative;
  display: inline-block;
}
.page__heading-wrap--mb {
  margin-bottom: 30px;
}
.page__heading {
  text-transform: uppercase;
}
.page__number {
  position: absolute;
  top: 0;
  left: calc(100% + 5px);
  font-size: 2.8rem;
  font-weight: 300;
  opacity: 0.5;
}
@media only screen and (min-width : 480px) {
  .page__number {
    font-size: 3.6rem;
    left: calc(100% + 15px);
  }
}
@media only screen and (min-width : 992px) {
  .page__number {
    font-size: 4.4rem;
  }
}
.page__number--small {
  font-size: 1.8rem;
}
@media only screen and (min-width : 480px) {
  .page__number--small {
    font-size: 2.4rem;
    left: calc(100% + 10px);
  }
}
@media only screen and (min-width : 992px) {
  .page__number--small {
    font-size: 3rem;
  }
}

.block {
  padding-top: 160px;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 160px;
}
@media only screen and (min-width : 1080px) {
  .block {
    padding-top: 120px;
  }
}
@media only screen and (min-width : 1080px) {
  .block--price {
    padding-right: 120px;
  }
}
@media only screen and (min-width : 1080px) {
  .block--contact {
    padding-right: 0px;
  }
}
.block__inner {
  position: relative;
  background-color: #fcfaf6;
  padding: 25px 30px;
  display: inline-block;
  max-width: 560px;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width : 1080px) {
  .block__inner::after {
    content: "";
    display: block;
    position: absolute;
    right: 32px;
    top: -16px;
    width: 20px;
    height: 20px;
    background-image: url(/site/templates/assets/images/triangle.svg);
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.block__item {
  margin: 30px 0 0 0;
}
.block__heading {
  font-weight: 400;
  font-size: 2.2rem;
  color: #44413d;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.block__price {
  font-weight: 500;
  font-size: 2.2rem;
  color: #44413d;
  margin-bottom: 15px;
}
.block__detail {
  font-weight: 400;
  font-size: 1.8rem;
  color: #44413d;
  margin-bottom: 15px;
}
.block__additional {
  font-weight: 400;
  font-size: 1.4rem;
  color: #44413d;
  margin-bottom: 15px;
}
.block__divider {
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
  width: 100%;
  margin: 30px 0;
}

.form {
  padding-bottom: 60px;
}

.form-wrap {
  padding: 0 0 40px 0;
}

.form-wrap .form-row {
  display: flex;
  margin: 10px 0 40px 0;
}

.form-row .input-data {
  width: 100%;
  height: 40px;
  position: relative;
}

.form-row .textarea {
  height: 70px;
}

.input-data input,
.textarea textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1.8rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  background-color: #fcfaf6;
}

.input-data input:focus ~ label,
.textarea textarea:focus ~ label,
.input-data input:valid ~ label,
.textarea textarea:valid ~ label {
  transform: translateY(-24px);
  font-size: 1.4rem;
  color: #44413d;
  text-transform: uppercase;
}

.textarea textarea {
  resize: none;
  padding-top: 10px;
}

.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.textarea label {
  width: 100%;
  bottom: 40px;
}

.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #44413d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before {
  transform: scale(1);
}

.consent {
  font-weight: 400;
  font-size: 1.6rem;
  color: #44413d;
  line-height: 1.6;
}
.consent__button-wrap {
  margin-top: 20px;
}
.consent__link {
  color: #44413d;
  text-decoration: underline;
}
.consent__link:hover {
  text-decoration: none;
}

.contactForm__message {
  margin-bottom: 15px;
}
.contactForm__messageError {
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(136, 0, 0);
}
.contactForm__messageSuccess {
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(0, 98, 0);
}

.button {
  position: relative;
  color: #44413d;
  background-color: #fcfaf6;
  text-align: left;
  outline: none;
  font-weight: 400;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all;
  font-size: 2rem;
  padding: 10px 40px;
  text-decoration: none;
  align-items: center;
  border-radius: 100px;
  border: 1px #44413d solid;
  text-transform: uppercase;
}
.button:hover {
  background-color: #44413d;
  color: #fcfaf6;
}
@media only screen and (min-width : 568px) {
  .button {
    font-size: 2rem;
    padding: 12px 50px;
  }
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(68, 65, 61, 0.7);
  z-index: 10000;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}
.loading__circle {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loading__circle:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading 1.2s linear infinite;
  opacity: 0.8;
}
.loading.show {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=main.css.map */
