/*!
Theme Name: poosch
Theme URI:
Author:
Author URI:
Description: Poosch theme
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: poosch
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

@font-face {
	font-family: Montserrat;
	src: url("fonts/Montserrat/Montserrat-Light.ttf");
	font-weight: 300;
	font-style: normal;
}

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

.siteHeader .container, .siteNavigation > ul, .partners .container, .partnersLogos {
	display: flex;
	align-items: center;
}

.aboutVideoWrap::before, .aboutVideoWrapBtn, .aboutVideoWrap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

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

a, .siteHeader, .siteHeader .btn, .siteNavigation > ul > li .next svg, .siteNavigation > ul > li > .sub-menu, #burger span, .topBlockContentRight .sliderNavImg, .aboutVideoWrapBtn, .aboutVideoWrap iframe, .servicesListLink svg, .cform .questionnaireItemAField .labelText, .cform .questionnaireItem .btn.next, .cform .questionnaireItem .btn.prev, .cform .questionnaireItem .btn[type="submit"], .faqContentItemQ svg, .slick-dots li, .form-block .labelText, .form-block .btn {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

/*--------------------------------------------------------------
# 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: Poppins;
	font-size: 1rem;
	line-height: 1.6;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a: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;
}

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

html,
body {
	scroll-behavior: smooth;
}

h1 {
	color: #fff;
	font-weight: bold;
	font-size: 56px;
	line-height: 66px;
}

@media (max-width: 768px) {
	h1 {
		font-size: 24px;
		font-weight: 600;
		line-height: 24px;
	}
}

h1.pageTitleBlock {
	color: #135255;
}

@media (max-width: 768px) {
	h1.pageTitleBlock {
		font-size: 32px;
		line-height: 42px;
	}
}

h2 {
	font-family: Poppins;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #135255;
}

@media (max-width: 768px) {
	h2 {
		font-size: 24px;
		line-height: 34px;
		font-weight: 600;
	}
}

p {
	margin-bottom: 1em;
}

.text {
	font-size: 16px;
	color: #767688;
	line-height: 24px;
}

@media (max-width: 768px) {
	.text {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

.title {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #0c2134;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

@media (max-width: 768px) {
	.title {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 28px;
	}
}

.title::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: #E7651D;
	width: 10px;
	height: 10px;
}

@media (max-width: 768px) {
	.title::before {
		top: 9px;
	}
}

.pageTitle {
	margin-top: 120px;
}

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

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

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

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

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	height: 52px;
	background: #E7651D;
	border: 2px solid #E7651D;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	padding: 15px 33px;
}

@media (max-width: 768px) {
	.btn {
		font-size: 13px;
		height: 50px;
		padding: 15px 20px;
	}
}

.btn svg {
	fill: #fff;
	margin-left: 10px;
}

@media (max-width: 768px) {
	.btn svg {
		width: 15px;
	}
}

.btn:hover {
	color: #E7651D;
	background: transparent;
}

.btn:hover svg {
	fill: #E7651D;
}

.site {
	padding-top: 80px;
}

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

.siteHeader {
	display: flex;
	background: #314b81;
	background: #1a6366;
	position: fixed;
	height: 96px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.siteHeader.fixed {
	height: 85px;
}

@media (max-width: 768px) {
	.siteHeader.fixed {
		height: 65px;
	}
}

@media (max-width: 768px) {
	.siteHeader {
		height: 70px;
	}
}

.siteHeader .custom-logo {
	max-width: 260px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(1857%) hue-rotate(293deg) brightness(109%) contrast(93%);
}

@media (max-width: 768px) {
	.siteHeader .custom-logo {
		max-width: 160px;
	}
}

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

.siteHeader .container .custom-logo-link {
	position: relative;
	z-index: 2;
}

.siteHeader .btn {
	margin-left: -30px;
	cursor: pointer;
	position: relative;
}

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

@media (max-width: 1024px) {
	.siteNavigation {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #135255;
		display: none;
		padding-top: 100px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 50px;
		overflow-y: scroll;
	}
}

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

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

.siteNavigation > ul > li {
	display: flex;
	align-items: center;
	margin-right: 35px;
	position: relative;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li {
		flex-direction: column;
		align-items: flex-start;
	}
}

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

.siteNavigation > ul > li > a {
	width: max-content;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	display: flex;
	align-items: center;
	height: 96px;
	border-top: 3px solid rgba(0, 0, 0, 0);
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	text-shadow: 1px 0 0 transparent;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li > a {
		font-size: 20px;
		height: auto;
		margin-bottom: 20px;
	}
}

.siteNavigation > ul > li > a:hover {
	color: #E7651D;
	border-bottom: 3px solid #E7651D;
}

.siteNavigation > ul > li.current_page_item > a {
	color: #E7651D;
	border-bottom: 3px solid #E7651D;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li.current_page_item > a {
		color: #fff;
		border-color: transparent;
	}
}

.siteNavigation > ul > li .next {
	margin-left: 9px;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li .next {
		position: absolute;
		right: 0;
		top: 9px;
	}
}

.siteNavigation > ul > li .next svg {
	transform: rotate(180deg);
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li .next svg {
		transform: rotate(360deg);
	}
}

.siteNavigation > ul > li:hover .next svg {
	transform: rotate(360deg);
}

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

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

.siteNavigation > ul > li > .sub-menu {
	position: absolute;
	display: flex;
	flex-direction: column;
	background: #fff;
	padding: 15px 20px;
	visibility: hidden;
	opacity: 0;
	left: 0;
	top: 100%;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li > .sub-menu {
		display: none;
		min-width: auto;
		width: 100%;
		padding: 0 15px 20px 30px;
		margin-top: -22px;
		position: initial;
		transition: none;
		background: transparent;
	}
}

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

.siteNavigation > ul > li > .sub-menu > li {
	width: fit-content;
	padding-top: 7px;
	padding-bottom: 7px;
}

.siteNavigation > ul > li > .sub-menu > li .sub-menu li a {
	padding: 10px 5px;
	border-bottom: 2px solid #e6e6e6;
}

.siteNavigation > ul > li > .sub-menu > li .sub-menu li a:hover {
	background: #f2f2f2;
}

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

.siteNavigation > ul > li > .sub-menu > li a {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #0c2134;
	text-decoration: none;
	width: 100%;
}

@media (max-width: 1024px) {
	.siteNavigation > ul > li > .sub-menu > li a {
		font-size: 14px;
		font-weight: 400;
		color: #ffffff;
	}
}

.siteNavigation > ul > li > .sub-menu > li a:hover {
	color: #E7651D;
}

.siteNavigation .btn {
	display: none;
}

@media (max-width: 1024px) {
	.siteNavigation .btn {
		display: inline-flex;
		padding: 20px 35px;
		margin-left: 0;
		margin-top: 0;
	}
}

.siteNavigationBottom {
	display: none;
}

@media (max-width: 1024px) {
	.siteNavigationBottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 60px;
	}
}

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

.siteFooter {
	font-size: 15px;
	color: #767688;
	line-height: 30px;
	padding: 60px 0 0 0;
}

@media (max-width: 768px) {
	.siteFooter {
		font-size: 11px;
		line-height: 28px;
	}
}

.siteFooter .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

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

.siteFooter .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 30px;
}

@media (max-width: 768px) {
	.siteFooter .menu {
		flex-direction: column;
	}
}

.siteFooter .menu > li {
	margin-left: 60px;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	.siteFooter .menu > li {
		margin-left: 0;
	}
}

.siteFooter .menu > li .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.siteFooter a:hover {
	color: #135255;
}

.siteFooterTop {
	margin-bottom: 40px;
}

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

@media (max-width: 768px) {
	.siteFooterTopContactsLogo {
		max-width: 140px;
		margin: auto;
	}
}

.siteFooterTopContactsText {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #767688;
}

.siteFooterTopContactsTextAddress {
	max-width: 220px;
	margin-top: 30px;
}

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

.siteFooterTopMenus {
	margin-top: 30px;
}

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

.siteFooterBottom {
	display: flex;
	justify-content: space-between;
	grid-column: span 2;
	border-top: 1px solid #e3e3e3;
	padding: 30px 0;
}

@media (max-width: 768px) {
	.siteFooterBottom {
		grid-column: auto;
		padding: 5px 0;
	}
}

@media (max-width: 768px) {
	.siteFooterBottomCopy {
		margin: auto;
	}
}

.siteFooterBottomSocials {
	display: flex;
}

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

.siteFooterBottomSocials.mob {
	display: none;
}

@media (max-width: 768px) {
	.siteFooterBottomSocials.mob {
		display: flex;
		margin-bottom: 35px;
	}
}

.siteFooterBottomSocials a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #9191a6;
	font-size: 16px;
	background: #f6f4fe;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin-right: 12px;
}

@media (max-width: 768px) {
	.siteFooterBottomSocials a {
		width: 30px;
		height: 30px;
		font-size: 12px;
		margin-right: 6px;
	}
}

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

.siteHeader.fixed ul > li > a {
	height: 85px;
}

@media (max-width: 1024px) {
	.siteHeader.fixed ul > li > a {
		height: auto;
	}
}

#burger {
	width: 25px;
	height: 16px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-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;
}

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

#burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 25px;
	background: #fff;
	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: 7px;
	left: 0;
}

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

#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 {
	background: #228084;
}

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

.top .container {
	padding-right: 0;
}

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

.topBlock {
	color: #fff;
	padding: 60px 0 80px 0;
}

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

.topBlockSocials {
	display: flex;
	justify-content: flex-end;
	padding-right: 50px;
}

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

.topBlockSocials a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	margin-right: 15px;
}

.topBlockSocials a:hover {
	color: #E7651D;
}

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

.topBlockContent {
	display: grid;
	grid-template-columns: 36% 57%;
	justify-content: space-between;
	align-items: center;
	margin-top: 45px;
}

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

@media (max-width: 768px) {
	.topBlockContent {
		grid-template-columns: 1fr;
		margin-top: 0;
		padding: 0;
	}
}

.topBlockContentTitle {
	font-weight: 600;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.topBlockContentTitle {
		font-size: 32px;
		line-height: 42px;
	}
}

.topBlockContentText {
	font-size: 16px;
	line-height: 24px;
}

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

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

@media (max-width: 768px) {
	.topBlockContentRight {
		max-width: 100vw;
	}
}

.topBlockContentRight .sliderBlock {
	z-index: 1;
	position: relative;
}

.topBlockContentRight .sliderBlock::before {
	content: "";
	width: 60px;
	height: 60px;
	background: #E7651D;
	position: absolute;
	left: -20px;
	top: -20px;
}

@media (max-width: 768px) {
	.topBlockContentRight .sliderBlock::before {
		content: none;
	}
}

.topBlockContentRight .sliderBlockImg {
	position: relative;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
	.topBlockContentRight .sliderBlockImg {
		max-width: 100%;
		height: 350px;
	}
}

@media (max-width: 430px) {
	.topBlockContentRight .sliderBlockImg {
		height: 220px;
	}
}

@media (max-width: 768px) {
	.topBlockContentRight .sliderBlockImg img {
		max-width: 100%;
	}
}

.topBlockContentRight .sliderBlockImgText {
	font-weight: 700;
	margin-left: 480px;
	opacity: 0;
	position: absolute;
	bottom: 15px;
}

@media (max-width: 1024px) {
	.topBlockContentRight .sliderBlockImgText {
		margin-left: 350px;
	}
}

@media (max-width: 768px) {
	.topBlockContentRight .sliderBlockImgText {
		margin-left: 0;
		text-align: right;
		font-size: 10px;
		right: 10px;
	}
}

.topBlockContentRight .sliderBlockImgText span {
	font-weight: normal;
	text-decoration: underline;
}

.topBlockContentRight .sliderBlockImg.slick-active .sliderBlockImgText {
	animation-name: fadeInUpSD;
	animation-duration: 1.2s;
	opacity: 1;
}

.topBlockContentRight .sliderNav {
	display: flex;
	margin-top: -58px;
	margin-left: 10px;
	z-index: 2;
	position: relative;
}

@media (max-width: 1216px) {
	.topBlockContentRight .sliderNav {
		margin-top: -60px;
	}
}

@media (max-width: 768px) {
	.topBlockContentRight .sliderNav {
		margin-top: -45px;
	}
}

.topBlockContentRight .sliderNav .slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}

.topBlockContentRight .sliderNavImg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

@media (max-width: 768px) {
	.topBlockContentRight .sliderNavImg {
		width: 30px;
		height: 30px;
		padding: 5px;
	}
}

.topBlockContentRight .sliderNavImg img {
	opacity: 0.4;
}

.topBlockContentRight .sliderNavImg.slick-current {
	background: #E7651D;
	background: #E7651D;
}

.topBlockContentRight .sliderNavImg.slick-current img {
	opacity: 1;
}

.topBlockContent .btn {
	height: 60px;
	margin-top: 50px;
}

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

@media (max-width: 768px) {
	.topBlockContent .btn {
		margin-top: 20px;
		margin-bottom: 45px;
	}
}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpSD {
	-webkit-animation-name: fadeInUpSD;
	animation-name: fadeInUpSD;
}

.partners {
	background: #f7f8fa;
	padding: 30px 0;
}

@media (max-width: 768px) {
	.partners {
		padding: 20px 0;
		margin-top: 15px;
	}
}

.partnersTitle {
	color: #969696;
	font-weight: 600;
	font-size: 1.40625vw;
	white-space: nowrap;
	margin-right: 75px;
}

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

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

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

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

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

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

.partnersLogos {
	justify-content: space-between;
	max-width: 80%;
}

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

@media (max-width: 768px) {
	.partnersLogos {
		max-width: 70%;
	}
}

.partnersLogos .slick-track {
	display: flex !important;
	align-items: center !important;
}

.partnersLogos img {
	margin-right: 75px;
	max-width: 15.33333333vw;
	max-height: 66px;
}

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

@media (max-width: 768px) {
	.partnersLogos img {
		margin-right: 35px;
		max-width: 150px;
	}
}

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

.about {
	padding-top: 150px;
	padding-bottom: 100px;
}

@media (max-width: 768px) {
	.about {
		padding-top: 50px;
		padding-bottom: 30px;
	}
}

.about .container {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	align-items: center;
	grid-gap: 40px;
}

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

.aboutVideo {
	max-width: 612px;
	position: relative;
}

@media (max-width: 768px) {
	.aboutVideo {
		order: 2;
	}
}

.aboutVideo:before {
	content: "";
	width: 60px;
	height: 60px;
	background: #E7651D;
	position: absolute;
	left: -20px;
	top: -20px;
}

@media (max-width: 768px) {
	.aboutVideo:before {
		width: 23px;
		height: 23px;
		left: -10px;
		top: -10px;
	}
}

.aboutVideoWrap {
	position: relative;
	width: 100%;
	padding-top: 72.894%;
}

.aboutVideoWrap::before {
	content: "";
	background: #000;
	opacity: 0.149;
}

.aboutVideoWrapBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	background: rgba(231, 101, 29, 0.9);
	border-radius: 50%;
	width: 70px;
	height: 70px;
	left: 43%;
	top: 43%;
}

.aboutVideoWrapBtn:hover {
	background: #E7651D;
}

@media (max-width: 768px) {
	.aboutVideoWrapBtn {
		width: 35px;
		height: 35px;
		padding: 14px;
	}
}

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

.aboutVideoWrap iframe {
	opacity: 0;
	visibility: hidden;
}

.aboutVideoWrap iframe.active {
	opacity: 1;
	visibility: visible;
}

.aboutContentSubtitle {
	font-size: 16px;
	line-height: 24px;
	color: #E7651D;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.aboutContentSubtitle {
		font-size: 10px;
		line-height: 15px;
		margin-bottom: 2px;
	}
}

.aboutContentTitle {
	color: #135255;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.aboutContentTitle {
		font-size: 20px;
		margin-top: 0;
		margin-bottom: 10px;
	}
}

.aboutContentText {
	color: #0c2134;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 42px;
}

@media (max-width: 768px) {
	.aboutContentText {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 20px;
	}
}

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

.aboutContentLink.mob {
	display: none;
}

@media (max-width: 768px) {
	.aboutContentLink.mob {
		display: flex;
		max-width: max-content;
		margin: 26px auto 0 auto;
	}
}

.services {
	padding: 0 0 130px 0;
}

@media (max-width: 768px) {
	.services {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

.servicesTItle {
	color: #135255;
}

.servicesList {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 48px;
	margin-top: 60px;
}

@media (max-width: 768px) {
	.servicesList {
		grid-template-columns: 1fr;
		grid-gap: 36px;
		margin-top: 20px;
	}
}

@media (max-width: 768px) {
	.servicesList .slick-slide {
		margin-right: 12px;
		max-width: 320px;
	}
}

.servicesListSubtitle {
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
	color: #228084;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 4px;
}

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

.servicesListTitle {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	color: #0c2134;
	padding-left: 20px;
	margin-bottom: 20px;
	position: relative;
}

@media (max-width: 768px) {
	.servicesListTitle {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 28px;
	}
}

.servicesListTitle::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	background: #E7651D;
	width: 10px;
	height: 10px;
}

@media (max-width: 768px) {
	.servicesListTitle::before {
		top: 9px;
	}
}

.servicesListImg {
	margin-bottom: 20px;
}

.servicesListImg img {
	width: 100%;
}

.servicesListText {
	font-size: 16px;
	color: #767688;
	line-height: 24px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.servicesListText {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

.servicesListLink {
	display: flex;
	align-items: center;
	color: #135255;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-decoration-line: underline;
	text-transform: uppercase;
}

@media (max-width: 768px) {
	.servicesListLink {
		font-size: 12px;
		line-height: 24px;
	}
}

.servicesListLink svg {
	margin-left: 5px;
}

@media (max-width: 768px) {
	.servicesListLink svg {
		width: 10px;
	}
}

.servicesListLink:hover {
	text-decoration: none;
}

.servicesListLink:hover svg {
	margin-left: 10px;
}

.cta {
	margin-bottom: 100px;
	background: #228084;
	background: #228084;
	color: #fff;
	padding: 20px 78px 40px 78px;
	max-width: 75vw;
	margin-left: auto;
	margin-right: auto;
	border-radius: 500px;
}

@media (max-width: 1024px) {
	.cta {
		padding: 40px 30px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.cta {
		border-radius: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 30px 20px;
	}
}

.ctaBlock {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

@media (max-width: 768px) {
	.ctaBlock {
		display: grid;
		grid-template-columns: 1fr 0.7fr;
		grid-gap: 10px;
	}
}

.ctaBlockContentTitle {
	font-weight: 600;
	font-size: 1.875vw;
	margin-bottom: 10px;
}

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

@media (max-width: 768px) {
	.ctaBlockContentTitle {
		display: flex;
		font-weight: 700;
		font-size: 24px;
		line-height: 34px;
	}
}

.ctaBlockContentTitleImg {
	display: none;
}

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

@media (max-width: 1024px) {
	.ctaBlockContentTitleImg img {
		max-height: 130px;
	}
}

.ctaBlockContentText {
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 14px;
}

@media (max-width: 768px) {
	.ctaBlockContentText {
		margin-bottom: 10px;
		font-weight: 400;
		font-size: 13px;
		line-height: 20px;
	}
}

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

.ctaBlockContent a {
	text-decoration: none;
	color: #fff;
	height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 48px;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.ctaBlockContent a {
		width: max-content;
		height: 39px;
		padding: 0 20px;
	}
}

.ctaBlockContent a:hover {
	background: transparent;
}

.ctaBlockImg {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 30%;
}

@media (max-width: 768px) {
	.ctaBlockImg {
		width: 100%;
		margin-top: -30px;
	}
}

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

.cform {
	background-color: #228084;
	color: #fff;
	padding: 120px 0;
}

@media (max-width: 768px) {
	.cform {
		padding: 42px 0 57px 0;
	}
}

.cformTitle {
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
}

@media (max-width: 768px) {
	.cformTitle {
		font-size: 20px;
		line-height: 25px;
		font-weight: 600;
	}
}

.cform .questionnaireNav {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.cform .questionnaireNav {
		margin-bottom: 30px;
	}
}

.cform .questionnaireNavProgress {
	width: 100%;
	height: 1px;
	background: #4664a3;
	border-radius: 20px;
	margin-top: 60px;
	position: relative;
}

@media (max-width: 768px) {
	.cform .questionnaireNavProgress {
		margin-top: 40px;
	}
}

.cform .questionnaireNavProgress span {
	width: 30%;
	height: 20px;
	border-radius: 20px;
	background: #E7651D;
	position: absolute;
	top: -9px;
	left: 0;
	transition: 0.25s;
}

@media (max-width: 768px) {
	.cform .questionnaireNavProgress span {
		height: 14px;
		top: -7px;
	}
}

.cform .questionnaireItem {
	font-family: Poppins;
	display: none;
	opacity: 0;
	transition: 0.25s;
}

.cform .questionnaireItem.active {
	display: block;
	opacity: 1;
}

.cform .questionnaireItemQ {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.cform .questionnaireItemQ {
		font-weight: 600;
		font-size: 13px;
		line-height: 19px;
		margin-bottom: 13px;
	}
}

.cform .questionnaireItem1 .questionnaireItemBlock {
	grid-gap: 15px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-top: -65px;
}

@media (max-width: 1024px) {
	.cform .questionnaireItem1 .questionnaireItemBlock {
		margin-top: -12px;
		margin-right: -20px;
	}
}

.cform .questionnaireItem1 .questionnaireItemBlock img {
	cursor: pointer;
	object-fit: cover;
	max-height: 240px;
}

@media (max-width: 1024px) {
	.cform .questionnaireItem1 .questionnaireItemBlock img {
		margin-bottom: -10px;
	}
}

@media (max-width: 768px) {
	.cform .questionnaireItem1 .questionnaireItemBlock img {
		width: 100%;
		height: 100%;
	}
}

.cform .questionnaireItem1 .questionnaireItemBlock label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.cform .questionnaireItem1 .questionnaireItemBlock label {
		font-weight: 600;
		font-size: 10px;
		line-height: 15px;
		margin-top: 0;
	}
}

.cform .questionnaireItem1 .questionnaireItemBlock .questionnaireItemA {
	width: 11.333333%;
	margin-top: 65px;
}

@media (max-width: 1024px) {
	.cform .questionnaireItem1 .questionnaireItemBlock .questionnaireItemA {
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	.cform .questionnaireItem1 .questionnaireItemBlock .questionnaireItemA {
		margin-top: 40px;
		margin-bottom: 5px;
	}
}

.cform .questionnaireItem1 .questionnaireItemBlock .slick-list {
	padding: 0 20% 0 0 !important;
}

.cform .questionnaireItem1 label span {
	display: flex;
	align-items: center;
}

.cform .questionnaireBlock input:not([type="submit"]),
.cform .questionnaireBlock textarea {
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	height: 60px;
	border-radius: 10px;
	padding: 18px 20px;
	margin-top: 0;
	border: 1px solid transparent;
}

@media (max-width: 768px) {
	.cform .questionnaireBlock input:not([type="submit"]),
	.cform .questionnaireBlock textarea {
		height: 55px;
	}
}

.cform .questionnaireBlock input:not([type="submit"]):focus,
.cform .questionnaireBlock textarea:focus {
	outline: none;
}

.cform .questionnaireBlock input.wpcf7-not-valid {
	border-color: red;
}

.cform .questionnaireBlock input.wpcf7-not-valid:focus {
	box-shadow: none;
}

.cform .questionnaireBlock textarea {
	height: 200px;
	border-radius: 10px;
	padding: 18px 20px;
}

.cform .questionnaireBlock textarea::placeholder {
	color: #b1b1b5;
	font-size: 16px;
	font-weight: normal;
}

@media (max-width: 768px) {
	.cform .questionnaireBlock textarea::placeholder {
		font-size: 13px;
	}
}

.cform .questionnaireItem1 .questionnaireItemA .wpcf7-checkbox input {
	display: none;
}

.cform .questionnaireItem1 .questionnaireItemA .wpcf7-checkbox label {
	cursor: pointer;
}

.cform .questionnaireItem1 .questionnaireItemA .wpcf7-checkbox label.checked .wpcf7-list-item-label {
	color: #E7651D;
}

.cform .questionnaireItem1 .questionnaireItemA .wpcf7-list-item {
	margin-left: 0;
}

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

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

.cform .questionnaireItemFields br {
	display: none;
}

.cform .questionnaireItemAField {
	position: relative;
}

.cform .questionnaireItemAField .labelText {
	position: absolute;
	color: #b1b1b5;
	font-size: 16px;
	line-height: 162%;
	top: 17px;
	left: 20px;
	pointer-events: none;
	z-index: 1;
}

@media (max-width: 768px) {
	.cform .questionnaireItemAField .labelText {
		font-size: 13px;
	}
}

.cform .questionnaireItemAField.active .labelText {
	top: 5px;
	padding: 0 3px;
	font-size: 12px;
	line-height: 83%;
}

@media (max-width: 768px) {
	.cform .questionnaireItemAField.active .labelText {
		font-size: 8px;
	}
}

.cform .questionnaireItemAField.message {
	grid-column: span 3;
}

@media (max-width: 768px) {
	.cform .questionnaireItemAField.message {
		grid-column: auto;
	}
}

.cform .questionnaireItem .btn.next, .cform .questionnaireItem .btn.prev, .cform .questionnaireItem .btn[type="submit"] {
	display: flex;
	justify-content: end;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	padding: 15px 33px;
	border-radius: 30px;
	height: 52px;
	width: max-content;
}

@media (max-width: 768px) {
	.cform .questionnaireItem .btn.next, .cform .questionnaireItem .btn.prev, .cform .questionnaireItem .btn[type="submit"] {
		font-weight: normal;
		font-size: 11px;
		line-height: 16px;
		height: 40px;
		padding: 15px 20px;
	}
}

.cform .questionnaireItem .btn.prev svg {
	margin-left: 0;
	margin-right: 10px;
	transform: rotate(180deg);
}

.cform .questionnaireItem .btns {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-top: 0;
}

@media (max-width: 768px) {
	.cform .questionnaireItem .btns {
		margin-top: 50px;
		justify-content: flex-start;
	}
}

.cform .questionnaireItemSubmit {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	width: 100%;
	right: 0;
}

.cform .questionnaireItemSubmitField {
	max-width: 325px;
}

.cform .questionnaireItemSubmitField p {
	margin-bottom: 15px;
}

.cform .questionnaireItemSubmitField button[type="submit"].btn {
	margin-top: 20px;
}

.cform .questionnaireItemSubmitField .btn.prev {
	margin-right: 0;
}

.cform .questionnaireItemSubmitField img {
	width: 25px;
}

.cform .questionnaireItemSubmit .btns {
	margin-top: -20px;
}

.top-image {
	margin-bottom: 150px;
}

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

@media (max-width: 768px) {
	.top-image .container {
		padding-left: 0;
		padding-right: 0;
	}
}

.top-imageBlock {
	display: grid;
	grid-template-columns: 42% 46%;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}

@media (max-width: 768px) {
	.top-imageBlock {
		grid-template-columns: 100%;
		margin-top: 0;
	}
}

.top-imageBlockHero {
	margin-top: 120px;
}

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

@media (max-width: 768px) {
	.top-imageBlockContent {
		margin-top: 20px;
		-webkit-box-ordinal-group: 3;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.top-imageBlockContentTitle {
	color: #135255;
	font-weight: bold;
	line-height: 66px;
	margin-top: 0;
}

@media (max-width: 768px) {
	.top-imageBlockContentTitle {
		font-size: 32px;
		line-height: 42px;
	}
}

.top-imageBlockContentText {
	color: #0c2134;
}

@media (max-width: 768px) {
	.top-imageBlockContentText {
		font-size: 14px;
		line-height: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.top-imageBlockContentTextone {
	max-width: 486px;
	color: #0c2134;
}

.top-imageBlockImg {
	position: relative;
	height: 354px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.top-imageBlockImg::after {
	content: "";
	width: 60px;
	height: 60px;
	background: #E7651D;
	position: absolute;
	right: -20px;
	bottom: -20px;
	z-index: -1;
}

.top-imageBlockImg::before {
	content: "";
	width: 60px;
	height: 60px;
	background: #E7651D;
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: -1;
}

@media (max-width: 1024px) {
	.top-imageBlockImg::after {
		content: unset;
	}
}

@media (max-width: 768px) {
	.top-imageBlockImg {
		max-width: 100%;
		height: 350px;
	}
}

@media (max-width: 430px) {
	.top-imageBlockImg {
		height: 114px;
	}
}

@media (max-width: 768px) {
	.top-imageBlockImg img {
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.top-image .btn {
		margin: 10px 20px;
		display: flex;
		justify-content: center;
	}
}

.chess {
	padding-bottom: 20px;
}

@media (max-width: 768px) {
	.chess {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.chessTitle {
	margin-bottom: 60px;
}

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

.chessListItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 75px;
}

@media (max-width: 768px) {
	.chessListItem {
		flex-direction: column-reverse;
		margin-bottom: 20px;
	}
}

.chessListItemContent, .chessListItemImg {
	width: 50%;
	display: flex;
	flex-direction: column;
}

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

.chessListItemContent img, .chessListItemImg img {
	width: 100%;
}

.chessListItemContent {
	width: 40%;
}

@media (max-width: 1150px) {
	.chessListItemContent {
		padding-right: 30px;
	}
}

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

.chessListItemImg {
	background-repeat: no-repeat;
	background-size: cover;
}

.chessListItem:nth-of-type(even) {
	flex-direction: row-reverse;
}

@media (max-width: 768px) {
	.chessListItem:nth-of-type(even) {
		flex-direction: column-reverse;
	}
}

.chessListItem:nth-of-type(even) .chessListItemContent {
	padding-right: 0;
}

@media (max-width: 1150px) {
	.chessListItem:nth-of-type(even) .chessListItemContent {
		padding-left: 30px;
	}
}

@media (max-width: 768px) {
	.chessListItem:nth-of-type(even) .chessListItemContent {
		padding-left: 0;
	}
}

.numbers {
	padding-bottom: 150px;
}

@media (max-width: 768px) {
	.numbers {
		padding-top: 0;
		padding-bottom: 20px;
	}
}

.numbersTitle {
	max-width: 597px;
}

.numbersList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60px;
	margin-top: 50px;
}

@media (max-width: 1024px) {
	.numbersList {
		grid-template-columns: repeat(2, 1fr);
	}
}

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

.numbersListItem {
	max-width: 260px;
}

@media (max-width: 768px) {
	.numbersListItem {
		max-width: inherit;
	}
}

.numbersListItemCount {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background-color: #E7651D;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.numbersListItemCount {
		width: 48px;
		height: 48px;
		font-size: 24px;
		float: left;
		margin-top: 8px;
		margin-right: 20px;
	}
}

.numbersListItemTitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #0c2134;
	margin-bottom: 14px;
}

.top-video {
	margin-bottom: 150px;
}

.top-video .container {
	padding-right: 0;
}

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

.top-videoVideo {
	position: relative;
	z-index: 1;
}

.top-videoVideo::before {
	content: "";
	width: 60px;
	height: 60px;
	background: #E7651D;
	position: absolute;
	left: -20px;
	top: -20px;
	z-index: -1;
}

.top-videoVideoImg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

@media (max-width: 768px) {
	.top-videoVideoImg {
		max-width: 100%;
		height: 350px;
	}
}

@media (max-width: 430px) {
	.top-videoVideoImg {
		height: 220px;
	}
}

@media (max-width: 768px) {
	.top-videoVideoImg img {
		max-width: 100%;
	}
}

.top-videoVideoWrap iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
}

@media (max-width: 768px) {
	.top-videoVideoWrap iframe {
		max-width: 100%;
		height: 350px;
	}
}

@media (max-width: 430px) {
	.top-videoVideoWrap iframe {
		height: 220px;
	}
}

.columnstext {
	margin-bottom: 150px;
}

@media (max-width: 768px) {
	.columnstext {
		margin-top: 30px;
		margin-bottom: 50px;
	}
}

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

.columnstextImg {
	display: flex;
	margin-bottom: 60px;
}

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

.columnstextImg img {
	width: 100%;
}

.columnstextTexts {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
	.columnstextTexts {
		padding-left: 20px;
		padding-right: 20px;
		grid-template-columns: 100%;
	}
}

.columnstextTextsCol {
	max-width: 540px;
	height: max-content;
	padding-left: 30px;
	border-left: 4px solid #E7651D;
}

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

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

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

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

.types {
	background: #f7f8fa;
	padding: 100px 0;
	margin-bottom: 150px;
}

@media (max-width: 768px) {
	.types {
		padding: 40px 0;
		margin-bottom: 40px;
	}
}

.typesList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 60px;
	margin-top: 55px;
}

@media (max-width: 1024px) {
	.typesList {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.typesList {
		grid-template-columns: 100%;
		grid-gap: 34px;
	}
}

.typesListItemTitle {
	color: #0C2134;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 14px;
}

.faq {
	margin-bottom: 150px;
}

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

.faqContent {
	margin-top: 55px;
}

@media (max-width: 768px) {
	.faqContent {
		margin-top: 30px;
	}
}

.faqContentItem {
	border-bottom: 1px solid #0C2134;
}

.faqContentItem:first-of-type {
	border-top: 1px solid #0C2134;
}

.faqContentItemQ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #0C2134;
	padding: 24px 20px;
	cursor: pointer;
	position: relative;
}

@media (max-width: 768px) {
	.faqContentItemQ {
		font-size: 16px;
		line-height: 24px;
		padding: 16px 0 16px 20px;
	}
}

.faqContentItemQ::before {
	content: "";
	position: absolute;
	left: 0;
	top: 43%;
	background-color: #E7651D;
	width: 10px;
	height: 10px;
}

.faqContentItemQ svg {
	margin-left: 20px;
}

.faqContentItemQ.active svg {
	transform: rotate(180deg);
}

.faqContentItemA {
	display: none;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	color: #767688;
	margin-top: -17px;
	padding-right: 65px;
}

@media (max-width: 768px) {
	.faqContentItemA {
		font-size: 13px;
		line-height: 20px;
		padding-right: 0;
		margin-top: -10px;
	}
}

.team {
	background: #f7f8fa;
	padding: 100px 0 120px 0;
	margin-bottom: 150px;
}

@media (max-width: 768px) {
	.team {
		padding: 40px 0;
		margin-bottom: 40px;
	}
}

.teamBlock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

@media (max-width: 1024px) {
	.teamBlock {
		justify-content: space-evenly;
	}
}

.teamBlockItem {
	text-align: center;
}

.teamBlockItemText {
	margin-top: 15px;
}

.teamBlockItemTextName {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #0C2134;
	margin-bottom: 4px;
}

@media (max-width: 768px) {
	.teamBlockItemTextName {
		font-size: 13px;
		line-height: 20px;
	}
}

.teamBlockItemTextAbout {
	font-size: 16px;
	line-height: 24px;
	color: #767688;
}

@media (max-width: 768px) {
	.teamBlockItemTextAbout {
		font-size: 11px;
		line-height: 18px;
	}
}

@media (max-width: 768px) {
	.team .slick-list {
		padding: 0 10% 0 0 !important;
	}
}

@media (max-width: 768px) {
	.team .slick-slide {
		margin-right: 32px;
	}
}

.karriere {
	margin-bottom: 150px;
}

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

.karriereBlock {
	display: grid;
	grid-template-columns: 45% 45%;
	align-items: center;
	grid-gap: 130px;
}

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

@media (max-width: 768px) {
	.karriereBlock {
		grid-template-columns: 100%;
		grid-gap: 10px;
	}
}

.karriereText {
	margin-bottom: 40px;
}

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

.causes {
	margin-bottom: 130px;
}

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

.causesTitle {
	display: block;
	max-width: 591px;
}

.causesBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px;
	margin-top: 60px;
}

@media (max-width: 768px) {
	.causesBlock {
		grid-template-columns: 100%;
		grid-gap: 45px;
		margin-top: 40px;
	}
}

.causesBlockItemTitle {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}

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

.causesBlockItemTitleImg {
	max-width: 62px;
	margin-right: 30px;
}

.causesBlockItemTitleName {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #0C2134;
}

@media (max-width: 768px) {
	.causesBlockItemTitleName {
		font-size: 18px;
		line-height: 28px;
	}
}

.vacancies {
	background: #f7f8fa;
	padding: 100px 0;
	margin-bottom: 150px;
}

@media (max-width: 768px) {
	.vacancies {
		padding: 40px 0;
		margin-bottom: 40px;
	}
}

.vacanciesBlock {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 60px;
	margin-top: 60px;
}

@media (max-width: 768px) {
	.vacanciesBlock {
		grid-template-columns: 100%;
		grid-gap: 45px;
		margin-top: 40px;
	}
}

.vacanciesBlockItemImg {
	margin-bottom: 30px;
}

.vacanciesBlockItemTitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #0C2134;
	margin-bottom: 20px;
}

.vacanciesBlockItemText {
	margin-bottom: 30px;
}

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

.slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.slick-dots li {
	width: 6px;
	height: 6px;
	background: #bec1c7;
	border-radius: 50%;
	margin: 0 6px;
}

.slick-dots li button {
	display: none;
}

.slick-dots li.slick-active {
	width: 14px;
	height: 6px;
	background: #E7651D;
	border-radius: 20px;
}

.contactperson {
	background: #f7f8fa;
	padding: 100px 0;
}

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

.contactpersonTitle {
	display: block;
	max-width: 620px;
}

.personBlock {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 100px;
	align-items: center;
	margin-top: 60px;
}

@media (max-width: 768px) {
	.personBlock {
		grid-template-columns: 100%;
		grid-gap: 40px;
	}
}

.personBlockForm {
	max-width: 486px;
	background: #fff;
	padding: 40px;
	box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.04);
	border-radius: 10px;
}

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

.personBlockContent {
	display: flex;
	align-items: center;
}

@media (max-width: 768px) {
	.personBlockContent {
		flex-direction: column;
		order: 1;
	}
}

.personBlockContentImg {
	padding-right: 62px;
	text-align: center;
}

@media (max-width: 768px) {
	.personBlockContentImg {
		display: flex;
		align-items: center;
		padding-right: 0;
		padding-bottom: 20px;
	}
}

.personBlockContentImgName {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #0C2134;
	margin-top: 10px;
}

.personBlockContentImgFoto {
	max-width: 160px;
}

@media (max-width: 768px) {
	.personBlockContentImgFoto {
		max-width: 94px;
		margin-right: 16px;
	}
}

.personBlockContentData {
	padding-left: 62px;
	border-left: 1px solid #e3e3e3;
}

@media (max-width: 768px) {
	.personBlockContentData {
		padding-left: 0;
		padding-top: 25px;
		border-left: 0;
		border-top: 1px solid #e3e3e3;
	}
}

.personBlockContentDataItem {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.personBlockContentDataItem {
		display: grid;
		grid-template-columns: 40% 60%;
	}
}

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

.personBlockContentDataItemTitle {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 24px;
	color: #E7651D;
	margin-bottom: 12px;
}

@media (max-width: 768px) {
	.personBlockContentDataItemTitle {
		margin-right: 35px;
		font-size: 13px;
		line-height: 20px;
	}
}

.personBlockContentDataItemTitle svg {
	margin-right: 10px;
}

.personBlockContentDataItemText {
	line-height: 33px;
}

@media (max-width: 768px) {
	.personBlockContentDataItemText {
		font-size: 13px;
		line-height: 20px;
	}
}

.personBlockContentDataItemText.links {
	display: flex;
	flex-direction: column;
}

.personBlockContentDataItemText.links a {
	margin-bottom: 10px;
}

.personBlockContentDataItemText.links a:last-of-type {
	margin-bottom: 0;
}

.personBlockContentData a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #0C2134;
}

@media (max-width: 768px) {
	.personBlockContentData a {
		font-size: 13px;
		line-height: 20px;
	}
}

.personBlockContentData a:hover {
	color: #385795;
}

.form-block .form-block-title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #0C2134;
}

@media (max-width: 768px) {
	.form-block .form-block-title {
		font-size: 16px;
		line-height: 24px;
	}
}

.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="url"],
.form-block input[type="password"],
.form-block input[type="search"],
.form-block input[type="number"],
.form-block input[type="tel"],
.form-block input[type="range"],
.form-block input[type="date"],
.form-block input[type="month"],
.form-block input[type="week"],
.form-block input[type="time"],
.form-block input[type="datetime"],
.form-block input[type="datetime-local"],
.form-block input[type="color"],
.form-block textarea {
	width: 100%;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 18px 20px;
	margin-bottom: 16px;
}

@media (max-width: 768px) {
	.form-block input[type="text"],
	.form-block input[type="email"],
	.form-block input[type="url"],
	.form-block input[type="password"],
	.form-block input[type="search"],
	.form-block input[type="number"],
	.form-block input[type="tel"],
	.form-block input[type="range"],
	.form-block input[type="date"],
	.form-block input[type="month"],
	.form-block input[type="week"],
	.form-block input[type="time"],
	.form-block input[type="datetime"],
	.form-block input[type="datetime-local"],
	.form-block input[type="color"],
	.form-block textarea {
		padding: 14px 16px;
	}
}

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

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

@media (max-width: 768px) {
	.form-block input[type="text"]::placeholder,
	.form-block input[type="email"]::placeholder,
	.form-block input[type="url"]::placeholder,
	.form-block input[type="password"]::placeholder,
	.form-block input[type="search"]::placeholder,
	.form-block input[type="number"]::placeholder,
	.form-block input[type="tel"]::placeholder,
	.form-block input[type="range"]::placeholder,
	.form-block input[type="date"]::placeholder,
	.form-block input[type="month"]::placeholder,
	.form-block input[type="week"]::placeholder,
	.form-block input[type="time"]::placeholder,
	.form-block input[type="datetime"]::placeholder,
	.form-block input[type="datetime-local"]::placeholder,
	.form-block input[type="color"]::placeholder,
	.form-block textarea::placeholder {
		font-size: 13px;
		line-height: 20px;
	}
}

.form-block textarea {
	height: 120px;
}

.form-block .label {
	display: block;
	height: 60px;
	position: relative;
}

@media (max-width: 768px) {
	.form-block .label {
		height: 50px;
	}
}

.form-block .labelText {
	font-size: 16px;
	line-height: 24px;
	color: #b1b1b5;
	background: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	pointer-events: none;
	padding: 0 5px;
	z-index: 1;
}

@media (max-width: 768px) {
	.form-block .labelText {
		font-size: 13px;
		line-height: 20px;
		left: 16px;
		top: 18px;
	}
}

.form-block .label.active .labelText {
	top: -13px;
	font-size: 12px;
}

@media (max-width: 768px) {
	.form-block .label.active .labelText {
		top: -10px;
	}
}

.form-block .btn {
	width: 100%;
	cursor: pointer;
	border: 1px solid #E7651D;
}

.contact_block {
	padding-top: 50px;
}

@media (max-width: 768px) {
	.contact_block {
		padding-top: 30px;
	}
}

.contact_blockContent {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

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

.contact_blockContentDataItem {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.contact_blockContentDataItem svg {
	margin-right: 35px;
}

.contact_blockContentDataItemText {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	padding-left: 30px;
	color: #0C2134;
	line-height: 30px;
	border-left: 1px solid #e3e3e3;
}

@media (max-width: 768px) {
	.contact_blockContentDataItemText {
		font-size: 13px;
		line-height: 25px;
	}
}

.contact_blockContent a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #0C2134;
}

.contact_blockContent a:hover {
	color: #135255;
}

.contact_blockContentSocials {
	padding-top: 22px;
}

.contact_blockContentSocialsTitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #135255;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.contact_blockContentSocialsTitle {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}

.contact_blockContentSocialsText {
	font-size: 16px;
	line-height: 24px;
	color: #767688;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.contact_blockContentSocialsText {
		font-size: 13px;
		line-height: 24px;
	}
}

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

.contact_blockContentSocials a {
	color: #767688;
}

.contact_blockFormTitle {
	display: block;
	max-width: 475px;
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	color: #135255;
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.contact_blockFormTitle {
		font-size: 24px;
		line-height: 34px;
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

.contact_block .personBlockForm {
	position: relative;
	z-index: 1;
}

.contact_blockMap {
	margin-top: -170px;
}

.contact_blockMap iframe {
	width: 100%;
	height: 600px;
}

.googleReviews {
	margin-bottom: 130px;
}

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

.googleReviews .googleReviewsTitle {
	text-align: center;
}

.googleReviews .review-count {
	text-align: center;
}

.googleReviews .WidgetTitle__Container-sc-173f1y-0,
.googleReviews .LayoutDefault__Top-sc-1ydej6v-3,
.googleReviews .ReviewPostedOn__IconStyle-sc-1s508wm-1 {
	display: none;
}

.googleReviews .jvOzNe {
	margin-left: 0;
}

.textbereich {
	margin-top: 100px;
}

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

.textbereich .container {
	max-width: 1200px;
}

.reviews {
	position: relative;
	overflow: hidden;
	padding: 0 0 130px 0;
}

@media (max-width: 1024px) {
	.reviews {
		padding-top: 30px;
		padding-bottom: 50px;
	}
}

.reviewsTitle {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	color: #135255;
	margin-bottom: 100px;
}

@media (max-width: 1024px) {
	.reviewsTitle {
		font-weight: 700;
		font-size: 24px;
		line-height: 34px;
	}
}

@media (max-width: 1024px) {
	.reviewsTitle {
		margin-bottom: 30px;
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
	}
}

@media (min-width: 768px) {
	.reviewsList {
		margin-right: calc(((100vw - 77.5rem)/2)*-1);
	}
}

.reviewsListSingle {
	max-width: 600px;
}

@media (max-width: 1024px) {
	.reviewsListSingle {
		max-width: 320px;
	}
}

.reviewsListSingleTop {
	margin-bottom: 26px;
	display: flex;
}

@media (max-width: 1024px) {
	.reviewsListSingleTop {
		flex-direction: column;
	}
}

.reviewsListSingleTopLeftImg {
	width: 106px;
	height: 106px;
}

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

.reviewsListSingleTopRight {
	padding-left: 24px;
}

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

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

.reviewsListSingleTopRightStars img {
	margin-right: 3px;
}

.reviewsListSingleTopRightName {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	color: #0A2D2B;
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.reviewsListSingleTopRightName {
		font-weight: 700;
		font-size: 16px;
		line-height: 28px;
	}
}

.reviewsListSingleTopRightPosition {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #767688;
}

@media (max-width: 1024px) {
	.reviewsListSingleTopRightPosition {
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 24px;
	}
}

.reviewsListSingleText {
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #767688;
}

@media (max-width: 1024px) {
	.reviewsListSingleText {
		font-weight: 400;
		font-size: 14px;
		line-height: 160%;
	}
}

.reviews .progress {
	margin-top: 40px;
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba(18, 18, 18, 0.2);
	background-image: linear-gradient(to right, #E7651D, #E7651D);
	background-repeat: no-repeat;
	background-size: 0 100%;
	transition: background-size 0.4s ease-in-out;
}

.reviews .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

div.ti-widget.ti-goog .ti-profile-img img {
	width: 50px !important;
	height: 50px !important;
}

div.ti-widget.ti-goog .ti-review-content {
	height: 120.2px !important;
}

div.ti-widget.ti-goog .ti-profile-details {
	padding-top: 5px;
}

div.ti-widget.ti-goog .ti-widget-container .ti-date {
	color: #383865;
	opacity: 1;
}

div.ti-widget.ti-goog .ti-review-item > [class$=inner] {
	padding: 28px !important;
	color: #767688;
	background: #F7F8FA;
	background-color: #F7F8FA !important;
	border-color: #F7F8FA !important;
}

div.ti-widget.ti-goog .ti-review-item > .ti-inner {
	background-color: #F7F8FA !important;
	border-color: #F7F8FA !important;
}

div.ti-widget.ti-goog .ti-review-item {
	padding: 0 12px;
}

div.ti-widget.ti-goog .ti-reviews-container-wrapper {
	padding: 20px 0;
}

div.ti-widget.ti-goog .ti-review-content::-webkit-scrollbar-thumb {
	background: #E7651D;
}

div.ti-widget.ti-goog .ti-reviews-container-wrapper {
	margin-left: 0;
	margin-right: 0;
}

div.ti-widget.ti-goog .ti-review-item {
	padding: 0;
}

div.ti-widget.ti-goog .ti-controls {
	display: none !important;
}

div.ti-widget.ti-goog .ti-review-content {
	color: #565656 !important;
	line-height: 23.3px !important;
	font-size: 16px;
}

.ti-widget .source-Google .ti-star.f {
	background-image: url("/wp-content/themes/blaulichtversichert/img/f.svg") !important;
}

div.ti-widget.ti-goog .ti-reviews-container-wrapper {
	margin-left: 0;
	margin-right: 0;
}

div.ti-widget.ti-goog .ti-review-item {
	margin-left: -15px;
	padding: 0 20px;
}

@media (max-width: 768px) {
	div.ti-widget.ti-goog .ti-review-item {
		margin-left: 0;
		padding: 0 10px;
	}
}

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