@font-face {
    font-family:'Uni Sans Heavy Caps';
    src: url("../fonts/UniSansHeavyCaps.eot");
	src: url("../fonts/UniSansHeavyCaps.eot") format('embedded-opentype'),
		url("../fonts/UniSansHeavyCaps.woff2") format('woff2'),
		url("../fonts/UniSansHeavyCaps.woff") format('woff'),
		url("../fonts/UniSansHeavyCaps.ttf") format('truetype');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-0451;
}

.svbn{
    width: 700px;
    height: 90px;
    margin: 15px auto;
    padding-left: 160px;
    position: relative;
    box-sizing: border-box;
    background-image: url("../img/700bg.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    line-height: 1;
    display: none;
}

.svbn:after{
    content: '';
    display: table;
    clear: both;
}

@media screen and (min-width:768px){
    .svbn{
        display: block;
    }
}

.svbn__inner{
    float: left;
    padding-top: 18px;
    text-align: center;
}
.svbn__txt{
    display: block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Uni Sans Heavy Caps', sans-serif;
    text-transform: uppercase;
}

.svbn__txt--1{
    padding: 2px 5px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#fff, #ccc, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.svbn__txt--3{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: -webkit-linear-gradient(#fff, #ccc, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -1px;
}

.svbn__btn{
    display: block;
    width: 158px;
    height: 37px;
    line-height: 37px;
    text-decoration: none;
    font-family: 'Uni Sans Heavy Caps', sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0, .6);
    color: #fff !important;
    font-size: 20px;
    background-color: #2473dc;
    border-bottom: 4px solid #003e7e;
    position: absolute;
    right: 7px;
    bottom: 22px;
}
.svbn__btn:hover,
.svbn__btn:active{
    background-color: #003e7e;
    border-bottom: 4px solid #2473dc;
    outline: 0;
}