
/* description */
.description_section {
	padding: 30px 0 15px;
}
.description_section h2.title {
	padding: 0 30px;
}
.description_section p {
	padding: 0 30px 15px;
}
/* characteristics */
.characteristics__list li {
	padding: 10px 30px 15px 52px;
	text-align: right;
	position: relative;
}
.characteristics__list li:nth-child(odd) {
	background: #f4f4f4;
}
.characteristics__list li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #ff680a;
	background: #ff680a;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	position: absolute;
	top: 20px;
	left: 30px;
}
.characteristics__list li:nth-child(odd):before {
	-webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
	-moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
	box-shadow: 0 0 0 2px #f4f4f4 inset;
}
.characteristics__list li b {
	float: left;
}
/* description2 */
.description2_section {
	padding: 30px 0 15px;
	background: #212551;
	color: ffffff;
}
.description2_section h2.title2 {
	padding: 0 30px;
	color: ffffff;
}
.description2_section p {
	padding: 0 30px 15px;
	color: ffffff;
}
/* characteristics2 */
.characteristics2__list li {
	padding: 11px 30px 5px 30px;
	text-align: left;
	position: relative;
	color: ffffff;

}
.characteristics2__list li:nth-child(odd) {
	background: #212551;
	color: ffffff;
}
.characteristics2__list li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: '';
	-webkit-box-shadow: 0 0 0 2px #212551 inset;
	-moz-box-shadow: 0 0 0 2px #212551 inset;
	box-shadow: 0 0 0 2px #212551 inset;
	position: absolute;
	top: 20px;
	left: 30px;
	color: ffffff;
}
.characteristics2__list li:nth-child(odd):before {
	-webkit-box-shadow: 0 0 0 2px #212551 inset;
	-moz-box-shadow: 0 0 0 2px #212551 inset;
	box-shadow: 0 0 0 2px #212551 inset;
}
.characteristics2__list li b {
	float: left;
	color: ffffff;
}
/* reviews 3 */
.reviews3_section {
	padding: 30px;
}
.reviews3_section h2.title {
	padding: 0 50px 0 0;
	background: url(quote1_icon48f5e.png) right 7px no-repeat;
}
.reviews3_section .review_item {
	margin: 0 0 30px;
}
.reviews3_section .review_item:last-child {
	margin: 0;
}
.reviews3_section .author_block {
	margin: 0 0 20px;
}
.reviews3_section .author_block .ava1 {
	display: block;
	float: left;
	width: 76px;
}
.reviews3_section .author_block .ava2 {
	display: block;
	float: left;
	width: 96px;
	background: #ff680a;
}
.reviews3_section .author_block .author_info {
	float: left;
	margin: 6px 0 0 20px;
	width: 200px;
}
.reviews3_section .author_block .name {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}
.reviews3_section .author_block .info {
	margin: 12px 0 0;
	float: right;
	text-align: right;
}
/* comand 3 */
.comand3_section {
	padding: 0px;
	background: #212551;
	height: 135px;
}
.tlt {
    padding: 0 30px;
}
.tlt h2 {
    margin-bottom: 10px;
}
/* Доставка/оплата-v3 delivery-block-v3.psd */
.delivery-block-v3 .delivery-cont>li{
    padding: 0 0 30px;
}
.delivery-block-v3 .delivery-cont>li:last-child{
    padding: 0;
}
.delivery-block-v3 .delivery-cont>li:before{
    content: '';
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    background:  url(delivery-block-v31.png) no-repeat;
    background-color:  #212551;
}
.delivery-block-v3 .delivery-cont>li:nth-child(1):before{
    background-position: 0 0;
}
.delivery-block-v3 .delivery-cont>li:nth-child(2):before{
    background-position: -64px 0;
}
.delivery-block-v3 .delivery-cont>li:nth-child(3):before{
    margin: 5px 0 0;
    background-position: -128px 0;
}
.delivery-block-v3 .delivery-cont>li:nth-child(4):before{
    margin: 5px 0 0;
    background-position: -192px 0;
}
.delivery-block-v3 .delivery-cont>li h3{
    padding: 0 0 0 84px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.delivery-block-v3 .delivery-cont>li p{
    padding: 0 0 0 84px;
}
/* order steps 1 */
.order_steps1 {
	padding: 20px 0;
	background: #ffffff;
	position: relative;
}
.order_steps1:before, 
.order_steps1:after {
	display: block;
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	left: 0;
}
.order_steps1:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(2,2,2,0.1)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.1) 100%);
	top: 0;
}
.order_steps1:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(2,2,2,0.1)));
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.1) 100%);
	background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.1) 100%);
	bottom: 0;
}
.order_steps1 .step_item {
	display: table;
	width: 100%;
	height: 110px;
	background: #fff url(bg_light159aa.jpg);
	position: relative;
}
.order_steps1 .step_item:before {
	display: block;
	content: '';
	width: 100%;
	height: 25px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255,255,255,0)), to(rgba(2,2,2,0.05)));
	background-image: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(2,2,2,0.05) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.order_steps1 .step_item .step_wrapper {
	display: table-cell;
	vertical-align: middle;
	padding: 0 300px 0 30px;
	position: relative;
}
.order_steps1 .step_item:nth-child(even) .step_wrapper {
	padding: 0 25px 0 300px;
}
.order_steps1 .step_item:nth-child(1) .step_wrapper {
	loading: lazy;
	background: url(order_steps1__step1_imagebb35e.webp) right center no-repeat;
}
.order_steps1 .step_item:nth-child(2) .step_wrapper {
	loading: lazy;
	background: url(order_steps1__step2_image276ff.webp) left center no-repeat;
}
.order_steps1 .step_item:nth-child(3) .step_wrapper {
	loading: lazy;
	background: url(order_steps1__step3_imageec1ac.webp) right center no-repeat;
}
.order_steps1 .step_item:nth-child(4) .step_wrapper {
	loading: lazy;
	background: url(order_steps1__step4_imagebb3cb.webp) left center no-repeat;
}
.step_icon {
    width: 60px;
    height: 52px;
	align-items: center;
	justify-content: center;
	display: flex;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -36px;
}
.step_icon img {
	position: relative;
	z-index: 1;
}
.order_steps1 .step_item:nth-child(3) .step_icon img {
	top: 5px;
}
.step_icon::before {
	background: #212551;
    width: 100%;
    height: 52px;
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: skew(-17deg);
	z-index: 0;
}
.order_steps1 .step_item h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
}
.order_steps1 .step_item p {
	line-height: 20px;
}

/* footer_img */
.footer_section1 .footer_img {
margin-bottom: 0px;
}
.footer_section1 .footer_img1 {
width: 240px;
height: 184px;
background: #ff680a;
float: left;
width: 50%;
margin-bottom: 30px;
}
.footer_section1 .footer_img2 {
width: 240px;
height: 184px;
background: #212551;
float: right;
width: 50%;
margin-bottom: 30px;
}

/* footer_img */

/* footer */
.footer_section {
	width: 480;
	background: #f4f4f4;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 30px;
}