.widget_super_menu {
    width: 100%;
    /*width: 1153px;*/
    margin-left: auto;
    margin-right: auto;    
    background-color: transparent;
    padding-bottom: 40px;
    overflow: hidden;
}
.widget_super_menu .tabs{
    /*padding-left: 137px;*/
    width: 1150px;
    box-sizing: content-box;
    margin-left: 0px;
    padding-left: calc(50% - 575px);
    margin-right: calc(50% - 575px);
    background-color: white;
    padding-top: 28px;
    padding-bottom: 28px;
    font-weight: 500;
}
.widget_super_menu .tabs .flex-item{
    display: flex;
   align-items:center;    
}
.widget_super_menu .tabs .flex-item img{
    margin-top: -10px;
}
.widget_super_menu .tabs .separator.flex-item{
    margin: 0px 78px;
    background-color: #D70E34;
    width: 1px;
    height: 22px;
    margin-top: 12px;
    display: flex;
    align-items:center;
}
.widget_super_menu .tabs .tab{
    cursor: pointer;
}

.widget_super_menu .tabs .tab-text{
    margin-left: 20px;
    color: #3a3a3a;
}
.widget_super_menu .tabs .tab:hover .tab-text{
    color: #D70E34;
}

.widget_super_menu .content{
    height: 300px;
    position: relative;
    background-color: white;
    /*padding-left: 137px;*/
    overflow: hidden;
}
.widget_super_menu .content .content-container{
    position: relative;
    width: 1124px;
    margin-left: calc(50% - 575px);
    margin-right: auto;
    height: 100%;
}
.widget_super_menu .content .content-container>div{
    opacity: 0;
    position: relative;
    left: 26px;
    top: 58px;
    transition: opacity 1s cubic-bezier(.77,0,.175,1);
}
.widget_super_menu .content .content-container>div{
    pointer-events: none;
}
.widget_super_menu .content .content-container>div.active{
    opacity: 1;
    pointer-events: all;
}

.widget_super_menu .content .content-container>div .destacat{
    color: var(--red);
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2em;
    font-weight: bold;
/*    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
*/}

.widget_super_menu .content .content-container>div .see_more{
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding-top: 5px;
    position: relative;
    padding-bottom: 5px;
    color: var(--red);
    margin-top: 20px;
    border: 1px solid var(--red);
    padding: 10px 25px;
    border-radius: 8px;
    transition: all .15s linear; 
}
.widget_super_menu .content .content-container>div .see_more::after{
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: width .6s cubic-bezier(.77,0,.175,1);
    -moz-transition: width .6s cubic-bezier(.77,0,.175,1);
    transition: width .6s cubic-bezier(.77,0,.175,1);
}
.widget_super_menu .content .content-container>div .see_more:hover{
    border-color: var(--gray);
    color: var(--gray);
}

.widget_super_menu .content .content-container>div .see_more:hover::after{
    width: 100%!important;
}


html:not(.fl-builder-edit) .widget_super_menu .leftside-angled-title{
    top: 40px;
}


.flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    }

.flex-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(4) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(5) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }


    @media screen and (max-width: 1331px){
        .widget_super_menu .tabs{
            width: 100%;
            display: flex;
            justify-content: center;
        }
        .widget_super_menu .tabs .separator.flex-item{
            margin: 10px 5%;
        }
        .widget_super_menu .content .content-container{
            /*width: 100%;
            margin-left: 0px;*/
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }
        .widget_super_menu .content .content-container>div .destacat{
            font-size: 30px;
            line-height: 1.3em;
        }
        .widget_super_menu .content .content-container>div{
            /*left: 60px;
            right: 60px;*/
            margin-left: auto;
            margin-right: auto;
        }
        .slick-slider .slick-track, .slick-slider .slick-list{
            overflow: visible;
        }
    }
    @media screen and (max-width: 960px){
        .widget_super_menu .tabs .separator.flex-item{
            margin: 10px 2%;
        }
        .widget_super_menu .tabs .tab-text{
            font-size: 27px;
        }
    }
    @media screen and (max-width: 767px){
        .widget_super_menu{
            padding-bottom: 0px;
        }
        .widget_super_menu .content .content-container>div{
            display: none;
        }

        /*.widget_super_menu .content .content-container>div.active{*/
        .widget_super_menu .content .content-container>div.neutral{
            display: inline-block;
            height: auto;
            opacity: 1;
            top: 0px;
        }

        .widget_super_menu .content .content-container>div .destacat{
            font-size: 25px;
            font-weight: 500;
            line-height: 1.3em;
        }
        .widget_super_menu .content .content-container>div .destacat br{
            display: none;
        }

        .widget_super_menu .tabs{
            display: none;
        }
        .widget_super_menu .content{
            height: auto;
            max-height: 100%;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .widget_super_menu .content .content-container{
            width: 100%;
            margin-left: 0px;
            padding-left: 30px;
            padding-right: 30px;
        }
        .widget_super_menu .content .content-container>div{
            position: relative;
            left: 0px;
        }
    }