.hotline {
    position: absolute;
    right: 0;
    top: 18px;
}

.hotline small {
    font-size: 16px;
    display: block;
    padding-left: 3px;
}

.hotline strong {
    font-size: 24px;
}

.hotline strong:after,
.hotline strong:before {
    display: block;
    position: absolute;
    bottom: -.8em;
    left: 0;
    right: 0;
    display: none\9;
}

.hotline strong:before {
    content: '0800 - 334 334 344';
    opacity: 0.3;
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

.hotline strong:after {
    content: ' ';
    height: 1em;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(237, 237, 237, 1) 36%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(36%,rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(237, 237, 237, 1) 36%);
}
