@-webkit-keyframes fpFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fpSlideLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fpSlideLeftNew {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpSlideLeftNew {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpSlideRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fpSlideRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fpSlideRightNew {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpSlideRightNew {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fpFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fpFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fpFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fpFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes sk-circle-bounce-delay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circle-bounce-delay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes transform-text {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  10% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
}
@keyframes transform-text {
  0%,
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  10% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
  }
}
@-webkit-keyframes scroll {
  0%,
  to {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(45deg) scale(0.98);
    transform: rotate(45deg) scale(0.98);
    opacity: 0.5;
  }
}
@keyframes scroll {
  0%,
  to {
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotate(45deg) scale(0.98);
    transform: rotate(45deg) scale(0.98);
    opacity: 0.5;
  }
}
@-webkit-keyframes listSvgTransform {
  0%,
  50%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
@keyframes listSvgTransform {
  0%,
  50%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  75% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
@-webkit-keyframes capSvgTransform {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes capSvgTransform {
  0%,
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.heading__title,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p {
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.heading__title,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font: inherit;
}
html,
label {
  font: inherit;
}
.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
input,
label,
select {
  vertical-align: middle;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  white-space: normal;
  background: 0 0;
  line-height: 1;
}
input:focus {
  outline: 0;
}
*,
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
::-webkit-search-decoration {
  display: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: 0 0;
}
textarea {
  overflow: auto;
}
select[multiple],
textarea {
  vertical-align: top;
}
@font-face {
  font-family: "Open Sans";
  src: url(/local/templates/template3/public/fonts/opensans/OpenSans-Bold.woff2)
      format("woff2"),
    url(/local/templates/template3/public/fonts/opensans/OpenSans-Bold.woff)
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/local/templates/template3/public/fonts/opensans/OpenSans-BoldItalic.woff2)
      format("woff2"),
    url(/local/templates/template3/public/fonts/opensans/OpenSans-BoldItalic.woff)
      format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/local/templates/template3/public/fonts/opensans/OpenSans-Italic.woff2)
      format("woff2"),
    url(/local/templates/template3/public/fonts/opensans/OpenSans-Italic.woff)
      format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/local/templates/template3/public/fonts/opensans/OpenSans-Light.woff2)
      format("woff2"),
    url(/local/templates/template3/public/fonts/opensans/OpenSans-Light.woff)
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/local/templates/template3/public/fonts/opensans/OpenSans-LightItalic.woff2)
      format("woff2"),
    url(/local/templates/template3/public/fonts/opensans/OpenSans-LightItalic.woff)
      format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/local/templates/template3/public/fonts/opensans/OpenSans-Regular.woff2)
      format("woff2"),
    url(/local/templates/template3/public/fonts/opensans/OpenSans-Regular.woff)
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/local/templates/template3/public/fonts/opensans/OpenSans-Semibold.woff2)
      format("woff2"),
    url(/local/templates/template3/public/fonts/opensans/OpenSans-Semibold.woff)
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url(/local/templates/template3/public/fonts/opensans/OpenSans-SemiboldItalic.woff2)
      format("woff2"),
    url(/local/templates/template3/public/fonts/opensans/OpenSans-SemiboldItalic.woff)
      format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
body,
html,
p {
  line-height: 1.5;
}
.heading__title,
body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
body,
html {
  background-color: #f5f5f5;
  font-size: 16px;
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  color: #353434;
}
.heading__title,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  color: #5b958b;
  margin: 0 0 1em;
  max-width: 100%;
}
.h1,
.h2,
.h3,
.h4 {
  color: #5b958b;
  margin-bottom: 1em;
}
.contacts__heading,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  max-width: 100%;
}
.h5,
.h6 {
  color: #5b958b;
  margin-bottom: 1em;
}
.h1,
h1 {
  font-size: 60px;
}
.h2,
.heading__title,
h2 {
  font-size: 48px;
}
.h3,
h3 {
  font-size: 39px;
}
.contacts__heading,
.h4,
h4 {
  font-size: 30px;
}
.h5,
h5 {
  font-size: 25px;
}
.h6,
h6 {
  font-size: 24px;
}
.hr,
hr {
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgba(53, 52, 52, 0.2);
}
p {
  margin: 0 0 0.5em;
}
p:last-child {
  margin-bottom: 0;
}
b,
strong {
  font-weight: 700;
}
img,
svg {
  max-width: 100%;
}
a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #5b958b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.flatpickr-calendar,
source {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
source {
  display: block;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.flatpickr-calendar {
  background: 0 0;
  overflow: hidden;
  max-height: 0;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:after,
.flatpickr-calendar:before {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus,
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  background: 0 0;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.flatpickr-next-month,
.flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}
.flatpickr-next-month i,
.flatpickr-prev-month i,
.numInputWrapper {
  position: relative;
}
.flatpickr-next-month.flatpickr-prev-month,
.flatpickr-prev-month.flatpickr-prev-month {
  left: 0;
}
.flatpickr-next-month.flatpickr-next-month,
.flatpickr-prev-month.flatpickr-next-month {
  right: 0;
}
.flatpickr-next-month:hover,
.flatpickr-prev-month:hover {
  color: #959ea9;
}
.flatpickr-next-month:hover svg,
.flatpickr-prev-month:hover svg {
  fill: #f64747;
}
.flatpickr-next-month svg,
.flatpickr-prev-month svg {
  width: 14px;
}
.flatpickr-next-month svg path,
.flatpickr-prev-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.flatpickr-current-month span.cur-month:hover,
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-animation: fpFadeOut 400ms ease,
    fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease,
    fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideLeftNew,
.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease,
    fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease,
    fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRight {
  -webkit-animation: fpFadeOut 400ms ease,
    fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease,
    fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation: fpFadeIn 400ms ease,
    fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease,
    fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: 0 0;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: 0 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: 0 0;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.flatpickr-weeks {
  padding: 1px 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer,
.flatpickr-day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.dayContainer {
  padding: 0;
  outline: 0;
  min-width: 307.875px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  text-align: left;
  width: 307.875px;
  max-width: 307.875px;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1),
    fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1),
    fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1),
    fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1),
    fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1),
    fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1),
    fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1),
    fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1),
    fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-day {
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 150px;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.endRange.startRange + .endRange,
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: 0 0;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer,
.flatpickr-rContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-innerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  display: block;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
}
.flatpickr-time,
.flatpickr-time input {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  outline: 0;
  display: block;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  line-height: 40px;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: 700;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover {
  background: #f0f0f0;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.mx-block,
.mx-show,
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.mx-hide,
.slick-arrow.slick-hidden {
  display: none;
}
.mx-hide.-show ~ .-type-about {
  margin-top: 0;
}
.mx-fill,
.mx-overlay.-gradient:before,
.slider.-default,
.slider.-gutter-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.main__layer,
.main__overlay,
.mx-overlay.-gradient-slide:before,
.slider.-main .slider__item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main__overlay:before,
.section.-type-wedding .section__decor {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main__overlay:before {
  position: absolute;
  z-index: 1;
}
.mx-linecount {
  -webkit-transition: max-height 1.5s ease;
  transition: max-height 1.5s ease;
}
.mx-linecount[data-linecount="1"],
.mx-linecount[data-linecount="2"],
.mx-linecount[data-linecount="3"] {
  display: block;
  display: -webkit-box;
  max-height: 1.5em;
  margin: 0;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mx-linecount[data-linecount="2"],
.mx-linecount[data-linecount="3"] {
  max-height: 3em;
  -webkit-line-clamp: 2;
}
.mx-linecount[data-linecount="3"] {
  max-height: 4.5em;
  -webkit-line-clamp: 3;
}
.mx-linecount[data-linecount="4"],
.mx-linecount[data-linecount="5"],
.mx-linecount[data-linecount="6"],
.mx-linecount[data-linecount="7"] {
  display: block;
  display: -webkit-box;
  max-height: 6em;
  margin: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mx-linecount[data-linecount="5"],
.mx-linecount[data-linecount="6"],
.mx-linecount[data-linecount="7"] {
  max-height: 7.5em;
  -webkit-line-clamp: 5;
}
.mx-linecount[data-linecount="6"],
.mx-linecount[data-linecount="7"] {
  max-height: 9em;
  -webkit-line-clamp: 6;
}
.mx-linecount[data-linecount="7"] {
  max-height: 10.5em;
  -webkit-line-clamp: 7;
}
.mx-text_left {
  text-align: left;
}
.mx-text_center {
  text-align: center;
}
.mx-text_right {
  text-align: right;
}
.mx-text_underline {
  text-decoration: underline;
}
.mx-text_underline-none,
.mx-text_underline-none:hover,
.mx-text_underline:hover {
  text-decoration: none;
}
.mx-text_uppercase {
  text-transform: uppercase;
}
.mx-text_lowercase {
  text-transform: lowercase;
}
.mx-text_bold {
  font-weight: 700;
}
.mx-text_medium {
  font-weight: 500;
}
.mx-text_break {
  word-break: break-all;
}
.mx-text_nowrap {
  white-space: nowrap;
}
.mx-text_border-b {
  position: relative;
  display: inline-block;
}
.mx-text_border-b:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 40px;
  height: 3px;
  z-index: 1;
  background: #4d377c;
}
.legal__title span,
.mx-text_bg-decor,
.slider.-main .slider__text-desc a {
  text-decoration: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 0%;
  -webkit-transition: background-size 0.2s ease-in;
  transition: background-size 0.2s ease-in;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(86, 66, 139, 0.4)),
    to(rgba(86, 66, 139, 0.4))
  );
  background-image: linear-gradient(
    rgba(86, 66, 139, 0.4),
    rgba(86, 66, 139, 0.4)
  );
  -webkit-transition: background-size 0.2s ease-in;
  transition: background-size 0.2s ease-in;
}
.legal__title span:hover,
.mx-text_bg-decor:hover,
.slider.-main .slider__text-desc a:hover {
  background-size: 100% 1px;
}
.mx-text_bigger {
  font-size: 24px;
}
.mx-text_size-medium {
  font-size: 20px;
}
.mx-text_small {
  font-size: 14px;
}
.mx-overflow_hidden {
  overflow: hidden;
}
.mx-color_accent {
  color: #fff;
}
.mx-color_add {
  color: #3d3c3c;
}
.card.-type-review .card__heading,
.mx-color_default {
  color: #353434;
}
.mx-bg_add2 {
  background-color: #fbf9f9;
}
.mx-mt_xxs {
  margin-top: 5px;
}
.mx-mt_xs {
  margin-top: 20px;
}
.mx-mt_s {
  margin-top: 30px;
}
.mx-mt_m {
  margin-top: 40px;
}
.mx-mt_l {
  margin-top: 50px;
}
.mx-mt_xl {
  margin-top: 60px;
}
.mx-mt_xxl {
  margin-top: 70px;
}
.mx-mt_xxxl {
  margin-top: 80px;
}
.mx-mb_none {
  margin-bottom: 0;
}
.mx-mb_xxs {
  margin-bottom: 5px;
}
.mx-mb_xs,
.ustyle ul {
  margin-bottom: 20px;
}
.mx-mb_xss {
  margin-bottom: 15px;
}
.mx-mb_s {
  margin-bottom: 30px;
}
.mx-mb_m {
  margin-bottom: 40px;
}
.mx-mb_l {
  margin-bottom: 50px;
}
.mx-mb_xl {
  margin-bottom: 60px;
}
.mx-mb_xxl {
  margin-bottom: 70px;
}
.mx-mb_xxxl {
  margin-bottom: 80px;
}
.mx-mb_xxxxl {
  margin-bottom: 100px;
}
.mx-pt_xs {
  padding-top: 20px;
}
.mx-pt_s {
  padding-top: 30px;
}
.mx-pt_m {
  padding-top: 40px;
}
.mx-pt_l {
  padding-top: 50px;
}
.mx-pt_xl {
  padding-top: 60px;
}
.mx-pt_xxl {
  padding-top: 70px;
}
.mx-pt_xxxl {
  padding-top: 80px;
}
.mx-pb_none {
  padding-bottom: 0;
}
.mx-pb_xs {
  padding-bottom: 20px;
}
.mx-pb_s {
  padding-bottom: 30px;
}
.mx-pb_m {
  padding-bottom: 40px;
}
.mx-pb_l {
  padding-bottom: 50px;
}
.mx-pb_xl {
  padding-bottom: 60px;
}
.mx-pb_xxl {
  padding-bottom: 70px;
}
.mx-pb_xxxl {
  padding-bottom: 80px;
}
.mx-pl_xxs {
  padding-left: 15px;
}
.mx-pl_xs {
  padding-left: 20px;
}
.mx-pl_s {
  padding-left: 30px;
}
.mx-pl_m {
  padding-left: 40px;
}
.mx-pl_l {
  padding-left: 50px;
}
.mx-pl_xl {
  padding-left: 60px;
}
.mx-pl_xxl {
  padding-left: 70px;
}
.mx-pl_xxxl {
  padding-left: 80px;
}
.mx-pr_xxs {
  padding-right: 15px;
}
.mx-pr_xs {
  padding-right: 20px;
}
.mx-pr_s {
  padding-right: 30px;
}
.mx-pr_m {
  padding-right: 40px;
}
.mx-pr_l {
  padding-right: 50px;
}
.mx-pr_xl {
  padding-right: 60px;
}
.mx-pr_xxl {
  padding-right: 70px;
}
.mx-pr_xxxl {
  padding-right: 80px;
}
.mx-overlay {
  display: block;
  background: rgba(77, 55, 124, 0.65);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.mx-overlay:hover {
  background: 0 0;
}
.mx-overlay.-opacity-35 {
  background: rgba(77, 55, 124, 0.35);
}
.mx-overlay.-opacity-45 {
  background: rgba(77, 55, 124, 0.45);
}
.mx-overlay.-gradient:before {
  content: "";
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.4)),
    to(transparent)
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    transparent 100%
  );
}
.mx-overlay.-gradient-slide {
  background: 0 0;
}
.mx-overlay.-gradient-slide:before {
  content: "";
  display: block;
  z-index: 2;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(75%, rgba(0, 0, 0, 0.01)),
    to(rgba(0, 0, 0, 0.21))
  );
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.01) 75%,
    rgba(0, 0, 0, 0.21) 100%
  );
}
.mx-height_full {
  height: 100%;
}
.mx-order_1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.mx-order_2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
@font-face {
  font-family: "TL Icon";
  src: url(/local/templates/template3/public/fonts/icons/starticons.woff?1686294427)
      format("woff"),
    url(/local/templates/template3/public/fonts/icons/starticons.woff2?1686294427)
      format("woff2"),
    url("/local/templates/template3/public/fonts/icons/starticons.svg?1686294427#TL Icon")
      format("svg");
}
.lang__current:before,
[class*=" icon"]:before,
[class^="icon"]:before {
  font-family: "TL Icon";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.-AccessControlledCommunity:before {
  content: "\EA01";
}
.icon.-adapter:before {
  content: "\EA02";
}
.icon.-airplane:before {
  content: "\EA03";
}
.icon.-alarm:before {
  content: "\EA04";
}
.icon.-alcohol:before {
  content: "\EA05";
}
.icon.-alcohol1:before {
  content: "\EA06";
}
.icon.-alcove:before {
  content: "\EA07";
}
.icon.-ambulance:before {
  content: "\EA08";
}
.icon.-ambulance2:before {
  content: "\EA09";
}
.icon.-aqua-aerobics:before {
  content: "\EA0A";
}
.icon.-arms:before {
  content: "\EA0B";
}
.icon.-arrow1:before {
  content: "\EA0C";
}
.icon.-arrow1_down:before {
  content: "\EA0D";
}
.icon.-arrow1_left:before {
  content: "\EA0E";
}
.icon.-arrow1_up:before {
  content: "\EA0F";
}
.icon.-arrow2:before {
  content: "\EA10";
}
.icon.-arrow3:before {
  content: "\EA11";
}
.icon.-arrow3_left:before {
  content: "\EA12";
}
.icon.-arrow4:before {
  content: "\EA13";
}
.icon.-arrow4_left:before {
  content: "\EA14";
}
.icon.-arrow5:before {
  content: "\EA15";
}
.icon.-arrow6:before {
  content: "\EA16";
}
.icon.-arrow6_left:before {
  content: "\EA17";
}
.icon.-arrow7:before {
  content: "\EA18";
}
.icon.-arrow7_left:before {
  content: "\EA19";
}
.icon.-arrow8:before {
  content: "\EA1A";
}
.icon.-arrow8_left:before {
  content: "\EA1B";
}
.icon.-arrow9:before {
  content: "\EA1C";
}
.icon.-arrow9_left:before {
  content: "\EA1D";
}
.icon.-atm:before {
  content: "\EA1E";
}
.icon.-audiocenter:before {
  content: "\EA1F";
}
.icon.-autowash:before {
  content: "\EA20";
}
.icon.-baby-carriages:before {
  content: "\EA21";
}
.icon.-badewanne:before {
  content: "\EA22";
}
.icon.-baggage_kg:before {
  content: "\EA23";
}
.icon.-ball:before {
  content: "\EA24";
}
.icon.-bar:before {
  content: "\EA25";
}
.icon.-barbershop:before {
  content: "\EA26";
}
.icon.-basketball:before {
  content: "\EA27";
}
.icon.-bathrobe:before {
  content: "\EA28";
}
.icon.-beach:before {
  content: "\EA29";
}
.icon.-bed:before {
  content: "\EA2A";
}
.icon.-bed2:before {
  content: "\EA2B";
}
.icon.-bell:before {
  content: "\EA2C";
}
.icon.-benches-lantern:before {
  content: "\EA2D";
}
.icon.-bicycle:before {
  content: "\EA2E";
}
.icon.-BikeTrailAccess:before {
  content: "\EA2F";
}
.icon.-billiards:before {
  content: "\EA30";
}
.icon.-Billiards2:before {
  content: "\EA31";
}
.icon.-binoculars:before {
  content: "\EA32";
}
.icon.-birthday-cake:before {
  content: "\EA33";
}
.icon.-book:before {
  content: "\EA34";
}
.icon.-bottle:before {
  content: "\EA35";
}
.icon.-bus:before {
  content: "\EA36";
}
.icon.-BusinessCenter:before {
  content: "\EA37";
}
.icon.-businesscentre:before {
  content: "\EA38";
}
.icon.-businessman:before {
  content: "\EA39";
}
.icon.-cake:before {
  content: "\EA3A";
}
.icon.-calendar1:before {
  content: "\EA3B";
}
.icon.-calendar2:before {
  content: "\EA3C";
}
.icon.-calendar3:before {
  content: "\EA3D";
}
.icon.-calendar4:before {
  content: "\EA3E";
}
.icon.-calendar5:before {
  content: "\EA3F";
}
.icon.-calendar6:before {
  content: "\EA40";
}
.icon.-car:before {
  content: "\EA41";
}
.icon.-car2:before {
  content: "\EA42";
}
.icon.-carpet-covering:before {
  content: "\EA43";
}
.icon.-casino_1:before {
  content: "\EA44";
}
.icon.-casino_2:before {
  content: "\EA45";
}
.icon.-casino_3:before {
  content: "\EA46";
}
.icon.-CatFriendly:before {
  content: "\EA47";
}
.icon.-cave:before {
  content: "\EA48";
}
.icon.-cctv:before {
  content: "\EA49";
}
.icon.-chair:before {
  content: "\EA4A";
}
.icon.-check:before {
  content: "\EA4B";
}
.icon.-chess:before {
  content: "\EA4C";
}
.icon.-child:before {
  content: "\EA4D";
}
.icon.-chinese:before {
  content: "\EA4E";
}
.icon.-church:before {
  content: "\EA4F";
}
.icon.-clean-air:before {
  content: "\EA50";
}
.icon.-clear:before {
  content: "\EA51";
}
.icon.-cloche:before {
  content: "\EA52";
}
.icon.-close:before {
  content: "\EA53";
}
.icon.-close1:before {
  content: "\EA54";
}
.icon.-cloudy:before {
  content: "\EA55";
}
.icon.-clown:before {
  content: "\EA56";
}
.icon.-cocktail:before {
  content: "\EA57";
}
.icon.-coffe:before {
  content: "\EA58";
}
.icon.-coffeemaker:before {
  content: "\EA59";
}
.icon.-concierge:before {
  content: "\EA5A";
}
.icon.-conditioner:before {
  content: "\EA5B";
}
.icon.-conference:before {
  content: "\EA5C";
}
.icon.-ConferenceRoom:before {
  content: "\EA5D";
}
.icon.-cooking:before {
  content: "\EA5E";
}
.icon.-cosmetics:before {
  content: "\EA5F";
}
.icon.-cot:before {
  content: "\EA60";
}
.icon.-cow:before {
  content: "\EA61";
}
.icon.-creditcard:before {
  content: "\EA62";
}
.icon.-cripple:before {
  content: "\EA63";
}
.icon.-cross-country-skiing:before {
  content: "\EA64";
}
.icon.-cruise:before {
  content: "\EA65";
}
.icon.-cup:before {
  content: "\EA66";
}
.icon.-currencyexchange:before {
  content: "\EA67";
}
.currency-price.czk:after,
.icon.-czk:before {
  content: "\EA68";
}
.icon.-d:before {
  content: "\EA69";
}
.icon.-d1:before {
  content: "\EA6A";
}
.icon.-depositbox:before {
  content: "\EA6B";
}
.icon.-desk-2:before {
  content: "\EA6C";
}
.icon.-discount:before {
  content: "\EA6D";
}
.icon.-display:before {
  content: "\EA6E";
}
.icon.-document:before {
  content: "\EA6F";
}
.icon.-document2:before {
  content: "\EA70";
}
.icon.-DogFriendly:before {
  content: "\EA71";
}
.icon.-DogPark:before {
  content: "\EA72";
}
.icon.-double-bed-2:before {
  content: "\EA73";
}
.icon.-douche:before {
  content: "\EA74";
}
.icon.-drink-machine:before {
  content: "\EA75";
}
.icon.-drink:before {
  content: "\EA76";
}
.icon.-drop:before {
  content: "\EA77";
}
.icon.-duck-2:before {
  content: "\EA78";
}
.icon.-duck:before {
  content: "\EA79";
}
.icon.-ear:before {
  content: "\EA7A";
}
.icon.-ear1:before {
  content: "\EA7B";
}
.icon.-ear2:before {
  content: "\EA7C";
}
.icon.-electric-range:before {
  content: "\EA7D";
}
.icon.-elevator:before {
  content: "\EA7E";
}
.icon.-eng:before {
  content: "\EA7F";
}
.icon.-esp:before {
  content: "\EA80";
}
.currency-price.eur:after,
.icon.-eur:before {
  content: "\EA81";
}
.icon.-EventRoom:before {
  content: "\EA82";
}
.icon.-family:before {
  content: "\EA83";
}
.icon.-faq:before {
  content: "\EA84";
}
.icon.-fax1:before {
  content: "\EA85";
}
.icon.-fax2:before {
  content: "\EA86";
}
.icon.-fb:before {
  content: "\EA87";
}
.icon.-feeder:before {
  content: "\EA88";
}
.icon.-fireplacee:before {
  content: "\EA89";
}
.icon.-fish:before {
  content: "\EA8A";
}
.icon.-flatTV:before {
  content: "\EA8B";
}
.icon.-flickr:before {
  content: "\EA8C";
}
.icon.-flipchart:before {
  content: "\EA8D";
}
.icon.-flower:before {
  content: "\EA8E";
}
.icon.-fountain:before {
  content: "\EA8F";
}
.icon.-fousquare:before {
  content: "\EA90";
}
.icon.-fruits:before {
  content: "\EA91";
}
.icon.-gallery:before {
  content: "\EA92";
}
.icon.-GarageParking:before {
  content: "\EA93";
}
.currency-price.gel:after,
.icon.-gel:before {
  content: "\EA94";
}
.icon.-glasses:before {
  content: "\EA95";
}
.icon.-glasses1:before {
  content: "\EA96";
}
.icon.-glasses2:before {
  content: "\EA97";
}
.icon.-googleplus:before {
  content: "\EA98";
}
.icon.-gym-bike:before {
  content: "\EA99";
}
.icon.-gym:before {
  content: "\EA9A";
}
.icon.-hairdryer:before {
  content: "\EA9B";
}
.icon.-hanger-2:before {
  content: "\EA9C";
}
.icon.-hanger:before {
  content: "\EA9D";
}
.icon.-heating:before {
  content: "\EA9E";
}
.icon.-HighSpeed:before {
  content: "\EA9F";
}
.icon.-home1:before {
  content: "\EAA0";
}
.icon.-home2:before {
  content: "\EAA1";
}
.icon.-home3:before {
  content: "\EAA2";
}
.icon.-home4:before {
  content: "\EAA3";
}
.icon.-home5:before {
  content: "\EAA4";
}
.icon.-home6:before {
  content: "\EAA5";
}
.icon.-hookah:before {
  content: "\EAA6";
}
.icon.-hoover:before {
  content: "\EAA7";
}
.icon.-horse:before {
  content: "\EAA8";
}
.icon.-HotTub:before {
  content: "\EAA9";
}
.icon.-hours:before {
  content: "\EAAA";
}
.icon.-hygiene:before {
  content: "\EAAB";
}
.icon.-icq:before {
  content: "\EAAC";
}
.icon.-IndoorPool:before {
  content: "\EAAD";
}
.icon.-inmap:before {
  content: "\EAAE";
}
.icon.-inmap1:before {
  content: "\EAAF";
}
.icon.-inmap2:before {
  content: "\EAB0";
}
.icon.-inmap3:before {
  content: "\EAB1";
}
.icon.-inmap4:before {
  content: "\EAB2";
}
.icon.-inmap5:before {
  content: "\EAB3";
}
.icon.-inmap6:before {
  content: "\EAB4";
}
.icon.-inmap7:before {
  content: "\EAB5";
}
.icon.-instagram:before {
  content: "\EAB6";
}
.icon.-instagram2:before {
  content: "\EAB7";
}
.icon.-internet:before {
  content: "\EAB8";
}
.icon.-invalid:before {
  content: "\EAB9";
}
.icon.-invalid2:before {
  content: "\EABA";
}
.icon.-iPod:before {
  content: "\EABB";
}
.icon.-iron:before {
  content: "\EABC";
}
.icon.-ivisa:before {
  content: "\EABD";
}
.icon.-jacuzzi:before {
  content: "\EABE";
}
.icon.-keys:before {
  content: "\EABF";
}
.icon.-keys2:before {
  content: "\EAC0";
}
.icon.-kidgirl:before {
  content: "\EAC1";
}
.icon.-kitchen-furniture:before {
  content: "\EAC2";
}
.icon.-krug:before {
  content: "\EAC3";
}
.icon.-kvadrik:before {
  content: "\EAC4";
}
.icon.-lamp-2:before {
  content: "\EAC5";
}
.icon.-lighting:before {
  content: "\EAC6";
}
.icon.-lj:before {
  content: "\EAC7";
}
.icon.-lounge:before {
  content: "\EAC8";
}
.icon.-magnifier1:before {
  content: "\EAC9";
}
.icon.-magnifier2:before {
  content: "\EACA";
}
.icon.-magnifier3:before {
  content: "\EACB";
}
.icon.-magnifier4:before {
  content: "\EACC";
}
.icon.-MaidServiceAvailable:before {
  content: "\EACD";
}
.icon.-mail1:before {
  content: "\EACE";
}
.icon.-mail2:before {
  content: "\EACF";
}
.icon.-mail3:before {
  content: "\EAD0";
}
.icon.-mail4:before {
  content: "\EAD1";
}
.icon.-mail5:before {
  content: "\EAD2";
}
.icon.-mail6:before {
  content: "\EAD3";
}
.icon.-makeup-mirror:before {
  content: "\EAD4";
}
.icon.-man-roof:before {
  content: "\EAD5";
}
.icon.-man-with-racket:before {
  content: "\EAD6";
}
.icon.-man:before {
  content: "\EAD7";
}
.icon.-manbuysticket:before {
  content: "\EAD8";
}
.icon.-manOk:before {
  content: "\EAD9";
}
.icon.-mans:before {
  content: "\EADA";
}
.icon.-mans1:before {
  content: "\EADB";
}
.icon.-mariornament:before {
  content: "\EADC";
}
.icon.-massage:before {
  content: "\EADD";
}
.icon.-matrioshka:before {
  content: "\EADE";
}
.icon.-meal:before {
  content: "\EADF";
}
.icon.-medicine:before {
  content: "\EAE0";
}
.icon.-menu1:before {
  content: "\EAE1";
}
.icon.-menu2:before {
  content: "\EAE2";
}
.icon.-metro:before {
  content: "\EAE3";
}
.icon.-metro2:before {
  content: "\EAE4";
}
.icon.-MetroAccessible:before {
  content: "\EAE5";
}
.icon.-microphone:before {
  content: "\EAE6";
}
.icon.-microwave:before {
  content: "\EAE7";
}
.icon.-mineralwater:before {
  content: "\EAE8";
}
.icon.-minibus:before {
  content: "\EAE9";
}
.icon.-moneypay:before {
  content: "\EAEA";
}
.icon.-moneyterminal:before {
  content: "\EAEB";
}
.icon.-monitor:before {
  content: "\EAEC";
}
.icon.-MovieTheater:before {
  content: "\EAED";
}
.icon.-museum2:before {
  content: "\EAEE";
}
.icon.-music:before {
  content: "\EAEF";
}
.icon.-mute:before {
  content: "\EAF0";
}
.icon.-newspaper:before {
  content: "\EAF1";
}
.icon.-nightstand:before {
  content: "\EAF2";
}
.icon.-NoPetsPermitted:before {
  content: "\EAF3";
}
.icon.-nosmoke:before {
  content: "\EAF4";
}
.icon.-notdisturb:before {
  content: "\EAF5";
}
.icon.-odnoklassiki:before {
  content: "\EAF6";
}
.icon.-OutdoorGrillingArea:before {
  content: "\EAF7";
}
.icon.-overcast:before {
  content: "\EAF8";
}
.icon.-package:before {
  content: "\EAF9";
}
.icon.-pajamas:before {
  content: "\EAFA";
}
.icon.-paragliding:before {
  content: "\EAFB";
}
.icon.-parilka:before {
  content: "\EAFC";
}
.icon.-parking:before {
  content: "\EAFD";
}
.icon.-partlycloudy:before {
  content: "\EAFE";
}
.icon.-people:before {
  content: "\EAFF";
}
.icon.-phone1:before {
  content: "\EB00";
}
.icon.-phone2:before {
  content: "\EB01";
}
.icon.-phone3:before {
  content: "\EB02";
}
.icon.-phone4:before {
  content: "\EB03";
}
.icon.-phone5:before {
  content: "\EB04";
}
.icon.-photocamera1:before {
  content: "\EB05";
}
.icon.-photocamera2:before {
  content: "\EB06";
}
.icon.-photocamera3:before {
  content: "\EB07";
}
.icon.-pillow-one:before {
  content: "\EB08";
}
.icon.-pinterest:before {
  content: "\EB09";
}
.icon.-plates:before {
  content: "\EB0A";
}
.icon.-play:before {
  content: "\EB0B";
}
.icon.-Playground:before {
  content: "\EB0C";
}
.icon.-pool:before {
  content: "\EB0D";
}
.icon.-porter:before {
  content: "\EB0E";
}
.icon.-present:before {
  content: "\EB0F";
}
.icon.-print:before {
  content: "\EB10";
}
.icon.-projector:before {
  content: "\EB11";
}
.icon.-pyramid:before {
  content: "\EB12";
}
.icon.-qiwi:before {
  content: "\EB13";
}
.icon.-rain:before {
  content: "\EB14";
}
.icon.-ramp:before {
  content: "\EB15";
}
.icon.-razor:before {
  content: "\EB16";
}
.icon.-refrigerator:before {
  content: "\EB17";
}
.icon.-restaurant:before {
  content: "\EB18";
}
.icon.-RetailOn-site:before {
  content: "\EB19";
}
.icon.-reverse:before {
  content: "\EB1A";
}
.icon.-review1:before {
  content: "\EB1B";
}
.icon.-rink:before {
  content: "\EB1C";
}
.icon.-rollerblade:before {
  content: "\EB1D";
}
.icon.-RooftopLounge:before {
  content: "\EB1E";
}
.icon.-rooms-square:before {
  content: "\EB1F";
}
.icon.-roomservice:before {
  content: "\EB20";
}
.currency-price.rub:after,
.icon.-rub:before {
  content: "\EB21";
}
.icon.-safe:before {
  content: "\EB22";
}
.icon.-sauna-hot:before {
  content: "\EB23";
}
.icon.-sauna:before {
  content: "\EB24";
}
.icon.-scooter:before {
  content: "\EB25";
}
.icon.-screen:before {
  content: "\EB26";
}
.icon.-seating-banket:before {
  content: "\EB27";
}
.icon.-seating-banquet:before {
  content: "\EB28";
}
.icon.-seating-cabinet:before {
  content: "\EB29";
}
.icon.-seating-furshet:before {
  content: "\EB2A";
}
.icon.-seating-klass:before {
  content: "\EB2B";
}
.icon.-seating-p:before {
  content: "\EB2C";
}
.icon.-seating-perimeter:before {
  content: "\EB2D";
}
.icon.-seating-roundtable:before {
  content: "\EB2E";
}
.icon.-seating-square:before {
  content: "\EB2F";
}
.icon.-seating-t:before {
  content: "\EB30";
}
.icon.-seating-theater:before {
  content: "\EB31";
}
.icon.-seating-ustyle:before {
  content: "\EB32";
}
.icon.-setting:before {
  content: "\EB33";
}
.icon.-shashlik:before {
  content: "\EB34";
}
.icon.-shell:before {
  content: "\EB35";
}
.icon.-shield:before {
  content: "\EB36";
}
.icon.-shoes2:before {
  content: "\EB37";
}
.icon.-shootingrange:before {
  content: "\EB38";
}
.icon.-shower:before {
  content: "\EB39";
}
.icon.-ShuttleServicetoMetro:before {
  content: "\EB3A";
}
.icon.-site10-balcony:before {
  content: "\EB3B";
}
.icon.-site10-bath:before {
  content: "\EB3C";
}
.icon.-site10-bed:before {
  content: "\EB3D";
}
.icon.-site10-bed_full:before {
  content: "\EB3E";
}
.icon.-site10-bell:before {
  content: "\EB3F";
}
.icon.-site10-bus:before {
  content: "\EB40";
}
.icon.-site10-calendar:before {
  content: "\EB41";
}
.icon.-site10-capacity:before {
  content: "\EB42";
}
.icon.-site10-car:before {
  content: "\EB43";
}
.icon.-site10-cat:before {
  content: "\EB44";
}
.icon.-site10-conditioning:before {
  content: "\EB45";
}
.icon.-site10-credit_card:before {
  content: "\EB46";
}
.icon.-site10-dog:before {
  content: "\EB47";
}
.icon.-site10-fireplace:before {
  content: "\EB48";
}
.icon.-site10-fridge:before {
  content: "\EB49";
}
.icon.-site10-gym:before {
  content: "\EB4A";
}
.icon.-site10-hair_dryer:before {
  content: "\EB4B";
}
.icon.-site10-hotel:before {
  content: "\EB4C";
}
.icon.-site10-laundry:before {
  content: "\EB4D";
}
.icon.-site10-lift:before {
  content: "\EB4E";
}
.icon.-site10-microwave:before {
  content: "\EB4F";
}
.icon.-site10-money:before {
  content: "\EB50";
}
.icon.-site10-no_smoking:before {
  content: "\EB51";
}
.icon.-site10-parking:before {
  content: "\EB52";
}
.icon.-site10-party:before {
  content: "\EB53";
}
.icon.-site10-people-2:before {
  content: "\EB54";
}
.icon.-site10-people:before {
  content: "\EB55";
}
.icon.-site10-phone:before {
  content: "\EB56";
}
.icon.-site10-pool:before {
  content: "\EB57";
}
.icon.-site10-safe:before {
  content: "\EB58";
}
.icon.-site10-shower:before {
  content: "\EB59";
}
.icon.-site10-smoking:before {
  content: "\EB5A";
}
.icon.-site10-sofa:before {
  content: "\EB5B";
}
.icon.-site10-square:before {
  content: "\EB5C";
}
.icon.-site10-subway:before {
  content: "\EB5D";
}
.icon.-site10-suitcase:before {
  content: "\EB5E";
}
.icon.-site10-thermometer:before {
  content: "\EB5F";
}
.icon.-ski-slope:before {
  content: "\EB60";
}
.icon.-skype:before {
  content: "\EB61";
}
.icon.-slippers:before {
  content: "\EB62";
}
.icon.-Smoke-freeLiving:before {
  content: "\EB63";
}
.icon.-smokeman:before {
  content: "\EB64";
}
.icon.-snow:before {
  content: "\EB65";
}
.icon.-snowmobile:before {
  content: "\EB66";
}
.icon.-soccerball:before {
  content: "\EB67";
}
.icon.-solarium:before {
  content: "\EB68";
}
.icon.-spa:before {
  content: "\EB69";
}
.icon.-speech:before {
  content: "\EB6A";
}
.icon.-sport-2:before {
  content: "\EB6B";
}
.icon.-stairs:before {
  content: "\EB6C";
}
.icon.-star:before {
  content: "\EB6D";
}
.icon.-storm:before {
  content: "\EB6E";
}
.icon.-stroller:before {
  content: "\EB6F";
}
.icon.-SubwayAccessible:before {
  content: "\EB70";
}
.icon.-suitcase:before {
  content: "\EB71";
}
.icon.-sunbed:before {
  content: "\EB72";
}
.icon.-swing:before {
  content: "\EB73";
}
.icon.-tablet:before {
  content: "\EB74";
}
.icon.-target:before {
  content: "\EB75";
}
.icon.-taxi:before {
  content: "\EB76";
}
.icon.-teapot:before {
  content: "\EB77";
}
.icon.-telegram:before {
  content: "\EB78";
}
.icon.-tennis-court:before {
  content: "\EB79";
}
.icon.-tennissmall:before {
  content: "\EB7A";
}
.icon.-terrenkur:before {
  content: "\EB7B";
}
.icon.-theater:before {
  content: "\EB7C";
}
.icon.-threads:before {
  content: "\EB7D";
}
.icon.-tiktok:before {
  content: "\EB7E";
}
.icon.-tires:before {
  content: "\EB7F";
}
.icon.-tlstart:before {
  content: "\EB80";
}
.icon.-tlstart2:before {
  content: "\EB81";
}
.icon.-tl_angle:before,
.lang__current:before {
  content: "\EB82";
}
.icon.-tl_arm:before {
  content: "\EB83";
}
.icon.-tl_beach:before {
  content: "\EB84";
}
.icon.-tl_bed:before {
  content: "\EB85";
}
.icon.-tl_book:before {
  content: "\EB86";
}
.icon.-tl_car:before {
  content: "\EB87";
}
.icon.-tl_chiken:before {
  content: "\EB88";
}
.icon.-tl_conference:before {
  content: "\EB89";
}
.icon.-tl_fitness:before {
  content: "\EB8A";
}
.icon.-tl_jacuzzi:before {
  content: "\EB8B";
}
.icon.-tl_kitchen:before {
  content: "\EB8C";
}
.icon.-tl_men:before {
  content: "\EB8D";
}
.icon.-tl_mop:before {
  content: "\EB8E";
}
.icon.-tl_pool:before {
  content: "\EB8F";
}
.icon.-tl_scheme:before {
  content: "\EB90";
}
.icon.-tl_star-full:before {
  content: "\EB91";
}
.icon.-tl_star:before {
  content: "\EB92";
}
.icon.-tl_tv:before {
  content: "\EB93";
}
.icon.-tl_wifi:before {
  content: "\EB94";
}
.icon.-toilet:before {
  content: "\EB95";
}
.icon.-tooth:before {
  content: "\EB96";
}
.icon.-towel:before {
  content: "\EB97";
}
.icon.-train-2:before {
  content: "\EB98";
}
.icon.-train:before {
  content: "\EB99";
}
.icon.-trampoline:before {
  content: "\EB9A";
}
.icon.-travelline:before {
  content: "\EB9B";
}
.icon.-tripadvisor:before {
  content: "\EB9C";
}
.icon.-triplearrow:before {
  content: "\EB9D";
}
.icon.-tubing:before {
  content: "\EB9E";
}
.icon.-tubing2:before {
  content: "\EB9F";
}
.icon.-tv:before {
  content: "\EBA0";
}
.icon.-tv2:before {
  content: "\EBA1";
}
.icon.-twitter:before {
  content: "\EBA2";
}
.currency-price.uah:after,
.icon.-uah:before {
  content: "\EBA3";
}
.icon.-umbrella:before {
  content: "\EBA4";
}
.icon.-umbrellaandchair:before {
  content: "\EBA5";
}
.currency-price.usd:after,
.icon.-usd:before {
  content: "\EBA6";
}
.icon.-Valet DryCleaningService:before {
  content: "\EBA7";
}
.icon.-valve:before {
  content: "\EBA8";
}
.icon.-viber:before {
  content: "\EBA9";
}
.icon.-viber2:before {
  content: "\EBAA";
}
.icon.-vk-new:before {
  content: "\EBAB";
}
.icon.-vk:before {
  content: "\EBAC";
}
.icon.-volleyball:before {
  content: "\EBAD";
}
.icon.-walking:before {
  content: "\EBAE";
}
.icon.-walking_sticks:before {
  content: "\EBAF";
}
.icon.-wall:before {
  content: "\EBB0";
}
.icon.-wallet:before {
  content: "\EBB1";
}
.icon.-warm:before {
  content: "\EBB2";
}
.icon.-warmflooring:before {
  content: "\EBB3";
}
.icon.-washingmachine:before {
  content: "\EBB4";
}
.icon.-watch:before {
  content: "\EBB5";
}
.icon.-wc:before {
  content: "\EBB6";
}
.icon.-webcam:before {
  content: "\EBB7";
}
.icon.-wedding1:before {
  content: "\EBB8";
}
.icon.-wedding2:before {
  content: "\EBB9";
}
.icon.-WelcomePackage:before {
  content: "\EBBA";
}
.icon.-whatsapp:before {
  content: "\EBBB";
}
.icon.-whatsapp2:before {
  content: "\EBBC";
}
.icon.-wifi:before {
  content: "\EBBD";
}
.icon.-wifi1:before {
  content: "\EBBE";
}
.icon.-wififree:before {
  content: "\EBBF";
}
.icon.-window:before {
  content: "\EBC0";
}
.icon.-worktable:before {
  content: "\EBC1";
}
.icon.-youtube1:before {
  content: "\EBC2";
}
.icon.-youtube2:before {
  content: "\EBC3";
}
.icon.-ZipCar:before {
  content: "\EBC4";
}
.col {
  padding-left: 20px;
  padding-right: 20px;
}
.col_12,
.col_6-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.col_6-12 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.col.-no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.col.-no-gutter-right {
  padding-right: 0;
}
.col.-no-gutter-left {
  padding-left: 0;
}
.heading__image,
.image.-bg,
.section.-type-about .section__image,
.section.-type-wedding .section__decor {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}
.slider {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.45s ease, visibility 0.45s ease;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}
.slider.-active {
  opacity: 1;
  visibility: visible;
}
.slider * {
  outline: 0;
}
.slider .slick-list,
.slider .slick-track,
.slider.-default .slider__container,
.slider.-gutter-left .slider__container {
  width: 100%;
  height: 100%;
}
.slider.-review-detail {
  min-height: 400px;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 50px 40px 50px 120px;
}
.card.-type-default .slider.-review-detail .card__control,
.slider.-review-detail .card.-type-default .card__control,
.slider.-review-detail .slider__control {
  left: 40px;
  color: #fff;
}
.slider.-review-detail .slider__heading {
  margin-bottom: 20px;
}
.card.-type-default .slider.-gutter-left-control .card__control,
.slider.-gutter-left-control .card.-type-default .card__control,
.slider.-gutter-left-control .slider__control {
  left: -55px;
}
.slider.-restaurant-main {
  height: 490px;
  width: 100%;
}
.slider.-main,
.slider__item {
  overflow: hidden;
}
.card.-type-default .slider.-main .card__control,
.slider.-main .card.-type-default .card__control,
.slider.-main .slider__control {
  color: #fff;
  left: 10px;
}
.slider.-main .slider__container {
  height: calc(100vw * (9 / 16));
  max-height: 100vh;
}
.slider.-main .slider__item:before {
  content: "";
  z-index: 10;
  background: rgba(20, 62, 83, 0.35);
}
.slider.-main .slider__item .picture {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
.slider.-main .slider__item .picture.-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition: -webkit-transform 8s linear;
  transition: transform 8s linear;
  transition: transform 8s linear, -webkit-transform 8s linear;
}
.slider.-main .slider__text {
  max-width: 800px;
  position: absolute;
  left: 16%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 20;
}
.b-page.-load .slider.-main .slider__text.-transform-up .slider__text-title {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s, -webkit-transform 0.7s ease 0.4s;
  transition: transform 0.7s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.7s ease 0.4s, opacity 0.4s ease 0.4s,
    -webkit-transform 0.7s ease 0.4s;
}
.b-page.-load .slider.-main .slider__text.-transform-up .slider__text-desc {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s,
    -webkit-transform 0.4s ease 0.4s;
}
.b-page.-load .slider.-main .slider__text.-transform-down .slider__text-title {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.5s linear;
  transition: transform 0.5s linear, opacity 0.4s linear;
  transition: transform 0.5s linear, opacity 0.4s linear,
    -webkit-transform 0.5s linear;
}
.b-page.-load .slider.-main .slider__text.-transform-down .slider__text-desc {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, opacity 0.2s linear;
  transition: transform 0.3s linear, opacity 0.2s linear,
    -webkit-transform 0.3s linear;
}
.slider.-main .slider__text-title {
  opacity: 0;
  -webkit-transform: translateY(-300px);
  transform: translateY(-300px);
  font-size: 60px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.slider.-main .slider__text-desc {
  opacity: 0;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  padding-top: 40px;
  font-size: 18px;
  padding-left: 40px;
}
.slider.-carousel-nav {
  width: calc(100% + 20px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.slider.-carousel-nav .slider__item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.5;
  cursor: pointer;
  margin: 20px 10px;
}
.slider.-carousel-nav .slider__item:before {
  content: "";
  display: block;
  padding-bottom: calc(175 / 280 * 100%);
}
.slider.-carousel-nav .slider__item.slick-current {
  opacity: 1;
}
.slider.-carousel-nav .slider__arrow-nav {
  padding: 5px 10px;
  display: none;
  background: rgba(255, 255, 255, 0.8);
}
.slider.-carousel-nav .slider__arrow-nav.-prev {
  left: 10px;
}
.slider.-carousel-nav .slider__arrow-nav.-next {
  right: 10px;
}
.slider__item {
  position: relative;
}
.card.-type-default .card__control,
.slider__control {
  z-index: 9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-top: 15px;
}
.card.-type-default .card__control-line,
.slider__control-line {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 10px;
}
.card.-type-default .card__control-line:before,
.slider__control-line:before {
  content: "";
  background-color: #56428b;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 3px;
}
.-review-detail .card.-type-default .card__control-line:before,
.-review-detail .slider__control-line:before,
.card.-type-default .-review-detail .card__control-line:before {
  background-color: #fff;
}
.card.-type-default .-small.card__control-line:before,
.slider__control-line.-small:before {
  width: 80px;
  height: 3px;
}
.card.-type-default .card__control,
.slider__control.-image {
  color: #fff;
}
.card.-type-default .card__arrow,
.slider__arrow {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.card.-type-default html.bx-no-touch .card__arrow:hover .ic:before,
html.bx-no-touch .card.-type-default .card__arrow:hover .ic:before,
html.bx-no-touch .slider__arrow-nav:hover .ic:before,
html.bx-no-touch .slider__arrow:hover .ic:before {
  color: #4d377c;
}
.card.-type-default
  html.bx-no-touch
  .-review-detail
  .card__arrow:hover
  .ic:before,
html.bx-no-touch
  .-review-detail
  .card.-type-default
  .card__arrow:hover
  .ic:before,
html.bx-no-touch .-review-detail .slider__arrow:hover .ic:before {
  color: rgba(255, 255, 255, 0.6);
}
.card.-type-default .card__arrow .ic:before,
.slider__arrow .ic:before {
  display: block;
  font-size: 21px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card.-type-default .-prev.card__arrow .ic:before,
.slider__arrow.-prev .ic:before {
  content: "\2193";
}
.card.-type-default .-next.card__arrow .ic:before,
.slider__arrow.-next .ic:before {
  content: "\2191";
}
.card.-type-default .card__arrow .number,
.slider__arrow .number {
  text-align: center;
  display: block;
  width: 25px;
  font-size: 20px;
}
.card.-type-default .-prev.card__arrow,
.slider__arrow.-prev {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.card.-type-default .-next.card__arrow,
.slider__arrow.-next {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.card.-type-default .card__content,
.slider.-review-detail,
.slider__arrow-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider__arrow-nav {
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider__arrow-nav .ic:before {
  display: block;
  font-size: 21px;
}
.slider__arrow-nav.-prev .ic:before {
  content: "\2190";
}
.slider__arrow-nav.-next .ic:before {
  content: "\2192";
}
.card.-type-default .card__content,
.slider.-review-detail {
  background-color: rgba(77, 55, 124, 0.85);
  max-width: 600px;
  width: 100%;
}
.card {
  position: relative;
}
.card__price {
  font-weight: 400;
}
.card__price.currency-price:after {
  font-size: 16px;
}
.card__price,
.card__short {
  font-size: 24px;
}
.card.-type-default.-item:not(:last-child) {
  margin-bottom: 40px;
}
.card.-type-default .card__type {
  font-size: 19px;
}
.card.-type-default .card__buttons {
  margin-top: 40px;
}
.card.-type-default .card__image {
  position: relative;
}
.card.-type-default .card__image-container {
  position: relative;
  height: 490px;
}
.card.-type-default .card__image.-slider {
  padding-left: 0;
}
.card.-type-default .card__slider {
  position: relative;
}
.card.-type-default .card__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card.-type-default .card__row.-buttons {
  margin-top: 40px;
}
.card.-type-default .card__content {
  min-height: 350px;
  padding: 40px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  z-index: 50;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50px;
}
.card.-type-default .card__content.-gutter {
  padding-left: 80px;
  padding-right: 80px;
}
.card.-type-default .card__properties {
  position: absolute;
  top: 0;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card.-type-default .card__property {
  min-width: 70px;
  min-height: 42px;
  padding: 5px 7px;
  font-size: 14px;
  color: #3d3c3c;
  background-color: #fbf9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
.card.-type-default .card__property:not(:last-child) {
  margin-bottom: 2px;
}
.card.-type-default .card__property.icon:before {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}
.card.-type-default .card__property.icon.-site10-people {
  padding-right: 14px;
}
.card.-type-default .card__property.icon.-site10-people:before {
  margin-right: 0;
  font-size: 32px;
}
.card.-type-default .card__property.icon.-tl_bed:before {
  font-size: 30px;
}
.card.-type-gallery .card__image {
  width: 100%;
  height: 0;
  padding-bottom: 58.3%;
  position: relative;
}
.card.-type-gallery .card__content {
  padding: 20px;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  overflow: hidden;
}
.card.-type-gallery .card__content:hover .card__title,
.card.-type-gallery .card__title {
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
  bottom: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card.-type-gallery .card__title {
  left: 20px;
  right: 20px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
}
.card.-type-news:not(:last-child) {
  margin-bottom: 55px;
}
.card.-type-news .card__image {
  position: relative;
}
.card.-type-news .card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card.-type-news .card__date {
  margin-bottom: 35px;
}
.card.-type-news .card__title {
  color: #353434;
  line-height: 1.25;
}
.card.-type-news .card__text p:last-child {
  margin-bottom: 0.5em;
}
.card.-type-review {
  color: #fff;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
body.-load .card.-type-review {
  opacity: 1;
}
.card.-type-review .button {
  font-size: 18px;
}
.card.-type-review .card__date {
  position: absolute;
  left: 0;
  top: 0;
}
.card.-type-review .card__content {
  position: relative;
  background-color: #4d377c;
  min-height: 350px;
  padding: 75px 120px 55px;
}
.card.-type-review .card__content.-inverted {
  padding: 20px;
  background-color: #fbf9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bx-ie11 .card.-type-review .card__content.-inverted {
  height: 350px;
}
.card.-type-review .card__heading {
  font-size: 37px;
  margin-bottom: 30px;
}
.card.-type-review .card__author {
  font-size: 30px;
}
.card.-type-offers:not(:last-of-type) {
  margin-bottom: 60px;
}
.card.-type-offers .button {
  margin: 5px 0;
}
.card.-type-offers .button.-type-booking {
  padding-left: 30px;
  padding-right: 30px;
}
.card.-type-offers .card__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.card.-type-offers .card__image {
  position: relative;
}
.card.-type-offers .card__image:before {
  content: "";
  display: block;
  padding-bottom: calc(350 / 600 * 100%);
}
.card.-type-offers .card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 65px 40px 60px;
  background: #4d377c;
}
.card.-type-offers .card__content .button {
  width: 280px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card.-type-offers .card__row .button:not(:last-child) {
  margin-right: 50px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1011;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.header.-scroll {
  background-color: #fbf9f9;
}
.header__nav,
.header__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__switch {
  background-color: #fbf9f9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 101;
  cursor: pointer;
}
.b-page.-load .header__switch {
  opacity: 1;
}
.header.-has-lang .header__switch {
  -webkit-box-shadow: inset 0 1px 0 #6eafab;
  box-shadow: inset 0 1px 0 #6eafab;
}
.header.-has-lang.-scroll .header__switch {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header__switch span,
.header__switch-container {
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header__switch span {
  display: block;
  position: absolute;
  height: 2px;
  background: #4d377c;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.header__switch span:nth-child(1) {
  top: 0;
}
.header__switch span:nth-child(2) {
  top: calc(50% - 1px);
}
.header__switch span:nth-child(3) {
  bottom: 0;
}
.header__switch.-open .header__switch-container {
  height: 20px;
}
.header__switch.-open span {
  width: 26px;
}
.header__switch.-open span:nth-child(1) {
  -webkit-transform: rotate(44deg);
  transform: rotate(44deg);
}
.header__switch.-open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.header__switch.-open span:nth-child(3) {
  -webkit-transform: rotate(-44deg);
  transform: rotate(-44deg);
}
.header__col {
  position: relative;
}
.header__col.-logo,
.header__col.-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__col.-menu {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__col.-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-page.-load .header__col.-btn,
.b-page.-load .header__col.-langs,
.b-page.-load .header__col.-logo {
  opacity: 1;
}
.-open-menu .header__col.-logo {
  background-color: #fbf9f9;
}
.header__col.-btn,
.header__col.-langs,
.header__col.-logo {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.header__col.-langs {
  display: none;
}
.logo,
.logo__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.logo {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo .logo__image {
  max-width: 100%;
  max-height: 80px;
  display: inline-block;
  height: auto;
  width: auto;
}
.logo__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 20px;
}
.header.-scroll .logo__link {
  background-color: transparent;
}
.-open-menu .logo__link {
  background-color: #fbf9f9;
}
.menu {
  width: 100%;
}
.menu,
.menu__container,
.menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
  width: 100%;
}
.menu__item {
  text-transform: uppercase;
}
.menu__link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 17px;
  padding: 10px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  -webkit-transition: opacity 0.5s ease, color 0.5s ease,
    -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.5s ease,
    -webkit-transform 0.5s ease;
}
.b-page.-load .menu__link {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.menu__link:hover {
  text-decoration: none;
  color: #563697;
}
html.bx-touch .menu__link:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.header.-scroll .menu__link {
  color: #353434;
}
.header.-scroll .menu__link:hover {
  text-decoration: none;
  color: rgba(53, 52, 52, 0.6);
}
.breadcrumbs__link,
.breadcrumbs__link:hover,
.lang__item,
.lang__item:hover,
.link.-as-text,
.link.-as-text:hover {
  color: inherit;
  text-decoration: none;
}
.-as-accent-hover.breadcrumbs__link:hover,
.link.-as-accent-hover:hover {
  color: #4d377c;
}
.-underlined.breadcrumbs__link,
.link.-underlined {
  color: inherit;
  text-decoration: underline;
}
.-underlined.breadcrumbs__link:hover,
.link.-underlined:hover {
  text-decoration: none;
}
.-as-block.breadcrumbs__link,
.link.-as-block,
.social__link:before {
  display: block;
}
.-as-inline-block.breadcrumbs__link,
.link.-as-inline-block {
  display: inline-block;
}
.-color.breadcrumbs__link,
.link.-color {
  color: #5b958b;
}
.button.-type-booking.-fix-width,
.button.-type-more.-fix-width {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 240px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button.-type-booking {
  font-family: "Open Sans", sans-serif;
}
.button.-type-booking,
.button.-type-more {
  line-height: 1;
  padding: 15px 60px;
  text-transform: uppercase;
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
}
.button,
.button:hover,
.cookie-notification__text a:hover {
  text-decoration: none;
}
.button.-type-booking {
  border: 1px solid #fff;
  color: #60439d;
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.button.-type-booking:before,
html.bx-no-touch .button.-booking-header:before,
html.bx-no-touch .button.-type-more:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 105%;
  z-index: -1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.01s,
    -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.01s;
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1),
    opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.01s,
    -webkit-transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button.-type-booking:before {
  height: 100%;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background-color: #fff;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
html.bx-no-touch .button.-type-booking:hover,
html.bx-no-touch .button.-type-more.-primary:hover {
  color: #fff;
}
html.bx-no-touch .button.-type-booking:hover:before {
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.button.-type-more {
  border: 1px solid #fff;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  clear: both;
}
html.bx-no-touch .button.-booking-header,
html.bx-no-touch .button.-type-more {
  z-index: 1;
  -webkit-transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
html.bx-no-touch .button.-booking-header:before,
html.bx-no-touch .button.-type-more:before {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
html.bx-no-touch .button.-type-more:before {
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  height: 102%;
  background-color: #fff;
}
html.bx-no-touch .button.-type-more:hover {
  color: #60439d;
}
html.bx-no-touch .button.-type-more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.button.-type-more.-primary {
  border: 1px solid #563697;
  color: #60439d;
}
html.bx-no-touch .button.-type-more.-primary:before {
  background-color: #563697;
}
.button.-type-more.-xl {
  padding: 15px 112px;
}
.button.-booking-header,
.button.-booking-header-mobile {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button.-booking-header {
  font-size: 18px;
  min-height: 90px;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  color: #60439d;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 260px;
}
html.bx-no-touch .button.-booking-header:before {
  height: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  color: #fff;
  background-color: #563697;
}
.breadcrumbs__item span.mx-color_accent,
html.bx-no-touch .button.-booking-header:hover {
  color: #fff;
}
html.bx-no-touch .button.-booking-header:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.header.-scroll .button.-booking-header {
  background: #563697;
  color: #fff;
}
.button.-booking-header-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  background-color: #563697;
  width: 100px;
}
.button.-booking-header-mobile .icon {
  color: #fff;
  font-size: 30px;
  display: block;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.picture,
.picture__image {
  width: 100%;
  height: 100%;
  display: block;
}
.picture {
  overflow: hidden;
}
html.bx-ios .picture.-ios {
  position: absolute;
}
.picture__image {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  background-image: none;
  font-family: "object-fit: cover;";
}
html #bx-panel,
html #bx-panel.bx-panel-fixed {
  z-index: 1100 !important;
}
html #bx-panel + .panel,
html #bx-panel ~ .header {
  top: 40px;
}
.panel {
  width: 100px;
  background-color: #fbf9f9;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.b-page.-load .panel {
  opacity: 1;
}
.panel.-scroll .panel__social {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel,
.panel__info,
.panel__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel__info {
  font-size: 16px;
  color: #353434;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.panel__info.-ie {
  height: 100%;
  padding-right: 10px;
}
.panel__transform.-address,
.panel__transform.-phone {
  font-weight: 400;
  font-size: 16px;
}
.panel__transform.-phone.-no-social {
  padding-bottom: 30px;
}
.panel__transform.-address {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: normal;
  width: 100%;
}
.panel__point {
  height: 0;
  opacity: 0;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel__langs,
.panel__point,
.social.-panel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.panel__langs,
.social.-contacts,
.social.-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel__langs {
  border-top: 1px solid #6eafab;
  border-bottom: 1px solid #6eafab;
  min-height: 70px;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.panel.-scroll .panel__langs {
  border-top: 1px solid transparent;
}
.social.-contacts,
.social.-panel {
  -webkit-box-direction: normal;
}
.social.-panel {
  padding: 15px 0;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.social.-panel .social__link {
  padding: 10px 5px;
}
.social.-contacts {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  row-gap: 15px;
}
.social.-contacts .social__link {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 25px;
}
.social__link {
  cursor: pointer;
  color: #8f8d8d;
  text-align: center;
  display: block;
  font-size: 16px;
}
.social__link:hover {
  text-decoration: none;
  color: #4d377c;
}
.section {
  margin-top: 90px;
}
.section:last-of-type {
  margin-bottom: 90px;
}
.section.-type-about .about-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section.-type-about .section__col,
.section__image {
  position: relative;
}
.section.-type-about .section__col.-image {
  margin-bottom: 20px;
}
.section.-type-about .section__image:before {
  content: "";
  display: block;
  padding-bottom: calc(470 / 700 * 100%);
}
.section.-type-restaurant .section__carousel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.section.-type-restaurant .section__carousel-container {
  overflow: hidden;
  margin-top: 20px;
}
.section.-type-restaurant .section__desc,
.section.-type-restaurant .section__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section.-type-restaurant .section__desc {
  padding: 50px 20px 50px 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc((100vw - 1440px) / 2 + 360px);
  flex-basis: calc((100vw - 1440px) / 2 + 360px);
  -webkit-box-flex: 0;
}
.section.-type-restaurant .section__slider {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.section.-type-wedding .section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 100vh;
}
.section.-type-wedding .section__info {
  width: 100%;
  max-width: 600px;
  position: relative;
  z-index: 10;
}
.section.-type-wedding .section__info-header {
  text-align: left;
}
.section.-type-wedding .section__content {
  min-height: 270px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section.-type-wedding .button {
  padding-left: 40px;
  padding-right: 40px;
}
.section.-type-wedding .section__decor {
  position: absolute;
  height: 100%;
  z-index: 2;
}
.section.-type-wedding .section__decor.-main-bg {
  background-image: url(/local/templates/template3/public/images/wedding-main.png);
  z-index: 2;
}
.section.-type-wedding .section__decor.-full {
  background-image: url(/local/templates/template3/public/images/wedding.png);
  z-index: 3;
}
.section.-type-wedding .section__decor.-center {
  background-image: url(/local/templates/template3/public/images/wedding-1.png);
  background-size: auto;
  z-index: 4;
}
.section.-type-wedding .section__decor.-left {
  background-image: url(/local/templates/template3/public/images/wedding-2.png);
  background-size: auto;
  background-position: left center;
  z-index: 5;
}
.section.-type-offers .section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px 50px;
}
.section.-type-offers .section__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 20px;
}
.section.-type-offers .section__image {
  overflow: hidden;
  margin-bottom: 30px;
}
.section.-type-offers .section__image .picture {
  -webkit-transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section.-type-offers .section__image .section.-type-wedding a.section__decor,
.section.-type-offers .section__image .slider.-main a.slider__item:before,
.section.-type-offers .section__image a.main__layer,
.section.-type-offers .section__image a.main__overlay,
.section.-type-offers .section__image a.main__overlay:before,
.section.-type-offers .section__image a.mx-fill,
.section.-type-offers .section__image a.mx-overlay.-gradient-slide:before,
.section.-type-offers .section__image a.mx-overlay.-gradient:before,
.section.-type-offers .section__image a.slider.-default,
.section.-type-offers .section__image a.slider.-gutter-left,
.section.-type-wedding .section.-type-offers .section__image a.section__decor,
.slider.-main .section.-type-offers .section__image a.slider__item:before {
  z-index: 2;
}
.section.-type-offers .section__image:after {
  opacity: 0;
  background-color: #4d377c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
  z-index: 1;
}
html.bx-no-touch .section.-type-offers .section__image:hover .picture {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
html.bx-no-touch .section.-type-offers .section__image:hover:after {
  opacity: 0.6;
}
.section.-type-offers .section__image:before {
  content: "";
  display: block;
  padding-bottom: calc(180 / 280 * 100%);
}
.section.-type-offers .section__title {
  margin-bottom: 20px;
}
.section.-type-offers .section__title .h3,
.section.-type-offers .section__title h3 {
  color: #5b958b;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section.-type-offers .section__title .h3:hover,
.section.-type-offers .section__title h3:hover,
.service.-detail:hover .service__icon .icon:before,
html.bx-no-touch .service:hover .service__icon {
  color: #3d3c3c;
}
.section.-type-offers .section__title-text {
  font-size: 30px;
}
.section.-type-offers.-type-offers-other {
  margin: 0;
}
.section__heading {
  margin-bottom: 30px;
}
.section__heading.-main {
  line-height: 1;
  margin-bottom: 20px;
}
.section__sub-heading {
  line-height: 1;
  margin-bottom: 50px;
}
.section__content {
  background-color: #fff;
}
.section__description {
  padding: 0 20px;
  margin-bottom: 40px;
}
.breadcrumbs,
.card.-type-offers .card__row,
.heading__breadcrumbs,
.row,
.search-form.-content .search-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.-outer.breadcrumbs,
.-outer.heading__breadcrumbs,
.card.-type-offers .-outer.card__row,
.row.-outer,
.search-form.-content .-outer.search-form__row {
  margin-right: -20px;
  margin-left: -20px;
}
.-flex-start.breadcrumbs,
.-flex-start.heading__breadcrumbs,
.card.-type-offers .-flex-start.card__row,
.row.-flex-start,
.search-form.-content .-flex-start.search-form__row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.-j-c-between.breadcrumbs,
.-j-c-between.heading__breadcrumbs,
.card.-type-offers .-j-c-between.card__row,
.row.-j-c-between,
.search-form.-content .-j-c-between.search-form__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.-j-c-center.breadcrumbs,
.-j-c-center.heading__breadcrumbs,
.card.-type-offers .-j-c-center.card__row,
.row.-j-c-center,
.search-form.-content .-j-c-center.search-form__row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.-a-i-center.breadcrumbs,
.-a-i-center.heading__breadcrumbs,
.card.-type-offers .-a-i-center.card__row,
.row.-a-i-center,
.search-form.-content .-a-i-center.search-form__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column {
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  min-width: 100%;
}
.column.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer {
  position: relative;
  padding-right: 100px;
  color: #353434;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.footer .container {
  padding: 20px 0 40px;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.footer__row:not(:last-child) {
  margin-bottom: 60px;
}
.footer__col.-copyright {
  position: relative;
  z-index: 5;
}
.footer__col.-developer,
.footer__col.-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__col.-legal {
  gap: 40px;
}
.footer__col.-developer {
  position: relative;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__developer {
  font-size: 110px;
  max-height: 90px;
  display: inline-block;
}
.footer__developer:before {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  display: inline-block;
}
.footer__legal {
  line-height: 45px;
}
.point {
  background-color: transparent;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  outline: 0;
  cursor: pointer;
  opacity: 0;
}
.point:before {
  content: "\2191";
  display: inline-block;
  font-size: 30px;
  color: #3d3c3c;
}
.panel__point.-is-active .point {
  opacity: 1;
}
.heading,
.heading__image {
  position: relative;
}
.heading__image {
  min-height: 300px;
}
.heading__title {
  text-align: center;
}
.heading__breadcrumbs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 16px;
}
.heading__sf {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcrumbs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumbs__item {
  text-align: center;
}
.breadcrumbs__item span {
  color: #8f8d8d;
  font-size: 16px;
}
.breadcrumbs__separator {
  display: inline-block;
  padding: 0 5px;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid::after {
  clear: both;
  content: "";
  display: block;
}
.grid.-outer {
  margin-right: -20px;
  margin-left: -20px;
}
.grid.-outer-half {
  margin-right: -10px;
  margin-left: -10px;
}
.grid.-outer-half .grid__col {
  padding: 0 10px;
}
.grid__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 20px;
}
.grid__col.-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.grid__col.-col-2,
.grid__col.-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.grid__col.-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid__col.-col-4,
.grid__col.-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.grid__col.-col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.grid__col.-col-6,
.grid__col.-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid__col.-col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.grid__col.-col-8,
.grid__col.-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.grid__col.-col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.grid__col.-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.grid__col.-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.grid__col.-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.grid__col.-col-6-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid__col.-col-9-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.card.-type-offers .card__image,
.grid__col.-col-6-4-12,
.grid__col.-col-6-6-12,
.grid__col.-col-6-8-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.grid__col.-col-5-6-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.grid__col.-col-4-6-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.grid__col.-col-3-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid__col.-col-4-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.grid__col.-col-gallery {
  margin-bottom: 40px;
}
.grid.-items-margin .grid__col:last-child,
.grid.-items-margin-from-tablet .grid__col:last-child,
.grid__col.-col-gallery:last-child {
  margin-bottom: 0;
}
.grid__col.-col-legal {
  margin-bottom: 31px;
}
.grid__col.-no-gutters.-all {
  padding-right: 0;
  padding-left: 0;
}
.grid__col.-last {
  margin-left: auto;
}
.grid__col.-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid__col.-static {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid.-items-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.grid.-items-margin .grid__col {
  margin-bottom: 40px;
}
.grid.-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.grid.-no-gutters > .grid__col,
.grid.-no-gutters > [class*="-col-"] {
  padding-right: 0;
  padding-left: 0;
}
.contacts__grid {
  row-gap: 20px;
}
.contacts__grid-item {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.contacts__grid-item--address {
  max-width: 400px;
}
.contacts__main {
  margin-bottom: 117px;
}
.contacts__heading {
  color: #353434;
  margin-bottom: 36px;
}
.contacts__add {
  padding-bottom: 145px;
  padding-top: 112px;
  background-color: #fbf9f9;
}
.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 15px;
  font-size: 19px;
}
.contacts__item:last-child {
  margin-bottom: 0;
}
.contacts__messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: 10px;
}
.contacts__messenger {
  font-size: 25px;
  cursor: pointer;
  color: #0052e2;
  text-align: center;
}
.contacts__label {
  font-weight: 500;
}
.content,
.content__section {
  padding-bottom: 90px;
}
.content__section.-gutter-top {
  padding-top: 90px;
}
.content__sections .content__section {
  padding-top: 90px;
  padding-bottom: 0;
}
.content__sections .content__section:last-of-type {
  padding-bottom: 90px;
}
.content__image,
.content__info {
  position: relative;
}
.content__image.-detail-slider {
  height: 700px;
}
.content__image.-detail-slider .slider.-default,
.content__info .container {
  padding-right: 20px;
  padding-left: 20px;
}
.content__info {
  padding-bottom: 60px;
  z-index: 1;
}
.content__order {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.content__services {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
.content__services.-col-1 .content__service,
.content__services.-col-2 .content__service {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% / 1);
  flex-basis: calc(100% / 1);
  max-width: calc(100% / 1 - 1px);
}
.content__services.-col-2 .content__service {
  -ms-flex-preferred-size: calc(100% / 2);
  flex-basis: calc(100% / 2);
  max-width: calc(100% / 2 - 1px);
}
.content__services.-col-3 .content__service,
.content__services.-col-4 .content__service {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% / 3);
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3 - 1px);
}
.content__services.-col-4 .content__service {
  -ms-flex-preferred-size: calc(100% / 4);
  flex-basis: calc(100% / 4);
  max-width: calc(100% / 4 - 1px);
}
.content__services.-col-5 .content__service,
.content__services.-col-6 .content__service {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: calc(100% / 5);
  flex-basis: calc(100% / 5);
  max-width: calc(100% / 5 - 1px);
}
.content__services.-col-6 .content__service {
  -ms-flex-preferred-size: calc(100% / 6);
  flex-basis: calc(100% / 6);
  max-width: calc(100% / 6 - 1px);
}
.content__services.-state-detail .content__service {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 120px;
  flex-basis: 120px;
}
.content__service {
  color: #3d3c3c;
  padding: 25px 10px;
}
.content__service .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 60px;
  padding-bottom: 15px;
}
.content__service-caption {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
  white-space: nowrap;
}
.content__service-name {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}
.content__review {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.content__other {
  margin-top: 100px;
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content__row.-page-404 {
  padding-top: 50px;
}
.content__row.-page-404 .content__col.-heading {
  max-width: 490px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 490px;
  flex: 0 0 490px;
  padding-top: 56px;
  padding-left: 86px;
}
.content__row.-page-404 .content__col.-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content__row.-page-404 .content__heading {
  font-size: 150px;
  letter-spacing: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.content__row.-page-404 .content__sub-heading {
  color: #353434;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  margin-bottom: 28px;
}
.content__row.-page-404 .content__desc {
  font-size: 19px;
  font-weight: 400;
}
.map__container {
  height: 100%;
  z-index: 1;
}
.map.-type-contacts {
  height: 700px;
  margin-bottom: 80px;
}
.map__marker {
  position: relative;
  width: 190px;
  height: 85px;
}
.map__marker-container,
.messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.map__marker-container {
  padding: 5px;
  height: 100%;
  background-color: #fbf9f9;
  border: 1px solid #4d377c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.map__marker img {
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.map__marker:before {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 25%;
  background-color: #4d377c;
  z-index: 0;
}
#map [class*="events-pane"] {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}
#map [class$="-gototech"] {
  display: none;
}
[class*="ymaps-2-1"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.messengers {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.messengers__item {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 25px;
  padding-right: 25px;
}
.messengers__item::before {
  position: absolute;
}
.messengers__item--viber::before {
  color: #665ca7;
}
.messengers__item--whatsapp::before {
  color: #00e676;
}
.messengers__item--telegram::before {
  color: #039be5;
}
.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 40px;
  position: relative;
}
.service:before {
  content: "";
  background: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transition: background 0.5s ease, left 0.5s ease, right 0.5s ease,
    top 0.5s ease, bottom 0.5s ease;
  transition: background 0.5s ease, left 0.5s ease, right 0.5s ease,
    top 0.5s ease, bottom 0.5s ease;
}
.service__icon {
  padding-right: 30px;
}
.service__icon .icon {
  display: block;
}
.service__icon .icon:before {
  font-size: 60px;
}
.service__content,
.service__icon {
  position: relative;
  z-index: 1;
}
.service__title {
  font-size: 22px;
  margin-bottom: 10px;
  padding-right: 40px;
  position: relative;
}
html.bx-no-touch .service:hover {
  color: #353434;
}
.service.-detail .service__title:before {
  font-size: 25px;
  content: "\2192";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service.-detail:hover:before,
html.bx-no-touch .service:hover:before {
  background: #fbf9f9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.service.-detail:hover .service__title {
  color: #3d3c3c;
}
.service.-no-description {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service.-no-description .service__title {
  margin-bottom: 0;
}
.main {
  overflow: hidden;
  width: 100%;
  min-height: calc(100vh - 100px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-right: 100px;
}
.type-booking .main {
  z-index: 1;
}
.main__layer,
.main__overlay {
  z-index: 0;
}
.main__layer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
.main__layer.-is-active {
  opacity: 1;
}
.main__overlay:before {
  content: "";
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.4)),
    to(rgba(77, 55, 124, 0.6))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(77, 55, 124, 0.6) 100%
  );
}
.order {
  background-color: #4d377c;
  color: #fff;
  padding: 20px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.order.-detail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.order__lebal {
  font-size: 16px;
}
.order__prices {
  font-weight: 400;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.order__price {
  font-size: 30px;
  height: 40px;
  line-height: 40px;
}
.order__price .currency-price:after {
  font-size: 20px;
}
.order__prices-inner {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order__tab,
.order__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order__tabs {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order__tabs.-row,
.order__tabs.-rows {
  width: 100%;
}
.order__tabs.-row .order__tab,
.order__tabs.-rows .order__tab {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
.order__tabs.-rows {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.order__tab {
  min-width: 80px;
  min-height: 40px;
  background-color: #fff;
  color: #4d377c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 400;
}
.order__tab:before {
  font-size: 32px;
}
.order__tab.-active {
  background-color: #4d377c;
  color: #fff;
  cursor: inherit;
}
.list li,
.list__item,
.seating__item,
.ustyle ul li {
  position: relative;
  padding-left: 35px;
}
.list li:not(:last-of-type),
.list__item:not(:last-of-type),
.ustyle ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.list li:before,
.list__item:before,
.seating__item:before,
.ustyle ul li:before {
  content: "―";
  display: inline-block;
  font-weight: 700;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  color: #56428b;
}
.list.-two-column,
.ustyle ul.-two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.list.-two-column li,
.list.-two-column__item,
.ustyle ul.-two-column li,
.ustyle ul.-two-column__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
.date,
.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.date {
  background: #4d377c;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  padding: 15px;
  font-weight: 600;
}
.date.-inverted {
  background: #fff;
  color: #4d377c;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.pagination__nav,
.pagination__number {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #353434;
  text-decoration: none;
  line-height: 1;
  padding: 0 1px 8px;
  border-bottom: 3px solid transparent;
}
.pagination__nav.-active,
.pagination__nav:hover,
.pagination__number.-active,
.pagination__number:hover {
  text-decoration: none;
  border-bottom-color: #56428b;
}
.pagination__nav.-disabled,
.pagination__number.-disabled {
  pointer-events: none;
  cursor: default;
  color: #8f8d8d;
}
.pagination__nav.-next,
.pagination__nav.-prev,
.pagination__number.-next,
.pagination__number.-prev {
  font-size: 22px;
  line-height: 0.5;
  border-bottom-color: transparent;
}
.pagination__nav.-next:hover,
.pagination__nav.-prev:hover,
.pagination__number.-next:hover,
.pagination__number.-prev:hover {
  color: #3d3c3c;
}
.pagination__nav.-prev,
.pagination__number.-prev {
  margin-right: 15px;
}
.pagination__nav.-prev:before,
.pagination__number.-prev:before {
  content: "\2190";
}
.pagination__nav.-next,
.pagination__number.-next {
  margin-left: 15px;
}
.pagination__nav.-next:before,
.pagination__number.-next:before {
  content: "\2192";
}
.pagination__number {
  margin: 0 5px;
}
.search-form {
  opacity: 0;
}
.search-form.-inner,
.search-form.-main {
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 100%;
  max-width: 860px;
  height: 120px;
  padding: 0 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.search-form.-inner {
  bottom: 20px;
}
.search-form.-content .search-form__row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 100%;
}
.search-form.-content .search-form__title {
  max-width: 30%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding-left: 20px;
  padding-right: 20px;
}
.legal:hover .legal__title span,
.legal__title .search-form.-content .search-form__title span,
.search-form.-content .search-form__title .legal__title span,
.search-form.-content .search-form__title .mx-text_bg-decor,
.ustyle a:hover {
  background-size: 100% 1px;
}
.search-form.-content .search-form__form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 5px;
}
.search-form.-show {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.form.-review {
  padding-top: 90px;
}
.form.-review .form__heading .legal__title span:before,
.form.-review .form__heading .mx-text_bg-decor:before,
.legal__title .form.-review .form__heading span:before {
  bottom: 10px;
  top: 50%;
}
.form.-review .button {
  font-size: 18px;
}
.form .sk-circle-bounce {
  display: none;
}
.form.-loading {
  position: relative;
  min-height: 200px;
}
.form.-loading .sk-circle-bounce {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form.-loading .sk-circle-bounce .sk-child {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.form.-loading .sk-circle-bounce .sk-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 15%;
  height: 15%;
  background-color: #4d377c;
  border-radius: 100%;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
  -webkit-animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
  animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both;
}
.form.-loading .sk-circle-bounce .sk-circle-2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.form.-loading .sk-circle-bounce .sk-circle-2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.form.-loading .sk-circle-bounce .sk-circle-3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.form.-loading .sk-circle-bounce .sk-circle-3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.form.-loading .sk-circle-bounce .sk-circle-4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form.-loading .sk-circle-bounce .sk-circle-4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.form.-loading .sk-circle-bounce .sk-circle-5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.form.-loading .sk-circle-bounce .sk-circle-5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.form.-loading .sk-circle-bounce .sk-circle-6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
.form.-loading .sk-circle-bounce .sk-circle-6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.form.-loading .sk-circle-bounce .sk-circle-7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form.-loading .sk-circle-bounce .sk-circle-7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.form.-loading .sk-circle-bounce .sk-circle-8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}
.form.-loading .sk-circle-bounce .sk-circle-8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.form.-loading .sk-circle-bounce .sk-circle-9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.form.-loading .sk-circle-bounce .sk-circle-9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.form.-loading .sk-circle-bounce .sk-circle-10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.form.-loading .sk-circle-bounce .sk-circle-10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.form.-loading .sk-circle-bounce .sk-circle-11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.form.-loading .sk-circle-bounce .sk-circle-11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.form.-loading .sk-circle-bounce .sk-circle-12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}
.form.-loading .sk-circle-bounce .sk-circle-12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.form__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 420px;
  flex: 0 0 420px;
  max-width: 420px;
  padding: 0 20px;
}
.form__col.-fields {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.form__heading {
  font-size: 36px;
  font-weight: 300;
}
.form__field {
  position: relative;
}
.form__field.-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.form__label {
  position: absolute;
  font-size: 16px;
  text-transform: uppercase;
  left: 40px;
  top: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  opacity: 1;
}
.form__label.-focus {
  top: 15px;
  font-size: 14px;
  opacity: 0.9;
}
.form__control {
  width: 100%;
  color: #333;
  background-color: #fbf9f9;
  padding: 50px 40px 30px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
}
.form__control.-textarea {
  min-height: 240px;
  outline: 0;
  -moz-appearance: none;
  resize: vertical;
  line-height: 1.4;
}
.form__checkbox {
  padding-left: 45px;
  position: relative;
  line-height: 1.4;
  cursor: pointer;
}
.form__checkbox-input {
  position: absolute;
  left: 0;
  top: 20px;
  width: 1px;
  height: 1px;
  opacity: 0;
  cursor: pointer;
}
.bx-chrome.bx-mac .form__checkbox-input {
  top: 0;
}
.bx-chrome.bx-mac.bx-retina .form__checkbox-input {
  top: 10px;
  left: 20px;
}
.bx-chrome .form__checkbox-input {
  width: 22px;
  height: 22px;
  top: 0;
}
.bx-mac .form__checkbox-input {
  top: 0;
  left: 10px;
  width: 1px;
  height: 1px;
}
.bx-ios .form__checkbox-input {
  top: 10px;
  left: 20px;
  width: 1px;
  height: 1px;
}
.form__checkbox-input:checked ~ .form__checkbox-mark {
  background-color: #4d377c;
}
.form__checkbox-input:checked ~ .form__checkbox-mark:before {
  opacity: 1;
}
.form__checkbox-mark {
  left: 0;
  top: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid #4d377c;
}
.form__checkbox-mark:before {
  content: "";
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.seating,
.seating__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seating {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.seating__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}
.seating__col.-icon,
.seating__wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.seating__col.-icon,
.seating__item,
.seating__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.seating__item,
.seating__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seating__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 320px;
  border: 1px solid #f7d59e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 320px;
}
.seating__icon:before {
  opacity: inherit;
  color: #3d3c3c;
  font-size: 100px;
}
.seating__item {
  width: 100%;
  cursor: pointer;
}
.seating__item:not(:last-of-type) {
  margin-bottom: 26px;
}
.seating__item [data-import-title] {
  position: relative;
  display: inline-block;
}
.seating__item:before {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.6s ease;
  transition: transform 0.5s ease, opacity 0.6s ease,
    -webkit-transform 0.5s ease;
}
.seating__item.-active:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease,
    -webkit-transform 0.3s ease;
}
.seating__title {
  width: 200px;
  padding-right: 5px;
}
.seating [data-count],
.seating [data-icon],
.seating [data-title] {
  position: relative;
  opacity: 0;
}
.seating__count {
  white-space: nowrap;
  position: relative;
}
.instagram__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.instagram__row.-parent {
  padding: 10px;
}
.instagram__row.-child-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.instagram__row.-child-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.instagram__col {
  position: relative;
}
.instagram__col.-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.instagram__picture {
  position: relative;
  padding-right: 25px;
  padding-bottom: 25px;
  max-width: 320px;
}
.instagram__picture.-small {
  max-width: 240px;
}
.instagram__box-content {
  background-color: rgba(77, 55, 124, 0.85);
  height: 200px;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
html.bx-no-touch .instagram__box-content {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
html.bx-no-touch .instagram__box-content:hover {
  background-color: #4d377c;
}
.instagram__box-title {
  color: #4d377c;
  text-align: right;
  margin-top: 10px;
}
.instagram__box-text {
  white-space: nowrap;
  font-size: 18px;
}
.scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  padding: 10px;
  z-index: 20;
  display: inline-block;
}
.scroll__el {
  position: relative;
  width: 32px;
  height: 1px;
}
.scroll__el:not(:first-of-type) {
  margin-top: 10px;
}
.scroll__el:nth-of-type(1):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.scroll__el:nth-of-type(2):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.scroll__el:nth-of-type(3):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.scroll__el:before {
  content: "";
  width: 22px;
  height: 22px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 0;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate.-transform-x--100 {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.animate.-transform-x--100.-show,
.animate.-transform-x-100.-show {
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.25s ease;
  transition: transform 0.8s ease, opacity 0.25s ease,
    -webkit-transform 0.8s ease;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.animate.-transform-x-100 {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.animate.-transform-text-y-10 {
  opacity: 0.5;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}
.animate.-transform-text-y-10.-show {
  -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1.2s ease 0.5s;
  transition: transform 1.2s ease 0.5s, opacity 1s ease 0.5s;
  transition: transform 1.2s ease 0.5s, opacity 1s ease 0.5s,
    -webkit-transform 1.2s ease 0.5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.animate.-transform-text-y--15 {
  opacity: 0.1;
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}
.animate.-transform-text-y--15.-show,
.animate.-transform-text-y-25.-show {
  -webkit-transition: opacity 0.8s ease-in-out 0.2s,
    -webkit-transform 0.9s ease-in-out 0.2s;
  transition: transform 0.9s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.2s;
  transition: transform 0.9s ease-in-out 0.2s, opacity 0.8s ease-in-out 0.2s,
    -webkit-transform 0.9s ease-in-out 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.animate.-transform-text-y-25 {
  opacity: 0.1;
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
.animate.-transform-text-y-25.-show {
  -webkit-transition: opacity 0.9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.9s ease;
  transition: transform 1s ease, opacity 0.9s ease, -webkit-transform 1s ease;
}
.animate.-transform-text-y--25 {
  opacity: 0.1;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.animate.-transform-text-y--25.-show,
.animate.-transform-text-y--25px.-show {
  -webkit-transition: opacity 0.5s ease-in-out,
    -webkit-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.7s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.7s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.animate.-transform-text-y--25px {
  opacity: 0.1;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}
.animate.-transform-text-y--25px.-show {
  -webkit-transition: opacity 0.9s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.9s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.9s ease-in-out,
    -webkit-transform 1s ease-in-out;
}
.animate.-transform-text-y-45 {
  opacity: 0.2;
  -webkit-transform: translateY(45%);
  transform: translateY(45%);
}
.animate.-transform-text-y--45.-show,
.animate.-transform-text-y-45.-show {
  -webkit-transition: opacity 0.7s ease-in-out,
    -webkit-transform 0.9s ease-in-out;
  transition: transform 0.9s ease-in-out, opacity 0.7s ease-in-out;
  transition: transform 0.9s ease-in-out, opacity 0.7s ease-in-out,
    -webkit-transform 0.9s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.animate.-transform-text-y--45 {
  opacity: 0.1;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}
.animate.-transform-text-y-55 {
  opacity: 0.1;
  -webkit-transform: translateY(55%);
  transform: translateY(55%);
}
.animate.-transform-text-y--55.-show,
.animate.-transform-text-y-55.-show {
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 0.8s ease;
  transition: transform 1s ease, opacity 0.8s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.animate.-transform-text-y--55 {
  opacity: 0.1;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}
.animate.-transform-text-y--55.-show {
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.8s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.8s ease-in-out,
    -webkit-transform 1s ease-in-out;
}
.animate.-transform-text-y-65 {
  opacity: 0.1;
  -webkit-transform: translateY(65%);
  transform: translateY(65%);
}
.animate.-transform-text-y--65.-show,
.animate.-transform-text-y-65.-show {
  -webkit-transition: opacity 0.9s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.9s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.9s ease-in-out,
    -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.animate.-transform-text-y--65 {
  opacity: 0.1;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
}
.animate.-scale-12 {
  opacity: 0.7;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.animate.-scale-05.-show,
.animate.-scale-12.-show {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.animate.-scale-05 {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.animate.-scale-05.-show {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
#svg-404 .cls-1 {
  fill: #f7d59b;
}
#svg-404 .cls-2 {
  fill: #e3e3e3;
}
#svg-404 .cls-3 {
  fill: #1e2f38;
}
#svg-404 .cls-4 {
  fill: #2f2e41;
}
#svg-404 .cls-5 {
  fill: #fff;
}
#svg-404 .cls-6 {
  fill: #3f3d56;
}
#svg-404 .cls-7 {
  fill: #4d377c;
}
#svg-404 .cls-8 {
  fill: none;
  stroke: transparent;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}
#svg-404 .list,
#svg-404 .ustyle ul,
.ustyle #svg-404 ul {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: listSvgTransform 7s linear infinite;
  animation: listSvgTransform 7s linear infinite;
}
#svg-404 .cap {
  -webkit-animation: capSvgTransform 7s linear infinite;
  animation: capSvgTransform 7s linear infinite;
}
.legal {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.legal__icon {
  color: #3d3c3c;
  font-size: 60px;
}
.legal__title {
  color: #3d3c3c;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 25px;
}
.lang {
  position: relative;
}
.lang.-state-header,
.lang.-state-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lang.-state-panel {
  width: 100px;
}
.lang.-state-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: inset 0 1px 0 #6eafab;
  box-shadow: inset 0 1px 0 #6eafab;
  border-right: 1px solid #6eafab;
}
.header.-scroll .lang.-state-header {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lang__list {
  padding: 10px 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  position: absolute;
  display: none;
  background-color: #fbf9f9;
}
.lang__current {
  position: relative;
  cursor: pointer;
}
.lang__current:before {
  position: absolute;
  right: -5px;
  top: 46%;
  display: block;
  font-size: 8px;
}
.lang__text {
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.lang__item {
  display: block;
  text-align: center;
}
.lang__item:not(:last-of-type) {
  margin-bottom: 5px;
}
.b-page.-open-menu {
  -ms-touch-action: none;
  touch-action: none;
}
.cookie-notification {
  position: fixed;
  bottom: -300px;
  right: 160px;
  z-index: 10000;
  width: 100%;
  max-width: 320px;
  padding: 10px;
  color: #353434;
  background: #fbf9f9;
  -webkit-box-shadow: 0 0 10px rgba(53, 52, 52, 0.2);
  box-shadow: 0 0 10px rgba(53, 52, 52, 0.2);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.cookie-notification.show {
  bottom: 0;
}
.cookie-notification__text {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.cookie-notification__text a {
  color: inherit;
}
.cookie-notification__text .mx-text_border-b::before {
  bottom: -10px;
}
.cookie-notification_hidden,
.currency-price.czk .currency,
.currency-price.eur .currency,
.currency-price.gel .currency,
.currency-price.rub .currency,
.currency-price.uah .currency,
.currency-price.usd .currency {
  display: none;
}
.cookie-notification__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cookie-notification__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.cookie-notification__button--close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 4px 18px;
  color: #353434;
  background-color: transparent;
  border: 1px solid #56428b;
}
.cookie-notification__button--ok {
  padding: 4px 35px;
  color: #fff;
  background-color: #56428b;
  border: 1px solid #56428b;
}
.linecount {
  display: block;
  margin: 0;
}
.linecount__content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ustyle .heading__title,
.ustyle h1,
.ustyle h2,
.ustyle h3,
.ustyle h4,
.ustyle h5 {
  color: #353434;
}
.ustyle ul {
  font-size: 16px;
  margin-top: 15px;
}
.ustyle ul li:before {
  margin-bottom: 5px;
}
.ustyle a {
  text-decoration: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 0%;
  -webkit-transition: background-size 0.2s ease-in;
  transition: background-size 0.2s ease-in;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(86, 66, 139, 0.4)),
    to(rgba(86, 66, 139, 0.4))
  );
  background-image: linear-gradient(
    rgba(86, 66, 139, 0.4),
    rgba(86, 66, 139, 0.4)
  );
}
.ustyle img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.tl-reputation {
  max-width: 300px;
  width: 100%;
  height: 89px;
  position: absolute !important;
  bottom: 30px;
  left: 18px;
  z-index: 99;
}
.ie-notice {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
  display: block;
  max-width: 1440px;
  width: 100%;
  -webkit-transform: translateX(-50%) translateX(50px);
  transform: translateX(-50%) translateX(50px);
  left: calc(50% - 100px);
  padding: 38px 40px;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 100px rgba(31, 44, 52, 0.4);
  box-shadow: 0 0 100px rgba(31, 44, 52, 0.4);
}
.ie-notice__close {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 22px;
  height: 22px;
}
.ie-notice__close:hover {
  cursor: pointer;
}
.ie-notice__close::after,
.ie-notice__close::before {
  position: absolute;
  content: " ";
  height: 22px;
  left: 10px;
  width: 1px;
  background-color: #4d377c;
}
.ie-notice__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ie-notice__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ie .header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ie .link--logo {
  background-color: #559788;
}
.ie .header__contacts-address {
  display: block;
  max-width: 350px;
  color: #353434;
}
.ie .page__booking {
  margin-top: 0;
}
.ie .language__link {
  color: #353434;
}
.ie .language__link--active {
  border-color: rgba(53, 52, 52, 0.3);
}
.ie .language__link:focus:not(.language__link--active),
.ie .language__link:hover:not(.language__link--active) {
  color: #4d377c;
}
.currency-price:after {
  font-family: "TL Icon";
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.currency-price.aed,
.currency-price.amd,
.currency-price.bgn,
.currency-price.byn,
.currency-price.grd,
.currency-price.idr,
.currency-price.jpy,
.currency-price.kgs,
.currency-price.krw,
.currency-price.kzt,
.currency-price.lvl,
.currency-price.mdl,
.currency-price.myr,
.currency-price.pln,
.currency-price.ron,
.currency-price.thb,
.currency-price.try,
.currency-price.uzs,
.currency-price.vnd {
  display: inline-block;
}
.currency-price.aed .currency,
.currency-price.amd .currency,
.currency-price.bgn .currency,
.currency-price.byn .currency,
.currency-price.grd .currency,
.currency-price.idr .currency,
.currency-price.jpy .currency,
.currency-price.kgs .currency,
.currency-price.krw .currency,
.currency-price.kzt .currency,
.currency-price.lvl .currency,
.currency-price.mdl .currency,
.currency-price.myr .currency,
.currency-price.pln .currency,
.currency-price.ron .currency,
.currency-price.thb .currency,
.currency-price.try .currency,
.currency-price.uzs .currency,
.currency-price.vnd .currency {
  text-transform: uppercase;
}
.currency-price.aed,
.currency-price.amd,
.currency-price.bgn,
.currency-price.idr,
.currency-price.jpy,
.currency-price.kgs,
.currency-price.krw,
.currency-price.kzt,
.currency-price.lvl,
.currency-price.mdl,
.currency-price.myr,
.currency-price.thb,
.currency-price.try,
.currency-price.vnd {
  direction: rtl;
}
.payment-systems {
  display: grid;
  grid-template-columns: auto 60%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 40px;
}
.payment-systems--only-text {
  grid-template-columns: auto;
}
.payment-systems__text {
  font-size: 16px;
}
.payment-systems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  width: auto;
  max-width: 100%;
  padding: 21px;
  background: #fff;
}
.state-organizations__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 25px;
  width: 100%;
}
.state-organizations__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  color: #353434;
  text-decoration: none;
}
.state-organizations__item:hover {
  text-decoration: none;
}
.state-organizations__item-text {
  max-width: 276px;
}
@media all and (-ms-high-contrast: none) {
  .slider.-restaurant-main {
    height: 490px;
  }
  .card.-type-default .card__control,
  .slider__control {
    height: 265px;
  }
  .card.-type-default .-small.card__control,
  .slider__control.-small {
    height: 225px;
  }
  .card.-type-default .card__property {
    text-align: center;
    min-height: auto;
    height: 42px;
  }
  .button.-booking-header {
    height: 90px;
  }
  .panel__transform.-phone {
    padding-bottom: 30px;
  }
  .panel__transform.-address .mx-text_border-b:before {
    display: none;
  }
  .section.-type-wedding .section__content {
    height: 270px;
  }
  .section.-type-offers .section__col {
    width: 33.33%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .footer__row {
    height: 100px;
  }
  .order.-detail {
    height: 200px;
  }
  .instagram__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .card.-type-news .card__date {
    margin-right: 20px;
  }
}
@media (min-width: 481px) {
  .contacts__label {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .form__field.-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .form__field.-input:not(:last-child) {
    padding: 0 20px 0 0;
  }
}
@media (max-height: 700px) and (min-width: 992px) {
  .panel__transform {
    padding-top: 15px;
  }
}
@media (min-width: 767px) {
  .service.-detail .service__title:before {
    top: 40%;
  }
}
@media (min-width: 768px) {
  .slider.-gutter-left .slider__container {
    padding-left: 220px;
  }
  .slider__control {
    left: -10px;
  }
  .card.-type-default .card__control,
  .slider__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: inherit;
    align-self: inherit;
    margin-top: 0;
    position: absolute;
    width: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
  .card.-type-default .card__control-line,
  .slider__control-line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px;
  }
  .card.-type-default .card__control-line:before,
  .slider__control-line:before {
    content: "";
    background-color: #56428b;
    display: block;
    margin: 0 auto;
    height: 80px;
    width: 3px;
  }
  .card.-type-default .-small.card__control-line:before,
  .slider__control-line.-small:before {
    width: 3px;
    height: 40px;
  }
  .card.-type-default .card__control,
  .slider__control.-image {
    left: auto;
    right: 30px;
  }
  .card.-type-default .card__arrow,
  .slider__arrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card.-type-default .card__arrow .number,
  .slider__arrow .number {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    height: 30px;
    width: auto;
  }
  .card.-type-default .-prev.card__arrow,
  .slider__arrow.-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .card.-type-default .-prev.card__arrow .number,
  .slider__arrow.-prev .number {
    margin-bottom: 20px;
  }
  .card.-type-default .-next.card__arrow,
  .slider__arrow.-next {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .card.-type-default .-next.card__arrow .number,
  .slider__arrow.-next .number {
    margin-top: 20px;
  }
  .card.-type-default .card__image {
    padding-left: 220px;
  }
  .card.-type-default .card__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .card.-type-default .card__row .button.-type-more {
    margin-right: 10px;
  }
  .card.-type-default .card__content.-no-left-gutter {
    left: 0;
  }
  .card.-type-news .card__image {
    min-height: 350px;
    max-height: 450px;
    height: 100%;
  }
  .section.-type-about .about-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section.-type-about .section__col.-image {
    margin-bottom: 0;
    width: 50%;
    padding-right: 40px;
    padding-bottom: 20px;
  }
  .section.-type-about .section__col.-text {
    width: 50%;
  }
  .grid__col.-col-gallery:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .order.-detail {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -50px;
    width: 440px;
    min-height: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .order__tabs {
    position: absolute;
    right: 0;
    bottom: 100%;
  }
}
@media (max-height: 850px) and (min-width: 992px) {
  .panel__transform.-phone {
    display: none;
    height: 0;
    padding: 0;
  }
  .panel__transform.-address {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .card.-type-offers .card__image {
    min-height: 300px;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .panel {
    padding-top: 60px;
  }
}
@media (min-width: 992px) and (min-width: 1024px) and (max-width: 1280px) {
  .panel {
    padding-top: 80px;
  }
}
@media (min-width: 992px) and (min-width: 1280px) {
  .panel {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .slider.-carousel-nav .slider__arrow-nav {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header__switch {
    display: none;
  }
  .panel {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 10;
  }
  .panel,
  .panel__info,
  .panel__transform {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .panel__info {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .panel__transform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    will-change: transform;
    -webkit-transform: scale(-1);
    transform: scale(-1);
    margin: 0 auto;
    padding-top: 30px;
  }
  .panel .mx-text_border-b {
    line-height: 1.3;
    padding-left: 10px;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  .panel .mx-text_border-b:before {
    width: 3px;
    height: 40px;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .panel {
    padding-top: 70px;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none) {
  .panel .mx-text_border-b {
    line-height: 1.5;
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  .instagram {
    background-image: url(/local/templates/template3/public/images/bg-instagram.png);
    background-repeat: no-repeat;
    background-position: left 25.5% top 13%;
  }
}
@media (max-width: 1280px) and (min-width: 1025px), (max-width: 640px) {
  .content__services.-col-1 .content__service,
  .content__services.-col-2 .content__service,
  .content__services.-col-3 .content__service,
  .content__services.-col-4 .content__service,
  .content__services.-col-5 .content__service,
  .content__services.-col-6 .content__service {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1280px) and (max-width: 1550px) {
  .search-form.-content .search-form__form {
    padding: 0 10px;
  }
}
@media (min-width: 1281px) {
  .card.-type-default .card__image,
  .slider.-gutter-left .slider__container {
    padding-left: calc((100% - 1280px) / 2 + 360px);
  }
  .contacts__column {
    padding: 0 40px;
  }
  .content__row.-page-404 .content__col.-image svg {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@media (min-width: 1401px) {
  .button.-booking-header-mobile {
    display: none;
  }
  .panel__social {
    -webkit-box-shadow: inset 0 1px 0 #6eafab;
    box-shadow: inset 0 1px 0 #6eafab;
  }
  .panel.-has-lang .panel__social {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 1441px) {
  .section.-type-wedding .section__info {
    margin-left: calc((100% - 1280px) / 2);
  }
  .instagram__row.-parent {
    padding-left: 160px;
  }
  .instagram__col.-box {
    position: absolute;
    right: 16%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  .instagram__box-content {
    width: 360px;
  }
}
@media (min-width: 1490px) {
  .card.-type-default .card__control,
  .slider__control {
    left: calc((100% - 1440px + 50px) / 2);
  }
  .card.-type-default .card__content {
    left: calc((100% - 1280px) / 2);
  }
}
@media (max-width: 1740px) {
  .card.-type-default .slider.-gutter-left-control .card__control,
  .slider.-gutter-left-control .card.-type-default .card__control,
  .slider.-gutter-left-control .slider__control {
    left: 25px;
  }
  .content__image.-detail-slider .slider.-default.-gutter-left-control,
  .slider.-gutter-left-control {
    padding-left: 100px;
  }
}
@media (max-width: 1602px) {
  .section.-type-restaurant .section__desc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1600px) {
  .ie-notice {
    max-width: calc(100% - 15%);
  }
  .ie .link--logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1440px) {
  .card__price.currency-price:after,
  body,
  html {
    font-size: calc((2 / 672) * (100vw - 1440px) + 16px);
  }
  .h1,
  h1 {
    font-size: calc((12 / 672) * (100vw - 1440px) + 60px);
  }
  .h2,
  .heading__title,
  h2 {
    font-size: calc((12 / 672) * (100vw - 1440px) + 48px);
  }
  .h3,
  h3 {
    font-size: calc((10 / 672) * (100vw - 1440px) + 39px);
  }
  .contacts__heading,
  .h4,
  h4 {
    font-size: calc((6 / 672) * (100vw - 1440px) + 30px);
  }
  .h5,
  h5 {
    font-size: calc((3 / 672) * (100vw - 1440px) + 25px);
  }
  .h6,
  h6 {
    font-size: calc((3 / 672) * (100vw - 1440px) + 24px);
  }
  .mx-show_desktop {
    display: block;
  }
  .mx-hide_desktop {
    display: none;
  }
  .mx-text_bigger {
    font-size: calc((4 / 672) * (100vw - 1440px) + 24px);
  }
  .mx-text_size-medium {
    font-size: calc((4 / 672) * (100vw - 1440px) + 20px);
  }
  .mx-text_small {
    font-size: calc((2 / 672) * (100vw - 1440px) + 14px);
  }
  .mx-mt_xs {
    margin-top: calc((5 / 672) * (100vw - 1440px) + 20px);
  }
  .mx-mt_s {
    margin-top: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .mx-mt_m {
    margin-top: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .mx-mt_l {
    margin-top: calc((10 / 672) * (100vw - 1440px) + 50px);
  }
  .mx-mt_xl {
    margin-top: calc((10 / 672) * (100vw - 1440px) + 60px);
  }
  .mx-mt_xxl {
    margin-top: calc((10 / 672) * (100vw - 1440px) + 70px);
  }
  .mx-mt_xxxl {
    margin-top: calc((10 / 672) * (100vw - 1440px) + 80px);
  }
  .mx-mb_xs,
  .ustyle ul {
    margin-bottom: calc((5 / 672) * (100vw - 1440px) + 20px);
  }
  .mx-mb_xss {
    margin-bottom: calc((5 / 672) * (100vw - 1440px) + 15px);
  }
  .mx-mb_s {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .mx-mb_m {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .mx-mb_l {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 50px);
  }
  .mx-mb_xl {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 60px);
  }
  .mx-mb_xxl {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 70px);
  }
  .mx-mb_xxxl {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 80px);
  }
  .mx-mb_xxxxl {
    margin-bottom: calc((15 / 672) * (100vw - 1440px) + 100px);
  }
  .mx-pt_xs {
    padding-top: calc((5 / 672) * (100vw - 1440px) + 20px);
  }
  .mx-pt_s {
    padding-top: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .mx-pt_m {
    padding-top: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .mx-pt_l {
    padding-top: calc((10 / 672) * (100vw - 1440px) + 50px);
  }
  .mx-pt_xl {
    padding-top: calc((10 / 672) * (100vw - 1440px) + 60px);
  }
  .mx-pt_xxl {
    padding-top: calc((10 / 672) * (100vw - 1440px) + 70px);
  }
  .mx-pt_xxxl {
    padding-top: calc((10 / 672) * (100vw - 1440px) + 80px);
  }
  .mx-pb_xs {
    padding-bottom: calc((5 / 672) * (100vw - 1440px) + 20px);
  }
  .mx-pb_s {
    padding-bottom: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .mx-pb_m {
    padding-bottom: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .mx-pb_l {
    padding-bottom: calc((10 / 672) * (100vw - 1440px) + 50px);
  }
  .mx-pb_xl {
    padding-bottom: calc((10 / 672) * (100vw - 1440px) + 60px);
  }
  .mx-pb_xxl {
    padding-bottom: calc((10 / 672) * (100vw - 1440px) + 70px);
  }
  .mx-pb_xxxl {
    padding-bottom: calc((10 / 672) * (100vw - 1440px) + 80px);
  }
  .mx-pl_xxs {
    padding-left: calc((5 / 672) * (100vw - 1440px) + 15px);
  }
  .mx-pl_xs {
    padding-left: calc((5 / 672) * (100vw - 1440px) + 20px);
  }
  .mx-pl_s {
    padding-left: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .mx-pl_m {
    padding-left: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .mx-pl_l {
    padding-left: calc((10 / 672) * (100vw - 1440px) + 50px);
  }
  .mx-pl_xl {
    padding-left: calc((10 / 672) * (100vw - 1440px) + 60px);
  }
  .mx-pl_xxl {
    padding-left: calc((10 / 672) * (100vw - 1440px) + 70px);
  }
  .mx-pl_xxxl {
    padding-left: calc((10 / 672) * (100vw - 1440px) + 80px);
  }
  .mx-pr_xxs {
    padding-right: calc((5 / 672) * (100vw - 1440px) + 15px);
  }
  .mx-pr_xs {
    padding-right: calc((5 / 672) * (100vw - 1440px) + 20px);
  }
  .mx-pr_s {
    padding-right: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .mx-pr_m {
    padding-right: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .mx-pr_l {
    padding-right: calc((10 / 672) * (100vw - 1440px) + 50px);
  }
  .mx-pr_xl {
    padding-right: calc((10 / 672) * (100vw - 1440px) + 60px);
  }
  .mx-pr_xxl {
    padding-right: calc((10 / 672) * (100vw - 1440px) + 70px);
  }
  .mx-pr_xxxl {
    padding-right: calc((10 / 672) * (100vw - 1440px) + 80px);
  }
  .slider.-review-detail {
    padding-right: calc((20 / 672) * (100vw - 1440px) + 40px);
    padding-top: calc((30 / 672) * (100vw - 1440px) + 50px);
    padding-bottom: calc((30 / 672) * (100vw - 1440px) + 50px);
  }
  .slider.-review-detail .slider__heading {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 20px);
  }
  .slider.-restaurant-main {
    height: calc((90 / 672) * (100vw - 1440px) + 490px);
  }
  .slider.-main .slider__text-title {
    font-size: calc((15 / 672) * (100vw - 1440px) + 60px);
  }
  .slider.-main .slider__text-desc {
    padding-top: calc((20 / 672) * (100vw - 1440px) + 40px);
    font-size: calc((2 / 672) * (100vw - 1440px) + 18px);
  }
  .card.-type-default .card__arrow .number,
  .slider__arrow .number {
    font-size: calc((4 / 672) * (100vw - 1440px) + 20px);
  }
  .card__price,
  .card__short {
    font-size: calc((4 / 672) * (100vw - 1440px) + 24px);
  }
  .card.-type-default.-item:not(:last-child) {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .card.-type-default .card__type {
    font-size: calc((3 / 672) * (100vw - 1440px) + 19px);
  }
  .card.-type-default .card__buttons,
  .card.-type-default .card__row.-buttons {
    margin-top: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .card.-type-default .card__image-container {
    height: calc((90 / 672) * (100vw - 1440px) + 490px);
  }
  .card.-type-default .card__content {
    padding: calc((10 / 672) * (100vw - 1440px) + 40px);
    font-size: calc((1 / 672) * (100vw - 1440px) + 16px);
  }
  .card.-type-default .card__content.-gutter {
    padding-left: calc((50 / 672) * (100vw - 1440px) + 80px);
    padding-right: calc((50 / 672) * (100vw - 1440px) + 80px);
  }
  .card.-type-default .card__property.icon:before {
    font-size: calc((3 / 672) * (100vw - 1440px) + 20px);
  }
  .card.-type-default .card__property.icon.-site10-people:before {
    font-size: calc((2 / 672) * (100vw - 1440px) + 32px);
  }
  .card.-type-default .card__property.icon.-tl_bed:before {
    font-size: calc((3 / 672) * (100vw - 1440px) + 30px);
  }
  .card.-type-gallery .card__content {
    font-size: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .card.-type-news:not(:last-child) {
    margin-bottom: calc((15 / 672) * (100vw - 1440px) + 55px);
  }
  .card.-type-news .card__date {
    margin-bottom: calc((15 / 672) * (100vw - 1440px) + 35px);
  }
  .card.-type-review {
    margin-bottom: calc((20 / 672) * (100vw - 1440px) + 40px);
  }
  .card.-type-review .button {
    font-size: calc((3 / 672) * (100vw - 1440px) + 18px);
  }
  .card.-type-review .card__content {
    min-height: calc((50 / 672) * (100vw - 1440px) + 350px);
    padding: calc((15 / 672) * (100vw - 1440px) + 75px)
      calc((70 / 672) * (100vw - 1440px) + 120px)
      calc((15 / 672) * (100vw - 1440px) + 55px);
  }
  .bx-ie11 .card.-type-review .card__content.-inverted {
    height: calc((50 / 672) * (100vw - 1440px) + 350px);
  }
  .card.-type-review .card__heading {
    font-size: calc((5 / 672) * (100vw - 1440px) + 37px);
    margin-bottom: calc((5 / 672) * (100vw - 1440px) + 30px);
  }
  .card.-type-review .card__author,
  .point:before {
    font-size: calc((5 / 672) * (100vw - 1440px) + 30px);
  }
  .card.-type-offers:not(:last-of-type) {
    margin-bottom: calc((35 / 672) * (100vw - 1440px) + 60px);
  }
  .card.-type-offers .button.-type-booking {
    padding-left: calc((15 / 672) * (100vw - 1440px) + 30px);
    padding-right: calc((15 / 672) * (100vw - 1440px) + 30px);
  }
  .card.-type-offers .card__content {
    padding-top: calc((35 / 672) * (100vw - 1440px) + 65px);
    padding-bottom: calc((35 / 672) * (100vw - 1440px) + 60px);
  }
  .card.-type-offers .card__content .button {
    width: calc((50 / 672) * (100vw - 1440px) + 280px);
  }
  .menu__link {
    font-size: calc((6 / 672) * (100vw - 1440px) + 17px);
    padding: calc((3 / 672) * (100vw - 1440px) + 10px)
      calc((5 / 672) * (100vw - 1440px) + 10px)
      calc((5 / 672) * (100vw - 1440px) + 10px);
  }
  .button.-type-booking,
  .button.-type-more {
    padding: calc((3 / 672) * (100vw - 1440px) + 15px)
      calc((15 / 672) * (100vw - 1440px) + 60px);
  }
  .button,
  .panel__info {
    font-size: calc((2 / 672) * (100vw - 1440px) + 16px);
  }
  .button.-type-more.-xl {
    padding: calc((3 / 672) * (100vw - 1440px) + 15px)
      calc((32 / 672) * (100vw - 1440px) + 112px);
  }
  .button.-booking-header {
    font-size: calc((2 / 672) * (100vw - 1440px) + 18px);
    width: calc((80 / 672) * (100vw - 1440px) + 260px);
  }
  .breadcrumbs__item span,
  .panel__transform.-address,
  .panel__transform.-phone {
    font-size: calc((1 / 672) * (100vw - 1440px) + 16px);
  }
  .social.-panel .social__link {
    padding-top: calc((2 / 672) * (100vw - 1440px) + 10px);
    padding-bottom: calc((2 / 672) * (100vw - 1440px) + 10px);
  }
  .social.-contacts {
    margin-left: calc((-5 / 672) * (100vw - 1440px) + -15px);
    margin-right: calc((-5 / 672) * (100vw - 1440px) + -15px);
  }
  .social.-contacts .social__link {
    margin-left: calc((5 / 672) * (100vw - 1440px) + 15px);
    margin-right: calc((5 / 672) * (100vw - 1440px) + 15px);
  }
  .section {
    margin-top: calc((15 / 672) * (100vw - 1440px) + 90px);
  }
  .section:last-of-type {
    margin-bottom: calc((15 / 672) * (100vw - 1440px) + 90px);
  }
  .section.-type-restaurant .section__desc {
    padding-top: calc((10 / 672) * (100vw - 1440px) + 50px);
    padding-bottom: calc((10 / 672) * (100vw - 1440px) + 50px);
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
  }
  .section.-type-wedding .section__info {
    margin-left: 50px;
  }
  .section.-type-wedding .section__content {
    padding: calc((0 / 672) * (100vw - 1440px) + 40px);
  }
  .section.-type-wedding .button {
    padding-left: calc((0 / 672) * (100vw - 1440px) + 40px);
    padding-right: calc((0 / 672) * (100vw - 1440px) + 40px);
  }
  .section.-type-offers .section__row {
    margin-bottom: calc((20 / 672) * (100vw - 1440px) + 50px);
  }
  .section.-type-offers .section__image {
    margin-bottom: calc((5 / 672) * (100vw - 1440px) + 30px);
  }
  .section.-type-offers .section__title {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 20px);
  }
  .section.-type-offers .section__title .h3,
  .section.-type-offers .section__title h3 {
    font-size: calc((4 / 672) * (100vw - 1440px) + 24px);
  }
  .section.-type-offers .section__title-text {
    font-size: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .section__heading {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .section__heading.-main {
    margin-bottom: calc((2 / 672) * (100vw - 1440px) + 20px);
  }
  .section__sub-heading {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 50px);
  }
  .heading__image {
    min-height: calc((0 / 672) * (100vw - 1440px) + 300px);
  }
  .heading__breadcrumbs {
    padding-top: calc((2 / 672) * (100vw - 1440px) + 22px);
    padding-bottom: calc((1 / 672) * (100vw - 1440px) + 16px);
  }
  .grid.-items-margin .grid__col,
  .grid__col.-col-gallery {
    margin-bottom: calc((10 / 672) * (100vw - 1440px) + 40px);
  }
  .grid__col.-col-legal {
    margin-bottom: calc((11 / 672) * (100vw - 1440px) + 31px);
  }
  .contacts__main {
    margin-bottom: calc((57 / 672) * (100vw - 1440px) + 117px);
  }
  .contacts__heading {
    margin-bottom: calc((11 / 672) * (100vw - 1440px) + 36px);
  }
  .contacts__add {
    padding-bottom: calc((75 / 672) * (100vw - 1440px) + 145px);
    padding-top: calc((42 / 672) * (100vw - 1440px) + 112px);
  }
  .contacts__item {
    margin-bottom: calc((5 / 672) * (100vw - 1440px) + 15px);
    font-size: calc((3 / 672) * (100vw - 1440px) + 19px);
  }
  .content,
  .content__section {
    padding-bottom: calc((30 / 672) * (100vw - 1440px) + 90px);
  }
  .content__section.-gutter-top,
  .content__sections .content__section {
    padding-top: calc((30 / 672) * (100vw - 1440px) + 90px);
  }
  .content__sections .content__section:last-of-type {
    padding-bottom: calc((30 / 672) * (100vw - 1440px) + 90px);
  }
  .content__image.-detail-slider {
    height: calc((1 / 2) * (100vw - 1400px) + 700px);
  }
  .content__image.-detail-slider .slider.-default {
    padding-left: 0;
    padding-right: 0;
  }
  .content__image.-detail-slider .slider.-default.-gutter-left-control {
    padding-right: 0;
  }
  .content__info {
    padding-bottom: calc((20 / 672) * (100vw - 1440px) + 60px);
  }
  .content__services.-state-detail .content__service {
    -ms-flex-preferred-size: calc((30 / 672) * (100vw - 1440px) + 120px);
    flex-basis: calc((30 / 672) * (100vw - 1440px) + 120px);
  }
  .content__service {
    padding-top: calc((10 / 672) * (100vw - 1440px) + 25px);
    padding-bottom: calc((10 / 672) * (100vw - 1440px) + 25px);
  }
  .content__service .icon {
    font-size: calc((20 / 672) * (100vw - 1440px) + 60px);
    padding-bottom: calc((5 / 672) * (100vw - 1440px) + 15px);
  }
  .content__service-caption {
    font-size: calc((6 / 672) * (100vw - 1440px) + 24px);
    margin-bottom: calc((5 / 672) * (100vw - 1440px) + 10px);
  }
  .content__service-name {
    font-size: calc((1 / 672) * (100vw - 1440px) + 15px);
  }
  .content__review {
    padding-top: calc((30 / 672) * (100vw - 1440px) + 100px);
    padding-bottom: calc((30 / 672) * (100vw - 1440px) + 100px);
  }
  .content__other {
    margin-top: calc((30 / 672) * (100vw - 1440px) + 100px);
  }
  .content__row.-page-404 {
    padding-top: calc((20 / 672) * (100vw - 1440px) + 50px);
  }
  .content__row.-page-404 .content__heading {
    font-size: calc((50 / 672) * (100vw - 1440px) + 150px);
    letter-spacing: calc((6 / 672) * (100vw - 1440px) + 16px);
  }
  .content__row.-page-404 .content__sub-heading {
    font-size: calc((5 / 672) * (100vw - 1440px) + 35px);
    margin-bottom: calc((8 / 672) * (100vw - 1440px) + 28px);
  }
  .content__row.-page-404 .content__desc {
    font-size: calc((3 / 672) * (100vw - 1440px) + 19px);
  }
  .map.-type-contacts {
    height: calc((200 / 672) * (100vw - 1440px) + 700px);
    margin-bottom: calc((20 / 672) * (100vw - 1440px) + 80px);
  }
  .service {
    padding: calc((0 / 672) * (100vw - 1440px) + 40px);
  }
  .service__icon {
    padding-right: calc((20 / 672) * (100vw - 1440px) + 30px);
  }
  .service__icon .icon:before {
    font-size: calc((10 / 672) * (100vw - 1440px) + 60px);
  }
  .service__title {
    font-size: calc((4 / 672) * (100vw - 1440px) + 22px);
  }
  .order__lebal,
  .ustyle ul {
    font-size: calc((2 / 672) * (100vw - 1440px) + 16px);
  }
  .order__price {
    font-size: calc((5 / 672) * (100vw - 1440px) + 30px);
  }
  .order__price .currency-price:after {
    font-size: calc((2 / 672) * (100vw - 1440px) + 20px);
  }
  .order__tab:before {
    font-size: calc((2 / 672) * (100vw - 1440px) + 32px);
  }
  .list li,
  .list__item,
  .seating__item,
  .ustyle ul li {
    padding-left: calc((5 / 672) * (100vw - 1440px) + 35px);
  }
  .list li:not(:last-of-type),
  .list__item:not(:last-of-type),
  .ustyle ul li:not(:last-of-type) {
    margin-bottom: calc((3 / 672) * (100vw - 1440px) + 10px);
  }
  .list li:before,
  .list__item:before,
  .seating__item:before,
  .ustyle ul li:before {
    width: calc((5 / 672) * (100vw - 1440px) + 20px);
  }
  .date {
    font-size: calc((2 / 672) * (100vw - 1440px) + 14px);
  }
  .pagination {
    margin-top: calc((20 / 672) * (100vw - 1440px) + 60px);
  }
  .search-form.-content .search-form__row {
    margin-top: calc((15 / 672) * (100vw - 1440px) + 50px);
    width: 100%;
  }
  .search-form.-content .search-form__title {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .form.-review {
    padding-top: calc((20 / 672) * (100vw - 1440px) + 90px);
  }
  .form.-review .form__heading .legal__title span:before,
  .form.-review .form__heading .mx-text_bg-decor:before,
  .legal__title .form.-review .form__heading span:before {
    bottom: calc((5 / 672) * (100vw - 1440px) + 10px);
  }
  .form.-review .button {
    font-size: calc((2 / 672) * (100vw - 1440px) + 18px);
  }
  .form__heading {
    font-size: calc((6 / 672) * (100vw - 1440px) + 36px);
  }
  .form__label {
    font-size: calc((1 / 672) * (100vw - 1440px) + 16px);
    left: calc((10 / 672) * (100vw - 1440px) + 40px);
    top: calc((10 / 672) * (100vw - 1440px) + 50px);
  }
  .form__label.-focus {
    top: calc((5 / 672) * (100vw - 1440px) + 15px);
  }
  .form__control {
    padding: calc((10 / 672) * (100vw - 1440px) + 50px)
      calc((10 / 672) * (100vw - 1440px) + 40px)
      calc((10 / 672) * (100vw - 1440px) + 30px);
  }
  .seating__wrap {
    width: calc((120 / 672) * (100vw - 1440px) + 320px);
    height: calc((120 / 672) * (100vw - 1440px) + 320px);
  }
  .seating__icon:before {
    font-size: calc((40 / 672) * (100vw - 1440px) + 100px);
  }
  .seating__item:not(:last-of-type) {
    margin-bottom: calc((11 / 672) * (100vw - 1440px) + 26px);
  }
  .instagram__col.-box,
  .instagram__row.-parent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .instagram__row.-parent {
    width: 100%;
  }
  .instagram__col.-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .instagram__picture {
    padding: 10px;
  }
  .instagram__box-content {
    height: calc((30 / 672) * (100vw - 1440px) + 200px);
  }
  .instagram__box-text {
    font-size: calc((1 / 672) * (100vw - 1440px) + 18px);
  }
  .legal__icon {
    font-size: calc((10 / 672) * (100vw - 1440px) + 60px);
  }
  .legal__title {
    margin-left: calc((5 / 672) * (100vw - 1440px) + 25px);
    margin-right: calc((15 / 672) * (100vw - 1440px) + 25px);
    font-size: calc((5 / 672) * (100vw - 1440px) + 25px);
  }
  .linecount__content[data-line-clamp="1"] {
    -webkit-line-clamp: 1;
    max-height: 1em;
    line-height: 1em;
  }
  .ustyle ul {
    margin-top: calc((5 / 672) * (100vw - 1440px) + 15px);
  }
}
@media (max-width: 1400px) {
  .slider.-main .slider__text {
    left: 90px;
  }
  .header__col.-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header.-scroll .logo {
    min-width: auto;
  }
  .header.-scroll .logo__link {
    padding: 5px;
  }
  .button.-booking-header {
    display: none;
  }
  .panel.-scroll .panel__langs,
  .panel__langs {
    border-top: none;
  }
}
@media (max-width: 1280px) {
  .mx-show_desktop-after {
    display: block;
  }
  .mx-hide_desktop-after {
    display: none;
  }
  .slider.-gutter-left-control {
    padding-left: 50px;
  }
  .card.-type-default .slider.-gutter-left-control .card__control,
  .slider.-gutter-left-control .card.-type-default .card__control,
  .slider.-gutter-left-control .slider__control {
    left: 0;
  }
  .header__switch {
    width: 80px;
    height: 80px;
  }
  .logo .logo__image {
    max-height: 70px;
  }
  .button.-booking-header {
    min-height: 80px;
  }
  .button.-booking-header-mobile {
    height: 80px;
    width: 80px;
  }
  .panel {
    width: 80px;
  }
  .panel__langs {
    min-height: 50px;
    height: 50px;
  }
  .footer,
  .main {
    padding-right: 80px;
  }
  .content__image.-detail-slider .slider.-default.-gutter-left-control {
    padding-left: 50px;
  }
  .content__row.-page-404 .content__col.-heading {
    padding-top: 0;
    padding-left: 20px;
    max-width: 420px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
  }
  .content__row.-page-404 .content__col {
    padding: 0 20px;
  }
  .search-form.-main {
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
    padding: 0;
  }
  .search-form.-content .search-form__title {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 35px;
    text-align: center;
  }
  .search-form.-content .search-form__form {
    max-width: 860px;
    margin: 0 auto;
  }
  .scroll {
    bottom: 170px;
  }
  .lang.-state-panel {
    width: 80px;
  }
}
@media (max-width: 1280px) and (orientation: landscape) {
  .slider.-main .slider__text {
    top: 45%;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 1280px) {
  .button.-booking-header {
    height: 80px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 1024px) {
  .button.-booking-header {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .card.-type-default .card__content {
    max-width: 500px;
  }
  .header__switch {
    width: 70px;
    height: 70px;
  }
  .logo .logo__image {
    max-height: 50px;
    height: 100%;
  }
  .button.-type-booking.-fix-width,
  .button.-type-more.-fix-width {
    width: 200px;
  }
  .button.-booking-header {
    min-height: 70px;
  }
  .button.-booking-header-mobile {
    height: 70px;
    width: 70px;
  }
  .panel {
    width: 70px;
  }
  .section.-type-restaurant .section__desc,
  .section.-type-restaurant .section__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section.-type-wedding .section__info {
    width: 50%;
  }
  .footer {
    padding-right: 70px;
  }
  .content__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content__order,
  .content__services,
  .form__col.-fields {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .content__row.-page-404 .content__col.-heading {
    max-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
  .main {
    padding-right: 70px;
  }
  .form__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lang.-state-panel {
    width: 70px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 991px) {
  .button.-booking-header {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .mx-show_tablet {
    display: block;
  }
  .slider.-review-detail {
    min-height: 300px;
    padding-left: 80px;
  }
  .card.-type-default .slider.-review-detail .card__control,
  .slider.-review-detail .card.-type-default .card__control,
  .slider.-review-detail .slider__control {
    left: 15px;
  }
  .card.-type-default .slider.-main .card__control,
  .mx-hide_tablet,
  .slider.-main .card.-type-default .card__control,
  .slider.-main .slider__control {
    display: none;
  }
  .slider.-main .slider__text {
    left: 50px;
  }
  .slider.-main .slider__text-desc,
  .slider.-main .slider__text-title {
    padding-left: 0;
  }
  .card.-type-offers .card__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header {
    top: 80px;
    position: absolute;
  }
  .bx-ios .b-page.-open-menu .header {
    position: fixed;
  }
  .header.-scroll {
    top: 0;
    position: fixed;
  }
  .header__nav {
    height: 50px;
  }
  .header__switch {
    width: 50px;
    height: 50px;
  }
  .header__col.-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .header__col.-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    z-index: 101;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-height: 50px;
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s;
  }
  .header__col.-btn,
  .header__col.-langs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__col.-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    z-index: 101;
  }
  .header__col.-langs {
    background-color: #fbf9f9;
    width: 50px;
    height: 50px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
  }
  .logo__link {
    padding: 5px 10px;
    max-height: 50px;
  }
  .menu {
    position: fixed;
    right: 0;
    left: 0;
    top: 80px;
    bottom: 0;
    padding: 0;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    background-color: #4d377c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
  }
  .b-page.-open-menu .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .-scroll .menu {
    top: 50px;
  }
  .menu,
  .menu__container,
  .menu__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu__container {
    position: relative;
    padding: 50px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
  }
  .header.-scroll .menu__container {
    padding: 10px;
  }
  .menu__item {
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  .b-page.-open-menu .menu__item {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .b-page.-open-menu .menu__item:nth-of-type(1) {
    -webkit-transition: opacity 0.13s ease-in-out 0.25s,
      -webkit-transform 0.125s ease-in-out 0.25s;
    transition: transform 0.125s ease-in-out 0.25s,
      opacity 0.13s ease-in-out 0.25s;
    transition: transform 0.125s ease-in-out 0.25s,
      opacity 0.13s ease-in-out 0.25s,
      -webkit-transform 0.125s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(2) {
    -webkit-transition: opacity 0.26s ease-in-out 0.25s,
      -webkit-transform 0.25s ease-in-out 0.25s;
    transition: transform 0.25s ease-in-out 0.25s,
      opacity 0.26s ease-in-out 0.25s;
    transition: transform 0.25s ease-in-out 0.25s,
      opacity 0.26s ease-in-out 0.25s, -webkit-transform 0.25s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(3) {
    -webkit-transition: opacity 0.39s ease-in-out 0.25s,
      -webkit-transform 0.375s ease-in-out 0.25s;
    transition: transform 0.375s ease-in-out 0.25s,
      opacity 0.39s ease-in-out 0.25s;
    transition: transform 0.375s ease-in-out 0.25s,
      opacity 0.39s ease-in-out 0.25s,
      -webkit-transform 0.375s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(4) {
    -webkit-transition: opacity 0.52s ease-in-out 0.25s,
      -webkit-transform 0.5s ease-in-out 0.25s;
    transition: transform 0.5s ease-in-out 0.25s,
      opacity 0.52s ease-in-out 0.25s;
    transition: transform 0.5s ease-in-out 0.25s,
      opacity 0.52s ease-in-out 0.25s, -webkit-transform 0.5s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(5) {
    -webkit-transition: opacity 0.65s ease-in-out 0.25s,
      -webkit-transform 0.625s ease-in-out 0.25s;
    transition: transform 0.625s ease-in-out 0.25s,
      opacity 0.65s ease-in-out 0.25s;
    transition: transform 0.625s ease-in-out 0.25s,
      opacity 0.65s ease-in-out 0.25s,
      -webkit-transform 0.625s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(6) {
    -webkit-transition: opacity 0.78s ease-in-out 0.25s,
      -webkit-transform 0.75s ease-in-out 0.25s;
    transition: transform 0.75s ease-in-out 0.25s,
      opacity 0.78s ease-in-out 0.25s;
    transition: transform 0.75s ease-in-out 0.25s,
      opacity 0.78s ease-in-out 0.25s, -webkit-transform 0.75s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(7) {
    -webkit-transition: opacity 0.91s ease-in-out 0.25s,
      -webkit-transform 0.875s ease-in-out 0.25s;
    transition: transform 0.875s ease-in-out 0.25s,
      opacity 0.91s ease-in-out 0.25s;
    transition: transform 0.875s ease-in-out 0.25s,
      opacity 0.91s ease-in-out 0.25s,
      -webkit-transform 0.875s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(8) {
    -webkit-transition: opacity 1.04s ease-in-out 0.25s,
      -webkit-transform 1s ease-in-out 0.25s;
    transition: transform 1s ease-in-out 0.25s, opacity 1.04s ease-in-out 0.25s;
    transition: transform 1s ease-in-out 0.25s, opacity 1.04s ease-in-out 0.25s,
      -webkit-transform 1s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(9) {
    -webkit-transition: opacity 1.17s ease-in-out 0.25s,
      -webkit-transform 1.125s ease-in-out 0.25s;
    transition: transform 1.125s ease-in-out 0.25s,
      opacity 1.17s ease-in-out 0.25s;
    transition: transform 1.125s ease-in-out 0.25s,
      opacity 1.17s ease-in-out 0.25s,
      -webkit-transform 1.125s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(10) {
    -webkit-transition: opacity 1.3s ease-in-out 0.25s,
      -webkit-transform 1.25s ease-in-out 0.25s;
    transition: transform 1.25s ease-in-out 0.25s,
      opacity 1.3s ease-in-out 0.25s;
    transition: transform 1.25s ease-in-out 0.25s,
      opacity 1.3s ease-in-out 0.25s, -webkit-transform 1.25s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(11) {
    -webkit-transition: opacity 1.43s ease-in-out 0.25s,
      -webkit-transform 1.375s ease-in-out 0.25s;
    transition: transform 1.375s ease-in-out 0.25s,
      opacity 1.43s ease-in-out 0.25s;
    transition: transform 1.375s ease-in-out 0.25s,
      opacity 1.43s ease-in-out 0.25s,
      -webkit-transform 1.375s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(12) {
    -webkit-transition: opacity 1.56s ease-in-out 0.25s,
      -webkit-transform 1.5s ease-in-out 0.25s;
    transition: transform 1.5s ease-in-out 0.25s,
      opacity 1.56s ease-in-out 0.25s;
    transition: transform 1.5s ease-in-out 0.25s,
      opacity 1.56s ease-in-out 0.25s, -webkit-transform 1.5s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(13) {
    -webkit-transition: opacity 1.69s ease-in-out 0.25s,
      -webkit-transform 1.625s ease-in-out 0.25s;
    transition: transform 1.625s ease-in-out 0.25s,
      opacity 1.69s ease-in-out 0.25s;
    transition: transform 1.625s ease-in-out 0.25s,
      opacity 1.69s ease-in-out 0.25s,
      -webkit-transform 1.625s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(14) {
    -webkit-transition: opacity 1.82s ease-in-out 0.25s,
      -webkit-transform 1.75s ease-in-out 0.25s;
    transition: transform 1.75s ease-in-out 0.25s,
      opacity 1.82s ease-in-out 0.25s;
    transition: transform 1.75s ease-in-out 0.25s,
      opacity 1.82s ease-in-out 0.25s, -webkit-transform 1.75s ease-in-out 0.25s;
  }
  .b-page.-open-menu .menu__item:nth-of-type(15) {
    -webkit-transition: opacity 1.95s ease-in-out 0.25s,
      -webkit-transform 1.875s ease-in-out 0.25s;
    transition: transform 1.875s ease-in-out 0.25s,
      opacity 1.95s ease-in-out 0.25s;
    transition: transform 1.875s ease-in-out 0.25s,
      opacity 1.95s ease-in-out 0.25s,
      -webkit-transform 1.875s ease-in-out 0.25s;
  }
  .menu__link {
    font-size: 24px !important;
  }
  .header.-scroll .menu__link {
    color: #fff;
    font-size: 24px !important;
  }
  .header.-scroll .menu__link:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
  }
  .button.-booking-header {
    min-height: 50px;
  }
  .button.-booking-header-mobile {
    height: 50px;
    width: 50px;
  }
  .panel {
    height: 80px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .bx-ios .b-page.-open-menu .panel:not(.-scroll) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .panel__social {
    display: none;
  }
  .panel__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .panel__transform {
    padding: 2px 10px;
  }
  .panel__transform.-phone.-no-social {
    padding-bottom: 0;
  }
  .panel__transform.-phone {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .panel__transform.-address {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    max-height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .panel .mx-text_border-b {
    padding-bottom: 7px;
  }
  .panel__point {
    display: none;
    max-height: 0;
  }
  .panel__langs {
    display: none;
  }
  .footer {
    padding-right: 0;
  }
  .footer__row:not(:last-child) {
    margin-bottom: 40px;
  }
  .footer__col.-legal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
  }
  .grid__col.-col-6-12,
  .grid__col.-col-9-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid__col.-col-9-12:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .card.-type-offers .card__image,
  .grid__col.-col-6-4-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .grid__col.-col-6-8-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .grid__col.-col-4-6-12,
  .grid__col.-col-5-6-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .grid__col.-col-3-12,
  .grid__col.-col-4-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid.-items-margin-from-tablet .grid__col {
    margin-bottom: 40px;
  }
  .main {
    padding-right: 0;
  }
  .form__heading {
    margin-bottom: 30px;
    text-align: center;
  }
  .seating__col.-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .seating__col.-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .instagram__row.-parent {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .instagram__col.-first,
  .instagram__row.-child-bottom {
    display: none;
  }
  .instagram__col.-box,
  .instagram__col.-second {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .instagram__col.-second .instagram__picture {
    width: 50%;
  }
  .instagram__col.-box {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .instagram__picture,
  .instagram__picture.-small {
    max-width: 100%;
  }
  .lang.-state-panel {
    width: 0;
  }
  .cookie-notification {
    right: 20px;
  }
  .tl-reputation {
    max-width: 118px;
    height: 139px;
    bottom: 22px;
    left: 9px;
  }
  .payment-systems {
    grid-template-columns: auto;
  }
  .state-organizations__list {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media (max-width: 773px) {
  .search-form.-main {
    height: 141px;
  }
}
@media (max-width: 768px) {
  .cookie-notification {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  body,
  html {
    font-size: 14px;
  }
  .h1,
  h1 {
    font-size: calc((18 / 447) * (100vw - 767px) + 48px);
  }
  .h2,
  .heading__title,
  h2 {
    font-size: calc((6 / 447) * (100vw - 767px) + 36px);
  }
  .h3,
  h3 {
    font-size: calc((5 / 447) * (100vw - 767px) + 29px);
  }
  .contacts__heading,
  .h4,
  h4 {
    font-size: calc((6 / 447) * (100vw - 767px) + 24px);
  }
  .h5,
  h5 {
    font-size: calc((5 / 447) * (100vw - 767px) + 22px);
  }
  .h6,
  h6 {
    font-size: calc((5 / 447) * (100vw - 767px) + 21px);
  }
  .mx-show_mobile {
    display: block;
  }
  .mx-hide_mobile {
    display: none;
  }
  .mx-text_border-b:before {
    height: 1px;
  }
  .mx-text_bigger {
    font-size: 20px;
  }
  .mx-text_size-medium {
    font-size: 16px;
  }
  .mx-text_small {
    font-size: 12px;
  }
  .mx-mt_xs {
    margin-top: calc((5 / 447) * (100vw - 767px) + 15px);
  }
  .mx-mt_s {
    margin-top: calc((5 / 447) * (100vw - 767px) + 20px);
  }
  .mx-mt_m {
    margin-top: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .mx-mt_l {
    margin-top: calc((10 / 447) * (100vw - 767px) + 40px);
  }
  .mx-mt_xl {
    margin-top: calc((10 / 447) * (100vw - 767px) + 50px);
  }
  .mx-mt_xxl {
    margin-top: calc((10 / 447) * (100vw - 767px) + 60px);
  }
  .mx-mt_xxxl {
    margin-top: calc((10 / 447) * (100vw - 767px) + 70px);
  }
  .mx-mb_xs,
  .ustyle ul {
    margin-bottom: calc((5 / 447) * (100vw - 767px) + 15px);
  }
  .mx-mb_xss {
    margin-bottom: 10px;
  }
  .mx-mb_s {
    margin-bottom: calc((5 / 447) * (100vw - 767px) + 20px);
  }
  .mx-mb_m {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .mx-mb_l {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 40px);
  }
  .mx-mb_xl {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 50px);
  }
  .mx-mb_xxl {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 60px);
  }
  .mx-mb_xxxl {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 70px);
  }
  .mx-mb_xxxxl {
    margin-bottom: calc((15 / 447) * (100vw - 767px) + 85px);
  }
  .mx-pt_xs {
    padding-top: calc((5 / 447) * (100vw - 767px) + 15px);
  }
  .mx-pt_s {
    padding-top: calc((5 / 447) * (100vw - 767px) + 20px);
  }
  .mx-pt_m {
    padding-top: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .mx-pt_l {
    padding-top: calc((10 / 447) * (100vw - 767px) + 40px);
  }
  .mx-pt_xl {
    padding-top: calc((10 / 447) * (100vw - 767px) + 50px);
  }
  .mx-pt_xxl {
    padding-top: calc((10 / 447) * (100vw - 767px) + 60px);
  }
  .mx-pt_xxxl {
    padding-top: calc((10 / 447) * (100vw - 767px) + 70px);
  }
  .mx-pb_xs {
    padding-bottom: calc((5 / 447) * (100vw - 767px) + 15px);
  }
  .mx-pb_s {
    padding-bottom: calc((5 / 447) * (100vw - 767px) + 20px);
  }
  .mx-pb_m {
    padding-bottom: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .mx-pb_l {
    padding-bottom: calc((10 / 447) * (100vw - 767px) + 40px);
  }
  .mx-pb_xl {
    padding-bottom: calc((10 / 447) * (100vw - 767px) + 50px);
  }
  .mx-pb_xxl {
    padding-bottom: calc((10 / 447) * (100vw - 767px) + 60px);
  }
  .mx-pb_xxxl {
    padding-bottom: calc((10 / 447) * (100vw - 767px) + 70px);
  }
  .mx-pl_xxs {
    padding-left: calc((5 / 447) * (100vw - 767px) + 10px);
  }
  .mx-pl_xs {
    padding-left: calc((5 / 447) * (100vw - 767px) + 15px);
  }
  .mx-pl_s {
    padding-left: calc((5 / 447) * (100vw - 767px) + 20px);
  }
  .mx-pl_m {
    padding-left: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .mx-pl_l {
    padding-left: calc((10 / 447) * (100vw - 767px) + 40px);
  }
  .mx-pl_xl {
    padding-left: calc((10 / 447) * (100vw - 767px) + 50px);
  }
  .mx-pl_xxl {
    padding-left: calc((10 / 447) * (100vw - 767px) + 60px);
  }
  .mx-pl_xxxl {
    padding-left: calc((10 / 447) * (100vw - 767px) + 70px);
  }
  .mx-pr_xxs {
    padding-right: calc((5 / 447) * (100vw - 767px) + 10px);
  }
  .mx-pr_xs {
    padding-right: calc((5 / 447) * (100vw - 767px) + 15px);
  }
  .mx-pr_s {
    padding-right: calc((5 / 447) * (100vw - 767px) + 20px);
  }
  .mx-pr_m {
    padding-right: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .mx-pr_l {
    padding-right: calc((10 / 447) * (100vw - 767px) + 40px);
  }
  .mx-pr_xl {
    padding-right: calc((10 / 447) * (100vw - 767px) + 50px);
  }
  .mx-pr_xxl {
    padding-right: calc((10 / 447) * (100vw - 767px) + 60px);
  }
  .mx-pr_xxxl {
    padding-right: calc((10 / 447) * (100vw - 767px) + 70px);
  }
  .mx-overlay.-gradient-slide:before {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(transparent),
      color-stop(75%, rgba(0, 0, 0, 0.01)),
      to(rgba(0, 0, 0, 0.21))
    );
    background: linear-gradient(
      to top,
      transparent 0%,
      rgba(0, 0, 0, 0.01) 75%,
      rgba(0, 0, 0, 0.21) 100%
    );
  }
  .mx-order_top-mobile {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .mx-reverse_order.-from-mobile .mx-order_1 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .mx-reverse_order.-from-mobile .mx-order_2 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 20px;
  }
  .slider.-review-detail {
    padding: 20px;
    max-width: 100%;
  }
  .card.-type-default .slider.-review-detail .card__control,
  .slider.-review-detail .card.-type-default .card__control,
  .slider.-review-detail .slider__control {
    left: 0;
    margin-top: 20px;
  }
  .slider.-review-detail .slider__heading {
    margin-bottom: calc((5 / 447) * (100vw - 767px) + 10px);
  }
  .slider.-gutter-left-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    padding-left: 0;
  }
  .card.-type-default .slider.-gutter-left-control .card__control,
  .slider.-gutter-left-control .card.-type-default .card__control,
  .slider.-gutter-left-control .slider__control {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 15px;
  }
  .slider.-gutter-left-control .slider__container:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(75%, rgba(0, 0, 0, 0.01)),
      to(rgba(0, 0, 0, 0.21))
    );
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.01) 75%,
      rgba(0, 0, 0, 0.21) 100%
    );
  }
  .slider.-restaurant-main {
    height: calc((185 / 447) * (100vw - 767px) + 400px);
  }
  .slider.-rooms-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider.-main .slider__text {
    left: 10px;
    right: 10px;
    max-width: 100%;
  }
  .slider.-main .slider__text-title {
    font-size: calc((17 / 447) * (100vw - 767px) + 45px);
    text-align: center;
    opacity: 1;
  }
  .slider.-main .slider__text-desc {
    padding-top: 20px;
    font-size: 16px;
    display: none;
    text-align: center;
  }
  .slider.-carousel-nav .slider__item {
    margin: 6px 3px;
  }
  .slider__item--bot-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.21)),
      color-stop(25%, rgba(0, 0, 0, 0.01)),
      to(transparent)
    );
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.21) 0%,
      rgba(0, 0, 0, 0.01) 25%,
      transparent 100%
    );
    z-index: 2;
  }
  .card.-type-default .card__control-line,
  .slider__control-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card.-type-default .card__control,
  .slider__control.-image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
  }
  .card.-type-default .card__arrow .number,
  .slider__arrow .number {
    font-size: 16px;
  }
  .card.-type-default .-next.card__arrow,
  .card.-type-default .-prev.card__arrow,
  .slider__arrow.-next,
  .slider__arrow.-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card.-type-default .-prev.card__arrow .ic,
  .slider__arrow.-prev .ic {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .card.-type-default .-prev.card__arrow .number,
  .slider__arrow.-prev .number {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .card.-type-default .-next.card__arrow .ic,
  .slider__arrow.-next .ic {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .card.-type-default .-next.card__arrow .number,
  .slider__arrow.-next .number {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .card__price,
  .card__short {
    font-size: 20px;
  }
  .card__price.currency-price:after {
    font-size: 14px;
  }
  .card.-type-default.-item:not(:last-child) {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .card.-type-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card.-type-default .card__type {
    font-size: calc((2 / 447) * (100vw - 767px) + 16px);
  }
  .card.-type-default .card__buttons {
    margin-top: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .card.-type-default .card__image-container {
    height: calc((200 / 447) * (100vw - 767px) + 400px);
  }
  .card.-type-default .card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card.-type-default .card__row .button.-type-more {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 10px;
  }
  .card.-type-default .card__row .button.-type-booking {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .card.-type-default,
  .card.-type-default .card__row.-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card.-type-default .card__row.-buttons {
    margin-top: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .card.-type-default .card__content {
    padding: calc((20 / 447) * (100vw - 767px) + 30px);
    font-size: calc((1 / 447) * (100vw - 767px) + 15px);
    max-width: 100%;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
    min-height: 270px;
    text-align: center;
    background-color: #4d377c;
  }
  .card.-type-default .card__content.-gutter {
    padding-left: calc((20 / 447) * (100vw - 767px) + 30px);
    padding-right: calc((20 / 447) * (100vw - 767px) + 30px);
  }
  .card.-type-default .card__properties {
    bottom: 100%;
    left: 0;
    right: 0;
    top: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card.-type-default .card__property:not(:last-child) {
    margin-bottom: 0;
    margin-right: 2px;
  }
  .card.-type-default .card__property.icon:before {
    font-size: 17px;
  }
  .card.-type-default .card__property.icon.-site10-people:before {
    font-size: 30px;
  }
  .card.-type-default .card__property.icon.-tl_bed:before {
    font-size: 27px;
  }
  .card.-type-gallery .card__content {
    font-size: 20px;
  }
  .card.-type-news:not(:last-child) {
    margin-bottom: 40px;
  }
  .card.-type-news .card__image,
  .card.-type-review {
    margin-bottom: 20px;
  }
  .card.-type-news .card__image:before {
    content: "";
    display: block;
    padding-bottom: calc(9 / 16 * 100%);
  }
  .card.-type-news .card__date {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 20px);
  }
  .card.-type-review .button {
    font-size: 15px;
  }
  .card.-type-review .card__content {
    min-height: calc((50 / 447) * (100vw - 767px) + 300px);
    padding: calc((10 / 447) * (100vw - 767px) + 60px)
      calc((30 / 447) * (100vw - 767px) + 50px)
      calc((20 / 447) * (100vw - 767px) + 40px);
  }
  .bx-ie11 .card.-type-review .card__content.-inverted {
    height: calc((50 / 447) * (100vw - 767px) + 300px);
  }
  .card.-type-review .card__heading {
    font-size: calc((4 / 447) * (100vw - 767px) + 32px);
    margin-bottom: calc((5 / 447) * (100vw - 767px) + 25px);
  }
  .card.-type-review .card__author {
    font-size: calc((3 / 447) * (100vw - 767px) + 25px);
  }
  .card.-type-offers:not(:last-of-type) {
    margin-bottom: 25px;
  }
  .card.-type-offers .button.-type-booking {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card.-type-offers .card__image:before {
    padding-bottom: calc(9 / 16 * 100%);
  }
  .card.-type-offers .card__content {
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center;
  }
  .card.-type-offers .card__content .button {
    width: 230px;
  }
  .card.-type-offers .card__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .card.-type-offers .card__row .button:not(:last-child) {
    margin-right: 0;
  }
  .card.-type-offers .card__row .button.-type-booking {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .card.-type-offers .card__row .button.-type-more {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .menu__link {
    font-size: 11px;
    padding-top: calc((0 / 447) * (100vw - 767px) + 7px);
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .button.-type-booking,
  .button.-type-more {
    padding: calc((2 / 447) * (100vw - 767px) + 12px)
      calc((15 / 447) * (100vw - 767px) + 45px);
  }
  .button {
    font-size: 14px;
  }
  .button.-type-more.-xl {
    padding: calc((2 / 447) * (100vw - 767px) + 12px)
      calc((40 / 447) * (100vw - 767px) + 80px);
  }
  .button.-booking-header {
    font-size: 16px;
    width: 180px;
  }
  .panel__info {
    font-size: calc((2 / 447) * (100vw - 767px) + 14px);
  }
  .panel__transform.-address,
  .panel__transform.-phone {
    font-size: calc((3 / 447) * (100vw - 767px) + 15px);
  }
  .social.-panel .social__link {
    padding-top: calc((3 / 447) * (100vw - 767px) + 8px);
    padding-bottom: calc((3 / 447) * (100vw - 767px) + 8px);
  }
  .social.-contacts {
    margin-left: calc((-5 / 447) * (100vw - 767px) + -10px);
    margin-right: calc((-5 / 447) * (100vw - 767px) + -10px);
  }
  .social.-contacts .social__link {
    margin-left: calc((5 / 447) * (100vw - 767px) + 10px);
    margin-right: calc((5 / 447) * (100vw - 767px) + 10px);
  }
  .section {
    margin-top: calc((45 / 447) * (100vw - 767px) + 75px);
  }
  .section:last-of-type {
    margin-bottom: calc((45 / 447) * (100vw - 767px) + 75px);
  }
  .section.-type-about .section__image:before {
    padding-bottom: calc(400 / 700 * 100%);
  }
  .section.-type-restaurant .section__desc {
    padding-top: calc((15 / 447) * (100vw - 767px) + 40px);
    padding-bottom: calc((10 / 447) * (100vw - 767px) + 40px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.-type-restaurant .section__desc,
  .section.-type-restaurant .section__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section.-type-wedding .section__info {
    margin: 0 auto;
    padding: 30px 0;
    max-width: inherit;
    min-height: 100vh;
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section.-type-wedding .section__info-header {
    text-align: center;
  }
  .section.-type-wedding .section__content {
    padding: calc((10 / 447) * (100vw - 767px) + 40px);
    text-align: center;
  }
  .section.-type-wedding .button {
    padding-left: calc((0 / 447) * (100vw - 767px) + 40px);
    padding-right: calc((0 / 447) * (100vw - 767px) + 40px);
  }
  .section.-type-offers .section__row {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 30px);
    display: block;
  }
  .section.-type-offers .section__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.-type-offers .section__image {
    margin-bottom: calc((5 / 447) * (100vw - 767px) + 25px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
  }
  .section.-type-offers .section__image:before {
    padding-bottom: calc(95 / 150 * 100%);
  }
  .section.-type-offers .section__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    min-height: inherit;
    margin: 0;
  }
  .section.-type-offers .section__title .h3,
  .section.-type-offers .section__title h3 {
    font-size: calc((4 / 447) * (100vw - 767px) + 20px);
  }
  .section.-type-offers .section__title.-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .section.-type-offers .section__title-text {
    font-size: calc((6 / 447) * (100vw - 767px) + 20px);
  }
  .section__heading {
    margin-bottom: calc((5 / 447) * (100vw - 767px) + 20px);
  }
  .section__heading.-main {
    margin-bottom: calc((4 / 447) * (100vw - 767px) + 18px);
  }
  .section__sub-heading {
    margin-bottom: calc((20 / 447) * (100vw - 767px) + 40px);
  }
  .column.-no-gutters-mobile {
    padding: 0;
  }
  .footer .container {
    padding: 30px 0 40px;
  }
  .footer__row:not(:last-child) {
    margin-bottom: 20px;
  }
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer__col.-copyright {
    text-align: center;
  }
  .footer__col.-developer {
    margin-top: 10px;
  }
  .footer__official {
    display: inline-block;
  }
  .point:before {
    font-size: 25px;
  }
  .heading__image {
    min-height: calc((100 / 447) * (100vw - 767px) + 300px);
  }
  .type-services .heading__image {
    min-height: 110px;
  }
  .heading__title {
    line-height: 1.2;
  }
  .heading__breadcrumbs {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .breadcrumbs__item span {
    font-size: calc((1 / 447) * (100vw - 767px) + 15px);
  }
  .card.-type-offers .card__image,
  .grid__col.-col-4-6-12,
  .grid__col.-col-5-6-12,
  .grid__col.-col-6-4-12,
  .grid__col.-col-6-6-12,
  .grid__col.-col-6-8-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid__col.-col-gallery {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .grid__col.-col-legal {
    margin-bottom: 20px;
  }
  .grid__col.-no-gutters.-from-mobile {
    padding-right: 0;
    padding-left: 0;
  }
  .grid.-items-margin .grid__col {
    margin-bottom: calc((10 / 447) * (100vw - 767px) + 30px);
  }
  .grid.-items-margin-from-tablet .grid__col {
    margin-bottom: 35px;
  }
  .contacts__main {
    margin-bottom: calc((20 / 447) * (100vw - 767px) + 60px);
  }
  .contacts__heading {
    margin-bottom: calc((5 / 447) * (100vw - 767px) + 25px);
  }
  .contacts__add {
    padding-bottom: calc((30 / 447) * (100vw - 767px) + 70px);
    padding-top: calc((30 / 447) * (100vw - 767px) + 70px);
  }
  .contacts__item {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .content,
  .content__section {
    padding-bottom: calc((20 / 447) * (100vw - 767px) + 60px);
  }
  .content__section.-gutter-top,
  .content__sections .content__section {
    padding-top: calc((20 / 447) * (100vw - 767px) + 60px);
  }
  .content__sections .content__section:last-of-type {
    padding-bottom: calc((20 / 447) * (100vw - 767px) + 60px);
  }
  .content__image.-detail-slider .slider.-default.-gutter-left-control {
    padding-left: 0;
  }
  .content__info {
    padding-bottom: calc((20 / 447) * (100vw - 767px) + 40px);
    padding-bottom: 20px !important;
  }
  .content__services.-state-detail .content__service {
    -ms-flex-preferred-size: calc((40 / 447) * (100vw - 767px) + 90px);
    flex-basis: calc((40 / 447) * (100vw - 767px) + 90px);
  }
  .content__service {
    padding-top: calc((5 / 447) * (100vw - 767px) + 15px);
    padding-bottom: calc((5 / 447) * (100vw - 767px) + 15px);
  }
  .content__service .icon {
    font-size: calc((10 / 447) * (100vw - 767px) + 40px);
    padding-bottom: 10px;
  }
  .content__service-caption {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .content__service-name {
    font-size: 14px;
  }
  .content__review {
    padding-top: calc((20 / 447) * (100vw - 767px) + 70px);
    padding-bottom: calc((20 / 447) * (100vw - 767px) + 70px);
  }
  .content__other {
    margin-top: calc((20 / 447) * (100vw - 767px) + 70px);
  }
  .content__row.-page-404 {
    padding-top: calc((10 / 447) * (100vw - 767px) + 30px);
    text-align: center;
  }
  .content__row.-page-404 .content__col.-heading {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .content__row.-page-404 .content__heading {
    font-size: calc((50 / 447) * (100vw - 767px) + 100px);
    letter-spacing: calc((5 / 447) * (100vw - 767px) + 10px);
  }
  .content__row.-page-404 .content__sub-heading {
    font-size: calc((5 / 447) * (100vw - 767px) + 30px);
    margin-bottom: 20px;
  }
  .content__row.-page-404 .content__desc {
    font-size: 16px;
  }
  .map.-type-contacts {
    height: calc((200 / 447) * (100vw - 767px) + 500px);
    margin-bottom: calc((20 / 447) * (100vw - 767px) + 60px);
  }
  .service {
    padding: calc((20 / 447) * (100vw - 767px) + 40px);
  }
  .service__icon {
    padding-right: 10px;
  }
  .service__icon .icon:before {
    font-size: calc((10 / 447) * (100vw - 767px) + 50px);
  }
  .service__title {
    font-size: 18px;
  }
  .order__inner {
    padding-top: 20px;
  }
  .order__lebal,
  .ustyle ul {
    font-size: 14px;
  }
  .order__price {
    font-size: calc((5 / 447) * (100vw - 767px) + 25px);
  }
  .order__price .currency-price:after {
    font-size: calc((4 / 447) * (100vw - 767px) + 18px);
  }
  .order__tabs {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .order__tabs.-row .order__tab,
  .order__tabs.-rows .order__tab {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
  }
  .order__tab:before {
    font-size: 30px;
  }
  .order__tab {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .list li,
  .list__item,
  .seating__item,
  .ustyle ul li {
    padding-left: calc((5 / 447) * (100vw - 767px) + 30px);
  }
  .list li:not(:last-of-type),
  .list__item:not(:last-of-type),
  .seating__item:not(:last-of-type),
  .ustyle ul li:not(:last-of-type) {
    margin-bottom: calc((2 / 447) * (100vw - 767px) + 7px);
  }
  .list li:before,
  .list__item:before,
  .seating__item:before,
  .ustyle ul li:before {
    width: calc((5 / 447) * (100vw - 767px) + 15px);
  }
  .date {
    font-size: 12px;
  }
  .pagination {
    margin-top: 40px;
  }
  .search-form.-inner {
    padding: 0;
  }
  .search-form.-inner.-header {
    display: none;
  }
  .search-form.-content .search-form__row {
    margin-top: 35px;
  }
  .search-form.-content .search-form__form {
    padding: 0 5px;
  }
  .form.-review {
    padding-top: calc((20 / 447) * (100vw - 767px) + 70px);
  }
  .form.-review .form__heading .legal__title span:before,
  .form.-review .form__heading .mx-text_bg-decor:before,
  .legal__title .form.-review .form__heading span:before {
    bottom: 5px;
  }
  .form.-review .button {
    font-size: 16px;
  }
  .form__heading {
    font-size: calc((5 / 447) * (100vw - 767px) + 30px);
  }
  .form__label {
    font-size: 15px;
    left: calc((10 / 447) * (100vw - 767px) + 30px);
    top: 40px;
  }
  .form__label.-focus {
    top: 10px;
  }
  .form__control {
    padding-top: 40px;
    padding-left: calc((10 / 447) * (100vw - 767px) + 30px);
    padding-right: calc((10 / 447) * (100vw - 767px) + 30px);
    padding-bottom: 20px;
  }
  .seating__col.-icon {
    display: none;
  }
  .seating__wrap {
    width: 200px;
    height: 200px;
  }
  .seating__icon:before {
    font-size: 60px;
  }
  .seating__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .instagram__col.-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .instagram__box-content {
    height: 170px;
  }
  .instagram__box-text {
    font-size: 17px;
  }
  .scroll {
    display: none;
  }
  .animate.-transform-x--100,
  .animate.-transform-x-100 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .animate.-transform-text-y--15.-show,
  .animate.-transform-text-y--25.-show,
  .animate.-transform-text-y--25px.-show,
  .animate.-transform-text-y--45.-show,
  .animate.-transform-text-y--55.-show,
  .animate.-transform-text-y--65.-show,
  .animate.-transform-text-y-10.-show,
  .animate.-transform-text-y-25.-show,
  .animate.-transform-text-y-45.-show,
  .animate.-transform-text-y-55.-show,
  .animate.-transform-text-y-65.-show,
  .animate.-transform-x--100.-show,
  .animate.-transform-x-100.-show {
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
  }
  .animate.-transform-text-y--15,
  .animate.-transform-text-y--25,
  .animate.-transform-text-y--25px,
  .animate.-transform-text-y--45,
  .animate.-transform-text-y--55,
  .animate.-transform-text-y--65,
  .animate.-transform-text-y-10,
  .animate.-transform-text-y-25,
  .animate.-transform-text-y-45,
  .animate.-transform-text-y-55,
  .animate.-transform-text-y-65 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .animate.-scale-05,
  .animate.-scale-12 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .animate.-scale-05.-show,
  .animate.-scale-12.-show {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
  }
  .legal__icon {
    font-size: calc((10 / 447) * (100vw - 767px) + 50px);
  }
  .legal__title {
    margin-left: 20px;
    margin-right: 10px;
    font-size: calc((2 / 447) * (100vw - 767px) + 20px);
  }
  .ustyle ul {
    margin-top: 10px;
  }
  .tl-reputation {
    max-width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    position: relative !important;
    margin-top: 30px;
  }
  .payment-systems {
    row-gap: 20px;
  }
  .payment-systems__text {
    font-size: 12px;
  }
  .state-organizations__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .state-organizations__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
  .state-organizations__item-text {
    text-align: center;
  }
}
@media (max-width: 756px) {
  .search-form.-main {
    background-color: #563697;
  }
}
@media (max-width: 720px) {
  .search-form.-inner {
    bottom: 0;
  }
}
@media (max-width: 640px) {
  .search-form.-inner {
    height: 141px;
  }
}
@media (max-width: 550px) {
  .search-form.-main {
    height: 211px;
  }
}
@media (max-width: 480px) {
  .header {
    top: 62px;
  }
  .bx-ios .logo {
    width: 160px;
  }
  .header.-scroll .menu__link,
  .menu__link {
    font-size: 20px !important;
  }
  .panel {
    height: 62px;
  }
  .panel__transform.-address {
    max-height: 62px;
    font-size: 11px;
  }
  .contacts__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list.-two-column,
  .ustyle ul.-two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .form__col {
    padding: 0;
  }
  .seating__title {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .seating__list {
    width: 100%;
  }
  .payment-systems__list img {
    max-width: 100%;
  }
}
@media (max-height: 767px) {
  .slider.-main .slider__text-desc {
    display: none;
  }
}
