/*!
Theme Name: heey
Theme URI:
Author:
Author URI:
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: heey
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.

heey 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

--------------------------------------------------------------*/
@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-ExtraBoldItalic.ttf");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-BlackItalic.ttf");
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: Poppins;
	src: url("fonts/Poppins/Poppins-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

.siteHeaderContainer, .siteHeaderRight, .siteFooterBottom, .siteFooterBottom ul, .whatBlockItemContentLink, .teamBlockItemSocial, .projectsCats, .sliderNav, .linksBlockItemLink, .benefitsBlockItemTitle, .formBlock .codedropz-upload-wrapper .codedropz-upload-inner h3, .infoWebsite, .eventsTopContentCity, .eventsTopContentDate, .eventPageTop, .eventPageTopBack, .eventPageTopInfo, .eventPageTopDate, .eventPageTopCity, .share {
	display: flex;
	align-items: center;
}

.contactBlockImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

a, .siteHeader, #burger span, .subtitle::before, .whatBlockItemTitle::before, .whatBlockItemTitle::after, .projectsBlockItemTitle, .btn::before, .eventsBlockItemTitle {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.top, .what, .partner, .team, .projects, .blogPosts, .benefits, .contact, .form, .seo, .info, .employee, .interview, .pageContent, .infoTabs, .benefits2, .topVacancy {
	margin-bottom: 200px;
}

@media (max-width: 1024px) {
	.top, .what, .partner, .team, .projects, .blogPosts, .benefits, .contact, .form, .seo, .info, .employee, .interview, .pageContent, .infoTabs, .benefits2, .topVacancy {
		margin-bottom: 90px;
	}
}

/*--------------------------------------------------------------
# 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%;
	overflow-x: hidden;
}

/* 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-size: 2em;
	margin: 0.67em 0;
}

/* 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: #111517;
	font-family: Poppins;
	font-size: 16px;
	line-height: 1.8;
}

@media (max-width: 1024px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 14px;
	}
}

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.2;
	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: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;
}

.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
--------------------------------------------- */
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide:focus {
	outline: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	border: 0px;
	cursor: pointer;
	padding: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 1;
	font-size: 0px;
}

.slick-arrow svg {
	width: 100%;
	height: auto;
}

.slick-arrow.slick-disabled {
	opacity: 0;
	visibility: hidden;
}

.slick-arrow.slick-prev {
	left: -25px;
}

.slick-arrow.slick-prev::before {
	content: url("img/prev.svg");
}

.slick-arrow.slick-next {
	right: 35px;
}

.slick-arrow.slick-next::before {
	content: url("img/next.svg");
}

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
	transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
	transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
	transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
	transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
	transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
	transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
	transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
	transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
	transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
	transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
	transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
	transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
	transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
	transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
	transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
	transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
	transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
	transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
	transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
	transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
	transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
	transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
	transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
	transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
	transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
	transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
	transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
	transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
	transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
	transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
	transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
	transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
	transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
	transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
	transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
	transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
	transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
	transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
	transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
	transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
	transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
	transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
	transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
	transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
	transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
	transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
	transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
	transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
	transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
	transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
	transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
	transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
	transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
	transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
	transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
	transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
	transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
	transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
	transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
	transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
	transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
	transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
	transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
	transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
	transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
	transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
	transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
	transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
	transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
	transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
	transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
	transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
	transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
	transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
	transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
	transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
	transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
	transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
	transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
	transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
	transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
	transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
	transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
	transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
	transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
	transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
	transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
	transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
	transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
	transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
	transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
	transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
	transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
	transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
	transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
	transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
	transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
	transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
	transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
	transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
	transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
	transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
	transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
	transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
	transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
	transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
	transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
	transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
	transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
	transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
	transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
	transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
	transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
	transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
	transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
	transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
	transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
	transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
	transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
	transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
	transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
	transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
	transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
	transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
	transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
	transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
	transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
	transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
	transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
	transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
	transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
	transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
	transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
	transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
	transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
	transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
	transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
	transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
	transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
	transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
	transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
	transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
	transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
	transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
	transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
	transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
	transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
	transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
	transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
	transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
	transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
	transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
	transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
	transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
	transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
	transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
	transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
	transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
	transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
	transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
	transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
	transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
	transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
	transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
	transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
	transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
	transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
	transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
	transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
	transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
	transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
	transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
	transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
	transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
	transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
	transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
	transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
	transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
	transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
	transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
	transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
	transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
	transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
	transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
	transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
	transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
	transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
	transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
	transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^='fade'][data-aos^='fade'] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

[data-aos='fade-up'] {
	transform: translate3d(0, 100px, 0);
}

[data-aos='fade-down'] {
	transform: translate3d(0, -100px, 0);
}

[data-aos='fade-right'] {
	transform: translate3d(-100px, 0, 0);
}

[data-aos='fade-left'] {
	transform: translate3d(100px, 0, 0);
}

[data-aos='fade-up-right'] {
	transform: translate3d(-100px, 100px, 0);
}

[data-aos='fade-up-left'] {
	transform: translate3d(100px, 100px, 0);
}

[data-aos='fade-down-right'] {
	transform: translate3d(-100px, -100px, 0);
}

[data-aos='fade-down-left'] {
	transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^='zoom'][data-aos^='zoom'] {
	opacity: 0;
	transition-property: opacity, transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
}

[data-aos='zoom-in'] {
	transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
	transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos='zoom-in-down'] {
	transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos='zoom-in-right'] {
	transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
	transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos='zoom-out'] {
	transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
	transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos='zoom-out-down'] {
	transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos='zoom-out-right'] {
	transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
	transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^='slide'][data-aos^='slide'] {
	transition-property: transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
	transform: translate3d(0, 0, 0);
}

[data-aos='slide-up'] {
	transform: translate3d(0, 100%, 0);
}

[data-aos='slide-down'] {
	transform: translate3d(0, -100%, 0);
}

[data-aos='slide-right'] {
	transform: translate3d(-100%, 0, 0);
}

[data-aos='slide-left'] {
	transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^='flip'][data-aos^='flip'] {
	backface-visibility: hidden;
	transition-property: transform;
}

[data-aos='flip-left'] {
	transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
	transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
	transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
	transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
	transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
	transform: perspective(2500px) rotateX(0);
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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;
}

.site {
	padding-top: 162px;
}

@media (max-width: 1024px) {
	.site {
		padding-top: 101px;
	}
}

.siteHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 10;
	padding: 20px 0;
}

.siteHeader.fixed {
	padding: 8px 0;
}

@media (max-width: 1024px) {
	.siteHeader.fixed {
		padding: 10px 0;
	}
}

.siteHeaderContainer {
	width: 1320px;
	margin: 0 auto;
	justify-content: space-between;
}

@media (max-width: 1440px) {
	.siteHeaderContainer {
		width: 100%;
		padding: 0 60px;
	}
}

@media (max-width: 1024px) {
	.siteHeaderContainer {
		padding: 0 20px;
		flex-direction: row-reverse;
	}
}

.siteHeaderContainer .custom-logo-link {
	width: 163px;
	margin-right: -211px;
	margin-left: auto;
}

@media (max-width: 1024px) {
	.siteHeaderContainer .custom-logo-link {
		width: 87px;
	}
}

@media (max-width: 1024px) {
	.siteHeaderContainer .custom-logo-link {
		margin: 0;
	}
}

.siteHeaderPhone {
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #111517;
	text-decoration: none;
	margin-right: 48px;
}

.siteHeaderPhone:hover {
	color: #BA1C6C;
}

.siteHeaderPopup {
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #E50D6E;
	text-decoration: none;
}

.siteHeaderRight {
	margin-left: auto;
}

@media (max-width: 1024px) {
	.siteHeaderRight {
		display: none;
	}
}

.siteNavigation {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	padding: 93px 0;
	z-index: 9;
}

@media (max-width: 1024px) {
	.siteNavigation {
		padding: 125px 0 25px 0;
	}
}

.siteNavigationWrap {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 768px) {
	.siteNavigationWrap {
		display: block;
	}
}

.siteNavigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width: 768px) {
	.siteNavigation ul {
		margin-bottom: 60px;
	}
}

.siteNavigation ul li {
	margin-bottom: 25px;
	padding-left: 0;
}

@media (max-width: 1024px) {
	.siteNavigation ul li {
		margin-bottom: 30px;
	}
}

.siteNavigation ul li::before {
	display: none;
}

.siteNavigation ul li:last-of-type {
	margin-bottom: 0;
}

.siteNavigation ul li a {
	color: #111517;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: 45px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.siteNavigation ul li a {
		font-size: 28px;
	}
}

.siteNavigation ul li a:hover {
	margin-left: 20px;
	color: #E50D6E;
	text-shadow: -4px 0px 0px #F6A200;
}

@media (max-width: 1024px) {
	.siteNavigation ul li a {
		line-height: 100%;
		font-weight: 900;
	}
}

.siteNavigation .container {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.siteNavigation .container {
		display: block;
	}
}

.siteNavigationContacts {
	display: flex;
	margin-bottom: -10px;
}

@media (max-width: 768px) {
	.siteNavigationContacts {
		margin-bottom: -4px;
	}
	.siteNavigationContacts div:not(.siteNavigationContactsItemTextEmail):not(.siteNavigationContactsItemTextPhone):not(.siteNavigationContactsItem), .siteNavigationContacts a:not(.siteNavigationContactsItemTextEmail):not(.siteNavigationContactsItemTextPhone):not(.siteNavigationContactsItem) {
		display: none;
	}
}

.siteNavigationContacts a:hover {
	color: #E50D6E;
}

.siteNavigationContactsItem {
	margin-right: 75px;
}

.siteNavigationContactsItem:last-of-type {
	margin-right: 0;
}

.siteNavigationContactsItemTitle {
	margin-bottom: 20px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
}

.siteNavigationContactsItemText {
	color: #111517;
	text-decoration: none;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 10px;
	display: block;
}

@media (max-width: 1024px) {
	.siteNavigationContactsItemText {
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.siteNavigationContactsItemText {
		line-height: 18px;
		font-style: italic;
		font-weight: 600;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
}

.siteFooter {
	padding-bottom: 101px;
}

@media (max-width: 1024px) {
	.siteFooter {
		padding-bottom: 33px;
	}
}

.siteFooterTop {
	border-top: 1px solid #E5E5E5;
	padding-top: 80px;
	margin-bottom: 79px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.siteFooterTop {
		flex-direction: column;
		justify-content: flex-start;
	}
}

@media (max-width: 1024px) {
	.siteFooterTop {
		padding-top: 0;
		border-top: 0px;
		margin-bottom: 0px;
	}
}

.siteFooterTopItem {
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	.siteFooterTopItem {
		margin-bottom: 20px;
	}
}

.siteFooterTopItem a:hover {
	color: #E11283;
}

@media (max-width: 768px) {
	.siteFooterTopItemAddress .siteFooterTopItemText {
		text-transform: initial;
	}
}

.siteFooterTopItemContacts {
	margin-right: auto;
	margin-left: 60px;
}

@media (max-width: 768px) {
	.siteFooterTopItemContacts {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.siteFooterTopItemContacts .siteFooterTopItemText {
		text-transform: initial;
	}
}

.siteFooterTopItemSocial1 {
	margin-right: 60px;
}

@media (max-width: 768px) {
	.siteFooterTopItemSocial1 {
		margin-right: 0;
	}
}

.siteFooterTopItemText {
	color: #111517;
	text-decoration: none;
	font-size: 16px;
	line-height: 150%;
	margin-bottom: 10px;
}

@media (max-width: 1024px) {
	.siteFooterTopItemText {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.siteFooterTopItemText {
		line-height: 18px;
		letter-spacing: 0.02em;
		text-transform: capitalize;
	}
}

.siteFooterBottom {
	justify-content: space-between;
}

@media (max-width: 768px) {
	.siteFooterBottom {
		flex-direction: column;
		justify-content: flex-start;
		text-transform: capitalize;
	}
}

.siteFooterBottom a:hover {
	color: #E11283;
}

.siteFooterBottom .custom-logo-link {
	width: 83px;
}

@media (max-width: 1024px) {
	.siteFooterBottom .custom-logo-link {
		width: 83px;
	}
}

@media (max-width: 768px) {
	.siteFooterBottom .custom-logo-link {
		order: 2;
		margin: 0 auto;
	}
}

.siteFooterBottom .copyright {
	font-size: 14px;
	line-height: 150%;
	margin-left: 48px;
	margin-right: auto;
}

@media (max-width: 1024px) {
	.siteFooterBottom .copyright {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.siteFooterBottom .copyright {
		line-height: 18px;
		letter-spacing: 0.02em;
		text-transform: lowercase;
	}
}

@media (max-width: 768px) {
	.siteFooterBottom .copyright {
		order: 3;
		text-align: center;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
}

.siteFooterBottom ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width: 768px) {
	.siteFooterBottom ul {
		order: 1;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
		width: 100%;
	}
}

.siteFooterBottom ul li {
	margin-right: 40px;
	padding-left: 0;
}

.siteFooterBottom ul li:last-of-type {
	margin-right: 0;
}

.siteFooterBottom ul li::before {
	display: none;
}

.siteFooterBottom ul li a {
	color: #111517;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
}

@media (max-width: 1024px) {
	.siteFooterBottom ul li a {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.siteFooterBottom ul li a {
		line-height: 18px;
		letter-spacing: 0.02em;
		text-transform: capitalize;
	}
}

.siteFooterBottom #infoMenu li {
	margin-bottom: 0;
}

#burger {
	width: 28px;
	height: 17px;
	position: relative;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 11;
}

#burger span {
	display: block;
	position: absolute;
	height: 3px;
	width: 28px;
	background: #000;
	opacity: 1;
	right: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transform: skew(-45deg);
}

#burger span:nth-child(1) {
	top: 0px;
	background: #F6A200;
}

#burger span:nth-child(2) {
	background: #F6A200;
}

#burger span:nth-child(3) {
	background: #E11283;
}

#burger span:nth-child(2), #burger span:nth-child(3) {
	top: 7px;
	left: 0px;
	width: 22px;
}

#burger span:nth-child(4) {
	top: 14px;
	background: #BA1C6C;
}

#burger.open span:nth-child(1), #burger.open span:nth-child(4) {
	top: 0px;
	width: 0%;
	right: 50%;
}

#burger.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#burger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.container {
	width: 1170px;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.container {
		width: 100%;
		padding: 0 135px;
	}
}

@media (max-width: 1024px) {
	.container {
		padding: 0 20px;
	}
}

.containerMin {
	max-width: 770px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.containerMin {
		max-width: 100%;
		padding: 0 20px;
	}
}

@media (max-width: 1024px) {
	#cursor {
		display: none;
	}
}

#cursor span {
	display: inline-block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-top: -5px;
	margin-left: -5px;
	background-color: #F6A200;
}

#cursor span:nth-of-type(1) {
	transform: scale(1);
	-webkit-transition: .05s linear;
	-moz-transition: .05s linear;
	-o-transition: .05s linear;
	transition: .05s linear;
	background-color: #BA1C6C;
	z-index: 108;
}

#cursor span:nth-of-type(2) {
	transform: scale(0.95);
	-webkit-transition: .06s linear;
	-moz-transition: .06s linear;
	-o-transition: .06s linear;
	transition: .06s linear;
	background-color: #E11283;
	z-index: 107;
}

#cursor span:nth-of-type(3) {
	transform: scale(0.9);
	-webkit-transition: .07s linear;
	-moz-transition: .07s linear;
	-o-transition: .07s linear;
	transition: .07s linear;
	z-index: 106;
}

#cursor span:nth-of-type(4) {
	transform: scale(0.85);
	-webkit-transition: .08s linear;
	-moz-transition: .08s linear;
	-o-transition: .08s linear;
	transition: .08s linear;
	background-color: #BA1C6C;
	z-index: 105;
}

#cursor span:nth-of-type(5) {
	transform: scale(0.8);
	-webkit-transition: .09s linear;
	-moz-transition: .09s linear;
	-o-transition: .09s linear;
	transition: .09s linear;
	background-color: #E11283;
	z-index: 104;
}

#cursor span:nth-of-type(6) {
	transform: scale(0.75);
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
	transition: .1s linear;
	z-index: 103;
}

#cursor span:nth-of-type(7) {
	transform: scale(0.7);
	-webkit-transition: .11s linear;
	-moz-transition: .11s linear;
	-o-transition: .11s linear;
	transition: .11s linear;
	background-color: #BA1C6C;
	z-index: 102;
}

#cursor span:nth-of-type(8) {
	transform: scale(0.65);
	-webkit-transition: .12s linear;
	-moz-transition: .12s linear;
	-o-transition: .12s linear;
	transition: .12s linear;
	background-color: #E11283;
	z-index: 101;
}

.subtitle {
	position: relative;
	margin-bottom: 30px;
	padding: 5px 16px;
	font-style: italic;
	font-weight: 800;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
}

@media (max-width: 1024px) {
	.subtitle {
		font-size: 9px;
	}
}

.subtitle::before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #E11283;
	transform: skew(-25deg);
}

.subtitle span {
	position: relative;
}

@media (max-width: 1024px) {
	.subtitle {
		margin-bottom: 15px;
		line-height: 13px;
		font-weight: bold;
	}
}

h1, .title {
	margin: 0;
	font-style: italic;
	font-weight: 900;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	h1, .title {
		font-size: 28px;
	}
}

h1800, .title800 {
	font-weight: 800;
}

.topBot {
	margin-bottom: 90px;
}

.topBot .topLeft {
	margin-top: 48px;
}

.top h1, .top .title {
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.top h1, .top .title {
		margin-bottom: 40px;
	}
}

.topText {
	max-width: 570px;
}

@media (max-width: 1024px) {
	.topText {
		display: none;
	}
}

.topText2 {
	margin-top: 90px;
	background: #F6A200;
	padding: 150px;
	color: #fff;
	font-size: 40px;
	line-height: 150%;
}

@media (max-width: 1024px) {
	.topText2 {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.topText2 {
		padding: 50px 20px;
		margin-top: 80px;
	}
}

.topText2 p:first-of-type {
	margin-top: 0;
}

.topText2 p:last-of-type {
	margin-bottom: 0;
}

.topLeft, .topSocial {
	font-style: italic;
	font-weight: 800;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	position: sticky;
	top: 150px;
	white-space: nowrap;
	bottom: 150px;
	display: inline-flex;
	align-items: center;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	margin-top: 150px;
}

@media (max-width: 1024px) {
	.topLeft, .topSocial {
		display: none;
	}
}

.topContent .topSocial {
	display: none;
}

@media (max-width: 1024px) {
	.topContent .topSocial {
		display: inline-flex;
		transform: none;
		margin: 0;
		position: initial;
		justify-content: flex-start;
		writing-mode: horizontal-tb;
	}
}

.topSocial {
	transform: rotate(180deg) translateX(-55px);
	display: inline-flex;
	align-items: center;
	grid-gap: 30px;
	margin-top: 72px;
}

.topSocialWrap {
	padding-bottom: 135px;
}

@media (max-width: 1024px) {
	.topSocialWrap {
		display: none;
	}
}

.topSocial a {
	text-decoration: none;
	color: #111517;
}

.topContentWrap {
	margin-left: -77px;
	display: grid;
	grid-template-columns: 77px calc(100% - 77px);
}

.topContentWrap.withSocial {
	margin-right: -77px;
	grid-template-columns: 77px calc(100% - 154px) 77px;
}

@media (max-width: 1024px) {
	.topContentWrap {
		display: block;
		margin: 0 !important;
	}
}

.what .title {
	margin-bottom: 104px;
}

@media (max-width: 1024px) {
	.what .title {
		margin-bottom: 30px;
	}
}

.what .topLeft {
	margin-top: 109px;
}

.whatBlockItem {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 1024px) {
	.whatBlockItem {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.whatBlockItem:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0px;
}

.whatBlockItemTitle {
	cursor: pointer;
	font-style: italic;
	font-weight: 800;
	font-size: 35px;
	line-height: 120%;
	text-transform: uppercase;
	position: relative;
}

@media (max-width: 1024px) {
	.whatBlockItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.whatBlockItemTitle {
		font-weight: bold;
	}
}

.whatBlockItemTitle.active {
	color: #E11283;
}

.whatBlockItemTitle.active::after {
	transform: skew(-25deg) rotate(0deg);
}

.whatBlockItemTitle::before, .whatBlockItemTitle::after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	right: 0;
	height: 4px;
	width: 25px;
	transform: skew(-25deg);
	background: #111517;
}

@media (max-width: 1024px) {
	.whatBlockItemTitle::before, .whatBlockItemTitle::after {
		height: 2px;
		width: 10px;
		margin-top: -4px;
	}
}

.whatBlockItemTitle::after {
	transform: skew(-25deg) rotate(75deg);
}

.whatBlockItemContent {
	display: none;
	margin-top: 20px;
}

.whatBlockItemContentText {
	max-width: 770px;
	margin-bottom: 30px;
	line-height: 190%;
}

@media (max-width: 1024px) {
	.whatBlockItemContentText {
		margin-bottom: 15px;
	}
}

.whatBlockItemContentLinks {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.whatBlockItemContentLinks {
		margin-bottom: 15px;
	}
}

.whatBlockItemContentLinks .subtitle {
	color: #111517;
	margin-bottom: 10px;
}

.whatBlockItemContentLinks .subtitle:hover {
	color: #fff;
}

.whatBlockItemContentLinks .subtitle:hover::before {
	background: #E11283;
}

.whatBlockItemContentLinks .subtitle::before {
	background: #F3F3F3;
}

.whatBlockItemContentLink {
	text-decoration: none;
	color: #E11283;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
}

@media (max-width: 1024px) {
	.whatBlockItemContentLink {
		font-size: 16px;
	}
}

.whatBlockItemContentLink img {
	margin-left: 14px;
}

.partner .topLeft {
	margin-top: 225px;
}

.partner .title {
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.partner .title {
		margin-bottom: 30px;
	}
}

.partnerSubtitle {
	margin-bottom: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: lowercase;
	color: #E11283;
}

@media (max-width: 1024px) {
	.partnerSubtitle {
		margin-bottom: 30px;
	}
}

.partnerBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
	grid-gap: 80px;
}

@media (max-width: 768px) {
	.partnerBlock {
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
	}
}

.partnerBlock img {
	width: 150px;
}

@media (max-width: 1024px) {
	.partnerBlock img {
		width: 120px;
	}
}

.team .topLeft {
	margin-top: 266px;
}

.team .title {
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.team .title {
		margin-bottom: 20px;
	}
}

.teamBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

@media (max-width: 1024px) {
	.teamBlock {
		grid-gap: 20px;
	}
}

@media (max-width: 768px) {
	.teamBlock {
		margin-right: -20px;
		display: block;
	}
	.teamBlock .slick-list {
		padding-left: 0 !important;
	}
}

@media (max-width: 768px) {
	.teamBlockItem {
		padding-right: 6.25vw;
	}
}

.teamBlockItem img {
	width: 100%;
	margin-bottom: 20px;
}

.teamBlockItemName {
	margin-bottom: 5px;
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.teamBlockItemName {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.teamBlockItemName {
		margin-bottom: 3px;
	}
}

.teamBlockItemPosition {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: lowercase;
	color: #9B9B9B;
}

@media (max-width: 1024px) {
	.teamBlockItemPosition {
		margin-bottom: 20px;
	}
}

.teamBlockItemSocial a {
	text-decoration: none;
	color: #111517;
	margin-right: 15px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: lowercase;
}

.teamBlockItemSocial a:last-of-type {
	margin-right: 0;
}

.teamBlockItemSocial a:hover {
	color: #E11283;
}

.projects .topLeft {
	margin-top: 484px;
}

.projects .title {
	text-align: center;
	margin-bottom: 60px;
}

@media (max-width: 1024px) {
	.projects .title {
		margin-bottom: 20px;
		text-align: left;
	}
}

.projectsMore .title {
	text-align: left;
}

.projectsCats {
	justify-content: center;
	margin-bottom: 70px;
}

@media (max-width: 1024px) {
	.projectsCats {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.projectsCats {
		margin-right: -20px;
	}
	.projectsCats .slick-track {
		margin-left: 5px;
	}
}

.projectsCats .subtitle {
	margin-bottom: 0;
	color: #C5C5C5;
}

.projectsCats .subtitle.active, .projectsCats .subtitle:hover {
	color: #fff;
}

.projectsCats .subtitle.active::before, .projectsCats .subtitle:hover::before {
	background: #E11283;
}

.projectsCats .subtitle::before {
	background: #F3F3F3;
}

.projectsCats a, .projectsCats .subtitle {
	margin-right: 6px;
	cursor: pointer;
}

.projectsCats a:last-of-type, .projectsCats .subtitle:last-of-type {
	margin-right: 0;
}

.projectsBlock {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0 169px;
}

@media (max-width: 1200px) {
	.projectsBlock {
		grid-gap: 0 60px;
	}
}

@media (max-width: 768px) {
	.projectsBlock {
		grid-gap: 30px;
	}
}

@media (max-width: 500px) {
	.projectsBlock {
		grid-template-columns: 100%;
	}
}

@media (max-width: 768px) {
	.projectsBlockItemWrap {
		margin: 0 !important;
	}
}

.projectsBlockItemWrap:nth-of-type(even) {
	margin-top: 372px;
}

.projectsBlockItemWrap:nth-of-type(odd) {
	margin-top: -61px;
}

.projectsBlockItemWrap:nth-of-type(1) {
	margin-top: 0;
}

.projectsBlockItem {
	display: block;
	text-decoration: none;
	color: #111517;
}

.projectsBlockItem span {
	display: block;
}

.projectsBlockItemImg {
	position: relative;
	padding: 220px 25px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.projectsBlockItemImg {
		padding: 63px 30px;
		margin-bottom: 20px;
	}
}

.projectsBlockItemImg img {
	width: 100%;
}

.projectsBlockItemImgCats {
	position: absolute;
	top: 27px;
	left: 27px;
	display: flex !important;
}

@media (max-width: 768px) {
	.projectsBlockItemImgCats {
		top: 10px;
		left: 10px;
	}
}

.projectsBlockItemImgCatsItem {
	display: inline-block !important;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.projectsBlockItemImgCatsItem {
		display: none !important;
	}
	.projectsBlockItemImgCatsItem:nth-of-type(1) {
		display: inline-block !important;
	}
}

.projectsBlockItem:hover .projectsBlockItemTitle {
	color: #E11283;
}

.projectsBlockItemTitle {
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 800;
	font-size: 35px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.projectsBlockItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.projectsBlockItemTitle {
		margin-bottom: 10px;
		font-weight: bold;
		line-height: 100%;
	}
}

.projectsBlockItemNumbersItem {
	display: flex !important;
	align-items: center;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	margin-bottom: 5px;
}

@media (max-width: 768px) {
	.projectsBlockItemNumbersItem {
		margin-bottom: 2px;
	}
}

.projectsBlockItemNumbersItem:last-of-type {
	margin-bottom: 0;
}

.projectsBlockItemNumbersItem .sep {
	margin: 0 5px;
}

.projectsBlockItemNumbersItemNum {
	color: #E11283;
}

.projectsBtn {
	display: flex;
	justify-content: center;
	margin-top: 116px;
}

@media (max-width: 1024px) {
	.projectsBtn {
		margin-top: 50px;
	}
}

.btn {
	position: relative;
	padding: 13px 46px;
	font-style: italic;
	font-weight: 900;
	font-size: 14px;
	line-height: 16px;
	border: 0px;
	background: rgba(0, 0, 0, 0);
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.btn {
		font-size: 9px;
	}
}

.btn:focus {
	outline: none;
}

.btn::before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #E11283;
	transform: skew(-25deg);
	z-index: -1;
}

.btn span {
	position: relative;
}

@media (max-width: 1024px) {
	.btn {
		font-weight: 800;
	}
}

.btnYellow {
	color: #111517;
}

.btnYellow::before {
	background: #F6A200;
}

.blogPosts .topLeft {
	margin-top: 247px;
}

.blogPostsTop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.blogPostsTop {
		margin-bottom: 20px;
	}
}

.blogPostsTop .title {
	margin: 0;
}

@media (max-width: 1024px) {
	.blogPostsTop .sliderNav {
		display: none;
	}
}

.blogPostsBlock {
	margin-right: calc(((100vw - 1170px)/2)*-1);
}

@media (max-width: 1440px) {
	.blogPostsBlock {
		margin-right: -135px;
	}
}

@media (max-width: 1024px) {
	.blogPostsBlock {
		margin-right: -20px;
	}
}

.blogPostsBlock .slick-list {
	padding-left: 0 !important;
}

.blogPostsBlock .eventsBlockItem {
	margin-right: 30px;
}

@media (max-width: 768px) {
	.blogPostsBlock .eventsBlockItem {
		margin-right: 6.25vw;
	}
}

.sliderNav svg {
	cursor: pointer;
}

.sliderNav svg:first-of-type {
	margin-right: -5px;
}

.contactUs {
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	.contactUs {
		margin-bottom: 90px;
	}
}

.contactUsTitle {
	margin-bottom: 40px;
	font-style: italic;
	font-weight: 800;
	font-size: 50px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.contactUsTitle {
		font-size: 35px;
	}
}

@media (max-width: 1024px) {
	.contactUsTitle {
		font-weight: 900;
		line-height: 100%;
		margin-bottom: 30px;
	}
}

.contactUsTitle span {
	color: #E50D6E;
}

.contactUs .btn {
	font-weight: 600;
	padding: 16px 65px 17px 66px;
}

@media (max-width: 1024px) {
	.contactUs .btn {
		padding: 13px 46px;
	}
}

.modal_div {
	position: fixed;
	top: 20%;
	left: 50%;
	width: 1128px;
	margin-left: -564px;
	display: none;
	opacity: 0;
	z-index: 3000000;
	background: #fff;
	padding: 110px;
}

@media (max-width: 1200px) {
	.modal_div {
		width: 90vw !important;
		margin-left: -45vw !important;
	}
}

@media (max-width: 1024px) {
	.modal_div {
		padding: 60px 20px 40px 20px;
	}
}

.modal_div .modal_close {
	position: absolute;
	width: 22px;
	height: 22px;
	top: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 1024px) {
	.modal_div .modal_close {
		top: 20px;
		right: 20px;
		width: 15px;
		height: 15px;
	}
}

#overlay {
	z-index: 1000;
	position: fixed;
	background-color: #2A2A2A;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

#breadcrumbs {
	margin-bottom: 60px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #C4C4C4;
}

#breadcrumbs a {
	text-decoration: none;
	color: #C4C4C4;
}

#breadcrumbs a:hover {
	color: #111517;
}

#breadcrumbs .sep {
	display: inline-block;
	margin: 0 15px;
}

@media (max-width: 1024px) {
	#breadcrumbs {
		margin-bottom: 30px;
	}
}

#breadcrumbs .breadcrumb_last {
	color: #111517;
}

.textLeft {
	margin-bottom: 110px;
}

@media (max-width: 1024px) {
	.textLeft {
		margin-bottom: 50px;
	}
}

.textLeftBlock {
	max-width: 770px;
}

@media (max-width: 1024px) {
	.textLeftBlock {
		max-width: 100%;
	}
}

.textLeftBlockTitle {
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 125%;
}

@media (max-width: 1024px) {
	.textLeftBlockTitle {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.textLeftBlockTitle {
		margin-bottom: 20px;
		font-weight: 600;
		line-height: 170%;
	}
}

.textLeftBlockText {
	line-height: 190%;
}

.textLeftBlockText p:first-of-type {
	margin-top: 0;
}

.textLeftBlockText p:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.textLeftBlockText {
		line-height: 180%;
	}
}

ul {
	padding: 0;
	margin: 40px 0;
	list-style: none;
}

@media (max-width: 1024px) {
	ul {
		margin: 20px 0;
	}
}

ul li {
	margin-bottom: 5px;
	position: relative;
	padding-left: 16px;
}

ul li:last-of-type {
	margin-bottom: 0;
}

ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
	background: #E11283;
}

@media (max-width: 1024px) {
	ul li::before {
		top: 9px;
	}
}

.links {
	margin-bottom: 110px;
}

@media (max-width: 1024px) {
	.links {
		margin-bottom: 90px;
	}
}

.linksBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 70px 30px;
}

@media (max-width: 1024px) {
	.linksBlock {
		grid-gap: 35px 30px;
	}
}

@media (max-width: 768px) {
	.linksBlock {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 500px) {
	.linksBlock {
		grid-template-columns: 100%;
	}
}

.linksBlockItemTitle {
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.linksBlockItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.linksBlockItemTitle {
		font-weight: bold;
		margin-bottom: 15px;
	}
}

.linksBlockItemText {
	line-height: 190%;
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.linksBlockItemText {
		line-height: 180%;
		margin-bottom: 15px;
	}
}

.linksBlockItemLink {
	text-decoration: none;
	font-weight: bold;
	line-height: 187%;
	color: #E11283;
}

.linksBlockItemLink svg {
	margin-left: 10px;
}

.benefitsBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

@media (max-width: 1200px) {
	.benefitsBlock {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1024px) {
	.benefitsBlock {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.benefitsBlock {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 500px) {
	.benefitsBlock {
		grid-gap: 15px;
	}
}

.benefitsBlockItem {
	background: #F3F3F3;
	padding-top: 100%;
	position: relative;
	text-align: center;
	overflow: hidden;
}

.benefitsBlockItemTitle {
	color: #000;
	font-style: italic;
	font-weight: bold;
	font-size: 32px;
	line-height: 110%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	padding: 25px 25px 60px 25px;
	justify-content: center;
}

@media (max-width: 1024px) {
	.benefitsBlockItemTitle {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.benefitsBlockItemTitle {
		line-height: 120%;
	}
}

.benefitsBlockItemText {
	font-size: 20px;
	line-height: 150%;
	padding: 25px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.benefitsBlockItemText {
		font-size: 10px;
	}
}

@media (max-width: 1024px) {
	.benefitsBlockItemText {
		line-height: 140%;
	}
}

.contactBlock {
	background: #F6A200;
	padding: 90px 98px 90px 120px;
	display: grid;
	grid-template-columns: 33.6842105% 66.3157895%;
	align-items: center;
	color: #fff;
}

@media (max-width: 1024px) {
	.contactBlock {
		display: flex;
		flex-direction: column-reverse;
		padding: 50px 15px;
	}
}

.contactBlockImg {
	width: 100%;
	padding-top: 131%;
}

@media (max-width: 1024px) {
	.contactBlockImg {
		padding-top: 120%;
	}
}

.contactBlockContent {
	padding-left: 70px;
}

@media (max-width: 1024px) {
	.contactBlockContent {
		padding: 0 5px;
		width: 100%;
		margin-bottom: 30px;
	}
}

.contactBlockContentPosition {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
	.contactBlockContentPosition {
		font-size: 10px;
		line-height: 140%;
	}
}

.contactBlockContentName {
	margin-bottom: 60px;
	font-style: italic;
	font-weight: 900;
	font-size: 80px;
	line-height: 100%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.contactBlockContentName {
		font-size: 25px;
	}
}

@media (max-width: 1024px) {
	.contactBlockContentName {
		margin-bottom: 25px;
	}
}

.contactBlockContentContacts {
	display: flex;
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.contactBlockContentContacts {
		margin-bottom: 0;
		display: block;
	}
}

.contactBlockContentContactsItem {
	margin-right: 39px;
}

@media (max-width: 1024px) {
	.contactBlockContentContactsItem {
		margin-bottom: 15px;
		margin-right: 0;
	}
}

.contactBlockContentContactsItem:last-of-type {
	margin-right: 0;
}

.contactBlockContentContactsItemTitle {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
	.contactBlockContentContactsItemTitle {
		font-size: 10px;
	}
}

@media (max-width: 1024px) {
	.contactBlockContentContactsItemTitle {
		line-height: 140%;
		letter-spacing: initial;
		margin-bottom: 7px;
	}
}

.contactBlockContentContactsItem a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.contactBlockContentContactsItem a {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.contactBlockContentContactsItem a {
		line-height: 100%;
	}
}

.contactBlockContentContactsItemSocial a {
	margin-right: 20px;
}

.formQA {
	margin-left: 14.7008547%;
	position: relative;
	padding-left: 28px;
	font-size: 12px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	.formQA {
		font-size: 10px;
	}
}

@media (max-width: 1024px) {
	.formQA {
		line-height: 140%;
		margin-bottom: 30px;
		margin-left: 0;
		padding-left: 31px;
	}
}

.formQAAnswer {
	color: #E01580;
}

.formQA::before {
	content: '//';
	position: absolute;
	left: 0;
	top: 0;
}

.formBlock p {
	margin: 0;
}

.formBlock br {
	display: none;
}

.formBlock .projectsBtn {
	margin-top: 0;
}

.formBlock .wpcf7-not-valid-tip {
	font-weight: normal;
	font-size: 12px;
	margin-left: 25px;
}

@media (max-width: 500px) {
	.formBlock .wpcf7-not-valid-tip {
		margin-left: 0;
	}
}

.formBlock .label {
	text-align: center;
	justify-content: center;
}

@media (max-width: 500px) {
	.formBlock .label {
		justify-content: flex-start;
		text-align: left;
	}
}

.formBlock .labelText {
	white-space: nowrap;
}

.formBlock .ajax-loader {
	display: none !important;
}

.formBlock label {
	font-style: italic;
	font-weight: 900;
	overflow: hidden;
	font-size: 50px;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.formBlock label {
		font-size: 28px;
	}
}

@media (max-width: 500px) {
	.formBlock label {
		flex-direction: column;
		margin-bottom: 40px;
	}
}

.formBlock label:last-of-type {
	margin-bottom: 60px;
}

@media (max-width: 1024px) {
	.formBlock label:last-of-type {
		margin-bottom: 40px;
	}
}

.formBlock label .wpcf7-form-control-wrap {
	width: 100%;
}

.formBlock label .wpcf7-form-control-wrap input {
	width: 100%;
}

.formBlock label input {
	border: 0px;
	background: #fff;
	border-radius: 0px;
	border-bottom: 1px solid #000000;
	padding: 0 0 8px 0;
	font-size: 18px;
	line-height: 170%;
	color: #111517;
	margin-left: 25px;
}

@media (max-width: 1024px) {
	.formBlock label input {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.formBlock label input {
		margin-left: 0;
		margin-top: 22px;
		padding-bottom: 15px;
	}
}

.formBlock label input::placeholder {
	color: #111517;
}

.formBlock label input:focus {
	outline: none;
}

.formBlock .codedropz-upload-handler {
	margin: 0;
	border-radius: 50px;
	border: 1px dashed #D1D1D1;
	cursor: pointer;
}

.formBlock .codedropz-upload-container {
	padding: 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.formBlock .codedropz-upload-wrapper {
	position: relative;
}

.formBlock .codedropz-upload-wrapper .codedropz-upload-inner span {
	display: none;
}

.formBlock .codedropz-upload-wrapper .codedropz-upload-inner .codedropz-btn-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}

.formBlock .codedropz-upload-wrapper .codedropz-upload-inner h3 {
	font-size: 0px;
	margin: 0;
	line-height: 1;
	justify-content: center;
}

.formBlock .codedropz-upload-wrapper .codedropz-upload-inner h3::before {
	content: 'Hochladen';
	font-weight: normal;
	font-size: 18px;
	line-height: 170%;
}

.formBlock .codedropz-upload-wrapper .codedropz-upload-inner h3::after {
	content: url("img/paperclip.svg");
	margin-left: 10px;
}

.formBlock .codedropz-upload-wrapper .dnd-upload-counter {
	display: none;
}

.formFile {
	margin-top: -30px;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.formFile {
		margin-top: -10px;
		margin-bottom: 30px;
	}
}

.seo {
	font-size: 12px;
	line-height: 170%;
}

@media (max-width: 1024px) {
	.seo {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.seo {
		line-height: 180%;
	}
}

.seoTitle {
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.seoTitle {
		font-size: 22px;
	}
}

@media (max-width: 1024px) {
	.seoTitle {
		margin-bottom: 15px;
	}
}

.seoText {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.seoText {
		margin-bottom: 45px;
	}
}

.seoText p:first-of-type {
	margin-top: 0;
}

.seoText p:last-of-type {
	margin-bottom: 0;
}

.seoListItem {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.seoListItem {
		margin-bottom: 45px;
	}
}

.seoListItem:last-of-type {
	margin-bottom: 0;
}

.seoListItemTitle {
	font-weight: bold;
	font-size: 16px;
	line-height: 180%;
	margin-bottom: 10px;
	padding-left: 22px;
	position: relative;
}

@media (max-width: 1024px) {
	.seoListItemTitle {
		font-size: 16px;
	}
}

.seoListItemTitle svg {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

@media (max-width: 1024px) {
	.seoListItemTitle {
		line-height: 100%;
		font-style: italic;
		margin-bottom: 15px;
	}
}

.seoListItemText p:first-of-type {
	margin-top: 0;
}

.seoListItemText p:last-of-type {
	margin-bottom: 0;
}

.topProject {
	margin-bottom: 70px;
	text-align: center;
}

@media (max-width: 1024px) {
	.topProject {
		margin-bottom: 50px;
	}
}

.topProjectLogo {
	width: 131px;
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.topProjectLogo {
		width: 131px;
	}
}

@media (max-width: 1024px) {
	.topProjectLogo {
		margin-bottom: 30px;
	}
}

.topProject .title {
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.topProject .title {
		margin-bottom: 30px;
	}
}

.topProjectText {
	max-width: 496px;
	margin: 0 auto 35px auto;
}

@media (max-width: 1024px) {
	.topProjectText {
		max-width: 100%;
		text-align: left;
		margin-bottom: 30px;
	}
}

.bigPhoto {
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
	.bigPhoto {
		margin-bottom: 30px;
	}
}

.bigPhoto img {
	width: 100%;
}

@media (max-width: 500px) {
	.bigPhotoDesc {
		display: none;
	}
}

.bigPhotoMob {
	display: none;
}

@media (max-width: 500px) {
	.bigPhotoMob {
		display: initial;
	}
}

.info .title {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.info .title {
		margin-bottom: 20px;
	}
}

.infoSubtitle {
	font-size: 40px;
	line-height: 125%;
	margin-bottom: 60px;
}

@media (max-width: 1024px) {
	.infoSubtitle {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.infoSubtitle {
		line-height: 170%;
		margin-bottom: 15px;
	}
}

.infoWebsite {
	text-decoration: none;
	color: #E11283;
	font-weight: bold;
	font-size: 20px;
	font-size: 20px;
	line-height: 150%;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	.infoWebsite {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.infoWebsite {
		margin-bottom: 50px;
		line-height: 187%;
	}
}

.infoWebsite svg {
	margin-left: 14px;
}

.infoInfo {
	display: flex;
	margin-bottom: 80px;
}

@media (max-width: 1024px) {
	.infoInfo {
		margin-bottom: 50px;
	}
}

.infoInfoItem {
	margin-right: 106px;
}

@media (max-width: 1024px) {
	.infoInfoItem {
		margin-right: 60px;
	}
}

.infoInfoItem:last-of-type {
	margin-right: 0;
}

.infoInfoItemTitle {
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	.infoInfoItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.infoInfoItemTitle {
		line-height: 120%;
		font-weight: bold;
		margin-bottom: 10px;
	}
}

.infoInfoItemText {
	font-size: 16px;
	line-height: 200%;
}

@media (max-width: 1024px) {
	.infoInfoItemText {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.infoInfoItemText {
		line-height: 180%;
	}
}

.infoText p:first-of-type {
	margin-top: 0;
}

.infoText p:last-of-type {
	margin-bottom: 0;
}

.employeeBlock {
	padding: 53px 0;
	position: relative;
	padding-left: 58px;
}

@media (max-width: 1024px) {
	.employeeBlock {
		padding: 0 0 0 20px;
	}
}

.employeeBlock::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	height: 100%;
	background: #F6A200;
	width: 8px;
	display: block;
	clip-path: polygon(0% 0%, 100% 4%, 100% 100%, 0% 96%);
}

@media (max-width: 1024px) {
	.employeeBlock::before {
		width: 5px;
	}
}

.employeeBlockPerson {
	position: relative;
	padding-left: 85px;
	margin-bottom: 53px;
}

@media (max-width: 1024px) {
	.employeeBlockPerson {
		padding-left: 64px;
		margin-bottom: 22px;
	}
}

.employeeBlockPerson img {
	position: absolute;
	left: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-top: -30px;
}

@media (max-width: 1024px) {
	.employeeBlockPerson img {
		width: 50px;
		height: 50px;
		margin-top: -25px;
	}
}

.employeeBlockPersonName {
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.employeeBlockPersonName {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.employeeBlockPersonName {
		margin-bottom: 1px;
	}
}

.employeeBlockTitle {
	font-size: 40px;
	line-height: 125%;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.employeeBlockTitle {
		font-size: 25px;
	}
}

.employeeBlockTitle span {
	font-weight: bold;
}

@media (max-width: 1024px) {
	.employeeBlockTitle {
		line-height: 125%;
		margin-bottom: 10px;
	}
}

.projectPhotosItem {
	margin-right: 30px;
}

@media (max-width: 768px) {
	.projectPhotosItem {
		margin-right: 10px;
	}
}

.projectPhotosItem img {
	width: 100%;
}

.interview {
	overflow: hidden;
}

.interview .title {
	margin-bottom: 60px;
}

@media (max-width: 1024px) {
	.interview .title {
		margin-bottom: 30px;
	}
}

.interviewBlockItem {
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.interviewBlockItem {
		margin-bottom: 15px;
	}
}

.interviewBlockItem:last-of-type {
	margin-bottom: 0;
}

.interviewBlockItem:nth-of-type(odd) .interviewBlockItemAnswer div {
	max-width: 362px;
}

@media (max-width: 768px) {
	.interviewBlockItem:nth-of-type(odd) .interviewBlockItemAnswer div {
		max-width: 100%;
	}
}

.interviewBlockItem:nth-of-type(even) .interviewBlockItemAnswer div {
	max-width: 524px;
}

@media (max-width: 768px) {
	.interviewBlockItem:nth-of-type(even) .interviewBlockItemAnswer div {
		max-width: 100%;
	}
}

.interviewBlockItemQuestion {
	position: relative;
	padding-left: 48px;
	padding-bottom: 3px;
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.interviewBlockItemQuestion {
		margin-bottom: 15px;
	}
}

.interviewBlockItemQuestion img {
	width: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media (max-width: 1024px) {
	.interviewBlockItemQuestion img {
		width: 35px;
	}
}

.interviewBlockItemQuestion div {
	max-width: 193px;
	color: #fff;
	background: #F6A200;
	border-radius: 15px;
	position: relative;
	padding: 5px 11px 5px 14px;
	font-size: 14px;
	line-height: 170%;
}

@media (max-width: 768px) {
	.interviewBlockItemQuestion div {
		max-width: 100%;
	}
}

.interviewBlockItemQuestion svg {
	position: absolute;
	bottom: 0;
	left: -5px;
}

.interviewBlockItemAnswer {
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding: 0 45px 10px 0;
}

.interviewBlockItemAnswer img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.interviewBlockItemAnswer div {
	background: #F3F3F3;
	border-radius: 15px;
	padding: 13px 15px 12px 14px;
	font-size: 14px;
	line-height: 170%;
	position: relative;
}

@media (max-width: 768px) {
	.interviewBlockItemAnswer div {
		max-width: 100%;
	}
}

.interviewBlockItemAnswer svg {
	position: absolute;
	bottom: 0;
	right: -5px;
}

.contacts {
	margin-bottom: 150px;
}

@media (max-width: 1024px) {
	.contacts {
		margin-bottom: 90px;
	}
}

.contactsBlock {
	display: grid;
	grid-template-columns: 65.8119658% 34.1880342%;
	align-items: center;
}

@media (max-width: 1024px) {
	.contactsBlock {
		display: block;
	}
}

.contactsBlockContent {
	padding-right: 100px;
}

@media (max-width: 1024px) {
	.contactsBlockContent {
		padding-right: 0;
	}
}

.contactsBlockContent a:hover {
	color: #E11283;
}

.contactsBlockContentTop {
	display: flex;
	margin-bottom: 70px;
	padding-bottom: 70px;
	border-bottom: 1px solid #E8E8E8;
}

@media (max-width: 1024px) {
	.contactsBlockContentTop {
		margin-bottom: 50px;
		padding-bottom: 50px;
		display: block;
	}
}

.contactsBlockContentTopItem {
	margin-right: 58px;
}

@media (max-width: 1024px) {
	.contactsBlockContentTopItem {
		margin-right: 0;
		margin-bottom: 25px;
	}
}

.contactsBlockContentTopItem:last-of-type {
	margin-right: 0;
}

@media (max-width: 1024px) {
	.contactsBlockContentTopItem:last-of-type {
		margin-bottom: 0;
	}
}

.contactsBlockContentTopItemTitle {
	margin-bottom: 5px;
	color: #E11283;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	text-transform: lowercase;
}

@media (max-width: 1024px) {
	.contactsBlockContentTopItemTitle {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.contactsBlockContentTopItemTitle {
		line-height: 180%;
		letter-spacing: initial;
		margin-bottom: 3px;
	}
}

.contactsBlockContentTopItem a {
	color: #111517;
	text-decoration: none;
	font-style: italic;
	font-weight: 800;
	font-size: 35px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.contactsBlockContentTopItem a {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.contactsBlockContentTopItem a {
		font-weight: bold;
	}
}

.contactsBlockContentBottom {
	display: flex;
}

@media (max-width: 1024px) {
	.contactsBlockContentBottom {
		display: block;
	}
}

.contactsBlockContentBottomItem {
	margin-right: 93px;
}

@media (max-width: 1024px) {
	.contactsBlockContentBottomItem {
		margin-right: 0px;
		margin-bottom: 35px;
	}
}

.contactsBlockContentBottomItem:last-of-type {
	margin-right: 0;
}

@media (max-width: 1024px) {
	.contactsBlockContentBottomItem:last-of-type {
		margin-bottom: 0;
	}
}

.contactsBlockContentBottomItemTitle {
	margin-bottom: 14px;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.contactsBlockContentBottomItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.contactsBlockContentBottomItemTitle {
		margin-bottom: 10px;
	}
}

.contactsBlockContentBottomItemText, .contactsBlockContentBottomItem a {
	text-decoration: none;
	color: #111517;
	line-height: 160%;
}

@media (max-width: 1024px) {
	.contactsBlockContentBottomItemText, .contactsBlockContentBottomItem a {
		line-height: 180%;
	}
}

.contactsBlockContentBottomItemSocial {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px 50px;
}

.contactsBlockContentBottomItemSocial a {
	line-height: 150%;
}

@media (max-width: 1024px) {
	.contactsBlockContentBottomItemSocial a {
		line-height: 180%;
	}
}

.contactsBlockMap iframe {
	width: 100%;
	height: 550px;
}

@media (max-width: 1024px) {
	.contactsBlockMap iframe {
		height: 379px;
	}
}

.pageContent .containerMin {
	padding: 0 !important;
}

.pageContent ul li::before {
	content: url("img/list.svg");
	width: auto;
	height: auto;
	background: none;
	border-radius: 0px;
	top: 0;
	margin-top: -3px;
}

.pageContent h1 {
	margin-bottom: 20px;
}

.pageContent h2 {
	font-style: italic;
	font-weight: 800;
	font-size: 35px;
	line-height: 120%;
	text-transform: uppercase;
	margin: 70px 0 30px 0;
}

@media (max-width: 1024px) {
	.pageContent h2 {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.pageContent h2 {
		font-weight: bold;
		line-height: 100%;
		margin: 50px 0 20px 0;
	}
}

@media (max-width: 1024px) {
	.events.topProject .title {
		margin-bottom: 20px;
		text-align: left;
	}
}

.events .topProjectText {
	margin-bottom: 70px;
}

@media (max-width: 1024px) {
	.events .topProjectText {
		display: none;
	}
}

.eventsTop {
	display: grid;
	grid-template-columns: 43.5897436% 56.4102564%;
	align-items: center;
	text-decoration: none;
	color: #111517;
	text-align: left;
	margin-bottom: 86px;
}

@media (max-width: 1024px) {
	.eventsTop {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 40px;
	}
}

.eventsTop span {
	display: block;
}

.eventsTopContent {
	padding-right: 58px;
}

@media (max-width: 1024px) {
	.eventsTopContent {
		padding-right: 0;
	}
}

.eventsTopContentTitle {
	margin-bottom: 30px;
	font-style: italic;
	font-weight: 800;
	font-size: 35px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.eventsTopContentTitle {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.eventsTopContentTitle {
		margin-bottom: 20px;
	}
}

.eventsTopContentCity, .eventsTopContentDate {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
}

.eventsTopContentCity svg, .eventsTopContentDate svg {
	margin-right: 10px;
}

.eventsTopContentDesc {
	margin-top: 30px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
	max-width: 375px;
}

@media (max-width: 1024px) {
	.eventsTopContentDesc {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.eventsTopContentDesc {
		line-height: 160%;
		margin-top: 20px;
		margin-bottom: 0;
		max-width: 100%;
	}
}

.eventsTopContent .btn {
	display: inline-block;
	font-weight: 600;
	padding: 16px 40px 17px 40px;
}

@media (max-width: 1024px) {
	.eventsTopContent .btn {
		display: none;
	}
}

.eventsTopImg {
	width: 100%;
}

@media (max-width: 1024px) {
	.eventsTopImg {
		margin-bottom: 20px;
	}
}

.eventsTopImg img {
	width: 100%;
}

.eventsBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 50px 30px;
	text-align: left;
	margin-bottom: 200px;
}

@media (max-width: 1024px) {
	.eventsBlock {
		margin-bottom: 90px;
	}
}

@media (max-width: 768px) {
	.eventsBlock {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 500px) {
	.eventsBlock {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
}

.eventsBlockItem {
	display: block;
	text-decoration: none;
	color: #111517;
}

.eventsBlockItem:hover .eventsBlockItemTitle {
	color: #E11283;
}

.eventsBlockItem img {
	width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.eventsBlockItem img {
		margin-bottom: 20px;
	}
}

.eventsBlockItem span {
	display: block;
}

.eventsBlockItemTitle {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
}

@media (max-width: 1024px) {
	.eventsBlockItemTitle {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.eventsBlockItemTitle {
		font-style: italic;
		font-weight: 800;
		line-height: 120%;
		text-transform: uppercase;
	}
}

.eventsBlockItem .eventsTopContentDate {
	margin-bottom: 0;
}

.eventsBlockItem .eventsTopContentDesc {
	display: none;
}

@media (max-width: 1024px) {
	.eventsBlockItem .eventsTopContentDesc {
		display: block;
	}
}

.eventsOld .title {
	margin-bottom: 50px;
}

@media (max-width: 1024px) {
	.eventsOld .title {
		margin-bottom: 30px;
	}
}

.eventsOld .eventsBlock {
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
	.eventsOld .eventsBlock {
		margin-bottom: 50px;
	}
}

.eventsOther {
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width: 768px) {
	.eventsOther {
		margin: 0 -20px 0 0;
	}
}

.eventsOther .slick-list {
	padding-left: 0 !important;
}

.eventsOther .eventsBlockItem {
	margin: 0 15px;
}

@media (max-width: 768px) {
	.eventsOther .eventsBlockItem {
		margin-right: 6.25vw;
		margin-left: 0;
	}
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 130px;
}

@media (max-width: 1024px) {
	.pagination {
		margin-bottom: 90px;
	}
}

.pagination .page-numbers {
	text-decoration: none;
	color: #111517;
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	margin: 0 10px;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
	color: #E50D6E;
}

.eventPageTop {
	margin-bottom: 45px;
}

@media (max-width: 1024px) {
	.eventPageTop {
		margin-bottom: 12px;
		flex-direction: column-reverse;
	}
}

.eventPageTopBack {
	text-decoration: none;
	color: #E11283;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	margin-right: -61px;
}

@media (max-width: 1024px) {
	.eventPageTopBack {
		margin-right: 0;
	}
}

.eventPageTopBack svg {
	margin-right: 5px;
}

.eventPageTopInfo {
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.eventPageTopInfo {
		margin-bottom: 40px;
	}
}

.eventPageTopCity {
	margin-right: 20px;
}

.eventPageTopDate, .eventPageTopCity {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
	.eventPageTopDate, .eventPageTopCity {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {
	.eventPageTopDate, .eventPageTopCity {
		line-height: 18px;
		font-weight: 600;
	}
}

.eventPageTopDate svg, .eventPageTopCity svg {
	margin-right: 7px;
}

@media (max-width: 1024px) {
	.eventPageTopDate svg, .eventPageTopCity svg {
		margin-right: 10px;
		width: 13px;
		height: auto;
	}
	.eventPageTopDate svg path, .eventPageTopCity svg path {
		fill: #111517;
	}
}

.eventPage .title {
	margin-bottom: 30px;
	text-align: center;
}

@media (max-width: 1024px) {
	.eventPage .title {
		margin-bottom: 20px;
	}
}

.eventPageDesc {
	text-align: center;
	font-size: 16px;
	line-height: 170%;
	max-width: 496px;
	margin: 0 auto 50px auto;
}

@media (max-width: 1024px) {
	.eventPageDesc {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.eventPageDesc {
		max-width: 100%;
		text-align: left;
		line-height: 180%;
		margin-bottom: 40px;
	}
}

.eventPageContent {
	padding-bottom: 76px;
	border-bottom: 1px solid #F6A200;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.eventPageContent {
		padding-bottom: 29px;
	}
}

.eventPageContent *:first-of-type {
	margin-top: 0;
}

.eventPageContent h2 {
	font-weight: normal;
	font-size: 40px;
	line-height: 140%;
	margin: 60px 0 30px 0;
}

@media (max-width: 1024px) {
	.eventPageContent h2 {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.eventPageContent h2 {
		font-weight: 600;
		line-height: 170%;
		margin: 50px 0 20px 0;
	}
}

.eventPageContent h3 {
	margin: 50px 0 20px 0;
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.eventPageContent h3 {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.eventPageContent h3 {
		line-height: 100%;
		font-weight: bold;
		margin: 50px 0 15px 0;
	}
}

.eventPageContent a {
	color: #E11283;
}

.eventPage .containerMin {
	padding: 0 !important;
}

.share {
	margin-bottom: 200px;
}

@media (max-width: 1024px) {
	.share {
		margin-bottom: 90px;
	}
}

.share a {
	display: flex;
	flex-direction: column;
	margin-right: 15px;
	text-decoration: none;
}

.share a:last-of-type {
	margin-right: 0;
}

.share a svg {
	height: 21px;
	width: auto;
}

.infoTabsTitle {
	margin-bottom: 60px;
	font-size: 40px;
	line-height: 125%;
	max-width: 770px;
}

@media (max-width: 1024px) {
	.infoTabsTitle {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.infoTabsTitle {
		max-width: 100%;
		line-height: 170%;
		font-weight: 600;
		margin-bottom: 20px;
	}
}

.infoTabs ul li::before {
	content: url("img/list.svg");
	width: auto;
	height: auto;
	background: none;
	border-radius: 0px;
	top: 0;
	margin-top: -3px;
}

.infoTabs h2 {
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.infoTabs h2 {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.infoTabs h2 {
		margin-bottom: 10px;
		font-weight: bold;
	}
}

.infoTabs .whatBlockItem {
	padding-bottom: 0;
	border-bottom: 0;
}

.infoTabs .whatBlockItem a {
	color: #111517;
	text-decoration: none;
}

.infoTabs .whatBlockItem a::before, .infoTabs .whatBlockItem a::after {
	display: none;
}

.infoTabs .whatBlockItem a:hover {
	color: #E11283;
}

.benefits2 .title {
	margin-bottom: 70px;
	text-align: center;
}

@media (max-width: 1024px) {
	.benefits2 .title {
		margin-bottom: 40px;
	}
}

.benefits2Block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px 30px;
}

@media (max-width: 1024px) {
	.benefits2Block {
		grid-gap: 40px 30px;
	}
}

@media (max-width: 768px) {
	.benefits2Block {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 500px) {
	.benefits2Block {
		grid-template-columns: 100%;
	}
}

.benefits2BlockItemTitle {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.benefits2BlockItemTitle {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.benefits2BlockItemTitle {
		font-weight: bold;
		bottom: 10px;
	}
}

.benefits2BlockItemTitle span {
	font-style: italic;
	font-weight: 600;
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #E11283;
	position: absolute;
	left: calc(100% + 9px);
	top: 0;
}

@media (max-width: 1024px) {
	.benefits2BlockItemTitle span {
		font-size: 10px;
	}
}

.topVacancy h1 {
	max-width: 1070px;
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.topVacancy h1 {
		max-width: 100%;
		margin-bottom: 20px;
	}
}

.topVacancyText {
	max-width: 770px;
}

@media (max-width: 1024px) {
	.topVacancyText {
		max-width: 100%;
	}
}

.topVacancyText ul li::before {
	content: url("img/list.svg");
	width: auto;
	height: auto;
	background: none;
	border-radius: 0px;
	top: 0;
	margin-top: -3px;
}

.topVacancyText h2 {
	margin-bottom: 20px;
	font-style: italic;
	font-weight: 800;
	font-size: 25px;
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.topVacancyText h2 {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.topVacancyText h2 {
		margin-bottom: 10px;
		font-weight: bold;
	}
}

.topVacancyText .btn {
	margin-top: 26px;
}

#wpcf7-f648-o1, #wpcf7-f648-o3{
	overflow: hidden;
}
#wpcf7-f648-o1 .title, #wpcf7-f648-o3 .title{
	font-size: 70px!important;
}
#popup #wpcf7-f648-o1 .title{
	font-size: 50px!important;
}
#popup #wpcf7-f648-o1 p{
	display: inline-block;
}
#wpcf7-f648-o1 p, #wpcf7-f648-o3 p{
	display: inline-block;
}
#popup #wpcf7-f648-o1 input{
	border: none;
	border-bottom: 1px solid #000;
	position: relative;
    top: -10px;
	left: 10px;
}
#wpcf7-f648-o1 input, #wpcf7-f648-o3 input{
	width: 140%;
}
#wpcf7-f648-o1 input, #wpcf7-f648-o3 input{
	border: none;
	border-bottom: 1px solid #000;
	position: relative;
    top: -10px;
	left: 10px;
}
.mytitle{
	display: inline-block;
	margin-bottom: 20px;
}
.mytitle3{
	margin-left: 20%;
	margin-bottom: 20px;
}
.mybtn{
	width: 222px;
	font-size: 14px!important;
	overflow: visible!important;
	margin-top: 60px;
	margin-bottom: 0!important;
	margin-left: auto;
	margin-right: auto;
	justify-content: center!important;
}
#sub{
	display: none!important;
}
.siteNavigationContactsItemTitle a{
	color: #111517;
}
#subs {
    display: none!important;
}
.error-404{
	text-align: center;
	padding: 100px 30px 100px;
} 
.siteNavigationContactsItem .follow-link{
	cursor:default;
}
.siteNavigationContactsItem .follow-link:hover{
	color: #111517;
}
.btn.mybtn::before{
	left: 11px;
}
.btn.mybtn{
	    padding: 16px 50px 17px 66px;
}
@media(max-width: 1024px){
	.topSocial{
		display: none!important;
	}
	.topText2{
		margin-top: 40px!important;
	}
}
@media(max-width: 992px){
	.mytitle{
		display: block;
	}
	.mytitle3{
		margin-left: 0;
	}
}
@media(max-width: 768px){
	#wpcf7-f648-o1 .title, #wpcf7-f648-o3 .title{
		font-size: 28px!important;
	}
	#popup #wpcf7-f648-o1 .title{
		font-size: 28px!important;
	}
	.partnerContent .m-auto{
		word-wrap: break-word;
	}
	.infoText ol{
		margin-left: 0;
	}
	.projekt-template-default .wpcf7-form .title, .wpcf7-form .title {
    	font-size: 25px!important;
	}
	.btn.mybtn {
    	padding: 16px 50px 17px 90px;
	}
}


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