/* standart page */

:root {
	--white: #ffffff;
	--dark: #0E0E0E;
	--blue: #0075FE;
	--gray: #7F8087;
	--light-blue: #0EB7FF;
	--light-gray: #F2F2F3;
	--line-gray: #E2E2E2;
}

section.standart-page {
	padding: 8.34vw 0 8.88vw;
	font-size: 1.39vw;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page > .container > *,
#wysiwyg > p,
#wysiwyg > img,
#wysiwyg > ol,
#wysiwyg > ul,
#wysiwyg > blockquote,
#wysiwyg > h1,
#wysiwyg > h2,
#wysiwyg > h3,
#wysiwyg > h4,
#wysiwyg > h5,
#wysiwyg > h6,
#wysiwyg > div {
	max-width: 66%;
}

#wysiwyg p,
#wysiwyg ol,
#wysiwyg ul,
#wysiwyg blockquote,
#wysiwyg h1,
#wysiwyg h2,
#wysiwyg h3,
#wysiwyg h4,
#wysiwyg h5,
#wysiwyg h6,
#wysiwyg div {
	font-family: 'Inter', sans-serif;
	font-size: 1.39vw;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page h1,
#wysiwyg h1 {
	margin-top: 3.34vw;
	margin-bottom: 1.67vw;
	font-size: 2.78vw;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -0.8px;
}

section.standart-page h1:first-child,
#wysiwyg h1:first-child {
	margin-top: 0;
}

section.standart-page h2,
#wysiwyg h2 {
	margin-top: 3.34vw;
	margin-bottom: 1.67vw;
	font-size: 2.11vw;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.8px;
}

section.standart-page h2:first-child,
#wysiwyg h2:first-child {
	margin-top: 0;
}

section.standart-page h3,
#wysiwyg h3 {
	margin-top: 3.34vw;
	margin-bottom: 1.67vw;
	font-size: 1.67vw;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page h3:first-child,
#wysiwyg h3:first-child {
	margin-top: 0;
}

section.standart-page h4,
#wysiwyg h4 {
	margin-top: 3.34vw;
	margin-bottom: 1.67vw;
	font-size: 1.39vw;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page h4:first-child,
#wysiwyg h4:first-child {
	margin-top: 0;
}

section.standart-page h5,
#wysiwyg h5 {
	margin-top: 3.34vw;
	margin-bottom: 1.67vw;
	font-size: 1.11vw;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page h5:first-child,
#wysiwyg h5:first-child {
	margin-top: 0;
}

section.standart-page h6,
#wysiwyg h6 {
	margin-top: 3.34vw;
	margin-bottom: 1.67vw;
	font-size: 0.97vw;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page h6:first-child,
#wysiwyg h6:first-child {
	margin-top: 0;
}

section.standart-page p,
#wysiwyg p {
	margin-top: 1.67vw;
	font-size: 1.39vw;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page p:first-of-type,
#wysiwyg p:first-of-type {
	margin-top: 0;
}

section.standart-page img,
#wysiwyg img {
	width: 100%;
	height: 33.4vw;
	margin-top: 3.34vw;
	border-radius: 0.83vw;
	overflow: hidden;
	object-fit: cover;
}

section.standart-page img:first-child,
#wysiwyg img:first-child {
	margin-top: 0;
}

section.standart-page ol,
#wysiwyg ol {
	padding-left: 2vw;
	margin: 1.67vw 0;
	font-size: 1.39vw;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page ol:first-child,
#wysiwyg ol:first-child {
	margin-top: 0;
}

section.standart-page ul,
#wysiwyg ul {
	padding-left: 2vw;
	margin: 1.67vw 0;
	font-size: 1.39vw;
	line-height: 140%;
	letter-spacing: -0.7px;
	list-style-type: disc;
}

section.standart-page ul:first-child,
#wysiwyg ul:first-child {
	margin-top: 0;
}

section.standart-page .video-wrapper,
#wysiwyg .video-wrapper {
	margin: 3.34vw 0;
}

section.standart-page .video-wrapper .iframe-wrapper,
#wysiwyg .video-wrapper .iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	border-radius: 0.83vw;
	overflow: hidden;
}

section.standart-page .video-wrapper iframe,
#wysiwyg .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

section.standart-page .video-wrapper p,
#wysiwyg .video-wrapper p {
	margin-top: 1.11vw;
	text-align: center;
	font-size: 0.97vw;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page blockquote,
#wysiwyg blockquote {
	margin: 3.34vw 0;
	padding-left: 1.67vw;
	border-left: 2px solid var(--light-blue);
}

section.standart-page blockquote:first-child,
#wysiwyg blockquote:first-child {
	margin-top: 0;
}

section.standart-page blockquote:last-child,
#wysiwyg blockquote:last-child {
	margin-bottom: 0;
}

section.standart-page blockquote p,
#wysiwyg blockquote p {
	font-size: 2.11vw;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.8px;
}

section.standart-page blockquote cite,
#wysiwyg blockquote cite {
	margin-top: 2.22vw;
	display: block;
	font-size: 1.39vw;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.7px;
}

section.standart-page blockquote footer,
#wysiwyg blockquote footer {
	margin-top: 0.55vw;
	color: var(--gray);
	font-size: 1.11vw;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.7px;
}

@media (max-width: 768px) {
	section.standart-page {
		padding: 120px 0 128px;
	}
}

@media (max-width: 600px) {
	section.standart-page {
		padding: 104px 0 80px;
	}
}
