.promo_head_wr {
    background-image: url(../images/buy-custom-essay-order.jpg);
    background-position: center 100%;
}

.promo_head {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
    background-image: url(../images/order-cusom-essay-service.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.writers_bl {
	width:100%;
	padding:0 20px;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ow_card_wr {
	overflow:initial;
	margin:35px 0;
}

.ow_card {
	width: 300px;
	height: 550px;
	margin:0 auto;
	position: relative;
	perspective: 1000px;
	overflow:initial;
}

.ow_front {
	background-color: #fff;
}
.ow_back {
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	background-color: #FFFFF4;
	color:#000;
	transform: rotateY(180deg);
	text-align:center;
}

.ow_front, .ow_back {
	position: absolute;
	width: 100%;
	height: 100%;
	padding:20px 17px;
	left: 0;
	top: 0;
	backface-visibility: hidden;
	-moz-box-shadow: 0px 4px 25px rgba(162, 162, 162, 0.25);
	-webkit-box-shadow: 0px 4px 25px rgba(162, 162, 162, 0.25);
	box-shadow: 0px 4px 25px rgba(162, 162, 162, 0.25);
}

.ow_card:hover .ow_front {transform: rotateY(180deg);}
.ow_card:hover .ow_back {transform: rotateY(360deg);}

.ow_face {
	width:158px;
	height:158px;
	margin:0 auto;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ow_face img {
	width:100%;
	height:auto;
}

.ow_stars {
	margin-top:15px;
}

.ow_name, .ow_orders, .ow_button, .ow_stars {
	text-align:center
}

.ow_button {
	width:100%;
	padding:0 25px;
}

.ow_button > a {
	display:inline-block;
	width:100%
}

.ow_front .ow_button {
	position: absolute;
	bottom: 20px;
	width: 100%;
	right: 0;
}

.ow_name {
	font-family: "open_sansbold";
	font-size: 24px;
}

.ow_orders {
	font-family: "open_sansbold";
	font-size: 14px;
	color: #55AFFD;
}

.ow_feddback {
	width: 241px;
	height: 178px;
	margin-top:13px;
	padding-left:16px;
	border-left:7px solid #E9F8FF;
	font-size: 14px;
	line-height: 19px;
	color: #434343;
}

.ow_customer {
	position:absolute;
	bottom:0;
	right:0;
	font-size: 14px;
	line-height: 19px;
	text-align: right;
	color: #BABABA;
}

.ow_bio {
	font-size:14px;
	-webkit-align-self: flex-end;
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
	line-height: 1.6
}

.ow_back .ow_button {
	-webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media screen and (max-width:1470px) {
	.writers_bl {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ow_card_wr {
		width:40%;
	}
}

@media screen and (max-width:1200px) {
	.writers_bl {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.ow_card_wr {
		width: 45%;
	}
}

@media screen and (max-width:900px) {
	.writers_bl {
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	.ow_card_wr {
		width: 49.99%;
	}
}

@media screen and (max-width:720px) {
	.writers_bl {
		-webkit-justify-content: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}
	.ow_card_wr {
		width: 100%;
	}
}



