/*!
Theme Name: Schmitt Haus Garten
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: schmitt_hg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Schmitt Haus Garten is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Open+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Open+Sans:wght@400;600&display=swap");
h1,
h2,
h3,
h4 {
  margin: 0px;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin: 0px;
}

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

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

.container {
  width: 80rem;
  margin: 0 auto;
}
@media (max-width: 90rem) {
  .container {
    width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 64rem) {
  .container {
    padding: 0 1.25rem;
  }
}
.containerMin {
  width: 35rem;
  margin: 0 auto;
}
@media (max-width: 48rem) {
  .containerMin {
    width: 100%;
    padding: 0 1.25rem;
  }
}
.containerMax {
  width: 80rem;
  margin: 0 auto;
}
@media (max-width: 90rem) {
  .containerMax {
    width: 100%;
    padding: 0 5rem;
  }
}
@media (max-width: 64rem) {
  .containerMax {
    width: 100%;
    padding: 0 1.25rem;
  }
}

.acf-block-preview .container {
  padding: 0;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:hover, a:active {
  outline: 0;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

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

.post,
.page {
  margin: 0;
}

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

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

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

.header,
.footer {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.header .menu-item-has-children,
.footer .menu-item-has-children {
  position: relative;
  /* &:hover {
      &::after {
        content: "";
        position: absolute;
        top: 20px;
        right: -11px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);

        @media (max-width: 1150px) {
          right: 5px;
        }
      }
    }

    &::before {
      content: "";
      position: absolute;
      top: 25px;
      right: -16px;
      width: 12px;
      height: 2px;
      background-color: #01a757;

      @media (max-width: 1150px) {
        right: 0px;
      }
    }
    &::after {
      content: "";
      position: absolute;
      top: 20px;
      right: -11px;
      width: 2px;
      height: 12px;
      background-color: #01a757;
      -webkit-transition: ease-in-out all 0.25s;
      -o-transition: ease-in-out all 0.25s;
      transition: ease-in-out all 0.25s;

      @media (max-width: 1150px) {
        right: 5px;
      }  
    }*/
}
@media (max-width: 1150px) {
  .header .menu-item-has-children:has(.sub-menu)::before,
  .footer .menu-item-has-children:has(.sub-menu)::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    width: 12px;
    height: 2px;
    background-color: #01a757;
  }
  .header .menu-item-has-children:has(.sub-menu)::after,
  .footer .menu-item-has-children:has(.sub-menu)::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 4.5px;
    width: 2px;
    height: 12px;
    background-color: #01a757;
    -webkit-transition: ease-in-out all 0.25s;
    transition: ease-in-out all 0.25s;
  }
}
.header .active::after,
.footer .active::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1150px) {
  .header .active::after,
  .footer .active::after {
    right: 5px;
  }
}
.header .sub-menu,
.footer .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  padding: 20px 40px 20px 20px;
  z-index: 1000;
  margin-left: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgb(206, 206, 206);
  border-radius: 15px;
  background: #fff;
}
@media (max-width: 1150px) {
  .header .sub-menu,
  .footer .sub-menu {
    border: none;
    padding: 0px 40px 0px 20px;
    -webkit-transition: none;
    transition: none;
    height: 100%;
    max-height: 0px;
    visibility: visible;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.header .sub-menu a,
.footer .sub-menu a {
  line-height: 20px;
}
@media (max-width: 1150px) {
  .header .sub-menu a,
  .footer .sub-menu a {
    line-height: 40px;
  }
}
@media (min-width: 1150px) {
  .header .menu-item-has-children:hover > .sub-menu:last-child,
  .footer .menu-item-has-children:hover > .sub-menu:last-child {
    background-color: white;
    visibility: visible;
    opacity: 1;
  }
}
.header .nav-menu ul ul ul,
.footer .nav-menu ul ul ul {
  left: calc(100% + 40px);
  top: -20px;
}
@media (max-width: 1150px) {
  .header .nav-menu ul ul ul,
  .footer .nav-menu ul ul ul {
    left: 0px;
    top: 0px;
  }
}
.header .nav-menu ul ul,
.footer .nav-menu ul ul {
  left: calc(100% + 40px);
  top: -20px;
}
@media (max-width: 1150px) {
  .header .nav-menu ul ul,
  .footer .nav-menu ul ul {
    left: 0px;
    top: 0px;
  }
}
.header .nav-menu ul,
.footer .nav-menu ul {
  gap: 36px;
}
@media (max-width: 1150px) {
  .header .nav-menu ul,
  .footer .nav-menu ul {
    gap: 15px;
    overflow: hidden;
  }
}
.header .nav-menu ul .menu-item-has-children,
.footer .nav-menu ul .menu-item-has-children {
  position: relative;
}
.header .nav-menu ul .menu-item-has-children::before,
.footer .nav-menu ul .menu-item-has-children::before {
  content: "";
  top: 12px;
  right: -32px;
}
@media (max-width: 1150px) {
  .header .nav-menu ul .menu-item-has-children::before,
  .footer .nav-menu ul .menu-item-has-children::before {
    right: 0px;
  }
}
.header .nav-menu ul .menu-item-has-children::after,
.footer .nav-menu ul .menu-item-has-children::after {
  content: "";
  top: 7px;
  right: -27px;
}
@media (max-width: 1150px) {
  .header .nav-menu ul .menu-item-has-children::after,
  .footer .nav-menu ul .menu-item-has-children::after {
    right: 5px;
  }
}

.header,
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo,
.footer__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #01a757;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .header__logo img,
  .footer__logo img {
    max-width: 90px;
  }
}
.header__container,
.footer__container {
  max-width: 1300px;
  gap: 30px;
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .header__container,
  .footer__container {
    gap: 10px;
  }
}
@media (max-width: 1400px) {
  .header__menu,
  .footer__menu {
    max-width: 800px;
  }
}
@media (max-width: 1150px) {
  .header__menu,
  .footer__menu {
    padding-left: 0px;
    max-width: 100%;
  }
}
@media (max-width: 1050px) {
  .header__menu,
  .footer__menu {
    display: none;
  }
}
.header__menu nav ul,
.footer__menu nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1150px) {
  .header__menu nav ul,
  .footer__menu nav ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.header__menu nav ul li,
.footer__menu nav ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1150px) {
  .header__menu nav ul li,
  .footer__menu nav ul li {
    width: 100%;
  }
}
.header__menu nav ul li a,
.footer__menu nav ul li a {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #101010;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  line-height: 50px;
}
@media (max-width: 1150px) {
  .header__menu nav ul li a,
  .footer__menu nav ul li a {
    line-height: 40px;
  }
}
.header__menu nav ul li a:hover,
.footer__menu nav ul li a:hover {
  color: #01a757;
}
.header__menu nav ul li a::after,
.footer__menu nav ul li a::after {
  content: "";
  position: absolute;
  top: 23px;
  left: -4px;
  width: 0;
  background: #01a757;
  border-radius: 6px;
  height: 3px;
  -webkit-transition: width ease-in-out 0.25s;
  transition: width ease-in-out 0.25s;
}
@media (max-width: 1150px) {
  .header__menu nav ul li a::after,
  .footer__menu nav ul li a::after {
    content: none;
  }
}
.header__menu nav ul li a:hover::after,
.footer__menu nav ul li a:hover::after {
  width: calc(100% + 8px);
}
@media (max-width: 1150px) {
  .header__menu nav ul li:not(:last-child),
  .footer__menu nav ul li:not(:last-child) {
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
  }
}
.header .mobile-menu,
.footer .mobile-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1150px) {
  .header .mobile-menu,
  .footer .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 75px;
  }
}
@media (max-width: 530px) {
  .header .mobile-menu,
  .footer .mobile-menu {
    margin-left: 0px;
  }
}
.header .mobile-menu div,
.footer .mobile-menu div {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .mobile-menu img,
.footer .mobile-menu img {
  cursor: pointer;
}
.header .mobile-menu div:nth-child(1),
.footer .mobile-menu div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .mobile-menu div:nth-child(2),
.footer .mobile-menu div:nth-child(2) {
  display: none;
}
.header .mobile-menu div:nth-child(2) img,
.footer .mobile-menu div:nth-child(2) img {
  width: 20px;
  height: 20px;
}
.header .mobile-menu.active div:nth-child(1),
.footer .mobile-menu.active div:nth-child(1) {
  display: none;
}
.header .mobile-menu.active div:nth-child(2),
.footer .mobile-menu.active div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__modal,
.footer__modal {
  position: absolute;
  width: 100%;
  height: auto;
  left: -100%;
  top: 100px;
  background-color: white;
  -webkit-transition: ease-in-out all 0.25s;
  transition: ease-in-out all 0.25s;
}
@media (max-width: 1150px) {
  .header__modal .header__menu,
  .footer__modal .header__menu {
    display: block;
  }
}
@media (max-width: 1150px) {
  .header__modal .header__menu ul,
  .footer__modal .header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1150px) {
  .header__modal .header__menu .nav-menu,
  .footer__modal .header__menu .nav-menu {
    padding: 20px;
  }
}
.header__modal .header__menu .nav-menu a,
.footer__modal .header__menu .nav-menu a {
  line-height: 40px;
}
.header__modal.active,
.footer__modal.active {
  left: 0%;
  overflow-y: scroll;
  max-height: 85vh;
}
.header__button,
.footer__button {
  display: block;
  padding: 12px 30px;
  left: 1246px;
  top: 5px;
  color: #101010;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  border: 1.5px solid #01a757;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .header__button,
  .footer__button {
    padding: 12px;
  }
}
.header__button:hover,
.footer__button:hover {
  color: #ffffff;
  background: #01a757;
}
.header .dry-img,
.footer .dry-img {
  top: -12px;
  right: -5px;
  position: absolute;
  display: block;
  width: 40px;
  height: 35px;
  background-image: url("images/1a-dry-logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1150px) {
  .header .dry-img,
  .footer .dry-img {
    display: none;
    margin: 10px 0px;
  }
}
.header .dry-space,
.footer .dry-space {
  margin-right: 50px;
}

@media (max-width: 1150px) {
  .header__menu {
    display: none;
  }
}
.header__contacts {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.header__phone {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #101010;
}
@media (max-width: 768px) {
  .header__phone {
    display: none;
  }
}
.header__phone span {
  color: #01A757;
}
.header__phone:hover span {
  color: inherit;
}

.nocontent {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  color: #101010;
  margin: 270px 0px 360px 0;
  text-align: center;
}
@media (max-width: 1150px) {
  .nocontent {
    font-size: 30px;
  }
}

.header__menu {
  position: relative;
}

.header__line {
  position: absolute;
  border: 1px solid #01a757;
  top: 53px;
  left: 20px;
  width: 88.5%;
  /*  @media (max-width: 1350px) {
      left: 15%;
    }

    @media (max-width: 1300px) {
      width: 44%;
    }

    @media (max-width: 1250px) {
      left: 15.5%;
      width: 40%;
    }

    @media (max-width: 1220px) {
      left: 15.5%;
      width: 37%;
    }
    @media (max-width: 1200px) {
      left: 16%;
      width: 40%;
    }*/
}

.button_sie {
  background: #01a757;
}

.header .menu-header-menu-container ul {
  padding-left: 20px !important;
}

.header {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
}

/*.header__menu .menu-header-menu-container .sub-menu {
  @media (min-width: 1150px) {
       display: none;
     }
   }

 .header__menu:hover {
   .sub-menu{
  @media (min-width: 1150px) {
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
     }
     }
   }*/
.footer {
  position: relative;
}
.footer .sub-menu {
  bottom: 50px;
}
.footer__container {
  display: block;
  padding: 0px 20px;
}
.footer__top {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1150px) {
  .footer__top {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 1150px) {
  .footer__menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__menu ul {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__up-button {
  width: 88px;
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid #f1f5f6;
  background: #ffffff;
  border-radius: 100px;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__up-button:hover {
  background: #f1f5f6;
}
.footer__up-button:hover div {
  background-image: url(images/footer-active-arrow.svg);
}
.footer__up-button div {
  width: 24px;
  height: 24px;
  background-image: url(images/footer-arrow.svg);
  -webkit-transition: background-image ease-in-out 0.25s;
  transition: background-image ease-in-out 0.25s;
}
.footer__line {
  width: 100%;
  height: 1px;
  background-color: #f1f5f6;
  margin-bottom: 20px;
}
.footer__center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(16, 16, 16, 0.7);
}
.footer__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.footer__bottom p {
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(16, 16, 16, 0.7);
}
.footer__bottom a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #101010;
  text-decoration: none;
}
@media (max-width: 1150px) {
  .footer nav {
    width: 100%;
  }
}
.footer .menu-item-has-children {
  position: relative;
  /* &:hover {
    &::after {
      content: "";
      position: absolute;
      top: 20px;
      right: -11px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);

      @media (max-width: 1150px) {
        top: 15px;
        right: 5px;
      }
    }
  }

  &::before {
    content: "";
    position: absolute;
    top: 25px;
    right: -16px;
    width: 12px;
    height: 2px;
    background-color: #01a757;

    @media (max-width: 1150px) {
      right: 0px;
      top: 20px;
    }
  }
  &::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -11px;
    width: 2px;
    height: 12px;
    background-color: #01a757;
    -webkit-transition: ease-in-out all 0.25s;
    -o-transition: ease-in-out all 0.25s;
    transition: ease-in-out all 0.25s;

    @media (max-width: 1150px) {
      right: 5px;
      top: 15px;
    }
  }*/
}
@media (max-width: 1150px) {
  .footer .nav-menu {
    padding-left: 0px;
  }
}
.footer .nav-menu ul {
  width: 100%;
  gap: 36px;
}
@media (max-width: 1150px) {
  .footer .nav-menu ul {
    gap: 0px;
    padding: 0px 20px;
  }
}
.footer .nav-menu ul .menu-item-has-children {
  position: relative;
}
.footer .nav-menu ul .menu-item-has-children::before {
  content: "";
  top: 12px;
  right: 15px;
}
@media (max-width: 1150px) {
  .footer .nav-menu ul .menu-item-has-children::before {
    top: 20px;
    right: 5px;
  }
}
.footer .nav-menu ul .menu-item-has-children::after {
  content: "";
  top: 7px;
  right: 20px;
}
@media (max-width: 1150px) {
  .footer .nav-menu ul .menu-item-has-children::after {
    top: 15px;
    right: 10px;
  }
}
.footer .nav-menu ul ul ul {
  width: 100%;
  left: 100%;
  top: auto;
  bottom: -40px;
}
@media (max-width: 1150px) {
  .footer .nav-menu ul ul ul {
    left: 0px;
  }
}
.footer .nav-menu ul ul {
  width: 100%;
  left: 100%;
  top: auto;
  bottom: -40px;
}
@media (max-width: 1150px) {
  .footer .nav-menu ul ul {
    left: 0px;
  }
}

.footer__menu .nav-menu {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
}

.footer__menu .sub-menu {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 0px 20px 20px;
}
@media (max-width: 1150px) {
  .footer__menu .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__menu .sub-menu li {
  padding-right: 40px;
}
@media (max-width: 1150px) {
  .footer__menu .sub-menu li {
    padding-right: 0px;
  }
}
.footer__menu .sub-menu .footer__menu {
  width: 60%;
}

@media (max-width: 768px) {
  #menu-header-menu-2 {
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
    display: grid;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    padding-left: 0;
    gap: 6px 53px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #063;
    padding-top: 20px;
  }
  #menu-header-menu-2 .sub-menu {
    display: none;
  }
  #menu-header-menu-2 .menu-item-has-children:has(.sub-menu)::after,
  #menu-header-menu-2 .menu-item-has-children:has(.sub-menu)::before {
    display: none;
  }
  #menu-header-menu-2 li {
    border-bottom: none;
  }
  #menu-header-menu-2 .dry-space {
    margin-right: 0;
  }
  .footer .footer__logo {
    margin: 0 auto;
    border-right: none;
  }
  .footer .footer__up-button {
    margin: 0 auto;
  }
  .footer .footer__center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .footer .footer__top {
    gap: 20px;
  }
  .footer .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
.page-404-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 200px 0px;
}
.page-404-section h1 {
  text-align: center;
  font-size: 110px;
  font-weight: bold;
  color: #01a757;
}
.page-404-section a {
  margin: 50px auto;
  display: block;
  padding: 17px 30px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #01a757;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
  text-transform: capitalize;
}
.page-404-section a:hover {
  background: #101010;
}

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

/* Sections
--------------------------------------------- */
.front-section {
  position: relative;
  width: 100%;
  padding: 164px 0px 80px;
  margin-bottom: 168px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .front-section {
    padding: 60px 0px;
    margin-bottom: 108px;
  }
}
.front-section__background {
  top: 0px;
  z-index: -1000;
  position: absolute;
  width: 100%;
  height: 100%;
}
.front-section__background img {
  width: 100%;
  height: 100%;
}
.front-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .front-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.front-section__info {
  padding: 47px 0px 0px;
  max-width: 546px;
}
@media (max-width: 1150px) {
  .front-section__info {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .front-section__info {
    max-width: 100%;
  }
}
.front-section__info-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: rgba(16, 16, 16, 0.8);
  margin-bottom: 50px;
}
.front-section__info-statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
@media (max-width: 768px) {
  .front-section__info-statistics {
    gap: 45px;
  }
}
.front-section__info-statistics div {
  max-width: 250px;
}
.front-section__info-statistics div h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  color: #101010;
  margin-bottom: 10px;
}
.front-section__info-statistics div h3 span {
  color: #01a757;
}
.front-section__info-statistics div p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(16, 16, 16, 0.8);
}
.front-section h1,
.front-section h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  color: #101010;
  letter-spacing: 1px;
  margin-bottom: 35px;
}
@media (max-width: 1150px) {
  .front-section h1,
  .front-section h2 {
    font-size: 34px;
    line-height: 30px;
  }
}
.front-section h1 em,
.front-section h2 em {
  color: #01a757;
}
.front-section a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  background: #01a757;
  border-radius: 30px;
  padding: 17px 30px;
  text-decoration: none;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
  margin-bottom: 67px;
}
.front-section a::after {
  content: "";
  width: 180px;
  position: absolute;
  height: 60px;
  background-image: url(images/front-arrow-icon.svg);
  background-repeat: no-repeat;
  top: -24px;
  left: 154px;
}
@media (max-width: 768px) {
  .front-section a::after {
    width: 160px;
  }
}
.front-section a:hover {
  background: #101010;
}
.front-section__img {
  margin-bottom: -175px;
}
.front-section__img img {
  display: block;
  border-radius: 0px 312.5px 30px 30px;
  width: 625px;
  height: 775px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .front-section__img img {
    border-radius: 30px;
    width: 100%;
    height: 400px;
  }
}

.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .about-section {
    margin-bottom: 80px;
  }
}
.about-section::before {
  content: "";
  position: absolute;
  top: 88px;
  left: 0px;
  width: 457.27px;
  height: 757.74px;
  background-image: url(images/left-rectangle.png);
  z-index: -1000;
}
@media (max-width: 768px) {
  .about-section::before {
    display: none;
  }
}
.about-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1150px) {
  .about-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1150px) {
  .about-section__img {
    width: 100%;
  }
}
.about-section__img img {
  display: block;
  width: 546px;
  height: 706px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 130px 30px 30px 30px;
}
@media (max-width: 1150px) {
  .about-section__img img {
    width: 100%;
    height: 400px;
  }
}
.about-section__info {
  padding-top: 56px;
  max-width: 625px;
  width: 100%;
}
@media (max-width: 1150px) {
  .about-section__info {
    max-width: 100%;
  }
}
.about-section__info h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.about-section__info h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 1.5px;
  color: #101010;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about-section__info h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.about-section__info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: #101010;
  max-width: 516px;
  width: 100%;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 1150px) {
  .about-section__info p {
    max-width: 100%;
  }
}
.about-section__info ul {
  list-style: none;
  max-width: 516px;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0px;
}
@media (max-width: 1150px) {
  .about-section__info ul {
    max-width: 100%;
  }
}
.about-section__info ul li {
  padding-left: 47px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #101010;
  margin-bottom: 24px;
}
.about-section__info ul li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  width: 32px;
  height: 32px;
  background-image: url(images/li-point-icon.svg);
}
.about-section__info a {
  display: block;
  padding: 17px 30px 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #01a757;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
}
.about-section__info a:hover {
  background: #101010;
}

.bigtext-section {
  padding: 0px 20px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .bigtext-section {
    padding: 0 20px 40px 20px;
  }
}
.bigtext-section__wrapper {
  width: 100%;
  max-width: 1280px;
}
.bigtext-section h2 {
  margin: 0px;
  width: 100%;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 90px;
  line-height: 90px;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .bigtext-section h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
}
.bigtext-section h2:nth-child(1) {
  color: #101010;
}
.bigtext-section h2:nth-child(2) {
  color: #01a757;
  text-align: right;
}
@media (max-width: 768px) {
  .bigtext-section h2:nth-child(2) {
    text-align: center;
  }
}

.contact-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .contact-section {
    margin-bottom: 80px;
  }
}
.contact-section__container {
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .contact-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) and (max-width: 64rem) {
  .contact-section__container {
    padding: 0 1.25rem;
  }
}
.contact-section__info {
  max-width: 407px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .contact-section__info {
    max-width: 100%;
    margin-right: 0;
  }
}
.contact-section__info h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  margin-bottom: 20px;
}
.contact-section__info h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0.4px;
  color: #101010;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact-section__info h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.contact-section__info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #101010;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .contact-section__info form {
    margin-bottom: 30px;
  }
}
.contact-section__info form input {
  max-width: 407px;
  width: 100%;
  height: 56px;
  background: #ffffff;
  border: 1.5px solid #e9edef;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .contact-section__info form input {
    max-width: 100%;
  }
}
.contact-section__info form p {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .contact-section__img {
    width: 100%;
  }
}
.contact-section__img img {
  width: 595px;
  height: 770px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 130px 30px 30px;
}
@media (max-width: 768px) {
  .contact-section__img img {
    height: 400px;
    width: 100%;
  }
}

.wpcf7-form .floating-label-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
}
.wpcf7-form .floating-label-group .floating-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(16, 16, 16, 0.7);
  position: absolute;
  pointer-events: none;
  top: 17px;
  left: 20px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.wpcf7-form .floating-label-group input:focus ~ .floating-label,
.wpcf7-form .floating-label-group input:not(:focus):valid ~ .floating-label {
  top: -11px;
  bottom: 0px;
  left: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: rgba(16, 16, 16, 0.7);
  background-color: white;
  height: 15px;
}
.wpcf7-form .floating-label-group .email-val ~ .floating-label {
  top: -11px;
}
.wpcf7-form .floating-label-group input:focus {
  background: #ffffff;
  border: 1.5px solid #e9edef;
  outline: none;
}
.wpcf7-form .floating-label-group input {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #101010;
  padding: 20px;
}

.contact-section__info form input[type=submit] {
  margin-top: 30px;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  background: #01a757;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
}
.contact-section__info form input[type=submit]:hover {
  background: #101010;
}

.services-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .services-section {
    margin-bottom: 80px;
  }
}
.services-section::after {
  content: "";
  position: absolute;
  top: 72px;
  right: 0px;
  background-image: url("images/right-rectangle.png");
  width: 392px;
  height: 816.1px;
  z-index: -1000;
}
.services-section__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  margin-bottom: 20px;
}
.services-section__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .services-section__headings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.services-section__headings h2 {
  max-width: 546px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #101010;
}
@media (max-width: 768px) {
  .services-section__headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.services-section__headings p {
  max-width: 625px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
}
@media (max-width: 768px) {
  .services-section__headings p {
    padding: 30px 0px 0px;
  }
}
.services-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.services-section__wrapper-block {
  position: relative;
  overflow: hidden;
  padding: 30px;
  width: 295px;
  min-height: 366px;
  background: #ffffff;
  border: 1.5px solid #e9edef;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .services-section__wrapper-block {
    padding: 20px 20px 20px 10px;
  }
}
.services-section__wrapper-block img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-section__wrapper-block h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #101010;
}
@media (max-width: 768px) {
  .services-section__wrapper-block h3 {
    display: none;
  }
}
@media (min-width: 769px) {
  .services-section__wrapper-block:hover .services-section__wrapper-show {
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
}
.services-section__wrapper-show {
  padding: 30px;
  left: 0px;
  -webkit-transform: translate(0px, -110%);
          transform: translate(0px, -110%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transition: -webkit-transform ease-in-out 0.25s;
  transition: -webkit-transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s, -webkit-transform ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .services-section__wrapper-show {
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
    padding: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.services-section__wrapper-show-background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.services-section__wrapper-show-background::before {
  content: "";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-size: cover;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.45%, rgba(0, 81, 32, 0)), color-stop(87.43%, rgba(0, 54, 22, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(1, 167, 87, 0.5)), to(rgba(1, 167, 87, 0.5)));
  background: linear-gradient(180deg, rgba(0, 81, 32, 0) 21.45%, rgba(0, 54, 22, 0.3) 87.43%), linear-gradient(0deg, rgba(1, 167, 87, 0.5), rgba(1, 167, 87, 0.5));
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .services-section__wrapper-show-background::before {
    background: none;
  }
}
.services-section__wrapper-show-background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .services-section__wrapper-show-background img {
    display: none;
  }
}
@media (max-width: 768px) {
  .services-section__wrapper-show-info {
    margin-top: 90px;
    overflow-y: auto;
  }
}
.services-section__wrapper-show h4 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .services-section__wrapper-show h4 {
    color: #101010;
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.services-section__wrapper-show p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .services-section__wrapper-show p {
    color: #000;
    margin-bottom: 0;
    padding-right: 30px;
  }
}
.services-section__wrapper-show a {
  position: relative;
  z-index: 1000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 55px 15px 30px;
  gap: 10px;
  width: 100%;
  min-height: auto;
  background: transparent;
  border-radius: 30px;
  border: 1px solid #ffffff;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .services-section__wrapper-show a {
    padding: 8px 55px 8px 30px;
  }
}
.services-section__wrapper-show a:hover {
  background: #ffffff;
  color: #101010;
}
@media (max-width: 768px) {
  .services-section__wrapper-show a:hover {
    color: #ffffff;
  }
}
.services-section__wrapper-show a::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 32px;
  width: 21px;
  height: 24px;
  background-image: url(images/services-arrow.svg);
  -webkit-transition: background-image ease-in-out 0.25s;
  transition: background-image ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .services-section__wrapper-show a::after {
    background-image: url(images/services-active-icon.svg);
    right: 0;
    top: 8px;
  }
}
.services-section__wrapper-show a:hover::after {
  background-image: url(images/services-active-icon.svg);
}

.text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .text-section {
    margin-bottom: 80px;
  }
}
.text-section__container {
  position: relative;
  padding: 68px 30px 72px;
  border: 15px solid #e9f8ef;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .text-section__container {
    padding: 30px;
  }
}
.text-section__background {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1000;
  height: 100%;
  width: 100%;
}
.text-section__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-section h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .text-section h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.text-section p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  max-width: 628px;
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .text-section p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
.text-section a {
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #e8f4ed;
  border-radius: 30px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.text-section a:hover {
  background: #ffffff;
  color: #101010;
}

.gallery-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .gallery-section {
    margin-bottom: 80px;
  }
}
.gallery-section h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  text-align: center;
  margin-bottom: 20px;
}
.gallery-section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  letter-spacing: 0.4px;
  color: #101010;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .gallery-section h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.gallery-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .gallery-section__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.gallery-section__buttons-item {
  padding: 10px 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #101010;
  background: #f1f5f6;
  border-radius: 30px;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  cursor: pointer;
}
.gallery-section__buttons-item:hover {
  color: #01a757;
  background: #e9f8ef;
}
.gallery-section__buttons-item.active {
  background: #01a757;
  color: #ffffff;
}
.gallery-section__wrapper {
  width: 100%;
}
.gallery-section__wrapper-block:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-section__wrapper-block {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  overflow: hidden;
}
.gallery-section__wrapper-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform ease-in-out 0.25s;
  transition: -webkit-transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s, -webkit-transform ease-in-out 0.25s;
  border-radius: 30px;
}
.gallery-section__wrapper-block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  height: 358px;
  width: 100%;
}
@media (max-width: 768px) {
  .gallery-section__wrapper-block div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    height: auto;
  }
}
.gallery-section__wrapper-block div span {
  display: block;
  border-radius: 30px;
  height: 358px;
  -webkit-transition: ease-in-out transform 0.25s;
  transition: ease-in-out transform 0.25s;
}
.gallery-section__wrapper-block div span:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-section__wrapper-block div p {
  border-radius: 30px;
}
.gallery-section__wrapper-block div p:nth-child(1) {
  overflow: hidden;
  width: 66%;
}
@media (max-width: 768px) {
  .gallery-section__wrapper-block div p:nth-child(1) {
    width: 100%;
  }
}
.gallery-section__wrapper-block div span:nth-child(1) {
  display: block;
  width: 100%;
}
.gallery-section__wrapper-block div p:nth-child(2) {
  overflow: hidden;
  width: 31%;
}
@media (max-width: 768px) {
  .gallery-section__wrapper-block div p:nth-child(2) {
    width: 100%;
  }
}
.gallery-section__wrapper-block div span:nth-child(2) {
  display: block;
  width: 100%;
}
.gallery-section__wrapper-block div:nth-child(even) p:nth-child(1) {
  overflow: hidden;
  width: 31%;
}
@media (max-width: 768px) {
  .gallery-section__wrapper-block div:nth-child(even) p:nth-child(1) {
    width: 100%;
  }
}
.gallery-section__wrapper-block div:nth-child(even) span:nth-child(1) {
  width: 100%;
}
.gallery-section__wrapper-block div:nth-child(even) p:nth-child(2) {
  overflow: hidden;
  width: 66%;
}
@media (max-width: 768px) {
  .gallery-section__wrapper-block div:nth-child(even) p:nth-child(2) {
    width: 100%;
  }
}
.gallery-section__wrapper-block div:nth-child(even) span:nth-child(2) {
  width: 100%;
}

.pagination-front-section {
  position: relative;
  padding: 164px 131px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1150px) {
  .pagination-front-section {
    padding: 100px 0px 0px;
  }
}
.pagination-front-section__background {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: -1000;
}
.pagination-front-section__background img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.pagination-front-section__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 1150px) {
  .pagination-front-section__route {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .pagination-front-section__route {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
}
.pagination-front-section__route a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #101010;
  text-decoration: none;
  margin-right: 10px;
  -webkit-transition: color ease-in-out 0.25s;
  transition: color ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .pagination-front-section__route a {
    margin-right: 0px;
  }
}
.pagination-front-section__route a:hover {
  text-decoration-line: underline;
  color: #01a757;
}
.pagination-front-section__route-disable {
  color: #959595;
}
.pagination-front-section__route-disable:hover {
  text-decoration-line: none;
  color: #959595;
  cursor: auto;
}
.pagination-front-section__route div {
  width: 5px;
  height: 5px;
  background: #01a757;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .pagination-front-section__route div {
    margin-right: 0px;
  }
}
.pagination-front-section__route .breadcrumb_last {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #959595;
}
@media (max-width: 768px) {
  .pagination-front-section__route .breadcrumb_last {
    text-align: center;
  }
}
.pagination-front-section__headings {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .pagination-front-section__headings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pagination-front-section__headings h2,
.pagination-front-section__headings h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 64px;
  color: #101010;
  margin: 0px 0px 50px;
}
@media (max-width: 1150px) {
  .pagination-front-section__headings h2,
  .pagination-front-section__headings h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0px 0px 30px;
  }
}
@media (max-width: 576px) {
  .pagination-front-section__headings h2,
  .pagination-front-section__headings h1 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.pagination-front-section__headings a {
  display: block;
  padding: 12px 30px;
  left: 1246px;
  top: 5px;
  color: #ffffff;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  background: #01a757;
  margin-bottom: 50px;
}
.pagination-front-section__headings p {
  max-width: 624px;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #101010;
  margin-bottom: 50px;
}
.pagination-front-section__img {
  border-radius: 30px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 1280px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -160px;
}
.pagination-front-section__img iframe {
  width: 100%;
}
.pagination-front-section__img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.pagination-front-section-img {
  margin-bottom: 300px;
}
@media (max-width: 1150px) {
  .pagination-front-section-img {
    margin-bottom: 250px;
  }
}

.versus-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .versus-section {
    margin-bottom: 80px;
  }
}
.versus-section::before {
  content: "";
  position: absolute;
  z-index: -1000;
  top: 270px;
  left: 0px;
  width: 375.68px;
  height: 757.74px;
  background-image: url(images/left-rectangle.png);
}
@media (max-width: 768px) {
  .versus-section::before {
    display: none;
  }
}
.versus-section__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #01a757;
  margin: 0;
  margin-bottom: 20px;
}
.versus-section__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #101010;
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .versus-section__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .versus-section__title {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.versus-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .versus-section__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.versus-section__text p {
  max-width: 625px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
}
@media (max-width: 768px) {
  .versus-section__text p {
    max-width: 100%;
  }
}
.versus-section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 768px) {
  .versus-section__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.versus-section__images img {
  border-radius: 30px;
  display: block;
  width: calc(33.3333333333% - 40px);
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .versus-section__images img {
    max-width: 385px;
    width: 100%;
  }
}

.benefits-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .benefits-section {
    margin-bottom: 80px;
  }
}
.benefits-section::after {
  z-index: -1000;
  content: "";
  position: absolute;
  top: 150px;
  right: 0px;
  width: 319px;
  height: 757.74px;
  background-image: url("images/right-rectangle.png");
}
@media (max-width: 768px) {
  .benefits-section::after {
    display: none;
  }
}
.benefits-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .benefits-section__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.benefits-section__info h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  margin-bottom: 20px;
}
.benefits-section__info h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #101010;
  max-width: 546px;
}
@media (max-width: 576px) {
  .benefits-section__info h2 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.benefits-section__info p {
  max-width: 625px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
  margin-bottom: 24px;
}
.benefits-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.benefits-section__wrapper-block {
  max-width: 295px;
  width: 100%;
  background: #ffffff;
  border: 1.5px solid #e9edef;
  border-radius: 30px;
  padding: 30px;
}
.benefits-section__wrapper-block img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.benefits-section__wrapper-block h4 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #101010;
  margin: 0px;
  margin-bottom: 16px;
}
.benefits-section__wrapper-block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
}

.black-text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .black-text-section {
    margin-bottom: 80px;
  }
}
.black-text-section .container {
  position: relative;
  border: 15px solid #e5e7e7;
  border-radius: 30px;
  padding: 62px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .black-text-section .container {
    padding: 30px;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.black-text-section__background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1000;
}
.black-text-section__background img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 576px) {
  .black-text-section__info {
    width: 100%;
  }
}
.black-text-section h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .black-text-section h3 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
.black-text-section p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 628px;
  width: 100%;
  color: #ffffff;
}
.black-text-section a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid #e8f4ed;
  border-radius: 30px;
}

.accordion-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .accordion-section {
    margin-bottom: 80px;
  }
}
.accordion-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 375.68px;
  height: 757.74px;
  background-image: url("images/left-rectangle.png");
  z-index: -1000;
}
@media (max-width: 768px) {
  .accordion-section::before {
    display: none;
  }
}
.accordion-section::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 391px;
  height: 786.27px;
  background-image: url("images/right-rectangle.png");
  z-index: -1000;
}
@media (max-width: 768px) {
  .accordion-section::after {
    display: none;
  }
}
.accordion-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordion-section h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  text-align: center;
  margin-bottom: 20px;
}
.accordion-section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #101010;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .accordion-section h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.accordion-section__wrapper {
  max-width: 846px;
  width: 100%;
}
.accordion-section__wrapper-block {
  background: #ffffff;
  border: 1px solid #e9edef;
  border-radius: 30px;
  padding: 30px 30px 5px 30px;
  margin-bottom: 15px;
}
.accordion-section__wrapper-block h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #101010;
  position: relative;
  margin: 0px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: ease-in-out 0.25s color;
  transition: ease-in-out 0.25s color;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-section__wrapper-block h4 span {
  max-width: calc(100% - 40px);
  width: 100%;
}
.accordion-section__wrapper-block h4:hover {
  color: #01a757;
}
@media (max-width: 768px) {
  .accordion-section__wrapper-block h4:hover {
    color: #101010;
  }
}
.accordion-section__wrapper-block h4:hover::after {
  background-image: url("images/accordion-hover-collapsed.svg");
}
@media (max-width: 768px) {
  .accordion-section__wrapper-block h4:hover::after {
    background-image: url("images/accotdion-open-icon.svg");
  }
}
.accordion-section__wrapper-block h4::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: -8px;
  top: -8px;
  background: #e9f8ef;
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.25s;
  transition: opacity ease-in-out 0.25s;
}
.accordion-section__wrapper-block h4:hover::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .accordion-section__wrapper-block h4:hover::before {
    opacity: 0;
  }
}
.accordion-section__wrapper-block h4::after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background-image: url("images/accotdion-open-icon.svg");
  -webkit-transition: ease-in-out 0.25s background-image;
  transition: ease-in-out 0.25s background-image;
  z-index: 2;
}
.accordion-section__wrapper-block h4.active {
  color: #01a757;
}
.accordion-section__wrapper-block h4.active::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
  background-image: url("images/accordion-colapsed-icon.svg");
}
.accordion-section__wrapper-block p {
  height: 0px;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #2e2e2e;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.accordion-section__wrapper-block p.active {
  margin-bottom: 25px;
}

.locations-section {
  width: 100%;
  position: relative;
  padding: 140px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .locations-section {
    padding: 40px 0px;
    margin-bottom: 80px;
  }
}
.locations-section__backround {
  z-index: -1000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.locations-section__backround img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.locations-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.locations-section h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  text-align: center;
  margin-bottom: 20px;
}
.locations-section h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #101010;
  margin-bottom: 30px;
}
.locations-section p {
  max-width: 640px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 80px;
}
.locations-section__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.locations-section__wrapper-block {
  display: block;
  max-width: 295px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e9edef;
  border-radius: 30px;
  padding: 20px;
  cursor: pointer;
  text-decoration: none;
}
.locations-section__wrapper-block:hover h4 {
  color: #01a757;
}
.locations-section__wrapper-block:hover h4::after {
  background-image: url("images/location-arrow-active.svg");
}
.locations-section__wrapper-block:hover h4::before {
  background: #e9f8ef;
}
.locations-section__wrapper-block h4 {
  margin: 9px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #101010;
  position: relative;
  -webkit-transition: color ease-in-out 0.25s;
  transition: color ease-in-out 0.25s;
}
.locations-section__wrapper-block h4::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url("images/location-arrow-icon.svg");
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
}
.locations-section__wrapper-block h4::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -3px;
  width: 40px;
  height: 40px;
  background: #f1f5f6;
  border-radius: 40px;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
}

.blog-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .blog-section {
    margin-bottom: 80px;
  }
}
.blog-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
.blog-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .blog-section__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}
.blog-section__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.blog-section__categories-item,
.blog-section__categories a {
  background: #f1f5f6;
  color: #101010;
  border-radius: 30px;
  padding: 10px 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.blog-section__categories-item.active,
.blog-section__categories a.active {
  background: #01a757;
  color: #ffffff;
}
.blog-section__categories input[type=radio] {
  display: none;
}
.blog-section__categories .item-filter {
  display: inline-block;
  padding: 7px 12px;
  cursor: pointer;
  background: #f1f5f6;
  border-radius: 30px;
}
.blog-section__categories .tags__filter-all {
  border: 0px solid #ccc;
  padding: 7px 0;
  cursor: pointer;
}
.blog-section__categories input[type=radio]:checked + .item-filter {
  background: #01a757;
  color: #ffffff;
}
.blog-section__select select {
  padding: 0px 17px;
  width: 270px;
  height: 39px;
  background: #f1f5f6;
  border-radius: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #101010;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px);
}
.blog-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-section__post {
  max-width: 406px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e9edef;
  border-radius: 30px;
}
.blog-section__post img {
  display: block;
  width: 100%;
  height: 301px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 30px;
}
.blog-section__post-info {
  padding: 0px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog-section__post-info-tag {
  padding: 6px 17px;
  background: #f1f5f6;
  border-radius: 30px;
}
.blog-section__post-info div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.blog-section__post p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
}
.blog-section__post p span:nth-child(2) {
  width: 5px;
  height: 5px;
  background: #01a757;
  border-radius: 50%;
}
.blog-section__post a {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #101010;
  text-decoration: none;
  -webkit-transition: color ease-in-out 0.25s;
  transition: color ease-in-out 0.25s;
}
.blog-section__post a:hover {
  color: #01a757;
}
.blog-section__more {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: block;
  margin: 50px auto 0px;
  padding: 17px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #01a757;
  border: 1.5px solid #01a757;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.blog-section__more:hover {
  background: #01a757;
  color: #ffffff;
}
.blog-section__sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  text-align: center;
  margin-bottom: 20px;
}
.blog-section__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #101010;
  margin-bottom: 80px;
}
.blog-section__all-posts {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-section__all-posts a {
  padding: 15px 30px;
  background: #01a757;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
}
.blog-section__all-posts a:hover {
  background: #101010;
  color: #ffffff;
}

.post-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .post-section {
    margin-bottom: 80px;
  }
}
.post-section::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 391px;
  height: 786.27px;
  background-image: url("images/right-rectangle.png");
  z-index: -1000;
}
.post-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.post-section__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.post-section__top-info img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.post-section__top-info h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #606060;
  margin-bottom: 6px;
}
.post-section__top-info h3 b {
  font-weight: 600;
  color: #343434;
}
.post-section__top-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #606060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-section__top-info p span {
  display: block;
  width: 5px;
  height: 5px;
  background: #01a757;
  border-radius: 50%;
}
.post-section__top-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.post-section__top-tags div {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #101010;
  padding: 10px 17px;
  background: #f1f5f6;
  border-radius: 30px;
}
.post-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .post-section__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.post-section__bottom-left {
  max-width: 734px;
  width: 100%;
}
@media (max-width: 768px) {
  .post-section__bottom-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.post-section__bottom-left h2 {
  margin-top: 60px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #101010;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .post-section__bottom-left h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 40px;
  }
}
.post-section__bottom-left h3,
.post-section__bottom-left h4,
.post-section__bottom-left h5,
.post-section__bottom-left h6 {
  margin-bottom: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #101010;
}
.post-section__bottom-left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #101010;
  margin-bottom: 20px;
}
.post-section__bottom-left a {
  color: #01a757;
  text-decoration: none;
}
.post-section__bottom-left a:hover {
  text-decoration: underline;
}
.post-section__bottom-left img {
  margin: 60px 0px;
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .post-section__bottom-left img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .post-section__bottom-left img {
    margin: 40px 0px;
  }
}
.post-section__bottom-left ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 20px;
}
.post-section__bottom-left ul li {
  padding-left: 47px;
  position: relative;
  margin-bottom: 15px;
}
.post-section__bottom-left ul li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0px;
  width: 32px;
  height: 32px;
  background-image: url("images/li-point-icon.svg");
}
.post-section__bottom-left .wp-block-quote {
  background: #e9f8ef;
  border-radius: 30px;
  padding: 25px 30px 25px 135px;
  position: relative;
}
@media (max-width: 768px) {
  .post-section__bottom-left .wp-block-quote {
    margin: 0 auto;
    padding: 85px 30px 10px 30px;
  }
}
.post-section__bottom-left .wp-block-quote::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 35px;
  width: 85px;
  height: 65.43px;
  background-image: url("images/quote-icon.svg");
  background-size: cover;
}
@media (max-width: 768px) {
  .post-section__bottom-left .wp-block-quote::before {
    width: 65px;
    height: 50px;
  }
}
.post-section__bottom-left .wp-block-quote p {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #101010;
}
.post-section__bottom-line {
  width: 100%;
  height: 1px;
  background-color: #f1f5f6;
  margin: 60px 0px 24px;
}
.post-section__bottom-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .post-section__bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.post-section__bottom-rigth {
  margin-top: 60px;
  max-width: 407px;
  position: relative;
}
@media (max-width: 768px) {
  .post-section__bottom-rigth {
    margin-top: 0px;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.post-section__bottom-rigth div {
  position: sticky;
  top: 170px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  border: 1px solid #e9edef;
  padding: 30px 30px 10px;
}
.post-section__bottom-rigth h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #101010;
  margin-bottom: 25px;
}
.post-section__bottom-rigth p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #606060;
  margin-bottom: 20px;
  cursor: pointer;
}
.post-section__bottom-rigth p:hover {
  color: #01a757 !important;
}
.post-section__bottom-rigth p span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #01a757;
}

.wp_ulike_general_class button {
  display: block !important;
  -webkit-transition: ease-in-out background 0.25s;
  transition: ease-in-out background 0.25s;
  background: #f1f5f6 !important;
  min-height: 0px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #101010 !important;
  padding: 11px 30px 11px 60px !important;
  background: #f1f5f6 !important;
  border-radius: 24px !important;
  position: relative !important;
  cursor: pointer !important;
  transition: ease-in-out background 0.25s !important;
}
.wp_ulike_general_class button span {
  visibility: visible !important;
}
.wp_ulike_general_class button::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 30px;
  width: 20px;
  height: 20px;
  background: url("images/like-gray.svg");
  -webkit-transition: ease-in-out background 0.25s;
  transition: ease-in-out background 0.25s;
}
.wp_ulike_general_class button:hover {
  background: #e9f8ef;
}
.wp_ulike_general_class button:hover button {
  background: #e9f8ef !important;
}
.wp_ulike_general_class button:hover::before {
  background: url("images/like-hover.svg");
}

.wp_ulike_is_liked {
  background: #e9f8ef;
  border-radius: 24px !important;
}
.wp_ulike_is_liked button {
  background: #e9f8ef !important;
}
.wp_ulike_is_liked button::before {
  background: url("images/like-active.svg");
}
.wp_ulike_is_liked button:hover::before {
  background: url("images/like-active.svg");
}

.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socials a {
  position: relative;
  display: block;
  background-color: #f3f4f5;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
}
.socials a:hover {
  background-color: #e9f8ef !important;
}
.socials a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
}
.socials a span {
  display: none !important;
}
.socials a:nth-child(1) {
  margin-left: 15px;
}
.socials a:nth-child(1)::before {
  background-image: url("images/twiter-icon.svg");
}
.socials a:nth-child(2)::before {
  background-image: url("images/facebook-icon.svg");
}
.socials a:nth-child(3)::before {
  background-image: url("images/pinter-icon.svg");
}

.our-contacts-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .our-contacts-section {
    margin-bottom: 80px;
  }
}
.our-contacts-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1150px) {
  .our-contacts-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.our-contacts-section__left {
  max-width: 546px;
  width: 100%;
  height: 707px;
  border-radius: 130px 0px 0px 0px;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .our-contacts-section__left {
    max-width: 100%;
    border-radius: 30px;
    height: 400px;
  }
}
.our-contacts-section__right {
  max-width: 625px;
  width: 100%;
}
@media (max-width: 1150px) {
  .our-contacts-section__right {
    max-width: 100%;
  }
}
.our-contacts-section__sub-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  margin-bottom: 20px;
}
.our-contacts-section__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #101010;
  margin-bottom: 40px;
}
.our-contacts-section__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #101010;
  margin-bottom: 50px;
}
.our-contacts-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
.our-contacts-section__wrapper-block {
  width: 100%;
  max-width: 297.5px;
  background: #ffffff;
  border: 1.5px solid #e9edef;
  border-radius: 30px;
  padding: 25px 20px;
}
.our-contacts-section__wrapper-block img {
  display: block;
  width: 56px;
  height: 56px;
}
.our-contacts-section__wrapper-block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.our-contacts-section__wrapper-block div div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.our-contacts-section__wrapper-block div h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #101010;
}
.our-contacts-section__wrapper-block div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #101010;
}
.our-contacts-section__wrapper-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 44px;
  width: 100%;
  border: 1.5px solid #01a757;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #101010;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
}
.our-contacts-section__wrapper-block a:hover {
  background: #01a757;
  color: #ffffff;
}
.our-contacts-section__button {
  display: block;
  background: #01a757;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
}
@media (max-width: 1150px) {
  .our-contacts-section__button {
    margin: 0 auto;
  }
}
.our-contacts-section__button:hover {
  background: #101010;
  color: white;
}

.testimonials-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials-section {
    padding-bottom: 80px;
  }
}
.testimonials-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 375.68px;
  height: 757.74px;
  background-image: url("images/left-rectangle.png");
  z-index: -1000;
}
.testimonials-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.testimonials-section__text h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  margin-bottom: 20px;
}
.testimonials-section__text h2 {
  max-width: 516px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #101010;
}
@media (max-width: 768px) {
  .testimonials-section__text h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.testimonials-section__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.testimonials-section__arrows div {
  position: static;
  width: 56px;
  height: 56px;
  background: #e9f8ef;
  border-radius: 40px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .testimonials-section__arrows div {
    display: none;
  }
}
.testimonials-section__arrows div::after {
  content: "";
}
.testimonials-section__arrows div path {
  fill: #01a757;
}
.testimonials-section__arrows div.swiper-button-disabled {
  background: #f1f5f6;
}
.testimonials-section__arrows div.swiper-button-disabled path {
  fill: #101010;
}
.testimonials-section .swiper-offset {
  width: 100vw;
}
@media (max-width: 768px) {
  .testimonials-section .swiper-offset {
    width: calc(100vw - 50px) !important;
  }
}
.testimonials-section .testimonialsSwiper {
  width: 100%;
}
.testimonials-section .testimonialsSwiper .swiper-slide.w-auto {
  width: auto;
  height: auto;
}
.testimonials-section .testimonialsSwiper .testimonials-item {
  width: 347px;
  height: 85%;
  padding: 30px;
  background: #ffffff;
  border: 1.5px solid #e9edef;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .testimonials-section .testimonialsSwiper .testimonials-item {
    width: 70vw;
    margin: 0 auto;
  }
}
.testimonials-section .testimonialsSwiper .testimonials-item__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}
.testimonials-section .testimonialsSwiper .testimonials-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials-section .testimonialsSwiper .testimonials-item__title {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
.testimonials-section .testimonialsSwiper .testimonials-item__text {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #101010;
  margin-bottom: 33px;
}
.testimonials-section .testimonialsSwiper .testimonials-item__user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.testimonials-section .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testimonials-section .swiper-pagination-bullet {
  width: 18px;
  height: 4px;
  border-radius: 18px;
  background: #01a757;
}
@media (min-width: 768px) {
  .testimonials-section .swiper-pagination-bullet {
    display: none;
  }
}

.locations-section_blocke {
  width: 100%;
  position: relative;
  padding: 120px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .locations-section_blocke {
    padding: 40px 0px;
    margin-bottom: 80px;
  }
}
.locations-section_blocke__backround {
  z-index: -1000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.locations-section_blocke__backround img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.locations-section_blocke .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.locations-section_blocke h3 {
  text-align: center;
  color: #01a757;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.locations-section_blocke h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #101010;
  margin-bottom: 30px;
}
.locations-section_blocke p {
  max-width: 640px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 60px;
}
.locations-section_blocke .versus-section__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.locations-section_blocke__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.locations-section_blocke__wrapper-block {
  display: block;
  max-width: 295px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #e9edef;
  border-radius: 30px;
  padding: 20px;
  cursor: pointer;
  text-decoration: none;
}
.locations-section_blocke__wrapper-block:hover h4 {
  color: #01a757;
}
.locations-section_blocke__wrapper-block:hover h4::after {
  background-image: url("images/location-arrow-active.svg");
}
.locations-section_blocke__wrapper-block:hover h4::before {
  background: #e9f8ef;
}
.locations-section_blocke__wrapper-block h4 {
  margin: 9px 0px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #101010;
  position: relative;
  -webkit-transition: color ease-in-out 0.25s;
  transition: color ease-in-out 0.25s;
}
.locations-section_blocke__wrapper-block h4::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: url("images/location-arrow-icon.svg");
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
}
.locations-section_blocke__wrapper-block h4::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -3px;
  width: 40px;
  height: 40px;
  background: #f1f5f6;
  border-radius: 40px;
  -webkit-transition: background ease-in-out 0.25s;
  transition: background ease-in-out 0.25s;
}
.locations-section_blocke .image-stadte {
  position: relative;
  -ms-flex-preferred-size: calc((100% - 90px) / 4);
      flex-basis: calc((100% - 90px) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1050px) {
  .locations-section_blocke .image-stadte {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
@media (max-width: 768px) {
  .locations-section_blocke .image-stadte {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin: 0 auto;
  }
}
.locations-section_blocke .image-stadte .stadtname {
  margin: 0 auto;
  padding: 0 0 0px 0;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #101010;
  width: 100%;
  margin: 20px 0 0 0;
  text-transform: none;
  text-align: start;
}
.locations-section_blocke .image-stadte p {
  text-align: start;
  margin-bottom: 0;
}
.locations-section_blocke .image-stadte img {
  width: 100%;
}
@media (max-width: 768px) {
  .locations-section_blocke .image-stadte img {
    max-width: none;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .locations-section_blocke .versus-section__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.locations-section_blocke .beschreibung {
  margin-top: 10px;
}
.locations-section_blocke .image-stadtname {
  position: relative;
}

.services-section-klein {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .services-section-klein {
    margin-bottom: 80px;
  }
}
.services-section-klein::after {
  content: "";
  position: absolute;
  top: 72px;
  right: 0px;
  background-image: url("images/right-rectangle.png");
  width: 392px;
  height: 816.1px;
  z-index: -1000;
}
.services-section-klein__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #01a757;
  margin-bottom: 20px;
}
.services-section-klein__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-bottom: 121px;
}
@media (max-width: 768px) {
  .services-section-klein__headings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
}
.services-section-klein__headings h2 {
  max-width: 546px;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.01em;
  color: #101010;
}
@media (max-width: 768px) {
  .services-section-klein__headings h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
.services-section-klein__headings p {
  max-width: 625px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2e2e2e;
}
@media (max-width: 768px) {
  .services-section-klein__headings p {
    padding: 30px 0px 0px;
  }
}
.services-section-klein__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 25px;
}
.services-section-klein__wrapper-block {
  position: relative;
  overflow: hidden;
  padding: 30px;
  width: 297px;
  min-height: 200px;
  background: #ffffff;
  border: 1.5px solid #e9edef;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-section-klein__wrapper-block img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-section-klein__wrapper-block h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #101010;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 205px;
}
.services-section-klein__wrapper-block:hover .services-section-klein__wrapper-show {
  -webkit-transform: translate(0px, -30px);
          transform: translate(0px, -30px);
}
.services-section-klein__wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 8px;
}
.services-section-klein__wrapper-title svg {
  width: 24px;
  height: 24px;
}
.services-section-klein__wrapper-show {
  padding: 30px 10px;
  left: 0px;
  -webkit-transform: translate(0px, -120%);
          transform: translate(0px, -120%);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-transition: -webkit-transform ease-in-out 0.25s;
  transition: -webkit-transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s;
  transition: transform ease-in-out 0.25s, -webkit-transform ease-in-out 0.25s;
}
@media (max-width: 768px) {
  .services-section-klein__wrapper-show {
    -webkit-transform: translate(0px, -30px);
            transform: translate(0px, -30px);
  }
}
.services-section-klein__wrapper-show-background {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.services-section-klein__wrapper-show-background::before {
  content: "";
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background-size: cover;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.45%, rgba(0, 81, 32, 0)), color-stop(87.43%, rgba(0, 54, 22, 0.3))), -webkit-gradient(linear, left bottom, left top, from(rgba(1, 167, 87, 0.5)), to(rgba(1, 167, 87, 0.5)));
  background: linear-gradient(180deg, rgba(0, 81, 32, 0) 21.45%, rgba(0, 54, 22, 0.3) 87.43%), linear-gradient(0deg, rgba(1, 167, 87, 0.5), rgba(1, 167, 87, 0.5));
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.services-section-klein__wrapper-show-background img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.services-section-klein__wrapper-show h4 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.services-section-klein__wrapper-show p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.services-section-klein__wrapper-show a {
  position: relative;
  z-index: 1000;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 55px 15px 10px;
  gap: 10px;
  width: 100%;
  min-height: auto;
  background: transparent;
  border-radius: 30px;
  border: 1px solid #ffffff;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  margin-top: 20px;
}
.services-section-klein__wrapper-show a:hover {
  background: #ffffff;
  color: #101010;
}
.services-section-klein__wrapper-show a::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 32px;
  width: 21px;
  height: 24px;
  background-image: url(images/services-arrow.svg);
  -webkit-transition: background-image ease-in-out 0.25s;
  transition: background-image ease-in-out 0.25s;
}
.services-section-klein__wrapper-show a:hover::after {
  background-image: url(images/services-active-icon.svg);
}

.video-block {
  margin-bottom: 120px;
  margin-top: -150px;
}
@media (max-width: 768px) {
  .video-block {
    margin-bottom: 80px;
    margin-top: -30px;
  }
}
.video-block .video-block_wrap {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .video-block .video-block_wrap {
    width: 80%;
  }
}
.video-block .video-block_wrap video {
  border-radius: 30px;
}

.absatztext {
  color: #01a757;
}
.absatztext .container {
  padding: 200px 80px 100px 80px;
}
@media (max-width: 768px) {
  .absatztext .container {
    padding: 180px 30px 60px 30px;
  }
}
@media (max-width: 480px) {
  .absatztext .container {
    padding: 150px 20px 60px 20px;
  }
}
.absatztext .container h2 {
  font-weight: 700;
  font-size: 62px;
  margin-bottom: 100px;
  line-height: 18px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .absatztext .container h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .absatztext .container h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.absatztext .container h3 {
  margin: 60px 0 20px 0;
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
}
@media (max-width: 768px) {
  .absatztext .container h3 {
    font-size: 32px;
    margin: 40px 0 20px 0;
  }
}
@media (max-width: 480px) {
  .absatztext .container h3 {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
}
.absatztext .container h5 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.absatztext .container p {
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
  margin-bottom: 8px;
}

.versus-section_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .versus-section_new {
    margin-bottom: 80px;
  }
}
.versus-section_new::before {
  content: "";
  position: absolute;
  z-index: -1000;
  top: 270px;
  left: 0px;
  width: 375.68px;
  height: 757.74px;
  background-image: url(images/left-rectangle.png);
}
@media (max-width: 768px) {
  .versus-section_new::before {
    display: none;
  }
}
.versus-section_new__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #01a757;
  margin: 0;
  margin-bottom: 20px;
}
.versus-section_new__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #101010;
  margin: 0;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .versus-section_new__title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .versus-section_new__title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
.versus-section_new .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .versus-section_new .list .list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.versus-section_new .list .list-item .item-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .versus-section_new .list .list-item .item-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
.versus-section_new .list .list-item .item-text p {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}
.versus-section_new .list .list-item .item-text p + p {
  margin-top: 15px;
}
.versus-section_new .list .list-item .item-bilder {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #e9edef;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .versus-section_new .list .list-item .item-bilder {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.versus-section_new .list .list-item .item-bilder .item-bild {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.versus-section_new .galerie_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .versus-section_new .galerie_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.versus-section_new .galerie_footer .galerie_footer-bild {
  padding: 0 30px;
  border-radius: 30px;
  border: 1.5px solid #e9edef;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .versus-section_new .galerie_footer .galerie_footer-bild {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media (max-width: 567px) {
  .versus-section_new .galerie_footer .galerie_footer-bild {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

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

/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          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;
}/*# sourceMappingURL=style.css.map */