.konditer-indent {
	padding-bottom: 200px;
}

.secptpb_konditer {
	padding: 130px 0;
}

.secptpb_konditer_catalog {
	padding-top: 60px;
}
.secptpb_konditer_prototype {
	background: #FFFAEB;
}
.caseHead__items_konditer {
	display: grid;
	grid-template-columns: auto minmax(470px, auto );
	grid-gap: 88px;
	align-items: center;
	transition: all 1s ease;
	margin-top: 100px;
}

.caseHead__title_konditer {
	font-weight: 500;
	line-height: 130%;
}

.caseHead__text_konditer {
	font-weight: normal;
}

.sect__spec-imgprt {
	padding: 0;
	margin: 0;
}

.konditer__video {
	display: flex;
	width: 100%;
	margin: 0 auto;
	max-height: 950px;
	object-fit: cover;
	object-position: center;
}

.sect__spec-bg {
	background: #9748dc no-repeat right bottom/contain;
	position: relative;
	height: 80vh;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.konditer-case_top {
	/* padding: 130px 0; */
	border-radius: 0 0 50% 50%;
	/* background: linear-gradient(180deg, #FDFDFD 50%, rgba(255, 255, 255, 0.4) 100%); */
	background: #FFFAEB;
	position: relative;
}

.konditer-case_circle {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	z-index: 1;
}

.konditer-catalog {
	padding: 0 22%;
}

.konditer-case {
	background: #FFF;
}

.konditer-card {
	max-height: 1030px;
	height: 100%;
}

.konditer-card__img {
	max-height: 787px;
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 105px 30% 30px;
}

.card-descr {
	display: grid;
	grid-template-columns: 360px 1fr;
    grid-gap: 120px;
	margin: 0 0 60px 0;
}
.mainPage-descr {
	/* background: #FFFAEB; */
	background: #fff;

	margin: 0 0 60px 0;
	padding: 130px 0 0 0 ;

}
.mainPage-descr-wrap {
	display: grid;
	grid-template-columns: 360px 1fr;
    grid-gap: 120px;
	margin: 0 0 130px 0;
}

/* MEDIA */
@media (max-width: 1440px) {
	.caseHead__items_konditer {
		grid-template-columns: auto 1fr;
		grid-gap: 50px;
		margin-top: 50px;
	}
}

@media (min-width: 1000px) {

	.secptpb_konditer_prototype {
		padding: 138px 0 100px;
	}

	.gridblock_konditer {
		grid-gap: 50px !important;
	}
}

@media (max-width: 1000px) {
	.mainPage-descr-wrap, .card-descr {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.mainPage-descr {
		padding: 50px 0 0 0;
	}
	.mainPage-descr-wrap {
		margin: 0 0 50px 0;
	}
	.konditer-indent {
		padding-bottom: 150px;
	}

	.caseHead__title_konditer {
		line-height: 130%;
	}

	.secptpb_konditer {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.konditer-case_top {
		padding: 0 0 30px;
	}

	.sectiontop__cont_konditer {
		margin-top: 50px;
	}

	.secptpb_konditer_catalog {
		padding-top: 30px;
	}

	.konditer-card__img {
		padding: 55px 0 0;
	}

	.sect__spec-bg {
		height: 53vh;
	}
}

@media (max-width: 950px) {
	.caseHead__items_konditer {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

@media (max-width: 800px) {
	.konditer-indent {
		padding-bottom: 50px;
	}

	.caseHead__img {
		margin: 0 auto;
	}
	.konditer-case_top {
		border-radius: 0;
	}
}

@media (max-width: 600px) {
	.mainPage-descr .konditer__video {
		height: 350px;
		object-fit: cover;
		object-position: center;
	}
	.sect__spec-bg {
		background: #9748dc no-repeat center center/auto;
		position: relative;
		background-size: cover;
		height: 33vh;
	}

	.konditer-catalog {
		padding: 0 5%;
	}
}

@media (max-width: 425px) {
	.konditer-card__img {
		padding: 30px 0 0;
	}
}