
body {
	margin: 0;
	text-align: left;
	background-color: #fff;
	color:#222;
}
body, input, textarea, select, button{
	font-weight: 400;
	font-family: 'Heebo', sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
a,select,input,textarea{
	color:#343536;
}
a{
	text-decoration: none;
	transition: color 250ms ease;
}
a:hover, a:focus {
	color:var(--c1);
}
img{
	max-width: 100%;
	height: auto;
	display: block;
}
button{
	outline: none;
	cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 600;
	line-height: 1.2;
}
p{
	margin:0 0 15px 0;
}



/**/
.prel{
	position: relative;
}
.sep5{
	clear: both;
	height: 5px;
}
.sep15{
	clear: both;
	height: 15px;
}
.sep30{
	clear: both;
	height: 30px;
}
.sep45{
	clear: both;
	height: 45px;
}

.xflex{
	display: flex;
	align-items: center;
}
.xflex1{
	flex: 1;
}
.xflex-end{
	justify-content: flex-end;	
}
.xflex-center{
	justify-content: center;	
}

.pd30{
	padding: 30px;
}
.mt30{
	margin-top: 30px;
}
.sl1{
	margin-top: 30px;
    border-top: 1px solid #e3e3e3;
}
 
 /*   padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #e3e3e3;}
*/
.tx1{
	font-size: 1.3rem;
	line-height: 1.5rem;
	font-weight: 300;
}
.tx2{
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 400;
}
.tx3{
	font-size: .9rem;
	font-weight: 300;
}
.tx5{
	font-size: 2.8rem;
	line-height: 3rem;
	font-weight: 600;
	position: relative;
}
.tx5:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #333;
	top: 50%;
	margin-left: 10px;
	margin-top: -2px;
}

.alt-box:nth-child(odd) {
	background-color: #f3f3f3;
	padding-top: 45px;
}
.bx1{
	background-color: #f3f3f3;
}

.bx2{
	border-left: 1px solid #333;
	margin-left: 5%;
	padding-left: 5%;
	margin-right: -200px;
	position: relative;
	min-width: 300px;
}
.bx3{
	background-color: rgba(255,255,255,.95);
	padding: 30px;
}
.ifr1 {
    border: none;
    width: 100%;
    height: 90vh;
    box-shadow: 0 0 15px 5px rgb(0 0 0 / 10%);
    display: block;
}
.im1{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.im2{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.inp1{
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 0;
	outline: 0;
	margin-bottom: 30px;
	transition: border-color 250ms ease;
	background-color: transparent;
	resize: none;
}
.inp1:focus{
	border-bottom-color: #333;
}
.btn1{
	border: none;
	background-color: var(--c1);
	color: #fff;
	padding: 10px 30px;
	transition: background-color 250ms ease;
}
.btn1:hover, .btn1:focus{
	background-color: var(--c2);
}


/** header **/

.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	transition: top 250ms ease, background-color 250ms ease;
	background-color: var(--c1);
	box-shadow: 0 0 1px 2px rgb(0 0 0 / 5%);
}
.header-up {
  top: -100px;
}
.haeder-inner{
	min-height: 70px;
}
.header-logo-container{
	display: flex;
	align-items: center;
	color:#fff;
}
.header-logo-container:hover{
	color:#fff;
}
.header-logo{
	max-height: 50px;
	margin-right: 10px;
}
.header .list-social{
	margin-left: 15px;
}


/** social **/

.list-social{
	margin:0;
	padding:0;
	list-style: none;
	margin-left: -15px;
}
.list-social > li{
	float: left;
	margin-left: 15px;
}


/** main splash **/

.index-splash{
	min-height:100vh;
	position: relative;
}
.index-splash-img{
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-splash:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height:100vh;
	z-index: 0;
	background: rgba(0,0,0,.2);
}
.index-splash-text-container{
	position: relative;
	height: 100vh;
}
.index-splash-text{
	position: absolute;
	left: 0;
	bottom: 25%;
	color: #fff;
	z-index: 2;
	margin-left: 15px;
	margin-right: 15px;
}
.index-splash-title{
	font-size: 3em;
}
.index-splash-subtitle{
	font-size: 1.1em;
	line-height: 1.5;
	font-weight: 300;
	max-width: 500px;
}



/** footer **/

.footer{
	background: #000;
	padding: 45px 0 0 0;
	font-size: .9em;
	color: #e4e5e6;
}
.footer a{
	color: #e4e5e6;
}
.footer a:focus,
.footer a:hover{
	color: #fff;
}
.footer-social a{
	display: block;
}
.footer-contacts a{
	display: inline-block;
}
.footer-contacts img{
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.footer-contacts a:focus img,
.footer-contacts a:hover img{
	animation-duration: 500ms;
	animation-name: flip;
}


/** photogallery **/

.lightgallery-elem a{
	display: block;
	position: relative;
}
.lightgallery-elem a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.1);
	transition: background-color 250ms ease;
}
.lightgallery-elem a:hover:after{
	background-color: rgba(0,0,0,.3);
}
.maximize-ico{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 3;
}


/** contacts **/

#contact-form{
	min-width: 320px;
}
#map{
	min-height: 500px;
	outline: none;
}
#infowindow-content{
	min-width: 250px;
	padding: 0;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}
#infowindow-sep{
	height: 1px;
	background-color: #e8e6e6;
	margin-top: 10px;
	margin-bottom: 10px;
}



#alert-ov{
	display: none;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: #141a20dd;
	z-index: 99;
}
#alert-wrap{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99;
	padding: 15px;
	max-width: 600px;
}
#alert{
	min-width: 300px;
	min-height: 100px;
	padding: 30px;
	background-color: #ffffff;
	border-radius: 2px;
	text-align: center;
}
#alert.anim{
	animation: alert-anim .4s;
}
#alert-msg{
	margin-bottom: 30px;
}
#alert-btn{
	text-align: center;
}
@keyframes alert-anim{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	1%{-webkit-transform:scale(.5);transform:scale(.5)}
	45%{-webkit-transform:scale(1.05);transform:scale(1.05)}
	80%{-webkit-transform:scale(.95);transform:scale(.95)}
	to{-webkit-transform:scale(1);transform:scale(1)}
}
.alert-error{
	padding-top: 90px;
	background:url(../imgs/cancel.svg) center top no-repeat;
	background-size: 75px; 
}
.alert-success{
	padding-top: 90px;
	background:url(../imgs/checked.svg) center top no-repeat;
	background-size: 75px; 
}

/** cookie box **/

#cookie-box{
	position: fixed;
	left: 15px;
	bottom: 15px;
	margin-right: 30px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
	padding:30px;
	background: #fff;
	border-radius: 3px;
	font-size: .9em;
}
#cookie-box button{
	border: none;
	background-color: #333;
	color: #fff;
	padding: 2px 10px;
}



/** responsive **/

@media (min-width: 768px) {
	.sl1{
		margin-top: none;
		border-top: none;
		padding-left: 30px;
		margin-left: 30px;
		border-left: 1px solid #e3e3e3;
	}
}

@media (max-width: 991px) {
	#header-nav-m{
		position: fixed;
		right: -230px;
		top: 0;
		width: 230px;
		background: #fff;
		bottom: 0;
		transition: transform 400ms ease;
		z-index: 999;
	}
	#header-nav-m > ul{
		list-style: none;
		padding: 0;
		margin: 10px 15px;
	}
	#header-nav-m a{
		display: block;
		padding: 5px 15px;
	}
	.slidenav-overlay{
		opacity: 0;
		position: fixed;
		z-index: 998;
		left: 0;
		bottom: 0;
		top: 0;
		width:0;
		background: rgba(0,0,0,.3);
		transition: opacity 400ms ease;
	}
	.slidenav-overlay.visiblew{
		width: 100%;
	}
	.slidenav-overlay.visible{
		opacity: 1;
	}
	.slidenav-translate{
		transition: transform 400ms ease;
	}
	.header.slidenav-translate{
		transition: top 250ms ease, background-color 250ms ease, transform 400ms ease;
	}

	.slidenav-trx{
		transform: translateX(-230px);
	}
	.slidenav-open{
		margin-top: 5px;
		margin-left: 15px;
	}
	.slidenav-close{
		margin-top: 15px;
		margin-left: 30px;
		display: inline-block;
	}
}
@media (min-width: 992px) {
	/*
	#header-nav{
		margin-left: 30px;
		text-align: center;
	}
	*/
	#header-menu-d{
		float: right;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#header-menu-d li{
		float: left;
		margin-left: 15px;
	}
	#header-menu-d a{
		color: #fff;
		position: relative;
		display: inline-block;
		line-height: 70px;
		padding: 0 15px;
		transition: background-color 250ms ease, color 250ms ease;
	}
	#header-menu-d a:hover{
		background-color:var(--c2);
		color:#fff;
	}
}