.ordering_block .page_block_title {
margin-bottom: 30px;
}

.ordering_item >*:not(:last-child) {
margin-bottom: 15px;
}

.ordering_item .title_2 {
font-size: 16px;
}

.ordering_input {
display: flex;
cursor: pointer;
}

input[type="radio"] {
width: 21px;
height: 21px;
min-width: 21px;
margin-right: 12px;
}


.delivery input[type="radio"] {
margin-top: 3px;
}

.buyer_info {
display: flex;
gap: 20px;
flex-wrap: wrap;
width: 100%;
}

.buyer_info_input {
flex: 20%;
min-width: 200px;
}

.payment .ordering_input {
display: flex;
align-items: center;
}

.cart_block_order .btn {
width: 210px;
}


@media(max-width:1280px) {
.ordering_block .page_block_title {
margin-bottom: calc(15px + (20 - 15) * ((100vw - 320px) / (1260 - 320)));
}
.ordering_item >*:not(:last-child) {
margin-bottom: calc(10px + (15 - 10) * ((100vw - 320px) / (1260 - 320)));
}
}

@media(max-width:760px) {
.buyer_info {
gap: 10px;
}
}

@media(max-width:600px) {
.cart_block_order .btn {
width: 100%;
}
}