@media only screen and (max-width: 768px) {
	h2.news_title {
		font-size: 22px;
	}
	
	#menu_buttons_nav .menu_div {
		padding: 10px 20px;
		font-size: 16px;
	}
	
	.page_title_h1 {
		color: #000;
		font-size: 35px;
	}
}

@media only screen and (min-width: 768px) {
	h2.news_title {
		font-size: 22px;
	}
	
	#menu_buttons_nav .menu_div {
		padding: 10px 20px;
		font-size: 16px;
	}
	
	.page_title_h1 {
		color: #000;
		font-size: 45px;
	}
}

@media only screen and (min-width: 1024px) {
	h2.news_title {
		font-size: 22px;
	}
	
	#menu_buttons_nav .menu_div {
		padding: 10px 17px;
		font-size: 16px;
	}
	
	.page_title_h1 {
		color: #000;
		font-size: 45px;
	}
}

@media only screen and (min-width: 1250px) {
	h2.news_title {
		font-size: 22px;
	}
	
	#menu_buttons_nav .menu_div {
		padding: 10px 20px;
		font-size: 16px;
	}
	
	.page_title_h1 {
		color: #000;
		font-size: 45px;
	}
}
/* <> */
	body,
	input,
	textarea,
	select {
		font: 16px/140% Dejavu Regular;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Open Sans Semibold;
		font-weight: normal;
		line-height: 120%;
	}
	
	h1 {
		font-size: 30px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 20px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	h5 {
		font-size: 17px;
	}
	
	h6 {
		font-size: 13px;
	}
/* <> */

/* # */
	
/* # */

/* . */
	h2.one_string {
		height: 30px;
	}

	.clean_h {
		line-height: 77%;
		margin: 0;
	}
	
	.like_h3 {
		font: 20px Open Sans Semibold;
	}

	#header_search_div {
		padding: 16px 15px;
		float: right;
	}

	.m_date_day {
		margin-bottom: 5px;
	}
	
	.menu_div,
	.sub_button_div {
		font-family: Open Sans Semibold;
	}
	
	.product_categories,
	.product_block_title,
	.product_inside_new_price .price_title,
	.product_inside_old_price .price_title {
		font-family: Open Sans Semibold;
	}
	
	a.product_sub_divs {
		padding: 18px 20px 18px 40px;
	}
	
	.product_text {
		top: 0;
	}	
/* . */