@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");

*{
	margin: 0;
	padding: 0;
}
header{
	min-width: 1200px;
	height: 100px;
	box-shadow: 0px 0px 8px #898989;
}
.logo{
	width: 150px;
	height: 90px;
	z-index: 99;
	position: absolute;
	top: 5px;
	left: 10%;
	background-image: url('../img/logo.png');
	background-size: 100% 100%;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
nav{
	height: 50px;
	position: absolute;
	top: 35px;
	width: 100%;
	}
	nav ul{
        padding: 0;
        list-style: none;
        margin: auto;
         width: 900px;
         text-align: center;
    }
    nav ul li{
        display: inline-block;
        position: relative;
        line-height: 35px;
        margin: 0px 20px;
    }
   
  
    nav ul li a{
        display: block;
        padding: 8px 25px;
        font-size: 16px;
        color: #000;
        text-decoration: none;
       font-family: "BPG Arial Caps", sans-serif;
      
    }
    nav ul li a:hover{
        color: #23b14d;
    }
    .leng{
		width: 140px;
		position: absolute;
		right: 10%;
		color: #fff;
		top: 0;
		height: 51px;
        text-align: center;
        line-height: 50px;
    background-color: #23b14d;
    border-radius: 5px;
	}
	.leng a{
		margin: 8px;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		width: 50px;
		height: 50px;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	}
	.leng a:hover{
		color:#000;
	}
	

footer{
		width: 100%;
		height: 80px;
		background-color:#fff; 
		box-shadow: 0px 0px 8px #898989;
		position: relative;
		margin-top: 20px;
	}
	footer p {
    position: absolute;
    color: #000;
    font-size: 15px;
    width: 100%;
    text-align: center;
    bottom: 10px;
}