.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
    max-width: 100% !important;
}
.contain-video{
    padding: 0 !important;
}
#logo {
    max-height: 85%;
}
.et_fixed_nav #et-top-navigation {
    padding-top: 120px;
}
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 60px;
}
.col-5, #col-5 > div {
    width: 20%;
    float: left;
}
.col-5, #col-5 > div {
    padding-left: 15px;
    padding-right: 15px;
}
.col-5 img {
    margin-bottom: 15px;
}
body .et_pb_section {
    padding: 0px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    padding: 5px 10px;
    border-radius: 4px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}
textarea {
    min-height: 150px;
    max-height: 150px;
    height: 150px;
}
input[type="submit"] {
    display: block;
    border: none;
    background: #EC1C24;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    width: 100%;
}
#infoBlock {
    background: green;
    color: #FFF;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#infoBlock .container {
    text-align: center;
}
#infoBlock a {
    color: #FFF;
}
a[href^='tel:']:hover, a[href*='tel:']:hover {
    text-decoration: none;
}
.mobile_menu_bar.mobile_menu_bar_toggle {
    visibility: hidden !important;
}
@media (max-width:1023px) {
    .col-5, #col-5 > div {
        width: 33.33%;
        float: left;
    }
}
@media (max-width:767px) {
    .col-5, #col-5 > div {
        width: 50%;
        float: left;
    }
    a[href^='whatsapp:'] {
        display: block;
        color: #0f9d58;
    }
    a[href^='whatsapp:'] img {
        width: 40px !important;
        height: 40px !important;
    }
    #infoBlock {
        font-size: 12px;
    }
    .h2, h2 {
        font-size: 18px;
        padding: 15px;
        line-height: 1.4;
    }
    .h4, h4 {
        font-size: 14px;
        line-height: 1.4;
    }
    .et_fixed_nav #et-top-navigation {
        padding-top: 20px;
    }
    .h3, h3 {
        font-size: 20px;
        line-height: 1.4;
        padding: 15px;
    }
    .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed;
    }
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 0px;
    }
}
@media (max-width:600px) {
    .col-5, #col-5 > div {
        width: 100%;
        float: left;
    }
}

.stick_container, .stick_block_layer {
    display: none !important;
}