@charset "UTF-8";
/*!
Theme Name: creativecenter
Author: VT
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: creativecenter
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.

creativecenter 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

--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/**
 *  Colors
 */
/**
 *  Clearfix
 *
 *  Usage: append to container, that contains floated elements - @include clearfix;
 */
/**
 *  «Respond to» mixin
 *
 *  Mixin to manage responsive breakpoints
 *  @param {String} $breakpoint - Breakpoint name
 *  @author Hugo Giraudel
 *
 *  @require $breakpoints
 */
/**
 *  Placeholder
 *
 *  Usage: append to input fields
 */
/* montserrat-regular - cyrillic_cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/montserrat/montserrat-v26-cyrillic_cyrillic-ext_latin-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - cyrillic_cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: url("./fonts/montserrat/montserrat-v26-cyrillic_cyrillic-ext_latin-500.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - cyrillic_cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: url("./fonts/montserrat/montserrat-v26-cyrillic_cyrillic-ext_latin-600.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - cyrillic_cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: url("./fonts/montserrat/montserrat-v26-cyrillic_cyrillic-ext_latin-700.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/**
 *  Grids generator.
 *
 *  @author   Luke Kortunov
 *  @version  1.0
 */
.container {
	margin: 0 auto;
	box-sizing: border-box;
	width: 1032px;
	padding: 0 0;
	max-width: 100%;
}

@media all and (max-width: 1200px) {
	.container {
		width: 1200px;
		padding: 0 52px;
	}
}

@media all and (max-width: 980px) {
	.container {
		width: calc( 100% - 20px);
		padding: 0 52px;
	}
}

@media all and (max-width: 600px) {
	.container {
		width: calc( 100% - 20px);
		padding: 0 24px;
	}
}

.container .row {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	width: 1032px;
	max-width: 100%;
}

@media all and (max-width: 1200px) {
	.container .row {
		width: 1096px;
	}
}

@media all and (max-width: 767px) {
	.container .row {
		flex-direction: column;
		width: 100%;
	}
}

.container .row .col {
	width: 86px;
	padding: 0 15px;
	box-sizing: border-box;
}

@media all and (max-width: 1200px) {
	.container .row .col {
		width: 91.33333px;
		padding: 0 10px;
	}
}

@media all and (max-width: 980px) {
	.container .row .col {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-1 {
	width: 86px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-1 {
		width: 91.33333px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-1 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-2 {
	width: 172px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-2 {
		width: 182.66667px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-2 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-3 {
	width: 258px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-3 {
		width: 274px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-3 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-4 {
	width: 344px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-4 {
		width: 365.33333px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-4 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-5 {
	width: 430px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-5 {
		width: 456.66667px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-5 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-6 {
	width: 516px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-6 {
		width: 548px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-6 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-7 {
	width: 602px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-7 {
		width: 639.33333px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-7 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-8 {
	width: 688px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-8 {
		width: 730.66667px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-8 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-9 {
	width: 774px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-9 {
		width: 822px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-9 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-10 {
	width: 860px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-10 {
		width: 913.33333px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-10 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-11 {
	width: 946px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-11 {
		width: 1004.66667px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-11 {
		width: 100%;
		padding: 0 10px;
	}
}

.container .row .col.col-12 {
	width: 1032px;
}

@media all and (max-width: 1200px) {
	.container .row .col.col-12 {
		width: 1096px;
		padding: 0 10px;
	}
}

@media all and (max-width: 767px) {
	.container .row .col.col-12 {
		width: 100%;
		padding: 0 10px;
	}
}

/**
 *  Global elements
 */
:root {
	--app-height: 100%;
}

html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	color: #151515;
	font-size: 14px;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	max-width: 100vw;
}

body.error404 {
	padding: 0 !important;
}

body.error404 .main {
	padding-bottom: 0;
}

body.error404 .footer.fixedBlock {
	margin-top: 0;
	position: relative;
}

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

@media (max-width: 680px) {
	p {
		font-size: 16px;
		line-height: 24px;
	}
}

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

b,
strong {
	font-weight: 700;
}

i,
em {
	font-style: italic;
}

sup {
	font-size: 0.63em;
}

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

input,
input[type="search"],
textarea,
button {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #151515;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
	font-weight: 500;
	margin: 0;
}

@media (max-width: 767px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		word-wrap: break-word;
	}
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #151515;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #FEDA79;
}

h1 {
	font-size: 70px;
	line-height: 1.15;
}

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-size: 60px;
	line-height: 1.15;
}

@media (max-width: 767px) {
	h2 {
		font-size: 35px;
	}
}

h3 {
	font-size: 50px;
	line-height: 1.15;
}

@media (max-width: 767px) {
	h3 {
		font-size: 30px;
	}
}

h4 {
	font-size: 40px;
	line-height: 1.15;
}

@media (max-width: 767px) {
	h4 {
		font-size: 25px;
	}
}

h5 {
	font-size: 30px;
	line-height: 1.15;
}

@media (max-width: 767px) {
	h5 {
		font-size: 25px;
	}
}

h6 {
	font-size: 25px;
	line-height: 1.15;
}

@media (max-width: 767px) {
	h6 {
		font-size: 20px;
	}
}

div {
	font-family: "Montserrat", sans-serif;
}

.container {
	width: 100%;
	max-width: 1430px;
	padding: 0 15px;
	margin: 0 auto;
}

main section {
	padding: 100px 0;
}

@media (max-width: 900px) {
	main section {
		padding: 40px 0;
	}
}

main section .section-description {
	margin-bottom: 16px;
}

main section .section-description span {
	padding: 8px;
	background: #FEDA79;
	border-radius: 24px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
}

main section .section-title {
	margin-bottom: 16px;
}

main section h1, main section h2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
}

@media (max-width: 768px) {
	main section h1, main section h2 {
		font-size: 32px;
	}
}

main section h3, main section h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

@media (max-width: 768px) {
	main section h3, main section h4 {
		font-size: 18px;
		line-height: 1.2;
	}
}

.wpcf7-spinner {
	display: none !important;
}

.btn {
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
	padding: 16px 24px;
	border-radius: 24px;
	font-weight: 500;
}

@media (max-width: 600px) {
	.btn {
		padding: 12px 24px;
	}
}

.btn:hover {
	opacity: .7;
}

.btn.btn-trans {
	position: relative;
	color: #A2B7B0;
	border: 1px solid;
}

.btn.btn-trans:hover {
	background: #FEDA79;
	color: black;
	opacity: 1;
}

.btn.btn-blue {
	position: relative;
	background-color: #3F52E3;
	color: white;
}

.btn.btn-blue:hover {
	background: black;
	color: white;
	opacity: 1;
}

.btn-buttons {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	gap: 17px;
	margin-top: 32px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 5px;
}

.slick-dots li {
	height: 30px;
	width: 30px;
	display: flex;
	padding: 15px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.slick-dots li.slick-active {
	border: 1px solid #3F52E3;
	border-radius: 50%;
}

.slick-dots li.slick-active * {
	background: #3F52E3;
}

.slick-dots li * {
	font-size: 0;
	width: 15px;
	height: 15px;
	display: flex;
	border-radius: 50%;
	border: none;
	align-items: center;
	min-width: 15px;
	cursor: pointer;
}

.slick-track {
	display: flex;
}

.slick-list {
	overflow: hidden;
}

.fc-today-button, .fc-event-time, .fc-event-title {
	display: none !important;
}

.fc table {
	border: none !important;
}

.fc td {
	height: 48px;
	border: none;
}

.fc th {
	border: none !important;
	height: 48px;
}

.fc .fc-daygrid-day-top {
	justify-content: center;
}

.fc-toolbar-title {
	text-transform: capitalize;
	font-size: 20px !important;
	font-weight: 500;
}

.fc .fc-toolbar.fc-header-toolbar {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #ECECEB;
}

.fc .fc-button-group {
	display: flex !important;
	gap: 10px;
}

.fc .fc-prev-button, .fc .fc-next-button {
	border-radius: 8px !important;
	background: #ECECEB !important;
	border: none !important;
	color: gray !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}

.fc .fc-prev-button:focus, .fc .fc-prev-button:active, .fc .fc-next-button:focus, .fc .fc-next-button:active {
	box-shadow: none;
}

.fc .fc-prev-button {
	transform: rotate(-90deg);
}

.fc .fc-next-button {
	transform: rotate(-90deg);
}

.fc .fc-daygrid-dot-event.fc-event-mirror,
.fc .fc-daygrid-dot-event:hover {
	background: transparent !important;
}

.fc .fc-daygrid-day.fc-day-today {
	border-radius: 8px;
	background: #3F52E3;
	color: white;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-events {
	display: none;
}

.offcanvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 9;
	transform: translateX(10000px);
	transition: .5s;
}

.offcanvas.show {
	transform: translateX(0px);
}

.offcanvas-back {
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: end;
	height: 100%;
	overflow: auto;
}

.offcanvas-block {
	max-width: 600px;
	width: 100%;
	background: #F8F7F3;
	height: 100%;
	overflow: auto;
	padding: 24px;
}

.offcanvas-block-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.offcanvas-close {
	cursor: pointer;
	transition: .3s;
}

.offcanvas-close:hover {
	opacity: .7;
}

.offcanvas-buttons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.offcanvas-buttons .btn-trans {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #151515;
	border: 1px solid #ECECEB;
}

.offcanvas-wrapper-image {
	margin-bottom: 24px;
}

.offcanvas-wrapper-image img {
	width: 100%;
	border-radius: 24px;
}

.offcanvas-wrapper-content-date {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #777777;
	margin-bottom: 16px;
	gap: 8px;
}

.offcanvas-wrapper-content-date img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.offcanvas-wrapper-content-title {
	margin-bottom: 16px;
}

.offcanvas-wrapper-content-descr {
	color: #777777;
	margin-bottom: 50px;
}

.offcanvas-wrapper-content-descr p:not(:last-child), .offcanvas-wrapper-content-descr ul:not(:last-child) {
	margin-bottom: 10px;
}

.header {
	position: relative;
	z-index: 5;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 24px;
}

@media (max-width: 990px) {
	.header-right {
		min-width: 140px;
		justify-content: end;
	}
}

@media (max-width: 500px) {
	.header-right {
		min-width: unset;
	}
}

.header-socs {
	display: flex;
	align-items: center;
	gap: 8px;
}

@media (max-width: 990px) {
	.header-socs {
		display: none;
	}
}

.header-socs a {
	display: flex;
	align-items: center;
}

.header-container {
	background: white;
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
	padding: 28px 0;
}

.header-logo {
	display: flex;
	align-items: center;
}

.header-logo img {
	max-width: 110px;
}

@media (max-width: 990px) {
	.header-menu {
		order: -1;
		min-width: 140px;
	}
}

@media (max-width: 500px) {
	.header-menu {
		min-width: unset;
	}
}

.header-menu .header-socs {
	display: none;
}

@media (max-width: 990px) {
	.header-menu .header-socs {
		padding: 0 12px;
		display: flex;
		margin-top: 10px;
	}
}

.header-menu-burger {
	display: none;
}

@media (max-width: 990px) {
	.header-menu-burger {
		display: block;
	}
}

.header-menu-burger img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	cursor: pointer;
}

.header-menu-container {
	background: white;
	padding: 5px 0 12px 0;
}

@media (max-width: 990px) {
	.header-menu-container {
		display: none;
		position: absolute;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
		min-width: 150px;
		border-radius: 12px;
	}
}

@media (min-width: 990px) {
	.header-menu-container {
		display: flex !important;
	}
}

.header-menu nav ul {
	display: flex;
	color: #151515;
	gap: 16px;
}

@media (max-width: 990px) {
	.header-menu nav ul {
		flex-direction: column;
		padding: 10px;
	}
}

.header-menu nav ul a {
	transition: .3s;
	padding: 8px;
	letter-spacing: 0.5px;
}

.header-menu nav ul a:hover {
	opacity: .8;
}

.header-langs {
	padding: 8px;
	border-radius: 20px;
	border: 1px solid #ECECEB;
	min-height: 40px;
	display: flex;
	align-items: center;
}

.header-langs nav {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 8px;
	text-transform: uppercase;
	position: relative;
	padding-right: 25px;
}

.header-langs nav .current_slug {
	margin-right: 34px;
	color: #A2B7B0;
}

.header-langs nav .arrow {
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	transition: .3s;
}

.header-langs nav .arrow.opened {
	transform: rotate(180deg);
}

.header-langs ul li img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.header-langs ul li:not(.current) {
	display: none;
	margin-top: 6px;
}

.header-langs ul li a {
	display: flex;
	gap: 8px;
	align-items: center;
}

.header-langs ul li a span {
	text-transform: capitalize;
}

@media (max-width: 660px) {
	.header-langs ul li a span {
		display: none;
	}
}

.header-langs img {
	height: 16px;
}

.header .burger-image span {
	width: 11px;
	height: 2px;
	margin-bottom: 2px;
	background: #A2B7B0;
	display: block;
}

.footer {
	padding-top: 96px;
}

.footer-main {
	display: flex;
	justify-content: space-between;
	gap: 48px 50px;
}

@media (max-width: 900px) {
	.footer-main {
		flex-wrap: wrap;
	}
}

@media (max-width: 600px) {
	.footer-main {
		gap: 24px;
	}
}

@media (max-width: 500px) {
	.footer-main {
		text-align: center;
		justify-content: center;
	}
	.footer-main > div {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.footer-main > div:first-child {
		width: 100%;
		text-align: center;
	}
}

.footer-logo {
	display: inline-block;
}

.footer-logo img {
	max-width: 212px;
	margin-bottom: 32px;
}

@media (max-width: 900px) {
	.footer-logo img {
		margin-bottom: 24px;
	}
}

@media (max-width: 360px) {
	.footer-logo img {
		margin-bottom: 16px;
	}
}

.footer-slogan {
	margin: auto auto 24px;
	color: #777777;
	max-width: 266px;
}

.footer-socs {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.footer-socs a {
	display: block;
	position: relative;
}

.footer-links a {
	display: flex;
	position: relative;
	color: #3F52E3;
	text-decoration: underline;
	align-items: center;
	gap: 8px;
	justify-content: center;
}

.footer-links a:not(:last-child) {
	margin-bottom: 16px;
}

.footer-social_links {
	display: flex;
	gap: 16px;
}

@media (max-width: 900px) {
	.footer-social_links {
		justify-content: center;
	}
}

.footer-social_links a {
	transition: .3s;
}

.footer-social_links a:hover {
	opacity: .8;
}

.footer-social_links img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.footer-title {
	font-size: 12px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.25px;
	color: #151515;
}

.footer-menu a {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 16px;
	color: #DDDDDE;
}

.footer-contact {
	margin-bottom: 24px;
}

.footer-contact:last-child {
	margin: 0;
}

.footer-contact a, .footer-contact p {
	font-size: 14px;
	line-height: 1.4;
	color: #777777;
	letter-spacing: 0.5px;
}

.footer-btn .btn {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 49px;
	line-height: 16px;
}

@media (max-width: 900px) {
	.footer-btn .btn {
		font-size: 16px;
		padding: 16px 55px;
	}
}

.footer-container {
	display: flex;
	margin-bottom: 48px;
}

@media (max-width: 900px) {
	.footer-container {
		margin: 0;
		flex-direction: column;
	}
}

.footer-bottom {
	padding: 24px 0;
	border-top: 2px solid #ECECEB;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	flex-wrap: wrap;
}

.footer-icons {
	max-width: 380px;
	max-height: 50px;
}

@media (max-width: 900px) {
	.footer-icons {
		order: -1;
		max-width: unset;
		width: 100%;
		text-align: center;
	}
}

.footer-privacy ul {
	gap: 32px;
	display: flex;
}

.footer-privacy a {
	font-size: 12px;
	font-weight: 400;
	transition: .3s;
}

.footer-privacy a:hover {
	text-decoration: underline;
}

.footer-copy {
	color: #777777;
	font-size: 14px;
	line-height: 1.4;
}

.footer-col {
	padding: 0 60px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1100px) {
	.footer-col {
		padding: 0 24px;
	}
}

@media (max-width: 900px) {
	.footer-col {
		text-align: center;
		padding: 24px 0;
		border-bottom: 2px solid #ECECEB;
	}
}

.footer-col:nth-child(1) {
	padding-left: 0;
}

@media (max-width: 900px) {
	.footer-col:nth-child(1) {
		order: 2;
		border: none;
	}
}

.footer-col:nth-child(3) {
	padding-right: 0;
}

.footer-col:nth-child(2) {
	border-left: 2px solid #ECECEB;
	border-right: 2px solid #ECECEB;
	text-align: center;
}

@media (max-width: 900px) {
	.footer-col:nth-child(2) {
		border: none;
		border-bottom: 2px solid #ECECEB;
	}
}

.footer-map iframe {
	border-radius: 20px;
}

.hero {
	background-image: url("./img/background-gray.svg");
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.hero-button {
	padding-left: 20%;
	margin-bottom: 24px;
}

@media (max-width: 900px) {
	.hero-button {
		padding: 0;
	}
}

.hero-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 50vw;
	height: 90vh;
	max-height: 800px;
}

@media (max-width: 900px) {
	.hero-image {
		width: 100%;
		position: unset;
		height: unset;
	}
}

@media (max-width: 900px) {
	.hero-image-desk {
		display: none;
	}
}

.hero-image-mob {
	display: none;
}

@media (max-width: 900px) {
	.hero-image-mob {
		display: block;
	}
}

.hero-image img {
	width: 100%;
	object-fit: cover;
}

.hero-content {
	width: calc(50% - 15px);
	padding: 109px 0 130px;
}

@media (max-width: 900px) {
	.hero-content {
		width: 100%;
		text-align: center;
		padding: 24px 0 0;
	}
}

.hero-title {
	font-size: 90px;
	font-weight: 600;
	margin-bottom: 24px;
	text-transform: uppercase;
}

@media (max-width: 1300px) {
	.hero-title {
		font-size: 70px;
	}
}

@media (max-width: 1100px) {
	.hero-title {
		font-size: 60px;
	}
}

@media (max-width: 900px) {
	.hero-title {
		font-size: 48px;
	}
}

.hero-title-2 {
	text-align: right;
	padding-right: 20%;
	margin-bottom: 24px;
}

@media (max-width: 900px) {
	.hero-title-2 {
		padding: 0;
		text-align: center;
	}
}

.hero-title-2 span {
	display: inline-block;
	padding: 10px;
	background: #FEDA79;
	border-radius: 24px;
	font-weight: 500;
	font-size: 24px;
}

@media (max-width: 1100px) {
	.hero-title-2 span {
		font-size: 18px;
	}
}

.hero-text {
	max-width: 460px;
	margin-bottom: 48px;
}

@media (max-width: 900px) {
	.hero-text {
		margin: auto;
		margin-bottom: 24px;
	}
}

.marquee {
	background: #3F52E3;
	padding: 16px 0;
	overflow: hidden;
}

.marquee.light {
	background: #FEDA79;
}

.marquee.light .marquee-content {
	color: #151515;
}

@keyframes marquee {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-200%);
	}
}

.marquee-wrapper {
	display: flex;
	align-items: center;
	gap: 48px;
	animation: marquee 30s linear infinite;
}

.marquee-content {
	display: flex;
	align-items: center;
	gap: 48px;
	text-transform: uppercase;
	color: white;
	white-space: nowrap;
}

.marquee-content-image {
	max-width: 50px;
}

.marquee-content-image img {
	min-width: 50px;
}

.about-container {
	display: flex;
	gap: 24px 60px;
}

@media (max-width: 900px) {
	.about-container {
		flex-direction: column;
	}
}

.about-container > div {
	flex: 1;
}

.about-text {
	margin-bottom: 16px;
}

.about-text > *:nth-child(1) {
	font-weight: 500;
	margin-bottom: 16px;
	line-height: 1.4;
}

.about-text p:not(:last-child), .about-text ul:not(:last-child), .about-text li:not(:last-child) {
	margin-bottom: 8px;
}

.about-link a {
	display: flex;
	position: relative;
	color: #3F52E3;
	text-decoration: underline;
	align-items: center;
	gap: 8px;
}

.about-person {
	margin-top: 48px;
	display: flex;
	gap: 16px;
	align-items: center;
}

.about-person img {
	max-width: 100px;
	max-height: 100px;
	object-fit: cover;
}

.about-person-text-position {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #777777;
	margin-bottom: 8px;
}

.about-person-text-name {
	font-size: 24px;
	font-weight: 500;
}

.partners {
	background-image: url("./img/background-yellow.svg");
}

.partners-container {
	display: flex;
	gap: 24px;
}

@media (max-width: 768px) {
	.partners-container {
		flex-wrap: wrap;
	}
}

.partners-container > div {
	flex: 1;
}

@media (max-width: 768px) {
	.partners-container > div {
		width: 100%;
		flex: unset;
	}
}

.partners .section-text {
	max-width: 330px;
}

.partners .section-description span {
	background: white;
}

.partners-images {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.partners-images-item {
	width: calc(50% - 12px);
	padding: 40px;
	background: white;
	border-radius: 8px;
	border: 2px solid #ECECEB;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1200px) {
	.partners-images-item {
		width: 100%;
		padding: 25px;
	}
}

.news-block1 {
	text-align: center;
}

.news-container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

@media (max-width: 768px) {
	.news-container {
		gap: 24px;
	}
}

.news-posts {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.news-posts .slick-track {
	gap: 24px;
}

.news-posts .slick-slide > div, .news-posts .news-posts-item {
	height: 100%;
	display: block;
}

.news-posts-date {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #777777;
	margin-bottom: 16px;
	gap: 8px;
}

.news-posts-date img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.news-posts-descr {
	color: #777777;
	margin-bottom: 24px;
}

.news-posts-title {
	margin-bottom: 16px;
}

.news-posts-buttons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.news-posts-buttons .btn {
	cursor: pointer;
}

@media (max-width: 600px) {
	.news-posts-buttons .btn {
		font-size: 12px;
		padding: 10px;
		display: flex;
		align-items: center;
	}
}

.news-posts-buttons .btn-trans {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #151515;
	border: 1px solid #ECECEB;
}

.news-posts-item {
	width: calc(33.333% - 16px);
	border-radius: 8px;
	border: 2px solid #ECECEB;
	overflow: hidden;
}

@media (max-width: 1100px) {
	.news-posts-item {
		width: calc(50% - 12px);
	}
}

@media (max-width: 600px) {
	.news-posts-item {
		width: 100%;
	}
}

.news-posts-item > img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 8/6;
}

.news-posts-item-content {
	padding: 24px;
}

.contacts {
	background-image: url("./img/background-blue.svg");
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 0;
}

@media (max-width: 900px) {
	.contacts {
		padding-top: 180px;
	}
}

.contacts .section-text {
	color: #777777;
	margin-bottom: 24px;
}

.contacts-content {
	margin-left: 40%;
	padding: 120px 0 120px 120px;
}

@media (max-width: 1300px) {
	.contacts-content {
		padding: 40px 0 40px 40px;
	}
}

@media (max-width: 900px) {
	.contacts-content {
		width: 100%;
		text-align: center;
		padding: 24px 6px;
		margin: 0;
		position: relative;
	}
}

.contacts-content-block {
	border-radius: 8px;
	background: white;
	padding: 48px;
	border: 2px solid #FEDA79;
}

.contacts-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 40vw;
	height: 90vh;
	max-height: 800px;
}

@media (max-width: 900px) {
	.contacts-image {
		width: 100%;
		position: unset;
		height: unset;
	}
}

@media (max-width: 900px) {
	.contacts-image-desk {
		display: none;
	}
}

.contacts-image-mob {
	display: none;
}

@media (max-width: 900px) {
	.contacts-image-mob {
		display: block;
	}
}

.contacts-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 40vw;
	height: 90vh;
	min-height: 100%;
}

@media (max-width: 900px) {
	.contacts-image {
		height: 250px;
		min-height: unset;
		width: 100%;
	}
}

.contacts-image > div {
	height: 100%;
}

.contacts-image > div img {
	height: 100%;
	object-fit: cover;
}

@media (max-width: 900px) {
	.contacts-image > div img {
		width: 100%;
	}
}

.contacts .form-wrap {
	display: flex;
	gap: 24px;
	margin-bottom: 24px;
	text-align: left;
}

@media (max-width: 1100px) {
	.contacts .form-wrap {
		flex-wrap: wrap;
	}
}

.contacts .form-wrap label, .contacts .form-wrap input, .contacts .form-wrap span, .contacts .form-wrap textarea {
	display: block;
	width: 100%;
}

.contacts .form-wrap label {
	color: #151515;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.contacts .form-wrap label span {
	margin-top: 8px;
}

.contacts .form-wrap input, .contacts .form-wrap textarea {
	border: 1px solid #ECECEB;
	border-radius: 8px;
	padding: 24px;
	color: #777777;
	letter-spacing: 0.5px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat';
	max-height: 110px;
}

.contacts .form-wrap .wpcf7-submit {
	width: auto;
	display: inline-block;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all 0.3s;
	padding: 16px 24px;
	border-radius: 24px;
	font-weight: 500;
	position: relative;
	background-color: #3F52E3;
	color: white;
}

.contacts .form-wrap.form-sub {
	justify-content: end;
	margin-bottom: 0;
}

.events {
	background-image: url("./img/background-gray.svg");
	background-size: cover;
	position: relative;
}

.events-top {
	text-align: center;
}

.events-main {
	display: flex;
	gap: 24px;
	margin-top: 60px;
}

@media (max-width: 1100px) {
	.events-main {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.events-main > div {
	border: 1px solid #ECECEB;
	border-radius: 8px;
	overflow: hidden;
	padding: 24px;
	background: white;
}

.events-main-calendar {
	width: calc(33% - 12px);
}

@media (max-width: 1100px) {
	.events-main-calendar {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.events-main-calendar {
		width: 100%;
	}
}

.events-main-list {
	width: calc(67% - 12px);
	position: relative;
}

@media (max-width: 1100px) {
	.events-main-list {
		width: 100%;
	}
}

.events-main-list-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #ECECEB;
}

.events-main-list-top h3 {
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 500;
}

.events-main-events li {
	padding: 24px;
	border: 1px solid #ECECEB;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.events-controls {
	display: flex !important;
	gap: 10px;
}

.events-controls-prev, .events-controls-next {
	border-radius: 8px !important;
	background: #ECECEB !important;
	border: none !important;
	color: gray !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 21px;
}

.events .offcanvas-wrapper-image img {
	display: block !important;
}

.event-item-date {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
}

.event-item-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

.event-item-buttons {
	display: flex;
	gap: 8px;
}

.event-item-buttons .btn-trans {
	color: #151515;
	border: 1px solid #ECECEB;
}

.resources-block1 {
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.resources-block1 {
		margin-bottom: 24px;
	}
}

.resources .slick-dots {
	margin-top: 60px;
}

@media (max-width: 768px) {
	.resources .slick-dots {
		margin-top: 24px;
	}
}

.resources .slick-slide > div, .resources .resources-posts-item {
	height: 100%;
	display: block;
}

.resources-posts .slick-track {
	display: flex;
	gap: 24px;
}

.resources-posts-item {
	flex: 1;
	border: 2px solid #ECECEB;
	border-radius: 8px;
	overflow: hidden;
	display: flex !important;
	min-width: calc(50% - 12px);
}

@media (max-width: 1300px) and (min-width: 960px) {
	.resources-posts-item {
		flex-direction: column;
	}
	.resources-posts-item img {
		max-width: unset !important;
		width: 100%;
	}
}

@media (max-width: 960px) {
	.resources-posts-item {
		flex-direction: row;
	}
}

@media (max-width: 768px) {
	.resources-posts-item {
		flex-direction: column;
	}
}

.resources-posts-item img {
	position: relative;
	object-fit: cover;
	aspect-ratio: 8 / 8;
	max-width: 315px;
}

@media (max-width: 768px) {
	.resources-posts-item img {
		max-width: unset;
		max-height: 300px;
		width: 100%;
	}
}

.resources-posts-item-content {
	padding: 24px;
}

.resources-posts-date {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #777777;
	margin-bottom: 16px;
	gap: 8px;
}

.resources-posts-date img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.resources-posts-descr {
	color: #777777;
	margin-bottom: 24px;
}

.resources-posts-title {
	margin-bottom: 16px;
}

.resources-posts-buttons {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

@media (max-width: 600px) {
	.resources-posts-buttons .btn {
		font-size: 12px;
		padding: 10px;
		display: flex;
		align-items: center;
	}
}

.resources-posts-buttons .btn-trans {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #151515;
	border: 1px solid #ECECEB;
}

.hero .slick-arrow {
	display: none !important;
}

.hero ul.slick-dots {
	bottom: 0 !important;
	transform: translateY(-60px);
}

.hero .wpsisac-slick-slider .slick-dots li.slick-active button {
	background: #FEDA79 !important;
	border: none;
}

.hero .wpsisac-slick-slider .slick-dots li button {
	border: none;
}

.hero .wpsisac-slick-slider .slick-dots li, .hero .wpsisac-slick-carousal .slick-dots li {
	display: flex !important;
	border-color: #FEDA79;
}

/*# sourceMappingURL=style.css.map */