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 {
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
} */

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');


h1 {
	font-size: 40px !important;
	font-family: "Baskervville", serif;
}

h2 {
	font-size: 34px !important;
	font-family: "Baskervville", serif;
}

h3 {
	font-size: 27px !important;
	font-family: "Baskervville", serif;
}

h4 {
	font-size: 18px !important;
	font-family: "Baskervville", serif;
}

h5 {
	font-size: 14px !important;
	font-family: "Baskervville", serif;
}

.mt50 {
	margin-top: 50px !important
}

.mt30 {
	margin-top: 30px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.post-thumbnail img {
	width: 100%;
	min-width: 100% !important;
	border-radius: 14px !important
}

.intl-tel-input {
	display: block !important;
}

.wpml-ls-link {
	white-space: nowrap;
	margin-right: 15px;
}

.wpml-ls-link {
	padding: 10px 2px !important;
	position: relative !important;
}

.wpml-ls-link::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
	left: 0;
}

.wpml-ls-link:hover:after {
	width: 100%;
	background-color: #000;
}

.wpml-ls-link span {
	color: #000;
	font-weight: 500;
}

form input[type=tel],
form input[type=email],
form input[type=text] {
	max-width: 100%;
	width: 100%;
	height: 50px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #333;
	background-color: transparent;
	margin: 10px 0;
	box-sizing: border-box;
	padding: 0 5px;
	outline: none;
	color: #000;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	-webkit-appearance: none;
	transition: 0.3s;
}

form input[type=tel]::placeholder,
form input[type=email]::placeholder,
form input[type=text]::placeholder {
	color: #333;
}

form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=text]:focus {
	border-color: #333;

}

form input[type=tel]:focus::placeholder,
form input[type=email]:focus::placeholder,
form input[type=text]:focus::placeholder {
	color: #333;
}

input[type="submit"].wpcf7-submit,
.button {
	width: 100%;
	max-width: 280px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0;
	padding: 0;
	font-size: 17px;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
	border: none;
	font-family: "Open Sans", sans-serif;
	-webkit-appearance: none;
	box-shadow: 5px 10px 35px rgba(139, 165, 146, 0);
	border-radius: 8px;
	text-decoration: none;
}

button.openPopup{background-color: #0752B5;
    color: #fff; min-width: 200px; max-width: 280px; padding: 0; margin: 0; min-height: 48px}

button.openPopup:hover{background-color: #061232!important;	transition: 0.3s;}

.button.grey {
	background-color: #D9D9D9 !important;
	color: #000 !important;
}

.button.grey:hover {
	color: #fff !important;
	background-color: #a8a8a8 !important;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.215);
}

input[type="submit"].wpcf7-submit {
	margin: 0 auto;
}

/* HEADER */

.header {
	/* position: relative; */
}

.header .logo-wrap {
	width: 200px;
	max-width: 200px;
}

.header .logo-wrap .custom-logo-link {
	display: flex;
	width: 100%;
	max-width: 250px;
}

.header .logo-wrap .custom-logo-link img {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: 0.3s;
}

.header .button {
	height: 48px !important;
	max-width: 200px;
	margin: 0;
}

/* HEADER MENU */

.header .header-menu {
	margin: 0;
}

.header .header-menu li {
	position: relative;
	list-style: none;
}

.header .header-menu li span {
	display: none;
}

.header .header-menu>li {
	padding: 0 10px;
}

.header .header-menu>li>a {
	padding: 12px 0;
	position: relative;
}

.header .header-menu>li>a::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: 0.3s;
	left: 0;
}

.header .header-menu li.current-menu-item>a::after,
.header .header-menu>li>a:hover::after {
	width: 100%;
	background-color: #000;
}

.header .header-menu li a {
	color: #000;
	transition: 0.3s;
	display: block;
	font-weight: 300;
	text-decoration: none;
}

.header .header-menu li:hover {
	background-color: rgba(255, 255, 255, 0.15);
}

.header .header-menu li.current-menu-item>a {
	font-weight: 700;
}

.header .header-menu li.menu-item-has-children {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 20px !important;
}

.header .header-menu li.menu-item-has-children>span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 10px;
	height: 10px;
	right: 5px;
}

.header .header-menu li.menu-item-has-children>span i {
	color: #000;
	font-size: 10px;
	transition: 0.3s;
}

.header .header-menu li.menu-item-has-children>span svg {
	width: 12px;
	transition: 0.3s;
}

.header .header-menu li.menu-item-has-children>span.active svg,
.header .header-menu li.menu-item-has-children>span.active i {
	transform: rotate(-180deg);
}

.header .header-menu li.menu-item-has-children:hover>span svg,
.header .header-menu li.menu-item-has-children:hover>span i {
	transform: rotate(-180deg);
}

.header .header-menu>li {
	position: relative;
}

.header .header-menu>li>.sub-menu {
	position: absolute;
	top: 60px;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
	left: 0;
	background-color: #fff;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	display: flex;
	flex-direction: column;
	z-index: 99;
	margin: 0;
}

.header .header-menu>li>.sub-menu li {
	order: 2;
	font-weight: 400;
}

.header .header-menu>li>.sub-menu li a {
	white-space: nowrap;
	display: block;
	width: 100%;
	padding: 10px 15px;
}

.header .header-menu>li>.sub-menu li a:hover {
	background-color: #D9D9D9;
}

.header .header-menu>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 50px;
}

.header .header-menu>li .sub-menu>li.current-menu-item a {
	background-color: #ccc;
}

/* TOGGLE MENU */
.cmn-toggle-switch {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 0;
	margin-left: auto;
	padding: 0;
	width: 50px;
	min-width: 50px;
	height: 50px;
	font-size: 0;
	background-color: #fff;
	/* 	top: 0; */
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border-radius: 8px;
	border: none;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 9999;
	align-items: center;
}

.cmn-toggle-switch:focus {
	outline: none;
}

.cmn-toggle-switch span {
	display: block;
	position: absolute;
	left: 15%;
	right: 15%;
	height: 2px;
	background-color: #600243;
	-webkit-transition: background 0s 0.3s;
	transition: background 0s 0.3s;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #600243;
	content: "";
	-webkit-transition-duration: 0.3s, 0.3s;
	transition-duration: 0.3s, 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
}

.cmn-toggle-switch span::before {
	top: -10px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, transform;
}

.cmn-toggle-switch span::after {
	bottom: -10px;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
}

.cmn-toggle-switch.active {
	background-color: #fff;
}

.cmn-toggle-switch.active span {
	background: 0 0;
}

.cmn-toggle-switch.active span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.cmn-toggle-switch.active span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
}

.mobile-nav {
	display: none;
}

/* MOBILE MENU */
@media only screen and (max-width: 767px) {
	.header .contact-row {
		display: none !important;
	}
}

@media only screen and (max-width: 980px) {
	.cmn-toggle-switch {
		display: flex;
	}

	.header .header-menu {
		display: none !important;
	}

	.mobile-nav {
		display: block;
		position: fixed;
		top: 0;
		left: -100%;
		padding: 50px 30px 30px;
		height: 100%;
		width: 100%;
		color: #fff;
		background-color: #262626;
		z-index: 9998;
		-webkit-transition: left 0.5s;
		-moz-transition: left 0.5s;
		-o-transition: top 0.5s;
		transition: 0.5s;
		overflow-y: auto;
	}

	.mobile-nav .mobile-logo img {
		width: 100px;
	}

	.mobile-nav .wpml-ls-link span {
		color: #fff;
	}

	.mobile-nav .mobile-menu {
		padding: 0;
		margin: 20px 0 0;
	}


	.mobile-nav .mobile-menu li {
		position: relative;
		list-style: none;
		padding: 3px 0;
	}

	.mobile-nav .mobile-menu li.menu-item-has-children {
		padding: 3px 0 10px;
	}

	.mobile-nav .mobile-menu li a {
		color: #fff;
		font-weight: 300;
		padding: 2px 0;
		width: auto;
		font-size: 18px;
		text-decoration: none;
	}

	.mobile-nav .mobile-menu>li>a {
		font-size: 20px !important;
		font-weight: 700 !important;
	}

	.mobile-nav .mobile-menu .sub-menu {
		padding-left: 15px;
		margin-left: 20px;
		border-left: 1px solid rgba(255, 255, 255, 0.25);
	}

	.move {
		overflow: hidden;
	}

	.move .mobile-nav {
		left: 0;
	}
}
.language-switcher .language-link {
    margin-left: 10px; 
    margin-right: 10px;
    color: #fff; 
    text-decoration: none; 
}


/* BLOG TILES */

.blog-items .blog-item {
	margin-bottom: 50px;
}

.blog-items .blog-item .blog-img {
	border-radius: 14px;
	overflow: hidden;
	display: block;
}

.blog-items .blog-item .blog-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 4/3;
}

.blog-items .blog-item .blog-title {
	font-size: 18px;
	display: block;
	font-weight: 500;
	margin: 10px 0;
	color: #333;
	text-decoration: none;
}

.blog-items .blog-item .blog-description {
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.blog-items .blog-item .blog-description p {
	font-weight: 100;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 980px) {

	.blog-content-wrap {
		flex-direction: column-reverse;
	}

	.blog-image {
		margin-bottom: 30px;
	}

	.blog-image img {
		width: 100%; 

	}
}

.greyitems{padding:20px; background-color:#eee; border-radius:14px}
.br14 {border-radius:14px}


/* CONTACT FORM */

.contact_block {
	padding: 75px 0;
	background-image: url(img/footer_bg.webp);
	background-size: cover;
}

.contact_block form {
	max-width: 800px;
	margin: 0 auto;
}

.contact_block form button {
	margin: 30px auto 0;
}




/* FOOTER */

.footer {
	padding: 75px 0 40px;
}

.footer .footer_logo {
	margin-bottom: 30px;
	max-width: 320px;
}

.footer .social_links {
	width: 100%;
	max-width: 200px;
}

.footer .social_links a {
	display: block;
}

.footer .social_links a svg,
.footer .social_links a i {
	font-size: 25px;
	color: #000;
}

.footer .payment_methods svg,
.footer .payment_methods i {
	font-size: 25px;
	color: #000;
	margin-left: 15px;
}

.footer .nav_menu ul {
	padding: 0;
	margin: 0;
}

.footer .nav_menu ul li {
	list-style: none;
}

.footer .nav_menu ul li a {
	display: block;
	color: #5e5e5e;
	text-decoration: none;
	font-size: 16px;
	font-weight: 100;
	transition: 0.6s;
	padding-bottom: 5px;
}

.footer .nav_menu ul li a:hover {
	font-weight: 400;
	text-decoration: underline;
}

.footer .nav_menu.footer_menu ul li a {
	font-size: 22px;
	font-family: "Baskervville", serif;
	color: #000;
}

.footer .policy {
	text-align: end;
}

.footer .policy a {
	color: #000;
}

.footer p, .lgreytext {
	color: #5e5e5e;
	font-size: 16px;
	font-weight: 100;
}

@media only screen and (max-width: 980px) {
	.footer .nav_menu ul li {
		margin-bottom: 5px;
	}

	.footer .nav_menu.service_menu ul {
		padding-left: 15px;
	}

	.footer .social_links {
		max-width: 300px;
		margin: 20px auto 50px;
	}

	.footer .payment_methods {
		justify-content: center !important;
	}

	.footer .payment_methods i {
		margin: 0 15px;
	}

	.footer .policy {
		text-align: center;
	}
}

.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10000;
}

.nonebox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	color: #333;
	max-width: 420px;
	height: auto;
	z-index: 99999;
	text-align: center;
	border-radius: 5px;
	background-color: #fff;
	padding: 25px;
	font-family: "Roboto", sans-serif;
	box-sizing: border-box;
	display: none;
}

.nonebox .button {
	margin: 30px auto 0 !important;
}

.nonebox form p {
	padding: 0 !important;
	margin: 0 !important;
}

.nonebox .box-close {
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
}

.nonebox .box-close .icon {
	width: inherit;
	height: inherit;
}

#readMoreContent {
    transition: height 0.3s ease;
}

.custom-flex-container {
    display: flex;
    justify-content:flex-start;
}


.aboutsection{color:#3a4966; background-color: #d2e2fc; background:url(img/bgg3.jpg) left top no-repeat; background-size: cover}
.aboutsection span {
    margin: 0 0 8px 0;
    padding: 8px 15px 8px 26px;
    color: #2e2e2e;
    border-radius: 6px;
    background-color: rgba(50, 50, 50, 0.1);
    display: inline-block;
    position: relative; 
    transition: background-color 0.6s ease;
    clear: both;
}


.aboutsection span:hover {
    background-color: rgba(50, 50, 50, 0.3);
}

.aboutsection span::before {
content: '\2022'; 
    color: #2e2e2e; 
    font-size: 40px; 
    position: absolute;
    left: 5px; 
    top: 40%;
    transform: translateY(-50%);
}

.aboutul {
    columns: 2; 
    column-gap: 20px; 
    list-style: none; 
    padding: 0;
    margin: 0;
}

.aboutul li {
    margin-bottom: 25px; /* Збільшений відступ між пунктами */
    position: relative; /* Для позиціювання галочки */
    padding-left: 25px; /* Відступ для маркера */
}

.aboutul li::before {
    content: '\2714';
    position: absolute;
    left: 0;
    color: transparent;
    font-size: 14px;
    text-shadow: 0 0 0 #f8f1e6; /* Форсування кольору */
}

/* Адаптація для мобільних пристроїв */
@media (max-width: 768px) {
    .aboutul {
        columns: 1;
    }
}

.rimg, .rimg img{border-radius: 12px;}

.who-content {
  padding: 0 30px;
}

.who{
background-color: #d2e2fc; color:#3a4966; 
}

.who-number {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  padding-left: 30px;
  color: #e1e1e1;
}

.who-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px 8px 0;
}

.who-description {
  font-size: 15px;
  color: #555555;
  margin: 0;
  padding-top: 8px;
  border-top: 1px solid #d9d9d9;
}



.process-section, .spezsection {
  background-color: #404d7b;
}
.process-section h2, .process-section small {color:#d3e3fc}
.process-step {
  background-color: #d3e3fc;
  border: 1px solid #404d7b;
  border-radius: 14px;
  height: 150%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.process-step:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.icon-container {
  font-size: 4rem;
  color: #007bff;
}

.swiper-pagination {
  position: relative!important;
  margin-top: 20px!important;
}

.process-step p {
  min-height: 100px;
  text-align: left;
}
.slheader{font-weight:bold;font-size:22px }
.swiper-slide {
  opacity: 0.35; 
  transition: opacity 0.3s ease; 
}

.swiper-slide-active {
  opacity: 1; 
}

.swiper-slide-prev, 
.swiper-slide-next {
  opacity: 0.85;
}



.breadcrumbs {
  font-size: 14px;
  color: #6c757d;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:not(:last-child)::after {
content: '\2192'; /* Юнікод для стрілки вправо */
  margin: 0 5px;
  color: #6c757d;
}

.breadcrumbs a {
  text-decoration: none;
  color: #007bff;
  transition: color 0.3s ease;
}

.breadcrumbs a:hover {
  color: #0056b3;
}

.breadcrumbs span {
  color: #212529;
}







.hero-section {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    align-items: flex-end; 
    justify-content: flex-start;
    padding: 0 4% 20px; 
    box-sizing: border-box;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35vh; 
    background: linear-gradient(
        to top, 
        rgba(7, 82, 181, 0.7) 0%, 
        rgba(7, 82, 181, 0) 100% 
    );
    z-index: 2;
}


.hero-content {
    position: relative;
    z-index: 3;
    color: #FFFFFF; 
    text-align: left;
    max-width: 600px;
}

.hero-content h1 {
    margin: 0;
    font-size: 5rem; 
    font-family: "Baskervville", serif;
    line-height: 1.2;
}

.hero-content p {
    margin-top: 10px;
    font-size: 1.125rem; 
    line-height: 1.6;
    font-weight: 100;
}


.guarantee-block {
  margin-bottom: 2rem;
  width: 70%;
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: all 1.5s ease-out;
}


.guarantee-block-1 {
  left: 0;
}
.guarantee-block-2 {
  left: 3rem;
}
.guarantee-block-3 {
  left: 6rem;
}


.visible {
  opacity: 1;
  transform: translateY(0);
}


.animate-left {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1.5s ease-out;
}
.animate-right {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease-out;
}
.animate-left.visible,
.animate-right.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 992px) {
  .guarantee-block {
    width: 100%;
    left: 0;
  }
}


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}
.popup-form-container {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  position: relative;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  z-index:50;
}


.blog-pagination .page-numbers {
  margin: 0 5px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
}
.blog-pagination .page-numbers.current {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
.blog-pagination .page-numbers:hover {
  background-color: #f2f2f2;
  color:#333;
}
