._video {
	background-position:center bottom;
    background-image: url('../images/bg-ob.png');
}

.top_content {
	width: 45vw;
	color: #fff;
}
.top_content h2 {
    line-height: 0.5;
    font-weight: bold;
}
.top_content h2 span {
	margin-bottom: 1vw;
	font-weight: bold;
}
.top_content h2 span img {
    width: 50%;
}
.top_content h2 span.h-pic {
	font-size: 80%;
	direction:ltr;
}
.top_content h2 .h-1 {
    margin-bottom: 1vw;
    padding: 15px;
    text-align: center;
    font-family: 'Heebo';
    background-image: url(../images/blue-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lissing_data {
	margin:0 auto;
}
.lissing_data .dataCubes_wrpr {
	padding:10px 20px;
}
.lissing_data .dataCube {
	padding-bottom:0;
}
.lissing_data .dataCube>span {
	line-height:30px;
}
/*
.price-container {
    position: relative;
    display: flex;
    justify-content: center;
    height: 5vw;
    width: 80%;
    margin: 0 auto;
    font-size: 1.5vw;
    background-image: url(../images/white-bg.png);
    background-size: 100% 100%;
    background-position: 2vw;
    background-repeat: no-repeat;
}
.price-container span {
	font-size:60%;
}
.price-container .price-t {
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    margin: 0 2%;
    font-size: 100%;
    width: auto;
    padding-top: 0;
    font-weight: 600;
    color: #0b254a;
    line-height: .9;
    text-align: center;
}
.price-container .price-t span {
    margin-bottom: 0;
}
.price-t span:nth-of-type(2) {
    font-size: 100%;
    font-weight: 600;
    font-family: 'Heebo';
}
.price-t span:nth-of-type(3) {
    margin-top: 5px;
}
.price-container .price-t span strong {
    font-size: 125%;
}
.price-container .price-separator {
    display: flex;
    font-size: 200%;
    height: 100%;
    margin: 1%;
    position: relative;
}
.price-container .price-separator span {
    margin-bottom: 0;
	align-self: center;
    background: #0b233a;
    color: #fff;
    border-radius: 50%;
    font-size: 20%;
	font-weight:bold;
    padding: 0 30%;
    line-height: 1.5;
    display: block;
    position: relative;
    z-index: 1;
}
.price-container .price-separator:after {
	content: 'xx';
	color: transparent;
	position: absolute;
	top: 25%;
	background: #0b233a;
	z-index: 0;
	font-size: 0;
	height: 50%;
	width: 1px;
	left: 1px;
}
*/
 ._stampa {
    position: absolute;
    right: -9vw;
    bottom: -4.5vw;
    width: 9vw;
    z-index: 100;
}

 @media(max-width: 1024px){
    body {
         background-color: #0b233b;
    }
	
	._video {
		background-image: url('../images/bg-ob_mob.png');
		background-position: center;
	}
	
    .top_content {
		width: 90vw;
    }
	.top_content h2 {
		line-height:1;
	}
    .top_content h2 span {
         display: block;
         direction: rtl;
         font-size: 46%;
         font-weight: 500;
    }
	.top_content h2 span.h-pic {
		font-size:70%;
	}
	.top_content h2 span.h-pic img {
		width:70%;
	}
    .top_content h2 .h-1 {
         margin: 0;
		 padding:0;
         font-weight: 600;
         background: none;
    }
	/*
	.price-container {
		font-size: 6vw;
		width: 298px;
		height: 48px;
		margin-top: 2vw;
		background-position: 5vw;
	}
	.price-container .price-t {
		font-size: 85%;
		gap:0;
	}
	.price-container .price-t span strong {
		font-size: 70%;
	}
	.price-container span.span-before {
		position: relative;
		left: 5%;
		line-height:0.75;
	}
	.price-container .price-separator span {
		width: 14px;
		height: 14px;
		padding:0;
		line-height: 15px;
	}
	.price-container .price-separator:after {
		top: 20%;
		height: 60%;
		left: calc(50% - 0px);
	}
	*/
	
    ._stampa {
        right: 0;
        width: 15vw;
		bottom: -14vw;
    }
}
