/*PREZENTATION START*/
@media all and (max-width: 1500px){
	.wprez-text-cont h2
	{
		font-size: 27px;
		line-height: 33px;
	}
	
	.about-us:before
	{
		padding-bottom: 60%;
	}
	
	.about-us
	{
		padding-bottom: 60%;
	}
}

@media all and (max-width: 1360px){
	.wprez-text-cont h2
	{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		max-width: 100%;
	}
	
	.about-us:before
	{
		padding-bottom: 64%;
	}
	
	.about-us
	{
		padding-bottom: 64%;
	}
	
	.about-us-content-inner
	{
		max-width: 50%;
	}
}

@media all and (max-width: 1280px){
	header
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.mobile-hide
	{
		display: block;
	}
	
	.show-menu
	{
		font-size: 50px;
		height: 50px;
		width: 50px;
		display: inline-block;
		position: relative;
		color: #000000;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		line-height: 50px;
		text-align: center;
	}
	
	.show-menu i
	{
		height: 50px;
		width: 50px;
	}
	
	.show-menu i:before
	{
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}
	.show-menu i:after
	{
		content: "\f00d";
		opacity: 0;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		position: absolute;
		top:0;
		left:0;
		right:0;
		bottom: 0;
		margin: auto;
	}
	
	.show-menu.active i:after
	{
		opacity: 1;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	
	.show-menu.active
	{
		opacity: 1;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	
	.show-menu.active i:before
	{
		opacity: 0;
	}
	
	header .mobile-menu
	{
		position: absolute;
		top: 100%;
		right: 100%;
		max-width: 320px;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		z-index: 1;
	}
	
	header .mobile-menu:before
	{
		position: absolute;
		content: "";
		background: #ffffff;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		opacity: 0.75;
		text-align: left;
	}
	
	header .main-menu-element-wrap
	{
		width: 100%;
	}
	
	header .main-menu-element
	{
		text-align: left;
		padding: 15px 65px 15px 20px;
	}
	
	header .main-menu-element:before
	{
		display: none;
	}
	
	header .mobile-menu.show
	{
		right: 0;
	}
	
	.about-us:before
	{
		padding-bottom: 90%;
	}
	
	.about-us
	{
		padding-bottom: 90%;
	}
}

@media all and (max-width: 1024px){
	.products-element-wrap
	{
		width: 50%;
	}
	
	.categorys-element-wrap
	{
		width: 50%;
	}
	
	.categorys-name
	{
		position: relative;
	}
	
	.products-content
	{
		margin-bottom: 20px;
	}
	
	.about-us:before
	{
		padding-bottom: 0;
	}
	
	.about-us
	{
		height: auto;
		background-position: center top;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-color: #F0F0F0;
		background-size: 100% auto;
		padding-bottom: 0;
		padding-top: 54%;
	}
	
	.about-us-content
	{
		width: auto;
	}
	
	.about-us-content-inner
	{
		max-width: 100%;
		border-bottom: 1px solid #03a674;
		padding: 30px;
		background-color: #F0F0F0;
	}
	
	.about-us-content-inner:before
	{
		display: none;
	}
	
	.contact-form-details
	{
		width: 100%;
		max-width: none;
		padding: 35px 30px;
	}
	
	.contact-form-send
	{
		width: 100%;
		max-width: none;
		padding: 15px 30px;
	}
	
	.contact-form-avatar
	{
		display: inline-block;
		vertical-align: middle;
	}
	
	.contact-form-details-inner
	{
		display: inline-block;
		vertical-align: middle;
		padding: 30px;
	}
	
	.contact-form-send-form-half-input input
	{
		width: 100%;
		box-sizing: border-box;
	}
	
	footer
	{
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	footer .copyrights
	{
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 0 35px 0;
	}
	
	footer .foot-menu
	{
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.product-content
	{
		width: 90%;
		margin: 50px auto;
	}
}

@media all and (max-width: 767px){
	.product-slider
	{
		padding-bottom: 0;
		height: auto;
	}
	
	.product-image
	{
		max-width: 100%;
		padding-bottom: 57%;
	}
	
	.product-thumbnails
	{
		padding: 20px;
	}
	
	.product-thumbnails-wrap
	{
		width: 100%;
	}
	
	.product-thumbnails-inner
	{
		padding-left: 0;
		white-space: nowrap;
	}
	
	.product-thumbnail-inner
	{
		left: 10px;
		right: 10px;
	}
	
	.product-thumbnails-wrap
	{
		padding-bottom: 26%;
	}
	
	.product-thumbnail
	{
		top: 0 !important;
		height: 100%;
		width: 33.3333%;
		display: inline-block;
	}
	
	.product-thumbnails-prev
	{
		top: 0;
		bottom: 0;
		left: 0;
		right:auto;
	}
	
	.product-thumbnails-next
	{
		top: 0;
		bottom: 0;
		right: 15px;
		left:auto;
	}
	
	.product-thumbnails-prev:before {
		border-width: 20px 15px 20px 0;
		border-color: transparent #000000 transparent transparent;
	}
	
	.product-thumbnails-next:before {
		border-width: 20px 0 20px 15px;
		border-color: transparent transparent transparent #000000;
	}
}

@media all and (max-width: 639px){
	#text64, #text68, #text72
	{
		display: none;
	}
	
	.logo
	{
		width: 81px;
		overflow: hidden;
	}
	
	.main-menu
	{
		padding-left: 0;
		margin-left: -81px;
	}
	
	.wprez-text-cont
	{
		right:0;
		left: 0;
		top: auto;
		bottom: calc(10% + 20px);
		margin: auto;
	}
	
	.wprez-text-cont.bottom-right
	{
		right:0;
		left: 0;
		top: auto;
		bottom: calc(10% + 20px);
		top: auto;
	}
	
	.wprez-text-cont h2
	{
		white-space: normal;
		text-align: left;
	}
	
	.wprez-text-cont h2 br
	{
		display: none;
	}
	
	.products-element-wrap
	{
		width: 100%;
	}
	
	.categorys-element-wrap
	{
		width: 100%;
	}
	
	.contact-form-send-form-half-input
	{
		width: 100%;
	}
	
	.contact-form-details
	{
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.contact-form-send
	{
		padding: 15px 0px;
	}
	
	.contact-form-avatar
	{
		max-width: 100%;
	}
	
	.contact-form-avatar img
	{
		max-width: 100%;
		height: auto;
	}
	
	.product-thumbnails-wrap
	{
		padding-bottom: 30%;
	}
	
	.product .products-title
	{
		font-size: 42px;
		margin-top: 150px;
	}
}

@media all and (max-width: 480px)
{
	.wprez-text-cont h2
	{
		font-size: 20px;
		line-height: 28px;
	}
	
	.products-title
	{
		font-size: 42px;
		margin-top: 40px;
	}
	
	.about-us-title,
	.descriptive_page-title
	{
		font-size: 42px;
	}
	
	.descriptive_page-content
	{
		font-size: 18px;
		line-height: 24px;
		padding: 35px 25px;
	}
	
	.products-name
	{
		font-size: 21px;
	}
	
	.main-menu-element-wrap
	{
		display: block;
	}
	
	footer .copyrights
	{
		text-align: center;
	}
	
	.products-functions .products-function,
	.products-technologies .products-technology,
	.products-wash-cares .products-wash-care
	{
		padding: 10px 0;
	}
	
	.products-technologies li.products-technology
	{
		padding: 5px 10px 5px 20px;
	}
	
	.products-technologies li.products-technology:before
	{
		left: 0;
	}
	
	.product-theame .products-technology-imgs img
	{
		max-width: 50%;
	}
	
	.product-thumbnail
	{
		width: 50%;
	}
	
	.product-thumbnails-wrap
	{
		padding-bottom: 40%;
	}
	
	.cookie-content-inner
	{
		text-align: center;
	}
	
	.cookie-content-inner > div
	{
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 10px;
	}
}

@media all and (max-width: 360px){
	.product-thumbnails-wrap
	{
		padding-bottom: 50%;
	}
}

@media all and (max-height: 360px){
	.wprez
	{
		padding-bottom: 200vh;
	}
}

@media all and (max-height: 400px){
	.wprez
	{
		padding-bottom: 180vh;
	}
}

@media all and (max-height: 480px){
	.wprez
	{
		padding-bottom: 150vh;
	}
}

@media all and (max-height: 400px){
	header
	{
		position: relative;
	}
	
	.product .products-title,
	.descriptive_page-title
	{
		margin-top: 60px;
	}
}

/*PREZENTATION END*/