:root {
	--accent-green: #89bc0c;
	--pdd-yellow: #f8d919;
	--line-gray: rgba(174, 183, 197, 0.4);
	--dark-black: #17191c;
}
* {
	box-sizing: border-box;
}

.accent-green {
	color: #89bc0c;
}
.pdd-yellow {
	color: #f8d919;
}
.title-dark-gray {
	color: #2c2c2c;
}
.title-dark {
	color: #1b2731;
}
.title-black {
	color: #1d1914;
}
.title-dark-black {
	color: #17191c;
}
.text-gray {
	color: #6d727b;
}
.list-gray {
	color: #242c2d;
}
.pdd-brown {
	color: #6f530d;
}
.pdd-light-brown {
	color: #aa9305;
}
.text-white {
	color: #fff;
}
.li-title-dark {
	color: #292c2d;
}
.lz-img {
	opacity: 0;
	transition: opacity 1s ease;
}
.lz-img.loaded {
	opacity: 1;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f8f8f6;
	font-family: "Jost", sans-serif;
	font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}
img {
	max-width: 100%;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
}
.outside-images-wrap {
	width: 100%;
	height: 0;
	position: relative;
}
.outside-img-container {
	max-width: 1170px;
	height: 0;
	margin: 0 auto;
	position: relative;
}
.outside-images-wrap img,
.outside-img-container img {
	position: absolute;
}
.subtitle {
	font-size: 18px;
	letter-spacing: 3.8px;
	text-transform: uppercase;
}
.subtitle span {
	font-size: 13px;
	vertical-align: top;
} 
.title {
	font-family: "Pacifico", cursive;
	font-size: 64px;
	line-height: 1;
	text-align: center;
}
.li-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.wide-article {
	display: flex;
	background-color: #fff;
	border-radius: 18px;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.s3-grid-item::before,
.wide-article::before {
	content: "";
	position: absolute;
	top: 44px;
	left: -10px;
	width: 20px;
	height: 12px;
	background-color: var(--pdd-yellow);
	border-radius: 50%;
}
.wide-article-text-wrap,
.wide-article-img-wrap {
	flex: 1;
}
.wide-article-img-wrap img {
	height: 100%;
}
.wide-article-text-wrap {
	padding: 20px 70px 0 10px;
}
.wide-article-title {
	margin-bottom: 7px;
}
.wide-article-text {
	line-height: 1.5;
}
.text-wbg {
	display: inline;
	padding: 5px;
	font-size: 17px;
	font-weight: 300;
	color: #1e1a17;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-color: #fff;
	border-radius: 10px;
}
a {
	-webkit-appearance: none;
	appearance: none;
	cursor: alias;
}
a:focus, a:focus-within {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
:focus-visible, a:focus-visible {
	outline: 2px solid var(--accent-green);
	outline-offset: 3px;
	border-radius: 3px;
}
b {
	font-weight: 600;
}
.dt {
	display: inline;
}
.mob {
	display: none;
}

@media (max-width: 1199px) {
	.container {
		max-width: 920px;
	}
	.title {
		font-size: 50px;
	}
	.subtitle {
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.container {
		max-width: 740px;
	}
	.title {
		font-size: 30px;
	}
	/* .subtitle {
		font-size: 16px;
	} */
}
@media (max-width: 767px) {
	.container {
		max-width: 540px;
	}
}
@media (max-width: 576px) {
	body {
		font-size: 14px;
	}
	.container {
		max-width: 320px;
	}
	.dt {
		display: none;
	}
	.mob {
		display: inline;
	}
	.text-wbg {
		font-size: 14px;
	}
	.title {
		font-size: 30px;
	}
}

.home-btn {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 150px;
	height: 55px;
	position: fixed;
	left: 35px;
	bottom: 100px;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 50px;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
}
.home-btn img {
	width: 27px;
	height: 27px;
}
.main-page-link {
	max-width: 55%;
	font-size: 15px;
	line-height: 1.1;
}

.header {
	/* max-width: 1030px; */
	max-width: 50%;
	margin: 0 auto;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* margin-bottom: 220px; */
}
.header-left {
	display: inline-flex;
	align-items: center;
}
.header-logo {
	margin-right: 35px;
}
.header-descr {
	max-width: 90%;
	font-family: "Source Sans 3", sans-serif;
	font-size: 16px;
	font-weight: 300;
}
.header-phone {
	font-family: "Roboto Serif", serif;
	font-size: 24px;
	font-weight: 300;
	color: #1e1a17;
	text-decoration: none;
}
.header-phone b {
	font-weight: 700;
}

@media (max-width: 1650px) {
	/* .header {
		max-width: 850px;
		padding-top: 20px;
		margin-bottom: 130px;
	} */
	.header-left {
		max-width: 70%;
	}
	.header-descr br {
		display: none;
	}
}
@media (max-width: 1400px) {
	/* .header {
		max-width: 700px;
		padding-top: 20px;
		margin-bottom: 120px;
	} */
	.header-logo {
		margin-right: 20px;
		max-width: 50px;
	}
	.header-descr {
		font-size: 14px;
		line-height: 1.3;
		max-width: 80%;
	}
	.header-phone {
		font-size: 20px;
	}
}
@media (max-width: 1250px) {
	/* .header {
		max-width: 650px;
		padding-top: 15px;
		margin-bottom: 100px;
	} */
	.header-logo {
		margin-right: 10px;
	}
	.header-phone {
		font-size: 16px;
	}
}
@media (max-width: 1150px) {
	/* .header {
		max-width: 560px;
		padding-top: 0;
		margin-bottom: 80px;
	} */
	.header-left {
		flex-basis: 100%;
	}
	.header-logo {
		max-width: 60px;
	}
	.header-descr {
		font-size: 14px;
		line-height: 1.1;
	}
	.header-descr br {
		display: none;
	}
	.header-phone {
		flex-basis: 40%;
		text-align: right;
	}
	.header-sub-title {
		font-size: 16px;
	}
	.site-title {
		font-size: 40px;
	}
	.form-btn.main-button {
		width: 200px;
		padding: 20px 30px;
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.header {
		max-width: 70%;
		padding-top: 20px;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 20px;
		position: relative;
		z-index: 1;
	}
	.header-left {
		justify-content: space-between;
	}
	.header-descr {
		max-width: 100%;
	}
	.header-phone {
		flex-basis: 100%;
		text-align: center;
	}
	.header-phone, .header-phone .accent-green {
		color: #fff;
		font-size: 22px;
	}
}
@media (max-width: 840px) {
	.header {
		/* max-width: 360px; */
		row-gap: 15px;
		/* margin-bottom: 25px; */
	}
	.header-logo {
		max-width: 50px;
	}
	.header-descr {
		font-size: 13px;
		line-height: 1.1;
		letter-spacing: 0.4px;
	}
}
@media (max-width: 576px) {	
	.header {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 320px;
		padding: 20px 0 0;
	}
	.header-left {
		display: block;
		text-align: center;
		max-width: 100%;
	}
	.header-logo {
		margin-top: 5px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.header-descr {
		max-width: 320px;
		font-size: 14px;
		margin-bottom: 40px;
		height: 46px;
	}
	.header-phone, .header-phone .accent-green {
		color: #fff;
		font-size: 24px;
	}
}

.main-section {
	margin: -60px 20px 0;
	/* background-image: url("/pages/strana-pdd/images/main-bg.png"); */
	/* background-image: url("/pages/strana-pdd/images/main-bg-w-shadow-crop-opt.png"); */
	/* background-image: url("/pages/strana-pdd/images/main-bg-w-shadow-crop.webp"), radial-gradient(circle,rgba(248, 217, 25, 0.8) 0%, rgba(137, 188, 12, 0.9) 32%);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 220px 0 100px;
	aspect-ratio: 1880 / 960; */
	/* -webkit-mask-image: url("/pages/strana-pdd/images/main-mask.svg");
	mask-image: url("/pages/strana-pdd/images/main-mask.svg");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat; */
}
.header-sub-title {
	font-family: "Source Sans 3", sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}
.site-title {
	color: #fff;
	margin: 0 0 35px;
}
.site-title .reg {
	font-size: 40px;
	font-weight: 400;
	vertical-align: top;
}
.main-descr {
	text-align: center;
	margin-bottom: 30px;
}
.main-section .button-wrap {
	text-align: center;
}
.main-button {
	display: inline-block;
	text-decoration: none;
}
.main-support {
	height: 110px;
}
@media (max-width: 1650px) {
	.main-section {
		margin: -75px 20px 0;
	}
}
@media (max-width: 1399px) {
	.main-section {
		margin: -60px 20px 0;
		padding: 160px 0 100px;
	}
	.header-sub-title {
		font-size: 18px;
	}
	.site-title {
		font-size: 50px;
	}
	.text-wbg {
		font-size: 14px;
	}
	.form-btn.main-button {
		width: 230px;
		padding: 25px 30px;
		font-size: 16px;
	}
}
@media (max-width: 991px) {
	.main-section {
		margin: -90px 20px 0;
	}
	.header-sub-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.site-title {
		font-size: 38px;
		margin: 0 0 25px;
	}
	.main-descr {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.form-btn.main-button {
		width: 200px;
		padding: 15px 25px;
		font-size: 14px;
	}
}
@media (max-width: 840px) {
	.header-sub-title {
		font-size: 16px;
		margin-bottom: 0;
	}
	.site-title {
		font-size: 38px;
		margin: 0 0 25px;
	}
	.main-descr {
		font-size: 14px;
		margin-bottom: 20px;
	}
}
@media (max-width: 576px) {
	section.main-section {
		/* aspect-ratio: auto;
		height: 770px; */
		margin: -60px 20px 0;
		/* border-radius: 10px; */
		/* background-image: url("/pages/strana-pdd/images/mob/main-bg-orig.jpg"); */
		/* background-image: url("/pages/strana-pdd/images/mob/main-bg-orig.webp"); */
		/* background-position: center 80%;
		-webkit-mask-image: url("/pages/strana-pdd/images/mob/main.svg");
		mask-image: url("/pages/strana-pdd/images/mob/main.svg"); */
	}
	.site-title {
		font-size: 38px;
	}
	.site-title .reg {
		font-size: 55%;
		font-weight: 400;
		vertical-align: top;
	}
	.header-sub-title {
		font-size: 18px;
		letter-spacing: 3px;
	}
	.main-support {
		height: 220px;
	}
}


section.s1 {
	padding-top: 30px;
}
.s1-outside-1 {
	top: 0;
	right: 0;
	transform: translateY(-50%);
}
.s1-outside-2 {
	top: 0;
	left: 0;
	transform: translateY(20%);
}
.s1-outside-3 {
	top: 0;
	right: 0;
	transform: translateY(180%);
}
.s1-content-1 {
	margin-bottom: 80px;
}
.s1-content-title .title {
	margin-bottom: 30px;
}
.s1-logo-wrap {
	text-align: center;
}
.s1-content-1 .double-article-wrap {
	margin-top: -20px;
}
.double-article-wrap {
	background-color: #fff;
	display: flex;
	border-radius: 10px;
	position: relative;
	mask-image: radial-gradient(circle 30px at 50% 0%, transparent 99%, black 100%);
	-webkit-mask-image: radial-gradient(circle 30px at 50% 0%, transparent 30px, black 31px);
}
.double-article-item {
	padding: 40px 35px 30px;
	flex-basis: 50%;
}
.double-article-img {
	width: 100%;
	margin-bottom: 30px;
}
.double-article-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.double-article-text {
	margin-top: 10px;
	text-align: center;
}
.double-articles-devide {
	width: 1px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: repeating-linear-gradient(0deg, #0002, #0002 10px, transparent 10px, transparent 20px);
}
.s1-content-2 .title {
	margin-bottom: 75px;
}
.s1-content-2-wrap {
	display: flex;
	justify-content: space-between;
}
.s1-content-2-article {
	flex-basis: 285px;
}
.s1-content-2-mid {
	flex-basis: 50%;
}
.s1-cont-2-art-1,
.s1-cont-2-art-1 .double-article-title {
	text-align: left;
}
.s1-descr-2-text {
	font-size: 16px;
}
.s1-cont-2-art-2,
.s1-cont-2-art-2 .double-article-title {
	text-align: right;
}
.s1-article-img-wrap {
	position: relative;
}
.s1-atricle-plus {
	position: absolute;
	bottom: 27px;
}
.s1-cont-2-art-1 .s1-atricle-plus {
	left: 72px;
}
.s1-cont-2-art-2 .s1-atricle-plus {
	right: 71px;
}

@media (max-width: 1650px) {
	.s1-outside-1 {
		max-height: 250px;
		transform: translateY(-70%);
	}
	.s1-outside-2 {
		transform: translateY(80%);
		height: 400px;
		z-index: 1;
	}
}
@media (max-width: 1199px) {
	.s1-outside-1 {
		max-height: 200px;
		transform: translateY(-70%);
	}
	.s1-outside-2 {
		height: auto;
		transform: translateY(140%);
	}
	.s1-content-1 br {
		display: none;
	}
	.double-article-title {
		font-size: 14px;
	}
	.s1-content-2 .title {
		margin-bottom: 40px;
	}
	.s1-descr-2-text {
		font-size: 14px;
	}
	.s1-content-2-mid {
		padding-top: 100px;
	}
}
@media (max-width: 991px) {
	.s1-content-1 {
		margin-bottom: 60px;
	}
	.s1-content-2 .title {
		margin-bottom: 20px;
	}
}
@media (max-width: 840px) {
	.s1-outside-1 {
		max-height: 170px;
	}
}
@media (max-width: 767px) {
	.double-article-wrap {
		flex-wrap: wrap;
		padding-top: 20px;
	}
	.double-article-item {
		flex-basis: 100%;
	}
	.s1-cont-2-art-1, .s1-cont-2-art-1 .double-article-title {
		text-align: center;
	}
	.double-articles-devide {
		height: 510px;
		max-height: 320px;
		top: 50%;
		transform: translate(-50%, -50%) rotateZ(90deg);
	}
	.s1-content-2-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.s1-cont-2-art-1 {
		order: 0;
		text-align: center;
	}
	.s1-content-2-mid {
		order: 2;
		flex-basis: 90%;
		padding-top: 40px;
	}
	.s1-cont-2-art-2 {
		text-align: center;
		order: 1;
	}
	.s1-cont-2-art-2, .s1-cont-2-art-2 .double-article-title {
		text-align: center;
	}
}
@media (max-width: 576px) {
	section.s1 {
		padding-top: 60px;
	}
	.s1-outside-1 {
		/* height: 146px; */
		transform: translateY(-60%);
	}
	.s1-outside-2 {
		z-index: 1;
		transform: translateY(300%);
	}
	.s1-outside-3 {
		display: none;
	}
	.s1-content-1 {
		margin-bottom: 60px;
	}
	.double-article-wrap {
		padding-top: 20px;
		flex-wrap: wrap;
	}
	.double-article-item {
		flex-basis: 100%;
	}
	.double-article-img {
		height: 190px;
		object-fit: cover;
		border-radius: 10px;
	}
	.double-article-title, .s1-descr-2-text {
		font-size: 14px;
	}
	.s1-cont-2-art-1 .s1-descr-2-text {
		margin-bottom: 0;
	}
	.s1-cont-2-art-2 .s1-descr-2-text {
		margin-bottom: 30px;
	}
	/* .double-articles-devide {
		width: 100%;
		height: 1px;
		transform: rotateZ(90deg);
	} */
	.s1-content-2 .title {
		margin-bottom: 30px;
	}
	.s1-content-2-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}	
	.s1-cont-2-art-1 {
		order: 0;
	}
	.s1-cont-2-art-2 {
		order: 1;
	}
	.s1-content-2-mid {
		order: 2;
		flex-basis: 90%;
	}
	.s1-cont-2-art-1,
	.s1-cont-2-art-2 {
		flex-basis: 320px;
		margin-bottom: 0px;
	}
	.s1-cont-2-art-1, .s1-cont-2-art-1 .double-article-title,
	.s1-content-2-mid,
	.s1-cont-2-art-2, .s1-cont-2-art-2 .double-article-title {
		text-align: center;
	}
	.s1-cont-2-art-1 .s1-atricle-plus,
	.s1-cont-2-art-2 .s1-atricle-plus {
		left: 50%;
		transform: translateX(-50%);
	}
}

section.s2 {
	margin-top: -180px;
	position: relative;
	aspect-ratio: 1889 / 960;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background-image: url("/pages/strana-pdd/images/s2-bg.png"); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 98%;
}
section.s2.bg-loaded {
	/* background-image: url("/pages/strana-pdd/images/s2-bg.png"); */
	background-image: url("/pages/strana-pdd/images/s2-bg.webp");
}
.s2-title {
	color: #fff;
	margin-bottom: 40px;
	line-height: 1.05;
}
.title-reg {
	font-size: 40px;
	vertical-align: top;
}
.s2-text-wrap {
	text-align: center;
}
.s2-text-single {
	display: inline;
	padding: 5px;
	font-size: 17px;
	font-weight: 300;
	color: #1e1a17;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	background-color: #fff;
	border-radius: 10px;
}
.s2-text-single .reg {
	font-size: 12px;
	vertical-align: top;
}
@media (max-width: 1650px) {
	section.s2 {
		margin-top: -160px;
	}
}
@media (max-width: 1399px) {
	section.s2 {
		margin-top: -140px;
	}
}
@media (max-width: 1199px) {
	section.s2 {
		margin-top: -120px;
	}
}
@media (max-width: 991px) {
	section.s2 {
		margin-top: 0;
	}
	.title-reg {
		font-size: 70%;
	}
}
@media (max-width: 767px) {
	section.s2 {
		aspect-ratio: auto;
		margin: -50px 20px 0;
		padding: 140px 0 160px;
		/* background-image: url("/pages/strana-pdd/images/s2-bg-orig.jpg"); */
		background-size: cover;
		-webkit-mask-image: url("/pages/strana-pdd/images/mob/s2-mask-mob.svg");
		mask-image: url("/pages/strana-pdd/images/mob/s2-mask-mob.svg");
		-webkit-mask-size: 100%;
		mask-size: 100%;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
	}
	section.s2.bg-loaded {
		background-image: url("/pages/strana-pdd/images/s2-bg-orig.jpg");
	}
	.s2-title {
		line-height: 1.4;
	}
	.s2-text-single {
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	section.s2 {
		display: block;
		padding-top: 155px;
		margin-top: -40px;
		-webkit-mask-image: url(/pages/strana-pdd/images/mob/s2-mask-mob.svg);
		mask-image: url(/pages/strana-pdd/images/mob/s2-mask-mob.svg);
		-webkit-mask-size: cover;
		mask-size: cover;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
	}
	.s2-title {
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 30px;
	}
	.s2-title .title-reg {
		font-size: 20px;
	}
	.s2-text-single {
		font-size: 14px;
	}
	.s2-text-single .reg {
		font-size: 10px;
	}
}

.s3-outside-img-1 {
	top: 0;
	left: -20%;
	transform: translateY(-100px);
}
.s3-outside-img-2 {
	top: 0;
	right: 0;
	transform: translateY(460px);
}
.s3-title {
	margin-bottom: 30px;
}
.s3-item-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.s3-item-1 .s3-item-title,
.s3-item-2 .s3-item-title,
.s3-item-3 .s3-item-title,
.s3-item-4 .s3-item-title {
	margin-top: 40px;
	margin-left: 30px;
}
.s3-item-4 .s3-item-title {
	margin-bottom: 10px;
}
.s3-item-4 .s3-item-text {
	max-width: 240px;
	margin-top: 0;
	margin-left: 30px;
}
.s3-item-img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.s3-summary {
	max-width: 800px;
	margin: 50px auto 30px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.s3-bottom {
	text-align: center;
}
@media (max-width: 1650px) {
	.s3-outside-img-1 {
		left: -10%;
	}
	.s3-outside-img-2 {
		height: 140px;
	}
	.s3-bottom {
		padding: 0 20px;
	}
}
@media (max-width: 1399px) {
	.s3-outside-img-1 {
		left: -3%;
	}
	.s3-outside-img-2 {
		display: none;
	}
}
@media (max-width: 1199px) {
	.s3-outside-img-1 {
		left: 1%;
	}
}
@media (max-width: 991px) {
	.s3-outside-img-1 {
		max-height: 140px;
		transform: translateY(-80px);
	}
	.s3-summary {
		max-width: 640px;
	}
	.s3-summary br {
		display: none;
	}
}
@media (max-width: 767px) {
	.s3-outside-img-1 {
		max-height: 100px;
		transform: translateY(-50px);
		left: 5%;
	}
	.s3-title {
		padding-top: 60px;
	}
	.s3-item-5 .wide-article-text-wrap, .s3-item-5 .wide-article-img-wrap {
		flex-basis: 100%;
	}
	.s3-item-5 .wide-article-text-wrap {
		margin-bottom: 20px;
	}
	.s3-item-5 img {
		width: 100%;
	}
}
@media (max-width: 576px) {
	section.s3 {
		margin-bottom: 60px;
	}
	.s3-outside-img-1 {
		height: 100px;
		left: 40px;
		transform: translateY(-50px);
	}
	.s3-outside-img-2 {
		display: none;
	}
	.s3-item-5 {
		flex-wrap: wrap;
		padding: 30px;
	}
	.s3-item-5 .wide-article-text-wrap {
		padding: 0;
	}
	.s3-item-5 .s3-item-title {
		margin-bottom: 10px;
	}
	.s3-item-5 .s3-item-text {
		margin-bottom: 20px;
	}
	.s3-item-5 img {
		width: 100%;
		height: 180px;
		object-fit: cover;
		border-radius: 20px;
	}
	.wide-article-text-wrap, .wide-article-img-wrap {
		flex-basis: 100%;
	}
	.s3-summary {
		margin: 30px 0;
		font-size: 12px;
	}
}

.s3-content-grid {
	display: grid;
	grid-template-columns: 375px;
	grid-template-rows: 150px repeat(5, 128px) auto;
	/* grid-template-rows: 150px 125px 125px 180px auto; */
	gap: 20px;
	justify-content: center;
}

.s3-grid-item {
	background-color: #fff;
	border-radius: 18px;
	position: relative;
	overflow: hidden;
}
.s3-item-1,
.s3-item-4 {
	grid-row: span 2;
}
.s3-item-2 img,
.s3-item-3 img {
	width: 70%;
}
.s3-item-5 {
	flex-wrap: wrap;
}
@media (min-width: 640px) {
	.s3-content-grid {
		grid-template-columns: repeat(2, 300px);
		grid-template-rows: 140px 140px 180px auto;
	}
	.s3-item-4, .s3-item-5 {
		grid-column: span 2;
	}
	.s3-item-2 img, .s3-item-3 img, .s3-item-4 img {
		width: 60%;
	}
	.s3-item-5 img {
		height: auto;
	}
}
@media (min-width: 800px) {
	.s3-content-grid {
		grid-template-columns: repeat(2, 375px);
		grid-template-rows: 140px 140px 180px auto;
		justify-content: center;
	}
	.s3-item-3 {
		grid-area: 2 / 2;
	}
	.s3-item-4 {
		grid-area: 3 / 1 / 4 / 3;
	}
	.s3-item-5 {
		grid-column: span 2;
	}
	.s3-item-2 img, .s3-item-3 img {
		width: 65%;
	}
	.wide-article-img-wrap img {
		object-fit: cover;
		border-radius: 20px;
	}	
}
/* @media (min-width: 768px) {
	.s3-content-grid {
		grid-template-columns: 375px;
	}
} */
/* @media (min-width: 992px) {
	.s3-content-grid {
		grid-template-columns: repeat(2, 345px);
	}
} */
@media (min-width: 1200px) {
	.s3-content-grid {
		grid-template-columns: repeat(3, 375px);
		grid-template-rows: 125px 180px 1fr;
	}	
	.s3-item-1 {
		grid-row: span 2;
	}
	.s3-item-3 {
		grid-area: 1 / 3;
	}
	.s3-item-4 {
		grid-area: 2 / 2 / 3 / 4;
	}
	.s3-item-5 {
		grid-column: span 3;
	}
	
}


.kite-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: transform 2.2s;
	transform: translate(0, 0);
}
.kite-wrap .cover {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	user-select: none;
}
.s4-outside-1 {
	position: absolute;
	top: 110px;
	left: 0;
	width: 500px;
	height: 700px;	
	overflow: hidden;
}
.s4-outside-1:hover .kite-wrap {
	transform: translate(-100px, 0);
}
.s4-outside-1 img {
	position: absolute;
	animation: kite-1 8s linear infinite;
	filter: drop-shadow(10px 10px 15px #3336);
	transform: translate(0px, 0px);
}
@keyframes kite-1 {
	0% {
		transform: translate(0px, 0px);
	}
	30% {
		transform: translate(-20px, -10px);
	}
	70% {
		transform: translate(-14px, 20px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.s4-outside-2 {
	position: absolute;
	top: -10px;
	right: 0;
	width: 460px;
	height: 600px;
	overflow: hidden;
}
.s4-outside-2 img {
	position: absolute;
	animation: kite-2 10s linear infinite;
	filter: drop-shadow(10px 10px 10px #3334);
	transform: translate(0px, 0px);
}
.s4-outside-2:hover .kite-wrap {
	transform: translate(120px, -80px);
}
@keyframes kite-2 {
	0% {
		transform: translate(0px, 0px);
	}
	30% {
		transform: translate(25px, 10px);
	}
	70% {
		transform: translate(10px, -20px);
	}
	100% {
		transform: translate(0, 0);
	}
}
.s4-outside-3 {
	top: 0;
	left: -20%;
	transform: translateY(50px);
}
.s4-title {
	margin-bottom: 30px;
	line-height: 1.1;
}
.s4-title-descr {
	max-width: 815px;
	margin: 0 auto 40px;
	font-size: 16px;
	text-align: center;
}
.s4-subtitle {
	display: block;
	font-family: "Source Sans 3", sans-serif;
	font-size: 24px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}
.s4-subtitle-mob {
	display: none;
}
.s4-list-wrap {
	display: flex;
	column-gap: 50px;
	margin-bottom: 55px;
}
.s4-list-img-wrap {
	flex: 1;
}
.s4-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	/* display: flex;
	flex-wrap: wrap; */
	gap: 35px 30px;
	appearance: none;
	-webkit-appearance: none;
	list-style: none;
	padding-left: 0;
	margin: 0;
	flex: 1;
}
.s4-list-item {
	flex-basis: 28%;
}
.s4-li-img {
	margin-bottom: 25px;
}
.s4-li-text {
	color: #292c2d;
	font-size: 17px;
}
.s4-bottom {
	display: flex;
	background-color: #fff;
	border-radius: 18px;
	padding: 20px;
	position: relative;
	overflow: hidden;
}
.s4-bottom::before {
	content: "";
	position: absolute;
	top: 44px;
	left: -10px;
	width: 20px;
	height: 12px;
	background-color: var(--pdd-yellow);
	border-radius: 50%;
}
.s4-bottom-text-wrap,
.s4-bottom-img-wrap {
	flex: 1;
}
.s4-bottom-text-wrap {
	padding: 20px 70px 0 10px;
}
.s4-bottom-title {
	margin-bottom: 7px;
}
.s4-bottom-text {
	line-height: 1.5;
}
.s4-bottom-img-wrap {
	position: relative;
}
img.s4-bottom-logo {
	height: auto;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
@media (max-width: 1550px) {
	.s4-outside-1 {
		top: 200px;
		width: 350px;
		height: 500px;
	}
	.s4-outside-2 {
		top: 100px;
		width: 350px;
		height: 400px;
	}
	.s4-outside-2:hover .kite-wrap {
		transform: translate(120px, -50px);
	}
}
@media (max-width: 1300px) {
	.s4-outside-1 {
		width: 280px;
		height: 400px;
	}
	.s4-outside-2 {
		width: 280px;
		height: 320px;
	}
	.s4-outside-2:hover .kite-wrap {
		transform: translate(120px, -30px);
	}
}
@media (max-width: 991px) {
	.s4-outside-2 {
		width: 190px;
		height: 240px;
		top: 220px;
	}
	.s4-outside-2 img {
		height: 280px;
	}
	.s4-subtitle {
		display: none;
	}
	.s4-subtitle-mob {
		display: block;
	}
	.s4-list-wrap {
		flex-wrap: wrap;
		justify-content: center;
	}
	.s4-list-img-wrap {
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.s4-list {
		/* grid-template-columns: repeat(auto-fit, minmax(160px, 180px)); */
		grid-template-columns: repeat(3, 160px);
		place-content: center;
	}
}
@media (max-width: 767px) {
	section.s4 {
		padding-top: 60px;
	}
	.s4-outside-2 {
		top: 130px;
	}
	.s4-title-descr {
		max-width: 420px;
	}
	.s4-list {
		grid-template-columns: repeat(2, 160px);
		place-content: space-evenly;
	}
	.s4-bottom {
		flex-wrap: wrap;
		padding: 30px;
	}
	.s4-bottom-text-wrap, .s4-bottom-img-wrap {
		flex-basis: 100%;
	}
	.s4-bottom-text-wrap {
		padding: 0;
		margin-bottom: 20px;
	}
}
@media (max-width: 576px) {
	.s4-outside-1 {
		display: none;
	}
	.s4-outside-2 {
		top: -140px;
		right: 0;
		width: 160px;
		height: 300px;
	}
	.s4-outside-2:hover .kite-wrap {
		transform: translate(30px, 0px);
	}
	.s4-title {
		line-height: 1.3;
	}
	.s4-title-descr {
		max-width: 320px;
	}
	.s4-list-wrap {
		flex-wrap: wrap;
	}
	.s4-subtitle {
		margin: 30px auto;
		display: none;
	}
	.s4-subtitle-mob {
		display: block;
	}
	.s4-list-item {
		flex-basis: 100%;
		text-align: center;
	}
	.s4-bottom {
		flex-wrap: wrap;
		padding: 30px;
	}
	.s4-bottom-text-wrap, 
	.s4-bottom-img-wrap {
		flex: auto;
	}
	.s4-bottom-text-wrap {
		padding: 0 0 20px;
	}
	.s4-bottom-logo {
		display: none;
	}
	.s4-outside-3 {
		display: none;
	}
}
@media (max-width: 410px) {
	.s4-list {
		grid-template-columns: 160px;
	}
}

section.s5 {
	padding-top: 100px;
}
.s5-outside-1 {
	top: 0;
	right: 3%;
	transform: translateY(150px);
}
.s5-outside-2 {
	top: 0;
	left: -20%;
	transform: translateY(900px);
}
.s5-top {
	display: flex;
	margin-bottom: 120px;
}
.s5-title-wrap {
	flex-basis: 55%;
}
.s5-descr {
	flex-basis: 45%;
}
.s5-subtitle {
	font-family: "Source Sans 3", sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}
.s5-title {
	text-align: left;
}
.s5-descr {
	display: flex;
	padding: 20px 0 60px 40px;
}
.s5-descr-content {
	padding-left: 30px;
}
.s5-descr-title {
	font-weight: 600;
	text-transform: uppercase;
}
.s5-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.s5-list-item {
	flex-basis: 20%;
}
.s5-list-item:nth-child(even) {
	padding-top: 60px;
}
.s5-li-chain-wrap {
	position: relative;
}
.s5-chain-1,
.s5-chain-2,
.s5-chain-3 {
	position: absolute;
	left: 50%;
	top: 20px;
}
.s5-chain-2 {
	transform: rotateX(180deg);
	top: -105px;
}
.s5-list-item-img-wrap {
	position: relative;
}
.s5-li-star {
	width: 40px;
	height: 40px;
	background-image: url("/pages/strana-pdd/images/s5-list-item-star.png");
	color: #fff9;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	text-indent: -2px;
	position: absolute;
	top: -20%;
	left: 20%;
}
.s5-li-img {
	margin: 30px 0;
}
.s5-li-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.s5-li-text {
	font-size: 16px;
	margin-bottom: 7px;
}
.s5-list-item-link-more {
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.s5-articles-wrap {
	display: flex;
	background-color: #fff;
	border-radius: 10px;
}
.s5-article {
	flex: 1;
	padding: 40px 50px;
}
.s5-article:not(:last-child) {
	border-right: 1px solid var(--line-gray);
}
.s5-article-title {
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.s5-article p {
	margin: 25px 0 0;
}
@media (max-width: 1199px) {
	.s5-outside-1 {
		right: 0;
		transform: translateY(260px);
	}
	.s5-articles-wrap {
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 20px 0;
	}
	.s5-article {
		flex-basis: 386px;
		max-width: 386px;
		border-left: 1px solid var(--line-gray);
		border-radius: 15px;
	}
	.s5-article:last-child {
		border-right: 1px solid var(--line-gray);
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.s5-outside-1 {
		transform: translateY(-700px);
	}
	.s5-top {
		flex-wrap: wrap;
		row-gap: 50px;
	}
	.s5-title-wrap, .s5-descr {
		flex-basis: 100%;
	}
	.s5-li-title {
		font-size: 13px;
	}
	.s5-li-text {
		font-size: 14px;
	}
	.s5-article:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	section.s5 {
		padding-top: 60px;
	}
	.s5-outside-1 {
		transform: translateY(-900px);
	}
	.s5-list {
		flex-wrap: wrap;
		gap: 80px 30px;
		justify-content: space-around;
	}
	.s5-list-item {
		flex-basis: 40%;
	}
	.s5-list-item:nth-child(even) {
		padding-top: 0;
	}
	.s5-li-chain-wrap {
		display: none;
	}
}
@media (max-width: 576px) {
	section.s5 {
		padding-top: 60px;
	}
	.s5 .outside-images-wrap {
		max-width: 100%;
	}
	.s5-outside-1 {
		right: 0;
		transform: translateY(-1650px);
	}
	.s5-outside-2 {
		left: 0;
		transform: translateY(-900px);
	}
	.s5-top {
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.s5-top > div {
		flex-basis: 100%;
	}
	.s5-title-wrap {
		margin-bottom: 40px;
	}
	.s5-subtitle {
		letter-spacing: 1.2px;
	}
	.s5-list {
		flex-wrap: wrap;
		margin-bottom: 60px;
	}
	.s5-list-item {
		flex-basis: 100%;
		text-align: center;
	}
	.s5-li-chain-wrap {
		display: none;
	}
	.s5-li-star {
		width: 30px;
		height: 30px;
		font-size: 11px;
		background-size: cover;
		line-height: 30px;
		top: auto;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.s5-articles-wrap {
		flex-wrap: wrap;
		padding-top: 20px;
		padding-bottom: 60px;		
	}
	.s5-article {
		padding: 0 20px 0;
		text-align: center;
	}
	.s5-article:not(:last-child) {
		border-right: none;
	}
	.s5-article-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.s5-article img {
		width: 100%;
	}
	.s5-article p {
		margin: 20px 0;
	}
	.s5-article:not(:last-child)::after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: var(--line-gray);
		display: inline-block;
		vertical-align: top;
	}
}

.s5-descr {
	display: grid;
	grid-template-columns: 100px 1fr;
	gap: 20px;
	padding: 0;
}
.s5-descr-text {
	grid-column: span 2;
}
@media (min-width: 577px) {
	.s5-descr {
		grid-template-columns: 110px 1fr;
		grid-template-rows: auto auto;
		gap: 5px 30px;
	}
	.s5-descr img {
		grid-row: span 2;
	}
	.s5-descr-text {
		grid-column: 2;
		grid-row: 2;
	}
}

section.s6 {
	width: 100%;
	margin: -20px auto 0;
	/* background-image: url("/pages/strana-pdd/images/s6-bg.png"); */
	background-image: radial-gradient(circle,rgba(201, 176, 12, 0.8) 0%, rgba(104, 143, 7, 0.9) 32%);
	background-repeat: no-repeat;
	background-position: center;

	background-size: 98%;
	padding-top: 20%;
	aspect-ratio: 1880 / 960;
	text-align: center;
	mask-image: url("/pages/strana-pdd/images/s6-bg-mask.svg");
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 98%;
}
section.s6.bg-loaded {
	background-image: url("/pages/strana-pdd/images/s6-bg-orig.jpg"), radial-gradient(circle,rgba(201, 176, 12, 0.8) 0%, rgba(104, 143, 7, 0.9) 32%);
	/* background-image: url("/pages/strana-pdd/images/s6-bg.webp"), radial-gradient(circle,rgba(201, 176, 12, 0.8) 0%, rgba(104, 143, 7, 0.9) 32%); */
}
.s6-wrap {
	height: 100%;
}
.s6-subtitle {
	color: #fff;
	font-family: "Source Sans 3", sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-bottom: -10px;
}
.s6-subtitle span {
	font-size: 22px;
	vertical-align: top;
}
.s6-title {
	font-family: "Pacifico", cursive;
	font-size: 72px;
	margin-bottom: 40px;
}

@media (max-width: 1650px) {
	section.s6 {
		margin-top: 10px;
	}
}
@media (max-width: 1399px) {
	section.s6 {
		width: auto;
		margin: -20px 20px 0;
		/* background-image: url("/pages/strana-pdd/images/s6-bg-orig.jpg"); */
		background-size: cover;
		mask-image: url("/pages/strana-pdd/images/s6-bg-mask.svg");
	}
	section.s6.bg-loaded {
		background-image: url("/pages/strana-pdd/images/s6-bg-orig.jpg");
	}
	.s6-subtitle {
		font-size: 20px;
	}
	.s6-subtitle span {
		font-size: 14px;
	}
	.s6-title {
		font-size: 50px;
	}
}
@media (max-width: 991px) {
	section.s6 {
		padding-top: 10%;
	}
}
@media (max-width: 767px) {
	section.s6 {
		aspect-ratio: unset;
		padding: 120px 0;
	}
}
@media (max-width: 576px) {
	section.s6 {
		/* height: 670px; */
		padding: 240px 0 260px;
		-webkit-mask-image: url("/pages/strana-pdd/images/mob/s6-mask.svg");
		mask-image: url("/pages/strana-pdd/images/mob/s6-mask.svg");
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: 100%;
		mask-size: 100%;
	}
	.s6-wrap {
		text-align: center;
	}
	.s6-subtitle {
		margin-top: -80px;
		font-size: 18px;
		margin-bottom: 0;
		letter-spacing: 1.4px;
	}
	.s6-title {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
}

section.s7 {
	padding: 90px 0 100px;
}
.s7-title-wrap {
	text-align: center;
	margin-bottom: 35px;
}
.s7-subtitle span {
	font-size: 13px;
	vertical-align: super;
}
.s7-title-descr {
	font-size: 16px;
	width: 530px;
	margin: 40px auto 0;
}
.s7-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 60px;
	margin-bottom: 100px;
}
.s7-list-item {
	width: 25%;
	flex-grow: 1;
}
.s7-li-num, .s7-li-text {
	display: inline-block;
}
.s7-li-num {
	width: 78px;
	height: 78px;
	line-height: 78px;
	font-weight: 600;
	text-align: center;
	background-color: var(--pdd-yellow);
	vertical-align: middle;
	border-radius: 11px;
	margin-right: 16px;
}
.s7-li-text {
	max-width: 70%;
	vertical-align: top;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.s7-content-wrap {
	position: relative;
}
.s7-skills-wrap {
	width: 100%;
	padding: 35px 50px 35px 30px;
	background-color: #89bc0c;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 54px;
}
.s7-skills-descr {
	width: 60%;
	background-color: #f9dd2d;
	color: #0f1a2e;
	padding: 35px 65px 30px 40px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 300;
}
.s7-skills-descr strong {
	font-weight: 500;
}
.s7-skills-question {
	width: 20%;
	text-align: right;
}
.s7-skills-question p {
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}
.s7-skills-list {
	padding-left: 25px;
}
.s7-skills-li {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.6;
	text-transform: uppercase;
}
.s7-skills-li::before {
	content: "\2714";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: var(--pdd-yellow);
	color: #2b2b2b;
	font-size: 7px;
	line-height: 13px;
	text-align: center;
	padding-left: 1px;
	border-radius: 50%;
	margin-right: 15px;
	vertical-align: middle;
}
.s7-sckills-img {
	position: absolute;
	top: 3%;
	right: -5%;
}
@media (max-width: 1399px) {
	.s7-content-wrap {
		overflow: hidden;
	}
	.s7-sckills-img {
		right: -4%;
	}
}
@media (max-width: 1199px) {
	.s7-skills-descr {
		width: 590px;
		max-width: 75%;
	}
	.s7-skills-question {
		width: 170px;
	}
	.s7-sckills-img {
		width: 70%;
		top: 30%;
		right: -4%;
	}
}
@media (max-width: 1199px) {
	.s7-list-item {
		width: 40%;
	}
}
@media (max-width: 767px) {
	section.s7 {
		padding: 60px 0;
	}
	.s7-title-descr {
		max-width: 420px;
	}
	.s7-content-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.s7-list {
		max-width: 420px;
		flex-wrap: wrap;
		margin: 0 auto 60px;
		order: 1;
	}
	.s7-list-item {
		width: 100%;
	}
	.s7-skills-wrap {
		padding: 30px;
		margin-bottom: 30px;
	}
	.s7-skills-descr {
		width: 100%;
		max-width: none;
	}
	.s7-skills-question.dt {
		display: none;
	}
	.s7-sckills-img {
		position: static;
		order: 1;
		margin-bottom: 0;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.s7-question-mob {
		display: block;
		order: 2;
		width: 100%;
		max-width: 280px;
		margin-top: 0;
		margin-bottom: 20px;
		padding-left: 30px;
		font-size: 20px;
		font-weight: 500;
		color: #2B2B2B;
		text-transform: uppercase;
		text-align: left;
	}
	.s7-skills-list {
		order: 3;
	}
}
@media (max-width: 576px) {
	section.s7 {
		padding: 60px 0 60px;
	}
	.s7-title-wrap {
		margin-bottom: 30px;
	}
	.s7-subtitle {
		font-size: 16px;
	}
	.s7-title-descr {
		width: 100%;
		font-size: 14px;
		margin: 30px auto 0;
	}
	.s7-list {
		margin-bottom: 54px;
	}
	.s7-list-item {
		width: 100%;
	}
	.s7-li-num {
		width: 50px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
	}
	.s7-li-text {
		font-size: 14px;
		vertical-align: middle;
	}
	.s7-content-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.s7-skills-wrap {
		padding: 20px;
		margin-bottom: 10px;
	}
	.s7-skills-descr {
		width: 100%;
		padding: 20px;
		font-size: 14px;
		order: 0;
	}
	.s7-sckills-img {
		position: static;
		order: 1;
		margin-bottom: 10px;
	}
	.s7-skills-logo.mob {
		order: 2;
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translateX(-50%);
	}
	.s7-question-mob {
		order: 3;
		width: 100%;
		max-width: 280px;
		margin: 10px auto;
		font-size: 20px;
		font-weight: 500;
		color: #2B2B2B;
		text-transform: uppercase;
		text-align: left;
	}
	.s7-skills-list {
		order: 4;
		padding-left: 0;
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	.s7-skills-li {
		font-size: 12px;
		letter-spacing: 5%;
	}
	.s7-skills-li::before {
		margin-right: 10px;
	}
}

section.s8 {
	width: 100%;
}
.s8-outside-1 {
	top: 0;
	right: 0;
	transform: translateY(-70%);
}
.s8-outside-2 {
	top: 0;
	left: 0;
	z-index: -1;
	transform: translateY(1%);
}
.s8-title-wrap {
	width: 100%;
	padding-top: 105px;
	border-radius: 20px;
	border: 1px solid #0001;
	text-align: center;
	border-bottom: 0;
	position: relative;
}
.s8-title-wrap::before, 
.s8-title-wrap::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 50%;
	background-color: #f8f8f6;
}
.s8-title-wrap::before {
	bottom: 0;
	left: -10px;
}
.s8-title-wrap::after {
	right: -10px;
	bottom: 0;
}
.s8-title-descr {
	width: 640px;
	margin: 20px auto 40px;
	font-size: 16px;
}
.s8-articles-wrap {
	margin-top: -20px;
	background-color: #fff;
	display: flex;
	border-radius: 10px;
	position: relative;
	mask-image: radial-gradient(circle 30px at 50% 0%, transparent 99%, black 100%);
  -webkit-mask-image: radial-gradient(circle 30px at 50% 0%, transparent 30px, black 31px);
	z-index: -1;
}
.s8-articles-wrap::before, 
.s8-articles-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
}
.s8-articles-wrap::before {
  left: calc(50% - 30px - 16px);
	background: radial-gradient(circle at 0% 100%, transparent 20px, #f8f8f6 21px);
}
.s8-articles-wrap::after {
	right: calc(50% - 30px - 16px);
  background: radial-gradient(circle at 100% 100%, transparent 20px, #f8f8f6 21px);
}
.s8-article {
	padding: 40px 35px 30px;
	flex-basis: 50%;
}
.s8-article-img {
	width: 100%;
	margin-bottom: 35px;
}
.s8-articles-devide {
	width: 1px;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: repeating-linear-gradient(0deg, #0002, #0002 10px, transparent 10px, transparent 20px);
}
.s8-article-title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.s8-article-text {
	margin-top: 10px;
	text-align: center;
}
@media (max-width: 1900px) {
	.s8-outside-2 {
		max-height: 500px;
		transform: translateY(30%);
	}
}
@media (max-width: 1650px) {
	.s8-outside-2 {
		max-height: 350px;
		transform: translateY(90%);
	}
}
@media (max-width: 1399px) {
	.s8-outside-1 {
		max-height: 300px;
	}
}
@media (max-width: 767px) {
	.s8-title-descr {
		max-width: 90%;
		margin: 30px auto 40px;
	}
	.s8-article.double-article-item {
		flex-basis: 100%;
	}
	.s8-articles-devide.double-articles-devide {
		height: 510px;
		top: 50%;
		transform: translate(-50%, -50%) rotateZ(90deg);
	}
}
@media (max-width: 576px) {
	.s8-outside-2 {
		display: none;
	}
	.s8-title-wrap {
		padding-top: 0;
		border: none;
	}
	.s8-title-wrap::before,
	.s8-title-wrap::after {
		display: none;
	}
	.s8-subtitle {
		margin-bottom: 10px;
	}
	.s8-title-descr {
		width: 100%;
		margin: 20px 0 30px;
		font-size: 14px;
	}
	.s8-article {
		flex-basis: 100%;
		padding: 40px 30px 30px;
	}
	.s8-articles-devide {
		width: 1px;
		height: 320px;
		transform: translateY(-110%) rotate(90deg);
	}
}

section.s9 {
	aspect-ratio: 1880 / 1300;
	padding-top: 230px;
	margin: -40px 20px 0;
	/* background-image: url("/pages/strana-pdd/images/s9-bg-opt.png"); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	text-align: center;
	/* background-image: url("/pages/strana-pdd/images/s9-bg-orig.jpg"); */
	background-size: cover;
	-webkit-mask-image: url("/pages/strana-pdd/images/s9-mask.svg");
	mask-image: url("/pages/strana-pdd/images/s9-mask.svg");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
section.s9.bg-loaded {
	/* background-image: url("/pages/strana-pdd/images/s9-bg-opt.png"); */
	background-image: url("/pages/strana-pdd/images/s9-bg-orig.jpg");
}
.s9-title-wrap {
	max-width: 780px;
	margin: 0 auto 60px;
}
.s9 .title {
	margin-bottom: 45px;
	text-indent: -30px;
}
.s9-center-info {
	width: 1195px;
	display: flex;
	justify-content: space-between;
	background-color: var(--pdd-yellow);
	border-radius: 25px;
	text-align: left;
	font-family: "Source Sans 3";
	font-weight: 300;
	font-size: 24px;
	margin: 0 auto 50px;
}
.s9-center-l {
	padding: 55px 0 60px 55px;
	flex-basis: 42%;
}
.s9-center-img {
	flex-basis: 25%;
	position: relative;
}
.s9-center-img img {
	position: absolute;
}
.s9-center-main-img {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 410px;
	max-width: none;
}
.s9-center-star-img {
	left: 43%;
	bottom: -20px;
}
.s9-center-r {
	padding: 55px 60px 55px 0;
	flex-basis: 35%;
}
.s9-descr {
	max-width: 970px;
	font-family: "Source Sans 3", sans-serif;
	font-size: 19px;
	margin: 0 auto 20px;
}
.s9-descr span {
	font-size: 28px;
	vertical-align: middle;
	line-height: 18px;
}
@media (max-width: 1760px) {
	section.s9 {
		padding-top: 130px;
	}
}
@media (max-width: 1620px) {
	.s9-title-wrap {
		margin: 0 auto 40px;
	}
	.s9 .title {
		font-size: 50px;
		margin-bottom: 30px;
	}
	.s9 .subtitle {
		font-size: 16px;
	}
	.s9-center-info {
		margin: 0 auto 40px;
	}
	.s9-descr {
		font-size: 17px;
	}
}
@media (max-width: 1500px) {
	section.s9 {
		aspect-ratio: auto;
		margin: -40px 20px 0;
		background-size: cover;
		padding-bottom: 80px;
	}
}
@media (max-width: 1199px) {
	.s9-center-info {
		max-width: 90%;
		font-size: 20px;
	}
	.s9-center-l {
		padding: 35px 0 60px 40px;
		flex-basis: 35%;
	}
	.s9-center-img {
		flex-basis: 30%;
	}
	.s9-center-main-img {
		bottom: 0;
		width: 350px;
		max-width: none;
	}
	.s9-center-star-img {
		bottom: -30px;
	}
	.s9-center-r {
		padding: 35px 40px 60px 0;
		flex-basis: 35%;
	}
	.s9-descr {
		max-width: 920px;
		font-size: 17px;
	}
}
@media (max-width: 1050px) {
	section.s9 {
		margin: -20px 20px 0;
	}
}
@media (max-width: 991px) {
	.s9-center-info {
		font-size: 18px;
	}
	.s9-center-l {
		padding: 30px 0 30px 20px;
		flex-basis: 35%;
	}
	.s9-center-img {
		flex-basis: 20%;
	}
	.s9-right {
		padding: 35px 40px 40px 0;
		flex-basis: 43%;
	}
	.s9-descr {
		max-width: 680px;
	}
	.s9-descr br {
		display: none;
	}
}
@media (max-width: 767px) {
	section.s9 {
		margin: 40px 20px 0;
		/* background-image: url("/pages/strana-pdd/images/s9-bg-orig.jpg"); */
		background-size: cover;
		padding-bottom: 80px;
		border-radius: 15px;
		-webkit-mask-image: url("/pages/strana-pdd/images/mob/s9-mask-mob.svg");
		mask-image: url("/pages/strana-pdd/images/mob/s9-mask-mob.svg");
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: 100%;
		mask-size: 100%;
	}
	section.s9.bg-loaded {
		background-image: url("/pages/strana-pdd/images/s9-bg-orig.jpg");
	}
	.s9-title-wrap {
		max-width: 480px;
	}
	.s9 .title {
		line-height: 1.3;
		margin-bottom: 60px;
		font-size: 30px;
	}
	.s9 .subtitle {
		font-size: 20px;
		line-height: 2;
	}
	.s9 .subtitle br {
		display: inline;
	}
	.s9-center-info {
		max-width: 440px;
		flex-direction: column;
		padding: 30px 30px 0;
		font-size: 22px;
		margin-bottom: 60px;
	}
	.s9-center-img {
		order: 1;
	}
	.s9-center-l, .s9-center-img, .s9-center-r {
		flex-basis: 100%;
	}
	.s9-center-l {
		padding: 0;
		margin-bottom: 30px;
	}
	.s9-center-r {
		padding: 0;
	}
	.s9-center-img .s9-center-main-img {
		position: relative;
		width: 115%;
		bottom: -10px;
	}
	.s9-descr {
		max-width: 420px;
		font-size: 19px;
		margin-bottom: 40px;
	}
}
@media (max-width: 576px) {
	section.s9 {
		height: 1390px;
		/* background-image: url("/pages/strana-pdd/images/mob/s9-bg.png"); */
		margin-top: 60px;
		padding-top: 60px;
	}
	.s9-title-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 320px;
		margin-bottom: 45px;
	}
	.s9 .title {
		order: 1;
		text-indent: 0;
		line-height: 1.6;
		margin-bottom: 0;
	}
	.s9 .subtitle {
		order: 0;
		font-size: 16px;
		line-height: 2;
	}
	.s9-center-info {
		width: 100%;
		max-width: 280px;
		flex-wrap: wrap;
		font-size: 16px;
		margin-bottom: 60px;
	}
	.s9-center-l {
		order: 0;
		flex-basis: 100%;
		padding: 0;
	}
	.s9-senter-r {
		order: 1;
		flex-basis: 100%;
		padding: 0 20px;
	}
	.s9-center-img {
		order: 2;
		flex-basis: 100%;
	}
	.s9-center-img .s9-center-main-img {
		position: static;
		margin-bottom: -6px;
		transform: translateX(0);
	}
	.s9-center-star-img {
		left: 50%;
		transform: translateX(-50%);
		bottom: -40px;
	}
	.s9-descr {
		max-width: 320px;
		font-size: 16px;
		margin-bottom: 30px;
	}
	.s9-descr .material-info {
		margin-bottom: 20px;
	}
	.s9-info-text {
		font-size: 14px;
		margin: 0;
	}
}

.s10-outside-1 {
	top: 0;
	left: 90px;
	transform: translateY(-50%);
}
.s10-outside-2 {
	top: 0;
	right: 0;
	transform: translateY(200px);
}
.s10-title {
	margin-bottom: 50px;
	line-height: 1.2;
}
.s10-slider-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 50px;
}
@media (max-width: 1399px) {
	.s10-outside-1 {
		height: 250px;
		left: 50px;
	}
	.s10-outside-2 {
		height: 260px;
	}
}
@media (max-width: 1100px) {
	.s10-outside-1 {
		height: 170px;
		left: 20px;
	}
	.s10-outside-2 {
		height: 180px;
	}
}
@media (max-width: 991px) {
	.s10-outside-1, .s10-outside-2 {
		height: 120px;
	}
}
@media (max-width: 767px) {
	.s10-title {
		padding-top: 60px;
	}
}
@media (max-width: 576px) {
	.s10-outside-1,
	.s10-outside-2 {
		display: none;
	}
	.s10-title {
		margin-bottom: 30px;
	}
	.s10-slider-wrap {
		column-gap: 10px;
	}
	.slider-current {
		max-width: 220px;
	}
	.slider-prev-btn, 
	.slider-next-btn {
		width: 40px;
		height: 40px;
	}
}

section.s11 {
	min-height: 720px;
	padding: 75px 0 100px;
}
.s11-outside-1 {
	top: 0;
	left: 0;
	transform: translateY(-20%);
}
.s11 .title {
	line-height: 1.2;
	margin-bottom: 40px;
}
.accordeon {
	border-top: 1px solid rgba(61, 78, 81, 0.1);
	display: flex;
	column-gap: 44px;
}
.accordeon a {
	color: var(--accent-green);
}
.accordeon > div {
	flex-basis: 50%;
}
.accord-cell {
	border-bottom: 1px solid rgba(61, 78, 81, 0.1);
}
.accord-head {
	padding: 40px 80px 40px 45px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}
.accord-cell .accord-body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.7s ease-out;
	overflow: hidden;
}
.accord-cell.opened .accord-body {
	grid-template-rows: 1fr;
}
.accordion-body-content {
	overflow: hidden;
}
.accordion-body-content .accord-text-wrap {
	padding: 0 30px 60px 45px;
}
.accord-sign {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.accord-plus, .accord-minus {
	color: #3b3b3b;
}
.accord-plus {
	display: inline;
}
.accord-minus {
	display: none;
}
.accord-cell.opened .accord-plus {
	display: none;
}
.accord-cell.opened .accord-minus {
	display: inline;
}
@media (max-width: 1700px) {
	.s11-outside-1 {
		height: 300px;
	}
}
@media (max-width: 1399px) {
	.s11-outside-1 {
		height: 230px;
	}
	.accord-head {
		padding: 30px 60px 30px 35px;
	}
	.accordion-body-content .accord-text-wrap {
		padding: 0 30px 50px 35px;
	}
}
@media (max-width: 991px) {
	.s11-outside-1 {
		height: 180px;
		transform: translateY(-120px);
	}
	.accord-head {
		font-size: 14px;
	}
	.accord-text-wrap {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.accordeon {
		flex-wrap: wrap;
		column-gap: normal;
	}
	.accordeon > div {
		flex-basis: 100%;
	}
}
@media (max-width: 576px) {
	section.s11 {
		padding: 60px 0 30px;
	}
	.s11 .title {
		margin-bottom: 30px;
	}
	.accordeon {
		flex-wrap: wrap;
		column-gap: 0;
	}
	.accordeon > div {
		flex-basis: 100%;
	}
	.accord-head {
		font-size: 14px;
		padding: 20px 45px 20px 0;
	}
}

.s12-wrap {
	max-width: 1410px;
	height: 385px;
	margin: 0 auto;
	padding: 25px 115px 50px 0;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}
.s12-manager-img {
	position: absolute;
	left: -20px;
	bottom: 0;
}
.s12-title .title {
	text-align: left;
	margin-bottom: 25px;
}
.s12-text {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 45px;
}
.s12-form-wrap {
	margin-bottom: 25px;
}
.s12-legal {
	width: 325px;
	font-size: 12px;
	color: #95959d;
	text-align: center;
}
.customer-name,
.customer-phone {
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	color: var(--dark-black);
	width: 280px;
	padding: 35px 40px;
	border-radius: 47px;
	margin-right: 15px;
	background-color: #f9f9f9;
	border: none;
	outline: none;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.04);
}
.customer-name:focus,
.customer-name:focus-visible,
.customer-name:focus-within,
.customer-name:active,
.customer-phone:focus,
.customer-phone:focus-visible,
.customer-phone:focus-within,
.customer-phone:active,
.form-btn:focus,
.form-btn:focus-visible,
.form-btn:focus-within,
.form-btn:active {
	border: none;
	outline: none;
}
.customer-name::placeholder ,
.customer-phone::placeholder {
	color: #6C6C6C;
	font-size: 16px;
}
.customer-name-lbl,
.customer-phone-lbl {
	position: relative;
}
.customer-name-lbl::after,
.customer-phone-lbl::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 50px;
}
.customer-name-lbl::after {
	background-image: url("/pages/strana-pdd/images/user.svg");
}
.customer-phone-lbl::after {
	background-image: url("/pages/strana-pdd/images/phone-2.svg");
}
.form-btn {
	-webkit-appearance: none;
	appearance: none;
	width: 325px;
	background-color: var(--pdd-yellow);
	color: #6f530d;
	padding: 35px 40px;
	border-radius: 47px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 1450px) {
	.s12-wrap {
		max-width: 1160px;
		padding: 25px 40px 50px 40px;
	}
	.s12-manager-img {
		height: 240px;
	}
}
@media (max-width: 1199px) {
	.s12-wrap {
		max-width: 920px;
		height: auto;
		padding: 40px 50px 40px 50px;
	}
	.s12-manager-img {
		height: 400px;
	}
	.s12-form-wrap {
		max-width: 50%;
	}
	.customer-name, .customer-phone {
		width: 100%;
		margin-bottom: -10px;
	}
	.s12-form-wrap .form-btn {
		width: 100%;
	}
	.customer-name-lbl, .customer-phone-lbl {
		display: inline-block;
		width: 100%;
		height: 0;
	}
	.customer-name-lbl::after, .customer-phone-lbl::after {
		top: -60px;
		right: 45px;
	}
}
@media (max-width: 991px) {
	.s12-wrap {
		max-width: 740px;
	}
	.s12-manager-img {
		height: 340px;
	}
}
@media (max-width: 767px) {
	.s12-outside-1{
		display: inline;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.s12-wrap {
		max-width: 540px;
		text-align: center;
		padding: 40px 50px 0px 50px;
		align-items: center;
	}
	.s12-title .title {
		text-align: center;
	}
	.s12-manager-img {
		position: static;
		order: 1;
		object-fit: cover;
	}
	.s12-form-wrap {
		max-width: 360px;
	}
	.s12-legal {
		margin-bottom: 20px;
	}
}
@media (max-width: 576px) {
	section.s12 {
		padding: 30px 0;
	}
	.s12-outside-1 {
		top: 0;
		left: 0;
		transform: translateY(20px);
		z-index: 1;
	}
	.s12-wrap {
		width: 100%;
		max-width: 320px;
		height: 920px;
		padding: 20px;
		align-items: center;
	}
	.s12-title {
		margin-bottom: 30px;
	}
	.s12-title .title {
		text-align: center;
		font-size: 28px;
		margin-bottom: 20px;
	}
	.s12-text {
		text-align: center;
		margin: 0;
	}
	.s12-form-wrap {
		max-width: 100%;
		margin: 0;
	}
	.customer-name, .customer-phone {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.customer-phone {
		margin-bottom: 30px;
	}
	.customer-name-lbl, .customer-phone-lbl {
		position: absolute;
		right: 0;
	}
	.customer-name-lbl::after, .customer-phone-lbl::after {
		right: 50px;
		top: -80px;
	}
	.s12-form-wrap .form-btn {
		max-width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}
}

footer {
	padding: 50px 0px;
}
footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-left,
.footer-right {
	flex-basis: 50%;
}
.footer-left {
	display: inline-flex;
	align-items: center;
}
.footer-right {
	padding-left: 55px;
}
.footer-text {
	color: #0f1a2e;
	font-size: 16px;
	line-height: 22px;
	padding-left: 42px;
}
.footer-text b {
	font-weight: 700;
}
.ru-flag svg {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.footer-policy-link {
	text-decoration: none;
	border-bottom: 1px solid rgba(137, 188, 12, 0.2);
	line-height: 1.4;
}
@media (max-width: 991px) {
	.footer-text, .footer-policy-link {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	footer {
		padding: 20px 0;
	}
	.footer-left {
		flex-basis: 80%;
	}
	.footer-right {
		flex-basis: 20%;
	}
}
@media (max-width: 576px) {
	footer {
		padding: 30px 0 40px;
	}
	footer .container {
		flex-direction: column;
	}
	.footer-left, .footer-right {
		flex-basis: 100%;
	}
	.footer-left {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-text {
		width: 100%;
		margin: 0;
		padding-left: 0;
		text-align: center;
	}
	.footer-right {
		width: 100%;
		padding-left: 0;
		text-align: left;
	}
}
