/*! 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;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor; /* 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;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on August 20, 2017 6:55 PM */
@font-face {
  font-family: "Century Gothic";
  src: url(/fonts/CenturyGothic-Italic.eot);
  src: url(/fonts/CenturyGothic-Italic.eot?#iefix) format("embedded-opentype"), url(/fonts/CenturyGothic-Italic.woff) format("woff"), url(/fonts/CenturyGothic-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Century Gothic";
  src: url(/fonts/CenturyGothic.eot);
  src: url(/fonts/CenturyGothic.eot?#iefix) format("embedded-opentype"), url(/fonts/CenturyGothic.woff) format("woff"), url(/fonts/CenturyGothic.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url(/fonts/CenturyGothic-Bold.eot);
  src: url(/fonts/CenturyGothic-Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/CenturyGothic-Bold.woff) format("woff"), url(/fonts/CenturyGothic-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Century Gothic";
  src: url(/fonts/CenturyGothic-BoldItalic.eot);
  src: url(/fonts/CenturyGothic-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/fonts/CenturyGothic-BoldItalic.woff) format("woff"), url(/fonts/CenturyGothic-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Bodoni-bt-bd";
  src: url(/fonts/BodonBd.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.container {
  box-sizing: border-box;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, Helvetica, sans-serif;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 16px;
  background-color: #faf8f4;
}

body.no-scroll {
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}

.container-fluid {
  max-width: 1665px;
}

.arrow {
  font-family: serif;
}

.js-hide {
  display: none !important;
}

h1 {
  font-size: 72px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: #531a1d;
  transition-property: color, fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
a:hover {
  color: #f16e65;
  fill: #f16e65;
}
a:active {
  color: #531a1d;
  fill: #531a1d;
}

.text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.text-bold {
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.short-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.italic-text {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  font-weight: 400;
}

.intro-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.icon-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

b, strong {
  font-weight: 700;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 44px / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f16e65;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  text-transform: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: normal;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #f16e65;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #f16e65;
  background: var(--swiper-pagination-bullet-inactive-color, #f16e65);
  opacity: 0.2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #f16e65;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f16e65;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #f16e65;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
[dir="ltr"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-left: var(--swiper-centered-offset-before);
}
[dir="rtl"] .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-right: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.button,
a.button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  outline: none;
  font: inherit;
  background: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-color: #b9463e;
  background-color: #b9463e;
  color: #ffffff;
  fill: #ffffff;
  stroke: #ffffff;
  transition-property: color, fill, stroke, border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.button:hover,
a.button:hover {
  background-color: #f16e65;
  border-color: #f16e65;
}
.button:active,
a.button:active {
  background-color: #b9463e;
  border-color: #b9463e;
}
.button:disabled, .button[disabled],
a.button:disabled,
a.button[disabled] {
  background-color: #d0c1ae;
  border-color: #d0c1ae;
  color: #e2d5c6;
  fill: #e2d5c6;
  stroke: #e2d5c6;
  cursor: auto;
  pointer-events: none;
}

.button--icon:disabled, .button--icon[disabled] {
  color: #b9463e;
  fill: #b9463e;
  stroke: #b9463e;
  background-color: #531a1d;
}

.button--transparent,
a.button--transparent {
  border-color: #b9463e;
  color: #b9463e;
  fill: #b9463e;
  stroke: #b9463e;
  background-color: transparent;
}
.button--transparent:hover,
a.button--transparent:hover {
  color: #ffffff;
}
.button--transparent:disabled, .button--transparent[disabled],
a.button--transparent:disabled,
a.button--transparent[disabled] {
  border-color: #c2b4a3;
  background-color: transparent;
  color: #c2b4a3;
  fill: #c2b4a3;
  stroke: #c2b4a3;
}

.button--transparent-light,
a.button--transparent-light {
  border-color: #ffffff;
  color: #ffffff;
  fill: #ffffff;
  stroke: #ffffff;
  background-color: transparent;
}
.button--transparent-light:hover,
a.button--transparent-light:hover {
  color: #ffffff;
}
.button--transparent-light:disabled, .button--transparent-light[disabled],
a.button--transparent-light:disabled,
a.button--transparent-light[disabled] {
  opacity: 0.7;
}

.button__icon--booking {
  width: 24px;
  height: 20px;
  margin-right: 9px;
}

.button__icon--calendar {
  width: 24px;
  height: 24px;
  margin-right: 9px;
}

.input._error .input__field {
  border-color: #f69679;
}
.input._error .input__field + span {
  padding-left: 15px;
  color: #f69679;
}

.input__field {
  width: 100%;
  background-color: #faf8f4;
  border: 1px solid #faf8f4;
  font-size: 13px;
  line-height: 24px;
  color: #422f30;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  outline: none;
  height: 48px;
  padding-left: 15px;
  padding-right: 15px;
}
.input__field::-moz-placeholder {
  color: #a8a294;
}
.input__field::placeholder {
  color: #a8a294;
}
.input__field:hover, .input__field:focus {
  box-shadow: 0px 8px 32px 0px rgba(210, 199, 182, 0.48);
}
.input__field:not(:-moz-placeholder-shown) {
  border-color: #ece6dc;
}
.input__field:not(:placeholder-shown) {
  border-color: #ece6dc;
}
.input__field:disabled {
  background-color: #f8f5f1;
  border-color: #ece6dc;
}
.input__field:disabled::-moz-placeholder {
  opacity: 0.4;
}
.input__field:disabled::placeholder {
  opacity: 0.4;
}

.slider__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  border-radius: 2px;
  width: 64px;
  height: 64px;
  color: #531a1d;
  background-color: rgba(255, 255, 255, 0.64);
  font-size: 18px;
  font-weight: 700;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.slider__button:hover {
  color: #f16e65;
}
.slider__button:active {
  color: #531a1d;
}
.slider__button:disabled, .slider__button[disabled], .slider__button.swiper-button-disabled {
  color: #81786d;
  pointer-events: all;
  cursor: auto;
}
.slider__button.swiper-button-lock {
  display: none;
}

.checkbox__label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #422f30;
  cursor: pointer;
}

.checkbox__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 2px solid #c2b4a3;
  background-color: #ffffff;
  margin-right: 7px;
  flex-shrink: 0;
  transition-property: border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.checkbox__label:hover {
  color: #f16e65;
}
.checkbox__label:hover .checkbox__box {
  border-color: #f16e65;
}

.checkbox__icon {
  display: block;
  width: 15px;
  height: 15px;
  opacity: 0;
  margin-bottom: 3px;
  margin-right: -4px;
  stroke-width: 3px;
  paint-order: stroke;
  fill: #531a1d;
  stroke: #ffffff;
  transition: opacity 0.3s ease-in-out;
}

.checkbox__input:checked + .checkbox__label .checkbox__box {
  border-color: #531a1d;
  background-color: white;
}
.checkbox__input:checked + .checkbox__label .checkbox__icon {
  opacity: 1;
}

.textarea._error .textarea__field {
  border-color: #f69679;
}
.textarea._error .textarea__field + span {
  padding-left: 15px;
  color: #f69679;
}

.textarea__field {
  resize: none;
  width: 100%;
  height: 100%;
  background-color: #faf8f4;
  border: 1px solid #faf8f4;
  font-size: 13px;
  line-height: 24px;
  color: #422f30;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.textarea__field::-moz-placeholder {
  color: #a8a294;
}
.textarea__field::placeholder {
  color: #a8a294;
}
.textarea__field:hover, .textarea__field:focus {
  box-shadow: 0px 8px 32px 0px rgba(210, 199, 182, 0.48);
}
.textarea__field:not(:-moz-placeholder-shown) {
  border-color: #ece6dc;
}
.textarea__field:not(:placeholder-shown) {
  border-color: #ece6dc;
}
.textarea__field:disabled {
  background-color: #f8f5f1;
  border-color: #ece6dc;
}
.textarea__field:disabled::-moz-placeholder {
  opacity: 0.4;
}
.textarea__field:disabled::placeholder {
  opacity: 0.4;
}

.content-section {
  position: relative;
  z-index: 2;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: -13px 13px 48px 0px rgba(188, 183, 173, 0.24);
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (min-width: 768px) {
  .content-section {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-header {
  position: sticky;
  top: 0;
  z-index: 11;
  flex-shrink: 0;
}

.main-header__second-row {
  background-color: #531a1d;
  padding: 0;
}

.main-header__second-row-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-header__contacts {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #531a1d;
  top: 0;
  left: 0;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  z-index: 11;
}
.main-header__contacts._active {
  opacity: 1;
  pointer-events: all;
}

.main-header__contacts-close {
  position: absolute;
  right: 15px;
  bottom: -40px;
  width: 40px;
  height: 40px;
  min-height: auto;
}

.main-header__contacts-close-icon {
  width: 20px;
  height: 20px;
  stroke: inherit;
  stroke-width: 1px;
}

.main-header__contacts,
.main-header__contacts-link {
  color: #ffffff;
}

.main-header__contacts-link {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.main-header__contacts-link:active {
  color: #ffffff;
}

.main-header__contacts-item {
  display: flex;
  align-items: center;
}

.main-header__contacts-item-title {
  font-size: 13px;
  line-height: 19px;
  margin-left: 4px;
}

.main-header__mobile-controls {
  display: flex;
  align-items: center;
}

.main-header__contacts-toggle,
.main-header__menu-toggle {
  padding: 0;
  padding-top: 6px;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  width: 40px;
  height: 100%;
  fill: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-header__contacts-toggle:hover,
.main-header__menu-toggle:hover {
  fill: #f16e65;
}

.main-header__contacts-toggle-icon {
  width: 16px;
  height: 16px;
  fill: inherit;
}

.main-header__menu-toggle-icon {
  width: 22px;
  height: 22px;
  fill: inherit;
}

@media screen and (max-width: 575px) {
  .main-header__booking,
  a.main-header__booking {
    background: transparent;
    border-color: transparent;
    height: auto;
    padding: 0;
    margin-left: auto;
    width: 40px;
    padding-top: 3px;
  }
  .main-header__booking:hover, .main-header__booking:active,
  a.main-header__booking:hover,
  a.main-header__booking:active {
    background-color: transparent;
    border-color: transparent;
  }
  .main-header__booking:hover,
  a.main-header__booking:hover {
    fill: #f16e65;
  }
  .main-header__booking-icon {
    width: 20px;
    height: 21px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-header__contacts {
    pointer-events: none;
  }
  .main-header__booking {
    margin-left: auto;
  }
}
@media screen and (min-width: 370px) {
  .main-header__contacts {
    padding-right: 65px;
  }
  .main-header__contacts-close {
    top: 0;
    right: 0;
    bottom: auto;
  }
}
@media screen and (min-width: 768px) {
  .main-header {
    position: relative;
    background-color: #faf8f4;
  }
  .main-header__second-row {
    border-radius: 2px;
    margin-bottom: -48px;
  }
  .main-header__second-row-inner {
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .main-header__contacts {
    position: static;
    display: block;
    opacity: 1;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    width: auto;
    height: auto;
  }
  .main-header__contacts-item {
    display: block;
  }
  .main-header__contacts-close {
    display: none;
  }
  .main-header__booking {
    margin-left: 0;
  }
  .main-header__mobile-controls {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .main-header__contacts {
    display: flex;
  }
  .main-header__contacts-item:first-child {
    position: relative;
    padding-right: 15px;
    padding-left: 0;
  }
  .main-header__contacts-item:first-child::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    display: block;
    width: 1px;
    height: 32px;
    background-color: #611f23;
  }
  .main-header__contacts-item {
    padding-left: 15px;
  }
  .main-header__contacts-item-title {
    display: block;
  }
  .main-header__booking,
  a.main-header__booking {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .main-header__contacts-item:first-child {
    padding-left: 0;
    padding-right: 45px;
  }
  .main-header__contacts-item {
    padding-left: 45px;
  }
}
.logo {
  display: flex;
  align-items: center;
  width: auto;
}

.logo__img {
  display: block;
  width: 100px;
  height: 35px;
}

@media screen and (min-width: 768px) {
  .logo__img {
    width: 200px;
    height: 64px;
  }
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: auto;
  background-color: #faf8f4;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 12;
}
.main-nav._active {
  opacity: 1;
  pointer-events: all;
}

.main-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-nav__item {
  width: 100%;
}

.main-nav__item-icon {
  display: none;
  fill: inherit;
  margin-left: 5px;
  margin-top: 2px;
  width: 10px;
  height: 10px;
}

.main-nav__link {
  display: inline-block;
  padding: 15px;
  font-weight: 700;
}

.main-nav__sub-list {
  list-style-type: none;
  padding-left: 20px;
}

.main-nav__sub-item {
  display: block;
}
.main-nav__sub-item::before {
  content: "-";
  margin-right: 5px;
  color: #531a1d;
}

.main-nav__sub-link {
  display: inline-block;
  padding: 5px;
  font-size: 14px;
}

.main-nav__close {
  position: absolute;
  top: 22px;
  right: 15px;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  stroke: #531a1d;
  transition-property: fill;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.main-nav__close:hover {
  stroke: #f16e65;
}
.main-nav__close:active {
  stroke: #531a1d;
}

.main-nav__close-icon {
  width: 20px;
  height: 20px;
  stroke: inherit;
  stroke-width: 1px;
}

@media screen and (min-width: 768px) {
  .main-nav {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: all;
    padding: 0;
    overflow: visible;
    background-color: transparent;
  }
  .main-nav__list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 0;
  }
  .main-nav__sub-list {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    min-width: 185px;
    width: 100%;
    background-color: #531a1d;
    color: #ffffff;
    padding: 15px 0;
    border-radius: 0 0 2px 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top-color: transparent;
  }
  .main-nav__item {
    position: relative;
    height: 100%;
    width: auto;
    transition-property: background-color, fill;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    fill: #531a1d;
    display: flex;
    align-items: center;
  }
  .main-nav__item._active {
    background-color: #531a1d;
    fill: #ffffff;
  }
  .main-nav__item._active a.main-nav__link {
    color: #ffffff;
  }
  .main-nav__item._active a.main-nav__link:hover {
    text-decoration: underline;
    color: #ffffff;
  }
  .main-nav__item._active a.main-nav__link:active {
    color: #ffffff;
  }
  .main-nav__item-icon {
    display: block;
  }
  .main-nav__sub-item::after {
    display: none;
  }
  .main-nav__link {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .main-nav__close {
    display: none;
  }
  a.main-nav__sub-link {
    color: #ffffff;
  }
  a.main-nav__sub-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
  a.main-nav__sub-link:active {
    color: #ffffff;
  }
}
@media screen and (min-width: 1200px) {
  .main-nav__item {
    padding: 12px 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-nav__item {
    padding: 10px 13px;
  }
  .main-nav__link {
    font-size: 14px;
  }
}
.main-teaser {
  position: relative;
  min-height: 300px;
  height: 100vh;
  max-height: 685px;
  width: 100%;
}

.main-teaser__title {
  font-size: 36px;
  line-height: 44px;
  margin: 0;
}

.main-teaser__title + p {
  margin-top: 25px;
}

.main-teaser__inner,
.main-teaser__item,
.main-teaser__item-inner {
  height: 100%;
}

.main-teaser__item {
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 65px;
}

.main-teaser__item-video {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.5);
  width: auto;
  min-width: 100%;
  height: 100%;
}

.main-teaser__item-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-teaser__item--light {
  color: #422f30;
}

.main-teaser__link {
  max-width: 272px;
  width: 100%;
  margin-top: 31px;
}

.main-teaser > .main-teaser__pagination {
  bottom: 60px;
}

.main-teaser__anchor {
  outline: none;
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 55px;
  border-radius: 2px 2px 0 0;
  font-size: 26px;
  font-weight: 700;
  background-color: #faf8f4;
}
.main-teaser__anchor:hover {
  color: #f16e65;
}
.main-teaser__anchor:hover .main-teaser__anchor-arrow {
  transform: translateY(12px);
}
.main-teaser__anchor:active {
  color: #b9463e;
}
.main-teaser__anchor:disabled, .main-teaser__anchor[disabled] {
  pointer-events: none;
  color: #afa89f;
}

.main-teaser__anchor-arrow {
  color: inherit;
  transition-property: transform, color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.main-teaser__next,
.main-teaser__prev {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.main-teaser__next {
  right: 15px;
}

.main-teaser__prev {
  left: 15px;
}

@media screen and (min-width: 768px) {
  .main-teaser__title {
    font-size: 48px;
    line-height: 56px;
  }
  .main-teaser__item-inner {
    padding-left: 49px;
    padding-right: 49px;
  }
  .main-teaser__next,
  .main-teaser__prev {
    display: flex;
  }
  .main-teaser__pagination {
    display: none;
  }
  .main-teaser__title + p {
    margin: 0;
    margin-top: 31px;
  }
  .main-teaser__link {
    margin-top: 43px;
  }
}
@media screen and (min-width: 992px) {
  .main-teaser {
    max-height: 885px;
  }
  .main-teaser__title {
    font-size: 72px;
    line-height: 81px;
  }
}
@media screen and (min-width: 1200px) {
  .main-teaser__title + p {
    margin: 0;
    margin-top: 43px;
  }
  .main-teaser__link {
    margin-top: 68px;
  }
}
.rooms {
  color: #422f30;
  padding-top: 39px;
}

.rooms__title {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  margin: 0;
  margin-bottom: 30px;
}

.rooms__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.rooms__notice-icon {
  width: 40px;
  height: 40px;
  fill: #b9463e;
  margin-right: 18px;
}

.rooms__notice-text {
  margin: 0;
  line-height: 22px;
}

.rooms__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -15px;
  margin-top: -15px;
  margin-bottom: 25px;
  padding: 0;
}

.rooms__item {
  color: #ffffff;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  max-width: 410px;
}

.rooms__item-link {
  display: block;
  height: 490px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.rooms__item-link, .rooms__item-link:hover, .rooms__item-link:active {
  color: #ffffff;
}

.rooms__item-inner {
  overflow-anchor: none;
  border-radius: 2px;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.64);
  transition-property: background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.rooms__item-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
}

.rooms__item-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.rooms__item-price {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
  margin-top: 23px;
}

.rooms__item-all {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  margin-top: 31px;
}

.rooms__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rooms__description-content {
  width: 100%;
}

.rooms__subtitle {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 29px;
}

.rooms__description-text {
  margin: 0;
}

.rooms__description-decor {
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 88px;
  width: 404px;
  height: 312px;
  background-image: url(/img/rooms-decor.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.rooms__description-decor-icon {
  width: 92px;
  height: 92px;
  fill: none;
  stroke: #c2b4a3;
  stroke-width: 15;
}

@media screen and (min-width: 576px) {
  .rooms__list {
    margin-top: -30px;
  }
  .rooms__item {
    width: 50%;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .rooms__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 25px;
  }
  .rooms__subtitle {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 31px;
  }
  .rooms__item:hover .rooms__item-inner {
    background-color: rgba(0, 0, 0, 0.64);
  }
  .rooms__item:hover .rooms__item-text--hidden,
  .rooms__item:hover .rooms__item-all {
    opacity: 1;
    max-height: 500px;
    transition-duration: 0.75s;
    transition-timing-function: ease-in;
  }
  .rooms__item-inner {
    background-color: transparent;
  }
  .rooms__item-link {
    padding: 20px;
  }
  .rooms__item-title {
    font-size: 32px;
    line-height: 40px;
  }
  .rooms__item-text--hidden,
  .rooms__item-all {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: max-height, opacity;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
  }
  .rooms__item-price {
    font-size: 24px;
    line-height: 32px;
  }
  .rooms__description-decor {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .rooms__description {
    align-items: flex-start;
    margin-bottom: -20px;
  }
  .rooms__description-decor {
    align-items: center;
    width: 196px;
    height: 154px;
    flex-shrink: 0;
    padding-top: 0;
  }
  .rooms__description-decor-icon {
    width: 58px;
    height: 58px;
    transform: translateY(-25%);
  }
}
@media screen and (min-width: 992px) {
  .rooms {
    padding-top: 69px;
  }
  .rooms__notice {
    margin-bottom: 62px;
  }
  .rooms__list {
    margin-bottom: 50px;
  }
  .rooms__title {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 50px;
  }
  .rooms__subtitle {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 39px;
  }
  .rooms__description-content {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .rooms {
    padding-top: 109px;
  }
  .rooms__list {
    justify-content: space-between;
    height: 690px;
    margin-top: 0;
    margin-bottom: 120px;
  }
  .rooms__item {
    width: 25%;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 0;
  }
  .rooms__item-link {
    height: 100%;
  }
  .rooms__item-inner {
    justify-content: flex-end;
    padding-bottom: 102px;
  }
  .rooms__description-content {
    width: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .rooms__description {
    justify-content: flex-start;
  }
  .rooms__description-decor {
    margin-left: 125px;
  }
}
.what-do {
  padding-top: 12px;
  padding-bottom: 39px;
}

.what-do__title {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  color: #422f30;
  margin: 0;
  margin-bottom: 30px;
}

.what-do__list {
  margin-top: -39px;
}

.what-do__item-wrap {
  padding-top: 39px;
}

.what-do__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.what-do__item .what-do__item-text, .what-do__item:hover .what-do__item-text, .what-do__item:active .what-do__item-text {
  color: #422f30;
}

.what-do__item-decor {
  width: 330px;
  height: 255px;
  background-repeat: no-repeat;
  background-position: top left;
  flex-shrink: 0;
  max-width: 100%;
}
.what-do__item-decor--blue {
  height: 288px;
  background-image: url(/img/what-do/blue.png);
  fill: #669ebe;
}
.what-do__item-decor--green {
  background-image: url(/img/what-do/green.png);
  fill: #4e5a3d;
}
.what-do__item-decor--orange {
  background-image: url(/img/what-do/orange.png);
  fill: #c9984b;
}
.what-do__item-decor--pink {
  background-image: url(/img/what-do/pink.png);
  fill: #531a1d;
}
.what-do__item-decor--gray-blue {
  background-image: url(/img/what-do/gray-blue.png);
  fill: #9faeb0;
}

.what-do__item-decor-icon {
  position: relative;
}
.what-do__item-decor-icon--lift {
  top: 96px;
  left: 88px;
  width: 88px;
  height: 88px;
}
.what-do__item-decor-icon--sauna {
  top: 81px;
  left: 104px;
  width: 89px;
  height: 89px;
}
.what-do__item-decor-icon--massage {
  top: 79px;
  left: 88px;
  width: 85px;
  height: 79px;
}
.what-do__item-decor-icon--billiard {
  top: 104px;
  left: 120px;
  width: 90px;
  height: 77px;
}
.what-do__item-decor-icon--shirt {
  top: 95px;
  left: 106px;
  width: 89px;
  height: 89px;
}

.what-do__item-title {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 13px;
  color: inherit;
  font-weight: 700;
}

.what-do__item-text {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}

.what-do__item-all {
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  margin-top: 5px;
}

@media screen and (max-width: 539px) {
  .what-do__item-decor {
    width: 100px;
    height: 100px;
    background-size: contain;
    margin-right: 10px;
  }
  .what-do__item-decor-icon {
    position: relative;
  }
  .what-do__item-decor-icon--lift {
    top: 20px;
    left: 15px;
    width: 44px;
    height: 44px;
  }
  .what-do__item-decor-icon--sauna {
    top: 15px;
    left: 24px;
    width: 44px;
    height: 44px;
  }
  .what-do__item-decor-icon--massage {
    top: 12px;
    left: 28px;
    width: 44px;
    height: 39px;
  }
  .what-do__item-decor-icon--billiard {
    top: 22px;
    left: 31px;
    width: 45px;
    height: 38px;
  }
  .what-do__item-decor-icon--shirt {
    top: 22px;
    left: 31px;
    width: 39px;
    height: 39px;
  }
}
@media screen and (min-width: 540px) {
  .what-do__item {
    align-items: center;
  }
  .what-do__item-content {
    margin-left: -160px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .what-do__item-decor-icon--lift {
    left: 44px;
  }
  .what-do__item-decor-icon--sauna {
    left: 52px;
  }
  .what-do__item-decor-icon--massage {
    left: 54px;
  }
  .what-do__item-decor-icon--billiard {
    left: 60px;
  }
  .what-do__item-decor-icon--shirt {
    left: 60px;
  }
}
@media screen and (min-width: 576px) {
  .what-do {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  .what-do__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 25px;
  }
  .what-do__list {
    margin-top: -59px;
  }
  .what-do__item-wrap {
    padding-top: 59px;
  }
  .what-do__item-content {
    margin-left: -90px;
  }
  .what-do__item-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 21px;
  }
  .what-do__item-text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .what-do {
    padding-top: 69px;
  }
  .what-do__title {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 70px;
  }
  .what-do__item-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .what-do {
    padding-top: 107px;
  }
  .what-do__item {
    align-items: flex-start;
  }
  .what-do__item-content {
    padding-top: 55px;
  }
}
.about {
  background-image: url(/img/about-bg.jpg), linear-gradient(180deg, #1b4760 0%, #1b4760 50%, #faf8f4 50%, #faf8f4 100%);
  background-repeat: no-repeat;
  background-position: top left, top left;
  padding-top: 39px;
}

.about__title {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  margin: 0;
  margin-bottom: 30px;
  color: #ffffff;
}

.about__intro {
  padding-bottom: 39px;
}

.about__intro-text-wrap + .about__intro-text-wrap {
  margin-top: 10px;
}

.about__intro-text {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin: 0;
}

.about__advantages {
  position: relative;
  background-image: url(/img/about-photo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.about__advantages-item-wrap + .about__advantages-item-wrap {
  margin-top: 20px;
}

.about__advantages-item {
  background-color: #ffffff;
  border-radius: 3px;
  color: #422f30;
  padding-left: 15px;
  padding-top: 35px;
  padding-bottom: 28px;
  padding-right: 135px;
  box-shadow: 0px 24px 48px 0px rgba(222, 222, 219, 0.68);
}

.about__advantages-item--key {
  background-image: url(/img/about/key-bg.png);
  background-repeat: no-repeat;
  background-position: top 16px right -14px;
}

.about__advantages-item--mountain {
  background-image: url(/img/about/mountain-bg.png);
  background-repeat: no-repeat;
  background-position: top 16px right -16px;
}

.about__advantages-item--track {
  background-image: url(/img/about/track-bg.png);
  background-repeat: no-repeat;
  background-position: top 16px right 8px;
}

.about__advantages-item-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 9px;
}

.about__advantages-item-text {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.about__photo {
  position: relative;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding-left: 0;
  padding-right: 0;
}

.about__advantages-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about__info {
  padding-top: 63px;
  padding-bottom: 39px;
  background-color: #faf8f4;
}

.about__info-text {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #422f30;
  text-align: center;
}

.about__info-list-wrap {
  margin-top: -50px;
  padding-top: 50px;
  justify-content: center;
}

.about__info-item {
  padding-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.about__info-item-icon {
  width: 30px;
  height: 30px;
  fill: #c2b4a3;
  flex-shrink: 0;
  margin-right: 10px;
}

.about__info-item-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #422f30;
  margin: 0;
}

@media screen and (max-width: 450px) {
  .about {
    background-position: top 150px left, top left;
  }
}
@media screen and (max-width: 505px) {
  .about__advantages-item {
    background-image: none;
    padding-right: 15px;
  }
  .about__info-item-wrap {
    flex-basis: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 25px;
  }
  .about__advantages-item {
    padding-left: 88px;
    padding-right: 155px;
  }
  .about__info-item-icon {
    width: 40px;
    height: 40px;
    margin-right: 17px;
  }
  .about__info-item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .about {
    padding-top: 69px;
  }
  .about__intro {
    min-height: 850px;
  }
  .about__title {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 50px;
  }
  .about__intro-text-wrap + .about__intro-text-wrap {
    margin-top: 0;
  }
  .about__advantages {
    background: none;
    padding-bottom: 66px;
  }
  .about__photo {
    background-image: url(/img/about-photo.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    border-radius: 2px;
    height: 592px;
    background-size: cover;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .about__advantages-list-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background: none;
  }
  .about__advantages-list {
    padding: 0;
    height: 100%;
    align-items: flex-end;
  }
  .about__advantages-item-wrap {
    transform: translateY(50%);
  }
  .about__advantages-item-wrap + .about__advantages-item-wrap {
    margin-top: 0;
  }
  .about__advantages-item-wrap--top {
    margin-bottom: auto;
    transform: translateY(-50%);
  }
  .about__advantages-item-wrap--top .about__advantages-item {
    box-shadow: none;
  }
  .about__advantages-item {
    padding-left: 28px;
    padding-right: 100px;
  }
  .about__advantages-item--key {
    background-image: url(/img/about/key-bg.png);
    background-repeat: no-repeat;
    background-position: top 16px right -55px;
  }
  .about__advantages-item--mountain {
    background-image: url(/img/about/mountain-bg.png);
    background-repeat: no-repeat;
    background-position: top 16px right -80px;
  }
  .about__advantages-item--track {
    background-image: url(/img/about/track-bg.png);
    background-repeat: no-repeat;
    background-position: top 16px right 8px;
  }
  .about__info {
    padding-bottom: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .about {
    padding-top: 116px;
  }
  .about__advantages-item {
    padding-left: 60px;
  }
  .about__advantages-item--key {
    background-position: top 16px right -14px;
  }
  .about__advantages-item--mountain {
    background-position: top 16px right -16px;
  }
  .about__advantages-item--track {
    background-position: top 16px right 8px;
  }
  .about__info-list-wrap {
    margin-top: 81px;
    padding-top: 0;
  }
  .about__info-item {
    padding-top: 0;
  }
}
@media screen and (min-width: 1500px) {
  .about__advantages-item {
    padding-left: 88px;
    padding-right: 155px;
  }
  .about__info {
    padding-bottom: 125px;
  }
  .about__info-item {
    padding-right: 20%;
  }
}
.advantages .container {
  padding: 0;
  padding-top: 42px;
  padding-bottom: 42px;
  position: relative;
}
.advantages .container::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: -15px;
  border-radius: 3px;
  background-color: #f2ece3;
}

.advantages__list {
  margin-top: -25px;
}

.advantages__item-wrap {
  position: relative;
  z-index: 2;
  padding-top: 25px;
}

.advantages__item-wrap:nth-child(1) .advantages__item-decor {
  width: 85px;
  height: 66px;
  background-image: url(/img/advantages/advantage-1.png);
}

.advantages__item-wrap:nth-child(2) .advantages__item-decor {
  width: 78px;
  height: 66px;
  background-image: url(/img/advantages/advantage-2.png);
}

.advantages__item-wrap:nth-child(3) .advantages__item-decor {
  width: 82px;
  height: 66px;
  background-image: url(/img/advantages/advantage-3.png);
}

.advantages__item-wrap:nth-child(4) .advantages__item-decor {
  width: 80px;
  height: 66px;
  background-image: url(/img/advantages/advantage-4.png);
}

.advantages__item-wrap:nth-child(5) .advantages__item-decor {
  width: 73px;
  height: 66px;
  background-image: url(/img/advantages/advantage-5.png);
}

.advantages__item-wrap:nth-child(6) .advantages__item-decor {
  width: 63px;
  height: 66px;
  background-image: url(/img/advantages/advantage-6.png);
}

.advantages__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.advantages__item-decor {
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: top left;
  margin-right: 15px;
}

.advantages__item-icon {
  display: block;
  position: relative;
  fill: #c2b4a3;
}
.advantages__item-icon--pin {
  left: 30px;
  top: 25px;
  width: 18px;
  height: 21px;
}
.advantages__item-icon--sofa {
  left: 26px;
  top: 21px;
  width: 24px;
  height: 24px;
}
.advantages__item-icon--fireplace {
  left: 27px;
  top: 19px;
  fill: none;
  stroke: #c2b4a3;
  stroke-width: 32px;
  width: 24px;
  height: 24px;
}
.advantages__item-icon--ring {
  left: 33px;
  top: 22px;
  fill: none;
  stroke: #c2b4a3;
  stroke-width: 40px;
  width: 24px;
  height: 24px;
}
.advantages__item-icon--sleep {
  left: 22px;
  top: 19px;
  width: 28px;
  height: 28px;
}
.advantages__item-icon--parking {
  left: 18px;
  top: 23px;
  width: 24px;
  height: 24px;
}

.advantages__item-text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  margin-top: 12px;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .advantages__item-wrap {
    flex-basis: 100%;
    max-width: 100%;
  }
  .advantages__item {
    flex-wrap: nowrap;
  }
  .advantages__item-text {
    margin-top: 0;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .advantages__list {
    background: none;
    position: relative;
    border-radius: 3px;
  }
  .advantages__item {
    flex-wrap: nowrap;
  }
  .advantages__item-text {
    margin-top: 0;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .advantages .container {
    padding-bottom: 0;
  }
  .advantages .container::after {
    content: none;
  }
  .advantages__list::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    background-color: #f2ece3;
  }
  .advantages__item-wrap {
    padding-top: 42px;
    padding-bottom: 26px;
  }
  .advantages__item {
    display: block;
    text-align: center;
  }
  .advantages__item-decor {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media screen and (min-width: 1500px) {
  .advantages__item {
    text-align: left;
  }
  .advantages__item-decor {
    transform: translateY(-50%);
  }
  .advantages__item-wrap:nth-child(1) .advantages__item {
    padding-left: 40px;
  }
  .advantages__item-wrap:nth-child(1) .advantages__item-decor {
    left: 33px;
  }
  .advantages__item-wrap:nth-child(2) .advantages__item-decor {
    left: 3px;
  }
  .advantages__item-wrap:nth-child(3) .advantages__item-decor {
    left: 3px;
  }
  .advantages__item-wrap:nth-child(4) .advantages__item-decor {
    left: 4px;
  }
  .advantages__item-wrap:nth-child(5) .advantages__item {
    padding-left: 26px;
  }
  .advantages__item-wrap:nth-child(5) .advantages__item-decor {
    left: 31px;
  }
  .advantages__item-wrap:nth-child(6) .advantages__item {
    padding-left: 65px;
  }
  .advantages__item-wrap:nth-child(6) .advantages__item-decor {
    left: 72px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .advantages__item-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.gallery {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 100%;
  flex-wrap: wrap;
  margin-top: -4px;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: -19px;
  margin-right: -19px;
}

.gallery__item {
  position: relative;
  width: calc(50% - 4px);
  max-width: 310px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 4px;
}
.gallery__item:hover {
  cursor: pointer;
}
.gallery__item:hover .gallery__item-holder {
  opacity: 1;
}

.gallery__item-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  fill: transparent;
}

.gallery__item-icon {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gallery__photo {
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .gallery {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 768px) {
  .gallery__item {
    width: calc(25% - 4px);
  }
}
@media screen and (min-width: 992px) {
  .gallery__item {
    width: calc(20% - 4px);
  }
}
@media screen and (min-width: 1200px) {
  .gallery__item {
    width: calc(16.6666667% - 4px);
  }
}
@media screen and (min-width: 1500px) {
  .gallery__item {
    width: calc(14.285% - 4px);
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gallery__item--lg-none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1499px) {
  .gallery__item--last-two-none {
    display: none;
  }
}
.contacts {
  color: #ffffff;
  fill: #ffffff;
  position: relative;
  z-index: 6;
  background-color: #b9463e;
  background-image: url(/img/contacts-bg.jpg);
  background-position: top left;
}

.contacts__inner {
  padding-bottom: 25px;
}

.contacts__item {
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contacts__item-icon {
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.contacts__item-icon--phone {
  width: 16px;
  height: 16px;
}
.contacts__item-icon--email {
  width: 16px;
  height: 15px;
}
.contacts__item-icon--geo {
  width: 16px;
  height: 15px;
}

.contacts__item-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  fill: #ffffff;
  font-weight: 700;
}

.contacts__item--geo {
  display: block;
}
.contacts__item--geo .contacts__item-link {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 4px;
}
.contacts__item--geo .contacts__item-link + .contacts__item-note {
  margin-top: 12px;
}

.contacts__item-note {
  font-size: 16px;
  line-height: 24px;
  padding-left: 26px;
  margin: 0;
  margin-top: 4px;
}

@media screen and (max-width: 450px) {
  .contacts__item {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .contacts__inner {
    padding-top: 31px;
    padding-bottom: 57px;
  }
  .contacts__item {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .contacts {
    background-image: none;
    background-color: transparent;
  }
  .contacts__inner {
    background-image: url(/img/contacts-bg.jpg);
    background-position: top left;
    background-color: #b9463e;
    border-radius: 0 0 2px 2px;
  }
}
.contacts--content {
  color: #531a1d;
  fill: #531a1d;
  background-image: none;
  background-color: transparent;
}
.contacts--content .contacts__inner {
  background: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin-top: -30px;
}
.contacts--content .contacts__title {
  width: 100%;
  font-size: 36px;
  line-height: 44px;
  margin: 0;
  margin-bottom: 30px;
}
.contacts--content .contacts__item {
  width: 100%;
}
.contacts--content .contacts__item--geo .contacts__item-note {
  max-width: 330px;
}
.contacts--content .contacts__item-link {
  color: #531a1d;
  fill: #531a1d;
}
.contacts--content .contacts__item-link:hover {
  color: #f16e65;
  fill: #f16e65;
}
.contacts--content .contacts__item-link:active {
  color: #f16e65;
  fill: #f16e65;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .contacts--content .contacts--content {
    text-align: center;
  }
  .contacts--content .contacts__item {
    justify-content: center;
  }
  .contacts--content .contacts__item--geo {
    text-align: center;
  }
  .contacts--content .contacts__item--geo .contacts__item-note {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .contacts--content .contacts__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 25px;
  }
  .contacts--content .contacts__inner {
    margin-left: -30px;
  }
  .contacts--content .contacts__item {
    width: auto;
    margin-left: 30px;
  }
  .contacts--content .contacts__item--mail, .contacts--content .contacts__item--geo {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .contacts--content .contacts__item-link {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .contacts--content .contacts__inner {
    margin-top: -49px;
  }
  .contacts--content .contacts__item {
    padding-top: 49px;
  }
}
@media screen and (min-width: 1500px) {
  .contacts--content .contacts__title {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 50px;
  }
}

.map {
  height: 100%;
  width: 100%;
}

.main-footer {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  color: #ffffff;
  background-color: #531a1d;
  min-height: 72px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.main-footer__copyright,
.main-footer__logo,
.main-footer__development {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-footer__logo {
  align-items: center;
}

.main-footer__logo-link {
  opacity: 0.32;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.main-footer__logo-link:hover {
  opacity: 1;
}

.main-footer__logo-img {
  width: 162px;
  height: 51px;
}

.main-footer__text {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.main-footer__development a {
  color: #b9463e;
}
.main-footer__development a:hover {
  color: #f16e65;
}
.main-footer__development a:active {
  color: #b9463e;
}

@media screen and (max-width: 991px) {
  .main-footer__row {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .main-footer__copyright,
  .main-footer__logo,
  .main-footer__development {
    padding: 0;
    width: auto;
  }
}
@media screen and (min-width: 475px) and (max-width: 767px) {
  .main-footer {
    position: relative;
  }
  .main-footer__logo {
    display: none;
  }
  .main-footer__copyright,
  .main-footer__development {
    width: 50%;
  }
}
@media screen and (max-width: 474px) {
  .main-footer__copyright,
  .main-footer__logo,
  .main-footer__development {
    width: 100%;
    text-align: center;
  }
  .main-footer__logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .main-footer {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .main-footer__logo-img {
    margin-bottom: -3px;
  }
  .main-footer__development {
    text-align: right;
  }
}
.intro {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.intro::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(28, 28, 31, 0.64);
}

.intro__img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.intro__inner {
  padding-top: 60px;
  padding-bottom: 48px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.intro__title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 31px;
  color: #ffffff;
}

.intro__description {
  max-width: 570px;
  color: #ffffff;
}
.intro__description--large {
  max-width: 870px;
}

.intro__text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.intro__text + .intro__text {
  margin-top: 10px;
}

.intro__notice {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-radius: 3px;
  max-width: 690px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.intro__notice-icon {
  display: block;
  width: 30px;
  height: 30px;
  fill: #ffffff;
  margin-right: 8px;
}

.intro__notice-text {
  margin: 0;
}

.intro__stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}

.intro__star {
  width: 16px;
  height: 16px;
  fill: #ffffff;
}

.intro__star + .intro__star {
  margin-left: 8px;
}

.intro--transparent::after {
  content: none;
}
.intro--transparent .intro__title {
  color: #531a1d;
  margin-bottom: 0;
}

.intro__link-wrap {
  border-radius: 3px;
  max-width: 100%;
  background-color: rgba(15, 10, 7, 0.72);
  padding: 10px 15px;
  max-width: 325px;
  margin-top: 20px;
}

.intro__link {
  display: flex;
  align-items: center;
  fill: #ffffff;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.intro__link:active {
  fill: #ffffff;
  color: #ffffff;
}

.intro__link-icon {
  display: block;
  margin-right: 9px;
  flex-shrink: 0;
}

.intro__link-icon--phone {
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 390px) {
  .intro__notice {
    flex-wrap: wrap;
  }
  .intro__notice-inner {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .intro {
    min-height: 330px;
  }
  .intro__inner {
    padding-top: 108px;
    padding-bottom: 68px;
  }
  .intro__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .intro__description {
    margin-top: auto;
  }
  .intro__text {
    font-size: 18px;
    line-height: 28px;
  }
  .intro__notice {
    padding: 28px 0;
    font-size: 16px;
    line-height: 26px;
    margin-top: auto;
  }
  .intro__notice-icon {
    width: 40px;
    height: 40px;
    margin-right: 18px;
  }
  .intro--small {
    margin-bottom: -128px;
    padding-bottom: 30px;
  }
  .intro--small .intro__inner {
    padding-bottom: 108px;
  }
  .intro--transparent {
    min-height: auto;
  }
  .intro--transparent .intro__inner {
    padding-bottom: 60px;
  }
  .intro--transparent .intro__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .intro::after {
    content: none;
  }
  .intro__title {
    font-size: 72px;
    line-height: 81px;
  }
  .intro__text {
    font-size: 20px;
    line-height: 30px;
  }
  .intro__notice {
    padding: 38px 48px;
    font-size: 20px;
    line-height: 30px;
    background-color: rgba(28, 28, 31, 0.64);
  }
  .intro__link-wrap {
    padding: 16px 30px;
    margin-top: 40px;
    max-width: 385px;
  }
  .intro__link {
    font-size: 18px;
    line-height: 26px;
  }
  .intro--transparent .intro__inner {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .intro {
    min-height: 800px;
  }
  .intro__inner {
    padding-top: 80px;
    padding-bottom: 128px;
  }
  .intro__title {
    margin-top: 42px;
  }
  .intro--small {
    min-height: 490px;
  }
  .intro--small .intro__inner {
    padding-bottom: 137px;
  }
  .intro--transparent {
    min-height: auto;
  }
}

@media screen and (min-width: 1500px) {
    .intro__inner {
        padding-top: 160px;
    }
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  color: #ffffff;
}

.breadcrumbs__link {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.48);
}

a.breadcrumbs__link {
  color: #ffffff;
}
a.breadcrumbs__link:hover {
  text-decoration: underline;
  color: #ffffff;
}
a.breadcrumbs__link:active {
  color: #ffffff;
}

.breadcrumbs--transparent {
  color: #531a1d;
}
.breadcrumbs--transparent .breadcrumbs__link {
  color: #c2b4a3;
}
.breadcrumbs--transparent a.breadcrumbs__link {
  color: #531a1d;
}
.breadcrumbs--transparent a.breadcrumbs__link:hover {
  text-decoration: none;
  color: #f16e65;
}
.breadcrumbs--transparent a.breadcrumbs__link:active {
  color: #531a1d;
}

.breadcrumbs__separator {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 13px;
  margin-right: 11px;
}

.questions-form {
  color: #422f30;
}

.questions-form__title {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
}

.questions-form__text {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-weight: bold;
}
.questions-form__text + .questions-form__text {
  margin-top: 16px;
}

.questions-form__body {
  margin-top: 33px;
}

.questions-form__field + .questions-form__field {
  margin-top: 16px;
}

.questions-form__field--comment {
  height: 75px;
}

.questions-form__submit {
  width: 160px;
  margin-top: 31px;
}

.info {
  padding-top: 40px;
  margin-top: auto;
}

.info__form-content {
  background-color: #f2ece3;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 100%;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.info__form {
  margin-top: 30px;
}

@media screen and (min-width: 576px) {
  .info {
    position: relative;
    padding-top: 80px;
    background-color: #f2ece3;
  }
  .info::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-color: #faf8f4;
    position: absolute;
    top: 0;
    left: 0;
  }
  .info__form-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .info__content,
  .info__form-content {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .info {
    padding-top: 120px;
  }
  .info::after {
    height: 60px;
  }
  .info__content {
    padding-bottom: 30px;
  }
  .info__form-content {
    padding-top: 0;
  }
  .info__form {
    padding-top: 12px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .info {
    padding-top: 112px;
    background-color: transparent;
  }
  .info::after {
    display: none;
  }
  .info__form {
    padding-top: 15px;
  }
  .info__content {
    padding-bottom: 65px;
  }
  .info__form-content {
    padding-top: 56px;
    padding-bottom: 65px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 2px 2px 0 0;
  }
}
@media screen and (min-width: 1500px) {
  .info__form-content {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.content-gallery {
  width: 100%;
  padding: 8px;
  padding-bottom: 40px;
}
.content-gallery > .content-gallery__pagination {
  bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.content-gallery__inner._center {
  justify-content: center;
}

.content-gallery__photo-wrap {
  position: relative;
  background-color: #f2ece3;
  cursor: pointer;
}
.content-gallery__photo-wrap:hover .content-gallery__photo-holder {
  opacity: 1;
}

.content-gallery__photo-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  fill: transparent;
}

.content-gallery__photo-icon {
  width: 30px;
  height: 30px;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.content-gallery__photo {
  max-width: 100%;
}

.content-gallery__next,
.content-gallery__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  visibility: hidden;
  pointer-events: none;
}

.content-gallery__next {
  right: 8px;
}

.content-gallery__prev {
  left: 8px;
}

@media screen and (min-width: 576px) {
  .content-gallery {
    padding-bottom: 8px;
  }
  .content-gallery__pagination {
    display: none;
  }
  .content-gallery__next,
  .content-gallery__prev {
    visibility: visible;
    pointer-events: all;
  }
}
.photo-description--right {
  flex-wrap: wrap-reverse;
}
.restaurant-page__photo-item {
    align-items: center;
}

.photo-description__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #531a1d;
}

.photo-description__preview {
  position: relative;
}

.photo-description__photo-wrap {
  position: relative;
}

.photo-description__photo {
  display: block;
  max-width: 100%;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
}

.photo-description__decor {
  position: absolute;
  width: 93px;
  height: 97px;
  background-image: url(/img/photo-description/decor-bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  bottom: -25px;
  left: -15px;
}

.photo-description__decor-icon {
  position: absolute;
  top: 35px;
  left: 27px;
  width: 33px;
  height: 34px;
  fill: none;
  stroke: #c2b4a3;
  stroke-width: 15;
}

.photo-description__decor--lift {
  width: 93px;
  height: 97px;
  background-image: url(/img/photo-description/decor-lift-bg.png);
  left: auto;
  right: -15px;
}
.photo-description__decor--summer {
    background-image: url(/img/photo-description/decor-summer-bg.png);
}

.photo-description__decor--lift .photo-description__decor-icon {
  top: 30px;
  left: 24px;
  width: 34px;
  height: 34px;
  fill: #669ebe;
  stroke: none;
  stroke-width: 0;
}
.photo-description__decor--summer .photo-description__decor-icon {
    left: 30px;
    top: 20px;
    fill: #9ba88a;  
}

.photo-description__title {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 9px;
}

.photo-description__text {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #531a1d;
}

.photo-description__text--accent {
  font-weight: 700;
  margin-top: 10px;
}

.photo-description__alert {
  margin-top: 21px;
}

.photo-description__note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 28px;
}

.photo-description__note-icon {
  display: block;
  flex-shrink: 0;
  margin-right: 18px;
}

.photo-description__note-text {
  font-style: italic;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width: 576px) {
  .photo-description__decor {
    left: -25px;
  }
  .photo-description__decor--lift {
    right: -25px;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .photo-description--large .photo-description__content {
    text-align: center;
  }
  .photo-description--large .photo-description__note {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .photo-description__decor {
    width: 183px;
    height: 194px;
    bottom: -49px;
    left: -20px;
  }
  .photo-description__decor-icon {
    top: 68px;
    left: 60px;
    width: 63px;
    height: 64px;
  }
  .photo-description__decor--lift {
    width: 226px;
    height: 197px;
    left: auto;
    bottom: -39px;
    right: -30px;
  }
  .photo-description__decor--summer {
    width: 225px;
    height: 176px;
    left: auto;
    bottom: -39px;
    right: -30px;
  }
  .photo-description__decor--lift .photo-description__decor-icon {
    top: 60px;
    left: 77px;
    width: 57px;
    height: 57px;
  }
  .photo-description__title {
    font-size: 32px;
    line-height: 40px;
  }
  .photo-description__note {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .photo-description__text--accent {
    font-size: 20px;
    line-height: 32px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1500px) {
  .photo-description__decor {
    left: -112px;
  }
  .photo-description__decor--lift {
    left: auto;
    right: -128px;
  }
  .photo-description__decor--summer {
    left: auto;
    right: -95px;
  }
}
.menu-teaser {
  padding: 0;
  color: #531a1d;
  background-color: rgba(242, 236, 227, 0.48);
  border-radius: 3px;
  background-image: url(/img/restaurant/restaurant-teaser-pattern.jpg);
  background-position: top left;
}

.menu-teaser__inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

.menu-teaser__number-wrap {
  position: relative;
  margin-right: 15px;
}
.menu-teaser__number-wrap::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-100%);
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/img/png-icons/plus.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-teaser__number {
  font-family: "Bodoni-bt-bd", Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.menu-teaser__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

a.menu-teaser__link,
.menu-teaser__link {
  padding: 10px 25px;
  max-width: 365px;
  margin-top: 20px;
  box-shadow: 0px 8px 32px 0px rgba(246, 105, 96, 0.66);
}

.menu-teaser__link-icon {
  display: block;
  width: 24px;
  height: 26px;
  flex-shrink: 0;
  margin-right: 10px;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.menu-teaser__link-icon, .menu-teaser__link-icon:hover, .menu-teaser__link-icon:active {
  fill: none;
}

.menu-teaser--content {
  background: none;
}
.menu-teaser--content .menu-teaser__inner {
  padding-left: 0;
  padding-right: 0;
}
.menu-teaser--content .menu-teaser__number-wrap::after {
  right: -4px;
  width: 13px;
  height: 13px;
  background-image: url(/img/png-icons/plus-light.png);
}
.menu-teaser--content .menu-teaser__link {
  max-width: 270px;
}

@media screen and (min-width: 576px) {
  .menu-teaser {
    border-radius: 3px;
  }
}
@media screen and (min-width: 768px) {
  .menu-teaser__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .menu-teaser__content {
    display: flex;
    align-items: center;
  }
  .menu-teaser__number-wrap {
    flex-shrink: 0;
    margin-right: 30px;
  }
  .menu-teaser__number-wrap::after {
    right: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
  .menu-teaser__number {
    font-size: 72px;
    line-height: 80px;
  }
  .menu-teaser__link {
    height: 65px;
  }
  .menu-teaser--content .menu-teaser__number {
    font-size: 60px;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) {
  .menu-teaser__number {
    font-size: 94px;
    line-height: 102px;
  }
  .menu-teaser__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .menu-teaser__content {
    padding-right: 15px;
    max-width: 775px;
  }
  .menu-teaser__link {
    margin-left: auto;
    margin-top: 0;
    flex-shrink: 0;
  }
  .menu-teaser--content .menu-teaser__link,
  .menu-teaser--content a.menu-teaser__link {
    padding-left: 41px;
    padding-right: 41px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-teaser__inner {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media screen and (min-width: 1500px) {
  .menu-teaser__inner {
    padding-right: 224px;
  }
  .menu-teaser__link,
  a.menu-teaser__link {
    padding-left: 41px;
    padding-right: 41px;
  }
  .menu-teaser--content .menu-teaser__inner {
    padding-top: 19px;
    padding-right: 155px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu-teaser__number-wrap,
  .menu-teaser__text {
    display: inline;
  }
}
@media screen and (max-width: 991px) {
  .menu-teaser--content .menu-teaser__content {
    display: block;
  }
  .menu-teaser--content .menu-teaser__inner {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-teaser--content .menu-teaser__number-wrap,
  .menu-teaser--content .menu-teaser__text {
    display: block;
    margin-right: 0;
  }
  .menu-teaser--content .menu-teaser__number-wrap {
    display: inline-block;
  }
  .menu-teaser--content .menu-teaser__link {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .menu-teaser--content .menu-teaser__content {
    text-align: center;
  }
  .menu-teaser--content .menu-teaser__link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.main-page__decorative-section {
  background: url(/img/kamni-bg.jpg), linear-gradient(180deg, #f2ece3 0%, #f2ece3 50%, #faf8f4 50%, #faf8f4 100%), no-repeat, center left;
  background-repeat: no-repeat;
  background-position: center left;
}

.main-page__about {
  background-image: url(/img/main-page-about-bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  color: #422f30;
  background-color: #ffffff;
  padding-top: 39px;
  padding-bottom: 40px;
}

.main-page__about-info {
  margin-bottom: 17px;
}

.main-page__about-title {
  text-align: center;
  font-size: 36px;
  line-height: 44px;
  margin: 0;
  margin-bottom: 30px;
}

.main-page__about-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.main-page__about-star {
  width: 16px;
  height: 16px;
  fill: #b9463e;
}

.main-page__about-star + .main-page__about-star {
  margin-left: 8px;
}

.main-page__about-text {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  max-width: 700px;
}
.main-page__about-text p {
  margin: 0;
}

.main-page__gallery {
  background-color: #ffffff;
  overflow: hidden;
  padding-bottom: 5px;
}

.main-page__contacts {
  position: relative;
}

.main-page__map {
  height: 400px;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .main-page__contacts {
    height: 690px;
  }
}
@media screen and (min-width: 768px) {
  .main-page__about {
    padding-bottom: 70px;
  }
  .main-page__about-title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 25px;
  }
  .main-page__about-info {
    margin-bottom: 37px;
  }
  .main-page__map {
    height: 414px;
  }
}
@media screen and (min-width: 992px) {
  .main-page__about {
    padding-top: 69px;
    padding-bottom: 100px;
  }
  .main-page__about-title {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 50px;
  }
  .main-page__about-info {
    margin-bottom: 57px;
  }
}
@media screen and (min-width: 1200px) {
  .main-page__map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
  }
}
@media screen and (min-width: 1500px) {
  .main-page__about {
    padding-top: 116px;
    padding-bottom: 130px;
  }
  .main-page__about-info {
    margin-bottom: 87px;
  }
}
.catalog-page {
  display: flex;
  flex-direction: column;
  /*min-height: 100%;*/
  overflow: hidden;
}

.catalog-page__content {
  padding-top: 47px;
}

.catalog-page__item-wrap {
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
  width: 100%;
}

.catalog-page__row {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.catalog-page__row + .catalog-page__row {
  margin-top: 47px;
}

.catalog-page__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
.catalog-page__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.catalog-page__item-blur,
.catalog-page__row-blur {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(10px);
  z-index: 1;
}

.catalog-page__item-blur {
  display: none;
}

.catalog-page__item-title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
}

.catalog-page__item-note {
  display: block;
  font-size: 13px;
  line-height: 28px;
}

.catalog-page__item-text {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.catalog-page__item-link {
  max-width: 210px;
}

.catalog-page__item-title,
.catalog-page__item-note,
.catalog-page__item-text,
.catalog-page__item-link {
  position: relative;
  z-index: 2;
}

.catalog-page__rooms {
  height: 100%;
  width: 100%;
  overflow: visible;
}

.catalog-page__rooms-inner._center {
  justify-content: center;
}

.catalog-page__room {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 100%;
  overflow: hidden;
  background-color: #f2ece3;
  color: #531a1d;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  transition-property: background-color, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.catalog-page__room::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #f2ece3 0%, rgba(242, 236, 227, 0) 80%);
}

.catalog-page__room-preview {
  width: 100%;
  flex-shrink: 0;
}

.catalog-page__room-photo {
  display: block;
  max-width: 100%;
}

.catalog-page__room-content {
  padding: 35px 42px 0 42px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.catalog-page__room-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  color: #531a1d;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.catalog-page__room-title:hover {
  text-decoration: underline;
}

.catalog-page__room-description {
  max-height: 1000px;
  transition-property: opacity, visibility, max-height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.catalog-page__room-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.catalog-page__room-hover-block {
  color: #ffffff;
  margin-top: auto;
  padding-bottom: 48px;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.catalog-page__room-price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.catalog-page__room-button {
  margin-top: 32px;
}

.catalog-page__room-more {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 53px;
  color: #ffffff;
}
.catalog-page__room-more:hover {
  color: #ffffff;
  text-decoration: underline;
}

.catalog-page__room-text + .catalog-page__room-text {
  margin-top: 8px;
}

.catalog-page__rooms-prev,
.catalog-page__rooms-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.catalog-page__rooms-pagination {
  display: none;
}

.catalog-page__room {
  opacity: 0.42;
  pointer-events: none;
}

.catalog-page__room._visible,
.catalog-page__room._active {
  opacity: 1;
  pointer-events: all;
}

.catalog-page__rooms-next {
  right: 0;
}

@media screen and (max-width: 991px) {
  .catalog-page__item-wrap {
    padding: 0;
  }
  .catalog-page__item {
    background-image: none !important;
  }
  .catalog-page__item {
    padding: 20px;
  }
  .catalog-page__rooms {
    padding-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .swiper-pagination.catalog-page__rooms-pagination {
    display: block;
    bottom: 15px;
  }
  .catalog-page__room {
    background-color: #531a1d;
    pointer-events: all;
  }
  .catalog-page__room::after {
    visibility: hidden;
  }
  .catalog-page__room .catalog-page__room-title {
    color: #ffffff;
  }
  .catalog-page__room .catalog-page__room-hover-block {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .catalog-page__room .catalog-page__room-description {
    visibility: hidden;
    transition-property: opacity, visibility, max-height;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
  }
  .catalog-page__rooms-next,
  .catalog-page__rooms-prev {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .catalog-page__content {
    padding-top: 67px;
  }
  .catalog-page__row + .catalog-page__row {
    margin-top: 67px;
  }
  .catalog-page__item {
    padding: 40px;
  }
  .catalog-page__item-title {
    font-size: 24px;
    line-height: 32px;
  }
  .catalog-page__item-text {
    margin-top: 19px;
    margin-bottom: 46px;
  }
  .catalog-page__room {
    max-width: 330px;
  }
  .catalog-page__rooms-prev {
    left: 50%;
    transform: translate(-48px, -50%);
  }
}
@media screen and (min-width: 992px) {
  .catalog-page__content {
    padding-top: 87px;
  }
  .catalog-page__row {
    background-image: none !important;
  }
  .catalog-page__row {
    flex-wrap: nowrap;
    height: 690px;
  }
  .catalog-page__row + .catalog-page__row {
    margin-top: 87px;
  }
  .catalog-page__item-wrap {
    padding-left: 0;
    width: calc(50% - 15px);
  }
  .catalog-page__rooms {
    width: 50%;
    -webkit-clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
            clip-path: polygon(0 0, 200% 0, 200% 100%, 0 100%);
  }
  .catalog-page__rooms::after {
    content: "";
    display: block;
    height: 100%;
    width: 30px;
    background: linear-gradient(90deg, rgb(250, 248, 244) 0%, rgba(250, 248, 244, 0) 80%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .catalog-page__item-title {
    font-size: 32px;
    line-height: 40px;
  }
  .catalog-page__row-blur {
    display: none;
  }
  .catalog-page__room {
    opacity: 0.12;
  }
  .catalog-page__room-hover-block {
    opacity: 0;
  }
  .catalog-page__room:hover {
    background-color: #531a1d;
    color: #531a1d;
  }
  .catalog-page__room:hover::after {
    visibility: hidden;
  }
  .catalog-page__room:hover .catalog-page__room-title {
    color: #ffffff;
  }
  .catalog-page__room:hover .catalog-page__room-hover-block {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .catalog-page__room:hover .catalog-page__room-description {
    visibility: hidden;
    transition-property: opacity, visibility, max-height;
    opacity: 0;
    max-height: 0;
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  .catalog-page__content {
    padding-top: 127px;
  }
  .catalog-page__row + .catalog-page__row {
    margin-top: 127px;
  }
  .catalog-page__item-wrap {
    width: calc(42.8571429% - 15px);
    padding-right: 0;
  }
  .catalog-page__rooms {
    width: 57.1429%;
  }
  .catalog-page__item {
    padding: 80px;
  }
  .catalog-page__item-title {
    font-size: 32px;
    line-height: 40px;
  }
  .catalog-page__rooms-prev {
    left: 42.8571429%;
  }
}
@media screen and (min-width: 1500px) {
  .catalog-page__item {
    padding-left: 128px;
    padding-bottom: 128px;
  }
}
.category-page {
  display: flex;
  flex-direction: column;
}

.category-page__content {
  padding-top: 47px;
}

.category-page__row + .category-page__row {
  margin-top: 47px;
}

.category-page__item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap-reverse;
}

.category-page__item-description {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  background-color: #f2ece3;
  color: #531a1d;
  border-radius: 3px;
}

.category-page__item-title {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #b9463e;
  font-weight: 700;
}

.category-page__item-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
}

.category-page__item-more {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 4px;
}

.category-page__item-price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  margin-top: 20px;
}

.category-page__item-button {
  width: 100%;
  max-width: 210px;
  margin-top: 35px;
}

.category-page__item-photo-wrap {
  position: relative;
}

.category-page__item-photo-background {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  filter: blur(20px);
}

.category-page__item-photo {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}

.category-page__item-gallery {
  width: 100%;
}

.category-page__item-gallery-next,
.category-page__item-gallery-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.category-page__item-gallery-next {
  right: 0;
}

.category-page__item-gallery-prev {
  left: 0;
}

.category-page__item-gallery-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  .category-page__item-gallery-pagination {
    display: block;
  }
  .category-page__item-gallery-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.4;
  }
  .category-page__item-gallery-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .category-page__item-gallery-next,
  .category-page__item-gallery-prev {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .category-page__item-photo-wrap {
    padding-top: 75%;
  }
  .category-page__item {
    max-width: 558px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .category-page__content {
    padding-top: 67px;
  }
  .category-page__item {
    flex-wrap: nowrap;
  }
  .category-page__item-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 50%;
    flex-shrink: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .category-page__row + .category-page__row {
    margin-top: 67px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .category-page__item-description {
    width: 40%;
  }
  .category-page__item-text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (min-width: 992px) {
  .category-page__content {
    padding-top: 87px;
  }
  .category-page__item-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .category-page__content {
    padding-top: 127px;
  }
  .catalog-page__row {
    overflow: visible;
  }
  .category-page__row + .category-page__row {
    margin-top: 87px;
  }
  .category-page__item-description {
    width: 35.714285%;
  }
}
@media screen and (min-width: 1500px) {
  .category-page__row {
    height: 690px;
  }
  .category-page__row + .category-page__row {
    margin-top: 127px;
  }
  .category-page__item-description {
    padding-left: 128px;
    padding-right: 88px;
    width: 35.714285%;
  }
}
@media screen and (min-width: 1665px) {
  .category-page__item-gallery-next {
    right: 127px;
  }
  .category-page__item-gallery-prev {
    left: 30px;
  }
}
.room-page {
  display: flex;
  flex-direction: column;
}

.room-page__description {
  padding-top: 34px;
  padding-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.room-page__description-text {
  width: 100%;
  max-width: 1070px;
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #531a1d;
}

.room-page__price-inner {
  text-align: center;
  margin-top: 20px;
}

.room-page__price {
  font-size: 24px;
  line-height: 38px;
  color: #422f30;
  display: block;
  font-weight: bold;
}

.room-page__old-price {
  text-decoration: line-through;
  font-size: 14px;
  line-height: 22px;
  color: #422f30;
  display: block;
}

.room-page__order-link {
  width: 100%;
  max-width: 360px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
}

.room-page__advantages-list {
  margin-top: -38px;
  padding-top: 53px;
}

.room-page__advantage {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #531a1d;
  padding-top: 38px;
}

.room-page__advantage-img {
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
}

.room-page__advantage-text {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  width: 100%;
  max-width: 350px;
}

@media screen and (min-width: 576px) {
  .room-page__advantage {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .room-page__description {
    padding-bottom: 68px;
  }
  .room-page__price-inner {
    text-align: right;
  }
  .room-page__order-link {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .room-page__description {
    padding-top: 68px;
    padding-bottom: 128px;
  }
  .room-page__description-text {
    font-size: 16px;
    line-height: 28px;
  }
  .room-page__advantages-list {
    padding-top: 83px;
  }
  .room-page__advantage-text {
    font-size: 16px;
    line-height: 26px;
  }
  .room-page__description-text-wrap {
    padding-top: 11px;
  }
  .room-page__price-inner {
    margin-top: 0;
  }
}
.contacts-page__content {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  width: auto;
  padding-top: 45px;
}

.contacts-page__content._no-gutter {
  padding: 0;
}
.contacts-page__content._no-gutter .contacts-page__content-inner {
  margin-top: 0;
}

.contacts-page__content-inner {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap-reverse;
}

.contacts-page__map {
  height: 250px;
  width: 100%;
}

.contacts-page__description {
  position: relative;
  padding-top: 41px;
  padding-bottom: 50px;
  z-index: 6;
  background-color: rgba(62, 66, 65, 0.8);
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.contacts-page__description-text {
  margin: 0;
  margin-bottom: 17px;
  font-size: 16px;
  line-height: 24px;
}

.contacts-page__description-links {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}

.contacts-page__description-link-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
  margin-top: 20px;
}

.contacts-page__yamap-icon-wrap {
  position: relative;
  width: 12px;
  height: 15px;
  margin-right: 6px;
}
.contacts-page__yamap-icon-wrap::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.contacts-page__yamap-icon {
  display: block;
  fill: #ff4433;
  width: 12px;
  height: 15px;
  position: relative;
  z-index: 2;
}

.contacts-page__2gis-icon-wrap {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.contacts-page__2gis-icon-wrap::after {
  content: "";
  display: block;
  width: 10px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contacts-page__2gis-icon {
  position: relative;
  z-index: 2;
  display: block;
  fill: #299400;
  width: 16px;
  height: 16px;
}

.contacts-page__description-link {
  color: #ffffff;
}
.contacts-page__description-link:active {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .contacts-page__content {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .contacts-page__content._no-gutter {
    padding-top: 0;
  }
  .contacts-page__content._no-gutter .contacts-page__content-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .contacts-page__content-inner {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
    height: 402px;
  }
  .contacts-page__map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
  }
  .contacts-page__description {
    max-width: 450px;
    margin-left: auto;
    border-radius: 3px;
    padding-left: 65px;
    padding-right: 65px;
    text-align: left;
  }
  .contacts-page__description-links {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1500px) {
  .contacts-page__map {
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  }
  .contacts-page__description {
    margin-right: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .contacts-page__description {
    margin-left: 0;
  }
}
.about-page {
  display: flex;
  flex-direction: column;
}

.about-page__content {
  padding-top: 48px;
}

.about-page__hotel-item + .about-page__hotel-item {
  margin-top: 18px;
}

.about-page__description {
  overflow: hidden;
  padding-top: 18px;
  color: #531a1d;
}

.about-page__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/img/about-page/main-photo.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.about-page__description-text {
  font-size: 16px;
  line-height: 28px;
  margin-top: 23px;
  margin-bottom: 0;
}
.about-page__description-text + .about-page__description-text {
  margin-top: 10px;
}

.about-page__advantages {
  background-color: #f2ece3;
  padding-left: 15px;
  padding-right: 15px;
}

.about-page__teaser {
  border-radius: 3px;
  overflow: hidden;
  background-color: #531a1d;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.about-page__teaser-body {
  background-image: url(/img/about-page/teaser-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-page__teaser-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 33px;
}

.about-page__teaser-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -15px;
  margin-left: -15px;
}

.about-page__teaser-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 15px;
  margin-top: 15px;
}

.about-page__teaser-item-number {
  display: block;
  font-family: "Bodoni-bt-bd", Arial, sans-serif;
  margin-right: 13px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
}

.about-page__teaser-item-note {
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.about-page__teaser-item-text {
  display: block;
  font-size: 18px;
  line-height: 18px;
}

.about-page__teaser-footer-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.about-page__teaser-link {
  width: 330px;
  max-width: 100%;
  flex-shrink: 0;
}

@media screen and (max-width: 494px) {
  .about-page__teaser-body {
    text-align: center;
  }
  .about-page__teaser-list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
  .about-page__teaser-item {
    margin-left: 0;
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  .about-page__photo {
    min-height: 615px;
    border-radius: 3px;
  }
}
@media screen and (min-width: 768px) {
  .about-page__content {
    padding-top: 68px;
  }
  .about-page__hotel-item + .about-page__hotel-item {
    margin-top: 58px;
  }
  .about-page__description {
    padding-top: 28px;
  }
  .about-page__description-text {
    margin-top: 33px;
  }
  .about-page__teaser {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .about-page__teaser-body {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-page__teaser-item-number {
    font-size: 64px;
    line-height: 64px;
  }
  .about-page__teaser-item-note {
    font-size: 16px;
    line-height: 16px;
  }
  .about-page__teaser-item-text {
    font-size: 24px;
    line-height: 34px;
  }
}
@media screen and (min-width: 992px) {
  .about-page__content {
    padding-top: 128px;
  }
  .about-page__hotel-item + .about-page__hotel-item {
    margin-top: 102px;
  }
  .about-page__description-text {
    margin-top: 53px;
  }
  .about-page__teaser-list {
    margin-top: -50px;
    margin-left: -50px;
  }
  .about-page__teaser-item {
    margin-top: 50px;
    margin-left: 50px;
  }
  .about-page__teaser-item-note {
    font-size: 18px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .about-page__description {
    padding-top: 139px;
  }
  .about-page__photo {
    display: block;
  }
  .about-page__advantages {
    background-color: transparent;
    margin-bottom: -52px;
  }
  .about-page__teaser {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .about-page__teaser-body {
    padding-left: 120px;
    padding-top: 135px;
    padding-bottom: 80px;
    padding-right: 115px;
  }
  .about-page__teaser-footer {
    padding-left: 120px;
    padding-right: 120px;
    flex-wrap: nowrap;
  }
  .about-page__teaser-footer-text {
    margin-right: 120px;
  }
  .about-page__teaser-link {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .about-page__advantages {
    margin-bottom: -56px;
  }
  .about-page__teaser-item-number {
    font-size: 120px;
    line-height: 120px;
  }
  .about-page__teaser-item-text {
    font-size: 32px;
    line-height: 34px;
  }
}
.restaurant-page {
  display: flex;
  flex-direction: column;
}

.restaurant-page__content {
  padding-top: 48px;
}

.restaurant-page__schedule {
  position: relative;
  padding: 0;
  margin-top: 28px;
  margin-bottom: 28px;
}

.restaurant-page__schedule-decor {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url(/img/restaurant/restaurant-schedule-pattern.jpg);
  background-position: top left;
  background-color: #531a1d;
}

.restaurant-page__schedule-decor-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 360px;
}

.restaurant-page__schedule-inner {
  position: relative;
  z-index: 2;
  padding-top: 25px;
  padding-bottom: 25px;
}

.restaurant-page__schedule-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #b9463e;
  margin: 0;
}

.restaurant-page__schedule-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -20px;
  margin-top: -20px;
}

.restaurant-page__schedule-item {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: 20px;
}

.restaurant-page__schedule-item-icon {
  fill: #b9463e;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  flex-shrink: 0;
}

.restaurant-page__schedule-item-text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
  color: #ffffff;
}

.restaurant-page__schedule-slogan {
  display: block;
  margin: 0;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #b9463e;
  margin-top: 18px;
}

.restaurant-page__schedule-list {
  padding-top: 14px;
}

.restaurant-page__teaser {
  margin-top: 38px;
}

@media screen and (max-width: 575px) {
  .restaurant-page__schedule-list {
    display: block;
  }
  .restaurant-page__schedule-inner {
    text-align: center;
  }
  .restaurant-page__schedule-content {
    display: inline-flex;
    flex-direction: column;
  }
  .restaurant-page__schedule-list {
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .restaurant-page__schedule-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .restaurant-page__schedule-content {
    width: 50%;
  }
  .restaurant-page__schedule-item-text {
    font-size: 14px;
    line-height: 20px;
  }
  .restaurant-page__schedule-slogan {
    width: 45%;
    font-size: 27px;
    line-height: 1.27777;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .restaurant-page__content {
    padding-top: 68px;
  }
  .restaurant-page__schedule {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .restaurant-page__schedule-inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .restaurant-page__schedule-slogan {
    font-size: 48px;
    line-height: 56px;
    margin-top: 24px;
    text-align: center;
  }
  .restaurant-page__teaser {
    margin-top: 68px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .restaurant-page__schedule-inner {
    text-align: center;
  }
  .restaurant-page__schedule-content {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .restaurant-page__content {
    padding-top: 128px;
  }
  .restaurant-page__schedule {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  .restaurant-page__schedule-title {
    text-align: left;
  }
  .restaurant-page__schedule-inner {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .restaurant-page__schedule-slogan {
    font-size: 72px;
    line-height: 80px;
    margin-top: 48px;
  }
  .restaurant-page__teaser {
    margin-top: 78px;
  }
}
@media screen and (min-width: 1200px) {
  .restaurant-page__schedule {
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .restaurant-page__schedule-inner {
    padding-top: 126px;
    padding-bottom: 126px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .restaurant-page__schedule-list {
    padding-top: 29px;
  }
  .restaurant-page__schedule-content {
    width: 45%;
    margin-top: 5px;
  }
  .restaurant-page__schedule-slogan {
    width: 45%;
    text-align: left;
    margin-top: 0;
  }
  .restaurant-page__teaser {
    margin-top: 136px;
  }
}
@media screen and (min-width: 1500px) {
  .restaurant-page__schedule-decor {
    max-width: 1150px;
  }
  .restaurant-page__schedule-content {
    width: 42.55%;
  }
  .restaurant-page__schedule-slogan {
    width: 49%;
    margin-left: -4px;
  }
  .restaurant-page__teaser-inner {
    padding-right: 224px;
  }
  a.restaurant-page__teaser-link {
    padding-left: 41px;
    padding-right: 41px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .restaurant-page__schedule-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .restaurant-page__schedule-title {
    flex-shrink: 0;
    margin-right: 50px;
  }
  .restaurant-page__schedule-list {
    flex-basis: 65%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .restaurant-page__schedule-content {
    width: 50%;
  }
  .restaurant-page__schedule-slogan {
    width: 36%;
    font-size: 48px;
    line-height: 56px;
  }
}
.services-page {
  display: flex;
  flex-direction: column;
}

.services-page__teaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: auto;
  background-position: top left;
  background-repeat: no-repeat;
  color: #531a1d;
}

.services-page__teaser-inner {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 570px;
  width: 100%;
  height: 100%;
}

.services-page__teaser-title {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 19px;
}

.services-page__teaser-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.services-page__teaser-text + .services-page__teaser-text {
  margin-top: 14px;
}

.services-page__photo-items {
  margin-top: 24px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .services-page__content {
    padding-top: 8px;
  }
  .services-page__teaser-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
  .services-page__teaser-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .services-page__photo-items {
    margin-top: 68px;
    margin-bottom: 68px;
  }
}
@media screen and (min-width: 992px) {
  .services-page__teaser {
    min-height: 400px;
    background-position: top right 40%;
  }
  .services-page__teaser-title {
    font-size: 32px;
    line-height: 40px;
  }
  .services-page__photo-items {
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
.content-page {
  display: flex;
  flex-direction: column;
  /*min-height: 100%;*/
}

.content-page__content {
  padding-top: 35px;
}
.content-page__content._no-gutter {
  padding-top: 35px;
}
.content-page__content._no-gutter .content-page__gallery {
  margin-top: 0;
}

.content-page__decor {
  display: none;
  width: 211px;
  height: 163px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  flex-shrink: 0;
  max-width: 100%;
}
.content-page__decor--blue {
  height: 181px;
  background-image: url(/img/what-do/blue.png);
  fill: #669ebe;
}
.content-page__decor--green {
  background-image: url(/img/what-do/green.png);
  fill: #4e5a3d;
}
.content-page__decor--orange {
  background-image: url(/img/what-do/orange.png);
  fill: #c9984b;
}
.content-page__decor--pink {
  background-image: url(/img/what-do/pink.png);
  fill: #531a1d;
}
.content-page__decor--gray-blue {
  background-image: url(/img/what-do/gray-blue.png);
  fill: #9faeb0;
}

.content-page__decor-icon {
  position: relative;
}
.content-page__decor-icon--lift {
  top: 67px;
  left: 51px;
  width: 67px;
  height: 67px;
}
.content-page__decor-icon--sauna {
  top: 50px;
  left: 70px;
  width: 56px;
  height: 56px;
}
.content-page__decor-icon--massage {
  top: 39px;
  left: 74px;
  width: 60px;
  height: 56px;
}
.content-page__decor-icon--billiard {
  top: 57px;
  left: 83px;
  width: 60px;
  height: 52px;
}
.content-page__decor-icon--shirt {
  top: 53px;
  left: 82px;
  width: 57px;
  height: 57px;
}

.content-page__description-text {
  font-size: 16px;
  line-height: 26px;
  color: #531a1d;
  margin: 0;
}
.content-page__description-text + .content-page__description-text {
  margin-top: 10px;
}

.content-page__photo-item {
  margin-top: 28px;
}

.content-page__advantages-description-item {
  color: #531a1d;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-page__advantages-description-item-icon {
  display: block;
  flex-shrink: 0;
  margin-right: 14px;
}

.content-page__advantages-description-item-title {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 5px;
}

.content-page__advantages-description-item-text {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.content-page__services {
  color: #531a1d;
}

.content-page__services-description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.content-page__services-description-text {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.content-page__services-item-wrap {
  padding-top: 15px;
}

.content-page__services-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f2ece3;
  padding: 25px;
  height: 100%;
}

.content-page__services-item-icon {
  display: block;
  margin-right: 15px;
}

.content-page__services-item-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
}

.content-page__gallery,
.content-page__advantages-desctiption-list,
.content-page__advantages,
.content-page__services {
  margin-top: 17px;
}

.content-page__advantages {
  margin-top: 37px;
}

.content-page__advantages {
  color: #531a1d;
}

.content-page__advantages-title {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  margin-bottom: 30px;
}

.content-page__advantages-list {
  margin-top: -20px;
}

.content-page__advantages-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.content-page__advantages-item-icon {
  margin-right: 15px;
}

.content-page__advantages-item-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

@media screen and (max-width: 539px) {
  .content-page__decor {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  .content-page__decor-icon {
    position: relative;
  }
  .content-page__decor-icon--lift {
    top: 20px;
    left: 15px;
    width: 44px;
    height: 44px;
  }
  .content-page__decor-icon--sauna {
    top: 15px;
    left: 24px;
    width: 44px;
    height: 44px;
  }
  .content-page__decor-icon--massage {
    top: 12px;
    left: 28px;
    width: 44px;
    height: 39px;
  }
  .content-page__decor-icon--billiard {
    top: 22px;
    left: 31px;
    width: 45px;
    height: 38px;
  }
  .content-page__decor-icon--shirt {
    top: 22px;
    left: 31px;
    width: 39px;
    height: 39px;
  }
}
@media screen and (max-width: 767px) {
  .content-page__advantages-description-item {
    padding-top: 25px;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .content-page__decor-icon--lift {
    left: 44px;
  }
  .content-page__decor-icon--sauna {
    left: 52px;
  }
  .content-page__decor-icon--massage {
    left: 54px;
  }
  .content-page__decor-icon--billiard {
    left: 60px;
  }
  .content-page__decor-icon--shirt {
    left: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content-page__services-description {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .content-page__content {
    padding-top: 55px;
  }
  .content-page__content._no-gutter {
    padding-top: 35px;
  }
  .content-page__description {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .content-page__decor {
    display: block;
    margin-right: 15px;
  }
  .content-page__photo-item {
    margin-top: 58px;
  }
  .content-page__advantages-title {
    margin-bottom: 40px;
  }
  .content-page__advantages-list {
    margin-top: -30px;
  }
  .content-page__advantages-item {
    padding-top: 30px;
  }
  .content-page__gallery,
  .content-page__advantages-desctiption-list,
  .content-page__advantages,
  .content-page__services {
    margin-top: 37px;
  }
}
@media screen and (min-width: 992px) {
  .content-page__content {
    padding-top: 110px;
  }
  .content-page__content._no-gutter {
    padding-top: 55px;
  }
  .content-page__photo-item {
    margin-top: 68px;
  }
  .content-page__advantages-list {
    margin-top: -60px;
  }
  .content-page__advantages-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px;
  }
  .content-page__advantages-item {
    padding-top: 60px;
  }
  .content-page__advantages-item-text {
    font-size: 16px;
    line-height: 24px;
  }
  .content-page__gallery,
  .content-page__advantages-desctiption-list,
  .content-page__advantages,
  .content-page__services {
    margin-top: 67px;
  }
}
@media screen and (min-width: 1200px) {
  .content-page__decor {
    margin-right: 30px;
  }
  .content-page__photo-item {
    margin-top: 128px;
  }
  .content-page__services-item-wrap {
    padding-top: 0;
  }
}
@media screen and (min-width: 1500px) {
  .content-page__description {
    padding-right: 8.333333%;
  }
  .content-page__teaser {
    padding-left: 220px;
  }
  .content-page__advantages-list {
    padding-right: 25%;
    margin-top: -93px;
  }
  .content-page__advantages-item {
    padding-top: 93px;
  }
  .content-page__gallery,
  .content-page__advantages-desctiption-list,
  .content-page__advantages,
  .content-page__services {
    margin-top: 127px;
  }
  .content-page__advantages-title {
    margin-bottom: 92px;
  }
}
* {
  box-sizing: border-box;
}

html,
body,
#html_container {
  min-height: 100%;
}

body,
#html_container {
  display: flex;
  flex-direction: column;
}

#html_container {
  flex-shrink: 0;
}

main {
  flex: 1 0 auto;
}
