.products_home_section {
    float: left;
	width: 100%;
    position:relative;
}
.products_home_item {
	float: right;
	display: inline-block;
	position: relative;
	background-color:#fff;
	box-sizing:border-box;
}
.products_home_btn_container {
	float: right;
	width: 100%;
	text-align:center;
	display:inline-block;
}
.products_home_btn {
    float: none;
	width: auto;
	margin-top: 15px;
	text-align: center;
	border: 0px;
	font-size: 21px;
	font-weight: 400;	
	padding: 9px 25px 13px 25px;
	box-sizing:border-box;
	display:inline-block;
	background-color:#212120;
	color:#fff;
	position:relative;
	bottom:0
}
.products_home_item:hover .products_home_btn {
    background-color:#4889c8;
    color:#fff;
}
.products_home_item .products_home_item_name {
	color:#fff
}
.products_home_item .products_home_item_text {
	color:#fff
}
.products_home_items {
    float: left;
	width: 100%;
	margin-top:0px;
}
.products_home_shape_left {
    float: left;
	width: 66px;
	height:125px;
	position:absolute;
	left:0;
	top:-40px;
	z-index:1;
}
.products_home_shape_right {
    float: left;
	width: 47px;
	height:112px;
	position:absolute;
	right:0;
	bottom:30px;
	z-index:1;
}
.products_home_frame {
	width: 86%;
	left:7%;
	right:7%;
	top: 5%;
	position:absolute;
	bottom: 30px;
	border: 1px solid #fff;
	box-sizing:border-box;
	z-index:0;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.products_home_section {
	padding-top: 10px;
	padding-bottom: 80px;  
}
.products_home_item {
	width: 30%;
	margin-left: 5%;
	min-height: 290px;
}
.products_home_item:nth-of-type(3n) {
	margin-left:0;
}
.products_item_page {
	width: 30%;
	float:right;
	margin-left: 5%;
	margin-bottom:5%;
	position:relative;
}
.products_item_page:nth-of-type(3n) {
	margin-left:0;
}
.products_home_item_img {
	float: right;
	width: 100%;
	position:relative;
}
.products_content_back {
	float: right;
	width: 100%;
	height:250px;
	background-image: url(../../images/System/otzarotb/lines_back.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	display:inline-block;
}
.products_home_item_content {
	float: right;
	width: 86%;
	margin: 0 7% 7% 7%;
	height: 220px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	box-sizing:border-box;
	padding: 20px 40px 20px 40px;
	text-align:center;
}
.products_home_item_name {
	display:block;
	margin-bottom: 7px;
	line-height:1em;
}
.products_home_item_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.products_home_section {
	padding-top: 70px;
	padding-bottom: 80px;  
}
.products_home_item {
	width: 30%;
	margin-left: 5%;
	min-height: 290px;
}
.products_home_item:nth-of-type(3n) {
	margin-left:0;
}
.products_item_page {
	width: 30%;
	float:right;
	margin-left: 5%;
	margin-bottom:5%;
	position:relative;
}
.products_item_page:nth-of-type(3n) {
	margin-left:0;
}
.products_home_item_img {
	float: right;
	width: 100%;
	position:relative;
}
.products_content_back {
	float: right;
	width: 100%;
	height:250px;
	background-image: url(../../images/System/otzarotb/lines_back.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	display:inline-block;
}
.products_home_item_content {
	float: right;
	width: 86%;
	margin: 0 7% 7% 7%;
	height: 220px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	box-sizing:border-box;
	padding: 20px 40px 20px 40px;
	text-align:center;
}
.products_home_item_name {
	display:block;
	margin-bottom: 7px;
	line-height:1em;
}
.products_home_item_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.products_home_section {
	padding-top: 40px;
	padding-bottom: 50px;  
}
.products_home_item {
	width: 100%;
	/*	margin-left: 5%;*/
	min-height: 290px;
}
/*.products_home_item:nth-of-type(3n) {
	margin-left:0;
}*/
.products_item_page {
	width: 30%;
	float:right;
	margin-left: 5%;
	margin-bottom:5%;
	position:relative;
}
.products_item_page:nth-of-type(3n) {
	margin-left:0;
}
.products_home_item_img {
	float: right;
	width: 100%;
	position:relative;
}
.products_content_back {
	float: right;
	width: 100%;
	height:250px;
	background-image: url(../../images/System/otzarotb/lines_back.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	display:inline-block;
}
.products_home_item_content {
	float: right;
	width: 86%;
	margin: 0 7% 7% 7%;
	height: 220px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	box-sizing:border-box;
	padding: 20px 40px 20px 40px;
	text-align:center;
}
.products_home_item_name {
	display:block;
	margin-bottom: 7px;
	line-height:1em;
}
.products_home_item_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
	.products_home_section {
	padding-top: 40px;
	padding-bottom: 50px;  
}
.products_home_item {
	width: 100%;
	/*	margin-left: 5%;*/
	min-height: 290px;
	margin-bottom:20px
}
/*.products_home_item:nth-of-type(3n) {
	margin-left:0;
}*/
.products_item_page {
	width: 100%;
	float:right;
	margin-left: 0;
	margin-bottom: 20px;
	position:relative;
}
.products_item_page:nth-of-type(3n) {
	margin-left:0;
}
.products_home_item_img {
	float: right;
	width: 100%;
	position:relative;
}
.products_content_back {
	float: right;
	width: 100%;
	height:250px;
	background-image: url(../../images/System/otzarotb/lines_back.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	display:inline-block;
}
.products_home_item_content {
	float: right;
	width: 86%;
	margin: 0 7% 7% 7%;
	height: 220px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	box-sizing:border-box;
	padding: 20px 40px 20px 40px;
	text-align:center;
}
.products_home_item_name {
	display:block;
	margin-bottom: 7px;
	line-height:1em;
}
.products_home_item_text {
	float: right;
	width: 100%;
	height: 50px;
	overflow:hidden;
	visibility:visible;
	line-height:1.3em!important;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {

}