/* delivery.css — extracted from asic-old style.css */

.aboutasic__item-subtitle,
.footer__pay,
.hero-delivery-title,
.mb-30,
.related-title,
.woo-checkout .checkout-side-item-title {
	margin-bottom: 30px
}

.hero-delivery,
.mb-60,
.woo-checkout .checkout .accordeon-item:not(:last-child) {
	margin-bottom: 60px
}

.catalog__nav-dt .sub-menu .menu-item a:hover,
.herobanner-title span,
.search_result .s-item a:hover {
	color: var(--orange)
}

.herobanner-static-img {
	width: 100%;
	height: 100%;
	margin: 0;
}

.herobanner-static-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

.herobanner-top-img {
	margin: 0 0 25px
}

.herobanner-top-img img {
	max-height: 50px
}

.herobanner-center-img {
	margin: 45px 0 25px
}

.herobanner-center-img img {
	max-height: 250px
}

.herobanner-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

.herobanner-bg-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill
}

.herobanner-title {
	text-align: center;
	margin: 25px 0 35px;
	font-weight: 700;
	font-size: 34.5px;
	line-height: 49px;
	text-transform: uppercase;
	color: #fff
}

.herobanner-last-img {
	margin: 35px 0 0
}

.herobanner-last-img img {
	max-height: 100px
}

.hero-delivery .swiper-slide,
.popup__body {
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center
}

.hero-delivery [data-slider=hero-main] {
	width: 100%;
	background: url(../../img/background/slider_delivery_bg.svg) center/cover no-repeat;
	border-radius: 20px
}

.hero-delivery .swiper-slide {
	min-height: 400px;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 90px 50px
}

.hero-delivery .swiper-slide .hero-delivery-item-text {
	position: relative;
	z-index: 2;
	max-width: 400px;
	opacity: 0;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: opacity .4s linear .4s, -webkit-transform .8s ease-in-out .4s;
	transition: transform .8s ease-in-out, opacity .4s linear, -webkit-transform .8s ease-in-out;
	-o-transition: transform .8s ease-in-out .4s, opacity .4s linear .4s;
	transition-delay: .4s
}

.hero-delivery .swiper-slide .herobanner-subtitle {
	margin-top: 10px;
	line-height: 23px
}

.hero-delivery .swiper-slide .hero-delivery-item-image {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	max-width: 660px;
	max-height: 100%;
	opacity: 0;
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
	-webkit-transition: opacity .4s linear .4s, -webkit-transform .8s ease-in-out .4s;
	transition: transform .8s ease-in-out, opacity .4s linear, -webkit-transform .8s ease-in-out;
	-o-transition: transform .8s ease-in-out .4s, opacity .4s linear .4s;
	transition-delay: .4s
}

.hero-delivery .swiper-slide.swiper-slide-active.is-play .hero-delivery-item-image,
.hero-delivery .swiper-slide.is-play .hero-delivery-item-image,
.hero-delivery .swiper-slide.swiper-slide-active.is-play .hero-delivery-item-text,
.hero-delivery .swiper-slide.is-play .hero-delivery-item-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.faq-info {
	max-width: 640px
}

.faq-info-subitem {
	padding: 20px 20px 15px;
	background: var(--grayl);
	border-radius: 20px
}

.faq-questions-wrap {
	max-width: 530px
}

.faq-questions-item {
	position: relative;
	padding: 20px 20px 20px 54px;
	border-radius: 20px;
	background: #fff;
	-webkit-box-shadow: 0 10px 30px rgba(101, 101, 101, .1);
	box-shadow: 0 10px 30px rgba(101, 101, 101, .1)
}

.faq-questions-item::before {
	position: absolute;
	content: "";
	left: 23px;
	top: 20px;
	width: 18px;
	height: 18px;
	background: url(../../img/icons/faq_icon.svg) center/contain no-repeat
}

.hero-delivery .swiper .swiper-pagination {
	padding: 0 45px;
}

.faq__block {
	align-items: flex-start;
}

@media all and (max-width: 1100px) {
	.faq__block,
	.hero-delivery > .container {
		flex-direction: column;
	}

	.hero-delivery {
		margin-bottom: 50px;
	}
}

@media all and (max-width: 721px) {
	.faq-info-items.grid-col-2,
	.faq-info-items.grid-col-3 {
		grid-template-columns: repeat(1, 1fr);
	}

	.faq-info-items.grid {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px 20px;
	}
}

@media all and (max-width: 480px) {
	.hero-delivery .swiper-slide .hero-delivery-item-image {
		width: 100%;
	}

	.hero-delivery .swiper-slide .hero-delivery-item-text .title br {
		display: none;
	}

	.hero-delivery-title {
		margin-bottom: 20px;
	}

	.hero-delivery .swiper-slide .hero-delivery-item-text .title {
		font-size: 30px;
		line-height: 40px;
	}

	.hero-delivery .swiper-slide {
		min-height: 500px;
		justify-content: flex-start;
		padding: 50px 30px 230px;
	}
}
