:root {
	--color-accent: #1B2158;
	--color-black: #343D5B;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
section {
	position: relative;
}

body {
	font-family: 'Montserrat', sans-serif;
	color: var(--color-black);
	padding-top: 111px;
	padding-bottom: 111px;
}

.wrapper {
	max-width: calc(1024px + 12px + 12px);
	padding-right: 12px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
}

b,
strong {
	font-weight: 700;
}

.g__text.type-h1, h1 {
	font-size: 45px;
	font-weight: 600;
	line-height: 110%;
}

.g__text.type-h2, h2 {
	font-size: 27px;
	font-weight: 600;
	line-height: 110%;
}

.g__text.type-h3, h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 110%;
}

.g__text.type-h4, h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 110%;
}

.g__text.type-h5, h5 {
	font-size: 20px;
	font-weight: 500;
	line-height: 110%;
}

.g__text.type-h6, h6 {
	font-size: 16px;
	font-weight: 500;
	line-height: 110%;
}

.g__text.type-p, p {
	font-size: 14px;
	line-height: 143%;
}

.g__wysiwyg_editor {
	position: relative;
}

.g__wysiwyg_editor > *:nth-child(1) {
	margin-top: 0px !important;
}

.g__wysiwyg_editor > *:nth-last-child(1) {
	margin-bottom: 0px !important;
}

.g__wysiwyg_editor img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 28px;
	margin-bottom: 28px;
}

.g__wysiwyg_editor > ul {
	margin-top: 28px;
	margin-bottom: 28px;
	position: relative;
}

.g__wysiwyg_editor > ul > li {
	font-size: 14px;
	line-height: 143%;
	padding-left: 20px;
	position: relative;
}

.g__wysiwyg_editor > ul > li:not(:nth-child(1)) {
	margin-top: 20px;
}

.g__wysiwyg_editor > ul > li:before {
	content: '';
	background-color: var(--color-black);
	border-radius: 50%;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 10px;
	left: 9px;
}

.g__wysiwyg_editor > ol {
	counter-reset: list;
	margin-top: 28px;
	margin-bottom: 28px;
	position: relative;
}

.g__wysiwyg_editor > ol > li {
	font-size: 16px;
	font-weight: 400;
	line-height: 169%;
	color: var(--color-black);
	position: relative;
}

.g__wysiwyg_editor > ol > li:not(:nth-child(1)) {
	margin-top: 16px;
}

.g__wysiwyg_editor > ol > li:before {
	counter-increment: list;
	content: counter(list) '.';
	font-size: 16px;
	font-weight: 600;
	line-height: 169%;
	color: var(--color-black);
	margin-right: 10px;
}

.g__wysiwyg_editor > ol > li > ol {
	counter-reset: list_2;
	padding-top: 20px;
	padding-left: 40px;
}

.g__wysiwyg_editor > ol > li > ol > li {
	font-size: 14px;
	font-weight: 400;
	line-height: 169%;
	color: var(--color-black);
	position: relative;
}

.g__wysiwyg_editor > ol > li > ol > li:not(:nth-child(1)) {
	margin-top: 16px;
}

.g__wysiwyg_editor > ol > li > ol > li:before {
	counter-increment: list_2;
	content: counter(list_2) '.';
	font-size: 14px;
	font-weight: 600;
	line-height: 169%;
	color: var(--color-black);
	margin-right: 10px;
}

.g__wysiwyg_editor a {
	font-weight: 600;
	color: var(--color-accent);
}

.g__wysiwyg_editor a:hover {
	
}

.g__wysiwyg_editor blockquote {
	font-size: 14px;
	line-height: 143%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	margin-top: 28px;
	margin-bottom: 28px;
	position: relative;
}

.g__wysiwyg_editor blockquote:before {
	content: '';
	background-color: var(--color-accent);
	width: 5px;
	height: 100%;
	margin: auto 0px;
	position: absolute;
	top: -200%;
	bottom: -200%;
	left: 0px;
}

.g__wysiwyg_editor h1 {
	margin-top: 28px;
	margin-bottom: 28px;
}

.g__wysiwyg_editor h2 {
	margin-top: 28px;
	margin-bottom: 28px;
}

.g__wysiwyg_editor h3 {
	margin-top: 28px;
	margin-bottom: 28px;
}

.g__wysiwyg_editor h4 {
	margin-top: 28px;
	margin-bottom: 28px;
}

.g__wysiwyg_editor h5 {
	margin-top: 28px;
	margin-bottom: 28px;
}

.g__wysiwyg_editor h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.g__wysiwyg_editor p {
	margin-top: 20px;
	margin-bottom: 20px;
}

header {
	background-color: #F8F8F8;
	border-bottom: 1px solid #000000;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}

header .block-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .el-logo {
	display: block;
	width: 130px;
	position: relative;
}

header .el-logo > * {
	display: block;
	width: 100%;
	height: auto;
}

header .el-link {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: var(--color-accent);

	transition: 0.3s;
}

header .el-link:hover {
	text-decoration: underline;
}

section.type-2 .wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

section.type-2 .content-editor {
	margin-top: 40px;
}

section.type-3 .wrapper {
	padding-bottom: 60px;
}

section.type-3 .el-sec-title {
	margin-top: 12px;
}

section.type-3 .el-sec-title > * {
	font-size: 16px;
	font-weight: 500;
}

section.type-3 .form {
	max-width: 540px;
	margin-top: 24px;
	position: relative;
}

section.type-3 .wpcf7-form-control-wrap {
	display: block;
}

section.type-3 .wpcf7-list-item {
	display: block;
	margin-left: initial;
}

section.type-3 .wpcf7-list-item:not(:nth-child(1)) {
	margin-top: 12px;
}

section.type-3 .wpcf7-list-item label {
	display: flex;
	align-items: center;
}

section.type-3 .wpcf7-list-item-label {
	font-size: 14px;
	font-weight: 400;
}

section.type-3 .wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: 500;
	margin-top: 6px;
}

section.type-3 .wpcf7-response-output {
	font-size: 16px;
	font-weight: 500;
	border: none;
	color: var(--color-accent);
	padding: initial;
	margin: initial;
	margin-top: 24px;
}

section.type-3 .wpcf7 form.sent .wpcf7-response-output {
	background-color: #6DFCCF;
	padding: 24px;
}

section.type-3 .wpcf7-submit {
	font-size: 18px;
	font-weight: 600;
	color: var(--color-accent);
	background-color: #6DFCCF;
	border: 1px solid #6DFCCF;
	border-radius: 4px;
	display: inline-block;
	min-width: 150px;
	padding: 10px 24px;
	margin-bottom: 12px;

	cursor: pointer;

	transition: 0.3s;
}

section.type-3 .wpcf7-submit:hover {
	opacity: 0.6;
}

section.type-3 .form input[type="text"],
section.type-3 .form input[type="email"] {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: initial;
	background-color: #ffffff;
	outline: none;
	border: 1px solid var(--color-accent);
	border-radius: 2px;
	display: block;
	width: 100%;
	padding: 8px 12px;
}

section.type-3 input[type="checkbox"] {
	display: block;
	margin: initial;
	margin-right: 8px;
}

section.type-3 .form .input-row:not(:nth-child(1)) {
	margin-top: 32px;
}

section.type-3 .input-label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}