.site-header__top-nav-item-offer-steps+li{background:#1e9aaf}
.site-header__top-nav-item-offer-steps+li:hover{background:#1c8da0}
.site-header__top-nav-item-offer-steps+li a{color:#fff!important}
.payment-options__sub-options--paypal-extra-text-small{color:#009ae0;position:absolute;top:15px}
.payment-options__sub-options--paypal-extra-text{padding-left:19px}
.live-video-wrapper{background-repeat:no-repeat;background-position:center}
.live-video{position:relative;margin:0 auto;width:490px;height:276px}
.live-video:after{opacity:0;content:' ';position:fixed;left:10px;bottom:10px;width:370px;height:0;background:#000;transition:opacity 1s,height 1s;z-index:1}
.live-video--out-of-view:after{opacity:1;height:208px;transition-delay:.5s}
.live-video__content iframe{position:absolute;top:0;left:0;width:100%;height:100%}
@keyframes live-video-fade{
0%{opacity:0;height:0}
40%{height:208px}
100%{opacity:1}
}
.live-video--out-of-view .live-video__content{position:fixed;left:10px;bottom:10px;width:370px;height:208px;animation:live-video-fade .5s linear 0s 1;z-index:2}