@charset 'UTF-8';


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	background: #ffffff;
	font-size: 16 px;
	font-weight: normal;
	line-height: 1.2;
    }
	
.pp_web_cont {
	position: relative;
	width:92%;
	max-width: 1200px;
	min-width: 500px;
    margin: 20px auto;
	padding: 0;
	background: #009C73 url('./pp_bg.jpg') top center no-repeat;
	background-size: 100%;
	color: #ffffff;
	border: 0px;
	border-radius: 12px;
	}
.pp_web_cont2 {
	position: relative;
	padding: 50px 0;
	margin: 0 auto;
	width: 90%;
	max-width: 1000px;
	}
	
.pp_web_header {
	position: relative;
	padding: 0;
	margin: 0 0.5%;
	}

.pp_web_header_lang_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #56E8C1;
	padding: 10px 0;
	border-radius: 4px;
	background-color: rgba(0,156,115,0.5);
	}
.pp_web_header_lang_btn:hover {
	background-color: rgba(0,156,115,0.8);
	}


.pp_web_header_title {
	position: relative;
	width:60%;
	padding-top: 50px;
	font-size: 46px;
	font-weight: bold;
	}

.pp_web_header_subtitle {
	position: relative;
	width:60%;
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 38px;
	font-weight: normal;
	}
	
.pp_web_slider {
	position: relative;
	padding: 0;
	width: 99%;
	min-height: 100px;
	border-radius: 8px;
	margin: 0 0.5%;
	}

.pp_web_slider_gradient1 {
	background: linear-gradient(to top left, #FF3D00, #F89E44);
	}

.pp_web_slider_gradient2 {
	background: linear-gradient(to top left, #8200D1, #44ACF8);
	}
	
.pp_web_slider_gradient3 {
	background: linear-gradient(to bottom right, #FF63EF, #D40040);
	}

.pp_web_slider_gradient4 {
	background: linear-gradient(to bottom right, #FF3E3E, #C9003C);
	}

.pp_web_slider_gradient5 {
	background: linear-gradient(to bottom right, #FF63EF, #D40040);
	}
	
.pp_web_slider_arrow_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 12%;
	height: 100%;
	background: url('./pp_arrow.svg') center center no-repeat;
	background-size: 36px auto;
	}

.pp_web_slider_arrow_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 12%;
	height: 100%;
	background: url('./pp_arrow.svg') center center no-repeat;
	background-size: 36px auto;
	transform: scale(-1, 1);
	}
	
.pp_web_slider_dots {
	position: relative;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	}
	
.pp_web_slider_dot {
	position: relative;
	display: inline-block;
	background: #ffffff;
	margin: 6px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	opacity: 0.5;
    filter: alpha(Opacity=50);
	}
	
.pp_web_slider_dot_curent {
	opacity: 1.0;
    filter: alpha(Opacity=100);
	}




.pp_web_slider_picture {
	position: absolute;
	width: 50%;
	height: 268px;
	top: -30px;
	right: 0;
	background-size: contain;
	}
	
.pp_web_slider_title {
	position: relative;
	width: 70%;
	max-width: 550px;
	padding-top: 30px;
	margin: 0 auto;
	}
	
.pp_web_content {
	position: relative;
	padding: 0;
	width: 100%;
	padding: 50px 0 15px 0;
	font-size: 0;
	}

.pp_web_content_item {
	position: relative;
	display: inline-block;
	margin: 0.5%;
	width: 24%;
	min-height: 200px;
	font-size: 14px;
	vertical-align: top;
	border-radius: 8px;
	overflow: hidden;
	}


.pp_web_content_item_title p {
	color: #ffffff;
	margin: 10px 0 0 0;
	}
	
.pp_web_content_item_price {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0!important; 
	}

.pp_web_content_item_picture_cont {
	position: relative;
	display: block;
	width: 100%;
	}
.pp_web_content_item_picture_cont img {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 8px;
	}



.pp_web_content_item_picture {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-radius: 8px;
	}

.pp_web_content_item_picture_cont:hover {
	opacity: 0.9;
    filter: alpha(Opacity=90);
	}


	
.pp_web_footer {
	position: relative;
	padding: 0;
	margin: 0 0.5%;
	color: #ffffff;
	font-size: 0;
	}
	
.pp_web_footer_left {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 60%;
	font-size: 0;
	font-size: 14px;
	}
.pp_web_footer_right {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 40%;
	font-size: 0;
	font-size: 14px;
	text-align: right;
	}
	
.pp_web_footer_pages {
	position: relative;
	padding-bottom: 50px;
	margin: 0 auto;
	text-align: center;
	}
	
.pp_web_footer_page {
	position: relative;
	display: inline-block;
	width: 42px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #56E8C1;
	padding: 10px 0;
	margin: 5px;
	border-radius: 4px;
	vertical-align: top;
	}

.pp_web_footer_page:hover {
	background-color: rgba(86,232,193,0.4);
	}
	
.pp_web_footer_page_curent {
	position: relative;
	display: inline-block;
	width: 42px;
	font-size: 20px;
	text-align: center;
	color: #ffffff;
	border: 2px solid #56E8C1;
	padding: 10px 0;
	margin: 5px;
	border-radius: 4px;
	background-color: rgba(86,232,193,0.8);
	vertical-align: top;
	}

.pp_web_footer_arrow_left {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background: url('./pp_arrow_footer.svg') center center no-repeat;
	vertical-align: top;
	background-size: auto 100%;
	padding: 0;
	margin: 17px 0;	
	}

.pp_web_footer_arrow_right {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 20px;
	background: url('./pp_arrow_footer.svg') center center no-repeat;
	transform: scale(-1, 1);
	vertical-align: top;
	background-size: auto 100%;
	padding: 0;
	margin: 17px 0;	
	}


.pp_web_footer_arrow_left:hover, .pp_web_footer_arrow_right:hover {
	opacity: 0.5;
    filter: alpha(Opacity=50);
	}












@media screen and (orientation: portrait) {

.pp_web_cont {
	position: relative;
	width:100%;
    margin: 0;
	padding: 0;
	background: #009C73 url('./pp_bg.jpg') top center no-repeat;
	background-size: 100%;
	color: #ffffff;
	border: 0px;
	border-radius: 0px;
	}
.pp_web_cont2 {
	position: relative;
	padding: 4% 0;
	margin: 0 auto;
	width: 96%;
	max-width: 1000px;
	}

.pp_web_header {
	position: relative;
	padding: 0;
	margin: 0;
	}

.pp_web_header_title {
	position: relative;
	width:65%;
	padding-top: 6%;
	font-size: 56px;
	font-weight: bold;
	}

.pp_web_header_subtitle {
	position: relative;
	width:65%;
	padding-top: 1%;
	padding-bottom: 6%;
	font-size: 38px;
	font-weight: normal;
	}
	
.pp_web_slider {
	width: 100%;
	margin: 0;
	}
	
.pp_web_slider_arrow_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 12%;
	height: 100%;
	background: url('./pp_arrow.svg') center center no-repeat;
	background-size: 50% auto;
	}

.pp_web_slider_arrow_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 12%;
	height: 100%;
	background: url('./pp_arrow.svg') center center no-repeat;
	background-size: 50% auto;
	transform: scale(-1, 1);
	}
	


.pp_web_slider_picture {
	position: absolute;
	width: 50%;
	height: 268px;
	top: -30px;
	right: 0;
	}
	
.pp_web_slider_title {
	position: relative;
	width: 75%;
	max-width: 550px;
	padding-top: 40px;
	margin: 0 auto;
	}
	
.pp_web_content {
	position: relative;
	padding: 0;
	width: 100%;
	padding: 4% 0;
	font-size: 0;
	}

.pp_web_content_item {
	position: relative;
	display: inline-block;
	margin: 0.5%;
	width: 49%;
	min-height: 200px;
	border-radius: 8px;
	}
	
.pp_web_footer {
	position: relative;
	padding: 0;
	margin: 0 0.5%;
	color: #ffffff;
	font-size: 0;
	}
	
.pp_web_footer_left {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 60%;
	font-size: 0;
	font-size: 16px;
	}
.pp_web_footer_right {
	position: relative;
	display: inline-block;
	margin: 0;
	width: 40%;
	font-size: 0;
	font-size: 16px;
	text-align: right;
	}
	
.pp_web_footer_pages {
	position: relative;
	padding-bottom: 6%;
	margin: 0 auto;
	text-align: center;
	}
	
.pp_web_footer_page {
	font-size: 30px;
	padding: 15px;
	margin: 10px;
	border-radius: 8px;
	}




.pp_web_footer_page_curent {
	font-size: 30px;
	padding: 15px;
	margin: 10px;
	border-radius: 8px;
	background: #56E8C1;
	}


.pp_web_footer_arrow_left, .pp_web_footer_arrow_right  {
	padding: 0 15px;
	margin: 27px 5px;
	height: 30px;
	}



.pp_web_content_item_title {
	font-size: 20px;
	}
	
.pp_web_content_item_price {
	font-size: 30px;
	}

.pp_web_header_lang_btn {
	font-size: 30px;
	padding: 15px 12px;
	border-radius: 8px;
	}


}
	
	
	
	