@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Inter');

html{
	background-color: #F2F0E7;
	font-size: 1px;
	scroll-behavior: smooth;
}

html, body, form{
	margin: 0;
	padding: 0;
}

iframe{
	border: none;
}

.print{
	display: none;
}

.site-content{
	font-family: Montserrat;
	font-style: normal;
	font-size: 16rem;
	line-height: 18rem;
	color: #262525;
	opacity: 0;
	overflow-x: hidden;
	transition: opacity 0.1s linear;
}

.site-content *{
	box-sizing: border-box;
	font-smooth: always;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}

textarea:focus, input:focus{
	outline: none;
}

div.online-booking .footer{
	background-color: transparent;
}

.site-content a{
	text-decoration: none;
}

.site-content a:hover{
	text-decoration: underline;
}

.page-text{
	margin: 38rem 0;
}

h1{
	margin: 70rem 0 50rem 0;
	font-weight: 600;
	font-size: 34rem;
	line-height: 102.9%;
	color: #000;
	letter-spacing: -1.04rem;
}

h2{
	margin: 59rem 0 38rem 0;
	font-weight: 600;
	font-size: 26rem;
	line-height: 102.9%;
	color: #000;
	letter-spacing: -1.04rem;
}

h3{
	margin: 75rem 0 24rem 0;
	font-weight: 600;
	font-size: 18rem;
	line-height: 119.9%;
	color: #000;
}

b{
	font-weight: 600 !important;
}

form *, input{
	border: 0 !important;
	user-select: text !important;
}

input{
	outline: none;
	transition: background-color 0.1s linear;
}

.owl-item:last-child{
	margin-right: 0 !important;
}

.container-global{
	min-height: 1280rem;
	background-color: #F2F0E7;
}

.container{
}

.content{
	margin: 0 auto;
	width: calc(100vw - 344rem);
	max-width: calc(1920px - 344rem);
}

hr{
	margin: 0;
	border-color: rgb(232,232,232);
	color: rgb(232,232,232);
}

.text p{
	margin: 0 0 28rem 0;
}

.hovered{
	transition: color 0.25s linear;
}

.hovered *{
	transition: color 0.25s linear;
}

.hovered img{
	transition: filter 0.25s linear;
}

.hovered:hover{
	color: rgb(110,110,110) !important;
}

.hovered:hover *{
	color: rgb(110,110,110) !important;
}

.hovered:hover img{
	filter: brightness(70%) !important;
}

img.hovered{
	transition: filter 0.25s linear;
}

img.hovered:hover{
	filter: brightness(70%) !important;
}

.show-animated{
	opacity: 0;
	transition: opacity 0.5s linear;
}

.content-button-link, input[name="submit"]{
	text-decoration: none !important;
	user-select: none !important;
}

.content-button{
	display: flex;
	border-radius: 6rem;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: pointer;
	user-select: none !important;
}

.media-object{
	cursor: pointer;
}

#cover{
	display: none;
	position: fixed;
	background-color: rgba(50,50,50,0.5);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.flex-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: start;
	align-items: flex-start;
	width: 100%;
}

.flex-container-vertical-center{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.flex-container-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-2{
	margin-bottom: 5rem;
	width: 48%;
}

.flex-3{
	margin-bottom: 13rem;
	width: 32.85%;
}

.flex-4{
	margin-bottom: 5rem;
	width: 23%;
}

.flex-5{
	margin-bottom: 5rem;
	width: 18%;
}

.flex-6{
	margin-bottom: 5rem;
	width: 15%;
}

.flex-7{
	margin-bottom: 5rem;
	width: 12%;
}

.div-link{
	overflow: visible;
	white-space: nowrap;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.hide{
	display: none;
}

.transparent{
	opacity: 0;
}

.underline{
	text-decoration: underline;
}

.text-super{
	vertical-align: super;
	font-size: 0.8em;
}

.white{
	color: #fff !important;
}

.black{
	color: #000 !important;
}

.grey70{
	opacity: 0.7 !important;
}

a.blue-link{
	color: #00AEEF !important;
}

.clear-both{
	clear: both;
}

.var-dump *{
	font-size: 20px;
}

.selectable{
	-webkit-touch-callout: text !important;
	-webkit-user-select: text !important;
	-khtml-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

textarea:focus, input:focus{
	outline: none;
}

input:-webkit-autofill{
    color: #ffffff !important;
}


.scrollbar{
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #afafaf #fff;
}

.scrollbar::-webkit-scrollbar{
	width: 2px;
}
 
.scrollbar::-webkit-scrollbar-thumb{
	background: #afafaf;
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive{
	background: #fff;
}

div[id^="wait_"]{
	display: none !important;
}

.lb-number{
	margin-top: 10rem !important;
}

.lb-cancel{
	display: none !important;
}

.lb-image{
	border: none !important;
}

#is_print{
	display: none;
}


.page-404{
	margin-bottom: 30rem;
}

.page-404-section{
	margin-top: 20rem;
	font-weight: 400;
	font-size: 16rem;
	line-height: 31rem;
	text-transform: uppercase;
}

.page-404-section:not(:first-child){
	margin-top: 10rem;
}

.page-404-section-title{
	color: #000;
}

.page-404-section-link a{
	color: #00AEEF;
}

.page-404-contacts{
	position: relative;
	margin: 20rem 0 0 30rem;
}

.page-404-contacts span:nth-child(2){
	padding-left: 17rem;
}

.page-404-contacts span:nth-child(3){
	padding-left: 17rem;
}

.page-404-contacts span img{
	width: 30rem;
	height: 30rem;
	cursor: pointer;
}
