::-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: 'Sabon';
  font-weight: 400;
  font-size: 30px;
  color: #798570;
  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: #798570;
}
header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: white;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 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;
}
header .row1375 {
  width: 100%;
}
header .logo {
  width: 200px;
}
@media (max-width: 1024px) {
  header .logo {
    width: 120px;
  }
}
header .logo:hover {
  opacity: 0.8;
}
header .btn {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 1024px) {
  header .btn {
    margin-right: 50px;
  }
}
.fixed {
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.85);
}
.main_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.main_nav > ul {
  font-size: 0;
}
.main_nav > ul > li {
  display: inline-block;
}
.main_nav > ul > li > a {
  font-family: 'Futura';
  font-weight: 500;
  font-size: 12px;
  color: #798570;
  text-transform: uppercase;
  display: inline-block;
  line-height: 2;
  letter-spacing: 2px;
  padding: 10px 14px;
  background: rgba(121, 133, 112, 0);
}
.main_nav > ul > li > a:hover {
  background: rgba(121, 133, 112, 0.1);
  color: #798570;
}
.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 .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: #798570;
  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: #606959;
}
.main_nav .menu-item-has-children:hover > a {
  background: #798570;
  color: #fff;
}
.main_nav .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1024px) {
  .logged-in .burger {
    top: 52px;
  }
  .logged-in .mobile_menu_container {
    top: 30px;
  }
}
@media (max-width: 782px) {
  .logged-in .burger {
    top: 68px;
  }
  .logged-in .mobile_menu_container {
    top: 46px;
  }
}
footer {
  background: #798570;
  padding: 70px 0 10px;
}
@media (max-width: 1024px) {
  footer {
    padding: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  footer .footer_nav {
    margin-bottom: 20px;
  }
}
footer .footer-info {
  padding: 15px 0 25px 14px;
}
@media (max-width: 1024px) {
  footer .footer-info {
    padding: 15px 0;
  }
}
@media (max-width: 1023px) {
  footer .footer-info {
    text-align: center;
  }
}
footer .bottom {
  padding: 0 0 0 14px;
}
@media (max-width: 1024px) {
  footer .bottom {
    padding: 0 0 0 0;
  }
}
footer .text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@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%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
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 .text-wrapper h4 {
  font-family: 'Sabon';
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  line-height: 1.27;
  letter-spacing: 1.2px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  footer .text-wrapper h4 {
    display: none;
  }
}
footer .text-wrapper p {
  font-family: 'Sabon';
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.6px;
}
footer .text-wrapper p a {
  font-family: 'Sabon';
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.6px;
  -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 .text-wrapper p a {
    font-size: 15px;
  }
}
footer .text-wrapper p a:hover {
  text-decoration: underline;
}
footer .text-wrapper .social-icons {
  padding-top: 25px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  footer .text-wrapper .social-icons {
    text-align: center;
  }
}
footer .footer-logo {
  -webkit-flex-basis: 320px;
  -moz-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  margin-left: 30px;
}
@media (max-width: 1023px) {
  footer .footer-logo {
    display: inline-block;
    width: 160px;
    margin-left: 0;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
footer .footer-logo img, footer .footer-logo svg {
  width: inherit;
  height: auto;
  margin-top: -70px;
}
@media (max-width: 1023px) {
  footer .footer-logo img, footer .footer-logo svg {
    margin-top: -45px;
    display: inline-block;
    width: 250px;
    max-width: 100%;
  }
}
footer .footer-logo:hover {
  opacity: 0.8;
}
@media (max-width: 1023px) {
  footer .bottom {
    display: block;
    text-align: center;
  }
}
footer .icon {
  -webkit-flex-basis: 38px;
  -moz-flex-basis: 38px;
  -ms-flex-preferred-size: 38px;
  flex-basis: 38px;
  margin-right: 10px;
}
@media (max-width: 1023px) {
  footer .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .bottom-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .bottom-text p {
  font-family: 'Sabon';
  font-weight: 300;
  font-size: 9px;
  letter-spacing: -0.09px;
  line-height: 1.3;
  color: #fff;
}
.footer_nav > ul {
  font-size: 0;
}
@media (max-width: 1024px) {
  .footer_nav > ul {
    text-align: center;
  }
}
.footer_nav > ul > li {
  display: inline-block;
}
@media (max-width: 767px) {
  .footer_nav > ul > li {
    display: block;
  }
}
.footer_nav > ul > li > a {
  font-family: 'Futura';
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.7;
  letter-spacing: 2.5px;
  padding: 10px 14px;
}
.footer_nav > ul > li > a:hover {
  background: #474e41;
  color: #fff;
}
.footer_nav > ul > li .sub-menu {
  display: none;
}
.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: 1px;
  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: #fff;
  -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: #474e41;
}
@media (max-width: 1023px) {
  .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: 'Sabon';
  font-size: 15px;
  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: 'Sabon';
  font-size: 15px;
  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: 'Sabon';
  font-size: 15px;
  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: 'Sabon';
  font-size: 15px;
  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 #798570;
  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: 'Sabon';
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: 3.1px;
  color: #798570;
}
.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: 'Sabon';
  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: 'Sabon';
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  color: #798570;
  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: 'Sabon';
  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: #798570;
}
.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: 'Sabon';
  font-size: 15px;
  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: 'Sabon';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3.1px;
  color: #798570;
  line-height: 1.17;
  margin-bottom: 5px;
}
.info-block .title {
  letter-spacing: 0.2px;
  font-style: normal;
  padding-bottom: 0;
  color: #798570;
  font-size: 30px;
  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: 'Sabon';
  font-size: 14px;
  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: #798570;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 7%;
  border-right: 1px solid #798570;
}
@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: #798570;
  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: #798570;
  -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: #474e41;
}
.faq-block .question:hover .plus::before, .faq-block .question:hover .plus::after {
  background: #474e41;
}
.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 #798570;
  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);
}
