.material-top {
	padding-bottom: 80px;
}

.material-top .container {
	display: grid;
	grid-template-columns: 33% auto;
	gap: 50px;
}

.material-top-right {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2,1fr);
}

.material-top-left h1 {
	font-size: 26px;
	color: var(--green);
	text-transform: uppercase;
	margin-bottom: 25px;
}

.material-top-left .btn {
	width: 255px;
	height: 55px;
	font-size: 18px;
	margin-top: 20Px;
}

.mat_list-item {
	position: relative;
}
.mat_list-item a::before {
	content: url(/wp-content/themes/dvor/img/icon-zoom.svg);
    position: absolute;
    right: 22px;
    top: 22px;
}
.mat_list-item img {
	display: block;
	margin-bottom: 15px;
	width: 100%;
	height: 166px;
	object-fit: cover;
	border-radius: 10px;
}

.mat_list-title {
	font-size: 16px;
	font-weight: 700;
}

.products-slider-section {
	padding: 0 0 75px;
}

.products-slider-section .section-title {
	margin-bottom: 40px;
}

.products-slider-section .btn-wrap .btn {
    margin-top: 30px;
    font-size: 18px;
    padding: 21px 40px;
}

.offer .offer-image {
	box-shadow: 0px 0px 6px 3px rgba(94, 189, 11, 0.5);
	border-radius: 5px;	
}

.offer-title {
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.offer-title::before {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: -20px;
	background-color: var(--green);
	height: 2px;
	width: 100%;
} 

.offer-text {
	font-size: 18px;
	line-height: 1.35;
}

.offer2 {
	padding: 20px 0 50px;
}



@media screen and (min-width: 768px) {
	.offer .container {
		display: flex;
		gap: 50px;
		align-items: center;
	}
	.offer .offer-image {
		width: 45.9%;
		display: block;
		object-fit: cover;
	}

	.offer.offer2 .container {
		gap: 45px;
	}
	.offer.offer2 .offer-image {
		width: 48.9%;
	}

}


@media screen and (max-width: 1500px) {
	.products-slider-section .product-bottom .btn {
		font-size: 14px;
	}
	.products-slider-section .price {
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.products-slider-section .woocommerce-loop-product__title {
		font-size: 14px;
	}
	.products-slider-section .product-bottom .btn {
		height: 56px;
		font-size: 14px;
	}
	.attr-box {
		font-size: 13px;
		padding: 0 15px;
	}
	.product-title-wrap {
		padding: 15px 15px 0;
	}
	.offer-text {
		font-size: 16px;
	}
	.material-top .container {
		gap: 20px;
	}
	.material-top-left {
		font-size: 16px;
		line-height: 1.45;
	}
	.material-top-left h1 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.material-top-right {
		gap: 25px;
		grid-template-columns: repeat(2,1fr);
	}
}

@media screen and (max-width: 1440px) {

	.offer-text {
		font-size: 14px;
	}
	.offer2 {
		padding: 0px 0 40px;
	}

}

@media screen and (max-width: 991px) {
	.offer.offer2 .container {
		gap: 45px;
		flex-direction: column;
	}	
	.offer.offer2 .offer-image {
		width: 100%;
		margin-bottom: 0px;
	}
	.offer2 {
		padding: 0;
	}
	.offer-text {
		margin-bottom: 40px;
	}
	.products-slider-section {
		padding: 65px 0;
	}
	.offer-title {
		text-align: center;
	}
	.offer-title::before {
		left: 0;
	}
	.material-top {
		padding-bottom: 50px;
	}
	.material-top .container {
		grid-template-columns: 100%;
		gap: 40px;
	}
}

@media screen and (max-width: 767px) {

	.material-top-left {
		text-align: center;
	}
	.material-top-right {
		gap: 20px;
	}
	.mat_list-item img {
		height: 120px;
	}
	.mat_list-title {
		font-size: 12px;
		text-align: center;
	}
	.products-slider-section .btn-wrap .btn {
		font-size: 15px;
		padding: 21px 25px;
	}
	.offer .offer-image {
		margin-bottom: 40px;
	}

}