body {
  position: relative;
  height: 100%;
  background-color: #fff;
  font-size: 20px;
  line-height: 35px;
  color: #000;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.main-site {
  font-family: "Montserrat", sans-serif;
}
body.open {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea {
  font-size: 20px;
  line-height: 35px;
  border-radius: 0;
/* Firefox 19+ */
/* Firefox 18- */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ef90a5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ef90a5;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ef90a5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ef90a5;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  font-size: 20px;
  line-height: 35px;
}
td {
  margin: 0px;
  padding: 0px;
}
form {
  padding: 0px;
  margin: 0px;
}
a {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a,
span,
div,
button {
  outline: none !important;
}
input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.icon-load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
  pointer-events: none;
}
.icon-load-logo {
  max-width: 250px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: scaleBounce 2s ease-in-out infinite alternate;
          animation: scaleBounce 2s ease-in-out infinite alternate;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.icon-load-logo img {
  width: 100%;
}
.icon-load-logo.hide {
  opacity: 0;
}
.sk-folding-cube {
  width: 300vw;
  height: 300vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background: #fff;
  border-radius: 50%;
  opacity: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
blockquote {
  -webkit-box-shadow: 0px 80px 150px rgba(0,0,0,0.1);
          box-shadow: 0px 80px 150px rgba(0,0,0,0.1);
  border-radius: 15px;
  padding: 35px 40px;
  background-color: #fff;
  position: relative;
  margin: 60px 0;
}
blockquote:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 35px;
  background-image: url("../img/icons/quotes-icon.svg");
  background-repeat: no-repeat;
  top: -17px;
}
blockquote p {
  font-weight: 600;
  margin-bottom: 0 !important;
}
.content-editor ul {
  list-style: none;
  margin: 30px 0px;
  padding: 0px;
}
.content-editor ul li {
  padding-left: 30px;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
}
.content-editor ul li:last-child {
  margin-bottom: 0;
}
.content-editor ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3eb2c8;
}
.content-editor ol {
  margin: 30px 0;
  padding-left: 30px;
  list-style-type: decimal;
}
.content-editor ol li {
  padding-left: 14px;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: 600;
}
.content-editor ol li:last-child {
  margin-bottom: 0;
}
.content-editor ol li::marker {
  color: #3eb2c8;
}
.content-editor p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #000;
}
.content-editor a {
  color: #3eb2c8;
  font-weight: 500;
  text-decoration: underline;
}
.content-editor a:hover {
  text-decoration: none;
}
.content-editor h1 {
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 110px;
}
.content-editor h2 {
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 90px;
}
.content-editor h3 {
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.5;
}
.content-editor h4 {
  font-weight: bold;
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 20px;
  margin-top: 80px;
}
.content-editor figure {
  margin: 40px 0;
}
.content-editor figure img {
  width: 100%;
  height: auto;
}
.content-editor figure figcaption {
  font-size: 20px;
  line-height: 35px;
  color: rgba(0,0,0,0.5);
  margin-top: 20px;
}
.content-editor figure figcaption a {
  color: #3eb2c8;
  text-decoration: underline;
  font-weight: normal;
}
.content-editor figure figcaption a:hover {
  text-decoration: none;
}
figure.wp-block-table {
  width: 100%;
  overflow: auto;
  border-radius: 15px;
  padding: 2px;
}
figure.wp-block-table table {
  width: 100%;
  border-radius: 15px;
  border-collapse: collapse;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 2px #ececec;
          box-shadow: 0 0 0 2px #ececec;
  overflow: hidden;
}
figure.wp-block-table table th {
  background-color: #e9e9e9;
  color: #000;
  opacity: 0.5;
  font-size: 20px;
  line-height: 35px;
  font-weight: normal;
  padding: 27px 10px;
}
figure.wp-block-table table tbody tr:first-child td {
  padding-top: 25px;
}
figure.wp-block-table table tbody tr:last-child td {
  padding-bottom: 25px;
}
figure.wp-block-table table tbody td {
  padding: 12.5px;
  text-align: center;
}
.btn {
  min-width: 163px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:before {
  content: '';
  width: 130%;
  height: 0;
  padding-bottom: 130%;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #000;
}
.btn--white {
  background-color: #fff;
}
.btn--white:hover {
  color: #fff;
}
.btn--white:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn--white:hover:after {
  opacity: 1;
  -webkit-transition-duration: 0.01s;
          transition-duration: 0.01s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn_icon {
  text-align: center;
  height: 61px;
  padding: 0 30px;
  font-size: 20px;
  line-height: 40px;
  text-transform: capitalize;
}
.btn_icon .btn-icon {
  margin-left: 30px;
  max-width: 14px;
}
.btn_pink {
  background-color: #f2b7a7;
  color: #fff;
}
.btn_pink:hover {
  background-color: #f3beb0;
  color: #fff;
}
.btn_pink:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn_pink:hover:after {
  opacity: 1;
  -webkit-transition-duration: 0.01s;
          transition-duration: 0.01s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn-main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f2b7a7;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  padding: 0 25px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: hidden;
  position: relative;
  z-index: 3;
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  white-space: nowrap;
  padding: 0 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-main span {
  position: relative;
  z-index: 2;
}
.btn-main:before {
  content: '';
  width: 130%;
  height: 0;
  padding-bottom: 130%;
  border-radius: 50%;
  background-color: #2d3d91;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}
.btn-main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: #2d3d91;
  border-radius: 10px;
  overflow: hidden;
}
.btn-main:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-main:hover:after {
  opacity: 1;
  -webkit-transition-duration: 0.01s;
          transition-duration: 0.01s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.btn-main--big {
  height: 61px;
  font-size: 20px;
  padding: 0 30px;
}
.title-with-btn {
  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;
  margin-bottom: 50px;
  width: 100%;
}
.title-with-btn .btn-main {
  margin-left: 30px;
  margin-top: 15px;
}
.title-with-btn .title {
  font-family: "Montserrat", sans-serif;
  font-size: 85px;
  line-height: 1.2;
  font-weight: 600;
  color: #2d3d91;
  text-shadow: 4px 4px 0px #3eb2c8;
}
.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.main-wrapper--mainpages {
  padding-top: 145px;
}
.page-template-template-general-cms .main-wrapper {
  overflow: visible;
}
.wrapper {
  min-width: 320px;
  max-width: 1280px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  position: relative;
}
.tag-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  width: auto;
  padding: 0 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 14px;
  line-height: 20px;
  background: rgba(255,255,255,0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.daily-label,
.label-type1 {
  position: absolute;
  height: 35px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.explore-btn,
.book-now {
  min-width: 275px;
  height: 70px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 90px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.explore-btn span,
.book-now span {
  display: inline-block;
  margin-right: 20px;
}
.explore-btn img,
.book-now img {
  width: 26px;
}
.explore-btn:hover img,
.book-now:hover img {
  -webkit-animation: explore-btn-animate 0.8s;
          animation: explore-btn-animate 0.8s;
}
.decor-title-home {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 85px;
  line-height: 1.2;
  color: #2d3d91;
  text-shadow: 4px 4px 0px #3eb2c8;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.decor-title-home p {
  position: relative;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  color: inherit;
  font-family: inherit;
}
.mob-bot-btn {
  display: none;
  width: 100%;
}
.inner-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: capitalize;
}
.big-garris-title {
  margin-bottom: 50px;
  font-size: 115px;
  line-height: 110px;
  color: #2d3d91;
  text-shadow: 4px 4px 0px #3eb2c8;
  font-family: "VLGarris", sans-serif;
  font-weight: normal;
}
.read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #173c0b;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.read-more.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.read-more span {
  margin-right: 5px;
}
.read-more img {
  width: 6px;
}
.contacts__form .jq-selectbox {
  width: 100%;
  cursor: pointer;
  z-index: 2 !important;
}
.contacts__form .jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contacts__form .jq-selectbox.opened .jq-selectbox__select {
  border-color: #000;
}
.contacts__form .jq-selectbox__select {
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  padding: 0 40px;
  font-size: 20px;
  width: 100%;
  height: 80px;
  color: #000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contacts__form .jq-selectbox__select-text.placeholder {
  color: rgba(0,0,0,0.5);
}
.contacts__form .jq-selectbox__trigger {
  width: 15px;
  height: 15px;
  background-image: url("../img/icons/arr-down-select.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contacts__form .jq-selectbox__dropdown {
  width: 100%;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 40px 120px rgba(0,0,0,0.1);
          box-shadow: 0px 40px 120px rgba(0,0,0,0.1);
}
.contacts__form .jq-selectbox__dropdown li {
  position: relative;
  padding: 2px 0;
}
.contacts__form .jq-selectbox__dropdown li.sel {
  font-weight: bold;
}
.contacts__form .jq-selectbox__dropdown li.sel:after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/blue-check-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
}
.listing-bot-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
}
.big-center-title {
  padding-top: 70px;
  margin-bottom: 100px;
}
.big-center-title h1 {
  color: #2d3d91;
  font-family: "VLGarris", sans-serif;
  font-size: 115px;
  line-height: 110px;
  text-shadow: 4px 4px 0px #3eb2c8;
  text-align: center;
  font-weight: normal;
}
.big-hero {
  margin-bottom: 100px;
}
.big-hero .book-now {
  width: 265px;
}
.big-hero .book-now img {
  width: 10px;
}
.big-hero .book-now span {
  color: #be7e80;
}
.big-hero .book-now:hover img {
  -webkit-animation: arr-animate 0.8s;
          animation: arr-animate 0.8s;
}
.big-hero__subtitle {
  max-width: 730px;
  font-weight: bold;
}
.decor-title {
  font-size: 115px;
  line-height: 110px;
  font-family: "VLGarris", sans-serif;
  font-weight: 400;
  color: #2d3d91;
  text-shadow: 4px 4px 0px #3eb2c8;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.decor-title p {
  position: relative;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  color: inherit;
  font-family: inherit;
}
@media (max-width: 1150px) {
  .big-garris-title {
    font-size: 90px;
    line-height: 1.1;
  }
}
@media (max-width: 1100px) {
  .title-with-btn .title {
    font-size: 80px;
    line-height: 1.3;
    text-shadow: 3px 3px 0px #3eb2c8;
  }
  .btn-main--big {
    height: 55px;
    font-size: 17px;
    padding: 0 25px;
  }
  .title-with-btn {
    margin-bottom: 30px;
  }
  .title-with-btn .btn-main {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .tag-label {
    font-size: 12px;
    height: 30px;
  }
  .wrapper {
    padding: 0 15px;
  }
}
@media (max-width: 900px) {
  .daily-label,
  .label-type1 {
    font-size: 12px;
  }
  .big-garris-title {
    font-size: 70px;
    text-shadow: 2px 2px 0px #3eb2c8;
  }
}
@media (max-width: 700px) {
  .title-with-btn .btn-main {
    display: none;
  }
  .title-with-btn .title {
    line-height: 1.1;
    font-size: 72px;
  }
  .explore-btn {
    min-width: 225px;
  }
  .big-garris-title {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .title-with-btn .title,
  .big-garris-title {
    font-size: 52px;
    text-shadow: 2px 2px 0px #3eb2c8;
  }
}
@media (max-width: 480px) {
  .wrapper {
    padding: 0 20px;
  }
  .title-with-btn .title {
    font-size: 50px;
    text-shadow: 2px 2px 0px #3eb2c8;
  }
  .section-circle-slider .title-with-btn {
    margin-bottom: 40px;
  }
  .explore-btn {
    height: 50px;
    min-width: 175px;
    padding-right: 25px;
  }
  .explore-btn span {
    margin-right: 13px;
  }
  blockquote {
    padding: 25px 20px;
  }
}
@media (max-width: 450px) {
  form .jq-selectbox__select {
    padding: 0 20px;
    height: 70px;
  }
}
@media (max-width: 420px) {
  .title-with-btn .title {
    font-size: 40px;
  }
}
@-webkit-keyframes scaleBounce {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes scaleBounce {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@-webkit-keyframes explore-btn-animate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes explore-btn-animate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: local("Montserrat-Regular"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format('woff2'), url("../fonts/Montserrat/Montserrat-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: local("Montserrat-SemiBold"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format('woff2'), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.eot");
  src: local("Montserrat-Bold"), url("../fonts/Montserrat/Montserrat-Bold.woff2") format('woff2'), url("../fonts/Montserrat/Montserrat-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Black.eot");
  src: local("Montserrat-Black"), url("../fonts/Montserrat/Montserrat-Black.woff2") format('woff2'), url("../fonts/Montserrat/Montserrat-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/BrownStd/BrownStd-Regular.eot");
  src: local("BrownStd-Regular"), url("../fonts/BrownStd/BrownStd-Regular.woff2") format('woff2'), url("../fonts/BrownStd/BrownStd-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BrownStd";
  src: url("../fonts/BrownStd/BrownStd-Bold.eot");
  src: local("BrownStd-Bold"), url("../fonts/BrownStd/BrownStd-Bold.woff2") format('woff2'), url("../fonts/BrownStd/BrownStd-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VLGarris";
  src: url("../fonts/VLGarris/VLGarris.eot");
  src: local("VLGarris"), url("../fonts/VLGarris/VLGarris.woff2") format('woff2'), url("../fonts/VLGarris/VLGarris.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "VLGarris";
  src: url("../fonts/VLGarris/VLGarrisLight.eot");
  src: local("VLGarris"), url("../fonts/VLGarris/VLGarrisLight.woff2") format('woff2'), url("../fonts/VLGarris/VLGarrisLight.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.footer-main {
  position: relative;
  overflow: hidden;
}
.footer-main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 745px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), to(rgba(255,255,255,0)));
  background: linear-gradient(180deg, #fff 25%, rgba(255,255,255,0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
.footer-main__baloon1 {
  position: absolute;
  z-index: 2;
  width: 72px;
  left: 100px;
  top: 400px;
}
.footer-main__baloon2 {
  position: absolute;
  z-index: 2;
  width: 160px;
  right: -20px;
  top: 100px;
}
.footer-main__subscribe {
  padding: 100px 0 100px;
  position: relative;
  z-index: 3;
}
.footer-main__subscribe .main-title {
  text-align: center;
  margin-bottom: 54px;
  font-family: "Montserrat", sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;
  color: #2d3d91;
  text-shadow: 4px 4px 0px #da9b93;
}
.footer-main__subscribe .description {
  max-width: 610px;
  margin: 0 auto 50px;
  text-align: center;
  line-height: 1.55;
}
.footer-main__subscribe .subscr-form {
  width: 755px;
  position: relative;
  margin: auto;
  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;
}
.footer-main__subscribe .subscr-form input {
  width: calc(100% - 250px);
  border: 2px solid #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 80px;
  padding: 0 40px;
  color: #000;
  font-size: 20px;
}
.footer-main__subscribe .subscr-form input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
}
.footer-main__subscribe .subscr-form input::-moz-placeholder {
  color: rgba(0,0,0,0.4);
}
.footer-main__subscribe .subscr-form input:-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
}
.footer-main__subscribe .subscr-form input::-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
}
.footer-main__subscribe .subscr-form input::placeholder {
  color: rgba(0,0,0,0.4);
}
.footer-main__subscribe .subscr-form button {
  height: 80px;
  width: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  letter-spacing: 2px;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #f2b7a7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-main__subscribe .subscr-form button:hover {
  opacity: 0.8;
  background-color: #f2b7a7;
}
.footer-main__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}
.footer-main .uber-block,
.footer-main .map-block {
  width: 50%;
  min-height: 390px;
}
.footer-main .map-block {
  position: relative;
}
.footer-main .map-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}
.footer-main .map-block:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(218,155,147,0.5)), color-stop(15%, rgba(218,155,147,0.5)), color-stop(50%, rgba(255,255,255,0)));
  background: linear-gradient(270deg, rgba(218,155,147,0.5) 0%, rgba(218,155,147,0.5) 15%, rgba(255,255,255,0) 50%);
  pointer-events: none;
}
.footer-main .uber-block {
  padding: 75px 100px 75px 105px;
  text-align: left;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255,255,255,0.6)), color-stop(85%, rgba(255,255,255,0.4)), to(rgba(255,255,255,0)));
  background: linear-gradient(270deg, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.4) 85%, rgba(255,255,255,0) 100%);
}
.footer-main .uber-block .title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  text-shadow: 4px 4px 0px rgba(255,255,255,0.5);
  margin-bottom: 20px;
}
.footer-main .uber-block .description {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 35px;
  color: #000;
}
.footer-main .uber-block .uber-btn {
  width: 393px;
  height: 60px;
  max-width: 100%;
  border-radius: 10px;
  border: 2px solid #000;
  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;
  padding: 5px 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-main .uber-block .uber-btn:hover {
  background-color: rgba(255,255,255,0.5);
}
.footer-main .uber-block .uber-btn img {
  margin-right: 20px;
}
.footer-main__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1010px;
  margin: 0 auto 120px;
  position: relative;
  z-index: 3;
}
.footer-main__bot p {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #000;
}
.footer-main__bot p b {
  font-weight: 600;
}
.footer-main__bot .address p:first-child {
  margin-bottom: 0;
}
.footer-main__info1 {
  width: 240px;
  padding-right: 20px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-main__info2 {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-main__copy {
  padding: 30px;
  width: 1030px;
  margin: auto;
  border-top: 1px solid #434343;
  position: relative;
  z-index: 2;
}
.footer-main__copy p {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  cursor: default;
}
.footer-main__copy p a {
  color: #000;
}
.footer-main__copy p a:hover {
  opacity: 0.6;
}
.footer-main-imgs {
  height: 1160px;
  position: relative;
  z-index: 1;
}
.footer-main-img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2592px;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 1858px auto;
}
.footer-main-img img {
  width: 100%;
}
.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.footer-soc a {
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer-soc a:hover {
  opacity: 0.5;
}
.footer-info2-btn {
  width: 100%;
  height: 60px;
  border: 2px solid #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  border-radius: 10px;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 20px;
  padding: 0 10px;
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-info2-btn:hover {
  background-color: rgba(255,255,255,0.5);
}
.footer-menu-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-menu-wrap ul {
  width: 33.33%;
  padding-right: 20px;
  margin-top: -5px;
}
.footer-menu-wrap ul.footer-menu-1 {
  padding-right: 0;
}
.footer-menu-wrap ul.footer-menu-2 {
  padding-left: 30px;
}
.footer-menu-wrap ul li {
  margin-bottom: 12px;
}
.footer-menu-wrap ul li.dark-border a:hover,
.footer-menu-wrap ul li.open-now a:hover {
  color: #fff;
}
.footer-menu-wrap ul li.dark-border a:hover:after,
.footer-menu-wrap ul li.open-now a:hover:after {
  -webkit-transform: none;
          transform: none;
  width: 100%;
  background-color: #fff;
}
.footer-menu-wrap ul li.dark-border a,
.footer-menu-wrap ul li.open-now a {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.footer-menu-wrap ul li.dark-border a:after,
.footer-menu-wrap ul li.open-now a:after {
  content: '';
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  top: auto;
  right: auto;
  background-color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-menu-wrap ul li.open-now a:before {
  content: 'Open Now';
  text-transform: uppercase;
  text-align: center;
  color: #f2b7a7;
  font-weight: bold;
  font-size: 8px;
  line-height: 12px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  padding: 0 5px;
}
.footer-menu-wrap ul a {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}
.footer-menu-wrap ul a:hover {
  color: #fff;
}
.footer-mob-img,
.footer-menu-4 {
  display: none;
}
.footer-main__subscribe .subscr-form,
.subscr-form .subscribe-column {
  width: 755px;
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-main__subscribe .subscr-form -webkit-box-pack justify -ms-flex-pack justify,
.subscr-form .subscribe-column -webkit-box-pack justify -ms-flex-pack justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-main__subscribe .subscr-form input {
/*width calc(100% - 250px)*/
  width: 100% !important;
  border: 2px solid #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 80px;
  padding: 0 40px;
  color: #000;
  font-size: 20px;
}
.footer-main__subscribe .subscr-form .success-message {
  width: 100% !important;
}
.footer-main__subscribe .subscr-form .success-message span {
  font-family: "Montserrat", sans-serif !important;
}
.footer-main__subscribe .subscr-form div[data-al-error-message] {
  color: #f00 !important;
}
.footer-main__subscribe .subscr-form .subscribe-column {
  padding: 0 !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.footer-main__subscribe .subscr-form .aislelabs_form_Dn8nnwDm {
  width: 100%;
}
.footer-main__subscribe .subscr-form .subscribe-email {
  width: calc(100% - 250px) !important;
  padding: 0 !important;
}
.footer-main__subscribe .subscr-form .subscribe-submit {
  width: 250px !important;
}
.footer-main__subscribe .subscr-form .al_customer_hub_embed_content_main > div {
  background-color: transparent !important;
}
.footer-main__subscribe .subscr-form button {
  height: 80px;
/*width 250px*/
  width: 100% !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  text-align: center;
  background-color: #fff !important;
  font-weight: bold !important;
  font-size: 20px !important;
  color: #000 !important;
  letter-spacing: 2px !important;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 2px solid #f2b7a7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-main__subscribe .subscr-form button -webkit-box-align center -ms-flex-align center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-main__subscribe .subscr-form button -webkit-box-pack center -ms-flex-pack center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .footer-main__baloon2 {
    width: 100px;
  }
  .footer-main .uber-block .uber-btn {
    width: 330px;
  }
  .footer-main__bot {
    margin-bottom: 50px;
  }
  .footer-main__subscribe .main-title {
    font-size: 100px;
  }
  .footer-main .uber-block {
    padding: 50px 50px 50px 85px;
  }
  .footer-main-imgs {
    height: 1140px;
  }
  .footer-main__copy {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .footer-main .uber-block {
    padding: 40px;
  }
  .footer-main__subscribe .main-title {
    font-size: 80px;
  }
  .footer-main__subscribe .subscr-form {
    max-width: 100%;
  }
  .footer-main .uber-block .uber-btn {
    width: 300px;
    font-size: 14px;
  }
  .footer-main .uber-block .uber-btn img {
    margin-right: 10px;
    width: 24px;
  }
  .footer-main .uber-block,
  .footer-main .map-block {
    min-height: 300px;
  }
  .footer-main__info1 {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .footer-main__middle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main .uber-block,
  .footer-main .map-block {
    width: 100%;
  }
  .footer-main .uber-block {
    background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), color-stop(15%, rgba(255,255,255,0.4)), color-stop(50%, rgba(255,255,255,0.6)), color-stop(85%, rgba(255,255,255,0.4)), to(rgba(255,255,255,0)));
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 15%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0.4) 85%, rgba(255,255,255,0) 100%);
    text-align: center;
    min-height: 100px;
  }
  .footer-main .map-block:after {
    background: -webkit-gradient(linear, right top, left top, from(rgba(218,155,147,0.6)), color-stop(15%, rgba(218,155,147,0.2)), color-stop(50%, rgba(218,155,147,0)), color-stop(85%, rgba(218,155,147,0.2)), to(rgba(218,155,147,0.6)));
    background: linear-gradient(270deg, rgba(218,155,147,0.6) 0%, rgba(218,155,147,0.2) 15%, rgba(218,155,147,0) 50%, rgba(218,155,147,0.2) 85%, rgba(218,155,147,0.6) 100%);
  }
  .footer-main .uber-block .uber-btn {
    margin: auto;
  }
  .footer-main .map-block {
    height: 200px;
  }
  .footer-main-imgs {
    height: 1100px;
  }
  .footer-main:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #fff), to(rgba(255,255,255,0)));
    background: linear-gradient(180deg, #fff 0%, #fff 30%, rgba(255,255,255,0) 100%);
  }
  .footer-main__subscribe .main-title {
    font-size: 70px;
    text-shadow: 3px 3px 0px #da9b93;
  }
  .footer-main__subscribe {
    padding: 50px 0 90px;
  }
  .footer-main .uber-block .uber-btn {
    font-size: 12px;
  }
}
@media (max-width: 680px) {
  .footer-main__bot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-menu-wrap {
    margin-bottom: 40px;
  }
  .footer-main__info1 {
    width: 270px;
    margin-right: auto;
    margin-left: 0;
  }
  .footer-main__info2 {
    width: 170px;
  }
  .footer-soc {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .footer-main__wrap1 {
    padding: 0;
  }
  .footer-main__subscribe {
    padding: 0 15px;
  }
  .footer-main-imgs {
    display: none;
  }
  .footer-main {
    background-color: #f2b7a7;
  }
  .footer-main__subscribe .main-title {
    font-size: 64px;
  }
  .footer-main:before {
    height: 350px;
  }
  .footer-main__middle {
    margin-bottom: 50px;
  }
  .footer-mob-img {
    display: block;
  }
  .footer-main__bot {
    padding-top: 0;
  }
  .footer-main__middle {
    margin-bottom: 0;
  }
  .footer-wrapper-bot {
    background-color: #2c2e7c;
    color: #fff;
  }
  .footer-menu-4 {
    display: block;
  }
  .footer-menu-wrap .footer-menu-1,
  .footer-menu-wrap .footer-menu-2,
  .footer-menu-wrap .footer-menu-3,
  .footer-menu-wrap .footer-menu-4 {
    width: 50%;
    padding: 0;
    margin-bottom: 30px;
    padding-right: 10px;
  }
  .footer-menu-wrap ul.footer-menu-2 {
    padding-left: 0;
  }
  .footer-menu-wrap ul.footer-menu-1 {
    padding-right: 10px;
  }
  .footer-menu-wrap {
    padding: 0 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-menu-wrap ul a,
  .footer-main__bot p {
    color: #fff;
  }
  .footer-main__info1 {
    display: none;
  }
  .footer-main__info2 {
    text-align: center;
    margin: auto;
    width: 300px;
  }
  .footer-soc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .footer-soc a {
    margin: 0 10px;
    display: block;
    width: 50px;
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .footer-soc a img {
    width: 100%;
  }
  .footer-info2-btn {
    color: #fff;
    border-color: #fff;
    width: 100%;
  }
  .footer-main__copy {
    border-color: rgba(255,255,255,0.4);
  }
  .footer-main__copy p a,
  .footer-main__copy p {
    color: rgba(255,255,255,0.4);
  }
  .footer-menu-wrap ul li.dark-border a:after,
  .footer-menu-wrap ul li.open-now a:after {
    background-color: #fff;
  }
  .footer-menu-wrap {
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .footer-menu-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .footer-menu-wrap ul a,
  .footer-main__bot p {
    font-size: 12px;
  }
  .footer-menu-wrap ul li {
    margin-bottom: 8px;
  }
  .footer-main__subscribe .main-title {
    font-size: 80px;
  }
  .footer-main:before {
    height: 900px;
  }
  .footer-main__subscribe .subscr-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main .uber-block {
    background: none;
  }
  .footer-main__subscribe .subscr-form input {
    width: 100%;
    height: 66px;
    border-radius: 10px;
    border: 2px solid #f2b7a7;
    margin-bottom: 10px;
  }
  .footer-main__subscribe .subscr-form button {
    width: 100%;
    height: 66px;
    background-color: #f2b7a7;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-size: 16px;
  }
  .footer-main__subscribe {
    margin-bottom: 40px;
  }
  .footer-main .uber-block {
    padding: 40px 15px;
  }
  .footer-main .uber-block .title {
    font-size: 34px;
  }
  .footer-main__baloon2 {
    width: 50px;
  }
}
@media (max-width: 440px) {
  .footer-main__subscribe .main-title {
    font-size: 60px;
    line-height: 1.4;
  }
  .footer-main .uber-block .title {
    font-size: 30px;
  }
  .footer-main .map-block {
    min-height: 220px;
  }
  .footer-main__subscribe .description {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .footer-main .uber-block .title {
    font-size: 28px;
  }
  .footer-main .uber-block .description {
    font-size: 18px;
  }
  .footer-main__subscribe {
    margin-bottom: 20px;
  }
  .footer-main__subscribe .main-title {
    font-size: 46px;
  }
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}
.header--fixed .header-top {
  border-color: #fbe7e3;
}
.header--fixed .header-bottom {
  background-color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 20px 25px 0px rgba(0,0,0,0.14);
          box-shadow: 0 20px 25px 0px rgba(0,0,0,0.14);
}
.header--fixed .header-bottom-logo__main {
  opacity: 0;
}
.header--fixed .header-bottom-logo__fixed {
  opacity: 1;
}
.header--fixed .btn--white {
  background-color: #f2b7a7;
  color: #fff;
}
.header--fixed .header-hamb span {
  background-color: #000;
}
.header--fixed .header-mobmenu__subscribe {
  background-color: #fff;
  color: #000;
}
.header-top {
  background-color: #fff;
  border-bottom: 1px solid transparent;
  padding: 12.25px 0;
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.header-top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top-logos a:hover {
  opacity: 0.5;
}
.header-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-menu li {
  margin: 0 10px;
}
.header-top-menu li:first-child {
  margin-left: 0;
}
.header-top-menu li:last-child {
  margin-right: 0;
}
.header-top-menu li:last-child a:after {
  display: none;
}
.header-top-menu a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.header-top-menu a:after {
  content: '';
  width: 1px;
  height: 11px;
  position: absolute;
  background-color: rgba(255,255,255,0.1);
  right: -10px;
  top: calc(50% - 5.5px);
}
.header-logo-pendry {
  width: 103px;
}
.header-logo-eugene {
  width: 45px;
  margin-left: 15px;
  position: relative;
  top: -4px;
}
.header-direction {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.header-direction img {
  margin-right: 9px;
  display: inline-block;
}
.header-direction span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-direction span:before {
  content: '';
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.header-direction span:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.header-reservation {
  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;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 550px;
  border-color: #fbe7e3;
}
.header-reservation-left {
  font-size: 13px;
  line-height: 20px;
}
.header-reservation-delim {
  height: 20px;
  width: 1px;
  background-color: rgba(30,9,2,0.2);
  margin: 0 20px;
}
.header-reservation-right {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
.header-reservation--mobile {
  display: none;
}
.header-top-menu a,
.header-hoverlink {
  display: inline-block;
  position: relative;
}
.header-top-menu a:before,
.header-hoverlink:before {
  content: '';
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
.header-top-menu a:hover:before,
.header-hoverlink:hover:before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
.header-bottom {
  padding: 19px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bottom .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
}
.header-bottom-logo {
  padding-top: 6px;
  display: inline-block;
  width: 149px;
  height: 46px;
  position: relative;
}
.header-bottom-logo img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bottom-logo__fixed {
  opacity: 0;
}
.header-bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Montserrat", sans-serif;
  margin-right: 70px;
}
.header-bottom-menu .menu-item-name {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-bottom-menu > .menu-item {
  margin: 0 23px;
}
.header-bottom-menu > .menu-item:not(.menu-icerink) > .menu-item-name.active {
  color: #f2b7a7;
  font-weight: 600;
}
.header-bottom-menu > .menu-item:not(.menu-icerink) > .menu-item-name.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../img/icons/menu-arrow-pink.svg");
}
.header-bottom-menu > .menu-item > .menu-item-name {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bottom-menu > .menu-item > .menu-item-link {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.header-bottom-menu > .menu-item > .menu-item-name:after {
  content: '';
  width: 10px;
  height: 5px;
  position: absolute;
  background-image: url("../img/icons/menu-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  right: -15px;
  top: calc(50% - 2px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bottom-menu > li.menu-item {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  list-style-type: none;
}
.header-bottom-menu > li.menu-item > a {
  color: #000;
}
.header-bottom-menu > li.menu-item.menu-icerink {
  font-weight: 600;
}
.header-bottom-menu > li.menu-item.menu-icerink:hover:after {
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.header-bottom-menu > li.menu-item.menu-icerink:after {
  content: '';
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  top: auto;
  right: auto;
  background-color: #f2b7a7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-bottom-menu > li.menu-item.menu-icerink:before {
  content: 'Open Now';
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 8px;
  line-height: 12px;
  background-color: #f2b7a7;
  border-radius: 10px;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  padding: 0 5px;
}
.header-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.header--fixed .drop-menu-about {
  top: 43px;
}
.header .menu-item-about {
  position: relative;
}
.header .drop-menu-about {
  width: 600px;
  height: auto;
  left: -258px;
  top: 52px;
  padding: 35px 50px 50px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .drop-menu-about #menu-about-mw > li:not(.view-all-btn) {
  width: 33.33%;
}
.header .drop-menu-about__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .drop-menu-about__menu > li:not(.view-all-btn) {
  width: 25%;
  padding-right: 15px;
}
.header .drop-menu-about__menu > li:not(.view-all-btn) > a {
  pointer-events: none;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.4);
  text-transform: capitalize;
}
.header .drop-menu-about__menu > li > ul li {
  margin-bottom: 5px;
}
.header .drop-menu-about__menu > li > ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.header .drop-menu-about__menu > li > ul li a:hover {
  color: #f2b7a7;
}
.header-search {
  margin-right: 20px;
}
.header-menu .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
.header-menu .nav__item {
  list-style-type: none;
  display: inline-block;
  margin: 0 15px;
}
.header-menu .nav__item.active a:before {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.header-menu .nav__item a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
.header-menu .nav__item a:before {
  content: '';
  -webkit-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 100%;
  left: 50%;
  pointer-events: none;
}
.header-menu .nav__item a:hover:before {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.header .view-all-btn {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  width: 128px;
  height: 40px;
  background-color: #f2b7a7;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .view-all-btn:hover {
  background-color: #222;
}
.header .view-all-btn a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.header-hamb {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.header-hamb span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
.header-hamb span:nth-child(1) {
  top: 0;
}
.header-hamb span:nth-child(2) {
  bottom: 0;
}
.header-hamb span:nth-child(3) {
  top: calc(50% - 1px);
}
.header-mobmenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/sect1/sky.png");
  background-size: cover;
  background-position: left center;
  padding: 35px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.header-mobmenu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header-mobmenu.active .header-mobmenu__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header-mobmenu.active .header-mobmenu__item:nth-child(1) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.header-mobmenu.active .header-mobmenu__item:nth-child(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.header-mobmenu.active .header-mobmenu__item:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.header-mobmenu.active .header-mobmenu__item:nth-child(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.header-mobmenu.active .header-mobmenu__item:nth-child(5) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.header-mobmenu.active .header-mobmenu__item:nth-child(6) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.header-mobmenu.active .header-mobmenu__item:nth-child(7) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.header-mobmenu__head {
  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;
  width: 100%;
}
.header-mobmenu__logo {
  width: 86px;
  color: #fff;
  display: inline-block;
}
.header-mobmenu__close {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.header-mobmenu__close:before,
.header-mobmenu__close:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.header-mobmenu__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-mobmenu__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-mobmenu__items {
  padding-left: 0;
  text-align: center;
}
.header-mobmenu__item {
  margin: 10px 0;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header-mobmenu__item a {
  font-size: 25px;
  line-height: 35px;
  color: #fff;
}
.header-mobmenu__subscribe {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  max-width: 100%;
}
.header-findus {
  padding-left: 23px;
  position: relative;
}
.header-findus:before {
  content: '';
  width: 13px;
  height: 16px;
  background-image: url("../img/icons/location-icon-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.header--main {
  font-family: "Montserrat", sans-serif;
}
.header--main .header-top {
  background-color: #2d3d91;
  color: #fff;
}
.header--main .header-reservation-right {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.header--main .header-reservation-delim {
  background-color: rgba(255,255,255,0.15);
  margin: 0 10px;
}
.header--main .header-reservation-left {
  font-size: 14px;
}
.header--main .header-bottom {
  background-color: #fff;
}
.header--main .header-bottom-logo img {
  width: 141px;
  height: auto;
}
.header-top-mob {
  padding: 13px 0;
  display: none;
  background-color: #fff;
}
.header-top-mob .wrapper {
  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;
}
.header-top-mob .header-findus:before {
  background-image: url("../img/icons/point-icon.svg");
}
.header-top-mob .header-findus a {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  display: block;
}
.header-hamburger {
  height: 20px;
  width: 30px;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
  display: none;
}
.header-hamburger:before,
.header-hamburger:after,
.header-hamburger span {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-hamburger:before {
  top: 0;
}
.header-hamburger:after {
  bottom: 0;
}
.header-hamburger span {
  top: calc(50% - 1px);
}
.header-hamburger.active span {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  opacity: 0;
}
.header-hamburger.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}
.header-hamburger.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}
.header-search {
  position: relative;
}
.header-search-icon {
  cursor: pointer;
}
.header-search-form {
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  width: 900px;
  max-width: 71vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-search-form.active {
  opacity: 1;
  visibility: visible;
}
.header-search input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  font-size: 20px;
  color: #000;
  padding: 0 50px 0 10px;
}
.header-search input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.5);
}
.header-search input::-moz-placeholder {
  color: rgba(0,0,0,0.5);
}
.header-search input:-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
}
.header-search input::-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
}
.header-search input::placeholder {
  color: rgba(0,0,0,0.5);
}
.header-search-close {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #fff;
}
.dark-cover {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.dark-cover.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 8;
}
.drop-menu {
  position: absolute;
  width: 100vw;
  height: 340px;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-top: 1px solid #e9e9e9;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.drop-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}
.drop-menu__left {
  position: relative;
}
.drop-menu__left-menu > li {
  padding-left: 100px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drop-menu__left-menu > li.bold-item > a {
  font-weight: bold;
  text-transform: uppercase;
}
.drop-menu__left-menu > li.bold-item > a:after {
  content: '';
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  top: auto;
  right: auto;
  background-color: #f2b7a7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drop-menu__left-menu > li.bold-item > a:hover:after {
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.drop-menu__left-menu > li > a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.drop-menu__left-menu > li > a:before {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("../img/icons/menu-arr-pink.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  position: absolute;
  left: -30px;
  top: calc(50% - 5px);
  pointer-events: none;
}
.drop-menu__left-menu > li.active {
  background-color: #fff;
}
.drop-menu__left-menu > li.active > ul {
  opacity: 1;
  visibility: visible;
}
.drop-menu__left-menu > li.active > a {
  color: #f2b7a7;
  font-weight: bold;
}
.drop-menu__left-menu > li.active > a:before {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.drop-menu__left-menu > li > ul {
  position: absolute;
  right: 0;
  top: 0;
  height: 490px;
  width: 53vw;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  padding: 30px 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.drop-menu__left-menu > li > ul > li {
  width: 25%;
  padding-right: 10px;
}
.drop-menu__left-menu > li > ul > li:not(.view-all-btn) > a {
  pointer-events: none;
}
.drop-menu__left-menu > li > ul > li > a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.4);
  text-transform: capitalize;
  min-height: 20px;
}
.drop-menu__left-menu > li > ul > li > ul li {
  margin-bottom: 5px;
}
.drop-menu__left-menu > li > ul > li > ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.drop-menu__left-menu > li > ul > li > ul li a:hover {
  color: #f2b7a7;
}
.drop-menu__left .shop-now-btn {
  padding: 0 20px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 10px;
  background-color: #f2b7a7;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 136px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.drop-menu__left .shop-now-btn:hover {
  background-color: #000;
}
.food-drink-menu__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
  max-width: 70%;
}
.food-drink-menu__logo img {
  margin: auto;
}
.food-drink-menu__banner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.food-drink-menu__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.food-drink-menu__label {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 7px 20px;
  color: #fff;
  background: rgba(255,255,255,0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 100px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.shop-exper-menu__right {
  border-left: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.shop-exper-menu__right .shops-expers-title {
  margin-bottom: 40px;
}
.shop-exper-menu .drop-menu__center {
  position: relative;
  padding: 30px 60px;
}
.shop-exper-menu .top-part {
  padding: 30px 50px 30px 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shop-exper-menu .bottom-banner {
  margin-top: auto;
  position: relative;
}
.shop-exper-menu .bottom-banner-lemon {
  width: 70px;
  position: absolute;
  right: 13px;
  top: -35px;
}
.shop-exper-menu .citrovia-menu-banner {
  display: block;
  position: relative;
}
.shop-exper-menu .top-part-menu li {
  margin-bottom: 35px;
}
.shop-exper-menu .top-part-menu li:last-child {
  margin-bottom: 0;
}
.shop-exper-menu .top-part-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-exper-menu .top-part-menu li a:hover {
  color: #f2b7a7;
}
.shop-exper-menu .top-part-menu li a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 14px;
  width: 24px;
}
.shop-exper-menu .top-part-menu li a span {
  padding-top: 3px;
}
.food-drink-menu .drop-menu__center {
  position: relative;
  padding: 30px 60px;
}
.drop-menu-type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.drop-menu-type1 .drop-menu__left {
  background-color: #e9e9e9;
}
.drop-menu-type1 .drop-menu__left,
.drop-menu-type1 .drop-menu__right {
  width: 23.5%;
  height: 490px;
}
.drop-menu-type1 .drop-menu__center {
  width: 53%;
}
.menu-event-center {
  padding: 30px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
.menu-event-center__left {
  width: 53%;
}
.menu-event-center__right {
  width: calc(47% - 30px);
  border: 1px solid #e9e9e9;
}
.menu-event__view-more {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  width: 128px;
  height: 40px;
  background-color: #f2b7a7;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.menu-event__view-more:hover {
  background-color: #222;
}
.event-left-item {
  position: relative;
  display: block;
  height: 125px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.event-left-item:last-child {
  margin-bottom: 0;
}
.event-left-item:hover .event-left-item__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.event-left-item__img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-left-item__img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.5)));
  background: linear-gradient(0deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}
.event-left-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-left-item__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: block;
  padding: 8px 20px;
}
.event-left-item__content .tag-label {
  font-size: 10px;
  height: 20px;
  padding: 0 7px;
  margin-bottom: 10px;
}
.event-left-item__content .title {
  height: 40px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.event-left-item__content .bot-part {
  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;
  color: #fff;
}
.event-left-item__content .bot-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.event-left-item__content .bot-date img {
  margin-right: 5px;
}
.event-left-item__content .bot-day-type.tag-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
}
.menu-event-center .event-left-item__content .title {
  display: block;
}
.event-right-item {
  display: block;
  padding: 19px 20px;
  position: relative;
}
.event-right-item:after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #e9e9e9;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.event-right-item:last-child:after {
  display: none;
}
.event-right-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 50px 100px rgba(0,0,0,0.1);
          box-shadow: 0px 50px 100px rgba(0,0,0,0.1);
}
.event-right-item:hover:after {
  opacity: 0;
}
.event-right-item:hover .ev-arrow {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.event-right-item .ev-type {
  display: block;
  font-size: 10px;
  line-height: 2;
  font-weight: 600;
  color: #f2b7a7;
  text-transform: uppercase;
}
.event-right-item .ev-title {
  height: 30px;
  overflow: hidden;
  font-size: 10px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  display: block;
  padding-right: 20px;
}
.event-right-item .ev-arrow {
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-event-item {
  position: relative;
  overflow: hidden;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.menu-event-item:hover .menu-event-item__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.menu-event-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-event-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-event-item__img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.4);
}
.menu-event-item__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.menu-event-item__content .date {
  display: block;
  position: absolute;
  left: 50px;
  top: 0;
  width: 60px;
  height: 70px;
  background-color: #fff;
  padding: 10px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.menu-event-item__content .date b {
  font-size: 20px;
  line-height: 25px;
  color: #000;
}
.menu-event-item__content .date span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.menu-event-item__content .tag-label {
  position: absolute;
  top: 20px;
  right: 20px;
}
.menu-event-item__bottom {
  padding: 50px;
}
.menu-event-item__bottom .event-type {
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
.menu-event-item__bottom .title {
  display: block;
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  font-weight: bold;
}
.shops-expers-title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.food-and-drink-title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.header--citrovia .header-hamb span {
  background-color: #000;
}
.drop-menu__left-menu > li > a {
  pointer-events: none;
}
.header--fixed .mobile-menu {
  top: 112px;
  height: calc(100vh - 112px);
}
.mobile-menu {
  width: 340px;
  right: 0;
  position: fixed;
  top: 118px;
  height: calc(100vh - 118px);
  background-color: #fff;
  -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.2);
          box-shadow: 0 20px 20px rgba(0,0,0,0.2);
  padding: 20px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
}
.mobile-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu__lvl1,
.mobile-menu__lvl2,
.mobile-menu__lvl3 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
}
.mobile-menu__lvl2,
.mobile-menu__lvl3 {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  position: fixed;
  top: 20px;
  left: 20px;
  height: 100%;
  width: calc(100% - 40px);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 20px;
}
.mobile-menu__lvl2.active,
.mobile-menu__lvl3.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobile-menu .menu-type-1 {
  margin-bottom: auto;
}
.mobile-menu .menu-type-1 > li {
  margin-bottom: 15px;
  position: relative;
}
.mobile-menu .menu-type-1 > li:after {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("../img/icons/mpb-arr-pink-right.svg");
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  pointer-events: none;
}
.mobile-menu .menu-type-1 > li > a {
  font-size: 20px;
  line-height: 35px;
  color: #000;
  display: block;
  padding-right: 30px;
}
.mobile-menu .menu-type-1 > li.menu-icerink:after,
.mobile-menu .menu-type-1 > li.menu-citizens:after {
  display: none;
}
.mobile-menu .menu-type-1 > li.menu-icerink a,
.mobile-menu .menu-type-1 > li.menu-citizens a {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-right: 0;
}
.mobile-menu .menu-type-1 > li.menu-icerink a:hover:after,
.mobile-menu .menu-type-1 > li.menu-citizens a:hover:after {
  -webkit-transform: none;
          transform: none;
  width: 100%;
}
.mobile-menu .menu-type-1 > li.menu-icerink a:after,
.mobile-menu .menu-type-1 > li.menu-citizens a:after {
  content: '';
  width: 35px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  top: auto;
  right: auto;
  background-color: #f2b7a7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-menu .menu-type-1 > li.menu-icerink a:before,
.mobile-menu .menu-type-1 > li.menu-citizens a:before {
  content: 'Open Now';
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 8px;
  line-height: 12px;
  background-color: #f2b7a7;
  border-radius: 10px;
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  padding: 0 5px;
}
.mobile-menu .menu-type-1 > li.menu-citizens {
  text-transform: uppercase;
}
.mobile-menu .menu-type-1 > li.menu-citizens:after {
  display: block;
}
.mobile-menu .menu-type-1 > li.menu-citizens a {
  display: block;
}
.mobile-menu .menu-type-1 > li.menu-citizens a:before {
  display: none;
}
.mobile-menu .offers-button,
.mobile-menu .view-all-btn,
.mobile-menu .shop-now-btn {
  position: static;
  width: 100%;
  height: 54px;
  border-radius: 7px;
  background-color: #f2b7a7;
  font-size: 14px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mobile-menu .offers-button:hover,
.mobile-menu .view-all-btn:hover,
.mobile-menu .shop-now-btn:hover {
  background-color: #000;
}
.mobile-menu .menu-back {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0,0,0,0.4);
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
.mobile-menu .menu-back__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e9e9e9;
}
.mobile-menu .menu-back__icon img {
  width: 4px;
  margin-left: -1px;
}
.mobile-menu .menu-type-2 > li:not(.view-all-btn) {
  margin-bottom: 30px;
}
.mobile-menu .menu-type-2 > li:not(.view-all-btn) > a {
  color: rgba(0,0,0,0.4);
  margin-bottom: 20px;
}
.mobile-menu .menu-type-2 > li:not(.view-all-btn) a {
  font-size: 14px;
  line-height: 5px;
  display: block;
  text-transform: capitalize;
}
.mobile-menu .menu-type-2 > li:not(.view-all-btn) > ul li {
  margin-bottom: 15px;
}
.mobile-menu .menu-type-2 > li:not(.view-all-btn) > ul a {
  color: #000;
}
.mobile-menu__events {
  overflow: auto;
  height: 100%;
}
.mobile-menu__events .event-type {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: auto;
}
.mobile-menu__events .tag-date {
  position: absolute;
  top: 15px;
  right: 15px;
  letter-spacing: 0;
}
.mobile-menu .mob-events-wrap {
  margin-bottom: 20px;
}
.mobile-menu .mob-events2-wrap {
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
}
.mobile-menu__shops-ttl {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  margin-bottom: 20px;
}
.mobile-menu__shops .menu-type-2 > li:not(.view-all-btn) > ul li {
  margin-bottom: 20px;
}
.mobile-menu__shops .shop-now-btn {
  height: 40px;
}
.mobile-menu__shops .mob-menu-wholefoods {
  padding: 15px 20px 20px;
  background-image: url("../img/menu-shop-bg.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
  margin: 0 0 30px;
}
.mobile-menu__shops .mob-menu-wholefoods .tag-label {
  margin: 0 auto 10px;
}
.mobile-menu__shops .mob-menu-wholefoods .shop-now-btn {
  margin-bottom: 0;
}
.mobile-menu__shops .mob-menu-wholefoods img {
  width: 90px;
  margin: 0 auto 15px;
}
.mobile-menu__shops .shop-exper-menu .top-part {
  padding: 0;
  margin-bottom: 25px;
}
.mobile-menu__shops .shop-exper-menu__right {
  border: none;
  margin-bottom: 20px;
}
.mobile-menu__shops .menu-event-item__content .tag-label,
.mobile-menu__shops .shop-exper-menu .top-part-menu li a,
.mobile-menu__shops .food-drink-menu__label {
  font-size: 14px;
}
.mobile-menu__shops .shop-exper-menu .top-part-menu li {
  margin-bottom: 25px;
}
.mobile-menu__about .menu-type-2 > li:not(.view-all-btn) > ul {
  margin-bottom: 20px;
}
.menu-about-mw-container {
  width: 100%;
}
.mobile-menu .menu-type-2 {
  padding-bottom: 50px;
}
.empty-menu-item > a {
  color: transparent !important;
}
@media (max-width: 1150px) {
  .header-top-menu a {
    font-size: 12px;
    display: block;
  }
  .header-findus:before {
    background-size: contain;
    width: 10px;
    height: 13px;
    top: calc(50% - 8px);
  }
  .header-findus {
    padding-left: 16px;
  }
  .header-logo-pendry {
    width: 80px;
  }
  .header-logo-eugene {
    margin-left: 10px;
    width: 35px;
    top: -1px;
  }
  .header--main .header-reservation-left,
  .header-bottom-menu > .menu-item > .menu-item-name {
    font-size: 12px;
  }
  .header-bottom-menu > .menu-item {
    margin: 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header-bottom-logo {
    width: 120px;
  }
  .header-bottom {
    padding: 13px 0;
  }
  .main-wrapper--mainpages {
    padding-top: 117px;
  }
  .drop-menu__left-menu > li > ul > li > ul li {
    margin-bottom: 23px;
  }
  .menu-event-center {
    padding: 20px;
  }
  .menu-event-center__right {
    width: calc(47% - 10px);
  }
  .menu-event-item__bottom {
    padding: 30px;
  }
  .menu-event-item__bottom .title {
    font-size: 18px;
    line-height: 1.7;
  }
  .menu-event-item__content .date {
    left: 20px;
  }
  .header .drop-menu-about {
    top: 46px;
  }
  .shop-exper-menu .top-part {
    padding: 30px 30px 10px;
  }
  .drop-menu__left-menu > li > ul {
    padding: 30px 30px 50px;
  }
  .drop-menu__left-menu > li {
    padding-left: 60px;
  }
  .food-drink-menu__label {
    font-size: 12px;
    top: 20px;
  }
  .header .drop-menu-about__menu > li:not(.view-all-btn) {
    padding-right: 5px;
  }
  .shop-exper-menu .drop-menu__center {
    padding: 30px;
  }
  .drop-menu__left-menu > li > ul > li > a,
  .header .drop-menu-about__menu > li:not(.view-all-btn) > a {
    margin-bottom: 20px;
  }
  .menu-event-item__content .tag-label,
  .shop-exper-menu .top-part-menu li a {
    font-size: 12px;
  }
  .event-left-item__content {
    padding: 8px 12px;
  }
  .event-left-item__content .bot-date {
    font-size: 8px;
  }
  .event-left-item__content .tag-label {
    font-size: 8px;
  }
}
@media (max-width: 970px) {
  .header-top-menu li:not(.header-findus) {
    display: none;
  }
  .header-top-menu li a:after {
    display: none;
  }
  .header--main .header-reservation-right {
    font-size: 12px;
  }
  .header-search-form {
    width: calc(100vw - 250px);
  }
  .header-bottom-logo {
    width: 100px;
  }
  .header-bottom-menu {
    margin-right: 0;
  }
  .header-bottom-menu > .menu-item.menu-icerink .menu-item-name:before {
    display: none;
  }
  .drop-menu__left-menu > li {
    padding-left: 50px;
  }
  .drop-menu__left-menu > li > ul > li > ul li a,
  .event-left-item__content .title {
    font-size: 12px;
  }
  .menu-event-item__content .tag-label,
  .shop-exper-menu .top-part-menu li a,
  .food-drink-menu__label {
    font-size: 10px;
  }
  .menu-event-item__content .tag-label {
    right: 10px;
  }
  .menu-event-item__bottom {
    padding: 20px;
  }
  .menu-event-item__content .date {
    left: 10px;
  }
}
@media (max-width: 860px) {
  .header-search-form {
    width: 55vw;
  }
  .header-hamburger {
    display: block;
  }
  .header-bottom-menu {
    display: none;
  }
  .shop-exper-menu__right {
    overflow: visible;
  }
  .empty-menu-item > a {
    display: none !important;
  }
}
@media (max-width: 820px) {
  .header-logo-pendry {
    width: 60px;
  }
  .header-logo-eugene {
    margin-left: 10px;
    width: 28px;
    top: -1px;
  }
}
@media (max-width: 760px) {
  .header-search-form {
    max-width: 100vw;
    width: calc(100vw - 180px);
  }
}
@media (max-width: 720px) {
  .header-top-mob {
    display: block;
  }
  .header-top {
    padding: 10px 0;
  }
  .header-top .header-top-menu {
    display: none;
  }
  .header-reservation {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: auto;
    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;
    margin: auto;
  }
  .header-reservation-right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header-reservation-right:before {
    display: none;
  }
  .header--main .header-reservation-delim {
    margin: 0 20px;
  }
  .header--main.header--fixed .header-top {
    max-height: 0;
    padding: 0;
    overflow: hidden;
  }
  .mobile-menu {
    top: 167px;
    height: calc(100vh - 167px);
  }
  .header--fixed .mobile-menu {
    top: 113px;
    height: calc(100vh - 113px);
  }
  .header-top .header-top-logos {
    display: none;
  }
}
@media (max-width: 600px) {
  .header-search-form {
    width: calc(100vw - 85px);
  }
  .header-offers {
    display: none;
  }
  .header-bottom-logo {
    width: 85px;
    height: auto;
  }
  .homepage .header-bottom-logo img {
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .homepage .header--main .header-bottom {
    background-color: transparent;
  }
  .header--fixed.header--main .header-bottom {
    background-color: #fff;
    border-top: 1px solid #fbe7e3;
  }
  .header--fixed.header--main .header-hamburger:before,
  .header--fixed.header--main .header-hamburger:after,
  .header--fixed.header--main .header-hamburger span {
    background-color: #333;
  }
  .header--fixed.header--main .header-bottom-logo img {
    -webkit-filter: none;
            filter: none;
  }
  .main-wrapper--mainpages {
    padding-top: 94px;
  }
  .header--fixed .header-top {
    border-color: #2d3d91;
  }
  .header-bottom {
    padding: 10px 0;
  }
  .homepage .header-hamburger:before,
  .homepage .header-hamburger:after,
  .homepage .header-hamburger span {
    background-color: #fff;
  }
  .header-top {
    border: none;
  }
  .mobile-menu {
    top: 134px;
    height: calc(100vh - 134px);
  }
  .header--fixed .mobile-menu {
    top: 87px;
    height: calc(100vh - 87px);
  }
}
@media (max-width: 520px) {
  .header--main .header-top {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mobile-menu {
    top: 146px;
    height: calc(100vh - 146px);
  }
}
@media (max-width: 480px) {
  .header-search {
    margin-right: 0;
  }
  .header-search-form {
    width: calc(100vw - 55px);
  }
  .header-search input {
    font-size: 16px;
  }
  .mobile-menu__lvl1 > .offers-button {
    margin-bottom: 0;
  }
}
@media (max-width: 440px) {
  .mobile-menu {
    width: 100%;
  }
  .mobile-menu .menu-type-1 > li > a {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .header .wrapper {
    padding: 0 10px;
  }
  .header--main .header-reservation-left {
    font-size: 11px;
  }
  .header--main .header-reservation-delim {
    margin: 0 10px;
  }
}
.listing-slider {
  position: relative;
  background-color: #000;
  margin-bottom: 80px;
}
.listing-slider .wrapper {
  min-height: 710px;
  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;
}
.listing-slider .book-now {
  min-width: 265px;
  color: #f2b7a7;
  position: absolute;
  bottom: 140px;
  left: 0;
}
.listing-slider .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.listing-slider .listing-slider-pagination {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listing-slider .listing-slider-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 3px;
  background-color: #fff;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.listing-slider .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #fff;
}
.listing-slide {
  width: 100vw;
  height: 100%;
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center;
}
.listing-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  left: 0;
  top: 0;
}
.listing-slide .wrapper {
  width: 100%;
  height: 100%;
  padding-top: 190px;
  padding-bottom: 230px;
}
.listing-slide .top-label {
  background-color: #fff;
  padding: 32px 40px 38px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.listing-slide .top-label img {
  max-width: 102px;
}
.listing-slide .tags-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.listing-slide .tag-label {
  margin-right: 10px;
}
.listing-slide .promo-label {
  height: 35px;
  background-color: #fff;
  border-radius: 30px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-slide .title {
  font-size: 110px;
  line-height: 110px;
  color: #fff;
  font-family: "VLGarris", sans-serif;
  font-weight: normal;
  text-shadow: 3px 3px 0px #291e13;
  margin-bottom: 25px;
}
.listing-panels {
  margin-bottom: 100px;
}
.listing-panels .main-title {
  margin-bottom: 70px;
  font-family: "VLGarris", sans-serif;
  font-size: 115px;
  line-height: 110px;
  text-transform: capitalize;
  color: #173c0b;
  text-shadow: 4px 4px 0px #74b55f;
}
.listing-panels .search-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.listing-panels .search-panel .tags {
  width: 207px;
  height: 80px;
  background-color: #e9e9e9;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 35px;
  cursor: pointer;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}
.listing-panels .search-panel .tags.active .tags-dropdown {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.listing-panels .search-panel .tags.active .tags-arr {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.listing-panels .search-panel .tags-dropdown {
  width: 396px;
  padding: 25px 40px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 40px 120px rgba(0,0,0,0.1);
          box-shadow: 0px 40px 120px rgba(0,0,0,0.1);
  position: absolute;
  z-index: 7;
  left: 0;
  top: 90px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  max-height: 350px;
}
.listing-panels .search-panel .tags-dropdown label {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
}
.listing-panels .search-panel .tags-dropdown label:last-child {
  padding-bottom: 0;
}
.listing-panels .search-panel .tags-dropdown label:hover span {
  color: #aaa;
}
.listing-panels .search-panel .tags-dropdown label input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.listing-panels .search-panel .tags-dropdown label input:checked + span {
  font-weight: bold;
}
.listing-panels .search-panel .tags-dropdown label input:checked + span:after {
  opacity: 1;
}
.listing-panels .search-panel .tags-dropdown label span {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 35px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  padding-right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.listing-panels .search-panel .tags-dropdown label span:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  background-image: url("../img/icons/blue-check-icon.svg");
  width: 16px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.listing-panels .search-panel .tags-label {
  margin-right: 10px;
}
.listing-panels .search-panel .tags-num {
  border-radius: 50%;
  background-color: #f2b7a7;
  width: 17px;
  height: 17px;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
}
.listing-panels .search-panel .tags-num.active {
  opacity: 1;
}
.listing-panels .search-panel .tags-arr {
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-panels .search-panel .search-input {
  width: 100%;
  height: 80px;
  background-color: #e9e9e9;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.listing-panels .search-panel .search-input input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  padding: 0 70px 0 40px;
  font-size: 20px;
  color: #000;
}
.listing-panels .search-panel .search-input input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.listing-panels .search-panel .search-input input::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.listing-panels .search-panel .search-input input:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.listing-panels .search-panel .search-input input::-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.listing-panels .search-panel .search-input input::placeholder {
  color: #000;
  opacity: 0.4;
}
.listing-panels .search-panel .search-input__close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 30px;
  top: calc(50% - 12px);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-panels .search-panel .search-input__close.active {
  opacity: 1;
  visibility: visible;
}
.listing-panels .search-panel .search-input__close:before,
.listing-panels .search-panel .search-input__close:after {
  content: '';
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 50%;
  top: 50%;
}
.listing-panels .search-panel .search-input__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.listing-panels .search-panel .search-input__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.listing-panels .search-panel button {
  background: #f2b7a7;
  border: none;
  border-radius: 10px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-panels .search-panel button:hover {
  background-color: #2d3d91;
}
.listing-panels .filters-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listing-panels .filters-panel .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listing-panels .filters-panel .categ-item-all:hover {
  background-color: #f2b7a7;
  color: #000;
}
.listing-panels .filters-panel .categ-item-label,
.listing-panels .filters-panel .categ-item-all {
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-panels .filters-panel .categ-item-label input,
.listing-panels .filters-panel .categ-item-all input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.listing-panels .filters-panel .categ-item-label input:checked + .categ-item,
.listing-panels .filters-panel .categ-item-all input:checked + .categ-item {
  background-color: #f2b7a7;
  color: #000;
}
.listing-panels .filters-panel .categ-item {
  height: 35px;
  border-radius: 20px;
  padding: 0 20px;
  font-size: 14px;
  color: rgba(0,0,0,0.5);
  background-color: #e9e9e9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 5px;
  margin-bottom: 5px;
}
.listing-panels .filters-panel .categ-item.active {
  background-color: #f2b7a7;
}
.listing-panels .filters-panel .categ-item-close {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  background-color: #e9e9e9;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}
.listing-panels .filters-panel .categ-item-close:hover {
  background-color: #f2b7a7;
}
.listing-panels .filters-panel .categ-item-close:before,
.listing-panels .filters-panel .categ-item-close:after {
  content: '';
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 50%;
  top: 50%;
}
.listing-panels .filters-panel .categ-item-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.listing-panels .filters-panel .categ-item-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.listing-panels .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.listing-panels .sort-label {
  font-size: 20px;
  line-height: 35px;
  color: rgba(0,0,0,0.5);
  margin-right: 20px;
}
.listing-panels .sort select {
  border: none;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  padding-right: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/icons/black-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 10px;
  background-color: #fff;
}
.listing-panels .sort select:focus {
  outline: none;
}
.listing-content {
  margin-bottom: 120px;
}
.listing-content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12.5px;
}
.listing-item {
  margin: 0 12.5px 25px;
  width: calc(33.3% - 25px);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-item:hover {
  -webkit-box-shadow: 0px 80px 200px rgba(0,0,0,0.2);
          box-shadow: 0px 80px 200px rgba(0,0,0,0.2);
}
.listing-item:hover .listing-item__bot {
  border-color: #fff;
}
.listing-item__top {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.listing-item__top-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.listing-item__top-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing-item__top-content {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 40px 40px 25px;
}
.listing-item__whole-foods {
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 3;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px 20px 20px;
}
.listing-item__whole-foods img {
  max-width: 72px;
}
.listing-item__featured {
  position: absolute;
  z-index: 3;
  right: -62px;
  top: 22px;
  background-color: #f2b7a7;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  width: 200px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  color: #000;
}
.listing-item__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listing-item__labels .tag-label {
  margin-right: 8px;
  margin-bottom: 10px;
}
.listing-item__promo {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background-color: #fff;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.listing-item__promo-wrap {
  padding-bottom: 5px;
  line-height: 1;
}
.listing-item__bot {
  background-color: #fff;
  padding: 30px 40px;
  color: #000;
  border: 2px solid #e9e9e9;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.listing-item__bot .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-item__bot .descr {
  font-size: 20px;
  line-height: 35px;
  height: 70px;
  overflow: hidden;
}
.listing-item__bot .descr p {
  margin-bottom: 10px;
}
.load-more-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.load-more-btn {
  height: 60px;
  padding: 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  background-color: #f2b7a7;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  border: none;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.load-more-btn:hover {
  background-color: #2d3d91;
}
.recomend-items {
  margin-bottom: 120px;
  position: relative;
  z-index: 3;
}
.recomend-items-baloon1 {
  position: absolute;
  width: 131px;
  left: -140px;
  top: 200px;
}
.recomend-items-baloon2 {
  position: absolute;
  width: 141px;
  top: -140px;
  right: 17vw;
}
.upcoming-events {
  margin-bottom: 120px;
}
.upcoming-events__item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 4;
}
.upcoming-events__item .photo-block {
  width: 400px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.upcoming-events__item .photo-block:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  left: 0;
  top: 0;
}
.upcoming-events__item .photo-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.upcoming-events__item .photo-block .tag-label {
  z-index: 2;
}
.upcoming-events__item .content {
  width: 100%;
  padding: 45px 45px 45px 65px;
  border: 2px solid #ececec;
  border-left: none;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.upcoming-events__item .daily-label {
  top: 40px;
  left: 40px;
}
.upcoming-events__item .tag-label {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.upcoming-events__item .price-label {
  padding: 15px 25px;
  position: absolute;
  top: 0;
  right: 45px;
  background-color: #ececec;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.upcoming-events__item .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  max-width: 530px;
}
.upcoming-events__item .time img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.upcoming-events__item .title {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  max-width: 530px;
  display: block;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.upcoming-events__item .title:hover {
  color: #2d3d91;
}
.upcoming-events__item .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  max-width: 530px;
}
.upcoming-events__item .location img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.upcoming-events__item .location span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.upcoming-events__item .bot-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.upcoming-events__item .description {
  max-width: 470px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
}
.upcoming-events__item a.learn-more {
  color: #fff;
  width: 152px;
  height: 40px;
  background-color: #f2b7a7;
  border-radius: 10px;
  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-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.upcoming-events__item a.learn-more:hover {
  background-color: #2d3d91;
}
.detail-hero {
  margin-bottom: 60px;
}
.detail-hero .left {
  width: 50%;
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 500px;
  position: relative;
}
.detail-hero__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50vw;
  height: 100%;
}
.detail-hero__slider-label {
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
  border-radius: 30px;
  background: rgba(0,0,0,0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  padding: 0 20px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  white-space: nowrap;
}
.detail-hero .back-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #173c0b;
  font-size: 14px;
  font-weight: 600;
}
.detail-hero .back-btn:hover img {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.detail-hero .back-btn img {
  margin-right: 15px;
  max-height: 100px;
  width: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-hero .back-btn-wrap {
  margin-bottom: 20px;
}
.detail-hero .branding {
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
  padding-right: 30px;
}
.detail-hero .branding .logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 40px;
  width: 200px;
  margin-bottom: 20px;
}
.detail-hero .branding .name {
  font-size: 70px;
  line-height: 90px;
}
.detail-hero .info img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  margin-right: 15px;
  margin-top: 5px;
}
.detail-hero .site {
  margin-bottom: 20px;
}
.detail-hero .site,
.detail-hero .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  line-height: 35px;
  color: #000;
}
.detail-hero .site a,
.detail-hero .schedule a {
  color: #000;
  max-width: 70vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-hero .site a:hover,
.detail-hero .schedule a:hover {
  color: #37afc6;
}
.detail-hero .schedule-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail-hero .schedule-list .row p:first-child {
  width: 125px;
}
.detail-hero .schedule-list .row p:last-child {
  width: 200px;
}
.detail-hero .slide {
  height: 100%;
  display: block;
}
.detail-hero .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail-hero__dots {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 20px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.detail-hero__dots-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.detail-hero__dots .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #fff;
}
.detail-content {
  margin-bottom: 80px;
}
.detail-content > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-content .left {
  width: 715px;
  margin-right: 30px;
}
.detail-content .about-block {
  margin-bottom: 80px;
}
.detail-content .about-block .title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
}
.detail-content .about-block .descr {
  max-height: 500px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.detail-content .about-block .descr p {
  margin-bottom: 10px;
}
.detail-content .about-block .descr.active {
  max-height: 1000vh;
}
.detail-content .about-block .descr.active:after {
  opacity: 0;
}
.detail-content .about-block .descr:after {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255,255,255,0.9)), to(rgba(255,255,255,0.1)));
  background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.1) 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  opacity: 1;
}
.detail-content .about-block .descr p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 35px;
}
.detail-content .about-block .read-more {
  color: #173c0b;
}
.detail-content .text-block {
  margin-bottom: 60px;
}
.detail-content .text-block h2 {
  font-weight: bold;
  margin-bottom: 25px;
}
.detail-content .text-block p {
  margin-bottom: 20px;
}
.detail-content .other-detail .title {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-transform: capitalize;
}
.detail-content .other-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-content .other-detail__item {
  width: 33.33%;
  padding-right: 30px;
  margin-bottom: 32px;
}
.detail-content .other-detail__icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  background-color: #3eb2c8;
}
.detail-content .other-detail__title {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.detail-content .right {
  padding-top: 75px;
  width: 396px;
}
.detail-content .info-block,
.detail-content .more-choises {
  border-radius: 15px;
  border: 2px solid #ececec;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.detail-content .info-block__title,
.detail-content .more-choises__title {
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}
.detail-content .info-block {
  margin-bottom: 40px;
}
.detail-content .info-block__promo {
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  background-color: #173c0b;
}
.detail-content .info-block__cont {
  padding: 35px 40px 20px;
}
.detail-content .info-block__ls {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  line-height: 35px;
  color: #000;
}
.detail-content .info-block__ls img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  margin-right: 15px;
  margin-top: 7px;
}
.detail-content .info-block__ls a {
  color: #000;
}
.detail-content .info-block__ls span {
  max-width: 100vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-content .info-block__ls span:hover {
  background-color: #fff;
  overflow: visible;
}
.detail-content .info-block__socs {
  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;
  margin-bottom: 40px;
}
.detail-content .info-block__socs a {
  display: block;
  margin: 0 7.5px;
}
.detail-content .info-block__socs a:hover {
  opacity: 0.7;
}
.detail-content .info-block__book-btn,
.detail-content .info-block__view-menu {
  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;
  width: 100%;
  height: 61px;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-content .info-block__book-btn:hover,
.detail-content .info-block__view-menu:hover {
  color: #fff;
  background-color: #000;
}
.detail-content .info-block__book-btn {
  background-color: #f2b7a7;
  color: #fff;
  margin-bottom: 10px;
}
.detail-content .info-block__view-menu {
  color: #f2b7a7;
  background-color: #fff;
}
.detail-content .more-choises {
  padding: 40px 55px 15px;
}
.detail-content .more-choises__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-content .more-choises__item {
  margin-bottom: 20px;
  width: 50%;
  color: #000;
}
.detail-content .more-choises__item:hover {
  opacity: 0.7;
}
.detail-content .more-choises__item img {
  margin: 0 auto 10px;
  height: 75px;
}
.detail-content .more-choises__item p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.detail-map {
  padding: 0;
  margin-bottom: 120px;
  min-height: 500px;
}
.detail-map__title {
  margin-bottom: 60px;
  font-size: 115px;
  line-height: 1;
  font-family: "VLGarris", sans-serif;
  text-transform: capitalize;
  color: #2d3d91;
  text-shadow: 4px 4px 0px #3eb2c8;
}
.detail-map__img img {
  width: 100%;
}
.illustr_map .illustr-el_1 {
  max-width: 377px;
  top: -100%;
  left: 65%;
  position: absolute;
}
.citrovia-page .header-bottom-logo__fixed {
  opacity: 1;
}
.citrovia-page .btn--white {
  background-color: #b7269c;
  color: #fff;
}
.citrovia-page .header-top {
  background-color: #564aa1;
  color: #fff;
  border: none;
}
.citrovia-page .header-top .header-top-menu a,
.citrovia-page .header-top .header-hoverlink {
  color: #fff;
}
.citrovia-page .header-top .header-reservation-delim {
  background-color: rgba(255,255,255,0.6);
}
.citrovia-page .header-menu .nav__item a:hover,
.citrovia-page .header-menu .nav__item.active a {
  font-weight: bold;
  color: #b7269c;
}
.citrovia-page .header-menu .nav__item a:hover:before,
.citrovia-page .header-menu .nav__item.active a:before {
  display: none;
}
.citrovia-page .header-bottom {
  background-color: #fff;
}
.citrovia-page .footer-main__subscribe {
  padding-top: 20px;
}
.footer-citrovia {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(240,203,197,0)), color-stop(31.83%, rgba(240,203,197,0.51)), color-stop(88.33%, #f0cbc5), to(rgba(241,206,200,0)));
  background: linear-gradient(180deg, rgba(240,203,197,0) 0%, rgba(240,203,197,0.51) 31.83%, #f0cbc5 88.33%, rgba(241,206,200,0) 100%);
}
.footer-citrovia .map-block::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(241,206,200,0.5)), color-stop(15%, rgba(241,206,200,0.5)), color-stop(50%, rgba(255,255,255,0)));
  background: linear-gradient(270deg, rgba(241,206,200,0.5) 0%, rgba(241,206,200,0.5) 15%, rgba(255,255,255,0) 50%);
}
.footer-citrovia__bot {
  position: relative;
}
.footer-citrovia__bot img {
  width: 100%;
  height: auto;
}
.footer-citrovia__bot:before {
  content: '';
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2d5cf), to(rgba(241,206,200,0)));
  background: linear-gradient(180deg, #f2d5cf 50%, rgba(241,206,200,0) 100%);
}
.shop-detail.detail-hero .back-btn,
.shop-detail.detail-content .about-block .read-more {
  color: #3273f4;
}
.shop-detail.detail-content .info-block__promo,
.shop-detail.detail-content .other-detail__icon {
  background-color: #3273f4;
}
#ot-reservation-widget .ot-powered-by {
  display: none;
}
#ot-reservation-widget {
  width: 100% !important;
  padding: 0 !important;
}
#ot-reservation-widget a.ot-button {
  width: 100%;
  height: 61px;
  background-color: #f2b7a7;
  color: #fff;
  margin-bottom: 10px;
  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;
  border: none;
  font-size: 20px !important;
  letter-spacing: 0.1em;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif !important;
}
#ot-reservation-widget a.ot-button:hover {
  color: #fff;
  background-color: #000;
}
span[aria-label="Resy - Book Now"],
span[aria-label="Resy - Book Now"] iframe {
  width: 100% !important;
  height: 60px !important;
  border-radius: 10px !important;
  background-color: #f2b7a7;
  overflow: hidden;
  text-transform: uppercase;
}
.shops-hero .listing-slide:before {
  background-color: rgba(0,0,0,0.2);
}
.shops-hero .listing-slide .wrapper {
  padding-top: 170px;
}
.shops-head {
  margin-bottom: 50px;
}
.shops-head .main-title {
  color: #2d3d91;
  text-shadow: 4px 4px 0px #3eb2c8;
}
.shops-listing {
  margin-bottom: 80px;
}
.shops-listing__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.shops-listing__item {
  width: calc(50% - 5px);
  height: 575px;
  margin-bottom: 10px;
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  overflow: hidden;
}
.shops-listing__item:hover .image {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.shops-listing__item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(14,10,4,0)), to(#0e0a04));
  background: linear-gradient(180deg, rgba(14,10,4,0) 0%, #0e0a04 100%);
  z-index: 1;
}
.shops-listing__item:nth-child(3n) {
  width: 100%;
}
.shops-listing__item .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shops-listing__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shops-listing__item .tag-label {
  margin-right: 5px;
  margin-bottom: 5px;
  z-index: 2;
  position: relative;
}
.shops-listing__item .bottom {
  margin-top: auto;
  position: relative;
  z-index: 2;
}
.shops-listing__item .title {
  margin-bottom: 10px;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
}
.shops-concierge {
  margin-bottom: 60px;
  color: #000;
}
.shops-concierge__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.shops-concierge__top .title {
  font-size: 115px;
  line-height: 110px;
  text-shadow: 4px 4px 0px #3eb2c8;
  color: #2d3d91;
  font-family: "VLGarris", sans-serif;
}
.shops-concierge__top .descr {
  font-size: 20px;
  line-height: 35px;
  width: 425px;
}
.shops-concierge__icons {
  border: 2px solid #e9e9e9;
  border-radius: 10px;
  padding: 20px 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shops-concierge__item {
  width: 33.33%;
  padding: 0 10px;
  text-align: center;
  margin: 20px 0;
}
.shops-concierge__item img {
  width: 60px;
  margin-bottom: 15px;
  display: inline-block;
}
.shops-concierge__item .text {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.event-list-hero {
  height: 1px;
  min-height: 710px;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  margin-bottom: 80px;
}
.event-list-hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.3)), to(rgba(0,0,0,0.6)));
  background: linear-gradient(0deg, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
}
.event-list-hero .wrapper {
  height: 1px;
  min-height: 710px;
  padding: 80px 15px 200px;
}
.event-list-hero .title {
  text-align: center;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 85px;
  line-height: 95px;
  text-transform: capitalize;
  color: #fff;
  text-shadow: 3px 3px 0px #291e13;
}
.event-list-hero .excerpt {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.event-list-hero .learn-more {
  width: 305px;
  background-color: #da3a32;
  text-transform: uppercase;
  color: #fff;
}
.info-event {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  max-width: 100%;
  background-color: #da3a32;
  padding: 20px 40px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  color: #fff;
}
.info-event__daily {
  position: absolute;
  top: 10px;
  right: 10px;
}
.info-event .line1 {
  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;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}
.info-event .line1 img {
  margin-right: 15px;
}
.info-event .delim {
  margin-top: 11px;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.3);
  height: 2px;
  width: 100%;
}
.info-event .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-event .timer-item {
  width: 60px;
  margin: 0 20px;
}
.info-event .timer-item .digit {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 25px;
}
.info-event .timer-item .text {
  font-size: 14px;
  line-height: 20px;
}
.listing-panels.event-panels .main-title {
  color: #2d3d91;
  text-shadow: 4px 4px 0px #3eb2c8;
}
.event-listing-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.event-big-item {
  padding: 50px;
  height: 600px;
  width: calc(50% - 5px);
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.event-big-item:hover .event-big-item__img {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
}
.event-big-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-big-item__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.8)));
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}
.event-big-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-big-item__bot {
  margin-top: auto;
  position: relative;
}
.event-big-item__regularity {
  left: 50px;
  top: 50px;
}
.event-big-item__period {
  right: 50px;
  top: 50px;
}
.event-big-item__title {
  margin-top: 25px;
  font-weight: bold;
  padding-right: 60px;
  font-size: 40px;
  line-height: 50px;
}
.event-big-item__more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.event-detail-hero {
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 80px;
  color: #fff;
}
.event-detail-hero .wrapper {
  padding: 120px 20px 125px;
  height: 100%;
}
.event-detail-hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.4)), to(rgba(0,0,0,0.6)));
  background: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
}
.event-detail-hero .tag-label {
  margin-bottom: 50px;
}
.event-detail-hero .title {
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 3px 3px 0px #291e13;
  line-height: 1.1;
  font-size: 85px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.event-detail-hero .subtitle {
  font-weight: bold;
}
.event-detail-hero .info-event .line1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.event-detail-content.detail-content .descr {
  max-height: 750px;
}
.event-detail-content.detail-content .read-more {
  color: #da3a32;
}
.event-detail-content.detail-content .other-detail__icon {
  background-color: #da3a32;
}
.event-detail-content.detail-content .info-block__book-btn {
  background-color: #da3a32;
}
.event-detail-content.detail-content .info-block__book-btn:hover {
  color: #fff;
  background-color: #000;
}
.speakers-block__item {
  margin-bottom: 50px;
}
.speakers-block__item:last-child {
  margin-bottom: 0;
}
.speakers-block__item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.speakers-block__item .top .photo {
  width: 147px;
  height: 147px;
  border-radius: 50%;
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.speakers-block__item .top .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.speakers-block__item .top .name {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.speakers-block__item .top .doljn {
  text-transform: capitalize;
  margin-bottom: 17px;
}
.speakers-block__item .top .socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.speakers-block__item .top .socs a {
  display: block;
  margin-right: 10px;
}
.speakers-block__item .top .socs a:hover {
  opacity: 0.7;
}
.speakers-block__item .descr {
  max-height: 260px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.speakers-block__item .descr p {
  margin-bottom: 10px;
}
.speakers-block__item .descr.active {
  max-height: 1000vh;
}
.speakers-block__item .descr.active:after {
  opacity: 0;
}
.speakers-block__item .descr:after {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255,255,255,0.9)), to(rgba(255,255,255,0.1)));
  background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,0.9) 40%, rgba(255,255,255,0.1) 100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
  opacity: 1;
}
.speakers-block .read-more {
  color: #da3a32;
}
.partners-block {
  background: #fff;
  -webkit-box-shadow: 0px 40px 120px rgba(0,0,0,0.1);
          box-shadow: 0px 40px 120px rgba(0,0,0,0.1);
  border-radius: 15px;
  padding: 40px 40px 25px;
}
.partners-block .title {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}
.partners-block__item {
  margin-bottom: 40px;
}
.partners-block__item:last-child {
  margin-bottom: 0;
}
.partners-block__item .delim {
  width: 100%;
  height: 2px;
  margin: 20px 0;
  background-color: #ececec;
}
.partners-block__item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners-block__item .top-img {
  width: 78px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.partners-block__item .top-text {
  width: 100%;
}
.partners-block__item .top .t2 {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.5);
}
.partners-block__item .website {
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners-block__item .website img {
  margin-right: 15px;
}
.partners-block__item .website:hover {
  opacity: 0.7;
}
.schedule-section .inner-title {
  margin-bottom: 20px;
}
.schedule-section .wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.schedule-section .schedule-block {
  width: calc(50% - 50px);
}
.schedule-section .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px solid #ececec;
  padding: 80px 20px;
}
.schedule-section .other-details {
  width: calc(50% - 50px);
}
.schedule-section .other-details li {
  display: block;
  margin-bottom: 10px;
}
.schedule-section .other-details li:before {
  content: '•';
  display: inline-block;
  color: #da3a32;
  margin-right: 5px;
}
.schedule-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  background-color: #f6f6f6;
  border-radius: 15px;
}
.schedule-item__date {
  width: 90px;
  border-right: 2px solid #ececec;
  min-height: 48px;
  font-weight: 600;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.schedule-item__date b {
  font-size: 25px;
  line-height: 22px;
}
.schedule-item__date p {
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
}
.schedule-item__content {
  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;
  padding-left: 40px;
  padding-right: 20px;
}
.schedule-item__content-wrap {
  margin-bottom: 20px;
}
.schedule-item__content-wrap:last-child {
  margin-bottom: 0;
}
.schedule-item__content .time {
  font-size: 20px;
  line-height: 35px;
}
.schedule-item__content .descr {
  padding-top: 10px;
  color: rgba(0,0,0,0.5);
}
.schedule-item__content .descr p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.schedule-item__content .descr p:last-child {
  margin-bottom: 0;
}
.schedule-item__content .descr ul {
  list-style-type: disc;
  margin-left: 15px;
}
.schedule-item__content .descr ol {
  list-style-type: decimal;
  margin-bottom: 10px;
  margin-left: 15px;
}
.schedule-item__content .descr li {
  font-size: 14px;
  line-height: 20px;
}
.event-gallery {
  margin-bottom: 120px;
}
.event-gallery__slider {
  position: relative;
  min-height: 500px;
}
.event-gallery__slider .swiper-slide img {
  width: 100%;
}
.event-gallery .swiper-slide {
  position: relative;
}
.event-gallery__slide-label {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: rgba(255,255,255,0.5);
}
.event-gallery__prev,
.event-gallery__next {
  width: 70px;
  height: 70px;
  position: absolute;
  background: rgba(255,255,255,0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 15px;
  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;
  top: calc(50% - 35px);
  z-index: 2;
  cursor: pointer;
}
.event-gallery__prev {
  left: 25px;
}
.event-gallery__next {
  right: 25px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.event-gallery__dots {
  position: absolute;
  width: auto;
  z-index: 2;
  bottom: 40px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.event-gallery__dots-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  border: 4px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.event-gallery__dots .swiper-pagination-bullet-active {
  background-color: transparent;
  border-color: #fff;
}
.services-detail.detail-hero .back-btn,
.services-detail.detail-content .about-block .read-more {
  color: #2d3d91;
}
.services-detail.detail-content .info-block__promo,
.services-detail .info-block__book-btn,
.services-detail .other-detail__icon {
  background-color: #2d3d91;
}
.experiences-detail.detail-hero .back-btn,
.experiences-detail.detail-content .about-block .read-more {
  color: #3eb2c8;
}
.experiences-detail.detail-content .info-block__promo,
.experiences-detail .info-block__book-btn,
.experiences-detail .other-detail__icon {
  background-color: #3eb2c8;
}
.rastaurants-detail .other-detail__icon {
  background-color: #173c0b;
}
.services-detail .back-btn [class*=icon] {
  font-size: 25px;
  display: inline-block;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services-detail .back-btn [class*=icon]:before {
  color: #2d3d91;
}
.services-detail .back-btn:hover [class*=icon] {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.services-detail.schedule-section .other-details li:before {
  color: #2d3d91;
}
.big-bullets {
  list-style-type: none;
  counter-reset: list;
  margin-bottom: 40px;
}
.big-bullets li {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #000;
  font-size: 20px;
  line-height: 35px;
}
.big-bullets li:last-child {
  margin-bottom: 0;
}
.big-bullets li:before {
  content: "0" counter(list);
  counter-increment: list;
  width: 90px;
  height: 90px;
  border-radius: 15px;
  background-color: #2d3d91;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  font-weight: bold;
  color: #fff;
}
.page404 {
  min-height: calc(100vh - 145px);
  background-image: url("../img/bg404.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-top: 30px;
  padding-bottom: 350px;
}
.page404__back {
  margin-bottom: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page404__back:hover img {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.page404__back img {
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page404__back span {
  color: #2d3d91;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.page404__h1 {
  font-size: 180px;
  color: #2d3d91;
  text-shadow: 7px 7px 0px #3eb2c8;
  font-family: "VLGarris", sans-serif;
  line-height: 1;
  font-weight: normal;
}
.page404__h2 {
  font-size: 25px;
  line-height: 45px;
  margin-bottom: 5px;
  font-weight: bold;
}
.page404__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page404__links a {
  margin-right: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #3eb2c8;
  font-weight: 600;
  text-transform: uppercase;
}
.page404__links a:hover {
  color: #2d3d91;
}
.general-hero {
  min-height: 500px;
  height: 1px;
  background-size: cover;
  position: relative;
  margin-bottom: 100px;
}
.general-hero:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.5);
}
.general-hero .wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px;
  position: relative;
}
.general-hero h1 {
  font-size: 115px;
  line-height: 110px;
  color: #fff;
  text-shadow: 3px 3px 0px #291e13;
  font-family: "VLGarris", sans-serif;
  font-weight: normal;
}
.general-content {
  position: relative;
}
.general-content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.general-content__cont {
  width: 68%;
  padding-right: 135px;
}
.general-content__sidebar {
  width: 32%;
  margin-top: 20px;
  padding-left: 74px;
  border-left: 2px solid #e9e9e9;
  position: sticky;
  top: 160px;
}
.general-content__sidebar li {
  padding-left: 35px;
  position: relative;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 25px;
}
.general-content__sidebar li:hover a {
  opacity: 0.3;
}
.general-content__sidebar li:before {
  content: '';
  height: 15px;
  width: 10px;
  position: absolute;
  left: 0;
  top: calc(50% - 7.5px);
  background-image: url("../img/icons/li-arr-gray.svg");
  background-repeat: no-repeat;
}
.general-content__sidebar li:last-child {
  margin-bottom: 0;
}
.general-content__sidebar li.active:before,
.general-content__sidebar li.current-menu-item:before {
  background-image: url("../img/icons/li-arr-pink.svg");
}
.general-content__sidebar li.active a,
.general-content__sidebar li.current-menu-item a {
  font-weight: 600;
  color: #f2b7a7;
}
.general-content__sidebar li a {
  color: #000;
}
.faq-content__accordeon dl {
  border-bottom: 2px solid #e9e9e9;
}
.faq-content__accordeon dl:last-child {
  border-bottom: none;
}
.faq-content__accordeon dt {
  padding: 30px 40px 30px 30px;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  cursor: pointer;
  position: relative;
}
.faq-content__accordeon dt span {
  display: block;
  position: relative;
}
.faq-content__accordeon dt span:before {
  content: '';
  position: absolute;
  left: -30px;
  top: calc(50% - 3px);
  background-color: #3eb2c8;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.faq-content__accordeon dt.active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-content__accordeon dt:before,
.faq-content__accordeon dt:after {
  content: '';
  position: absolute;
  background-color: #3eb2c8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 1px;
}
.faq-content__accordeon dt:before {
  width: 18px;
  height: 2px;
  right: 0;
  top: calc(50% - 1px);
}
.faq-content__accordeon dt:after {
  width: 2px;
  height: 18px;
  top: calc(50% - 9px);
  right: 8px;
}
.faq-content__accordeon dd {
  padding-bottom: 30px;
}
.embed-youtube-video {
  margin: 40px 0;
}
.embed-youtube-video__iframe {
  position: relative;
  height: 460px;
}
.embed-youtube-video__iframe .placeholder {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.embed-youtube-video__iframe .icon {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.embed-youtube-video__iframe .icon:hover {
  -webkit-transform: translate(-50%, -50%) scale(0.95);
          transform: translate(-50%, -50%) scale(0.95);
}
.about-block blockquote {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.brands-title {
  margin-bottom: 60px;
}
.brands__block {
  margin-bottom: 100px;
  width: 965px;
  max-width: 100%;
}
.brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.brands__item .image {
  width: 212px;
  min-height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  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;
  padding: 10px 20px;
  border-radius: 15px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.brands__item .image:hover {
  -webkit-box-shadow: 0px 50px 120px rgba(0,0,0,0.1);
          box-shadow: 0px 50px 120px rgba(0,0,0,0.1);
  border-color: #fff;
}
.brands__item .image img {
  max-height: 140px;
}
.brands__item .info {
  padding-right: 20px;
}
.brands__item .info .ttl {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}
.brands__item .info .ttl:hover {
  opacity: 0.6;
}
.brands__item .info .descr {
  font-size: 20px;
  line-height: 35px;
}
.brands__item .socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.brands__item .socs-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  background-color: #173c0b;
  margin-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 7px;
}
.brands__item .socs-item:hover {
  opacity: 0.8;
}
.locate {
  padding-top: 70px;
  margin-bottom: 120px;
}
.locate > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.locate__left {
  width: 40%;
}
.locate__right {
  width: 60%;
}
.locate__ttl {
  margin-bottom: 70px;
}
.locate .contacts__item:last-child {
  margin-bottom: 0;
}
.no-results {
  padding: 20px;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  width: 100%;
}
.hidden-content {
  display: none;
}
.subscribe-popup {
  width: 810px;
  max-width: 100%;
  min-height: 450px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 30px 70px rgba(0,0,0,0.15);
          box-shadow: 0px 30px 70px rgba(0,0,0,0.15);
  background-image: url("../img/stay-popup-bg.png");
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 55px;
}
.subscribe-popup.fancybox__content>.carousel__button.is-close {
  top: 30px;
  right: 30px;
}
.subscribe-popup__ttl {
  font-size: 78px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 4px 4px 0px #2d3d91;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
.subscribe-popup__descr {
  margin-bottom: 25px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
}
.subscribe-popup__form {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.subscribe-popup__form .aislelabs_form_Dn8nnwDm > div > div {
  background-color: transparent !important;
}
.subscribe-popup__form .subscribe-column {
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.subscribe-popup__form .subscribe-email {
  width: calc(100% - 82px);
  padding: 0 !important;
}
.subscribe-popup__form .subscribe-submit {
  width: 82px;
  padding: 0 !important;
}
.subscribe-popup__form .subscribe-submit button {
  width: 82px !important;
  height: 80px;
  display: block;
  border: none !important;
  border-left: 2px solid #2d3d91 !important;
  background-color: #fff;
  background-image: url("../img/icons/send-airplane-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 0;
  padding: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.subscribe-popup__form .subscribe-submit buttonhover {
  background-color: #eee;
}
.subscribe-popup__form .subscribe-submit button p {
  display: none;
}
.subscribe-popup__form .subscribe-email {
  padding: 0 !important;
}
.subscribe-popup__form .subscribe-email input {
  height: 80px;
  padding: 0 40px;
  background-color: #fff;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.subscribe-popup__form .subscribe-email input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.subscribe-popup__form .subscribe-email input::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
.subscribe-popup__form .subscribe-email input:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.subscribe-popup__form .subscribe-email input::-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
.subscribe-popup__form .subscribe-email input::placeholder {
  color: #000;
  opacity: 0.4;
}
.subscribe-popup__form div[data-al-error-message] {
  color: #df1d53 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.subscribe-popup__form .success-message span {
  color: #fff;
  font-size: 18px !important;
  font-weight: bold;
}
.promo-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #fff;
}
.promo-popup__head {
  background-color: #333;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.promo-popup__close {
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.promo-popup__close:before,
.promo-popup__close:after {
  content: '';
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
}
.promo-popup__close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.promo-popup__close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.promo-popup__promo-text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 10px;
}
.promo-popup__promo-text b {
  font-weight: bold;
}
.promo-popup__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  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;
}
.promo-popup__title {
  font-weight: bold;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  padding-bottom: 20px;
  margin-bottom: auto;
}
.promo-popup__button {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  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-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 5px;
  background-color: #fff;
  color: #000;
}
.promo-popup__button.blured {
  color: #fff;
  background: rgba(23,60,11,0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.promo-popup__button.blured:hover {
  background-color: #173c0b;
  color: #fff;
}
.event-popup.fixed-popup {
  padding: 20px;
  overflow: visible;
  min-height: 300px;
}
.event-popup__close {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-popup__close:hover {
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
          box-shadow: 0 10px 10px rgba(0,0,0,0.15);
}
.event-popup__close:before,
.event-popup__close:after {
  content: '';
  width: 18px;
  height: 2px;
  border-radius: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: calc(50% - 9px);
}
.event-popup__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.event-popup__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.event-popup__photo {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
  height: 183px;
  color: #fff;
}
.event-popup__photo .tag-label {
  font-size: 10px;
  padding: 0 12px;
  height: 24px;
}
.event-popup__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 7px;
  background: rgba(255,255,255,0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.event-popup__timer .item {
  width: 60px;
  text-align: center;
  padding: 10px;
}
.event-popup__timer .item .digit {
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
}
.event-popup__timer .item .text {
  font-size: 14px;
  line-height: 20px;
}
.event-popup__timer .dots {
  font-size: 25px;
  line-height: 30px;
  color: rgba(255,255,255,0.3);
  font-weight: bold;
  padding-top: 10px;
}
.event-popup__subtitle {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.4);
  text-transform: capitalize;
}
.event-popup__title {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
}
.event-popup__descr {
  color: rgba(0,0,0,0.4);
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}
.event-popup__learn-more {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #da3a32;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: bold;
}
.event-popup__learn-more span {
  display: inline-block;
  margin-right: 10px;
}
.event-popup__learn-more img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.event-popup__learn-more:hover img {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.fixed-popup {
  position: fixed;
  width: 370px;
  max-width: calc(100% - 40px);
  min-height: 400px;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 0px 30px 70px rgba(0,0,0,0.15);
          box-shadow: 0px 30px 70px rgba(0,0,0,0.15);
  border-radius: 15px;
  overflow: hidden;
  z-index: 9;
  background-color: #fff;
  background-size: cover;
  display: none;
}
.paver__fallbackMessage {
  display: none;
}
@media (max-width: 1300px) {
  .listing-slide .top-label {
    right: 20px;
  }
  .listing-slide .wrapper {
    padding-top: 140px;
    padding-bottom: 200px;
  }
  .listing-slide .title {
    font-size: 95px;
  }
  .listing-slide .top-label {
    padding: 25px 30px 30px;
  }
  .listing-slide .top-label img {
    max-width: 80px;
  }
  .listing-slider .book-now {
    bottom: 100px;
  }
  .info-event {
    right: 20px;
  }
}
@media (max-width: 1200px) {
  .listing-item__top-content {
    padding: 20px 20px 5px;
  }
  .listing-item__bot {
    padding: 20px 30px;
  }
  .listing-item__top {
    height: 260px;
  }
  .event-big-item__title {
    font-size: 30px;
  }
  .upcoming-events__item .photo-block {
    width: 350px;
  }
  .general-content__sidebar {
    padding-left: 40px;
  }
  .general-content__cont {
    padding-right: 40px;
  }
  .decor-title {
    font-size: 85px;
    line-height: 85px;
  }
}
@media (max-width: 1100px) {
  .detail-hero .branding .logo {
    width: 130px;
    margin-right: 20px;
  }
  .detail-hero .branding .name {
    font-size: 44px;
    line-height: 1.3;
  }
  .detail-hero .site,
  .detail-hero .schedule {
    font-size: 16px;
    line-height: 2;
  }
  .detail-hero .left {
    min-height: 400px;
  }
  .detail-hero .back-btn-wrap {
    margin-bottom: 40px;
  }
  .detail-content .about-block .descr p {
    font-size: 18px;
  }
  .detail-content .other-detail__title {
    font-size: 22px;
  }
  .detail-content .other-detail__icon {
    margin-bottom: 15px;
  }
  .other-detail__descr {
    font-size: 16px;
  }
  .detail-content .more-choises {
    padding: 30px 35px 15px;
  }
  .detail-content .info-block__book-btn,
  .detail-content .info-block__view-menu {
    font-size: 18px;
  }
  .schedule-section .schedule-block,
  .schedule-section .other-details {
    width: calc(50% - 20px);
  }
  .event-detail-hero .title {
    font-size: 90px;
  }
  .partners-block__item .website {
    font-size: 16px;
  }
  .big-hero {
    margin-bottom: 60px;
  }
  .info-with-benef__r-item {
    height: 240px;
  }
  .info-with-benef__r-item h2 {
    font-size: 60px;
    line-height: 1.1;
  }
  .info-with-benef__r-item p {
    font-size: 18px;
  }
  .info-with-benef .left .title {
    font-size: 30px;
  }
  .info-with-benef .left .content p {
    font-size: 18px;
  }
  .info-with-benef {
    margin-bottom: 70px;
  }
  .timeline-slider__slide .left {
    padding-left: 120px;
    padding-top: 35px;
  }
  .timeline-slider__slide .left,
  .timeline-slider__slide .right {
    width: calc(50% - 15px);
  }
  .timeline-slider__slide .left .h1 {
    font-size: 60px;
    line-height: 1.4;
    text-shadow: 2px 2px 0px #3eb2c8;
  }
  .timeline-slider__slide .left p {
    font-size: 16px;
    line-height: 30px;
  }
  .timeline-slider__slide .left .h2 {
    font-size: 22px;
  }
  .info-type2__r-item h2 {
    font-size: 60px;
    line-height: 1.5;
  }
  .info-type2__r-item p {
    font-size: 18px;
    padding: 0 15px;
  }
  .info-type2__r-item {
    height: 260px;
  }
  .info-type2__wrap .left p {
    font-size: 16px;
  }
  .info-with-img h3 {
    font-size: 20px;
    line-height: 35px;
  }
  .info-with-img p {
    font-size: 18px;
  }
  .info-with-img {
    margin-bottom: 60px;
  }
  .section.section_about .insta-baloon {
    bottom: 100px;
    left: -5%;
  }
  .recomend-items {
    margin-bottom: 60px;
  }
  .info-with-benef .left {
    padding-right: 0;
  }
  .benef-with-banner .big-garris-title {
    font-size: 80px;
  }
  .general-hero {
    min-height: 350px;
  }
}
@media (max-width: 1000px) {
  .listing-slide .promo-label {
    font-size: 12px;
    height: 30px;
    max-width: 100%;
    display: inline-block;
    line-height: 30px;
  }
  .listing-slider .book-now {
    min-width: 255px;
  }
  .listing-slider .wrapper {
    min-height: 600px;
  }
  .listing-panels .main-title {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
  .listing-panels .search-panel .tags {
    width: 180px;
  }
  .listing-panels {
    margin-bottom: 50px;
  }
  .listing-item__promo {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .upcoming-events {
    margin-bottom: 80px;
  }
  .detail-content .other-detail__item {
    width: 50%;
  }
  .detail-content .right {
    width: 420px;
  }
  .detail-content .info-block__cont {
    padding: 30px 20px 20px;
  }
  .detail-content .info-block__ls {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .detail-map__title {
    font-size: 90px;
  }
  .recomend-items {
    margin-bottom: 60px;
  }
  .recomend-items-baloon2 {
    width: 90px;
  }
  .detail-content .more-choises {
    padding: 30px 25px 15px;
  }
  .shops-listing__item {
    height: 425px;
    padding: 30px;
  }
  .shops-listing__item .tags-wrap {
    top: 30px;
    left: 30px;
  }
  .shops-listing__item .title {
    font-size: 32px;
  }
  .shops-concierge__top .descr {
    width: 340px;
  }
  .event-list-hero .title {
    font-size: 70px;
  }
  .timeline-slider__bullet.swiper-pagination-bullet-active span {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .section_about {
    margin-bottom: 60px;
  }
}
@media (max-width: 920px) {
  .big-center-title {
    margin-bottom: 70px;
  }
  .big-center-title h1 {
    font-size: 80px;
    line-height: 1.1;
  }
}
@media (max-width: 900px) {
  .shops-listing__item .descr {
    display: none;
  }
  .listing-item {
    width: calc(50% - 25px);
  }
  .upcoming-events__item .content {
    padding: 40px;
  }
  .detail-hero .branding .name {
    font-size: 32px;
  }
  .detail-hero .branding .logo {
    width: 100px;
  }
  .detail-content .info-block__ls {
    font-size: 14px;
  }
  .detail-content .about-block .descr p {
    font-size: 16px;
    line-height: 2;
  }
  .detail-content .about-block .title,
  .detail-content .other-detail .title {
    font-size: 32px;
  }
  .shops-listing__items {
    margin-bottom: 10px;
  }
  .shops-concierge__top .title {
    font-size: 80px;
  }
  .shops-concierge__top .descr {
    font-size: 18px;
    line-height: 1.7;
  }
  .shops-concierge {
    margin-bottom: 30px;
  }
  .shops-concierge__item .text {
    font-size: 20px;
  }
  .shops-concierge__item img {
    margin-bottom: 10px;
  }
  .shops-concierge__icons {
    padding: 25px 0;
  }
  .event-big-item {
    padding: 30px;
    height: 440px;
  }
  .event-big-item__title {
    font-size: 26px;
    line-height: 1.5;
  }
  .upcoming-events__item .photo-block {
    width: 220px;
  }
  .event-big-item__regularity {
    left: 30px;
    top: 30px;
  }
  .event-big-item__period {
    right: 30px;
    top: 30px;
  }
  .partners-block__item .top-img {
    width: 40px;
    margin-right: 10px;
  }
  .partners-block {
    padding: 20px;
  }
  .partners-block__item .website img {
    margin-right: 10px;
  }
  .detail-map {
    margin-bottom: 20px;
  }
  .listing-slide .title {
    font-size: 70px;
  }
  .info-with-benef__r-item {
    height: 200px;
  }
  .info-with-benef__r-item h2 {
    font-size: 50px;
  }
  .info-with-benef__r-item p {
    font-size: 16px;
  }
  .info-with-benef .left .title {
    font-size: 26px;
  }
  .info-with-benef .left .content p {
    font-size: 16px;
    line-height: 1.8;
  }
  .timeline-slider__slide .left .h1 {
    font-size: 50px;
  }
  .timeline-slider__slide .left .h2 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .timeline-slider__bullet span {
    font-size: 16px;
    line-height: 28px;
  }
  .timeline-slider__slide .left {
    padding-top: 5px;
  }
  .content-editor h2 {
    font-size: 50px;
    line-height: 66px;
  }
  .content-editor h3 {
    font-size: 32px;
  }
  .embed-youtube-video__iframe {
    height: 360px;
  }
}
@media (max-width: 800px) {
  .detail-content > .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail-content .left {
    width: 100%;
    margin-right: 0;
  }
  .detail-content .right {
    margin: auto;
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    justify-content: space-between;
  }
  .detail-content .right .info-block,
  .detail-content .right .more-choises {
    width: calc(50% - 10px);
  }
  .detail-content .other-detail__item {
    width: 33.33%;
  }
  .detail-content .info-block {
    margin-bottom: 0;
  }
  .detail-content .other-detail__item {
    padding-right: 15px;
  }
  .detail-hero .left {
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .detail-hero .left {
    min-height: 320px;
    padding-top: 10px;
  }
  .listing-panels .main-title {
    font-size: 64px;
    text-shadow: 2px 2px 0px #3eb2c8;
  }
  .event-list-hero .learn-more {
    width: 250px;
  }
  .event-list-hero {
    height: auto;
  }
  .event-list-hero .title {
    font-size: 54px;
    line-height: 1.3;
  }
  .event-big-item__title {
    font-size: 22px;
  }
  .partners-block {
    width: calc(50% - 10px);
    border: 2px solid #ececec;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .inner-title {
    font-size: 34px;
  }
  .schedule-block__tab {
    font-size: 12px;
  }
  .schedule-section .other-details li {
    font-size: 15px;
    line-height: 2;
  }
  .schedule-item__content .t1 {
    font-size: 18px;
    line-height: 1.5;
  }
  .schedule-item__content {
    padding: 15px 20px;
  }
  .info-with-benef .wrapper,
  .info-type2__wrap,
  .info-with-img__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .info-with-benef .right,
  .info-type2__wrap .right {
    margin: 0 auto 30px;
    width: 450px;
    max-width: 100%;
  }
  .info-with-benef .left,
  .info-type2__wrap .left {
    width: 100%;
  }
  .timeline-slider__slide .left {
    padding-left: 100px;
  }
  .info-with-img .left,
  .info-with-img .right {
    width: 100%;
  }
  .info-with-img .right {
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .info-with-img .right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shops-exper-left,
  .shops-exper-right {
    margin-bottom: 0;
  }
  .more-items-3 {
    margin-bottom: 70px;
  }
  .map-around__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .map-around__wrap .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
  }
  .map-around .chooser {
    width: 50%;
    padding-right: 30px;
  }
  .map-around .left__tab-content {
    width: 50%;
  }
  .map-around__wrap .right {
    width: 100%;
  }
  .map-around__wrap .right img {
    width: 100%;
  }
  .map-around .chooser__item.active:before {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .map-around .chooser__ttl {
    font-size: 32px;
  }
  .general-content__cont {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .general-content__sidebar {
    width: 100%;
    border: none;
    position: static;
    top: 0;
    padding-left: 0;
  }
  .general-hero h1 {
    font-size: 70px;
    line-height: 1.1;
  }
  .general-content {
    padding-top: 60px;
  }
  .brands__item .image {
    width: 180px;
  }
  .locate {
    padding-top: 40px;
  }
  .locate__left,
  .locate__right {
    width: 100%;
  }
  .locate__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .locate__left .contacts__item {
    width: 50%;
  }
  .locate__ttl {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .main-wrapper--mainpages {
    padding-top: 167px;
  }
  .listing-slide .tag-label {
    margin-bottom: 10px;
  }
  .listing-panels .search-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listing-panels .search-panel .tags {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
    width: 230px;
  }
  .listing-panels .search-panel .search-input {
    width: calc(100% - 90px);
  }
  .listing-panels .filters-panel {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .listing-panels .sort {
    margin-left: auto;
    margin-top: 20px;
  }
  .listing-panels .main-title {
    margin-bottom: 30px;
  }
  .listing-slider {
    margin-bottom: 40px;
  }
  .upcoming-events__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .upcoming-events__item .photo-block {
    width: 100%;
    height: 200px;
  }
  .upcoming-events__item .content {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border: 2px solid #ececec;
    border-top: none;
    padding: 25px;
  }
  .upcoming-events__item .daily-label {
    top: 20px;
    left: 20px;
  }
  .upcoming-events__item .tag-label {
    bottom: 20px;
    left: 20px;
  }
  .listing-item__bot {
    padding: 20px;
  }
  .listing-item__whole-foods {
    left: 20px;
  }
  .listing-item__whole-foods img {
    max-width: 50px;
  }
  .listing-item__whole-foods {
    padding: 10px 15px 15px;
  }
  .recomend-items-baloon2 {
    right: 0;
  }
  .recomend-items {
    margin-bottom: 50px;
  }
  .listing-item__bot .title {
    font-size: 23px;
  }
  .listing-item__bot .descr {
    font-size: 16px;
    line-height: 24px;
  }
  .listing-item__top {
    height: 220px;
  }
  .listing-panels .search-panel .tags-dropdown {
    max-width: 100%;
    min-width: 290px;
  }
  .detail-content .info-block__promo {
    padding: 10px 20px;
  }
  .detail-content .info-block__cont {
    padding: 20px;
  }
  .detail-content .info-block__ls {
    margin-bottom: 10px;
  }
  .detail-content .info-block__socs a {
    width: 38px;
  }
  .detail-content .info-block__socs {
    margin-bottom: 20px;
  }
  .detail-content .info-block__book-btn,
  .detail-content .info-block__view-menu {
    font-size: 16px;
    height: 42px;
  }
  .detail-hero .schedule-list .row p:first-child {
    width: 80px;
  }
  .detail-hero .site,
  .detail-hero .schedule {
    font-size: 14px;
  }
  .detail-content .about-block .title,
  .detail-content .other-detail .title {
    font-size: 34px;
  }
  .detail-map__title {
    font-size: 70px;
  }
  .shops-listing__item {
    height: 325px;
  }
  .shops-listing__item .title {
    font-size: 28px;
  }
  .shops-listing__item .descr {
    font-size: 16px;
  }
  .shops-concierge__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shops-concierge__top .title {
    margin-bottom: 30px;
  }
  .shops-concierge__top .descr {
    width: 100%;
  }
  .shops-concierge__item .text {
    font-size: 18px;
    line-height: 24px;
  }
  .info-event__daily {
    top: 20px;
    right: 20px;
  }
  .event-list-hero .wrapper {
    padding-top: 60px;
  }
  .schedule-section .schedule-block,
  .schedule-section .other-details {
    width: 100%;
  }
  .schedule-section .schedule-block {
    margin-bottom: 40px;
  }
  .event-gallery__prev,
  .event-gallery__next {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    border-radius: 10px;
  }
  .event-gallery__prev img,
  .event-gallery__next img {
    width: 16px;
  }
  .event-detail-hero .title {
    font-size: 70px;
  }
  .event-detail-hero .wrapper {
    padding-top: 70px;
  }
  .event-detail-hero .tag-label {
    margin-bottom: 30px;
  }
  .speakers-block__item .descr p {
    font-size: 16px;
  }
  .timeline-slider__slide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .timeline-slider__slide .left,
  .timeline-slider__slide .right {
    width: 100%;
    padding-left: 0;
  }
  .timeline-slider__slide .right {
    margin-bottom: 20px;
  }
  .info-with-benef__r-item h2 {
    font-size: 40px;
  }
  .info-with-benef__r-item p {
    font-size: 14px;
  }
  .tenats {
    margin-bottom: 100px;
  }
  .map-around .chooser__cont-item {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .map-around .chooser__item.active span {
    font-size: 20px;
  }
  .map-around .chooser__item span {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .mw-one-plan .view360-popup {
    top: 600px;
  }
  .mob-bot-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .event-list-hero .wrapper {
    height: auto;
  }
  .info-event {
    position: static;
    margin: auto;
    border-radius: 15px;
  }
  .event-list-hero .learn-more {
    bottom: 50px;
  }
  .event-list-hero .wrapper {
    padding-bottom: 160px;
  }
  .event-detail-hero .wrapper {
    padding-bottom: 135px;
  }
  .event-big-item__title {
    font-size: 20px;
    padding-right: 10px;
  }
  .event-big-item__more {
    right: -10px;
    bottom: -10px;
    width: 30px;
    height: 30px;
  }
  .event-detail-hero .info-event {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .map-around .chooser__cont-item {
    padding: 0 12px;
    margin: 0 6px 6px 0;
  }
  .map-around__wrap .right {
    height: 400px;
    overflow: hidden;
  }
  .map-around__wrap .left {
    padding-right: 0;
  }
  .map-around .chooser {
    padding-right: 10px;
  }
  .brands__item .socs {
    display: block;
  }
  .brands__item .socs-item {
    margin: 7px 0;
  }
  .event-list-hero,
  .event-list-hero .wrapper {
    min-height: 300px;
  }
  .subscribe-popup__ttl {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .main-wrapper--mainpages {
    padding-top: 144px;
  }
  .listing-slide .title {
    font-size: 56px;
    line-height: 1.3;
  }
  .listing-slide .top-label img {
    width: 60px;
  }
  .listing-slide .top-label {
    padding: 15px 20px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .listing-slide .top-label {
    right: 10px;
  }
  .event-big-item {
    width: 100%;
    height: 270px;
  }
  .upcoming-events__item .price-label {
    right: 25px;
    padding: 10px 20px;
    font-size: 12px;
  }
  .shops-exper-item {
    padding: 25px;
  }
  .brands__item .image {
    width: 160px;
  }
  .brands__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .brands__item .info {
    width: calc(100% - 190px);
  }
  .brands__item .socs {
    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;
    width: 100%;
    padding-top: 10px;
  }
  .brands__item .socs-item {
    margin: 5px;
  }
  .locate {
    margin-bottom: 70px;
  }
  .locate .contacts__item .text p {
    font-size: 14px;
  }
  .locate .contacts__item .text b {
    font-size: 20px;
  }
  .locate .contacts__item .icon {
    width: 40px;
  }
}
@media (max-width: 580px) {
  .listing-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .listing-content__wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
  .listing-item__bot .descr {
    height: auto;
  }
  .detail-hero .branding .name {
    font-size: 26px;
    width: 100%;
    text-align: center;
  }
  .detail-hero .branding .logo {
    width: 50px;
    margin-right: 10px;
  }
  .detail-hero .branding {
    margin-bottom: 30px;
  }
  .big-center-title {
    margin-bottom: 40px;
  }
  .big-center-title h1 {
    font-size: 60px;
  }
  .faq-content__item .title {
    font-size: 34px;
  }
}
@media (max-width: 550px) {
  .fancybox__slide {
    padding: 40px !important;
  }
  .fancybox__nav .carousel__button.is-prev {
    left: -7px !important;
  }
  .fancybox__nav .carousel__button.is-next {
    right: -7px !important;
  }
  .detail-hero .left,
  .detail-hero__slider {
    position: relative;
    width: 100%;
  }
  .detail-hero__slider {
    left: 0;
    top: 0;
  }
  .detail-hero .branding {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .detail-hero .branding .logo {
    margin-bottom: 20px;
    margin-right: 0;
    width: 150px;
    max-height: 150px;
  }
  .detail-hero .info img {
    max-width: 18px;
  }
  .detail-hero .info {
    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;
  }
  .detail-hero .schedule-list .row p:last-child {
    width: auto;
  }
  .detail-hero .back-btn-wrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .detail-hero .left {
    min-height: 100px;
  }
  .detail-hero__slider {
    height: 300px;
  }
  .detail-content .right {
    display: block;
  }
  .detail-content .right .info-block,
  .detail-content .right .more-choises,
  .partners-block {
    width: 340px;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  .detail-content {
    margin-bottom: 50px;
  }
  .big-bullets li:before {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  .tenats__item {
    padding: 20px 10px;
  }
  .map-around .chooser__ttl {
    line-height: 1;
    margin-bottom: 20px;
  }
  .map-around .chooser__cont-item {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
  }
  .map-around .chooser__item {
    margin-bottom: 7px;
  }
}
@media (max-width: 520px) {
  .listing-slide .tags-wrap {
    margin-bottom: 20px;
  }
  .listing-slide .wrapper {
    padding-top: 110px;
    min-height: 500px;
  }
  .listing-slider {
    height: auto;
  }
  .listing-panels .search-panel .tags {
    width: 100%;
  }
  .listing-panels .main-title {
    line-height: 1.2;
    font-size: 54px;
  }
  .listing-panels .search-panel .search-input input {
    padding-left: 20px;
    padding-right: 40px;
    font-size: 18px;
  }
  .listing-panels .search-panel .search-input__close {
    right: 15px;
  }
  .listing-panels .search-panel .tags {
    padding-left: 20px;
    padding-right: 20px;
  }
  .other-detail__descr {
    font-size: 14px;
  }
  .detail-content .other-detail__title {
    font-size: 18px;
    line-height: 1.2;
  }
  .detail-hero {
    padding-top: 30px;
  }
  .detail-map__title {
    font-size: 52px;
  }
  .detail-map {
    margin-bottom: 80px;
  }
  .detail-map__title {
    margin-bottom: 40px;
  }
  .listing-panels .filters-panel .categ-item {
    height: 30px;
    font-size: 12px;
    padding: 0 14px;
  }
  .shops-listing__item {
    height: 270px;
    width: 100%;
  }
  .shops-concierge__icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .shops-concierge__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .listing-content {
    margin-bottom: 60px;
  }
  .footer-main__baloon1 {
    left: 20px;
  }
  .listing-slider .listing-slider-pagination {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .listing-slide .title {
    font-size: 50px;
  }
  .listing-slider .book-now {
    padding-right: 20px;
    min-width: 180px;
    height: 50px;
  }
  .explore-btn span,
  .book-now span {
    margin-right: 10px;
  }
  .listing-panels .filters-panel .categ-item {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
  }
  .listing-panels .search-panel .search-input {
    height: 60px;
    width: calc(100% - 70px);
  }
  .listing-panels .search-panel button {
    width: 60px;
    height: 60px;
  }
  .listing-panels .search-panel .tags {
    height: 60px;
  }
  .listing-panels .search-panel .tags-dropdown {
    padding: 25px;
    top: 70px;
  }
  .listing-panels .search-panel .tags-dropdown label span {
    font-size: 18px;
  }
  .listing-panels .search-panel .tags-label {
    font-size: 18px;
  }
  .listing-panels .filters-panel .categ-item-close {
    width: 30px;
    height: 30px;
  }
  .recomend-items-baloon2 {
    width: 70px;
  }
  .upcoming-events__item .price-label {
    right: 25px;
  }
  .upcoming-events__item .daily-label {
    left: 25px;
    top: 25px;
    height: 30px;
    line-height: 30px;
  }
  .upcoming-events__item .tag-label {
    left: 25px;
    bottom: 25px;
  }
  .upcoming-events__item .title {
    font-size: 22px;
  }
  .upcoming-events__item .location span {
    line-height: 1.2;
  }
  .upcoming-events__item .bot-part {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .upcoming-events__item .description {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .detail-content .other-detail__item {
    width: 50%;
  }
  .shops-concierge__top .title {
    font-size: 64px;
    line-height: 1.2;
    text-shadow: 3px 3px 0px #3eb2c8;
  }
  .event-list-hero .title {
    font-size: 44px;
  }
  .event-detail-hero .title {
    font-size: 46px;
    margin-bottom: 15px;
  }
  .event-detail-hero .subtitle {
    font-size: 16px;
  }
  .info-event {
    padding: 20px;
    max-width: calc(100% - 20px);
  }
  .speakers-block__item .top .photo {
    width: 130px;
    height: 130px;
  }
  .speakers-block__item .top .doljn {
    margin-bottom: 7px;
  }
  .big-bullets li {
    font-size: 16px;
    line-height: 1.8;
  }
  .event-gallery__next {
    right: 10px;
  }
  .event-gallery__prev {
    left: 10px;
  }
  .event-gallery {
    margin-bottom: 60px;
  }
  .schedule-section .wrapper {
    padding-bottom: 50px;
  }
  .timeline-slider__slide {
    padding-left: 60px;
  }
  .timeline-slider__bullet span {
    font-size: 14px;
  }
  .info-with-img__benefits .item .t2 {
    line-height: 1.2;
    margin-top: 10px;
  }
  .info-type2 {
    margin-bottom: 70px;
  }
  .info-with-img .right {
    height: 200px;
  }
  .map-around {
    margin-bottom: 60px;
  }
  .big-hero__subtitle {
    font-size: 16px;
    line-height: 1.6;
  }
  .tenats .ttl {
    margin-bottom: 30px;
  }
  .map-around .chooser__ttl {
    font-size: 25px;
  }
  .map-around .chooser__item span {
    font-size: 16px;
  }
  .map-around .chooser__item.active span {
    font-size: 18px;
  }
  .map-around__wrap .right {
    height: 280px;
  }
  .page404__h1 {
    font-size: 110px;
    text-shadow: 3px 3px 0px #3eb2c8;
  }
  .faq-content__accordeon dt {
    font-size: 18px;
    line-height: 1.3;
  }
  .faq-content__accordeon dd {
    font-size: 18px;
    line-height: 1.7;
  }
  .general-hero {
    min-height: 250px;
  }
  .general-hero h1 {
    font-size: 52px;
  }
  .content-editor h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .content-editor p,
  .content-editor ul li,
  .content-editor ol li {
    font-size: 18px;
  }
  .content-editor ul li {
    padding-left: 20px;
  }
  .content-editor h3 {
    font-size: 26px;
  }
  .content-editor h4 {
    font-size: 20px;
    line-height: 1.8;
  }
  figure.wp-block-table table th {
    font-size: 16px;
    padding: 10px;
  }
  figure.wp-block-table table tbody td {
    font-size: 16px;
    padding: 7.5px;
  }
  figure.wp-block-table table tbody tr:first-child td {
    padding-top: 15px;
  }
  figure.wp-block-table table tbody tr:last-child td {
    padding-bottom: 15px;
  }
  .content-editor h4 {
    margin-top: 40px;
  }
  .content-editor figure figcaption {
    font-size: 16px;
  }
  .faq-content__accordeon dt {
    padding: 20px 30px 20px 20px;
    font-size: 16px;
  }
  .faq-content__accordeon dt span:before {
    left: -20px;
  }
  .embed-youtube-video__iframe {
    height: 260px;
  }
  .embed-youtube-video__iframe .icon {
    height: 70px;
    width: 70px;
  }
  .general-content__cont {
    margin-bottom: 0;
  }
  .general-content__sidebar {
    margin-bottom: 70px;
  }
  .general-content__sidebar li {
    padding-left: 25px;
    font-size: 16px;
  }
  .content-editor h3 {
    margin-top: 60px;
  }
  .brands__item .image,
  .brands__item .info {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .brands__item .image img,
  .brands__item .info img {
    max-height: 150px;
  }
  .footer-main__subscribe .subscr-form .subscribe-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-main__subscribe .subscr-form .subscribe-email {
    width: 100% !important;
  }
  .footer-main__subscribe .subscr-form .subscribe-submit {
    margin: auto !important;
  }
  .locate__left .contacts__item {
    width: 100%;
  }
  .contacts__form .jq-selectbox__select {
    padding: 0 20px;
    font-size: 16px;
  }
  .contacts__form textarea {
    min-height: 70px;
    height: 150px;
  }
  .fancybox__slide {
    padding: 15px !important;
  }
  .subscribe-popup__ttl {
    font-size: 46px !important;
  }
  .subscribe-popup__form .subscribe-email input {
    height: 60px !important;
  }
  .subscribe-popup__form .subscribe-submit button {
    width: 62px !important;
    height: 60px !important;
    background-size: 40px;
  }
  .subscribe-popup__form .subscribe-submit {
    width: 62px !important;
  }
  .subscribe-popup__form .subscribe-email {
    width: calc(100% - 62px) !important;
  }
  .subscribe-popup__form .subscribe-email input {
    padding: 0 20px;
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .listing-panels .search-panel .search-input input {
    font-size: 16px;
  }
  .upcoming-events__item .content {
    padding: 20px;
  }
  .upcoming-events__item .price-label {
    padding: 10px 20px;
  }
  .listing-slide .title {
    font-size: 48px;
  }
  .detail-hero__slider {
    height: 230px;
  }
  .detail-content .about-block .title,
  .detail-content .other-detail .title {
    font-size: 28px;
    line-height: 35px;
  }
  .detail-content .about-block .descr p {
    font-size: 14px;
  }
  .detail-content .about-block {
    margin-bottom: 50px;
  }
  .detail-content .other-detail__item {
    padding-right: 10px;
  }
  .detail-map__title {
    font-size: 40px;
  }
  .detail-content .info-block__book-btn,
  .detail-content .info-block__view-menu {
    font-size: 14px;
  }
  .event-list-hero .title {
    font-size: 38px;
  }
  .event-list-hero .excerpt {
    font-size: 18px;
  }
  .info-event {
    padding: 20px;
  }
  .info-event .line1 {
    font-size: 18px;
  }
  .event-list-hero {
    margin-bottom: 40px;
  }
  .event-big-item {
    padding: 20px;
    padding-top: 80px;
    height: auto;
  }
  .event-big-item__title {
    margin-top: 15px;
  }
  .event-big-item__regularity {
    left: 20px;
    top: 20px;
  }
  .event-big-item__period {
    top: 20px;
    right: 20px;
  }
  .upcoming-events__item .photo-block {
    height: 170px;
  }
  .upcoming-events__item .title {
    font-size: 18px;
    line-height: 1.3;
  }
  .upcoming-events__item .location {
    margin-bottom: 15px;
  }
  .upcoming-events__item .location span {
    font-size: 12px;
  }
  .load-more-btn {
    font-size: 16px;
  }
  .event-detail-hero {
    margin-bottom: 50px;
  }
  .detail-content .about-block .title {
    margin-bottom: 10px;
  }
  .speakers-block__item .top {
    line-height: 1.3;
  }
  .speakers-block__item .top .photo {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .speakers-block__item .top .socs a {
    width: 40px;
  }
  .schedule-block__tab {
    font-size: 10px;
  }
  .schedule-item {
    padding-left: 15px;
  }
  .inner-title {
    font-size: 28px;
  }
  .schedule-section .wrapper {
    padding: 40px 20px;
  }
  .event-gallery__prev {
    left: 10px;
  }
  .event-gallery__next {
    right: 10px;
  }
  .listing-slide .wrapper {
    padding-top: 60px;
    padding-bottom: 140px;
  }
  .listing-slider .book-now {
    min-width: 150px;
    bottom: 60px;
  }
  .listing-slide .wrapper {
    min-height: 450px;
  }
  .info-with-benef__r-item,
  .info-type2__r-item {
    text-align: center;
    height: 150px;
  }
  .info-with-benef__r-item h2,
  .info-type2__r-item h2 {
    font-size: 34px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px #3eb2c8;
  }
  .info-with-benef__r-item p,
  .info-type2__r-item p {
    font-size: 16px;
    line-height: 1.4;
  }
  .info-with-benef .left .title {
    font-size: 20px;
  }
  .timeline-slider__bullet.swiper-pagination-bullet-active span {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .title-with-btn .title,
  .big-garris-title {
    font-size: 42px;
  }
  .tenats__item,
  .tenats__item:nth-child(7n-2),
  .tenats__item:nth-child(8n-2),
  .tenats__item:nth-child(9n-2) {
    width: 50%;
  }
  .map-around__wrap .left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .map-around .chooser,
  .map-around .left__tab-content {
    width: 100%;
  }
  .map-around .chooser__item {
    margin: 16px 0;
  }
  .map-around .chooser__item span {
    font-size: 14px;
    line-height: 1;
  }
  .map-around .chooser__item.active span {
    font-size: 16px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .map-around .ttl {
    margin-bottom: 30px;
  }
  .map-around .chooser {
    margin-bottom: 10px;
  }
  .big-garris-title {
    margin-bottom: 30px;
  }
  .big-center-title h1,
  .big-center-title {
    text-shadow: 2px 2px 0px #3eb2c8;
    font-size: 50px;
  }
  .faq-content__accordeon dt,
  .faq-content__accordeon dd {
    font-size: 16px;
  }
  .faq-content__accordeon dt {
    padding: 20px 40px 20px 0;
  }
  .faq-content__item .title {
    font-size: 28px;
  }
  .faq-content__item {
    margin-bottom: 40px;
  }
  .content-editor h2 {
    font-size: 34px;
    line-height: 46px;
  }
  .content-editor h3 {
    font-size: 24px;
  }
  .content-editor p,
  .content-editor ul li,
  .content-editor ol li {
    font-size: 16px;
  }
  .contacts__form .jq-selectbox__select {
    font-size: 16px;
  }
}
@-webkit-keyframes arr-animate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes arr-animate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  49% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
