.widget-web-form-2 {
    display: block;
    background-color: #116afc;
}

.widget-web-form-2 .widget-web-form-2-wrapper {
    padding: 30px 0;
}

.widget-web-form-2 .widget-web-form-2-title {
    /*font-size: 22px;*/
    /*font-weight: bold;*/
    /*line-height: 1.1;*/
    /*color: #fff;*/
    /*word-break: break-word;*/
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color:#F6E337;
}

.widget-web-form-2 .widget-web-form-2-image {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 143px;
    transform: translateY(-71px);
    text-align: center;
    background-image: url("images/question_mark.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.widget-web-form-2 .widget-web-form-2-description {
    /*font-size: 16px;*/
    /*line-height: 1.5;*/
    /*color: #fff;*/
    /*white-space: normal;*/
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color:#F7F7F7;
}
.intec-template-layout-page-wrapper{
    margin-bottom:0 !important;
}
.widget-web-form-2 .widget-web-form-2-button {
    width:332px;
    height:60px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background-color: #F6E337;
    font-weight: 700;
    font-size: 17px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    cursor:pointer;
}

.order_button{
    margin-left: auto;
    margin-right: auto;
    width:332px;
    height: 60px;
    background-color: #F6E337;
    color:#222222;
    font-size:17px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
    cursor:pointer;
}
.email.widget-part-item-text{
    text-decoration:none !important;
    color:#777e89;
}

@media all and (max-width: 768px) {
    .widget-web-form-2 .widget-web-form-2-wrapper {
        text-align: center;
    }
}

@media screen and (max-height:613px){
    .popup-window .equipment-shorten-info{
        height:320px;
        overflow:hidden;
    }
}