@font-face {
	font-family: 'Iskry-Regular';
	src: url('../font/iskry/Iskry-Regular.eot');
	src: url('../font/iskry/Iskry-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/iskry/Iskry-Regular.woff2') format('woff2'),
		url('../font/iskry/Iskry-Regular.woff') format('woff'),
		url('../font/iskry/Iskry-Regular.ttf') format('truetype'),
		url('../font/iskry/Iskry-Regular.svg#Iskry-Regular') format('svg');

}


* {
	--maincolor:#348090;
}


.bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

a {
	text-decoration: none !important;
}

h1 {
	font-size: 77px;
	font-family: Iskry-Regular;
	color: #000;
	margin-bottom:40px;
}

.h1 {
	font-size: 77px;
	font-family: Iskry-Regular;
	color: #000;
	margin-bottom:40px;
}


h2 {
	font-size: 48px;
	font-family: Iskry-Regular;
	color: #000;
	margin-bottom:50px;
}
.h2 {
	font-size: 48px;
	font-family: Iskry-Regular;
	color: #000;
	margin-bottom:50px;
}

h3 {
	font-family: Iskry-Regular;
	font-size: 36px;
	color:black;
	margin-bottom:50px;

}
.h3 {
	font-family: Iskry-Regular;
	font-size: 36px;
	color:black;
	margin-bottom:50px;

}
.h4 {
	font-family: Iskry-Regular;
	font-size: 24px;
	color:black;
	margin-bottom:20px;

}
h4 {
	font-family: Iskry-Regular;
	font-size: 24px;
	color:black;
	margin-bottom:20px;

}


p {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
	color: #383b3c;
	font-size: 18px;
	margin-bottom:35px;
	line-height: 1.7;
	
}
.text p a {
	color: #383b3c;
}
.text p a:hover {
	color: black;
}

p b, p strong {
	color:black;
	font-weight:400;
}
p em {
	font-family:Iskry-Regular;
	font-style:normal;
}

h6 {
	font-family: Lora-Bold;
	font-size: 20px;
	text-transform: uppercase;
}

.top_menu {
	background-color: transparent;
	width: 100%;
	min-height: 134px;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 999;
	top: 0;
	transition: 0.5s all;
	border-bottom: 0px solid transparent;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 35px;
}

.scroll_menu {
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	border-bottom: 1px solid #4f52531a;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	min-height: 70px !important;
}

.main_menu {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	align-items: center;
}
.main_menu ul {
	display: flex;
	margin-bottom: 0;
	padding-left: 0;

}

.scroll_menu .main_menu li a {
	color:black;
}
.scroll_menu .main_menu li a:hover{
	color:white;
}


.menushow {
	height: 42px;
	margin-left:auto;
	display: flex;

}


.main_menu ul li {
	list-style: none;
	margin-right: 15px;
	display: flex;
	align-items: center;
	transition: 0.2s ease-in-out;
	position: relative;
}

.main_menu ul li a {
	color: white;
	font-size: 14px;
	transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
	letter-spacing: 0.5px;
	font-family: Iskry-Regular;
	position: relative;
	padding: 5px 10px;
	height: 100%;
	display: flex;
	align-items: center;
}

.main_menu ul li a::before {
	top: 0;
	left: 50%;
	height: 100%;
	width: 0;
	border: 1px solid white;
	border-left: 0;
	border-right: 0;
	content: '';
position: absolute;
transition: inherit;
  transition-delay: inherit;
z-index: -1
}
.main_menu ul li a::after {
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: white;
	content: '';
position: absolute;
transition: inherit;
  transition-delay: inherit;
z-index: -1
}

/* .main_menu ul li a::after {
	content:"";
	position: absolute;
	bottom:-10px;
	left:50%;
	width: 0%;
	height: 1px;
	background:white;
	transition:0.5s all;
	transform:translateX(-50%);
}
.main_menu ul li a:hover::after {
width:100%;
background:white;
} */
.logo {
	position: relative;
	transition: 0.5s all;
	width: 205px;
}
.scroll_menu .logo {
	width:165px;
}

.logo img {
	width:100%;
}




.animated-icon1 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	right: 0px;
	top: 0;
	display: none;
}

.animated-icon1 span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color:  white;
}


.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;

}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}





.photo {
	position: relative;
	overflow: hidden;
}

.photo img {
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}


.mainbtn {
	background: var(--maincolor);
	color: white;
	height: 42px;
	width: max-content;
	max-width: 100%;
	text-align: center;
	border:0px solid transparent;
	position: relative;
	padding: 0 25px;
	transition:0.8s all;
}

.mybtn {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: relative;
	/* transition: 0.2s all; */
	cursor: pointer;
	font-size: 12px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	
}
.mainbtn.blueonblue {
	background:#73afbb;
	border:1px solid white;
}
.mainbtn:hover {
	/* background:white; */
	color:black;
}
.mainbtn:hover, .mainbtn:focus {
	box-shadow: inset -10em 0 0 0 white, inset 10em 0 0 0 white;
}
.bg1home {
	overflow: hidden;
width: 100%;
height: 100vh;
position: relative;
top: 0px;
background: rgb(255, 255, 255) none repeat scroll 0% 0%;
opacity: 1;
z-index: 20;
left: 0px;
background-size:cover;

}
.bg1home video {
	position: absolute;
-ms-transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
.important_menu {
	display: flex;
	align-items: center;
	height: 42px;
}
.social_buttons {
	height: 100%;
	display: flex;
	align-items: center;
	border: 1px solid white;
	width: 110px;
	justify-content: center;
	border-right: none !important;
	background: #ffffff2e;
}
.social_buttons a {
	height: 100%;
	padding: 5px;
}
.language-dropdown {
	width: 76px;
	position: relative;
	z-index: 20;
	height: 100%;
}
.language-dropdown .lang_name {
	height: 100%;
	font-size: 12px;
	background-color: rgba(255, 255, 255, 0);
	color: #ffffff;
	padding: 10px 14px 8px 16px;
	cursor: pointer;
	user-select: none;
	border: 1px solid #fff;
	-webkit-appearance: none;
	position: relative;
	background: url(../images/template/arrow_bottomwhite.png) no-repeat 80%;
	width: 100%;
	font-family: 'Red Hat Display', sans-serif;
	text-transform: uppercase;
}
.language-dropdown ul {
	display: none;
	flex-wrap: wrap;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid white;
	border-top: none;
}
.language-dropdown ul.show {
	display: flex;
}
.language-dropdown ul li {
	list-style: none;
	margin-right: 0 !important;
	width: 100%;
	border-bottom: 1px solid white;
	background: #ffffff4a;

}
.scroll_menu .language-dropdown ul li {
	background:white;
}
.language-dropdown ul li:hover {
	background:var(--maincolor);
}
.language-dropdown ul li:hover a {
	color:white;
}
.language-dropdown ul li:last-child {
	border-bottom:none;
}
.language-dropdown ul li a {
	width: 100%;
	height: 100%;
	padding: 11.5px 14px 11.5px 16px;
	font-family: 'Red Hat Display', sans-serif;
	font-size: 12px;
	transition: 0.2s all !important;
	text-transform: uppercase;
}
.language-dropdown ul li a::after {
	display: none;
}
.opacity_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 200;
	 background: rgb(7,95,112); 
	background: linear-gradient(180deg, rgba(7,95,112,0.3393558106836485) 40%, rgba(13,14,16,0) 100%);
}

.bg_subpage .opacity_bottom {
	
	background: black;
	
}

.opacity_bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 20%, rgba(13,14,16,1) 100%);
	opacity: 0.25;
}
.reservation_box {
	position: relative;
	width: 520px;
	height: 54px;
	background: white;
	z-index: 2;
	display: flex;
	align-items: center;
	border: 1px solid white;
	margin-bottom:50px;
}
.reservation_box .mainbtn {
	margin-left: auto;
	height: 100%;
	width: 225px;
}
.reservation_box .date_div .date .day {
	font-size:33px;
	font-family: Iskry-Regular;
	color:black;
}
.reservation_box .date_div .date {
	display: flex;
	align-items: center;
}
.reservation_box .date_div .date p {
	margin-bottom:0;
	font-family: Iskry-Regular;
	padding-left:10px;
	font-size:12px;
}
.date_div {
	width: calc(100% - 192px);
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.date_div span {
	width: 17px;
	background: var(--maincolor);
	height: 1px;
	padding:0 10px;
}
.video_container {
	position: absolute;
	bottom: 8.5vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: 300;
}
.bg1home .video_container .h1 {
	color:white;
}
.bg1home .video_container .text p {
	font-size:25.66px;
	color:white;
	font-family: Iskry-Regular;
	margin-bottom:0;
}

.aos-animate.animWord div{
	opacity: 1;
	transform: translateY(0px) !important;
}
.aos-init.animWord div {
	transition:1s all;
}
.animWord div {
	display: inline-block;
	position: relative;
	opacity: 0;
	transition: 2s all;
}
.animWord.anim div {
	opacity: 1;
	transform: translateY(0px) !important;
}
.social_buttons a:first-child:hover svg {
	fill:#23599c;
}
.social_buttons a:nth-child(2):hover svg {
	fill: transparent;
	stroke: black;
}
.bg2 {
	padding-top:5.5vw;
	text-align: center;
	position: relative;
	z-index: 2;
}
.bg2 .h1 {
	position: relative;
	bottom: -34px;
	margin-bottom: 0;
}
.bg2 .textbox {
	background: url(../images/template/bg2_wallpaper.jpg) repeat center;
	width: calc(100% - 11vw);
	height: 100%;
	padding: 5.5vw 8.5vw;
	margin-bottom: 3.2vw;
	margin-left: auto;
	margin-right: auto;
}
.bg2 .textbox p b, .bg2 .textbox p strong {
	font-family: Iskry-Regular;
	font-weight:normal;
}
.bg2 .photo {
	padding-top:100%;
}
.blue_fullcontainer {
	margin-top:-5vw;
	position: relative;
	z-index: 1;
	padding-top:9vw;
	padding-bottom:4.5vw;
	text-align: center;
	background:var(--maincolor);
}
.blue_fullcontainer .text {
	
	max-width: 61%;
	margin-left: auto;
	margin-right: auto;
}
.blue_fullcontainer h2, .blue_fullcontainer h3, .blue_fullcontainer p {
	color:white;
}
.blue_fullcontainer .mainbtn {
	width: 272px;
	height: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4vw;
}
.blue_fullcontainer .mainbtn:hover, .blue_fullcontainer .mainbtn:focus {
	box-shadow: inset -13em 0 0 0 white, inset 13em 0 0 0 white;
}
.logo_2 {
	
	position: absolute;
	top: 0;
	left: 0;
}
.logo_2 img {
	opacity: 0;
}
.scroll_menu .logo_2 img {
	opacity:1;
}
.scroll_menu .logo_1 img {
	opacity:0;
}
.scroll_menu .social_buttons {
	
	border: 1px solid black;

}
.scroll_menu .social_buttons a:nth-child(2) svg {
	fill: transparent;
	stroke: black;
}
.scroll_menu .social_buttons a:nth-child(1) svg {
	fill: black;
	
}
.scroll_menu .social_buttons a:hover:nth-child(1) svg {
	fill: var(--maincolor);
	
}
.scroll_menu .social_buttons a:hover:nth-child(2) svg {
	stroke: var(--maincolor);
	
}
.anim_social {
	height: 100%;
}
.anim_lang {
	height: 100%;
}
.scroll_menu .language-dropdown .lang_name {

	color: black;
	border: 1px solid black;
	background: url(../images/template/arrow_bottomblack.png) no-repeat 80%;
}
.scroll_menu .language-dropdown ul {
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
}
.scroll_menu .language-dropdown ul li {
	border-bottom: 1px solid black;
}
.top_menu .mainbtn {
	border:1px solid var(--maincolor);
	border-right: 0;
}
.scroll_menu .mainbtn:hover {

	border: 1px solid black;
	border-right: 0;
}
.scroll_menu .main_menu ul li a::before {
	border: 1px solid var(--maincolor);
	border-right:0;
	border-left:0;
	
	
}
.scroll_menu .main_menu ul li a:hover::after {
	background: var(--maincolor);
}

.special_offer .photo {
	padding-top:70%;
	margin-bottom:38px;
	overflow: hidden;
	
}
.special_offer .photo img {
	transition:1.5s all;
}
.special_offer .text {
	text-align: center;
	margin-bottom: 167px;
}
.special_offer .item .name {
	font-size:24px;
	margin-bottom:10px;
	font-family: Iskry-Regular;
	transition:1s all;
}
.special_offer .item .price {
	font-size:18.66px;
	margin-bottom:0px;
	color:var(--maincolor);
	font-family: Iskry-Regular;
}
 .special_offer .h3 {
	color:#383b3c;
}
.special_offer {
	padding-top: 4vw;
	margin-bottom:50px;
}
.special_offer .owl-theme .owl-nav {
	margin-top: 0;
	position: absolute;
	top: -126px;
	justify-content: center;
	display: flex;
	width: 100%;
	height: 0px;
}
.special_offer .owl-theme .owl-nav button {
width: 93px;
height: 66px;
border:1px solid #7e858b;
display: flex;
align-items: center;
justify-content: center;
border-radius:0 !important;
transition:1.2s all !important;
margin:0 15px;
}
.special_offer .owl-theme .owl-nav button:hover {
	box-shadow: inset -10em 0 0 0 var(--maincolor), inset 10em 0 0 0 var(--maincolor);
}
.special_offer .owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--maincolor);
	
}
footer {
	
	padding-top:65px;
	padding-bottom:5vw;
	position: relative;
	overflow: hidden;
	background:url(../images/template/bg2_wallpaper.jpg) repeat center;
}

.bg_foott {
	display: none;
	background:url(../images/template/bg2_wallpaper.jpg) repeat center;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-attachment: initial !important;
	overflow: hidden;
}
footer .container {
	z-index: 2;
	position: relative;
}
footer .part1 img {
	margin-bottom:45px;
}
footer .part1 a {
	font-size: 24px;
	font-family: Iskry-Regular;
	color: #383b3c;
	display: block;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
}
footer .part1 a:hover {
	color:black;
}

footer .part2 {
	margin-top:45px;
	margin-bottom:45px;
}
footer p {
	font-size:14px;
	margin-bottom:10px;
}

footer .foot {
	text-align: center;
}
.borderbtn {
	display: flex;
align-items: center;
justify-content: center;
}
.borderbtn .borderr {
	height: 1px;
	border-top: 1px solid var(--maincolor);
	width: 0%;
	transition-duration: 2s !important;
}
.borderbtn.aos-animate .borderr {
	width: 50%;
}
.borderbtn .mainbtn {
	width: 316px;
	margin-left: 45px;
	margin-right: 45px;
	height: 55px;
	font-family: Iskry-Regular;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0px;
}
footer .part3 {
	margin-bottom:30px;
}
footer .social_foot a:nth-child(2) svg{
	fill:transparent;
	stroke:var(--maincolor);
}
footer .social_foot a:nth-child(1) svg{
	fill:var(--maincolor);
}
footer .social_foot a:hover:nth-child(1) svg{
	fill:black;
}
footer .social_foot a:hover:nth-child(2) svg {
	
	stroke: black;
}
footer .social_foot {
	margin-bottom:30px;
}
footer .copyright a {
	color: #383b3c;
	font-size:14px;
}
footer .copyright a:hover {
	color:black;
}
.onlymobile {
	display: none;
}
.blue_fullcontainer.v2 {
	margin-top:0;
	padding-top:4.5vw;
}
.bg_subpage {
	position: relative;
	height: 33vw !important;
	min-height: 450px;
	max-height: 79vh;
	background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.header_text_center  {
	padding-top:4vw;
	padding-bottom:10px;
}
.header_text_center .text {
	text-align: center;
}
.header_text_center .text .do_padding {
	padding-left: 16vw;
	padding-right: 16vw;

}
.borderbtn.withSign {
	margin-bottom:2.8vw;
}
.borderbtn.withSign .borderr {
	max-width: 84px;
	width: 100%;
}

.borderbtn.withSign .h4 {
	margin-bottom: 0;
	min-width: max-content;
	margin: 0 50px;
}
.room_eq {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	padding-left: 8vw;
	padding-right: 8vw;
}
.room_eq .item .pic{
height: 60px;
}
.room_eq .item .pic img{
max-height: 100%;

}
.room_eq .item p {
	margin-bottom:0;
}
.room_eq .item { 
	width: 20%;
	margin-bottom:50px;
	text-align: center;
}

.all_roms {
	padding-bottom: 4.3vw;
	padding-top: 25px;
}
.all_roms .photo{
padding-top:70%;

}
.all_roms .desc {
	padding-top: 40px;
	transition: 0.3s all;
	padding-bottom: 30px;
}
.all_roms .desc ul {
	list-style: none;
	padding-left:0;
	margin-bottom:0;
}
.all_roms .desc ul li {
	margin-bottom:0;
	color:#999ea3;
	font-size:18.66px;
	font-family: Iskry-Regular;
	
}
.all_roms .item p {
	margin-bottom:0;
	color:#999ea3;
	font-size:18.66px;
	font-family: Iskry-Regular;
}
.all_roms .item {
	margin-bottom: 3.5vw;
	position: relative;
}

.all_roms .item .a::before, .special_offer .item a::before, .gallery_div .photo a::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #348090 0%, #348090 100%), linear-gradient(to top, #348090 50%, transparent 50%), linear-gradient(to top, #348090 50%, transparent 50%), linear-gradient(to right, #348090 0%, #348090 100%), linear-gradient(to left, #348090 0%, #348090 100%);
	background-size: 100% 4px, 4px 200%, 4px 200%, 0% 4px, 0% 4px;
	background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
	background-repeat: no-repeat, no-repeat;
	transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
	transform: scaleX(0) rotate(180deg);
	transition-delay: 0.4s, 0.2s, 0s;
	z-index: 1;
}
.all_roms .item .a::before {
	z-index: 0;
}
.special_offer .item .details {
	transition:0.3s all;
	padding-bottom:30px;
}
.text ul {
	padding-left:0;
	margin-bottom:35px;
}
.text li {
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
	color: #383b3c;
	font-size: 18px;
	margin-bottom:0px;
	line-height: 1.7;
	
	list-style: none;
}
.text li::before {
	content: "\2022";
	color: var(--maincolor);
	font-weight: bold;
	display: inline-block;
	margin-left: 0em;
	margin-right: 15px;
	font-size: 22px;
	line-height: 1;
}
.text2 .borderbtn.withSign {
	padding-top:30px;
}
.text2 p {
	margin-bottom:15px;
}
.left_right_phototext h4 {
	margin-bottom:2.5vw;
}
.left_right_phototext p {
	font-family: Iskry-Regular;
	margin-bottom:15px;
}
.left_right_phototext .photo {
	padding-top:65%;
	width: 100%;
	border:1px solid #4f52531a;
}
.left_right_phototext .left .text {
padding-left:5vw;
padding-top:30px;
padding-bottom:30px;
width: 100%;

}
.left_right_phototext.header_text_center .text {
	text-align: left;
}

.left_right_phototext.header_text_center .row {
	margin-bottom:0;
}

.left_right_phototext .right .text {
padding-right:5vw;
padding-top:30px;
padding-bottom:30px;
width: 100%;

}
.left_right_phototext .left .col-lg-6:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.left_right_phototext .right .col-lg-6:nth-child(1) {
	display: flex;
	justify-content: center;
	align-items: center;
}
.left_right_phototext .row {
	margin-bottom:4.3vw;
}
.offers {
	margin-top:4vw;
}
.gallery_div .photo {
	padding-top:100%;
	margin-bottom:30px;
}
.gallery_div {
	padding-top:2.5vw;
	padding-bottom:3.7vw;
}

.gallery_div .photo img {
 transition:1s all;
}
.contact_div {
	display: none;
	margin-top:30px;
}
.contact_div .row {
	margin-bottom:0;
}
.contact_div .input input {
	width: 100%;
	height: 42px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:black;
	margin-bottom:10px;
	border-radius:none;
	padding:0 15px;
}
.contact_div textarea {
	width: 100%;
	min-height: 200px;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color:black;
	margin-bottom:10px;
	border-radius:none;
	padding:15px;
}
.contact_div .col-lg-5 p {
	margin-bottom:10px;
}
.contact_div .col-lg-5 a {
	color:#383b3c;
}
.contact_div .col-lg-5 a:hover{
	color:black;
}
.form-check-label p {
	font-size:11px;
}
.room_cat .photo {
	padding-top:100%;
}
.room_cat {
	padding-top: 50px;
	padding-bottom:60px;
}
.room_cat .borderbtn.withSign {
	margin-bottom: 0px;
	padding-bottom: 40px;
	transition: 0.4s all;
	transition-delay:0.2s ;
}

.room_cat .item {
	margin-bottom:30px;
	position: relative;
}
.room_cat .item .border_left {
	position: absolute;
	left:0;
	height: 0%;
	width: 1px;
	background-color: var(--maincolor);
	bottom:0;
	transition:0.4s all;
	transition-delay:0.4s;
	z-index: 1;
}
.room_cat .item:hover .border_left {
	height: 100%;
}
.room_cat .item .border_right {
	position: absolute;
	right:0;
	height: 0%;
	width: 1px;
	background-color: var(--maincolor);
	bottom:0;
	transition:0.4s all;
	transition-delay:0.4s;
	z-index: 1;
}
.room_cat .item:hover .border_right {
	height: 100%;
}
.room_cat .item .border_bottom {
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	height: 1px;
	width: 0%;
	background-color: var(--maincolor);
	bottom:0;
	transition:0.4s all;
	
	z-index: 1;
}
.room_cat .item:hover .border_bottom {
	width:100%;
	
}
.room_cat .item:hover .borderbtn.withSign {
	transform: translateY(-22%);
}
.room_cat .borderbtn .borderr {
max-width: 0%;	
transition:0.8s all !important;
transition-delay:0s !important;

}
.room_cat .item:hover .borderbtn .borderr {
	max-width: 100%;
	transition-delay:0.5s !important;
}
.room_cat .item .photo img {
transition:1s all;
}

.current_22 .rooms {
	margin-bottom:3.5vw;
}
#cookies {
	max-width: 576px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	background: white;
	border: 1px solid #e4e4e4;
	padding: 25px 20px;
	display: flex;
}
#cookies p {
	font-size: 10px;
	font-family: Iskry-Regular;
	max-width: calc(100% - 59px);
	margin-bottom: 0;
}
#cookies a {
	width: 55px;
	height: 25px;
	display: flex;
	background: var(--maincolor);
	color: white;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Iskry-Regular;
	cursor: pointer;
}

.voucherBox a.ramka {
	width: 100%;
	text-align: center;
	padding-bottom: 28px;
	position: relative;
	display: block;
	cursor: pointer;
}
.voucherFoto {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 290px;
}
.voucherBox a.ramka p.tit {
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 30px;
	margin-top: 50px;
	min-height: 81px;
	padding: 0px 10px;
}
.voucherBox p.linia, .orderVoucher p.linia {
	background: #c9c9c9;
	width: 42%;
	height: 1px;
	text-align: center;
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
}
.mobile_gallery {
	display: none;
	height: 50px;
	font-family: Iskry-Regular;
	background: white;
	border: 2px solid var(--maincolor);
}
.gallery_select ul {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
}
.gallery_select ul li {
	border: 1px solid transparent;
	transition: 0.2s ease-in-out;
	padding: 10px;
	cursor: pointer;
	list-style: none;
	float: left;
	text-align: center;
	margin-right: 29px;
	margin-bottom: 5px;
	font-family: Iskry-Regular;
}
.gallery_select ul li:hover, .ligalhov {
	border-color: #aeaeae !important;
}
.gallery_select {
	text-align: center;
	margin-top:4vw;
}
#google_map {
	min-height: 600px;
	margin-top: 0;
	height: 100%;
}
.przyjecia_margin.borderbtn {
	margin-top: 4.6vw;
	margin-bottom: 5.7vw;
}
.activateOwl .owl-theme .owl-nav {
	position: absolute;
	top: calc(50% - 25px);
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	height: 0px;
	margin-top: 0;
}

.activateOwl .owl-theme .owl-nav button {
	width: 93px;
	height: 66px;
	border: 1px solid #7e858b;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
	transition: 1.2s all !important;
	margin: 0 15px;
	background: white;
}
.activateOwl .owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--maincolor);
}
.activateOwl .owl-theme .owl-nav button:hover {
	box-shadow: inset -10em 0 0 0 var(--maincolor), inset 10em 0 0 0 var(--maincolor);
}

.activateOwl .owl-theme .owl-nav button.owl-prev {
	margin-left: -100px;
}
.activateOwl .owl-theme .owl-nav button.owl-next {
	margin-right: -100px;
}
.activateOwl .item:hover .owl-nav button.owl-prev {
	margin-left:0;
}
.activateOwl .item:hover .owl-nav button.owl-next {
	margin-right:0;
}
.activateOwl .item {
	overflow: hidden;
}
.activateOwl .owl-nav.disabled {
	display: none !important;
}
.gallery_select .select2 {
	display: none;
}

.offer_content .photo {
	aspect-ratio: 16 / 9;
	margin-bottom:30px;
}
.offer_content p {
	margin-bottom:15px;
}
.offer_content li {
		font-family: 'Red Hat Display', sans-serif;
	font-weight: 300;
	color: #383b3c;
	font-size: 18px;
	line-height: 1.7;
	
}
.offer_content span {
		font-family: 'Red Hat Display', sans-serif !important;
	font-weight: 300 !important;
	color: #383b3c !important;
	font-size: 18px !important;
	line-height: 1.7 !important;
	
}
.sticky_reserved {
	background: white;
	border: 1px solid #4f52531a;
	padding: 30px 20px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top:0;
	transition:0.4s all;

}
.sticky_reserved .mainbtn {
	margin-left:auto;
	margin-right:auto;
}

.offer_content {
	margin-bottom: 60px;
}
.all_roms .item p.price {
	color:var(--maincolor);
}
.sticky_reserved .plusy {
	margin-top:25px;
	margin-bottom:0;
}
.sticky_reserved .plusy svg {
	width: 35px;
	stroke: var(--maincolor);
	fill: var(--maincolor);
	margin-right: 15px;
}
.paddingtop {
	padding-top: 80px;
}

#myAlert {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	z-index: 999;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#myAlert .text {
	background: white;
	padding: 20px 55px;
	border: 2px solid var(--maincolor);
	position: relative;
}

#myAlert .text h3 {
	margin-bottom:0;
}

#myAlert .iks {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.errorPage {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: white;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:50px;
}
.error-404 #luxy {
	z-index: 1000;
	position: fixed !important;
}
.errorPage .mainbtn {
	margin-left:auto;
	margin-right:auto;
}
.errorPage .mainbtn:hover, .errorPage .mainbtn:focus {
	box-shadow: inset -11em 0 0 0 white, inset 11em 0 0 0 white;
}
.zabiegi_list .item_first .borderbtn.withSign {
	margin-bottom: 15px;
	padding: 35px 15px;
	background: #f8f8f8;
}
.zabiegi_list .item_second {
	max-width: 689px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 1px solid #cac5c5;
}
.zabiegi_list .item_second:last-child {
	border-bottom:1px solid transparent;
}
.zabiegi_list .zabieg {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:0px;
	padding:25px 15px;
	cursor: pointer;
	transition:0.6s all;
}
.zabiegi_list .zabieg.active {
	background: #e1ecee;
}
.zabiegi_list .zabieg .h4 {
	margin-bottom:0;
	color:#4f5253;
	text-align: left;
}
.zabiegi_list .zabieg_desc p:last-child {
	margin-bottom:0;
}
.zabiegi_list .zabieg_desc {
	display: none;
	padding-bottom: 20px;
	padding-top: 20px;
  }
  .zabiegi_list .zabieg_border {
	width: 85px;
	background: var(--maincolor);
	height: 1px;
	margin-left: 20px;
	margin-right: 20px;
	transition:0.6s all;
}
.zabiegi_list .h4.price {
	color:var(--maincolor);
	min-width: max-content;
}
.zabiegi_list .zabieg:hover {
	background: #e1ecee;
}

.zabiegi_list .zabieg_desc p {
	font-size:18.66px;
	font-family: Iskry-Regular;
	color:#4f5253;
	margin-bottom:30px;

}
.zabiegi_list {
	margin-bottom: 40px;
}
footer .part2 p a {
	color:#383837 !important;
}
footer .part2 p a:hover {
	color:black !important;
}

.pop_up_new {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	/* display: none; */
	/* background: #ffffff57; */
}
.pop_content {
	position: relative;
	padding: 10px;
	background: white;
	max-width: calc(100% - 30px);
}
.pop_up_new .pop_content::before {
	position: absolute;
	right: 0;
	top: 0;
	content: "X";
	background: white;
	border: 1px solid #348090;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	color: #348090;
	z-index: 1;
	cursor: pointer;
}
.pop_up_new img {
	max-width: 100%;
	max-height: calc(100vh - 163px);
}