@charset "UTF-8";
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../assets/fonts/Gilroy-Regular.woff2") format("woff2"), url("../assets/fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("../assets/fonts/Gilroy-Light.woff2") format("woff2"), url("../assets/fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Light.woff2") format("woff2"), url("../assets/fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../assets/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
:root {
  --clr-01: #262626;
  --clr-02: #ffffff;
  --clr-03: #1E4150;
  --clr-04: #0B6E98;
  --clr-05: #EBE9E8;
  --clr-06: #AE9B8B;
  --clr-07: #DDD2C8;
  --clr-08: #d9d9d9;
  --clr-09: #808080;
  --clr-10: #b6b6b6;
  --clr-11: #7f7f7f;
  --bg-clr: var(--clr-05);
  --containerPadding: 40px;
}
@media (max-width: 47.99875em) {
  :root {
    --containerPadding: 32px;
  }
}

body {
  --container-width:1280px;
}
@media (max-width: 79.99875em) {
  body {
    --container-width: 960px;
  }
}
@media (max-width: 61.99875em) {
  body {
    --container-width: 720px;
  }
}
@media (max-width: 47.99875em) {
  body {
    --container-width:540px;
  }
}
@media (max-width: 29.99875em) {
  body {
    --container-width:100%;
  }
}

.clr-1 {
  color: var(--clr-01);
}

.bg-clr-1 {
  background-color: var(--clr-01);
}

.clr-2 {
  color: var(--clr-02);
}

.bg-clr-2 {
  background-color: var(--clr-02);
}

.clr-3 {
  color: var(--clr-03);
}

.bg-clr-3 {
  background-color: var(--clr-03);
}

.clr-4 {
  color: var(--clr-04);
}

.bg-clr-4 {
  background-color: var(--clr-04);
}

.clr-5 {
  color: var(--clr-05);
}

.bg-clr-5 {
  background-color: var(--clr-05);
}

.clr-6 {
  color: var(--clr-06);
}

.bg-clr-6 {
  background-color: var(--clr-06);
}

.clr-7 {
  color: var(--clr-07);
}

.bg-clr-7 {
  background-color: var(--clr-07);
}

.clr-8 {
  color: var(--clr-08);
}

.bg-clr-8 {
  background-color: var(--clr-08);
}

.clr-9 {
  color: var(--clr-09);
}

.bg-clr-9 {
  background-color: var(--clr-09);
}

.clr-10 {
  color: var(--clr-10);
}

.bg-clr-10 {
  background-color: var(--clr-10);
}

.clr-11 {
  color: var(--clr-11);
}

.bg-clr-11 {
  background-color: var(--clr-11);
}

/* 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%;
  height: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  min-height: 100%;
}

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

/* 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 {
  transition: color 0.3s, background-color 0.3s;
  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: 700;
}

/**
 * 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
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-weight: 400;
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;*/
  font-size: 1rem;
  line-height: 1.38;
}

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

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

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: var(--clr-03);
}

a:visited {
  /*color: #800080;*/
}

a:hover {
  color: var(--clr-04);
  text-decoration: none;
}

a:focus,
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: 1px solid transparent;
  cursor: pointer;
}

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: 1px solid transparent;
}

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 {
  border-radius: 0;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #808080;
  background: transparent;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: var(--clr-01);
}

textarea {
  border: 1px solid #808080;
  padding: 10px 8px;
}
textarea::placeholder {
  color: #808080;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel] {
  width: 100%;
}

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: #000;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu a {
  color: var(--clr-01);
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-family);
  font-size: 14px;
  letter-spacing: 0.05em;
}
.menu a:hover {
  color: var(--clr-01);
  text-decoration: underline;
}
.menu-toggle, .menu-close {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  padding: 0;
  gap: 6px;
  position: relative;
}
@media (max-width: 79.99875em) {
  .menu-toggle, .menu-close {
    display: flex;
  }
}
.menu-toggle:hover span, .menu-close:hover span {
  background-color: var(--clr-04);
}
.menu-toggle span, .menu-close span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--clr-03);
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.menu-close span {
  background-color: var(--clr-02);
  margin-top: -1px;
}
.menu-close span:first-child {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
}
.menu-close span:last-child {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
}
.menu-close:hover span {
  background-color: var(--clr-06);
}
.menu .menu-item {
  padding: 5px 0;
}
.menu > .menu-item-has-children > .sub-menu {
  top: 0;
  left: 0;
}
.menu > .menu-item-has-children:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.menu .menu-item-has-children {
  position: relative;
  cursor: pointer;
  z-index: 0;
}
.menu .sub-menu {
  list-style: none;
  padding: 5px 0;
  margin: 0;
  position: absolute;
  min-width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background-color: var(--clr-02);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  z-index: -1;
  height: 0;
}
.menu .sub-menu > li a {
  display: block;
  padding: 5px 15px;
}
@media (max-width: 79.99875em) {
  .menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    height: auto;
    box-shadow: none;
    text-align: right;
    padding-bottom: 0;
  }
}
@media (max-width: 79.99875em) {
  .menu-main-menu-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
  }
  .menu-main-menu-container .menu-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 4px;
  }
  .menu-main-menu-container .call-phone {
    color: var(--clr-02);
  }
  .menu-main-menu-container .call-phone:hover {
    color: var(--clr-06);
  }
}
.menu-main {
  display: flex;
  gap: 20px;
}
@media (max-width: 79.99875em) {
  .menu-main {
    flex-direction: column;
    align-items: end;
    gap: 20px;
    width: 100%;
    max-height: calc(100vh - 240px);
    overflow: auto;
    margin-right: -15px;
    padding-right: 15px;
  }
  .menu-main a {
    color: var(--clr-02);
    text-decoration: none;
  }
  .menu-main a:hover {
    color: var(--clr-02);
  }
}

@media (max-width: 79.99875em) {
  #site-navigation {
    position: fixed;
    width: 360px;
    z-index: 1000;
    background-color: var(--clr-03);
    padding: 30px 30px;
    height: 100vh;
    top: 0;
    left: 100%;
    transition: transform 0.5s;
  }
}
@media (max-width: 47.99875em) {
  #site-navigation {
    width: 240px;
    padding: 30px 20px;
  }
}

@media (max-width: 79.99875em) {
  body.menu-open #site-navigation {
    transform: translateX(calc(-100% + 1px));
  }
}

.animate {
  opacity: 0;
  transition: opacity 0.3s ease-in, transform 0.3s ease-in;
}
@media (max-width: 79.99875em) {
  .animate {
    opacity: 1;
    transform: unset !important;
  }
}

.animate.active {
  opacity: 1;
}

.fade-up {
  transform: translateY(40px);
}

.fade-up.active {
  transform: translateY(0);
}

.fade-left {
  transform: translateX(40px);
}

.fade-left.active {
  transform: translateX(0);
}

.fade-right {
  transform: translateX(-40px);
}

.fade-right.active {
  transform: translateX(0);
}

.zoom-in {
  transform: scale(0);
}

.zoom-in.active {
  transform: scale(1);
}

.zoom-out {
  transform: scale(1);
}

.zoom-out.active {
  transform: scale(0);
}

/*------ Buttons  ------------*/
.btn {
  --btn-color:var(--clr-02);
  --btn-bg: var(--clr-03);
  --btn-border-color: transparent;
  --btn-active-color:var(--btn-color);
  --btn-active-bg: var(--btn-bg);
  --btn-active-border-color: var(--btn-border-color);
  --btn-hover-bg:var(--clr-04);
  --btn-hover-color:var(--clr-02);
  --btn-hover-border-color: var(--btn-hover-bg);
  --btn-border-radius:0;
  --btn-font-size:16px;
  --btn-font-weight:600;
  --btn-padding-x:32px;
  --btn-padding-y:20px;
  --btn-height: 60px;
  font-family: var(--font-family);
  font-weight: var(--btn-font-weight);
  font-size: var(--btn-font-size);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-color: var(--btn-border-color);
  height: var(--btn-height);
  border-radius: var(--btn-border-radius);
  border-width: 1px;
  border-style: solid;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.btn:hover {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
}
.btn:active {
  color: var(--btn-active-color);
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border-color);
}
.btn--brdr {
  --btn-color:var(--clr-03);
  --btn-bg: transparent;
  --btn-border-color: var(--clr-03);
  --btn-hover-color:var(--clr-04);
  --btn-hover-bg:transparent;
  --btn-hover-border-color: var(--btn-hover-color);
}
.btn--brdr-white {
  --btn-color:var(--clr-02);
  --btn-bg: transparent;
  --btn-border-color: var(--clr-02);
  --btn-hover-color:var(--clr-06);
  --btn-hover-bg:transparent;
  --btn-hover-border-color: var(--clr-06);
}
.btn--upc {
  text-transform: uppercase;
}

@media (max-width: 61.99875em) {
  .btn {
    --btn-font-size:14px;
    --btn-height: 55px;
    --btn-padding-y:16px;
  }
}
.btn-form {
  font-size: 16px;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.readmore-link {
  color: var(--clr-06);
  display: flex;
  gap: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}
.readmore-link:after {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.256779 8.46967C-0.0361139 8.76256 -0.0361139 9.23744 0.256779 9.53033C0.549673 9.82322 1.02455 9.82322 1.31744 9.53033L0.256779 8.46967ZM9.53711 1C9.53711 0.585787 9.20132 0.25 8.78711 0.250001L2.03711 0.25C1.6229 0.25 1.28711 0.585786 1.28711 1C1.28711 1.41421 1.6229 1.75 2.03711 1.75H8.03711V7.75C8.03711 8.16421 8.3729 8.5 8.78711 8.5C9.20132 8.5 9.53711 8.16421 9.53711 7.75L9.53711 1ZM1.31744 9.53033L9.31744 1.53033L8.25678 0.46967L0.256779 8.46967L1.31744 9.53033Z" fill="%23AE9B8B" /></svg>');
}
.readmore-link:active, .readmore-link:focus {
  color: var(--clr-06);
}
.readmore-link:hover {
  color: var(--clr-06);
  text-decoration: underline;
}

/*------ /Buttons  ------------*/
.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
  overflow: auto;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.modal.open {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  width: 700px;
  max-width: calc(100% - 40px);
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: var(--clr-02);
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 47.99875em) {
  .modal__content {
    top: 11.5%;
    width: 350px;
  }
}
.modal__content.success {
  background-color: var(--clr-02);
}
.modal__content.success .modal__body {
  display: none;
}
.modal__content.success .modal__success {
  display: flex;
}
@media (max-width: 47.99875em) {
  .modal__content.success {
    padding-bottom: 70px;
  }
}
.modal__header {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
  margin-bottom: 15px;
}
@media (max-width: 47.99875em) {
  .modal__header {
    gap: 8px;
  }
}
.modal__close {
  box-sizing: content-box;
  width: 50px;
  height: 50px;
  color: var(--clr-06);
  background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M22 20.1379L14.8621 13L13 14.8621L20.1379 22L13 29.1379L14.8621 31L22 23.8621L29.1379 31L31 29.1379L23.8621 22L31 14.8621L29.1379 13L22 20.1379Z" fill="%23AE9B8B" /></svg>');
  background-size: cover;
  border: 0;
  opacity: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (max-width: 47.99875em) {
  .modal__close {
    width: 60px;
    height: 60px;
    margin-right: -18px;
  }
}
.modal__close:hover {
  opacity: 0.5;
}
.modal__success {
  background-color: var(--clr-02);
  display: none;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
}
.modal__success p {
  margin: 0;
  line-height: 1;
}
@media (max-width: 47.99875em) {
  .modal__success p {
    width: 200px;
    font-size: 16px;
    margin-top: 10px;
  }
}
.modal__success img {
  margin-top: 60px;
}
@media (max-width: 47.99875em) {
  .modal__success img {
    margin-top: 45px;
    width: 246px;
  }
}
.modal .screen-reader-response ul {
  margin: 0;
}

.modal__title,
.form-title {
  font-size: 39px;
  line-height: 1;
  text-align: center;
  font-size: 32px;
  margin-bottom: 0;
  text-transform: uppercase;
  flex: 1;
  padding-left: 74px;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--clr-07);
}
@media (max-width: 47.99875em) {
  .modal__title,
  .form-title {
    font-weight: 400;
    font-size: 16px;
    padding-left: 50px;
  }
}

.pi {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  font-style: normal;
}
.pi:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--clr-01);
  transition: background-color 0.3s;
}
.pi-arrow-down:after {
  mask-image: url('data:image/svg+xml,<svg width="16" height="41" viewBox="0 0 16 41" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.29289 40.7071C7.68342 41.0976 8.31658 41.0976 8.70711 40.7071L15.0711 34.3431C15.4616 33.9526 15.4616 33.3195 15.0711 32.9289C14.6805 32.5384 14.0474 32.5384 13.6569 32.9289L8 38.5858L2.34315 32.9289C1.95262 32.5384 1.31946 32.5384 0.928932 32.9289C0.538408 33.3195 0.538408 33.9526 0.928932 34.3431L7.29289 40.7071ZM7 0V40H9V0H7Z" fill="%232B2BE2" /></svg>');
}
.pi-linkedin:after {
  mask-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_238_1043)"><path d="M11.8576 10.1032C12.0406 9.95066 12.1932 9.82861 12.3382 9.69893C12.6738 9.40143 13.0323 9.15732 13.4824 9.05816C15.2445 8.692 16.7854 9.89726 16.9685 11.5068C16.9838 11.6365 16.9914 11.7738 16.9914 11.9035C16.9914 13.4749 16.9914 15.0463 16.9914 16.6177C16.9914 16.9 16.8998 16.9915 16.61 16.9915C15.9082 16.9915 15.1987 16.9915 14.4969 16.9915C14.2376 16.9915 14.1308 16.8924 14.1308 16.6254C14.1308 15.5269 14.1308 14.4208 14.1308 13.3223C14.1308 12.7579 13.7951 12.3078 13.2841 12.1781C12.5517 11.9874 11.8576 12.5214 11.8499 13.2766C11.8499 14.3827 11.8499 15.4888 11.8499 16.5949C11.8499 16.9076 11.766 16.9915 11.4533 16.9915C10.7515 16.9915 10.0497 16.9915 9.35551 16.9915C9.10377 16.9915 8.99698 16.8847 8.99698 16.633C8.99698 14.2072 8.99698 11.7814 8.99698 9.34803C8.99698 9.0963 9.10377 8.9895 9.35551 8.9895C10.0726 8.9895 10.782 8.9895 11.499 8.9895C11.7508 8.9895 11.8576 9.0963 11.8576 9.34803C11.8576 9.5845 11.8576 9.82861 11.8576 10.1032Z" fill="white" /><path d="M4.99976 12.9943C4.99976 11.7891 4.99976 10.5838 4.99976 9.37854C4.99976 9.08867 5.09129 8.9895 5.38117 8.9895C6.08297 8.9895 6.78477 8.9895 7.47894 8.9895C7.75355 8.9895 7.85272 9.08867 7.85272 9.37091C7.85272 11.7814 7.85272 14.1996 7.85272 16.6101C7.85272 16.8924 7.75355 16.9915 7.47894 16.9915C6.76951 16.9915 6.06008 16.9915 5.35066 16.9915C5.09892 16.9915 4.99976 16.8924 4.99976 16.633C4.99976 15.4201 4.99976 14.2072 4.99976 12.9943Z" fill="white" /><path d="M4.99975 6.41892C4.99975 5.63321 5.64816 4.99244 6.43386 5.00007C7.21195 5.00007 7.85272 5.64084 7.85272 6.42655C7.85272 7.21226 7.20432 7.86066 6.41861 7.86066C5.6329 7.86066 4.99213 7.21226 4.99213 6.42655L4.99975 6.41892Z" fill="white" /><path d="M15.8866 22H6.11341C2.74277 22 0 19.2572 0 15.8866V6.11341C0 2.74277 2.74277 0 6.11341 0H15.8866C19.2572 0 22 2.74277 22 6.11341V15.8866C22 19.2572 19.2572 22 15.8866 22ZM6.11341 1.65227C3.65152 1.65227 1.65227 3.65152 1.65227 6.11341V15.8866C1.65227 18.3485 3.65152 20.3477 6.11341 20.3477H15.8866C18.3485 20.3477 20.3477 18.3485 20.3477 15.8866V6.11341C20.3477 3.65152 18.3485 1.65227 15.8866 1.65227H6.11341Z" fill="white" /></g><defs><clipPath id="clip0_238_1043"><rect width="22" height="22" fill="white" /></clipPath></defs></svg>');
}
.pi-instagram:after {
  mask-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 6.49626C22 9.44533 22 12.3944 22 15.3435C21.9881 15.4201 21.9731 15.4968 21.9649 15.5734C21.9186 16.0058 21.8962 16.4426 21.8238 16.8712C21.5894 18.2509 20.9982 19.4475 19.936 20.3873C18.7842 21.4061 17.3972 21.8124 15.8968 21.9136C15.3758 21.9485 14.8548 21.9716 14.333 21.9999C12.1219 21.9999 9.91086 21.9999 7.6998 21.9999C7.56469 21.988 7.43033 21.9694 7.29521 21.9657C6.41214 21.9433 5.5313 21.9084 4.66837 21.6978C2.85444 21.2543 1.50407 20.2244 0.700866 18.5284C0.200729 17.4732 0.0499413 16.3391 0.0379977 15.1872C0.0133641 12.8193 -0.00679072 10.4507 0.00216696 8.08279C0.0066458 7.00451 0.0178429 5.92029 0.251489 4.85764C0.665036 2.97717 1.69517 1.56477 3.45983 0.729834C4.50415 0.235718 5.6261 0.0891206 6.76596 0.0623312C9.80784 -0.00985144 12.8505 -0.0448265 15.8916 0.101771C16.7777 0.144188 17.6436 0.315342 18.4565 0.682209C20.4757 1.59379 21.5364 3.21083 21.8686 5.35027C21.9276 5.72978 21.9567 6.11451 22 6.49626ZM11.0104 20.0577C11.0104 20.0465 11.0112 20.0353 11.0112 20.0234C11.5927 20.0234 12.1749 20.0405 12.7557 20.0197C14.0097 19.9751 15.2735 19.9899 16.5142 19.8344C18.2102 19.6208 19.356 18.6453 19.771 16.9627C19.9375 16.2893 19.995 15.5764 20.0069 14.8806C20.0442 12.6623 20.0532 10.4432 20.0398 8.22492C20.0345 7.33938 19.9912 6.44863 19.8808 5.57053C19.6576 3.79722 18.5528 2.59989 16.7926 2.24865C16.0387 2.09833 15.2549 2.05368 14.483 2.04252C12.4302 2.01275 10.3774 2.0068 8.3246 2.03135C7.34373 2.04326 6.35167 2.06707 5.38723 2.22186C3.73006 2.48752 2.62901 3.46756 2.25502 5.12032C2.08781 5.86001 2.04153 6.63616 2.02362 7.39743C1.98331 9.17892 1.97136 10.9619 1.99077 12.7434C2.00421 13.9653 2.0378 15.1917 2.155 16.4069C2.27219 17.6243 2.84325 18.6267 3.91518 19.2875C4.62806 19.7265 5.42903 19.9044 6.25388 19.9349C7.83939 19.9922 9.4249 20.0182 11.0104 20.0577Z" fill="white" /><path d="M11.0007 16.657C7.86326 16.6377 5.32376 14.0927 5.3469 10.9896C5.37004 7.85969 7.92447 5.33255 11.0365 5.36158C14.1829 5.3906 16.7105 7.9341 16.6761 11.0365C16.6418 14.1671 14.1075 16.6764 11.0007 16.657ZM7.34297 11.0097C7.34371 13.036 8.977 14.6657 11.0104 14.6672C13.0445 14.6687 14.6793 13.0449 14.6845 11.0164C14.6898 8.98187 13.049 7.34474 11.0067 7.34771C8.97476 7.35069 7.34297 8.98261 7.34297 11.0097Z" fill="white" /><path d="M18.2212 5.14265C18.2182 5.87787 17.6248 6.45979 16.8858 6.4531C16.1639 6.4464 15.5795 5.85257 15.5824 5.12925C15.5847 4.40445 16.1707 3.82327 16.8992 3.82178C17.6397 3.82029 18.2242 4.40371 18.2212 5.14265Z" fill="white" /></svg>');
}
.pi-youtube:after {
  mask-image: url('data:image/svg+xml,<svg width="25" height="20" viewBox="0 0 25 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 8.65074C0.0319592 8.22136 0.0528305 7.78997 0.0978342 7.36193C0.204147 6.35291 0.267414 5.33454 0.447429 4.33888C0.832895 2.20665 2.63761 0.601302 4.75279 0.39429C8.28852 0.0483789 11.8308 -0.0938586 15.3795 0.0644057C17.0525 0.139197 18.7261 0.253388 20.3932 0.417662C22.5293 0.628681 24.3046 2.43637 24.6105 4.61C24.994 7.33254 25.1114 10.0651 24.8858 12.807C24.801 13.8421 24.7149 14.8885 24.4905 15.8975C24.0405 17.9249 22.269 19.408 20.2491 19.6057C16.7297 19.9503 13.2037 20.0932 9.67124 19.9369C7.98197 19.8621 6.29205 19.7479 4.60864 19.5823C2.47195 19.3727 0.667882 17.5663 0.39525 15.3927C0.238063 14.1386 0.156535 12.8751 0.0397859 11.6157C0.031307 11.5262 0.0136968 11.4381 0 11.3493C0 10.4504 0 9.55091 0 8.65074ZM13.0987 2.00231C10.0352 2.00097 7.58346 2.13386 5.13564 2.36158C3.59573 2.50515 2.48695 3.4968 2.31345 4.98329C2.15235 6.36226 2.033 7.74991 1.97169 9.13689C1.88429 11.0962 2.04278 13.0474 2.30041 14.99C2.48629 16.389 3.51942 17.4848 4.89236 17.595C7.01602 17.7653 9.14359 17.9115 11.2718 17.979C14.1442 18.0705 17.0127 17.9089 19.874 17.6371C21.41 17.4915 22.5051 16.5199 22.6799 15.0287C22.8547 13.5342 22.9689 12.0291 23.0308 10.5259C23.1058 8.68413 22.9376 6.84907 22.7008 5.02202C22.5201 3.62702 21.4779 2.54655 20.1193 2.3983C17.5841 2.12117 15.041 2.01233 13.0987 2.00231Z" fill="white" /><path d="M8.88449 9.98764C8.88449 8.78897 8.88319 7.5903 8.88515 6.39163C8.88645 5.48746 9.65086 5.02001 10.4153 5.46342C12.4789 6.66008 14.54 7.86076 16.599 9.06543C17.3895 9.52754 17.3882 10.4491 16.5971 10.9112C14.538 12.1152 12.477 13.3159 10.414 14.5139C9.66391 14.9493 8.88775 14.4885 8.88515 13.609C8.88254 12.4017 8.88449 11.1943 8.88449 9.98764ZM14.2347 9.98764C13.0881 9.31986 11.9787 8.67345 10.8477 8.01501C10.8477 9.34857 10.8477 10.6367 10.8477 11.9629C11.9826 11.3005 13.0933 10.6528 14.2347 9.98764Z" fill="white" /></svg>');
}

.wpcf7-form {
  font-size: 16px;
}
.wpcf7-form .form-row:not(:last-child) {
  margin-bottom: 20px;
}
.wpcf7-form label span {
  display: block;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
.wpcf7-form .wpcf7-form-control {
  font-size: 16px;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
}
.wpcf7-form .wpcf7-submit {
  width: 300px;
  margin-top: 12px;
}
@media (max-width: 29.99875em) {
  .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
}
.wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 1px solid #f5422a;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none !important;
}

.form-col label > span {
  font-weight: 300;
  font-size: 14px;
  color: #000;
}

.section-form {
  max-width: 565px;
  margin: 0 auto;
  /*@media (max-width: $pcXl) {
      max-width:470px;
  }*/
}
.section-form .c-input,
.section-form .c-input::placeholder {
  font-size: 18px;
  line-height: 1;
  width: 100%;
}
.section-form .wpcf7-form-control:focus,
.section-form .wpcf7-form-control:active {
  outline: 0;
}
.section-form p {
  margin: 0;
}
.section-form .select {
  position: relative;
}
.section-form .select.has-new-select:after {
  content: none !important;
}
.section-form .select:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url('data:image/svg+xml,<svg width="17" height="11" viewBox="0 0 17 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 1.5L8.5 8.5L15 1.5" stroke="black" stroke-width="3" /></svg>') center center no-repeat;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 25px;
  z-index: 1;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.section-form .select:focus-within:after {
  transform: translateY(-50%) rotate(-180deg);
}
.section-form .wpcf7-select {
  padding-bottom: 8px;
  display: block;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.section-form .wpcf7-select option {
  font-size: 18px;
}
.section-form .wpcf7-select,
.section-form .wpcf7-text {
  width: 100%;
  text-align: left;
  border-radius: 0;
  border-bottom: 1px solid var(--clr-08);
  height: 30px;
}
.section-form .wpcf7-submit {
  margin-top: 25px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 47.99875em) {
  .section-form .wpcf7-submit {
    margin-top: 30px;
  }
}
.section-form div.wpcf7-response-output {
  font-size: 20px;
}
.section-form.section-form--inpage {
  max-width: 500px;
  margin: 0 auto 30px;
}
.section-form .wpcf7-form .wpcf7-form-control.wpcf7-not-valid {
  border-bottom: 1px solid #f5422a;
}
.section-form .wpcf7-form .wpcf7-not-valid-tip {
  color: #f5422a;
  display: none;
}

/*@media (max-width:$pcXl) {
    .section-form {
        .c-input,
        .c-input::placeholder {
            font-size: 16px;
        }

        .wpcf7-select option{
            font-size:16px;
        }

        .wpcf7-select,
        .wpcf7-text {
            font-size:16px;
            padding: 5px 15px;
            height:52px;
        }

        .wpcf7-submit {
            font-size:20px;
            padding: 15px 30px;
            height: 60px;
            margin-top:40px;
        }
    }
}*/
.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}

.select-panel {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 47.99875em) {
  .select-panel {
    margin-top: 15px;
  }
}

.selected-items {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--clr-03);
  padding: 19px 30px;
  cursor: pointer;
  /* @media (max-width:$pcXl) {
       padding: 13px 15px;
   }*/
}
.selected-items .default-text {
  font-size: 20px;
  color: var(--clr-03);
  line-height: 1.5;
  /*@media (max-width:$pcXl) {
      font-size: 16px;
  }*/
}
.selected-items .arrow {
  margin-left: auto;
  width: 22px;
  height: 22px;
  position: relative;
  margin-top: 3px;
  flex-shrink: 0;
}
@media (max-width: 47.99875em) {
  .selected-items .arrow {
    margin-top: 7px;
    width: 13px;
    height: 13px;
  }
}
.selected-items .arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="22" height="13" viewBox="0 0 22 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 1.5L11 10.5L20 1.5" stroke="black" stroke-width="3" /></svg>');
  pointer-events: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.5s;
}
.selected-items.open .arrow:after {
  transform: rotate(-180deg);
}
.selected-items.selected {
  padding-top: 10px;
  padding-bottom: 10px;
}
.selected-items.selected .arrow {
  margin-top: 10px;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid var(--clr-03);
  background-color: #fff;
  z-index: 1000;
  padding: 30px;
  margin-top: -1px;
}

.selected-items__wrap,
.dropdown .options-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
@media (max-width: 47.99875em) {
  .selected-items__wrap,
  .dropdown .options-list {
    gap: 15px 12px;
  }
}

.selected-item {
  display: inline-block;
  border: 2px solid var(--clr-03);
  font-size: 16px;
  padding: 3px 8px;
  height: 30px;
  cursor: pointer;
}

.dropdown .options-list li {
  flex: 0 0 auto;
}
.dropdown .options-list li span {
  display: inline-block;
  border: 2px solid var(--clr-03);
  font-size: 16px;
  padding: 3px 8px;
  height: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dropdown .options-list li span:hover {
  background-color: var(--clr-03);
}

.hidden {
  display: none !important;
}

.wpcf7-acceptance {
  display: block;
  margin-top: 15px;
}
@media (max-width: 47.99875em) {
  .wpcf7-acceptance {
    margin-top: 30px;
  }
}
.wpcf7-acceptance label {
  display: flex;
  align-items: start;
  gap: 15px;
  font-weight: 300;
  font-size: 12px;
  color: #000;
}
.wpcf7-acceptance label input {
  margin-top: 3px;
}

.h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0;
}

.h1 {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 64px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 48px;
  text-transform: uppercase;
}

.h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

p {
  margin: 0 0 1em;
  line-height: 1.25;
}
p:last-child {
  margin-bottom: 0;
}

@media (max-width: 79.99875em) {
  .h1 {
    font-size: 48px;
  }
  .h2 {
    font-size: 36px;
  }
  .h4 {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 47.99875em) {
  .h1 {
    font-size: 40px;
    letter-spacing: 0.09em;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 18px;
  }
  .h4 {
    font-size: 16px;
  }
}
#breadcrumbs {
  margin-top: 10px;
  font-size: 12px;
  color: var(--clr-11);
  position: relative;
  z-index: 1;
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

.page-header {
  margin: 16px 0 64px;
  padding: 20px 0 0;
}
@media (max-width: 79.99875em) {
  .page-header {
    padding: 12px 0 0;
  }
}
@media (max-width: 47.99875em) {
  .page-header {
    margin: 20px 0 32px;
    padding: 0;
  }
}
.page-header .col:nth-child(2) {
  display: none;
}
.page-header--logo .col:first-child {
  flex: 1 0 45%;
}
.page-header--logo .col:nth-child(2) {
  display: block;
}
.page-header--logo .col:nth-child(2) img {
  display: block;
}
@media (max-width: 47.99875em) {
  .page-header--logo .col:first-child {
    flex: 1 0 100%;
  }
  .page-header--logo .col:nth-chhild(2) {
    display: none;
  }
}

.row {
  margin: 0 calc(-0.5 * var(--containerPadding));
  display: flex;
}
.row > * {
  padding: 0 calc(0.5 * var(--containerPadding));
}

.row-center {
  justify-content: center;
  align-items: center;
}

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

.row-full {
  margin: 0;
}
.row-full > * {
  padding: 0;
}

.col-half-container {
  width: calc(0.5 * var(--container-width));
}
@media (max-width: 47.99875em) {
  .col-half-container {
    width: var(--container-width);
  }
}

.col-half-container--left {
  padding-left: calc(0.5 * var(--containerPadding));
}
@media (max-width: 47.99875em) {
  .col-half-container--left {
    padding: 0 calc(0.5 * var(--containerPadding));
  }
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-36 {
  margin-bottom: 36px;
}
@media (max-width: 47.99875em) {
  .mb-36 {
    margin-bottom: 24px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 47.99875em) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.pt-38 {
  padding-top: 38px;
}

.pt-42 {
  padding-top: 42px;
}

.acc .acc__item {
  display: block;
  padding: 0 12px 0 44px;
  transition: background-color 0.5s;
}
.acc .acc__item:not(:last-child) {
  margin-bottom: 20px;
}
.acc .acc__item:not(.open) {
  background-color: transparent;
}
.acc .acc__item.open {
  padding: 0 12px 22px 44px;
  background-color: var(--clr-05);
}
.acc .acc__item.open .acc__title {
  padding-top: 28px;
  margin-bottom: 20px;
}
.acc .acc__item.open .acc__icon {
  opacity: 1;
}
.acc .acc__title {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  min-height: unset;
  transition: all 0.5s;
  font-size: 16px;
}
.acc .acc__icon {
  opacity: 0;
  margin-left: auto;
}
.acc .acc__icon:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--clr-02);
  transition: opacity 0.5s;
  mask-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="2.12109" y="0.213379" width="30" height="3" transform="rotate(45 2.12109 0.213379)" fill="white" /><rect y="21.2134" width="30" height="3" transform="rotate(-45 0 21.2134)" fill="white" /></svg>');
}
.acc .acc__list {
  font-size: 14px;
  line-height: 114%;
  margin-bottom: 20px;
}
.acc .acc__list span {
  display: block;
}
.acc .acc__list span:not(:last-child) {
  margin-bottom: 10px;
}
.acc .acc__link {
  margin-top: 20px;
  opacity: 1;
}

.tabs {
  margin: 0 !important;
  padding: 0 !important;
  border-right: 2px solid var(--clr-08);
  list-style: none;
}
.tabs .tabs__item {
  text-indent: 0;
  margin: 0 !important;
}
.tabs .tabs__item:before {
  content: none;
}
.tabs .tabs__link {
  display: block;
  border: none;
  outline: none;
  background: none;
  padding: 10px 30px;
  text-align: left;
  color: var(--clr-01);
  transition: background-color 0.3s;
  line-height: 1.25;
  width: 100%;
}
.tabs .tabs__link:hover, .tabs .tabs__link.active {
  background-color: var(--clr-05);
}
.tabs__pane {
  display: none;
  transition: opacity 0.15s linear;
}
.tabs__pane.active {
  display: block;
}
.tabs__pane:not(.show) {
  opacity: 0;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.site {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 96px;
}
@supports (overflow: clip) {
  .site {
    overflow: clip;
  }
}
.site > main {
  flex: 1 1 auto;
}
.site > * {
  min-width: 0;
}
@media (max-width: 79.99875em) {
  .site {
    padding-top: 82px;
  }
}

body.sticky-header .site {
  padding-top: 74px;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/*
(i) Стилі будуть застосовані до всіх класів, 
що містять *__container
Наприклад, header__container, main__container і т.п.
Сніпет (HTML): cnt
*/
.container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 calc(0.5 * var(--containerPadding));
  /* @media (min-width:em($maxWidth)) {
        max-width: calc($maxWidthContainer / $maxWidth * 100vw);
    }
    @media (max-width: $pcXl) {
        max-width: var(--container-width);
    }
    @media (max-width: $pc) {

        max-width: var(--container-width);
    }
    @media (max-width: $tablet) {
        max-width: var(--container-width);
    }

    max-width: var(--container-width);

    @media (max-width: $mobile) {
        max-width: none;
        @if ($containerPadding > 0 and $maxWidthContainer > 0) {
            padding: 0 math.div($containerPadding, 2)+px;
        }
    }*/
}

.site {
  color: var(--clr-01);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
@media (max-width: 79.99875em) {
  .site {
    font-size: 16px;
  }
}
@media (max-width: 61.99875em) {
  .site {
    font-size: 14px;
  }
}
.site-main > p,
.site-main > h1,
.site-main > h2,
.site-main > h3,
.site-main > h4,
.site-main > h5,
.site-main > h6,
.site-main table {
  max-width: var(--container-width);
  padding-left: calc(0.5 * var(--containerPadding));
  padding-right: calc(0.5 * var(--containerPadding));
  margin-left: auto;
  margin-right: auto;
}
.site-main > p:last-child,
.site-main > h1:last-child,
.site-main > h2:last-child,
.site-main > h3:last-child,
.site-main > h4:last-child,
.site-main > h5:last-child,
.site-main > h6:last-child,
.site-main table:last-child {
  margin-bottom: 90px;
}

section {
  position: relative;
}

a {
  text-decoration: underline;
  color: inherit;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.admin-bar .site-header,
.admin-bar .header-sticky,
.admin-bar .desktop-nav.active {
  top: 32px;
}
.acc__body {
  display: none;
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  height: 0;
  padding: 0 !important;
  border: 0;
  transform: translateY(-50px);
  overflow: hidden;
  margin-bottom: 0;
}

.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
}

@media (max-width: 79.99875em) {
  .pc-d-none {
    display: none !important;
  }
}

@media (max-width: 61.99875em) {
  .tablet-d-none {
    display: none !important;
  }
}

@media (max-width: 47.99875em) {
  .mob-d-none {
    display: none !important;
  }
}

@media (max-width: 29.99875em) {
  .mobsm-d-none {
    display: none !important;
  }
}

.desk-d-none {
  display: none !important;
}

@media (max-width: 79.99875em) {
  .pc-d-block {
    display: block !important;
  }
}

@media (max-width: 79.99875em) {
  .pc-d-flex {
    display: flex !important;
  }
}

@media (max-width: 47.99875em) {
  .mob-d-block {
    display: block !important;
  }
}

@media (max-width: 29.99875em) {
  .mobsm-d-block {
    display: block !important;
  }
}

@media (max-width: 47.99875em) {
  .mob-d-flex {
    display: flex !important;
  }
}

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

.text-right {
  text-align: right;
}

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

.fw-600 {
  font-weight: 600 !important;
}

/*Slider-1slide*/
.slider-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.slider-1-slide {
  padding-bottom: 40px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.slider-1-slide .slick-slide {
  padding: 0 20px;
}
.slider-1-slide .slick-arrow {
  font-size: 0;
  width: 59px;
  height: 59px;
  top: 170px;
  transform: translateY(-50%);
  left: -104px;
}
.slider-1-slide .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--clr-07);
  mask-image: url('data:image/svg+xml,<svg width="59" height="16" viewBox="0 0 59 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M58.7071 8.70711C59.0976 8.31658 59.0976 7.68342 58.7071 7.29289L52.3431 0.928932C51.9526 0.538408 51.3195 0.538408 50.9289 0.928932C50.5384 1.31946 50.5384 1.95262 50.9289 2.34315L56.5858 8L50.9289 13.6569C50.5384 14.0474 50.5384 14.6805 50.9289 15.0711C51.3195 15.4616 51.9526 15.4616 52.3431 15.0711L58.7071 8.70711ZM0 9H58V7H0V9Z" fill="%23DDD2C8" /></svg>');
}
.slider-1-slide .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
}
.slider-1-slide .slick-arrow.slick-next {
  left: unset;
  right: -104px;
}
.slider-1-slide.slick-slider .slick-dots {
  bottom: 0;
  align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.slider-1-slide.slick-slider .slick-dots li {
  text-indent: 0;
  padding: 0;
  margin: 0;
}
.slider-1-slide.slick-slider .slick-dots li:before {
  content: none;
}
.slider-1-slide.slick-slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  border-width: 2px;
}
.slider-1-slide.slick-slider .slick-dots button {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: 0 8px;
  padding: 0;
  display: block;
  background-color: var(--clr-02) !important;
  border: 1px solid var(--clr-07);
  transition: all 0.5s;
}

@media (max-width: 79.99875em) {
  .slider-wrapper {
    max-width: 700px;
  }
  .slider-1-slide .slick-arrow {
    left: -80px;
    top: 145px;
  }
  .slider-1-slide .slick-arrow.slick-next {
    right: -80px;
  }
}
@media (max-width: 61.99875em) {
  .slider-1-slide {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .slider-1-slide .slick-slide {
    padding: 0 10px;
  }
  .slider-1-slide .slick-arrow {
    left: 10px;
    top: unset;
    bottom: 0;
  }
  .slider-1-slide .slick-arrow.slick-next {
    left: unset;
    right: 10px;
  }
}
@media (max-width: 29.99875em) {
  .slider-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .slider-1-slide.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    left: 30px;
    bottom: 20px;
  }
  .slider-1-slide.slick-slider .slick-arrow:after {
    mask-image: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7071 8.70711C31.0976 8.31658 31.0976 7.68342 30.7071 7.29289L24.3431 0.928932C23.9526 0.538408 23.3195 0.538408 22.9289 0.928932C22.5384 1.31946 22.5384 1.95262 22.9289 2.34315L28.5858 8L22.9289 13.6569C22.5384 14.0474 22.5384 14.6805 22.9289 15.0711C23.3195 15.4616 23.9526 15.4616 24.3431 15.0711L30.7071 8.70711ZM0 9H30V7H0V9Z" fill="%23DDD2C8" /></svg>');
  }
  .slider-1-slide.slick-slider .slick-arrow.slick-next {
    left: unset;
    right: 30px;
  }
}
/*-------Readmore Block---------*/
.readmore-block {
  height: auto;
  overflow: hidden;
  transition: height 0.5s ease;
}

.readmore-panel {
  margin-top: 12px;
}
.readmore-panel .btn {
  --btn-color: var(--clr-06);
  --btn-bg:transparent;
  --btn-hover-bg: var(--btn-bg);
  --btn-padding-x:0;
  --btn-padding-y:0;
  --btn-height:auto;
  --btn-hover-color:var(--clr-06);
}
.readmore-panel .btn span:last-child {
  display: none;
}
.readmore-panel .btn:hover {
  text-decoration: underline;
}
.readmore-panel .btn:after {
  display: inline-block;
  margin-left: 8px;
  content: "";
  height: 14px;
  width: 12px;
  mask-size: contain;
  mask-position: center;
  mask-repeat: no-repeat;
  transition: background-color 0.3s, transform 0.3s;
  flex-shrink: 0;
  background-color: var(--clr-06);
  mask-image: url('data:image/svg+xml,<svg width="12" height="14" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.75 1.34277C6.75 0.92856 6.41421 0.592773 6 0.592773C5.58579 0.592773 5.25 0.92856 5.25 1.34277L6.75 1.34277ZM5.46967 13.1868C5.76256 13.4797 6.23744 13.4797 6.53033 13.1868L11.3033 8.41384C11.5962 8.12095 11.5962 7.64607 11.3033 7.35318C11.0104 7.06029 10.5355 7.06029 10.2426 7.35318L6 11.5958L1.75736 7.35318C1.46447 7.06029 0.989592 7.06029 0.696699 7.35318C0.403805 7.64607 0.403805 8.12095 0.696699 8.41384L5.46967 13.1868ZM6 1.34277L5.25 1.34277L5.25 12.6565L6 12.6565L6.75 12.6565L6.75 1.34277L6 1.34277Z" fill="%23AE9B8B" /></svg>');
}
.readmore-panel .btn.active {
  margin-top: 1rem;
}
.readmore-panel .btn.active span:first-child {
  display: none;
}
.readmore-panel .btn.active span:last-child {
  display: inline-block;
}
.readmore-panel .btn.active:after {
  transform: rotate(-180deg) translateY(-1px);
}

.entry-content {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.5;
}
.entry-content p {
  line-height: 1.5;
}

.pagination {
    text-align: center;
}

/*--------------*/
.site-header {
  padding: 24px 0 12px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: var(--clr-02);
  transition: padding 0.3s;
}
.site-header .row {
  margin: 0;
  gap: 24px;
}
.site-header .row > * {
  padding: 0;
}

.main-navigation {
  margin-left: auto;
}

body.sticky-header .site-header {
  padding: 9px 0 5px;
}
body.sticky-header .custom-logo {
  height: 36px;
}
body.sticky-header .mob-d-none .btn {
  margin: -16px 0;
  transition: margin 0.3s;
}

.custom-logo-link {
  display: block;
}

.custom-logo {
  display: block;
  height: 42px;
  transition: height 0.3s;
}

/*-----lang switcher --------------*/
.wpml-ls-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 7px;
  font-size: 16px;
}
@media (max-width: 79.99875em) {
  .wpml-ls-sub-menu {
    gap: 20px;
  }
}
.wpml-ls-sub-menu a {
  text-decoration: none;
  color: var(--clr-08);
  font-weight: 500;
}
.wpml-ls-sub-menu a:hover {
  text-decoration: none;
  color: var(--clr-03);
}

.wpml-ls-current-language a {
  color: var(--clr-03);
}

/*-----/lang switcher --------------*/
.call-phone {
  font-weight: 600;
  color: var(--clr-03);
  text-decoration: none;
  display: block;
}
.call-phone:hover {
  color: var(--clr-04);
  text-decoration: none;
}
@media (max-width: 61.99875em) {
  .call-phone {
    margin-top: 2.5px;
  }
}
@media (max-width: 47.99875em) {
  .call-phone {
    font-size: 14px;
  }
}

@media (max-width: 79.99875em) {
  .site-header {
    padding: 20px 0;
  }
  .site-branding {
    margin-right: auto;
  }
  .lang-switcher {
    margin-top: 10px;
  }
  .wpml-ls-current-language a {
    color: var(--clr-06);
  }
  .wpml-ls-sub-menu a:hover {
    color: var(--clr-06);
  }
  body.sticky-header .site-header {
    padding: 22px 0;
  }
  body.sticky-header .custom-logo {
    height: 28px;
  }
}
.contacts {
  padding: 28px 0;
}
.contacts .col {
  width: 50%;
}
.contacts .col-left {
  border-right: 2px solid var(--clr-02);
}
.contacts .wpcf7 {
  margin-top: 30px;
}
.contacts .wpcf7 .form-col {
  flex: 1;
}
.contacts .wpcf7 .btn {
  width: 100%;
  max-width: 300px;
}
.contacts .wpcf7-textarea {
  height: 100px;
  display: block;
}
.contacts .col-right {
  padding-top: 22px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.contacts__address {
  display: flex;
  gap: 20px;
  align-items: center;
  width: fit-content;
  margin-left: 28px;
}
.contacts__address a {
  text-decoration: none;
}
.contacts__address a:hover {
  text-decoration: underline;
}
.contacts__icon:before {
  content: url('data:image/svg+xml,<svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.5001 0C11.7119 0 5.37573 6.33613 5.37573 14.1242C5.37573 23.7895 18.0156 37.9788 18.5538 38.5781C19.0592 39.1411 19.9418 39.1401 20.4463 38.5781C20.9845 37.9788 33.6244 23.7895 33.6244 14.1242C33.6242 6.33613 27.2882 0 19.5001 0ZM19.5001 21.2305C15.5816 21.2305 12.3938 18.0427 12.3938 14.1242C12.3938 10.2058 15.5817 7.01802 19.5001 7.01802C23.4184 7.01802 26.6062 10.2059 26.6062 14.1243C26.6062 18.0428 23.4184 21.2305 19.5001 21.2305Z" fill="%23DDD2C8" /></svg>');
}
.contacts__hours {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.contacts__hours span {
  white-space: nowrap;
}
.contacts__map {
  flex: 1;
}

@media (max-width: 61.99875em) {
  .contacts .col-left {
    width: 75%;
  }
  .contacts__address {
    margin-left: 0;
  }
}
@media (max-width: 47.99875em) {
  .contacts > .container > .row {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .contacts .col {
    width: 100%;
    border: none;
  }
  .contacts .col-right {
    gap: 12px;
  }
  .contacts__address:before {
    width: 28px;
    margin-left: -5px;
  }
  .contacts__map {
    height: 340px;
    flex: unset;
  }
}
@media (max-width: 29.99875em) {
  .contacts {
    padding-bottom: 0;
  }
  .contacts > .container > .row {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .contacts .col-right {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .contacts .wpcf7 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .wpcf7 .form-row {
    flex-wrap: wrap;
    gap: 40px;
  }
  .contacts .wpcf7 .form-col {
    width: 100%;
    flex: unset;
  }
  .contacts .wpcf7 textarea {
    font-size: 14px;
    padding: 16px;
  }
  .contacts__address {
    margin: 0 calc(0.5 * var(--containerPadding));
  }
}
.footer {
  padding: 70px 0 50px;
  background-color: #000;
  color: var(--clr-02);
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .row {
  gap: 24px;
}
.footer .col-1 {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-right: auto;
}
.footer .col-2 {
  white-space: nowrap;
}
.footer .col-4 {
  margin-left: auto;
}
.footer__logo img {
  display: block;
}
.footer__socm {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.footer__policy {
  color: var(--clr-09);
  font-size: 14px;
  display: block;
  padding: 6px 0;
  margin-top: auto;
}
@media (max-width: 61.99875em) {
  .footer__policy {
    font-size: 12px;
  }
}
.footer__policy:hover {
  color: var(--clr-08);
}
.footer__contacts {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer__phone {
  margin-right: 3px;
}
.footer__email {
  display: block;
  margin-top: 12px;
}
.footer__address {
  display: block;
  margin-top: 20px;
}
.footer__address strong {
  font-weight: 400;
}
.footer__hours {
  margin-top: 20px;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 8px;
}
.footer-menu__1 {
  white-space: nowrap;
}
.footer-menu__2 {
  font-size: 14px;
}
.footer-menu__2 li {
  text-transform: uppercase;
}
.footer-menu__2 .tt-none {
  text-transform: none;
}

@media (max-width: 79.99875em) {
  .footer .row {
    gap: 0;
  }
}
@media (max-width: 47.99875em) {
  .footer {
    padding: 36px 0 30px;
  }
  .footer__logo img {
    height: 36px;
  }
  .footer .col-1 {
    gap: 28px;
  }
  .footer__contacts {
    gap: 20px;
  }
  .footer__phone {
    margin-right: 5px;
    font-size: 20px;
  }
  .footer__socm {
    justify-content: start;
    gap: 30px;
  }
}

.page-template-page-services .contacts {
	margin-top: 60px;
}
/*--------/ End main.min.css ------------*/
.prices {
  padding-top: 0;
  padding-bottom: 88px;
}
.prices .col-left {
  width: 490px;
}
.prices .col-right {
  flex: 1;
  padding-left: 32px;
}
.prices__tabs .tabs__link {
  padding: 26px 32px 24px 60px;
  text-transform: uppercase;
  font-size: 16px;
}
.prices__tabs .tabs__link span {
  text-transform: none;
}

.price__list {
  display: block;
  padding: 28px 0;
}
.price__row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}
.price__row:not(:last-child) {
  margin-bottom: 36px;
}
.price__delimiter {
  flex: 1;
  border-bottom: 1px solid var(--clr-08);
  min-width: 40px;
}
.price__val {
  font-weight: 600;
  flex-shrink: 0;
}
.price__book {
  padding-left: 20px;
}

@media (max-width: 79.99875em) {
  .prices .col-left {
    width: 400px;
  }
  .prices .col-right {
    padding-left: 24px;
  }
  .prices__tabs .tabs__link {
    padding: 22px 20px 20px 32px;
  }
  .price__row {
    flex-wrap: wrap;
  }
  .price__book {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 61.99875em) {
  .price__delimiter {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .prices {
    padding: 0 0 60px;
  }
  .price__list {
    font-size: 14px;
    line-height: 114%;
    margin-bottom: 20px;
    margin-bottom: 0;
    padding: 16px 0 6px;
  }
  .price__row:not(:last-child) {
    margin-bottom: 30px;
  }
  .price__title {
    text-transform: uppercase;
  }
  .price__title em {
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
  }
}
@media (max-width: 29.99875em) {
  .price .container {
    padding: 0;
  }
  .price__title {
    text-transform: uppercase;
  }
  .price__title > span > span {
    display: block;
  }
}
.payments {
  margin-bottom: 80px;
}
.payments__wrapper {
  padding: 40px;
}
.payments .h2 {
  margin-bottom: 16px;
}
.payments .row {
  margin-top: 34px;
  margin-bottom: 42px;
}
.payments .col {
  flex: 1;
}
.payments__text {
  font-size: 16px;
}
.payments__logo img {
  display: block;
  margin: 0 auto;
  height: 63px;
}

@media (max-width: 79.99875em) {
  .payments__logo img {
    height: 56px;
  }
}
@media (max-width: 61.99875em) {
  .payments__logo img {
    height: 48px;
  }
}
@media (max-width: 47.99875em) {
  .payments {
    margin-bottom: 60px;
  }
  .payments .h2 {
    margin-bottom: 36px;
  }
  .payments .row {
    margin-top: 24px;
    margin-bottom: 40px;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    gap: 10px;
  }
  .payments .col {
    flex: unset;
    padding: 0 10px;
  }
  .payments__logo img {
    height: 36px;
  }
  .payments__text span {
    display: block;
  }
}
@media (max-width: 29.99875em) {
  .payments {
    margin-bottom: 8px;
  }
  .payments__wrapper {
    padding: 36px 20px 68px;
    margin-left: calc(-0.5 * var(--containerPadding));
    margin-right: calc(-0.5 * var(--containerPadding));
  }
  .payments .row {
    gap: 0;
  }
}
/*--------/ End page-prices.min.css ------------*/
.posts-list {
  margin-bottom: 37px;
}
.posts-list__item {
  padding: 46px 0 53px;
  border-top: 1px solid var(--clr-07);
}
.posts-list__item:first-child {
  border-top: none;
  padding-top: 0;
}
.posts-list__img {
  width: 360px;
  padding-top: 83.33333%;
  position: relative;
  overflow: hidden;
}
.posts-list__img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.3s;
}
.posts-list__img a:hover img {
  transform: scale(1.05);
}
.posts-list__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.posts-list__title a {
  text-decoration: none;
}
.posts-list__title a:hover {
  color: var(--clr-04);
}
.posts-list__prices {
  display: flex;
  gap: 18px;
  align-items: center;
}
.posts-list__old-price {
  text-decoration: line-through;
  line-height: 1;
}
.posts-list__new-price span:nth-child(2) {
  margin-left: 8px;
}
.posts-list .btn {
  width: fit-content;
}

@media (max-width: 61.99875em) {
  .posts-list__img {
    width: 300px;
  }
}
@media (max-width: 47.99875em) {
  .posts-list {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .posts-list__item {
    padding: 33px 0;
  }
  .posts-list__item:first-child {
    padding-top: 0;
  }
  .posts-list__item .row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .posts-list__item .col {
    width: 100%;
  }
  .posts-list__img {
    width: 100%;
    padding-top: 55.56%;
  }
  .posts-list__new-price span:nth-child(2) {
    margin-left: 5px;
  }
}
/*--------/ End page-posts-list.min.css ------------*/
.promo {
  margin-bottom: 80px;
}
.promo .row {
  gap: 15px;
}
.promo__img {
  width: 600px;
  padding-top: 66.666666%;
  position: relative;
  overflow: hidden;
}
.promo__img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.3s;
}
.promo__prices {
  height: 60px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--clr-06);
  padding: 0 20px;
  width: fit-content;
  margin: 48px 0 28px;
}
.promo__old-price {
  text-decoration: line-through;
  line-height: 1;
}
.promo__new-price span:nth-child(2) {
  margin-left: 8px;
}

@media (max-width: 79.99875em) {
  .promo .row {
    gap: 0;
  }
  .promo__img {
    width: 450px;
  }
}
@media (max-width: 61.99875em) {
  .promo__img {
    width: 300px;
  }
  .promo__prices {
    margin: 30px 0;
  }
}
@media (max-width: 47.99875em) {
  .promo {
    margin-top: 24px;
    margin-bottom: 64px;
  }
  .promo .row {
    gap: 18px;
    flex-wrap: wrap;
  }
  .promo .col {
    width: 100%;
  }
  .promo__item {
    padding: 33px 0;
  }
  .promo__item:first-child {
    padding-top: 0;
  }
  .promo__item .row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .promo__item .col {
    width: 100%;
  }
  .promo__prices {
    gap: 22px;
    margin: 30px auto;
  }
  .promo__new-price span:nth-child(2) {
    margin-left: 5px;
  }
  .promo__img {
    width: 100%;
    padding-top: 55.56%;
  }
  .promo__date {
    text-align: center;
  }
}
@media (max-width: 29.99875em) {
  .promo__prices {
    width: 100%;
  }
}
/*--------/ End page-promo.min.css ------------*/
.contacts-page .col-left {
  flex: 2;
  display: flex;
  flex-direction: column;
}
.contacts-page .col-right {
  flex: 3;
}
.contacts-page .row--form {
  margin-top: 30px;
  margin-bottom: 36px;
}
.contacts-page .row--form .contacts-page__subtitle {
  margin-bottom: 20px;
}
.contacts-page__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 22px;
}
.contacts-page__item {
  flex: auto;
}
.contacts-page__item a {
  text-decoration: none;
}
.contacts-page__item a:hover {
  text-decoration: underline;
}
.contacts-page__subtitle {
  font-weight: 300;
  text-transform: uppercase;
  color: var(--clr-06);
}
.contacts-page__subtitle a {
  color: var(--clr-06);
}
.contacts-page__phone {
  font-weight: 600;
  font-size: 20px;
  margin-top: 13px;
}
.contacts-page__val {
  margin-top: 16px;
}
.contacts-page__val a {
  color: var(--clr-01);
  text-decoration: none;
}
.contacts-page__val a:hover {
  text-decoration: underline;
}
.contacts-page__img {
  display: flex;
  height: 100%;
}
.contacts-page__img img {
  display: block;
  object-fit: cover;
}
.contacts-page .wpcf7-textarea {
  height: 100px;
  display: block;
}
.contacts-page .wpcf7 .form-col {
  flex: 1;
}

.map-large {
  margin-top: 24px;
}
.map-large iframe {
  height: 450px;
  width: 100%;
  display: block;
}

@media (max-width: 79.99875em) {
  .contacts-page .col-left {
    flex: 1;
  }
  .contacts-page .col-right {
    flex: 1;
  }
  .contacts-page .col-right .row {
    display: grid;
    grid-template-columns: 65% 35%;
  }
  .contacts-page .col-right .row .contacts-page__item:first-child {
    grid-row: 1/span 2;
  }
  .contacts-page .col-right .row .contacts-page__item:last-child {
    display: flex;
    align-items: end;
  }
  .contacts-page__title {
    margin-top: 35px;
  }
  .contacts-page__phone {
    font-size: 18px;
  }
  .contacts-page__val {
    margin-top: 14px;
  }
  .map-large iframe {
    height: 400px;
  }
}
@media (max-width: 61.99875em) {
  .contacts-page .row:first-child .row {
    flex-wrap: wrap;
  }
  .contacts-page .row:first-child .col-right .row {
    display: flex;
  }
  .contacts-page .row:first-child .col-right .contacts-page__item:not(:first-child) {
    width: 50%;
  }
  .contacts-page .contacts-page__item {
    flex: unset;
    width: 100%;
  }
  .contacts-page .contacts-page__item:first-child {
    margin-bottom: 20px;
  }
  .contacts-page__title {
    margin-top: 0;
  }
}
@media (max-width: 47.99875em) {
  .contacts-page .row {
    flex-wrap: wrap;
  }
  .contacts-page .row--form .col-left,
  .contacts-page .row--form .col-right {
    flex: unset;
  }
  .contacts-page .col-left {
    width: 100%;
  }
  .contacts-page__item {
    width: 100%;
  }
  .contacts-page__title {
    margin-bottom: 12px;
  }
  .contacts-page__phone {
    font-size: 20px;
    margin-top: 16px;
  }
  .contacts-page__val {
    margin-top: 16px;
  }
  .contacts-page__img {
    margin-top: 30px;
    height: auto;
  }
  .map-large iframe {
    height: 340px;
  }
}
@media (max-width: 29.99875em) {
  .contacts-page .row--form {
    margin-bottom: 0;
  }
  .contacts-page .col-left,
  .contacts-page .col-right {
    flex: unset;
    margin-bottom: 20px;
  }
  .contacts-page .col-right .row .contacts-page__item:first-child {
    margin-bottom: 45px;
  }
  .contacts-page__img {
    margin-left: calc(-0.5 * var(--containerPadding));
    margin-right: calc(-0.5 * var(--containerPadding));
  }
  .map-large {
    margin-top: 0;
  }
}
/*--------/ End page-contacts.min.css ------------*/
.about-clinic {
  margin-top: -46px;
}
.about-clinic .row {
  gap: 28px;
}
.about-clinic__text {
  width: 380px;
  padding-bottom: 28px;
  color: #000;
}
.about-clinic__img {
  margin-top: -98px;
  margin-bottom: -80px;
  position: relative;
  z-index: 1;
}
.about-clinic__img img {
  display: block;
}

@media (max-width: 79.99875em) {
  .about-clinic .row {
    gap: 0;
  }
  .about-clinic__text {
    width: 350px;
  }
  .about-clinic__img {
    margin-top: -78px;
  }
}
@media (max-width: 61.99875em) {
  .about-clinic {
    margin-top: -30px;
    padding-bottom: 28px;
  }
  .about-clinic .row {
    align-items: center;
  }
  .about-clinic__text {
    width: 305px;
    padding-bottom: 0;
  }
  .about-clinic__img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 47.99875em) {
  .about-clinic {
    margin-top: 0;
  }
  .about-clinic .row {
    align-items: center;
    flex-wrap: wrap;
  }
  .about-clinic__text {
    width: 100%;
    padding-bottom: 20px;
  }
  .about-clinic__img {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 29.99875em) {
  .about-clinic {
    padding-bottom: 0;
  }
  .about-clinic__img {
    margin: 0 calc(-0.5 * var(--containerPadding));
  }
}
.section-standart {
  padding-top: 90px;
}
.section-standart > .container {
  position: relative;
  padding-bottom: 44px;
}
.section-standart .row {
  gap: 40px;
}
.section-standart .col-left {
  flex-shrink: 0;
}
.section-standart .col-right {
  padding-top: 60px;
  padding-bottom: 40px;
  max-width: 735px;
}
.section-standart__img img {
  display: block;
  width: 283px;
}
.section-standart__title {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 36px;
}
.section-standart__text {
  color: #000;
}
.section-standart .bg-logo {
  position: absolute;
  width: calc(100% - var(--containerPadding));
  left: calc(0.5 * var(--containerPadding));
  bottom: 0;
}
.section-standart .bg-logo svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 79.99875em) {
  .section-standart {
    padding-top: 60px;
  }
  .section-standart > .container {
    padding-bottom: 36px;
  }
  .section-standart .row {
    gap: 20px;
  }
  .section-standart .col-right {
    padding-top: 24px;
    padding-bottom: 30px;
  }
  .section-standart__img img {
    width: 222px;
  }
}
@media (max-width: 61.99875em) {
  .section-standart {
    padding-top: 60px;
  }
  .section-standart > .container {
    padding-bottom: 60px;
  }
  .section-standart > .container > .row {
    align-items: center;
  }
  .section-standart .col-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-standart__img img {
    width: 150px;
  }
}
@media (max-width: 47.99875em) {
  .section-standart {
    padding-top: 60px;
  }
  .section-standart > .container {
    padding-bottom: 60px;
  }
  .section-standart > .container > .row {
    align-items: center;
  }
  .section-standart .col-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-standart__img img {
    width: 150px;
  }
}
@media (max-width: 29.99875em) {
  .section-standart {
    padding-top: 20px;
  }
  .section-standart > .container {
    padding-bottom: 48px;
  }
  .section-standart > .container > .row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-standart .col-right {
    width: 100%;
  }
  .section-standart__img img {
    width: 140px;
  }
  .section-standart__title {
    margin-bottom: 20px;
  }
}
.section-founder .col-img {
  flex-shrink: 0;
  flex: 1;
}
.section-founder .col-text {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 515px;
  min-height: 480px;
}
.section-founder__img {
  position: relative;
  height: 100%;
}
.section-founder__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-founder__title {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 79.99875em) {
  .section-founder .col-text {
    min-height: unset;
  }
}
@media (max-width: 61.99875em) {
  .section-founder .col-text {
    padding-left: 60px;
  }
}
@media (max-width: 47.99875em) {
  .section-founder .row {
    flex-wrap: wrap;
  }
  .section-founder .col-img {
    width: 100%;
  }
  .section-founder .col-text {
    width: 100%;
    padding-left: var(--containerPadding);
    padding-right: var(--containerPadding);
  }
  .section-founder__img {
    padding-top: 66.16%;
  }
  .section-founder__img img {
    object-position: 0 22%;
  }
  .section-founder__title {
    margin-bottom: 28px;
  }
}
@media (max-width: 29.99875em) {
  .section-founder .col-text {
    padding-top: calc(0.5 * var(--containerPadding));
    padding-bottom: calc(0.5 * var(--containerPadding));
    padding-left: var(--containerPadding);
    padding-right: var(--containerPadding);
  }
}
/*--------/ End page-about-us.min.css ------------*/
.specialist-page {
  margin-top: -46px;
}
.specialist-page .row {
  gap: 48px;
}
.specialist-page__info {
  width: 615px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}
.specialist-page__title {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 10px;
}
.specialist-page__text {
  color: #000;
}
.specialist-page__text li:not(:last-child) {
  margin-bottom: 10px;
  line-height: 143%;
}
.specialist-page__img {
  margin-top: -98px;
  margin-bottom: -44px;
  position: relative;
  z-index: 1;
}
.specialist-page__img img {
  display: block;
}

.certificates {
  padding-top: 44px;
  padding-bottom: 76px;
}

.certificates-slider {
  margin-top: 28px;
  padding: 0 40px;
  margin-right: 0 !important;
}
.certificates-slider .slick-slide {
  height: unset;
}
.certificates-slider .slick-arrow {
  font-size: 0;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.certificates-slider .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--clr-02);
  mask-image: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7071 8.70711C31.0976 8.31658 31.0976 7.68342 30.7071 7.29289L24.3431 0.928932C23.9526 0.538408 23.3195 0.538408 22.9289 0.928932C22.5384 1.31946 22.5384 1.95262 22.9289 2.34315L28.5858 8L22.9289 13.6569C22.5384 14.0474 22.5384 14.6805 22.9289 15.0711C23.3195 15.4616 23.9526 15.4616 24.3431 15.0711L30.7071 8.70711ZM0 9L30 9V7L0 7L0 9Z" fill="%23DDD2C8" /></svg>');
}
.certificates-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
}
.certificates-slider .slick-arrow.slick-next {
  left: unset;
  right: 0;
}

.certificate {
  padding: 0 calc(0.5 * var(--containerPadding));
  height: 100%;
}
.certificate__img {
  position: relative;
  padding-top: 80%;
}
.certificate__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media (max-width: 79.99875em) {
  .specialist-page .row {
    gap: 20px;
  }
  .specialist-page__info {
    width: 405px;
  }
  .specialist-page__img {
    margin-top: -78px;
    margin-bottom: -40px;
  }
}
@media (max-width: 61.99875em) {
  .specialist-page {
    margin-top: -30px;
    padding-bottom: 40px;
  }
  .specialist-page .row {
    gap: 0;
  }
  .specialist-page__info {
    width: 350px;
    padding-bottom: 0;
    gap: 32px;
  }
  .specialist-page__img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .certificates {
    padding-bottom: 60px;
  }
}
@media (max-width: 47.99875em) {
  .specialist-page {
    margin-top: 0;
  }
  .specialist-page .row {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .specialist-page__info {
    width: 100%;
    gap: 32px;
  }
  .specialist-page__img {
    width: 300px;
    margin: 0 auto;
  }
  .certificates {
    padding-top: 48px;
  }
}
@media (max-width: 29.99875em) {
  .certificates {
    padding-bottom: 28px;
  }
  .certificates-slider {
    margin-top: 60px;
    padding: 0 45px;
    margin-bottom: 55px;
    margin-right: calc(-0.5 * var(--containerPadding)) !important;
    margin-left: calc(-0.5 * var(--containerPadding));
  }
  .certificates-slider .slick-arrow:after {
    background-color: var(--clr-02);
  }
  .certificates-slider .slick-arrow.slick-prev {
    left: calc(0.5 * var(--containerPadding) + 4px);
  }
  .certificates-slider .slick-arrow.slick-next {
    right: calc(0.5 * var(--containerPadding) + 4px);
  }
  .certificates-slider .slick-dots {
    bottom: -55px;
  }
  .certificates-slider .slick-dots button {
    display: block;
    padding: 0;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid var(--clr-02);
    border-radius: 100%;
    width: 7px;
    height: 7px;
  }
  .certificates-slider .slick-dots .slick-active button {
    width: 7px;
    background-color: var(--clr-02) !important;
  }
}
/*--------/ End page-specialist.min.css ------------*/
body {
  --font-size:14px;
}

.single-services #breadcrumbs {
  width: 565px;
}
.single-services .page-header {
  display: none;
}

.image-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
.image-text .row {
  gap: 60px;
  margin: 0;
}
.image-text .row > * {
  padding: 0;
}
.image-text .row .col:first-child {
  flex: 1;
}
.image-text .row .col:last-child {
  width: 615px;
  flex-shrink: 0;
}
.image-text__desc {
  margin: 12px 0 24px;
  font-weight: 400;
  font-size: var(--font-size);
}
.image-text__subtitle {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 24px;
}

.service-top {
  margin-top: -12px;
  margin-bottom: 85px;
  position: relative;
  /*z-index:-1;*/
}
.service-top .page-title {
  margin-top: 52px;
  margin-bottom: 24px;
}
.service-top__inner {
  margin-bottom: 40px;
}
.service-top__price {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 8px;
}
.service-top__desc {
  font-size: var(--font-size);
  color: var(--clr-09);
}

.decor-list {
  font-size: var(--font-size);
}
.decor-list ul {
  list-style: none;
  padding-left: 37px;
}
.decor-list ul li {
  position: relative;
  margin-bottom: 24px;
}
.decor-list ul li:before {
  content: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.473 5.88426C21.9104 6.26699 21.9501 6.93375 21.561 7.36555L10.609 19.5216C10.218 19.9556 9.54647 19.9832 9.12109 19.5828L2.78356 13.6166C2.38833 13.2445 2.35049 12.6245 2.68959 12.2006C3.06375 11.7329 3.76053 11.6686 4.20584 12.0691L9.12291 16.4919C9.55022 16.8763 10.2081 16.8419 10.5931 16.4151L20.0134 5.97042C20.3946 5.54776 21.0447 5.50944 21.473 5.88426Z" fill="%23DDD2C8" /></svg>');
  position: absolute;
  left: -37px;
  top: -3px;
}
.decor-list ul li:last-child {
  margin-bottom: 0;
}

.service-img {
  width: 100%;
  padding-top: 66.666666%;
  position: relative;
  overflow: hidden;
}
.service-img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: transform 0.3s;
}
.service-img--short {
  padding-top: 56.91%;
}

@media (max-width: 79.99875em) {
  .single-services #breadcrumbs {
    width: 410px;
  }
  .image-text .row .col:last-child {
    width: 450px;
  }
  .service-top .page-title {
    margin-top: 32px;
    margin-bottom: 16px;
  }
  .service-top__inner {
    margin-bottom: 24px;
  }
  .service-img {
    height: 100%;
  }
}
@media (max-width: 61.99875em) {
  .single-services #breadcrumbs {
    width: 320px;
  }
  .image-text .row .col:last-child {
    width: 300px;
  }
}
@media (max-width: 47.99875em) {
  .image-text {
    margin-top: 40px;
    margin-bottom: 32px;
  }
  .image-text .row {
    gap: 24px;
    flex-wrap: wrap;
  }
  .image-text .row .col:last-child {
    width: 100%;
  }
  .image-text--img-left .row .col:first-child {
    order: 1;
  }
  .service-top {
    margin-top: 24px;
  }
  .service-top .col {
    width: 100%;
  }
  .service-top .col:last-child {
    order: -1;
  }
  .service-top .page-title {
    display: none;
  }
  .service-top__inner {
    margin-bottom: 20px;
  }
  .service-img {
    width: 100%;
    padding-top: 55.56%;
  }
  .service-img--short {
    padding-top: 56.63%;
  }
  .single-services .page-header {
    display: block;
    margin-bottom: 20px;
  }
}
.advantages {
  padding: 65px 0;
}
.advantages .h2 {
  margin-bottom: 40px;
}
.advantages .row {
  row-gap: 30px;
  flex-wrap: wrap;
}
.advantages .col {
  width: 25%;
}

.advantage__icon {
  margin-bottom: 20px;
}
.advantage__icon img {
  display: block;
  width: 64px;
  height: 64px;
}
.advantage__title {
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 20px;
  min-height: 40px;
}
.advantage__text {
  font-size: var(--font-size);
}

@media (max-width: 61.99875em) {
  .advantages .col {
    width: 50%;
  }
  .advantage__title {
    min-height: unset;
  }
}
@media (max-width: 29.99875em) {
  .advantages {
    padding: 40px 0 60px;
  }
  .advantages .col {
    width: 100%;
  }
  .advantage {
    display: flex;
    gap: 25px;
  }
  .advantage__icon {
    flex-shrink: 0;
  }
  .advantage__icon img {
    width: 48px;
    height: 48px;
  }
  .advantage__title {
    margin-bottom: 10px;
  }
}
.before-after {
  paddinG: 50px 0 70px;
}

.slider-before-after__inner {
  display: flex;
}
.slider-before-after__inner .col {
  width: 50%;
  aspect-ratio: 20/17;
  position: relative;
}
.slider-before-after__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slider-before-after__subtitle {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-weight: 300;
  color: #000;
}
.slider-before-after__title {
  text-align: center;
  margin-top: 40px;
}
.slider-before-after__title strong {
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 61.99875em) {
  .slider-before-after__title {
    margin-top: 50px;
  }
}
.procedure {
  position: relative;
}
.procedure .col-text {
  padding-top: 70px;
  padding-bottom: 50px;
  flex: 2;
}
.procedure .col-img {
  flex: 1;
}
.procedure__list {
  list-style: none;
  margin: 0;
  padding: 40px 0 0;
  position: relative;
  z-index: 0;
  counter-reset: counter;
}
.procedure__list::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 5px);
  position: absolute;
  top: 0;
  left: 30px;
  background-color: var(--clr-06);
  z-index: -1;
}
.procedure__list li {
  counter-increment: counter;
  margin-bottom: 36px;
  display: flex;
  gap: 40px;
}
.procedure__list li:last-child {
  margin-bottom: 0;
}
.procedure__list li:before {
  content: counter(counter);
  flex-shrink: 0;
  border: 1px solid var(--clr-06);
  width: 60px;
  height: 60px;
  background: var(--clr-05);
  font-family: var(--font-family);
  font-size: 48px;
  color: var(--clr-06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.procedure__item {
  max-width: 560px;
}
.procedure__subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.procedure__desc {
  font-size: var(--font-size);
}
.procedure__img {
  display: block;
  position: absolute;
  height: 100%;
  width: calc((100vw - var(--container-width)) / 2 + var(--container-width) / 3);
  bottom: 0;
  right: 0;
  object-fit: cover;
}

@media (max-width: 61.99875em) {
  .procedure .row {
    display: block;
  }
  .procedure .col {
    width: unset;
  }
  .procedure .col-img {
    height: 430px;
  }
  .procedure__img {
    height: 430px;
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .procedure .col-text {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .procedure .col-text br {
    display: none;
  }
  .procedure__list {
    padding-top: 20px;
  }
  .procedure__list::before {
    left: 20px;
  }
  .procedure__list li {
    margin-bottom: 30px;
    gap: 24px;
  }
  .procedure__list li:last-child {
    margin-bottom: 0;
  }
  .procedure__list li:before {
    content: counter(counter);
    width: 40px;
    height: 40px;
    font-size: 32px;
    height: 100%;
  }
  .procedure .col-img {
    height: 320px;
  }
  .procedure__img {
    height: 320px;
  }
}
@media (max-width: 29.99875em) {
  .procedure .col-img {
    height: 250px;
  }
  .procedure__img {
    height: 250px;
  }
}
.service-text {
  padding: 45px 0 0;
}
.service-text__wrapper {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--clr-08);
}
.service-text .col-text {
  flex: 2;
  font-size: var(--font-size);
}
.service-text .col-slogan {
  flex: 1;
}
.service-text strong, .service-text b {
  font-weight: 600;
  color: var(--clr-06);
  font-size: 16px;
}
.service-text .slogan {
  font-weight: 300;
  font-size: 24px;
  text-align: right;
  color: var(--clr-06);
}

@media (max-width: 61.99875em) {
  .service-text .row {
    flex-wrap: wrap;
    row-gap: 24px;
    justify-content: end;
  }
  .service-text .col {
    flex: unset;
    width: 100%;
  }
  .service-text .col-slogan {
    order: -1;
    max-width: 90%;
  }
  .service-text .col-slogan br {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .service-text {
    padding: 30px 0 0;
  }
  .service-text .col-slogan {
    max-width: 80%;
  }
  .service-text .slogan {
    font-size: 16px;
  }
}
@media (max-width: 29.99875em) {
  .service-text .col-slogan {
    max-width: 90%;
  }
}
.faq {
  padding: 40px 0 85px;
}
.faq .col {
  flex: 1;
}
.faq .acc {
  margin-top: -16px;
}
.faq .acc .acc__item {
  border-bottom: 1px solid var(--clr-08);
  margin: 0;
  padding: 0;
}
.faq .acc .acc__item.open {
  background: none;
}
.faq .acc .acc__item.open .acc__title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: var(--clr-06);
}
.faq .acc .acc__item.open .acc__icon {
  transform: rotate(-180deg);
}
.faq .acc .acc__title {
  padding: 0;
  margin: 0;
  transition: color 0.5s, font-size 0.5s;
}
.faq .acc .acc__head {
  padding: 24px 0;
  cursor: pointer;
}
.faq .acc .acc__icon {
  width: 20px;
  height: 20px;
  opacity: 1;
  transition: transform 0.5s;
}
.faq .acc .acc__icon:after {
  width: 100%;
  height: 100%;
  background-color: var(--clr-06);
  mask-image: url('data:image/svg+xml,<svg width="12" height="21" viewBox="0 0 12 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.46967 20.5303C5.76256 20.8232 6.23744 20.8232 6.53033 20.5303L11.3033 15.7574C11.5962 15.4645 11.5962 14.9896 11.3033 14.6967C11.0104 14.4038 10.5355 14.4038 10.2426 14.6967L6 18.9393L1.75736 14.6967C1.46447 14.4038 0.989593 14.4038 0.696699 14.6967C0.403806 14.9896 0.403806 15.4645 0.696699 15.7574L5.46967 20.5303ZM6 0L5.25 8.94366e-09L5.25 20L6 20L6.75 20L6.75 -8.94366e-09L6 0Z" fill="%23DDD2C8" /></svg>');
}
.faq .acc .acc__body {
  padding-bottom: 24px;
  line-height: 1.5;
}

@media (max-width: 79.99875em) {
  .faq .acc {
    margin-top: -18px;
  }
}
@media (max-width: 61.99875em) {
  .faq .col:first-child {
    flex: 2;
  }
  .faq .col:last-child {
    flex: 3;
  }
}
@media (max-width: 47.99875em) {
  .faq {
    padding-top: 0;
  }
  .faq .row {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .faq .col:first-child {
    flex: unset;
    width: 100%;
  }
  .faq .col:last-child {
    flex: unset;
    width: 100%;
  }
  .faq .acc {
    margin: 0;
  }
}
/*--------/ End page-service.min.css ------------*/
.services-subcateories {
  margin-top: -60px;
  padding-bottom: 60px;
}
.services-subcateories__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.services-subcateories__link {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px 20px 35px;
  border-bottom: 1px solid var(--clr-06);
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
}
.services-subcateories__link:hover {
  background-color: var(--clr-05);
}
.services-subcateories__link:after {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.256779 8.46967C-0.0361139 8.76256 -0.0361139 9.23744 0.256779 9.53033C0.549673 9.82322 1.02455 9.82322 1.31744 9.53033L0.256779 8.46967ZM9.53711 1C9.53711 0.585787 9.20132 0.25 8.78711 0.250001L2.03711 0.25C1.6229 0.25 1.28711 0.585786 1.28711 1C1.28711 1.41421 1.6229 1.75 2.03711 1.75H8.03711V7.75C8.03711 8.16421 8.3729 8.5 8.78711 8.5C9.20132 8.5 9.53711 8.16421 9.53711 7.75L9.53711 1ZM1.31744 9.53033L9.31744 1.53033L8.25678 0.46967L0.256779 8.46967L1.31744 9.53033Z" fill="%23AE9B8B" /></svg>');
}
@media (max-width: 61.99875em) {
  .services-subcateories {
    margin-top: -44px;
  }
}
@media (max-width: 47.99875em) {
  .services-subcateories {
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.services-subcateories-btns .row {
  gap: 28px;
}
.services-subcateories-btns .col {
  flex: 1;
}
.services-subcateories-btns__text {
  font-size: 14px;
}
@media (max-width: 61.99875em) {
  .services-subcateories-btns .row {
    gap: 0;
  }
  .services-subcateories-btns .col:last-child {
    flex: auto;
  }
}
@media (max-width: 47.99875em) {
  .services-subcateories-btns .row {
    flex-wrap: wrap;
    row-gap: 24px;
  }
  .services-subcateories-btns .col {
    width: 100%;
  }
  .services-subcateories-btns .col:last-child {
    order: -1;
  }
}

.service-category-text {
  padding-bottom: 80px;
}
@media (max-width: 47.99875em) {
  .service-category-text {
    padding-bottom: 40px;
  }
}
@media (max-width: 29.99875em) {
  .service-category-text {
    padding-top: 30px;
  }
}

/*--------/ End category-service.min.css ------------*/
.banner {
  height: 560px;
}
.banner > .row {
  height: 100%;
}
.banner > .row > .col {
  display: flex;
  flex-direction: column;
}
.banner__wrap {
  display: flex;
  justify-content: end;
}
.banner .h1 {
  padding-bottom: 0.68em;
}
.banner .h1 span {
  font-size: 0.625em;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  line-height: 0.6em;
}
.banner__title {
  margin-bottom: 1.5em;
  position: relative;
}
.banner__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 2px;
  left: 0;
  top: 100%;
  background-color: var(--clr-10);
}
.banner__subtitle {
  font-size: 20px;
  line-height: 175%;
  margin-bottom: 2.1em;
}
.banner__top {
  flex: 1;
  padding-top: 90px;
}
.banner__bottom {
  font-family: "Gilroy", sans-serif;
  height: 72px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 300;
  font-size: 32px;
  white-space: nowrap;
  overflow: hidden;
}
.banner .col {
  width: 50%;
}

.banner-slider {
  height: 100%;
}
.banner-slider .slick-list,
.banner-slider .slick-track {
  height: 100%;
}
.banner-slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-slider .slick-dots {
  width: 60%;
  height: 72px;
  bottom: 0;
  left: unset;
  right: 0;
  transform: unset;
  background: rgba(0, 1, 0, 0.5);
  padding-left: 42px;
  align-items: center;
  margin: 0;
}
.banner-slider .slick-dots button {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  margin: 0 6px;
  padding: 0;
  display: block;
}
.banner-slider .slick-dots li {
  margin: unset !important;
  text-indent: unset;
}
.banner-slider .slick-dots li:before {
  content: none;
}
.banner-slider .slick-dots li:first-child button {
  margin-left: 0;
}
.banner-slider .slick-dots .slick-active button {
  background-color: var(--clr-08) !important;
}
.banner-slider .slick-dots:after {
  content: "";
  height: 1px;
  background-color: var(--clr-08);
  flex: 1;
  margin-left: 14px;
}

@media (max-width: 79.99875em) {
  .banner {
    height: 520px;
  }
  .banner__subtitle {
    font-size: 16px;
    margin-bottom: 2.1em;
  }
  .banner__top {
    padding-top: 60px;
  }
  .banner__bottom {
    font-size: 24px;
  }
  .banner .btn {
    width: 300px;
  }
}
@media (max-width: 61.99875em) {
  .banner {
    height: 480px;
  }
  .banner .h1 {
    font-size: 36px;
  }
  .banner__subtitle {
    font-size: 14px;
  }
  .banner__top {
    padding-top: 50px;
  }
  .banner__bottom {
    height: 60px;
    font-size: 18px;
  }
  .banner-slider .slick-dots {
    height: 60px;
    width: 70%;
  }
}
@media (max-width: 47.99875em) {
  .banner {
    height: auto;
  }
  .banner__wrap {
    justify-content: center;
  }
  .banner__top {
    padding-bottom: 15px;
  }
  .banner .h1 {
    font-size: 40px;
    padding-bottom: 0.44em;
  }
  .banner .h1 span {
    line-height: 1.1em;
  }
  .banner__title {
    margin-bottom: 1.1em;
  }
  .banner__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner__top {
    padding-top: 36px;
  }
  .banner__bottom {
    height: 40px;
    font-size: 20px;
    letter-spacing: 0.156em;
  }
  .banner > .row {
    flex-wrap: wrap;
  }
  .banner .col {
    width: 100%;
  }
  .banner-slider {
    height: 80vw;
  }
  .banner-slider .slick-dots {
    height: 72px;
    width: 100%;
    left: 0;
    padding-left: 38vw;
  }
}
@media (max-width: 29.99875em) {
  .banner .btn {
    width: 100%;
  }
}
.services {
  padding-top: 42px;
}
.services .row {
  flex-wrap: wrap;
}
.services__item {
  width: 25%;
}
.services__item:nth-child(4n):after {
  content: none;
}
.services__item:nth-child(n+5) {
  border-bottom-width: 0;
}
.services__item:nth-child(n+5):after {
  height: calc(100% - 4px);
}
@media (max-width: 61.99875em) {
  .services__item {
    width: 33.333%;
  }
  .services__item:nth-child(n+5) {
    border-bottom-width: 1px;
  }
  .services__item:nth-child(n+5):after {
    height: 100%;
  }
  .services__item:nth-child(4n):after {
    content: "";
  }
  .services__item:nth-child(3n):after {
    content: none;
  }
  .services__item:nth-child(n+7) {
    border-bottom-width: 0;
  }
  .services__item:nth-child(n+7):after {
    height: calc(100% - 4px);
  }
}
@media (max-width: 47.99875em) {
  .services__item {
    width: 50%;
  }
  .services__item:nth-child(4n):after, .services__item:nth-child(3n):after {
    content: "";
  }
  .services__item:nth-child(2n):after {
    content: none;
  }
}
@media (max-width: 29.99875em) {
  .services__item {
    width: 100%;
  }
}

.service {
  padding: 28px 12px 28px 32px;
  transition: background-color 0.3s, padding 0.3s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid var(--clr-05);
}
.service:after {
  content: "";
  display: block;
  border-right: 1px solid var(--clr-05);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.service:hover {
  background-color: var(--clr-05);
}
.service:hover .service__link {
  opacity: 1;
}
.service__title {
  text-transform: uppercase;
  min-height: 40px;
  font-size: 16px;
}
.service__title em {
  text-transform: none;
}
.service__list {
  font-size: 14px;
  line-height: 114%;
  margin-bottom: 20px;
}
.service__list span {
  display: block;
}
.service__list span:not(:last-child) {
  margin-bottom: 10px;
}
.service__link {
  margin-top: auto;
  opacity: 0;
  transition: opacity 0.3s;
}
.service__link:hover {
  text-decoration: none;
}

@media (max-width: 29.99875em) {
  .services {
    padding: 32px 0 64px;
  }
  .services__mob {
    margin-top: -6px;
  }
  .service {
    border-bottom: none;
  }
  .service:after {
    content: none;
  }
  .service__list {
    font-size: 14px;
    line-height: 114%;
    margin-bottom: 20px;
  }
  .service__list span {
    display: block;
  }
  .service__list span:not(:last-child) {
    margin-bottom: 10px;
  }
  .service__link {
    margin-top: 20px;
    opacity: 1;
  }
}
.results {
  padding-top: 38px;
  padding-bottom: 38px;
}
.results > .container {
  position: relative;
  padding-bottom: 110px;
}
.results .bg-logo {
  position: absolute;
  width: calc(100% - var(--containerPadding));
  left: calc(0.5 * var(--containerPadding));
  bottom: 0;
}
.results .bg-logo svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.results .h2 {
  margin-bottom: 44px;
}

.counters__item {
  width: 25%;
}
.counters__head {
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-size: 96px;
  margin-bottom: 6px;
}
.counters__title {
  font-size: 16px;
}

@media (max-width: 79.99875em) {
  .results > .container {
    padding-bottom: 55px;
  }
  .results .h2 {
    margin-bottom: 32px;
  }
  .counters__head {
    font-size: 72px;
  }
}
@media (max-width: 61.99875em) {
  .results > .container {
    padding-bottom: 65px;
  }
  .results .h2 {
    margin-bottom: 30px;
  }
  .counters__head {
    font-size: 64px;
  }
  .counters__title br {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .results > .container {
    padding-bottom: 60px;
  }
  .counters {
    flex-wrap: wrap;
    row-gap: 45px;
  }
  .counters__item {
    width: 50%;
  }
  .counters__head {
    font-size: 75px;
    margin-bottom: 0;
  }
}
@media (max-width: 29.99875em) {
  .results {
    padding-top: 28px;
    padding-bottom: 16px;
  }
  .results > .container {
    padding-bottom: 55px;
  }
  .results .bg-logo {
    width: 100%;
    left: 0;
  }
  .counters {
    padding: 0 20px;
    column-gap: 20px;
  }
  .counters__item {
    width: calc(48% - 10px);
    padding: 0;
  }
  .counters__item:nth-child(2n) {
    width: calc(52% - 10px);
  }
}
.about-us {
  padding-top: 72px;
  padding-bottom: 45px;
}
.about-us .row {
  gap: 40px;
}
.about-us .col-left {
  width: 500px;
  flex-shrink: 0;
}
.about-us .col-right {
  width: 550px;
}
.about-us__img img {
  display: block;
  width: 100%;
}
.about-us__title {
  margin-bottom: 36px;
}
.about-us ul {
  margin: 24px 0;
  padding-left: 35px;
  list-style: none;
}
.about-us ul li {
  text-indent: -35px;
}
.about-us ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--clr-07);
  border-radius: 8px;
  margin-right: 27px;
  transform: translateY(-1px);
}
.about-us ul li:not(:last-child) {
  margin-bottom: 24px;
}

@media (max-width: 79.99875em) {
  .about-us {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .about-us .row {
    gap: 0;
  }
  .about-us .col-left {
    width: 400px;
  }
  .about-us .col-right {
    width: unset;
  }
  .about-us__title {
    margin-bottom: 28px;
  }
}
@media (max-width: 61.99875em) {
  .about-us .col-left {
    width: 320px;
  }
  .about-us ul {
    margin: 20px 5px;
  }
  .about-us ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 47.99875em) {
  .about-us {
    padding-top: 40px;
    padding-bottom: 16px;
  }
  .about-us .row {
    flex-wrap: wrap;
  }
  .about-us .col-left {
    width: 100%;
  }
  .about-us__img {
    width: 100%;
    margin: 0 auto;
  }
  .about-us__title {
    margin-top: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 29.99875em) {
  .about-us {
    padding-top: 0;
  }
  .about-us .col-left {
    padding: 0;
  }
}
.cta__wrapper {
  padding: 40px 40px 60px;
}
.cta__title {
  text-align: center;
  font-size: 16px;
}
.cta .wpcf7 {
  max-width: 870px;
  margin: 60px auto 0;
}

@media (max-width: 61.99875em) {
  .cta__wrapper {
    padding: 40px 40px 44px;
  }
  .cta .wpcf7 {
    max-width: 300px;
    margin-top: 32px;
  }
  .cta .form-row {
    flex-wrap: wrap;
    gap: 28px;
  }
  .cta .form-col {
    width: 100%;
  }
  .cta .btn {
    width: 100%;
  }
}
@media (max-width: 29.99875em) {
  .cta__wrapper {
    padding: 40px calc(0.5 * var(--containerPadding)) 60px;
    margin: 0 calc(-0.5 * var(--containerPadding));
  }
}
.reviews {
  padding: 72px 0 60px;
}
.reviews > .container > .row {
  gap: 10px;
}
.reviews .h2 {
  margin-top: -13px;
}
.reviews .col-left {
  width: 300px;
  flex-shrink: 0;
}
.reviews .col-right {
  width: 980px;
}
.reviews__subtitle {
  margin-top: 40px;
}
.reviews .readmore-link {
  margin-top: 32px;
}

.reviews-slider {
  padding-bottom: 60px;
  margin: 0 !important;
}
.reviews-slider.slick-slider .slick-arrow {
  transform: translateY(50%);
  top: unset;
  bottom: 124px;
}
.reviews-slider.slick-slider .slick-arrow.slick-next {
  right: unset;
  left: 669px;
}
.reviews-slider.slick-slider .slick-arrow.slick-prev {
  transform: translateY(50%) rotate(180deg);
}
.reviews-slider.slick-slider .slick-dots {
  left: 338px;
}
.reviews-slider .slick-slide {
  height: unset;
}

.reviews-slide__row {
  display: flex;
  gap: 45px;
}
.reviews-slide__video {
  width: 610px;
}
.reviews-slide__video img {
  display: block;
}
.reviews-slide__video .plyr {
  --plyr-color-main:var(--clr-06);
}
.reviews-slide__video .plyr--paused .plyr__controls, .reviews-slide__video .plyr--stopped .plyr__controls {
  opacity: 0;
}
.reviews-slide__video .plyr__control--overlaid svg {
  width: 30px;
  height: 30px;
}
.reviews-slide__video .plyr--full-ui.plyr--video .plyr__control--overlaid {
  background: transparent;
  padding: 16px;
}
.reviews-slide__video .plyr--full-ui.plyr--video .plyr__control--overlaid:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
  border-radius: 100%;
}
.reviews-slide__inner {
  width: 285px;
  margin-top: 90px;
  flex-shrink: 0;
  padding-right: 20px;
}
.reviews-slide__client, .reviews-slide__service {
  font-size: 16px;
  margin-bottom: 16px;
}
.reviews-slide__client span, .reviews-slide__service span {
  font-weight: 600;
}

@media (max-width: 79.99875em) {
  .reviews > .container > .row {
    gap: 0;
  }
  .reviews .h2 {
    margin-top: -10px;
  }
  .reviews .col-left {
    width: 230px;
  }
  .reviews .col-right {
    width: 730px;
  }
  .reviews-slider {
    padding-bottom: 50px;
  }
  .reviews-slider.slick-slider .slick-arrow {
    left: -99px;
    bottom: 79px;
  }
  .reviews-slider.slick-slider .slick-arrow.slick-next {
    left: 495px;
  }
  .reviews-slider.slick-slider.slick-slider .slick-dots {
    left: 228px;
  }
  .reviews-slide__row {
    gap: 40px;
  }
  .reviews-slide__video {
    width: 440px;
  }
  .reviews-slide__inner {
    width: 210px;
    margin-top: 60px;
  }
  .reviews-slide__client span, .reviews-slide__service span {
    display: block;
  }
}
@media (max-width: 61.99875em) {
  .reviews {
    padding-top: 48px;
  }
  .reviews > .container > .row {
    gap: 45px;
    flex-wrap: wrap;
  }
  .reviews .h2 {
    margin-top: 0;
  }
  .reviews__subtitle {
    margin-top: 22px;
  }
  .reviews .readmore-link {
    margin-top: 28px;
  }
  .reviews .col-left {
    width: 100%;
  }
  .reviews .col-right {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
  }
  .reviews-slider {
    padding-bottom: 50px;
  }
  .reviews-slider.slick-slider {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .reviews-slider.slick-slider .slick-slide {
    padding: 0 10px;
  }
  .reviews-slider.slick-slider .slick-arrow {
    left: 10px;
    bottom: 90px;
  }
  .reviews-slider.slick-slider .slick-arrow.slick-next {
    left: unset;
    right: 10px;
  }
  .reviews-slider.slick-slider.slick-slider .slick-dots {
    left: 50%;
  }
  .reviews-slide__row {
    gap: 50px;
    flex-wrap: wrap;
  }
  .reviews-slide__video {
    width: 100%;
  }
  .reviews-slide__inner {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .reviews-slide__client span, .reviews-slide__service span {
    display: inline;
  }
}
@media (max-width: 29.99875em) {
  .reviews .col-right {
    padding: 0;
  }
  .reviews-slider.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    left: 20px;
  }
  .reviews-slider.slick-slider .slick-arrow:after {
    mask-image: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7071 8.70711C31.0976 8.31658 31.0976 7.68342 30.7071 7.29289L24.3431 0.928932C23.9526 0.538408 23.3195 0.538408 22.9289 0.928932C22.5384 1.31946 22.5384 1.95262 22.9289 2.34315L28.5858 8L22.9289 13.6569C22.5384 14.0474 22.5384 14.6805 22.9289 15.0711C23.3195 15.4616 23.9526 15.4616 24.3431 15.0711L30.7071 8.70711ZM0 9H30V7H0V9Z" fill="%23DDD2C8" /></svg>');
  }
  .reviews-slider.slick-slider .slick-arrow.slick-next {
    right: 20px;
  }
}
.last-posts {
  padding: 30px 0 120px;
}
.last-posts > .container > .row {
  padding-right: 60px;
}

.posts-slider {
  margin-top: 60px;
  padding: 0 40px;
  margin-right: 0 !important;
}
.posts-slider .slick-slide {
  height: unset;
}
.posts-slider .slick-arrow {
  font-size: 0;
  width: 32px;
  height: 32px;
  top: 100px;
  left: 0;
  transform: translateY(-50%);
}
.posts-slider .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--clr-07);
  mask-image: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7071 8.70711C31.0976 8.31658 31.0976 7.68342 30.7071 7.29289L24.3431 0.928932C23.9526 0.538408 23.3195 0.538408 22.9289 0.928932C22.5384 1.31946 22.5384 1.95262 22.9289 2.34315L28.5858 8L22.9289 13.6569C22.5384 14.0474 22.5384 14.6805 22.9289 15.0711C23.3195 15.4616 23.9526 15.4616 24.3431 15.0711L30.7071 8.70711ZM0 9L30 9V7L0 7L0 9Z" fill="%23DDD2C8" /></svg>');
}
.posts-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
}
.posts-slider .slick-arrow.slick-next {
  left: unset;
  right: 0;
}

.post {
  padding: 0 calc(0.5 * var(--containerPadding));
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post__img {
  margin-bottom: 22px;
  position: relative;
  padding-top: 80%;
}
.post__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.post__inner {
  padding: 22px 0 40px;
  border-top: 1px solid #e8e0d9;
}
.post__date {
  font-size: 14px;
  color: var(--clr-06);
  margin-bottom: 16px;
}
.post__title {
  font-weight: 600;
  font-size: 16px;
}
.post__title a {
  text-decoration: none;
}
.post__title a:hover {
  text-decoration: underline;
}
.post .readmore-link {
  margin-top: auto;
}

@media (max-width: 79.99875em) {
  .posts-slider .slick-arrow {
    top: 96px;
  }
}
@media (max-width: 61.99875em) {
  .posts-slider {
    margin-top: 30px;
  }
  .posts-slider .slick-arrow {
    top: 64px;
  }
}
@media (max-width: 47.99875em) {
  .last-posts {
    padding: 30px 0 52px;
  }
  .last-posts > .container > .row {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .last-posts > .container > .row .h2 {
    width: 100%;
    margin-bottom: 12px;
  }
  .posts-slider .slick-arrow {
    top: 68px;
  }
}
@media (max-width: 29.99875em) {
  .posts-slider .slick-arrow {
    top: 25%;
  }
}
.contacts {
  padding: 28px 0;
  /* &__address {
       display:flex;
       gap:20px;
       align-items: center;
       width:fit-content;
       margin-left:28px;
       text-decoration: none;
       &:before {
           content:url('data:image/svg+xml,<svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.5001 0C11.7119 0 5.37573 6.33613 5.37573 14.1242C5.37573 23.7895 18.0156 37.9788 18.5538 38.5781C19.0592 39.1411 19.9418 39.1401 20.4463 38.5781C20.9845 37.9788 33.6244 23.7895 33.6244 14.1242C33.6242 6.33613 27.2882 0 19.5001 0ZM19.5001 21.2305C15.5816 21.2305 12.3938 18.0427 12.3938 14.1242C12.3938 10.2058 15.5817 7.01802 19.5001 7.01802C23.4184 7.01802 26.6062 10.2059 26.6062 14.1243C26.6062 18.0428 23.4184 21.2305 19.5001 21.2305Z" fill="%23DDD2C8" /></svg>');
       }
       &:hover {
           text-decoration:underline;
       }
   }*/
}
.contacts .col {
  width: 50%;
}
.contacts .col-left {
  border-right: 2px solid var(--clr-02);
}
.contacts .wpcf7 {
  margin-top: 30px;
}
.contacts .wpcf7 .form-col {
  flex: 1;
}
.contacts .wpcf7 .btn {
  width: 100%;
  max-width: 300px;
}
.contacts .wpcf7-textarea {
  height: 100px;
  display: block;
}
.contacts .col-right {
  padding-top: 22px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.contacts__map {
  flex: 1;
  display: block;
}

@media (max-width: 61.99875em) {
  .contacts .col-left {
    width: 75%;
  }
  .contacts__address {
    margin-left: 0;
  }
}
@media (max-width: 47.99875em) {
  .contacts > .container > .row {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .contacts .col {
    width: 100%;
    border: none;
  }
  .contacts .col-right {
    gap: 12px;
  }
  .contacts__address:before {
    width: 28px;
    margin-left: -5px;
  }
  .contacts__map {
    height: 340px;
    flex: unset;
  }
}
@media (max-width: 29.99875em) {
  .contacts {
    padding-bottom: 0;
  }
  .contacts > .container > .row {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .contacts .col-right {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .contacts .wpcf7 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .contacts .wpcf7 .form-row {
    flex-wrap: wrap;
    gap: 40px;
  }
  .contacts .wpcf7 .form-col {
    width: 100%;
    flex: unset;
  }
  .contacts .wpcf7 textarea {
    font-size: 14px;
    padding: 16px;
  }
  .contacts__address {
    margin: 0 calc(0.5 * var(--containerPadding));
  }
}
.specialists {
  padding-top: 56px;
  padding-bottom: 80px;
}

.team-slider {
  margin-top: 28px;
  padding: 0 40px;
  margin-right: 0 !important;
}
.team-slider .slick-slide {
  height: unset;
}
.team-slider .slick-arrow {
  font-size: 0;
  width: 32px;
  height: 32px;
  top: 150px;
  left: 0;
  transform: translateY(-50%);
}
.team-slider .slick-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  background-color: var(--clr-07);
  mask-image: url('data:image/svg+xml,<svg width="31" height="16" viewBox="0 0 31 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M30.7071 8.70711C31.0976 8.31658 31.0976 7.68342 30.7071 7.29289L24.3431 0.928932C23.9526 0.538408 23.3195 0.538408 22.9289 0.928932C22.5384 1.31946 22.5384 1.95262 22.9289 2.34315L28.5858 8L22.9289 13.6569C22.5384 14.0474 22.5384 14.6805 22.9289 15.0711C23.3195 15.4616 23.9526 15.4616 24.3431 15.0711L30.7071 8.70711ZM0 9L30 9V7L0 7L0 9Z" fill="%23DDD2C8" /></svg>');
}
.team-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
}
.team-slider .slick-arrow.slick-next {
  left: unset;
  right: 0;
}

.specialist {
  padding: 0 calc(0.5 * var(--containerPadding));
  display: flex;
  flex-direction: column;
  height: 100%;
}
.specialist__img {
  margin-bottom: 22px;
  position: relative;
  padding-top: 81.39%;
}
.specialist__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.specialist__inner {
  padding: 22px 0 32px;
  border-top: 1px solid #e8e0d9;
}
.specialist__name {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--clr-06);
  margin-bottom: 12px;
  font-size: 16px;
}
.specialist__name a {
  text-decoration: none;
}
.specialist__name a:hover {
  text-decoration: underline;
}
.specialist__position {
  font-size: 14px;
  color: var(--clr-06);
  font-weight: 600;
  margin-bottom: 1em;
}
.specialist__text {
  font-size: 14px;
}
.specialist .readmore-link {
  margin-top: auto;
  font-size: 16px;
}

@media (max-width: 79.99875em) {
  .team-slider .slick-arrow {
    top: 100px;
  }
}
@media (max-width: 61.99875em) {
  .team-slider .slick-arrow {
    top: 107px;
  }
}
@media (max-width: 47.99875em) {
  .team-slider .slick-arrow {
    top: 34.5%;
  }
  .team-slider .slick-dots {
    bottom: -27px;
  }
  .team-slider .slick-dots button {
    display: block;
    padding: 0;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid var(--clr-08);
    border-radius: 100%;
    width: 7px;
    height: 7px;
  }
  .team-slider .slick-dots .slick-active button {
    width: 7px;
    background-color: var(--clr-08) !important;
  }
}
@media (max-width: 29.99875em) {
  .specialists {
    padding-bottom: 48px;
  }
  .team-slider {
    margin-top: 24px;
    padding: 0;
    margin-right: calc(-0.5 * var(--containerPadding)) !important;
    margin-left: calc(-0.5 * var(--containerPadding));
  }
  .team-slider .slick-arrow:after {
    background-color: var(--clr-02);
  }
  .team-slider .slick-arrow.slick-prev {
    left: calc(0.5 * var(--containerPadding) + 4px);
  }
  .team-slider .slick-arrow.slick-next {
    right: calc(0.5 * var(--containerPadding) + 4px);
  }
}