/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */
@import url('./font-spt5.css');

* {
	margin: 0;
	padding: 0;
}

#banner_nov_homepage * {
	font-family: "SimplerPro";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#banner_nov_homepage {
	direction: rtl;
	font-size: 18px;
	color: #fff;
	position: relative;
	overflow: hidden;
	background: url(./img-spt5/bg/2560-1921.jpg) no-repeat center center/cover;
	height: 364px;
	width: 100%;
	display: grid;
	/* margin-top: 69px; */
}
#banner_nov_homepage .container::before,
#banner_nov_homepage .container::after {
	content: none;
}

#banner_nov_homepage .container .сol {
	width: 551px;
}

#banner_nov_homepage .container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	column-gap: 98px;
	position: relative;
	padding: 0;
	max-width: 1014px;
}

#banner_nov_homepage p{
	font-family: "SimplerPro";
	font-size: 30px;
	line-height: 100%;
	font-style: normal;
	font-weight: 700;
	text-align: right;
	color: #fff;
	text-align: right;
}

#banner_nov_homepage p.title-p {
	padding-top: 46px;
	font-weight: 400;
}

#banner_nov_homepage p.top-p {
	font-weight: 700;
}

#banner_nov_homepage .headline_banner_nov_homepage {
	position: relative;
	background: linear-gradient(251deg, #6EDCFB 12.89%, #0073FF 67.84%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	background-clip: text;
	color: transparent;
}

#banner_nov_homepage h1 {
	font-family: "SimplerPro";
	font-size: 40px;
	font-style: normal;
	line-height: 100%;
	font-weight: 900;
	text-align: right;
}

#banner_nov_homepage p.bottom-p {
	font-size: 28px;
	font-weight: 400;
	line-height: 120%;
}

#banner_nov_homepage .banner-link {
	flex: 1 0 0;
	color:#F4F4F4;
	text-align: center;
	display: flex;
	width: 176px;
	height: 48px;
	padding: 0 32px;
	justify-content: center;
	align-items: center;
	gap: 12px;
	border-radius: 48px;
	background:#056AE5;
	font-family: "SimplerPro";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: background .3s ease;
	z-index: 1;
	margin-top: 17px;
}
#banner_nov_homepage .banner-link-desk::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(250deg,
		#6EDCFB -18.77%,
		#0073FF 86.87%);
	opacity: 0;
	transition: opacity .3s ease;
	z-index: -1;
}
#banner_nov_homepage .banner-link-mob {
	display: none;
}
#banner_nov_homepage .banner-link-desk:hover::before {
	opacity: 1;
}


#banner_nov_homepage .stampa {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	display: flex;
	width: 90px;
	height: 90px;
	transform: rotate(-8deg);
	justify-content: center;
	gap: 0;
	align-items: center;
	border-radius: 66.207px;
	background: #F74A84;
	flex-direction: column;
	position: absolute;
	left: calc(50% - 55px);
	top: 45px;
}

#banner_nov_homepage .stampa .stampa_text {
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	color: #fff;
	transform: translateY(3px);
	line-height: 115%;
	-webkit-text-stroke-width: 0.36px;
	-webkit-text-stroke-color: #818181;
}

#banner_nov_homepage .desclaimer {
	position: absolute;
	color: #fff;
	text-align: right;
	font-family: "SimplerPro";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	right: calc(50% - 508px);
	margin: 297px auto 0;
}

#banner_nov_homepage .desclaimer br.deskbr {
	display: block;
}

#banner_nov_homepage .desclaimer br.middlebr {
	display: none;
}

#banner_nov_homepage .desclaimer br.middlebrs {
	display: none;
}

#banner_nov_homepage .desclaimer br.mobbr {
	display: none;
}

@media only screen and (max-width: 1920px) {
	#banner_nov_homepage {
		background-image: url(./img-spt5/bg/1920-1199.jpg);
	}
	#banner_nov_homepage .container {
		max-width: 964px;
	}

	#banner_nov_homepage h1 {
		/* margin: 4px 0 2px; */
		line-height: 100%;
	}

	#banner_nov_homepage .stampa {
		left: calc(50% - 81px);
		top: 123px;
	}

	#banner_nov_homepage .desclaimer {
		right: calc(50% - 481px);
		
	}

	#banner_nov_homepage .desclaimer br.deskbr {
		display: block;
	}
}

@media only screen and (max-width: 1199px) {
	#banner_nov_homepage {
		background-image: url(./img-spt5/bg/1199-992.jpg);
	}
	
	#banner_nov_homepage .container {
		max-width: 956px;
	}

	#banner_nov_homepage .container .сol {
		width: 551px;
	}

	#banner_nov_homepage p {
		font-size: 30px;
		line-height: 1
	}
	#banner_nov_homepage p.title-p {
		padding-top: 46px;
		letter-spacing: .2px;
	}

	#banner_nov_homepage p.top-p {
		margin-top: 2px;
	}

	#banner_nov_homepage h1 {
		font-size: 40px;
		line-height: 1;
		margin: 2px 0 0;
	}

	#banner_nov_homepage p.bottom-p {
		font-size: 28px;
		letter-spacing: .3px;
	}

	#banner_nov_homepage .stampa {
		left: calc(50% - 67px);
		top: 87px;
		width: 90px;
		height: 90px;
	}
	#banner_nov_homepage .stampa .stampa_text {
		font-size: 17.25px;
		line-height: 19.5px;
	}

	#banner_nov_homepage .desclaimer {
		right: calc(50% - 477px);
		margin: 302px auto 0;
		font-size: 12px;
		line-height: 1.1;
		letter-spacing: .1px;
	}

	#banner_nov_homepage .desclaimer br.deskbr {
		display: none;
	}

	#banner_nov_homepage .desclaimer br.middlebr {
		display: block;
	}
	#banner_nov_homepage .banner-link {
		height: 48px;
		width: 176px;
	}
}

@media only screen and (max-width: 991px) {
	#banner_nov_homepage {
		background-image: url(./img-spt5/bg/991-768.jpg);
		height: 265px;
	}

	#banner_nov_homepage .container {
		max-width: 694px;
	}

	#banner_nov_homepage .container .сol {
		max-width: 335px;
	}

	#banner_nov_homepage p.title-p {
		padding-top: 15px;
		font-size: 20px;
		line-height: 1;
	}

	#banner_nov_homepage p.top-p {
		margin-top: 2px;
		font-size: 20px;
		line-height: 1;
	}

	#banner_nov_homepage h1 {
		font-size: 34px;
		line-height: 1;
		margin: 4px 0 2px;
	}

	#banner_nov_homepage p.bottom-p {
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: .1px;
	}

	#banner_nov_homepage .banner-link {
		width: 168px;
		height: 40px;
		min-width: 168px;
		padding: 0 16px;
		font-size: 16px;
		margin-top: 16px;
	}

	#banner_nov_homepage .stampa {
		width: 52px;
		height: 52px;
		left: calc(50% - 52px);
		top: 22px;
	}

	#banner_nov_homepage .stampa .stampa_text {
		font-size: 10.3px;
		line-height: 1;
		-webkit-text-stroke-width: 0.22px;
		transform: translateY(1px);
	}

	#banner_nov_homepage .desclaimer {
		margin: 215px auto 0;
		right: calc((100vw - 694px) / 2);
	}

	#banner_nov_homepage .desclaimer br.middlebr {
		display: none;
	}
	#banner_nov_homepage .desclaimer br.middlebrs {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	#banner_nov_homepage {
		height: 368px;
		background-image: url(./img-spt5/bg/767-360.jpg), linear-gradient(rgba(1, 6, 54, 1), rgba(1, 6, 54, 1));
		background-size: auto 100%, 100% 302px;
		background-position: center center, center top;
		place-content: normal;
		align-items: start;
		/* margin-top: 69px; */
		justify-content: center;
	}

	#banner_nov_homepage .container {
		max-width: 368px;
		justify-content: center;
	}
					#banner_nov_homepage .container .сol {
						max-width: 325px;
					}

	#banner_nov_homepage p {
		font-size: 20px;
		line-height: 120%;
		text-align: center;
	}

	#banner_nov_homepage p.title-p {
		padding-top: 8px;
	}

	#banner_nov_homepage p.top-p {
		margin-top: 5px;
	}

	#banner_nov_homepage .headline_banner_nov_homepage {
		background: linear-gradient(251deg, #6EDCFB 12.89%, #0073FF 126.78%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	#banner_nov_homepage h1 {
		font-size: 28px;
		line-height: 100%;
		margin: 2px 0 1px;
		letter-spacing: .5px;
		text-align: center;
	}

	#banner_nov_homepage p.bottom-p {
		font-size: 16px;
	}

	#banner_nov_homepage .banner-link {
		margin: 16px auto 0;
		height: 36px;
	}

	#banner_nov_homepage .stampa {
		left: unset;
		right: calc(50% - 122px);
		top: 196px;
		transform: rotate(13deg);
	}

	#banner_nov_homepage .desclaimer {
		color: #010636;
		font-size: 12px;
		transform: translateX(50%);
		right: 50%;
		margin: 318px auto 0;
		width: 100%;
		text-align: center;
		max-width: 347px;
	}
	#banner_nov_homepage .desclaimer br.deskbr {
		display: none;
	}

	#banner_nov_homepage .desclaimer br.middlebr {
		display: none;
	}

	#banner_nov_homepage .desclaimer br.middlebrs {
		display: none;
	}

	#banner_nov_homepage .desclaimer br.mobbr {
		display: block;
	}
}
