@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri.ttf); 
}
@font-face {
  font-family: Akrobat;
  src: url(../fonts/Akrobat.ttf); 
}
@font-face {
  font-family: Akrobatthin;
  src: url(../fonts/Akrobatthin.ttf); 
}
@font-face {
  font-family: Akrobatblack;
  src: url(../fonts/Akrobatblack.ttf); 
}
@font-face {
  font-family: Museo100;
  src: url(../fonts/MuseoSansCyrl100.otf); 
}
@font-face {
  font-family: Museo900;
  src: url(../fonts/MuseoSansCyrl900.otf); 
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
h1, h2, h3, h4 {
  margin: 0;
}
body {
  font-family: Akrobat;
  font-size: 150%;
  line-height: 1.2;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.pb-50 {
  padding-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-70 {
  margin-top: 70px;
}
.pt-50{
  padding-top: 50px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.padd-none {
  padding: 0;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin: 0 0 100px 0 !important;
}
.mb-50 {
  margin: 0 0 50px 0;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-none {
  margin: 0 !important;
}
.m-center {
  margin: 0 auto;
}
.c-red {
	color: red !important;
}
.c-white {
	color: white !important;
}
.с-black  {
	color: #000;
}
.с-blue {
	color: #01c1f9;
}
.bg-gray {
	background-color: #f4f4f4;
}
.bg-blue {
	background-color: #01c1f9;
}
.sticky {
  position: sticky;
  top: 0;
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  @media (min-width: 576px) {
    .container {
      max-width: 540px;
  
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1270px) {
    .container {
      max-width: 1200px;
    }
  }

  .section-title {
    font-family: Museo100;
    font-size: 68px;
    font-weight: 100;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .section-subtitle {
  font-family: Museo100;
  font-size: 36px;
  text-align: center;
  margin: 0 0 70px 0;
  }
  /* Header */

  #header {
    min-height: 987px;
    /* height: 100vh; */
    
    background: url('/img/head-2.jpg') no-repeat top center;
    display: block;
    position: relative;
    overflow:hidden;
    color: white;
    background-size: cover;
  }
  section#header {
    padding-top: 0;
  }
  #header ul, #header li {
    margin: 0;
    padding: 0;
  }
  .header-top {
    margin-top: 15px;
    /* height: 65px; */
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: Akrobat;
    margin-bottom: 25px;
  }
  .header-top a {
    color: #fff;
  }
  .header-top__logo a {
    text-decoration: none;
  }
  .logo__subname {
    font-size: 22px;
    line-height: 100%;
   }
  .logo__name {
    font-family: Akrobatblack;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
  }
  .logo {
    width: 300px;
    display: flex;
    align-items: flex-end;
  }
  .logo::before {
    content: " ";
    background: url('/img/svg/logo.svg') no-repeat left center;
    height: 62px;
    width: 85px;
    background-size: 80px;
    margin-right: 10px;
  }
  .header-top__locate {
    position: relative;
    font-size: 22px;
    /* font-weight: 700; */
    padding-left: 30px;
    line-height: 110%;
  }
  .header-top__locate::before {
    content: " ";
    position: absolute;
    background: url('/img/svg/loc.svg') no-repeat left center;
    width: 15px;
    height: 23px;
    left: 0;
  }
  .contact-time {
    color: black;
    font-size: 0.75em;
    font-weight: 300;
    background-color: #f2f2f2;
    border-radius: 12px;
    line-height: 120%;
    padding: 0 10px 2px 10px;
  }
  .header-top__contact {
    font-size: 22px;
    font-weight: 700;
    padding-left: 60px;
    position: relative;
    display: flex;
    flex-direction: column;
	  flex-wrap: nowrap;
	  justify-content: flex-end;
	  align-items: flex-end;
	  align-content: space-between;
  }
  
  .header-top__contact_whatsapp::before {
    content: "";
    position: absolute;
    background: url('/img/svg/phone.svg') no-repeat left top;
    width: 48px;
    height: 60px;
    left: 0;
    display: block;
  }

  .header-top__contact_phone::before {
    content: "";
    position: absolute;
    background: url('/img/svg/phone.svg') no-repeat left top;
    width: 48px;
    height: 60px;
    left: 0;
    display: block;

  }
  .header-top__contact_email::before {
    content: "";
    position: absolute;
    background: url('/img/svg/email.svg') no-repeat left top;
    width: 48px;
    height: 60px;
    left: 0;
    display: block;

  }
  .contact-title{
    margin-bottom: 5px;
  }
  .header-top__contact_whatsapp .contact-title {
    font-size: 22px;
    font-family: Akrobatblack;
    font-weight: 100;
  }
  .header-top__contact_phone .contact-title {
    font-size: 30px;
    font-family: Akrobatblack;
    font-weight: 100;
  }
  .header-top__contact_email .contact-title {
    /* font-size: 22px; */
    font-family: Akrobat;
    font-weight: 100;
  }
  .header-nav {
    font-size: 24px;
    height: 80px;
    background: url('/img/svg/nav-bg.svg') repeat-x left top;
  }
  .header-nav ul.main-level {
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch; */
    height: 80px;
  }
  .header-nav ul.main-level li {
    height: 80px;
    display: inline-block;
  }
  .header-nav ul li {
    display: block;
    line-height: 90%;
    position: relative;
    
  }
  .header-nav li a {
    color: #fff;
    text-decoration: none;
    padding: 25px 0 25px 0;
    display: inline-block;
   
  }
  .header-nav li a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-style: dashed;
  }
  .header-nav ul > li::before {
    content: " ";
    height: 12px;
    width: 12px;
    background: url('/img/svg/sep.svg') no-repeat center center;
    padding-left: 50px;
    padding-bottom: 5px;
    background-size: 12px;
  }
  .header-nav ul > li * ::before {
    background: none;
  }
  .header-nav ul ul {
    height: auto;
  }
  .header-nav li.first::before {
    background:none;
    padding: 0;
  }
  /* .header-nav ul li:first-child {

  } */
  .fix-nav{
    position: fixed;
    top: 0;
    box-shadow: 0 6px 10px rgba(93, 93, 93, 0.35);
    background-color: #00d2ff;
    width: 100%;
    z-index: 99;
    /*opacity:1;*/
  }
  .fix-nav .nav-list ul li ul {
    background: #00d2ff !important;
  }
  .header-offer__title h1 {
    text-shadow: 0 -1px 54px rgba(0, 0, 0, 0.51);
    color: white;
    font-family: Museo900;
    text-align: center;
    font-size: 105px;
    line-height: 110%;
    padding: 0px 20px 0 20px;
    margin-top: 70px;
    margin-bottom: 0;
  }
  .header-offer__subtitle p {
    text-shadow: 0 -1px 54px rgba(0, 0, 0, 0.51);
    color: #f8fcff;
    font-family: Akrobat;
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    padding: 0 30px 0 30px;
  }
  .header-offer__subtitle p strong {
    font-family: Akrobatblack;
    font-weight: 500;
  }
  .header-offer__subtitle {
    margin-bottom: 50px;
  }
  .order {
    background-color: rgba(19, 9, 1, 0.80);
  }
  .order__form {
    padding: 30px;
    display: flex;
    justify-content: space-between ;
	  align-items: center;
    align-content: stretch;
    flex-wrap: nowrap;
  }
  .order input {
    height: 37px;
    border: none;
    background-color: #fff;
    font-size: 20px;
  }
  .order__form div {
    height: 37px;
    background-color: #fff;
  }
  .order__date {
    position: relative;
    padding-left: 38px;
  }
  .order__guests input, .order__contact input {
    padding: 10px;
  }
  .icon-calendar {
    position: absolute;
    top: 0;
    bottom: 2px;
    left: 10px;
    width: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
    background: url('/img/svg/calendar.svg') no-repeat center center;
  }
  .order__submit input {
    width: 180px;
    color: white;
    font-family: Akrobatblack;
    font-size: 24px;
    font-weight: 100;
    background-color: #e90000;
    padding-bottom: 5px;
  }
  .order__submit input:hover {
    box-shadow: 0 0 17.1px 0.9px rgba(27, 15, 2, 0.83);
    cursor: pointer;
  }
  .columns {
    justify-content: space-between;
  }

  .triggers__block {
    padding: 30px 0 30px 0;
    color: black;
    font-family: Akrobatthin;
    text-align: center;
    font-weight: 100;
    min-width: 272px;
    height: 295px;
    background-color: white;
    border: 7px solid #f1f1f1;
    border-radius: 0px 30px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
  .triggers__value {
    color: #01c1f9;
    font-size: 90px;
    font-weight: 100;
    line-height: 99px;
    margin-bottom: 10px;
  }
  .triggers__name {
    font-family:Akrobatblack;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .triggers__name::before {
    content: "";
    height: 12px;
    width: 12px;
    background: url('/img/svg/sep-blue.svg') no-repeat center center;
    padding-left: 40px;
    padding-bottom: 5px;
    background-size: 12px;
  }
  .triggers__name::after {
    content: "";
    height: 12px;
    width: 12px;
    background: url('/img/svg/sep-blue.svg') no-repeat center center;
    padding-right: 40px;
    padding-bottom: 5px;
    background-size: 12px;
  }
  .triggers__subname {
    font-size: 30px;
    font-weight: 200;
  }
  section {
    /* padding-bottom: 100px; */
  }
  #slider {
    /* background: #f2f2f2; */
  }
  /* Вкладки */
  
   ul.tabs-label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    justify-content: left;
    /* height: 80px; */
    padding: 0;
    margin-top: 50px;
    /* margin-bottom: 0; */
 
  }
  ul.tabs-label-main {
    justify-content: center;
  }
  .tabs-label li {
    display: inline-block;
    /* border-right: 3px solid #fff;     */
    margin-right: 5px;
  }
  /* .tabs-label li.last {
    border: none;
    margin: 0;
  } */
  /* .slider-nav li.first a{
      border-radius: 25px 0 0 25px;
  }
  .slider-nav li.last a{
    border-radius: 0 25px 25px 0;   
  } */
  .tabs-label li  {
    /* border-radius: 12px 12px 0 0;  */
    height: 50px;
    padding: 12px 30px 7px 30px;
    display: inline-block;
    line-height: 120%;
    font-family: Museo100;
    font-size: 20px;
    text-decoration: none;
    background: #eee; 
    /* background: #e3e3e3; */
    /* border: 2px solid#69def7; */
    /* border-radius: 5px; */
    cursor: pointer;
  }
  .tabs-label li.active {
    background-color: #00d2ff;
    color: #fff;
    z-index: 2;
    margin-bottom: -2px;
  }
  /* .tabs-label li:hover { 
    box-shadow: 0 0 5px #b0b0b0;
  }  */
.tabs .content {
    border: 1px solid #eee; 
    min-height: 200px;
    padding: 30px;
    z-index: 1;
}
.seats-room {
    font-size: 30px;
    margin: 0 0 3px 0;
}
  .slider-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items:  flex-start;
    align-content: stretch;
    justify-content: space-between;
    /* padding: 40px 30px 40px 30px; */
  }
  .slider-body_col-info {
    width: 300px;
    padding-left: 30px;
  }
  .slider-body_col-info ul.marker_blue {
    margin-bottom: 40px;
    padding-left: 20px;
  }
  .sep_star li {
    list-style-type: none;
  }
  .sep_star li::before {
    content: " ";
    height: 12px;
    width: 12px;
    background: url('/img/svg/sep-blue.svg') no-repeat center center;
    background-size: auto;
    padding-left: 55px;
    padding-bottom: 5px;
    background-size: 12px;
  }
  ul.marker_blue {
    margin: 5px 0 25px 0;
    padding-left: 25px;
  }
  ul.marker_blue li{
    color: #00d2ff;
    line-height: 100%;
  }
  ul.marker_blue li span{
    color: #fff;
    font-size: 20px;
    line-height: 100%;
  }
  .slider-body_col-info h3 {
    font-family: Museo100;
    line-height: 100%;
    font-size: 40px;
    margin: 10px 0 40px 0;
  }
  .room-price {
    display: inline-block;
    font-family: Museo900;
    font-size: 35px;
    margin-bottom: 10px;
  }
  .slider-body_col-info p {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .slider-body_col-info a {
   
  }
  .button-cardRoom {
    display: block;
    width: 218px;
    /* height: 54px; */
    background-color: red;
    color: #fff;
    text-decoration: none;
    /* font-size: 20px; */
    line-height: 10px;
    text-align: center;
    font-family: Museo900;
    font-weight: 100;
    padding: 20px;
  }
  .button-section {
    display: block;
    width: 218px;
    /* height: 54px; */
    background-color: red;
    color: #fff;
    text-decoration: none;
    /* font-size: 20px; */
    line-height: 10px;
    text-align: center;
    font-family: Museo900;
    font-weight: 100;
    padding: 20px;
  }
  .button-section_blue {
    background-color: #00d2ff;
  }
  .slider-body_col-img {
    width: 761px;
    height: 418px;
    background-color: white;
    /* box-shadow: 0 0 27px #727272; */
  }
  .owl-item .room-items-container {
    margin-bottom: 0;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 30px !important;
    background: #e4e4e4 !important;
    border-radius: 0 !important;
  }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00d2ff !important;
  }
  .owl-dots {
    z-index: auto;
    position: absolute;
    right: 0;
    margin-right: 25px;
  }
  #promo {
    background: url('/img/promo.jpg') no-repeat top center;
    height: 866px;
    background-size: cover;
  }
  .promo {

  }
  .promo__item {
    width: 369px;
    height: 379px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 10px solid #f1f1f1;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    padding: 25px;
    padding-right: 20px;
  }
  .num-promo-block {
    color: #fefefe;
    font-family: Akrobatblack;
    font-size: 121px;
    font-weight: 700;
    line-height: 70%;
    margin-right: 20px;
  }
  .title-promo-block {
    font-family: Museo100;
    font-size: 38px;
    line-height: 100%;
    color: black;
    display: inline-block;
    margin-bottom: 40px;
  }
  .text-promo-block {
    color: #020202;
    font-family: Museo900;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    margin-bottom: 40PX;
  }
  .button-promo-block {
    
  }
  .program__item {
    width: 570px;
    height: 281px;
    background-color: #f7f7f9;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
  }
  .program__item {
    padding: 30px;
  }
  .program-name {
    font-family: Akrobatthin;
    font-size: 30px;
    font-weight: 100;
    line-height: 0;
    margin-bottom: 20px;
    display: inline-block;
  }
  .program-title {
    color: #020202;
    font-family: Akrobatblack;
    font-weight: 100;
    font-size: 48px;
    margin-bottom: 50px;
  }
  .program__item_1 {
    background: url('/img/bg-prog-item1.jpg') no-repeat top center;
  }
  .program__item_2 {
    background: url('/img/bg-prog-item2.jpg') no-repeat top center;
  }
  .program__item_3 {
    background: url('/img/bg-prog-item3.jpg') no-repeat top center;
  }
  .program__item_4 {
    background: url('/img/bg-prog-item4.jpg') no-repeat top center;
  }
  .program__item_5 {
    background: url('/img/bg-prog-item5.jpg') no-repeat top center;
  }
  .program__item_6 {
    background: url('/img/bg-prog-item6.jpg') no-repeat top center;
  }
  .pastime__item {
    width: 370px;
    height: 229px;
    background-color: white;
    box-shadow: 0 0 24px dimgrey;
    background-size: cover !important;
    margin-bottom: 40px;
  }
  .pastime__item_1 {
    background: url('/img/bg-pastime-item1.jpg') no-repeat top center;
  }
  .pastime__item_2 {
    background: url('/img/bg-pastime-item2.jpg') no-repeat top center;
  }
  .pastime__item_3 {
    background: url('/img/bg-pastime-item3.jpg') no-repeat top center;
  }
  .pastime__item_4 {
    background: url('/img/bg-pastime-item4.jpg') no-repeat top center;
  }
  .pastime__item_5 {
    background: url('/img/bg-pastime-item5.jpg') no-repeat top center;
  }
  .pastime__item_6 {
    background: url('/img/bg-pastime-item6.jpg') no-repeat top center;
  }
  .pastime__title {
    color: white;
    font-family: Museo900;
    font-size: 35px;
    display: block;
    text-align: center;
    margin: auto 0;
  }
  .overflow {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a.overflow:hover{
    background-color: rgba(0, 0, 0, 0.2);
  }
  .service__item {
    width: 50%;
    height: 497px;
  }
  .service__title {
    font-family: Akrobat;
    color: #fff;
    font-size: 51px;
    font-weight: 300;
    line-height: 71px;
  }
  .service__item_1 {
    background: url('/img/service-item1.jpg') no-repeat top center;
    background-size: cover;
  }
  .service__item_2 {
    background: url('/img/service-item2.jpg') no-repeat top center;
    background-size: cover;
  }
.bg-dark-grey {
  background: #262626;
}
.contact-text {
  color: white;
  font-family: Akrobat;
  font-size: 26px;
  line-height: 170%;
  text-align: center;
}
/* Rooms CSS */
.slider-main-page .room-items-container {
  margin-bottom: 0;
}
.room-items-container {
  background-color: white;
  border: 1px solid #efefef;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  height: 418px;
  color: #fff;
  border: 10px solid #f8f8f8;
}
.room-info-card {
  width: 40%;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 25px 50px 25px 70px;
  position: relative;
}
.label {
  display: inline;
  /* padding: 0.2em 0.6em 0.3em; */
  padding: 0 0.6em 0.15em;
  font-size: 75%;
  /* font-weight: 700; */
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  border: 1px solid #fff;
}
.label-blue {
  /* background-color: #33d6ff; */
  /* background-color: #fff; */
}
.room-card-corpus {
  height: 20px;
  font-size: 18px;
  /* display: inline-block; */
  margin: 0 0 5px 0;
}
.room-card-title {
  font-family: Museo900;
  font-size: 30px;
  padding-bottom: 10px;
  padding-top: 20px;
}
.room-info-card h2 {
  font-family: Museo100;
  font-weight: 900;
  font-size: 24px;  
  margin: 0;
  padding: 0;
  font-size: 180%;
  line-height: 100%;
}
.room-card-desc p {
  font-size: 20px;
  margin: 0 0 30px 0 ;
}
.slider-room {
  height: 500px;
  width: 741px;
}
.slider-main-page, .slider-room {
  background-color: white;
  /* border: 10px solid #f8f8f8; */
  /* border-radius: 15px; */
}
.slider-main-page {
  /* padding: 30px; */
}
.owl-carousel .owl-item img {
  width: auto;
}
.container-room {
  display: flex;
  flex-flow: row;
  align-items: start;
}
.form-body-room {
  max-width: 400px;
  width: 100%;
  min-width: 290px;
  z-index: 20;
  margin-left: auto;
  justify-self: stretch;
  padding: 20px;
  padding-top: 35px;
  background-color: #e6e6e6;
  border: 10px solid #f8f8f8;
  border-radius: 15px;
  height: 500px;
}
.main-price-room {
    color: black;
    font-family: Akrobatblack;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-price-room span {
  color: #33d6ff;
  font-family: Akrobatblack;
  font-size: 40px;
  font-weight: 900;
}
/* .rest-price-room {
  color: black;
  font-family: Akrobat;
  font-size: 24px;
  font-weight: 300;
} */
.rest-price-room {
color: #33d6ff;
font-family: Akrobatblack;
font-size: 24px;
font-weight: 700;
}
.table-x {
  display: table;
  table-layout:fixed;
  width: 100%;
  font-size: 85%;
}
.table-x__row {
  display: table-row;
  height: 70px;
}
.table-x__row-header {
  background-color:  #33d6ff;
  color: #fff !important;
  /* font-size: 85%; */
  line-height: 120%;
  height: 100px;
  /* position: fixed; */
}
.table-x__row-header div{
  border-left: 1px solid #86e2f9;
}
.table-x__row-header .col-x{
 
}
/* .table-x div.table-x__row:nth-of-type(2n) {
  background: #f9f9f9;
} */
.table-x__row-corpus {
  font-size: 100%;
  background: #f9f9f9; 
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-weight: bold;
  height: 80px;
  /* font-style: italic;
  color: #33d6ff; */
}
.table-x__row .col-x {
  display: table-cell;
  padding: 10px 20px 10px 15px;
  vertical-align: middle;
  text-align: center;
  /* white-space: nowrap; */
}
.table-x__row.table-x__row-body .col-x-col2 {
  white-space: nowrap;
  font-family: Akrobat;
  
  /* width: 200px; */
}
.table-x__row.table-x__row-body a{
  color: #000; 
}
.table-x__row.table-x__row-body a:hover{
  text-decoration: none;
}
.table-x__row .col-x-col1 {
  width: 190px;
}
.table-x__row .col-x-col3, .table-x__row .col-x-col4 {
  width: 70px;
}
.table-x__row .col-x-col5 {
  /* width: 250px; */
 }
 .form-h .form-group {
  margin-bottom: 20px;
}
.form-h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-h input {
  width: 266px;
  min-width: 200px;
  height: 37px;
  background-color: white;
  border-radius: 10px;
  margin-left: 10px;
  padding-left: 10px;
  border: 0;
}
input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.form-h .pl-text {
  font-family: Akrobat;
  font-size: 22px;
  line-height: 80%;
}
.form-h span.text-treaty {
  color: #8a8a8a;
  font-family: Akrobat;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  display: inline-block;
  text-align: center;
}
.icon-calendar-h::before {
  content: " ";
  background: url('../img/svg/calendar.svg') no-repeat center bottom;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-left: -21px;
}
.form-h-btn {
  background-color: #33d6ff;
  border: 7px solid #efefef;
  border-radius: 20px;
  padding: 10px 7% 15px 7%;
  font-family: Akrobatblack;
  line-height: 100%;
  font-size: 28px;
  font-weight: 900;
  color: white;
  margin: 15px 0 0 0;
  width: 230px;
  display: inline-block;
}
.desc-room {
  padding: 15px;
}
.lock {
  position: fixed;
  overflow: hidden;
  height: 100%;
  max-height: 100vh;
  margin-right: 17px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.98);
  z-index: 999;
  display: flex;
  align-items:  flex-start;
  justify-content: center;
}
.over-bg-black {
  background: rgba(0,0,0,0.7);
}
.overlay-content {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: scroll;
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  /*visibility: 0s 0.5s;*/
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.overlay-close-container {
  position: fixed;
  right: 50px;
  top: 50px;
  width:100px;
  height:100px;
  font-size: 18px;
  line-height: normal;
  color: #737373;
}

.close {
  width:50px;
  height:50px;
  display: block;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -khtml-border-radius:50%;
  text-align: center;
  vertical-align: middle;
  background: #333;
  border: 5px solid #f3f3f3;
  cursor: pointer;
  /*background: rgba(125, 201, 10, 10) none repeat scroll 0 0;*/
  margin: 5px 0 0 5px;
}

.close:hover {
  opacity: 1;
  background: rgba(125, 201, 10, 10) none repeat scroll 0 0;
  cursor: pointer;
}
.close:before, .close:after {
  position: absolute;
  /*left: 17px;*/
  content: ' ';
  height: 33px;
  width: 1px;
  margin-top: 3px;
  margin-left: -1px;
  background-color: #fff;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
ul.pagination li {
  display: inline-block;
}
ul.pagination li.active {
  background-color: #00d2ff;
  
}
ul.pagination li.active a {
  color: #fff;
}
.pagination a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
}