@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url("//cdn.web-fonts.ge/fonts/bpg-glaho-web/css/bpg-glaho-web.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url('https://fonts.googleapis.com/css?family=Acme|Bree+Serif|Roboto+Mono');

@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
	h1, h2, h3, h4, h5, h6 {
font-family: "BPG Nino Mtavruli Bold", sans-serif;
}
p,pre,div{
font-family: "BPG Glaho", sans-serif;
}
a{
font-family: "BPG Glaho WEB", sans-serif;
}
@font-face {
    font-family: 'dejavu_sansbook';
    src: url('../fonts/dejavusans-webfont.woff2') format('woff2'),
    url('../fonts/dejavusans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dejavu_sansextralight';
    src: url('../fonts/dejavusans-extralight-webfont.woff2') format('woff2'),
    url('../fonts/dejavusans-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dejavu_sansbold';
    src: url('../fonts/dejavusans-bold-webfont.woff2') format('woff2'),
    url('../fonts/dejavusans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'bpg_nino_medium_capsregular';
    src: url('../fonts/bpg_nino_medium_caps-webfont.woff2') format('woff2'),
    url('../fonts/bpg_nino_medium_caps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
a{
	text-decoration: none;
}
body{
	background-color: #fff;
}
#baner{
	min-width:1200px;
	height: 400px;
	position: relative;
    background-image: url('../img/parallex.jpg');
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
#logo{
	z-index: 9999;
	position: absolute;
}
nav{
	width: 100%;
	height: 392px;
	position: absolute;
	top:0px;
	z-index: 999;
	 background-image: url('../img/nav.png');
	}
	nav ul{
        padding: 0;
        list-style: none;
        width: 900px;
        text-align: center;
        position: absolute;
        right: 20%;
        top: 40px;
    }
    nav ul li{
        float: left;
        position: relative;
        line-height: 35px;
        margin-left: 20px;
        text-align: left;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
	
    }
  
    nav ul li a{
        display: block;
        padding: 8px 25px;
        font-size: 16px;
        color: #000;
        text-decoration: none;
          font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
    nav ul li a:hover{
        color: #00a3e0;
    }
  .icon{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 60px;
	height: 60px;
	z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}
.icon ul{
	list-style: none;
	padding: 0;
	right: 10px;
	position: absolute;
	z-index: 9999999999;
}
.icon ul li{
	float: left;
	width:27px;
	height: 27px;
	margin-left: 10px;
	border-radius: 50%;
	background-position: center;
	background-size: 80% 80%;
	background-repeat: no-repeat;
	
}
.icon ul li:hover{
	opacity: 0.3;
}
.icon ul li a{
	position: absolute;
	width:30px;
	height: 30px;
}

.ulcontacts{
	list-style: none;
	position: absolute;
	top: 0px;
	right:20px;
	z-index: 9999;
	
}
.ulcontacts li{
	padding:4px 20px;
	text-align: center;
	float: left;
	font-size: 13px;
	margin: 10px;
	color: #d8d8d8;
	border-radius: 2px;
	
}



.ulcontacts li:nth-child(1){
	background-color: #fff200;
	height: 20px;
	width: 75px;
	font-size: 13px;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
    position: relative;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.ulcontacts li:nth-child(1) p{
	left: 14px;
	position: absolute;
	    top: 3px;
    font-family: 'dejavu_sansbook';
}
.ulcontacts li:nth-child(2){
	background-image: url('../img/icons/call-top.png');
	background-repeat: no-repeat;
	background-size: 26px 26px;
	height: 28px;
	width: 130px;
	background-position: 0px -1px;
}
.ulcontacts li:nth-child(2) p a{
	color: #000;
	font-size: 15px;
	line-height: 17px;
	font-family: 'Roboto Mono', monospace;
font-family: 'Acme', sans-serif;
font-family: 'Bree Serif', serif;
}
.ulcontacts li p{
	color: #545454;
	font-size: 14px;
	
	
}
.leng{
		width: 140px;
		position: absolute;
		right: 0%;
		color: #fff;
		top: 10px;
        text-align: center;
	}
	.leng ul{
		position: absolute;
		left: 10px;
	}
	.leng ul a li {
		margin: 5px;
		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;
		
	}


#main-contet{
		max-width: 1200px;
		position: relative;
		margin:auto;
		overflow: hidden;
		text-align: left;
		margin-top: 10px;
	}
	

	#main-contet .main-contet{
		width: 274px;
		height: 340px;
		position: relative;
		overflow: hidden;
		display: inline-block;
		margin: 10px;
		border-radius: 3px;
		background-size: 100% 100%;
		cursor: pointer;
		background-size: cover;
     	background-position: center center;
		
	}
	#main-contet .main-contet  h5{
		width: 97%;
		height: 50px;
		background-color: rgba(0,0,0,0.7);
		border-top: 1px solid #10a2dd;
		position: absolute;
		bottom: 0px;
		color: #fff;
		font-size: 16px;
		padding: 7px;
		text-align: center;
		line-height: 40px;
		-webkit-transition: all 0.8s ease;
	 -moz-transition: all 0.8s ease;
	 -o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: inherit;
	}
	#main-contet .main-contet  h5:hover{
		background-color: rgba(16,162,221,0.7);
	}
	
	#main-contet .main-contet .main-contet-animation{
		position: absolute;
		width: 200px;
		height: 216px;
		left: 13%;
		border-radius: 50%;
		top: -150px;
		height: 150px;
		background-color: rgba(16,162,221,0.3);
		-webkit-transition: all 0.8s ease;
	 -moz-transition: all 0.8s ease;
	 -o-transition: all 0.8s ease;
	transition: all 0.8s ease;
		
	}
	#main-contet .main-contet:hover .main-contet-animation{
	    width: 500px;
		height: 276px;
		left: -130px;
		top: 0;
		border-radius: 0;
	}
	@media only screen and (max-width: 1200px) {

	#main-contet{
  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;
}
footer{
	height: 40px;
	border-top: 1px solid rgba(0,0,0, 0.1);
}
footer p{
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
}
@media only screen and (max-width: 1800px) {
	nav ul {
    
    right: 10%;
    
}
  

}
@media only screen and (max-width: 1550px) {
		nav ul {
    
   width: 800px;
    
}
	nav ul li{
    
    margin-left: 0;
     
}
  

}
@media only screen and (max-width: 1450px) {
		nav ul {
    
   width: 800px;
    
}
	nav ul li{
    
    margin-left: 0;
     
}
  #logo{
  	left: -50px;
  }
  .about {
    width: 1200px;
    
}
.abaut-image-1 {
    width: 500px;
    height: 400px;
    background-size: cover;
    background-position: center center;
    margin: 50px 10px;
    background-color: #ff0000;
    float: left;
}
.abaut-image-2 {
    width: 300px;
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-color: #1c0000;
    position: absolute;
    top: 100px;
    left: 400px;
}
.text{
	    margin-right: 20px;
}
.text a{
	    right: 360px;
}
nav{
	
	background-position: -170px 0px;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width: 1400px) {
		
  #logo{
  	width: 300px;
  }
  .contacts{
  	margin-left: 10px;
  }

#contacts>h1 {
	margin-left: 10px;
}
}