.one-event-discount > .yellow-promo-descr {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.one-event-discount__text {
    font-size: 30px;
    line-height: 34px;
    color: #282e30;
    float: left;
    margin: 0;
}

.subpro_btn {
    width: 100%;
    height: 52px;
    font-size: 22px;
    border-radius: 5px;
    padding: 11px 22px;
    border: none;
    color: #fff;
    background-color: #282e30;
    background-image: -ms-linear-gradient(top, #282e30 0%, #282e30 100%);
    background: -moz-linear-gradient(top,#282e30,#282e30);
    background: -webkit-gradient(linear, left top, left bottom, from(#282e30), to(#282e30));
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#282e30,endColorstr=#282e30,GradientType=0);
    background: linear-gradient(top,#282e30,#282e30);
    zoom: 1;
}

.discount__form-email_input {
    width: 100%;
    border: 1px solid #282e30;
    border-radius: 5px;
    padding: 14px 14px;
    box-sizing: border-box;
    font-size: 16px;
}

@media screen and (min-width: 1279px) {
    .one-event-discount { background: url(/bitrix/templates/belcanto/img/event/discount.png) 2% bottom no-repeat #ffcd5e; }
    .one-event-discount__text { float: left; max-width: 42%; line-height: 52px; font-size: 25px; margin-left: 7%; }
    .one-event-discount__form { float: right; width: 42%; margin-right: 7%; }
    .discount__form-email_block { width: 52%; float: left; }
    .discount__form-submit_block { width: 46%; float: right; }
}

@media screen and (min-width: 1100px) and (max-width: 1279px) {
    /*.one-event-discount { background: url(/bitrix/templates/belcanto/img/event/discount.png) 40% bottom no-repeat #ffcd5e; }*/

}

@media screen and (min-width: 980px) and (max-width: 1099px) {
    .one-event-discount { background: #ffcd5e; }
}

@media screen and (min-width: 980px) and (max-width: 1279px) {
    .one-event-discount { background: url(/bitrix/templates/belcanto/img/event/discount.png) 0% bottom no-repeat #ffcd5e; }
    .one-event-discount__text { float: left; max-width: 46%; line-height: 52px; font-size: 20px; margin-left: 5%; }
    .one-event-discount__form { float: right; width: 48%; margin-right: 2%; }
    .discount__form-email_block { width: 52%; float: left; }
    .discount__form-submit_block { width: 46%; float: right; }

    .discount__form-email_input { font-size: 14px; }
    #get-discount__submit { font-size: 14px; height: 48px; }
    .one-event-discount > .yellow-promo-descr { max-width: 90%; margin: 0 auto; }
}

@media screen and (min-width: 600px) and (max-width: 979px) {
    .one-event-discount { background: url(/bitrix/templates/belcanto/img/event/discount.png) 0% bottom no-repeat #ffcd5e; }
    .one-event-discount__text { float: none; line-height: 30px; margin-bottom: 20px; text-align: center; }
    .one-event-discount__form { width: 85%; float: none; margin: 0 auto; }
    .one-event-discount__form { width: 100%; max-width: 600px; margin: 0 auto; }
    .discount__form-email_block { float: left; width: 52%; }
    .discount__form-submit_block { float: right; width: 46%; }
    .one-event-discount > .yellow-promo-descr { max-width: 80%; margin: 0 auto; }
}


@media screen and (orientation: portrait) and (max-width: 599px) {
    .one-event-discount { background: #ffcd5e; }
    .one-event-discount__text { float: none; line-height: 30px; margin-bottom: 20px; text-align: center; }
    .one-event-discount__form { width: 100%; max-width: 300px; float: none; margin: 0 auto; }
    .discount__form-email_input { font-size: 14px; text-align: center; margin-bottom: 10px; } 
    .one-event-discount { background: url(/bitrix/templates/belcanto/img/event/discount.png) 100% bottom no-repeat #ffcd5e; }
    .one-event-discount > .yellow-promo-descr { max-width: 70%; }
    .subpro_btn { width: 80%; margin: 0 auto; display: block; min-width: 180px; font-size: 16px !important; }
}

@media screen and (orientation: landscape) and (max-width: 800px) {
    .one-event-discount { background: url(/bitrix/templates/belcanto/img/event/discount.png) 0% bottom no-repeat #ffcd5e; }
    .one-event-discount__text { float: none; line-height: 30px; margin-bottom: 20px; text-align: center; }
    .one-event-discount__form { width: 85%; float: none; margin: 0 auto; }
    .one-event-discount__form { width: 100%; max-width: 600px; margin: 0 auto; }
    .discount__form-email_block { float: left; width: 52%; }
    .discount__form-submit_block { float: right; width: 46%; }
    .one-event-discount > .yellow-promo-descr { max-width: 80%; margin: 0 auto; }
}


/* Новые стили верхней желтой формы */


.yellow-promo-wrap {
    position: relative;
    box-sizing: border-box;
    top: 0;
    width: 100%;
    background-color: #ffcd5e;
    webkit-box-shadow: 0px 1px 10px 0px #222;
    -moz-box-shadow: 0px 1px 10px 0px #222;
    box-shadow: 0px 1px 10px 0px #222;
    z-index: 900;
    padding: 15px 0;
}

.clown {
    position: absolute;
    bottom: 0;
    left: 7px;
}

.yellow-promo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-promo__text {
    color: #2e3233;
    font-size: 30px;
    margin-right: 20px;
}

.yellow-promo-descr {
    font-size: 12px;
    color: #5c5c5c;
    margin-top: 10px;
    text-align: center;
}


@media screen and (min-width: 1100px) and (max-width: 1279px) {
    .yellow-promo__text {
        font-size: 25px;

    }

    .yellow-promo-wrap .one-event-discount__email {
        width: 200px;
        font-size: 14px;
    }

    .yellow-promo-wrap #get-discount__submit {
        font-size: 18px;
        height: auto;
        padding: 13px 22px; 
    }
}

@media screen and (min-width: 980px) and (max-width: 1099px) {
    .yellow-promo__text {
        font-size: 22px;

    }

    .yellow-promo-wrap .one-event-discount__email {
        width: 200px;
        font-size: 14px;
    }

    .yellow-promo-wrap #get-discount__submit {
        font-size: 16px;
        height: auto;
        padding: 13px 22px; 
    }

    .clown {
        left: -10px;
    }

    .yellow-promo-descr {
        padding: 0 50px;
    }
}

@media screen and (min-width: 790px) and (max-width: 979px) {
    .yellow-promo-wrap .one-event-discount__email {
        width: 166px;
    }
}

@media screen and (min-width: 768px) and (max-width: 789px) {
    .yellow-promo-wrap .one-event-discount__email {
        width: 144px;
    }
}

@media screen and (min-width: 768px) and (max-width: 979px) {

    .yellow-promo-wrap {
        padding: 15px 25px 15px 45px;
    }
    .yellow-promo__text {
        font-size: 19px;
        margin-right: 10px;

    }

    .yellow-promo-wrap .one-event-discount__email {
        font-size: 12px;
        margin-right: 0;
        padding: 12px 10px!important;
    }

   .yellow-promo-wrap #get-discount__submit {
        font-size: 12px;
        height: auto;
        padding: 13px 12px; 
    }

    .clown {
        left: -20px;
    }

    .yellow-promo-descr {
        font-size: 8px;
    }
}

@media screen and (max-width: 767px) { 

    .yellow-promo-wrap {
        overflow: hidden;
    }

    .yellow-promo__text {
        font-size: 20px;
        margin-bottom: 5px;
        margin-right: 0;

    }
    .yellow-promo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .yellow-promo__text {
        text-align: center;
    }

    .discount-form-home .subpro_clear {
        float: none;
    }

    .yellow-promo__form {
        width: 80%;
        text-align: center;
    }

    .one-event-discount__email {
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-size: 15px;
    }

    .yellow-promo-wrap #get-discount__submit {
        width: 80%;
        margin-top: 8px;
        font-size: 17px;
    }

    .yellow-promo-descr {
        font-size: 8px;
        text-align: left;
        padding-left: 10%;
        padding-right: 70px;
    }

    .clown {
       left: auto;
       right: 0;
       bottom: -5px;
     }

    .clown img {
       -webkit-transform: rotate(-11deg);
       -ms-transform: rotate(-11deg); 
       transform: rotate(-11deg);
     }

}

/* Новые стили верхней желтой формы */