.order_page h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    display: block;
    align-items: center;
    color: #222222;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 24px;
}
.line_title_order {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #222222;
    margin-bottom: 12px;
}
label.order_cho {
    display: block;
    width: 32%;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 12px; position:relative; margin-bottom:24px
}
.choices_order_first_line {
    display: flex;
    justify-content: space-between;
}
label.order_cho input {
    display: none;
}
span.title_order {
    display: block;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #222222;
    margin-top: 12px;
    margin-bottom: 8px;
}
.text_order {
    font-size: 16px;
    line-height: 136.1%;
    display: flex;
    align-items: center;
    color: #222222;
}
.text_order ul {
    margin: 0px;
    padding: 0px 19px 0px 19px;
    font-size: 16px;
}
.text_order p {
    margin: 0px;
}
span.go_check {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 2px;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
}
input:checked+span.go_check{
	background:url(../images/checked.svg)no-repeat;
}
.right_choicesr_right {
    width: 66%;
}
.right_choicesr_right>label {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.choices_double_block {
    display: flex;
    justify-content: space-between;
}
.right_choicesr_right>label>div:last-child {
    max-width: 268px;
}
.input_block>label {
    display: block;
}
.input_block {
    display: block; margin-bottom:12px;
}
.input_block_double {
    display: flex;
    justify-content: space-between;
}
.input_block input {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    padding: 0 10px;
}
.input_block select {
    visibility: initial !important;
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}
.input_block button {
    background: #1367B0;
    border-radius: 2px;
    border: none;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px;
    margin-top: 5px;
}
.left_choices_left {
    width: 32%;
}
.input_block_double>div:first-child {
    width: 73%;
}
.input_block_double .input_block {
    width: 22%;
}

@media (max-width: 1023.98px){
	.choices_order_first_line {
		display:block;
	}
	label.order_cho {
		width: 100%;
		display: block;
	}
	.choices_double_block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.right_choicesr_right {
		order: 1;
		width: 100%;
	}
	.left_choices_left {
		order: 2;
		width: 100%;
	}
	.right_choicesr_right>label>div:last-child {
		max-width: 100%;
	}
}