@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost: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=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  background-color: #fbf6f4;
}

.dummy-wrapper {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: white;
  -webkit-box-shadow: 0px 0px 48px 0px black;
          box-shadow: 0px 0px 48px 0px black;
  overflow: hidden;
}

.scroll-up {
  display: none !important;
}

.scroll-up {
  background-color: #937523;
  border: 1px solid #937523;
  -webkit-transition: .35s;
  transition: .35s;
}

.scroll-up:hover {
  background-color: #1d252b;
  -webkit-animation: shake-horizontal  3s;
          animation: shake-horizontal  3s;
}

input.wpcf7-form-control.wpcf7-submit {
  margin-top: 10px;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
  }
  80% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  90% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
}

body {
  margin-top: 187px;
}

@media (max-width: 1200px) {
  body {
    margin-top: 80px;
  }
}

a.hidden--click.hidden,
a.hidden-no.hidden {
  display: none !important;
}

.after-top:before {
  content: "";
  background-color: #9a7d2b;
  position: absolute;
  width: 1px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -75px;
}

.after-bottom {
  position: relative;
}

.after-bottom:after {
  content: "";
  background-color: #9a7d2b;
  position: absolute;
  width: 1px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -72px;
}

div.overlay-bold {
  position: absolute;
  border: 16px solid rgba(147, 117, 35, 0.14);
  width: calc(100% - 85px);
  height: calc(100% - 85px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .35s;
  transition: .35s;
}

div.overlay-bold:hover {
  width: calc(100% - 35px);
  height: calc(100% - 35px);
}

div.overlay-offer {
  position: absolute;
  width: calc(100%);
  height: 100%;
  top: 20px;
  left: 20px;
  border: 1px solid rgba(147, 117, 35, 0.26);
  z-index: 1;
  -webkit-transition: .35s;
  transition: .35s;
}

span.btn {
  cursor: auto !important;
}

.btn,
div.button input[type="submit"] {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 auto !important;
          flex: 1 auto !important;
  margin: 5px !important;
  padding: 10px 23px !important;
  text-align: center !important;
  font-size: 13px !important;
  letter-spacing: 0px !important;
  color: #9a7d2b !important;
  font-weight: 500 !important;
  font-family: "Jost" !important;
  text-align: center;
  color: #9a7d2b !important;
  border: 1px solid #937523 !important;
  background: transparent !important;
  -webkit-transition: all 0.75s ease-out !important;
  transition: all 0.75s ease-out !important;
  cursor: pointer !important;
  background: transparent !important;
  background-position: 1% 50% !important;
  background-size: 300% 300% !important;
  background-image: -webkit-gradient(linear, right top, left top, from(#937523), color-stop(#937523), color-stop(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))) !important;
  background-image: linear-gradient(270deg, #937523, #937523, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;
  text-transform: uppercase !important;
  max-width: 192px !important;
  line-height: 100% !important;
}

.btn.reverse-btn,
div.button input[type="submit"].reverse-btn {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(#cdaf71), to(#cdaf71)) !important;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #cdaf71, #cdaf71) !important;
  color: white !important;
  border-color: #cdaf71 !important;
}

.btn.reverse-btn:hover,
div.button input[type="submit"].reverse-btn:hover {
  border-color: #cdaf71 !important;
  color: #cdaf71 !important;
}

.btn:not(span):hover,
div.button input[type="submit"]:not(span):hover {
  border-color: transparent !important;
  color: white !important;
  background-position: 99% 50% !important;
}

a.ico {
  display: block;
  width: 35px;
  height: 35px;
  color: #9a7d2b;
  font-size: 15px;
  border: 1px solid #937523;
  line-height: 35px;
  text-align: center;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

a.ico svg {
  width: 13px;
  fill: #9a7d2b;
  stroke: #9a7d2b;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

a.ico:hover {
  background-color: #937523;
  color: white;
}

a.ico:hover svg {
  fill: white;
  stroke: white;
}

.dev-header {
  width: 100%;
  max-width: 1920px;
  height: 187px;
  -webkit-box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.21);
          box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.21);
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: .45s;
  transition: .45s;
}

.dev-header.--scrolled-header {
  height: 154px;
}

.dev-header.--scrolled-header .dev-header__wrapper__row__box {
  padding-top: 20px;
}

.dev-header.--scrolled-header .dev-header__wrapper__row__box::after {
  height: 60px;
}

.dev-header.--scrolled-header .dev-header__wrapper__row__logo {
  padding-top: 5px !important;
}

.dev-header.--scrolled-header .dev-header__wrapper__row:nth-of-type(1) {
  height: 95px;
}

.dev-header.--scrolled-header .dev-header__wrapper__row:nth-of-type(2) {
  height: 40px;
  margin-top: 15px;
}

.dev-header__wrapper {
  width: 64%;
}

.dev-header__wrapper__row:nth-of-type(1) {
  height: 135px;
  -webkit-transition: .45s;
  transition: .45s;
}

.dev-header__wrapper__row:nth-of-type(2) {
  height: 52px;
  -webkit-transition: .45s;
  transition: .45s;
}

.dev-header__wrapper__row__social a.ico {
  margin-right: 18px;
}

.dev-header__wrapper__row__social a.ico:last-of-type {
  margin-right: 0;
}

.dev-header__wrapper__row__logo {
  padding-top: 13px !important;
  -webkit-transition: .45s;
  transition: .45s;
}

.dev-header__wrapper__row__box {
  width: 20%;
  position: relative;
  padding-top: 45px;
  -webkit-transition: .45s;
  transition: .45s;
}

.dev-header__wrapper__row__box p {
  -webkit-transition: .35s;
  transition: .35s;
}

.dev-header__wrapper__row__box p:hover {
  color: #9a7d2b;
}

.dev-header__wrapper__row__box::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 79px;
  background-color: #dbcfac;
  top: 0;
  right: 0;
  -webkit-transition: .45s;
  transition: .45s;
}

.dev-header__wrapper__row__box:last-of-type::after {
  background-color: transparent;
}

.dev-header__wrapper__row:nth-of-type(2) .nav-desktop ul.menu {
  margin-top: 0;
}

.dev-header__wrapper__row:nth-of-type(2) .nav-desktop ul.menu li:hover > a {
  color: #9a7d2b;
}

.dev-header__wrapper__row:nth-of-type(2) .nav-desktop ul.menu li a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .35s;
  transition: .35s;
}

.dev-header__wrapper__row__social,
.dev-header__wrapper__row__pop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 1670px) {
  .dev-header__wrapper {
    width: 80%;
    min-width: 1073px;
  }
}

@media (max-width: 1100px) {
  .dev-header__wrapper {
    width: 100%;
    min-width: 900px;
    max-width: 900px;
  }
}

@media (max-width: 500px) {
  .header-mobile__logo {
    max-width: 200px;
  }
}

@media (max-width: 415px) {
  a.header-mobile__btn.btn {
    font-size: 11px !important;
    padding: 7px 9px !important;
    margin: 1px !important;
    display: block !important;
  }
  .hamburger {
    padding: 7px 7px;
  }
}

@media (max-width: 360px) {
  .header-mobile__logo {
    max-width: 160px;
  }
}

div.hero {
  height: 715px;
}

div.hero .item {
  min-height: auto;
  height: 715px;
}

div.hero .item div.right img {
  display: none;
}

div.hero .item div.right div.gradient {
  display: none;
}

div.hero .item .container {
  max-width: 385px;
  max-height: 385px;
  margin-left: 21.61458333%;
  margin-right: auto;
  position: relative;
}

div.hero .item .container:after, div.hero .item .container:before {
  content: "";
  background-color: #9a7d2b;
  position: absolute;
  width: 1px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -59px;
}

div.hero .item .container:before {
  bottom: -59px;
  top: auto;
}

div.hero div.owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  bottom: 30px;
  position: absolute;
}

div.hero div.owl-dots button {
  margin-right: 13px;
  width: 15px;
  height: 15px;
  background-color: #e8c472;
}

div.hero div.owl-dots button:last-of-type {
  margin-right: 0;
}

div.hero div.owl-dots button.active {
  background-color: #9a7d2b;
}

@media (max-width: 1500px) {
  .hero .item {
    background-position: calc(100% - 3px) center !important;
    height: 420px !important;
  }
  .hero {
    height: 420px !important;
  }
}

@media (max-width: 1200px) {
  div.hero .item div.right img {
    display: block;
  }
  .hero .item {
    background: none !important;
  }
  div.hero {
    height: 420px;
  }
  div.hero div.owl-dots {
    width: 50%;
    bottom: 20px;
  }
  div.hero .item {
    height: 420px;
  }
}

@media (max-width: 1200px) and (min-width: 590px) {
  div.hero .item h2 {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  div.hero .item div.right {
    width: 50%;
    height: 100%;
    position: relative;
  }
  div.hero .item div.right div.gradient {
    position: absolute;
    display: block;
    height: 100%;
    width: 70px;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(42%, rgba(255, 255, 255, 0.7)), color-stop(73%, rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.7) 42%, rgba(255, 255, 255, 0.4) 73%, rgba(255, 255, 255, 0) 100%);
  }
  div.hero .item div.right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  div.hero .item .container {
    max-width: 50%;
    max-height: 100%;
    width: 50%;
    height: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    background: url("../assets/imgs/heroBg.png") center no-repeat;
    background-size: cover;
  }
  div.hero .item .container .center-flex {
    margin-top: 10px !important;
  }
}

@media (max-width: 590px) {
  div.hero .item .container:after, div.hero .item .container:before {
    top: 10px;
  }
  div.hero .item .container:before {
    display: none;
  }
  div.hero {
    min-height: 590px;
    height: 590px !important;
  }
  div.hero div.owl-dots {
    width: 100%;
    bottom: -30px;
  }
  div.hero div.item {
    min-height: 590px;
    height: 590px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
  }
  div.hero div.item div.right, div.hero div.item div.container {
    width: 100%;
    height: 50%;
    max-width: none;
  }
  div.hero div.item div.right {
    position: absolute;
    top: 0;
    height: 65%;
    z-index: -1;
  }
  div.hero div.item div.right div.gradient {
    display: none;
  }
  div.hero div.item div.container {
    background-color: rgba(255, 255, 255, 0.65);
    background-image: none;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50%;
  }
  div.hero div.item div.container p.center {
    margin-top: 5px !important;
  }
}

.cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cabinet__left, .cabinet__right {
  width: 50%;
}

.cabinet__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cabinet__right {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}

.cabinet__right__content {
  max-width: 464px;
  position: relative;
}

.cabinet__right__content:after {
  content: "";
  background-color: #9a7d2b;
  position: absolute;
  width: 1px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -75px;
}

@media (max-width: 1100px) {
  .sub .cabinet__left {
    height: 350px;
  }
  .sub .cabinet__left img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .cabinet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cabinet__left, .cabinet__right {
    width: 100%;
  }
  .cabinet__left {
    height: 500px;
  }
  .cabinet__left img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cabinet__right__content {
    margin: 0 auto !important;
    margin-top: 100px !important;
  }
  .cabinet__right__content p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 590px) {
  .cabinet {
    margin-top: 35px;
  }
  .cabinet div.txt, .cabinet p.txt {
    margin-top: 15px !important;
  }
  .cabinet div.center-flex {
    margin-bottom: 25px !important;
  }
  .cabinet__left img {
    width: 100%;
    height: 400px;
  }
}

div.offer-nav {
  width: calc( 65.1041666666666% - 190px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 200px;
}

div.offer-nav .owl-prev {
  margin-left: 10px;
}

div.offer-nav a.offer-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

div.offer-nav button {
  display: block;
  width: 35px;
  height: 35px;
  color: #9a7d2b;
  border: 1px solid #937523;
  line-height: 35px;
  text-align: center;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  background-color: white;
}

div.offer-nav button:first-of-type {
  margin-right: 5px;
}

div.offer-nav button:nth-of-type(2) {
  margin-left: 5px;
}

div.offer-nav button:hover {
  cursor: pointer;
  background-color: #937523;
  color: white;
}

div.offer-nav button:hover svg {
  fill: white;
  stroke: white;
}

div.offer-nav button svg {
  fill: #937523;
  stroke: #937523;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.offer {
  background-repeat: no-repeat;
  background-size: cover;
}

.offer__top__wrapper {
  width: 61.458333333%;
  margin-top: -90px;
}

.offer__top__wrapper__box {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}

.offer__top__wrapper__box:after {
  content: "";
  background-color: #9a7d2b;
  position: absolute;
  width: 1px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -0;
}

.offer__top__wrapper__box:first-of-type {
  margin-left: 0;
}

.offer__top__wrapper__box:last-of-type {
  margin-right: 0;
}

.offer__top__wrapper__box:nth-of-type(2n) {
  margin-top: 35px;
}

.offer__top__wrapper__box__pic {
  width: 280px;
  height: 280px;
  background-color: #ffffff;
  border: 1px solid rgba(147, 117, 35, 0.26);
  position: relative;
}

.offer__top__wrapper__box__pic:hover svg {
  fill: #937523;
  stroke: #937523;
}

.offer__top__wrapper__box__pic svg {
  width: 90px;
  height: 90px;
  fill: #b1a37a;
  stroke: #b1a37a;
  -webkit-transition: .35s;
  transition: .35s;
}

.offer__top__wrapper__box__desc {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #58696f;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

.offer__bottom h2.headline {
  position: relative;
}

.offer__bottom h2.headline:after {
  content: "";
  background-color: #9a7d2b;
  position: absolute;
  width: 1px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -72px;
}

.offer__bottom__wrapper {
  width: 65.1041666666666%;
  min-width: 1238.920px;
  margin: 0 auto;
}

.offer__bottom div.item {
  min-height: auto;
  max-height: 820px;
  width: 100%;
  height: auto;
  min-height: auto;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offer__bottom div.item__elem {
  width: calc(50%);
  position: relative;
}

.offer__bottom div.item__elem:nth-of-type(2n) {
  margin-top: 60px;
}

.offer__bottom div.item__elem a.post-pic {
  display: block;
  position: relative;
  width: 480px;
  height: 305px;
}

.offer__bottom div.item__elem a.post-pic img {
  width: 480px;
  height: 305px;
  max-width: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.offer__bottom div.item__elem div.title {
  position: absolute;
  padding: 15px 35px 15px 35px;
  bottom: 30px;
  left: 0px;
  background-color: white;
  z-index: 3;
}

.offer__bottom div.item__elem div.title p {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #9a7d2b;
  font-weight: 400;
  font-family: "Playfair Display";
  text-align: center;
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
}

.offer__bottom div.item__elem:hover a.post-pic div.overlay-offer {
  top: -20px;
}

.offer__bottom div.item__elem:hover div.title p.gold-big {
  color: #9a7d2b;
}

@media (max-width: 1230px) {
  .offer__bottom div.item__elem {
    padding-left: 10px !important;
  }
  .offer__bottom__wrapper {
    max-width: 900px;
    min-width: 900px;
  }
  .offer__bottom div.item__elem a.post-pic img {
    width: 350px;
  }
  div.overlay-offer {
    display: none;
  }
  .offer__bottom div.item__elem a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    /* display: block; */
  }
}

@media (max-width: 1200px) {
  .offer__top__wrapper {
    width: 100%;
    margin-top: 10px;
  }
  .offer.front {
    margin-top: -100px;
  }
}

@media (max-width: 1200px) and (max-width: 590px) {
  .offer.front {
    margin-top: -50px !important;
  }
}

@media (max-width: 1200px) {
  .offer__top__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .offer__top__wrapper__box.column-flex {
    width: calc(34% - 10px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offer__top__wrapper__box {
    margin-top: 10px !important;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 900px) {
  .offer__bottom div.item__elem div.title {
    padding: 8px 20px 8px 20px;
  }
  .offer__bottom div.item__elem div.title p {
    font-size: 16px;
  }
  .offer__bottom div.item__elem div.title {
    left: 0;
    bottom: 0;
  }
  .offer__bottom div.item__elem {
    padding-left: 0 !important;
  }
  .offer__bottom div.item__elem a.post-pic img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  .offer__bottom div.item__elem a.post-pic {
    width: 100%;
  }
  .offer__bottom div.item__elem {
    margin-bottom: 0 !important;
  }
  .offer__bottom div.item__elem:nth-of-type(2n) {
    margin-top: 0;
  }
  .offer__bottom__wrapper {
    max-width: 100%;
    min-width: 100%;
  }
  div.offer-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 850px) {
  .offer__top__wrapper__box.column-flex {
    width: calc(45% - 10px);
  }
}

@media (max-width: 650px) {
  .offer__top__wrapper__box.column-flex {
    width: calc(50% - 10px);
  }
}

@media (max-width: 590px) {
  .offer__top__wrapper {
    margin-top: 0;
  }
  .offer__top__wrapper__box.column-flex {
    width: calc(100% - 10px);
  }
  .offer__top__wrapper__box__desc {
    margin-bottom: 45px !important;
    margin-top: 5px !important;
  }
  .offer__bottom div.item__elem {
    width: 100%;
    height: 20%;
  }
  .offer__bottom div.item {
    max-height: none;
  }
}

.knowledge {
  position: relative;
}

.knowledge:after {
  content: "";
  position: absolute;
  height: 28px;
  top: -28px;
  left: 24.479166666666%;
  width: 1px;
  background-color: rgba(147, 117, 35, 0.26);
}

.knowledge:before {
  content: "";
  position: absolute;
  height: 1px;
  top: -28px;
  left: 24.479166666666%;
  width: 41.7%;
  background-color: rgba(147, 117, 35, 0.26);
}

.knowledge div.overlay {
  position: absolute;
  z-index: -1;
  width: 51.041666666%;
  border: 1px solid rgba(147, 117, 35, 0.26);
  height: 40px;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.knowledge__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.knowledge__container__left, .knowledge__container__right {
  width: 50%;
}

.knowledge__container__left {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.knowledge__container__left__content {
  width: 465px;
  margin-right: 65px;
  margin-left: auto;
}

.knowledge__container__left__content h3.gold {
  position: relative;
}

.knowledge__container__left__content h3.gold:after {
  content: "";
  background-color: #9a7d2b;
  position: absolute;
  width: 1px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -75px;
}

.knowledge__container__left__content p {
  text-align: justify;
}

.knowledge__container__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1900px) {
  .knowledge:before,
  .knowledge:after {
    display: none;
  }
}

@media (max-width: 1100px) {
  .knowledge__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .knowledge__container__left, .knowledge__container__right {
    width: 100%;
  }
  .knowledge__container__right {
    height: 400px;
  }
  .knowledge__container__right img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .knowledge__container__left__content {
    margin: 20px auto !important;
  }
  .knowledge__container__left__content p {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 500px) {
  .knowledge div.overlay {
    width: 90%;
  }
  .knowledge__container__left__content {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .knowledge__container__left__content div.center-flex {
    margin-bottom: 15px !important;
  }
}

.team {
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

.team .to_hide_team {
  display: none;
}

.team__content {
  margin-top: 120px;
}

.team__content__left {
  width: 59.895833333333333%;
}

.team__content__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team__content__right {
  width: calc(100% - 59.895833333333333%);
}

.team__content__right__wrapper {
  width: 380px;
  height: 100%;
}

.team__content__right__wrapper p.experience {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

.team__content__right__wrapper div.experience-desc {
  width: 330px;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .team__content__left {
    min-width: 967px;
  }
}

@media (max-width: 1400px) {
  .team {
    padding-bottom: 100px;
    margin-bottom: 50px;
    background-size: cover;
  }
  .team__content__left {
    min-width: auto;
    height: 600px;
  }
  .team__content__left img {
    -o-object-position: top;
       object-position: top;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  body.page-id-5 section.opinions {
    margin-top: -80px !important;
  }
  .team__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__content__left,
  .team__content__right {
    width: 100%;
  }
  .team__content__right__wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 30px;
    margin-left: 0 !important;
  }
  .team__content__right__wrapper .pic {
    display: none;
  }
  .team__content__right__wrapper div.experience-desc {
    width: 600px;
    max-width: 90%;
  }
}

@media (max-width: 760px) {
  .team__content__left {
    display: none;
  }
  .team__content__right {
    margin-left: 0 !important;
  }
  .team__content__right__wrapper {
    width: 280px;
    margin: 0 auto;
    width: 100%;
  }
  .team__content__right__wrapper div.experience-desc {
    max-width: 90%;
    width: auto;
  }
  .team .to_hide_team {
    display: block;
  }
}

body.page-id-5 section.opinions {
  margin-top: -170px;
}

body.page-id-77 section.opinions {
  margin-top: -200px;
}

body.page-id-79 section.opinions {
  margin-top: -136px;
}

.opinions div.container-opinions {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.opinions__right {
  width: calc(100% - 56.770833333333%);
}

.opinions__right img {
  width: 100%;
  height: calc(100% - 80px);
  -o-object-fit: cover;
     object-fit: cover;
}

.opinions__left {
  width: 56.770833333333%;
}

.opinions__left div.owl-opinions div.item {
  max-width: 660px;
  margin-right: 85px;
  margin-left: auto;
}

.opinions__left div.owl-opinions div.item div.center-flex a.btn.important-right {
  margin-right: 45px !important;
}

.opinions__left div.owl-opinions div.item div.center-flex a.btn.important-right:hover {
  background-position: 1% 50% !important;
  color: #9a7d2b !important;
  border: 1px solid #937523 !important;
}

.opinions__left div.owl-opinions div.item .opinions__left__headline {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
}

.opinions__left div.owl-opinions div.item div.content {
  font-size: 18px;
  line-height: 30px;
  color: #58696f;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
}

.opinions__left div.owl-opinions div.item div.author {
  font-size: 20px;
  letter-spacing: 1px;
  color: #9a7d2b;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
}

@media (max-width: 1260px) {
  .opinions__right {
    display: none;
  }
  .opinions__left {
    margin: 0 auto !important;
  }
  .opinions__left div.owl-opinions div.item {
    margin: 0 auto !important;
  }
  .opinions__left {
    width: 90%;
  }
}

@media (max-width: 340px) {
  .opinions__left div.owl-opinions div.item div.center-flex a.btn.important-right {
    margin-right: 10px !important;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: #748494;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.contact__left, .contact__right {
  width: 50%;
}

.contact__left__pic {
  width: 37.5%;
}

.contact__left__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__left__form {
  width: calc(100% - 37.5%);
}

.contact__left__form div.witha label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.contact__left__form input:not([type='submit']), .contact__left__form select, .contact__left__form textarea {
  height: 35px !important;
  border-radius: 5px !important;
  border: 1px solid rgba(147, 117, 35, 0.26) !important;
}

.contact__left__form textarea {
  height: 105px !important;
  margin-bottom: 0;
}

.contact__left__form input::-webkit-input-placeholder {
  font-size: 16px !important;
  letter-spacing: 0px !important;
  color: #323e45 !important;
  font-weight: 300 !important;
  font-family: "Jost" !important;
}

.contact__left__form input:-ms-input-placeholder {
  font-size: 16px !important;
  letter-spacing: 0px !important;
  color: #323e45 !important;
  font-weight: 300 !important;
  font-family: "Jost" !important;
}

.contact__left__form input::-ms-input-placeholder {
  font-size: 16px !important;
  letter-spacing: 0px !important;
  color: #323e45 !important;
  font-weight: 300 !important;
  font-family: "Jost" !important;
}

.contact__left__form input::placeholder {
  font-size: 16px !important;
  letter-spacing: 0px !important;
  color: #323e45 !important;
  font-weight: 300 !important;
  font-family: "Jost" !important;
}

.contact__left__form input[type="checkbox"] {
  width: 17px;
  height: 17px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c9c9c9;
}

.contact__left__form p.witha {
  padding-top: 3px;
  letter-spacing: 0px;
  color: #3e3e3e;
  font-weight: 300;
  font-family: "Jost";
}

.contact__left__form p.witha a {
  text-decoration: underline;
}

.contact__left__form p.passion {
  font-size: 12px;
  line-height: 26px;
  color: #333232;
  font-weight: 600;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

.contact__left__form p.passion a {
  -webkit-transition: .35s;
  transition: .35s;
}

.contact__left__form p.passion a:hover {
  color: #9a7d2b;
}

.contact__left__form p.passion i {
  font-size: 17px;
  color: #9a7d2b;
}

.contact__right {
  padding-left: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact__right__content {
  max-width: 410px;
}

.contact__right__content p.awesome {
  font-size: 18px;
  color: #bbaa79;
  font-family: "Font Awesome";
  margin-top: 30px;
}

.contact__right__content a p.content {
  -webkit-transition: .35s;
  transition: .35s;
}

.contact__right__content a p.content:hover {
  color: white;
}

.contact__right__content p.content, .contact__right__content div.content p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #c0b7af;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  margin-top: 22px;
  text-transform: uppercase;
}

.contact__right__content p.content.big, .contact__right__content div.content p.big {
  font-size: 27px;
}

.contact__right__content h2.gold-big {
  color: #bbaa79;
}

.contact__right__content h2.headline {
  color: #b7aba1;
}

.contact__right__content h2.headline:after {
  background-color: #bbaa79;
}

.contact__right__content div.center-flex a.ico {
  color: #bbaa79;
  border-color: #bbaa79;
}

.contact__right__content div.center-flex.button a.btn {
  color: #bbaa79 !important;
  border-color: #bbaa79 !important;
}

p.passion {
  font-size: 12px;
  line-height: 26px;
  color: #333232;
  font-weight: 600;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

p.passion a {
  -webkit-transition: .35s;
  transition: .35s;
}

p.passion a:hover {
  color: #9a7d2b;
}

p.passion i {
  font-size: 17px;
  color: #9a7d2b;
}

div.passion-mobile p.passion {
  display: none;
}

@media (max-width: 1250px) {
  div.passion-mobile p.passion {
    display: block;
  }
  section.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__left, .contact__right {
    width: 100%;
  }
  .contact__right {
    padding-left: 0;
  }
  .contact__right__content {
    margin: 0 auto;
  }
  .contact__right__content a.btn {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 750px) {
  .contact__left__form {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 500px) {
  .contact__left__pic {
    display: none;
  }
  .contact__left__form {
    width: 100%;
  }
  .contact__left__form {
    padding-top: 15px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .contact__right__content p.content, .contact__right__content div.content p {
    font-size: 14px;
  }
  .contact__right__content div.content.hours-resp p {
    font-size: 11px;
  }
  .contact__right__content {
    width: 95%;
  }
}

.bread {
  height: 235px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.bread h2.headline {
  font-size: 36px !important;
}

@media (max-width: 500px) {
  .bread h2.headline {
    font-size: 24px !important;
  }
}

.bread .bold-big {
  font-size: 23px !important;
}

.bread__container {
  position: absolute;
  left: 31.25%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bread .after-top:before {
  top: -60px;
}

.bread .after-bottom:after {
  bottom: -60px;
}

@media (max-width: 500px) {
  .bread__container {
    left: 50%;
    width: 100%;
  }
}

section.cabinet.flex-return {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

section.cabinet.flex-return .cabinet__right__content:after {
  display: none;
}

section.cabinet.flex-return div.cabinet__right__content {
  margin-right: 65px;
  margin-left: auto;
  max-width: 490px;
}

section.about-team-pic div.wrapper {
  width: 61.458333333333333333%;
}

section.about-team-pic div.wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel-gallery {
  width: 100%;
  height: 20vw;
  margin-bottom: 250px;
}

.carousel-gallery__container {
  width: 100%;
  height: 100%;
}

.carousel-gallery__container .owl-stage-outer {
  height: 20vw;
}

.carousel-gallery__container .owl-stage-outer .owl-stage {
  height: 20vw;
}

.carousel-gallery__container .owl-stage-outer .owl-stage .owl-item {
  height: 20vw;
}

.carousel-gallery__container .owl-stage-outer .owl-stage .owl-item div.item {
  height: 100%;
  width: 100%;
}

.carousel-gallery__container .owl-stage-outer .owl-stage .owl-item div.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1500px) {
  .carousel-gallery {
    height: 25vw;
  }
  .carousel-gallery__container .owl-stage-outer {
    height: 25vw;
  }
  .carousel-gallery__container .owl-stage-outer .owl-stage {
    height: 25vw;
  }
  .carousel-gallery__container .owl-stage-outer .owl-stage .owl-item {
    height: 25vw;
  }
}

@media (max-width: 800px) {
  .carousel-gallery {
    height: 50vw !important;
  }
  .carousel-gallery__container .owl-stage-outer {
    height: 50vw !important;
  }
  .carousel-gallery__container .owl-stage-outer .owl-stage {
    height: 50vw !important;
  }
  .carousel-gallery__container .owl-stage-outer .owl-stage .owl-item {
    height: 50vw !important;
  }
}

@media (max-width: 500px) {
  .carousel-gallery {
    height: 100vw !important;
  }
  .carousel-gallery__container .owl-stage-outer {
    height: 100vw !important;
  }
  .carousel-gallery__container .owl-stage-outer .owl-stage {
    height: 100vw !important;
  }
  .carousel-gallery__container .owl-stage-outer .owl-stage .owl-item {
    height: 100vw !important;
  }
}

@media (max-width: 1200px) {
  section.about-team-pic div.wrapper {
    width: 100%;
  }
  section.cabinet.flex-return div.cabinet__right__content {
    max-width: 95%;
  }
  .offer.sub {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 1100px) {
  section.cabinet.flex-return {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.offer.subsite {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 200px;
}

.offer.subsite__bottom h2.headline {
  position: relative;
}

.offer.subsite__bottom h2.headline:after {
  content: "";
  background-color: #9a7d2b;
  position: absolute;
  width: 1px;
  height: 43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -72px;
}

.offer.subsite__bottom__wrapper {
  width: 65.1041666666666%;
  min-width: 1238.920px;
  margin: 0 auto;
}

.offer.subsite__bottom div.item {
  min-height: auto;
  max-height: 820px;
  width: 100%;
  height: auto;
  min-height: auto;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offer.subsite__bottom div.item__elem {
  width: calc(50%);
  position: relative;
}

.offer.subsite__bottom div.item__elem:nth-of-type(2n) {
  margin-top: 60px;
}

.offer.subsite__bottom div.item__elem a.post-pic {
  display: block;
  position: relative;
  width: 480px;
  height: 305px;
}

.offer.subsite__bottom div.item__elem a.post-pic img {
  width: 480px;
  height: 305px;
  max-width: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.offer.subsite__bottom div.item__elem div.title {
  position: absolute;
  padding: 15px 35px 15px 35px;
  bottom: 30px;
  left: 0px;
  background-color: white;
  z-index: 3;
}

.offer.subsite__bottom div.item__elem div.title p {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #9a7d2b;
  font-weight: 400;
  font-family: "Playfair Display";
  text-align: center;
  -webkit-transition: all .35s linear;
  transition: all .35s linear;
}

.offer.subsite__bottom div.item__elem:hover a.post-pic div.overlay-offer {
  top: -20px;
}

.offer.subsite__bottom div.item__elem:hover div.title p.gold-big {
  color: #9a7d2b;
}

.full-width {
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width__bottom__wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 61.45833333333333%;
  min-width: 1180px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.team-subsite {
  padding-bottom: 200px;
}

@media (max-width: 1200px) {
  section.team-subsite {
    background-position: top right;
    background-size: 178%;
  }
}

section.team-subsite div.box {
  width: 50%;
}

section.team-subsite div.box__pic {
  width: 47%;
}

section.team-subsite div.box__content {
  width: calc(100% - 47%);
}

section.team-subsite div.box__content p.name {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

section.team-subsite div.box__content p.job {
  font-size: 15px;
  line-height: 100%;
  color: #937523;
  font-weight: 500;
  font-family: "Jost";
  text-align: left;
}

section.team-subsite div.box__content div.desc {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

section.team-subsite div.box__content div.desc p {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

.thumb-team__wrapper {
  width: calc(81.770833333333333333% - 30px);
}

.thumb-team__wrapper__left {
  width: 73.1847133757961%;
}

.thumb-team__wrapper__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumb-team__wrapper__right {
  width: calc(100% - 73.1847133757961%);
}

@media (max-width: 1200px) {
  .full-width__bottom__wrapper {
    width: 100%;
    min-width: auto;
  }
  section.team-subsite div.box {
    width: 100%;
  }
  section.team-subsite div.box__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.team-subsite div.box__pic img {
    width: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 996px) {
  section.team-subsite div.box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.team-subsite div.box__pic,
  section.team-subsite div.box__content {
    width: 100%;
  }
  section.team-subsite div.box__pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  section.team-subsite div.box__content p.name, section.team-subsite div.box__content p.job, section.team-subsite div.box__content div.desc {
    text-align: center;
  }
  section.team-subsite .thumb-team__wrapper,
  section.team .thumb-team__wrapper {
    width: 100%;
  }
}

@media (max-width: 700px) {
  section.team-subsite .thumb-team__wrapper__left,
  section.team-subsite .thumb-team__wrapper__right,
  section.team .thumb-team__wrapper__left,
  section.team .thumb-team__wrapper__right {
    width: 100%;
  }
  section.team .thumb-team__wrapper__right,
  .team__content__right__wrapper .pic {
    display: none !important;
  }
  section.team-subsite .thumb-team__wrapper__right,
  section.team .thumb-team__wrapper__right {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important;
  }
  section.team-subsite .thumb-team__wrapper__right img,
  section.team .thumb-team__wrapper__right img {
    width: 50%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 !important;
  }
  section.team-subsite .thumb-team__wrapper,
  section.team .thumb-team__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.right-bar {
  background-repeat: no-repeat;
  background-position-y: 150px;
  background-position-x: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.right-bar__wrapper {
  width: 61.458333333333333333%;
  min-width: 1180px;
}

.right-bar__wrapper__bottom__content {
  width: calc(74.576271186440677% - 10px);
  min-width: 870px;
}

.right-bar__wrapper__bottom__content div.container {
  width: 100%;
  margin-bottom: 30px;
}

.right-bar__wrapper__bottom__content div.container div.gallery {
  width: 100%;
  margin-top: 0;
}

.right-bar__wrapper__bottom__content div.container div.gallery div.row {
  width: 100%;
  margin: 0;
}

.right-bar__wrapper__bottom__content div.container div.gallery div.row img {
  width: 100%;
  max-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}

.right-bar__wrapper__bottom__content div.container p, .right-bar__wrapper__bottom__content div.container h3, .right-bar__wrapper__bottom__content div.container ul li {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
  padding-left: 40px;
  padding-right: 40px;
}

.right-bar__wrapper__bottom__content div.container h3, .right-bar__wrapper__bottom__content div.container h3.pricelist-single-offer {
  font-size: 22px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  text-align: left;
  margin-bottom: 25px;
}

.right-bar__wrapper__bottom__widgets {
  width: calc(100% - 74.576271186440677% - 10px);
  min-width: 290px;
}

.right-bar__wrapper__bottom__widgets section {
  width: 100%;
}

@media (max-width: 1200px) {
  div.right-bar__wrapper__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
  }
  .right-bar__wrapper {
    width: 100%;
    min-width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .right-bar__wrapper__bottom__content {
    width: 100%;
    min-width: auto;
    margin-right: 0 !important;
  }
  .right-bar__wrapper__bottom__widgets {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-left: 0 !important;
  }
  .right-bar__wrapper__bottom__widgets > section,
  .right-bar__wrapper__bottom__widgets > div {
    width: 290px;
    margin-top: 10px !important;
    max-width: 290px !important;
  }
  .right-bar__wrapper__bottom__widgets > section section,
  .right-bar__wrapper__bottom__widgets > div section {
    margin-top: 10px !important;
  }
}

@media (max-width: 600px) {
  .right-bar__wrapper__bottom__widgets > section,
  .right-bar__wrapper__bottom__widgets > div {
    margin-top: 15px !important;
  }
  .opinions__left div.owl-opinions div.item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

section.single-offer div.right-bar__wrapper__bottom__content {
  min-width: 887.781px;
}

section.single-offer div.right-bar__wrapper__bottom__content h3.pricelist-single-offer {
  font-size: 22px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  text-align: left;
  margin-bottom: 25px;
  margin-left: 45px;
}

section.single-offer div.right-bar__wrapper__bottom__content div.post-content {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
  padding-left: 55px;
  padding-right: 55px;
}

section.single-offer div.right-bar__wrapper__bottom__content div.post-content h2.title {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 40px;
}

section.single-offer div.right-bar__wrapper__bottom__content h1.title-meta {
  font-size: 22px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  text-align: left;
  margin-bottom: 35px;
  padding-left: 40px;
}

section.single-offer div.right-bar__wrapper__bottom__content div.single-metamorphosis__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: none;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container div.box-metamorphosis {
  border-bottom: none;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container div.box-metamorphosis div.twentytwenty-handle {
  background-color: #cba674;
  border-color: #cba674;
  position: relative;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container div.box-metamorphosis div.twentytwenty-handle .twentytwenty-right-arrow,
section.single-offer div.right-bar__wrapper__bottom__content div.meta-container div.box-metamorphosis div.twentytwenty-handle .twentytwenty-left-arrow {
  border-color: transparent;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container div.box-metamorphosis div.twentytwenty-handle span.twentytwenty-right-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 21px;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4px;
  z-index: 9999999;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container div.box-metamorphosis div.twentytwenty-handle span.twentytwenty-left-arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 21px;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
  z-index: 9999999;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container div.box-metamorphosis img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container__content {
  padding-top: 35px;
  padding-bottom: 40px;
  border: 1px solid #e1e1e1;
  border-top: none;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container__content p.title {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #9a7d2b;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

section.single-offer div.right-bar__wrapper__bottom__content div.meta-container__content div.desc {
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

@media (max-width: 1200px) {
  section.single-offer div.right-bar__wrapper__bottom__content {
    min-width: auto !important;
    width: 100%;
  }
  section.single-offer .right-bar__wrapper__bottom__content div.container {
    max-width: 100% !important;
  }
  div.table-of-contents {
    width: 100% !important;
  }
}

@media (max-width: 600px) {
  div.table-of-contents div.points-container,
  div.table-of-contents h1.points-title {
    padding-left: 35px !important;
  }
}

@media (max-width: 800px) {
  section.single-offer div.right-bar__wrapper__bottom__content div.meta-container {
    width: calc(100% - 20px);
  }
}

@media (max-width: 500px) {
  section.single-offer div.right-bar__wrapper__bottom__content div.post-content,
  .right-bar__wrapper__bottom__content div.container p, .right-bar__wrapper__bottom__content div.container h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.last-post {
  background-color: white;
  border: 1px solid rgba(147, 117, 35, 0.26);
}

.last-post__top {
  text-align: center;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(147, 117, 35, 0.26);
}

.last-post__bottom div.box {
  -webkit-transition: .35s;
  transition: .35s;
}

.last-post__bottom div.box:hover {
  opacity: .65;
}

.last-post__bottom div.box__left {
  width: 37.5%;
}

.last-post__bottom div.box__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.last-post__bottom div.box__right {
  width: calc(100% - 37.5%);
  padding-left: 10px;
}

.last-post__bottom div.box__right p.date {
  font-size: 13px;
  line-height: 100%;
  color: #58696f;
  font-weight: 400;
  font-family: "Jost";
  text-align: left;
}

.last-post__bottom div.box__right p.post_title {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #957725;
  font-weight: 400;
  font-family: "Jost";
  text-transform: uppercase;
  text-align: left;
}

.last-post__bottom div.box:last-of-type {
  margin-bottom: 18px;
}

.categories {
  border: 1px solid rgba(147, 117, 35, 0.26);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.categories__top {
  text-align: center;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(147, 117, 35, 0.26);
}

.categories__bottom a {
  display: block;
  margin-top: 18px;
  -webkit-transition: .35s;
  transition: .35s;
  font-size: 17px;
  line-height: 100%;
  color: #58696f;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
}

.categories__bottom a.actual {
  font-size: 17px;
  line-height: 100%;
  color: #957725;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
  position: relative;
}

.categories__bottom a.actual svg {
  display: inline;
  fill: #937523;
  stroke: #937523;
  width: 18px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.categories__bottom a:hover {
  color: #957725;
}

.categories__bottom a svg {
  display: none;
}

.categories__bottom a:first-of-type {
  margin-top: 30px;
}

.categories__bottom a:last-of-type {
  margin-bottom: 35px;
}

section.start {
  border: 1px solid rgba(147, 117, 35, 0.26);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.start div.row-widget {
  border-bottom: 1px solid rgba(147, 117, 35, 0.26);
}

section.start div.row-widget:last-of-type {
  border-bottom: none;
}

section.start div.row-widget.start p.start {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

section.start div.row-widget p.ico {
  font-size: 20px;
  color: #937523;
  margin-top: 27px;
}

section.start div.row-widget a {
  font-size: 18px;
  line-height: 25px;
  color: #58696f;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.start div.row-widget a.tel {
  font-size: 25px;
  letter-spacing: 1px;
}

section.start div.row-widget a:hover {
  color: #937523;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 190px;
}

.pay {
  background-color: white;
  border: 1px solid rgba(147, 117, 35, 0.26);
}

.pay p.pay__title {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(147, 117, 35, 0.26);
  text-transform: uppercase;
}

.pay__desc {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  margin-bottom: 35px;
}

.pay__desc p {
  font-size: 17px;
  line-height: 21px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
}

.pay__content {
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

.pay__content img {
  margin: auto 2px 4px 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

.pay__content img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

section.related-doctor {
  border: 1px solid rgba(175, 190, 173, 0.3);
  margin-bottom: 90px;
  padding-bottom: 36px;
  position: relative;
  width: 290px;
  background-color: white;
  cursor: pointer;
}

section.related-doctor div.owl-nav {
  position: absolute;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -91px;
  height: 35px;
  width: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.related-doctor div.owl-nav button {
  display: block;
  width: 35px;
  height: 35px;
  color: #9a7d2b;
  border: 1px solid #937523 !important;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  background-color: white;
}

section.related-doctor div.owl-nav button:first-of-type {
  margin-right: 5px;
}

section.related-doctor div.owl-nav button:nth-of-type(2) {
  margin-left: 5px;
}

section.related-doctor div.owl-nav button:hover {
  cursor: pointer;
  background-color: #937523;
  color: white;
}

section.related-doctor div.owl-nav button:hover svg {
  fill: white;
  stroke: white;
}

section.related-doctor div.owl-nav button svg {
  fill: #937523;
  stroke: #937523;
  width: 18px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

section.related-doctor p.related-doctor__title {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  line-height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(147, 117, 35, 0.26);
}

section.related-doctor div.related-doctor__thumb img {
  margin-top: 23px;
  width: calc(100% - 46px);
  margin-left: 23px;
  margin-right: 23px;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

section.related-doctor div.related-doctor__bottom {
  margin-top: 30px;
}

section.related-doctor div.related-doctor__bottom p.name {
  font-size: 18px;
  line-height: 100%;
  color: #937523;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
}

section.related-doctor div.related-doctor__bottom p.job {
  font-size: 16px;
  line-height: 30px;
  color: #58696f;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  font-family: "Jost";
  text-align: center;
}

.related-offer {
  border: 1px solid rgba(175, 190, 173, 0.3);
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 27px;
}

.related-offer__title {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(175, 190, 173, 0.3);
}

.related-offer div.related-offer__bottom {
  margin-top: 36px;
  margin-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
}

.related-offer div.related-offer__bottom p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 34px;
  color: #2c2c2c;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .35s;
  transition: .35s;
}

.related-offer div.related-offer__bottom p:hover {
  color: #9a7d2b;
}

.related-offer div.related-offer__bottom i {
  margin-right: 10px;
}

.hours {
  border: 1px solid rgba(147, 117, 35, 0.26);
  margin-top: 27px;
  padding-bottom: 25px;
}

.hours p.hours__title {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 36px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(147, 117, 35, 0.26);
  text-transform: uppercase;
}

.hours p.hours__content {
  margin-top: 25px;
  font-size: 17px;
  line-height: 25px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: center;
}

.hours p.hours__content span {
  font-weight: 500;
}

#scrollPricelist div.box__left, .scrollPricelist div.box__left {
  width: 43.67816091954022%;
  min-width: 380px;
  position: relative;
}

#scrollPricelist div.box__left img, .scrollPricelist div.box__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#scrollPricelist div.box__left h1.title, .scrollPricelist div.box__left h1.title {
  position: absolute;
  bottom: -45px;
  right: 0;
  padding: 25px 45px 25px 45px;
  background-color: white;
  width: 230px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 29px;
  color: #9a7d2b;
  font-weight: 400;
  font-family: "Playfair Display";
  text-align: center;
}

#scrollPricelist div.box__right, .scrollPricelist div.box__right {
  width: calc(100% - 43.67816091954022%);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  #scrollPricelist div.box__right, .scrollPricelist div.box__right {
    min-width: 500px;
    max-width: 500px;
  }
}

#scrollPricelist div.box__right.full-width, .scrollPricelist div.box__right.full-width {
  width: 100% !important;
  padding-left: 15px !important;
  padding-right: 30px !important;
}

#scrollPricelist div.pricelist__row, .scrollPricelist div.pricelist__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  cursor: crosshair;
  border-radius: 10px;
  -webkit-transition: .35s;
  transition: .35s;
}

#scrollPricelist div.pricelist__row:hover, .scrollPricelist div.pricelist__row:hover {
  background-color: rgba(180, 180, 180, 0.15);
}

#scrollPricelist div.pricelist__row div.name, .scrollPricelist div.pricelist__row div.name {
  font-size: 17px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  width: calc(70% - 20px);
}

#scrollPricelist div.pricelist__row div.price, .scrollPricelist div.pricelist__row div.price {
  font-size: 17px;
  line-height: 26px;
  color: #58696f;
  font-weight: 500;
  font-family: "Jost";
  width: calc(25% - 20px);
  text-align: right;
}

@-webkit-keyframes rotateSpinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateSpinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

div.show-more {
  position: relative;
}

div.show-more a.btn {
  cursor: pointer;
}

div.show-more.clicked a.btn {
  color: transparent !important;
}

div.show-more.clicked:after {
  color: white;
}

div.show-more:after {
  position: absolute;
  content: "";
  content: "\f110";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -10px;
  top: 50%;
  left: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 23px;
  color: transparent;
  -webkit-animation: rotateSpinner 2s linear infinite;
          animation: rotateSpinner 2s linear infinite;
}

@media (max-width: 1200px) {
  #scrollPricelist div.box__left {
    width: 30%;
  }
  #scrollPricelist div.box__right {
    width: 70%;
    padding: 0 !important;
  }
  .box__right__bottom {
    padding-right: 11px;
  }
}

@media (max-width: 900px) {
  #scrollPricelist div.box__row > a {
    display: block;
  }
  #scrollPricelist div.box__row img {
    max-width: 482px;
  }
  #scrollPricelist div.box__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box__right__bottom {
    padding-right: 0;
  }
  #scrollPricelist div.box__left {
    width: 100%;
    margin-bottom: 45px;
  }
  #scrollPricelist div.box__left img {
    width: 100%;
    height: 100%;
  }
  #scrollPricelist div.box__right {
    width: 80%;
    padding: 0 !important;
  }
  #scrollPricelist div.box__right {
    min-width: auto;
    width: 95%;
  }
}

@media (max-width: 380px) {
  #scrollPricelist div.pricelist__row div.name,
  #scrollPricelist div.pricelist__row div.price {
    font-size: 15px;
  }
  #scrollPricelist div.box__left {
    width: 100%;
    min-width: auto;
  }
}

section.metamorphosis div.full-width__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.metamorphosis div.full-width__container div.meta-container {
  width: calc(50% - 20px);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
}

@media (min-width: 600px) {
  section.metamorphosis div.full-width__container div.meta-container {
    min-width: 570px;
    max-width: 570px;
  }
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis {
  border-bottom: 1px solid #e1e1e1;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis div.twentytwenty-handle {
  background-color: #cba674;
  position: relative;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis div.twentytwenty-handle span.twentytwenty-right-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 21px;
  color: #cba674;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4px;
  z-index: 9999999;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis div.twentytwenty-handle span.twentytwenty-left-arrow::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 21px;
  color: #cba674;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -4px;
  z-index: 9999999;
}

section.metamorphosis div.full-width__container div.meta-container div.box-metamorphosis img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.metamorphosis div.full-width__container div.meta-container__content {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.metamorphosis div.full-width__container div.meta-container__content p.title {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #2c393e;
  font-weight: 500;
  font-family: "Jost";
  text-align: center;
  text-transform: uppercase;
}

section.metamorphosis div.full-width__container div.meta-container__content div.desc {
  padding-left: 38px;
  padding-right: 38px;
  margin-top: 51px;
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
  text-align: left;
}

section.metamorphosis div.full-width__container ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.metamorphosis div.full-width__container ul.pagination li {
  text-align: center;
  margin-right: 11px;
}

section.metamorphosis div.full-width__container ul.pagination li a, section.metamorphosis div.full-width__container ul.pagination li span {
  width: 35px;
  height: 35px;
  border: 1px solid #afbead;
  display: block;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

section.metamorphosis div.full-width__container ul.pagination li a.current, section.metamorphosis div.full-width__container ul.pagination li span.current {
  border-color: #a4d110;
  color: #a4d110;
}

section.metamorphosis div.full-width__container ul.pagination li a.next, section.metamorphosis div.full-width__container ul.pagination li a.prev, section.metamorphosis div.full-width__container ul.pagination li span.next, section.metamorphosis div.full-width__container ul.pagination li span.prev {
  background: #afbead;
}

section.metamorphosis div.full-width__container ul.pagination li a.next:hover, section.metamorphosis div.full-width__container ul.pagination li a.prev:hover, section.metamorphosis div.full-width__container ul.pagination li span.next:hover, section.metamorphosis div.full-width__container ul.pagination li span.prev:hover {
  background: #a4d110;
  border-color: #a4d110;
}

section.metamorphosis div.full-width__container ul.pagination li a:hover, section.metamorphosis div.full-width__container ul.pagination li span:hover {
  background: #afbead;
  border-color: #afbead;
  color: black;
}

section.metamorphosis div.full-width__container ul.pagination li a svg, section.metamorphosis div.full-width__container ul.pagination li span svg {
  width: 20px;
}

div.table-of-contents {
  width: calc(100% - 40px);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

div.table-of-contents:hover div.overlay {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
}

div.table-of-contents div.overlay {
  background-color: rgba(255, 255, 255, 0.47);
  border: 1px solid rgba(175, 190, 173, 0.3);
}

div.table-of-contents h1.points-title {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  position: relative;
  z-index: 3;
  padding-left: 122px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}

div.table-of-contents div.points-container {
  position: relative;
  z-index: 3;
  padding-left: 110px;
}

div.table-of-contents div.points-container:after {
  content: "";
  position: absolute;
  height: calc(100% + 18px);
  width: 1px;
  background-color: rgba(175, 190, 173, 0.3);
  left: 77px;
  top: -9px;
  -webkit-transition: .35s;
  transition: .35s;
}

div.table-of-contents div.points-container h3, div.table-of-contents div.points-container h1 {
  font-size: 18px !important;
  letter-spacing: 0px !important;
  line-height: 100% !important;
  color: #323e45 !important;
  font-weight: 400 !important;
  font-family: "Jost" !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 12px !important;
  cursor: pointer;
  -webkit-transition: .35s;
  transition: .35s;
}

div.table-of-contents div.points-container h3:hover, div.table-of-contents div.points-container h1:hover {
  color: #9a7d2b !important;
}

section.blog div.blog__content ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.blog div.blog__content ul.pagination li {
  margin-left: 5px;
  margin-right: 5px;
}

section.blog div.blog__content ul.pagination li:first-of-type {
  margin-left: 0px;
}

section.blog div.blog__content ul.pagination li:last-of-type {
  margin-right: 0px;
}

section.blog div.blog__content ul.pagination a, section.blog div.blog__content ul.pagination span {
  width: 35px;
  height: 35px;
  display: block;
  line-height: 35px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

section.blog div.blog__content ul.pagination a.next,
section.blog div.blog__content ul.pagination a.prev {
  border: 1px solid #937523;
}

section.blog div.blog__content ul.pagination svg {
  fill: #937523;
  stroke: #937523;
  width: 18px;
}

section.blog div.blog__content div.box__left {
  width: 43.181818181818181%;
}

section.blog div.blog__content div.box__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .35s;
  transition: .35s;
}

section.blog div.blog__content div.box__left img:hover {
  opacity: .6;
}

section.blog div.blog__content div.box__right {
  width: calc(100% - 43.181818181818181% - 20px);
  padding-left: 20px;
}

section.blog div.blog__content div.box__right__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.blog div.blog__content div.box__right__row.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

section.blog div.blog__content div.box__right__row.flex.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.blog div.blog__content div.box__right__row div.date {
  padding: 10px 16px 10px 16px;
  background-color: #c6ad62;
  font-size: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  line-height: 100%;
}

section.blog div.blog__content div.box__right__row div.category {
  padding: 10px 16px 10px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #957725;
  font-weight: 400;
  font-family: "Jost";
  text-transform: uppercase;
  -webkit-transition: .35s;
  transition: .35s;
}

section.blog div.blog__content div.box__right__row div.category:hover {
  opacity: .6;
}

section.blog div.blog__content div.box__right__row div.title {
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #937523;
  font-weight: 300;
  font-family: "Jost";
  text-transform: uppercase;
  -webkit-transition: .35s;
  transition: .35s;
}

section.blog div.blog__content div.box__right__row div.title:hover {
  opacity: .6;
}

section.blog div.blog__content div.box__right__row div.excerpt {
  font-size: 18px;
  line-height: 26px;
  color: #58696f;
  font-weight: 300;
  font-family: "Jost";
}

section.blog div.blog__content div.box__right__row svg {
  fill: #937523;
  stroke: #937523;
  width: 18px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.blog div.blog__content div.box__right__row svg:hover {
  opacity: .6;
}

@media (max-width: 700px) {
  section.blog div.right-bar__wrapper__bottom__content div.box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.blog div.blog__content ul.pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  section.blog div.blog__content div.box__left,
  section.blog div.blog__content div.box__right {
    width: 100%;
  }
  section.blog div.blog__content div.box__left {
    height: 350px;
  }
  section.blog div.blog__content div.box__left a {
    display: block;
    height: 100%;
  }
  section.blog div.blog__content div.box__left a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.blog div.blog__content div.box__right {
    margin-top: 25px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.single-post div.post-content {
  margin-bottom: 40px;
}

.single-post div.right-bar__wrapper__bottom__content div.content {
  padding-top: 40px;
  border-bottom: 1px solid #d0d0d0;
}

.single-post div.right-bar__wrapper__bottom__content div.buttons-post {
  margin-top: 35px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 400px) {
  .single-post div.right-bar__wrapper__bottom__content div.buttons-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}

.single-post div.right-bar__wrapper__bottom__content div.buttons-post button {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #937523;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: .35s;
  transition: .35s;
}

.single-post div.right-bar__wrapper__bottom__content div.buttons-post button:hover {
  opacity: .6;
}

.single-post div.right-bar__wrapper__bottom__content div.buttons-post button.next span {
  margin-left: 20px;
}

.single-post div.right-bar__wrapper__bottom__content div.buttons-post button.prev span {
  margin-right: 20px;
}

.single-post div.right-bar__wrapper__bottom__content div.buttons-post button span {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 1px solid rgba(147, 117, 35, 0.26);
}

.single-post div.right-bar__wrapper__bottom__content div.buttons-post button svg {
  fill: #937523;
  stroke: #937523;
  width: 18px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
}

.single-post div.content_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-post div.content_row h2.title {
  display: block;
}

.single-post div.content_row div div.date {
  padding: 10px 16px 10px 16px;
  background-color: #c6ad62;
  font-size: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  line-height: 100%;
  height: 33px;
}

.single-post div.content_row div div.category {
  padding: 10px 16px 10px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 100%;
  color: #957725;
  font-weight: 400;
  font-family: "Jost";
  text-transform: uppercase;
  -webkit-transition: .35s;
  transition: .35s;
  height: 33px;
}

.single-post div.content_row div div.category:hover {
  opacity: .6;
}

section.contact-subsite p {
  display: inline-block;
  font-size: 18px;
  line-height: 100%;
  color: #58696f;
  font-weight: 400;
  font-family: "Jost";
  text-align: center;
  margin-top: 13px;
}

section.contact-subsite a p {
  -webkit-transition: .35s;
  transition: .35s;
}

section.contact-subsite a p:hover {
  color: #9a7d2b;
}

section.contact-subsite p.awesome {
  color: #bbaa79;
  margin-left: 20px;
}

section.contact-subsite p.big {
  font-size: 24px;
}

section.contact-subsite div.content_hours {
  width: 350px;
  margin: 0 auto;
  margin-top: 25px;
}

section.contact-subsite div.content_hours div.main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  -webkit-transition: .35s;
  transition: .35s;
}

section.contact-subsite div.content_hours div.main:hover {
  background-color: rgba(180, 180, 180, 0.15);
}

#subsite-contact {
  padding-left: 0;
  position: relative;
}

#subsite-contact div.map {
  width: 100%;
  height: 100%;
  position: relative;
}

#subsite-contact div.map a.map__btn.btn {
  margin: 0 !important;
}

#subsite-contact div.map div.leaflet-map {
  width: 100%;
  height: 100% !important;
}

@media (max-width: 1250px) {
  #subsite-contact {
    height: 36vw;
  }
  #subsite-contact .map__btn {
    left: 0;
    bottom: 0;
  }
  p.passion {
    display: none;
  }
}

@media (max-width: 900px) {
  #subsite-contact {
    height: 45vw;
  }
}

@media (max-width: 600px) {
  #subsite-contact {
    height: 60vw;
  }
  section.contact-subsite div.content_hours {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 500px) {
  section.contact-subsite p.awesome {
    margin-left: 5px;
  }
  section.contact-subsite p {
    font-size: 16px;
    padding: 0;
  }
}

.nav-mobile ul.menu > li ul.sub-menu > li a {
  color: white;
}

@media (max-width: 500px) {
  a.header-mobile__btn.btn {
    display: none !important;
  }
  .header-mobile__logo {
    max-width: calc(100% - 60px);
  }
  .hamburger-box {
    margin-right: 10px;
  }
}

@media (max-width: 430px) {
  .header-mobile__logo {
    max-width: calc(100% - 30px);
  }
}

@media (max-width: 576px) {
  body {
    margin-bottom: 58px !important;
  }
}

@media (max-width: 360px) {
  .single-post div.right-bar__wrapper__bottom__content div.buttons-post button.next span,
  .single-post div.right-bar__wrapper__bottom__content div.buttons-post button.prev span {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .offer__bottom div.item__elem {
    margin-top: 25px !important;
  }
  section.team .after-bottom:after {
    bottom: -59px;
  }
  .team__content {
    margin-top: 70px;
  }
}

@media (max-width: 1200px) {
  ul.pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 35px;
  }
}

@media (max-width: 600px) {
  div.content_hours div.main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.single-offer .right-bar__wrapper__bottom__content div.container p,
body.single-offer .right-bar__wrapper__bottom__content div.container ul,
body.single-offer .right-bar__wrapper__bottom__content div.container ol,
body.single-offer .right-bar__wrapper__bottom__content div.container img {
  margin-bottom: 20px;
}

body.single-offer div.container p, body.single-offer div.container ul, body.single-offer div.container li {
  font-weight: 400 !important;
}

body.single-offer div.container li {
  position: relative;
  padding-left: 60px;
}

@media (max-width: 500px) {
  body.single-offer div.container li {
    padding-left: 35px;
  }
}

body.single-offer div.container li:before {
  content: '';
  background-image: url(../img/svg/down-chevron.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  height: 12px;
  margin-top: 8px;
  display: block;
  text-align: center;
  position: absolute;
  left: 40px;
  top: 1px;
  width: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 500px) {
  body.single-offer div.container li:before {
    left: 20px;
  }
}

@media (max-width: 1200px) {
  .call-to-us {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*# sourceMappingURL=main.css.map */