.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, .90); */
	background: rgba(250, 245, 239, 0.9);
}

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

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

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

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

.btn_design:hover
{
	background: #E15C15;
	transform: scale(1.03);
	/* box-shadow: 0 3px 3px #502; */
}

.btn_foot
{
	margin: auto;
	display: block; 
	width: 246px;
	padding: 18px 0;
	border-radius: 8px;

	padding: 16px 26px;
	border-radius: 8px;
	background: #EF7620;
	color: #fff;
	font-size: 16pt;
	font-weight: bold;
	position: relative; 
	/* left: 143px; */
	transition: all .3s;
}

.btn_foot:hover
{
	background: #E15C15;
	transform: scale(1.1);
}

.cart_add
{
	margin-top: 30px;
}

.btn_prod
{
	position: relative !important;
	padding: 13px 50px;
	border-radius: 8px;
	background: #EF7620;
	color: #fff;
	font-size: 13pt;
	font-weight: 500;
	/* box-shadow: 0 1px 3px #111; */
	transition: all .3s;
}
.btn_prod svg{
	margin-bottom: -2px;
	margin-left: 3px;
}


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

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

.tovbutimg
{
	border-radius: 8px 8px 0 0;
}
.tov-articul{
	margin-bottom: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-weight: 500;
}
.tovar-centent{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 24px;
}

.tov-price{
	/* width: 80%;
	margin: 0 auto; */
}

.cur-prc{
	color: #f04438 !important;
    line-height: 1.2;
    font-weight: 600;
	font-size: 20px !important;
	text-decoration: none !important;
	padding-right: 10px !important;
}

.prc-lbl-disc{
	display: inline-flex;
	color: #f04438 !important;
    line-height: 1.2;
    font-weight: 600;
	font-size: 14px !important;
	text-decoration: none !important;
	background-color: #FDE9CE;
	border-radius: 50px;
	padding: 4px 8px !important;
}

.old-prc{
	padding-right: 0 !important;
	padding-left: 10px !important;	
	font-size: 14px !important;
}