.contact-element--wrap .contact-element__item.contact-element__item--w100 {
    width: 100%;
}
.contact-element--wrap .contact-element__item .contact-elemnt__item__def.contact-elemnt__item__def--nowrap {
    white-space: nowrap;
}
@media screen and (max-width: 664px) {
    .contact-element--wrap .contact-element__item .contact-elemnt__item__def.contact-elemnt__item__def--nowrap {
        white-space: normal;
    }
}
a.rosek24{
    display: flex;
    background: linear-gradient(92.41deg, #F39C56 0%, #E85850 100%), linear-gradient(92.41deg, #F58785 0%, #F16664 100%);
    border-radius: 6px;
    padding: 16px 40px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
a.rosek24>.text{            
    font-family: 'Room';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
/* identical to box height, or 133% */
    letter-spacing: 0.02em;
    color: #FFFFFF;
    
}
a.rosek24>.title::after{
    content: '';
    display: block;
    height: 1px;
    width: 106px;
    background: #fff;
    opacity: 0.3;
}
a.rosek24>.title{
    font-family: 'Room';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    left: -75px;
}
@media screen and (max-width:1360px) and (min-width:980px) {
    a.rosek24>.title{
        left: -55px;
    }
}
@media screen and (max-width:979px) and (min-width:900px) {
    a.rosek24>.title{
        left: -15px;
    }
}
@media screen and (max-width:899px){
    a.rosek24 {
        display: flex;
        background: linear-gradient(92.41deg, #F39C56 0%, #E85850 100%), linear-gradient(92.41deg, #F58785 0%, #F16664 100%);
        border-radius: 6px;
        padding: 16px 40px;
        flex-direction: column;
        align-content: stretch;
        align-items: flex-start;
    }
    a.rosek24>.title {
        left: unset;
    }
}