.prod_img1 {
  width: 30% !important;
  text-align: center !important;
  margin: 0 auto !important;
  display: flex;
  align-self: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .prod_img1 {
    width: 40% !important;
    text-align: center !important;
    margin: 0 auto !important;
    display: flex;
    align-self: center;
    justify-content: center;
  }
}
#order_form {
  background: white;
  padding: 15px;
  max-width: 600px;
  font-family: 'Roboto', sans-serif;
  margin: 20px auto;
  background-image: url(../images/formbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 35px;
}

@media (min-width: 600px) and (max-width: 739px) {
  #order_form {
    padding: 20px !important;
    /*margin: 0px -12px !important;*/
    /*padding-bottom: 116px !important;*/
    /*margin-bottom: -170px !important;*/
  }
}

@media (min-width: 460px) and (max-width: 599px) {
  #order_form {
    padding: 20px !important;
    /* margin: 0px -26px !important;*/
    /* padding-bottom: 160px !important;*/
    /*margin-bottom: -190px !important;*/
  }
}

/*#order_form div {
    background:none;
}*/

#order_form h2 {
  margin: 15px 0 0 0;
  padding: 0px;
  line-height: 32px;
  border: none;
}

#order_form label {
  width: 230px;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}

#order_form .order_form_pole {
  padding: 10px;
  /*display: inline-block;*/
}

#order_form input {
  display: block;
  margin: 0 auto;
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 280px;
  width: 100%;
}

#order_form span {
  font-size: inherit;
}

#order_form .old_price {
  text-decoration: line-through;
  font-weight: 600;
}

#order_form .price_main,
#order_form .old_price {
  white-space: nowrap;
}

#order_form button,
.obutton {
  margin: 0 auto;
  display: 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 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
}

#order_form button:hover,
.obutton:hover {
  background-color: #017acc;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

.order_info h2 {
  border: none !important;
  color: red !important;
}

.left_count {
  background: red;
  padding: 23px;
  margin: 12px 0px;
  width: 178px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 32px !important;
  border-radius: 5px;
}

.left_count .prod_left_val {
  font-size: 52px !important;
}

@media screen and (max-width: 480px) {
  #order_form input {
  }

  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    font-size: 16px;
  }

  #order_form {
    /*padding: 10px;
        padding-bottom: 180px;
        margin-bottom: -200px;*/
  }

  #order_form .order_form_pole {
    padding: 0px;
    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  #order_form input {
    width: 100%;
  }

  #order_form {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 349px) {
  #order_form input {
    font-size: 17px;
  }

  #order_form button {
  }
}

.price {
  color: red;
  font-weight: 700;
}


#form {
  width: calc(550 / var(--size-form) * 100vw);
  margin: 0 auto;
}

#form-top {
  border-radius: 10px 10px 0 0;
  border: 4px solid #317184;
  border-bottom: none;
  display: grid;
  justify-content: center;
  background: #EAF3F5;
  padding: calc(32 / var(--size-form) * 100vw) 0;
}

#only-today {
  display: inline;
  justify-self: center;
  /* border-radius: 7.531px;
  border: 1px solid #FFF;
  background: #D30000;
  padding: calc(5 / var(--size-form) * 100vw); */

  color: #0F3F4E;
  text-align: center;
  font-family: Arial;
  font-size: calc(51.255 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 800;
  line-height: 104%;
  text-transform: uppercase;
}

#form-sale {
  margin-top: calc(5 / var(--size-form) * 100vw);
  color: #FF6711;
  text-align: center;
  /* text-shadow: 3px 4px 0px rgba(0, 0, 0, 0.45); */
  font-family: Arial;
  font-size: calc(99.289 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 800;
  line-height: 104%;
  letter-spacing: -2.482px;
  text-transform: uppercase;
}

#prices-block {
  position: relative;
  background: #FFF;
  border: 4px solid #317184;
  border-top: none;
  border-bottom: none;
  padding: calc(24 / var(--size-form) * 100vw) calc(21 / var(--size-form) * 100vw) calc(35 / var(--size-form) * 100vw) calc(145 / var(--size-form) * 100vw);
}

#form-product {
  position: absolute;
  left: calc(10 / var(--size-form) * 100vw);
  top: calc(-32 / var(--size-form) * 100vw);
  max-width: calc(88 / var(--size-form) * 100vw);
}

#old-price {
  color: #000;
  font-family: Arial;
  font-size: calc(27.152 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 108.036%;
  text-transform: uppercase;
}

#old-price span {
  text-decoration: line-through;
}

#new-price {
  color: #000;
  font-family: Arial;
  font-size: calc(21.25 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 500;
  line-height: 180.973%;
  text-transform: uppercase;
}

#new-price span {
  color: #D42323;
}

#form-info {
  border-radius: 0px 0px 10px 10px;
  background: var(--red-form);
  border: 4px solid #317184;
  border-top: none;
  display: flex;
  flex-direction: column;
}

#form-sub {
  padding-left: calc(149 / var(--size-form) * 100vw);
  border-top: none;
  border-bottom: none;

  color: #000;
  font-family: Arial;
  font-size: calc(12 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#form-block {
  border: 1px dashed #000;
  background: rgba(255, 255, 255, 0.68);
  padding: calc(6 / var(--size-form) * 100vw);
  width: calc(406 / var(--size-form) * 100vw);
  margin: 17px auto 0;
}

.form-block-p {
  color: #000;
  text-align: center;
  font-family: Arial;
  font-size: calc(14 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.14px;
  scale: .8 1;
}

#form-info label {
  color: #000;
  font-family: Arial;
  font-size: calc(20 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.8px;
  width: calc(390 / var(--size-form) * 100vw);
  margin: 20px auto 0;
}

#form-info input {
  color: #A6A6A6;
  font-family: Arial;
  font-size: calc(20 / var(--size-form) * 100vw);
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: 0.8px;
  padding: calc(9 / var(--size-form) * 100vw) calc(12 / var(--size-form) * 100vw);
  border-radius: 5px;
  border: 1px solid #C7C7C7;
  background: #FFF;
  width: calc(390 / var(--size-form) * 100vw);
  margin: calc(10 / var(--size-form) * 100vw) auto;
}

#form-submit {
  cursor: pointer;
  width: calc(390 / var(--size-form) * 100vw);
  margin: calc(30 / var(--size-form) * 100vw) auto;
  border: none;
  padding: 9px 10px;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: calc(24 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  border-radius: 5px;
  background: #317184;
}

.delivery-3 {
  width: calc(550 / var(--size-form) * 100vw);
  margin: 0 auto;
  align-items: center;
  margin-top: calc(48 / var(--size-form) * 100vw);
  justify-content: space-between;
  display: flex;
  padding: calc(11 / var(--size-form) * 100vw) calc(27 / var(--size-form) * 100vw) calc(11 / var(--size-form) * 100vw) calc(25 / var(--size-form) * 100vw);
  border-radius: 10px;
  border: 2px solid #21537D;
  background: linear-gradient(180deg, #FFF 0%, #E2EDF3 100%);
}

.delivery-3 p {
  color: #175180;
  font-family: Arial;
  font-size: calc(32 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 800;
  line-height: 92.888%;
  text-transform: uppercase;
}

.delivery-3 span {
  color: #175180;
  font-family: Arial;
  font-size: calc(18 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 500;
  line-height: 165.135%;
}

.delivery-2 {
  align-items: center;
  margin-top: calc(48 / var(--size-form) * 100vw);
  justify-content: space-between;
  display: flex;
  padding: calc(20 / var(--size-form) * 100vw) calc(15 / var(--size-form) * 100vw) calc(20 / var(--size-form) * 100vw) calc(25 / var(--size-form) * 100vw);
  border-radius: 10px;
  border: 2px solid #FFBE18;
  background: linear-gradient(180deg, #F8A32E 0%, #DD1805 100%);
}

.delivery-2 p {
  color: #FFF;
  font-family: Arial;
  font-size: calc(32 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 800;
  line-height: 92.888%;
  text-transform: uppercase;
}

.delivery-2 span {
  color: #FFF;
  font-family: Arial;
  font-size: calc(18 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 500;
  line-height: 165.135%;
}

.delivery-1 {
  align-items: center;
  margin-top: calc(48 / var(--size-form) * 100vw);
  justify-content: space-between;
  padding: calc(20 / var(--size-form) * 100vw) calc(25 / var(--size-form) * 100vw);
  display: flex;
  border-radius: 10px;
  border: 2px solid #82A436;
  background: linear-gradient(180deg, #769B3B 0%, #2A5827 100%);
}

.delivery-1 p {
  color: #FFF;
  font-family: Arial;
  font-size: calc(32 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 800;
  line-height: 92.888%;
  text-transform: uppercase;
}

.delivery-1 span {
  color: #FFF;
  font-family: Arial;
  font-size: calc(18 / var(--size-form) * 100vw);
  font-style: normal;
  font-weight: 500;
  line-height: 165.135%;
}

@media screen and (max-width: 720px) {
  * {
      --size-form: 512
  }

  #form {
      width: 100%;
  }

  .delivery-3 {
    width: 100%;
  }
}