#order_form {
  background: white;

  padding: 20px;

  max-width: 600px;

  font-family: Arial;

  margin: 20px;

  background-image: url("../img/form_bg.jpg");

  background-repeat: no-repeat;

  background-size: 100% 100%;
  padding-bottom: 55px;
}

#order_form div {
  background: transparent !important;
}

#order_form h2 {
  margin: 5px 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 label.vertical {
  border: none !important;
}

.device_info {
  font-size: 14px;

  color: green;

  display: block;

  margin: 10px 20px;
}

#order_form .order_form_pole {
  padding: 0 10px;
  margin-top: 10px;
}

#order_form input {
  font-size: 21px;

  padding: 15px;

  border-radius: 3px;

  border: 2px solid #e9d7dc;

  max-width: 300px;

  width: 100%;
}

#order_form select {
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 333px;
  width: 100%;
}

#order_form span {
  font-size: 12px;
}

#order_form button,
.obutton {
  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 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;
}

#order_form_success {
  position: relative;
}

@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;
  }

  #order_form .order_form_pole {
    padding: 0px;

    margin: 2px;
  }
}

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

  #order_form {
    margin-left: -20px;
    margin-right: -20px;
  }
}

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

  #order_form button {
    margin-left: 0px;
  }
}

#content .img-form {
  margin: 7px 0 0;
}
.additional {
  padding: 0 10px;
}
@media screen and (max-width: 459px) {
  #order_form select {
    width: 90%;
  }
}
@media screen and (max-width: 349px) {
  #order_form select {
    font-size: 17px;
  }
}
/*offer-info*/

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.offer-info {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 28px auto 20px;
    font-size: 0;
    box-sizing: border-box;
}
.offer-info * {
    box-sizing: border-box;
}

.offer-heading {
    margin-bottom: 12px;
    text-align: center;
}

.offer-heading span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    width: calc(100% - 92px);
    line-height: 1.3;
    text-align: center;
}

.offer-left, .offer-right {
    display: block;
    vertical-align: top;
    padding-left: 13px;
}

.offer-left {
    text-align: center;
    float: left;
    width: 40%;
}

.offer-left--up {
    padding-top: 15px;
}

.post-logo-pic {
    position: relative;
    margin: 0 auto;
    max-width: 200px;
    width: 100%;
}

.offer-right {
    float: right;
    width: 60%;
    margin-top: 15px;
}

@media all and (max-width: 1366px) {
    .offer-right {
        margin-top: 0;
    }
}

@media all and (max-width: 1024px) {
    .offer-price-block {
        padding: 10px 15px;
    }
    .offer-right {
        margin-top: 40px;
    }
}

@media all and (max-width: 768px) {
    .offer-right {
        margin-top: 20px;
    }
}

.prod-pic {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.offer-price-block {
    display: block;
    width: 100%;
    min-width: 180px;
    max-width: 200px;
    position: relative;
    margin: 50px auto 15px;
    text-align: center;
    font-size: 30px;
    border-radius: 20px;
    border: 3px dashed #000000;
    padding: 15px 25px;
}

.offer-price-block span {
    display: block;
}

.offer-price {
    display: inline-block;
    margin: 7px 0;
    font-weight: 700;
    white-space: nowrap;
}

.offer-price--old {
    color: #444;
	text-decoration: line-through;
	font-size: 25px;
}

.offer-price--new {
	color: red;
	font-weight: 900;
}

.offer-discaunt-text {
    position: relative;
    display: block;
    font-size: 14px;
}

.offer-price-block::before,
.offer-price-block::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/scissors.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.offer-price-block::before {
    top: -14px;
    left: 12%;
}

.offer-price-block::after {
    bottom: -14px;
    right: 12%;
    transform: rotate(180deg);
}
 .main__article-coupon-group__header_img {
        max-width: 62px;
    }
@media all and (max-width: 1024px) {
    .post-logo-pic,
    .offer-price-block {
        max-width: 150px;
        min-width: 150px;
    }

    .offer-price-block {
        margin-top: 40px;
    }

    .offer-price-block span {
        line-height: 1;
    }



    .offer-heading span {
        width: calc(100% - 62px);
    }
}

@media all and (max-width: 768px) {
    .offer-price-block {
        margin-top: 90px;
    }
    .js-lightgallery {
        margin: 50px auto 40px;
    }
    .js-lightgallery img {
        width: 100%;
        max-width: 100%;
    }
    .o-cmr.u-content-read h1 {
        margin-top: 22px;
    }
    .order_info {
        margin-top: 0;
        padding-top: 0;
    }
    h2#counter_product {
        margin-top: 22px;
    }
    #region_test {
        margin-top: 25px;
    }
}

@media all and (max-width: 767px) {
    .offer-info {
        text-align: center;
        margin-bottom: 14px;
    }

    .offer-left, .offer-right {
        display: block;
        width: 100%;
        float: none;
    }

    .offer-right {
        margin-top: -15px;
        margin-bottom: -10px;
    }

    .offer-left {
        padding: 8px 0;
        max-width: 200px;
        margin: 0 auto;
    }

    .offer-left--up {
        margin-bottom: 12px;
    }

    .post-logo-pic {
        display: block;
        width: 100%;
        min-width: 200px;
    }

    .offer-price-block {
        display: block;
        width: 100%;
        min-width: 200px;
        margin: 10px auto 15px;
    }
    img.photo-people {
        width: 55px;
    }
    .com-txt {
        padding-left: 65px;
    }
}

.order_info h2 {
    font-size: 27px;
    margin-bottom: 33px;
    color: red;
}