/**
 * ===================================================================
 * reset - normalize.css v3.0.2 | MIT License | git.io/normalize
 *
 * -------------------------------------------------------------------
 */
html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/**
 * ===================================================================
 * basic/base setup styles
 *
 * -------------------------------------------------------------------
 */
* {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

body, input, button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/**
 * Media
 * -
 */
img, video {
  max-width: 100%;
  height: auto;
}

/**
 * Typography resets
 * -
 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-variant-ligatures: common-ligatures;
  -moz-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

li {
  display: block;
}

/**
 * links
 * -
 */
a {
  text-decoration: none;
  line-height: inherit;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a img {
  border: none;
}

/**
 * inputs
 * -
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

/**
* Main styles
* -
*/
html{
  font-size: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-width:320px;
  height: 100%;
  margin: 0;
  color: #000;
  font: 16px/32px 'Poppins', Arial, sans-serif;
  font-weight: 400;
  background: #fff;
}

img {
  border-style: none;
  vertical-align: top;
}

a {
  color: #b0253b;
  outline: none;
}

a:hover {
  color: #b0253b;
  text-decoration: underline;
}

a:hover, a:focus {
  outline: none !important;
}
p strong {
  font-weight: 400;
}
p {
  font-weight: 400;
}
button, input, textarea, select {
  font: 100% "Poppins", Arial, sans-serif;
  font-weight: normal;
  vertical-align: middle;
  color: #192646;
}
h4 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 47px;
}
.column {
  /*float: left;*/
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.block .column {
  min-height: 612px;
}
.column .holder {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-flex:1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #e6e6e6;
}
.column.active .holder {
  background: #b0253b !important;
}
.column.active .holder .more {
  opacity: 1;
}
.column.active .holder p a {
  color: #fff;
}
.column.transparent .holder {
  background: none !important;
}
.column.transparent .holder:hover:after {
  display: none;
}
.column.dark .holder {
  background: #4b4b4b;
}
.column.gray .holder {
  background: #cdcdcd;
}
.column.dark .holder .text {
  color: #fff;
}
.info .column.transparent .text {
  color: #4b4b4b;
}
.columns-2 .column .holder {
  margin: 0 5px;
}
.columns-2 .column + .column .holder {
  margin: 0 5px;
}
.columns-3 .column .holder {
  margin: 0 5px;
}
.columns-3 .column + .column .holder {
  margin: 0 5px;
}
.columns-3 .column + .column + .column .holder  {
  margin: 0 5px;
}
.col-1-3 {
  width: 33.333%;
}
.col-2-3 {
  width: 66.666%;
}
.col-1-2 {
  width: 50%;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;

}
.align-left * {
  text-align: left;
}
.transparent {
  background: none !important;
}
.no-text-transform {
  text-transform: none !important;
}
.mb-burger{
  display: none;
}
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100%;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 210px;
  z-index: 100;
}
body.admin-bar #header, body.admin-bar #header.fixed .header__fixed {
  top: 32px;
}
body.admin-bar .booking-form.fixed .booking-form__holder {
  top: 84px;
}
@media (max-width: 782px) {
  body.admin-bar #header, body.admin-bar #header.fixed .header__fixed {
    top: 46px;
  }
  body.admin-bar #promo__form.booking-form {
    top: 96px;
  }
  body.admin-bar .booking-form.fixed .booking-form__holder {
    top: 98px;
  }
}
@media (max-width: 600px) {
  body.admin-bar #header, body.admin-bar #header.fixed .header__fixed {
    position: absolute;
  }
}
#header.fixed .header__fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* background-color: #e6e6e6; */
  background: #fff;
  display: flex;
  height: 85px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 50px 0 rgba(0,0,0,0.3);
}
#header.fixed.scale .header__fixed{
  height: 53px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.logo {
  background: url(../images/logo.jpg) no-repeat;
  background-size: 100%;
  width: 186px;
  height: 186px;
  position: absolute;
  top: 0;
  left: 160px;
  overflow: hidden;
  transition: none;
  transition: all 0.3s ease;
}
/* .logo:before{
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "\e909";
  color: #fff;
  font-size: 147px;
  display: block;
  height: 100%;
  transition: all 0.3s ease;
} */
#header.fixed .header__fixed .logo{
  top: 0;
  height: 85px;
  width: 85px;
  line-height: 85px;
}
#header.fixed.scale .header__fixed .logo{
  height: 122px;
  width: 122px;
  line-height: 122px;
}
.logo a {
  display: block;
  height: 100%;
}
#nav {
  position: absolute;
  top: 54px;
  right: 0;
}
#header.fixed .header__fixed #nav{
  /* top: 21px;
  right: 298px; */
  top: 22px;
  right: 596px;
}
#header.fixed.scale .header__fixed #nav{
  top: 2px;
  right: 382px;
}
#nav ul {
  background: #61162e;
  padding: 0 15px 0 0;
  height: 51px;
  margin: 0;
  list-style: none;
  font-size: 17px;
  line-height: 21px;
}
#header.fixed #nav ul{
  background-color: transparent;
}
#nav ul:after {
  content: "";
  display: block;
  clear: both;
}
#nav ul a {
  color: #fff;
  transition: none;
  text-decoration: none;
  padding: 15px 26px;
  display: block;
}
#nav ul span {
  padding: 15px 26px;
  display: block;
}
#nav ul li:hover a,
#nav ul li:hover span{
  /* background: #f30c6a; */
  background: #f30c69;
}
#nav ul li:hover .header__nav-drop a {
  background: none;
}
#nav ul a:hover {
  text-shadow: 0 0 0.1px #fff, 0 0 0.1px #fff, 0 0 0.1px #fff, 0 0 0.1px #fff;
}
#nav ul li.active > a {
  text-shadow: 0 0 0.1px #fff, 0 0 0.1px #fff, 0 0 0.1px #fff, 0 0 0.1px #fff;
}
#header.fixed #nav ul li span,
#header.fixed #nav ul a{
  /* color: #4b4b4b; */
  color: #000;
  padding: 15px 22px;
}
#header.fixed #nav ul li:hover a,
#header.fixed #nav ul li:hover span{
  background: none;
}
#nav ul li {
  color: #fff;
  float: left;
  position: relative;
  cursor: default;
}
#nav ul li:hover {
  text-shadow: 0 0 0.1px #fff, 0 0 0.1px #fff, 0 0 0.1px #fff, 0 0 0.1px #fff;
}
.header__nav-drop{
  position: absolute;
  left: 0;
  width: 300px;
  top: 100%;
  font-size: 18px;
  line-height: 20px;
  border-top:1px solid #e6e6e6;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0,20px,0);
  transition: opacity .3s ease, transform .3s ease;
  -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
}
/*
.header__nav-drop--center{
  left: 50%;
  margin-left: -150px;
}
.header__nav-drop--right{
  left: auto;
  right: -20px;
}*/
#nav ul li:hover .header__nav-drop{
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0,0,0);
}
.header__nav-drop:before{
  /* content: '';
  position: absolute;
  left: 0;
  top: -6px;
  border:1px solid #e6e6e6;
  background-color: #b0253b;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  z-index: -1;
  margin: 0 0 0 19px; */
}
/*
.header__nav-drop--center:before{
  left: 50%;
  margin: 0 0 0 -6px;
}
.header__nav-drop--right:before{
  left: auto;
  right: 0;
  margin: 0 19px 0 0;
}
*/
#nav .header__nav-item{
  margin: 0;
  display: block;
  position: relative;
  background-color: #e6e6e6;
}
#nav .header__nav-item a{
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  color: #4b4b4b;
}
#header.fixed #nav .header__nav-item a:hover,
#nav .header__nav-item a:hover{
  text-shadow: none;
  /* color: #f30c6a; */
  color: #f30c69;
  transition: color .3s ease;
}
#header.fixed #nav .header__nav-item .selected,
#header.fixed #nav .header__nav-item a.selected,
#nav .header__nav-item a.selected,
#nav .header__nav-item .selected{
  background-color: #f30c6a;
  color: #fff;
  font-weight: bold;
}
#promo {
  margin-bottom: 10px;
  position: relative;
}
#promo.no_form .title.centered,
#promo .title.centered,
#promo .title {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 159px;
  z-index: 20;
}
body.page-template-page-bar-wo-ticketing-box #promo .title,
body.page-template-page-default-wo-ticketing-box #promo .title {margin-top: 60px;}
#promo.no_form .title {
  top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  bottom: 83px;
}
#promo.no_form form {
  display: none;
}
#promo .more {
  margin-top: 23px;
  background: #b0253b;
  color: #fff;
  pointer-events: auto;
}
#promo .more:hover {
  background: #fff;
  color: #b0253b;
}
#promo .title h1 {
  font: 52px/66px 'Roboto Slab', Aria, sans-serif;
  color:#fff;
  text-transform: uppercase;
  margin: 0 0 -2px;
}
#promo .title p {
  font: 20px/42px 'Roboto Slab', Aria, sans-serif;
  color:#fff;
  margin: 0;
}
#promo-slider {
  height: 640px;
  max-height: 850px;
  overflow: hidden;
  width: 100%;
}
#promo-slider.main-slider {
  height: 850px;
}
#promo-slider:not(.main-slider).nivoSlider img {
  height: 100% !important;
  object-fit: cover;
}
.post-type-archive-tribe_events #promo-slider:not(.main-slider) .slide img {
  height: 100%;
  object-fit: cover;
  position: absolute;
    top: 0px;
    left: 0px;
}
.post-type-archive-tribe_events #promo-slider:not(.nivoSlider) .slide {
  height: 100%;
}
#promo-slider .nivo-directionNav {
  position: absolute;
  bottom: 23px;
  right: 24px;
  display: none;
}
#promo-slider .nivo-directionNav:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  bottom: -20px;
  right: -40px;
  background: #fff;
  opacity: 0.2;
}
#promo-slider .nivo-directionNav.visible{
    display: block;
}
#promo-slider .nivo-directionNav a {
  position: relative;
  top: 0;
  margin:  0 0 0 3px;
  float: left;
  color: transparent;
  overflow: hidden;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
}
#promo-slider .nivo-directionNav a.nivo-prevNav {
  /*background: url(../images/btn_prev.png) no-repeat;*/

}
#promo-slider .nivo-directionNav a.nivo-prevNav:before{
  font-family: 'icomoon';
  content: "\e901";
  color: #fff;
}
#promo-slider .nivo-directionNav a.nivo-nextNav {
  /*background: url(../images/btn_next.png) no-repeat;*/
}
#promo-slider .nivo-directionNav a.nivo-nextNav:before{
  font-family: 'icomoon';
  content: "\e902";
  color: #fff;
}
.lang {
  font-weight: bold;
  width: 63px;
  font-size: 18px;
  line-height: 22px;
  position: absolute;
  z-index: 20;
  top: 14px;
  right: 27px;
  margin: 0;
  height: 30px;
  padding: 0 16px 0 0;
  list-style: none;
  border: 1px solid #fff;
  /*background: url(../images/btn_down.png) 100% 8px no-repeat;*/
}
.lang:before{
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  right: 9px;
  top: 5px;
  color: #fff;
  font-size: 12px;
  z-index: 10;
}
.lang li.active {
  display: block;
  background: none;
  width: auto;
  margin: 0;
  padding: 4px 0 5px 5px;
}
.lang li.active a {
  background: none;
  color: #fff;
  margin: 0;
  padding: 0 0 0 4px;
}
.lang li a {
  display: block;
  padding: 5px 0 5px 10px;
  background: #fff;
  color: #4b4b4b;
}
.lang li {
  width: 61px;
  background: #fff;
  display: none;
}
@media only screen and (min-width: 1023px){
  .lang:hover li {
    display: block;
  }
  .lang:hover li.active a {
    color: #000;
  }
  .lang:hover {
    background: #fff;
    height: auto;
  }
  .lang:hover:before {
    color: #000;
    -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 4px;
  }
}
.lang a {
  color: #000;
}
.lang a:hover {
  background: #f30c6a;
  color: #fff;
  text-decoration: none;
}
#header.fixed .header__fixed .lang{
  /* top: 35px; */
  border: 1px solid #000;
  top: 29px;
  right: 54px;
}
#header.fixed.scale .header__fixed .lang{
  /* top: 18px; */
  top: 15px;
  right: 37px;
}
#header.fixed .header__fixed .lang:hover .active a,
#header.fixed .header__fixed .lang .active a,
#header.fixed .header__fixed .lang a{
  /* color: #4b4b4b; */
  color: #000;
}
#header.fixed .header__fixed .lang a:hover{
  /* color: #b0253b; */
  color: #fff;
}
#header.fixed .header__fixed .lang:before{
  color: #4b4b4b;
}
.search {
  width: 430px;
  position: absolute;
  top: 12px;
  right: 105px;
  padding: 0;
  overflow: hidden;

  border-bottom: 1px solid #fff;
}

.search input[type=text] {
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  border: 0;
  padding: 5px 0 6px;
  background: none;
  color: #fff;
  width: 400px;
}
.search.focus input[type=text]{
}
.search button[type=submit] {
  padding: 0;
  margin: 0;
  /*background: url(../images/btn_search.png) no-repeat;*/
  background: none;
  width: 25px;
  height: 23px;
  overflow: hidden;
  float: right;
  border: 0;
  font-size: 16px;
  color: #fff;
}
.search button:before {
  display: block;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#header.fixed .header__fixed .search{
  /* border-bottom-color: #4b4b4b;
  top: 33px;
  width: 278px; */
  border-bottom: 1px solid #000;
  width: 428px;
  right: 132px;
  top: 27px;
}
#header.fixed.scale .header__fixed .search{
  /* top: 16px;
  width: 278px; */
  top: 13px;
  width: 258px;
  right: 117px;
}
#header.fixed .header__fixed .search input[type=text]{
  color: #000;
  /* width: 220px; */
  width: 400px;
}
#header.fixed.scale .header__fixed .search input[type=text]{
  width: 230px;
}
#header.fixed .header__fixed .search input:-ms-input-placeholder {
  color: #000;
}
#header.fixed .header__fixed .search input::-webkit-input-placeholder {
  color: #000;
}
#header.fixed .header__fixed .search button[type=submit]{
  color: #000;
}
body #promo__form.booking-form {
  position: absolute;
  bottom: 0;
  left: 161px;
  z-index: 20;
  height: 209px !important;
  width: auto !important;
}
body #promo__form_submit {
  display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.booking-form.fixed{
  z-index: 89;
}
.booking-form.fixed .booking-form__holder{
  position: fixed;
  top: 52px;
  left: 0;
  right: 0;
  height: 69px;
  /* background-color: #e6e6e6; */
  background: #fff;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
}
.booking-form .form-row {
  background: #e6e6e6;
  float: left;
  position: relative;
  height: 209px;
}
.booking-form.fixed .booking-form__holder .form-row{
  height: 69px;
  background-color: #f30c69;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 0;
  position: relative;
}
.booking-form .form-row .form-cel {
  float: left;
  position: relative;
  padding: 34px 0 0 0;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel{
  padding: 0;
}
.booking-form .form-row .form-cel:first-child {
  width: 219px;
  text-align: center;
}
.booking-form.fixed #open-calendar,
.booking-form.fixed #open-timepicker{
    /* padding: 0 22px; */
    padding: 0 72px 0 31px;
    width: auto;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.booking-form.fixed #open-calendar{
    /* padding-left: 40px; */
}
.booking-form.fixed .booking-form__holder .icon-ico-calendar,
.booking-form.fixed .booking-form__holder .icon-ico-time{
  position: relative;
}
.booking-form.fixed .booking-form__holder .icon-ico-calendar:after,
.booking-form.fixed .booking-form__holder .icon-ico-time:after{
  position: absolute;
  content: '';
  top: 10px;
  right: -32px;
  border: 6px solid transparent;
  border-top: 7px solid #fff;
  pointer-events: none;
}
.booking-form.fixed #open-calendar:before,
.booking-form.fixed #open-timepicker:before{
  width: 1px;
  background-color: #fff;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0,-50%,0);
  content: '';
  opacity: .6;
}
.booking-form .form-row .form-cel:nth-child(2) {
  width: 192px;
  text-align: center;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel:nth-child(2){
  width: auto;
}
.booking-form .form-row .form-cel:last-child {
  width: 374px;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel:nth-child(3){
  width: auto;
}
.booking-form .form-row .form-cel:after {
  position: absolute;
  top: 52px;
  right: 0;
  height: 100px;
  content: "";
  width: 1px;
  background: #9d9d9d;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel:after{
  display: none;
}
.booking-form .form-row .form-cel:last-child:after {
  display: none;
}
.booking-form .form-row .form-cel input[type=text] {
  width: 100%;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0;
  color: #b0253b;
  background: none;
  text-align: center;
}
#timepicker{
    text-indent: -6px;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel input[type=text]{
  float: left;
  width: auto;
  color: #fff;
  font-weight: 300;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel input[type=text]{
  position: absolute;
  bottom: 0;
  left: 0;
  /*pointer-events: none;*/
  cursor: default;
  opacity: 0;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel input:-ms-input-placeholder {
  color: #fff;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel input::-webkit-input-placeholder {
  color: #fff;
}
.booking-form .form-row .form-cel .icon {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 46px;
  margin: 0 0 19px;
  vertical-align: middle;
  color: #b0253b;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel .icon{
  float: left;
  margin: 0 0 0 20px;
  color: #fff;
  height: 27px;
  line-height: 27px;
  font-size: 27px;
}
.booking-form .form-row .form-cel .icon img {
  display: inline-block;
  vertical-align: middle;
}
.booking-form .form-row .form-cel label {
  text-align: center;
  display: block;
  margin: 0 0 13px;
  font-size: 18px;
  color: #4b4b4b;
  font-weight: 300;
}
.booking-form .form-row .form-cel .calendar-fixed-title{
  display: none;
}
.booking-form.fixed .form-row .form-cel .calendar-fixed-title{
  display: block;
  float: left;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  white-space: nowrap;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel .calendar-fixed-title{
  text-transform: lowercase;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel .calendar-fixed-title:first-letter{
  text-transform: uppercase;
}
.booking-form.fixed .form-row .form-cel .calendar-title{
  display: none;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel label{
  margin: 0;
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 25px;
  transition: none;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel label.form-cel__label-hidden{
  display: none;
}
.booking-form .form-row .form-cel:last-child label {
  margin: 0 0 17px;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel:last-child label{
  margin: 0;
}
.booking-form .form-row .form-cel .row label {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  float: left;
  width: 179px;
  color: #b0253b;
  font-weight: 300;
  margin: 0;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel .row label{
  margin: 0;
  width: auto;
  /* font-size: 14px; */
  font-size: 16px;
  text-transform: lowercase;
  font-weight: 700;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel .row label:first-letter{
  text-transform: uppercase;
}
.booking-form .form-row .form-cel .row label span {
  font-size: 10px;
  font-weight: 300;
}
.booking-form.fixed .booking-form__holder .form-row .form-cel .row label span{
  /* font-size: 14px; */
  font-size: 11px;
}
.booking-form .form-row .form-cel .row {
  margin: 0 0 6px;
  padding: 0 88px 0 50px;
}
.booking-form.fixed .form-row .form-cel .row{
  /* margin: 0 0 0 20px; */
  padding: 0;
  float: left;
  margin: 0 0 0 17px;
}
.booking-form .form-row .form-cel .row .select {
  float: right;
  width: 43px;
  border: 0;
}
.booking-form.fixed .form-row .form-cel .row .select{
  margin-left: 10px;
}
input::-ms-clear {
 display: none;
}
.select {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* background: #ffffff; */
    background: none;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
}
.select:after {
    content: '';
    position: absolute;
    right: 4px;
    top: 10px;
    pointer-events: none;
    border: 4px solid transparent;
    border-top: 5px solid #000;
}
.booking-form.fixed .select:after{
  border: 6px solid transparent;
  border-top: 7px solid #fff;
}
.select select {
    padding: 0 0 0 10px;
    height: 24px;
    line-height: 24px;
    width: 160%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    /* font-size: 16px; */
    font-size: 18px;
    font-weight: 400;
    float: left;
    /* color: #fff; */
}
.select select:focus {
    outline: 0;
    outline-offset: 0;
}
.select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4b4b4b;
}
.select select .hidden {
    display: none;
}
.booking-form .form-row .form-cel .row:after {
  display: block;
  clear: both;
  content: "";
}
.booking-form .form-action {
  float: left;
  position: relative;
  height: 209px;
}
.booking-form.fixed .form-action{
  height: 69px;
  background-color: #f30c69;
  padding: 0 40px 0 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.booking-form .form-action input[type=submit], .booking-form .form-action button[type=submit] {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: #f30c69;
  color: #fff;
  height: 111px;
  font-size: 22px;
  line-height: 120px;
  letter-spacing: 0.06em;
  text-align: center;
  width: 318px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.lang-es .booking-form .form-action button[type=submit] {
    line-height: 32px;
}
.booking-form.fixed .form-action input[type=submit],
.booking-form.fixed .form-action button[type=submit]{
  width: auto;
  /* min-width: 160px; */
  height: auto;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  /* padding: 9px; */
  border:1px solid #fff;
  transition: background-color .3s ease, color .3s ease;
  padding: 11px;
  min-width: 163px;
}
.booking-form.fixed .form-action input[type=submit]:hover{
  background-color: #fff;
  color: #b0253b;
}
.booking-form .form-action input[type=submit]:disabled, .booking-form .form-action button[type=submit]:disabled{
  cursor: default;
  background-color: #ac505e;
  pointer-events: none;
}
.booking-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0253b;
}

.booking-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0253b;
}

.booking-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b0253b;
}

.booking-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #b0253b;
}
#flex-menu {
  z-index: 100;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 73px;
  /* background: #b0253b; */
  /* -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.25); */
  background-color: white;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.54);
}
#flex-menu li {
  display: block;
  text-align: center;
  position: relative;
}
#flex-menu li:before{
  position: absolute;
  content: '';
  bottom: 100%;
  border-bottom: 13px solid #f30c69;
  border-left: 73px solid transparent;
  left: 0;
}
#flex-menu a {
  padding: 0;
  display: block;
  color: #fff;
  /* font-size: 10px;
  line-height: 12px; */
  font-size: 11px;
  line-height: 17px;
}
#flex-menu a:hover {
  -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 25px 0 rgba(0,0,0,0.25);
  text-decoration: none;
}
#flex-menu i{
  display: block;
  font-style: normal;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 32px;
  position: relative;
  background-color: #f30c69;
}
#flex-menu i.icon-ico-time:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin:-4px 0 0 -11px;
  width: 8px;
  height: 8px;
  /* background: #b0253b; */
}
#flex-menu span{
  margin: -8px 0 0;
  padding-bottom: 8px;
  display: block;
  color: #000;
}
#flex-menu .flex-menu__item2 span{
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
}
#flex-menu .flex-menu__item3 span{
  /* margin: -2px 0 0; */
  padding-bottom: 8px;
  margin: 0;
}
#flex-menu .flex-menu__item2 i:before{
  font-size: 42px;
}
#flex-menu img {
  display: block;
  vertical-align: top;
  margin: 0 auto 5px;
}
.multi-slider {
  position: relative;
  overflow: hidden;
  margin: 0 -5px 10px;
}
.multi-slider__holder{
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
}
.multi-slider .slide {
  overflow: hidden;
}
.multi-slider .column {
  position: relative;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
.multi-slider .column .holder {
  background: #e6e6e6;
  overflow: hidden;
  position: relative;
  margin: 0 5px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  min-height: 610px;
}
.multi-slider .slide .column:first-child {
  float: left;
}
.multi-slider .slide .column:last-child {
  float: right;
}
.multi-slider img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  object-fit: cover;
  transition: opacity 0.3s linear;
  opacity: 0.2;
}
.multi-slider .holder:hover img {
  opacity: 0.5;
}
.block__bg{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    object-fit: cover;
}
.multi-slider .slick-next,
.multi-slider .slick-prev {
  background: url(../images/btn_back.png) no-repeat;
  width: 17px;
  height: 31px;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 8px;
  z-index: 20;
}
.multi-slider .slick-next {
  background: url(../images/btn_forward.png) no-repeat;
  left: auto;
  right: 8px;
}
.multi-slider .text {
  position: relative;
  z-index: 20;
  padding: 60px 80px;
}
.multi-slider .slide .column:first-child .text {
  left: 56px;
  right: 60px;
}
.multi-slider .slide .column:last-child .text {
  left: 78px;
  right: 300px;
}
.multi-slider .date {
  font-size: 16px;
  color: #4b4b4b;
  font-style: normal;
  font-weight: 300;
  display: block;
  margin: 0 0 -2px;
  line-height: 18px;
}
.multi-slider h4 {
  letter-spacing: 0.06em;
  color: #000;
  font-weight: 500;
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}
.multi-slider p {
  margin: 0 0 17px;
}
.multi-slider p:last-child{
    margin-bottom: 0;
}
.nivo-controlNav,
.block__gallery-pagination,
.gallery-reviews-pagination,
.multi-slider-pagination{
  position: absolute;
  z-index: 10;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.nivo-controlNav{
    padding: 0;
    display: none;
}
.nivo-controlNav .nivo-control,
.swiper-pagination-bullet{
  vertical-align: top;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #4b4b4b;
  margin: 0 5px;
  display: none;
  cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}
.nivo-controlNav .nivo-control.active,
.swiper-pagination-bullet-active{
  background-color: #b0253b;
}
.block__gallery-button-prev,
.block__gallery-button-next,
.gallery-reviews-button-prev,
.gallery-reviews-button-next,
.multi-slider-button-prev,
.multi-slider-button-next{
  z-index: 10;
  position: absolute;
  left: 5px;
  top: 50%;
  font-size: 32px;
  color: #4b4b4b;
  text-align: center;
  transform: translate3d(0,-16px,0);
  cursor: pointer;
}
.block__gallery-button-prev:after,
.block__gallery-button-next:after,
.gallery-reviews-button-prev:after,
.gallery-reviews-button-next:after,
.multi-slider-button-prev:after,
.multi-slider-button-next:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  bottom: -20px;
  right: -40px;
  background: #fff;
  opacity: 0.2;
}
.block__gallery-button-next,
.gallery-reviews-button-next,
.multi-slider-button-next{
  left: auto;
  right: 5px;
}
.swiper-button-disabled{
  display: none;
}
a.more, span.more {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0;
  height: 47px;
  line-height: 45px;
  border: 1px solid #b0253b;
  text-decoration: none;
  padding: 0 35px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  cursor: pointer;
}
a.more.big {
  min-width: 90%;
}
#promo a.more.big {
  min-width: 308px;
  font-size: 18px;
  height:   63px;
  line-height: 63px;
  text-align: center;
}
a.more:hover, span.more:hover {
  background: #b0253b;
  color: #fff;
}
.dark a.more {
  border-color: #fff;
  color: #fff;
}
.dark a.more:hover {
  background: #fff;
  color: #4b4b4b;
}
a.more.gray {
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
}
a.more.gray:hover {
  background: #4b4b4b;
  color: #fff;
}
.block .more {
  font-weight: 500;
}
.info {
  min-height: 600px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px 10px;
}
.info .column {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}
.info .column .holder {
  position: relative;
  background: #000;
  margin: 0 5px;
}
.column .holder.align-top,
.info .column .holder.align-top {
  -ms-flex-align: start;
  align-items: start;
}
.info .column.tansparent .holder {
  background: none;
}
.info .column img {
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info .text {
  z-index: 19;
  color: #fff;
  position: relative;
  padding: 60px;
}
.info .text .text-uppercase a {
  color: #fff;
}
.info .text.text-align {
  text-align: center;
}
.info .text h4 {
  font-weight: 300;
  margin: 0 0 8px;
  letter-spacing: 1px;
}
.vacancy {
  max-height: 420px;
  overflow-y: auto;
}
.info .text .vacancy p.text-uppercase {
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin: 0 0 7px;
}
.info .text .vacancy p {
  line-height: 18px;
  letter-spacing: 0.06em;
}
.info .text h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
  margin: 0 0 6px;
  letter-spacing: 1px;
}
.info .text h2 {
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 47px;
  letter-spacing: 1px;
}
.text-uppercase{
    text-transform: uppercase;
}
.info .more {
  opacity: 0;
  border-color: #fff;
  color: #fff;
  margin-top: -47px;
}
.info .more:hover {
  color: #b0253b;
  background: #fff;
}
.info .icon{
    margin: 0 0 10px;
    text-align: center;
    font-size: 50px;
}
.info .icon.big-size {
  line-height: 76px;
  font-size: 76px;
  margin-bottom: 17px;
}
.block__inner{
    max-width: 620px;
    margin: 0 auto;
    letter-spacing: 1px;
    min-height: 107px;
}
.block__price{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 1px;
}
.block__date{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -10px 15px;
    padding: 16px 0 0;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    text-align: left;
}
.block__date:before{
    content: '';
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
}
.block__date-item{
    padding: 0 10px;
    margin: 0 0 11px;
    flex: 0 0 33.33%;
    width: 33.33%;
}

.info p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.column .holder:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  background: #b0253b;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.info .column .holder:hover:after {
  opacity: 1;
  z-index: 1;
}
.column.active .holder:after {
  z-index: -1;
}
.info .column .holder .more {
  margin-top: 40px;
}
.info .column.active .holder .more,
.info .column .holder:hover .more {
  opacity: 1;
  margin-top: 40px;
}
.info .column .hidden {
  display: none;
}
.info .column .holder:hover .hidden-on-hover {
  display: none;
}
.info .column .holder:hover .hidden {
  display: block;
}
.block {
  min-height: 612px;
  margin: 0 -5px 10px;
  display: -ms-flexbox;
  display: flex;
}
.block .columns-2 .column + .column .holder,
.block .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
}
.block .columns-2 .column + .column .holder.faq,
.block .holder.faq {
  align-items: flex-start;
}
.block .column .text {
  width: 100%;
  padding: 60px 70px;
}
.block .column .text.align-center {
  text-align: center;
}
.block .column.active .text {
   color: #fff;
}
.block .column.active .text .more {
   border-color: #fff;
   color: #fff;
}
.block .column.active .text h3 {
  color: #fff;
}
.block .column.active .text .more:hover {
  color: #b0253b;
  background: #fff;
}
.block .text h3 {
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 29px;
  color: #4b4b4b;
  text-transform: uppercase;
}
.block .dark .text h3 {
  color: #fff;
}
.block .text h2 {
    letter-spacing: 0.06em;
    font-weight: 500;
    font-size: 32px;
    line-height: 47px;
    margin: 0 0 21px;
    color: #4b4b4b;
    text-transform: uppercase;
}
.block .active .text h2 {
  color: #fff;
}
.block .text .text-uppercase p {
  text-transform: uppercase;
}
.block .text p {
  font-weight: 400;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.06em;
}
.block .items {
  margin: 0 0 -76px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  float: left;
  width: 50%;
}
.block .items li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 50%;
  margin: 0 0 76px;
}
.block .items li .icon {
  display: block;
  text-align: center;
  height: 70px;
  line-height: 70px;
  margin: 0 0 13px;
}
.block .items li .icon img {
  vertical-align: middle;
  display: inline-block;
}
.block .items li span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 29px;
  color: #4b4b4b;
}
.block .faq-text {
  overflow: hidden;
  padding: 0 40px 0 95px;
}
.block .faq-text h3 {
  color: #4b4b4b;
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  text-transform: uppercase;
  margin: 0;
}
.block .faq-text .more {
  margin-top: 82px;
  padding: 0 57px;
}
.block .more{
    margin-top: 50px;
}
/*datepicker*/
.datepicker-inline .datepicker,
.datepicker{
  border:2px solid #b0253b;
    z-index: 400;
    transition: none !important;
}
.datepicker-inline{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 400;
    margin-top: 20px;
    border-radius: 0;
}
.datepicker-inline.top {
  top: 0;
}
.wrap-datetimepicker .datepicker-inline.top{
  top: auto;
  bottom: 100%;
  margin-bottom: 15px;
}
.booking-form.fixed .wrap-datetimepicker .datepicker-inline.top {
  bottom: auto;
}
.group-order-form .datepicker-inline.top {
  top: -150px;
}
.datepicker-inline.top .only-timepicker .datepicker--pointer,
.group-order-form .datepicker-inline.top .only-timepicker .datepicker--pointer {
  bottom: -19px;
  transform: rotate(0);
}
#open-calendar .datepicker-inline.top .datepicker--pointer {
 bottom: -19px;
  transform: rotate(0);
}
.booking-form.fixed .wrap-datetimepicker .datepicker-inline.top .datepicker--pointer {
  display: none;
}
.datepicker-inline .datepicker{
    position: absolute;
    border-radius: 0;
    display: none;
}
.datepicker-inline .datepicker.active{
    position: static;
    display: block;
}
.datepicker-inline .datepicker--pointer,
.datepicker-inline .-top-left- .datepicker--pointer,
.datepicker-inline .-bottom-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer{
  left: 101px;
  border: 10px solid transparent;
  border-top: 10px solid #b0253b;
  background-color: transparent;
  bottom: 100%;
  z-index: -1;
  transform: rotate(180deg);
    display: block;
}
.-top-left- .datepicker--pointer {
  margin: 5px 0 0;
  transform: rotate(0deg);
}
.datepicker-inline .datepicker--pointer{
    display: block;
}
.datepicker.only-timepicker.single {
  width: 190px;
}
/*.datepicker--cell.-current-{*/
  /*color: #b0253b;*/
/*}*/
.datepicker--day-name{
  color: #dedede;
}
.datepicker--day-name.-weekend-{
  color: #f89eb2;
}
.datepicker--cell.-weekend-{
  color: #4a4a4a;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade-,
.datepicker--cell-day.-weekend-.-other-month-{
  color: #4a4a4a;
}
.datepicker--cell.-current- {
  background:#f0f0f0;
}
.datepicker--cell.-selected-.-current-,
.datepicker--cell-day.-selected-.-focus-,
.datepicker--cell-day.-selected-{
  background-color: #a0a0a0;
}
.only-timepicker .datepicker--nav,
.only-timepicker .datepicker--content {
    display: none;
}
.only-timepicker .datepicker--time {
    border-top: none;
    margin: 10px 0;
}
.only-timepicker.single .datepicker--time {
  flex-direction: column;
  padding: 0;
  margin-top: 0;
}
.only-timepicker .datepicker--time .datepicker--title {
  text-align: center;
  color: #2d2d2d;
  font-size: 11px;
  line-height: 18px;
  padding: 7px 5px 6px;
  background: #f8f8f8;
  width: 100%;
}
.only-timepicker .datepicker--time .hours,
.only-timepicker .datepicker--time .minutes {
  position: relative;
  padding: 0 0;
}
.only-timepicker .datepicker--time a {
  position: absolute;
  left: 50%;
  margin-left: -12px;
}
.only-timepicker .datepicker--time a.down {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 7px;
}
.only-timepicker .datepicker--time a.up {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: -20px;
}
.only-timepicker .datepicker--time a svg {
  width: 25px;
  height: 31px;
}
.only-timepicker .datepicker--time a path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.only-timepicker .datepicker--time .detapicker--time-select > span {
  padding: 0 8px;
}
.only-timepicker .datepicker--time .detapicker--time-select {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 16px;
  line-height: 18px;
  padding: 27px 8px 22px 0;
  width: 100%;
  justify-content: center;
}
.only-timepicker .datepicker--pointer {
    left: 82px;
}
.datepicker--nav-title{
    flex: 1 1 auto;
}
/* end datepicker*/
.gallery-reviews{
  margin: 0 5px;
  background-color: #e6e6e6;
  overflow: hidden;
  color: rgba(75,75,75,.7);
  position: relative;
  height: 100%;
}
.gallery-reviews__holder{
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-reviews__item{
  position: relative;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  width: 100%;
}
.gallery-reviews__wrap{
  padding: 60px 80px;
  text-align: center;
}
.gallery-reviews__content{
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 120px;
  max-width: 665px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}
.gallery-reviews__status{
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  position: relative;
  max-width: 422px;
  padding: 11px 28px;
  background-color: #b0253b;
  margin: 0 0 43px -28px;
  letter-spacing: 1.8px;
}
.gallery-reviews__status .num{
  background-color: #b0253b;
  text-align: center;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 42px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -65px 0 0 -119px;
}
.gallery-reviews__block{
  margin: 0;
}
.gallery-reviews__header{
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  position: relative;
  letter-spacing: 1px;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.gallery-reviews__header:before{
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 300px;
  background-color: rgba(75,75,75,.7);
}
.gallery-reviews__header .name{
  margin: 0 0 4px;
}
.gallery-reviews__header .title{
  font-weight: bold;
  color: #000;
}
.gallery-reviews__footer{
  margin: 9px 0 0;
  letter-spacing: 1px;
}
.gallery-reviews__opener{
  font-size: 16px;
  color: rgba(176,37,59,.7);
  transition: color .3s ease;
  cursor: pointer;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
}
.gallery-reviews__opener:hover{
  color: rgba(176,37,59,1);
}
.gallery-reviews__opener:before{
  content: '+';
  margin: 0 5px 0 0;
}
.gallery-reviews__opener.open:before{
  content: '-';
}
.gallery-reviews__info{
  margin: 0;
  display: none;
}
.gallery-reviews__info-block{
  margin: 0 -23px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.gallery-reviews__info-item{
  display: inline-block;
  vertical-align: top;
  margin: 32px 23px 0;
  max-width: 240px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .7px;
}
.gallery-reviews__main{
  letter-spacing: 1.2px;
  margin: 0;
}
.gallery-reviews__main .comment{
  margin: 0;
}
.gallery-reviews__main .comment:before{
  content: '“';
  margin-right: 5px;
}
.gallery-reviews__main .comment:after{
  content: '”';
  margin-left: 5px;
}
.gallery-reviews__info-item .title{
  font-size: 16px;
  line-height: 22px;
  color: rgba(176,37,59,.7);
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 4px;
  letter-spacing: 1px;
}
.gallery-reviews__info-item .num{
  font-size: 18px;
  margin: 0 0 2px;
}
.gallery-reviews__info-item .title:before{
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(75,75,75,.7);
}
.main-footer{
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 80px 45px 30px;
  color: #4b4b4b;
}
.main-footer__bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .2;
}
.main-footer__bg img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.main-footer__item{
  float: left;
  width: 25%;
  position: relative;
  padding: 0 35px;
  text-transform: uppercase;
}
.main-footer__title{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #b0253b;
  margin: 0 0 16px;
}
.main-footer__block{
  margin: 0 0 -52px;
}
.main-footer__box{
  margin: 0 0 52px;
}
.main-footer__box--small{
  font-size: 16px;
}
.main-footer__box-item{
  margin: 0 0 15px;
  font-weight: 500;
}
.main-footer__box-item p {
  font-size: 14px;
  text-transform: none;
  line-height: 16px;
  font-weight: 400;
  max-width: 70%;
  margin: 0 0 10px;
}
.main-footer__box-item img {
  max-width: 70%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.main-footer__box-item a{
  color: #4b4b4b;
  text-decoration: none !important;
}
.main-footer__box-item a:hover{
  color: #b0253b;
}
.main-footer__box-item .note{
  font-weight: 300;
}
.main-footer__box-ico{
  display: inline-block;
  vertical-align: middle;
  margin: 0 37px 0 0;
}
.main-footer__box-network{
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 44px 0;
  font-size: 30px;
}
.main-footer__box-network a{
  color: #4b4b4b;
  text-decoration: none !important;
}
.main-footer__box-network a:hover{
  color: #b0253b;
}
#footer{
  background-color: #b0253b;
  color: #fff;
  padding: 17px 80px;
  letter-spacing: .8px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .copyright{
  margin: 0;
}
.footer__nav{
  margin: 0 0 0 -30px;
}
.footer__nav a{
  margin-left: 30px;
  color: #fff;
}
.block__gallery{
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.block__gallery-holder{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.block__gallery-item{
    position: relative;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    width: 100%;
}
.block__gallery-wrap{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b0253b;
}
.block__gallery .text{
    position: relative;
    z-index: 10;
    color: #fff;
}
.block__gallery-has-text img{
    opacity: 0.5;
}
.block__gallery .text h3{
    color: #fff;
}
.block__gallery .block__gallery-button-prev,
.block__gallery .block__gallery-button-next{
    color: #fff;
}
.block__gallery .block__gallery-button-prev:after,
.block__gallery .block__gallery-button-next:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  bottom: -20px;
  right: -40px;
  background: #fff;
  opacity: 0.2;
}
.block__gallery .more {
    border-color: #fff;
    color: #fff;
    margin-top: 40px;
}
.block__gallery .more:hover{
    background-color: #fff;
    color: #b0253b;
}
/*popup*/
.popup {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 350;
    visibility: hidden;
}
.load-page .popup {
    visibility: visible;
}
.popup.active {
    opacity: 1;
    pointer-events: auto;
}
.popup .popup__close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
    cursor: pointer;
}
.popup .popup__close:before,
.popup .popup__close:after{
    content: '';
    background-color: #fff;
    height: 2px;
    width: 24px;
    left: 13px;
    top: 24px;
    position: absolute;
    transition: transform .3s ease;
}
.popup .popup__close:before{
    transform: rotate(45deg);
}
.popup .popup__close:after{
    transform: rotate(-45deg);
}
.popup__overlay {
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 70px;
    transform: translate3d(0, -70px, 0);
    background-color: #b0253b;
}
.popup__holder {
    position: relative;
}
.popup__wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    color: #ffffff;
    z-index: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}
.ticket-form{
    width: 630px;
    text-align: center;
}
.ticket-form__icon{
    font-size: 150px;
    margin-bottom: 24px;
}
.ticket-form__title{
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 25px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', Aria, sans-serif;
}
.ticket-form__row{
    margin: 0 -5px 10px;
}
.ticket-form__row:last-child{
    margin-bottom: 0;
}
.ticket-form__row:after{
    content: '';
    display: block;
    clear: both;
}
.ticket-form__col{
    float: left;
    width: 100%;
    position: relative;
}
.ticket-form__col.col2{
    width: 50%;
}
.ticket-form__col.col3{
    width: 33.33%;
}
.ticket-form__col-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    background-color: #e6e6e6;
    height: 55px;
    padding: 0 20px;
}
.ticket-form__label{
    font-size: 16px;
    line-height: 12px;
    font-weight: 300;
    color: #b0253b;
    flex: 1 1 auto;
    text-align: left;
    word-break: break-all;
}
.ticket-form__label span{
    font-size: 10px;
}
.ticket-form__input{
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #b0253b;
    width: 100%;
}
.ticket-form__input:-ms-input-placeholder {
    color: #b0253b;
}
.ticket-form__input::-webkit-input-placeholder {
    color: #b0253b;
}
.ticket-form .select{
    width: 43px;
    flex: 0 0 43px;
    margin: 0 -10px 0 0;
}
.ticket-form .btn{
    display: block;
    border: 1px solid #fff;
    -webkit-appearance: none;
    background: transparent;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Roboto';
    height: 55px;
    padding: 0;
    cursor: pointer;
    width: 100%;
    font-weight: normal;
    margin: 0;
    color: #fff;
    transition: background-color .3s ease, color .3s ease;
}
.ticket-form .btn:hover{
    color: #b0253b;
    background-color: #fff;
}
.ticket-form__col-wrap .icon{
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    line-height: 55px;
    height: 55px;
    width: 55px;
    text-align: center;
    color: #b0253b;
    font-size: 25px;
}
/*end popup*/
.ui-loader{
    display: none;
}
.search-block {
  background: #b0253b;
  color: #fff;
  overflow: hidden;
  min-height: 75px;
  margin-bottom: 10px;
  padding: 17px 85px 0;
}
.search-block p {
  float: left;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 18px;
  line-height: 42px;
}
.search-block form {
  float: left;
}
.search-block form {
  padding: 8px 0 0 53px;
  overflow: hidden;

}
.search-block form input[type=text] {
  float: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  background: none;
  color: #fff;
  width: 250px;
}
.search-block form button[type=submit] {
  padding: 0;
  margin: 0;
  /*background: url(../images/btn_search.png) no-repeat;*/
  background: none;
  width: 20px;
  height: 20px;
  overflow: hidden;
  float: right;
  border: 0;
  font-size: 17px;
  color: #fff;
}
.block .faq .text h3 {
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 21px;
}
.block .faq .faq__item {
  background: #e6e6e6;
  padding: 16px 80px 17px;
  margin: 0 -70px 10px;
  position: relative;
  overflow: hidden;
}
.faq__item .faq__item-title {
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  line-height: 42px;
  color: #4b4b4b;
  text-transform: uppercase;
}
.faq__item .faq__item-title:before {
  content: "+";
  margin:0 23px 0 0;
}
.faq__item-opened .faq__item-title:before {
  content: "-";
  margin: 0 28px 0 0;
}
.faq__item .faq__item-text {
  display: none;
  text-transform: none;
  padding: 17px 100px 9px 36px;
}
.faq__item .faq__item-text p {
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}
.block .column .faq .text {
  padding-top: 50px;
  padding-bottom: 0;
}
.single-text-block {
  background: #f8f8f8;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 29px;
  padding: 32px 113px 31px;
  margin-bottom: 10px;
}
.single-text-block p {
  font-weight: 400;
  letter-spacing: 0.09em;
  font-size: 18px;
  line-height: 29px;
}
.single-text-block h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  margin: 0 0 18px;
}
.tabset__tabsholder {
  position: relative;
  width: 100%;
}
.tabset .tabset__tabsholder .tabset__tabsholder-tab {
  position: absolute;
  top: -9999px;
  width: 100%;
}
.tabset .tabset__tabsholder .tabset__tabsholder-tab.active {
  display: block;
  position: static;
  left: 0;
  top: 0;
}
.tabset .tabset__control {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
  overflow: hidden;
   display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;

  align-items: stretch;
}
.tabset .tabset__control li {
  align-items: stretch;
  flex: 1 0 auto;
}
.tabset .tabset__control.columns-2 li {
 flex: 1 0 50%;
}
.tabset .tabset__control li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 32px 0 31px;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #4b4b4b;
  text-decoration: none;
  background: #e6e6e6;
  font-weight: 500;
  margin: 0 5px;
  letter-spacing: 0.06em;
}
.tabset .tabset__control li:first-child a {
  margin-left: 0;
}
.tabset .tabset__control li:last-child a {
  margin-right: 0;
}
.tabset .tabset__control li.active a,
.tabset .tabset__control li a:hover {
  color: #fff;
  background: #b0253b;
}
.tabset .tabset__control li a i {
  font-style: normal;
  display: block;
  font-size: 32px;
  line-height: 32px;
  padding: 18px 0 11px;
}
.tabset .tabset__control li a span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.06em;
  padding: 0 0 6px;
}
/*.tabset .tabset__control.columns-3 li {
  width: 33.33333%;
}
.tabset .tabset__control.columns-2 li {
  width: 50%;
}
.tabset .tabset__control.columns-4 li {
  width: 25%;
}
.tabset .tabset__control.columns-6 li {
  width: 16.66666%;
}*/
.tabset .tabset__control.columns-6 li a {
  padding: 24px 0 19px;
  font-weight: 400;
}
.tabset .tabset__control.columns-6 li.active a {
  font-weight: 700;
}
.gallery {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.gallery__holder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  height: 100%;
  transition-property: transform;
}
.gallery__item {
  flex-shrink: 0;
  position: relative;
  height: 100%;
  width: 100%;
}
.gallery-button-prev,
.gallery-button-next{
  z-index: 10;
  position: absolute;
  left: 5px;
  top: 50%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  transform: translate3d(0,-16px,0);
  cursor: pointer;
}
.gallery-button-prev:after,
.gallery-button-next:after {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  bottom: -20px;
  right: -40px;
  background: #fff;
  opacity: 0.2;
}
.gallery-button-next {
  left: auto;
  right: 5px;
}
.block .history-block .text p,
.block .history-block .text h3,
.block .history-block .text {
  color: #000;
}
.block .history-block.active .text h3,
.block .history-block.active .text p {
  color: #fff;
}
.block .history-block .text p {
  text-transform: none;
  margin-bottom: 24px;
}
.history-block .history-date {
  font-weight: 700;
  font-size: 110px;
  line-height: 120px;
  font-style: normal;
  letter-spacing: 0.09em;
  margin: 0 0 -43px -4px;
  display: block;
  position: relative;
  z-index: 0;
}
.history-block .history-date + p,
.history-block .history-date + h3 {
  position: relative;
  z-index: 1;
}
.history-block.active .history-date {
  color: #efefef;
  opacity: 0.2;
}
.history-block.transparent .history-date {
  color: #efefef;
  opacity: 1;
}
.group-order-form {
  background: #e6e6e6;
  padding: 96px 0 63px 118px;
  -webkit-box-shadow:inset 0 0 55px 0 rgba(0,0,0,0.15);
box-shadow:inset 0 0 55px 0 rgba(0,0,0,0.15);
}
.group-order-form .form-row {
  width: 100%;
  padding: 0 0 29px;
}
.group-order-form .form-row:after {
  display: block;
  clear: both;
  content: "";
}
.group-order-form .form-cel {
  float: left;
  width: 33.33333%;
  height: 103px;
  padding: 0 10% 65px 0;
  position: relative;
}
.group-order-form .input {
  width: 100%;
  position: relative;
}

.group-order-form select,
.group-order-form input[type=text],
.group-order-form input[type=email] {
  position: relative;
  width: 100%;
  border: 0;
  height: 30px;
  border-bottom: 1px solid #2b2b2b;
  padding: 0 0 7px;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  color: #2b2b2b;
  background: none;
}
.group-order-form select,
.group-order-form input.timepicker,
.group-order-form input.countpicker,
.group-order-form input.dateselect {
  background: url(../images/select.png) 100% 6px no-repeat;
  cursor: pointer;
}
.group-order-form select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 22px;
}
.group-order-form input[type=text].comment {
  margin-bottom: 41px;
  width: 90%;
}
.group-order-form .comment + label {
  margin-right: 10%;
}
.group-order-form .datepicker-inline {
  top:28px;
}
.group-order-form .ui-slider-range {
  position: relative;
  width: 100%;
  height: 12px;
}
.group-order-form .ui-slider-handle {
  height: 12px;
  padding: 0;
  width: 12px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dedede;
  display: block;
  position: absolute;
  top: -2px;
}
.group-order-form .datepicker--time-row {
  position: relative;
}
.group-order-form .ui-slider-handle:active {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.group-order-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}

.group-order-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
  opacity: 1;
}

.group-order-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}

.group-order-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.group-order-form .placeholder {
  color: #999;
}
.group-order-form .button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 51px;
  line-height: 51px;
  border: 1px solid #b0253b;
  text-decoration: none;
  padding: 0 92px;
  -webkit-transition: 0.3s;
    transition: 0.3s;
    background: none;
    color: #b0253b;
    font-weight: 500;
    font-size: 18px;
}
.group-order-form .button:hover {
  background: #b0253b;
  color: #fff;
}
label input[type=checkbox] {
  display: none;
}
.group-order-form .checkbox {
  display: block;
  margin: 0 0 59px;
}
input[type=checkbox] + span {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-indent: 30px;
}
input[type=checkbox] + span:after {
  position: absolute;
  top: 5px;
  left: 2px;
  width: 18px;
  height: 18px;
  content: "";
  border:1px solid #2b2b2b;
}
input[type=checkbox] + span:before{
    content: '\2713';
    /* display: inline-block; */
    color: #b0253b;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    left: 4px;
    top: -4px;
    text-indent: 0;
    width: 23px;
    height: 25px;
    text-align: center;
}
.mobile-ios input[type=checkbox] + span:before{
    left: -2px;
    top: -2px;
}
input[type=checkbox]:checked + span:before{
    -webkit-transform: scale(1);
    transform: scale(1);
}
.block .text h5 {
  font-weight: 500;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
}
.block .text .list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 24px;
}
.block .text .list li {
  position: relative;
  padding: 0 0 5px 30px;
}
.block .text .list li:before {
  position: absolute;
  top: 5px;
  left: 1px;
  content: "";
  width: 10px;
  height: 10px;
  background: #b0253b;
}
.info .download {
  color: #fff;
  padding: 15px 0 16px 9px;
  margin: 0 0 49px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  font-size: 13px;
  line-height: 18px;
}
.info .download:last-child {
  margin-bottom: 0;
}
.info .download .icon {
  font-size: 16px;
  margin: 0 13px 0 0;
  float: left;
}
.info .download a {
  overflow: hidden;
  color: #fff;
}
.info .contacts {
  padding: 23px 0 0;
  color: #b0253b;
}
.info .contacts span {
  margin: 0 0 2px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.info .contacts p {

  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
}
.contact-form {
  width: 100%;
  padding: 117px 166px 67px 122px;
}
.contact-form .form-row {
  width: 100%;
  padding: 0 0 9px;
}
.contact-form .form-row:after {
  display: block;
  clear: both;
  content: "";
}
.contact-form .form-cel {
  float: left;
  width: 50%;
  height: 103px;
  padding: 0 5% 65px 0;
  position: relative;
}
.contact-form .input {
  width: 100%;
  position: relative;
}
.contact-form input[type=text],
.contact-form input[type=email] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #2b2b2b;
  padding: 0 0 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  color: #2b2b2b;
  background: none;
}
.contact-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #2b2b2b;
}

.contact-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2b2b2b;
}

.contact-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #2b2b2b;
}

.contact-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #2b2b2b;
}
.contact-form .button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 51px;
  line-height: 51px;
  border: 1px solid #b0253b;
  text-decoration: none;
  padding: 0 75px;
  -webkit-transition: 0.3s;
    transition: 0.3s;
    background: none;
    color: #b0253b;
    font-weight: 500;
    font-size: 18px;
}
.contact-form .button:hover {
  background: #b0253b;
  color: #fff;
}
.contact-form .comment[type=text] {
  width: 95%;
}
label input[type=checkbox] {
  display: none;
}
.contact-form .checkbox {
  display: block;
  margin: 36px 0 33px;
}
.contact-form input[type=checkbox] + span {
  color: #4b4b4b;
  font-weight: 300;

}
.group-order-form input[type=checkbox] + span a,
.contact-form input[type=checkbox] + span a {
  color: #4b4b4b;
  text-decoration: underline;
}
.group-order-form input[type=checkbox] + span a:hover,
.contact-form input[type=checkbox] + span a:hover {
  text-decoration: none;
}
#map {
  width: 100%;
  height: 100%;
}
.block.schedule .column .text {
  padding-left: 40px;
  padding-right: 40px;
}
.block.schedule .column .text h3 {
  font-size: 32px;
  line-height: 47px;
  margin: 0 0 31px;
}
.block.schedule .column .text p {
  font-size: 16px;
  line-height: 35px;
  margin: 0 0 37px;
  letter-spacing: 0.06em;
}
.block.schedule_type-2 .column .text h3 {
  letter-spacing: 0.06em;
  margin: 0 0 12px;
}
.block.schedule_type-2 .column .text {
  padding-left: 60px;
  padding-right: 60px;
}
.block.schedule_type-2 .column .text p {
  line-height: 24px;
  margin: 0 0 28px;
}
.block.schedule_type-2 .more {
  margin-top: 70px;
}
.block.schedule .column .text p:last-child {
  margin: 0;
}
.block.schedule .column .text p + .more {
  margin: 0;
}
.block.schedule .column .text h6 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.block.schedule .column .text h5 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.block.rooms .holder {
  position: relative;
  flex-wrap: wrap;
}
.block.rooms .text {
  padding: 129px 30px 60px 48px;
  letter-spacing: 0.06em;
}
.block.plan-visual {
  min-height: 800px;
}
.block.plan-visual .column {
  min-height: 800px;
}
.block.rooms .text h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 5px;
  letter-spacing: 0.06em;
}
.block.rooms .text h3 + p strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
.block .text .description {
  font-size: 16px;
  line-height: 24px;
  padding: 45px 0 0;
}
.block .text .description p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 34px;
  font-weight: 500;
}
.block .text .description .list {
  margin-bottom: 35px;
}
.block .text .description .list li {
  padding-left: 21px;
}
.block .text .description span {
  display: block;
  margin: 0 0 6px;
}
.block .plan {
  text-align: center;
  padding: 154px 30px 367px;
  width: 100%;
}
.block .plan img {
  max-width: 100%;
  height: auto;
}
.block.rooms .downloads {
  max-width: 100%;
  position: absolute;
  bottom: 73px;
  left: 86px;
  right: 10%;
}
.downloads p {
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.downloads .btn-download {
  letter-spacing: 0.14em;
  min-width: 242px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background: #b0253b;
  border: 1px solid #f8f8f8;
  color: #fff;
  padding: 0 10px;
  line-height: 49px;
  height: 51px;
  font-weight: 500;
  overflow: hidden;
  margin: 0 35px 10px 0;
}
.downloads .btn-download i {
  margin: 14px 10px 0 0;
  font-size: 20px;
  line-height: 43px;
  vertical-align: middle;
}
.downloads .btn-download:hover {
  background: #fff;
  color: #b0253b;
  border-color: #b0253b;
  text-decoration: none;
}
.block.tickets-info .text {
  position: relative;
  z-index:  10;
}
.block.tickets-info .text h3 {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 16px;
  letter-spacing: 0.06em;
}
.block.tickets-info .price {
  margin: 0 auto 0;
  padding: 21px 0 16px;
  list-style: none;
  width: 533px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.block.tickets-info .price + p {
  line-height: 24px;
}
.block.tickets-info .price li {
  overflow: hidden;
  display: block;
  margin: 0 0 10px;
  background: rgba(230,230,230,0.8);
  padding: 12px 25px 7px 20px;
}
.block.tickets-info .price li strong {
  float: left;
  padding: 10px 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #b0253b;
}
.block.tickets-info .price li em {
  float: right;
  text-align: right;
  font-style: normal;
}
.block.tickets-info .price li em span {
  display: block;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #4b4b4b;
}
.note-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: #4b4b4b;
  color: #fff;
  padding: 34px 0;
}
.note-block .more {
  color: #fff;
  border-color: #fff;
  background: #4b4b4b;
}
.note-block .more:hover {
  background: #fff;
  color: #4b4b4b;
}
.note-block .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-grow: 1;
  flex: 0 1 50%;
  -webkit-align-self: center;
  align-self: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 60px 0 75px;
}
.note-block .text h3 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.06em;
  margin: 0 0 9px;
  text-transform: uppercase;
}
.note-block .text p {
  margin: 0;
  letter-spacing: 0.064em;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 29px;
}
.note-block .action {
  flex: 0 1 50%;
  flex-direction: row;
  -webkit-align-self: center;
  align-self: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0 80px 0 0;
  justify-content: flex-end;
}
.tickers-prices .text h3 {
  font-size: 32px;
  line-height: 42px;
  color: #000;
  letter-spacing: 0.06em;
  margin: 0;
}
.tickers-prices .text h5 {
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.tickers-prices .pricelist {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  width: 716px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.tickers-prices .pricelist li {
  width: 276px;
  overflow: hidden;
  padding: 0 0 3px;
}
.tickers-prices .pricelist li span {
  float: right;
}
.tickers-prices .text p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
  color: #000;
  margin: 0;
  font-weight: 400;
}
.tickers-prices .column .text {
  padding-right: 15%;
}
.tickers-prices .col-2-3 {
  width: 58%;
}
.tickers-prices .col-1-3 {
  width: 42%;
}
.tickers-prices .text .note {
  font-size: 12px;
  letter-spacing: 0.02em;
  padding-top: 43px;
}
.info.sms-rufservice .holder {
  align-items: flex-start;
}
.info.sms-rufservice .transparent .holder {
  align-items: center;
}
.sms-rufservice .text p {
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 10%;
}
.sms-rufservice .transparent .text p {
  color: #000;
}
.sms-rufservice .text h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 25px;
  color: #b0253b;
  letter-spacing: 0.06em;
}
.info.sms-rufservice .column .image img {
  opacity: 1;
  position: relative;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.info.sms-rufservice .column .image {
  height: 152px;
  line-height: 152px;
  margin: 97px 0 8px;
  vertical-align: middle;
}
.sms-rufservice .text h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  margin: 0 0 10px;
  letter-spacing: 0.06em;
}
.info.sms-rufservice .column .image + p,
.sms-rufservice .text h3 + p {
  line-height: 24px;
}
.plugin {
  padding: 85px 47px;
}
.tribe-events-pro-photo__event-featured-image-wrapper{
  height: 0;
  position: relative;
  padding-bottom: 64% !important;
}
.tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tribe-events-pro-photo__event-featured-image-wrapper .tribe-events-pro-photo__event-featured-image-link img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/** ====================== news-slider ====================== */
.news-slider{
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.news-slider .swiper-wrapper{
  align-content: flex-start;
}
.news-slider__col{
  height: auto !important;
}
.news-slider__item{
  background: #f2f2f2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.news-slider__item-img{
  height: 355px;
  overflow: hidden;
  display: block;
}
.news-slider__item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.3s;
}
.news-slider__item-content{
  padding: 32px 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.news-slider__item-wrap{
  margin-bottom: 32px;
}
.news-slider__item-cat{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #61162e;
  display: block;
  margin-bottom: 16px;
}
.news-slider__item-cat.pink{
  color: #F30C69;
}
.news-slider__item-name{
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  display: block;
  margin-bottom: 16px;
}
.news-slider__item-content p{
font-weight: normal;
font-size: 14px;
line-height: 28px;
text-align: left;
color: #000;
}
.news-slider__item-content p b{
  font-weight: 700;
}

.news-slider__item-btn{
  width: 153px;
  height: 47px;
  background: transparent;
  border: 2px solid #61162e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  color: #61162e;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
}
.news-slider__item-btn:hover ,
.news-slider__item-btn:focus ,
.news-slider__item-btn:active{
  background: #61162e;
  text-decoration: none;
  transition: 0.3s;
  color: #ffffff;
}
.news-slider__item:hover .news-slider__item-img img{
  transform: scale(1.1);
  transition: 0.3s;
}
.news-slider .swiper-button{
  position: absolute;
  z-index: 1;
  top: 150px;
  width: 57px;
  height: 57px;
  background-color: #61162e;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  display: block;
  background-size: auto;
  transition: 0.3s;
}
.news-slider .swiper-button-prev{
  left: 0;
  background-image: url(img/left-a.svg) !important;
}
.news-slider .swiper-button-next{
  right: 0;
  background-image: url(img/right-a.svg) !important;
}
.news-slider .swiper-button-disabled{
  opacity: 0 !important;
  transition: 0.3s;
}
.booking-form__holder [type="date"] {
  border: 0;
  -webkit-appearance: none;
  text-align: center;
  width: 133px;
  display: inline-block;
}
.booking-form__holder [type="date"]::-webkit-clear-button,
.booking-form__holder [type="date"]::-webkit-inner-spin-button,
.booking-form__holder [type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
@media screen and (max-width: 1023px) {
  #open-calendar .wrap-datetimepicker {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .booking-form__holder [type="date"],
  .booking-form__holder [type="time"] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    z-index: 2;
  }
}
.columns-2 .column .holder iframe {
  width: 100%;
  height: 100%;
  min-height: 330px;
}
