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

#main{
	max-width: 1340px;
	margin: auto;
	text-align: left;
	overflow: hidden;
	margin-top: 30px;
}
.main{
	width: 284px;
	height: 420px;
	float: left;
	margin: 10px 24px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid rgba(46,51,70, 0.1);
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.sale{
	width: 45px;
	height: 45px;
	background-color:#006a07;
	border-radius: 50%;
	text-align: center;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	color: #fff;
	letter-spacing: 1.2px;
	line-height: 45px;
	margin-left: 10px;
	margin-top: 10px;
	position: absolute;
}
.main:hover{
	border: 1px solid  rgba(89,180,63,0.7);
}
 .main p{
 	width: 96%;
 	text-align: center;
 	position: relative;
 	padding: 5px;
 	height: 50px;
 	font-size: 16px;
 	color: #2c2f35;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: 10px;
 }
 .main pre{
	  font-family: 'bpg_nino_medium_capsregular';
	  font-weight: bold;
	  color: #ffff;
 	font-size: 17px;
	 text-align: left;
 	font-weight: bold;
 	width: 275px;
	 padding: 10px 5px;
 	margin-top: 15px;
 	width: 150px;
 	background-color: #003152;
 	text-align: center;
 	border-radius: 20px;
 	margin-left: 60px;
 }
 .main>pre>b{
	 color:#57b53b;
  text-decoration: line-through;
	
}
  .main p:hover{
  	text-decoration: underline;
  }
.background{
	width: 100%;
	height: 320px;
	background-size: 100% 100%;
	position: relative;
	background-size: cover;
	background-position: top center;
	margin-top: -60px
}

.background-top-color{
	width: 285px;
	height: 5px;
	background-color: #f9423e;
	position: absolute;
	top: 0;
}
.background-bottom-color{
	width: 285px;
	height: 15px;
	background-color: #f9423e;
	position: absolute;
	top: 320px;
	
}

.background-hover{
	position: absolute;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0, 0.1);
	opacity: 0;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main:hover .background-hover{
	opacity: 1;
}

.hom_title {
    width: 400px;
    margin: 300px auto;
    min-height: 50px;
    position: relative;
    text-align: center;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 25px;
}
.title {
    color: #fff;
    position: absolute;
    border-radius: 30px;
    background-color: #024705;
    margin: auto;
    width: 100px;
    height: 8px;
    left: 150px;
    margin-top: 10px;
}
.main:hover .background-hover{
	opacity: 1;
}
.paging{
	width: 100%;
}