html {height: 100%;}
body {
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255) url('/img/bg.png');
  font-family: fira_sansregular, sans-serif;
  font-size: 14px;
  color: rgb(255,255,255);
  background-size: cover;
}
input,
textarea,
select,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {vertical-align: top;}
.clearfix:before,
.header:before,
.footer:before,
.aside:before,
.columns:before,
[class|="section"]:before,
[class*="wrapper"]:before {
  content: " ";
  display: table;
}
.clearfix:after,
.header:after,
.footer:after,
.aside:after,
.columns:after,
[class|="section"]:after,
[class*="wrapper"]:after {
  content: " ";
  display: table;
  clear: both;
}
.clearfix,
.header,
.footer,
.aside,
.col,
.columns,
[class|="section"],
[class*="wrapper"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.center-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  min-width: 600px;
  max-width: 1000px;
}
.fl-l { float: left !important; }
.fl-r { float: right !important; }
.ta-l { text-align: left !important; }
.ta-c { text-align: center !important; }
.ta-r { text-align: right !important; }
.cl { clear: both; }
.cl-l { clear: left; }
.cl-r { clear: right; }

/***************************************/
div.gradient-button {
  background: #387a51;
  background: linear-gradient(180deg,rgba(56, 122, 81, 1) 57%, rgba(14, 153, 14, 1) 100%);
  font-family: fira_sansbold;
  font-size: 18px;
  color: rgb(255,255,255);
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
div.simple-button {
  background: rgb(7, 71, 17);
  font-family: fira_sansbold;
  font-size: 18px;
  color: rgb(255,255,255);
  padding: 7px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;  
  border: 2px solid rgb(8, 113, 23);
  cursor: pointer;
}
/***************************************/
a {
  color: rgb(75,162,212);
}
/*
div.space {
  background: url('/img/space.jpg') center center no-repeat;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -10;
}
*/
div.space {
  background: url('/img/pattern.png') center center repeat;
  position: fixed;
  background-size: 25%;
  width: 100%;
  height: 100%;
  z-index: -10;
}
/*
div.planet {
  background: url('/img/planet.png') center 55px no-repeat;
  width: 100%;
  height: 100%;
}
*/
.fog {
  background: rgba(0,0,0,0.7);
}
#fog {
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
  display: none;
}
#modal {
  background: rgba(242,242,242,1);
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(212,212,212,1)));
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d4d4d4', GradientType=0 );  
  position: absolute;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  height: auto;
  top: 100px;
  z-index: 11;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;  
  display: none;
}
#modal #close {
  width: 32px;
  height: 32px;
  background: url('/img/close.png');
  float: right;
  margin-top: -40px;
  margin-right: -10px;
  cursor: pointer;
}
#modal #work {
  color: rgb(0,0,0);
  padding: 20px;
  text-align: center;
}
#modal #work input, #modal #work textarea {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgb(150,150,150);
  width: 80%;
}
#modal #work textarea {
  width: 100% !important;
}
#modal .gradient-button {
  margin-top: 20px;
  width: 150px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#modal #booking-ready {
  width: 100%;
}
#modal #booking-ready input {
  width: 100%;
}
#modal #booking-all input {
  width: 100%;
}
header {
  width: 100%;
  height: 240px;
}
header > div.social img {
  margin-right: 8px;
}
header > div.contact {
  color: rgb(255 234 127);
  text-shadow: 1px 2px 0px #CE5937;
}
header > div.contact div.phone {
  font-family: fira_sansbold;
  font-size: 48px;
}
header > div.contact div.phone span.code {
  font-family: fira_sansbold;
  font-size: 24px;
}
header div.logo {
  background: url('/img/logo.png') center center no-repeat;
  width: 100%;
  height: 100%;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
}
section.about {
  padding: 5px;
  line-height: 18px;
  margin-bottom: 10px;
}
header div.social {
  margin-top: 20px;
  display: flex;
  position: absolute;
}
header div.phone {
  margin-top: 20px;
}
header, section.menu, section.quests, section.schedule, footer {
  /* margin-top: 25px;   */
}
section.menu, section.categories {
  text-align: center;
  width: 100%;
}
section.menu ul, section.categories ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
section.menu ul li, .btn {
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(242,242,242,1);
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(212,212,212,1)));
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d4d4d4', GradientType=0 );  
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
}
section.menu ul li.loft {
  background: #387a51;
  background: linear-gradient(180deg,rgba(56, 122, 81, 1) 57%, rgba(14, 153, 14, 1) 100%);
}
section.menu ul li.loft a {
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
section.categories ul li {
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 228, 254,1);
  background: -moz-linear-gradient(top, rgba(255, 228, 254,1) 0%, rgba(254,208,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 228, 254,1)), color-stop(100%, rgba(254,208,255,1)));
  background: -webkit-linear-gradient(top, rgba(255, 228, 254,1) 0%, rgba(254,208,255,1) 100%);
  background: -o-linear-gradient(top, rgba(255, 228, 254,1) 0%, rgba(254,208,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255, 228, 254,1) 0%, rgba(254,208,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255, 228, 254,1) 0%, rgba(254,208,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d4d4d4', GradientType=0 );  
  padding: 8px 18px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.8);
}
section.menu ul li a, .btn {
  color: rgb(48,48,48);
  font-family: neskid;
  font-size: 22px;
  text-decoration: none;
}
.btn {
  color: rgb(48 39 132);
}
section.categories ul li a {
  color: rgb(48,48,48);
  font-family: neskid;
  font-size: 18px;
  text-decoration: none;
}
section.quests div.quest {
  width: 24%;
  height: 332px;
  border: 1px solid rgb(49,43,128);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.8);  
  float: left;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
section.quests div.quest div.rating {
  margin-top: 20px;
  margin-right: 20px;
}
section.quests div.quest div.rating img {
  margin-left: 3px;
}
section.quests div.quest:nth-child(odd) {
  float: left;
}
section.quests div.quest:nth-child(even) {
  float: right;
}
section.quests div.quest div.header {
  margin-top: 20px;
  margin-left: 20px;  
  font-family: fira_sansregular;
  font-size: 18px;
  width: 320px;
}
section.quests div.quest div.header span {
  font-family: fira_sansbold;
  font-size: 30px;
}
section.quests div.quest div.text-box {
  margin-top: 252px;
  width: 100%;
  height: 80px;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
section.quests div.quest div.text-box div.text {
  font-size: 13px;
  line-height: 15px;
  width: 290px;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
}
section.quests div.quest div.text-box div.text p {
  margin: 0px;
  padding: 0px;
}
section.schedule div.dates {
  width: 100%;
  height: 80px;
  font-family: fira_sansbold;
  font-size: 36px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 10px;
}
section.schedule div.days {
  width: 960px;
  height: 50px;
  margin: 0 auto;
}
section.schedule div.days div.day, section.schedule div.days div.hday {
  float: left;
  text-align: center;
  margin-left: 9px;
  margin-right: 9px;
  padding: 11px;
  font-family: fira_sansregular;
  font-size: 20px;  
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
section.schedule div.days div.day:hover, section.schedule div.days div.hday:hover {
  background: rgba(0,0,0,0.7);
  cursor: pointer;
}
section.schedule div.days div.hday a {
  color: rgb(254,173,0);
  text-decoration: none;
}
section.schedule div.days div.day a {
  color: rgb(255,255,255);
  text-decoration: none;
}
section.schedule div.days div.day span, section.schedule div.days div.hday span {
  font-family: fira_sansbold;
  font-size: 26px;
}
section.schedule div.quests div.quest {
  margin-left: 27px;
  margin-right: 27px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: fira_sansregular;
  font-size: 14px;
  line-height: 20px;
}
section.schedule div.quests div.quest span {
  font-family: fira_sansbold;
  font-size: 18px;
}
section.schedule div.quests div.quest div.times div.time, section.quest div.times div.time {
  float: left;
  font-family: fira_sansregular;
  font-size: 15px;
  padding: 7px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-left: 5px;
  cursor: pointer;
}
section.schedule div.quests div.quest div.times div.white, section.quest div.times div.white {
  background: rgba(242,242,242,1);
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(100%, rgba(212,212,212,1)));
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(212,212,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#d4d4d4', GradientType=0 );  
  color: rgb(0,0,0);
}
section.schedule div.quests div.quest div.times div.empty, section.quest div.times div.empty {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(251,251,251,0) 25%, rgba(237,237,237,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(25%, rgba(251,251,251,0)), color-stop(100%, rgba(237,237,237,0)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(251,251,251,0) 25%, rgba(237,237,237,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(251,251,251,0) 25%, rgba(237,237,237,0) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(251,251,251,0) 25%, rgba(237,237,237,0) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(251,251,251,0) 25%, rgba(237,237,237,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 1);  
}
section.schedule div.quests div.quest div.times div.block, section.quest div.times div.block {
  background: rgba(155,155,155,0.7);
  border: 1px solid rgb(155,155,155);
  color: rgb(100,100,100) !important;
  cursor: default;
}
section.text {
  margin-top: 30px;
  padding: 20px;
  background: rgba(0,0,0,0.7);
  font-size: 16px;
  line-height: 20px;
}
section.quest div.photo {
  width: 100%;
  height: 650px;
/*   margin-top: 25px;
  margin-bottom: 25px;
 */}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
section.quest div.header {
  font-size: 40px;
  font-weight: bold;
  padding: 20px;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
  line-height: 50px;
}
section.quest div.header span {
  font-size: 14px;
  font-weight: normal;
}
section.quest div.header p {
  margin: 0px;
  padding: 0px;
}
section.quest div.text {
  margin-top: 30px;
  padding: 20px;
  background: rgba(0,0,0,0.9);
  font-size: 16px;
  line-height: 20px;
}
section.quest div.times {
  width: auto;
  height: 30px;
  margin-left: 15px;
  margin-bottom: 5px;
}
section.quest div.prices {
  width: auto;
  margin-bottom: 10px;
}
footer div.hr {
  background: rgb(255,255,255);
  width: 100%;
  height: 1px;
}
footer > div:nth-child(2) {
  height: 175px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;    
}
footer div.copyright {
  width: 400px;
}
footer div.contacts {
  text-align: right;
  width: 250px;
  line-height: 17px;
}
section.quest div.day-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
section.quest div.days div.day span, section.quest div.days div.hday span {
  font-size: 26px;
}
section.quest div.day-box div.day {
  font-size: 18px;
}
section.quest div.day-box div.hday {
  font-size: 18px;
  color: rgb(254,173,0);
}
header .contact {
  width: 350px;
  text-align: right;
  padding-right: 10px;
}
header .contact .address {
  font-family: 'fira_sansregular';  
  font-size: 16px;
  text-align: right;
}
div.slider div.prev {
  background: url('/img/prev.png') center center no-repeat;
  left: 10px;
}
div.slider div.next {
  background: url('/img/next.png') center center no-repeat;
  right: 10px;
}
div.slider div.prev, div.slider div.next {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 270px;
  z-index: 9;
  cursor: pointer;
}
div.simple-button.reviews {
  width: 200px;
  margin: 20px auto;
  text-align: center;
}
div#reviews {
  background: rgba(0,0,0,0.5);
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;  
}
div.attention {
  text-align: center;
  color: rgb(255, 255, 0);
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
}
div.quests div.quest div.name a {
  color: rgb(255, 255, 255);
}
section.quests {
  width: 100%;
  max-width: 1329px;
  margin: 0 auto;
}
section.quests a {
  color: rgb(255,255,255);
}

@media (max-width: 1000px) {
  .center-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  section.quests {
    width: 100%;
    text-align: center;
  }
  section.quests div.quest div.header {
    font-size: 13px;
    line-height: 19px;
  }
  .rating img {
    width: 15px !important;
    height: 14px !important;
  }
  div.simple-button {
    font-size: 13px;
  }
  section.quests div.quest div.image div.label {
    padding-top: 10px !important;
  }
  section.quests div.quest div.image div.label p {
    line-height: 10px;
  }
  /*

  section.quests div.quest {
    width: 318px !important;
  }

  */
}
@media (max-width: 1300px) {
  div.photos div.photo {
    width: 950px !important;
  }
}

.price1 td, .price2 td {
  padding: 10px;
}

.price1 thead tr:nth-child(1) td:nth-child(2) {
  width: 100px;
}
.price1 thead tr:nth-child(1) td:nth-child(3), .price1 thead tr:nth-child(1) td:nth-child(4) {
  width: 200px;
}
.price1 thead tr:last-child td:nth-child(1), .price1 thead tr:last-child td:nth-child(2), .price1 thead tr:last-child td:nth-child(3), .price1 thead tr:last-child td:nth-child(4) {
  width: 100px;
}

.price1 thead tr:first-child td:nth-child(2), .price1 thead tr:last-child td:nth-child(1), .price1 thead tr:last-child td:nth-child(2), .price1 thead tr:last-child td:nth-child(3), .price1 thead tr:last-child td:nth-child(4) {
  text-align: center;
}
.price1 tbody tr td:nth-child(2),.price1 tbody tr td:nth-child(3), .price1 tbody tr td:nth-child(4), .price1 tbody tr td:nth-child(5), .price1 tbody tr td:nth-child(6) {
  text-align: center;
}
.price2 thead tr:first-child td:nth-child(2) {
  width: 200px;
  text-align: center;
}
.price2 thead tr:last-child td:nth-child(1), .price2 thead tr:last-child td:nth-child(2) {
  width: 100px;
  text-align: center;
}
.price2 tbody tr td:nth-child(2), .price2 tbody tr td:nth-child(3) {
  text-align: center;
}

#modal .select2 span.select2 {
  width: 100%;
}
#modal .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: normal;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#modal .select2-container .select2-selection--single {
  height: auto;
  padding: 5px 2px;
  border-radius: 7px;
  border: 1px solid rgb(150,150,150);
  line-height: 20px;
}
.select2-results__option {
  color: black;
}
#modal #booking-all .booking-cost {
  display: none;
}
#modal #booking-all .booking-cost span {
  font-size: 20px;
}
#modal #booking-all .booking-cost span span {
  font-size: 24px;
  font-weight: bold;
}

#modal #booking-all .select2-selection--multiple {
  min-height: 48px;
}
#modal #booking-all .select2-selection--multiple textarea {
  display: none;
}
#modal #booking-all input[type=checkbox] {
  width: auto;
}