*,*::before,*::after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}img:not([alt]){filter:blur(10px)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

html, body
{
 margin: 0;
 padding: 0;
 line-height: 1;
 height: 100%;
 font-size: 14px;
 background-color: #fff;
 font-family: 'PT Sans', sans-serif;
}

table
{
 border-collapse: collapse;
 border-spacing: 0;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }

a {
	color: #014B8F;
	transition: color ease 0.2s;
	text-decoration: none;
}
a:hover {
	color: #F7921B;
}
a.hidlnk {
	color: #333;
	cursor: text;
}

.wrapper {
	min-height: 100%;
	opacity: 0;
	transition: opacity 0.8s ease 0s;
}
.wrapper._loaded {
	opacity: 1;
}
.wrapper._loaded .header{
	transition: transform 0.8s ease 0.8s;
	transform: translate(0px, 0px);
}
.wrapper._loaded .page__pagination {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, -50%);
	transition: opacity 0.6s ease 0.8s;
}
.wrapper._free .page__pagination {
	transition: all 0.3s ease 0s;
	transform: translate(50px, -50%);
	opacity: 0;
}


.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 25px;
}



.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	transform: translate(0px, -100%);
}
.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 2;
}
.header__body {
	position: relative;
	display: flex;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.header__logo, .logolang {
	z-index: 3;
}
.header__logo h1 {
	margin: 0;
}
.header__logo img {
	max-width: 100%;
}
.logolang {
	position: absolute;
	left: 190px;
	font-weight: bold;
}
.logolang a {
	font-size: 1.3em;
	line-height: 1.2em;
}
.header__burger {
	display: none;
}
.header__list {
	display: flex;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0;
}
.header__list li {
	margin: 0 0 0 10px;
	list-style: none;
}
.header__link {
	color: #777;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
}
.header__link._active {
	color: #014B8F;
}



.icon {
	display: flex;
	align-items: center;
	font-size: 16px;
	z-index: 3;
	color: #333;
	line-height: 1.2em;
}
.icon i {
	margin-right: 15px;
	font-size: 20px;
}
.social i {
	font-size: 30px;
}



/* убираем стандартный скролл */
.page {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.page__wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.page__screen {
	display: flex;
}
/* ------ */
.screen {
	flex: 1 0 100%;
	position: relative;
}
.screen__content {
	padding: 0 25px 25px 25px;
	position: relative;
	z-index: 2;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.screen__title {
	font-size: 35px;
	color: #014B8F;
	margin: 0 0 30px 0;
	display: inline-block;
	font-family: 'Merriweather', serif;
}



.screen__body {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}
.screen__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.screen__image img{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.screen__text {
	font-size: 17px;
	line-height: 130%;
	color: #333;
}
.screen__text p {
	margin: 0 0 20px 0;
}
.screen__text p:last-child {
	margin-bottom: 0;
}




.page__pagination {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translate(50px, -50%);
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-direction: column;
}
.page__bullet {
	width: 15px;
	height: 15px;
	cursor: pointer;
	background-color: rgba(1, 75, 143, 0.5);
	margin: 10px 0;
	transition: background-color 0.3s ease 0s;
}
.page__bullet_active {
	background-color: #fff;
}
.page__scroll {
	position: absolute;
	top: 0;
	right: 0;
	width: 4px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
}
.page__drag-scroll {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
}












.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 16px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.mainSwiper p {
	position: absolute;
	text-transform: uppercase;
	line-height: 1.3em;
	/* padding: 40px; */
	color: #fff;
	/* width:70%; */
	bottom: 150px;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
	font-size: 1.8em;
	/* text-shadow: 2px 2px 3px #000; */
	background: rgba(1, 75, 143, 0.7);
}

.mainSwiper p span {
	display: block;
	padding: 20px;
}



.sea_bg {
	background: url('../img/bg01.jpg') center / cover no-repeat;
}
.corner-left {
	background: url('../img/corner1.jpg') left top no-repeat;
}
.corner-right {
	background: url('../img/corner2.jpg') right bottom no-repeat;
}

.half {
	flex: 0 1 50%;
}
.half iframe {
	margin-top: 20px;
}




.room-descr {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: rgba(1, 75, 143, 0.8);
	height: auto;
	padding: 10px 15px;
}
.room-descr span {
	font-size: 17px;
	color: #fff;
}
.gal-cont {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.gal-thumb {
	flex: 0 1 30%;
	margin: 1%;
	position: relative;
	overflow: hidden;
}
.gal-thumb span {
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(1, 75, 143, 0.8);
	width: 100%;
	font-size: 16px;
	height: auto;
	transition: bottom .25s ease;
	padding: 5px 15px;
}
/* .gal-thumb a:hover span {
	bottom: 0;
}
 */


.contentSwiper {
	max-width: 600px;
}
.popup .contentSwiper {
	max-width: 100%;
}
.contentSwiper-pagination {
	text-align: center;
	padding-top: 20px;
}

.leftcolumn {
	padding: 30px 40px 30px 20px;
	margin: 0 -20px 0 0;
}
.rightcolumn {
	padding: 30px 40px 30px 30px;
}
.fullcolumn {
	padding: 30px 20px 20px;
}

.pricecont_mob {
	display: none;
}

.price td, .price th {border: 1px solid #82BBEE; padding: 10px;} 
.price { text-align: left; background-color: #fff; border: 2px solid #014B8F;}
.price thead { text-align: center; background-color: #014B8F; color: #fff; border: 2px solid #014B8F;}
.price th {vertical-align: middle;}
.price td {vertical-align: middle; text-align: center;}
.price caption {margin: 10px 0;}



/* popups */
.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* background-color: #333; */
  /* padding: 50px; */
  width: 100%;
  max-width: 900px;
}

.popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}



._lighted {
	opacity: .6;
}
._textbg {
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.cent_text {
	text-align: center;
}


.gallery_bg {
	background: url('../img/bg06.jpg') top / cover no-repeat;
	opacity: .4;
}



.slider-front {
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 3;
	width: 100%;
	margin: 0 auto;
	margin-top: 100px;
	height: 45vh;
	max-width: 397px;
}
.slider-logo {
	background: url('../img/logo_b.png') center / contain no-repeat;
	max-height: 186px;
	width: 450px;
	height: 186px;
}
.slider-logo-ua {
	background: url('../img/logo_b_ua.png') center / contain no-repeat;
	max-height: 186px;
	width: 450px;
	height: 186px;
}
.slider-circle {
	background: url('../img/main-rounded.png') center / contain no-repeat;
	height: 397px;
	width: 397px;
	max-width: 100%;
	max-height: 100%;
}

.lang {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	text-shadow: 1px 1px 5px #000;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	bottom: 15px;
	z-index: 3;
}
.lang a {
	color: #fff;
}
.lang a:hover {
	color: #FFC924;
}
.lang .icon {
	justify-content: center;
	margin-top: 15px;
}
.lang .icon i {
	margin: 0 15px;
}


.popup_proezd .popup__body, .popup_booking .popup__body {
	background: #fff;
	padding: 30px;
}

.services {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.services p {
	display: flex;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.services p span {
	display: block;
	margin: 0;
	padding: 0;
}
.services svg {
	height: 100px;
	width: 100%;
	margin-bottom: 15px;
	fill: #014B8F;
	transition: fill .25s ease;
}
.services svg:hover {
	fill: #F7921B;
}


#contact-form {
	margin-bottom: 0;
}
#contact-form p {
	margin-bottom: 1px;
}
#contact-form input,
#contact-form textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	color: #333;
	font-size: 16px;
	height: auto;
	padding: 15px;
	margin: 0;
	resize: none;
}
#contact-form input {
	width: 100%;
	box-sizing: border-box;
}
#contact-form textarea {
	width: 100%;
	resize: vertical;
	box-sizing: border-box;
}
#contact-form .submit {
	background: #014B8F;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	padding: 16px 40px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	margin-top: 30px;
	transition: background 0.1s linear 0s, color 0.1s linear 0s;
}
#contact-form .submit:hover {
	background: #F7921B;
}
#response {
	margin-top: 20px;
	color: #014B8F;
}
.cd-response-success {
	margin-top: -45px;
	background: #F7921B;
	color: #fff;
	font-weight: 800;
	padding: 10px;
	visibility: hidden;
	transition: transform .3s 0s, visibility 0s .3s;
	z-index: 3;
}
.cd-response-success.slide-in {
	visibility: visible;
	margin-top: 0;
	transition: transform .3s 0s, visibility 0s 0s;
}





@media (max-width:1200px) {
	.header__wrapper {
		padding: 0 25px;
	}

}

@media (max-width: 1000px){
	.screen__content {
		flex-direction: column;
		padding-top: 100px;
	}
	.mainSwiper p {
		font-size: 1.4em;
	}
	.lang {
		font-size: 30px;
	}

	.half {
		width: 100%;
		/* overflow: hidden; */
	}
	.gal-cont {
		display: flex;
	}
	.leftcolumn {
		padding-right: 20px;
	}
	.contentSwiper {
		display: block;
		width: 100%;
		max-width: 100%;
		height: 500px;
		margin: 0 auto;
	}
	.contentSwiper .swiper-wrapper {
		width: 0px;
		height: auto;
	}


	.leftcolumn {
		margin: 0 0 20px 0;
	}


	.header__burger {
		display: block;
		position: relative;
		width: 30px;
		height: 20px;
		z-index: 3;
	}
	.header__burger:before,
	.header__burger:after {
		content: '';
		background-color: #333;
		position: absolute;
		width: 100%;
		height: 2px;
		left: 0;
		transition: all 0.3s ease 0s;
	}
	.header__burger span {
		position: absolute;
		background-color: #333;
		left: 0;
		width: 100%;
		height: 2px;
		top: 9px;
		transition: all 0.3s ease 0s;
	}
	.header__burger:before {
		top: 0;
	}
	.header__burger:after {
		bottom: 0;
	}
	.header__burger._active:before {
		transform: rotate(45deg);
		top: 9px;
	}
	.header__burger._active:after {
		transform: rotate(-45deg);
		bottom: 9px;
	}
	.header__burger._active span {
		transform: scale(0);
	}
	.header__menu {
		position: fixed;
		top: -150%;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: #fff;
		padding: 100px 10px 20px 10px;
		transition: all 0.3s ease 0s;
		text-align: center;
	}
	.header__menu._active{
		top: 0;
		height: auto;
	}
	.header__list {
		display: block;
	}
	.header__list li {
		margin: 0 0 20px 0;
	}
	.header__link {
		font-size: 24px;
	}
}


@media (max-width: 767px) {
	.screen__content {
		padding-top: 60px;
	}

	.mainSwiper p {
		font-size: 1.3em;
	}
	.screen .slider {
		padding-top: 100px;
	}


	.gal-thumb {
		flex: 0 1 48%;
	}

	.screen__title {
		font-size: 30px;
	}
	.screen__text {
		/* font-size: 16px; */
		margin-bottom: 30px;
	}


	.gal-thumb span {
		font-size: 14px;
		line-height: 14px;
	}

	.lang {
		font-size: 25px;
	}

	.services svg {
		height: 70px;
	}
}

@media (max-width: 550px) {
	.header__body .icon, .room-descr {
		display: none;
	}
	.screen__text {
		font-size: 16px;
		line-height: 120%;
	}

	.pricecont_mob {
		display: block;
	}
	.pricecont {
		display: none;
	}
	.gal-thumb {
		flex: 0 1 99%;
	}

	.mainSwiper p {
		font-size: 14px;
	}

	.slider-front {
		height: 30vh;
	}
	.slider-logo {
		display: none;
	}
	.lang {
		font-size: 20px;
	}
	.lang .icon i {
		margin: 0 5px;
	}

	.services svg {
		height: 50px;
	}
}

