/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: 800;
}

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

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

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

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: 700;
}

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
body.hidden-ov {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  outline: none;
}

a {
  transition: all 0.5s;
  color: #9A6259;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

h1, .h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 64px;
  line-height: 72px;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 52px;
  line-height: 52px;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h3, .h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4, .h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 24px;
  }
}

p.large {
  font-size: 20px;
  line-height: 30px;
}

.btn {
  font-family: "Barlow Condensed", sans-serif;
  padding: 15px 24px;
  background: #547A40;
  border: 1px solid #547A40;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  border-radius: 9999px;
  cursor: pointer;
}
.btn:hover {
  background: #456434;
  border-color: #456434;
}
.btn--transparent {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.btn--transparent:hover {
  background: #547A40 !important;
  border-color: #547A40 !important;
  color: #fff !important;
}
.btn--form {
  background: #334c26;
  border: 1px solid #334c26;
  color: #fff;
}
.btn--form:hover {
  background: #223419 !important;
  border-color: #223419 !important;
  color: #fff !important;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s;
}
.header.fixed {
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1200px) {
  .header.fixed {
    background: rgba(0, 0, 0, 0.9);
  }
}
.header .container {
  max-width: 100%;
  padding: 23px 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 1310px) {
  .header .container {
    padding: 23px 24px;
  }
}
@media all and (max-width: 1200px) {
  .header .logo img {
    width: 180px;
  }
}
.header .menu-toggle {
  display: none;
}
.header .btn-tel-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .header .btn-tel-mobile {
    display: block;
    margin-left: auto;
    width: 52px;
    height: 52px;
    background-image: url("../images/phone.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .header .menu-toggle {
    display: block;
    background: #547A40;
    width: 52px;
    height: 52px;
    margin: -9px 0 -9px 10px;
    border-radius: 9999px;
    position: relative;
  }
  .header .menu-toggle span {
    position: absolute;
    width: 21px;
    height: 2px;
    background: #fff;
    left: 16px;
  }
  .header .menu-toggle span:nth-child(1) {
    top: 18px;
  }
  .header .menu-toggle span:nth-child(2) {
    top: 26px;
  }
  .header .menu-toggle span:nth-child(3) {
    top: 34px;
  }
  .header .menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 26px;
  }
  .header .menu-toggle.open span:nth-child(2) {
    opacity: 0;
  }
  .header .menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 26px;
  }
}
.header nav {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .header nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.9);
    padding: 24px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .header nav.open {
    opacity: 1;
    visibility: visible;
  }
}
.header nav ul {
  display: flex;
  list-style: none;
  margin: 0 40px 0 0;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .header nav ul {
    display: block;
    margin: 0 0 0 0;
  }
}
.header nav ul li {
  margin: 0 0 0 31px;
}
@media all and (max-width: 1310px) {
  .header nav ul li {
    margin: 0 0 0 20px;
  }
}
@media all and (max-width: 1200px) {
  .header nav ul li {
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
  }
}
.header nav ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
}
.header nav .btn::before {
  position: static;
  background: url("../images/phone.svg") center no-repeat;
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -4px 6px -4px -5px;
}

.section-hero {
  background-position: center;
  background-size: cover;
  min-height: 830px;
  position: relative;
  padding: 130px 0 0 0;
}
@media all and (max-width: 1200px) {
  .section-hero {
    padding: 120px 0 0 0;
  }
}
.section-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  content: "";
}
.section-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-hero .left {
  margin-top: 50px;
  width: 50%;
  color: #FFF;
}
@media all and (max-width: 1200px) {
  .section-hero .left {
    width: 100%;
  }
}
.section-hero .left span {
  color: #FFF;
  display: inline-block;
  background: #3A5939;
  padding: 6px 17px;
  margin: 70px 0 0 0;
}
@media all and (max-width: 767px) {
  .section-hero .left span {
    margin: 0;
  }
}
.section-hero .left ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  font-size: 20px;
  line-height: 32px;
}
.section-hero .left ul li {
  width: 56%;
  padding: 0 0 0 35px;
  margin-bottom: 22px;
  position: relative;
}
@media all and (max-width: 767px) {
  .section-hero .left ul li {
    width: 100% !important;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
  }
}
.section-hero .left ul li::after {
  position: absolute;
  left: 0;
  top: 9px;
  background: #F5BE53;
  content: "";
  width: 14px;
  height: 14px;
}
.section-hero .left ul li:nth-child(2n) {
  width: 42%;
}
.section-hero .left .price {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  background: url(../images/tag.svg) left top 8px no-repeat;
  padding: 9px 0 9px 54px;
  margin: 0 0 25px 0;
}
@media all and (max-width: 767px) {
  .section-hero .left .price {
    font-size: 20px;
  }
}
.section-hero .left .button-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
}
.section-hero .left .btn--transparent {
  border-color: #FFF;
  color: #FFF;
}
.section-hero .right {
  width: 31%;
}
@media all and (max-width: 1200px) {
  .section-hero .right {
    display: none;
  }
}

.section {
  padding: 80px 0;
}
@media all and (max-width: 1023px) {
  .section {
    padding: 40px 0;
  }
}

.heading {
  margin: 0 0 54px 0;
  text-align: center;
}
.heading p {
  font-size: 20px;
  line-height: 32px;
  margin-top: -8px;
  margin-bottom: 0;
}
@media all and (max-width: 1023px) {
  .heading p {
    font-size: 18px;
    line-height: 20px;
  }
}

.fixed-mobile {
  display: none;
}
@media all and (max-width: 1200px) {
  .fixed-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 10px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .fixed-mobile .btn {
    width: 100%;
    text-align: center;
  }
  .fixed-mobile:not(.hide) {
    opacity: 1;
    visibility: visible;
  }
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -45px;
}
@media all and (max-width: 767px) {
  .icon-list {
    margin-bottom: 0;
  }
}
.icon-list .icon-box {
  width: 33%;
  text-align: center;
  margin-bottom: 110px;
}
@media all and (max-width: 767px) {
  .icon-list .icon-box {
    width: 49%;
    margin-bottom: 30px;
  }
}
.icon-list .icon-box .icon {
  height: 65px;
}
.icon-list .icon-box strong {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  display: block;
  margin: 0 0 10px 0;
  font-size: 28px;
  line-height: 36px;
}
@media all and (max-width: 767px) {
  .icon-list .icon-box strong {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.icon-list .icon-box span {
  display: block;
  margin: 0 0 0 0;
  font-size: 14px;
}
@media all and (max-width: 767px) {
  .icon-list .icon-box span {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bg-gray {
  background: #E9E9E9;
}

.bg-green {
  background: #3A5939;
}

.bg-light-green {
  background: #F0F6ED;
}

.js-slider {
  margin-bottom: -265px;
}
@media all and (max-width: 1023px) {
  .js-slider {
    margin-bottom: -150px;
  }
}
.js-slider img {
  width: 100%;
}
.js-slider .slick-prev,
.js-slider .slick-next {
  position: absolute;
  z-index: 10;
  background: #F5BE53 url("../images/arrowslider.svg") center no-repeat;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  border: none;
  text-indent: -99999px;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  .js-slider .slick-prev,
  .js-slider .slick-next {
    display: none !important;
  }
}
.js-slider .slick-prev {
  left: 44px;
  transform: translateY(-50%) rotate(180deg);
}
.js-slider .slick-next {
  right: 44px;
}
.js-slider .slick-dots {
  margin: 32px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.js-slider .slick-dots li {
  margin: 0 3px;
}
.js-slider .slick-dots li button {
  display: block;
  text-indent: -99999px;
  background: #3A5939;
  opacity: 0.2;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  width: 10px;
  height: 10px;
  border: none;
}
.js-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.map {
  margin-top: 248px;
}
@media all and (max-width: 1023px) {
  .map {
    margin-top: 140px;
  }
}
.map .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.map .container .left {
  width: 44%;
  padding-left: 40px;
}
@media all and (max-width: 1023px) {
  .map .container .left {
    width: 100%;
    padding-left: 0;
    order: 2;
  }
}
.map .container .left ul {
  margin: 29px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.map .container .left ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 35px;
}
.map .container .left ul li::after {
  position: absolute;
  left: 0;
  top: 3px;
  background: #F5BE53;
  content: "";
  width: 14px;
  height: 14px;
}
.map .container .left .price {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  background: url(../images/tag.svg) left top 8px no-repeat;
  padding: 9px 0 9px 54px;
  margin: 10px 0 21px 0;
}
.map .container .right {
  width: 49%;
}
@media all and (max-width: 1023px) {
  .map .container .right {
    width: 100%;
    padding-left: 0;
    order: 1;
  }
}
.map .container .right img {
  max-width: 100%;
}
.map .container .right .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 78px 0 20px 0;
}
@media all and (max-width: 1023px) {
  .map .container .right .tab-nav {
    margin-top: 0;
  }
}
.map .container .right .tab-nav i {
  color: #D8D8D8;
  margin: 0 9px;
  text-decoration: none;
  font-style: normal;
}
.map .container .right .tab-nav div {
  font-size: 20px;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  .map .container .right .tab-nav div {
    font-size: 18px;
  }
}
.map .container .right .tab-nav div.active {
  color: #F5BE53;
}

.pluca {
  color: #000;
  padding: 109px 0 145px 0;
}
@media all and (max-width: 1023px) {
  .pluca {
    padding: 40px 0;
    margin: 0;
  }
}
.pluca .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pluca .container .left {
  width: 45%;
}
@media all and (max-width: 1023px) {
  .pluca .container .left {
    width: 100%;
    order: 2;
  }
}
.pluca .container .left img {
  max-width: 100%;
}
.pluca .container .right {
  width: 43%;
  padding-top: 50px;
}
@media all and (max-width: 1023px) {
  .pluca .container .right {
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
}
.pluca .container .right h2 {
  margin: 17px 0 29px 0;
}
.pluca .container .right p:not(.large) {
  margin: 32px 0 -18px 0;
}
.pluca .container .right ul {
  margin: 29px 0 16px 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.pluca .container .right ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 35px;
}
.pluca .container .right ul li::after {
  position: absolute;
  left: 0;
  top: 3px;
  background: #F5BE53;
  content: "";
  width: 14px;
  height: 14px;
}

.tab-content {
  display: none;
  text-align: center;
}
.tab-content a {
  text-decoration: none;
  color: #000;
}
.tab-content span {
  font-size: 14px;
  display: block;
  margin: 8px 0 0 0;
}
.tab-content.active {
  display: block;
}

.contact {
  padding: 80px 0 70px 0;
  background-color: #F0F6ED;
}
@media all and (max-width: 1023px) {
  .contact {
    padding: 40px 0 0 0;
  }
}
.contact .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .left {
  width: 51%;
}
@media all and (max-width: 1023px) {
  .contact .left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.contact .right {
  width: 40%;
}
@media all and (max-width: 1023px) {
  .contact .right {
    width: 100%;
  }
  .contact .right .contact-form {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.contact .contact-info p.large {
  margin: 0 0 40px 0;
}
.contact .contact-info p a {
  text-decoration: none;
  border-bottom: 2px solid #F5BE53;
  color: #000;
  margin: 0 0 0 5px;
}
.contact .contact-info p a:hover {
  border-bottom-color: #FFDB96;
}
.contact .contact-info .phoneNumber p {
  margin: 7px 0 7px 0;
}
.contact .contact-info .place {
  margin: 30px 0 30px 0;
}
.contact .about {
  margin: 65px 0 0 0;
}
.contact .about p {
  font-size: 14px;
  margin: -8px 0 25px 0;
  line-height: 20px;
}
.contact .about .btn {
  padding: 14px 22px;
}

.contact-form {
  padding: 40px;
  background: #547A40;
  color: #FFF;
  border-top-right-radius: 75px;
}
@media all and (max-width: 1023px) {
  .contact-form {
    padding: 40px 24px;
  }
}
.contact-form h3 {
  margin: 0 0 -11px 0;
}
.contact-form .form-wrap {
  margin-bottom: 10px;
}
.contact-form .form-wrap label {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.contact-form .form-wrap label span {
  color: red;
}
.contact-form .form-wrap input {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 26px;
  font-size: 14px;
  border-radius: 9999px;
}
.contact-form .form-wrap input[type=number] {
  -moz-appearance: textfield;
}
.contact-form .form-wrap input[type=number]::-webkit-outer-spin-button, .contact-form .form-wrap input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.contact-form .form-wrap textarea {
  width: 100%;
  height: 110px;
  border: none;
  padding: 15px 26px;
  font-size: 14px;
  display: block;
  border-radius: 20px;
}
.contact-form div.success {
  border: 2px solid #3A5939;
  padding: 15px;
  text-align: center;
  padding: 15px;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 14px;
}
.contact-form div.error {
  border: 2px solid red;
  padding: 15px;
  text-align: center;
  padding: 15px;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 14px;
}
.contact-form .checkbox {
  margin-bottom: 18px;
}
.contact-form .checkbox span {
  color: red;
}
.contact-form .checkbox input {
  opacity: 0;
  position: absolute;
}
.contact-form .checkbox input:checked + label::after {
  background-image: url("../images/check.svg");
}
.contact-form .checkbox label:not(.error) {
  padding: 0 0 0 49px;
  font-size: 12px;
  display: block;
  line-height: 18px;
  position: relative;
}
.contact-form .checkbox label:not(.error) a {
  color: #F5BE53;
  text-decoration: none;
}
.contact-form .checkbox label:not(.error)::after {
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  border-radius: 5px;
}
.contact-form button {
  width: 100%;
  text-align: center;
}
.contact-form label.error {
  color: red;
  font-size: 12px;
}

footer {
  background: #fff;
  color: #000;
  padding: 40px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  flex-wrap: wrap;
}
footer .container a {
  color: #000;
  text-decoration: none;
}
footer .container a:hover {
  text-decoration: underline;
}

.section.bg-light-green {
  background-color: #eff3eb;
  font-family: sans-serif;
  color: #000;
}
.section.bg-light-green .container .heading {
  text-align: center;
  margin-bottom: 60px;
}
.section.bg-light-green .container .services-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.section.bg-light-green .container .services-grid .service-item {
  background-color: transparent;
  max-width: 360px;
  text-align: left;
}
.section.bg-light-green .container .services-grid .service-item img {
  width: 100%;
  border-top-right-radius: 75px;
  border-bottom: 8px solid #567c45;
  display: block;
}
.section.bg-light-green .container .services-grid .service-item p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}