.block {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 0;
}

.block h3 {
    margin-bottom: 30px;
}

.block h3 img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin: 0 20px 0 0;
}

.block h3 span {
    display: inline-block;
    vertical-align: middle;
    font-style: italic;
    font-size: 24px;
}

.block .left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.block .price {
    border: 4px dashed #000;
    padding: 15px 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 25px;
    color: #000;
    font-style: italic;
    text-align: center;
    position: relative;
    min-width: 240px;
    box-sizing: border-box;
}

.block .text {
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 8px;
}

.block .price span {
    display: block;
}

.block .price span:nth-of-type(1) {
    text-decoration: line-through;
    font-size: 20px;
}

.block .price span:nth-of-type(2) {
    color: #F00;
    font-weight: bold;
}

.block .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.block .right img {
    max-width: 100%;
}

#order_form {
    text-align: center;
    background: white;
    line-height: 25px;
    padding: 20px;
    max-width: 600px;
    font-family: Arial;
    margin: 20px auto;
    background-image: url("form_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#order_form .additional {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #F00;
}

#order_form div {
    background: transparent !important;
}

#order_form h2 {
    margin: 25px 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;
    margin: 0 auto;
}

#order_form label.vertical {
    border: none !important;
}

.device_info {
    font-size: 14px;
    color: green;
    display: block;
    margin: 10px 20px;
}

#order_form input, select {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    height: 58px;
}

select {
    margin-top: 20px;
}

#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 .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .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 all and (max-width: 1023px) {
    .block {
        max-width: 280px;
        margin: 30px auto 10px;
    }

    .block h3 img {
        width: 50px;
        margin: 0 10px 0 0;
    }

    .block h3 span {
        font-size: 18px;
        width: calc(100% - 60px);
    }

    .block .left,
    .block .right {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 480px) {
    #order_form label {
        font-size: 14px;
    }

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

    #order_form {
        padding: 20px 10px;
    }

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

@media screen and (max-width: 459px) {
    #order_form input, select {
        width: 300px;
        height: 58px;
    }

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

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

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



/*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;
    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;
}

.offer-price--new {
    color: red;
}

.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("");
    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;
}


.form {
    position: relative;
    z-index: 100;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 15px #fff;
    box-sizing: border-box;
    margin: 0 auto;
    border: 0;
    box-shadow: none;
  }
  .wheel__subtitle {
    padding: 20px;
  }
  .form__title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .form__text {
    color: #333;
    font-size: 20px;
    line-height: 160%;
    line-height: 19px;
    text-align: center;
    margin: 5px 0 25px 0;
  }
  
  .timer__controls {
    display: flex;
    justify-content: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    color: #1b478a;
  }
  
  .timer {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 15px;
  }
  
  .hour-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .hour,
  .minute,
  .second {
    border: 2px dotted #ebd50c;
    border-radius: 50%;
    padding: 10px 8px;
    margin: 0 10px;
    font-size: 26px;
    line-height: 35px;
    font-weight: 900;
    color: #1b478a !important;
  }
  
  .time__text {
    font-size: 16px !important;
    line-height: 15px !important;
    color: #000 !important;
    margin-top: 10px;
    font-weight: bold;
    color: #1b478a !important;
  }
  
  .form-wrapper {
    width: 100%;
    background-color: #eaeeff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .prices p:first-child {
    font-size: 20px !important;
    text-align: center;
    font-weight: 600;
    color: gray !important;
  }
  
  .prices p {
    margin: 5px !important;
  }
  
  .prices p:last-child {
    font-size: 20px;
    font-weight: 600;
  }
  
  .prices .newprice {
    font-size: 23px;
    font-weight: 800;
    color: #ff0000;
  }
  
  .form__input-container {
    position: relative;
  }
  
  .form__input {
    width: 100% !important;
    font-size: 19px !important;
    line-height: 22px !important;
    color: #000 !important;
    text-align: center !important;
    border: none !important;
    padding: 8px 10px 8px !important;
    border: 1px solid grey !important;
    margin-bottom: 10px !important;
  }
  
  .form__btn {
    font-size: 23px;
    line-height: 26px;
    font-weight: 990;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #00a31e;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    background-image: linear-gradient(180deg, #00d228 0%, #00ab20 100%);
    box-shadow: 0 5px 0 -2px #007906;
    cursor: pointer;
    margin-top: 10px;
  }
  
  .prod__img {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .timer {
    margin-bottom: 40px;
    margin-top: 15px;
    display: flex;
  }
  .hms {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .timer__text {
    margin-left: 31px;
    margin-top: 12px;
  }
  
  .timer__text p {
    display: inline-block;
  }
  
  .timer__red {
    color: #ff0000;
  }
  
  .form {
    margin-bottom: 40px;
  }
  
  #formBottom {
    text-align: center;
  }
  
  #formBottom .form-bottom {
    margin: 0 auto;
    border: 2px solid #0299ff;
    padding: 8px 10px;
    width: 95%;
    max-width: 430px;
    margin-top: 20px;
    border-radius: 4px;
    background-color: rgba(2, 154, 255, 0.137254902);
    font-size: 18px;
    line-height: 1.2;
  }
  @media screen and (max-width: 480px) {
    #formBottom .form-bottom {
      font-size: 16px;
    }
    #formBottom .form-bottom p {
      margin: 10px 0;
    }
  }
  #formBottom .form-bottom__title {
    font-weight: 600;
  }
  #formBottom .form-bottom__order {
    font-size: 14px;
    font-weight: 600;
  }
  #formBottom .form-instock {
    font-size: 1.2em;
    transition: opacity 0.4s;
  }
  
  #formBottom .form-color--accent {
    color: coral;
  }
  