/******************************Общие CSS-стили******************************/
*, *:after, *:before {
	box-sizing: border-box; /* Свойства width и height включают в себя значения полей и границ, но не отступов (margin) */
	padding: 0; /* Поле */
	margin: 0; /* Отступ *//*	transition: .5s ease-in-out;   добавим плавность переходов для всех элементов страницы */
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-family: 'Open Sans', arial, sans-serif; /* Вид шрифта */
/*	font-family: 'Playfair Display';  Вид шрифта */
	font-weight: normal; /* Насыщенность шрифта */
	letter-spacing: 1px; /* Интервал между символами в пределах элемента */
}
html, body {
	width: 100%; /* Ширина элемента */
	height: 100%; /* Высота элемента */
}
body {
	background: #efffee/*rgba(233,233,233,1.00)*/; /* Цвет фона */
	color: #000000; /* Цвет текста */
	font-family: 'Open Sans', arial, sans-serif; /* Вид шрифта */
	font-size: 14px; /* Размер шрифта элемента */
	line-height: 1; /* Интерлиньяж (межстрочный интервал) текста */
	min-width: 1000px;
}
.container {
	max-width: 1000px;
	width: 100%;
}
/******************************Стили для шапки и её содержимого******************************/
header {
	width: 100%; /* Ширина элемента */
	background: url(../images/bg.jpg) center 0 repeat; /* Цвет фона */
	box-shadow: 0 0 25px #000000; /* Добавляет тень к элементу */
	color: #FFFFFF;
}
header div.container {
	
	margin: 0px auto;
	padding: 25px 15px 30px;
	display: flex;
	justify-content:space-between;
}
.contacts {
	line-height: 20px;
}
.contacts #c1 {
	color: rgba(172,235,166,1.00);
	font-size: 20px;
}
.contacts #c2 {
	font-size: 18px;
	color: #EDFFEB;
}
.contacts a {
	color: #FFFFFF;
}
/* меню */
nav {
	background: rgba(172,235,166,1.00)/*rgba(41,216,72,1.00)rgba(201,166,235,1.00)*/; /* Цвет фона элемента */
	box-shadow: inset 0 0 3px rgba(16,112,0,1.00)/*rgba(74,0,112,1.00)*/;  /*Добавляет тень к элементу */
}
#menu {
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	list-style: none; /* Стиль маркера */
	border-left: 1px dotted rgba(16,112,0,1.00) /*rgba(74,0,112,1.00)*/; /* Граница */
}
#menu a {
	padding: 15px 30px; /* Поле */
	display: inline-block; /* Делаем элементы списка строчно-блочными */
	border-right: 1px dotted rgba(16,112,0,1.00)/*rgba(74,0,112,1.00)*/; /* Граница */
	color: rgba(7,52,0,1.00)/*rgba(74,0,112,1.00)*/; /* Цвет текста */
	text-decoration: none; /* Оформление текста */
}
#menu a:hover {
	background: rgba(107,170,99,1.00)/*rgba(150,99,170,1.00)*/;
	box-shadow: inset 0 0 3px rgba(16,112,0,1.00)/*rgba(74,0,112,1.00)*/;
}
nav div.container {
	padding: 0;
}
.dostavka {
	width: 150px;
	max-height: 40px;
	padding-top: 1px;
	margin-right: 30px;
}
/******************Стили для блока с основным содержимым******************/
.wrapper{
	width: 100%; /* Ширина элемента */
	display: flex;
    min-height: 100vh;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
}
.wrapper div.container {
	flex: 1 0 auto;
	margin: 0 auto 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 30px 5px 25px;
	text-align: justify;
	flex-grow: 1;
}
/* левый контейнер */
.aside {
	width: 21%;
	min-width: 160px;
	height: inherit;
/*	position: fixed;*/
}
/* боковое меню */
.aside_menu {
	box-shadow: 0 0 5px rgba(16,112,0,1.00)/*rgba(74,0,112,1.00)*/;  /*Добавляет тень к элементу */
	border: 1px solid rgba(16,112,0,1.00) /*rgba(74,0,112,0.50)*/;
	color: #032b00/*#2B001F*/; /* Цвет текста */
	background: rgba(130,255,109,0.1)/*rgba(178,109,255,0.1)*/; /* Цвет фона элемента */
}
.aside_menu li {
	list-style: none; /* Стиль маркера */
	border-bottom: 1px solid rgba(16,112,0,0.3)/*rgba(74,0,112,0.30)*/;
}
.aside_menu a {
	display: block;
	color: #032b00/*#2B001F*/; /* Цвет текста */
	text-decoration: underline; /* Оформление текста */
	padding: 5px 0 5px 20px;
}
nav.aside_menu h3 {
	margin: 0px;
	border-bottom: 1px solid rgba(16,112,0,0.3) /*rgba(74,0,112,0.30)*/;
}
.h3_a_style a {
	padding: 5px 0 5px 5px;
}
.h3_style {
	padding: 5px 0 5px 5px;
}
/* правый контейнер */
.article {
	width: 77%;
	padding: 0px 20px;
	box-shadow: 5px 0px 3px -5px #8B8B8B, -5px 0px 3px -5px #8B8B8B;
	line-height: 17px;
	margin-left: inherit;
}
.article .page {
	max-width: 600px;
	display: block;
	margin: 5px auto;
}
.article p {
	margin: 6px 0;
}
.article ul, ol {
	margin-left: 30px;
}
.article h1 {
	color: #016200;
}
.article span {
	color: #016200;
	font-size: 14px;
}
.dec {
	border: 6px ridge rgba(24,126,0,0.68);
	background: rgba(195,255,186,1.00);
	padding: 0 3px;
}
.dec_img {
	display: flex;
	justify-content: space-around;
}
.decoration {
	font-family: fantasy;  	/*serif sans-serif monospace fantasy cursive*/
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	color: #005E06;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
	text-align: left;
	text-indent: none;  
	background-color: #DDFFE2;
/*	border: 8px ridge #286A00 ;*/
	padding: 0px;
}
.decoration li {
	list-style-position: inside;
	list-style-type: none;
}
.adres {
	display: block;
	margin-bottom: 10px;
}
.adres span:empty {
	margin-right: 60px;
}
.adres #s1{
	margin-right: -2px;
}
.adres #s2{
	margin-right: 21px;
}
.adres #s3{
	margin-right: -2px;
}
.adres #s4{
	margin-right: 16px;
}
.adres #s5{
	margin-right: 22px;
}
.karta {
	box-shadow: 0 0 5px 1px #ACACAC;
	margin-top: 10px;
}
.car_block {
	width: 100%;
	min-width: 620px;
	height: auto;
	margin: 10px auto;
}
.car_block img {
	width: 200px;
}
.car_block_top, .car_block_down {
	background: #FFFFFF;
	box-shadow: inset 0 0 5px 0px #ACACAC;
	padding: 15px 30px;
}
.car_block_top {
	border-radius: 10px 10px 0 0;
	margin-bottom: 2px;
	font-size: 20px;
	color: #016200;
	height: 47px;
}
.car_block_down {
	border-radius: 0 0 10px 10px;
	height: auto;
	display: flex;
}
#cost {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 30px;
	font-weight: bolder;
	font-family: sans-serif;
	color: #007E35
}
#cost span {
	font-size: 40px;
}
.items {
	position: relative;
	height: inherit;
	width: 100%;
	margin-left: 25px;
	box-shadow: -5px 0px 3px -5px #8B8B8B;
}
.items li {
	list-style: none;
}
.colors_all {
	display: flex;
    flex-wrap: wrap;
/*    justify-content: ;*/
    padding: 0 5px;
    margin: 0 20px;
}
.colors_all img {
	margin: 2px;
	box-shadow: 0px 0px 0px 1px #8B8B8B;
}
/******************Стиль для изображений каталога******************/
.catalog {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.catalog_img img {
	width: 200px;
	margin-bottom: 5px;
}
.catalog_img {
	display: block;
	width: 210px;
	text-align: center;
	margin-bottom: 50px;
}
.catalog_img span {
	color: #000000;
	text-decoration: underline;
}
/******************Стили для нижнего колонтитула******************/
footer {
	background: url(../images/footer.jpg) center 0 repeat;
	box-shadow: 0 0 25px #000000;
	flex: 0 0 auto;
	color: white;
	font-size: 12px;
	margin-top: auto;
	flex-shrink: 0;
}
.footer_menu {
	line-height: 13px;
	width: inherit;
}
.footer_menu li {
	list-style: none;
}
.footer_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
footer div.container{
	margin: 0px auto; /* Отступ */
	display: flex;
	justify-content: space-around;
	padding: 20px;
}
.footer_menu p {
	margin-bottom: 0;
}