@charset "UTF-8";
/* CSS Document */

.os-offer-title{
display: inline-block;
position: relative;
z-index: 8;
}
.os-offer-title::before{
content: "";
width: 180px;
height: 100%;
position: absolute;
left: -195px;
top: 0;
background-image: linear-gradient(to left, #3ae1ff, #0050ba, transparent);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 2px;
}
.os-offer-title::after{
content: "";
width: 180px;
height: 100%;
position: absolute;
right: -195px;
top: 0;
background-image: linear-gradient(to right, #3ae1ff, #0050ba, transparent);
background-repeat: no-repeat;
background-position: center;
background-size: 100% 2px;
}

.offer-promoTablx{
border-collapse: separate;
border-bottom: 0;
width: 100%;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}