

.akcii_index {
 margin-top: 15px;
 /*margin-bottom: 30px;*/
}
.akcii_index a { 
	color: black !important;
	display: block;
 }

.akcii_index .text {
	border: 1px #ebebeb solid;
	padding: 20px 20px 30px; 
	font-size: 18px;
	font-family: "bold";

}


.akcii_index .pict { position: relative; }

.akcii_index .text .time { 
	color: #999;
	height: 40px;
	font-size: 14px;
	font-family: 'normal';
}

.akcii_index .text .title {
	height: 53px;
	overflow: hidden; 	
}
.akcii_index .skidka {
 background: url(img/!.png);
 width: 78px;
 height: 78px;
 text-align: center;
 color: white;
 font-family: 'bold';
 display: inline-block;
 margin: -8px;
 text-align: center;
 padding-top: 27px;
 font-size: 17px;
 position: absolute;

}
.akcii_index .skidka div {
  /*color: red;*/
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -5px;
}

.akcii_index .skidka.bottom_left {
 bottom: 15px;
 left: 15px;
}

.akcii_index .skidka.bottom_right {
 bottom: 15px;
 right: 15px;
}

.akcii_index .skidka.top_left {
 top: 15px;
 left: 15px;
}

.akcii_index .skidka.top_right {
 top: 15px;
 right: 15px;
}


@media (max-width: 750px) {

  .akcii_index .text { margin-bottom: 30px; }

}