*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000;
}
#logo {
    position: absolute;
    z-index: 999;
    margin-left: 60px;
    top: 1px;
    cursor: pointer;
    width: 100px;
}
header {
   height: 85px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
}
nav{
	width: 100%;
	height: 85px;
	position: relative;
	}
	nav>ul{ 
	width:1200px;
	
	text-align: center;
	margin: 20px auto;
	 }	
	
	nav > ul> li{
		 display: inline-block;
		 margin: 10px;
		 height: 40px;
		 }
		  nav > ul> li>a{
		  font-family: 'bpg_nino_medium_capsregular';
		  font-weight: bold;
		   font-size: 17px;
		  }
		 nav > ul> li>a:hover{
		 color: #a4a4a4;
		 }
		 nav > ul>  li:hover{
		
		 color: #a4a4a4;
		  
		 }
	

.menu {
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 17px;
    left: 0;
    display: none;
    position: absolute;
    z-index:9999;
   text-align: center;
}
.menu_border{
	width: 1340px;
	text-align: left;
	margin: auto;
}
.menu_category{
	width: 130px;
	height: 173px;
	margin-left: 30px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

.menu_category_image{
	width: 70px;
	height: 70px;
	border: 3px solid #0d519c;
	border-radius: 50%;
	margin-left: 25px;
	margin-top: 40px;
	background-size: cover;
	background-position: center center;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu_category a p{
	font-family: 'bpg_nino_medium_capsregular' !important;
    font-weight: bold;
	font-size: 13px;
	margin-top: 10px;
	
}
.menu_category:hover .menu_category_image{
	border: 3px solid #04aae6;

}
	.leng{
		width: 200px;
		position: absolute;
		color: #fff;
		top: 46px;
		height: 90px;
		right: 0;
       background-size: 100% 100%;
	}
	.leng>ul{
		list-style: none;
		margin-top: 0px;
		margin-left: 40px;
	}
	.leng>ul>a>li {
		margin: 10px;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	    width: 25px;
	    float: left;
        height: 16px;
        border-radius:5px;
        box-shadow:0px 0px 5px #333;	
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	}
	
	.leng>ul>a>li:hover{
		 border-radius:0px;
		  box-shadow:0px 0px 5px #8a3288;
		
	}
.nav-bar-menu{
   width: 50px;
    height: 40px;
    position: absolute;
    right: 25px;
    border: 1px solid rgba(241,103,103, 0.3);
    top: 55px;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 999;
    display: none;
    
}
	.footer_border{
	margin: auto;
	max-width: 1300px;
	height: 500px;
	margin-top:0px;
	position: relative;
}
.footer_border h2{
	font-family: "Regular2";
	margin-top: -50px;
	font-size: 30px;
}
.footer_contact{
	width: 100%;
	height: 130px;
	background-image: url(../img/contact_image.jpg);
	position: relative;
}
.footer_contact_tr_color {
    width: 100%;
    height: 100%;
    background-color: rgba(1,4,54, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}
.footer_contact pre{
	color:#fff;
	position: absolute;
	left: 17%;
	top: 60px;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 30px;
}
.footer_contact_shape{
	width: 8px;
	height: 100px;
	margin-top: 34px;
	background-color: #d2dffd;
	margin-left: 49%;
	display: none;
}
.footer_contact_border{
	width: 98%;
	height: 110px;
	margin-top: 8px;
	margin-left: 1%;
	border: 2px solid rgba(255,255,255,0.2);
}
.footer-contacts{
	position: absolute;
	list-style: none;
	left:0px;
	margin-top:30px;
}
.footer-contacts>li{
	width: 290px;
	height: 40px;
	margin-top: 60px;
	background-size: 60px 60px;
	background-repeat: no-repeat;
	background-position: -13px -10px;
	
}
.footer-contacts>li>p{
	position: relative;
	line-height: 21px;
	margin-top: -10px;
	margin-left: 60px;
	text-align: left;
	color: #616568;
	font-family: 'dejavu_sansbook';
	width: 280px;
}
.footer-contacts>li>p>a{
	color: #616568;
}
.footer-contacts li:nth-child(1){
	 background-image: url(../img/call.png);
}
.footer-contacts li:nth-child(2){
	 background-image: url(../img/mail.png);
}
.footer-contacts li:nth-child(3){
	 background-image: url(../img/adress.png);
}
.form{
    position: absolute;
    width: 600px;
    right: 0px;
    top: 100px;
    background-color: #e5eeff;
    border-radius: 50px;
    z-index: 999;
    -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 /15%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 15%);
}
.form pre{
	    font-family: "Regular2";
	    font-size:25px;
	    margin:30px 20px;
	    position: relative;
}
.form pre::before {
    content: "";
    position: absolute;
    margin-top: 35px;
    background-color: #05a9e6;
    border-radius: 10px;
    height: 5px;
    border-radius: 50px;
    width: 80px;
}
.text1 {
    width: 90%;
    margin-left: 3%;
    height:30px;
	border: 1px solid #e5eeff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    outline: none;
    color:  #000;
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
    background-color: transparent;
     font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.textarea1 {
    width: 90%;
    margin-left: 3%;
    height:130px;
	border: 1px solid #e5eeff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
    outline: none;
    color:  #000;
    font-size: 16px;
    padding: 10px;
    margin-top: 10px;
    background-color: transparent;
     font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.g-recaptcha{
	margin-left: 20px;
	margin-top: -20px;
}
.aBooking1 {
    width: 90%;
    margin-left: 5%;
    height: 40px;
    color: #fff;
    background-color: #00acf2;
    border: 2px solid #00acf2;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.aBooking1:hover{
	
	 background-color: transparent;
	 color: #000;
}
footer{
	height: 725px;
	margin-top: 300px;
}
	#footer{
		min-width: 100%;
		height: 320px;
		background-size: cover;
		background-position: center center;
		position: relative;
		margin-top: -150px;
		text-align: center;
		overflow: hidden;
	}
	.footer_tr_color{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(2,21,35,0.9);
    z-index: 0;
}
	.footer_top {
    width: 100%;
    height: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-top: 234px;
}
#footer ul{
	text-align: left;
	
}
#footer ul li {
    display: inline-block;
    margin: 6px 15px;
    line-height: 40px;
}
#footer ul li a {
    color: #fff;
    font-family: 'bpg_nino_medium_capsregular';
    font-size: 15px;
    opacity: 0.6;
    
}
#footer ul li a:hover{
	opacity: 0.3;
}
.icons {
   margin: -7px auto;
   width: 160px;
}
.icons ul li:first-child {
    color: #fff !important;
    font-weight: bold;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.icons ul li a{
	font-size: 20px !important;
}
#footer p {
    position: absolute;
    color: #798080;
    font-size: 15px;
    text-align: center;
    bottom: 7px;
    width: 130px;
    
}

.contacts-for {
    position: absolute;
    right: 60px;
    top: 2px;
    width: 160px;
    z-index: 999;
}
.tex{
    width: 100%;
    height: 15px;
    border-radius:50px;
    background-color:#0d519c;
    border: 1px solid #0d519c;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-color: #000;
    outline: none;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    margin-left: 20px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
::placeholder{
  color: #b2bcd7;
}
.aBookin {
    width: 36px;
    height: 36px;
    color: #fff;
    position: absolute;
    background-color: #0d519c;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border: none;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    margin-left: 160px;
    top:5px;
    background-image: url('../img/icons/search.png');
    background-size: 22px 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.aBookin:hover{
	 background-image: url('../img/icons/search2.png');
}
.background{
	width: 100%;
	height: 300px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.background::before {
    content: "";
    position: absolute;
    background-color: rgba(2,21,35,0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_title{
	max-width: 1200px;
	height: 50px;
	margin:230px auto;
	position: relative;
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 1px;
	font-size:35px;
    color: transparent;
    font-family: "Regular2";

}
}