/* styles */
body {
	width: 100%;
	max-width: 480px;
	background: #ccc;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
	cursor: default;
	margin: 0 auto;
}

.swiper-button-next, .swiper-button-prev {color: #4f41a2!important;}

.main_wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}


.swiper-slide {
    /*height: 490px!important;*/
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.sect_3 .title>p {font-size: 22px;line-height: 25px;}

b {
	font-weight: 700;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}

.sect_6 h2.title {margin-bottom: 40px;}

h2.title{
	font-size: 27px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: 800;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
}
h2.title>span{
	font-size: 33px;
	line-height: 1.1em;
	display: block;
	font-weight: 800;
	color: #f7931c;
}
h2.title.separator:after{
	content: '';
	width: 55px;
	height: 4px;
	background: rgba(255,255,255,0.3);
	display: block;
	margin: 20px auto 0;
}
section{
	padding: 34px 0 0;
}
section>img{
	display: block;
	margin: 0px auto;
}
.gradient_theme{
	background: #3551bc;
	/* background: -moz-linear-gradient(45deg, #ab0068 0%, #ef7635 100%);
	/* background: -webkit-linear-gradient(45deg, #ab0068 0%,#ef7635 100%); */
	/* background: linear-gradient(45deg, #f7931c 0%,#ffc226 100%);  */
}
.gradient_theme .title{
	color: #fff;
}
.gradient_theme .title>span{
	color: #fff;
	font-weight: 800;
}

header {
    width: 100%;height: 80px;
    transform: translate(0, -100%);
    transition: 0.5s;
    padding: 0 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 481px;
    margin: 0 auto;
}

header.active {
    position: fixed;
    left: 0;
    right: 0;
	top: 0;
    transform: translate(0, 0);
    transition: 0.5s;
    z-index: 100;
    box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
    background: #4f41a2;
}

header a.logo svg {
    width: 120px;
    margin: 0 0;
}

header a.logo {
    width: 120px;
    height: 69px;
    transition: 0.6s;
}

header a.logo:hover {
    opacity: 0.7;
}

svg.nav-button {
    width: 64px;
    transition: 0.6s;
    cursor: pointer;
}

svg.nav-button:hover {opacity: 0.7;}

.offer_section-top {
    border-top: 80px solid #4f41a2;
}

/*  header   */
.offer_section {
	padding: 0 0 30px;
	background: #f4f4f4;
}

.main_title{
	font-size: 38px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1em;
	font-weight: 800;
	color: #fff;
	letter-spacing: 4px;
	padding: 14px 0 16px;
	background: #e9622a;
	background: -moz-linear-gradient(top, #e9622a 25%, #ed3034 100%);
	background: -webkit-linear-gradient(top, #e9622a 25%,#ed3034 100%);
	background: linear-gradient(to bottom, #e9622a 25%,#ed3034 100%);
display: none;}
.offer_image{
	position: relative;
}
.main_subtitle{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 13px 0;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.05em;
	letter-spacing: 1px;
	text-align: center;
	background: rgba(255,255,255,0.7);
}
.offer_image>img{
	display: block;
}
.offer_image .desc{
	width: 155px;
	height: 73px;
	background: url(../images/novinka.png) 50% 50% no-repeat;
	top: 60px;
	left: 0;
	position: absolute;
	padding: 12px 0 0 17px;
}
.offer_image .desc>p{
	text-transform: uppercase;
	transform: rotate(-7deg);
	font-size: 18px;
	line-height: 1.2em;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	}
.offer_image .desc>p>span{
	display: block;
}

.sale{
	position: absolute;
	width: 118px;
	height: 118px;
	text-align: center;
	line-height: 1.2em;
	background: #3551bc;
	font-size: 14px;
	text-transform: uppercase;
	top: 43%;
	right: 0;
	/*margin: -550px 0 0 87px;*/
	border: 5px solid #e4e4e4;
	-webkit-box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.6);
	color: #fff;
	border-radius: 50%;
	padding-top: 17px;
}
@media (max-width: 375px) {
	.sale {
		top: 34%;
	}
}
.sale>span{
	font-weight: 800;
	font-size: 36px;
	line-height: 1.1em;
	letter-spacing: normal;
}

.price{
	/*position: relative;*/
}
.price:before{
	display: block;
	content: '';
	width: 100%;
	height: 21px;
	background: url(../images/price_shadow.png) center top no-repeat;
	position: absolute;
	bottom: -21px;
	left: 0;
}
.price .item{
	width: 50%;
	float: left;
	padding: 6px 0;
	font-weight: 500;
	font-size: 14px;
}
.price .item.old{
	background: #fff;
	text-align: right;
	padding-right: 90px;
}
.price .item.new{
	background: #306ec7;
	color: #fff;
	padding-left: 90px;
}
.price .item>span{
	font-size: 28px;
	line-height: 1.1em;
}
.price .item>small{
	font-size: 22px;
	text-transform: uppercase;
}
.price .item.old>span{
	text-decoration: line-through;
}
.price .item.new>span,
.price .item.new>small{
	font-weight: 800;
}

.offer_section .bull{
	padding: 25px 0 20px;
	background: #fff;
}
.offer_section .bull>li{
	width: 33.3%;
	float: left;
	text-align: center;
	padding: 100px 10px 0;
	line-height: 1.3em;
}
.offer_section .bull>li:nth-child(1){
	background: url(../images/offer_bull1.png) 50% 10px no-repeat;
}
.offer_section .bull>li:nth-child(2){
	margin-top: 30px;
	background: url(../images/offer_bull2.png) 50% 0 no-repeat;
}
.offer_section .bull>li:nth-child(3){
	background: url(../images/offer_bull3.png) 50% 10px no-repeat;
}

.timer{
	padding: 20px 80px 0;
}
.timer h3{
	text-align: center;
	margin: 0;
	font-weight: 400;
	margin-bottom: 8px;
}
.timer .timer_item{
	width: 33.3%;
	float: left;
}
.timer_item .count_block{
	width: 70px;
	margin: 0px auto;
	position: relative;
	border-radius: 6px;
}
.timer_item .count_block:after{
	content: ':';
	font-size: 40px;
	line-height: 1em;
	position: absolute;
	right: -23px;
	top: -2px;
}
.timer_item:last-child .count_block:after{
	display: none;
}
.count_block .count{
	text-align: center;
	font-size: 36px;
	line-height: 1.05em;
	font-weight: 800;
	color: #fa5b18;
	background: #fff;
	padding: 4px 0;
	border-radius: 6px;
}
.count_block .text{
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
	margin: 5px 0 0;
}


.swiper-slide .youtube {margin: 0 auto;background: none!important;border-radius: 15px;}

.swiper-slide .youtube img {width: 100%;margin: 0;}

.swiper-slide .video_block {box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);}

.m1-form{
	margin-top: 50px;
	padding: 0 25px;
}
.m1-form input, select{
	width: 100%;
	display: block;
	font-family: 'Open Sans', sans-serif;
	border: #bcbcbc 1px solid;
	background: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	height: 60px;
	border-radius: 40px;
	text-align: center;
	font-weight: 500;
	color: #222;
}
.m1-form .button-m{
	margin-top: 0;
}
.m1-form ::-webkit-input-placeholder {
	color: #222;
}
.m1-form ::-moz-placeholder {
	color: #222;
}
.m1-form :-moz-placeholder {
	color: #222;
}
.m1-form :-ms-input-placeholder {
	color: #222;
}
.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}
.m1-form :focus::-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-moz-placeholder {
	color: transparent;
}
.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}


/* button */
.button-m{
	border: none;
	text-decoration: none;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #fff;
	letter-spacing: 2px;
	margin: 0px auto;
	text-transform: uppercase;
	height: 80px;
	width: 100%;
	max-width: 380px;
	display: block;
	border-radius: 40px;
	line-height: 80px;
	text-align: center;
	font-size: 26px;
	position: relative;
	background: #ffc226;
	background: -moz-linear-gradient(top, #ffc226 10%, #f7931c 100%);
	background: -webkit-linear-gradient(top, #ffc226 10%,#f7931c 100%);
	background: linear-gradient(to bottom, #ffc226 10%,#f7931c 100%);
}
.button-m:active{
	top: 2px;
}

.offer_section .button-m{
	margin: 30px auto 0;
}

.offer_section .products_count{
	text-align: center;
	margin: 20px 0 0;
	font-size: 14px;
}
.offer_section .products_count>span{
	background: #00d4f7;
	padding: 2px 6px 2px 5px;
	border-radius: 4px;
	color: #fff;
	font-weight: 700;
	margin: 0 4px;
	font-size: 20px;
}


/*sect_1*/
.sect_1{
	padding: 20px;
}
.video_block{
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
.video_block iframe{
	width: 100%;
}

/*sect_2*/
.sect_2{
	padding-bottom: 0px;
}
.sect_2>p{
	padding: 0 20px;
	margin-bottom: 25px;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
}
.sect_2>img{
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
	width: 100%;
	max-width: 480px;
	}
.sect_2 .info{
	font-weight: 7000;
	text-align: center;
	line-height: 1.8em;
	color: #fff;
	padding: 0px 0px 01px;
	background: #890053;
	
}


/*sect_3*/
.sect_3{
	padding-bottom: 0;
	background: #f7f7f7;
}
.sect_3 .title{
	font-size: 36px;
	margin-bottom: 0;
}
.sect_3 .title>span{
	font-size: 36px;
}
.list_4{
	font-size: 0;
	letter-spacing: -1px;
}
.list_4>li{
	letter-spacing: normal;
	width: 100%;
	max-width: 380px;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	font-size: 16px;
	padding: 0 10px 20px;
	margin: 90px 0 0 50px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	border-radius: 16px;
}
.list_4>li>img{
	display: block;
	margin: -59px auto 15px;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
width: 180px;}

.sect_3 .button-m{
	margin-top: 30px;
}
.sect_3>img{
	margin-top: 30px;
}



/*sect_4*/
.sect_4{
	padding-bottom: 30px;
}
.gallery{
	margin-bottom: 30px;
}
.gallery .owl-prev,
.gallery .owl-next{
	position: absolute;
	top: 157px;
	width: 47px;
	height: 47px;
}
.gallery .owl-prev{
	background: #b42986 url(../images/gallery_arrow.png) 0% 50% no-repeat;
	border-radius: 0 6px 6px 0;
	left: 0;
}
.gallery .owl-next{
	background: #b42986 url(../images/gallery_arrow.png) 100% 50% no-repeat;
	border-radius: 6px 0 0 6px;
	right: 0;
}

.char_list>li{
	padding: 10px 20px 10px 48px;
	background: url(../images/char_list.png) 20px 50% no-repeat;
	color: #fff;
	text-align: right;
	font-weight: 700;
}
.char_list>li:nth-child(2n){
	padding: 15px 20px 15px 48px;
	background: rgba(0,0,0,0.1) url(../images/char_list.png) 20px 50% no-repeat;
}
.char_list>li>span{
	float: left;
	font-weight: 400;
	text-align: left;
}



/*sect_5*/
.sect_5 .title{
	font-weight: 700;
font-size: 32px;}
.sect_5 .title>span{
	color: #f7931c;
}
.sect_5{
	padding-bottom: 10px;
}
.reviews{
	padding: 0 20px;
}
.rev_item{
	/* background: #f4f4f4; */
	/* padding: 25px; */
	border-radius: 12px;
	margin-bottom: 20px;
	overflow:hidden;
}
.rev_item>img{
	display: block;
	/* margin: 0px auto 15px; */
	border-radius: 10px;
width: 100%;}
.rev_item .name{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
	background: url(../images/stars_four.png) 50% 100% no-repeat;
	font-size: 16px;
	font-weight: 800;
}
.rev_item.stars .name{
	background: url(../images/stars_all.png) 50% 100% no-repeat;
}
.rev_item .text{
	text-align: center;
	line-height: 1.8em;
}
.reviews .owl-prev,
.reviews .owl-next{
	position: absolute;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	top: 120px;
}
.reviews .owl-prev{
	left: 22px;
	background: #f8f8f8 url(../../sport.appellsin.ru/images/rev_arrow.png) 0% 50% no-repeat;
}
.reviews .owl-next{
	right: 22px;
	background: #f8f8f8 url(../../sport.appellsin.ru/images/rev_arrow.png) 100% 50% no-repeat;
}


.reviews_vk {
	padding: 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.reviews_vk .total {
	background: #f4f4f4;
	font-size: 13px;
	font-weight: 700;
	color: #2d5984;
	line-height: normal;
	padding: 10px 15px;
}
.reviews_vk .item {
	padding: 25px 0 20px;
	border-bottom: 1px solid #e2e2e2;
}
.reviews_vk .ava {
	float: left;
	width: 50px;
}
.reviews_vk .ava img {
	display: block;
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.reviews_vk .info {
	margin-left: 60px;
}
.reviews_vk .item h4 {
	color: #2d5984;
	font-size: 14px;
	line-height: normal;
	padding-bottom: 5px;
}
.reviews_vk .item p {
	color: #222;
	font-size: 14px;
	line-height: 24px;
}
.reviews_vk .item p img {
	vertical-align: middle;
}
.reviews_vk .detail {
	padding-top: 20px;
}
.reviews_vk .detail li {
	float: left;
	font-size: 12px;
	line-height: normal;
	color: #999;
}
.reviews_vk .detail li.comm {
	color: #2d5984;
	padding-left: 5px;
}
.reviews_vk .detail li.like {
	float: right;
	color: #7193b5;
}
.reviews_vk .detail li.like:before {
	display: inline-block;
	width: 11px;
	height: 9px;
	background: url("../images/like-icon.png") 0 0 no-repeat;
	margin-right: 6px;
	content: '';
}
.reviews_vk img.post {
	display: block;
	margin-top: 10px;
}



/*sect_6*/
.sect_6{
	background: #f4f4f4;
	padding-bottom: 30px;
}
.order_list{
	padding: 0 20px;
}
.order_list>li{
	margin-bottom: 20px;
}
.order_list>li>img{
	float: left;
	border-radius: 50% 50% 50% 0;
}
.order_list>li .text{
	padding: 26px 0 0 190px;
	text-align: right;
}
.order_list .text h4{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 5px;
	color: #4f41a2;
}
.order_list .text p{
	line-height: 1.8em;
}
.order_list>li:nth-child(2n)>img{
	float: right;
}
.order_list>li:nth-child(2n) .text{
	padding: 26px 190px 0 0;
	text-align: left;
}
.order_list>li:nth-child(3) .text{
	padding-top: 12px;
}
.order_info{
	padding: 0 15px 20px;
	width: 100%;
	max-width: 440px;
	margin: 50px auto 0;
	border-radius: 12px;
	border: 2px dashed #c3c3c3;
	text-align: center;
}
.order_info:before{
	content: '';
	width: 70px;
	height: 51px;
	background: url(../images/order_icon.png) 50% 50% no-repeat;
	display: block;
	margin: -25px auto 15px;
}


/*offer_bot*/
.offer_bot .products_count{
	background: #fff;
	padding: 12px 0;
}
.offer_bot .timer{
	padding-top: 40px;
}
.garant{
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}
.garant:before{
	content: '';
	width: 19px;
	height: 16px;
	background: url(../images/garant.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: 4px 8px 0 0;
}












/* footer */
.footer_section {
	padding: 25px 0;
	background: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #fff;
	display: block;
}

.main-order-form.m1-form img {
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.plus {
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.amount h4 {
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

.amount p {
	display: flex;
	align-content: center;
	justify-content: center;
	margin: 20px 0 20px 0;
	align-items: center;
}

.amount p span {
	font-size: 30px;
	margin: 0 0 0 0;
	text-decoration: line-through;
	font-weight: 600;
}

.amount p span:last-child {
	color: #2d73bb;
	font-size: 36px;
	margin-left: 10px;
	text-decoration: none;
}

.top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 100%;
}

.benefits_list1 img {
	/* display: block; */
	/* width: 200px; */
	/* border: 3px solid #e6e6e6; */
	/* -webkit-border-radius: 4px; */
	-moz-border-radius: 4px;
	/* border-radius: 8px; */
	/* background: #e6e6e6; */
}

.benefit_item p {display: flex;align-content: center;justify-content: center;margin: 20px auto;align-items: center;flex-direction: row;
	/* padding: 20px 0; */border: 3px solid #4f41a2;border-radius: 15px;}

.dark_theme .benefits_list1 img {
	border: 3px solid #fff;
	background: #fff;
	height: auto;
}

.benefits_list1.image_rounded img {
	width: 170px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.benefits_list1 h4 {
	font-weight: 700;
}

.dark_theme .benefits_list1 h4 {
	color: #ffd800;
}

.benefits_list1 h4 + p {
	margin: 5px 0 0;
}

.benefit_item p span {
	font-size: 30px;
	/* margin: 0 0 0 0; */
	text-decoration: line-through;
	font-weight: bold;
	height: 70px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: #4f41a2;
	color: white;
	width: 50%;
	border-radius: 11px 0 0 11px;
}

.benefit_item p span:last-child {
	color: #4f41a2;
	font-size: 1.95em;
	/* margin-top: 14px; */
	text-decoration: none;
	background: #ffffff00;
	border-radius: 0 11px 11px 0;
}

.bottom {
	display: flex;
	flex-direction: column;
	width: 100%;
	
}

.swiper-pagination-bullet {background: #4f41a2!important;width: 10px;height: 10px;}

.swiper-pagination-bullet-active {width: 12px;height: 12px;transform: translate(0, 1px);}

a.button-m2 {
border: none;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    margin: 0px auto;
    text-transform: uppercase;
    height: 80px;
    width: 100%;
	max-width: 380px;
    display: block;
    border-radius: 40px;
    line-height: 80px;
    text-align: center;
    font-size: 26px;
    position: relative;
    
    
    
    
			background: #ffc226;
    background: -moz-linear-gradient(top, #ffc226 10%, #f7931c 100%);
    background: -webkit-linear-gradient(top, #ffc226 10%,#f7931c 100%);
    background: linear-gradient(to bottom, #ffc226 10%,#f7931c 100%);}

p.type {
	font-size: 16px;
	margin: 0 0 20px 0;
font-weight: 400;font-style: oblique;}

.form-color {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 15px;
	width: 100%;
}

.form-color span {
	width: 36px;
	height: 36px;
	margin-bottom: 20px;
	display: block;
	border-radius: 10px;
}

.benefits_list1 {
    margin-bottom: 0;
}

h1.main_title span {
    font-size: 28px;
}

.swiper {
  width: 100%;
	max-width: 480px;
  height: auto;
}

.swiper-slide img {width: auto;height: 100%;border: none!important;}

.swiper-slide2 img {width: auto;height: 100%;border: none!important;border-radius: 10px;}

.amount-block {margin-bottom: 40px;}

footer.footer {background: #4f41a2;color: white;}

footer .logo {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.modal-body {
    background: #fffffffa;
    z-index: 90;
    padding: 100px 0 0 0;
    display: inline-block;
    max-width: 480px;
    width: 100%;
    -webkit-transform: skewX( -5deg) translateX(200%);
    -ms-transform: skewX(-5deg) translateX(200%);
    transform: skewX( -5deg) translateX(200%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
    transition: opacity 0.1s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s;
    transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
    height: 100vh;
    overflow: auto;
    }

.modal-block {padding: 0;}

.modal-block li {text-align: right;padding: 0 10px;border-bottom: 1px solid #efefef;display: block;height: 47.5px;display: flex;flex-direction: row;justify-content: flex-end;align-content: center;align-items: center;}

.modal-block li a {text-decoration: none;font-weight: bold;text-transform: uppercase;color: #4f41a2;display: block;width: 100%;height: 47.5px;line-height: 47.5px;}

.modal-body.show-menu {opacity: 1 !important;
    transform: skewX(0deg) translate(0, 0) !important;
    -webkit-transform: skewX( 0deg) translate(0, 0) !important;
    -ms-transform: skewX(0deg) translate(0, 0) !important;}

    .modal-block li svg {
    width: 36px;
    fill: #ffc226;
}

.list1{
	padding: 0;
	color: white;
	margin-top: 24px;
}

.list1>li{
	padding: 15px 20px 15px 60px;
	border-top: 1px solid #ffc224;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	color: #222222;
	background: url(../images/offer__tick_icon.png) 20px 45% no-repeat;
	background-size: 24px;
	}
.list1>li:last-child{
	border-bottom: 1px solid #ffc224;
}
.main__image {
	/*position: absolute;*/
	width: 100%;
    max-width: 405px;
    /* height: 141px; */
    text-align: center;
    line-height: 1.2em;
    background: #3551bc;
    font-size: 24px;
    text-transform: uppercase;
    /*top: 50%;
    left: 50%;*/
    margin: 0 auto;
    border: 5px solid #e4e4e4;
    -webkit-box-shadow: 0px 0px 0px 12px rgb(255 255 255 / 60%);
    -moz-box-shadow: 0px 0px 0px 12px rgba(255,255,255,0.6);
    box-shadow: 0px 0px 0px 12px rgb(255 255 255 / 60%);
    color: #fff;
    border-radius: 5px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.order_steps_list1 h2.title {
    margin: 0 0 30px;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #4f41a2;
}

.order_steps_list1 .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.order_steps_list1 .step_item {
    float: left;
    margin: 0 10px 12px 0;
    padding: 23px 20px 10px 30px;
    width: 47%;
    min-height: 140px;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    -webkit-box-shadow: 0 2px 0 #d9d9d9;
    -moz-box-shadow: 0 2px 0 #d9d9d9;
    box-shadow: 0 2px 0 #d9d9d9;
    position: relative;
}

.order_steps_list1 .step_item:before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background: center no-repeat;
    position: absolute;
    top: 19px;
    right: 19px;
}

.order_steps_list1 .step_item:nth-child(1):before {
    background-image: url(../images/order_steps1__step1_icon.png);
}

.order_steps_list1 .step_item:nth-child(2):before {
    background-image: url(../images/order_steps1__step2_icon.png);
}

.order_steps_list1 .step_item:nth-child(3):before {
    background-image: url(../images/order_steps1__step3_icon.png);
}

.order_steps_list1 .step_item:nth-child(4):before {
    background-image: url(../images/order_steps1__step4_icon.png);
}

.order_steps_list1 .number {
    display: none;
}

.order_steps_list1 .step_item h4 {
    margin: 0 0 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f41a2;
    font-size: 13px;
}

.order_steps_list1 .step_item h4:after {
    display: block;
    content: '';
    margin: 12px 0 0;
    width: 30px;
    height: 2px;
    background: #e6e6e6;
}

.order_steps_list1 .step_item p {
    font-size: 13px;
}