@import url("//cdn.web-fonts.ge/fonts/bpg-nostalgia-bold/css/bpg-nostalgia-bold.min.css");
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
#logo{
	position: absolute;
	left: 100px;
	top: 25px;
	
	z-index: 999;
}
.header-spase{
	height: 20px;
	width: 100%;
	background-color: rgba(0,0,0, 0.7);
	position: absolute;
}
nav{
	width:100%;
	height: 70px;
	z-index: 99;
	position: absolute;
	-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	margin-top: 20px;
	background-color: #fff;
	}
	nav>ul{ 
	width: 100%;
	margin: auto;
	text-align: center;
	 }	
	
	nav > ul> li{
		 display: inline-block;
		 margin-left: 30px;
		 margin-top: 29px;
		 height: 60px;
		 
		 position: relative;
		
		 }
		  nav > ul> li>a{
		  color: #4c4c4c;
    text-decoration: none;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
		
		  }
		 nav > ul> li>a:hover{
		
		 color: #f97557;
		  
		 }
	nav > ul  >  li > ul{  
	padding:0;
	 margin:0;
	 margin-top:20px;
	 margin-left: -80px;
	  list-style:none; 
	   display: none;
	     position:absolute;
	     z-index: 9999;
	     }
	nav > ul  >  li > ul>li{
		width: 250px;
		height: 45px;
		line-height: 40px;
		background-color: #fff;
		border-bottom: 1px solid rgba(178,70,44, 0.7);
		position: relative;
		text-align: center;
		
	}
	nav > ul  >  li > ul>li a{
		color: #000;
		width: 250px;
		height: 45px;
		position: absolute;
		font-size: 14px;
		line-height: 50px;
		left: 0;
		top: 0;
		font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
		text-align: center;
	}
	nav > ul  >  li > ul>li a:hover{
		color: #f97557;
	}
	.ulcontacts{
	list-style: none;
	position: absolute;
	border-radius: 10px;
	right: 30px;
	height: 30px;
}
.ulcontacts li{
	padding:4px 20px;
	text-align: center;
	float: left;
	font-size: 16px;
	margin: 5px;
	color: #fff;
	
}
.ulcontacts li:nth-child(1){
	background-image: url('../img/icons/mob.png');
	background-repeat: no-repeat;
	background-size: 10px 15px;
	background-position-y: 5px;
	
}
.ulcontacts li:nth-child(2){
	background-image: url('../img/icons/mail.png');
	background-repeat: no-repeat;
	background-size: 20px 13px;
	background-position-y: 6px;
	
}
.ulcontacts li p{
	color: #fff;
	font-size: 14px;
}
    .leng{
		width: 200px;
		z-index: 99;
		position: absolute;
		color: #fff;
		top: 25px;
		right: 0px;
		height: 80px;
        text-align: center;
        line-height: 60px;
        
	}
	.leng ul{
		margin-top: 16px;
		list-style: none
	}
	.leng ul a li {
		margin: 5px;
		display: inline-block;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	    width: 25px;
        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 {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 2%;
    border: 1px solid rgba(241,103,103, 0.3);
    top: 20px;
    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;
    display: none;
}
.nav-bar-menu{
    width: 100%;
    background-color: rgba(54,59,63, 0.8);
    top: 70px;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
}

.sirkle {
    background-image: url(../img/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
}
.namber{
	position: absolute;
	color: #fff;
	background-color: rgba(252,45,45,0.7);
	width: 17px;
	height: 17px;
	border:2px solid #fc2d2d;
	border-radius: 50%;
	right: -15px;
	font-size: 13px;
	top: -20px;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-image: url(../img/icons/lg.ring-loading-gif.gif);
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 200px 200px;
}
footer {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: 100px;
}
footer p {
    position: absolute;
    color: #eeefef;
    font-size: 15px;
    width: 100%;
    text-align: center;
    bottom: 10px;
}
footer  ul {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255, 0.3);
}
footer  ul li{
    display: inline-block;
    margin: 20px 25px;
}
footer  ul li a{
	color: #fff;
    font-family: "ALK Rounded Mtav Med", sans-serif;
}
footer  ul li a:hover{
	color: #cb1414;
    font-family: "ALK Rounded Mtav Med", sans-serif;
}
.footer-transparent-color{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.4);
}
.menu-ul{
	display: none;
}