/*!
Theme Name: family
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: family
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

family is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {

	font-style: normal;
	font-weight: 400;
	font-size: 44px;
	line-height: 1.2;
	text-align: center;

	color: #1E1E1E;
	margin-bottom: 38px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Lora, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


@font-face {
  font-style: italic;
  font-weight: 200;
  font-family: "Karla";
  font-display: swap;
  src: url("./fonts/Karla-ExtraLightItalic.woff2") format("woff2"), url("./fonts/Karla-ExtraLightItalic.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 200;
  font-family: "Karla";
  font-display: swap;
  src: url("./fonts/Karla-ExtraLight.woff2") format("woff2"), url("./fonts/Karla-ExtraLight.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Karla";
  font-display: swap;
  src: url("./fonts/Karla-Regular.woff2") format("woff2"), url("./fonts/Karla-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Karla";
  font-display: swap;
  src: url("./fonts/Karla-Medium.woff2") format("woff2"), url("./fonts/Karla-Medium.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Karla";
  font-display: swap;
  src: url("./fonts/Karla-Bold.woff2") format("woff2"), url("./fonts/Karla-Bold.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Inter";
  font-display: swap;
  src: url("./fonts/Inter-Regular.woff2") format("woff2"), url("./fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Inter";
  font-display: swap;
  src: url("./fonts/Inter-Bold.woff2") format("woff2"), url("./fonts/Inter-Bold.woff") format("woff");
}
:root {
  --body-bg: #fff;
  --body-font-size: 16px;
  --content-width: 1200px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --header-height:95px;
  --scrollbar-thumb: var(--main-white-bg);
  --scrollbar-thumb-hover: var(--main-white-bg);
  --scrollbar-track: var(--dark-blue-color);
  --scrollbar-track-hover: var(--dark-blue-color);
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --font-family: "Karla" , sans-serif;
  --font-family2: "Inter" , sans-serif;
  --color-a: #ffffff;
  --color-b: #000000;
  --dark-blue-color: #0157B8;
  --lite-blue-color:#2371B6;
  --light-blue-color:#CDE0EF;
  --main-white-color:#F5F5F5;
  --main-red-color:#FF0000;
  --dark-green-color:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #0EB232;
  --main-yellow-color:#FFD80B;
  --yellow-lite-color:#FFFADA;
  --main-black-color:#1E1E1E;
  --lite-green-color:#0EB232;
  --bg-a:#E4E4E4;
  --dark-blue-bg: #0157B8;
  --lite-blue-bg:#2371B6;
  --light-blue-bg:#CDE0EF;
  --main-white-bg:#F5F5F5;
  --main-red-bg:#FF0000;
  --dark-green-bg:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #0EB232;
  --main-yellow-bg:#FFD80B;
  --yellow-lite-bg:#FFFADA;
  --main-black-bg:#1E1E1E;
  --lite-green-bg:#0EB232;
  --dark-blue-border: #0157B8;
  --lite-blue-border:#2371B6;
  --light-blue-border:#CDE0EF;
  --main-white-border:#F5F5F5;
  --main-red-border:#FF0000;
  --dark-green-border:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #0EB232;
  --main-yellow-border:#FFD80B;
  --yellow-lite-border:#FFFADA;
  --main-black-border:#1E1E1E;
  --lite-green-border:#0EB232;
}

/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
}
.custom-radio__field {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-radio__content {
  z-index: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  font-family: var(--font-family);
  vertical-align: middle;
  color: var(--color-a);
  cursor: pointer;
}
.custom-radio__content i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.custom-radio__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: var(--bg-i);
  border: 1px solid transparent;
}
.custom-radio__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: var(--bg-d);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.custom-radio__field:checked + .custom-radio__content::after {
  opacity: 1;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

.custom-checkbox {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 46px;
}

.custom-checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0;
}
.custom-checkbox input:checked + .checkbox-label {
  -webkit-box-shadow: inset 0 0 0 20px var(--bg-g);
          box-shadow: inset 0 0 0 20px var(--bg-g);
}
.custom-checkbox input:checked + .checkbox-label:before {
  left: calc(100% - 22px);
}

.checkbox-label {
  position: relative;
  display: block;
  width: 100%;
  height: 24px;
  background: var(--bg-d);
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  pointer-events: none;
}
.checkbox-label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 2px;
  z-index: 1;
  display: block;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.custom-checkbox input:checked + .checkbox-label {
  background: #512c92;
}

/* stylelint-disable */
.select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}
.select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 16px 25px;
  background: var(--main-white-border);
  border-radius: 25px;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  grid-gap: 8px;
}
.select__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.select__current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
  overflow: hidden;
  width: 100%;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--main-black-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
}
.select__body {
  position: absolute;
  left: 50%;
  z-index: 5;
  width: 100%;
  max-height: 0;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 220px;
  margin-right: 10px;
}
.select__wrapp {
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 220px;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  background: var(--main-white-border);
  border-radius: 25px;
  grid-gap: 20px;
}
.select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 8px;
  width: 100%;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--main-black-bg);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.select.active .select__body {
  height: auto;
}

.select.active .select__icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.select.active .select__body {
  visibility: visible;
  opacity: 1;
}
.select.active .select__header {
  border-color: var(--border-a);
}

.select__item:hover {
  color: var(--color-f);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: -webkit-fill-available;
  margin: 0;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  font-family: var(--font-family);
  color: var(--main-black-color);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
}
body.fixed-body {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0 !important;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
footer .menu{display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
grid-gap: 15px;}
	footer .menu li{}
		footer .menu a{font-weight: 400;
font-size: 15px;
line-height: 100%;
color: #fff;}
.index-main {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1882' height='3336' fill='none'%3E%3Ccircle cx='1744.5' cy='3033.5' r='302.5' fill='%23FFFADA'/%3E%3Ccircle cx='1528.5' cy='302.5' r='302.5' fill='%23FFFADA' fill-opacity='.7'/%3E%3Ccircle cx='302.5' cy='1265.5' r='302.5' fill='%23FFFADA'/%3E%3Ccircle cx='1882' cy='1386' r='142' fill='%23FFFADA'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {

}
p{
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 28px;

text-align: justify;}
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpb_text_column .alignleft {
  margin-right: 20px;
}
label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

input {
  width: 100%;
  background-color: none;
  border: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
}

.container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}

.panel,
[data-content] {
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s;
  transition: max-height 0.2s;
}

[data-tab-content] {
  display: none;
}
[data-tab-content].active {
  display: block;
}

[data-lift] {
  position: fixed;
  bottom: clamp(10px, 3.125vw, 50px);
  left: clamp(10px, 3.125vw, 50px);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(40px, 3.125vw, 50px);
  height: clamp(40px, 3.125vw, 50px);
  background-color: var(--bg-c);
  border-radius: 50%;
  -webkit-transform: translateX(-250%);
          transform: translateX(-250%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
[data-lift].show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -ms-scroll-chaining: none !important;
      overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

.page--ios .dis-scroll {
  position: relative;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  height: -webkit-fill-available;
  padding: 20px 20px;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  pointer-events: none;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.active {
  z-index: 90;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  pointer-events: initial;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 7px;
  cursor: pointer;
}
@media (max-width: 767px) {
  *::-webkit-scrollbar {
    display: none;
  }
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  border-radius: 99px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-thumb-hover);
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-track:hover {
  background-color: var(--scrollbar-track-hover);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.modal {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100vh) scale(0);
          transform: translate(-50%, -100vh) scale(0);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.modal.active {
  position: relative;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
  pointer-events: initial;
}
.modal .close svg {
  pointer-events: none;
}

.main-button {
  width: 196px;
  height: 56px;
  background: var(--lite-green-bg);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-family2);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--main-white-color);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.main-button:hover {
  background: #23D34A;
  color: var(--color-a);
}
.main-button:active {
  background: var(--lite-green-bg);
  color: var(--main-white-color);
  -webkit-filter: none;
          filter: none;
}

.yellow-button {
  width: 140px;
  padding: 0 10px;
  height: 48px;
  background: var(--main-yellow-bg);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: var(--lite-blue-color);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.yellow-button:hover {
  background: #FFE454;
}
.yellow-button:active {
  background: var(--main-yellow-bg);
  -webkit-filter: none;
          filter: none;
}

.blur-button {
  width: 140px;
  height: 48px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: var(--main-black-color);
  background: rgba(255, 255, 255, 0.54);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.blur-button:hover {
  background: #FFFFFF;
  color: var(--color-b);
}
.blur-button:active {
  background: rgba(255, 255, 255, 0.54);
  color: var(--main-black-color);
  -webkit-filter: none;
          filter: none;
}

.green-button {
  width: 140px;
  height: 48px;
  background: var(--lite-green-bg);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: var(--main-white-color);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.green-button:hover {
  background: #23D34A;
  color: var(--color-a);
}
.green-button:active {
  background: var(--lite-green-bg);
  color: var(--main-white-color);
  -webkit-filter: none;
          filter: none;
}

.multiple-images {
  border-radius: 8px;
  overflow: hidden;
  display: grid;
  max-width: 580px;
  grid-template-columns: repeat(3, auto);
  grid-gap: 8px;
}
@media (max-width: 1024px) {
  .multiple-images {
    max-width: 100%;
    grid-gap: clamp(8px, 1.667vw, 20px);
  }
}
.multiple-images__item {
  width: 100%;
}
.multiple-images__item img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.multiple-images__item:nth-child(1) {
  grid-column: 1;
}
.multiple-images__item:nth-child(2) {
  grid-column: 2/span 2;
}
.multiple-images__item:nth-child(3) {
  grid-column: 1/span 2;
}
.multiple-images__item:nth-child(4) {
  grid-column: 3/span 1;
}
.multiple-images--three {
  grid-template-columns: 2fr 1fr;
}
.multiple-images--three .multiple-images__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
}
.multiple-images--three .multiple-images__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
.multiple-images--three .multiple-images__item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 767px) {
  .multiple-images--three {
    margin-top: -8px;
  }
}

.futute-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
}
.futute-bottom__text {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(16px, 1.667vw, 20px);
  line-height: 120%;
  text-align: center;
  color: var(--dark-blue-color);
  max-width: 736px;
  margin: 0 auto;
}
.futute-bottom__descr {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 300;
  font-size: clamp(16px, 1.667vw, 20px);
  line-height: 120%;
  text-align: center;
  color: var(--dark-blue-color);
  max-width: 736px;
  margin: 0 auto;
}
.futute-bottom__descr a {
  font-weight: 700;
}

.main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-top__title {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(35px, 3.667vw, 44px);
  line-height: 120%;
  color: var(--color-b);
  text-align: center;
  max-width: 750px;
  width: 100%;
}

.main-nav {
  padding: 30px 80px 30px 40px;
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .main-nav {
    padding: 15px 40px;
    display: grid;
    grid-template-columns: 30px auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 576px) {
  .main-nav {
    padding: 15px 20px;
  }
}
.main-nav__list {
  display: grid;
  grid-gap: 38px;
  grid-template-columns: repeat(3, auto) 1fr repeat(3, auto);
}
.main-nav__list  li a{
	font-family: "Karla", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 15px;


color: #1E1E1E;
}
@media (max-width: 1024px) {
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-nav__logo {
  position: relative;
}
@media (max-width: 1024px) {
  .main-nav__logo {
    width: 100%;
  }
}
.main-nav__item {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--main-black-color);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1024px) {
  .main-nav__item {
    display: none;
  }
}
.main-nav__item:hover {
  color: var(--dark-blue-color);
}

.lang-link {
  background: var(--dark-blue-bg);
  border-radius: 30px;
  padding: 4px 10px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: var(--main-white-color);
  position: absolute;
  right: 80px;
  top: 0;
  -webkit-transform: translateY(calc(-100% - 5px));
          transform: translateY(calc(-100% - 5px));
}
@media (max-width: 1024px) {
  .lang-link {
    position: initial;
    -webkit-transform: none;
            transform: none;
  }
	.main-nav__list li {
  display: none;
}
.main-nav__list li.main-nav__logo {
display: block;
}



}

.project {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.project img, .project picture {
  width: 100%;
}
.project__descr {
  min-height: 56px;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 100%;
  padding: 8px 25px;
  text-align: center;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--main-white-color);
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
.project__buttons {
  right: 13px;
  position: absolute;
  bottom: 16px;
  grid-gap: 10px;
  width: calc(100% - 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-form {
  display: grid;
  grid-gap: 16px clamp(16px, 2.5vw, 30px);
  grid-template-columns: repeat(2, 1fr);
  padding: 11px 20px 16px;
  background: var(--light-blue-bg);
  border-radius: 8px;
}
.project-form__title {
  grid-column: 1/span 2;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--dark-blue-color);
}
.project-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .project-form__label {
    grid-column: 1/span 2;
  }
}
.project-form__legend {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: var(--dark-blue-color);
}
.project-form__input {
  width: 100%;
  border: none;
  background: var(--main-white-color);
  border-radius: 2px;
  height: 32px;
  text-indent: 10px;
}
.project-form__input.focus-visible {
  outline: 1px solid var(--dark-blue-border);
  -webkit-box-shadow: 0px 0px 3px rgba(1, 87, 184, 0.9);
          box-shadow: 0px 0px 3px rgba(1, 87, 184, 0.9);
}
.project-form__area {
  grid-column: 1/span 2;
  min-height: 185px;
  background: var(--main-white-color);
  padding: 10px;
}
.project-form__area.focus-visible {
  outline: 1px solid var(--dark-blue-border);
  -webkit-box-shadow: 0px 0px 3px rgba(1, 87, 184, 0.9);
          box-shadow: 0px 0px 3px rgba(1, 87, 184, 0.9);
}
.project-form__bottom {
  grid-gap: 10px;
  grid-column: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.project-article {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(30px, 6.5vw, 78px);
}
@media (max-width: 1239px) {
  .project-article {
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .project-article {
    grid-template-columns: 100%;
    grid-gap: 16px;
  }
}
@media (max-width: 1024px) {
  .project-article .multiple-images {
    max-width: 100%;
    grid-gap: 8px;
  }
}
.project-article__image {
  width: 100%;
}
.project-article__image picture, .project-article__image img {
  width: 100%;
}
.project-article__coll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 16px;
}
.project-article__coll p:not([class]) {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: var(--main-black-color);
  text-align: justify;
}
.project-article__coll ul:not([class]) {
  margin-top: -16px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: var(--main-black-color);
  text-align: justify;
  list-style: disc;
}
.project-article__coll ul:not([class]) li {
  list-style: disc;
  margin-left: 20px;
}
.project-article__coll ol:not([class]) {
  margin-top: -16px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: var(--main-black-color);
  text-align: justify;
}
.project-article__coll ol:not([class]) li::first-letter {
  color: inherit;
  font-weight: bold;
}

.orange-bg {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  color: var(--main-black-color);
  padding: 5px 10px;
  background: var(--yellow-lite-bg);
}

.centred-blue {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: var(--dark-blue-color);
  padding: 5px;
}

.coordinator {
  max-width: 476px;
  margin-top: 32px;
  display: grid;
  grid-template-columns: min(17.778vw, 190px) 1fr;
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .coordinator {
    max-width: 100%;
    grid-template-columns: 1fr 2fr;
  }
}
@media (max-width: 576px) {
  .coordinator {
    max-width: 100%;
    grid-template-columns: 100%;
  }
}
.coordinator__image {
  overflow: hidden;
  border-radius: 8px;
}
.coordinator__image picture, .coordinator__image img {
  width: 100%;
}
.coordinator__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 10px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: justify;
  color: var(--main-black-color);
}
.coordinator__title, .coordinator__link {
  font-weight: 700;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  min-height: min(41.667vw, 800px);
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 5px;
}
.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 5px;
}
.news__image {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  width: 300px;
}
.news__image picture, .news__image img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 576px) {
  .news__image {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.doc h2{
  font-size: 20px;
}
@media (max-width: 576px) {
  .news__article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 10px;
  }
}
.news p {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  color: var(--main-black-color);
}
.news p a {
  text-decoration: underline;
}
.news__author {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  color: var(--main-black-color);
  margin-left: auto;
}
.news__time {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  color: var(--main-black-color);
}
.news__descr {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-blue-color);
}

.form-box {
  padding: 30px 35px;
  max-width: 1000px;
  width: 100%;
  border-radius: 8px;
  background: var(--light-blue-bg);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: clamp(25px, 4.167vw, 50px);
}
.form-box .tabs-nav {
  overflow-x: auto;
  margin: 0 -35px;
  width: calc(100% + 70px);
  padding: 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(20px, 4.167vw, 50px);
}
@media (max-width: 576px) {
  .form-box .tabs-nav {
    margin: 0 -15px;
    width: calc(100% + 30px);
    padding: 0 15px 20px;
  }
}
.form-box .tabs-nav__btn {
  width: 100%;
  background: var(--main-white-bg);
  border-radius: 25px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: var(--main-black-color);
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  min-width: 235px;
}
.form-box .tabs-nav__btn.active {
  background: var(--dark-blue-bg);
  color: var(--main-yellow-color);
  pointer-events: none;
}
.form-box .tabs-nav__btn:hover {
  color: var(--dark-blue-color);
}
.form-box .tabs-nav__btn.disable {
  color: #BEBEBE;
  background: #EFEFEF;
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
}
.form-box__button {
  max-width: 265px;
  width: 100%;
  margin: calc(clamp(25px, 4.167vw, 50px) * 2) 0 0 auto;
}
@media (max-width: 576px) {
  .form-box__button {
    margin: calc(clamp(25px, 4.167vw, 50px) * 2) auto 0;
  }
}
@media (max-width: 576px) {
  .form-box {
    padding: 20px 15px;
  }
}

.payment-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px 30px;
}
@media (max-width: 576px) {
  .payment-tabs {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.payment-tabs input {
  display: none;
}
.payment-tabs label {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--bg-a);
  border-radius: 25px;
  height: 54px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 120%;
  color: var(--main-black-color);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.payment-tabs label:hover {
  color: var(--dark-blue-color);
}
.payment-tabs input:checked + label {
  background: var(--main-yellow-bg);
  color: var(--dark-blue-color);
}
.payment-tabs .payment-info {
  display: none;
  grid-column: 1/span 4;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 5px;
}
@media (max-width: 576px) {
  .payment-tabs .payment-info {
    grid-column: 1/span 2;
  }
}
.payment-tabs .payment-info__title {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-b);
}
.payment-tabs .payment-info__info {
  padding: 8px 10px;
  background: var(--main-white-bg);
  border-radius: 8px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--color-b);
}
.payment-tabs #uan:checked ~ #payment-uan,
.payment-tabs #usd:checked ~ #payment-usd,
.payment-tabs #pal:checked ~ #payment-pal,
.payment-tabs #eur:checked ~ #payment-eur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px clamp(25px, 3.333vw, 40px);
}
@media (max-width: 767px) {
  .payment-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .payment-form {
    grid-template-columns: 100%;
  }
}
.payment-form__list {
  grid-column: 1/span 3;
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-gap: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .payment-form__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 20px;
    grid-column: 1/span 2;
  }
}
@media (max-width: 576px) {
  .payment-form__list {
    grid-column: 1;
  }
}
.payment-form__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.payment-form__label::before {
  content: "*";
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 0;
  color: var(--dark-blue-color);
}
@media (max-width: 767px) {
  .payment-form__label:last-child {
    grid-column: 1/span 2;
  }
}
@media (max-width: 576px) {
  .payment-form__label {
    grid-column: 1 !important;
  }
}
.payment-form__input {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  background: var(-main-white-bg);
  border-radius: 25px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-b);
}
.payment-form__input::-webkit-input-placeholder {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #BEBEBE;
}
.payment-form__input::-moz-placeholder {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #BEBEBE;
}
.payment-form__input:-ms-input-placeholder {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #BEBEBE;
}
.payment-form__input::-ms-input-placeholder {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #BEBEBE;
}
.payment-form__input::placeholder {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #BEBEBE;
}
.payment-form__input.focus-visible {
  outline: 1px solid var(--dark-blue-border);
}
.payment-form__item input {
  display: none;
}
.payment-form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--bg-a);
  border-radius: 50%;
  height: 95px;
  width: 95px;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: var(--main-black-color);
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
}
.payment-form__item label:hover {
  color: var(--dark-blue-color);
}
.payment-form__item input:checked + label {
  background: var(--main-yellow-bg);
  color: var(--dark-blue-color);
}
.payment-form__value {
  font-size: 24px;
  line-height: 24px;
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: clamp(20px, 3.333vw, 40px) clamp(40px, 7.5vw, 90px);
}
.team-list__item {
  --item-width: clamp(185px,18.917vw, 227px);
  max-width: var(--item-width);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .team-list__item {
    --item-width: 300px;
  }
}
.team-list__item:nth-child(1) {
  margin-left: calc(var(--item-width) / 2);
}
@media (max-width: 1024px) {
  .team-list__item:nth-child(1) {
    margin: 0;
  }
}
.team-list__item:nth-child(3) {
  margin-right: calc(var(--item-width) / 2);
}
@media (max-width: 1024px) {
  .team-list__item:nth-child(3) {
    margin: 0;
  }
}
.team-list__item p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: var(--main-black-color);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .team-list__item p {
    text-align: center;
  }
}

.docs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: clamp(20px, 5.833vw, 70px);
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media (max-width: 1024px) {
  .docs-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .docs-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .docs-list {
    grid-template-columns: 100%;
  }
}
.docs-list svg {
  fill: transparent;
}
.docs-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
}

.mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-menu {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    max-width: 220px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.463);
    z-index: 100;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .mobile-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.mobile-menu .main-nav__list {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mobile-menu .main-nav__list .main-nav__item {
  display: block;
  color: var(--color-a);
  font-size: 20px;
  grid-gap: 30px;
}

.burger {
  display: none;
}
@media (max-width: 1024px) {
  .burger {
    display: block;
    --burger-width: 30px;
    --burger-height: 20px;
    --burger-line-height: 2px;
    position: relative;
    border: none;
    padding: 0;
    width: var(--burger-width);
    height: var(--burger-height);
    color: var(--dark-blue-bg);
    background-color: transparent;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
  }
  .burger::before, .burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .burger::before {
    top: 0;
  }
  .burger::after {
    top: calc(100% - var(--burger-line-height));
  }
  .burger__line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: var(--burger-line-height);
    background-color: currentColor;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .burger.active::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .burger.active .burger__line {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

.has-bg {
  background-size: cover;
	background-image: url(img/header.jpg);
  min-height: 608px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0 100px;
}
@media (max-width: 576px) {
  .has-bg {
    padding-top: 8.681vw;
    padding-bottom: 15vw;
    min-height: initial;
  }
}

header:not([class]) {
  background-color: var(--light-blue-bg);
  padding: clamp(30px, 5vw, 60px) 0;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 220px;
}
@media (max-width: 1024px) {
  .header {
    grid-gap: clamp(120px, 14.648vw, 220px);
  }
}
.header__logo {
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(70%) translateX(-50%);
          transform: translateY(70%) translateX(-50%);
}
@media (max-width: 1024px) {
  .header__logo {
    min-width: initial;
    width: 200px;
  }
}
@media (max-width: 576px) {
  .header__logo {
    width: min(43.75vw, 200px);
  }
}
.header__title {
  -webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.75));
          filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.75));
  width: 100%;
}
@media (max-width: 1024px) {
  .header__title svg {
    width: 100%;
    height: auto;
  }
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 60px;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .header__bottom {
    grid-gap: clamp(30px, 5vw, 60px);
    max-width: 100%;
  }
}
.header__button {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .header__button {
    margin: 0 auto;
  }
}

footer {
  background: var(--dark-blue-bg);
  padding: 47px 0 10px;
}
footer .footer {
  display: grid;
  grid-template-columns: repeat(2, auto) 0.7fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 30px min(8.333vw, 100px);
}
@media (max-width: 1024px) {
  footer .footer {
    grid-template-columns: 100px repeat(3, auto);
    grid-gap: 30px 20px;
  }
}
@media (max-width: 767px) {
  footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    grid-gap: 30px 20px;
  }
}
@media (max-width: 576px) {
  footer .footer {
    display: grid;
    grid-template-columns: 100%;
  }
}
footer .footer__descr {
  grid-column: 1/span 3;
  font-family: var(--font-family2);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: rgba(205, 224, 239, 0.5);
  text-align: center;
}
@media (max-width: 767px) {
  footer .footer__descr {
    grid-column: 1/span 2;
  }
}
@media (max-width: 576px) {
  footer .footer__descr {
    grid-column: 1;
  }
}
footer .footer__nav, footer .footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 15px;
}
footer .footer__nav a, footer .footer__contact a {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: var(--main-white-color);
}
footer .footer__contact-item {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: var(--main-white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  footer .footer__contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .footer__social {

  grid-gap: 16px;
}
.footer__social li {
  float: right;
  margin-right: 5px;
}
footer .footer__social a {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: var(--main-white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 7px;
}

.index-first {
  padding: 30px 0;
}
.index-first__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 60px;
}
.index-first__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-first__descr p {
  max-width: 380px;
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 200;
  font-size: clamp(26px, 3.125vw, 32px);
  line-height: 120%;
  letter-spacing: 0.1em;
  color: var(--dark-blue-color);
}
@media (max-width: 1024px) {
  .index-first__descr p {
    max-width: 100%;
    text-align: center;
  }
}
.index-first__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-first__image img, .index-first__image picture {
  width: 100%;
}
.index-first__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.index-first__row > p {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  text-align: justify;
  color: var(--color-b);
}
@media (max-width: 1024px) {
  .index-first__row > p {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .index-first__row {
    grid-template-columns: 100%;
  }
}

.our-section {
  padding: 30px 0;
}
.our-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
}
.our-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(20px, 3.833vw, 46px) clamp(20px, 3.333vw, 40px);
}
.proj-1{position: relative; border-radius: 8px; overflow: hidden; margin-bottom: 40px;}
.projects-title {
  position: relative;
}
.proj-1 .projects-name{ position: absolute;
	border-radius: 8px 8px 0px 0px;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.6);
backdrop-filter: blur(5px);
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
text-align: center;
width: 100%;
color: #1E1E1E;
padding: 7px 20px;
min-height: 56px; overflow: hidden;}
.proj-1 .projects-footer {margin-bottom: 20px; width: 100%; position: absolute; bottom:0; left: 0;text-align: center;}
.proj-1 a.morebtn{
	height: 48px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	background: rgba(255, 255, 255, 0.54);
	backdrop-filter: blur(2.5px);
	border-radius: 24px;
	text-align: center;
	padding: 13px 22px;
}
.proj-1 a.donat{
	height: 48px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	background: #0EB232;
	color: #fff;
	backdrop-filter: blur(2.5px);
	border-radius: 24px;
	text-align: center;
	padding: 13px 22px;
}
.proj-1 .projects-poster img{ height: 344px;border-radius: 8px;}
.proj-1.proj-2 .projects-poster img{ height: 416px}
.form1 {
	background: #CDE0EF;
border-radius: 8px;
padding:10px 20px;
height: 416px;
}
.form1 label{
	font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
display: block;

color: #0157B8;

}
.form1 p{margin-bottom: 1.5em;}
.form1 input{
	background: #F5F5F5;
border-radius: 2px; border: none;
}
.form1 h3{font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 23px;
text-align: left;
color: #1E1E1E;
padding: 0;
margin: 0;}
	.form1 .col6{ width: 50%; float: left;}
.form1 textarea{ height: 184px}
.form1 .wpcf7-spinner {
  position: absolute;
}
.home h2{
	font-style: normal;
font-weight: 400;
font-size: 44px;
line-height: 51px;

color: #000000;
}

@media (max-width: 1024px) {
  .our-section__list {
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .our-section__list {
    grid-template-columns: 100%;
    grid-gap: 20px;
  }
  .proj-1 a.morebtn{padding: 13px 15px;}
}

.future-section {
  padding: 30px 0;
}
.future-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 40px;
}
.future-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(20px, 3.333vw, 40px);
}
@media (max-width: 767px) {
  .future-section__list {
    grid-template-columns: 100%;
  }
}
.future-section__list .project__descr {
  min-height: initial;
  text-align: left;
}
.future-section__list .project__image {
  height: 100%;
}
.future-section__list .project {
  height: 100%;
}
.future-section__list .project picture, .future-section__list .project img {
  height: 100%;
}

.partners-section {
  padding: 30px 0 clamp(30px, 10vw, 120px);
}
.partners-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 40px;
}
.partners-section__inner {
  overflow: initial;
  max-width: 100%;
}
.partners-section .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.partners-section .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .partners-section .swiper-slide {
    max-width: 200px;
  }
	.mobile-menu	 li{ display: block !important;}
	.mobile-menu	.main-nav__list li a{color: #fff}
}
@media (min-width: 1024px) {

  .partners-section .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 200px);
    grid-gap: 25px 45px;
  }
}

.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
}
.partners__descr {
  text-align: center;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: var(--main-black-color);
  padding: 0 10px;
}

.project-section {
  padding: 25px 0 clamp(25px, 8.75vw, 105px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1882' height='1568' fill='none'%3E%3Ccircle cx='1528.5' cy='302.5' r='302.5' fill='%23FFFADA' fill-opacity='.7'/%3E%3Ccircle cx='302.5' cy='1265.5' r='302.5' fill='%23FFFADA'/%3E%3Ccircle cx='1882' cy='1386' r='142' fill='%23FFFADA'/%3E%3Ccircle cx='433.5' cy='742.5' r='57.5' fill='%23FFFADA' fill-opacity='.8'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .project-section {
    background-position: top right;
  }
}
.project-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 40px;
}
.project-section__button {
  margin: min(5vw, 60px) auto 0;
}

.error-section {
  background-size: cover;
  background-position: 0 -200px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1455' height='740' fill='none'%3E%3Ccircle cx='1152.5' cy='302.5' r='302.5' fill='%23FFFADA' fill-opacity='.7'/%3E%3Ccircle cx='51.5' cy='688.5' r='51.5' fill='%23FFFADA' fill-opacity='.8'/%3E%3C/svg%3E");
  padding: clamp(50px, 15.5vw, 186px) 0 clamp(50px, 28.5vw, 342px);
}
.error-section__text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(30px, 3.667vw, 44px);
  line-height: 120%;
  text-align: center;
  color: var(--dark-blue-color);
}

.form-section {
  padding: clamp(80px, 12.5vw, 150px) 0 clamp(50px, 10vw, 120px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1865' height='1060' fill='none'%3E%3Ccircle cx='142' cy='142' r='142' fill='%23FFFADA'/%3E%3Ccircle cx='452.5' cy='346.5' r='57.5' fill='%23FFFADA'/%3E%3Ccircle cx='1562.5' cy='757.5' r='302.5' fill='%23FFFADA' fill-opacity='.7'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: 0 -200px;
  background-repeat: no-repeat;
}
.form-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
}

.about-descr {
  padding: clamp(25px, 5.833vw, 70px) 0 clamp(12px, 2.083vw, 25px);
}
.about-descr__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(40px, 8.333vw, 100px);
}
@media (max-width: 1024px) {
  .about-descr__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    grid-gap: 20px;
  }
}
.about-descr__box p {
  font-family: var(--font-family);
  font-style: italic;
  font-weight: 200;
  font-size: clamp(20px, 2.667vw, 32px);
  line-height: 130%;
  letter-spacing: 0.1em;
  color: var(--dark-blue-color);
}

.partners1 .wpb_text_column.wpb_content_element {
	width: 190px; margin-left: auto; margin-right: auto;
}
.partners1 .wpb_text_column.wpb_content_element p{

	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-align: center;

	color: #1E1E1E;}
section > .vc_row > .wpb_column { padding-left: 25px;
padding-right: 25px;}
@media (max-width: 576px) {
  .about-descr__box p {
    text-align: center;
  }
	section > .vc_row > .wpb_column { padding-left: 0;
	padding-right: 0;}
}
.about-descr__article p {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.667vw, 20px);
  line-height: 185%;
  text-align: justify;
  color: var(--color-b);
}
@media (max-width: 576px) {
  .about-descr__article p {
    text-align: center;
  }
}

.docs-section {
  padding: clamp(20px, 2.083vw, 25px) 0 clamp(50px, 15vw, 180px);
}
.docs-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: clamp(20px, 3.333vw, 40px);
}

.team-section {
  padding: clamp(20px, 2.083vw, 25px) 0;
}
.team-section__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: clamp(20px, 3.333vw, 40px);
}
/*# sourceMappingURL=style.css.map */

.post.type-post.has-post-thumbnail .post-thumbnail {
  float: left;
  margin-right: 20px;
}

.post h2.entry-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--dark-blue-color);
	margin-top: 5px;
	margin-bottom: 5px;
}
.post.type-post {
  clear: both;
  padding-bottom: 30px;
}
.team .wpb_text_column.wpb_content_element {
	margin-left: auto; margin-right: auto;
	width: 227px;
}
.team.team-3{
  margin-left: 10%;
  margin-right: 10%;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
  color: #fff;
	height: 56px;
	font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px;
  border-color: #23D34A !important;
  background-color: #23D34A !important;
	padding-left: 35px !important;
	padding-right: 35px !important;
}
.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover{
	border-color: #0eb232 !important;
  background-color: #0eb232 !important;

}
