.fancybox-inner {
	font-size: 16px;
}

.cska-personal {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.cska-personal a {
	color: #007BFF;
}

.cska-lk-info-inner {
	float: right;
}

.cska-lk-info {
	padding-bottom: 100px;
}

.cska-lk-info-row {
	margin-bottom: 7px;
}

.cska-lk-info__out {
	color: #007BFF;
}

.cska-lk-info__out:hover {
	text-decoration: none;
}

.cska-lk-info .cska-lk-info-row>span {
	color: #AAA
}

.ordering_title.block_adap_menu {
	box-shadow: 0px 5px 14px -3px rgba(0, 0, 0, 0.18);
}

.ordering-header {
	padding: 0px 20px;
	background-color: #F3F3F3
}

.ordering-header-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 15px 0;
}

.ordering-header--notbuy .ordering-header-inner {
	padding-right: 30px;
}

.ordering-header__item {
	width: 20%;
}

.ordering-header__item span {
	display: block;
	font-size: 14px;
}

.order_ticket {
	background: #fff;
	padding: 40px 40px 24px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	background: #ededed;
}

.word_wrap {
	white-space: nowrap;
}

.order_ticket>h2 {
	margin-top: 5px;
}

.order_ticket_cont {
	margin-top: 37px;
}

.order_ticket_item {
	background: #fff;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.order_ticket_item_1 {
	width: 33.33%;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	border-left: 1px dashed #ccc;
}

/*.order_ticket_item_1:after { position: absolute; top: 0; right: 0; content: ""; width: 1px; height: 100%; background: url(images/ticket_line.png) repeat-y top center; }*/

.order_ticket_item_1_cont_in {
	display: table-cell;
	height: 100%;
}

.order_ticket_item_1_cont_img {
	width: 100px;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.order_ticket_item_1_cont_img img {
	position: absolute;
	left: 15px;
	top: 15px;
}

.order_ticket_item_2 {
	width: 33.33%;
	padding: 15px 20px 10px;
	box-sizing: border-box;
	position: relative;
	border-left: 1px dashed #ccc;
}

.order_ticket_item_3 {
	padding: 15px 20px 10px;
	box-sizing: border-box;
	width: 33.33%;
	position: relative;
	border-left: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

/*.order_ticket_item_3:after { position: absolute; top: 0; left: 0; content: ""; width: 1px; height: 100%; background: url(images/ticket_line.png) repeat-y top center; }*/

.order_ticket_item_name {
	font-size: 16px;
	font-weight: 600;
	color: #3c3c3c;
	line-height: 20px;
	margin-bottom: 21px;
	text-transform: uppercase;
}

.order_ticket_item_date {
	font-size: 16px;
	color: #3c3c3c;
	line-height: 12px;
	margin-top: 7px;
	position: relative;
	background: url(images/order_date.svg) no-repeat left center;
	padding-left: 20px;
}

.order_ticket_item_info p {
	line-height: 16px;
	margin: 0px 0px 20px 0;
	margin-top: 0;
}

.order_ticket_item_info p:last-child {
	margin-bottom: 0;
}

.order_ticket_item_info p span {
	font-weight: 600;
}

.order_ticket_item_2 p {
	line-height: 16px;
	margin: 0px 0px 20px 0;
}

.order_ticket_item_2 p:last-child {
	margin-bottom: 0;
}

.order_ticket_item_2 p span {
	font-weight: 600;
}

.order_ticket_item_price {
	color: #007BFF;
	font-weight: 700;
	font-size: 18px;
	padding-top: 25px;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.order_ticket_item_price span {
	font-size: 25px;
	display: inline-block;
	margin-right: 3px;
}

.order_ticket_item_delete {
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.order_ticket_item_delete:after {
	position: absolute;
	top: 10px;
	right: 7px;
	content: "";
	width: 11px;
	height: 12px;
	background: url(images/order_ticket_delete_sprite.svg) no-repeat 0 0;
}

.order_ticket_item_delete:hover {
	background: #e1241b;
}

.order_ticket_item_delete:hover:after {
	background-position: 0 -17px;
}

.order_ticket_promo_text {
	color: #999999;
	line-height: 38px;
	float: left;
	margin-right: 18px;
}

.order_ticket_promo .input_text {
	height: 38px;
	border-radius: 3px;
	margin-right: 10px;
	line-height: 36px;
	border: 1px solid #dedee1;
	color: #999999;
	padding: 0 15px;
	width: 144px;
	box-sizing: border-box;
	/*float: left;*/
}

.order_ticket .btn {
	float: right;
}


.order_ticket_promo {
	float: left;
}

.order_ticket_result_price_block {
	float: right;
	padding-right: 25px;
}

.order_ticket_result_text {
	color: #999999;
	margin-right: 6px;
}

.order_ticket_result_price {
	font-weight: 700;
	font-size: 18px;
	white-space: nowrap;
}

.order_ticket_result_price span {
	font-size: 25px;
	margin-right: 5px;
}

.order_ticket_promo_active .input_text {
	border-color: #33f;
}

.order_ticket_promo_error .input_text {
	border-color: #f33;
}

.personal_data {
	background: #ededed;
	padding: 50px 40px 55px;
	width: 100%;
	box-sizing: border-box;
}

.personal_data>h2 {
	margin-top: 5px;
}

.personal_data_soc {
	margin-top: 38px;
}

.personal_data_soc_text {
	max-width: 740px;
	float: left;
	line-height: 20px;
	box-sizing: border-box;
	padding-right: 40px;
	color: #4b4b4b;
}

.personal_data_soc_text a {
	color: #0046b5;
	text-decoration: underline;
}

.personal_data_soc .soc {
	margin-top: 0;
	float: left;
}

.personal_data_soc .soc li a {
	width: 40px;
	height: 40px;
	background: url(images/personal_data_soc.png) no-repeat 0 0;
}

.personal_data_soc .soc li a.ok {
	background-position: -55px 0;
}

.personal_data_soc .soc li a.fb {
	background-position: -110px 0;
}

.personal_data_soc .soc li {
	margin-right: 12px;
}

.order_list_input {
	width: calc(100% + 20px);
	margin: 30px -10px 60px;
}

.order_input_item {
	width: 25%;
	padding: 0 10px;
	float: left;
	box-sizing: border-box;
}

.order_input_item_cont {
	position: relative;
	background: #fff;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #dedee1;
	color: #999999;
}

.order_input_item_cont.f_error {
	border-color: #f33;
}

.order_input_item_cont .input_text {
	box-sizing: border-box;
	background: transparent;
	border: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 0 12px;
	line-height: 36px;
}

.order_input_item_cont span {
	position: absolute;
	line-height: 36px;
	left: 12px;
	top: 0px;
	-webkit-transition: top 0.2s ease-out;
	-moz-transition: top 0.2s ease-out;
	-o-transition: top 0.2s ease-out;
	transition: top 0.2s ease-out;
	line-height: 38px;
}

.order_input_item_cont .input_text.active+span {
	top: -30px;
}

.personal_data_title {
	font-size: 20px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 23px;
}

.order_payment {
	float: left;
	width: 420px;
}

.payment_select {
	position: relative;
	width: 300px;
}

.payment_select_item {
	width: 100%;
	height: 38px;
	cursor: pointer;
	line-height: 38px;
	background: #fff;
	padding: 0px 15px;
	border: 1px solid #dedee1;
	border-radius: 3px;
	position: relative;
	box-sizing: border-box;
}

.payment_select_item:before {
	content: "";
	width: 12px;
	height: 38px;
	background: url(images/payment_select.svg) no-repeat center;
	position: absolute;
	top: 0;
	right: 15px;
}

.payment_select_list {
	display: none;
	position: absolute;
	width: 100%;
	border: 1px solid #dedee1;
	border-top: none;
	top: 38px;
	background: #fff;
	box-sizing: border-box;
	z-index: 20;
}

.payment_select_list_item:hover {
	background-color: #eee;
}

.payment_select_list_item.active {
	background: #0046b5;
	color: #fff;
}

.payment_select_list_item {
	padding: 10px 15px;
	cursor: pointer;
}

.payment_select_list_item.disable {
	background-color: #fff !important;
	color: #aaa;
	cursor: default;
}

.order_shipping {
	float: left;
	width: 235px;
	margin-right: 50px;
}

.order_shipping_text {
	line-height: 24px;
	position: relative;
}

.order_shipping_text:before {
	content: "";
	width: 40px;
	height: 31px;
	background: url(images/order_shipping.svg) no-repeat center;
	position: absolute;
	top: 3px;
	left: 0;
}

.order_shipping.no_sms {
	width: 400px;
}

.no_sms .order_shipping_text {
	line-height: 20px;
}

.order_sms {
	float: left;
	padding-top: 43px;
	width: 240px;
}

.order_sms_cont {
	position: relative;
	padding-left: 55px;
}

.order_sms_cont:before {
	content: "";
	width: 43px;
	height: 38px;
	background: url(images/order_sms.svg) no-repeat center;
	position: absolute;
	top: 5px;
	left: 0;
}

.order_sms_cont_check label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	display: block;
	line-height: 24px;
}

.order_sms_cont_check label:before {
	width: 19px;
	height: 19px;
	border: 1px solid #dedee1;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	content: "";
	top: 5px;
	left: 0;
}

.order_sms_cont_check {
	position: relative;
}

.order_sms_cont_check input {
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
}

.order_sms_cont_check input:checked+label:before {
	border-color: #0046b5;
	background: #0046b5 url(images/check_wh.svg) no-repeat center;
}

.order_result {
	background: #001F5B;
	padding: 25px 40px 20px;
	width: 100%;
	box-sizing: border-box;
}

.order_result_1 {
	float: left;
	color: #fff;
	font-size: 24px;
	line-height: 1em;
	width: 170px;
	box-sizing: border-box;
	border-right: 1px solid #4c8cd3;
	line-height: 65px;
	padding: 0 15px;
}

.order_result_2 {
	float: left;
	color: #fff;
	font-size: 24px;
	box-sizing: border-box;
	padding-left: 30px;
	line-height: 1em;
	width: 20%;
	line-height: 65px;
}

.order_result_price {
	font-weight: 700;
	font-size: 18px;
	white-space: nowrap;
	line-height: 65px;
}

.order_result_price span {
	font-size: 25px;
	margin-right: 5px;
}

.order_result_3 {
	width: 30%;
	display: inline-block;
	line-height: 16px;
	color: #608cd1;
}

.order_result_3 a {
	color: #fff;
	border-bottom: 1px solid #608cd1;
	display: inline-block;
	text-decoration: none !important;
}

.order_result_3 a:hover {
	color: #608cd1
}

.order_result_4 {
	width: 175px;
	float: right;
	line-height: 20px;
	padding-top: 10px;
}

.order_result_4 .btn {
	cursor: pointer;
	float: right;
}

.ordering_group {
	margin-bottom: 30px;
}

.order_confirm.disabled {
	opacity: .5;
}

.order_confirm.disabled:hover {
	background: #3d9dff;
}

.ordering_cont {
	border-bottom: 1px solid #F3F3F3;
}

.ordering_item {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	border-bottom: 1px solid #F3F3F3;
	position: relative;
}

.ordering_item:last-child {
	border: none;
}

.ordering_item_delete {
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: #f00101;
}

.ordering_item_delete:after {
	position: absolute;
	top: 10px;
	right: 7px;
	content: "";
	width: 11px;
	height: 12px;
	background: url(images/order_ticket_delete_sprite.svg) no-repeat 0 0;
	background-position: 0 -17px;
}

.ordering_item_delete:hover {
	background: #f00101;
}

.ordering_item_delete:hover:after {
	background-position: 0 -17px;
}

.ordering_item .order_ticket_item {
	border-bottom: 1px dashed #ccc;
}

.ordering_item_cont .order_ticket_item:last-child {
	margin-bottom: 0;
}

.status_notbuy .ordering_item_status {
	color: #ff0000;
}

.status_buy .ordering_item_status {
	color: #2cc62f;
}


.ordering_item_top {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}

.ordering_title {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 19px 20px;
	font-size: 14px;
	margin: 0;
	background-color: #022159;
	color: #fff
}

.ordering_item_num {
	cursor: pointer;
	padding: 0px 20px;
	width: 20%;
	line-height: 1em;
	vertical-align: top;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #0046b5;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.ordering_item_num span {
	display: inline-block;
	border-bottom: 1px solid #000;
	color: #000;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.ordering_item_num:hover span {
	border-color: transparent;
}

.ordering_item_date {
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	white-space: nowrap;
	padding: 0px 20px;
	width: 20%;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.ordering_item_status {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	padding: 0px 20px;
	width: 20%;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}

.ordering_item_top .form_buy {
	margin: 0;
	line-height: 20px;
	padding: 5px 20px;
	width: 20%;
	font-size: 14px;
	-webkit-box-ordinal-group: 5;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5;
	color: #007BFF
}

.ordering_item_top .form_buy a {
	background: #007BFF;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
}

.ordering_print {
	-webkit-box-ordinal-group: 5;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5;
}

.ordering_item_top .form_buy .tablebodytext {
	display: none;
}

.ordering_item_top .form_buy input {
	margin: 0;
}

.form_buy p {
	margin: 0;
}

.ordering_result_price_block {
	padding: 0px 20px;
	width: 20%;
	-webkit-box-ordinal-group: 4;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 4;
	-webkit-order: 4;
	order: 4;
}

.ordering_result_text {
	color: #999999;
	margin-right: 6px;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
	-webkit-box-ordinal-group: 5;
	-moz-box-ordinal-group: 5;
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5;
}

.ordering_result_price {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #4b4b4b;
	white-space: nowrap;
	display: inline-block;
	white-space: nowrap;
	font-weight: bold;
}

.ordering_result_price span {
	font-size: 16px;
	margin-right: 5px;
}

.ordering_print_link {
	color: #3d9dff;
	display: inline-block;
	text-decoration: underline;
	position: relative;
	padding: 0 10px;
	padding-left: 25px;
}

.ordering_print_link:hover {
	color: #022159
}

.ordering_print_link:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(images/order_print.svg) no-repeat 0 0;
}

.ordering_print_link:hover:before {
	background-position: 0 -20px;
}

/* .ordering_old .ordering_item_num { color: #bfbfbf; } */
/* .ordering_old .ordering_item_num span{ border-color: #bfbfbf;color: #bfbfbf; } */
.ordering_old .ordering_item_status {
	color: #bfbfbf;
}

/* .ordering_old .ordering_result_price { color: #bfbfbf; } */
.ordering_old .btn_buy {
	background-position: -262px -230px;
	cursor: default;
}

.ordering_old .btn_buy:hover {
	background-position: -262px -230px;
}

.ordering_old .ordering_print_link {
	color: #bfbfbf
}

.ordering_old .ordering_print_link:before {
	background-position: 0 -40px;
}

.status_buy .ordering_item .ordering_item_delete {
	display: none;
}

.ordering_item_cont {
	height: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.ordering_item_cont.open {
	height: auto;
	border-top: 1px dashed #ccc;
}




.ordering_cont {
	padding-left: 0px;
	padding-right: 0px;
}

.ordering_cont.status_notbuy .ordering_item {

	padding-right: 30px;
	;

}

.form_buy .cska-btn {
	padding: 10px 0;
	width: 100%;
	max-width: 180px;
}

@media (max-width: 1299px) {

	.ordering_cont,
	.ordering-header {
		padding-left: 0;
		padding-right: 0;
	}

	.ordering_title {
		padding: 19px 25px;
	}

	.ordering_print_link {
		font-size: 14px;
	}

	.ordering_item {
		margin-right: 0;
		margin-left: 0;
		padding-left: 5px;
		padding-right: 5px;
	}

	.ordering-header-inner {
		padding-left: 25px;
		padding-right: 25px;
	}

}

@media (min-width: 992px) {

	.visible-sm {
		display: none;
	}
}

@media (max-width: 1200px) {

	.order_ticket_item_price span {
		font-size: 20px;
	}

	.order_shipping {
		margin-right: 20px;
	}

	.order_payment {
		max-width: 360px;
	}

	.order_ticket_promo {
		margin-top: 30px;
		width: 100%
	}

	.order_ticket_promo .input_text {
		width: calc(100% - 400px)
	}

	.order_ticket_result_price_block {
		width: 100%;
		padding: 0;
		text-align: right;
	}

}

@media (max-width: 991px) {
	.ordering-header {
		display: none;
	}

	.ordering_item_top {
		display: block;
	}

	.ordering_item_top:after {
		content: '';
		clear: both;
		display: table;
	}

	.ordering_title {
		padding: 19px 15px;
	}

	.ordering_item_num {
		float: left;
		width: 25%;
		padding-left: 10px;
		padding-right: 10px;
	}

	.ordering_item_date {
		float: left;
		width: 25%;
	}

	.ordering_item_status {
		float: left;
		width: 25%;
	}

	.ordering_item_top .form_buy {
		float: right;
		width: 25%;
	}

	.ordering_result_price_block {
		float: right;
		width: 100%;
	}

	.order_ticket_item_info p {
		margin: 0 0 20px 0;
	}

	.order_ticket_item {
		display: block;
	}

	.order_ticket_item_1 {
		width: 100%;
		padding-right: 40px;
	}

	.order_ticket_item_1:after {
		top: inherit;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: url(images/ticket_line_gor.png) repeat-x top center;
	}

	.order_ticket_item_price {
		text-align: right;
		padding-right: 25px;
	}

	.order_ticket_item_price span {
		font-size: 20px;
	}


	.order_input_item {
		width: 50%;
		margin-bottom: 25px;
	}

	.order_payment {
		width: 50%;
		margin-bottom: 30px;
	}

	.order_shipping {
		max-width: calc(50% - 25px);
		margin-right: 0;
		margin-left: 11px;
	}

	.order_sms {
		width: calc(50% - 25px);
		padding-top: 0;
	}

	.order_result_1,
	.order_result_2,
	.order_result_3,
	.order_result_4 {
		width: 50%;
	}

	.order_result_1,
	.order_result_2 {
		margin-bottom: 30px;
	}

	.order_result_1 {
		text-align: left;
	}

	.order_result_2 {
		text-align: right;
	}

	.ordering_item .order_ticket_item_1 {
		width: 100%;
		border-right: 1px dashed #ccc;
	}

	.ordering_item .order_ticket_item_3 {
		width: 100%;
		border-right: 1px dashed #ccc;
	}

	.ordering_item .order_ticket_item_2 {
		width: 100%;
		height: auto !important;
		border-right: 1px dashed #ccc;
	}

	.ordering_result_price_block {
		width: 100%;
		height: auto;
		padding-right: 0;
		text-align: right;
		margin-top: 15px;
		line-height: 28px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.ordering_result_text {
		line-height: 28px;
	}

	.ordering_result_price {
		line-height: 28px;
		vertical-align: top;
	}

	.ordering_result_price span {
		line-height: 28px;
		vertical-align: top;
	}
}

@media (max-width: 767px) {
	.order_ticket {
		padding: 30px 20px 24px;
	}

	.personal_data {
		padding: 30px 20px 60px;
	}

	.order_ticket_item_2 {
		width: 100%;
		float: none;
	}

	.order_ticket_item_3 {
		width: 100%;
		float: none;
	}

	.order_ticket_item_3:after {
		width: 100%;
		height: 1px;
		background: url(images/ticket_line_gor.png) repeat-x top center;
		float: none;
	}

	.order_result_1,
	.order_result_2,
	.order_result_3,
	.order_result_4 {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}

	.order_result_4 {
		margin-bottom: 0;
	}

	.order_result_2 {
		text-align: left;
		line-height: 30px;
	}

	.order_result_price {
		line-height: 30px;
	}

	.order_result_1 {
		border: none;
	}

	.order_result_4 .btn {
		float: left;
	}

	.order_result {
		padding: 30px 20px;
	}

	.ordering_item .order_ticket_item_3 {
		width: 100%
	}

	.ordering_item .order_ticket_item_2 {
		width: 100%;
	}

	.ordering_item {
		padding: 25px;
	}

	.ordering_item_num {
		width: 50%;
		margin: 0;
	}

	.ordering_item_date {
		width: 50%;
		text-align: right;
		margin: 0;
	}

	.ordering_item_status {
		width: 50%
	}

	.ordering_result_price_block {
		margin-top: 10px;
		height: 30px;
	}

	.order_shipping {
		width: 100% !important;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.order_ticket_promo .input_text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.ordering_item {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.ordering_item_num {
		width: 50%;
	}

	.ordering_item_date {
		width: 50%;
	}

	.ordering_item_status {
		width: 50%;
	}

	.ordering_item_top .form_buy {
		width: 50%;
	}

	.ordering_item_top {
		line-height: 40px;
	}

	.ordering_item_top .form_buy {
		text-align: right;
	}


	.ordering_item_num {
		padding-top: 12px;
	}

	.ordering_title {
		padding: 10px;
	}

}

@media (max-width: 600px) {
	.order_shipping {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.order_sms {
		width: 100%;
	}

	.ordering_title {
		margin-top: 0;
	}

}

@media (max-width: 500px) {
	.order_input_item {
		width: 100%;
	}

	.order_input_item:last-child {
		margin-bottom: 0;
	}

	.payment_select {
		width: 100%;
	}

	.order_list_input {
		margin-bottom: 40px;
	}

	.order_payment {
		margin-bottom: 40px;
		width: 100%
	}

	;

	.personal_data_soc_text {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.ordering_print {
		width: 100%;
		box-sizing: border-box;
	}

	.order_ticket_item_name {
		font-size: 14px;
	}

	.order_ticket_item_name,
	.order_ticket_item_date,
	.order_ticket_item_2 p,
	.order_ticket_item_info p {
		font-size: 14px;
	}

	.order_ticket_item_info p,
	.order_ticket_item_2 p {
		margin: 0px 0px 10px 0;
	}

}

@media (max-width: 450px) {
	.ordering_item_num {
		padding-top: 0;
		margin-bottom: 10px;
	}

	.ordering_item_num,
	.ordering_item_date,
	.ordering_item_status {
		line-height: 28px;
		width: 100%;
		text-align: left;
	}

	.ordering_item_top .form_buy {
		float: left;
		margin-top: 10px;
		text-align: left;
	}

	.ordering_print {
		text-align: left;
	}

	.ordering_item_num,
	.ordering_item_date,
	.ordering_item_status,
	.ordering_result_price_block,
	.ordering_item_top .form_buy {
		padding-left: 0;
		padding-right: 0;
	}

	.ordering_result_price_block {
		height: auto;
		text-align: left;
		line-height: 28px;
	}

	.order_ticket_item_3 {
		display: block;
	}

	.order_ticket_item_info {
		width: 100%;
		display: block;
	}

	.order_ticket_result_price_block {
		width: 100%;
		padding-right: 0;
		text-align: left;
	}

	.ordering_item_num,
	.ordering_item_date,
	.ordering_item_status,
	.ordering_print,
	.ordering_item_top .form_buy,
	.ordering_result_price_block {
		width: 100%;
		float: none;
	}

}

.ajax_offers {
	width: 600px;
}

.ajax_offers h2 {
	text-align: center;
}

@media (max-width: 767px) {
	.ajax_offers {
		width: auto;
	}
}

.order_error_mess {
	background-color: #a01f1f;
	color: #fff;
	font-size: 13px;
	padding: 9px 15px;
	margin: 20px 0 40px;
	border-radius: 5px;
	line-height: 20px;
}

.order_error_mess br {
	margin: 2px 0;
	display: block;
}

.order_result .user_consent_label {
	float: left;
	margin: -4px 0 -10px;
	line-height: 14px;
	width: 100%;
	font-size: 12px;
}

.order_result .user_consent_label input {
	-webkit-appearance: checkbox;
	display: block;
	float: left;
}

.order_result .user_consent_label span {
	overflow: hidden;
	position: relative;
	display: block;
	padding: 0 0 0 5px;
	line-height: 14px;
	font-size: 10px;
	text-decoration: underline;
	color: #fff;
}

.order_result .user_consent_label span:hover {
	text-decoration: none;
}

.order_result .user_consent_text {
	display: block;
	position: absolute;
	top: 100%;
	bottom: 0;
	width: 100%;
	margin: auto;
	background: #fff;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.order_result .order_user_consent_text {
	display: none;
}

.order_user_consent_text {
	width: 320px;
	height: 400px;
}

.order_user_consent_text .desc {
	overflow: auto;
	position: absolute;
	top: 0px;
	bottom: 60px;
	width: 100%;
	background: #f9f9f9;
	z-index: 100;
	display: block;
	line-height: 16px;
	font-size: 13px;
}

.order_user_consent_text .btn_line {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.order_user_consent_text .btn_stnd {
	float: left;
	margin: 10px 0 0 0;
}

.order_user_consent_text .btn_grey {
	background-color: #e1e1e1;
	float: right;
	color: #222;
	margin: 10px 0 0 0;
}

.order_user_consent_text .btn_grey:hover {
	background-color: #0099ff;
	color: #fff;
}

.order_ticket_item .b_order_quantity>div {
	display: block;
	float: left;
}

.order_ticket_item .b_order_quantity .q_title {
	padding-right: 9px;
}

.order_ticket_item .stepper .plus:hover,
.order_ticket_item .stepper .minus:hover {
	background-color: #0046b5;
}

.ordering_head {
	background-color: #F3F3F3;
}

.ordering_head__item {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	width: 20%;
}


.ordering_head__inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	padding: 20px 0px 20px 0;
}

.ordering_head__inner.status_notbuy {

	padding-right: 30px;
	;

}

.ordering_head__item--num {
	padding: 0px 20px
}

.ordering_head__item--status,
.ordering_head__item--date,
.ordering_head__item--cost,
.ordering_head__item--blank {
	padding: 0px 20px;
}

@media(max-width: 991px) {
	.ordering_head {
		display: none;
	}
}