
.caseHead__items_lav-product {
	max-width: 990px;
	margin: 57px 0 80px 0;
}
.caseHead__title_lav-product {
	font-weight: 500;
}
.caseHead__item_lav-product {
	height: 600px;
	background: radial-gradient(35.86% 114.75% at 50% 50%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #F8ECE0;
	/* background-size: cover;
	background-position: center center; */
	display: flex;
		align-items: center;
		justify-content: center;
}
.caseHead__item_lav-product img {
	max-width: 700px;

}
.info {
	padding: 56px 0;
}
.info_wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 992px;
}
.info_item_title {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #201D26;
	margin-bottom: 8px;
}
.info_item_text {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #59575F;
}
.secptpb_lav-product {
margin: 114px 0 120px 0;
}
.proto_lav-product {
	background: #FDF9FA;
	padding: 100px 0;
}
.proto-gallery {
	margin: 109px 0 0 0;
	display: grid;
	gap: 50px;
	grid-template-columns: 1fr 1fr;
	/* grid-template-rows: 1fr 1fr 1fr; */
}
.proto-gallery div {
	height: fit-content;
}
.proto-gallery div:first-child {
	grid-row: 1/3;
}
.proto-gallery div:nth-child(2) {
	grid-row: 1/2;
}
.proto-gallery div:nth-child(3) {
	grid-row: 3/6;
}
.proto-gallery div:nth-child(4) {
	grid-row: 2/5;
}
.proto-gallery div:nth-child(5) {
	grid-row: 6/7;
}
.proto-gallery div:nth-child(6) {
	grid-row: 5/8;
}
.palette_lav-product {
	padding: 120px 0 0 0;
}
.main_lav-product {
	padding: 150px 0 0 0;
	background-size: 100% 28%;
	background-repeat: no-repeat;
	background-color: #FDF9FA;
}

.card_lav-product {
background: #FAF5EF;
padding: 130px 0;
}
.card_lav-product img {
	max-width: 900px;
	margin: 90px auto 0 auto;
	display: block;
}
.carWatch {
	overflow-x: hidden;
	padding: 100px 0;
	background: #FDF9FA;
}
.sliderinfinite {
	display: flex;
	width: max-content;
	animation: sliderinfinite 100s linear infinite;
	justify-content: flex-start;
	transition: all 500ms ease;
}
.carSlider__image {
	height: 545px;
	margin-left: 40px;
	width: 410px;
}
.carSlider__image:nth-child(4) {
	box-shadow: 0px 10px 50px rgba(103, 75, 36, 0.08);
}
@keyframes sliderinfinite {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.mobile-gallery_sec {
background: #FDF9FA;
padding: 140px 0 130px 0;
}

.mobile-gallery {
	display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 124px 45px;
		max-width: 1200px;
		margin: 0 auto;
}
.mobile-gallery div:first-child {
	grid-column: 1/4;
	max-width: 884px;
	margin: 0 auto;
}
.mobile-gallery div:nth-child(3) {
	margin: 40px 0 0 0;
}
.mobile-gallery div:nth-child(4) {
	margin: 80px 0 0 0;
}
.results_lav-product {
	padding: 130px 0 240px 0;
}




/* анимированный банер */

.maslotop {
    width: 650px;
    height: 600px;
	background-size: contain;
	position: relative;
	transition: all 300ms ease;
	background-repeat: no-repeat;
	background-position: center;
}
.maslotop__list1 {
	position: absolute;
	width: 280px;
	height: 254px;
	background-size: contain;
	/* top: 232px;
	left: -45px; */
	top: 255px;
    left: -80px;
	-webkit-animation-timing-function: cubic-bezier(0, 0.4, 1, 0.6);
	animation-timing-function: cubic-bezier(0, 0.4, 1, 0.6);
	will-change: transform;
	animation: anim3 4.2s infinite;
	transform: translateY(-3px);
}
.maslotop__list2 {
	position: absolute;
	width: 243px;
	height: 240px;
	background-size: contain;
	/* top: 232px; */
	top: 280px;
	right: -56px;
	-webkit-animation-timing-function: cubic-bezier(0, 0.4, 1, 0.6);
	animation-timing-function: cubic-bezier(0, 0.4, 1, 0.6);
	will-change: transform;
	animation: anim4 4.2s infinite;
	transform: translateY(5px);
}
.maslotop__maslo1 {
	position: absolute;
	width: 335px;
	height: 363px;
	background-size: contain;
	top: 136px;
	/* left: 92px; */
	left: 76px;
	-webkit-animation-timing-function: cubic-bezier(0, 0.4, 1, 0.6);
	animation-timing-function: cubic-bezier(0, 0.4, 1, 0.6);
	will-change: transform;
	animation: anim1 4.2s infinite;
	transform: translateY(4px);
}
.maslotop__maslo2 {
	position: absolute;
	width: 372px;
	height: 380px;
	background-size: contain;
	top: 126px;
	left: 244px;
	-webkit-animation-timing-function: cubic-bezier(0, 0.4, 1, 0.6);
	animation-timing-function: cubic-bezier(0, 0.4, 1, 0.6);
	will-change: transform;
	animation: anim2 4.2s infinite;
	transform: translateY(-4px);
}

@keyframes anim1 {
	0% {
		transform: translateY(4px);
	}

	50% {
		transform: translateY(-4px);
	}

	100% {
		transform: translateY(4px);
	}
}

@keyframes anim2 {
	0% {
		transform: translateY(-4px);
	}

	50% {
		transform: translateY(6px);
	}

	100% {
		transform: translateY(-4px);
	}
}

@keyframes anim3 {
	0% {
		transform: translateY(-3px);
	}

	50% {
		transform: translateY(3px);
	}

	100% {
		transform: translateY(-3px);
	}
}

@keyframes anim4 {
	0% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(5px);
	}
}

@media screen and (max-width: 1600px) {
.main_lav-product {
		background-size: 100% 30%;
	}
}
@media (max-width: 1300px) {
.maslotop {
		transform: scale(0.85);
		margin: -30px -55px -10px;
	}
}

@media (max-width: 1200px) {
	.main_lav-product {
		background-size: 100% 28%;
		padding: 80px 0 0 0;
	}
}
@media (max-width: 1140px) {
	.maslotop {
			transform: scale(0.8);
			margin: -40px -75px -20px;
		}
}
@media (max-width: 1050px) {
	.maslotop {
			transform: scale(0.65);
			margin: -60px -123px -70px -100px;
		}
		.caseHead__item_lav-product {
			padding: 0;
		}
}
@media (max-width: 992px) {
.main_lav-product {
				background-size: 100% 31%;
	}
		.secptpb_lav-product {
			margin: 60px 0;
		}
		.proto-gallery {
			grid-template-columns: 100%;
			gap: 20px;
			margin: 30px 0 0 0;
		}
		.proto-gallery div {
			grid-row: auto !important;
		}
		.proto_lav-product, .card_lav-product, .carWatch, .mobile-gallery_sec, .results_lav-product {
			padding: 60px 0;
		}
		.palette_lav-product {
			padding: 60px 0 0 0;
		}
		.caseHead__items_lav-product {
			max-width: 990px;
			margin: 50px 0;
		}
		.info {
			padding: 55px 0 0 0;
		} 
		.card_lav-product img {
			margin: 30px auto 0 auto;
		}
		.mobile-gallery {
			grid-template-columns: 1fr;
			gap: 20px;
		}
		.mobile-gallery div:first-child {
			grid-column: 1/2;
		}

}
@media (max-width: 960px) {
	/* .maslotop {
			transform: scale(0.62);
			margin: -60px -133px -100px -100px;
		} */
}
@media (max-width: 900px) {
	/* .maslotop {
			transform: scale(0.6);
			margin: -80px -80px -140px;
			margin: -111px -80px -123px;
		} */
}
@media (max-width: 700px) {
	/* .maslotop {
			transform: scale(0.4);
			margin: -140px -148px -190px;
							margin: -173px -148px -170px;
		} */
}
@media (max-width: 600px) {
	.info_wrap {
			grid-template-columns: 1fr;
			row-gap: 25px;
		}
	/* .caseHead__item_lav-product {
		height: 500px;
	} */
	.maslotop {
		transform: scale(0.6);
		margin: -170px -200px -220px;
		margin: -180px -200px -180px;
	}
}
@media (max-width: 500px) {
	.maslotop {
		transform: scale(0.5);
		/* margin: -200px -230px -240px; */
		margin: -200px -230px -200px;
	}
}
@media (max-width: 480px) {

	.palette_lav-product {
			padding: 30px 0 0 0;
		}
	.carSlider__image {
			height: 398px;
			margin-left: 20px;
			width: 300px;
		}
	.main_lav-product {
			padding: 50px 0 0 0;
	}
}
@media (max-width: 350px) {

}