@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");
#baground{
	width: 100%;
	height: 400px;
	background-size: cover;
    background-position: center center;
}
#main{
	max-width: 1200px;
	margin: 20px auto;
	text-align: left;
}
.main{
	width: 270px;
    height: 360px;
	display: inline-block;
	margin: 4.9px;
	border-radius: 3px;
	border: 1px solid rgba(46,51,70, 0.2);
	overflow: hidden;
	position: relative;
	 -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
 .main p{
 	    color: #343432;
    text-align: center;
    line-height: 20px;
    height: 44px;
    margin-top: 10px;
    font-size: 13px;
    width: 100%;
    text-align: center;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
 	
 }
.background{
	width: 268px;
	height: 250px;
	background-size: 100% 100%;
	position: relative;
	margin-top: 10px
}

.main .price{
	width: 110px;
	position: absolute;
	color: #f83930;
    text-align: center;
    line-height: 40px;
    height: 44px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-family: 'dejavu_sansbook';
    font-weight: bold;
}

.main:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 1220px) {
	
  #main{
  	text-align: center;
  }

}