html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	color: #fff;
}
#header, #footer {
	width: 100%;
	min-height: 60px;
	background: #D4493E;
}
#container {
	min-heigth: 500px;
	color: #000;
	padding: 50px;
	text-align: justify;
}
#footer {
	padding: 50px 0;
}
#logo {
	width: 60px;
}
#title {
	display: table-caption;
	margin: -42px 0 0 65px;
}
#logo-title {
	font-weight: bold;
	font-size: 20px;	
	text-decoration: 0;
}
#menu {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-top: -45px;
	padding: 0 153px;
}
.container {
	max-width: 1280px;
	margin: 0 auto;
}
.row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.hr {
	margin: 0;
	padding: 4px;
}
ul.hr li {
	display: inline;
	margin-right: 15px;		
	padding: 3px;
}
ul.vr {
	list-style-type:  none;
	margin-left: -40px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.footer-menu {
	margin: 0 auto;
	font-size: 14px;
	padding-bottom: 50px;
}
.footer-menu-title {
	font-size: 16px;
}
.fix-padding {
	padding: 0 153px;
}
.underline {
	width: 70px;
	height: 1px;
	border-bottom: 1px solid #fff;
	padding: 5px 0;
}
.os-logo {
	width: 40px;
}
.os-title {
	font-size: 12px;
	color: #cecece;
}
.os {
	text-align: center;
}
#copyright {
	margin: 0 auto;
	font-size: 12px;
	padding: 50px 0 0;
}
#title-content {
	margin: 0 auto;
	font-size: 32px;
	padding-bottom: 10px;
	font-family: sans-serif;
}
#subtitle-content {
	margin: 0 auto;
	font-size: 16px;
	padding-bottom: 60px;
	text-align: center;
	max-width: 580px;
}
.item {
	width: 190px;
	height: 410px;
	border: 1px solid #cecece;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.item-black {
	background: #000;
	color: #fff;
	height: 460px;
	margin-top: -25px;
}
.item-underline {
	width: 120px;
	height: 1px;
	border-bottom: 1px solid #cecece;
	margin-left: 40px;
}
.item-title {
	padding: 20px 0;
}
.item-price {
	padding: 10px 0;
	color: #D4493E;
	font-size: 20px;
}
.item-subprice {
	font-size: 12px;
}
.item-discount {
	margin: 20px 0;
	font-size: 12px;
	min-height: 14px;
}
.item-buy {
	margin: 0 0 30px 0;
	background: #D4493E;
	border-radius: 8px;
	color: #fff;
	padding: 6px 20px;
	border: 1px solid #D4493E;
	cursor: pointer;
}
.item-buy:hover {
	padding: 6px 22px;
}
.item-content {
	font-size: 12px;
	min-height: 40px;
}
ul.item-dignity {
	font-size: 10px;
	text-align: left;
	margin-left: -10px;
	padding-top: 10px;
	list-style-image: url("img/galka10.png");
}
ul.item-dignity li {
	padding-bottom: 5px;
}
@media screen and (max-width: 1150px) {
	/*.footer-menu {
		display: none;
	}
	.os {
		display: block;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	.row {
		flex-direction: column;
	}
	#logo-title {
		margin: 10px auto 0;
	}
	#menu {
		font-size: 14px;
		margin: 10px 0;
		padding-right: 0;
	}
	.footer-menu-title {
		font-size: 15px;
	}
	#copyright {
		font-size: 10px;
	}
	#container .fix-padding {
		padding: 0 50px;
	}
	#title-content {
		font-size: 28px;
	}
	#subtitle-content {
		font-size: 10px;
	}
	*/
	#menu {
		font-size: 20px;
		padding: 0px;
	}
	.footer-menu {
		font-size: 20px;
	}
	.footer-menu-title {
		font-size: 20px;
	}
	#title-content {
		font-size: 40px;
		
	}
	#subtitle-content {
		font-size: 36px;
		max-width: 100%;
	}
	.fix-padding {
		padding: 0 10px;
	}
	.item-black {
		height: 410px;
		margin-top: 0;
	}
	.item {
		width: 340px;
		height: 750px;
		padding: 30px;
	}
	.item-underline {
		width: 120px;
		height: 1px;
		border-bottom: 1px solid #cecece;
		margin-left: 110px;
	}
	.item-title {
		padding: 20px 0;
		font-size: 40px;
	}
	.item-price {
		font-size: 40px;
	}
	.item-subprice {
		font-size: 30px;
	}
	.item-discount {
		font-size: 30px;
		min-height: 40px;
	}
	.item-buy {
		font-size: 30px;
		padding: 15px 30px;
	}
	.item-buy:hover {
		padding: 15px 32px;
	}
	.item-content {
		font-size: 30px;
		min-height: 110px;
	}
	ul.item-dignity {
		font-size: 25px;
	}
	.os-logo {
		width: 80px;
	}
	.os-title {
		font-size: 20px;
	}
	#copyright {
		font-size: 20px;
	}
}