.subscribe-banner-full-page {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #667e54;
    padding: 0 40px;
    clear: both;
}

.subscribe-banner-full-page .banner-title,
.subscribe-banner-full-page .banner-discount,
.subscribe-banner-full-page .banner-form {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.subscribe-banner-full-page .banner-title {
    color: #fff;
    width: 29%;
}

.subscribe-banner-full-page .banner-title p:first-child {
    font-style: italic;
    font-size: 29px;
    padding-left: 11px;
    margin-top: 17px;
}

.subscribe-banner-full-page .banner-title p:last-child {
    font-weight: 700;
    font-size: 29px;
    padding-left: 3px;
    margin-bottom: 19px;
}

.subscribe-banner-full-page .icon-banner-line {
    width: 167px;
    height: 6px;
    margin: 5px 0 -5px;
    background: url(../../images/widget/subscribe-widget-full-size-line.png) no-repeat;
}

.subscribe-banner-full-page .banner-discount {
    position: relative;
    width: 24%;
    color: #fff
}

.subscribe-banner-full-page .discount-circle:before {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    background: #f1ba09;
    top: -54px;
    left: 15px;
    z-index: 10;
}

.subscribe-banner-full-page .discount-circle:after {
    content: '';
    position: absolute;
    width: 195px;
    height: 195px;
    border-radius: 100%;
    background: #a6bc95;
    top: -61px;
    left: 7px;
}

.subscribe-banner-full-page .discount-text {
    font-weight: 300;
    font-size: 73px;
    z-index: 10;
    position: relative;
    padding: 11px 10px 0 16px;
}

.subscribe-banner-full-page .discount-text:after {
    content: '-10%';
    font-weight: 300;
    font-size: 73px;
    position: absolute;
    color: #5a7248;
    left: 19px;
    top: 13px;
    z-index: -1;
}

.subscribe-banner-full-page .banner-form {
    width: 46%;
    margin-top: 33px;
}

.subscribe-banner-full-page input[type=email] {
    border: 1px solid #fff;
    background: #778f66;
    border-radius: 4px;
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    margin-left: 3px;
    height: 32px;
    width: 52.8%;
    font-size: 15px;
    text-indent: 9px;
    color: #fff;
}

.subscribe-banner-full-page input[type=email]:focus {
    border: 1px solid transparent;
    background: #fff;
    color: #000;
}

.subscribe-banner-full-page button[type=submit] {
    border: 0;
    background: #7dc644;
    border-radius: 4px;
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-left: 7px;
    width: 42.9%;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    position: relative;
}

.subscribe-banner-full-page button[type=submit]:hover {
    box-shadow: none;
}

.subscribe-banner-full-page button[type=submit]:active,
.subscribe-banner-full-page button[type=submit][disabled=disabled] {
    box-shadow: none;
    margin-top: 1px;
}

.subscribe-banner-full-page button[type=submit][disabled=disabled] {
    opacity: .5;
}

.error-msg,
.success-msg {
    display: none;
    position: absolute;
    top: 40px;
    left: 3px;
    color: #fff;
}

.subscribe-banner-full-page button[type=submit].loading:after {
    content: '';
    background: url(../../images/ajax-loader.gif) no-repeat;
    display: block;
    width: 43px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.coupon-code {
    color: #ea543f;
    font-size: 1.1em;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .subscribe-banner-full-page .banner-form {
        width: 37%;
        margin-top: 25px;
    }

    .subscribe-banner-full-page .banner-discount {
        width: 32%;
    }

    .subscribe-banner-full-page input[type=email] {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .subscribe-banner-full-page button[type=submit] {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .subscribe-banner-full-page {
        padding: 15px;
    }

    .subscribe-banner-full-page .banner-title {
        width: 240px;
    }

    .subscribe-banner-full-page .banner-discount {
        width: 170px;
    }

    .subscribe-banner-full-page .banner-title,
    .subscribe-banner-full-page .banner-discount {
        display: block;
        margin: 0 auto;
    }

    .subscribe-banner-full-page .banner-form {
        width: 100%;
    }

    .subscribe-banner-full-page .banner-title p:first-child {
        margin-top: 0;
    }

    .subscribe-banner-full-page .banner-title p:last-child {
        font-size: 26px;
    }

    .subscribe-banner-full-page .discount-circle:before,
    .subscribe-banner-full-page .discount-circle:after {
        content: none;
    }

    .subscribe-banner-full-page .discount-text {
        padding: 0;
    }

    .subscribe-banner-full-page .discount-text:after {
        color: #000;
        left: 2px;
        top: 2px;
    }
}

/*NEW-STYLES*/

.subscribe-banner-full-page--footer {
    padding-top: 16px;
    padding-right: 5px;
    padding-bottom: 20px;
    padding-left: 5px;

    background: #847cc3;
}

.subscribe-banner-full-page--footer .container {
    /*padding: 0px; !*temp*!*/
}

.subscribe-banner-full-page--footer .banner-title__wrapper {
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;

    color: #222222;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
}

.subscribe-banner-full-page--footer .banner-title__wrapper b {
    font-family: 'MuseoSansCyrl-900';
    font-weight: normal;
}

.subscribe-banner-full-page--footer .banner-title__wrapper p {
    font-family: 'MuseoSansCyrl-500';
}

.subscribe-banner-full-page--footer .banner-form__wrapper {
    margin: 0px;
    padding: 0px;
}

.subscribe-banner-full-page--footer input[type=email] {
    margin: 0px;
    padding: 0px;
    height: 44px;

    font-size: 17px;
    color: rgba(0, 0, 0, 0.3);
    font-family: 'MuseoSansCyrl-300';
    font-weight: normal;

    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: none;
    border: none;
    border-radius: 3px;
}

.subscribe-banner-full-page--footer input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3);
}
.subscribe-banner-full-page--footer input[type=email]::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3);
}
.subscribe-banner-full-page--footer input[type=email]:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.3);
}
.subscribe-banner-full-page--footer input[type=email]:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3);
}

.subscribe-banner-full-page--footer input[type=email]:focus {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
}

.subscribe-banner-full-page--footer button[type=submit] {
    position: absolute;
    top: 6px;
    right: 6px;

    display: block;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0px;

    background: transparent;
    box-shadow: none;
    border-radius: 3px;
}

.subscribe-banner-full-page--footer button[type=submit]:hover {
    opacity: 0.7;
}

.subscribe-banner-full-page--footer button[type=submit]:active {
    opacity: 0.5;
}

.subscribe-banner-full-page--footer .form-subscribe {
    position: relative;
}

@media (min-width: 769px) {

    .subscribe-banner-full-page--footer {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .subscribe-banner-full-page--footer .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .subscribe-banner-full-page--footer .banner-title__wrapper {
        margin-bottom: 0;
        margin-right: 20px;

        font-size: 14px;
    }

    .subscribe-banner-full-page--footer .form-subscribe {
        width: 236px;
    }

    .subscribe-banner-full-page--footer input[type=email] {
        width: 100%;
        height: 32px;

        font-size: 14px;
        line-height: 18px;
    }

    .subscribe-banner-full-page--footer button[type=submit] {
        width: 24px;
        height: 24px;
        top: 4px;
        right: 4px;
    }

}