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

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

@media only screen and (min-width: 1024px) {
	h2.news_title,
	.news_blocks_desc_first h2.news_title {
		font-size: 18px;
	}
	
	#menu_buttons_nav .menu_div {
		padding: 10px 13px;
		font-size: 15px;
	}
	
	.page_title_h1 {
		color: #000;
		font-size: 45px;
	}
}

@media only screen and (min-width: 1250px) {
	h2.news_title,
	.news_blocks_desc_first h2.news_title {
		font-size: 21px;
	}
	
	#menu_buttons_nav .menu_div {
		padding: 10px 17px;
		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: BPG Nino Mtavruli Bold;
		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: 22px;
	}

	.clean_h {
		line-height: 77%;
		margin: 0;
	}
	
	.like_h3 {
		font: 20px BPG Nino Mtavruli Normal, Arial;
	}

	.page_tags_arrow {
		top: 1px; 	
	}

	#header_search_div {
		padding: 17px 15px;
		float: right;
	}
	
	.menu_div,
	.sub_button_div  {
		font-family: BPG Nino Mtavruli Bold;
	}
	
	.product_categories,
	.product_block_title,
	.product_inside_new_price .price_title,
	.product_inside_old_price .price_title {
		font-family: BPG Nino Mtavruli Bold;
	}
	
	a.product_sub_divs {
		padding: 18px 20px 12px 40px;
	}
	
	.product_text {
		top: 2px;
	}	
/* . */