/* Hero-баннер на главной */
.adns_banner {
	margin-top: -200px;
	position: relative;
	align-items: center;
	overflow: hidden;
	z-index: 2;
	padding: 330px 0 100px;
	color: white;
	width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.adns_banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.adns_banner-bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.adns_banner-bg-fallback {
	width: 100%;
	height: 100%;
	background: linear-gradient( 135deg, #032279 0%, #0a3a9e 50%, #1C1C20 100% );
}

.adns_banner-content,
.adns_banner-scroll-items {
	position: relative;
	z-index: 2;
}

.adns_banner-content {
	display: flex;
	justify-content: center;
}

.adns_banner-content-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.32em;
	text-align: center;
	text-transform: uppercase;
}

.adns_banner-content-subtitle {
	font-weight: 700;
	font-size: 78px;
	line-height: 80px;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}

.adns_bnr-cntn {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.adns-banner-features {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.adns-bnr-scroll-link {
	color: white;
	text-decoration: none;
}

.adns-banner-features__item {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 16px 25px;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(26.5px);
	border-radius: 16px;
	isolation: isolate;
	border: 1px solid rgba(255, 255, 255, 0.19);
}

.adns-banner-features__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(/wp-content/uploads/media/glass.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.1;
	z-index: 0;
	pointer-events: none;
}

.adns-banner-features__icon-wrapper,
.adns-banner-features__text {
	position: relative;
	z-index: 1;
}

.adns-banner-features__icon-wrapper img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.adns-banner-features__text {
	display: flex;
	flex-direction: column;
	/* gap: 2px; */
}

.adns-banner-features__title {
	font-weight: 400;
	font-size: 1rem;
}

.adns-banner-features__subtitle {
	font-weight: 700;
}



.adns-bnr-btn button,
.adns-bnr-btn-mob button{
	display: block;
	/* padding: 14px 44px; */
	margin: 0 auto;
	background-image: url(/wp-content/uploads/media/bg_btn_bnr.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 40px;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: relative;
	z-index: 1;
	line-height: 28px;
	width: 294px;
	height: 52px;
}

.adns-bnr-btn button:hover,
.adns-bnr-btn-mob button:hover {
	opacity: 0.9;
}

.adns-bnr-btn a,
.adns-bnr-btn-mob a {
	text-decoration: none;
	color: inherit;
}

.adns-bnr-scroll-items {
	display: flex;
	margin-top: 100px;
	gap: 30px;
	padding: 0 24px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	max-width: 100%;
	flex-wrap: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}

.adns-bnr-scroll-items a{
	text-decoration: none;
	color: white;
}

.adns-bnr-scroll-items::-webkit-scrollbar {
	display: none;
}

.adns-bnr-scroll-item {
	display: flex;
	width: 396px;
	min-width: 386px;
	max-height: 256px;
	gap: 5px;
	padding: 16px;
	position: relative;
	overflow: hidden;
	background: rgba( 185, 185, 185, 0.18 );
	border: 1px solid rgba( 255, 255, 255, 0.19 );
	backdrop-filter: blur( 15.15px );
	border-radius: 16px;
}

.scroll-item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}

.scroll-item-img {
	width: 160px;
	height: 224px;
	flex-shrink: 0;
}

.scroll-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.scroll-item-img-placeholder {
	width: 100%;
	height: 100%;
	background: rgba( 255, 255, 255, 0.1 );
	border-radius: 8px;
}

.scroll-item-content__up {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.scroll-item-content__name {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
}

.scroll-item-content__price {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0;
}

.scroll-item-content__bottom {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.adns-bnr-btn-mob {
	display: none;
}

@media (max-width: 991px) {
	.adns_banner {
		border-radius: 0 0 24px 24px;
		margin-top: -120px;
		padding: 200px 0 0;
	}
	.adns_banner-content-title {
		font-size: 16px;
		letter-spacing: 0.2em;
	}

	.adns_bnr-cntn{
		gap: 20px;
		padding: 0 16px;
	}
	.adns_banner-content-subtitle {
		font-size: 48px;
		line-height: 110%;
	}
	.scroll-item-content__name{
		font-size: 20px;
		width: 80%;
	}
	.scroll-item-content__price{
		font-size: 16px;
	}

	.adns-banner-features {
		flex-direction: column;
	}

	.adns-bnr-btn {
		display: none;
	}

	.adns-bnr-btn-mob {
		display: block;
		margin: 26px 0;
		padding: 0 16px;
	}

	.adns-bnr-btn-mob button {
		width: 100%;
	}

	.adns-bnr-scroll-items {
		margin-top: 20px;
		padding: 16px 0;
	}

	.adns_banner-scroll-items{
		margin: 0 -16px;
	}
	.adns-bnr-scroll-item {
		width: 326px;
		min-width: 286px;
	}

	.scroll-item-img {
		width: 118px;
		height: 172px;
	}
	  .scroll-item-content .link_arrow {
	   width: 30px;
	   height: 30px;
	  }
   .scroll-item-content .link_arrow_content {
	   width: 26px;
	   height: 25px;
	  }
	.scroll-item-content .link_arrow__icon img{
		width: 11px;
		height: 11px;
	}
}
