
.limited_new  .element{padding: 15px;transition: all 0.5s;position: relative}
.limited_new .title_line{
    font: normal 20px/25px Romul, Trajan, Arial;
    text-transform: uppercase;
    margin: 20px 0px 10px;
    min-height: 51px;
}
.limited_new .text .title_line{
    font: normal 18px/25px Romul, Trajan, Arial;
    text-transform: uppercase;
    margin: 20px 0;
}


.limited_new .text{
    width: calc(100% + 0);
    display: none!important;
    opacity: 0;
    position: absolute;
    background: #f9f6f1;
    z-index: 50;
    box-shadow: 0px 9px 11px rgb(0,0,0,0.5);
    padding: 0 15px;
    left: 0;
    /*margin: 0 -15px;*/
    transition: all 0.2s;
}

.limited_new .element:hover{
    background: #f9f6f1;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 1000;
}

.limited_new .element:hover .text{
    display: block!important;
    background: #f9f6f1;
    height: auto;
    opacity: 1;
}
