#cityModal .region-list ul li{
	width:150px;
}
#cityModal .city-list li:nth-child(n+20) {
	display:none;
}
.footer .footer-left > ul{
	justify-content:start;
	align-items:center;
}
.footer-wrapper{
	margin-bottom:1em;
}
.main_banner{
	background-image:none;
}
.main_banner::before{
	z-index:1;
}
.errors, #error_form{
    background: #f2e3e3;
}
 #error_form, #success_form{
	 padding:0.5em;
 }
.errors p, .success p{
	padding:1em;
	margin-top: 1em;
}
.errors p span, .success p span{
	color: red;
    display: block;
    margin-top: 0.5em;
}
.success, #success_form{
    background: #c2ffb0;
}
.success p span{
	color: green;
}
.order-item_info{
	flex-grow:1;
}

.detail_order_payer_info{
	display:none;
	margin-top:1em;
}
.detail_order_payer_info .payer_row{
	border-bottom:1px dotted;
	padding-bottom:0.5em;
	margin-bottom:0.5em;
	display:flex;
	justify-content:space-between;
}
.order-detail .table_info li span:last-child{
	text-align:right;
}
#change_from_email_pass_form .success{
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
#change_from_email_pass_form .success a{
	border-top: 1px solid;
	text-align: center;
	padding: 0.5em;
}
.popup_formz .personal_form{
	display:flex;
	flex-direction:column;
}
.popup_formz .personal_form>div{
	width:100%;
}
@media(max-width:1008px){
	.order-detail .table_info li span:last-child{
		text-align:left;
	}
	.snip_title, .snip_text, .snip_img{
		padding-right: 0.75rem;
		padding-left: 0.75rem;
		margin-right: auto;
		margin-left: auto;
	}
}

.snip_title, .snip_text, .snip_img{
	max-width: 1010px;
	margin: 0 auto 20px;
	color: #100f15;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.search_page_form button{
	width: 46px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: none;
    background-color: transparent;
    padding: 0;
    background-image: url(/local/templates/mepen/css/./../img/svg/search.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
}