::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.link-text {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.default-margin {
  margin: 80px 0;
}
@media (max-width: 1366px) {
  .default-margin {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .default-margin {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .default-margin {
    margin: 40px 0;
  }
}
.btn-arrow {
  /*font-family: 'Halcyon';
   font-size: 15px;
   font-weight: 400;
   line-height: 1.66;
   letter-spacing: 0.1px;
   padding: 8px 40px 8px 10px;
   min-width: 125px;
   &::after {
   content: '\f30b';
   @include center(false, true);
   right: 15px;
   color: $color2;
   font-family: 'fontawesome-solid';
   @include transition();
   }
   &:hover {
   &::after {
   color: #fff;
   }
   }*/
}
h2 {
  font-family: "Manrope";
  font-weight: 200;
  font-size: 36px;
  color: #9d8453;
  letter-spacing: 1px;
  line-height: 1.16;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #9d8453;
}
header {
  position: fixed;
  margin-top: 6vh;
  top: 0;
  left: -1vh;
  width: 30vh;
  z-index: 10;
  height: 20vh;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .row1375 {
  width: 100%;
}
header .logo svg {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  header .logo svg:first-child {
    width: 25px !important;
  }
  header .logo svg:last-child {
    width: 25vh !important;
  }
}
header .btn {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 1024px) {
  header .btn {
    margin-right: 50px;
  }
}
header .fixed_hide {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.fixed {
  margin-top: 5vh;
}
.main_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  margin-right: 85px;
}
.main_nav > ul {
  font-size: 0;
}
.main_nav > ul > li {
  display: inline-block;
}
.main_nav > ul > li > a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 12px;
  color: #2d2d2d;
  text-transform: uppercase;
  display: inline-block;
  line-height: 2;
  letter-spacing: 2px;
  padding: 10px 14px;
  position: relative;
}
.main_nav > ul > li > a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #2d2d2d;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main_nav > ul > li > a:hover:before {
  opacity: 1;
}
.main_nav > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
  z-index: 2;
}
.main_nav > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main_nav > ul > li.current-menu-item a:before {
  opacity: 1;
}
.main_nav .menu-item-has-children {
  position: relative;
}
.main_nav .menu-item-has-children .sub-menu {
  text-align: left;
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #2d2d2d;
  min-width: 100%;
}
.main_nav .menu-item-has-children .sub-menu li {
  display: block;
}
.main_nav .menu-item-has-children .sub-menu li a {
  color: #fff;
  font-family: "Futura";
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  line-height: 2;
  letter-spacing: 2px;
  padding: 10px 14px;
  white-space: nowrap;
}
.main_nav .menu-item-has-children .sub-menu li a:hover {
  background: #141414;
}
.main_nav .menu-item-has-children:hover > a {
  background: #2d2d2d;
  color: #fff;
}
.main_nav .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
}
footer {
  background: #ab9a77;
  padding: 30px 0 30px;
}
@media (max-width: 1024px) {
  footer {
    padding: 20px 0 20px;
  }
}
footer .row1375 {
  width: 1275px;
}
footer .footer-info {
  padding: 25px 0 25px 0;
  margin-bottom: 45px;
  position: relative;
}
@media (max-width: 1024px) {
  footer .footer-info {
    padding: 15px 0;
    margin-bottom: 0px;
    text-align: center;
  }
}
footer .footer-info h4 {
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 1.27;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  footer .footer-info h4 {
    display: none;
  }
}
footer .footer-info p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
footer .footer-info p a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  footer .footer-info p a {
    font-size: 13px;
  }
}
footer .footer-info p a:hover {
  text-decoration: underline;
}
footer .footer-info .footer-info-phone {
  position: relative;
}
@media (max-width: 1024px) {
  footer .footer-info .footer-info-phone {
    padding-left: 0;
  }
}
footer .footer-info .footer-info-phone a {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.5px;
}
footer .footer-info .footer-info-email {
  position: relative;
}
@media (max-width: 1024px) {
  footer .footer-info .footer-info-email {
    padding-left: 0;
  }
}
footer .footer-info .footer-info-email a {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.5px;
}
footer .footer-info .footer-info-add {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  footer .footer-info .footer-info-add {
    padding-left: 0;
  }
}
footer .footer-info .footer-info-add p {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0;
}
footer .footer-info .footer-info-add p a {
  display: inline-block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.5px;
}
footer .footer-info .footer-info-add a {
  display: block;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  letter-spacing: 0.5px;
}
footer .text-wrapper {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media (max-width: 1024px) {
  footer .text-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  footer .text-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .text-wrapper .text {
  margin-right: 30px;
}
@media (max-width: 768px) {
  footer .text-wrapper .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
footer .text-wrapper .text:last-child {
  margin-right: 0;
}
footer .social-icons {
  -webkit-flex-basis: 158px;
  -moz-flex-basis: 158px;
  -ms-flex-preferred-size: 158px;
  flex-basis: 158px;
  text-align: right;
}
@media (max-width: 1024px) {
  footer .social-icons {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
footer .social-icons h4 {
  text-align: right;
}
@media (max-width: 1024px) {
  footer .social-icons h4 {
    text-align: center;
  }
}
footer .footer-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 65px;
  min-width: 240px;
}
@media (max-width: 1024px) {
  footer .footer-logo {
    position: static;
    transform: none;
    display: inline-block;
    width: 120px;
    margin-left: 0;
    margin-top: 20px;
    margin: 30px auto 25px;
  }
}
footer .footer-logo img, footer .footer-logo svg {
  width: inherit;
  height: auto;
  margin-top: -70px;
}
@media (max-width: 1024px) {
  footer .footer-logo img, footer .footer-logo svg {
    margin-top: 0px;
    display: inline-block;
    width: 250px;
    max-width: 100%;
  }
}
footer .footer-logo:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  footer .bottom {
    display: block;
    text-align: center;
  }
}
footer .icon {
  -webkit-flex-basis: 125px;
  -moz-flex-basis: 125px;
  -ms-flex-preferred-size: 125px;
  flex-basis: 125px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  footer .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .icon p {
  font-size: 9px !important;
  line-height: 1.3 !important;
}
footer .last-no-spacing {
  flex: 1;
}
@media (max-width: 1024px) {
  footer .last-no-spacing p {
    text-align: center !important;
  }
}
footer .bottom-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
footer .bottom-text p {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 9px;
  line-height: 1.3;
  color: #fff;
  padding: 0;
}
.footer_nav {
  margin: 0 auto 58px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer_nav {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 1024px) {
  .footer_nav .btn-ul {
    text-align: center;
  }
}
.footer_nav .btn-ul .btn-mini {
  margin: 0;
  border: 1px solid #fff;
  color: #fff;
}
.footer_nav .btn-ul .btn-mini:hover {
  background: #fff;
  color: #333;
}
.footer_nav > ul.flex {
  font-size: 0;
}
@media (max-width: 1024px) {
  .footer_nav > ul.flex {
    display: block;
    text-align: center;
  }
}
.footer_nav > ul.flex > li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .footer_nav > ul.flex > li {
    display: block;
    margin-right: 0;
  }
}
.footer_nav > ul.flex > li > a {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 24px;
  letter-spacing: 2px;
  padding: 10px 0;
  position: relative;
}
.footer_nav > ul.flex > li > a:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_nav > ul.flex > li > a:hover:before {
  opacity: 1;
}
.footer_nav > ul.flex > li .sub-menu {
  display: none;
}
.footer_nav > ul.flex > li.current-menu-item a:before {
  opacity: 1;
}
.footer_nav > ul.flex > li:last-child {
  margin-right: 0;
}
.social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 5px;
}
.social-icons a:first-child {
  margin-left: 0;
}
.social-icons a:last-child {
  margin-right: 0;
}
.social-icons a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #323232;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icons a:hover i {
  color: #bf7420;
}
@media (max-width: 1024px) {
  .text-image > .flex {
    display: block;
  }
}
.text-image .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-image .text p {
  font-family: "Open Sans";
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 30px;
}
@media (max-width: 1023px) {
  .text-image .text p {
    padding-bottom: 10px;
  }
}
.text-image .image {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-left: 15%;
}
@media (max-width: 1366px) {
  .text-image .image {
    margin-left: 40px;
  }
}
@media (max-width: 1023px) {
  .text-image .image {
    margin-left: 0;
    margin-top: 30px;
  }
}
.text-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .text-image .image img {
    object-fit: contain;
    width: auto;
    height: 250px;
    margin: 0 auto;
    display: block;
  }
}
.text-image .reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-image .reverse .image {
  margin-left: initial;
  margin-right: 12%;
}
@media (max-width: 1366px) {
  .text-image .reverse .image {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  .text-image .reverse .image {
    margin-right: 0;
    margin-top: 30px;
  }
}
.text-image-no-wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.text-image-no-wrap .image {
  -webkit-flex-basis: 56%;
  -moz-flex-basis: 56%;
  -ms-flex-preferred-size: 56%;
  flex-basis: 56%;
  min-height: 440px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap .image {
    min-height: auto;
    display: block;
  }
}
@media (max-width: 1023px) {
  .text-image-no-wrap .image {
    height: 300px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.text-image-no-wrap .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 65px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap .text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1023px) {
  .text-image-no-wrap .text-wrapper {
    padding: 0 30px 40px;
  }
}
.text-image-no-wrap .text {
  max-width: 350px;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .text-image-no-wrap .text {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
.text-image-no-wrap .text h2 {
  margin-bottom: 22px;
}
.text-image-no-wrap .text p {
  font-family: "Open Sans";
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.text-image-no-wrap.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-image-no-wrap.reverse .text {
  margin-left: initial;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .text-image-no-wrap.reverse .text {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .text-image-no-wrap.reverse .text {
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .text-two-image-1 > .flex {
    display: block;
  }
}
.text-two-image-1 .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.text-two-image-1 .text p {
  font-family: "Open Sans";
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.text-two-image-1 .images {
  -webkit-flex-basis: 52%;
  -moz-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  margin-left: 12%;
}
@media (max-width: 1366px) {
  .text-two-image-1 .images {
    -webkit-flex-basis: 54%;
    -moz-flex-basis: 54%;
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    margin-left: 40px;
  }
}
@media (max-width: 1024px) {
  .text-two-image-1 .images {
    margin-left: 0;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .text-two-image-1 .images {
    display: block;
  }
}
.text-two-image-1 .image {
  width: 260px;
  height: 370px;
}
@media (max-width: 1024px) {
  .text-two-image-1 .image {
    margin: 0 20px;
  }
}
@media (max-width: 640px) {
  .text-two-image-1 .image {
    margin: 0 auto;
  }
}
.text-two-image-1 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-two-image-1 .image-two {
  margin-top: 200px;
}
@media (max-width: 1366px) {
  .text-two-image-1 .image-two {
    margin-top: 100px;
  }
}
@media (max-width: 640px) {
  .text-two-image-1 .image-two {
    margin-top: 20px;
  }
}
.bg-box {
  height: 100vh;
}
@media (max-width: 767px) {
  .bg-box {
    height: 350px !important;
  }
}
.two-row-text .row1050 {
  width: 740px;
}
@media (max-width: 1023px) {
  .two-row-text .row1050 {
    display: block;
  }
}
.two-row-text .title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.two-row-text .text {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
.two-row-text p {
  font-family: "Open Sans";
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.images-gallery > .row1050 {
  width: 1170px;
}
.images-gallery .image {
  margin-bottom: 30px;
  height: 400px;
}
@media (max-width: 1024px) {
  .images-gallery .image {
    height: 240px;
  }
}
@media (max-width: 1023px) {
  .images-gallery .image {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .images-gallery .image {
    height: 120px;
  }
}
.images-gallery .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.images-gallery .image:nth-child(4n-2), .images-gallery .image:nth-child(4n-1) {
  -webkit-flex-basis: calc(42% - 15px);
  -moz-flex-basis: calc(42% - 15px);
  -ms-flex-preferred-size: calc(42% - 15px);
  flex-basis: calc(42% - 15px);
}
@media (max-width: 1023px) {
  .images-gallery .image:nth-child(4n-2), .images-gallery .image:nth-child(4n-1) {
    -webkit-flex-basis: calc(42% - 5px);
    -moz-flex-basis: calc(42% - 5px);
    -ms-flex-preferred-size: calc(42% - 5px);
    flex-basis: calc(42% - 5px);
  }
}
.images-gallery .image:nth-child(4n-3), .images-gallery .image:nth-child(4n) {
  -webkit-flex-basis: calc(58% - 15px);
  -moz-flex-basis: calc(58% - 15px);
  -ms-flex-preferred-size: calc(58% - 15px);
  flex-basis: calc(58% - 15px);
}
@media (max-width: 1023px) {
  .images-gallery .image:nth-child(4n-3), .images-gallery .image:nth-child(4n) {
    -webkit-flex-basis: calc(58% - 5px);
    -moz-flex-basis: calc(58% - 5px);
    -ms-flex-preferred-size: calc(58% - 5px);
    flex-basis: calc(58% - 5px);
  }
}
.team-title {
  border-top: 1px solid #2d2d2d;
  width: 1140px;
  padding: 85px 90px;
}
@media (max-width: 1366px) {
  .team-title {
    padding: 40px;
  }
}
@media (max-width: 1023px) {
  .team-title {
    padding: 20px;
  }
}
.team-title h3 {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 3.1px;
  color: #2d2d2d;
}
.team-slider {
  width: 880px;
}
@media (max-width: 767px) {
  .team-slider {
    display: block;
  }
}
.team-slider .swiper-container {
  -webkit-flex-basis: 360px;
  -moz-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-container {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
.team-slider .swiper-container p {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
}
.team-slider .swiper-container .photo {
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-container .photo {
    text-align: center;
  }
}
.team-slider .swiper-container img {
  width: 100%;
}
@media (max-width: 1023px) {
  .team-slider .swiper-container img {
    width: auto;
    max-height: 250px;
    margin: 0 auto;
    display: inline-block;
  }
}
.team-slider .swiper-pagination {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 100px;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-pagination {
    margin-top: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .team-slider .swiper-pagination {
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.team-slider .swiper-pagination .num {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: #2d2d2d;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-pagination .num {
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .team-slider .swiper-pagination .num {
    font-size: 8px;
  }
}
.team-slider .swiper-pagination .name {
  font-family: "Open Sans";
  font-size: 38px;
  font-weight: 400;
  line-height: 1.46;
  color: #a1a1a1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .team-slider .swiper-pagination .name {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .team-slider .swiper-pagination .name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .team-slider .swiper-pagination .name {
    font-size: 18px;
  }
}
.team-slider .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .team-slider .swiper-pagination .swiper-pagination-bullet {
    margin-bottom: 10px;
  }
}
.team-slider .swiper-pagination .swiper-pagination-bullet:hover .name, .team-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .name {
  color: #2d2d2d;
}
.full-background-text .title::before {
  display: none;
}
.full-background-text > .row1375 {
  width: 1140px;
}
.full-background-text .image {
  position: relative;
  min-height: 405px;
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .full-background-text .image {
    min-height: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .full-background-text .image {
    margin-bottom: 30px;
  }
}
.full-background-text .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.full-background-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-background-text .image .hover_text {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px 40px;
  visibility: hidden;
  opacity: 0;
}
.full-background-text .image:hover:before {
  visibility: visible;
  opacity: 1;
}
.full-background-text .image:hover > div {
  visibility: visible;
  opacity: 1;
}
.full-background-text .text {
  width: 48%;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .full-background-text .text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .full-background-text .text {
    width: 100%;
  }
}
.full-background-text p {
  font-family: "Open Sans";
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
}
.full-background-text .swiper-pagination {
  text-align: left;
  bottom: 0;
  top: 445px;
  background: #fff;
  width: 50%;
}
@media (max-width: 1023px) {
  .full-background-text .swiper-pagination {
    top: 220px;
    width: 30%;
  }
}
@media (max-width: 767px) {
  .full-background-text .swiper-pagination {
    bottom: initial;
    background: transparent;
    top: 205px;
    width: 100%;
  }
}
.full-background-text .swiper-pagination .swiper-pagination-current, .full-background-text .swiper-pagination .swiper-pagination-total {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1.6;
}
.full-background-text .swiper-pagination .line {
  display: inline-block;
  margin: 0 18px;
  width: 50px;
  height: 1px;
  background: #000;
  vertical-align: middle;
}
.full-background-text .swiper-pagination.hide {
  display: none;
}
.info-block {
  text-align: center;
  margin: 40px 0 25px;
}
.info-block .sub-title {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 4px;
  color: #2d2d2d;
  line-height: 1.17;
  margin-bottom: 5px;
}
.info-block .title {
  letter-spacing: 0px;
  font-family: "Sabon";
  font-style: normal;
  padding-bottom: 0;
  color: #9d8453;
  font-size: 36px;
  line-height: 1.16;
}
.info-block .title::before {
  display: none;
}
@media (max-width: 767px) {
  .info-block .title {
    margin-bottom: 5px;
  }
}
.info-block .title em {
  font-style: italic;
}
.info-block .text p:last-of-type, .info-block .text h1:last-of-type, .info-block .text h2:last-of-type, .info-block .text h3:last-of-type, .info-block .text h4:last-of-type, .info-block .text h5:last-of-type, .info-block .text h6:last-of-type, .info-block .text span:last-of-type, .info-block .text strong:last-of-type, .info-block .text b:last-of-type, .info-block .text i:last-of-type, .info-block .text em:last-of-type, .info-block .text ul:last-of-type, .info-block .text li:last-of-type {
  padding-bottom: 0;
}
.location-box .title {
  text-align: center;
  font-family: "Open Sans";
  font-size: 14.5px;
  line-height: 1.17;
  letter-spacing: 3.1px;
  text-transform: uppercase;
}
.location-box .location img {
  width: 100%;
}
.faq-block .faq-title {
  font-style: italic;
  display: inline-block;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .faq-block .faq-title {
    margin-bottom: 30px;
  }
}
.faq-block .number {
  font-family: "Sabon";
  font-weight: 400;
  font-size: 24px;
  padding: 45px 10px;
  color: #2d2d2d;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 7%;
  border-right: 1px solid #2d2d2d;
}
@media (max-width: 1023px) {
  .faq-block .number {
    padding: 20px 5px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-block .number {
    padding: 15px 3px;
    width: 40px;
  }
}
.faq-block .question {
  font-family: "Sabon";
  font-weight: 400;
  font-size: 24px;
  line-height: 2.1;
  color: #2d2d2d;
  padding: 35px 10px 35px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .faq-block .question {
    padding: 15px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .faq-block .question {
    font-size: 18px;
    cursor: none;
  }
}
.faq-block .question .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .faq-block .question .title {
    font-size: 17px;
  }
}
.faq-block .question .plus {
  -webkit-flex-basis: 20px;
  -moz-flex-basis: 20px;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-block .question .plus::before, .faq-block .question .plus::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  background: #2d2d2d;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-block .question .plus::before {
  width: 100%;
  height: 2px;
}
.faq-block .question .plus::after {
  width: 2px;
  height: 100%;
}
.faq-block .question:hover .title {
  color: #000;
}
.faq-block .question:hover .plus::before, .faq-block .question:hover .plus::after {
  background: #000;
}
.faq-block .answer {
  display: none;
}
.faq-block .answer .text {
  max-width: 630px;
  padding: 0 40px 30px;
}
@media (max-width: 1023px) {
  .faq-block .answer .text {
    padding: 0 15px 0;
  }
}
.faq-block .answer p {
  font-family: "AdobeCaslonProRegular";
  font-weight: 400;
  font-size: 17px;
  line-height: 1.35;
  color: #000;
}
.faq-block .item {
  position: relative;
  border-bottom: 1px solid #2d2d2d;
  padding-left: 7%;
}
@media (max-width: 767px) {
  .faq-block .item {
    padding-left: 40px;
  }
}
.faq-block .item.active .plus {
  -webkit-transform: rotateZ(45deg);
  -khtml-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
