/* ==========================
   Abstracts
========================== */
/* ==========================
   Base
========================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[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; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Bold.woff2") format("woff2"), url("../fonts/CeraPro-Bold.woff") format("woff"), url("../fonts/CeraPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Medium.woff2") format("woff2"), url("../fonts/CeraPro-Medium.woff") format("woff"), url("../fonts/CeraPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cera Pro";
  src: url("../fonts/CeraPro-Regular.woff2") format("woff2"), url("../fonts/CeraPro-Regular.woff") format("woff"), url("../fonts/CeraPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Inter";
  font-weight: normal;
  background: #F7F5EF;
  color: #2F332A;
  padding-top: 70px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  color: #6B7753;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-family: "Cera Pro";
}

p {
  font-family: "Inter";
  line-height: 150%;
  font-size: 15px;
}

main {
  overflow: hidden;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

.overlay {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #EDEDED;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  top: 0;
}
.header__row {
  align-items: center;
  height: 70px;
  position: relative;
}
.header__social {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__right {
  margin-left: auto;
  align-items: center;
  gap: 50px;
}
.header.is-fixed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .header__right {
    gap: 30px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.col-6 {
  width: 50%;
  padding: 0 10px;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

[class^=col-] {
  padding: 0 10px;
}

.col-3 {
  width: 25%;
  padding: 0 10px;
}

.col-4 {
  width: 33.3333%;
  padding: 0 10px;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-5 {
  width: 41.66%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

[class^=icon] {
  display: inline-block;
}

.icon-wa1 {
  width: 35px;
  height: 36px;
  background: url(../images/icons/wa1.svg) no-repeat center;
}

.icon-tg1 {
  width: 35px;
  height: 36px;
  background: url(../images/icons/tg1.svg) no-repeat center;
}

.icon-c1 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon1.svg) no-repeat center;
}

.icon-c2 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon2.svg) no-repeat center;
}

.icon-c3 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon3.svg) no-repeat center;
}

.icon-c4 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon4.svg) no-repeat center;
}

.icon-c5 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon5.svg) no-repeat center;
}

.icon-c6 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon6.svg) no-repeat center;
}

.icon-c7 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon7.svg) no-repeat center;
}

.icon-c8 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon8.svg) no-repeat center;
}

.icon-c9 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon9.svg) no-repeat center;
}

.icon-c10 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon10.svg) no-repeat center;
}

.icon-c11 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon11.svg) no-repeat center;
}

.icon-c12 {
  width: 40px;
  height: 42px;
  background: url(../images/icons/c-icon12.svg) no-repeat center;
}

.icon-link {
  width: 15px;
  height: 15px;
  background: url(../images/icons/link.svg) no-repeat center;
}

.icon-wa2 {
  width: 40px;
  height: 40px;
  background: url(../images/icons/wa2.svg) no-repeat center;
}

.icon-tg2 {
  width: 40px;
  height: 36px;
  background: url(../images/icons/tg2.svg) no-repeat center;
}

.icon-phone {
  width: 40px;
  height: 40px;
  background: url(../images/icons/phone.svg) no-repeat center;
}

.icon-mail {
  width: 40px;
  height: 40px;
  background: url(../images/icons/mail.svg) no-repeat center;
}

.navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 30px;
}
.navigation > li > a {
  text-decoration: none;
  color: #2F332A;
  display: flex;
  height: 70px;
  position: relative;
  align-items: center;
  overflow: hidden;
}
.navigation > li > a:after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  bottom: -3px;
  background: #6B7753;
  transition: all ease 0.3s;
}
.navigation > li > a:hover:after {
  bottom: 0;
}
.navigation > li > a.active:after {
  height: 3px;
}
.navigation > li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.megamenu {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  top: 71px;
  transition: all ease 0.3s;
  transform: translate(0, 20px);
  opacity: 0;
  visibility: hidden;
}
.megamenu__text .megamenu__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
}
.megamenu__text p {
  font-size: 13px;
  opacity: 0.5;
}
.megamenu__col {
  width: 25%;
  padding-right: 20px;
  border-right: 1px solid #E5E5E5;
}
.megamenu__col:last-child {
  border-right: 0;
}
.megamenu__list {
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none;
}
.megamenu__list li {
  margin-bottom: 15px;
}
.megamenu__list li:last-child {
  margin-bottom: 0;
}
.megamenu__list li a {
  font-size: 14px;
  position: relative;
  color: #2F332A;
}
.megamenu__list li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 9px;
  background: url(../images/icons/arrow1.svg) no-repeat center;
  left: -20px;
  top: 5px;
  transition: all ease 0.3s;
}
.megamenu__list li a:hover {
  text-decoration: none;
  color: #6B7753;
}
.megamenu__list li a:hover:before {
  transform: translate(3px, 0);
}

.menu-item__toggle {
  display: none;
}

.menu-btn {
  position: relative;
  width: 40px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  display: none;
  background: transparent;
  border: none;
}
.menu-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 3px;
  border-radius: 1.5px;
  background: #6B7753;
  transform: translateY(-50%);
  transition: background 0.3s ease 0.3s, transform 0.5s ease;
}
.menu-btn span::before, .menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 3px;
  background: #6B7753;
  border-radius: 1.5px;
}
.menu-btn span::before {
  top: -12px;
  transition: top 0.3s ease, transform 0.3s ease;
}
.menu-btn span::after {
  top: 12px;
  transition: top 0.3s ease, transform 0.3s ease;
}
.menu-btn.active span {
  background: transparent;
  transform: translateY(-50%) rotate(-90deg);
  transition: background 0.3s ease, transform 0.5s ease;
}
.menu-btn.active span::before {
  top: 0;
  transform: rotate(-45deg);
  transition-delay: 0.5s;
}
.menu-btn.active span::after {
  top: 0;
  transform: rotate(45deg);
  transition-delay: 0.5s;
}

@media (max-width: 1200px) {
  .navigation {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .menu-btn {
    display: block;
  }
  .navigation {
    position: absolute;
    height: 100vh;
    top: 70px;
    right: -15px;
    background: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 250px;
    gap: 0;
    overflow: auto;
    transform: translateY(20px) scale(0.95);
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .navigation.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
  .navigation > li {
    position: relative;
  }
  .navigation > li > a {
    height: auto;
    display: block;
    border-bottom: 1px solid #DAE3BF;
    padding: 14px 20px;
  }
  .navigation > li > a:after {
    display: none;
  }
  .navigation > li.is-open {
    background: #F4FAE3;
  }
  .megamenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    padding: 20px 0;
    box-shadow: none;
    display: none;
    transition: none;
    border-bottom: 1px solid #DAE3BF;
  }
  .megamenu__text-col {
    display: none;
  }
  .megamenu__inner {
    flex-direction: column;
  }
  .megamenu__col {
    width: 100%;
  }
  .menu-item__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 47.39px;
    width: 47.39px;
    right: 0;
    top: 0;
    background: transparent;
    outline: none;
    border: none;
    border-left: 1px solid #e6e6e6;
    z-index: 2;
  }
  .menu-item__toggle:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    transition: all ease 0.3s;
    background: url(../images/icons/down.svg) no-repeat center;
  }
  .menu-item__toggle.active:before {
    transform: rotate(180deg);
  }
}
.footer {
  background: #2F332A;
  padding: 30px 0;
  color: #fff;
}

.footer-text h3 {
  margin: 0 0 12px;
  font-weight: 500;
}
.footer-text p {
  opacity: 0.7;
  font-size: 14px;
  margin: 0;
}

.footer-row {
  justify-content: space-between;
  margin-bottom: 28px;
}

.footer-item h4 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
}
.footer-item a {
  color: #fff;
  font-family: "Cera Pro";
}
.footer-item a:hover {
  color: #DAE3BF;
  text-decoration: none;
}

.footer-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-navigation li a {
  color: #DAE3BF;
  font-size: 15px;
}
.footer-navigation li a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-img {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 70px;
  font-size: 13px;
}
.footer-links span, .footer-links a {
  color: #fff;
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .footer-links {
    gap: 30px;
  }
}
@media (max-width: 960px) {
  .footer-row {
    flex-direction: column;
    text-align: center;
    row-gap: 30px;
  }
  .footer-item h4 {
    margin-bottom: 0;
  }
  .footer-links {
    flex-direction: column;
    text-align: center;
  }
  .footer-navigation {
    gap: initial;
    justify-content: space-between;
  }
}
@media (max-width: 700px) {
  .footer-navigation {
    display: none;
  }
}
.section {
  padding: 70px 0;
}
.section__text {
  max-width: 760px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.section__text p {
  margin: 0 0 25px;
}
.section__text p:last-child {
  margin-bottom: 0;
}
.section__title {
  font-size: 40px;
  font-weight: 500;
  color: #2F332A;
  margin: 0 0 24px;
  letter-spacing: -0.8px;
}

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

.branch1 .container {
  position: relative;
}
.branch1 .container:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 365px;
  height: 130px;
  background: url(../images/branch1.svg) no-repeat center;
  right: 50px;
  top: -50px;
}

.branch2 .container {
  position: relative;
}
.branch2 .container:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 365px;
  height: 130px;
  background: url(../images/branch2.svg) no-repeat center;
  right: 50px;
  top: 0px;
}

.branch3 .container {
  position: relative;
}
.branch3 .container:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 365px;
  height: 152px;
  background: url(../images/branch3.svg) no-repeat center;
  right: 50px;
  top: -30px;
}

@media (max-width: 768px) {
  .section {
    padding: 40px 0;
  }
  .section__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .branch1 .container:after,
  .branch2 .container:after,
  .branch3 .container:after {
    display: none;
  }
}
/* ==========================
   Components
========================== */
.button {
  display: inline-flex;
  height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  font-family: "Cera Pro";
  font-size: 15px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.button__base {
  background: #6B7753;
  color: #fff;
}
.button__base:hover {
  text-decoration: none;
  background: #5A6647;
}
.button__small {
  height: 40px;
  background: #2F332A;
  color: #fff;
  font-weight: 500;
  padding: 0 30px;
}
.button__small:hover {
  text-decoration: none;
  opacity: 0.9;
}
.button__border {
  border: 1px solid #2F332A;
  height: 40px;
  padding: 0 20px;
  gap: 10px;
  line-height: 38px;
  color: #000;
}
.button__border:after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(../images/icons/arrow2.svg) no-repeat center;
  transition: all ease 0.3s;
}
.button__border:hover {
  text-decoration: none;
}
.button__border:hover:after {
  transform: translate(5px, 0);
}
.button__border-large {
  border: 1px solid #2F332A;
  height: 50px;
  padding: 0 20px;
  gap: 10px;
  line-height: 48px;
  color: #000;
}
.button__border-large:after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(../images/icons/arrow2.svg) no-repeat center;
  transition: all ease 0.3s;
}
.button__border-large:hover {
  text-decoration: none;
}
.button__border-large:hover:after {
  transform: translate(5px, 0);
}

.more-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #5A6647;
  letter-spacing: -0.14px;
}
.more-link:after {
  content: "";
  display: block;
  width: 13px;
  height: 11px;
  background: url(../images/icons/arrow2.svg) no-repeat center;
  margin-top: 2px;
  transition: all ease 0.3s;
}
.more-link:hover {
  text-decoration: none;
}
.more-link:hover:after {
  transform: translate(5px, 0);
}

@media (max-width: 768px) {
  .button__base {
    padding: 0 25px;
  }
}
/* ==========================
   Home sections
========================== */
.hero {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/hero-bg.svg) no-repeat center;
  height: 175px;
  z-index: 2;
  pointer-events: none;
}
.hero__btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-top: 70px;
}
.hero__btn span {
  font-size: 13px;
}
.hero__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 630px;
  height: 630px;
  border: 3px solid #6B7753;
  border-radius: 50%;
  bottom: -100px;
  left: 0;
}
.hero__img img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
}
.hero__text {
  max-width: 755px;
}
.hero__text .hero__name {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 20px;
}
.hero__text h1 {
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0 0 30px;
}
.hero__text p {
  max-width: 420px;
  font-size: 16px;
  line-height: 160%;
  margin: 0;
}
.hero .row {
  position: relative;
  height: 700px;
  align-items: center;
}

@media (max-width: 1200px) {
  .hero__text {
    max-width: 50%;
  }
  .hero__text h1 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .hero {
    height: 700px;
  }
  .hero .row {
    height: 700px;
  }
  .hero:after {
    background-size: 100%;
    height: 75px;
    bottom: -5px;
  }
  .hero__img {
    width: 50%;
  }
  .hero__img:before {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .hero {
    height: auto;
    padding-top: 60px;
  }
  .hero .row {
    flex-direction: column;
    height: auto;
  }
  .hero:after {
    display: none;
  }
  .hero .mobile {
    width: 100%;
  }
  .hero h1 {
    font-size: 34px;
  }
  .hero__img {
    position: relative;
    width: 100%;
  }
  .hero__img:before {
    display: none;
  }
  .hero__text {
    max-width: 100%;
  }
  .hero__text .hero__name {
    font-size: 22px;
    font-weight: 500;
  }
  .hero__btn {
    margin-top: 40px;
    background: #fff;
    margin: 0 -15px 0 -15px;
    padding: 40px;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
.section-trust {
  background: #fff;
  overflow: hidden;
}

.trust-row {
  margin: 0 -40px;
}
.trust-row .col-6 {
  padding: 40px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.trust-row .col-6:nth-child(2n+2) {
  border-right: none;
}
.trust-row .col-6:nth-last-child(2), .trust-row .col-6:last-child {
  border-bottom: none;
}

.trust-item h3 {
  font-size: 24px;
  margin: 0 0 15px;
  font-weight: 500;
  font-family: "Cera Pro";
}
.trust-item p {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .trust-row {
    flex-direction: column;
  }
  .trust-row .col-6 {
    width: 100%;
    border-right: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
  .trust-row .col-6:last-child {
    border-bottom: none !important;
  }
}
.problem-item {
  background: #E8EAE0;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all ease 0.3s;
}
.problem-item:hover {
  background: #E2E5D9;
}
.problem-item h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.22px;
  margin: 0 0 12px;
}
.problem-item p {
  margin: 0 0 20px;
}
.problem-item .button {
  margin-top: auto;
}

.problems-row .col-3 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .problems-row .col-3 {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  .problems-row .col-3 {
    width: 50%;
  }
}
@media (max-width: 570px) {
  .problems-row .col-3 {
    width: 100%;
  }
}
.section-cta {
  padding: 120px 0;
  background: url(../images/widget-bg1.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.section-cta__text {
  max-width: 705px;
}
.section-cta__text h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 24px;
}
.section-cta__text p {
  font-weight: 500;
}

.section-cta__btn {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .section-cta {
    padding: 40px 0;
  }
  .section-cta__text h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .section-cta__btn {
    margin-top: 30px;
  }
}
.section-changes {
  background: #fff;
}

.changes-item {
  border: 1px solid #AAB48C;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}
.changes-item__icon {
  display: flex;
  height: 100%;
  align-items: center;
}
.changes-item p {
  margin: 0;
}

.changes-item__title {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}
.changes-item__title h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 150%;
}

.changes-row .col-4 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .changes-row .col-4 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .changes-row .col-4 {
    width: 100%;
  }
}
.happening-list {
  padding-left: 55px;
}

.happening-item {
  position: relative;
  padding: 0 0 24px 50px;
}
.happening-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 0;
  bottom: 0;
  background: #DAE3BF;
  left: 0;
}
.happening-item:first-child:before {
  top: 5px;
}
.happening-item:last-child:before {
  display: none;
}
.happening-item h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: normal;
  line-height: 130%;
}
.happening-item p {
  margin: 0;
}
.happening-item:nth-child(2) .happening-item__dot:after {
  animation-delay: 2s;
}
.happening-item:nth-child(3) .happening-item__dot:after {
  animation-delay: 4s;
}
.happening-item:nth-child(4) .happening-item__dot:after {
  animation-delay: 6s;
}

.happening-item__dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #5A6647;
  left: -9px;
  top: 4px;
}
.happening-item__dot:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #5A6647;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 8s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  20% {
    transform: scale(3);
    opacity: 0;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .happening-row .col-6 {
    width: 100%;
  }
  .happening-list {
    padding-left: 24px;
  }
}
.section-about {
  background: #fff;
}
.section-about .section__text {
  width: 100%;
  max-width: 100%;
}

.about-quote {
  max-width: 365px;
  margin: 0 auto 10px;
  position: relative;
}
.about-quote:before {
  content: "";
  display: block;
  position: absolute;
  width: 83px;
  height: 86px;
  background: url(../images/quote.svg) no-repeat center;
  left: -20px;
  top: -50%;
}
.about-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 15px;
  line-height: 150%;
  position: relative;
  z-index: 2;
}

.about-img {
  position: relative;
}
.about-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.about-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 345px;
  height: 345px;
  border-radius: 50%;
  background: #5A6647;
  background: linear-gradient(2deg, rgb(90, 102, 71) 0%, rgb(218, 227, 191) 100%);
}

.about-text {
  max-width: 575px;
}
.about-text p {
  margin: 0 0 25px;
}
.about-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}

.about-row2 {
  margin-top: -38px;
  position: relative;
  z-index: 2;
}
.about-row2 .col-3 {
  display: flex;
  flex-direction: column;
}

.about-item {
  background: #C8D3A9;
  background: linear-gradient(0deg, rgb(200, 211, 169) 0%, rgb(249, 254, 233) 100%);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
.about-item h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
  letter-spacing: -1px;
}
.about-item p {
  margin: 0;
}

@media (max-width: 1024px) {
  .about-row {
    flex-direction: column-reverse;
  }
  .about-row .col-5 {
    width: 100%;
  }
  .about-row .col-7 {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-row2 {
    row-gap: 20px;
  }
  .about-row2 .col-3 {
    width: 50%;
  }
  .about-text {
    max-width: 100%;
  }
}
@media (max-width: 570px) {
  .about-row2 .col-3 {
    width: 100%;
  }
}
.education-row {
  position: relative;
  border-top: 5px solid #5A6647;
  margin-bottom: 70px;
}
.education-row:before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -5px;
  background: #F7F5EF;
  background: linear-gradient(270deg, rgba(247, 245, 239, 0) 0%, rgb(247, 245, 239) 100%);
}
.education-row:after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: -5px;
  background: #F7F5EF;
  background: linear-gradient(90deg, rgba(247, 245, 239, 0) 0%, rgb(247, 245, 239) 100%);
}

.education-item {
  text-align: center;
  position: relative;
  padding-top: 24px;
}
.education-item:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #AAB48C;
  border: 3px solid #F7F5EF;
  top: -18px;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all ease 0.3s;
}
.education-item p {
  padding: 0 30px;
}
.education-item:hover:before {
  transform: translate(-50%, -10px);
}

.education-item__title span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #2F332A;
  font-family: "Cera Pro";
  margin-bottom: 10px;
}
.education-item__title h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  color: #68705F;
}

.education-carousel__more {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

.education-sert {
  padding: 10px;
  background: #DAE3BF;
  display: block;
}
.education-sert img {
  display: block;
  width: 100%;
  height: auto;
}

.education-carousel {
  position: relative;
}
.education-carousel .section__title {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .education-row {
    border: none;
    row-gap: 30px;
  }
  .education-row .col-3 {
    width: 50%;
    border-top: 5px solid #5A6647;
  }
}
@media (max-width: 570px) {
  .education-row {
    row-gap: 20px;
  }
  .education-row .col-3 {
    width: 100%;
  }
}
.section-steps {
  background: #fff;
  align-items: flex-start;
}

.steps-item__text {
  display: none;
  padding-left: 18px;
  border-left: 3px solid #AAB48C;
}
.steps-item__text p {
  margin: 0;
}
.steps-item__text ul {
  padding-left: 20px;
  font-size: 15px;
  line-height: 150%;
  margin: 0;
}

.steps-item {
  padding-top: 162px;
  position: relative;
  margin-bottom: 40px;
}
.steps-item > span {
  display: block;
  font-size: 200px;
  font-weight: bold;
  color: #DAE3BF;
  opacity: 0.5;
  line-height: 1;
  font-family: "Cera Pro";
  position: absolute;
  top: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}
.steps-item h3 {
  margin: 0 0 13px;
  font-size: 34px;
  font-weight: normal;
}
.steps-item.is-open > span {
  color: #AAB48C;
}

.steps-row {
  justify-content: space-between;
}
.steps-row .col-5:nth-child(even) {
  padding-top: 100px;
}

.steps-item__more {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  font-family: "Cera Pro";
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-top: 20px;
}
.steps-item__more:after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background: url(../images/icons/down.svg) no-repeat center;
  transition: all ease 0.3s;
}
.steps-item__more.active:after {
  transform: rotate(180deg);
}

@media (max-width: 1024px) {
  .steps-row .col-5 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .steps-row .col-5 {
    width: 100%;
  }
  .steps-row .col-5:nth-child(even) {
    padding-top: 0;
  }
  .steps-item {
    padding-top: 117px;
  }
  .steps-item > span {
    font-size: 150px;
  }
}
.reviews-item {
  background: #FFF;
  border-radius: 15px;
  padding: 30px;
}

.reviews-item__title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.reviews-item__title h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #1E1E1E;
}

.section-reviews .section__title {
  margin-bottom: 50px;
}

.reviews-item__body h4 {
  margin: 24px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #68705F;
}
.reviews-item__body p {
  margin: 0;
}

.reviews-item__body-more {
  margin-top: 24px;
}
.reviews-item__body-more a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-row .col-6 {
  display: flex;
  flex-direction: column;
}

.reviews-item {
  height: 100%;
}

.reviews-modal {
  display: none;
  width: 800px;
}
.reviews-modal .reviews-item__body p {
  margin-bottom: 15px;
}
.reviews-modal .reviews-item__body p img {
  display: block;
  width: 100%;
}

.section-reviews__more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .reviews-row {
    row-gap: 20px;
  }
  .reviews-row .col-6 {
    width: 100%;
  }
  .reviews-modal {
    padding: 20px !important;
  }
}
.section-faq {
  background: #fff;
}

.faq-item {
  border-bottom: 1px solid rgba(107, 119, 83, 0.25);
}
.faq-item:last-child {
  border: none;
}
.faq-item.active .faq-item__question {
  color: #6B7753;
}
.faq-item__title {
  margin: 0;
}
.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  border: 0;
  color: inherit;
  text-align: left;
  background: transparent;
  font-family: "Cera Pro";
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  color: #2F332A;
}
.faq-item__question::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background: url(../images/icons/arrow3.svg) no-repeat center;
  transition: transform 0.3s ease;
}
.faq-item__answer {
  padding-bottom: 24px;
  max-width: 800px;
}
.faq-item__answer p {
  margin: 0;
}
.faq-item__answer p + p {
  margin-top: 16px;
}
.faq-item.active .faq-item__question::after {
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .faq-item__question {
    font-size: 18px;
    padding: 15px 0;
  }
  .faq-item__question:after {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}
.articles-item__img {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.articles-item__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px 15px 0 0;
  transition: all linear 3s;
}
.articles-item__img:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 100%);
  z-index: 2;
  pointer-events: none;
}

.articles-item {
  transition: all ease 0.3s;
  border-radius: 15px;
}
.articles-item:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.articles-item:hover .articles-item__img img {
  transform: scale(1.1);
}

.articles-item__tags {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 15px;
  pointer-events: none;
}
.articles-item__tags span {
  display: inline-block;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  background: #68705F;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.articles-item__desc {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 15px 15px;
}

.articles-item__title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 24px;
}
.articles-item__title a:hover {
  color: #000;
  text-decoration: none;
}

.articles-item__info {
  display: flex;
  gap: 25px;
  row-gap: 10px;
  position: relative;
  flex-wrap: wrap;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #d7d6d6;
}
.articles-item__info span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.articles-item__info span:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #68705F;
  top: 50%;
  margin-top: -2.5px;
  right: -15px;
}
.articles-item__info span:last-child:before {
  display: none;
}

.articles-item__more {
  margin-top: auto;
}
.articles-item__more a {
  display: flex;
  align-items: center;
}

.articles-more {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media (max-width: 900px) {
  .articles-row {
    row-gap: 20px;
  }
  .articles-row .col-4 {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .articles-row .col-4 {
    width: 100%;
  }
}
.section-contacts {
  background: #fff;
}

.contacts-text {
  margin-bottom: 50px;
}
.contacts-text h3 {
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 12px;
}

.contacts-item {
  display: flex;
  gap: 15px;
  color: #000;
  margin-bottom: 35px;
}
.contacts-item:hover {
  text-decoration: none;
}
.contacts-item:hover .contacts-item__icon {
  transform: translate(5px, 0);
}

.contacts-item__desc {
  line-height: 140%;
  text-transform: uppercase;
}
.contacts-item__desc span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.5;
  color: #000;
}
.contacts-item__desc i {
  display: block;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  color: #676767;
  text-transform: none;
}

.contacts-item__icon {
  transition: all ease 0.3s;
  margin-top: 2px;
}

.contacts-card {
  background: rgba(218, 227, 191, 0.2);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
}
.contacts-card h3 {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.contacts-card p {
  margin: 0;
  line-height: 160%;
}
.contacts-card p span {
  color: #6B7753;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .contacts-row .col-4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .contacts-row .col-8 {
    width: 100%;
  }
  .contacts-item {
    padding: 0 10px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 835px) {
  .contacts-item {
    width: 50%;
  }
  .contacts-row .col-4 {
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .contacts-item {
    padding: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  .contacts-row .col-6 {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */