
.ribbon2 ._inset{
	width:100px;
	height:27px;
	position:absolute;
	top:-27px;left:-5px;z-index:5;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;box-shadow:0 5px 10px 0 rgba(0,0,0,.3);-moz-box-shadow:0 5px 10px 0 rgba(0,0,0,.3);-webkit-box-shadow:-20px -13px 13px 15px rgba(0,0,0,.67)}



/** насколько понимаю - старые инфобары на карте**/
.infobar {
    text-align: center;
    margin: 0 auto;
    width: 200px !important;
    padding-left: 20px;
}
.infobar a, .infobar a:hover, .infobar a:focus {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
    display: inline;
    color: #f82b02;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgb(250, 247, 232), 1px 1px 0px rgb(255, 255, 255), 0 1px 4px rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.6);
    padding: 0 3px;
}
.infobar span {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 12px;
    display: inline;
    color: #f82b02;
    font-weight: 300;
    text-shadow: 1px 1px 0px rgb(250, 247, 232), 1px 1px 0px rgb(255, 255, 255), 0 1px 4px rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.6);
    padding: 0 3px;
}

.infobar img {
    height: 75px;
    width: 75px;
    border: solid white 5px;
    /* box-shadow: rgba(72, 181, 233, 0.6) 0px 1px 6px; */
    z-index: 1001;
    border-radius: 6px !important;
}
.infobarimg a, .infobarimg a:hover, .infobarimg a:focus {
    text-shadow: none;
    background: none;
}
.infobarimg {
    padding-top: 5px;
    /* z-index: 1001; */
}




.div-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}

.div-video-h {
    height: 500px;
}

.hero-users-all.h-500{
	background-color: #fff;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: url('../../img/back.jpg') no-repeat;
}

#video-background {
	position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
    width: 39px;
}
video { display: block; }
