#rec506208394 .t-col_7 {
    max-width: 1060px 
}

div.t-menuwidgeticons__wrapper > a:nth-child(1),
div.t-menuwidgeticons__wrapper > a:nth-child(2){
    padding: 10px 15px;
    margin: 0px 10px;
    border: 1px solid #ef1212;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff !important;
}

#rec715978547 > div > div > div{
	padding-left:0px !important;
	max-width:1160px !important;
}


@media (max-width:569px){
    div.t-menuwidgeticons__wrapper > a:nth-child(1),
    div.t-menuwidgeticons__wrapper > a:nth-child(2){
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 5px 10px;
        margin: 0px 10px;
        background: #ef1212;
    }
    div.t-menuwidgeticons__wrapper > a:nth-child(1){
        top: 10px;
    }
    div.t-menuwidgeticons__wrapper > a:nth-child(2){
        top: 60px;
    }
    .t189__title {
    padding: 50px 0 20px 0;
    }
    #t-header{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
    }
}