.flex
{
	display: flex;
}

.flex_e
{
	justify-content: flex-end;
}

.block1_design
{
	background: url(../images/sec1.jpg)no-repeat center/cover !important;
}

.block1_left
{
	position: absolute;
	top: 0; left: 0;
	width: 50%; height: 100%;
	text-align: center;
}

.block1_layer
{
	position: absolute;
	top: 0; left: 0;
	width: 50%; height: 100%;
	background: rgba(80, 0, 51, .80);
}

.block1_design h1
{
	position: relative;
	z-index: 99;
	font-size: 32pt;
	margin-bottom: 80px;
	text-shadow: 0 1px 3px #a03;
}

.block1_design h1 span
{
	font-size: 24pt;
}

.block1_design p
{
	font-size: 20pt;
	font-weight: bold;
	color: #fd0;
	text-shadow: 0 1px 3px #a03;
}

.btn_design
{
	padding: 18px 30px;
	border-radius: 8px;
	background: #fff;
	color: #f05;
	font-size: 18pt;
	font-weight: bold;
	box-shadow: 0 1px 3px #111;
	position: relative; left: 143px;
	transition: all .3s;
}

.btn_design:hover
{
	background: #fafafa;
	transform: scale(1.1);
	box-shadow: 0 3px 3px #502;
}

.btn_foot
{
	margin: auto;
	display: block; width: 286px;
	padding: 18px 0;
	border-radius: 8px;
	background: #fff;
	color: #f05;
	font-size: 18pt;
	font-weight: bold;
	box-shadow: 0 1px 3px #111;
	position: relative;
	transition: all .3s;
}

.btn_foot:hover
{
	background: #fafafa;
	transform: scale(1.1);
	box-shadow: 0 3px 3px #111;
}

.cart_add
{
	margin-top: 30px;
}

.btn_prod
{
	position: relative !important;
	padding: 13px 50px;
	border-radius: 8px;
	background: #f05;
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
	box-shadow: 0 1px 3px #111;
	transition: all .3s;

}

.btn_prod:hover
{
	background: #999;
	transform: scale(1.1);
	box-shadow: 0 3px 3px #502;
}

.tovar-item
{
	box-shadow: 0 2px 4px #aaa;
	padding: 0 0 20px;
	border-radius: 8px;
	margin: 20px 5px;
	box-sizing: border-box;
}

.tovbutimg
{
	border-radius: 8px 8px 0 0;
}
