/*******************************************
 *** Адаптивные стили ADAPTIVE.CSS
 *** Собственность компании WEBBERRIES
 *** https://webberries.ru (C) 2005-2025
 *** Для вопросов: webberries@yandex.ru
 *** Дата обновления: 30.01.2025
 *** Версия файла: V4.10 
 *******************************************/




/*
@media screen and (min-width: 1900px) {
	section, header, footer, nav { 
		min-width: 1880px; 
	}

	div.con { 
		width: 1840px; 
	}
}

@media screen and (min-width: 1600px) and (max-width: 1899px) {
	section, header, footer, nav { 
		min-width: 1560px; 
	}

	div.con { 
		width: 1520px; 
	}
}
*/


@media screen and (min-width: 1900px) {
	section, header, footer, nav { 
		min-width: 1660px; 
	}

	div.con { 
		width: 1660px; 
	}

	nav { 
		min-width: calc(1660px - 32px); 
		width: calc(1660px - 32px); 
	}

	nav .con {
		width: 100%;
		min-width: 100%;
	}

	section.main .text1 div:last-child {
		width: 300px;
	}

	html, body, div, span, input, textarea, select, button { 
	  font-size: 18px; 
	}

	section.about .h2 div:nth-child(2) {
		width: 20%;
	}

	section.about .h2 div:nth-child(1) {
		width: 29%;
	}
}



@media screen and (max-width: 800px) {
 	
	
 	
}
