.widget.c-widget.c-widget-web-form .form-wrapper {
    flex-grow: 1;
    margin-right: 10px;
}

.widget.c-widget.c-widget-web-form .form-wrapper .subscribe-form-input {
    width: 100%;
    padding: 20px 0px;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    outline: none;
    transition: all .2s;
    border-bottom: 1px solid #F0F0F0;
}

.widget.c-widget.c-widget-web-form .form-wrapper .subscribe-form-submit {
    background-color: #01A0E2;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .12s;
    color: #F8F8F8;
    font-weight: 700;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 0 47px;
    border-radius: 47px;
    margin-left: 20px;
}

.widget.c-widget.c-widget-web-form .form-wrapper .subscribe-form-submit:hover {
    background-color: #18b8fe;
}


.widget.c-widget.c-widget-web-form .form-wrapper .subscribe-form-input::placeholder {
    color: #C6C6C6;
}



.widget.c-widget.c-widget-web-form {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.widget.c-widget.c-widget-web-form .web-form-container {
    overflow: hidden;
    padding: 0 20px;
}

.widget.c-widget.c-widget-web-form .web-form-name {
    max-width: 35%;
    overflow: hidden;
}

.widget.c-widget.c-widget-web-form .web-form-name-container {
    min-height: 130px;
    /*background: url("images/question_mark.png") no-repeat 50% 50%;*/
}

.widget.c-widget.c-widget-web-form .web-form-name-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 170px;
}

.widget.c-widget.c-widget-web-form .web-form-name-decoration-item {
    width: 4px;
    height: 50px;
}

.widget.c-widget.c-widget-web-form .web-form-description-text {
    color: #262928;
    padding-top: 24px;
    padding-bottom: 24px;
}

.widget.c-widget.c-widget-web-form .web-form-buttons {
    text-align: center;
}

.widget.c-widget.c-widget-web-form .web-form-button {
    font-size: 14px;
    font-weight: 600;
}

@media all and (max-width: 1024px) {
    .widget.c-widget.c-widget-web-form .web-form-container {
        padding: 40px;
        margin-top: 55px;
    }

    .widget.c-widget.c-widget-web-form .web-form-name {
        max-width: none;
    }

    .widget.c-widget.c-widget-web-form .web-form-name-container {
        min-height: auto;
        background-image: none;
    }

    .widget.c-widget.c-widget-web-form .web-form-name-text {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%;
    }

    .widget.c-widget.c-widget-web-form .web-form-name-decoration {
        display: none;
    }

    .widget.c-widget.c-widget-web-form .web-form-description-text {
        text-align: center;
        padding-top: 0;
    }
}

@media all and (max-width: 550px) {
    .web-form-container{
        background-color: #F8F8F8;
    }
    .widget.c-widget.c-widget-web-form .web-form-name-text{
        color: #000000;
        max-width: 170px;
    }
    .widget.c-widget.c-widget-web-form .form-wrapper .subscribe-form-input{
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 10px 20px;
        margin-bottom: 28px;
        background-color: #F8F8F8;
        border-bottom: 1px solid #D3D3D3;;

    }
    .widget.c-widget.c-widget-web-form .form-wrapper .subscribe-form-submit{
        padding: 20px 50px;
    }

}

/*# sourceMappingURL=style.css.map */
