.order-thanks{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    gap: 10px 10px;
    
    text-align:center;
}

.ms3_order_form{
    margin-bottom:20px;
    
    
    display: grid;
    /* Средние плитки занимают меньше места, подстраиваются автоматически */
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px 20px;
    
    
}


.order-part{
    background: #f5f7fa;
    /*background: #ffffff;*/
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:center;
    
    gap:10px 10px;
}

.order-body{
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:flex-end;
    
    gap:10px 10px;
}


.order-part-inner{
    
    width:100%;
    
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items:center;
    
    gap:5px 10px;
}

.method-description{
    display:none;
}

.order-contacts{
    
    
}
.order-payment{

    
}
.order-payment-options{
    
}
.order-payment-option{
    
}


.order-delivery{
    
}



.order-description{
     text-align:center;   
}





.order-section{
    
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items:center;
    
    
    
}
.order-section-wrap{
    flex-wrap:wrap;
}


.order-switches{
    width:100%;
    
    display:flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items:flex-start;
    
    gap:20px 10px;
}

.order-input-label{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    
    
}

.order-address{
    
}

.order-summary{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    gap: 10px 10px;
    
}


