/*!
Theme Name: Master Template
Theme URI:
Author:
Author URI:
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: master-template
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.

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

--------------------------------------------------------------*/
.siteNavigationContactsItem, .siteNavigation > ul, .siteHeaderTopContacts, .siteHeaderTopContactsItem, .siteHeaderWrap .container, .siteFooterBottom, .siteFooterBottom ul, .advantagesBlockItemImg, .services.slider .slick-arrow, .processBlockContentItemNum, .portfolioBlockMob .slick-arrow, .portfolioRombBlockMob .slick-arrow, .certificatesBlock .slick-arrow, .teamBlockItemContentSocial, .teamBlockItemContentSocial a, .testimonials .slick-arrow, .mapContactsBlockContactsItem, .mapContactsBlockContactsItemIcon, .partnerSl .slick-arrow, .blackAdvantagesBlockItemImg, .testimonialsRight .slick-arrow, .history.slider .slick-arrow {
	display: flex;
	align-items: center;
}

.top::before, .top img.attachment-full, .textImgBlockImg img, .servicesBlockItem img.size-service, .servicesBlockItem::before, .servicesBlockItemContent, .cta::before, .cta img.attachment-full, .portfolioBlockMob a img, .portfolioBlockItem::before, .portfolioBlockItem img, .portfolioRombBlockMob a img, .portfolioRombBlockItem::before, .portfolioRombBlockItem img, .certificates::before, .certificatesBg, .testimonialsBlockItemImg img, .contactPersonBlockPersonImg::before, .contactPersonBlockPersonImg img, .mapContacts iframe, .partnerSlBlockItemImg img, .testimonialsRightWrapBlockItemImg img, .contactInfoBlockImg img, .historyBlockItem img.size-service, .historyBlockItem::before, .historyBlockItemContent {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

a, .btn, #burger, #burger span, .siteNavigation, .siteHeaderWrap, .partnersBlockItem span::before, .services.slider .slick-arrow, .portfolioBlockMob .slick-arrow, .portfolioBlockItemContent, .portfolioRombBlockMob .slick-arrow, .portfolioRombBlockItemContent, .certificatesBlock .slick-arrow, .testimonials .slick-arrow, .faqBlockItemOpen span, .partnerSl .slick-arrow, .testimonialsRight .slick-arrow, .history.slider .slick-arrow {
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.borderLine {
	border: 1.2px solid #EDEDED;
	border-radius: 2px;
}

@media (max-width: 64rem) {
	.borderLine {
		border-color: #F3F3F3;
	}
}

.sep {
	width: 3.75rem;
	height: 0.1875rem;
	display: block;
	margin: 1.563rem auto;
	border-radius: 2.5rem;
}

@media (max-width: 64rem) {
	.sep {
		margin: 0.625rem auto;
	}
}

@media (max-width: 48rem) {
	.textCenterMob {
		text-align: center !important;
	}
}

@media (max-width: 48rem) {
	.textLeftMob {
		text-align: left !important;
	}
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1, .title {
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.015em;
	margin-top: 0;
	margin-bottom: 0.9375rem;
}

h2, .title2 {
	font-weight: 700;
	line-height: 120%;
	margin-top: 0;
	margin-bottom: 1.25rem;
}

h3, .title3 {
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.015em;
	margin-top: 0;
	margin-bottom: 1.25rem;
}

@media (max-width: 64rem) {
	h3, .title3 {
		font-weight: 700;
		margin-bottom: 0.625rem;
	}
}

h4, .title4 {
	font-weight: 700;
	line-height: 1.8125rem;
	letter-spacing: -0.02em;
	margin-top: 0;
	margin-bottom: 1.25rem;
}

h5, .title5 {
	font-weight: 700;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	margin-top: 0;
	margin-bottom: 1.25rem;
}

.subtitle {
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 86%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (max-width: 64rem) {
	.subtitle {
		margin-bottom: 0;
	}
}

p {
	margin-bottom: 1em;
}

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

body.open {
	overflow: hidden;
}

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:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
.btn {
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	font-size: 0.9375rem;
	line-height: 187%;
	padding: 0.875rem 2.438rem 0.938rem 2.438rem;
	border: 1px solid;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.btn.btnWhite {
	background: #ffffff;
	border-color: #ffffff;
}

.btn.btnWhite:hover {
	background: rgba(0, 0, 0, 0);
}

.link {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 1.125rem;
	padding-bottom: 0.0625rem;
	line-height: 130%;
	letter-spacing: -0.015em;
	border-bottom: 2px solid #ffffff;
}

.link svg {
	padding-left: 1px;
}

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%;
}

.container {
	width: 71.25rem;
	margin: 0 auto;
}

@media (max-width: 90rem) {
	.container {
		width: 100%;
		padding: 0 9.375rem;
	}
}

@media (max-width: 64rem) {
	.container {
		padding: 0 1.25rem;
	}
}

.containerMin {
	width: 35rem;
	margin: 0 auto;
}

@media (max-width: 48rem) {
	.containerMin {
		width: 100%;
		padding: 0 1.25rem;
	}
}

.containerMax {
	width: 80rem;
	margin: 0 auto;
}

@media (max-width: 90rem) {
	.containerMax {
		width: 100%;
		padding: 0 5rem;
	}
}

@media (max-width: 64rem) {
	.containerMax {
		width: 100%;
		padding: 0 1.25rem;
	}
}

#burger {
	width: 37px;
	height: 13px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
	z-index: 12;
	display: none;
}

@media (max-width: 64rem) {
	#burger {
		display: block;
	}
}

#burger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 37px;
	opacity: 1;
	left: 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;
	right: 0px;
	opacity: 0;
}

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

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

#burger.open span:nth-child(2), #burger.open span:nth-child(3) {
	opacity: 1;
	width: 27px;
}

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

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

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

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

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

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
	transition-duration: .1s;
}

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

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
	transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
	transition-duration: .15s;
}

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

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
	transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
	transition-duration: .2s;
}

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

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
	transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
	transition-duration: .25s;
}

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

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
	transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
	transition-duration: .3s;
}

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

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
	transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
	transition-duration: .35s;
}

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

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
	transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
	transition-duration: .4s;
}

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

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
	transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
	transition-duration: .45s;
}

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

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
	transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
	transition-duration: .5s;
}

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

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
	transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
	transition-duration: .55s;
}

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

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
	transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
	transition-duration: .6s;
}

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

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
	transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
	transition-duration: .65s;
}

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

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
	transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
	transition-duration: .7s;
}

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

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
	transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
	transition-duration: .75s;
}

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

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
	transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
	transition-duration: .8s;
}

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

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
	transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
	transition-duration: .85s;
}

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

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
	transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
	transition-duration: .9s;
}

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

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
	transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
	transition-duration: .95s;
}

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

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
	transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
	transition-duration: 1s;
}

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

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
	transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
	transition-duration: 1.05s;
}

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

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
	transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
	transition-duration: 1.1s;
}

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

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
	transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
	transition-duration: 1.15s;
}

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

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
	transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
	transition-duration: 1.2s;
}

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

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
	transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
	transition-duration: 1.25s;
}

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

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
	transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
	transition-duration: 1.3s;
}

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

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
	transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
	transition-duration: 1.35s;
}

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

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
	transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
	transition-duration: 1.4s;
}

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

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
	transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
	transition-duration: 1.45s;
}

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

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
	transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
	transition-duration: 1.5s;
}

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

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
	transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
	transition-duration: 1.55s;
}

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

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
	transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
	transition-duration: 1.6s;
}

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

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
	transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
	transition-duration: 1.65s;
}

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

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
	transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
	transition-duration: 1.7s;
}

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

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
	transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
	transition-duration: 1.75s;
}

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

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
	transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
	transition-duration: 1.8s;
}

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

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
	transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
	transition-duration: 1.85s;
}

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

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
	transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
	transition-duration: 1.9s;
}

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

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
	transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
	transition-duration: 1.95s;
}

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

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
	transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
	transition-duration: 2s;
}

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

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
	transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
	transition-duration: 2.05s;
}

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

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
	transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
	transition-duration: 2.1s;
}

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

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
	transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
	transition-duration: 2.15s;
}

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

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
	transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
	transition-duration: 2.2s;
}

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

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
	transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
	transition-duration: 2.25s;
}

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

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
	transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
	transition-duration: 2.3s;
}

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

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
	transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
	transition-duration: 2.35s;
}

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

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
	transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
	transition-duration: 2.4s;
}

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

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
	transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
	transition-duration: 2.45s;
}

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

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
	transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
	transition-duration: 2.5s;
}

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

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
	transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
	transition-duration: 2.55s;
}

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

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
	transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
	transition-duration: 2.6s;
}

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

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
	transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
	transition-duration: 2.65s;
}

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

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
	transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
	transition-duration: 2.7s;
}

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

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
	transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
	transition-duration: 2.75s;
}

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

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
	transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
	transition-duration: 2.8s;
}

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

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
	transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
	transition-duration: 2.85s;
}

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

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
	transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
	transition-duration: 2.9s;
}

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

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
	transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
	transition-duration: 2.95s;
}

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

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
	transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
	transition-duration: 3s;
}

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

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
	transition-delay: 3s;
}

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

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
	transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
	transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
	transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
	transition-timing-function: ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos^=fade][data-aos^=fade] {
	opacity: 0;
	transition-property: opacity,transform;
}

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

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

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

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

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

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

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

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

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

[data-aos^=zoom][data-aos^=zoom] {
	opacity: 0;
	transition-property: opacity,transform;
}

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

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

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

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

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

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

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

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

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

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

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

[data-aos^=slide][data-aos^=slide] {
	transition-property: transform;
}

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

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

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

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

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

[data-aos^=flip][data-aos^=flip] {
	backface-visibility: hidden;
	transition-property: transform;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
@media (max-width: 64rem) {
	.siteNavigation {
		position: fixed;
		width: 100%;
		height: 100%;
		overflow: scroll;
		top: 0;
		left: -100%;
		background: #ffffff;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 1.875rem 1.25rem;
	}
}

.siteNavigation.active {
	left: 0;
}

.siteNavigationBtn {
	display: none;
}

@media (max-width: 64rem) {
	.siteNavigationBtn {
		margin-top: 30px;
		display: block;
	}
}

.siteNavigationContacts {
	display: none;
	padding-top: 2.5rem;
	border-top: 1px solid #DDEAE0;
}

@media (max-width: 64rem) {
	.siteNavigationContacts {
		display: block;
	}
}

.siteNavigationContactsItem {
	margin-bottom: 0.3125rem;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 187%;
	text-decoration: none;
}

.siteNavigationContactsItem:last-child {
	margin-bottom: 0;
}

.siteNavigationContactsItem.phoneHeaderBtn {
	margin-left: 2.25rem;
	color: #000;
}

.siteNavigationContactsItem.phoneHeaderBtn path {
	fill: #000;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.siteNavigationContactsItem.phoneHeaderBtn:hover {
	color: #487447;
}

.siteNavigationContactsItem.phoneHeaderBtn:hover path {
	fill: #487447;
}

@media (max-width: 64rem) {
	.siteNavigationContactsItem.phoneHeaderBtn {
		display: none;
	}
}

.siteNavigationContactsItem svg {
	margin-right: 0.625rem;
}

.siteNavigationContactsItem br {
	display: none;
}

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

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

.siteNavigation > ul > li {
	margin-right: 1.25rem;
}

@media (max-width: 71.875rem) {
	.siteNavigation > ul > li {
		margin-right: 1.25rem;
	}
}

@media (max-width: 64rem) {
	.siteNavigation > ul > li {
		margin-right: 0;
		margin-bottom: 1.5625rem;
		font-size: 1.75rem;
		font-weight: 600;
		line-height: 193%;
	}
}

.siteNavigation > ul > li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.siteNavigation > ul > li > a {
	text-transform: uppercase;
	letter-spacing: -0.005em;
	text-decoration: none;
}

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

/* Partials
--------------------------------------------- */
.siteHeader {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	background: #ffffff;
}

@media (max-width: 64rem) {
	.siteHeaderTop {
		display: none !important;
	}
}

.siteHeaderTopContacts {
	justify-content: center;
	padding: 0.625rem 0;
}

.siteHeaderTopContactsItem {
	margin-right: 4.375rem;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 187%;
}

.siteHeaderTopContactsItem:last-child {
	margin-right: 0;
}

.siteHeaderTopContactsItem br {
	display: none;
}

.siteHeaderTopContactsItem svg {
	margin-right: 0.625rem;
}

.siteHeader.fixed .siteHeaderWrap {
	padding: 1rem 0;
}

.siteHeaderWrap {
	padding: 1.375rem 0 1.5rem;
}

@media (max-width: 64rem) {
	.siteHeaderWrap {
		padding: 1.25rem 0 !important;
	}
}

.siteHeaderWrapBtn {
	display: block;
}

@media (max-width: 64rem) {
	.siteHeaderWrapBtn {
		display: none;
	}
}

.siteHeaderWrap .container .custom-logo-link {
	display: flex;
	flex-direction: column;
	margin: auto;
	position: relative;
	z-index: 12;
}

@media (max-width: 64rem) {
	.siteHeaderWrap .container .custom-logo-link img {
		width: auto;
	}
}

.siteHeaderWrap .container .btn {
	margin-left: 2.25rem;
	position: relative;
	z-index: 12;
	padding: 0.688rem 1rem;
}

.siteHeaderWrap .container .btn.transparentBtn {
	background-color: transparent;
	color: #487447;
}

.siteHeaderWrap .container .btn.transparentBtn:hover {
	background-color: #487447;
	color: #fff;
}

@media (max-width: 71.875rem) {
	.siteHeaderWrap .container .btn {
		margin-left: 1.875rem;
	}
}

@media (max-width: 64rem) {
	.siteHeaderWrap .container .btn {
		background: rgba(0, 0, 0, 0);
		font-weight: 600;
		font-size: 0.875rem;
		line-height: 1.0625rem;
		letter-spacing: 0.015em;
		display: inline-flex;
		align-items: center;
		margin-left: 0;
		display: none;
	}
}

.siteHeaderWrap .container .btn img {
	display: none;
}

@media (max-width: 64rem) {
	.siteHeaderWrap .container .btn img {
		display: initial;
		margin-left: 0.3125rem;
	}
}

.siteFooter {
	padding-top: 5rem;
	padding-bottom: 3.75rem;
	color: #ffffff;
}

@media (max-width: 64rem) {
	.siteFooter {
		padding-top: 3.125rem;
		padding-bottom: 2.5rem;
	}
}

.siteFooterTop {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4.125rem;
}

@media (max-width: 48rem) {
	.siteFooterTop {
		display: block;
		margin-bottom: 5.5625rem;
	}
}

.siteFooterTopInfo {
	margin-right: auto;
}

@media (max-width: 48rem) {
	.siteFooterTopInfo {
		margin-bottom: 4.375rem;
	}
}

.siteFooterTopInfoLogo {
	display: flex;
	flex-direction: column;
	margin-bottom: 1.875rem;
}

.siteFooterTopInfoText {
	letter-spacing: -0.005em;
	max-width: 19.625rem;
}

@media (max-width: 48rem) {
	.siteFooterTopInfoText {
		max-width: 100%;
	}
}

.siteFooterTopMenu {
	margin-right: 5.8125rem;
}

@media (max-width: 48rem) {
	.siteFooterTopMenu {
		margin-right: 0;
		margin-bottom: 3.4375rem;
	}
}

.siteFooterTopMenuTitle {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	margin-bottom: 2.3125rem;
}

@media (max-width: 48rem) {
	.siteFooterTopMenuTitle {
		margin-bottom: 0.9375rem;
	}
}

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

.siteFooterTopMenu ul li {
	margin-bottom: 0.9375rem;
}

.siteFooterTopMenu ul li:last-child {
	margin-bottom: 0;
}

.siteFooterTopMenu ul li a {
	text-decoration: none;
	letter-spacing: -0.005em;
	color: #ffffff;
}

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

.siteFooterTopContactsTitle {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	margin-bottom: 2.3125rem;
}

@media (max-width: 48rem) {
	.siteFooterTopContactsTitle {
		margin-bottom: 0.9375rem;
	}
}

.siteFooterTopContacts a {
	text-decoration: none;
	letter-spacing: -0.005em;
	color: #ffffff;
}

.siteFooterBottom {
	padding-top: 1.875rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	justify-content: space-between;
}

@media (max-width: 48rem) {
	.siteFooterBottom {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		justify-content: flex-start;
	}
}

.siteFooterBottomCopyright {
	letter-spacing: -0.005em;
}

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

@media (max-width: 48rem) {
	.siteFooterBottom ul {
		margin-bottom: 2.5rem;
		display: block;
	}
}

.siteFooterBottom ul li {
	margin-right: 1.875rem;
}

@media (max-width: 48rem) {
	.siteFooterBottom ul li {
		margin-right: 0;
		margin-bottom: 0.9375rem;
	}
}

.siteFooterBottom ul li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}

.siteFooterBottom ul li a {
	color: #ffffff;
	text-decoration: none;
}

.siteFooterTwo {
	padding-top: 6.25rem;
	padding-bottom: 5rem;
}

.siteFooterTwoTop {
	display: flex;
}

@media (max-width: 48rem) {
	.siteFooterTwoTop {
		flex-direction: column-reverse;
	}
}

.siteFooterTwoTopMenus {
	display: flex;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopMenus {
		width: 100%;
		margin-top: 3.75rem;
		margin-bottom: 4.375rem;
	}
}

.siteFooterTwoTopMenu {
	margin-right: 4.6875rem;
}

@media (max-width: 64rem) {
	.siteFooterTwoTopMenu {
		margin-right: 1.25rem;
	}
}

.siteFooterTwoTopMenu:last-child {
	margin-right: 0rem;
}

.siteFooterTwoTopMenuTitle {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.siteFooterTwoTopMenu ul {
	margin: auto;
	padding: unset;
	list-style-type: none;
}

.siteFooterTwoTopMenu ul li {
	margin-bottom: 0.75rem;
}

.siteFooterTwoTopMenu ul li a {
	text-decoration: none;
	opacity: .6;
	transition: .3s;
}

.siteFooterTwoTopMenu ul li a:hover {
	opacity: 1;
	text-shadow: 0 0 .45px #333, 0 0 .45px #333;
}

.siteFooterTwoTopInfo {
	width: 50%;
	margin-left: auto;
	margin-top: -0.875rem;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopInfo {
		width: 100%;
	}
}

.siteFooterTwoTopInfoText {
	font-weight: bold;
	font-size: 2.625rem;
	text-transform: uppercase;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopInfoText {
		font-size: 1.75rem;
	}
}

.siteFooterTwoTopInfoNews {
	margin-top: 5.3125rem;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopInfoNews {
		margin-top: 2.5rem;
	}
}

.siteFooterTwoTopInfoNewsTitle {
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: 600;
}

.siteFooterTwoTopInfoNewsForm {
	font-size: 0.9375rem;
	font-weight: 400;
	text-transform: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	color: #6b6b75;
	border-bottom: 2px solid #c4c8d5;
	padding-bottom: 0.75rem;
}

.siteFooterTwoTopInfoNewsForm input {
	width: 100%;
	border: none;
	border-radius: unset;
	outline-style: none;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopInfoNewsForm {
		font-size: 0.8125rem;
	}
}

.siteFooterTwoTopInfoNewsForm a {
	text-transform: uppercase;
	display: flex;
	text-decoration: none;
	font-weight: 600;
	align-items: center;
}

.siteFooterTwoTopInfoNewsForm a img {
	height: fit-content;
}

.siteFooterTwoBottomCopyright {
	font-weight: 400;
	font-size: 1.125rem;
	text-transform: uppercase;
}

.siteFooterTwo {
	padding-top: 6.25rem;
	padding-bottom: 1.25rem;
}

.siteFooterTwo.darkScheme {
	color: #fff;
}

.siteFooterTwo.darkScheme a {
	color: #979699;
}

.siteFooterTwo.darkScheme .siteFooterTwoPolicy {
	margin-top: 50px;
}

.siteFooterTwo.darkScheme .siteFooterTwoPolicy ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
}

.siteFooterTwo.darkScheme .siteFooterTwoPolicy ul li:first-child {
	margin-right: 2.125rem;
}

.siteFooterTwo.darkScheme .siteFooterTwoPolicy ul li a {
	text-decoration: none;
}

.siteFooterTwoTop {
	display: flex;
}

@media (max-width: 48rem) {
	.siteFooterTwoTop {
		flex-direction: column-reverse;
		position: relative;
	}
}

.siteFooterTwoTopMenus {
	display: flex;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopMenus {
		width: 100%;
		margin-top: 3.75rem;
		margin-bottom: 4.375rem;
	}
}

.siteFooterTwoTopMenu:first-child {
	margin-right: 4.6875rem;
}

@media (max-width: 64rem) {
	.siteFooterTwoTopMenu:first-child {
		margin-right: 1.75rem;
	}
}

.siteFooterTwoTopMenu:last-child {
	margin-right: 0rem;
}

.siteFooterTwoTopMenuTitle {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.siteFooterTwoTopMenu ul {
	margin: auto;
	padding: unset;
	list-style-type: none;
}

.siteFooterTwoTopMenu ul li {
	margin-bottom: 0.75rem;
}

.siteFooterTwoTopMenu ul li a {
	text-decoration: none;
	opacity: .6;
	transition: .3s;
}

.siteFooterTwoTopMenu ul li a:hover {
	opacity: 1;
	text-shadow: 0 0 .45px #333, 0 0 .45px #333;
}

.siteFooterTwoTopInfo {
	width: 50%;
	margin-left: auto;
	margin-top: -0.875rem;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopInfo {
		width: 100%;
	}
}

.siteFooterTwoTopInfoText {
	font-weight: bold;
	font-size: 2.625rem;
	text-transform: uppercase;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopInfoText {
		font-size: 1.75rem;
	}
}

.siteFooterTwoTopInfoNews {
	margin-top: 5.3125rem;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopInfoNews {
		margin-top: 2.5rem;
	}
}

.siteFooterTwoTopInfoNewsTitle {
	font-size: 0.875rem;
	text-transform: uppercase;
	font-weight: bold;
}

.siteFooterTwoTopInfoNewsForm {
	font-size: 0.9375rem;
	font-weight: 400;
	text-transform: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
	color: #6b6b75;
	border-bottom: 2px solid #c4c8d5;
	padding-bottom: 0.75rem;
	position: relative;
}

.siteFooterTwoTopInfoNewsForm input[type="email"] {
	width: 100%;
	border: none;
	border-radius: unset;
	outline-style: none;
	background-color: transparent;
	color: #979699;
}

@media (max-width: 64rem) {
	.siteFooterTwoTopInfoNewsForm input[type="email"] {
		font-size: 12px;
	}
}

.siteFooterTwoTopInfoNewsForm input[type="email"]:focus {
	color: #979699;
}

.siteFooterTwoTopInfoNewsForm input[type="submit"] {
	color: #FFFFFF;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/master-template/img/footerArrowRight.svg");
	background-size: 25%;
	background-position: right;
	padding-right: 30px;
	width: 25%;
}

@media (max-width: 64rem) {
	.siteFooterTwoTopInfoNewsForm input[type="submit"] {
		width: 33%;
		font-weight: 700;
		font-size: 0.75rem;
		line-height: 0.875rem;
	}
}

.siteFooterTwoTopInfoNewsForm .wpcf7-spinner {
	position: absolute;
	right: 0;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopInfoNewsForm {
		font-size: 0.8125rem;
	}
}

.siteFooterTwoTopInfoNewsForm a {
	text-transform: uppercase;
	display: flex;
	text-decoration: none;
	font-weight: 600;
	align-items: center;
}

.siteFooterTwoTopInfoNewsForm a img {
	height: fit-content;
}

@media (max-width: 48rem) {
	.siteFooterTwoTopArrowUp {
		position: absolute;
		right: 30px;
		top: 35%;
	}
}

.siteFooterTwoBottomCopyright {
	font-weight: 400;
	font-size: 1.125rem;
	text-transform: uppercase;
}

/* Section
--------------------------------------------- */
.top {
	position: relative;
	overflow: hidden;
	text-align: center;
	min-height: 37.917vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top.highFalse {
	min-height: 22vw;
}

@media (max-width: 48rem) {
	.top {
		min-height: 120vw;
	}
}

.top::before {
	content: '';
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	z-index: 1;
}

.top img.attachment-full {
	object-fit: cover;
}

.top .container {
	position: relative;
	z-index: 2;
	color: #ffffff;
}

.top .container .title {
	text-transform: uppercase;
	margin-bottom: 0.9375rem;
}

.top .container .btn {
	margin-top: 3.125rem;
	background-color: #fff;
	color: #1E1E24;
	border: unset;
}

.top .container .btn:hover {
	background-color: #487447;
	color: #ffffff;
}

.topText {
	font-weight: 500;
	font-size: 1.25rem;
	max-width: 49.125rem;
	line-height: 140%;
	margin: 0 auto;
}

@media (max-width: 64rem) {
	.topText {
		font-size: 1rem;
		line-height: 175%;
		max-width: 100%;
	}
}

.advantagesBlock {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 4.375rem 4.375rem 3.813rem 4.375rem;
	grid-gap: 3.4375rem;
}

@media (max-width: 71.875rem) {
	.advantagesBlock {
		padding: 1.875rem;
		grid-gap: 1.25rem;
	}
}

@media (max-width: 64rem) {
	.advantagesBlock {
		padding: 0;
		grid-template-columns: 100%;
		grid-gap: 2.5rem;
		border: 0px;
	}
}

.advantagesBlockItem {
	display: grid;
	grid-template-columns: 4.438rem auto;
}

@media (max-width: 71.875rem) {
	.advantagesBlockItem {
		grid-template-columns: 3.75rem auto;
	}
}

.advantagesBlockItemImg {
	width: 4.438rem;
	height: 4.438rem;
	border-radius: 50%;
	justify-content: center;
	padding: 0.938rem;
}

@media (max-width: 71.875rem) {
	.advantagesBlockItemImg {
		width: 3.75rem;
		height: 3.75rem;
		padding: 0.75rem;
	}
}

.advantagesBlockItemContent {
	padding-left: 1.563rem;
}

@media (max-width: 71.875rem) {
	.advantagesBlockItemContent {
		padding-left: 1.25rem;
	}
}

.advantagesBlockItemContentTitle {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	margin-bottom: 0.5rem;
}

.advantagesBlockItemContentText {
	letter-spacing: -0.005em;
}

.textImg.fullWidth .textImgBlockContent {
	width: 100%;
	padding-right: 0;
}

.textImgBlock {
	display: flex;
}

@media (max-width: 64rem) {
	.textImgBlock {
		flex-direction: column !important;
	}
}

.textImgBlock.right {
	flex-direction: row-reverse;
}

.textImgBlock.right .textImgBlockContent {
	padding-right: 0;
	padding-left: 5.75rem;
}

@media (max-width: 75rem) {
	.textImgBlock.right .textImgBlockContent {
		padding-left: 1.875rem;
	}
}

@media (max-width: 64rem) {
	.textImgBlock.right .textImgBlockContent {
		padding: 0;
	}
}

.textImgBlockContent {
	width: 50.8771929825%;
	padding-right: 5.75rem;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 75rem) {
	.textImgBlockContent {
		padding-right: 1.875rem;
	}
}

@media (max-width: 64rem) {
	.textImgBlockContent {
		width: 100%;
		padding: 0;
		margin-bottom: 1.875rem;
		display: block;
	}
}

.textImgBlockContent .title2 {
	margin-bottom: 1.5625rem;
}

@media (max-width: 64rem) {
	.textImgBlockContent .title2 {
		margin-bottom: 0.3125rem;
		line-height: 193%;
	}
}

.textImgBlockContentLine {
	width: 60px;
	height: 2px;
	text-align: left;
	margin: 20px 0;
}

.textImgBlockContentText {
	letter-spacing: -0.005em;
}

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

.textImgBlockContentText p:last-child {
	margin-bottom: 0;
}

.textImgBlockContentText ul {
	margin-left: 0;
	padding-left: 20px;
}

.textImgBlockContentText ul li {
	font-size: 1rem;
	font-weight: 500;
	color: #1E1E24;
	padding-left: 10px;
}

.textImgBlockContentText ul li::marker {
	content: url("/wp-content/themes/master-template/img/listIcon.svg");
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.textImgBlockContent .btn {
	margin-top: 2.8125rem;
	margin-right: auto;
}

@media (max-width: 64rem) {
	.textImgBlockContent .btn {
		margin-top: 1.5625rem;
	}
}

.textImgBlockImg {
	position: relative;
	width: 49.1228070175%;
	overflow: hidden;
	padding-top: 43.75%;
	min-height: 100%;
}

@media (max-width: 64rem) {
	.textImgBlockImg {
		width: 100%;
		padding-top: 89.554%;
	}
}

.textImgBlockImg img {
	object-fit: cover;
}

.partnersBlock {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 4.375rem 5.938rem;
	grid-gap: 4.875rem;
}

@media (max-width: 64rem) {
	.partnersBlock {
		grid-template-columns: 100%;
		padding: 3.125rem 5.625rem;
	}
}

.partnersBlockItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.partnersBlockItem span::before {
	content: '';
	position: absolute;
	width: calc(100% + 82px);
	left: -41px;
	height: calc(100% + 53px);
	top: -31px;
}

.partnersBlockItem:hover span::before {
	box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
}

.services .title2 {
	margin-bottom: 3.75rem;
}

@media (max-width: 64rem) {
	.services .title2 {
		line-height: 193%;
		margin-bottom: 0.875rem;
	}
}

@media (max-width: 64rem) {
	.services .title2, .services .subtitle {
		text-align: center;
	}
}

.services.grid .title2, .services.grid .subtitle {
	text-align: center;
}

.services.grid .servicesBlock {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.3125rem;
}

@media (max-width: 75rem) {
	.services.grid .servicesBlock {
		grid-gap: 1.25rem;
	}
}

@media (max-width: 48rem) {
	.services.grid .servicesBlock {
		grid-template-columns: 100%;
	}
}

.services.grid .servicesBlockItemWrap {
	width: 100%;
}

.services.slider {
	overflow: hidden;
}

.services.slider .slick-arrow {
	width: 4.125rem;
	height: 2.75rem;
	justify-content: center;
	font-size: 0px;
	top: -5rem;
	left: auto;
	right: calc((100vw - 71.25rem)/2);
	border-radius: 0px;
}

@media (max-width: 90rem) {
	.services.slider .slick-arrow {
		right: 9.375rem;
	}
}

@media (max-width: 64rem) {
	.services.slider .slick-arrow {
		top: auto;
		bottom: 0;
		right: calc(50% - 20px);
	}
}

.services.slider .slick-arrow:focus {
	outline: none;
}

.services.slider .slick-arrow:hover {
	background: #F1F2F5;
}

.services.slider .slick-arrow.slick-next {
	transform: translate(-20px, 0px);
}

@media (max-width: 64rem) {
	.services.slider .slick-arrow.slick-next {
		transform: translate(35px, 0px);
	}
}

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

.services.slider .slick-arrow.slick-prev {
	transform: translate(-91px, 0px);
}

@media (max-width: 64rem) {
	.services.slider .slick-arrow.slick-prev {
		transform: translate(-35px, 0px);
	}
}

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

@media (max-width: 90rem) {
	.services.slider .container {
		padding-right: 0;
	}
}

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

.services.slider .servicesBlock {
	margin-right: calc(((100vw - 71.25rem)/2)*-1);
}

@media (max-width: 90rem) {
	.services.slider .servicesBlock {
		margin-right: 0;
	}
}

@media (max-width: 64rem) {
	.services.slider .servicesBlock {
		padding-bottom: 4.625rem;
	}
}

.services.slider .servicesBlockItemWrap {
	margin-right: 1.875rem;
}

@media (max-width: 64rem) {
	.services.slider .servicesBlockItemWrap {
		margin-right: 0.625rem;
	}
}

.servicesBlock a, .servicesBlock a:focus, .servicesBlock a:visited {
	color: #fff;
}

.servicesBlockItem {
	width: 100%;
	padding-top: 126.762%;
	position: relative;
	overflow: hidden;
	display: block;
	color: #ffffff !important;
}

.servicesBlockItem:hover, .servicesBlockItem:focus, .servicesBlockItem:active, .servicesBlockItem:visited {
	color: #ffffff !important;
}

@media (max-width: 64rem) {
	.servicesBlockItem {
		padding-top: 106.454%;
	}
}

.servicesBlockItem img.size-service {
	object-fit: cover;
}

.servicesBlockItemWrap {
	width: 23.2638889vw;
}

.servicesBlockItem::before {
	content: '';
	background: linear-gradient(180deg, rgba(39, 39, 49, 0) 0%, rgba(39, 39, 49, 0.72) 70.69%, rgba(39, 39, 49, 0.95) 100%);
	z-index: 1;
}

.servicesBlockItemContent {
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2.5rem 3rem;
}

@media (max-width: 75rem) {
	.servicesBlockItemContent {
		padding: 1.875rem;
	}
}

.servicesBlockItemContentTitle {
	font-weight: 500;
	font-size: 2.1875rem;
	margin-bottom: 1.25rem;
	line-height: 130%;
	letter-spacing: -0.015em;
}

@media (max-width: 75rem) {
	.servicesBlockItemContentTitle {
		font-size: 1.25rem;
		line-height: 1.5rem;
		letter-spacing: -0.02em;
		margin-bottom: 0.3125rem;
	}
}

.servicesBlockItemContentInfo {
	letter-spacing: -0.005em;
	margin-bottom: 1.5625rem;
}

@media (max-width: 75rem) {
	.servicesBlockItemContentInfo {
		margin-bottom: 1.25rem;
	}
}

.servicesBlockItemContentLink {
	margin-right: auto;
}

.servicesWI .title2, .servicesWI .subtitle {
	text-align: center;
	margin: auto;
}

.servicesWI .title2 {
	margin-bottom: 3.75rem;
}

@media (max-width: 64rem) {
	.servicesWI .title2 {
		line-height: 193%;
		margin-bottom: 0.875rem;
	}
}

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

.servicesWI .container .btn {
	margin-top: 50px;
	align-self: center;
	transition: .5s;
}

.servicesWIBlock.slick-slider {
	display: flex;
	align-items: center;
}

.servicesWIBlock.slick-slider .slick-arrow {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 2.5rem;
}

.servicesWIBlock.slick-slider .slick-arrow img {
	width: 100%;
}

.servicesWIBlockItem {
	text-decoration: none;
	text-align: center;
}

.servicesWIBlockItemWrap {
	border: 0.125rem solid #0001;
	max-width: 20rem;
	margin-right: 0.9375rem;
	margin-left: 0.9375rem;
	padding-bottom: 1.25rem;
}

@media (max-width: 86rem) {
	.servicesWIBlockItemWrap {
		margin-right: 0.625rem;
		margin-left: 0.625rem;
	}
}

.servicesWIBlockItemImg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

.servicesWIBlockItemImg img {
	height: 100%;
	width: auto;
}

.servicesWIBlockItemContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 0.9375rem;
	padding-left: 0.9375rem;
}

.servicesWIBlockItemContentTitle {
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
	line-height: 130%;
	letter-spacing: -0.015em;
}

@media (max-width: 83rem) {
	.servicesWIBlockItemContentTitle {
		font-size: 1rem;
		line-height: 1.125rem;
		letter-spacing: -0.02em;
		margin-bottom: 0.625rem;
	}
}

.servicesWIBlockItemContentInfo {
	letter-spacing: -0.005em;
	font-weight: 400;
	font-size: 0.9375rem;
	margin-bottom: 1.5625rem;
}

@media (max-width: 83rem) {
	.servicesWIBlockItemContentInfo {
		margin-bottom: 0.75rem;
	}
}

.processBlock {
	padding: 4.375rem;
	padding-right: 5rem;
	display: grid;
	grid-template-columns: 44.7204969% 55.2795031%;
}

@media (max-width: 64rem) {
	.processBlock {
		padding: 2.5rem 1.063rem 2.5rem 1.875rem;
		display: block;
	}
}

.processBlock .title2 {
	max-width: 25.0625rem;
}

@media (max-width: 64rem) {
	.processBlock .title2 {
		line-height: 193%;
		margin-bottom: 0.9375rem;
		max-width: 100%;
	}
}

.processBlockContent {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2.75rem 3.125rem;
}

@media (max-width: 64rem) {
	.processBlockContent {
		grid-gap: 1.875rem;
	}
}

@media (max-width: 48rem) {
	.processBlockContent {
		grid-template-columns: 100%;
	}
}

.processBlockContentItemNum {
	width: 5rem;
	height: 5rem;
	font-weight: 700;
	font-size: 2.25rem;
	margin-bottom: 1.875rem;
	line-height: 72%;
	letter-spacing: 0.015em;
	justify-content: center;
	border: 1px solid;
}

@media (max-width: 48rem) {
	.processBlockContentItemNum {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 1.25rem;
		line-height: 130%;
	}
}

.processBlockContentItemTitle {
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 110%;
}

@media (max-width: 48rem) {
	.processBlockContentItemTitle {
		letter-spacing: -0.02em;
		margin-bottom: 0.625rem;
	}
}

.processBlockContentItemText {
	letter-spacing: -0.005em;
}

.cta {
	position: relative;
	overflow: hidden;
	text-align: center;
	color: #ffffff;
}

.cta::before {
	content: '';
	background: linear-gradient(0deg, rgba(25, 27, 33, 0.7), rgba(25, 27, 33, 0.7));
	z-index: 1;
}

.cta img.attachment-full {
	object-fit: cover;
}

.cta .container {
	position: relative;
	z-index: 2;
}

.cta .title3 {
	text-transform: uppercase;
}

.ctaText {
	letter-spacing: -0.005em;
	color: #F1F2F5;
}

@media (max-width: 48rem) {
	.ctaText br {
		display: none;
	}
}

.cta .btn {
	margin-top: 2.5rem;
}

@media (max-width: 64rem) {
	.cta .btn {
		margin-top: 1.875rem;
	}
}

.cta .btn:hover {
	color: #ffffff;
}

.portfolio .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.portfolio .btn {
	margin-top: 3.75rem;
}

@media (max-width: 64rem) {
	.portfolio .btn {
		display: none;
	}
}

@media (max-width: 64rem) {
	.portfolio .rombBtn {
		display: block;
	}
}

.portfolio .title2, .portfolio .subtitle {
	text-align: center;
	text-transform: uppercase;
}

.portfolioLine {
	width: 60px;
	height: 2px;
	text-align: center;
	margin: 20px auto;
}

@media (max-width: 64rem) {
	.portfolio .subtitle {
		margin-bottom: 0.3125rem;
	}
}

.portfolioBlock {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5625rem;
}

@media (max-width: 48rem) {
	.portfolioBlock {
		display: none;
	}
}

.portfolioBlockMob {
	display: none;
	padding-bottom: 4.625rem;
	max-width: calc(100% + 1.25rem);
	margin-right: -1.25rem;
}

@media (max-width: 48rem) {
	.portfolioBlockMob {
		display: block;
		padding-bottom: 0;
	}
}

.portfolioBlockMob .slick-dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

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

.portfolioBlockMob .slick-dots li {
	width: 25px;
	margin-top: 3.125rem;
}

.portfolioBlockMob .slick-dots li::marker {
	content: url("/wp-content/themes/master-template/img/dotsOff.svg");
}

.portfolioBlockMob .slick-dots li.slick-active::marker {
	content: url("/wp-content/themes/master-template/img/dotsOnn.svg");
}

.portfolioBlockMobItem {
	margin-right: 0.625rem;
}

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

.portfolioBlockMob .slick-arrow {
	width: 4.125rem;
	height: 2.75rem;
	justify-content: center;
	font-size: 0px;
	top: auto;
	bottom: 0;
	right: calc(50% - 20px);
	left: auto;
	border-radius: 0px;
}

.portfolioBlockMob .slick-arrow:focus {
	outline: none;
}

.portfolioBlockMob .slick-arrow:hover {
	background: #F1F2F5;
}

.portfolioBlockMob .slick-arrow.slick-next {
	transform: translate(35px, 0px);
}

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

.portfolioBlockMob .slick-arrow.slick-prev {
	transform: translate(-35px, 0px);
}

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

.portfolioBlockMob a {
	position: relative;
	padding-top: 100%;
	display: block;
}

.portfolioBlockMob a img {
	object-fit: cover;
}

.portfolioBlock.showAll .portfolioBlockWrap {
	display: grid;
}

.portfolioBlockWrap {
	display: none;
	grid-gap: 1.5625rem;
	grid-template-columns: 1fr 1fr;
}

.portfolioBlockWrap:nth-of-type(1), .portfolioBlockWrap:nth-of-type(2) {
	display: grid;
}

@media (max-width: 48rem) {
	.portfolioBlockWrap {
		grid-template-columns: 100%;
		grid-gap: 1.25rem 0;
	}
}

.portfolioBlockWrap:nth-of-type(even) .portfolioBlockItem:first-of-type {
	grid-column-end: 2;
}

.portfolioBlockWrap:nth-of-type(even) .portfolioBlockItem:last-of-type {
	grid-column-start: 1;
	grid-column-end: 3;
	padding-top: 82.884%;
}

@media (max-width: 48rem) {
	.portfolioBlockWrap:nth-of-type(even) .portfolioBlockItem:last-of-type {
		padding-top: 83.584%;
	}
}

.portfolioBlockItem {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	padding-top: 109.434%;
}

@media (max-width: 48rem) {
	.portfolioBlockItem {
		padding-top: 83.584%;
	}
}

.portfolioBlockItem::before {
	content: '';
	background: linear-gradient(0deg, rgba(33, 33, 36, 0.15), rgba(33, 33, 36, 0.15));
	z-index: 2;
}

.portfolioBlockItem:hover .portfolioBlockItemContent {
	bottom: 0;
}

.portfolioBlockItemContent {
	position: absolute;
	bottom: -100%;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.58);
	padding: 1.063rem 1.563rem;
	display: flex;
	flex-direction: column;
	color: #ffffff;
	z-index: 3;
}

.portfolioBlockItemContentTitle {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	letter-spacing: -0.02em;
}

.portfolioBlockItemContentText {
	margin-top: 0.3125rem;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: -0.01em;
}

.portfolioBlockItem img {
	object-fit: cover;
}

.portfolioBlockItem:first-of-type {
	grid-column-start: 1;
	grid-column-end: 3;
	padding-top: 82.884%;
}

@media (max-width: 48rem) {
	.portfolioBlockItem:first-of-type {
		padding-top: 83.584%;
	}
}

.portfolioRombBlock {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-gap: 1.5625rem;
	margin-top: 5rem;
}

@media (max-width: 48rem) {
	.portfolioRombBlock {
		display: none;
	}
}

@media (max-width: 64rem) {
	.portfolioRombBlock {
		margin-top: 1.875rem;
	}
}

.portfolioRombBlockMob {
	display: none;
	padding-bottom: 4.625rem;
	max-width: calc(100% + 1.25rem);
	margin-right: -1.25rem;
}

@media (max-width: 48rem) {
	.portfolioRombBlockMob {
		display: block;
	}
}

.portfolioRombBlockMobItem {
	margin-right: 0.625rem;
}

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

.portfolioRombBlockMob .slick-arrow {
	width: 4.125rem;
	height: 2.75rem;
	justify-content: center;
	font-size: 0px;
	top: auto;
	bottom: 0;
	right: calc(50% - 20px);
	left: auto;
	border-radius: 0px;
}

.portfolioRombBlockMob .slick-arrow:focus {
	outline: none;
}

.portfolioRombBlockMob .slick-arrow:hover {
	background: #F1F2F5;
}

.portfolioRombBlockMob .slick-arrow.slick-next {
	transform: translate(35px, 0px);
}

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

.portfolioRombBlockMob .slick-arrow.slick-prev {
	transform: translate(-35px, 0px);
}

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

.portfolioRombBlockMob a {
	position: relative;
	padding-top: 100%;
	display: block;
}

.portfolioRombBlockMob a img {
	object-fit: cover;
}

.portfolioRombBlock.showAll .portfolioRombBlockWrap {
	display: grid;
}

.portfolioRombBlockWrap {
	display: none;
	grid-gap: 1.5625rem;
}

.portfolioRombBlockWrap:nth-of-type(1), .portfolioRombBlockWrap:nth-of-type(2), .portfolioRombBlockWrap:nth-of-type(3) {
	display: grid;
}

.portfolioRombBlockWrap:nth-of-type(1) a, .portfolioRombBlockWrap:nth-of-type(2) a, .portfolioRombBlockWrap:nth-of-type(3) a {
	height: fit-content;
	top: calc(50% - 112px);
}

.portfolioRombBlockWrap:nth-of-type(2) {
	display: grid;
}

.portfolioRombBlockWrap:nth-of-type(2) a:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 3;
}

.portfolioRombBlockWrap:nth-of-type(2) a:nth-of-type(2) {
	grid-column: 3 / 4;
	height: fit-content;
	bottom: 0;
	top: calc(50% - -14px);
}

.portfolioRombBlockWrap:nth-of-type(2) a:nth-of-type(3) {
	grid-column-start: 1;
}

.portfolioRombBlockWrap:nth-of-type(2) a:nth-of-type(4) {
	grid-column: 2 / 4;
}

.portfolioRombBlockWrap:nth-child(2), .portfolioRombBlockWrap:nth-child(3), .portfolioRombBlockWrap:nth-child(4), .portfolioRombBlockWrap:nth-child(5) {
	display: grid;
}

@media (max-width: 48rem) {
	.portfolioRombBlockWrap {
		grid-template-columns: 100%;
		grid-gap: 1.25rem 0;
	}
}

.portfolioRombBlockWrap:nth-of-type(even) .portfolioBlockItem:first-of-type {
	grid-column-end: 2;
}

.portfolioRombBlockWrap:nth-of-type(even) .portfolioBlockItem:last-of-type {
	grid-column-start: 1;
	grid-column-end: 3;
	padding-top: 82.884%;
}

@media (max-width: 48rem) {
	.portfolioRombBlockWrap:nth-of-type(even) .portfolioBlockItem:last-of-type {
		padding-top: 83.584%;
	}
}

.portfolioRombBlockItem {
	text-decoration: none;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	padding-top: 75.434%;
}

@media (max-width: 48rem) {
	.portfolioRombBlockItem {
		padding-top: 83.584%;
	}
}

.portfolioRombBlockItem::before {
	content: '';
	background: linear-gradient(0deg, rgba(33, 33, 36, 0.15), rgba(33, 33, 36, 0.15));
	z-index: 2;
}

.portfolioRombBlockItem:hover .portfolioRombBlockItemContent {
	bottom: 0;
}

.portfolioRombBlockItemContent {
	position: absolute;
	bottom: -100%;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.58);
	padding: 1.063rem 1.563rem;
	display: flex;
	flex-direction: column;
	color: #ffffff;
	z-index: 3;
}

.portfolioRombBlockItemContentTitle {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	letter-spacing: -0.02em;
}

.portfolioRombBlockItemContentText {
	margin-top: 0.3125rem;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.375rem;
	letter-spacing: -0.01em;
}

.portfolioRombBlockItem img {
	object-fit: cover;
}

.portfolioRombBlockItem:first-of-type {
	grid-column-start: 1;
	grid-column-end: 3;
	padding-top: 82.884%;
}

@media (max-width: 48rem) {
	.portfolioRombBlockItem:first-of-type {
		padding-top: 83.584%;
	}
}

.certificates {
	position: relative;
	color: #ffffff;
}

.certificates::before {
	content: '';
	background: linear-gradient(0deg, rgba(25, 27, 33, 0.85), rgba(25, 27, 33, 0.85));
	z-index: 1;
}

.certificates .container {
	position: relative;
	z-index: 2;
}

.certificatesBg {
	object-fit: cover;
}

.certificates .subtitle, .certificates .title2 {
	text-align: center;
}

@media (max-width: 64rem) {
	.certificates .subtitle {
		margin-bottom: 1rem;
	}
}

.certificates .title2 {
	margin-bottom: 5rem;
}

@media (max-width: 64rem) {
	.certificates .title2 {
		margin-bottom: 1.875rem;
		line-height: 125%;
	}
}

.certificatesBlock {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2.5rem;
}

@media (max-width: 48rem) {
	.certificatesBlock {
		padding-bottom: 4.625rem;
		max-width: calc(100% + 1.25rem);
		margin-right: -1.25rem;
		display: block;
	}
}

.certificatesBlock a {
	display: flex;
	flex-direction: column;
}

@media (max-width: 48rem) {
	.certificatesBlock a {
		margin-right: 0.625rem;
	}
}

.certificatesBlock a img {
	width: 100%;
}

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

.certificatesBlock .slick-arrow {
	width: 4.125rem;
	height: 2.75rem;
	justify-content: center;
	font-size: 0px;
	top: auto;
	bottom: 0;
	right: calc(50% - 20px);
	left: auto;
	border-radius: 0px;
}

.certificatesBlock .slick-arrow:focus {
	outline: none;
}

.certificatesBlock .slick-arrow:hover {
	background: #F1F2F5;
}

.certificatesBlock .slick-arrow.slick-next {
	transform: translate(35px, 0px);
}

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

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

.certificatesBlock .slick-arrow.slick-prev {
	transform: translate(-35px, 0px);
}

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

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

.team {
	text-align: center;
}

@media (max-width: 64rem) {
	.team .title2 {
		line-height: 193%;
		margin-bottom: 0.3125rem;
	}
}

.teamText {
	letter-spacing: -0.005em;
}

@media (max-width: 31.25rem) {
	.teamText br {
		display: none;
	}
}

.teamBlock {
	margin-top: 5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.8125rem;
}

@media (max-width: 64rem) {
	.teamBlock {
		margin-top: 2.5rem;
	}
}

@media (max-width: 48rem) {
	.teamBlock {
		grid-template-columns: 100%;
		grid-gap: 1.25rem;
	}
}

.teamBlockItem {
	background: #FFFFFF;
	border: 1px solid #E5EFF4;
	border-radius: 6px;
	overflow: hidden;
}

@media (max-width: 64rem) {
	.teamBlockItem {
		border: 1.2px solid #F3F3F3;
		border-radius: 2px;
	}
}

.teamBlockItemImg {
	width: 100%;
	position: relative;
	background: #F5F7F8;
	padding-top: 64.656%;
}

@media (max-width: 64rem) {
	.teamBlockItemImg {
		padding-top: 67.647%;
	}
}

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

.teamBlockItemContent {
	padding: 2.5rem 3.313rem 2.375rem 3.313rem;
}

@media (max-width: 64rem) {
	.teamBlockItemContent {
		padding: 1.875rem 2.813rem 2.5rem 2.75rem;
	}
}

.teamBlockItemContentName {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8125rem;
	letter-spacing: -0.01em;
	margin-bottom: 0.875rem;
}

@media (max-width: 64rem) {
	.teamBlockItemContentName {
		font-size: 1.25rem;
		line-height: 1.5rem;
		letter-spacing: -0.02em;
	}
}

.teamBlockItemContentPosition {
	font-weight: 500;
	line-height: 75%;
	color: #858C97;
}

.teamBlockItemContentInfo {
	border-top: 1px solid #F2F2F2;
	padding-top: 1.5625rem;
	margin-top: 1.875rem;
	letter-spacing: -0.005em;
}

@media (max-width: 64rem) {
	.teamBlockItemContentInfo {
		margin-top: 1.25rem;
	}
}

.teamBlockItemContentSocial {
	align-items: center;
	justify-content: center;
	margin-top: 2.8125rem;
}

@media (max-width: 64rem) {
	.teamBlockItemContentSocial {
		margin-top: 1.875rem;
	}
}

.teamBlockItemContentSocial a {
	width: 2.625rem;
	height: 2.625rem;
	justify-content: center;
	margin-right: 0.75rem;
	background: #F7F7F9;
	border-radius: 4px;
}

.teamBlockItemContentSocial a:last-child {
	margin-right: 0;
}

.testimonials {
	overflow: hidden;
}

.testimonials .title2 {
	margin-bottom: 5rem;
}

@media (max-width: 64rem) {
	.testimonials .title2 {
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 64rem) {
	.testimonials .subtitle {
		margin-bottom: 0.3125rem;
	}
}

@media (max-width: 64rem) {
	.testimonials .title2, .testimonials .subtitle {
		text-align: center;
	}
}

.testimonials .slick-arrow {
	width: 4.125rem;
	height: 2.75rem;
	justify-content: center;
	font-size: 0px;
	top: -6.25rem;
	left: auto;
	right: calc((100vw - 71.25rem)/2);
	border-radius: 0px;
}

@media (max-width: 90rem) {
	.testimonials .slick-arrow {
		right: 9.375rem;
	}
}

@media (max-width: 64rem) {
	.testimonials .slick-arrow {
		top: auto;
		bottom: 0;
		right: calc(50% - 20px);
	}
}

.testimonials .slick-arrow:focus {
	outline: none;
}

.testimonials .slick-arrow:hover {
	background: #F1F2F5;
}

.testimonials .slick-arrow.slick-next {
	transform: translate(-20px, 0px);
}

@media (max-width: 64rem) {
	.testimonials .slick-arrow.slick-next {
		transform: translate(35px, 0px);
	}
}

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

.testimonials .slick-arrow.slick-prev {
	transform: translate(-91px, 0px);
}

@media (max-width: 64rem) {
	.testimonials .slick-arrow.slick-prev {
		transform: translate(-35px, 0px);
	}
}

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

@media (max-width: 90rem) {
	.testimonials .container {
		padding-right: 0;
	}
}

@media (max-width: 48rem) {
	.testimonials .slick-list {
		padding-left: 0 !important;
	}
}

@media (max-width: 64rem) {
	.testimonialsBlock {
		padding-bottom: 4.625rem;
		padding-left: 1.25rem;
	}
}

.testimonialsBlock .slick-track {
	padding-top: 41px;
}

.testimonialsBlockItem {
	margin: 0 0.938rem;
	background: #ffffff;
	position: relative;
	padding: 6.063rem 2.5rem 3.563rem 2.5rem;
	width: 28.125rem;
}

@media (max-width: 64rem) {
	.testimonialsBlockItem {
		margin: 0 0.625rem 0 0;
		padding: 5.313rem 2.5rem 2.813rem 2.5rem;
	}
}

.testimonialsBlockItemImg {
	position: absolute;
	left: 2.8125rem;
	top: -2.5625rem;
	border-radius: 50%;
	overflow: hidden;
	border: 1.5px solid #F1F2F5;
	width: 5.125rem;
	height: 5.125rem;
}

@media (max-width: 64rem) {
	.testimonialsBlockItemImg {
		left: 2.5rem;
	}
}

.testimonialsBlockItemImg img {
	object-fit: cover;
	border-radius: 50%;
}

.testimonialsBlockItemText {
	letter-spacing: -0.005em;
	margin-bottom: 2.1875rem;
}

.testimonialsBlockItemName {
	font-weight: 600;
	padding-top: 1.5625rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	border-top: 1px solid #F2F2F2;
}

.testimonialsBlockItemPosition {
	font-size: 0.875rem;
	margin-top: 0.875rem;
	line-height: 86%;
}

.faq .title2 {
	margin-bottom: 5rem;
}

@media (max-width: 64rem) {
	.faq .title2 {
		margin-bottom: 1.375rem;
	}
}

@media (max-width: 64rem) {
	.faq .subtitle, .faq .title2 {
		text-align: center;
	}
}

.faqBlockItem {
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px solid #DDEAE0;
}

@media (max-width: 64rem) {
	.faqBlockItem {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

.faqBlockItem:last-child {
	margin-bottom: 0;
}

.faqBlockItemQ {
	cursor: pointer;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 130%;
	letter-spacing: -0.015em;
	position: relative;
	padding-right: 1.25rem;
}

@media (max-width: 64rem) {
	.faqBlockItemQ {
		font-weight: 600;
		font-size: 1rem;
		line-height: 138%;
		letter-spacing: -0.02em;
	}
}

.faqBlockItemOpen {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0.3125rem;
	width: 1.25rem;
	height: 1.25rem;
}

.faqBlockItemOpen.active span:nth-of-type(1) {
	transform: rotate(0deg);
}

.faqBlockItemOpen span {
	display: block;
	width: 100%;
	height: 0.125rem;
	position: absolute;
	left: 0;
	bottom: 0.625rem;
}

.faqBlockItemOpen span:nth-of-type(1) {
	transform: rotate(90deg);
}

.faqBlockItemA {
	display: none;
	margin-top: 1.25rem;
	max-width: 32.5rem;
	letter-spacing: -0.005em;
}

@media (max-width: 64rem) {
	.faqBlockItemA {
		max-width: 100%;
		margin-top: 1.5rem;
	}
}

.contactPersonBlock {
	display: grid;
	grid-template-columns: 47.3684211% 52.6315789%;
}

@media (max-width: 48rem) {
	.contactPersonBlock {
		grid-template-columns: 100%;
	}
}

@media (max-width: 48rem) {
	.contactPersonBlockPerson {
		margin-bottom: 5.625rem;
	}
}

.contactPersonBlockPersonImg {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 82.778%;
	margin-bottom: 1.875rem;
}

@media (max-width: 64rem) {
	.contactPersonBlockPersonImg {
		padding-top: 89.256%;
	}
}

.contactPersonBlockPersonImg::before {
	content: '';
	background: linear-gradient(180.07deg, rgba(0, 0, 0, 0) 44.32%, rgba(42, 47, 67, 0.35) 74.03%, rgba(47, 50, 62, 0.64) 99.94%, rgba(47, 50, 62, 0.69) 99.94%);
	z-index: 1;
}

.contactPersonBlockPersonImg img {
	object-fit: cover;
}

.contactPersonBlockPersonName {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 1.5625rem;
	color: #ffffff;
	font-weight: 500;
	font-size: 2.1875rem;
	line-height: 130%;
	letter-spacing: -0.015em;
	z-index: 2;
}

@media (max-width: 64rem) {
	.contactPersonBlockPersonName {
		font-weight: 600;
		font-size: 1.25rem;
		line-height: 1.5rem;
		letter-spacing: -0.02em;
	}
}

.contactPersonBlockPersonContactsItem {
	margin-bottom: 1.875rem;
}

@media (max-width: 64rem) {
	.contactPersonBlockPersonContactsItem {
		margin-bottom: 2.1875rem;
	}
}

.contactPersonBlockPersonContactsItem:last-child {
	margin-bottom: 0;
}

.contactPersonBlockPersonContactsItemTitle {
	margin-bottom: 0.625rem;
	font-weight: 500;
	font-size: 0.9375rem;
	line-height: 187%;
	color: #969AA7;
}

@media (max-width: 64rem) {
	.contactPersonBlockPersonContactsItemTitle {
		margin-bottom: 0.3125rem;
	}
}

.contactPersonBlockPersonContactsItem a {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	text-decoration: none;
}

.contactPersonBlockForm {
	padding-left: 8.75rem;
}

@media (max-width: 75rem) {
	.contactPersonBlockForm {
		padding-left: 2.5rem;
	}
}

@media (max-width: 48rem) {
	.contactPersonBlockForm {
		padding-left: 0;
	}
}

.contactPersonBlockForm .title2 {
	margin-bottom: 1.875rem;
}

@media (max-width: 64rem) {
	.contactPersonBlockForm .title2 {
		line-height: 193%;
	}
}

@media (max-width: 64rem) {
	.contactPersonBlockForm .subtitle {
		margin-bottom: 0.3125rem;
	}
}

.contactPersonBlockFormWrap input:focus, .contactPersonBlockFormWrap button:focus {
	outline: none;
}

.contactPersonBlockFormWrap p {
	margin: 0;
}

.contactPersonBlockFormWrap br {
	display: none;
}

.contactPersonBlockFormWrap label {
	display: block;
	margin-bottom: 1.25rem;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 187%;
}

.contactPersonBlockFormWrap label input {
	width: 100%;
	margin-top: 0.625rem;
	border-radius: 0px;
	background: #ffffff;
	border: 2px solid rgba(154, 154, 154, 0.19);
	padding: 0.719rem 1.5rem;
	font-size: 0.9375rem;
	line-height: 187%;
}

.contactPersonBlockFormWrap label input::placeholder {
	color: #9A9B9C;
}

.contactPersonBlockFormWrap button {
	margin-top: 10px;
	width: 100%;
	border-radius: 0px;
}

.contactPersonBlockFormWrap .wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}

.contactPersonBlockFormWrap .wpcf7-not-valid-tip {
	font-size: 0.75rem;
}

.mapContacts {
	position: relative;
	padding: 8.75rem 0;
}

@media (max-width: 64rem) {
	.mapContacts {
		padding: 0;
	}
}

@media (max-width: 64rem) {
	.mapContacts iframe {
		position: initial;
		height: 440px;
		height: 27.5rem;
	}
}

.mapContactsBlock {
	max-width: 26.375rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	background: #ffffff;
	padding: 3.75rem 3.125rem;
}

@media (max-width: 64rem) {
	.mapContactsBlock {
		max-width: 100%;
		padding: 0;
		margin-bottom: 5.625rem;
	}
}

.mapContactsBlock .title2 {
	text-align: center;
}

.mapContactsBlock .subtitle {
	text-align: center;
}

.mapContactsBlockContacts {
	margin-top: 3.75rem;
	margin-bottom: 3.125rem;
}

@media (max-width: 64rem) {
	.mapContactsBlockContacts {
		margin-top: 1.875rem;
		margin-bottom: 1.25rem;
	}
}

.mapContactsBlockContactsItem {
	margin-bottom: 1.5625rem;
	position: relative;
	padding-left: 4.375rem;
	min-height: 2.8125rem;
	text-decoration: none;
	font-weight: 500;
	line-height: 155%;
	letter-spacing: -0.005em;
}

.mapContactsBlockContactsItem:last-child {
	margin-bottom: 0;
}

.mapContactsBlockContactsItemIcon {
	background: #F1F4EF;
	justify-content: center;
	width: 2.8125rem;
	height: 2.8125rem;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.375rem;
}

.mapContactsBlock .btn {
	width: 100%;
}

.twoColumnTextBlock {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3.375rem;
}

@media (max-width: 48rem) {
	.twoColumnTextBlock {
		grid-template-columns: 100%;
		grid-gap: 1.875rem;
	}
}

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

.twoColumnTextBlockItem p:last-child {
	margin-bottom: 0;
}

.TopTwoColumn {
	position: relative;
}

@media (max-width: 31.25rem) {
	.TopTwoColumn .container {
		padding: 0rem;
	}
}

.TopTwoColumnBlock {
	display: flex;
	position: relative;
	max-height: 37.5rem;
}

@media (max-width: 48rem) {
	.TopTwoColumnBlock {
		flex-direction: column;
	}
}

@media (max-width: 31.25rem) {
	.TopTwoColumnBlock {
		padding: 0rem 1.875rem;
		justify-content: flex-end;
	}
}

.TopTwoColumnBlockContent {
	display: flex;
	flex-direction: column;
	width: 50%;
	text-align: start;
	justify-content: center;
	align-items: flex-start;
	z-index: 2;
	position: relative;
}

.TopTwoColumnBlockContentText {
	max-width: 18.75rem;
	margin-top: 0.625rem;
}

.TopTwoColumnBlockContent a.btn {
	margin-top: 3.125rem;
}

@media (max-width: 48rem) {
	.TopTwoColumnBlockContent {
		width: 100%;
	}
}

.TopTwoColumnBlockImg {
	display: flex;
	align-items: flex-end;
	margin-top: auto;
}

.TopTwoColumnBlock img {
	height: calc(100% - 3.125rem);
	width: auto;
}

@media (max-width: 48rem) {
	.TopTwoColumnBlock {
		width: 100%;
	}
	.TopTwoColumnBlock .exist {
		display: flex;
	}
	.TopTwoColumnBlock .noexist {
		display: none;
	}
}

.TopTwoColumnBlock .MiniCart {
	position: absolute;
	bottom: 0rem;
	left: 0rem;
	z-index: 3;
	display: flex;
	padding: 1.563rem 2.5rem;
	background-color: #fff;
	align-items: center;
	-webkit-box-shadow: 0rem 1.563rem 3.125rem 0.625rem rgba(0, 0, 0, 0.3);
	box-shadow: 0rem 1.563rem 3.125rem 0.625rem rgba(0, 0, 0, 0.3);
	transform: translate(0px, 50%);
}

@media (max-width: 48rem) {
	.TopTwoColumnBlock .MiniCart {
		position: relative;
		transform: unset;
		margin-top: 3.125rem;
	}
}

.TopTwoColumnBlock .MiniCartIcon {
	height: 2.1875rem;
	width: 2.1875rem;
	margin-right: 1.875rem;
}

.TopTwoColumnBlock .MiniCartIcon img {
	height: 100%;
}

.TopTwoColumnBlock .MiniCartContent {
	font-weight: 600;
}

.TopTwoColumnBlock .MiniCartContentTitle {
	font-size: 2.1875rem;
	line-height: 2.1875rem;
}

.TopTwoColumnBlock .MiniCartContentSubTitle {
	font-size: 1.125rem;
	line-height: 150%;
	color: #6b6b75;
}

.TopTwoColumnBlockBackground {
	position: absolute;
	z-index: 1;
	right: 0rem;
	height: 100%;
}

@media (max-width: 48rem) {
	.TopTwoColumnBlockBackground {
		left: 0rem;
		right: unset;
	}
}

@media (max-width: 31.25rem) {
	.TopTwoColumnBlockBackground {
		width: 100%;
		height: auto;
	}
}

.TopTwoColumnBlockBackground img {
	height: 100%;
	width: auto;
}

.TopTwoColumnBlockCTA {
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 0px;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	padding-bottom: 10px;
	max-width: 200px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 135%;
	cursor: pointer;
}

@media (max-width: 48rem) {
	.TopTwoColumnBlockCTA {
		display: none;
	}
}

.TopTwoColumnBlockCTA img {
	height: auto;
	width: 70%;
	margin-left: auto;
	max-width: 120px;
}

.TopTwoColumnBlockCTATitle {
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: unset;
}

.TopTwoColumnBlockCTALink {
	margin: 20px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: max-content;
	border-bottom: 2px solid transparent;
	transition: .5s;
}

.TopTwoColumnBlockCTALink img {
	width: unset;
	margin: unset;
	height: 100%;
}

.TopTwoColumnBlockCTA:hover .TopTwoColumnBlockCTALink {
	border-bottom: 2px solid #fff;
}

.ctaHorisontal {
	background-size: cover;
}

@media (max-width: 64rem) {
	.ctaHorisontal {
		background-position-x: center;
	}
}

.ctaHorisontal .right {
	flex-direction: row-reverse;
}

.ctaHorisontalBlock {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 300px;
}

@media (max-width: 64rem) {
	.ctaHorisontalBlock {
		flex-direction: column !important;
		padding: 60px 0 40px 0;
		align-items: flex-start;
	}
}

.ctaHorisontalBlock .ctaHorisontalBlockContentText {
	width: 60%;
	font-style: normal;
	font-weight: 400;
	font-size: 2.875rem;
	line-height: 115%;
	letter-spacing: -0.045em;
	text-transform: uppercase;
}

@media (max-width: 64rem) {
	.ctaHorisontalBlock .ctaHorisontalBlockContentText {
		width: 100%;
	}
}

@media (max-width: 64rem) {
	.ctaHorisontalBlock .ctaHorisontalBlockContentText {
		font-size: 1.75rem;
	}
}

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

.ctaAndForm .right {
	flex-direction: row-reverse;
}

.ctaAndForm .ctaAndFormContainer {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 300px;
}

@media (max-width: 64rem) {
	.ctaAndForm .ctaAndFormContainer {
		flex-direction: column !important;
		padding: 0;
		align-items: flex-start;
	}
}

@media (min-width: 1100px) {
	.ctaAndForm .ctaAndFormContainer {
		width: 71.25rem;
		margin: 0 auto;
	}
}

.ctaAndForm .ctaAndFormContainer .ctaAndFormContent {
	display: flex;
	flex-direction: column;
	max-width: 40%;
	padding: 150px 0;
}

@media (max-width: 64rem) {
	.ctaAndForm .ctaAndFormContainer .ctaAndFormContent {
		max-width: 100%;
		padding: 80px 20px;
	}
}

.ctaAndForm .ctaAndFormContainer .ctaAndFormContent .ctaAndFormText {
	font-style: normal;
	font-weight: 400;
	font-size: 2.875rem;
	line-height: 115%;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: flex;
	flex-direction: column;
}

@media (max-width: 64rem) {
	.ctaAndForm .ctaAndFormContainer .ctaAndFormContent .ctaAndFormText {
		width: 100%;
		font-style: normal;
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 115%;
		letter-spacing: -0.045em;
		text-transform: uppercase;
	}
}

.ctaAndForm .ctaAndFormContainer .ctaAndFormContent .ctaAndFormText:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #fff;
	left: 0;
	margin: 24px 0 14px 0;
}

.ctaAndForm .ctaAndFormContainer .ctaAndFormContent p {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 145%;
	letter-spacing: -0.015em;
	color: #FFFFFF;
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form {
	position: absolute;
	top: -50px;
	right: 0;
}

@media (max-width: 64rem) {
	.ctaAndForm .ctaAndFormContainer .ctaAndForm_form {
		position: relative;
		top: 0px;
	}
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm {
	width: 460px;
	padding: 50px;
	background-color: #fff;
	border: 1px solid #DDEAE0;
	box-sizing: border-box;
	box-shadow: 10px 4px 60px rgba(0, 49, 81, 0.1);
}

@media (max-width: 64rem) {
	.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm {
		width: 100%;
		padding: 20px;
	}
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm label,
.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm p {
	margin: 0px !important;
	padding: 0px;
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm .form_title {
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 130%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #171717;
	margin-top: 0px;
	margin-bottom: 20px;
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm .wpcf7-spinner {
	margin: 25px 24px 0 24px !important;
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm input {
	height: 60px;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 145%;
	letter-spacing: -0.015em;
	color: #6C6D72;
	margin-bottom: 15px;
	padding: 20px;
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm textarea {
	width: 100%;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 145%;
	letter-spacing: -0.015em;
	color: #6C6D72;
	padding: 20px;
	max-height: 120px;
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm .wpcf7-submit {
	border: none;
	background: #006EB6;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .contactForm .wpcf7-submit:hover {
	background: #FFFFFF;
	border: 1.5px solid #006EB6;
	box-sizing: border-box;
	color: #006EB6;
}

.ctaAndForm .ctaAndFormContainer .ctaAndForm_form .wpcf7-response-output {
	max-width: 445px;
	border-color: #fff;
	background: #006eb6;
	color: #fff;
	margin: 15px 0 0 0;
}

.partnerSl {
	overflow: hidden;
}

.partnerSl .title2 {
	margin-bottom: 5rem;
}

@media (max-width: 64rem) {
	.partnerSl .title2 {
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 64rem) {
	.partnerSl .subtitle {
		margin-bottom: 0.3125rem;
	}
}

@media (max-width: 64rem) {
	.partnerSl .title2,
	.partnerSl .subtitle {
		text-align: center;
	}
}

.partnerSl .slick-arrow {
	width: 4.125rem;
	height: 2.75rem;
	justify-content: center;
	font-size: 0px;
	top: -6.25rem;
	left: auto;
	right: calc((100vw - 71.25rem)/2);
	border-radius: 0px;
}

@media (max-width: 90rem) {
	.partnerSl .slick-arrow {
		right: 9.375rem;
	}
}

@media (max-width: 64rem) {
	.partnerSl .slick-arrow {
		top: auto;
		bottom: 0;
		right: calc(50% - 20px);
	}
}

.partnerSl .slick-arrow:focus {
	outline: none;
}

.partnerSl .slick-arrow:hover {
	background: #F1F2F5;
}

.partnerSl .slick-arrow.slick-next {
	transform: translate(-20px, 0px);
}

@media (max-width: 64rem) {
	.partnerSl .slick-arrow.slick-next {
		transform: translate(35px, 0px);
	}
}

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

.partnerSl .slick-arrow.slick-prev {
	transform: translate(-91px, 0px);
}

@media (max-width: 64rem) {
	.partnerSl .slick-arrow.slick-prev {
		transform: translate(-35px, 0px);
	}
}

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

@media (max-width: 90rem) {
	.partnerSl .container {
		padding-right: 0;
	}
}

@media (max-width: 48rem) {
	.partnerSl .slick-list {
		padding-left: 0 !important;
	}
}

@media (max-width: 64rem) {
	.partnerSlBlock {
		padding-bottom: 4.625rem;
		padding-left: 1.25rem;
	}
}

.partnerSlBlock .slick-track {
	padding-top: 41px;
}

.partnerSlBlockItem {
	margin: 0 0.938rem;
	background: #ffffff;
	position: relative;
	padding: 6.063rem 2.5rem 3.563rem 2.5rem;
	width: 28.125rem;
}

@media (max-width: 64rem) {
	.partnerSlBlockItem {
		margin: 0 0.625rem 0 0;
		padding: 5.313rem 2.5rem 2.813rem 2.5rem;
	}
}

.partnerSlBlockItemImg {
	position: absolute;
	left: 2.8125rem;
	top: -2.5625rem;
	overflow: hidden;
	border: 1.5px solid #F1F2F5;
	width: 5.125rem;
	height: 5.125rem;
}

@media (max-width: 64rem) {
	.partnerSlBlockItemImg {
		left: 2.5rem;
	}
}

.partnerSlBlockItemImg img {
	object-fit: contain;
}

.partnerSlBlockItemText {
	letter-spacing: -0.005em;
	margin-bottom: 2.1875rem;
}

.partnerSlBlockItemName {
	font-weight: 600;
	padding-top: 1.5625rem;
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	border-top: 1px solid #F2F2F2;
}

.partnerSlBlockItemPosition {
	font-size: 0.875rem;
	margin-top: 0.875rem;
	line-height: 86%;
}

.partner-slider .partnerSlBlockItemImg {
	position: relative;
	left: 0;
	top: 0;
	border-radius: none;
	overflow: hidden;
	border: none;
	width: auto;
	height: 63px;
	width: 270px;
	height: 130px;
	margin: 0 5px;
	background: #fff;
	border-radius: inherit;
	border: 1px solid #ECECEC;
	box-sizing: border-box;
}

.partner-slider .partnerSlBlockItem {
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

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

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

.partner-slider .slick-arrow {
	width: 40px;
	height: 40px;
}

.partner-slider .slick-arrow:hover {
	border: 1px solid #006EB6;
}

.partner-slider .slick-arrow:hover svg {
	border: 1px solid #006EB6;
}

.partner-slider .slick-next {
	background: #006EB6;
	color: #fff;
	margin: auto;
}

.assortment .title2 {
	margin: 0 !important;
	margin-bottom: 3.75rem;
}

@media (max-width: 64rem) {
	.assortment .title2 {
		line-height: 193%;
		margin-bottom: 0.875rem;
	}
}

@media (max-width: 64rem) {
	.assortment .title2,
	.assortment .subtitle {
		text-align: left;
	}
}

.assortment .assortmentBlock {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 64rem) {
	.assortment .assortmentBlock {
		flex-wrap: wrap;
	}
}

.assortment .assortmentBlock .assortmentIttem {
	width: 23%;
	padding: 40px 25px;
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
	box-shadow: 0px 14px 114px rgba(107, 109, 112, 0.08);
	margin-top: 60px;
}

@media (max-width: 64rem) {
	.assortment .assortmentBlock .assortmentIttem {
		width: 100%;
	}
	.assortment .assortmentBlock .assortmentIttem {
		margin-top: 20px;
	}
	.assortment .assortmentBlock .assortmentIttem:first-child {
		margin-top: 40px;
	}
}

.assortment .assortmentBlock .assortmentIttem h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 130%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
}

.assortment .assortmentBlock .assortmentIttem li {
	font-style: normal;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	display: flex;
	align-items: flex-start;
	letter-spacing: -0.005em;
	list-style: none;
	margin-bottom: 15px;
}

.assortment .assortmentBlock .assortmentIttem li::before {
	content: url("img/assortmentLiBegore.svg");
	margin-right: 10px;
}

.assortment .citate p {
	display: flex;
	align-items: flex-start;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 135%;
	letter-spacing: -0.005em;
	position: relative;
	padding-left: 33px;
}

.assortment .citate p::before {
	content: '';
	height: 100%;
	background: #006EB6;
	left: 0;
	min-height: 100%;
	width: 2.5px;
	position: absolute;
}

.blackAdvantages {
	padding: 125px 0;
}

.blackAdvantagesSubtitle {
	color: #87AD86;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

@media (max-width: 64rem) {
	.blackAdvantagesSubtitle {
		font-size: 12px;
	}
}

.blackAdvantagesLine {
	width: 60px;
	height: 2px;
	text-align: center;
	margin: 20px auto;
	background: #87AD86;
}

.blackAdvantagesTitle {
	font-style: normal;
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.75rem;
	text-align: center;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media (max-width: 64rem) {
	.blackAdvantagesTitle {
		font-size: 24px;
		letter-spacing: -0.015em;
		line-height: 125%;
	}
}

.blackAdvantagesText {
	font-size: 1.125rem;
	line-height: 1.6875rem;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.005em;
	margin-bottom: 4.375rem;
	max-width: 442px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 64rem) {
	.blackAdvantagesText {
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.blackAdvantagesBlock {
	display: flex;
	justify-content: center;
	grid-template-columns: repeat(4, 1fr);
	padding: 4.375rem 4.375rem 0 4.375rem;
	grid-gap: 3.4375rem;
}

@media (max-width: 71.875rem) {
	.blackAdvantagesBlock {
		padding: 1.875rem;
		grid-gap: 1.25rem;
	}
}

@media (max-width: 64rem) {
	.blackAdvantagesBlock {
		flex-direction: column;
		padding: 0;
		grid-template-columns: 100%;
		grid-gap: 2.5rem;
		border: 0px;
	}
}

.blackAdvantagesBlockItem {
	width: 100%;
	position: relative;
	display: grid;
	background: #292C36;
	padding: 76px 37px 40px;
}

@media (max-width: 71.875rem) {
	.blackAdvantagesBlockItem {
		margin-bottom: 35px;
	}
}

.blackAdvantagesBlockItemImg {
	position: absolute;
	top: -25px;
	left: 37px;
	width: 4.438rem;
	height: 4.438rem;
	justify-content: center;
	padding: 0.938rem;
}

@media (max-width: 71.875rem) {
	.blackAdvantagesBlockItemImg {
		width: 3.75rem;
		height: 3.75rem;
		padding: 0.75rem;
	}
}

@media (max-width: 71.875rem) {
	.blackAdvantagesBlockItemContent {
		padding-left: 1.25rem;
	}
}

.blackAdvantagesBlockItemContentTitle {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: -0.005em;
	color: #fff;
}

.blackAdvantagesBlockItemContentText {
	letter-spacing: -0.005em;
}

.videoFileSubtitle {
	color: #87AD86;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

@media (max-width: 64rem) {
	.videoFileSubtitle {
		font-size: 12px;
	}
}

.videoFileLine {
	width: 60px;
	height: 2px;
	text-align: center;
	margin: 20px auto;
}

.videoFileTitle {
	font-style: normal;
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.75rem;
	text-align: center;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media (max-width: 64rem) {
	.videoFileTitle {
		font-size: 24px;
		letter-spacing: -0.015em;
		line-height: 125%;
		padding: 0 10px;
	}
}

.videoFileText {
	font-size: 1.125rem;
	line-height: 1.6875rem;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.005em;
	margin-bottom: 2.5rem;
	max-width: 442px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 64rem) {
	.videoFileText {
		padding: 0 10px;
		font-size: 14px;
		font-size: 0.875rem;
	}
}

.videoFileBlock {
	margin-top: 20px;
	max-width: 100%;
	width: 100%;
	position: relative;
}

.videoFileBlock video {
	width: 100%;
	max-width: 100%;
}

.videoFileBlockPlay {
	position: absolute;
	width: 63.12px;
	height: 63.12px;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
	background: #222223;
	border-radius: 50%;
}

.videoFileBlockPlay img {
	padding-left: 8px;
}

.videoFileBlockPlay div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.videoFileBlockPause {
	display: none;
	position: absolute;
	width: 63.12px;
	height: 63.12px;
	left: calc(50% - 32px);
	top: calc(50% - 32px);
	background: #222223;
	border-radius: 50%;
}

.videoFileBlockPause img {
	max-height: 26px;
}

.videoFileBlockPause div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.testimonialsRight {
	overflow: hidden;
}

.testimonialsRight .line {
	width: 60px;
	height: 2px;
	text-align: left;
	margin: 20px 0;
	background: #87AD86;
}

.testimonialsRight .container {
	display: flex;
	color: #FFFFFF;
}

@media (max-width: 64rem) {
	.testimonialsRight .container {
		flex-direction: column;
	}
}

.testimonialsRight .testimonialsRightText {
	padding-right: 3.125rem;
	min-width: 49.1228070175%;
}

.testimonialsRight .testimonialsRightText .btn {
	margin-top: 45px;
}

.testimonialsRight .testimonialsRightText .text {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: -0.005em;
	color: #5C5D64;
}

.testimonialsRightWrap {
	width: 100%;
	margin-right: calc(((100vw - 71.25rem)/2)*-1);
	position: relative;
}

.testimonialsRightWrap .slickNumberSlide {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.25rem;
	left: 4.8125rem;
	bottom: 1.75rem;
	color: #39464F;
	position: absolute;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

@media (max-width: 768px) {
	.testimonialsRightWrap .slickNumberSlide {
		left: calc(50% - 22px);
		bottom: 1.5rem;
		bottom: 1rem;
	}
}

@media (max-width: 90rem) {
	.testimonialsRightWrap {
		margin-right: 0;
	}
}

@media (max-width: 64rem) {
	.testimonialsRightWrap {
		margin-top: 30px;
		padding-bottom: 4.625rem;
	}
}

@media (max-width: 64rem) {
	.testimonialsRightWrapBlock {
		padding-bottom: 1.25rem;
	}
}

.testimonialsRightWrapBlockItem {
	margin: 0 0.938rem;
	background: #ffffff;
	position: relative;
	padding: 2.5rem 2rem;
	width: 28.125rem;
}

@media (max-width: 64rem) {
	.testimonialsRightWrapBlockItem {
		margin: 0 0.625rem 0 0;
		padding: 2.188rem 1.563rem;
	}
}

.testimonialsRightWrapBlockItem .stars {
	display: flex;
	margin-bottom: 20px;
}

.testimonialsRightWrapBlockItem .stars img {
	margin-right: 3px;
}

.testimonialsRightWrapBlockItemImg {
	position: absolute;
	left: 2.8125rem;
	top: -2.5625rem;
	border-radius: 50%;
	overflow: hidden;
	border: 1.5px solid #F1F2F5;
	width: 5.125rem;
	height: 5.125rem;
}

@media (max-width: 64rem) {
	.testimonialsRightWrapBlockItemImg {
		left: 2.5rem;
	}
}

.testimonialsRightWrapBlockItemImg img {
	object-fit: cover;
	border-radius: 50%;
}

.testimonialsRightWrapBlockItemText {
	color: #5C5D64;
	letter-spacing: -0.005em;
	margin-bottom: 2.1875rem;
}

.testimonialsRightWrapBlockItemName {
	font-size: 1.25rem;
	line-height: 1.5rem;
	letter-spacing: -0.02em;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #222223;
}

.testimonialsRightWrapBlockItemPosition {
	font-size: 0.75rem;
	margin-top: 0.5rem;
	line-height: 86%;
	font-weight: 500;
	line-height: 12px;
	color: #9A9B9C;
}

.testimonialsRight .title2 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 125%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #1E1E24;
}

@media (max-width: 64rem) {
	.testimonialsRight .title2 {
		font-size: 1.5rem;
	}
}

@media (max-width: 64rem) {
	.testimonialsRight .subtitle {
		margin-bottom: 0.3125rem;
	}
}

@media (max-width: 64rem) {
	.testimonialsRight .title2, .testimonialsRight .subtitle {
		text-align: left;
		margin-bottom: 10px;
	}
}

.testimonialsRight .slick-arrow {
	width: 3.8125rem;
	height: 3.8125rem;
	background: #FFFFFF;
	box-shadow: 0px 25px 40px rgba(59, 80, 90, 0.05);
	border-radius: 50%;
	justify-content: center;
	font-size: 0px;
	top: -6.25rem;
	left: auto;
	right: calc((100vw - 71.25rem)/2);
	bottom: unset;
	left: 5.625rem;
	bottom: -5rem;
}

.testimonialsRight .slick-arrow:focus {
	outline: none;
}

.testimonialsRight .slick-arrow:hover {
	background: #F1F2F5;
}

.testimonialsRight .slick-arrow.slick-next {
	transform: translate(50px, 0px);
	bottom: -5rem;
	top: unset;
}

@media (max-width: 64rem) {
	.testimonialsRight .slick-arrow.slick-next {
		transform: translate(35px, 0px);
		left: calc(50% - -15px);
	}
}

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

.testimonialsRight .slick-arrow.slick-prev {
	transform: translate(-91px, 0px);
	bottom: -5rem;
	top: unset;
}

@media (max-width: 64rem) {
	.testimonialsRight .slick-arrow.slick-prev {
		transform: translate(-35px, 0px);
		left: calc(50% - 75px);
	}
}

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

@media (max-width: 64rem) {
	.testimonialsRight .slick-arrow {
		top: auto;
		bottom: 0;
		right: calc(50% - 20px);
	}
}

@media (max-width: 90rem) {
	.testimonialsRight .slick-arrow {
		right: 9.375rem;
	}
}

@media (max-width: 90rem) {
	.testimonialsRight .container {
		padding-right: 0;
	}
}

@media (max-width: 48rem) {
	.testimonialsRight .slick-list {
		padding-left: 0 !important;
	}
}

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

.contactPage .right {
	flex-direction: row-reverse;
}

@media (max-width: 64rem) {
	.contactPage {
		margin: 0 !important;
	}
}

.contactPage .contactPageContainer {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 300px;
}

@media (max-width: 64rem) {
	.contactPage .contactPageContainer {
		flex-direction: column !important;
		padding: 0;
		align-items: flex-start;
	}
}

@media (min-width: 1100px) {
	.contactPage .contactPageContainer {
		width: 71.25rem;
		margin: 0 auto;
	}
}

.contactPage .contactPageContainer .contactPageContent {
	display: flex;
	flex-direction: column;
	max-width: 40%;
}

@media (max-width: 64rem) {
	.contactPage .contactPageContainer .contactPageContent {
		max-width: 100%;
		padding: 40px 20px;
	}
}

.contactPage .contactPageContainer .contactPageContent .siteHeaderTopContacts {
	flex-direction: column;
	align-items: flex-start;
}

.contactPage .contactPageContainer .contactPageContent .siteHeaderTopContactsItem {
	margin-bottom: 20px;
}

@media (max-width: 64rem) {
	.contactPage .contactPageContainer .contactPageContent .siteHeaderTopContactsItem {
		display: block !important;
	}
}

.contactPage .contactPageContainer .contactPageContent .contactPageTextP {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: -0.015em;
}

@media (max-width: 64rem) {
	.contactPage .contactPageContainer .contactPageContent .subtitle {
		margin-bottom: 12px;
	}
}

.contactPage .contactPageContainer .contactPageContent .contactPageText {
	font-style: normal;
	font-weight: 400;
	font-size: 2.875rem;
	line-height: 115%;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
}

@media (max-width: 64rem) {
	.contactPage .contactPageContainer .contactPageContent .contactPageText {
		width: 100%;
		font-style: normal;
		font-weight: 400;
		font-size: 1.75rem;
		line-height: 115%;
		letter-spacing: -0.045em;
		text-transform: uppercase;
	}
}

.contactPage .contactPageContainer .contactPageContent .contactPageText:after {
	content: '';
	width: 60px;
	height: 2px;
	background: #006EB6;
	left: 0;
	margin: 24px 0 14px 0;
}

.contactPage .contactPageContainer .contactPageContent p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: -0.015em;
}

.contactPage .contactPageContainer .contactPage_form {
	right: 0;
}

@media (max-width: 64rem) {
	.contactPage .contactPageContainer .contactPage_form {
		position: relative;
		top: 0px;
	}
}

.contactPage .contactPageContainer .contactPage_form .contactForm {
	width: 460px;
	padding: 50px;
	background-color: #fff;
	border: 1px solid #DDEAE0;
	box-sizing: border-box;
}

@media (max-width: 64rem) {
	.contactPage .contactPageContainer .contactPage_form .contactForm {
		width: 100%;
		padding: 20px;
	}
}

.contactPage .contactPageContainer .contactPage_form .contactForm label,
.contactPage .contactPageContainer .contactPage_form .contactForm p {
	margin: 0px !important;
	padding: 0px;
}

.contactPage .contactPageContainer .contactPage_form .contactForm .form_title {
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 130%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #171717;
	margin-top: 0px;
	margin-bottom: 20px;
}

.contactPage .contactPageContainer .contactPage_form .contactForm .wpcf7-spinner {
	margin: 25px 24px 0 24px !important;
}

.contactPage .contactPageContainer .contactPage_form .contactForm input {
	height: 60px;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 145%;
	letter-spacing: -0.015em;
	color: #6C6D72;
	margin-bottom: 15px;
	padding: 20px;
}

.contactPage .contactPageContainer .contactPage_form .contactForm textarea {
	width: 100%;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	line-height: 145%;
	letter-spacing: -0.015em;
	color: #6C6D72;
	padding: 20px;
	max-height: 120px;
}

.contactPage .contactPageContainer .contactPage_form .contactForm .wpcf7-submit {
	border: none;
	background: #006EB6;
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 19px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.contactPage .contactPageContainer .contactPage_form .contactForm .wpcf7-submit:hover {
	background: #FFFFFF;
	border: 1.5px solid #006EB6;
	box-sizing: border-box;
	color: #006EB6;
}

.contactPage .contactPageContainer .contactPage_form .wpcf7-response-output {
	max-width: 445px;
	border-color: #fff;
	background: #006eb6;
	color: #fff;
	margin: 15px 0 0 0;
}

.productBlock .productBlockTitle {
	font-style: normal;
	font-weight: 400;
	font-size: 46px;
	line-height: 115%;
	letter-spacing: -0.045em;
	text-transform: uppercase;
	margin-top: 10px;
}

.productBlock .title2 {
	margin: 0 !important;
	margin-bottom: 3.75rem;
}

@media (max-width: 64rem) {
	.productBlock .title2 {
		line-height: 193%;
		margin-bottom: 0.875rem;
	}
}

@media (max-width: 64rem) {
	.productBlock .title2,
	.productBlock .subtitle {
		text-align: left;
	}
}

.productBlock .productBlockBlock {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 64rem) {
	.productBlock .productBlockBlock {
		flex-wrap: wrap;
	}
}

.productBlock .productBlockBlock .productCategoty {
	width: 100%;
	margin-bottom: 150px;
}

@media (max-width: 64rem) {
	.productBlock .productBlockBlock .productCategoty {
		margin-bottom: 80px;
	}
}

.productBlock .productBlockBlock .productBlockIttem {
	width: 100%;
	padding: 40px 25px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

@media (max-width: 64rem) {
	.productBlock .productBlockBlock .productBlockIttem {
		padding: 0;
		width: 100%;
		flex-direction: column;
	}
	.productBlock .productBlockBlock .productBlockIttem {
		margin-top: 20px;
	}
	.productBlock .productBlockBlock .productBlockIttem:first-child {
		margin-top: 40px;
	}
}

.productBlock .productBlockBlock .productBlockIttem .productIttem {
	display: flex;
	justify-content: space-between;
	width: 43%;
}

@media (max-width: 64rem) {
	.productBlock .productBlockBlock .productBlockIttem .productIttem {
		width: 100%;
		margin-bottom: 40px;
	}
}

.productBlock .productBlockBlock .productBlockIttem .productIttem .productLeft {
	min-width: 35%;
}

.productBlock .productBlockBlock .productBlockIttem .productIttem .productLeft .product_atributes_cont {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: -25px;
}

.productBlock .productBlockBlock .productBlockIttem .productIttem .productLeft .product_atributes_cont span {
	margin-right: 10px;
}

@media (max-width: 64rem) {
	.productBlock .productBlockBlock .productBlockIttem .productIttem .productRight {
		display: flex;
		justify-content: end;
		align-items: flex-end;
	}
}

@media (max-width: 64rem) {
	.productBlock .productBlockBlock .productBlockIttem .productIttem .productRight .productImg {
		max-width: 125px;
	}
}

.productBlock .productBlockBlock .productBlockIttem h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 130%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	margin: 0;
}

/* CSS SEPERATOR */
.separator {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

.separator .separatorContent {
	display: flex;
	align-items: center;
}

.separator .separatorContentline {
	width: 100%;
	height: 0.125rem;
}

.separator .separatorContent img {
	height: 2.5rem;
	width: auto;
	margin: 0px 15px;
}

/* CSS CTA_MINI_RIGHT */
.CtaMiniRight {
	position: fixed;
	z-index: 10;
	right: 0px;
	top: 95px;
	width: fit-content;
	margin-left: auto;
}

.CtaMiniRight .btnHide {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 10px;
	font-size: 24px;
	cursor: pointer;
}

@media (max-width: 48rem) {
	.CtaMiniRight {
		display: none;
	}
}

.CtaMiniRightBlock {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	padding-bottom: 10px;
	max-width: 200px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 135%;
	cursor: pointer;
}

.CtaMiniRightBlock img {
	height: auto;
	width: 70%;
	margin-left: auto;
	max-width: 120px;
}

.CtaMiniRightBlockTitle {
	margin-right: 45px;
	margin-top: 20px;
	margin-bottom: unset;
}

.CtaMiniRightBlockLink {
	margin: 20px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: max-content;
	border-bottom: 2px solid transparent;
	transition: .5s;
}

.CtaMiniRightBlockLink img {
	width: unset;
	margin: unset;
	height: 100%;
}

.CtaMiniRightBlock:hover .CtaMiniRightLink {
	border-bottom: 2px solid #fff;
}

/* CSS Text Img and Button 2 version*/
.textImg2ver .container .textImg2verTitle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.textImg2ver .container .textImg2verBlock {
	display: flex;
}

@media (max-width: 48rem) {
	.textImg2ver .container .textImg2verBlock {
		flex-direction: column;
	}
}

.textImg2ver .container .textImg2verBlockImg {
	width: 50%;
	display: flex;
}

@media (max-width: 48rem) {
	.textImg2ver .container .textImg2verBlockImg {
		width: 100%;
		margin-bottom: 30px;
	}
}

.textImg2ver .container .textImg2verBlockImg img {
	height: fit-content;
}

.textImg2ver .container .textImg2verBlockText {
	width: 50%;
	padding: 0px 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 48rem) {
	.textImg2ver .container .textImg2verBlockText {
		width: 100%;
		padding: 0px;
	}
}

.textImg2ver .container .textImg2verBlockText p {
	margin-top: 0px;
	font-size: 15px;
}

.textImg2ver .btn {
	width: fit-content;
}

@media (max-width: 48rem) {
	.textImg2ver .btn {
		display: none;
	}
}

.textImg2ver .btn.mobile {
	display: none;
}

@media (max-width: 48rem) {
	.textImg2ver .btn.mobile {
		display: block;
		width: 100%;
	}
}

/* LIST OF SERVICES  */
.ListOfServises {
	text-align: center;
}

.ListOfServisesBlock {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.ListOfServisesBlockItem {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	min-height: 5.625rem;
	padding: 1.875rem 2.5rem;
	background-color: #00000003;
	margin-bottom: 1.25rem;
	text-align: start;
	border: 0.125rem solid #00000008;
}

@media (max-width: 48rem) {
	.ListOfServisesBlockItem {
		flex-direction: column;
		margin-bottom: 2.5rem;
	}
}

.ListOfServisesBlockItemImg {
	width: 5rem;
	height: 5rem;
	background-color: #00000005;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 2.5rem;
}

@media (max-width: 48rem) {
	.ListOfServisesBlockItemImg {
		margin-right: unset;
		margin-bottom: 2.5rem;
	}
}

.ListOfServisesBlockItemImg img {
	width: 50%;
	height: auto;
}

.ListOfServisesBlockItemTitle {
	font-size: 1.25rem;
	font-weight: 600;
	max-width: 60%;
}

@media (max-width: 48rem) {
	.ListOfServisesBlockItemTitle {
		text-align: center;
		max-width: unset;
	}
}

.ListOfServisesBlockItemList {
	width: 55%;
	margin-left: auto;
}

@media (max-width: 48rem) {
	.ListOfServisesBlockItemList {
		width: 100%;
		margin: auto;
	}
}

.ListOfServisesBlockItemList ul {
	list-style-position: inside;
	-moz-column-count: 2;
	/* Firefox */
	-webkit-column-count: 2;
	/* Safari and Chrome */
	column-count: 2;
	color: #6b6b75;
	margin: auto;
	font-size: 0.9375rem;
}

@media (max-width: 48rem) {
	.ListOfServisesBlockItemList ul {
		padding: unset;
		margin-top: 0.875rem;
		-moz-column-count: 2;
		/* Firefox */
		-webkit-column-count: 2;
		/* Safari and Chrome */
		column-count: 2;
	}
	.ListOfServisesBlockItemList ul li {
		margin: 0.3125rem;
	}
}

@media (max-width: 31.25rem) {
	.ListOfServisesBlockItemList ul {
		-moz-column-count: unset;
		/* Firefox */
		-webkit-column-count: unset;
		/* Safari and Chrome */
		column-count: unset;
	}
}

.contactBlockWithImg {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	position: relative;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 64rem) {
	.contactBlockWithImg {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}

.contactBlockWithImg::before {
	content: '';
	background: linear-gradient(0deg, rgba(25, 27, 33, 0.85), rgba(25, 27, 33, 0.85));
	z-index: 1;
}

.contactBlockWithImg img.contactBlockWithImgShow {
	object-fit: cover;
	position: absolute;
	width: 48.5%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 64rem) {
	.contactBlockWithImg img.contactBlockWithImgShow {
		display: none;
	}
}

.contactBlockWithImg .container {
	position: relative;
}

@media (max-width: 90rem) {
	.contactBlockWithImg .container {
		padding: 0 1.375rem;
	}
}

@media (max-width: 64rem) {
	.contactBlockWithImg .container {
		padding: 0;
	}
}

.contactBlockWithImgBlock {
	display: flex;
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlock {
		flex-direction: column;
	}
}

.contactBlockWithImgBlockContent {
	width: 50.8771929825%;
	padding-right: 5.75rem;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (min-width: 64rem) {
	.contactBlockWithImgBlockContent {
		background-image: unset !important;
	}
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockContent {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 80px 20px;
	}
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockContent {
		width: 100%;
	}
}

.contactBlockWithImgBlockContentBg {
	display: none;
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockContentBg {
		z-index: -1;
		position: absolute;
		padding: 80px 20px;
		display: block;
		width: 100%;
		height: 100%;
	}
}

.contactBlockWithImgBlockContent .title2 {
	font-weight: 700;
	font-size: 2.25rem;
	line-height: 125%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
}

.contactBlockWithImgBlockContent .contactBlockWithImgBlockContentBtn {
	color: #fff;
}

.contactBlockWithImgBlockContentBtn {
	font-weight: 700;
	font-size: 1rem;
	line-height: 19px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: unset;
	text-align: left;
}

.contactBlockWithImgBlockContentBtn:after {
	width: 26px;
	height: 26px;
	padding-left: 10px;
	content: url("/wp-content/themes/master-template/img/arrowTopRightWhite.svg");
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockContentBtn {
		text-decoration: unset;
	}
}

.contactBlockWithImgBlockContentText {
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 150%;
	letter-spacing: -0.005em;
	color: #FFFFFF;
	text-align: left;
}

.contactBlockWithImgBlockForm {
	position: relative;
	width: 49.1228070175%;
	overflow: hidden;
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockForm {
		padding: 60px 20px;
		width: unset;
	}
}

.contactBlockWithImgBlockForm input {
	padding: 60px 10px;
	max-height: 68px;
	height: 100%;
	height: 68px;
}

.contactBlockWithImgBlockForm .inputRow3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3.4375rem;
	align-items: flex-end;
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockForm .inputRow3 {
		grid-template-columns: unset;
		display: block;
	}
}

.contactBlockWithImgBlockForm .inputRow3 input[type="submit"] {
	padding: 25px 20px;
	max-width: 180px;
	line-height: unset;
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockForm .inputRow3 input[type="submit"] {
		margin-top: 40px;
		max-width: unset;
		width: 100%;
	}
}

.contactBlockWithImgBlockForm .inputRow3 label {
	margin-top: 25px;
	text-align: left;
	margin-bottom: unset;
}

.contactBlockWithImgBlockForm .inputRow {
	display: inline-flex;
	justify-content: space-between;
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockForm .inputRow {
		display: block;
	}
}

.contactBlockWithImgBlockForm .inputRow label {
	max-width: 49%;
}

@media (max-width: 64rem) {
	.contactBlockWithImgBlockForm .inputRow label {
		max-width: unset;
	}
}

.contactBlockWithImgBlockForm label {
	display: block;
	margin-bottom: 1.25rem;
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 187%;
}

.contactBlockWithImgBlockForm label input {
	width: 100%;
	margin-top: 0.625rem;
	border-radius: 0px;
	background: #ffffff;
	border: 2px solid rgba(154, 154, 154, 0.19);
	padding: 0.719rem 1.5rem;
	font-size: 0.9375rem;
	line-height: 187%;
}

.contactBlockWithImgBlockForm label input::placeholder {
	color: #9A9B9C;
}

.contactBlockWithImgBlockForm button {
	margin-top: 10px;
	width: 100%;
	border-radius: 0px;
}

.textImgBlock {
	display: flex;
}

@media (max-width: 64rem) {
	.textImgBlock {
		flex-direction: column !important;
	}
}

.textImgBlock.right {
	flex-direction: row-reverse;
}

.textImgBlock.right .textImgBlockContent {
	padding-right: 0;
	padding-left: 5.75rem;
}

@media (max-width: 75rem) {
	.textImgBlock.right .textImgBlockContent {
		padding-left: 1.875rem;
	}
}

@media (max-width: 64rem) {
	.textImgBlock.right .textImgBlockContent {
		padding: 0;
	}
}

.textImgBlockContent {
	width: 50.8771929825%;
	padding-right: 5.75rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 75rem) {
	.textImgBlockContent {
		padding-right: 1.875rem;
	}
}

@media (max-width: 64rem) {
	.textImgBlockContent {
		width: 100%;
		padding: 0;
		margin-bottom: 1.875rem;
		display: block;
	}
}

.textImgBlockContent .title2 {
	margin-bottom: 1.5625rem;
}

@media (max-width: 64rem) {
	.textImgBlockContent .title2 {
		margin-bottom: 0.3125rem;
		line-height: 193%;
	}
}

.textImgBlockContentText {
	letter-spacing: -0.005em;
}

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

.textImgBlockContentText p:last-child {
	margin-bottom: 0;
}

.textImgBlockContentText ul {
	margin-left: 0;
	padding-left: 20px;
}

.textImgBlockContentText ul li {
	padding-left: 10px;
}

.textImgBlockContentText ul li::marker {
	content: url("/wp-content/themes/master-template/img/listIcon.svg");
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.textImgBlockContent .btn {
	margin-top: 2.8125rem;
	margin-right: auto;
}

@media (max-width: 64rem) {
	.textImgBlockContent .btn {
		margin-top: 1.5625rem;
	}
}

.textImgBlockImg {
	position: relative;
	width: 49.1228070175%;
	overflow: hidden;
	padding-top: 43.75%;
	min-height: 100%;
}

@media (max-width: 64rem) {
	.textImgBlockImg {
		width: 100%;
		padding-top: 89.554%;
	}
}

.textImgBlockImg img {
	object-fit: cover;
}

.faqLight .title2 {
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #1E1E24;
	margin-top: 0.9375rem;
}

.faqLightLine {
	width: 60px;
	height: 2px;
	text-align: center;
	margin: 20px auto;
	background: #87AD86;
}

.faqLightSubtitle {
	text-align: center;
	font-size: 0.875rem;
	line-height: 0.875rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.faqLightText {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.005em;
	color: #5C5D64;
}

.faqLightBlock {
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 3rem;
	grid-column-gap: 3rem;
	margin-top: 3.75rem;
}

@media (max-width: 64rem) {
	.faqLightBlock {
		display: block;
	}
}

.faqLightBlockItem {
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	position: relative;
	border: 1px solid #C4C8D5;
}

.faqLightBlockItem.active:after {
	transform: rotate(180deg);
}

.faqLightBlockItem:nth-child(5n - 2) {
	grid-row: 1/3;
	grid-column: 2/2;
}

@media (max-width: 64rem) {
	.faqLightBlockItem {
		cursor: pointer;
		margin-bottom: 1.25rem;
		padding-right: 3rem;
	}
	.faqLightBlockItem:after {
		transition: all .5s;
		position: absolute;
		top: 1.625rem;
		right: 1.5rem;
		content: url("/wp-content/themes/master-template/img/arrowDown.svg");
	}
}

.faqLightBlockItemTitle {
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #1E1E24;
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

@media (max-width: 64rem) {
	.faqLightBlockItemTitle {
		font-weight: 500;
		font-size: 1.125rem;
		line-height: 130%;
	}
}

.faqLightBlockItemText {
	line-height: 160%;
	color: #5C5D64;
	font-weight: 400;
	font-size: 1rem;
}

@media (max-width: 64rem) {
	.faqLightBlockItemText {
		display: none;
		font-weight: 400;
		margin-top: 0.75rem;
		font-size: 0.875rem;
		line-height: 145%;
	}
}

.faqBlockItem {
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
	border-bottom: 1px solid #DDEAE0;
}

@media (max-width: 64rem) {
	.faqBlockItem {
		padding-bottom: 1.5rem;
		margin-bottom: 1.5rem;
	}
}

.faqBlockItem:last-child {
	margin-bottom: 0;
}

.faqBlockItemQ {
	cursor: pointer;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 130%;
	letter-spacing: -0.015em;
	position: relative;
	padding-right: 1.25rem;
}

@media (max-width: 64rem) {
	.faqBlockItemQ {
		font-weight: 600;
		font-size: 1rem;
		line-height: 138%;
		letter-spacing: -0.02em;
	}
}

.faqBlockItemOpen {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0.3125rem;
	width: 1.25rem;
	height: 1.25rem;
}

.faqBlockItemOpen.active span:nth-of-type(1) {
	transform: rotate(0deg);
}

.faqBlockItemOpen span {
	display: block;
	width: 100%;
	height: 0.125rem;
	position: absolute;
	left: 0;
	bottom: 0.625rem;
}

.faqBlockItemOpen span:nth-of-type(1) {
	transform: rotate(90deg);
}

.faqBlockItemA {
	display: none;
	margin-top: 1.25rem;
	max-width: 32.5rem;
	letter-spacing: -0.005em;
}

@media (max-width: 64rem) {
	.faqBlockItemA {
		max-width: 100%;
		margin-top: 1.5rem;
	}
}

.darkForm.bgBlack .colorLight {
	color: #D1D1D1;
}

.darkForm.lightColor {
	background-color: #fff;
}

.darkForm.lightColor .darkFormMapWrapSingle a {
	color: #5C5D64;
}

.darkForm.lightColor .darkFormMap .darkFormContentText {
	color: #5C5D64;
}

.darkForm.lightColor .darkFormMap .darkContactTitle {
	color: #1E1E24;
}

.darkForm.lightColor .darkFormContent .colorLight {
	color: #5C5D64;
}

.darkForm.lightColor .darkFormContent .title2 {
	color: #1E1E24;
}

.darkForm.lightColor .darkFormContent input[type="submit"]:hover {
	color: #de3a3a;
}

.darkForm.lightColor .darkFormContent input[type="text"], .darkForm.lightColor .darkFormContent input[type="mail"], .darkForm.lightColor .darkFormContent textarea {
	color: #5C5D64;
	background: rgba(95, 93, 93, 0.05);
}

.darkForm.lightColor .darkFormContent input[type="text"]:focus, .darkForm.lightColor .darkFormContent input[type="mail"]:focus, .darkForm.lightColor .darkFormContent textarea:focus {
	color: #5C5D64;
}

.darkForm.lightColor .darkFormContent input[type="text"]::placeholder, .darkForm.lightColor .darkFormContent input[type="mail"]::placeholder, .darkForm.lightColor .darkFormContent textarea::placeholder {
	color: #5C5D64;
}

.darkForm.lightColor .darkFormContent input[type="text"]::-webkit-input-placeholder, .darkForm.lightColor .darkFormContent input[type="mail"]::-webkit-input-placeholder, .darkForm.lightColor .darkFormContent textarea::-webkit-input-placeholder {
	color: #5C5D64;
}

.darkForm.lightColor .darkFormContent input[type="text"]::-moz-placeholder, .darkForm.lightColor .darkFormContent input[type="mail"]::-moz-placeholder, .darkForm.lightColor .darkFormContent textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #5C5D64;
}

.darkForm.lightColor .darkFormContent input[type="text"]:-ms-input-placeholder, .darkForm.lightColor .darkFormContent input[type="mail"]:-ms-input-placeholder, .darkForm.lightColor .darkFormContent textarea:-ms-input-placeholder {
	color: #5C5D64;
}

.darkForm.lightColor .darkFormContent input[type="text"]:-moz-placeholder, .darkForm.lightColor .darkFormContent input[type="mail"]:-moz-placeholder, .darkForm.lightColor .darkFormContent textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #5C5D64;
}

.darkForm.lightColorMapWrapSingle div.colorLight {
	color: #5C5D64;
}

.darkForm .container {
	display: grid;
	grid-template-columns: 40.3684211% 59.6315789%;
}

@media (max-width: 64rem) {
	.darkForm .container {
		display: block;
	}
}

.darkFormContent .title2 {
	text-align: left;
	font-weight: 700;
	font-size: 48px;
	line-height: 125%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0.9375rem;
}

@media (max-width: 64rem) {
	.darkFormContent .title2 {
		font-size: 1.5rem;
	}
}

.darkFormContentSubtitle {
	text-align: left;
	font-size: 0.875rem;
	line-height: 0.875rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
}

@media (max-width: 64rem) {
	.darkFormContentSubtitle {
		font-size: 0.75rem;
	}
}

.darkFormContentText {
	font-size: 1rem;
	line-height: 150%;
	text-align: left;
	letter-spacing: -0.005em;
	color: #D1D1D1;
}

@media (max-width: 64rem) {
	.darkFormContentText {
		font-size: 0.875rem;
	}
}

.darkFormContent input[type='text'] {
	max-height: 68px;
}

.darkFormContent input[type='text'], .darkFormContent textarea {
	width: 100%;
	padding: 18px 24px;
	background: rgba(242, 242, 242, 0.05);
	font-weight: 500;
	font-size: 1rem;
	line-height: 150%;
	letter-spacing: -0.005em;
	color: #D1D1D1;
	margin-bottom: 25px;
	border: unset;
	margin-bottom: 1.5625rem;
}

@media (max-width: 64rem) {
	.darkFormContent input[type='text'], .darkFormContent textarea {
		font-size: 0.875rem;
	}
}

.darkFormContent input[type='text']:focus, .darkFormContent textarea:focus {
	color: #FFFFFF;
}

.darkFormContent input[type='text']::placeholder, .darkFormContent textarea::placeholder {
	color: #FFFFFF;
}

.darkFormContent input[type='text']::-webkit-input-placeholder, .darkFormContent textarea::-webkit-input-placeholder {
	color: #FFFFFF;
}

.darkFormContent input[type='text']::-moz-placeholder, .darkFormContent textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFFFFF;
}

.darkFormContent input[type='text']:-ms-input-placeholder, .darkFormContent textarea:-ms-input-placeholder {
	color: #FFFFFF;
}

.darkFormContent input[type='text']:-moz-placeholder, .darkFormContent textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #FFFFFF;
}

.darkFormContent input[type="submit"] {
	padding: 25px 20px;
	width: 100%;
	line-height: unset;
}

@media (max-width: 64rem) {
	.darkFormContent input[type="submit"] {
		margin-top: 40px;
		max-width: unset;
	}
}

@media (max-width: 64rem) {
	.darkFormContent input[type="submit"] {
		margin-top: 0rem;
	}
}

.darkFormMap {
	padding-left: 7.5rem;
}

.darkFormMapWrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 2.1875rem;
}

@media (max-width: 64rem) {
	.darkFormMapWrap {
		display: block;
	}
}

.darkFormMapWrapSingle .colorLight {
	max-width: 180px;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 0.9375rem;
	padding-top: 0.5rem;
	line-height: 150%;
	letter-spacing: 0.01em;
}

@media (max-width: 64rem) {
	.darkFormMapWrapSingle .colorLight {
		font-size: 0.875rem;
	}
}

.darkFormMapWrapSingleImg {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-bottom: 2rem;
}

.darkFormMapWrapSingle .darkContactTitle {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: -0.015em;
	color: #D1D1D1;
	margin-bottom: 0.625rem;
}

.darkFormMapWrapSingle a {
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: -0.015em;
	color: #D1D1D1;
	text-decoration: unset;
}

.darkFormMapWrapSingle .darkContactTitle {
	font-style: normal;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 22px;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: #FFFFFF;
}

@media (max-width: 64rem) {
	.darkFormMapWrapSingle .darkContactTitle {
		font-size: 1rem;
	}
}

@media (max-width: 64rem) {
	.darkFormMapWrapSingle {
		display: flex;
		flex-direction: row;
	}
}

@media (max-width: 64rem) {
	.darkFormMap {
		padding-left: unset;
	}
	.darkFormMap .darkFormMob {
		padding-left: 30px;
		margin-bottom: 30px;
	}
}

@media (max-width: 64rem) {
	display: none;
}

@media (max-width: 90rem) {
	padding: 0 1.375rem;
}

.contactInfoBlock {
	display: flex;
}

@media (max-width: 64rem) {
	.contactInfoBlock {
		flex-direction: column !important;
	}
}

.contactInfoBlock.right {
	flex-direction: row-reverse;
}

.contactInfoBlock.right .contactInfoBlockContent {
	padding-right: 0;
	padding-left: 5.75rem;
}

@media (max-width: 75rem) {
	.contactInfoBlock.right .contactInfoBlockContent {
		padding-left: 1.875rem;
	}
}

@media (max-width: 64rem) {
	.contactInfoBlock.right .contactInfoBlockContent {
		padding: 0;
	}
}

.contactInfoBlockContent {
	width: 40.8771929825%;
	padding-right: 4.625rem;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 75rem) {
	.contactInfoBlockContent {
		padding-right: 1.875rem;
	}
}

@media (max-width: 64rem) {
	.contactInfoBlockContent {
		width: 100%;
		padding: 0;
		margin-bottom: 1.875rem;
		display: block;
	}
}

.contactInfoBlockContentLine {
	width: 60px;
	height: 2px;
	text-align: left;
	margin: 20px 0;
	background: #87AD86;
}

.contactInfoBlockContentSingle {
	margin-bottom: 1.125rem;
	display: flex;
	align-items: flex-start;
}

.contactInfoBlockContentSingle:first-child {
	font-weight: 600;
	font-size: 1rem;
	line-height: 170%;
}

.contactInfoBlockContentSingle img {
	margin-right: 0.625rem;
	padding-top: 0.125rem;
}

.contactInfoBlockContentSingle a {
	text-decoration: unset;
	font-weight: 500;
	font-size: 0.875rem;
	line-height: 150%;
	letter-spacing: -0.015em;
}

.contactInfoBlockContent .title2 {
	font-size: 2.375rem;
	text-transform: uppercase;
}

@media (max-width: 64rem) {
	.contactInfoBlockContent .title2 {
		margin-bottom: 0.3125rem;
		line-height: 193%;
		font-size: 1.5rem;
	}
}

.contactInfoBlockContentText {
	letter-spacing: -0.005em;
	font-style: normal;
	font-weight: 700;
	font-size: 1.5625rem;
	margin-bottom: 1.25rem;
	line-height: 155%;
}

@media (max-width: 64rem) {
	.contactInfoBlockContentText {
		font-size: 1.25rem;
	}
}

.contactInfoBlockImg {
	position: relative;
	width: 59.1228070175%;
	overflow: hidden;
	padding-top: 43.75%;
	min-height: 100%;
}

@media (max-width: 64rem) {
	.contactInfoBlockImg {
		width: 100%;
		padding-top: 89.554%;
	}
}

.contactInfoBlockImg img {
	object-fit: cover;
}

.contactInfoBlock .contactInfoBlockImg.mob {
	display: none;
}

@media (max-width: 64rem) {
	.contactInfoBlock .contactInfoBlockImg.mob {
		display: block;
	}
}

.contactInfoBlock .contactInfoBlockImg.desc {
	display: block;
}

@media (max-width: 64rem) {
	.contactInfoBlock .contactInfoBlockImg.desc {
		display: none;
	}
}

.roomList .title2, .roomList .subtitle {
	text-align: center;
	margin: auto;
}

.roomListLine {
	width: 60px;
	height: 2px;
	text-align: center;
	margin: 20px auto;
	background: #87AD86;
}

.roomListText {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.005em;
	color: #5C5D64;
	max-width: 27.625rem;
	margin: auto;
	margin-bottom: 3.75rem;
}

.roomList .title2 {
	text-transform: uppercase;
	margin-bottom: 0;
}

@media (max-width: 64rem) {
	.roomList .title2 {
		line-height: 193%;
		margin-bottom: 0.875rem;
	}
}

.roomListBlock .slick-dots {
	padding-left: unset;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

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

.roomListBlock .slick-dots li {
	width: 25px;
	margin-top: 3.125rem;
}

.roomListBlock .slick-dots li::marker {
	content: url("/wp-content/themes/master-template/img/dotsOff.svg");
}

.roomListBlock .slick-dots li.slick-active::marker {
	content: url("/wp-content/themes/master-template/img/dotsOnn.svg");
}

.roomListBlockTerms {
	display: flex;
	justify-content: center;
	margin-bottom: 3.75rem;
}

.roomListBlockTermsSingle {
	cursor: pointer;
	width: fit-content;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #1E1E24;
	padding: 18px 25px;
}

.roomListBlockTermsSingle.active {
	border-radius: 100px;
	color: #FFFFFF;
}

.roomListBlockItem {
	text-decoration: none;
	text-align: center;
	display: flex;
}

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

@media (max-width: 64rem) {
	.roomListBlockItem.slick-slider {
		display: block;
	}
}

.roomListBlockItem.slick-slider .slick-arrow {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 2.5rem;
}

.roomListBlockItem.slick-slider .slick-arrow img {
	width: 100%;
}

.roomListBlockItem .slick-track {
	min-width: 100%;
	justify-content: center;
	display: flex;
}

.roomListBlockItemWrap {
	width: 50%;
	min-width: 300px;
	min-height: inherit;
	height: inherit;
	margin-right: 1.125rem;
	margin-left: 1.125rem;
	padding-bottom: 1.25rem;
}

@media (max-width: 86rem) {
	.roomListBlockItemWrap {
		width: 100%;
		margin-right: 0.625rem;
		margin-left: 0.625rem;
	}
}

@media (max-width: 768px) {
	.roomListBlockItemWrap {
		width: 100%;
		margin-right: 0rem;
		margin-left: 0rem;
	}
}

.roomListBlockItemWrapContent {
	display: flex;
	flex-direction: column;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	padding-right: 1.875rem;
	padding-left: 1.875rem;
	border: 1px solid #0001;
	border-top: none;
	max-height: 71%;
}

.roomListBlockItemWrapContentLink {
	display: flex;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-decoration: unset;
}

.roomListBlockItemWrapContentLink img {
	margin-left: 9px;
}

.roomListBlockItemWrapContentTitle {
	font-weight: 700;
	font-size: 1.25rem;
	min-height: 3.25rem;
	line-height: 130%;
	letter-spacing: -0.015em;
}

@media (max-width: 83rem) {
	.roomListBlockItemWrapContentTitle {
		font-size: 1rem;
		line-height: 1.125rem;
		letter-spacing: -0.02em;
		margin-bottom: 0.625rem;
	}
}

.roomListBlockItemWrapContentPrice {
	font-weight: 500;
	font-weight: bolder;
	font-size: 14px;
	min-height: 56px;
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	line-height: 1.75rem;
	color: #1E1E24;
}

.roomListBlockItemWrapContentPrice b {
	color: #1E1E24;
	font-weight: bolder;
	font-size: 1.625rem;
}

.roomListBlockItemWrapContentInfo {
	min-height: 150px;
	letter-spacing: -0.005em;
	font-weight: 400;
	font-size: 0.875rem;
	margin-bottom: 1.5625rem;
}

@media (max-width: 83rem) {
	.roomListBlockItemWrapContentInfo {
		margin-bottom: 0.75rem;
	}
}

.roomListBlockItemWrapImg {
	width: 100%;
}

.roomListBlockItemWrapImg img {
	height: 100%;
	width: auto;
}

/* CSS SIMPLE FORM */
section.SimpleForm {
	margin: 150px 0px;
}

section.SimpleForm .container .subtitle, section.SimpleForm .container .title2, section.SimpleForm .container .subtext {
	text-align: center;
}

section.SimpleForm .container .subtext {
	width: 100%;
	max-width: 650px;
	margin: 20px auto;
	margin-bottom: 60px;
}

section.SimpleForm .container .SimpleForm_form {
	display: flex;
	border: 2px solid #0000001f;
	box-shadow: 10px 10px 60px #0000001c;
	font-family: 'Poppins';
}

section.SimpleForm .container .SimpleForm_form_column {
	width: 50%;
}

section.SimpleForm .container .SimpleForm_form_column.left {
	margin: 60px 30px 60px 60px;
}

section.SimpleForm .container .SimpleForm_form_column.left .your-acceptance {
	display: flex;
}

@media (max-width: 48rem) {
	section.SimpleForm .container .SimpleForm_form_column.left .your-acceptance {
		display: none;
	}
}

section.SimpleForm .container .SimpleForm_form_column.right {
	margin: 60px 60px 60px 30px;
}

section.SimpleForm .container .SimpleForm_form_column.right .your-acceptance {
	display: none;
}

@media (max-width: 48rem) {
	section.SimpleForm .container .SimpleForm_form_column.right .your-acceptance {
		display: flex;
	}
}

section.SimpleForm .container .SimpleForm_form_column.right > p {
	margin-bottom: 15px;
}

section.SimpleForm .container .SimpleForm_form_column .menu-drop-down {
	height: 65px;
	padding: 20px;
	appearance: none;
	background: url(img/arrowDownBlack.svg) no-repeat right;
	background-position-x: calc(100% - 20px);
	margin-top: 12px;
}

@media (max-width: 48rem) {
	section.SimpleForm .container .SimpleForm_form_column .menu-drop-down {
		font-size: 14px;
	}
}

section.SimpleForm .container .SimpleForm_form_column label {
	font-size: 13px;
	font-weight: 500;
	color: #222227;
}

section.SimpleForm .container .SimpleForm_form_column .radio-andere {
	margin-top: 12px;
}

section.SimpleForm .container .SimpleForm_form_column .radio-andere .radio > span {
	margin: inherit;
	margin-right: 1em;
}

section.SimpleForm .container .SimpleForm_form_column .radio-andere label {
	display: flex;
	align-items: center;
}

section.SimpleForm .container .SimpleForm_form_column .radio-andere input[type='radio'] {
	margin-right: 10px;
}

section.SimpleForm .container .SimpleForm_form_column .radio-andere input[type='radio'],
section.SimpleForm .container .SimpleForm_form_column .radio-andere label {
	cursor: pointer;
}

section.SimpleForm .container .SimpleForm_form_column .radio-andere input[type='radio'] {
	position: relative;
	height: 15px;
	width: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

section.SimpleForm .container .SimpleForm_form_column .radio-andere input[type='radio']::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border: 1px solid #a4a4a4;
}

section.SimpleForm .container .SimpleForm_form_column .radio-andere input[type='radio']:checked::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #222227;
	transform: translate(-50%, -50%);
	visibility: visible;
}

section.SimpleForm .container .SimpleForm_form_column .text {
	height: 65px;
	padding: 20px;
	margin-top: 12px;
}

@media (max-width: 48rem) {
	section.SimpleForm .container .SimpleForm_form_column .text {
		font-size: 14px;
	}
}

section.SimpleForm .container .SimpleForm_form_column .date {
	height: 65px;
	margin-top: 12px;
	padding: 20px;
}

@media (max-width: 48rem) {
	section.SimpleForm .container .SimpleForm_form_column .date {
		font-size: 14px;
	}
}

section.SimpleForm .container .SimpleForm_form_column .textarea {
	margin-top: 12px;
}

@media (max-width: 48rem) {
	section.SimpleForm .container .SimpleForm_form_column .textarea {
		font-size: 14px;
	}
}

section.SimpleForm .container .SimpleForm_form_column p {
	margin-top: 0em;
	margin-bottom: 2em;
}

section.SimpleForm .container .SimpleForm_form_column p > br {
	display: none;
}

section.SimpleForm .container .SimpleForm_form_column .textarea[name='textarea-dates'] {
	height: 160px;
	padding: 20px;
}

section.SimpleForm .container .SimpleForm_form_column .textarea[name='textarea-comments'] {
	height: 200px;
	padding: 20px;
}

section.SimpleForm .container .SimpleForm_form_column input.btn {
	width: 100%;
}

section.SimpleForm .container .SimpleForm_form_column .your-acceptance .optional > span {
	margin: 0 1em 0 0;
}

section.SimpleForm .container .SimpleForm_form_column .your-acceptance label {
	display: flex;
}

section.SimpleForm .container .SimpleForm_form_column .your-acceptance label input[type='checkbox'] {
	margin-right: 15px;
	height: 15px;
}

@media (max-width: 48rem) {
	section.SimpleForm .container.SimpleFormContact {
		padding: 0;
	}
	section.SimpleForm .container.SimpleFormContact .SimpleForm_form {
		flex-direction: column;
		padding: 0 1.25rem;
		padding-top: 4rem;
	}
	section.SimpleForm .container.SimpleFormContact .SimpleForm_form_column.left, section.SimpleForm .container.SimpleFormContact .SimpleForm_form_column.right {
		width: 100%;
		margin: auto;
	}
}

.bigRoomList .title2, .bigRoomList .subtitle {
	text-align: center;
	margin: auto;
}

.bigRoomListLine {
	width: 60px;
	height: 2px;
	text-align: center;
	margin: 20px auto;
}

.bigRoomListText {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.005em;
	color: #5C5D64;
	max-width: 27.625rem;
	margin: auto;
	margin-bottom: 3.75rem;
}

.bigRoomList .title2 {
	text-transform: uppercase;
	margin-bottom: 0;
}

@media (max-width: 64rem) {
	.bigRoomList .title2 {
		line-height: 193%;
		margin-bottom: 0.875rem;
	}
}

.bigRoomListBlockTerms {
	display: flex;
	justify-content: center;
	margin-bottom: 3.75rem;
}

.bigRoomListBlockTermsSingle {
	cursor: pointer;
	width: fit-content;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 21px;
	display: flex;
	align-items: center;
	color: #1E1E24;
	padding: 18px 25px;
}

@media (max-width: 64rem) {
	.bigRoomListBlockTermsSingle {
		padding: 14px 20px;
		font-size: 0.875rem;
	}
}

.bigRoomListBlockTermsSingle.active {
	border-radius: 100px;
	color: #FFFFFF;
}

.bigRoomListBlockItem {
	text-decoration: none;
}

.bigRoomListBlockItem .bigRoomListBlockItemWrap.active {
	display: grid;
}

@media (max-width: 64rem) {
	.bigRoomListBlockItem .bigRoomListBlockItemWrap.active {
		display: flex;
		flex-direction: column;
	}
}

.bigRoomListBlockItem .bigRoomListBlockItemWrap.active:nth-child(2n) .bigRoomListBlockItemWrapContent {
	order: 2;
}

@media (max-width: 64rem) {
	.bigRoomListBlockItem .bigRoomListBlockItemWrap .bigRoomListBlockItemWrapContent {
		order: 2;
	}
}

.bigRoomListBlockItemWrap {
	display: none;
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 3rem;
	grid-column-gap: 3rem;
	margin-top: 3.75rem;
	width: 100%;
	margin-right: 1.125rem;
	margin-left: 1.125rem;
	padding-bottom: 1.25rem;
}

@media (max-width: 86rem) {
	.bigRoomListBlockItemWrap {
		margin-right: 0.625rem;
		margin-left: 0.625rem;
	}
}

.bigRoomListBlockItemWrapContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 1.875rem;
}

.bigRoomListBlockItemWrapContentLink {
	display: flex;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-decoration: unset;
}

.bigRoomListBlockItemWrapContentLink img {
	margin-left: 9px;
}

.bigRoomListBlockItemWrapContentTitle {
	font-weight: 700;
	line-height: 125%;
	letter-spacing: -0.015em;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size: 2.625rem;
	margin-bottom: 1.25rem;
}

@media (max-width: 83rem) {
	.bigRoomListBlockItemWrapContentTitle {
		font-size: 1.5rem;
		line-height: 1.125rem;
		letter-spacing: -0.02em;
		margin-bottom: 0.625rem;
	}
}

.bigRoomListBlockItemWrapContentLine {
	width: 60px;
	height: 2px;
	text-align: left;
	margin: 20px 0;
}

.bigRoomListBlockItemWrapContentList ul {
	margin-left: 0;
	padding-left: 20px;
}

.bigRoomListBlockItemWrapContentList ul li {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 1rem;
}

@media (max-width: 64rem) {
	.bigRoomListBlockItemWrapContentList ul li {
		font-size: 0.875rem;
	}
}

.bigRoomListBlockItemWrapContentList ul li::marker {
	content: url(/wp-content/themes/master-template/img/listIcon.svg);
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

@media (max-width: 64rem) {
	.bigRoomListBlockItemWrapContentList ul li::marker {
		padding-top: 0.25rem;
	}
}

.bigRoomListBlockItemWrapContentInfo {
	letter-spacing: -0.005em;
	font-weight: 400;
	min-height: 4.125rem;
	font-size: 0.875rem;
	margin-bottom: 1.5625rem;
}

@media (max-width: 83rem) {
	.bigRoomListBlockItemWrapContentInfo {
		margin-bottom: 0.75rem;
	}
}

.bigRoomListBlockItemWrapContentPrice {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	margin-bottom: 1.5625rem;
}

.bigRoomListBlockItemWrapContentPrice b {
	font-weight: 600;
	font-size: 26px;
	line-height: 28px;
	color: #1E1E24;
}

.bigRoomListBlockItemWrapImg {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

.bigRoomListBlockItemWrapImg img {
	height: 100%;
	width: auto;
}

@media (max-width: 64rem) {
	.bigGallery .mobContainer {
		padding: 0 1.25rem;
		width: 100%;
	}
}

.bigGalleryBlockItemElem {
	max-width: 998px;
}

.bigGallery .bigGalleryBlockItemElem {
	max-width: 100%;
	margin: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.bigGallery .bigGalleryBlockItemElem img {
	margin: auto;
	height: 100%;
}

@media (max-width: 64rem) {
	.bigGallery .bigGalleryBlockItemElem {
		max-height: 400px;
	}
}

.bigGallery .slick-slide:not(.slick-active) {
	transform: scale(0.9);
}

@media (max-width: 64rem) {
	.bigGallery .slick-slide:not(.slick-active) {
		transform: scale(1);
	}
}

.bigGallery .slick-dots {
	padding-left: unset;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

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

.bigGallery .slick-dots li {
	width: 25px;
	margin-top: 3.125rem;
}

.bigGallery .slick-dots li::marker {
	content: url("/wp-content/themes/master-template/img/dotsOff.svg");
}

.bigGallery .slick-dots li.slick-active::marker {
	content: url("/wp-content/themes/master-template/img/dotsOnn.svg");
}

.infoGalleryBlock {
	margin-right: 1.125rem;
	margin-left: 1.125rem;
	padding-bottom: 1.25rem;
	display: flex;
}

@media (max-width: 64rem) {
	.infoGalleryBlock {
		margin-right: 0;
		margin-left: 0;
		flex-direction: column;
		padding-bottom: 0;
	}
}

.infoGalleryBlockContent {
	width: 50.8771929825%;
	padding-right: 5.75rem;
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
}

@media (max-width: 64rem) {
	.infoGalleryBlockContent {
		width: 100%;
		padding-right: unset;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.infoGalleryBlockContentPrice {
	font-style: normal;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.75rem;
}

.infoGalleryBlockContentPrice strong {
	font-weight: 600;
	font-size: 1.625rem;
	color: #1E1E24;
}

.infoGalleryBlockContentLine {
	width: 60px;
	height: 2px;
	margin: 20px 0;
}

.infoGalleryBlockGallery {
	width: 49.1228070175%;
	overflow: hidden;
}

@media (max-width: 64rem) {
	.infoGalleryBlockGallery {
		width: 100%;
	}
}

.infoGalleryBlock .slick-dots {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

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

.infoGalleryBlock .slick-dots li {
	width: 25px;
	margin-top: 3.125rem;
}

.infoGalleryBlock .slick-dots li::marker {
	content: url("/wp-content/themes/master-template/img/dotsOff.svg");
}

.infoGalleryBlock .slick-dots li.slick-active::marker {
	content: url("/wp-content/themes/master-template/img/dotsOnn.svg");
}

.infoGallery .infoGalleryBlockContentText ul li {
	padding-left: 10px;
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.75rem;
	color: #1E1E24;
}

.infoGallery .infoGalleryBlockContentText ul {
	margin-left: 0;
	padding-left: 20px;
}

.infoGallery .infoGalleryBlockContentText ul li::marker {
	content: url(/wp-content/themes/master-template/img/listIcon.svg);
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.twoSliders .container > .title2 {
	text-transform: uppercase;
}

.twoSliders .subtitle, .twoSliders .title2 {
	text-align: center;
	line-height: 24px;
}

.twoSliders .slider-btn-right {
	position: absolute;
	top: unset;
	bottom: 0;
	background: #FFFFFF;
	border: 1.5px solid #487447;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0;
}

@media (max-width: 64rem) {
	.twoSliders .slider-btn-right {
		left: unset;
		right: 0;
	}
}

.twoSliders .slider-btn-left {
	left: 0;
}

.twoSliders .slider-btn {
	bottom: -14px;
	background: #FFFFFF;
	border: 1.5px solid #487447;
	position: absolute;
	top: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
}

.twoSliders .slider-btn:hover {
	background-color: #487447;
}

.twoSliders .slider-btn:hover path {
	fill: #FFFFFF;
}

.twoSliders .slick-dots {
	padding-left: unset;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

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

.twoSliders .slick-dots li {
	width: 25px;
	margin-top: 1.5625rem;
	cursor: pointer;
}

.twoSliders .slick-dots li:hover::marker {
	content: url("/wp-content/themes/master-template/img/dotsHover.svg");
}

.twoSliders .slick-dots li::marker {
	content: url("/wp-content/themes/master-template/img/dotsOff.svg");
}

.twoSliders .slick-dots li.slick-active {
	display: list-item !important;
}

.twoSliders .slick-dots li.slick-active::marker {
	content: url("/wp-content/themes/master-template/img/dotsOnn.svg");
}

.twoSlidersColumns {
	display: flex;
}

@media (max-width: 64rem) {
	.twoSlidersColumns {
		flex-direction: column;
	}
}

.twoSlidersColumnsSingle {
	overflow: hidden;
	margin-top: 20px;
}

.twoSlidersColumnsSingle .subtitle, .twoSlidersColumnsSingle .title2 {
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	letter-spacing: -0.005em;
	color: #5C5D64;
	max-width: 27.625rem;
	margin: auto;
	margin-bottom: 2.75rem;
}

@media (max-width: 64rem) {
	.twoSlidersColumnsSingle .subtitle, .twoSlidersColumnsSingle .title2 {
		height: unset;
		font-size: 20px;
	}
}

.twoSlidersColumnsSingle:first-child {
	width: 50.8771929825%;
	padding-right: 3rem;
}

@media (max-width: 64rem) {
	.twoSlidersColumnsSingle:first-child {
		padding-right: 0;
		width: 100%;
	}
}

.twoSlidersColumnsSingle:last-child {
	padding-left: 3em;
	width: 49.1228070175%;
}

@media (max-width: 64rem) {
	.twoSlidersColumnsSingle:last-child {
		padding-left: 0;
		width: 100%;
	}
}

.twoSlidersColumnsSingleSliderItemImg {
	max-height: 465px;
}

.history .title2 {
	margin-bottom: 3.75rem;
}

@media (max-width: 64rem) {
	.history .title2 {
		line-height: 193%;
		margin-bottom: 0.875rem;
		text-align: center;
	}
}

@media (max-width: 64rem) {
	.history .subtitle {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}

.history.grid .title2, .history.grid .subtitle {
	text-align: center;
}

.history.grid .historyBlock {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.3125rem;
}

@media (max-width: 75rem) {
	.history.grid .historyBlock {
		grid-gap: 1.25rem;
	}
}

@media (max-width: 48rem) {
	.history.grid .historyBlock {
		grid-template-columns: 100%;
	}
}

.history.grid .historyBlockItemWrap {
	width: 100%;
}

.history.slider .slick-arrow {
	width: 4.125rem;
	height: 2.75rem;
	justify-content: center;
	font-size: 0px;
	border: 1px solid #EDEEEF;
	top: -5rem;
	left: auto;
	right: calc((100vw - 71.25rem)/2);
	border-radius: 0px;
}

@media (max-width: 90rem) {
	.history.slider .slick-arrow {
		right: 9.375rem;
	}
}

@media (max-width: 64rem) {
	.history.slider .slick-arrow {
		top: auto;
		bottom: 0;
		right: calc(50% - 20px);
	}
}

.history.slider .slick-arrow:focus {
	outline: none;
}

.history.slider .slick-arrow:hover {
	background: #B38876;
	border: none;
}

.history.slider .slick-arrow.slick-next:hover:before {
	content: url("/wp-content/uploads/2022/04/Arrow-1-Stroke.svg") !important;
}

.history.slider .slick-arrow.slick-prev:hover:before {
	content: url("/wp-content/uploads/2022/04/Arrow-1-Stroke-1.svg") !important;
}

.history.slider .slick-arrow.slick-next {
	transform: translate(-20px, 0px);
}

@media (max-width: 64rem) {
	.history.slider .slick-arrow.slick-next {
		transform: translate(70px, 0px);
	}
}

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

.history.slider .slick-arrow.slick-prev {
	transform: translate(-91px, 0px);
}

@media (max-width: 64rem) {
	.history.slider .slick-arrow.slick-prev {
		transform: translate(-70px, 0px);
	}
}

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

@media (max-width: 90rem) {
	.history.slider .container {
		padding-right: 0;
	}
}

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

.history.slider .historyBlock {
	margin-right: calc(((100vw - 71.25rem)/2)*-1);
}

@media (max-width: 90rem) {
	.history.slider .historyBlock {
		margin-right: 0;
	}
}

@media (max-width: 64rem) {
	.history.slider .historyBlock {
		padding-bottom: 4.625rem;
	}
}

.history.slider .historyBlockItemWrap {
	margin-right: 1.875rem;
}

@media (max-width: 64rem) {
	.history.slider .historyBlockItemWrap {
		margin-right: 0.625rem;
	}
}

.historyBlock a, .historyBlock a:focus, .historyBlock a:visited {
	color: #fff;
}

.historyBlockItem {
	width: 100%;
	padding-top: 126.762%;
	position: relative;
	overflow: hidden;
	display: block;
	color: #ffffff !important;
}

.historyBlockItem:hover, .historyBlockItem:focus, .historyBlockItem:active, .historyBlockItem:visited {
	color: #ffffff !important;
}

@media (max-width: 64rem) {
	.historyBlockItem {
		padding-top: 106.454%;
	}
}

.historyBlockItem img.size-service {
	object-fit: cover;
}

.historyBlockItemWrap {
	width: 23.2638889vw;
}

.historyBlockItem::before {
	content: '';
	background: linear-gradient(180deg, rgba(39, 39, 49, 0) 0%, rgba(39, 39, 49, 0.72) 70.69%, rgba(39, 39, 49, 0.95) 100%);
	z-index: 1;
}

.historyBlockItemContent {
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2.5rem 3rem;
}

@media (max-width: 75rem) {
	.historyBlockItemContent {
		padding: 1.875rem;
	}
}

.historyBlockItemContentTitle {
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 1.25rem;
	line-height: 130%;
	letter-spacing: -0.015em;
}

@media (max-width: 75rem) {
	.historyBlockItemContentTitle {
		font-size: 1.25rem;
		line-height: 1.5rem;
		letter-spacing: -0.02em;
		margin-bottom: 0.3125rem;
	}
}

.historyBlockItemContentInfo {
	letter-spacing: -0.005em;
	margin-bottom: 1.5625rem;
}

@media (max-width: 75rem) {
	.historyBlockItemContentInfo {
		margin-bottom: 1.25rem;
	}
}

.historyBlockItemContentLink {
	margin-right: auto;
}

.title-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.historyBlockItemContentLink svg {
	margin-left: 4px;
}

.historyBlockItemContentInfo {
	font-weight: 400;
}

.historyBlockItemContent::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, rgba(25, 25, 25, 0.72) 70.69%, rgba(23, 23, 23, 0.95) 100%);
	display: block;
	opacity: 0.5;
	z-index: 2;
}

.historyBlockItemContentTitle {
	z-index: 3;
}

.historyBlockItemContentInfo {
	z-index: 3;
}

.historyBlockItemContentLink {
	z-index: 3;
}

.historyBlockItemWrap span {
	font-size: 32px;
	font-weight: 600;
	color: #282934;
	white-space: nowrap;
	display: block;
	margin-bottom: 18px;
}

.historyBlockItemWrap p {
	font-size: 14px;
	font-weight: 400;
	color: #686C77;
	margin: 0;
}

.historyCircle {
	width: 5px;
	height: 5px;
	background: #B38876;
	margin-bottom: 20px;
	border-radius: 50%;
}

.historyBlock::after {
	content: '';
	position: absolute;
	top: 68px;
	left: 0;
	display: block;
	height: 1px;
	width: 100%;
	background: #B38876;
}

ul.custom_paging {
	display: table;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	right: 10px;
	top: 90px;
}

ul.custom_paging li {
	display: none;
}

@media (max-width: 64rem) {
	li.slick-active {
		display: block !important;
	}
}

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

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