/*!
Theme Name: teupen
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: teupen
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.

teupen 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: Open Sans;
	src: url("fonts/Open_Sans/static/OpenSans/OpenSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Open Sans;
	src: url("fonts/Open_Sans/static/OpenSans/OpenSans-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Open Sans;
	src: url("fonts/Open_Sans/static/OpenSans/OpenSans-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: Open Sans;
	src: url("fonts/Open_Sans/static/OpenSans/OpenSans-Light.ttf");
	font-weight: 300;
	font-style: normal;
}

.siteHeader .container, .siteHeaderCenterTop, .siteHeaderCenterTopPhone, .siteNavigation > ul, .siteNavigation > ul > li.menu-item-has-children, .siteFooterBottom, .siteFooterBottom ul, .social, .languageSwitcherCurrent, .currentPageTitle, .advantagesTopLink, .topProductBottom, .techBlockInfoTop, .techBlockInfoTopFile, .storiesBlockContentItemContent, .numbersBlockItemImg, .textImgBlock, .eventsBlockItemContentCity, .eventsBlockItemContentDate, .pagination, .partnersBlockItemContentPhone, .partnersBlockItemContentEmail {
	display: flex;
	align-items: center;
}

.videoBlockVideo a::before, .storiesBlockContentItemContent, .vacanciesBlockContentItemImg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.topImg, .advantagesTopImg, .techBlockContentGallery a, .videoBlockVideo a, .benefitsBlockItemImg, .storiesBlockContentItem, .textGalleryBlockGallery a, .teaserBlockImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

a, .siteNavigation > ul > li.menu-item-has-children .sub-menu-toggle, .siteNavigation > ul > li.menu-item-has-children > .sub-menu, #buttonUp2 svg rect,
#buttonUp2 svg path, .social, .social a svg rect,
.social a svg path, .languageSwitcherCurrentArr, #burger span, .btn, .btn::before, .btn::after, .productsBlockCatsItem, .productsBlockContentFormWrap .formBlock input[type="submit"], .questionnaireFormItem .cats .wpcf7-checkbox label::after,
.questionnaireFormItem .type .wpcf7-checkbox label::after, .questionnaireFormItem input[type="submit"], .questionnaireFormWrap .slick-dots button, .questionnaireFormWrap .slick-dots button::after, .btnBlue, .btnBlue svg line, .videoBlockContent .btnBlue::before, .videoBlockContent .btnBlue::after, .comparisonBlockItem .btnBlue::before, .comparisonBlockItem .btnBlue::after, .comparisonMobItem .btnBlue::before, .comparisonMobItem .btnBlue::after, .storiesBlockCatsItem, .storiesBlockContentItemContent, .formularBlock .formBlock input[type="submit"], .processBlockItem, .processBlockItemTitle span, .processBlockItemTitle::before {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.siteHeader, .siteHeader .custom-logo-link, .siteHeader .custom-logo-link img, .siteHeaderCenterTop, .siteNavigation > ul > li {
	-webkit-transition: .15s ease;
	-moz-transition: .15s ease;
	-o-transition: .15s ease;
	transition: .15s ease;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-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: #000000;
	font-family: Open Sans;
	font-size: 0.88542vw;
	line-height: 1.8;
}

@media (min-width: 1920px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 17px;
	}
}

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

@media (max-width: 1024px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		line-height: 1.4;
	}
}

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: #20398C;
}

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%;
	margin: -27px 0 0 0 !important;
	width: 53px;
	height: 53px;
	background: rgba(0, 0, 0, 0);
	border: 0px;
	cursor: pointer;
}

.slick-arrow.slick-prev {
	left: 0;
}

.slick-arrow.slick-next {
	right: 0;
}

.nice-select {
	font-weight: bold;
	padding-right: 13px;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	outline: none;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	content: '';
	display: block;
	height: 8px;
	width: 8px;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

@media (max-width: 768px) {
	.nice-select.open .list {
		position: relative;
		top: -46px;
	}
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	color: #090909;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin: 4px 0 0 -18px !important;
	padding: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}

@media (max-width: 1024px) {
	.nice-select .list {
		top: auto;
		bottom: 100%;
		margin: 0px 0 4px -18px !important;
	}
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	list-style: none;
	min-height: 20px;
	outline: none;
	padding-left: 18px;
	padding-right: 18px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	height: 22px;
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	.nice-select .option {
		margin: 0 !important;
	}
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

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

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

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

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

.site {
	padding-top: 100px;
}

.site.fixed {
	padding-top: 87px;
}

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

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

@media (max-width: 1024px) {
	.siteHeader div.btn {
		width: 50px;
		height: 50px;
		font-size: 9px;
		margin-bottom: 0;
	}
	.siteHeader .hide_on_desktop div.btn {
		display: none;
	}
}

@media (max-width: 1024px) {
	.siteHeader .header_rigt_button {
		margin-right: 10px;
	}
	.siteHeader .header_rigt_button .hide_on_mobile {
		display: block;
	}
}

.siteHeader.fixed .siteHeaderCenterTop {
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0px;
	margin: 0;
}

@media (max-width: 1024px) {
	.siteHeader.fixed .siteHeaderCenterTop {
		height: auto;
	}
}

.siteHeader.fixed {
	border-bottom: 1px solid #d8d8d8;
}

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

.siteHeader.fixed .social {
	height: 0;
	overflow: hidden;
	margin: 0;
}

@media (max-width: 1024px) {
	.siteHeader.fixed .social {
		height: auto;
	}
}

.siteHeader.fixed .custom-logo-link {
	padding-bottom: 14px;
}

@media (max-width: 1024px) {
	.siteHeader.fixed .custom-logo-link {
		padding-bottom: 13px;
	}
}

@media (max-width: 1024px) {
	.siteHeader.fixed .custom-logo-link img {
		margin-top: -73px;
	}
}

.siteHeader.fixed .siteNavigation > ul > li {
	margin-bottom: -10px;
}

@media (max-width: 1024px) {
	.siteHeader.fixed .siteNavigation > ul > li {
		margin-bottom: 15px;
	}
}

.siteHeader .container {
	justify-content: space-between;
}

.siteHeader .custom-logo-link {
	display: flex;
	flex-direction: column;
	width: 140px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

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

@media (max-width: 1024px) {
	.siteHeader .custom-logo-link {
		padding-bottom: 13px;
	}
}

.siteHeader .custom-logo-link img {
	width: 100%;
	height: auto;
	max-height: 115px;
	margin-top: -33px;
}

@media (max-width: 1024px) {
	.siteHeader .custom-logo-link img {
		margin-top: -73px;
	}
}

.siteHeaderCenter {
	max-width: 61.4301802%;
	width: 100%;
}

@media (max-width: 1400px) {
	.siteHeaderCenter {
		max-width: 70%;
	}
}

@media (max-width: 1024px) {
	.siteHeaderCenter {
		max-width: 100%;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		padding: 77px 20px;
		display: none;
		max-height: 100%;
		overflow: scroll;
	}
}

.siteHeaderCenter .social {
	margin-left: 28px;
	padding-left: 39px;
	border-left: 1px solid #6b6b6b;
	height: 27px;
}

@media (max-width: 1024px) {
	.siteHeaderCenter .social {
		margin-left: 0;
		padding-left: 0;
		border-left: unset;
	}
}

.siteHeaderCenterContacts {
	display: none;
	align-items: center;
	justify-content: space-between;
}

.siteHeaderCenterContactsPhone {
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	font-size: 0.78125vw;
	line-height: 133%;
	text-transform: uppercase;
}

@media (min-width: 1920px) {
	.siteHeaderCenterContactsPhone {
		font-size: 15px;
	}
}

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

.siteHeaderCenterContactsPhone:hover {
	color: #20398C;
}

@media (max-width: 1024px) {
	.siteHeaderCenterContacts {
		display: flex;
	}
}

.siteHeaderCenterDescription {
	display: none;
	margin-bottom: 28px;
	max-width: 145px;
	font-weight: 600;
	font-size: 0.78125vw;
	line-height: 133%;
	text-transform: uppercase;
	color: #20398C;
}

@media (min-width: 1920px) {
	.siteHeaderCenterDescription {
		font-size: 15px;
	}
}

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

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

.siteHeaderCenterTop {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 11px;
	font-size: 0.78125vw;
	line-height: 1.1;
	width: 100%;
	font-weight: 300;
}

@media (min-width: 1920px) {
	.siteHeaderCenterTop {
		font-size: 15px;
	}
}

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

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

.siteHeaderCenterTopPhone {
	margin-left: 28px;
	padding-left: 39px;
	border-left: 1px solid #6b6b6b;
	height: 27px;
}

.siteHeaderCenterTopPhoneTitle {
	margin-right: 5px;
}

.siteHeaderCenterTopPhone a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.siteHeaderCenterTopPhone a:hover {
	color: #20398C;
}

.siteHeaderRight {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media (max-width: 1024px) {
	.siteHeaderRight {
		flex-direction: row;
		align-items: center;
	}
}

.siteHeaderRight .social {
	margin-bottom: 30px;
}

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

.siteHeader .header_rigt_button a, .siteHeader a.hide_on_desktop {
	text-decoration: none;
}

.siteHeader .btn {
	width: 80px;
	height: 80px;
	justify-content: center;
	border-radius: 100px;
	border: 2px solid #000;
	background: #D80027 !important;
	padding: 15px 23px 15px 23px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.siteHeader .btn:hover {
	border: 2px solid #D80027 !important;
	color: #D80027 !important;
	background: transparent !important;
}

@media (max-width: 1024px) {
	.siteHeader .btn {
		width: 60px;
		height: 60px;
		font-size: 12px;
	}
}

.siteNavigation {
	width: 100%;
	line-height: 1.15;
}

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

.siteNavigation > ul {
	width: 100%;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.siteNavigation > ul {
		display: block;
		margin-bottom: 40px;
	}
}

.siteNavigation > ul > li {
	padding: 20px 0 30px 0;
	margin-bottom: -40px;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li {
		padding: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	.siteNavigation > ul > li:last-of-type {
		margin-bottom: 0;
	}
}

.siteNavigation > ul > li > a {
	color: #000000;
	font-size: 0.88542vw;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
}

@media (min-width: 1920px) {
	.siteNavigation > ul > li > a {
		font-size: 17px;
	}
}

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

@media (max-width: 1350px) {
	.siteNavigation > ul > li > a {
		font-size: 15px;
		font-weight: 600;
		line-height: 133%;
	}
}

.siteNavigation > ul > li > a:hover {
	color: #20398C;
}

.siteNavigation > ul > li.menu-item-has-children {
	position: relative;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children {
		display: block;
	}
}

.siteNavigation > ul > li.menu-item-has-children:hover .sub-menu-toggle {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	border-bottom: 1px solid #20398C;
	border-right: 1px solid #20398C;
}

.siteNavigation > ul > li.menu-item-has-children:hover > a {
	color: #20398C;
}

.siteNavigation > ul > li.menu-item-has-children .sub-menu-toggle {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	display: block;
	height: 8px;
	width: 8px;
	margin-left: 8px;
	cursor: pointer;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -3px;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children .sub-menu-toggle {
		width: 12px;
		height: 12px;
		margin-top: 0px;
		position: absolute;
		top: 0;
		right: 0;
	}
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu {
	visibility: hidden;
	opacity: 0;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #f5f4f5;
	-webkit-box-shadow: -1px 0px 12px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: -1px 0px 12px 0px rgba(34, 60, 80, 0.2);
	box-shadow: -1px 0px 12px 0px rgba(34, 60, 80, 0.2);
	padding: 30px;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu {
		position: initial;
		box-shadow: none;
		border: 0px;
		margin-top: 10px;
		padding: 0;
		display: none;
		visibility: visible;
		opacity: 1;
		transition: none;
	}
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li {
		padding: 0;
		margin-bottom: 10px;
		border-bottom: 1px solid #d6d6d6;
		padding-bottom: 10px;
	}
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li:last-of-type {
		border-bottom: 0px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li:last-of-type {
	margin-bottom: 0;
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
	position: relative;
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > a {
	font-weight: 600;
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
	display: block;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
		padding: 0;
		min-width: auto;
		border: 0px;
	}
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li {
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li {
		margin-bottom: 0;
	}
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li:last-of-type {
	margin-bottom: 0;
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-537 a, .siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-572 a, .siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-607 a, .siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-642 a, .siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-678 a {
	font-weight: 600;
	margin-top: 30px;
	display: inline-block;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-537 a, .siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-572 a, .siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-607 a, .siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-642 a, .siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li.menu-item-678 a {
		border-top: 1px solid #d6d6d6;
		margin-top: 20px;
		width: 100%;
		padding-top: 5px;
		text-transform: initial;
	}
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li a {
	color: #000000;
	text-decoration: none;
	font-weight: 300;
	font-size: 0.83333vw;
}

@media (min-width: 1920px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li a {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li a {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li a {
		line-height: 231%;
	}
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu li a:hover {
	color: #20398C;
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li > a {
	color: #000000;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.88542vw;
	margin-bottom: 15px;
	display: inline-block;
	text-transform: uppercase;
}

@media (min-width: 1920px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li > a {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li > a {
		font-size: 13px;
	}
}

.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li > a:hover {
	color: #20398C;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children > .sub-menu > li > a {
		line-height: 154%;
		text-transform: initial;
	}
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children:not(.menu-item-type-post_type_archive) .sub-menu > li {
		border: 0px;
		padding-bottom: 0;
		padding-left: 15px;
	}
}

.siteNavigation > ul > li.menu-item-has-children:not(.menu-item-type-post_type_archive) .sub-menu > li a {
	font-weight: 300;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-has-children:not(.menu-item-type-post_type_archive) .sub-menu > li a {
		font-weight: normal;
		margin-bottom: 0;
	}
}

.siteNavigation > ul > li.menu-item-type-post_type_archive {
	position: initial;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-type-post_type_archive {
		position: relative;
	}
}

.siteNavigation > ul > li.menu-item-type-post_type_archive > .sub-menu {
	width: 100vw;
	padding-left: calc((100vw - 1776px)/2);
	padding-right: calc((100vw - 1776px)/2);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	box-shadow: none;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #e5e5e1;
	padding-bottom: 0;
	padding-top: 0;
}

@media (max-width: 1920px) {
	.siteNavigation > ul > li.menu-item-type-post_type_archive > .sub-menu {
		padding-left: 72px;
		padding-right: 72px;
	}
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-type-post_type_archive > .sub-menu {
		width: 100%;
		display: none;
		padding: 0;
		border: 0px;
	}
}

.siteNavigation > ul > li.menu-item-type-post_type_archive > .sub-menu > li {
	flex: 0 1 20%;
	width: 20%;
	padding: 25px 40px 38px 40px;
	border-right: 1px solid #d9d9d9;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.menu-item-type-post_type_archive > .sub-menu > li {
		width: 100%;
		flex: none;
		padding: 0 0 10px 0;
		border-right: 0px;
	}
}

.siteNavigation > ul > li.menu-item-type-post_type_archive > .sub-menu > li:first-of-type {
	padding-left: 0;
}

.siteNavigation > ul > li.menu-item-type-post_type_archive > .sub-menu > li:last-of-type {
	border-right: 0px;
}

.siteNavigation > ul > li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.siteNavigation .sub-menu {
	display: none;
}

.siteFooter {
	background: #F3F3F3;
	padding: 85px 0 30px 0;
	position: relative;
}

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

.siteFooterWrap {
	padding-top: 50px;
}

@media (max-width: 1024px) {
	.siteFooterWrap {
		padding-top: 19px;
		overflow: hidden;
	}
}

.siteFooter .container {
	position: relative;
}

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

.siteFooter a {
	text-decoration: none;
	color: #000000;
}

.siteFooter a:hover {
	color: #20398C;
}

.siteFooterTop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 115px;
}

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

.siteFooterTop .custom-logo-link {
	display: flex;
	flex-direction: column;
	margin-top: -135px;
	width: 140px;
}

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

@media (max-width: 1024px) {
	.siteFooterTop .custom-logo-link {
		margin-top: -150px;
		position: absolute;
		left: 20px;
		top: 0;
	}
}

.siteFooterTop .custom-logo-link img {
	width: 100%;
	height: auto;
}

.siteFooterTop .menu {
	display: flex;
}

@media (max-width: 1024px) {
	.siteFooterTop .menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #d6d6d6;
		margin-bottom: 30px;
	}
}

.siteFooterTop .menu > li {
	min-width: 215px;
	line-height: 1;
}

@media (max-width: 1450px) {
	.siteFooterTop .menu > li {
		min-width: 180px;
	}
}

@media (max-width: 1024px) {
	.siteFooterTop .menu > li {
		min-width: auto;
	}
}

.siteFooterTop .menu > li:last-of-type {
	min-width: auto;
}

.siteFooterTop .menu > li:last-of-type > a {
	padding-right: 30px;
}

.siteFooterTop .menu > li > a {
	text-transform: uppercase;
	font-size: 0.98958vw;
	line-height: 1.2;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #bebebe;
	margin-bottom: 15px;
	color: #1a1a1a;
}

@media (min-width: 1920px) {
	.siteFooterTop .menu > li > a {
		font-size: 19px;
	}
}

@media (max-width: 1024px) {
	.siteFooterTop .menu > li > a {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.siteFooterTop .menu > li > a {
		font-weight: 600;
		line-height: 133%;
		border-bottom: 0px;
		margin-bottom: 10px;
		color: #000000;
	}
}

.siteFooterTop .menu > li ul li {
	line-height: 1;
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	.siteFooterTop .menu > li ul li {
		margin-bottom: 0;
	}
}

.siteFooterTop .menu > li ul li:last-of-type {
	margin-bottom: 0;
}

.siteFooterTop .menu > li ul li a {
	font-weight: 300;
	font-size: 0.83333vw;
}

@media (min-width: 1920px) {
	.siteFooterTop .menu > li ul li a {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.siteFooterTop .menu > li ul li a {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.siteFooterTop .menu > li ul li a {
		line-height: 231%;
	}
}

.siteFooterTopContacts {
	display: flex;
	flex-direction: column;
	font-weight: 300;
	font-size: 0.83333vw;
}

@media (min-width: 1920px) {
	.siteFooterTopContacts {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.siteFooterTopContacts {
		line-height: 231%;
		padding-bottom: 30px;
		border-bottom: 1px solid #d6d6d6;
	}
}

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

.siteFooterTopContactsTitle {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.98958vw;
	line-height: 1.2;
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
	border-bottom: 2px solid #bebebe;
	margin-bottom: 15px;
}

@media (min-width: 1920px) {
	.siteFooterTopContactsTitle {
		font-size: 19px;
	}
}

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

@media (max-width: 1024px) {
	.siteFooterTopContactsTitle {
		font-weight: 600;
		line-height: 133%;
		border-bottom: 0px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
}

.siteFooterTopContactsAddress {
	margin-bottom: 35px;
}

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

.siteFooterTopContactsPhone, .siteFooterTopContactsEmail {
	margin-bottom: 5px;
	display: block;
}

@media (max-width: 1024px) {
	.siteFooterTopContactsPhone, .siteFooterTopContactsEmail {
		line-height: 154%;
		margin: 0;
	}
}

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

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

.siteFooterBottomCopyright {
	font-weight: 300;
	font-size: 0.83333vw;
}

@media (min-width: 1920px) {
	.siteFooterBottomCopyright {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.siteFooterBottomCopyright {
		line-height: 231%;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.siteFooterBottom ul {
		display: block;
		margin-bottom: 30px;
	}
}

.siteFooterBottom ul li {
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #000000;
	line-height: 1;
}

@media (max-width: 768px) {
	.siteFooterBottom ul li {
		padding-right: 0;
		margin-right: 0;
		border-right: 0px;
	}
}

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

.siteFooterBottom ul li a {
	font-weight: 300;
	font-size: 0.83333vw;
}

@media (min-width: 1920px) {
	.siteFooterBottom ul li a {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.siteFooterBottom ul li a {
		line-height: 231%;
	}
}

#buttonUp {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #1d398c;
	width: 72px;
	height: 74px;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: background-color 0.3s;
	z-index: 9;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

@media (min-width: 1024px) {
	#buttonUp {
		position: fixed;
		bottom: 22%;
		top: unset;
	}
}

@media (max-width: 1024px) {
	#buttonUp {
		flex-direction: row-reverse;
		line-height: 231%;
		width: auto;
		height: auto;
		padding: 4px 11px 6px 12px;
	}
}

#buttonUp svg {
	width: 19px;
	height: 9px;
	margin-bottom: 5px;
}

@media (max-width: 1024px) {
	#buttonUp svg {
		margin-bottom: 0;
		margin-left: 11px;
	}
}

#buttonUp2 {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 79px;
	right: calc((100vw - 1776px)/2);
	color: #000;
	font-weight: 600;
	z-index: 1000;
	text-decoration: none;
	font-size: 0.72917vw;
	line-height: 1;
	cursor: pointer;
}

@media (min-width: 1920px) {
	#buttonUp2 {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	#buttonUp2 {
		font-size: 13px;
	}
}

@media (max-width: 1920px) {
	#buttonUp2 {
		right: 80px;
	}
}

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

#buttonUp2:hover svg rect {
	stroke: #1d398c;
	fill: #1d398c;
}

#buttonUp2:hover svg path {
	stroke: #fff;
}

#buttonUp2 svg {
	width: 45px;
	height: auto;
	margin-left: 12px;
}

.social a {
	display: flex;
	flex-direction: column;
	margin-right: 6px;
	width: 27px;
}

@media (max-width: 1024px) {
	.social a {
		margin-right: 10px;
	}
}

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

.social a:hover [stroke="#666566"] {
	stroke: #20398C;
}

.social a:hover [fill="#666566"],
.social a:hover [fill="#666666"] {
	fill: #20398C;
}

.social a svg {
	width: 100%;
	height: auto;
}

.languageSwitcher {
	position: relative;
	margin-left: auto;
}

.languageSwitcher img {
	width: 21px;
	height: auto;
}

.languageSwitcher:hover .languageSwitcherCurrentArr {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.languageSwitcher.mobile {
	display: none;
}

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

.languageSwitcherCurrent {
	cursor: pointer;
	line-height: 1;
	height: 20px;
}

.languageSwitcherCurrentImg {
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.languageSwitcherCurrentImg::after {
	content: "";
	width: 1px;
	height: 15px;
	background: #e5e5e4;
	position: absolute;
	top: 3px;
	right: 0;
}

@media (max-width: 1024px) {
	.languageSwitcherCurrentImg::after {
		height: 25px;
		top: -2px;
	}
}

.languageSwitcherCurrentArr {
	border-bottom: 1px solid #424242;
	border-right: 1px solid #424242;
	display: block;
	height: 10px;
	width: 10px;
	cursor: pointer;
	pointer-events: none;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -7px;
}

@media (max-width: 1024px) {
	.languageSwitcherCurrentArr {
		width: 12px;
		height: 12px;
		border-bottom: 1px solid #939393;
		border-right: 1px solid #939393;
	}
}

.languageSwitcherList {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 21px;
}

.languageSwitcherListItem {
	display: flex;
	flex-direction: column;
	margin: 0 auto 0px auto;
}

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

#burger {
	width: 25px;
	height: 20px;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 11;
	display: none;
	margin-left: 36px;
}

@media (min-width: 768px) {
	#burger {
		margin-left: 80px;
	}
}

@media (max-width: 1024px) {
	#burger {
		display: block;
	}
}

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

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

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

#burger span:nth-child(4) {
	top: 20px;
}

#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);
}

.top {
	position: relative;
}

@media (max-height: 700px) {
	.top {
		min-height: calc(100vh - 138px);
	}
}

@media (max-width: 1024px) {
	.top {
		min-height: auto;
	}
}

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

.topWrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.topWrap {
		position: initial;
	}
}

.topImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 1024px) {
	.topImg {
		position: initial;
		height: 250px;
	}
}

@media (max-width: 1024px) {
	.topSliderSlide {
		max-width: 100%;
		height: 25vh !important;
	}
}

.topBlock {
	color: #fff;
	position: relative;
	width: 445px;
	padding: 60px 40px 75px 40px;
	z-index: 2;
}

@media (max-height: 900px) {
	.topBlock {
		padding: 60px 40px 30px 40px;
		width: 350px;
	}
}

@media (max-width: 1024px) {
	.topBlock {
		width: auto;
		padding: 35px 20px;
		margin-top: -1px;
	}
}

.topBlock img {
	margin-bottom: 25px;
	width: 215px;
}

@media (max-width: 1024px) {
	.topBlock img {
		width: 69px;
	}
}

@media (max-height: 900px) {
	.topBlock img {
		width: 100px;
		margin-bottom: 15px;
	}
}

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

.topBlock::before {
	content: "";
	width: 100%;
	height: 86px;
	top: 1px;
	left: 0;
	position: absolute;
	background: #1d398c;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 4% 100%, 0% 80%);
}

@media (max-width: 1024px) {
	.topBlock::before {
		clip-path: none;
	}
}

.topBlock::after {
	content: "";
	width: 100%;
	height: calc(100% - 86px);
	bottom: 0;
	left: 0;
	position: absolute;
	background: #1d398c;
	clip-path: polygon(4% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 4%);
}

@media (max-width: 1024px) {
	.topBlock::after {
		clip-path: none;
	}
}

.topBlockWrap {
	position: relative;
	z-index: 2;
}

.topBlockTitle {
	font-weight: bold;
	font-size: 2.1875vw;
	text-transform: uppercase;
	margin-bottom: 25px;
}

@media (min-width: 1920px) {
	.topBlockTitle {
		font-size: 42px;
	}
}

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

@media (max-height: 900px) {
	.topBlockTitle {
		margin-bottom: 15px;
		font-size: 30px;
	}
}

@media (max-width: 1024px) {
	.topBlockTitle {
		line-height: 27px;
		margin-bottom: 15px;
		font-size: 20px;
	}
}

.topBlockText {
	font-weight: 300;
	font-size: 1.30208vw;
	margin-bottom: 70px;
	max-width: 220px;
	line-height: 1.4;
}

@media (min-width: 1920px) {
	.topBlockText {
		font-size: 25px;
	}
}

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

@media (max-height: 900px) {
	.topBlockText {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.topBlockText {
		margin-bottom: 10px;
		max-width: 100%;
		line-height: 18px;
		font-size: 13px;
	}
}

.topBlockLinks {
	width: 263px;
}

@media (max-width: 500px) {
	.topBlockLinks {
		width: 100%;
		display: flex;
		align-items: center;
		grid-gap: 10px;
	}
}

.topBlockLinks .btn {
	width: 100%;
	margin-bottom: 15px;
}

@media (max-width: 500px) {
	.topBlockLinks .btn {
		margin-bottom: 0;
		padding: 18px 15px 19px 15px;
		height: 55px;
	}
}

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

.btn {
	background: #fff;
	font-size: 0.78125vw;
	border: 1px solid #f9fafc;
	font-weight: 300;
	display: inline-flex;
	align-items: center;
	position: relative;
	height: 50px;
	padding: 15px 87px 15px 23px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	line-height: 1.5;
}

@media (min-width: 1920px) {
	.btn {
		font-size: 15px;
	}
}

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

.btn::before, .btn::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 15px;
	height: 1px;
	background: #000000;
}

@media (max-width: 1024px) {
	.btn::before, .btn::after {
		width: 9px;
	}
}

.btn::after {
	transform: rotate(90deg);
}

@media (max-width: 1024px) {
	.btn {
		line-height: 18px;
	}
}

.btn:hover {
	background-color: #20398C !important;
	color: #fff;
}

.btn:hover::before, .btn:hover::after {
	background: #fff;
}

.currentPage {
	background: #f0f0f0;
	padding: 30px 0;
	line-height: 1;
	font-weight: 300;
}

@media (max-width: 1024px) {
	.currentPage {
		padding: 10px 0;
		background: #efefef;
	}
}

.currentPageTitle {
	font-size: 0.83333vw;
}

@media (min-width: 1920px) {
	.currentPageTitle {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.currentPageTitle {
		line-height: 15px;
	}
}

.currentPage #breadcrumbs {
	margin-left: 10px;
	font-weight: bold;
}

.currentPage #breadcrumbs a {
	color: #000000;
	text-decoration: none;
}

.title {
	text-align: center;
	font-weight: bold;
	font-size: 1.875vw;
	max-width: 440px;
	margin: 0 auto 50px auto;
	line-height: 125%;
	color: #2b292f;
	text-transform: uppercase;
}

@media (min-width: 1440px) {
	.title {
		font-size: 27px;
	}
}

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

@media (max-width: 1024px) {
	.title {
		margin-bottom: 10px;
		text-align: left;
		max-width: 100%;
		font-weight: 600;
		line-height: 125%;
		color: #000000;
	}
}

.twoColumns {
	margin: 130px 0;
}

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

.twoColumnsContent {
	max-width: 1150px;
	margin: 0 auto;
}

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

.twoColumnsTitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.40625vw;
	max-width: 440px;
	margin: 0 auto 50px auto;
	line-height: 125%;
}

@media (min-width: 1920px) {
	.twoColumnsTitle {
		font-size: 27px;
	}
}

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

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

.twoColumnsText {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	font-weight: 300;
	font-size: 0.88542vw;
}

@media (min-width: 1920px) {
	.twoColumnsText {
		font-size: 17px;
	}
}

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

@media (max-width: 1024px) {
	.twoColumnsText {
		grid-template-columns: 100%;
		grid-gap: 20px;
		line-height: 18px;
	}
}

.products {
	margin: 50px 0;
}

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

.productsTitle {
	font-weight: 600;
	font-size: 1.82292vw;
	line-height: 125%;
	text-align: center;
	max-width: 820px;
	margin: 0 auto 10px auto;
}

@media (min-width: 1920px) {
	.productsTitle {
		font-size: 35px;
	}
}

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

@media (max-width: 1024px) {
	.productsTitle {
		text-align: left;
		max-width: 100%;
	}
}

.productsText {
	text-align: center;
	max-width: 840px;
	margin: 0 auto 65px auto;
	font-weight: 300;
	font-size: 0.9375vw;
}

@media (min-width: 1920px) {
	.productsText {
		font-size: 18px;
	}
}

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

@media (max-width: 1024px) {
	.productsText {
		text-align: left;
		line-height: 18px;
		margin-bottom: 20px;
		max-width: 100%;
	}
}

.productsBlockCats {
	display: inline-flex;
	align-items: center;
	border-bottom: 2px solid #d9d9d9;
}

.productsBlockCatsWrap {
	text-align: center;
	margin-bottom: 65px;
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.productsBlockCatsWrap::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

.productsBlockCatsWrap::-webkit-scrollbar-thumb {
	background: #fff;
}

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

.productsBlockCatsItem {
	cursor: pointer;
	font-size: 0.9375vw;
	font-weight: 300;
	padding: 25px 30px;
	white-space: nowrap;
}

@media (min-width: 1920px) {
	.productsBlockCatsItem {
		font-size: 18px;
	}
}

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

.productsBlockCatsItem:hover, .productsBlockCatsItem.active {
	background: #1d398c;
	color: #fff;
}

@media (max-width: 1024px) {
	.productsBlockCatsItem {
		line-height: 18px;
		padding: 11px 14px;
	}
}

.productsBlockContent {
	display: none;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 21px 0;
	margin-left: -13.5px;
	margin-right: -13.5px;
}

@media (max-width: 1350px) {
	.productsBlockContent {
		grid-template-columns: 50% 50%;
	}
}

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

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

.productsBlockContent .slick-track {
	display: flex !important;
}

.productsBlockContent .slick-slide {
	height: inherit !important;
}

.productsBlockContent.active {
	display: grid;
}

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

.productsBlockContentItem {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #000000;
	padding: 50px;
	background: #F3F3F3;
	font-weight: 300;
	margin: 0 13.5px;
}

@media (max-width: 1650px) {
	.productsBlockContentItem {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.productsBlockContentItem {
		margin-left: 0;
		margin-right: 3.125vw;
	}
}

.productsBlockContentItem span {
	display: block;
}

.productsBlockContentItemImg {
	position: relative;
	width: 100%;
	padding-top: 80%;
}

.productsBlockContentItemImg img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.productsBlockContentItemTitle {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 2px solid #e3e3e3;
	font-weight: bold;
	font-size: 1.14583vw;
	text-transform: uppercase;
	margin-bottom: 25px;
}

@media (min-width: 1920px) {
	.productsBlockContentItemTitle {
		font-size: 22px;
	}
}

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

@media (max-width: 1024px) {
	.productsBlockContentItemTitle {
		text-align: left;
		max-width: 100%;
		line-height: 20px;
		border-top: 1px solid #e2e3e2;
		margin-top: 25px;
		margin-bottom: 5px;
	}
}

.productsBlockContentItemHeight {
	display: flex !important;
	align-items: center;
	margin-bottom: 15px;
	white-space: nowrap;
}

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

.productsBlockContentItemHeightTitle {
	font-size: 0.88542vw;
	margin-right: 24px;
}

@media (min-width: 1920px) {
	.productsBlockContentItemHeightTitle {
		font-size: 17px;
	}
}

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

@media (max-width: 1024px) {
	.productsBlockContentItemHeightTitle {
		font-weight: 600;
		line-height: 14px;
		margin-right: 8px;
	}
}

.productsBlockContentItemHeightText {
	color: #fff;
	background: #181818;
	font-weight: 600;
	font-size: 1.14583vw;
	line-height: 1;
	padding: 9px 17px;
}

@media (min-width: 1920px) {
	.productsBlockContentItemHeightText {
		font-size: 22px;
	}
}

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

@media (max-width: 1024px) {
	.productsBlockContentItemHeightText {
		font-weight: bold;
		line-height: 14px;
		padding: 3px 7px;
	}
}

.productsBlockContentItemDesc {
	font-weight: 300;
	font-size: 0.88542vw;
	margin-bottom: 50px;
}

@media (min-width: 1920px) {
	.productsBlockContentItemDesc {
		font-size: 17px;
	}
}

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

@media (max-width: 1024px) {
	.productsBlockContentItemDesc {
		line-height: 14px;
		margin-bottom: 20px;
	}
}

.productsBlockContentItem .btn {
	margin-top: auto;
}

@media (max-width: 768px) {
	.productsBlockContentItem .btn {
		padding: 10px 15px;
		height: 40px;
		font-size: 13px;
		line-height: 14px;
		font-weight: 400;
	}
}

.productsBlockContentForm {
	position: relative;
	padding: 81px 64px 50px 51px;
}

@media (max-width: 1650px) {
	.productsBlockContentForm {
		padding: 80px 30px 20px 30px;
	}
}

@media (max-width: 768px) {
	.productsBlockContentForm {
		margin-left: 0;
		margin-right: 3.125vw;
		padding: 20px;
	}
}

.productsBlockContentForm::before {
	content: "";
	width: 100%;
	height: 86px;
	top: 1px;
	left: 0;
	position: absolute;
	background: #1d398c;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 4% 100%, 0% 80%);
}

@media (max-width: 1024px) {
	.productsBlockContentForm::before {
		clip-path: none;
	}
}

.productsBlockContentForm::after {
	content: "";
	width: 100%;
	height: calc(100% - 86px);
	bottom: 0;
	left: 0;
	position: absolute;
	background: #1d398c;
	clip-path: polygon(4% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 4%);
}

@media (max-width: 1024px) {
	.productsBlockContentForm::after {
		clip-path: none;
	}
}

.productsBlockContentFormWrap {
	position: relative;
	z-index: 2;
	color: #fff;
	height: 100%;
}

.productsBlockContentFormWrap .wpcf7 {
	height: 100%;
}

.productsBlockContentFormWrap .wpcf7 form {
	height: 100%;
}

.productsBlockContentFormWrap .formBlock {
	color: #fff;
	display: flex;
	flex-direction: column;
}

.productsBlockContentFormWrap .formBlock p {
	margin-top: auto !important;
}

.productsBlockContentFormWrap .formBlockTitle {
	font-weight: bold;
	font-size: 2.1875vw;
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;
	line-height: 1.2;
}

@media (min-width: 1920px) {
	.productsBlockContentFormWrap .formBlockTitle {
		font-size: 42px;
	}
}

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

.productsBlockContentFormWrap .formBlockTitle::before {
	content: "";
	background: #fff;
	height: 8px;
	width: 165px;
	position: absolute;
	top: 0;
	left: 0;
}

.productsBlockContentFormWrap .formBlockText {
	font-weight: 300;
	font-size: 0.98958vw;
	margin-bottom: 65px;
}

@media (min-width: 1920px) {
	.productsBlockContentFormWrap .formBlockText {
		font-size: 19px;
	}
}

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

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

.productsBlockContentFormWrap .formBlock p {
	margin: 0;
}

.productsBlockContentFormWrap .formBlock br {
	display: none;
}

.productsBlockContentFormWrap .formBlock label {
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

.productsBlockContentFormWrap .formBlock label:last-of-type {
	margin-bottom: 0;
}

.productsBlockContentFormWrap .formBlock label input {
	width: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	color: #fff;
	font-weight: 300;
	border-radius: 0px;
	font-size: 0.88542vw;
	padding: 15px 24px;
	height: 52px;
}

@media (min-width: 1920px) {
	.productsBlockContentFormWrap .formBlock label input {
		font-size: 17px;
	}
}

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

@media (max-width: 768px) {
	.productsBlockContentFormWrap .formBlock label input {
		height: 35px;
		padding: 10px 13px;
	}
}

.productsBlockContentFormWrap .formBlock label input::placeholder {
	color: #fff;
}

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

.productsBlockContentFormWrap .formBlock input[type="submit"] {
	border-radius: 0px;
	background-color: #fff;
	color: #000000;
	width: 100%;
	margin-top: 87px;
	padding: 15px 55px 15px 24px;
	height: 50px;
	cursor: pointer;
	font-size: 0.78125vw;
	background-image: url("img/arr-right.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) 50%;
	background-size: 20px auto;
	border: 1px solid #20398C;
	box-sizing: border-box;
}

@media (min-width: 1920px) {
	.productsBlockContentFormWrap .formBlock input[type="submit"] {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.productsBlockContentFormWrap .formBlock input[type="submit"] {
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.productsBlockContentFormWrap .formBlock input[type="submit"] {
		margin-top: 20px;
		height: auto;
		white-space: break-spaces;
		padding: 10px 45px 10px 15px;
		text-align: left;
	}
}

.productsBlockContentFormWrap .formBlock input[type="submit"]:hover {
	border-color: #fff;
	background-color: #20398C;
	background-image: url("img/arr-right-white.svg");
	color: #fff;
}

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

.links {
	background: #F3F3F3;
	padding: 70px 0 110px 0;
}

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

.linksBlock {
	display: flex;
	justify-content: center;
}

@media (max-width: 768px) {
	.linksBlock {
		display: block;
		margin-right: -20px;
	}
}

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

.linksBlock .slick-track {
	display: flex !important;
}

.linksBlock .slick-slide {
	height: inherit !important;
}

.linksBlockItem {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #fff;
	max-width: calc(33.333333% - 12px);
	margin-right: 18px;
}

@media (max-width: 768px) {
	.linksBlockItem {
		margin-right: 3.125vw;
	}
}

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

.linksBlockItem span {
	display: block;
}

.linksBlockItem .attachment-page {
	width: 100%;
}

.linksBlockItemTitle {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #1d398c;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.30208vw;
	padding: 6.5px;
}

@media (min-width: 1920px) {
	.linksBlockItemTitle {
		font-size: 25px;
	}
}

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

@media (max-width: 1024px) {
	.linksBlockItemTitle {
		line-height: 133%;
		padding: 5px;
	}
}

.linksBlockItemTitle svg {
	width: 22px;
	margin-right: 15px;
}

@media (max-width: 1024px) {
	.linksBlockItemTitle svg {
		width: 14px;
	}
}

@media (max-width: 1024px) {
	.linksBlockItemTitle svg {
		margin-right: 8px;
	}
}

.linksBlockItemContent {
	padding: 30px 55px 26px 45px;
}

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

.linksBlockItemDesc {
	margin-bottom: 30px;
	font-size: 0.88542vw;
	font-weight: 300;
	color: #2b292f;
}

@media (min-width: 1920px) {
	.linksBlockItemDesc {
		font-size: 17px;
	}
}

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

@media (max-width: 1024px) {
	.linksBlockItemDesc {
		margin-bottom: 15px;
		line-height: 18px;
		color: #000000;
	}
}

.linksBlockItem .btn {
	display: inline-block;
	background: #F3F3F3;
	border-color: #F3F3F3;
}

@media (max-width: 1024px) {
	.linksBlockItem .btn {
		padding: 10px 59px 10px 15px;
		font-size: 10px;
		line-height: 14px;
		height: 34px;
	}
}

.questionnaire {
	margin: 130px 0;
}

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

.questionnaire .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: row;
}

@media (max-width: 1024px) {
	.questionnaire .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox {
		flex-direction: column;
	}
}

.questionnaire .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox label {
	display: flex;
	align-items: center;
}

.questionnaire .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
	padding-left: 20px;
}

.questionnaire .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	padding-bottom: 10px;
}

.questionnaire .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox [type="checkbox"], .questionnaire .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox [type="radio"] {
	accent-color: transparent;
	height: 40px;
	width: 40px;
	background-color: transparent !important;
}

.questionnaire .questionnaireFormItemGrid .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.questionnaire .questionnaireFormItemGrid .wpcf7-form-control.wpcf7-checkbox label {
	display: flex;
	align-items: center;
}

.questionnaire .questionnaireFormItemGrid .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
	padding-left: 20px;
}

.questionnaire .questionnaireFormItemGrid .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	padding-bottom: 10px;
}

.questionnaire .questionnaireFormItemGrid .wpcf7-form-control.wpcf7-checkbox [type="checkbox"], .questionnaire .questionnaireFormItemGrid .wpcf7-form-control.wpcf7-checkbox [type="radio"] {
	accent-color: transparent;
	height: 40px;
	width: 40px;
	background-color: transparent !important;
}

.questionnaireWrap {
	background: #F3F3F3;
	padding: 45px 70px 75px 70px;
}

@media (max-width: 1024px) {
	.questionnaireWrap {
		padding: 63px 20px 0 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.questionnaire .title {
	margin-bottom: 15px;
}

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

.questionnaireText {
	margin-bottom: 70px;
	text-align: center;
	font-weight: 300;
	font-size: 0.9375vw;
}

@media (min-width: 1920px) {
	.questionnaireText {
		font-size: 18px;
	}
}

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

@media (max-width: 1024px) {
	.questionnaireText {
		line-height: 18px;
		margin-bottom: 20px;
		text-align: left;
	}
}

.questionnaireBlock .questionnaireFormItem:not(.slick-active) {
	height: 0 !important;
}

.questionnaireForm {
	background: #1d398c;
}

.questionnaireForm .slick-track {
	display: flex !important;
}

.questionnaireForm .slick-slide {
	height: inherit !important;
}

.questionnaireFormItem {
	position: relative;
	padding-bottom: 156px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-top: 110px;
}

@media (max-width: 1024px) {
	.questionnaireFormItem {
		padding: 20px 20px 160px 20px;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.questionnaireFormItemContainer .kommentare textarea {
	margin-top: 20px;
	border: 1px solid #fff;
	border-radius: 0px;
	width: 100%;
	padding: 15px 20px;
	line-height: 1;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	font-size: 0.9375vw;
}

@media (min-width: 1920px) {
	.questionnaireFormItemContainer .kommentare textarea {
		font-size: 18px;
	}
}

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

.questionnaireFormItemContainer .kommentare textarea::placeholder {
	color: #fff;
}

.questionnaireFormItem .btn {
	position: absolute;
	bottom: 37px;
	right: 69px;
	background-image: url("img/arr-right.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-size: 20px auto;
}

@media (max-width: 1024px) {
	.questionnaireFormItem .btn {
		left: 20px;
		right: auto;
		bottom: 85px;
		height: 40px;
		padding: 13px 46px 13px 15px;
		line-height: 14px;
		font-size: 10px;
		background-size: 11px auto;
	}
}

.questionnaireFormItem .btn::after, .questionnaireFormItem .btn::before {
	display: none;
}

.questionnaireFormItem .btn:hover {
	background-image: url("img/arr-right-white.svg");
}

.questionnaireFormItemTitle {
	color: #7b92d9;
	font-size: 0.83333vw;
	line-height: 1;
	margin-bottom: 60px;
}

@media (min-width: 1920px) {
	.questionnaireFormItemTitle {
		font-size: 16px;
	}
}

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

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

.questionnaireFormItem .cats .wpcf7-checkbox,
.questionnaireFormItem .type .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
}

.questionnaireFormItem .cats .wpcf7-checkbox span,
.questionnaireFormItem .type .wpcf7-checkbox span {
	margin: 0;
	display: flex;
	flex-direction: column;
	line-height: 1;
}

.questionnaireFormItem .cats .wpcf7-checkbox .wpcf7-list-item,
.questionnaireFormItem .type .wpcf7-checkbox .wpcf7-list-item {
	margin-bottom: 38px;
}

@media (max-width: 1024px) {
	.questionnaireFormItem .cats .wpcf7-checkbox .wpcf7-list-item,
	.questionnaireFormItem .type .wpcf7-checkbox .wpcf7-list-item {
		margin-bottom: 26px;
	}
}

.questionnaireFormItem .cats .wpcf7-checkbox .wpcf7-list-item:last-of-type,
.questionnaireFormItem .type .wpcf7-checkbox .wpcf7-list-item:last-of-type {
	margin-bottom: 0;
}

.questionnaireFormItem .cats .wpcf7-checkbox label,
.questionnaireFormItem .type .wpcf7-checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 68px;
	display: inline-block;
	line-height: 1;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 0.9375vw;
}

@media (min-width: 1920px) {
	.questionnaireFormItem .cats .wpcf7-checkbox label,
	.questionnaireFormItem .type .wpcf7-checkbox label {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormItem .cats .wpcf7-checkbox label,
	.questionnaireFormItem .type .wpcf7-checkbox label {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormItem .cats .wpcf7-checkbox label,
	.questionnaireFormItem .type .wpcf7-checkbox label {
		padding-left: 30px;
		line-height: 18px;
		padding-top: 4px;
		padding-bottom: 4px;
	}
}

.questionnaireFormItem .cats .wpcf7-checkbox label.checked::after,
.questionnaireFormItem .type .wpcf7-checkbox label.checked::after {
	opacity: 1;
}

.questionnaireFormItem .cats .wpcf7-checkbox label::after,
.questionnaireFormItem .type .wpcf7-checkbox label::after {
	content: "";
	background: #fff;
	width: 37px;
	height: 37px;
	position: absolute;
	left: 5px;
	top: 5px;
	opacity: 0;
}

@media (max-width: 1024px) {
	.questionnaireFormItem .cats .wpcf7-checkbox label::after,
	.questionnaireFormItem .type .wpcf7-checkbox label::after {
		width: 10px;
		height: 10px;
	}
}

.questionnaireFormItem .cats .wpcf7-checkbox label::before,
.questionnaireFormItem .type .wpcf7-checkbox label::before {
	content: "";
	width: 47px;
	height: 47px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 1024px) {
	.questionnaireFormItem .cats .wpcf7-checkbox label::before,
	.questionnaireFormItem .type .wpcf7-checkbox label::before {
		width: 20px;
		height: 20px;
	}
}

.questionnaireFormItem .cats .wpcf7-checkbox label input,
.questionnaireFormItem .type .wpcf7-checkbox label input {
	display: none;
}

.questionnaireFormItem .type .wpcf7-checkbox {
	flex-direction: row;
}

@media (max-width: 1024px) {
	.questionnaireFormItem .type .wpcf7-checkbox {
		flex-direction: column;
	}
}

.questionnaireFormItem .type .wpcf7-checkbox .wpcf7-list-item {
	margin-bottom: 0;
	margin-right: 80px;
}

@media (max-width: 1024px) {
	.questionnaireFormItem .type .wpcf7-checkbox .wpcf7-list-item {
		margin-right: 0;
		margin-bottom: 26px;
	}
}

.questionnaireFormItem .type .wpcf7-checkbox .wpcf7-list-item:last-of-type {
	margin-right: 0;
}

.questionnaireFormItemGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
}

@media (max-width: 1024px) {
	.questionnaireFormItemGrid {
		grid-gap: 30px;
		width: 100%;
	}
}

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

.questionnaireFormItemGridNum .wpcf7-form-control-wrap {
	margin-bottom: 32px;
}

@media (max-width: 1024px) {
	.questionnaireFormItemGridNum .wpcf7-form-control-wrap {
		margin-bottom: 15px;
	}
}

.questionnaireFormItemGridNum .wpcf7-form-control-wrap div.nice-select {
	height: 47px;
	border: 1px solid #fff;
	padding: 14px 53px 14px 20px;
	line-height: 1;
	font-weight: normal;
	font-size: 0.83333vw;
	min-width: 181px;
}

@media (min-width: 1920px) {
	.questionnaireFormItemGridNum .wpcf7-form-control-wrap div.nice-select {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormItemGridNum .wpcf7-form-control-wrap div.nice-select {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormItemGridNum .wpcf7-form-control-wrap div.nice-select {
		width: 100%;
		line-height: 18px;
		height: 30px;
		padding: 6px 30px 6px 14px;
		min-width: 138px;
	}
}

.questionnaireFormItemGridNum .wpcf7-form-control-wrap div.nice-select::after {
	right: 14px;
}

.questionnaireFormItemGridNum .wpcf7-form-control-wrap div.nice-select .list {
	margin: 5px 0 0 0 !important;
	width: 100%;
}

@media (max-width: 1024px) {
	.questionnaireFormItemGridNum .wpcf7-form-control-wrap div.nice-select .list {
		height: fit-content;
	}
}

.questionnaireFormItemGrid2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px 20px;
}

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

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

.questionnaireFormItemGrid2 .wpcf7-form-control-wrap input {
	border: 0px;
	border: 1px solid #fff;
	border-radius: 0px;
	width: 100%;
	padding: 15px 20px;
	line-height: 1;
	color: #fff;
	background: rgba(0, 0, 0, 0);
	font-size: 0.9375vw;
}

@media (min-width: 1920px) {
	.questionnaireFormItemGrid2 .wpcf7-form-control-wrap input {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormItemGrid2 .wpcf7-form-control-wrap input {
		font-size: 16px;
	}
}

.questionnaireFormItemGrid2 .wpcf7-form-control-wrap input::placeholder {
	color: #fff;
}

.questionnaireFormItem input[type="submit"] {
	position: absolute;
	bottom: 37px;
	right: 50px;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #20398C;
	line-height: 1;
	height: 50px;
	padding: 17px 30px;
	font-size: 0.78125vw;
	cursor: pointer;
}

@media (min-width: 1920px) {
	.questionnaireFormItem input[type="submit"] {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormItem input[type="submit"] {
		font-size: 10px;
	}
}

.questionnaireFormItem input[type="submit"]:hover {
	border-color: #fff;
	color: #fff;
	background: #20398C;
}

@media (max-width: 1024px) {
	.questionnaireFormItem input[type="submit"] {
		left: 20px;
		right: auto;
		bottom: 85px;
		height: 40px;
		line-height: 14px;
		padding: 13px 46px 13px 15px;
	}
}

.questionnaireForm p {
	margin: 0;
}

.questionnaireForm br {
	display: none;
}

.questionnaireForm input:focus {
	outline: none;
}

.questionnaireFormWrap {
	position: relative;
	color: #ffffff;
	padding-top: 60px;
}

@media (max-width: 1024px) {
	.questionnaireFormWrap {
		padding-top: 50px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.questionnaireFormWrap .slick-dots {
	position: absolute;
	top: -60px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	z-index: 3;
}

@media (max-width: 1024px) {
	.questionnaireFormWrap .slick-dots {
		justify-content: space-between;
		left: 20px;
		width: calc(100% - 40px);
	}
	.questionnaireFormWrap .slick-dots::after {
		content: "";
		width: 100%;
		height: 1px;
		background: #d6d6d6;
		position: absolute;
		left: 0;
		top: 28px;
	}
}

.questionnaireFormWrap .slick-dots li {
	cursor: pointer;
	display: inline-block;
	padding-right: 140px;
	border-bottom: 3px solid #5f5f5f;
	line-height: 1;
}

@media (max-width: 1024px) {
	.questionnaireFormWrap .slick-dots li {
		padding-right: 0;
		border-bottom: 0px;
	}
}

.questionnaireFormWrap .slick-dots li:last-of-type {
	padding-right: 0;
}

.questionnaireFormWrap .slick-dots .slick-active button {
	font-weight: bold;
}

.questionnaireFormWrap .slick-dots .slick-active button::after {
	width: 100%;
}

.questionnaireFormWrap .slick-dots button {
	border: 0px;
	display: inline-block;
	background: rgba(0, 0, 0, 0);
	padding: 0 25px 18px 25px;
	font-weight: 300;
	cursor: pointer;
	font-size: 0.9375vw;
	position: relative;
}

@media (min-width: 1920px) {
	.questionnaireFormWrap .slick-dots button {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormWrap .slick-dots button {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormWrap .slick-dots button {
		padding: 0 0 12px 0;
	}
}

.questionnaireFormWrap .slick-dots button::after {
	content: "";
	height: 9px;
	background: #1d398c;
	position: absolute;
	left: 0;
	border-radius: 2px;
	width: 0;
	bottom: -6px;
	z-index: 2;
}

@media (max-width: 1024px) {
	.questionnaireFormWrap .slick-dots button::after {
		height: 3px;
		border-radius: 0x;
		bottom: 0;
	}
}

@media (max-width: 1024px) {
	.questionnaireFormWrap .slick-dots button {
		line-height: 18px;
		font-weight: normal;
	}
}

.questionnaireFormWrap .slick-dots button:focus {
	outline: none;
}

.questionnaireFormInfo {
	position: absolute;
	left: 44px;
	bottom: 37px;
	display: flex;
	font-weight: 300;
	font-size: 0.83333vw;
	line-height: 1.2;
}

@media (min-width: 1920px) {
	.questionnaireFormInfo {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.questionnaireFormInfo {
		line-height: 18px;
		left: 18px;
		bottom: 20px;
	}
}

.questionnaireFormInfo img {
	margin-right: 7px;
	cursor: pointer;
	margin-bottom: auto;
	width: 14px;
}

.questionnaireFormInfoText {
	display: none;
	position: absolute;
	background: #fff;
	color: #000000;
	width: 300px;
	bottom: 100%;
	left: 0px;
	padding: 20px;
}

.advantages {
	margin: 130px 0;
	font-weight: 300;
}

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

.advantages .container {
	display: flex;
	flex-direction: column;
}

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

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

.advantagesTop {
	width: 100%;
	margin-bottom: 55px;
	position: relative;
	padding-top: 119px;
}

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

.advantagesTopImg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 576px) {
	.advantagesTopImg {
		position: initial;
		padding-top: 78.577%;
	}
}

.advantagesTopLink {
	position: absolute;
	text-decoration: none;
	background: #1d398c;
	width: 72px;
	height: 74px;
	top: 0;
	left: 50%;
	margin-left: -36px;
}

@media (max-width: 1024px) {
	.advantagesTopLink {
		width: 40px;
		height: 40px;
		margin-left: -20px;
	}
}

.advantagesTopLink svg {
	width: 17px;
	height: auto;
	margin: auto;
}

.advantagesTopContent {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 85px 47px;
	width: 445px;
	min-height: 546px;
}

@media (max-width: 576px) {
	.advantagesTopContent {
		width: 100%;
		padding: 51px 42px 40px 20px;
		min-height: auto;
	}
}

.advantagesTopContent::before {
	content: "";
	width: 100%;
	height: 86px;
	top: 0px;
	left: 0;
	position: absolute;
	background: #1d398c;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 4% 100%, 0% 80%);
}

@media (max-width: 1024px) {
	.advantagesTopContent::before {
		height: 21px;
	}
}

.advantagesTopContent::after {
	content: "";
	width: 100%;
	height: calc(100% - 85px);
	bottom: 0;
	left: 0;
	position: absolute;
	background: #1d398c;
	clip-path: polygon(4% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0% 4%);
}

@media (max-width: 1024px) {
	.advantagesTopContent::after {
		height: calc(100% - 20px);
	}
}

.advantagesTopContentTitle, .advantagesTopContentText {
	position: relative;
	z-index: 1;
}

.advantagesTopContentTitle {
	font-weight: bold;
	font-size: 2.1875vw;
	line-height: 1.2;
	padding-top: 20px;
	margin-bottom: 30px;
}

@media (min-width: 1920px) {
	.advantagesTopContentTitle {
		font-size: 42px;
	}
}

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

@media (max-width: 1024px) {
	.advantagesTopContentTitle {
		line-height: 20px;
		margin-bottom: 5px;
		padding-top: 18px;
	}
}

.advantagesTopContentTitle::before {
	content: "";
	width: 165px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

@media (max-width: 1024px) {
	.advantagesTopContentTitle::before {
		width: 69px;
		height: 3px;
	}
}

.advantagesTopContentText {
	font-weight: 300;
	font-size: 1.14583vw;
	max-width: 290px;
}

@media (min-width: 1920px) {
	.advantagesTopContentText {
		font-size: 22px;
	}
}

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

@media (max-width: 1024px) {
	.advantagesTopContentText {
		line-height: 14px;
	}
}

.advantagesTopContentInfo {
	position: relative;
	z-index: 2;
	margin-bottom: 100px;
}

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

.advantagesTopContentInfoItem {
	width: fit-content;
	line-height: 1.25;
	margin-bottom: 25px;
	position: relative;
	padding-left: 29px;
	font-weight: 300;
	font-size: 1.14583vw;
}

@media (min-width: 1920px) {
	.advantagesTopContentInfoItem {
		font-size: 22px;
	}
}

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

@media (max-width: 1024px) {
	.advantagesTopContentInfoItem {
		font-weight: normal;
		line-height: 2;
		margin-bottom: 0;
		padding-left: 20px;
	}
}

.advantagesTopContentInfoItem img {
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
}

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

.advantagesLinks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 25px;
	margin-bottom: 72px;
}

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

@media (max-width: 768px) {
	.advantagesLinks {
		margin-bottom: 0;
		display: block;
		margin-right: -20px;
	}
}

.advantagesLinksFull {
	margin-bottom: 0;
}

.advantagesLinksFull .advantagesLinksItem {
	display: flex !important;
}

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

.advantagesLinks .slick-track {
	display: flex !important;
}

.advantagesLinks .slick-slide {
	height: inherit !important;
}

.advantagesLinks.active .advantagesLinksItem {
	display: flex !important;
}

.advantagesLinksItem {
	display: none;
	text-decoration: none;
	color: #2b292f;
	flex-direction: column;
}

@media (max-width: 768px) {
	.advantagesLinksItem {
		display: flex !important;
		margin-right: 3.125vw;
		color: #000000;
	}
}

.advantagesLinksItem:nth-of-type(1), .advantagesLinksItem:nth-of-type(2), .advantagesLinksItem:nth-of-type(3), .advantagesLinksItem:nth-of-type(4) {
	display: flex;
}

@media (max-width: 1450px) {
	.advantagesLinksItem:nth-of-type(4) {
		display: none;
	}
}

.advantagesLinksItemTitle {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.14583vw;
	line-height: 1.2;
	margin-bottom: 30px;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (min-width: 1920px) {
	.advantagesLinksItemTitle {
		font-size: 22px;
	}
}

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

@media (min-width: 576px) {
	.advantagesLinksItemTitle {
		text-align: center;
		max-width: 301px;
		white-space: normal;
		margin: auto;
		min-height: 50px;
		margin-bottom: 20px;
	}
}

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

.advantagesLinksItemContent {
	background: #F3F3F3;
	padding-bottom: 20px;
	display: flex !important;
	flex-direction: column;
	height: 100%;
}

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

.advantagesLinksItemContent .attachment-page {
	width: 100%;
	margin-bottom: 30px;
}

@media (max-width: 1800px) and (min-width: 1450px) {
	.advantagesLinksItemContent .attachment-page {
		max-height: 29%;
	}
}

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

.advantagesLinksItemContentTitle {
	display: none;
	font-weight: 600;
	font-size: 0.78125vw;
	line-height: 133%;
	padding: 0 20px 10px 20px;
}

@media (min-width: 1920px) {
	.advantagesLinksItemContentTitle {
		font-size: 15px;
	}
}

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

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

.advantagesLinksItemContentText {
	padding: 0 48px 40px 36px;
	font-size: 0.88542vw;
	display: block;
}

@media (min-width: 1920px) {
	.advantagesLinksItemContentText {
		font-size: 17px;
	}
}

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

@media (max-width: 1024px) {
	.advantagesLinksItemContentText {
		margin-bottom: 10px;
		line-height: 18px;
		padding: 0 20px 15px 20px;
	}
}

.advantagesLinksItemContentLink {
	display: inline-block;
	text-decoration: underline;
	text-align: center;
	font-size: 0.83333vw;
	margin-top: auto;
	color: #000000;
}

@media (min-width: 1920px) {
	.advantagesLinksItemContentLink {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.advantagesLinksItemContentLink {
		line-height: 18px;
		margin: 0 20px;
		text-align: left;
	}
}

.advantages .btnBlue {
	margin: 0 auto;
}

@media (max-width: 768px) {
	.advantages .btnBlue {
		display: none;
	}
}

.btnBlue {
	display: inline-flex;
	align-items: center;
	background: #1d398c;
	color: #fff;
	border: 1px solid #1d398c;
	box-sizing: border-box;
	line-height: 1;
	padding: 19px 79px 19px 24px;
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	font-weight: 400;
}

@media (max-width: 1024px) {
	.btnBlue {
		font-size: 10px;
		line-height: 14px;
		padding: 13px 15px;
	}
}

.btnBlue svg {
	width: 20px;
	position: absolute;
	right: 29px;
	top: 50%;
	margin-top: -4px;
}

@media (max-width: 1024px) {
	.btnBlue svg {
		width: 20px;
	}
}

.btnBlue:hover {
	background-color: #fff;
	color: #1d398c;
}

.btnBlue:hover svg line {
	stroke: #1d398c;
}

.not-found {
	min-height: 50vh;
}

.topProduct {
	margin-bottom: 49px;
}

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

.topProductTop {
	background: #F3F3F3;
	margin-bottom: 16px;
	line-height: 1.25;
	padding: 60px 0;
	text-align: center;
}

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

.topProductTop h1 {
	font-weight: bold;
	font-size: 2.08333vw;
	margin: 0 0 5px 0;
	color: #2b292f;
}

@media (min-width: 1920px) {
	.topProductTop h1 {
		font-size: 40px;
	}
}

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

@media (max-width: 1024px) {
	.topProductTop h1 {
		font-weight: 600;
		color: #000000;
	}
}

.topProductTopSubtitle {
	font-weight: 300;
	font-size: 2.08333vw;
	text-transform: uppercase;
	color: #2b292f;
}

@media (min-width: 1920px) {
	.topProductTopSubtitle {
		font-size: 40px;
	}
}

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

@media (max-width: 1024px) {
	.topProductTopSubtitle {
		line-height: 133%;
		font-weight: normal;
		color: #000000;
	}
}

.topProduct .advantagesTop {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.topProduct .advantagesTop {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
	}
}

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

.topProduct .advantagesTopContent .btn {
	position: relative;
	z-index: 2;
}

@media (max-width: 1024px) {
	.topProduct .advantagesTopContent .btn {
		height: 34px;
		padding: 10px 40px 10px 15px;
		font-size: 12px;
		line-height: 14px;
		font-weight: 400;
	}
	.topProduct .advantagesTopContent .btn::before, .topProduct .advantagesTopContent .btn::after {
		width: 9px;
	}
}

.topProductBottom {
	background: #f0f0f0;
	padding: 30px 40px;
	font-size: 0.83333vw;
	line-height: 1.25;
}

@media (min-width: 1920px) {
	.topProductBottom {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.topProductBottom {
		line-height: 15px;
		padding: 10px 20px;
		margin-left: -20px;
		margin-right: -20px;
		border-bottom: 1px solid #d6d6d6;
	}
}

.topProductBottom a {
	text-decoration: none;
	color: #000000;
}

.topProductBottomTitle {
	margin-right: 5px;
}

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

.tech {
	margin-bottom: 66px;
}

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

.techBlock {
	display: grid;
	grid-template-columns: 50.2815315% 49.7184685%;
}

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

.techBlockInfo {
	background: #F3F3F3;
	padding: 71px 64px 60px 51px;
	color: #2b292f;
}

@media (max-width: 1300px) {
	.techBlockInfo {
		padding: 60px 20px;
		background: #efefef;
		color: #000000;
	}
}

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

.techBlockInfoTop {
	line-height: 1;
	margin-bottom: 85px;
}

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

.techBlockInfoTopTitle {
	font-weight: bold;
	font-size: 1.40625vw;
	margin-right: 7.72200772%;
}

@media (min-width: 1920px) {
	.techBlockInfoTopTitle {
		font-size: 27px;
	}
}

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

@media (max-width: 1024px) {
	.techBlockInfoTopTitle {
		font-weight: 600;
		line-height: 125%;
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.techBlockInfoTopFile {
	text-decoration: none;
	color: #000000;
	font-size: 0.83333vw;
}

@media (min-width: 1920px) {
	.techBlockInfoTopFile {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.techBlockInfoTopFile {
		line-height: 15px;
	}
}

.techBlockInfoTopFile img {
	width: 19px;
	margin-right: 10px;
}

@media (max-width: 1024px) {
	.techBlockInfoTopFile img {
		width: 10px;
	}
}

@media (max-width: 1024px) {
	.techBlockInfoTopFile img {
		margin-right: 4px;
	}
}

.techBlockInfoInfoItem {
	display: grid;
	grid-template-columns: 45% 55%;
	margin-bottom: 15px;
	line-height: 1.2;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 0.9375vw;
}

@media (min-width: 1920px) {
	.techBlockInfoInfoItem {
		font-size: 18px;
	}
}

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

@media (max-width: 1440px) {
	.techBlockInfoInfoItem {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	.techBlockInfoInfoItem {
		line-height: 18px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d6d6d6;
		font-size: 13px;
	}
}

.techBlockInfoInfoItemTitle {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
}

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

.techBlockInfoInfoItemText {
	font-weight: 300;
}

.techBlockContent {
	padding-left: 70px;
	padding-top: 30px;
}

@media (max-width: 1300px) {
	.techBlockContent {
		padding-left: 0;
		padding-top: 60px;
	}
}

.techBlockContentTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.40625vw;
	line-height: 1.25;
	margin-bottom: 25px;
	color: #2b292f;
}

@media (min-width: 1920px) {
	.techBlockContentTitle {
		font-size: 27px;
	}
}

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

@media (max-width: 1024px) {
	.techBlockContentTitle {
		font-weight: 600;
		margin-bottom: 10px;
		color: #000000;
	}
}

.techBlockContentText {
	font-weight: 300;
	font-size: 0.88542vw;
	line-height: 1.25;
	margin-bottom: 40px;
	padding-right: 80px;
}

@media (min-width: 1920px) {
	.techBlockContentText {
		font-size: 17px;
	}
}

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

@media (max-width: 1024px) {
	.techBlockContentText {
		font-weight: normal;
		line-height: 18px;
		margin-bottom: 19px;
		padding-right: 0;
	}
}

.techBlockContentGalleryMob {
	display: none;
	margin-right: -20px;
}

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

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

.techBlockContentGalleryMob a {
	display: flex !important;
	flex-direction: column;
	margin-right: 3.125vw;
}

.techBlockContentGalleryMob a img {
	width: 100%;
}

@media (max-width: 768px) {
	.techBlockContentGallery {
		display: none;
	}
}

.techBlockContentGalleryItem {
	grid-gap: 5px;
}

.techBlockContentGalleryItem::after {
	content: "";
	display: block;
	clear: both;
}

.techBlockContentGalleryItemImg {
	float: left;
}

.techBlockContentGalleryItemImg:nth-of-type(1) {
	width: calc(42.744% - 2px);
	margin-right: 2px;
	padding-top: 32.227%;
	margin-bottom: 4px;
}

.techBlockContentGalleryItemImg:nth-of-type(2) {
	width: calc(57.256% - 2px);
	margin-left: 2px;
	padding-top: 40.837%;
	margin-bottom: 4px;
	float: right;
}

.techBlockContentGalleryItemImg:nth-of-type(3) {
	width: calc(42.744% - 2px);
	padding-top: 31.735%;
	margin-right: 2px;
}

.techBlockContentGalleryItemImg:nth-of-type(4) {
	width: calc(31.366% - 4px);
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 23.1%;
}

.techBlockContentGalleryItemImg:nth-of-type(5) {
	width: calc(25.634% - 2px);
	margin-left: 2px;
	padding-top: 23.1%;
	float: right;
}

.techBlockContentGallery a {
	display: block;
}

.videoBlock {
	padding: 46px 165px 52px 49px;
	background: #F3F3F3;
	display: grid;
	grid-template-columns: 49% 51%;
	align-items: center;
}

@media (max-width: 1300px) {
	.videoBlock {
		padding: 46px 65px 52px 49px;
	}
}

@media (max-width: 1024px) {
	.videoBlock {
		display: flex;
		flex-direction: column-reverse;
		padding: 60px 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.videoBlockVideo {
	width: 100%;
}

.videoBlockVideo a {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 67.157%;
}

@media (max-width: 1024px) {
	.videoBlockVideo a {
		padding-top: 64.29%;
	}
}

.videoBlockVideo a::before {
	content: "";
	background: #000000;
	opacity: 0.2;
}

.videoBlockVideo a svg {
	width: 77px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}

@media (max-width: 1024px) {
	.videoBlockVideo a svg {
		width: 26px;
	}
}

.videoBlockContent {
	padding-left: 65px;
}

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

.videoBlockContentTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.40625vw;
	line-height: 1.25;
	margin-bottom: 15px;
	color: #2b292f;
}

@media (min-width: 1920px) {
	.videoBlockContentTitle {
		font-size: 27px;
	}
}

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

@media (max-width: 1024px) {
	.videoBlockContentTitle {
		font-weight: 600;
		margin-bottom: 10px;
		color: #000000;
	}
}

.videoBlockContentText {
	font-weight: 300;
	font-size: 0.88542vw;
	line-height: 1.25;
	margin-bottom: 35px;
}

@media (min-width: 1920px) {
	.videoBlockContentText {
		font-size: 17px;
	}
}

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

@media (max-width: 1024px) {
	.videoBlockContentText {
		line-height: 18px;
		margin-bottom: 20px;
	}
}

.videoBlockContent .btnBlue {
	position: relative;
	padding: 16px 118px 16px 22px;
}

@media (max-width: 1024px) {
	.videoBlockContent .btnBlue {
		padding: 10px 95px 10px 15px;
	}
}

.videoBlockContent .btnBlue::before, .videoBlockContent .btnBlue::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 15px;
	height: 1px;
	background: #fff;
}

@media (max-width: 1024px) {
	.videoBlockContent .btnBlue::before, .videoBlockContent .btnBlue::after {
		width: 9px;
	}
}

.videoBlockContent .btnBlue::after {
	transform: rotate(90deg);
}

@media (max-width: 1024px) {
	.videoBlockContent .btnBlue {
		line-height: 18px;
	}
}

.videoBlockContent .btnBlue:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #20398C;
}

.videoBlockContent .btnBlue:hover::before, .videoBlockContent .btnBlue:hover::after {
	background: #20398C;
}

.benefits {
	margin: 118px 0 108px 0;
	color: #2b292f;
}

@media (max-width: 1024px) {
	.benefits {
		margin: 60px 0;
		color: #000000;
	}
}

.benefits .title {
	margin-bottom: 60px;
	max-width: 100%;
}

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

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

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

@media (max-width: 768px) {
	.benefitsBlock {
		margin-bottom: 0;
		display: block;
		margin-right: -20px;
	}
}

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

.benefitsBlock .slick-track {
	display: flex !important;
}

.benefitsBlock .slick-slide {
	height: inherit !important;
}

.benefitsBlockItem {
	background: #F3F3F3;
	display: grid;
	grid-template-columns: 30.9794989% 69.02050115%;
	align-items: center;
}

@media (max-width: 768px) {
	.benefitsBlockItem {
		display: block !important;
		margin-right: 3.125vw;
	}
}

.benefitsBlockItemImg {
	height: 100%;
}

@media (max-width: 768px) {
	.benefitsBlockItemImg {
		height: auto;
		padding-top: 78.188%;
	}
}

.benefitsBlockItemContent {
	padding: 30px 45px;
}

@media (max-width: 768px) {
	.benefitsBlockItemContent {
		padding: 20px;
	}
}

.benefitsBlockItemTitle {
	font-weight: 600;
	font-size: 1.04167vw;
	line-height: 1.33;
	margin-bottom: 15px;
}

@media (min-width: 1920px) {
	.benefitsBlockItemTitle {
		font-size: 20px;
	}
}

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

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

.benefitsBlockItemText {
	font-weight: 300;
	font-size: 0.88542vw;
	line-height: 1.2;
}

@media (min-width: 1920px) {
	.benefitsBlockItemText {
		font-size: 17px;
	}
}

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

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

.similar {
	margin: 95px 0 105px 0;
}

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

.similar .title {
	margin-bottom: 60px;
	max-width: 100%;
}

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

.similarBlock {
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-gap: 24px 0;
}

@media (max-width: 1350px) {
	.similarBlock {
		grid-template-columns: 50% 50%;
	}
}

@media (max-width: 768px) {
	.similarBlock {
		margin-left: 0px;
		margin-right: -20px;
		display: block;
	}
}

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

.similarBlock .slick-track {
	display: flex !important;
}

.similarBlock .slick-slide {
	height: inherit !important;
}

@media (max-width: 768px) {
	.similarBlock .productsBlockContentItem {
		margin-left: 0;
		margin-right: 3.125vw;
	}
}

.comparison {
	margin: 108px 0 123px 0;
	color: #2b292f;
}

@media (max-width: 576px) {
	.comparison {
		display: none;
	}
}

.comparisonBlock {
	background: #F3F3F3;
	padding: 0 50px;
}

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

.comparisonBlockItem {
	display: flex;
	border-bottom: 1px solid #d2d2d2;
	line-height: 1.2;
}

.comparisonBlockItem .btnBlue {
	position: relative;
	padding: 16px 22px 16px 22px;
	width: calc(100% - 63px);
}

@media (max-width: 1024px) {
	.comparisonBlockItem .btnBlue {
		padding: 10px 15px;
	}
}

.comparisonBlockItem .btnBlue::before, .comparisonBlockItem .btnBlue::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 15px;
	height: 1px;
	background: #fff;
}

@media (max-width: 1024px) {
	.comparisonBlockItem .btnBlue::before, .comparisonBlockItem .btnBlue::after {
		width: 9px;
	}
}

.comparisonBlockItem .btnBlue::after {
	transform: rotate(90deg);
}

@media (max-width: 1024px) {
	.comparisonBlockItem .btnBlue {
		line-height: 18px;
	}
}

.comparisonBlockItem .btnBlue:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #20398C;
}

.comparisonBlockItem .btnBlue:hover::before, .comparisonBlockItem .btnBlue:hover::after {
	background: #20398C;
}

.comparisonBlockItem:last-of-type, .comparisonBlockItem:first-of-type {
	border-bottom: 0;
}

.comparisonBlockItem:last-of-type div {
	padding-bottom: 34px;
}

.comparisonBlockItem img {
	max-width: 167px;
	max-height: 116px;
}

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

.comparisonBlockItemImg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 85px 0 40px;
}

.comparisonBlockItem div {
	width: 100%;
}

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

.comparisonBlockItem div:nth-of-type(even) {
	background: #eaeaea;
}

.comparisonBlockItemTitle {
	font-size: 0.9375vw;
	padding: 16px 0 9px;
	font-weight: 600;
	width: 120% !important;
}

@media (min-width: 1920px) {
	.comparisonBlockItemTitle {
		font-size: 18px;
	}
}

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

.comparisonBlockItemTitleMain {
	font-weight: bold;
	font-size: 1.40625vw;
	line-height: 1.2;
	display: flex;
	align-items: center;
}

@media (min-width: 1920px) {
	.comparisonBlockItemTitleMain {
		font-size: 27px;
	}
}

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

.comparisonBlockItemTitleMainWrap {
	max-width: 165px;
}

.comparisonBlockItemText {
	font-weight: 300;
	font-size: 1.04167vw;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 0;
}

@media (min-width: 1920px) {
	.comparisonBlockItemText {
		font-size: 20px;
	}
}

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

.comparisonBlockItemTextName {
	font-weight: bold;
}

.comparisonMob {
	margin-top: 60px;
	display: none;
}

@media (max-width: 576px) {
	.comparisonMob {
		display: block;
	}
}

.comparisonMobWrap {
	background: #efefef;
	padding: 30px 0 60px;
}

.comparisonMobItem {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
}

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

.comparisonMobItem img {
	max-width: 167px;
	max-height: 116px;
	display: block;
	margin: 0 auto 30px auto;
}

.comparisonMobItemInfo {
	font-size: 0.67708vw;
	line-height: 18px;
	display: grid;
	grid-template-columns: 45% 55%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 1920px) {
	.comparisonMobItemInfo {
		font-size: 13px;
	}
}

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

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

.comparisonMobItemInfoTitle {
	font-weight: 600;
	padding-right: 20px;
}

.comparisonMobItemInfoText {
	font-weight: 300;
}

.comparisonMobItemInfoTextName {
	font-weight: 600;
}

.comparisonMobItem .btnBlue {
	position: relative;
	padding: 10px 95px 10px 15px;
	height: 34px;
	margin-top: 20px;
}

.comparisonMobItem .btnBlue::before, .comparisonMobItem .btnBlue::after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 9px;
	height: 1px;
	background: #fff;
}

.comparisonMobItem .btnBlue::after {
	transform: rotate(90deg);
}

@media (max-width: 1024px) {
	.comparisonMobItem .btnBlue {
		line-height: 18px;
	}
}

.comparisonMobItem .btnBlue:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	color: #20398C;
}

.comparisonMobItem .btnBlue:hover::before, .comparisonMobItem .btnBlue:hover::after {
	background: #20398C;
}

.top2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 50px 0 100px 0;
}

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

.top2Block {
	display: grid;
	grid-template-columns: 58.771605% 41.228395%;
	align-items: center;
}

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

.top2BlockImg {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.top2BlockImg img {
	display: none;
}

@media (min-width: 1024px) {
	.top2BlockImg {
		min-height: 420px;
	}
}

@media (max-width: 1024px) {
	.top2BlockImg {
		background: none !important;
	}
	.top2BlockImg img {
		margin-bottom: 20px;
		display: block;
	}
}

.top2BlockContent {
	padding-right: 30px;
}

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

.top2BlockContent .title {
	text-align: left;
	margin-bottom: 15px;
	max-width: 100%;
}

.top2BlockContentText {
	max-width: 451px;
	margin-bottom: 0;
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.top2BlockContentText {
		font-size: 14px;
	}
}

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

@media (min-width: 1024px) {
	.top2BlockContentText {
		margin-bottom: 60px;
	}
}

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

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

.top2BlockContentText a {
	text-decoration: none;
}

@media (max-width: 768px) {
	.top2BlockContent .btnBlue {
		padding: 10px 79px 10px 24px;
		margin-bottom: 20px;
	}
}

.stories {
	margin: 130px 0;
}

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

.storiesTitle {
	font-weight: bold;
	font-size: 1.875vw;
	line-height: 125%;
	text-align: center;
	text-transform: uppercase;
	max-width: 614px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 1440px) {
	.storiesTitle {
		font-size: 27px;
	}
}

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

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

.storiesBlockCats {
	display: inline-flex;
	align-items: center;
	border-bottom: 2px solid #d9d9d9;
}

.storiesBlockCatsWrap {
	text-align: center;
	margin-bottom: 53px;
	overflow: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.storiesBlockCatsWrap::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

.storiesBlockCatsWrap::-webkit-scrollbar-thumb {
	background: #fff;
}

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

.storiesBlockCatsItem {
	cursor: pointer;
	font-size: 0.9375vw;
	font-weight: 300;
	padding: 25px 30px;
	white-space: nowrap;
}

@media (min-width: 1920px) {
	.storiesBlockCatsItem {
		font-size: 18px;
	}
}

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

.storiesBlockCatsItem:hover, .storiesBlockCatsItem.active {
	background: #1d398c;
	color: #fff;
}

@media (max-width: 1024px) {
	.storiesBlockCatsItem {
		line-height: 18px;
		padding: 11px 14px;
	}
}

.storiesBlockContent {
	display: none;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

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

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

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

.storiesBlockContent .slick-track {
	display: flex !important;
}

.storiesBlockContent .slick-slide {
	height: inherit !important;
}

.storiesBlockContent.active {
	display: grid;
}

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

.storiesBlockContentItem {
	width: 100%;
	padding-top: 100%;
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 768px) {
	.storiesBlockContentItem {
		padding-top: 0;
	}
}

@media (max-width: 768px) {
	.storiesBlockContentItem {
		margin-left: 0;
		margin-right: 3.125vw;
	}
}

.storiesBlockContentItem:hover .storiesBlockContentItemContent {
	visibility: visible;
	opacity: 1;
}

.storiesBlockContentItemContent {
	opacity: 0;
	visibility: visible;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 30px;
}

@media (max-width: 768px) {
	.storiesBlockContentItemContent {
		opacity: 1;
		visibility: visible;
		position: initial;
		padding: 30px 20px;
	}
}

.storiesBlockContentItemContent span {
	display: block;
}

.storiesBlockContentItemContentTitle {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.52778vw;
	line-height: 125%;
	text-transform: uppercase;
}

@media (min-width: 1440px) {
	.storiesBlockContentItemContentTitle {
		font-size: 22px;
	}
}

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

@media (max-width: 1024px) {
	.storiesBlockContentItemContentTitle {
		line-height: 20px;
	}
}

.storiesBlockContentItemContentText {
	margin-bottom: 19px;
	font-size: 1.11111vw;
	line-height: 162%;
}

@media (min-width: 1440px) {
	.storiesBlockContentItemContentText {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.storiesBlockContentItemContentText {
		line-height: 18px;
		margin-bottom: 30px;
	}
}

.storiesBlockContentItem .btn:hover {
	background: rgba(0, 0, 0, 0) !important;
}

@media (max-width: 768px) {
	.storiesBlockContentItem .btn {
		padding: 10px 15px;
		height: 34px;
		font-size: 10px;
		line-height: 14px;
		width: 100%;
		text-align: left;
	}
}

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

.grey {
	margin: 130px 0;
}

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

.greyBlock {
	background: #F3F3F3;
	padding: 35px;
	display: grid;
	grid-template-columns: 45.3507341% 54.6492659%;
	align-items: center;
}

@media (max-width: 768px) {
	.greyBlock {
		display: block;
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}
}

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

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

.greyBlockImg img {
	width: 100%;
}

.greyBlockContent {
	padding-left: 50px;
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.greyBlockContent {
		font-size: 14px;
	}
}

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

.greyBlockContent ul {
	padding-left: 17px;
	margin-left: 0;
}

.greyBlockContent ul li::marker {
	color: #1d398c;
}

@media (max-width: 768px) {
	.greyBlockContent ul {
		margin-left: 0;
		padding-left: 17px;
	}
}

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

.greyBlockContent .title {
	max-width: 517px;
	text-align: left;
	text-transform: initial;
	margin-bottom: 15px;
	margin-left: 0;
}

@media (max-width: 768px) {
	.greyBlockContent .title {
		max-width: 100%;
		margin-bottom: 20px;
	}
}

.formular {
	margin: 130px 0;
}

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

.formularBlock .formBlock {
	display: grid;
	grid-template-columns: 100%;
	grid-gap: 10px;
}

@media (max-width: 1024px) {
	.formularBlock .formBlock {
		grid-gap: 5px;
	}
}

.formularBlock .formBlock p {
	margin: 0;
}

.formularBlock .formBlock span {
	display: flex;
	width: 100%;
}

.formularBlock .formBlockGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 14px 20px;
	margin-bottom: 4px;
}

@media (max-width: 768px) {
	.formularBlock .formBlockGrid {
		grid-template-columns: 100%;
		grid-gap: 5px;
		margin-bottom: 0;
	}
}

.formularBlock .formBlockFile {
	font-size: 1.11111vw;
	line-height: 162%;
	margin-top: 34px;
}

@media (min-width: 1440px) {
	.formularBlock .formBlockFile {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlockFile {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlockFile {
		line-height: 18px;
		margin-top: 20px;
	}
}

.formularBlock .formBlockFile .wpcf7-form-control-wrap {
	display: block;
	margin-top: 20px;
}

@media (max-width: 1024px) {
	.formularBlock .formBlockFile .wpcf7-form-control-wrap {
		margin-top: 15px;
	}
}

.formularBlock .formBlockFile .dnd-upload-counter {
	display: none;
}

.formularBlock .formBlockFile .codedropz-upload-wrapper {
	margin-bottom: 34px;
}

.formularBlock .formBlockFile .codedropz-upload-handler {
	border: 2px dashed rgba(255, 255, 255, 0.25);
}

.formularBlock .formBlockFile .codedropz-upload-container {
	padding: 35px 30px 30px 30px;
	text-align: center;
}

@media (max-width: 1024px) {
	.formularBlock .formBlockFile .codedropz-upload-container {
		padding: 25px 8px;
	}
}

.formularBlock .formBlockFile a {
	color: #fff;
}

.formularBlock .formBlockFile span,
.formularBlock .formBlockFile a {
	display: inline-block;
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.formularBlock .formBlockFile span,
	.formularBlock .formBlockFile a {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlockFile span,
	.formularBlock .formBlockFile a {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlockFile span,
	.formularBlock .formBlockFile a {
		line-height: 18px;
	}
}

.formularBlock .formBlockFile .codedropz-upload-inner span,
.formularBlock .formBlockFile .codedropz-upload-inner a {
	opacity: 0.5;
}

.formularBlock .formBlockFile h3 {
	font-size: 0px;
	margin: 0;
}

.formularBlock .formBlockFile h3::before {
	font-size: 1.11111vw;
	line-height: 162%;
}

@media (min-width: 1440px) {
	.formularBlock .formBlockFile h3::before {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlockFile h3::before {
		font-size: 13px;
	}
}

.formularBlock .formBlock input:focus,
.formularBlock .formBlock textarea:focus {
	outline: none;
}

.formularBlock .formBlock label {
	display: block;
	width: 100%;
}

.formularBlock .formBlock label input:not([type="checkbox"]):not([type="radio"]) {
	height: 55px;
}

@media (max-width: 1024px) {
	.formularBlock .formBlock label input:not([type="checkbox"]):not([type="radio"]) {
		height: 34px;
		padding: 10px;
	}
}

.formularBlock .formBlock label textarea {
	height: 146px;
	padding: 24px;
}

@media (max-width: 1024px) {
	.formularBlock .formBlock label textarea {
		height: 94px;
		padding: 10px;
	}
}

.formularBlock .formBlock label input:not([type="checkbox"]):not([type="radio"]),
.formularBlock .formBlock label textarea {
	width: 100%;
	border: 1px solid #ffffff;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	padding: 14.5px 24px;
	color: #fff;
	font-size: 1.11111vw;
	line-height: 162%;
	border-radius: 0px;
}

@media (min-width: 1440px) {
	.formularBlock .formBlock label input:not([type="checkbox"]):not([type="radio"]),
	.formularBlock .formBlock label textarea {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlock label input:not([type="checkbox"]):not([type="radio"]),
	.formularBlock .formBlock label textarea {
		font-size: 10px;
	}
}

.formularBlock .formBlock label input:not([type="checkbox"]):not([type="radio"])::placeholder,
.formularBlock .formBlock label textarea::placeholder {
	color: #fff;
}

.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
	max-width: 387px;
	display: block;
	margin: 0 auto;
	padding-left: 38px;
	position: relative;
}

@media (max-width: 1024px) {
	.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
		max-width: 100%;
		min-height: 40px;
	}
}

.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label::before {
	content: "";
	width: 18px;
	height: 18px;
	background: #ffffff;
	border: 2px solid rgba(27, 112, 182, 0.2);
	position: absolute;
	top: 4px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 1024px) {
	.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label::before {
		top: 0;
	}
}

.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label.checked::before {
	content: url("img/check.svg");
}

.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span {
	font-size: 0.97222vw;
	line-height: 171%;
	opacity: 0.5;
}

@media (min-width: 1440px) {
	.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span {
		font-size: 10px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span {
		line-height: 14px;
	}
}

.formularBlock .formBlock .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item input {
	display: none;
}

.formularBlock .formBlock input[type="submit"] {
	margin-top: 40px;
	border-radius: 0px;
	border: 1px solid #fff;
	background-color: #ffffff;
	padding: 17px 43px;
	height: 60px;
	color: #000000;
	font-size: 1.11111vw;
	line-height: 162%;
	text-align: left;
	background-image: url("img/arr-right.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 18px) center;
	background-size: 15px auto;
	cursor: pointer;
}

@media (min-width: 1440px) {
	.formularBlock .formBlock input[type="submit"] {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlock input[type="submit"] {
		font-size: 10px;
	}
}

@media (max-width: 1024px) {
	.formularBlock .formBlock input[type="submit"] {
		margin-top: 15px;
		height: 34px;
		padding: 10px 13px;
		background-position: calc(100% - 14px) center;
		height: 40px;
		padding: 10px 39px 10px 13px;
	}
}

.formularBlock .formBlock input[type="submit"]:hover {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("img/arr-right-white.svg");
	color: #fff;
}

.formularBlockWrap {
	max-width: 858px;
	margin: 0 auto;
	background: #1d398c;
	padding: 80px 200px;
	color: #fff;
	position: relative;
}

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

.formularBlockWrap::before {
	content: "";
	width: 0;
	height: 0;
	border-top: 26.5px solid transparent;
	border-bottom: 26.5px solid transparent;
	border-left: 26.5px solid #fff;
	position: absolute;
	top: 56px;
	left: 0;
}

@media (max-width: 1024px) {
	.formularBlockWrap::before {
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid #fff;
		top: 40px;
	}
}

.formularBlockTitle {
	padding-top: 23px;
	position: relative;
	margin-bottom: 56px;
	font-weight: bold;
	font-size: 2.77778vw;
	line-height: 125%;
	text-transform: uppercase;
	max-width: 404px;
}

@media (min-width: 1440px) {
	.formularBlockTitle {
		font-size: 40px;
	}
}

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

@media (max-width: 1024px) {
	.formularBlockTitle {
		padding-top: 13px;
		margin-bottom: 20px;
		line-height: 27px;
	}
}

.formularBlockTitle::before {
	content: "";
	background: #fff;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	width: 164px;
}

@media (max-width: 1024px) {
	.formularBlockTitle::before {
		width: 115px;
		height: 3px;
	}
}

.formularBlockText {
	margin-bottom: 50px;
	max-width: 298px;
	font-size: 1.11111vw;
	line-height: 162%;
}

@media (min-width: 1440px) {
	.formularBlockText {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.formularBlockText {
		line-height: 18px;
		margin-bottom: 20px;
		max-width: 100%;
	}
}

.formularBlockImg {
	max-width: 370px;
	margin-bottom: 22px;
}

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

.formularBlockName {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.875vw;
	line-height: 125%;
}

@media (min-width: 1440px) {
	.formularBlockName {
		font-size: 27px;
	}
}

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

@media (max-width: 1024px) {
	.formularBlockName {
		line-height: 156%;
		margin-bottom: 0;
	}
}

.formularBlockPosition {
	margin-bottom: 22px;
	font-size: 1.11111vw;
	line-height: 162%;
}

@media (min-width: 1440px) {
	.formularBlockPosition {
		font-size: 16px;
	}
}

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

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

.formularBlockContactTitle {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.25vw;
	line-height: 135%;
}

@media (min-width: 1440px) {
	.formularBlockContactTitle {
		font-size: 18px;
	}
}

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

@media (max-width: 1024px) {
	.formularBlockContactTitle {
		line-height: 215%;
		margin-bottom: 0;
	}
}

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

.formularBlockContactBlock {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-gap: 10px;
	font-size: 0.97222vw;
	line-height: 179%;
}

@media (min-width: 1440px) {
	.formularBlockContactBlock {
		font-size: 14px;
	}
}

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

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

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

.formularBlockContactBlock a {
	text-decoration: none;
	color: #fff;
}

.formularBlockFormTitle {
	margin-bottom: 87px;
	font-weight: bold;
	font-size: 2.77778vw;
	line-height: 125%;
	text-transform: uppercase;
	margin-top: 23px;
}

@media (min-width: 1440px) {
	.formularBlockFormTitle {
		font-size: 40px;
	}
}

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

@media (max-width: 1024px) {
	.formularBlockFormTitle {
		margin-bottom: 20px;
		line-height: 27px;
		margin-top: 60px;
	}
}

.formularVacancy .formularBlockWrap {
	max-width: 100%;
}

.formularVacancy .formularBlockWrap .formularBlockTitle {
	margin-bottom: 15px;
	max-width: 548px;
}

.formularVacancy input[type="submit"] {
	width: 458px;
	display: block;
	margin: 0 auto;
	margin-top: 34px;
}

@media (max-width: 1024px) {
	.formularVacancy input[type="submit"] {
		width: 100%;
		margin-top: 20px;
	}
}

.formularContact .formularBlockTitle {
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	.formularContact .formularBlockTitle {
		margin-bottom: 11px;
	}
}

.formularContact .formBlock label textarea {
	height: 205px;
}

@media (max-width: 1024px) {
	.formularContact .formBlock label textarea {
		height: 94px;
	}
}

.formularContact .formularBlockText {
	max-width: 100%;
	margin-bottom: 20px;
}

.formularContactBlock {
	display: grid;
	grid-template-columns: 48.4143763% 51.5856237%;
}

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

.formularContactBlockContent {
	padding-right: 20px;
}

.formularContact .formularBlockWrap {
	max-width: 100%;
	padding: 80px 180px 80px 170px;
}

@media (max-width: 1300px) {
	.formularContact .formularBlockWrap {
		padding: 50px;
	}
}

@media (max-width: 1024px) {
	.formularContact .formularBlockWrap {
		padding: 46px 20px;
	}
}

.numbers {
	margin: 130px 0;
}

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

.numbersBlock {
	background: #F3F3F3;
	display: flex;
	justify-content: space-between;
	padding: 80px 125px;
}

@media (max-width: 1024px) {
	.numbersBlock {
		padding: 35px 34px;
	}
}

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

.numbersBlockItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-right: 90px;
}

@media (max-width: 1200px) {
	.numbersBlockItem {
		margin-right: 30px;
	}
}

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

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

.numbersBlockItemImg {
	height: 50px;
	justify-content: center;
	margin-bottom: 20px;
}

.numbersBlockItemTitle {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-end;
	font-weight: bold;
	font-size: 1.875vw;
	line-height: 125%;
}

@media (min-width: 1440px) {
	.numbersBlockItemTitle {
		font-size: 27px;
	}
}

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

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

.numbersBlockItemTitle span {
	margin-right: 6px;
	font-weight: normal;
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.numbersBlockItemTitle span {
		font-size: 14px;
	}
}

@media (max-width: 1024px) {
	.numbersBlockItemTitle span {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.numbersBlockItemTitle span {
		margin-right: 5px;
		line-height: 177%;
	}
}

.numbersBlockItemText {
	font-size: 0.97222vw;
	line-height: 171%;
	opacity: 0.8;
}

@media (min-width: 1440px) {
	.numbersBlockItemText {
		font-size: 14px;
	}
}

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

@media (max-width: 1024px) {
	.numbersBlockItemText {
		line-height: 177%;
		opacity: 1;
	}
}

.textImg {
	margin: 130px 0;
}

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

@media (max-width: 768px) {
	.textImgBlock {
		flex-direction: column-reverse !important;
	}
}

.textImgBlockImg {
	width: 49.2283951%;
	display: flex;
	flex-direction: column;
}

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

.textImgBlockImg img {
	width: 100%;
}

.textImgBlock.right {
	flex-direction: row-reverse;
}

.textImgBlock.right .textImgBlockContent {
	padding-left: 0;
	padding-right: 102px;
}

@media (max-width: 768px) {
	.textImgBlock.right .textImgBlockContent {
		padding: 0;
	}
}

.textImgBlockContent {
	width: 50.7716049%;
	padding-left: 50px;
}

@media (max-width: 768px) {
	.textImgBlockContent {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
}

.textImgBlockContent .title {
	margin-bottom: 15px;
	text-align: left;
	max-width: 100%;
}

.textImgBlockContentText {
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.textImgBlockContentText {
		font-size: 14px;
	}
}

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

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

.textImgBlockContentText h2 {
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.875vw;
	line-height: 125%;
	text-transform: uppercase;
	color: #000000;
}

@media (min-width: 1440px) {
	.textImgBlockContentText h2 {
		font-size: 27px;
	}
}

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

@media (max-width: 1024px) {
	.textImgBlockContentText h2 {
		line-height: 150%;
		margin-bottom: 10px;
		text-transform: initial;
	}
}

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

.textImgBlockContentText ul li {
	position: relative;
	padding-left: 16px;
	line-height: 171%;
	color: #000000;
}

.textImgBlockContentText ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #1d398c;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

.certificates {
	padding: 80px 0;
	background: #F3F3F3;
}

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

.certificates .title {
	margin-bottom: 15px;
	text-align: center;
}

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

@media (max-width: 768px) {
	.certificates .title {
		text-align: left;
	}
}

.certificatesText {
	max-width: 398px;
	margin: 0 auto 50px auto;
	font-size: 0.97222vw;
	line-height: 171%;
	text-align: center;
}

@media (min-width: 1440px) {
	.certificatesText {
		font-size: 14px;
	}
}

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

@media (max-width: 1024px) {
	.certificatesText {
		margin-bottom: 20px;
		line-height: 18px;
	}
}

@media (max-width: 768px) {
	.certificatesText {
		text-align: left;
		max-width: 100%;
	}
}

.certificatesBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

@media (max-width: 768px) {
	.certificatesBlock {
		display: block;
		margin-right: -20px;
	}
}

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

.certificatesBlock .slick-track {
	display: flex !important;
}

.certificatesBlock .slick-slide {
	height: inherit !important;
}

.certificatesBlockItem {
	padding: 50px;
	background: #ffffff;
}

@media (max-width: 1024px) {
	.certificatesBlockItem {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	.certificatesBlockItem {
		margin-right: 3.125vw;
	}
}

.certificatesBlockItem img {
	height: 104px;
	margin-bottom: 25px;
}

@media (max-width: 1024px) {
	.certificatesBlockItem img {
		height: 50px;
	}
}

.certificatesBlockItemText {
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.certificatesBlockItemText {
		font-size: 14px;
	}
}

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

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

.certificatesBlockItemText ul {
	margin: 0;
	padding-left: 17px;
}

.certificatesBlockItemText ul li::marker {
	color: #1d398c;
}

.siteMain ul {
	margin: 0;
	padding-left: 17px;
}

.siteMain ul li::marker {
	color: #1d398c;
}

.what {
	margin: 130px 0;
}

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

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

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

@media (max-width: 768px) {
	.what .title {
		max-width: 100%;
		text-align: left;
	}
}

.whatBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

@media (max-width: 768px) {
	.whatBlock {
		display: block;
		margin-right: -20px;
	}
}

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

.whatBlock .slick-track {
	display: flex !important;
}

.whatBlock .slick-slide {
	height: inherit !important;
}

.whatBlockItem {
	background: #F3F3F3;
	padding: 30px 30px 30px 160px;
	position: relative;
}

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

@media (max-width: 768px) {
	.whatBlockItem {
		margin-right: 3.125vw;
	}
}

.whatBlockItem img {
	width: 100px;
	height: auto;
	position: absolute;
	left: 30px;
	top: 30px;
}

@media (max-width: 1024px) {
	.whatBlockItem img {
		position: initial;
		height: 100px;
		width: auto;
		margin-bottom: 15px;
	}
}

.whatBlockItemTitle {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.38889vw;
	line-height: 150%;
}

@media (min-width: 1440px) {
	.whatBlockItemTitle {
		font-size: 20px;
	}
}

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

@media (max-width: 1024px) {
	.whatBlockItemTitle {
		margin-bottom: 17px;
		line-height: 156%;
	}
}

.whatBlockItemText {
	opacity: 0.8;
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.whatBlockItemText {
		font-size: 14px;
	}
}

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

.process {
	margin: 130px 0;
}

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

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

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

@media (max-width: 768px) {
	.process .title {
		max-width: 100%;
		text-align: left;
	}
}

.processBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}

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

.processBlockItem {
	padding: 30px;
}

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

.processBlockItem a {
	text-decoration: none;
}

.processBlockItem:hover {
	background: #1d398c;
	color: #fff;
}

@media (max-width: 1024px) {
	.processBlockItem:hover {
		background: #fff;
		color: #000000;
	}
}

.processBlockItem:hover a {
	color: #fff;
}

.processBlockItem:hover .processBlockItemTitle::before {
	background: #fff;
}

@media (max-width: 1024px) {
	.processBlockItem:hover .processBlockItemTitle::before {
		background: #1d398c;
	}
}

.processBlockItem:hover .processBlockItemTitle span {
	color: #fff;
}

@media (max-width: 1024px) {
	.processBlockItem:hover .processBlockItemTitle span {
		color: #1d398c;
	}
}

.processBlockItemTitle {
	padding-top: 25px;
	position: relative;
	padding-left: 36px;
	font-weight: bold;
	font-size: 1.38889vw;
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media (min-width: 1440px) {
	.processBlockItemTitle {
		font-size: 20px;
	}
}

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

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

.processBlockItemTitle span {
	position: absolute;
	top: 25px;
	left: 0;
	font-size: 1.875vw;
	line-height: 125%;
	text-align: center;
	text-transform: uppercase;
	color: #1d398c;
	display: inline-block;
}

@media (min-width: 1440px) {
	.processBlockItemTitle span {
		font-size: 27px;
	}
}

@media (max-width: 1024px) {
	.processBlockItemTitle span {
		font-size: 27px;
	}
}

.processBlockItemTitle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 5px;
	width: 100px;
	background: #1d398c;
}

.processBlockItemText {
	font-size: 0.97222vw;
	line-height: 171%;
	opacity: 0.8;
}

@media (min-width: 1440px) {
	.processBlockItemText {
		font-size: 14px;
	}
}

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

@media (max-width: 1024px) {
	.processBlockItemText {
		opacity: 1;
		line-height: 177%;
	}
}

.titleBig {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2.77778vw;
	line-height: 125%;
	text-transform: uppercase;
	margin-top: 0;
}

@media (min-width: 1440px) {
	.titleBig {
		font-size: 40px;
	}
}

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

@media (max-width: 1024px) {
	.titleBig {
		line-height: 34px;
	}
}

.history {
	padding: 80px 0;
	background: #F3F3F3;
}

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

.history::after {
	content: "";
	display: block;
	clear: both;
}

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

.historyBlockItem {
	width: 50%;
	float: left;
	padding-bottom: 102px;
	padding-right: 65px;
	position: relative;
}

@media (max-width: 768px) {
	.historyBlockItem {
		padding: 50px 3.125vw 0 0 !important;
		border-right: 0px !important;
		border-top: 2px solid #d1e2f0;
		float: left !important;
	}
}

.historyBlockItem::before {
	content: "";
	width: 10px;
	height: 10px;
	background: #1d398c;
	position: absolute;
	top: 26px;
	right: -6px;
	z-index: 2;
}

@media (max-width: 768px) {
	.historyBlockItem::before {
		height: 50px;
		width: 2px;
		background: #d1e2f0;
		left: 0 !important;
		right: auto !important;
		top: 0 !important;
	}
}

.historyBlockItem:nth-of-type(odd) {
	border-right: 2px solid #d1e2f0;
}

.historyBlockItem:nth-of-type(even) {
	float: right;
	padding-left: 65px;
	padding-right: 0;
}

.historyBlockItem:nth-of-type(even)::before {
	right: auto;
	left: -6px;
}

.historyBlockItem:nth-of-type(1) {
	padding-top: 22px;
}

.historyBlockItem:nth-of-type(1)::before {
	top: 50px;
}

.historyBlockItem:nth-of-type(2) {
	padding-top: 159px;
}

.historyBlockItem:nth-of-type(2)::before {
	top: 185px;
}

.historyBlockItem:last-of-type {
	margin-bottom: 0;
	border-right: 0px;
}

@media (max-width: 768px) {
	.historyBlockItem:last-of-type {
		padding-right: 0 !important;
	}
}

.historyBlockItem:last-of-type::after {
	content: "";
	width: 2px;
	height: 50%;
	background: #d1e2f0;
	position: absolute;
	top: 0;
	right: 0px;
}

@media (max-width: 768px) {
	.historyBlockItem:last-of-type::after {
		display: none;
	}
}

.historyBlockItem:last-of-type::before {
	right: -4px;
}

.historyBlockItem:nth-of-type(even) .historyBlockItemContent::after {
	right: auto;
	left: -65px;
}

.historyBlockItemContent {
	background: #fff;
	position: relative;
}

.historyBlockItemContent::after {
	content: "";
	height: 2px;
	width: 65px;
	background: #d1e2f0;
	position: absolute;
	right: -65px;
	top: 30px;
}

@media (max-width: 768px) {
	.historyBlockItemContent::after {
		display: none;
	}
}

.historyBlockItemContentYear {
	background: #1d398c;
	color: #fff;
	padding: 13px 20px;
	font-weight: bold;
	font-size: 1.875vw;
	line-height: 125%;
	text-transform: uppercase;
}

@media (min-width: 1440px) {
	.historyBlockItemContentYear {
		font-size: 27px;
	}
}

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

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

.historyBlockItemContentText {
	padding: 18px 63px 18px 20px;
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.historyBlockItemContentText {
		font-size: 14px;
	}
}

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

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

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

.textGallery {
	margin: 130px 0;
}

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

.textGalleryBlock {
	display: grid;
	grid-template-columns: 49.2283951% 50.7716049%;
	align-items: center;
}

@media (max-width: 1024px) {
	.textGalleryBlock {
		display: flex;
		flex-direction: column-reverse;
	}
}

.textGalleryBlockGallery {
	width: 100%;
}

.textGalleryBlockGalleryItem {
	margin-bottom: 20px;
}

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

.textGalleryBlockGalleryItem::after {
	content: "";
	display: block;
	clear: both;
}

.textGalleryBlockGalleryItemImg {
	float: left;
	width: calc(50% - 10px);
}

@media (max-width: 1024px) {
	.textGalleryBlockGalleryItemImg {
		width: calc(50% - 5px);
	}
}

.textGalleryBlockGalleryItemImg:nth-of-type(1) {
	margin-right: 10px;
	padding-top: 32.916%;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.textGalleryBlockGalleryItemImg:nth-of-type(1) {
		margin-right: 5px;
		margin-bottom: 10px;
	}
}

.textGalleryBlockGalleryItemImg:nth-of-type(2) {
	margin-left: 10px;
	padding-top: 41.85%;
	margin-bottom: 20px;
	float: right;
}

@media (max-width: 1024px) {
	.textGalleryBlockGalleryItemImg:nth-of-type(2) {
		margin-left: 5px;
		margin-bottom: 10px;
	}
}

.textGalleryBlockGalleryItemImg:nth-of-type(3) {
	padding-top: 34.485%;
	margin-right: 10px;
}

@media (max-width: 1024px) {
	.textGalleryBlockGalleryItemImg:nth-of-type(3) {
		margin-right: 5px;
	}
}

.textGalleryBlockGalleryItemImg:nth-of-type(4) {
	margin-left: 10px;
	padding-top: 25.55%;
}

@media (max-width: 1024px) {
	.textGalleryBlockGalleryItemImg:nth-of-type(4) {
		margin-left: 5px;
	}
}

.textGalleryBlockGallery a {
	display: block;
}

.textGalleryBlockText {
	font-size: 0.97222vw;
	line-height: 171%;
	padding-left: 50px;
}

@media (min-width: 1440px) {
	.textGalleryBlockText {
		font-size: 14px;
	}
}

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

@media (max-width: 1024px) {
	.textGalleryBlockText {
		line-height: 177%;
		padding-left: 0;
		margin-bottom: 20px;
	}
}

.vacancies {
	background: #F3F3F3;
	padding: 80px 0;
}

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

.vacanciesBlockContent {
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

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

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

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

.vacanciesBlockContent.active {
	display: grid;
}

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

.vacanciesBlockContentItem {
	width: 100%;
	display: flex;
	flex-direction: column;
	color: #000000;
	text-decoration: none;
	background: #fff;
}

@media (max-width: 768px) {
	.vacanciesBlockContentItem {
		margin-left: 0;
		margin-right: 3.125vw;
	}
}

.vacanciesBlockContentItem span {
	display: block;
}

.vacanciesBlockContentItemImg {
	position: relative;
	overflow: hidden;
	padding-top: 75%;
}

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

.vacanciesBlockContentItemContent {
	padding: 30px 45px;
}

@media (max-width: 768px) {
	.vacanciesBlockContentItemContent {
		padding: 20px;
	}
}

.vacanciesBlockContentItemContentTitle {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.38889vw;
	line-height: 150%;
}

@media (min-width: 1440px) {
	.vacanciesBlockContentItemContentTitle {
		font-size: 20px;
	}
}

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

@media (min-width: 1024px) {
	.vacanciesBlockContentItemContentTitle {
		min-height: 60px;
	}
}

@media (max-width: 1024px) {
	.vacanciesBlockContentItemContentTitle {
		line-height: 20px;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
}

.vacanciesBlockContentItemContentText {
	margin-bottom: 20px;
	font-size: 0.97222vw;
	line-height: 171%;
}

@media (min-width: 1440px) {
	.vacanciesBlockContentItemContentText {
		font-size: 14px;
	}
}

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

@media (min-width: 1024px) {
	.vacanciesBlockContentItemContentText {
		min-height: 103px;
	}
}

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

.vacanciesBlockContentItem .btn {
	margin-top: auto;
	background: #f3f3f3;
	display: inline-flex;
	justify-content: center;
	margin-right: auto;
	padding: 12px 76px 12px 15px;
}

@media (max-width: 768px) {
	.vacanciesBlockContentItem .btn {
		padding: 5px 76px 5px 15px;
		height: 34px;
		font-size: 10px;
		line-height: 14px;
		text-align: left;
	}
}

.titleSection {
	margin: 51px 0 -70px 0;
}

@media (max-width: 1024px) {
	.titleSection {
		margin: 60px 0 -34px 0;
	}
}

.titleSection h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 2.08333vw;
	line-height: 125%;
	text-transform: uppercase;
}

@media (min-width: 1920px) {
	.titleSection h1 {
		font-size: 40px;
	}
}

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

.title2Section h1 {
	font-weight: bold;
	font-size: 2.08333vw;
	line-height: 125%;
	text-transform: uppercase;
	margin: 60px 0 80px 0;
}

@media (min-width: 1920px) {
	.title2Section h1 {
		font-size: 40px;
	}
}

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

@media (max-width: 768px) {
	.title2Section h1 {
		margin-bottom: 46px;
	}
}

.contactsGray {
	margin-bottom: 80px;
}

.contactsGrayWrap {
	display: grid;
	grid-template-columns: 1fr minmax(auto, 658px);
	align-items: center;
	background: #F3F3F3;
}

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

.contactsGrayContent {
	padding: 0 35px;
}

@media (max-width: 768px) {
	.contactsGrayContent {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

.contactsGrayContentTitle {
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
	line-height: 125%;
	text-transform: uppercase;
	margin-bottom: 50px;
}

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

.contactsGrayContentAddress, .contactsGrayContentTel, .contactsGrayContentEmail {
	display: flex;
	align-items: center;
	margin-top: 20px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

@media (max-width: 768px) {
	.contactsGrayContentAddress, .contactsGrayContentTel, .contactsGrayContentEmail {
		font-size: 13px;
	}
}

.contactsGrayContentAddress svg, .contactsGrayContentTel svg, .contactsGrayContentEmail svg {
	min-width: 34px;
	height: 34px;
	background-color: #1d398c;
	margin-right: 15px;
	padding: 8px;
}

.contactsGrayContentTel:hover, .contactsGrayContentEmail:hover {
	color: #1d398c;
}

.contactsGrayMap iframe {
	width: 100%;
	height: 386px;
}

@media (max-width: 768px) {
	.contactsGrayMap iframe {
		height: 248px;
	}
}

.contactsWhite {
	margin-top: 80px;
	margin-bottom: 80px;
}

.contactsWhiteBlock {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

@media (max-width: 768px) {
	.contactsWhiteBlock {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 992px) {
	.contactsWhiteBlock {
		display: block;
	}
}

.contactsWhiteBlockItem {
	display: flex;
}

@media (max-width: 992px) {
	.contactsWhiteBlockItem {
		justify-content: space-between;
		margin-bottom: 20px;
	}
}

@media (max-width: 1024px) {
	.contactsWhiteBlockItem {
		display: flex;
		flex-direction: column;
	}
}

.contactsWhiteBlockItemContent {
	padding-right: 15px;
}

.contactsWhiteBlockItemImg {
	min-height: 260px;
	width: 25%;
	padding-left: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1500px) {
	.contactsWhiteBlockItemImg {
		width: 35%;
	}
}

@media (max-width: 1250px) {
	.contactsWhiteBlockItemImg {
		width: 60%;
	}
}

@media (max-width: 992px) {
	.contactsWhiteBlockItemImg {
		width: 25%;
	}
}

@media (max-width: 1024px) {
	.contactsWhiteBlockItemImg {
		padding-left: 0;
		width: 70%;
		margin: auto;
		height: 45vw;
	}
}

.contactsWhiteBlockItemMap iframe {
	width: 100%;
	height: 386px;
}

@media (max-width: 768px) {
	.contactsWhiteBlockItemMap iframe {
		height: 188px;
	}
}

.contactsWhiteBlockItemTitle {
	font-style: normal;
	font-weight: bold;
	font-size: 27px;
	line-height: 125%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.contactsWhiteBlockItemTitle {
		font-size: 20px;
	}
}

.contactsWhiteBlockItemName {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}

.contactsWhiteBlockItemTel, .contactsWhiteBlockItemEmail {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

@media (max-width: 768px) {
	.contactsWhiteBlockItemTel, .contactsWhiteBlockItemEmail {
		font-size: 13px;
	}
}

.contactsWhiteBlockItemTel:hover, .contactsWhiteBlockItemEmail:hover {
	color: #1d398c;
}

.contactsWhiteBlockItemTel svg, .contactsWhiteBlockItemEmail svg {
	width: 34px;
	height: 34px;
	background-color: #1d398c;
	margin-right: 15px;
	padding: 8px;
}

.contactsWhiteBlockItemText {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 15px;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 768px) {
	.contactsWhiteBlockItemText {
		grid-template-columns: 1fr;
		grid-gap: 10px;
		font-size: 13px;
		margin-bottom: 40px;
	}
}

.contactsWhiteBlockItemText span {
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
}

@media (max-width: 768px) {
	.contactsWhiteBlockItemText br {
		display: none;
	}
}

.infoWhite {
	margin: 130px auto 80px auto;
}

@media (max-width: 768px) {
	.infoWhite {
		margin-top: 80px;
		padding-right: 0;
	}
}

.infoWhiteBlock {
	display: grid;
	grid-template-columns: 1fr minmax(auto, 658px);
	align-items: center;
}

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

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

.infoWhiteBlockContentSchedule {
	display: grid;
	grid-template-columns: 100px 1fr;
}

.infoWhiteBlockContentSchedule span {
	line-height: initial;
}

.infoWhiteBlockContentPersonName {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin: 27px 0;
}

@media (max-width: 768px) {
	.infoWhiteBlockContentPersonName {
		margin-top: 40px;
		margin-bottom: 25px;
	}
}

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

.infoWhiteBlockImg img {
	width: 100%;
}

.infoWhite .contactsGrayContentAddress {
	align-items: start;
}

.infoGray {
	margin: 80px auto;
}

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

.infoGrayWrap {
	background: #F3F3F3;
	padding: 35px;
}

@media (max-width: 768px) {
	.infoGrayWrap {
		padding: 60px 20px;
	}
}

.infoGrayBlock {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	align-items: center;
}

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

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

.eventsCurrent {
	background: #F3F3F3;
	padding: 80px 0;
}

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

.eventsBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}

@media (max-width: 768px) {
	.eventsBlock {
		margin-right: -20px;
		display: block;
	}
}

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

.eventsBlockItem {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #000;
	background: #fff;
}

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

.eventsBlockItem img {
	width: 100%;
}

.eventsBlockItemContent {
	padding: 30px 45px 45px 45px;
	display: flex;
	flex-direction: column;
}

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

.eventsBlockItemContentTitle {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
}

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

.eventsBlockItemContentCity {
	margin-bottom: 15px;
}

.eventsBlockItemContentCity, .eventsBlockItemContentDate {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1.11111vw;
	line-height: 162%;
}

@media (min-width: 1440px) {
	.eventsBlockItemContentCity, .eventsBlockItemContentDate {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.eventsBlockItemContentCity, .eventsBlockItemContentDate {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.eventsBlockItemContentCity, .eventsBlockItemContentDate {
		line-height: 177%;
	}
}

.eventsBlockItemContentCity svg, .eventsBlockItemContentDate svg {
	margin-right: 15px;
}

.eventsOld {
	margin: 130px 0;
}

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

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

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

.eventsOld .eventsBlockItem {
	background: #F3F3F3;
}

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

.pagination {
	justify-content: center;
	margin-top: 50px;
}

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

.pagination a:hover {
	color: #20398C;
}

.pagination .page-numbers {
	margin: 0 10px;
	font-weight: 600;
	font-size: 1.38889vw;
	line-height: 120%;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1440px) {
	.pagination .page-numbers {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.pagination .page-numbers {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.pagination .page-numbers {
		line-height: 177%;
		margin: 0 7.5px;
	}
}

.pagination .page-numbers.current {
	color: #20398C;
}

.page-id-2126 .similar .title,
.page-id-2132 .similar .title,
.page-id-2134 .similar .title,
.page-id-2136 .similar .title,
.page-id-2138 .similar .title {
	text-align: left;
}

.eventTop {
	margin: 50px 0 130px 0;
}

@media (max-width: 1024px) {
	.eventTop {
		margin: 29px 0 80px 0;
	}
}

.eventTopBlock {
	display: grid;
	grid-template-columns: 50.7716049% 49.2283951%;
	align-items: center;
}

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

.eventTopBlockImg img {
	width: 100%;
}

.eventTopBlockContent {
	max-width: 60%;
}

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

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

.eventTopBlockContentTitle {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 2.77778vw;
	line-height: 125%;
	text-transform: uppercase;
	color: #000000;
}

@media (min-width: 1440px) {
	.eventTopBlockContentTitle {
		font-size: 40px;
	}
}

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

.eventTopBlockContentDesc {
	margin-bottom: 30px;
	color: #000;
}

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

.eventContent {
	margin: 130px 0;
}

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

.eventContent .container {
	position: relative;
}

.eventContentWrap {
	max-width: 770px;
}

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

.eventContentWrap h2 {
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.875vw;
	line-height: 125%;
	text-transform: uppercase;
	color: #000000;
}

@media (min-width: 1440px) {
	.eventContentWrap h2 {
		font-size: 27px;
	}
}

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

@media (max-width: 1024px) {
	.eventContentWrap h2 {
		line-height: 150%;
		margin-bottom: 10px;
		text-transform: initial;
	}
}

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

.eventContentWrap ul li {
	position: relative;
	padding-left: 16px;
	line-height: 171%;
	color: #000000;
}

.eventContentWrap ul li::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #1d398c;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
}

.otherEvents {
	margin: 130px 0;
}

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

.otherEvents .eventsBlockItem {
	background: #F3F3F3;
}

.partners {
	margin: 130px 0;
}

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

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

.partnersBlockItem {
	margin-bottom: 80px;
	display: grid;
	grid-template-columns: 49.2283951% 50.7716049%;
	align-items: center;
	background: #F3F3F3;
}

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

.partnersBlockItem img {
	width: 100%;
}

.partnersBlockItem:nth-of-type(even) {
	background: #fff;
}

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

.partnersBlockItemContent {
	padding-left: 100px;
}

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

.partnersBlockItemContentPosition {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 1.875vw;
	line-height: 125%;
	text-transform: uppercase;
	color: #000000;
}

@media (min-width: 1440px) {
	.partnersBlockItemContentPosition {
		font-size: 27px;
	}
}

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

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

.partnersBlockItemContentName {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.25vw;
	line-height: 139%;
	color: #000000;
}

@media (min-width: 1440px) {
	.partnersBlockItemContentName {
		font-size: 18px;
	}
}

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

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

.partnersBlockItemContentPhone {
	margin-bottom: 20px;
}

.partnersBlockItemContentPhone, .partnersBlockItemContentEmail {
	text-decoration: none;
	color: #000;
	font-size: 1.11111vw;
	line-height: 162%;
}

@media (min-width: 1440px) {
	.partnersBlockItemContentPhone, .partnersBlockItemContentEmail {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.partnersBlockItemContentPhone, .partnersBlockItemContentEmail {
		font-size: 13px;
	}
}

@media (max-width: 1024px) {
	.partnersBlockItemContentPhone, .partnersBlockItemContentEmail {
		line-height: 177%;
		font-weight: 600;
	}
}

.partnersBlockItemContentPhone svg, .partnersBlockItemContentEmail svg {
	margin-right: 15px;
}

.teaser {
	margin: 130px 0;
}

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

.teaserBlock {
	color: #fff;
	display: grid;
	grid-template-columns: 59.1049383% 40.8950617%;
}

@media (max-width: 1024px) {
	.teaserBlock {
		flex-direction: column-reverse;
		margin-left: -20px;
		margin-right: -20px;
	}
}

.teaserBlockContent {
	background: #1d398c;
	padding: 61px 90px 80px 90px;
	position: relative;
}

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

.teaserBlockContent::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.5px 0 26.5px 26px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	left: 0;
	top: 47px;
}

@media (max-width: 1024px) {
	.teaserBlockContent::before {
		top: 43px;
		border-width: 8px 0 8px 9px;
	}
}

.teaserBlockContent img {
	margin-bottom: 15px;
	width: 75px;
	height: auto;
}

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

.teaserBlockContent .title {
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 1024px) {
	.teaserBlockContent .title {
		margin-bottom: 11px;
		max-width: 254px;
		margin-left: 0;
	}
}

.teaserBlockContentText {
	margin-bottom: 50px;
	font-size: 1.11111vw;
	line-height: 162%;
}

@media (min-width: 1440px) {
	.teaserBlockContentText {
		font-size: 16px;
	}
}

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

@media (max-width: 1024px) {
	.teaserBlockContentText {
		line-height: 177%;
		margin-bottom: 20px;
	}
}

.teaserBlockContent .btn {
	padding: 17px 43px;
	background-image: url("img/arr-right.svg");
	background-repeat: no-repeat;
	background-position: calc(100% - 43px) 50%;
	font-size: 1.11111vw;
	line-height: 162%;
	height: 60px;
	width: 100%;
	max-width: 458px;
}

@media (min-width: 1440px) {
	.teaserBlockContent .btn {
		font-size: 16px;
	}
}

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

@media (max-width: 768px) {
	.teaserBlockContent .btn {
		padding: 10px 30px 10px 11px;
	}
}

@media (max-width: 1024px) {
	.teaserBlockContent .btn {
		line-height: 14px;
		height: 34px;
		background-position: calc(100% - 17px) 50%;
	}
}

.teaserBlockContent .btn:hover {
	background-image: url("img/arr-right-white.svg");
}

.teaserBlockContent .btn::before, .teaserBlockContent .btn::after {
	display: none;
}

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

.maschinen__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media (max-width: 1024px) {
	.maschinen__items {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 500px) {
	.maschinen__items {
		grid-template-columns: repeat(1, 1fr);
	}
}

.maschinen-list {
	padding: 0;
	margin-left: 16px;
	font-weight: 100;
}

.maschinen-list li::marker {
	color: #1d398c;
}

.maschinen__item {
	background-color: #f3f3f3;
}

.maschinen__thumb {
	width: 100%;
	display: block;
}

.maschinen__title {
	margin: 0;
}

.maschinen__info {
	padding: 20px;
}

.maschinen__specification {
	margin-top: 30px;
}

.specification {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}

.specification__item {
	display: flex;
	justify-content: space-between;
	padding-bottom: 8px;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 8px;
}

.specification__item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.specification__label {
	font-weight: 600;
}

.textTwoColumn {
	margin: 130px 0;
}

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

.textTwoColumnBlock {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 60px;
}

@media (max-width: 1024px) {
	.textTwoColumnBlock {
		grid-template-columns: 100%;
		grid-gap: 0px;
	}
}

.textTwoColumnBlock h2 {
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: bold;
	font-size: 1.875vw;
	line-height: 125%;
	text-transform: uppercase;
	color: #000000;
}

@media (min-width: 1440px) {
	.textTwoColumnBlock h2 {
		font-size: 27px;
	}
}

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

@media (max-width: 1024px) {
	.textTwoColumnBlock h2 {
		line-height: 150%;
		margin-bottom: 10px;
		text-transform: initial;
	}
}

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

.textTwoColumnBlock ul li {
	position: relative;
	padding-left: 16px;
	line-height: 171%;
	color: #000000;
}

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

.topImg {
	display: flex;
}

.topSliderArrows {
	position: absolute;
	display: flex;
	min-width: 220px;
	justify-content: space-evenly;
	background-color: #1B3395;
	max-height: 44px;
	top: 0;
	height: 78px;
	right: 20%;
	font-size: 16px;
}

@media (max-width: 768px) {
	.topSliderArrows {
		min-width: 180px;
		max-height: 30px;
		height: 55px;
		right: 20%;
		font-size: 10px;
	}
}

.topSliderArrows p {
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	font-weight: bold;
	margin-top: 7px;
}

.prev,
.next {
	cursor: pointer;
}

@media (max-width: 1024px) {
	.topImg img {
		object-fit: cover;
		min-height: 250px;
	}
	.topSliderArrows {
		right: 0;
	}
	.teaserBlock {
		flex-direction: column !important;
	}
}

.slide {
	display: flex !important;
	position: relative;
}

.slide img {
	display: flex;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (min-width: 1024px) {
	.advantagesTopImg {
		width: 75%;
		left: auto !important;
		right: 0;
	}
	.advantagesTopContent {
		margin-top: -119px;
		min-height: 650px;
	}
	.advantagesTop {
		min-height: 650px;
	}
}

.home .advantages {
	display: none;
}

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