#order_form {
    background: white;
    padding: 20px;
    max-width: 710px;
    font-family: Arial;
    background-image: url(../img/formbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 85px;
    background-size: 100% 117%;
  }
  
  #order_form div {
    background: transparent !important;
  }
  
  #order_form_place img {
    max-width: 100px !important;
    display: block;
    width: auto !important;
      min-width: auto !important;
  }
  
  #order_form span {
    font-size: 12px;
  }
  
  #order_form .order_form_pole {
    margin: 10px;
  }
  
  #order_form label {
    width: 230px;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  
  #order_form input, #order_form select {
    font-size: 18px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
  }
  
  #order_form button {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
  }
  
  @media all and (max-width: 580px) {
  
    #order_form {
        padding: 10px;
        padding-bottom: 225px;
        margin-bottom: -170px;
        background-position-x: 0;
        background-size: 100% 100%;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
  
  .product,
  .product__cell {
    display: block;
  }
  
  .product__title {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 70px;
  }
  
  .product__photo {
    width: 200px;
  }
  
  .product__title:before {
    width: 60px;
    height: 60px;
  }
  
  .logo {
    display: block;
    margin: 20px auto;
  }
  }
  
  .order_info h2 {
    border: none !important;
    color: red !important;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 28px;
    margin-bottom: 33px;
    line-height: 32px;
  }
  

  .order_form_pole{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .timelimit{
    text-align: center;
  }

  .additional {
    text-align: center;
    display: block;
  }

  .price-form{
    text-align: center;
  }