@font-face {font-family: fontawesome; /* Имя шрифта */
    src: url(fontawesome-webfont.ttf); /* Путь к файлу со шрифтом */
}
.icon {
	font-family: fontawesome;
}
.iconCenter {
	width: 4vw;
	text-align: center;
	float: left;
}
.gray {
	color: #666666;
}
.hbtInfo:after {
	content: "";
	clear: both; 
}
a {
	text-decoration: none;
	color: #000000;
}
body {
	margin:0px;
	padding: 0px;
	/*font-family: Arial; /* Имя шрифта */
	font-family: 'PT Sans', sans-serif;
}
.hbt {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	color: #007dc4;
	font-weight: 700;
	font-family: Arial;
	font-size: 13vw;
	text-align: center;
	text-shadow: #aaaaaa 2px 3px 4px;
}
.hbt1, .hbtInfo {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	color: #666666;
	font-weight: 100;
	text-align: center;
}
.hbt1 {
	font-family: Arial;
	font-size: 2.7vw;
	letter-spacing: 4px;
}
.hbtInfo {
	font-size: 3vw;
	text-align: left;
	margin: 5px;
}
#rHead{
	font-family: 'PT Sans', sans-serif;
	padding: 10px 20px;
}
.rHeadHide{
	display: none;
}
.EAN {
	display: none;
}
#menu {
	/*display: flex; */
	margin: 0px;
	padding: 0px;
	background-color:#007dc4;
}
.menu {
	font-size: 6vw;
	font-family: Arial;
	float: left;
	padding: 5px 25px;
	color: #eeeeee;
}

table {
	border-collapse: collapse;
	text-align: left;
}
._text {
	text-align: justify;
	/*text-indent: 1vw;*/
}

.table1,._text {
	margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
    width: 95vw;
	color: #000000;
	font-family: 'PT Sans', sans-serif;
	font-size: 3vw;
	font-weight: 100;
}

.priceFolder {
	font-size: 3vw;
	font-family: Arial;
	background-color:#007dc4;
	color: #eeeeee;
	font-weight: 500;
	border-radius: 5px; 
	padding: 3px;
	margin: 3px;
	border: 1px solid #444;
}

.priceFolder:hover,.menu:hover {
	background-color:#30adf4;
}

.hFlex {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		margin-top: 10px;
		display: block;
	}
.priceFolderLeft {
		display: block;
	}
.priceFolderRight {
		margin: 5px;
	}

.priceTbl {
	margin-left: auto;
    margin-right: auto;
    width: 95vw;
	color: #444;
	font-size: 3vw;
	font-weight: 100;
	padding: 0px;
	margin-top: 0px;
}

th {
	background-color:#007dc4;
	color: #eeeeee;
	font-weight: 500;
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
}
/*th:first-child {
  left: 0;
  z-index: -1;
}*/

td {
	border: 0px;
	padding:3px;
}
tr {
	border: 1px solid #a0a0a0;
	padding:3px;
}

.noBorder {
	border: 0px;
	padding:1px;
}

.center {
	text-align: center;
}

.tableH {
	background-color:#007dc4;
	color: #eeeeee;
	text-align: center;
}
.container {
		height: 100vh;
		/*box-sizing: border-box; */
		width: 100%; 
		display: flex;
		flex-direction: column;
		padding: 0px;
		margin: 0px;
		overflow: auto;
	}
.noScroll {
		flex-shrink:0;
		padding: 0px;
		margin: 0px;
	}
.scroll {
		padding: 0px;
		margin: 5px;
		flex-shrink:1;
		overflow: auto;
		/*margin-left: calc(100vw - 100%);*/
	}
.menuText{
	display: none;
}
a:hover {
	text-decoration: underline;
}

@media screen and (min-aspect-ratio: 4/3) {
	.menuText{
		display: inline;
	}
	
	.hbt {
		font-size: 6vw;
	}
	.hbt1 {
		font-size: 1.3vw;
	}
	.hbtInfo {
		font-size: 1.2vw;
	}
	.iconCenter {
		width: 2vw;
	}
	#lHead{
		float: left;
		padding: 5px;
	}
	/*#head {
		display: flex; 
	}
	#head:after {
		content: "";
		clear: both; 
	}*/
	#rHead{
		float: left;
	}
	.rHeadHide{
		display: block;
	}
	.EAN {
		display: table-cell;
	}
	.table1,._text {
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		width: 80%;
		color: #333333;
		font-size: 1.5vw;
		font-weight: 100;
	}
	.priceTbl {
		font-family: Arial;
		margin-top: 5px;
		width: 80vw;
		color: #444;
		font-size: 1vw;
		font-weight: 100;
	}
	.menu {
		font-size: 1.5vw;
		float: left;
		padding: 5px 30px;
	}
	.priceFolder {
		font-size: 1.4vw;
	}
		.hFlex {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
	}
	.priceFolderLeft {
		flex: 1;
		float: left;	
	}
	.priceFolderRight {
		margin: 0px;
	}
}

@media screen and (min-aspect-ratio: 16/9) {
	.menuText{
		display: inline;
	}
	
	.hbt {
		font-size: 4.5vw;
	}
	.hbt1 {
		font-size: 1vw;
	}
	.hbtInfo {
		font-size: 1vw;
	}
	.iconCenter {
		width: 1.5vw;
	}
	#lHead{
		float: left;
		padding: 5px;
	}
	#rHead{
		float: left;
	}
	.rHeadHide{
		display: block;
	}
	.EAN {
		display: table-cell;
	}
	.table1,._text {
		margin-top: 5px;
		width: 80%;
		color: #000000;
		font-size: 1vw;
		font-weight: 100;
	}
	.priceTbl {
		font-family: Arial;
		margin-top: 5px;
		width: 80vw;
		color: #444;
		font-size: 0.8vw;
		font-weight: 100;
	}
	.menu {
		font-size: 1vw;
		float: left;
		padding: 5px 30px;
	}
	.priceFolder {
		font-size: 0.9vw;
	}
	.hFlex {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		margin-top: 10px;
		display: flex;
		flex-direction: row;
	}
	.priceFolderLeft {
		flex: 1;
		float: left;	
	}
	.priceFolderRight {
		margin: 0px;
	}
}
