.mx_order {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}

.mx_order__container {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.mx_order__container_address {
	width: 100%;
}

.mx_order__container_address .mx_order__container__block {
	width: 400px;
}

.mx_order__container_personal {
	width: 100%;
}

.mx_order__container__title {
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: normal;
	font-family: "Roboto Bold", sans-serif;
	text-transform: none;	
}

.mx_order__container__block {
	position: relative;
	display: block;
	margin-top: 15px;
}

.mx_order__container__block_hide {
	display: none;
}

.mx_order__container__block__row {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mx_order__label {
	position: relative;
	display: block;
	margin-left: 30px;
	width: 100%;
}

.mx_order__container_personal .mx_order__label {
	margin-left: 50px;
}

.mx_order__label:first-child {
	margin-left: 0px;
}

.mx_order__label input[type=text] {
	padding: 10px 10px 11px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	color: gray;
	width: 100%;
	height: 40px;
}

.mx_order__label textarea {
	padding: 10px 10px 11px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	color: gray;
	width: 100%;
	height: 120px;
}

.input_placeholder {
	position: absolute;
	bottom: 11px;
	left: 10px;
	opacity: 0.5;
	pointer-events: none;
	width: auto;
}

.input_placeholder sup {
	color: #ef3c76;
}

.mx_order__label input[type=text]:focus+.input_placeholder {
	display: none;
}

.mx_order__label input[type=text]:not(:placeholder-shown)+.input_placeholder {
	display: none;
}

.mx_order__label span {
	position: relative;
	display: block;
	margin-bottom: 5px;
	font-family: 'Roboto Bold', sans-serif;
}

.mx_order__label span sup {
	color: #ef3c76;
}

.mx_order__container_paysys .mx_order__container__block__row {
	justify-content: flex-start;
}

.mx_order__container_paysys .mx_order__label {
	width: auto;
}

.mx_order__label input[type=radio] {
	display: none;
}

.paysys__label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #ccc;
	height: 43.5px;
	width: 290px;
	font-size: 12px;
	color: #000;
	cursor: pointer;
	border-radius: 5px;
}

.paysys__label.active {
	border: 2px solid #ef3c76;
}

.paysys__label span {
	margin-bottom: 0px;
	/* font-weight: bold; */
}

.mx_order__result {
	position: sticky;
	top: 115px;
	padding: 10px 5px;
	border: 2px solid #ef3c76;
	border-radius: 5px;
}

.mx_order__container_wrap {
	position: relative;
	display: block;
	width: 100%;
	margin-right: 50px;
}

.mx_order__result_wrap {
	position: relative;
	display: block;
	width: 390px;
	padding: 20px 0 20px 20px;
}

.mx_order__result__total {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.mx_order__result__total__title {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	font-family: 'Roboto Bold', sans-serif;
}

.mx_order__result__total__value {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	font-family: 'Roboto Bold', sans-serif;
}

.mx_order__result__summ {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.mx_order__result__summ__title {
	font-size: 14px;
	color: gray;
}

.mx_order__result__summ__value {
	font-size: 14px;
	color: gray;
}

.mx_order__result__submit {
	position: relative;
	display: flex;
	padding: 15px 0;
	justify-content: center;
}

.mx_order__result__submit .btnsubmit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #ef3c76;
	letter-spacing: 1px;
	font-size: 17px;
	text-transform: uppercase;
	padding: 12px 30px;
	border-radius: 10px;
	color: #ffffff;
}

.mx_order__result__submit .btnsubmit.disabled {
	background-color: #232f3e;
	opacity: .33
}

.mx_order__result__submit .btnsubmit:hover {
	background: #ef3c76;
	opacity: 1;
}

.mx_order__result__submit .btnsubmit.disabled:hover  {
	background-color: #232f3e;
	opacity: 1;
}


.rfield_error {
	position: absolute;
	display: block;
	visibility: hidden;
	bottom: -22px;
	left: 0px;
	color: #ef3c76;
	padding: 0 3px;
	font-size: 12px;
}

.not_r_field_error {
	position: absolute;
	display: block;
	visibility: hidden;
	bottom: -22px;
	left: 0px;
	color: #ef3c76;
	padding: 0 3px;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0px;
}

input[name=EMAIL_as]:placeholder-shown + .not_r_field_error {
	visibility: visible;
}

.old_address {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	width: 100%;
}

.old_address__value {
	position: relative;
	display: flex;
	font-size: 14px;
	color: #1e1e1e;
	padding-left: 25px;
}

.old_address__value::before {
	content: ' ';
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	background-color: #fff;
	border: 5px solid #ef3c76;
	box-sizing: border-box;
	margin-left: -25px;
	margin-right: 6px;
}

.old_address__change {
	position: relative;
	display: block;
	font-size: 14px;
	color: #1e1e1e;
	color: #ef3c76;
	cursor: pointer;
}

.old_address__value span {
	position: relative;
	display: block;
	padding-right: 5px;
}

.btnsubmit:hover {
	background-color: #232f3e;
}

.btnsubmit.disabled {
	opacity: .33;
}

.i_your_city {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
}
.i_city_selected {
	cursor: pointer;
	padding-right: 20px;
	background: url(images/d_blue.svg) no-repeat right center / 12px auto;
}

/*CONFIRM MODAL*/
.i_order_confirm_modal_container {
	/* display: none; */
}

.i_order_confirm_modal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100vh;
	z-index: 1010;
	display: flex;
	align-items: center;
	justify-content: center;
}

.i_order_confirm_modal:before {
	content: '';
	position: absolute;
	width: auto;
	left: -100%;
	right: -100%;
	height: 100%;
	z-index: -1;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}

.i_order_confirm_modal_body {
	padding: 10px 20px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 15px 1px #ccc;
	margin: 0 10px;
}

.i_order_confirm_icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.i_order_confirm_title {
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0;
}

.i_order_confirm_btn {
	display: inline-block;
	margin: 50px 0 20px;
	padding: 10px 30px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 12px;
	background-color: #ef3c76;
	color: #fff;
}

.mx_order__container__title_m {
	position: relative;
	display: flex;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 15px;
	padding-left: 0px;
	border-top: 1px solid #e4e4e4;
}

.mx_order__container__title_m__text {
	position: relative;
	display: none;
	font-size: 20px;
	font-weight: normal;
	font-family: "Roboto Bold", sans-serif;
	text-transform: none;
}

.mx_order__container_address_m_title {
	display: none;
}

.mx_order__container__block__row_2 .rfield_error {
	bottom: -31px;
}

@media(max-width: 992px) {
	.mx_order {
		flex-direction: column;
	}
	.mx_order__container_wrap {
		display: flex;
		flex-direction: column;
	}
	.mx_order__container_address {
		order: 2;
		width: 100%;
		margin-right: 0px;
	}
	.mx_order__container_paysys {
		order: 3;
		width: 100%;
		margin-top: 30px;
	}
	.mx_order__container_personal {
		order: 1;
		width: 100%;
	}
	.mx_order__result_wrap {
		width: 100%;
		padding: 0;
	}
	.mx_order__container__block__row {
		flex-direction: column;
	}
	.mx_order__container__block__row_2 {
		flex-direction: row;
	}
	.mx_order__container__block__row_2 .mx_order__label {
		margin-left: 15px;
	}
	.mx_order__container__block__row_2 .mx_order__label:first-child {
		margin-left: 0px;
	}
	.paysys__label {
		width: 100%;
	}
	.mx_order__container_paysys .mx_order__label {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.mx_order__container_personal .mx_order__label {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.old_address {
		width: 100%;
	}
	.mx_order__result {
		position: relative;
		top: auto;
		padding: 0;
		border: none;
	}
	.mx_order__label {
		margin: 15px 0 0 0;
	}
	.mx_order__container {
		margin-bottom: 0px;
	}
	.mx_order__container_address .mx_order__container__title {
		display: none;
	}

	.i_your_city .bash {
		display: none;
	}
	.i_your_city {
		font-size: 20px;
		font-weight: normal;
		font-family: "Roboto Bold", sans-serif;
		text-transform: none;
		color: #ef3c76;
		text-align: right;
	}
	.i_city_selected {
		background: url(images/d_pink.svg) no-repeat right center / 12px auto;
	}
	.j_popup_btn {
		
	}
	.mx_order__container__title {
		font-size: 20px;
	}
	.mx_order__container__title_m {
		justify-content: space-between;
		align-items: center;
		width: 100%;
		/* border: none; */
	}
	
	.mx_order__container__title_m__text {
		display: block;
	}
	.mx_order__container_address .mx_order__container__block {
		width: 100%;
	}
	.mx_order__container_address_m_title {
		position: relative;
		display: block;
	}
	.rfield_error {
		bottom: -17px;
	}
	.not_r_field_error {
		bottom: -17px;
	}
	.mx_order__label input[type=text] {
		border-color: 
	}
}