/* fancybox */
.grid {
  margin: 30px 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  position: relative;
  background-color: rgba(0, 36, 84, 0.8);
}
.title h1,
h1 {
  text-align: center;
  color: #fff;
  margin: 20px 0;
  font-weight: bold;
}
nav a {
  color: #ffffff;
  text-decoration: none;
}
.header-phone-list a,
.section a {
  color: #ffffff;
}

nav a:hover {
  color: #00a5ff;
  text-decoration: none;
}
a:hover {
  color: #ff0;
  text-decoration: none;
}
h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  margin-top: 40px;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 36px 0;
}

.header-menu nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  margin: 0;
}

.header-menu nav ul li {
  list-style-type: none;
  margin-right: 32px;
}

.header-menu nav ul li a {
  font-size: 14px;
  font-weight: 600;
}
.header-lang a {
  color: #ffffff;
}
.header-lang a:hover {
  color: #00a5ff;
  text-decoration: none;
}

.header-lang .active {
  margin: 0 5px;
}

.header-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-map p {
  margin-top: 15px;
  margin-left: 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.header-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-social {
  margin-left: 20px;
}

.header-social img {
  margin: 19px;
}

.header-phone {
  margin: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-phone img {
  margin-right: 15px;
}

.header-phone-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-phone-list a {
  font-size: 14px;
  font-weight: 600;
}

.active {
  font-weight: 900;
}

.block {
  background: url(../img/bg.jpg) center center/cover no-repeat;
  padding: 70px;
}
.block2,
.block3 {
  background: url(../img/bg.jpg) center center/cover no-repeat;
  padding: 70px 0;
  background-attachment: fixed;
}
.block2 img {
  width: 100%;
}
.block3 h4 {
  background-color: rgba(255, 255, 255, 0.6);
}
.block3 #btn {
  width: 300px;
  margin-bottom: 30px;
}
.box {
  background-color: #335076;
  margin-bottom: 40px;
  display: grid;
}
.video-box {
  position: relative;
}
.video-box a {
  color: #ffffff;
}
.descr {
  position: absolute;
  top: 0px;
  left: 2px;
  right: 2px;
  bottom: 0px;
  text-decoration: none;
  background: url(https://tira.in.ua/img/play_v.svg) center center/cover no-repeat;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
.button-box {
  width: 100%;
  margin: 40px 0 20px;
  display: inline-block;
}
.video-box img {
  width: 350px;
}
.video-box a {
  padding: 0;
  margin: 0;
}
.video-box a:hover {
  text-decoration: none;
  outline: none;
}
.video-box p {
  background: rgb(77, 126, 179);
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 6px;
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
}
.col-xs-12.video-box p {
  padding: 14px;
}
.video-box a:hover .descr {
  opacity: 1;
}
.col-lg-4.video-box,
.col-md-6.video-box,
.col-xs-12.video-box{
  padding: 0 2px;
  margin-bottom: 4px;
}
.section {
  background: url(../img/bg.jpg) center center/cover no-repeat;
  background-attachment: fixed;
  padding: 65px 0;
}

.section-text {
  background-color: #335076;
  color: #ffffff;
  font-size: 14px;
  margin: 0 auto;
  padding: 52px;
}

.footer-response h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}

.footer-response a {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}

.footer-response a img {
  margin-left: 80px;
}

.up-img {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.footer-contact h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.footer-social {
  margin-top: 56px;
}
.footer-social a {
  display: block;
}

.footer hr {
  background-color: #fff;
  margin: 20px 0;
}

.footer-corypt {
  color: #ffffff;
  display: flex;
  justify-content: center;
}
#current_date_time_block {
  margin-right: 5px;
}
.footer h3 {
  text-align: left;
}
.footer img {
  width: 100%;
}
.footer a {
  color: #fff;
}
.footer {
  color: #fff;
}
.footer .viber img {
  width: 150px;
}
.footer .accost {
  text-align: center;
}
.footer .viber {
  display: flex;
  justify-content: center;
}

.btn-table {
	display: block;
	padding: 20px 45px;
	background-color: #1d9956;
	color: #fff;
	margin: 20px auto 40px;
	text-align: center;
	align-items: center;
	font-size: 18px;
	cursor: pointer;
	transition: 0.3s all;
	outline: 0;
	border-radius: 0;
	border: none;
}
.btn-table:hover {
  box-shadow: 0 4px 30px rgba(26, 39, 116, 0.842); 
  color: #000;
}
.btn-reg {
  background-color: #243e5f;
  padding: 5px;
  display: block;
  text-align: center;
  width: 300px;
  margin: 20px auto;
  margin-bottom: 0;
}

.btn-reg:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
.gal .col-lg-4,
.gal .col-md-6, 
.gal .col-xs-12{
  padding: 2px;
}
.tabs {
  min-width: 320px;
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
}
.tabs > section {
  display: none;
  padding: 0px;
}
.tabs > section > p {
  margin: 0 0 5px;
  line-height: 1.5;
  color: #383838;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs > input {
  display: none;
  position: absolute;
}
.tabs > label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.tabs > label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}
/* .tabs>label[for*="1"]:before {
  content: "\f19a";
}
.tabs>label[for*="2"]:before {
  content: "\f17a";
}
.tabs>label[for*="3"]:before {
  content: "\f13b";
} */

.tabs > label:hover {
  color: #00a5ff;
  cursor: pointer;
}
.tabs > input:checked + label {
  color: #00a5ff;
}
#tab1:checked ~ #content-tab1,
#tab2:checked ~ #content-tab2,
#tab3:checked ~ #content-tab3,
#tab4:checked ~ #content-tab4,
#tab5:checked ~ #content-tab5 {
  display: block;
}

#content-tab1,
#content-tab2,
#content-tab3,
#content-tab4,
#content-tab5 {
  text-align: center;
}

@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.footer {
  padding-top: 72px;
  padding-bottom: 34px;
}

.box-text {
  color: #fff;
  padding: 20px;
}
.box-img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.block {
  background: url(../img/bg.jpg) center center/cover no-repeat;
  padding: 70px;
}

.text {
  color: #fff;
  background-color: rgba(0, 36, 84, 0.8);
  padding: 40px;
}
.text h3 {
  max-width: 700px;
  margin: 20px auto;
}

/* сторінка НОМЕРА */
.rooms a {
  text-decoration: none;
}
.rooms h5 {
  font-size: 1.05rem;
}
.rooms .photo {
  display: none;
}
#foto-box .photo-m {
  display: none;
}
.rooms .main-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 5px;
}
.rooms .room-text {
  background: border-box;
}
.main-info img {
  width: 100%;
  max-height: 320px;
}
.room-text {
  background: rgba(255, 255, 255, 0.8);
  min-height: 100px;
  margin: 0;
  padding: 15px 1px 0;
  color: #000;
  text-align: center;
}
.room-info {
  margin: 20px 0;
}
.room-info h5 {
  background: rgba(255, 255, 255, 0.8);
  padding: 22px;
  text-align: center;
  font-weight: bold;
}
.room-info ul {
  margin-top: 15px;
  text-align: left;
  font-weight: normal;
}

.active-main .main-1 a {
  font-size: large;
  font-weight: bold;
}
.active-3d .main-2 a {
  font-size: large;
  font-weight: bold;
}
.active-galery .main-3 a {
  font-size: large;
  font-weight: bold;
}
.active-video .main-4 a {
  font-size: large;
  font-weight: bold;
}
.active-rooms .main-5 a {
  font-size: large;
  font-weight: bold;
}
.active-leasure .main-6 a {
  font-size: large;
  font-weight: bold;
}
.active-contacts .main-7 a {
  font-size: large;
  font-weight: bold;
}
.active-review .main-8 a {
  font-size: large;
  font-weight: bold;
}
.price-box {
  margin: 20px 0;
  display: inline-block;
}
.price-box p {
  line-height: 40px;
}
.show table {
  width: 100%;
  border-collapse: unset;
}
.show tr {
  display: none;
}
tr.show,
.room-1 tr.show-1,
.room-2 tr.show-2,
.room-3 tr.show-3,
.room-4 tr.show-4,
.room-5 tr.show-5,
.room-6 tr.show-6,
.room-7 tr.show-7,
.room-8 tr.show-8,
.room-9 tr.show-9,
.room-10 tr.show-10,
.room-11 tr.show-11,
.room-12 tr.show-12,
.room-13 tr.show-13,
.room-14 tr.show-14,
.room-15 tr.show-15,
.room-16 tr.show-16,
.room-17 tr.show-17,
.room-18 tr.show-18 {
  display: table-row;
}
.hide #hide {
  display: none;
}
.hide .container {
  padding: 0;
}
.row img {
  width: 100%;
}
.row.gal img {
  padding: 0;
}

#foto-box img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}

#btn-ru,
#btn,
#btn-contacts {
  display: block;
  padding: 20px 45px;
  background-color: #1d9956;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s all;
  outline: 0;
  border-radius: 0;
}
#btn:hover,
#btn-ru:hover,
#btn-contacts:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgb(0, 0, 0);
}

.order__form button {
  background-color: #ffffff3d;
  color: #fff;
  border: none;

  height: 50px;
  width: 300px;
}
.btn:hover {

}
.btn_dark {
  background-color: #303030;
  color: #fff;
  border: none;
}
.btn_min {
  height: 50px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__dialog {
  max-width: 500px;
  margin: 40px auto;
}
.modal__content {
  position: relative;
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  max-height: 80vh;
  overflow-y: auto;
}
.modal__close {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 30px;
  color: #000;
  opacity: 0.5;
  font-weight: 700;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.modal__title {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: black;
}
.modal__input {
  display: block;
  margin: 20px auto 20px auto;
  width: 280px;
  height: 50px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  outline: 0;
}
.modal .btn {
  display: block;
  width: 280px;
  margin: 0 auto;
}
.see {
  display: block;
}
.notsee {
  display: none;
}
.booking {
  padding-top: 50px;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}
.order__form {
  margin-top: 10px;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
input.order__input {
  display: block;
  width: 280px;
  height: 50px;
  background: rgba(255, 255, 255, 0.699);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  outline: 0;
}
.room-foto__line img {
  width: 100%;
  padding: 15px 0;
}

.table td,
.table th {
  border: 0;
}
.table > :not(caption) > * > * {
  border: 0;
}

a.data-fancybox {
  width: 100%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  padding-top: 50%;
}
.play {
  position: absolute;
  top: 50%;
  margin-top: -70px;
  margin-left: -70px;
  width: 140px;
  height: 140px;
}
.footer #btn {
  width: 100%;
  padding: 10px 0;
}
.footer #btn:hover {
  background: rgba(255, 255, 255, 0.8);
}
.footer span,
.contacts-text span {
  text-align: center;
  font-size: 50px;
  display: block;
}
.contacts-text p {
  margin-top: 20px;
  text-align: center;
}
.contacts-text a {
  display: flex;
  justify-content: center;
}
.contacts-text {
  padding: 50px;
  color: #fff;
  background-color: rgba(0, 36, 84, 0.8);
}
.contacts-text hr {
  margin: 45px 0;
}
.contacts-text a:hover {
  text-decoration: none;
}
.modal-text {
  color: #335076;
}
.modal-text h4 {
  font-weight: bold;
  text-align: center;
}
