/* webkit-specific letter-spacing */
@media screen and (-webkit-min-device-pixel-ratio: 0)
	{
		body
		{
			letter-spacing: 0;
		}
}

/*media queries basic styles*/
@media only screen and (min-width: 0px) and (max-width: 1024px) {
	
	img {
		max-width: 100%;
		height: auto;
		width: auto\9;
	}
	
	html {
		-webkit-text-size-adjust: none;
	}
	
	body {
		margin: 0;
		padding: 0;
	}
	
	.cookie_ribon {
		width: 100%;
		z-index: 10999;
		display: none !important;
	}
	
	#toTop {
		display: none !important;
	}
	
	input[type="reset"], input[type="submit"] {
		appearance: none;
		-webkit-appearance: none;
	}
	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 0px) and (max-width: 599px) {

.slicknav_menu {
	background: transparent !important;
	border: medium none !important;
	box-shadow: none !important;
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
	position: absolute;
	width: 95%;
	z-index: 400;
	top: 222px;
	right: 2.5%;
	left: inherit;
}

.slicknav_menu  .slicknav_menutxt {
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,0.60);
	font-weight: 600;
	text-transform: none;
}

.slicknav_btn {
	background: #0f7a16 !important;
	border: none !important;
	border-radius: 2px;
	padding: 12px 20px !important;
	float: none;
	height: auto;
	display: table;
	width: 100%;
}

.slicknav_btn.slicknav_open {
	border-radius: 2px 2px 0 0;
}

.slicknav_nav ul {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

.slicknav_nav ul li a {
	background: none !important;
	font-size: 11px !important;
	font-weight: 300 !important;
	border-left: 5px solid #696969;
}

.slicknav_nav, .slicknav_nav ul {
	background-color: #f5f5f5 !important;
	position: relative;
	z-index: 9999;
}

.slicknav_nav {
	border-bottom: none;
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.6);
	border-radius: 2px 0 2px 2px;
}

.slicknav_nav li {
	border-bottom: 1px solid #cdcdcd !important;
	box-shadow: 0 1px 0 #fff;
}

.slicknav_nav li:last-of-type {
	border: none !important;
	box-shadow: none;
}

.slicknav_nav a {
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px !important;
	color: rgba(0,0,0,0.80) !important;
	font-weight: 700 !important;
	text-transform: none !important;
	padding: 10px 20px !important;
	background: #f0f0f0 !important;
	transition: all .3s linear;
}

.slicknav_nav .slicknav_row:hover {
	padding: 10px;
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
}

.slicknav_nav a:hover {
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px !important;
	color: #fff !important;
	background: #0f7a16 !important;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 2px 0 0;
	padding: 0 !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff !important;
}

header {
	background-repeat: repeat-y;
	padding: 20px 0;
	margin-bottom: 80px;
}

header section {
	width: 95%;
}

.logo {
	float: none;
	display: table;
	margin: 0 0 20px;
}

.logo img {
	max-height: 64px;
}

header nav {
	display: none;
}

.header_contacts {
	float: none;
	display: table;
	padding: 0;
}

.featured_catalog_cnt {
	background: none;
}

.featured_catalog_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	padding: 0;
	float: none;
}

.featured_catalog_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.featured_catalog_cnt article section {
	width: 95%;
}

.featured_catalog_cnt article section aside {
	width: 100%;
	display: table;
	padding-top: 0;
}

.order_book_btn {
	float: none;
	display: table;
	min-width: 100%;
}

.featured_catalog_cnt article div {
	float: none;
	display: table;
}

footer ul {
	max-width: 95%;
}

footer em {
	padding: 0 5%;
	max-width: 95%;
}

footer section aside {
	width: 95%;
}

footer section p {
	max-width: 75%;
}

.basic_site_inner_content {
	width: 95%;
}

.basic_site_inner_content .order_book_btn {
	float: none;
	display: table;
	min-width: 100%;
}

.ask_question_cnt .contact_form div {
	width: 100%;
}

.ask_question_cnt .contact_form div:nth-of-type(2) {
	width: 100%;
}

.ask_question_cnt .contact_form div:nth-of-type(4) {
	margin-right: 0;
}

.ask_question_cnt .contact_form div.consent_data dd,
.ask_question_cnt .consent_data dd {
	width: 87% !important;
}

.basic_site_inner_content_contact {
	width: 95%;
}

.basic_site_inner_content_contact article {
	width: 100%;
	float: nnoe;
	display: table;
}

.right_column_contact {
	width: 100%;
	float: none;
	display: table;
	margin: 45px 0 0;
}

.contact_form div {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}

.customer_type div {
	width: 100%;
	float: none;
	display: table;
	margin: 0 0 20px;
}

.contact_form div.query_for_div div {
	width: 100%;
	float: none;
}

.contact_form div.query_for_div div:last-of-type {
	width: 100%;
	float: none;
}


}
	
/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-width: 600px) and (max-width: 800px) { 

.slicknav_menu {
	background: transparent !important;
	border: medium none !important;
	box-shadow: none !important;
	display: block;
	margin: 0 auto !important;
	padding: 0 !important;
	position: absolute;
	width: 95%;
	z-index: 400;
	top: 222px;
	right: 2.5%;
	left: inherit;
}

.slicknav_menu  .slicknav_menutxt {
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,0.60);
	font-weight: 600;
	text-transform: none;
}

.slicknav_btn {
	background: #0f7a16 !important;
	border: none !important;
	border-radius: 2px;
	padding: 12px 20px !important;
	float: none;
	height: auto;
	display: table;
	width: 100%;
}

.slicknav_btn.slicknav_open {
	border-radius: 2px 2px 0 0;
}

.slicknav_nav ul {
	margin: 0;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

.slicknav_nav ul li a {
	background: none !important;
	font-size: 11px !important;
	font-weight: 300 !important;
	border-left: 5px solid #696969;
}

.slicknav_nav, .slicknav_nav ul {
	background-color: #f5f5f5 !important;
	position: relative;
	z-index: 9999;
}

.slicknav_nav {
	border-bottom: none;
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.6);
	border-radius: 2px 0 2px 2px;
}

.slicknav_nav li {
	border-bottom: 1px solid #cdcdcd !important;
	box-shadow: 0 1px 0 #fff;
}

.slicknav_nav li:last-of-type {
	border: none !important;
	box-shadow: none;
}

.slicknav_nav a {
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px !important;
	color: rgba(0,0,0,0.80) !important;
	font-weight: 700 !important;
	text-transform: none !important;
	padding: 10px 20px !important;
	background: #f0f0f0 !important;
	transition: all .3s linear;
}

.slicknav_nav .slicknav_row:hover {
	padding: 10px;
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
}

.slicknav_nav a:hover {
	font-family: "Comfortaa", Arial, Tahoma, Calibri, Verdana, sans-serif;
	font-size: 16px !important;
	color: #fff !important;
	background: #0f7a16 !important;
	transition: all .3s linear;
}

.slicknav_menu .slicknav_icon {
	margin: 2px 0 0;
	padding: 0 !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #fff !important;
}

header {
	background-repeat: repeat-y;
	padding: 20px 0;
	margin-bottom: 80px;
}

header section {
	width: 95%;
}

.logo {
	float: none;
	display: table;
	margin: 0 0 20px;
}

.logo img {
	max-height: 64px;
}

header nav {
	display: none;
}

.header_contacts {
	float: none;
	display: table;
	padding: 0;
}

.featured_catalog_cnt {
	background: none;
}

.featured_catalog_cnt article figure {
	max-width: 100%;
	max-height: 100%;
	display: list-item;
	list-style: none;

	padding: 0;
	float: none;
}

.featured_catalog_cnt article figure img {
	max-height: inherit;
	max-width: 100%;
	width: 100%;
}

.featured_catalog_cnt article section {
	width: 95%;
}

.featured_catalog_cnt article section aside {
	width: 100%;
	display: table;
	padding-top: 0;
}

.order_book_btn {
	float: none;
	display: table;
	min-width: 100%;
}

.featured_catalog_cnt article div {
	float: none;
	display: table;
}

footer ul {
	max-width: 95%;
}

footer em {
	padding: 0 5%;
	max-width: 95%;
}

footer section aside {
	width: 95%;
}

footer section p {
	max-width: 75%;
}

.basic_site_inner_content {
	width: 95%;
}

.basic_site_inner_content .order_book_btn {
	float: none;
	display: table;
	min-width: 100%;
}

.ask_question_cnt .contact_form div {
	width: 100%;
}

.ask_question_cnt .contact_form div:nth-of-type(2) {
	width: 100%;
}

.ask_question_cnt .contact_form div:nth-of-type(4) {
	margin-right: 0;
}

.ask_question_cnt .contact_form div.consent_data dd,
.ask_question_cnt .consent_data dd {
	width: 87% !important;
}

.basic_site_inner_content_contact {
	width: 95%;
}

.basic_site_inner_content_contact article {
	width: 100%;
	float: nnoe;
	display: table;
}

.right_column_contact {
	width: 100%;
	float: none;
	display: table;
	margin: 45px 0 0;
}

.contact_form div {
	width: 100%;
	float: none;
	display: table;
	margin-right: 0;
}




}