/*! --- COMMON --- */
/* --- GRID SYSTEM --- */
@media (min-width: 1200px) {
  .container {
    max-width: 1613px;
  }
  .container--sm {
    max-width: 960px;
  }
  .members-bg__container {
    max-width: 1293px;
  }
}
@media (min-width: 1800px) {
  .container--pl {
    max-width: 1807px;
    padding-left: 111px;
  }
}
/* --- /GRID SYSTEM --- */
:root {
  --header-height: 115px;
}
::-moz-selection {
  color: #FFFFFF;
  background-color: #3b3b3b;
}
::selection {
  color: #FFFFFF;
  background-color: #3b3b3b;
}
html {
  font-size: 18px;
}
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow-x: hidden;
  color: #3b3b3b;
  font-size: 1rem;
  line-height: 1.8889;
  font-family: Lora, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7857;
}
h3 {
  font-size: 1.5556rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.85rem;
}
.page-content {
  padding-top: var(--header-height);
  overflow: hidden;
}
p:only-child {
  margin-bottom: 0;
}
a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #8e9d76;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: underline;
}
a:hover {
  color: #829168;
  text-decoration: none;
}
a:active {
  color: #74835d;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
}
button:focus {
  outline: none;
}
picture {
  display: inline-block;
}
picture > * {
  width: 100%;
  height: auto;
  display: block;
}
input:focus {
  outline: none;
}
/*! --- UTILS --- */
.visually-hidden {
  width: 1px!important;
  height: 1px!important;
  margin: -1px !important;
  padding: 0!important;
  position: absolute!important;
  clip: rect(0 0 0 0) !important;
}
.background-green {
  background-color: #8e9d76;
}
.background-lightgreen {
  background-color: #f3f4f0;
}
.text-green {
  color: #8e9d76;
}
.text-darkgreen {
  color: #5D6B45;
}
.text-white {
  color: #FFFFFF;
}
.text-lg {
  font-size: 1.355rem;
  line-height: 1.60714;
}
p.text-lg,
blockquote.text-lg {
  margin-bottom: 1.9rem;
}
.text-xl {
  font-size: 1.5889rem;
  line-height: 1.5294;
}
p.text-xl,
blockquote.text-xl {
  margin-bottom: 1.3rem;
}
.text-semibold {
  font-weight: 600;
}
/*! --- /UTILS --- */
/*! --- BUTTONS --- */
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  min-width: 182px;
  padding-top: 12px;
  padding-bottom: 9px;
  padding-left: 45px;
  padding-right: 45px;
  color: #FFFFFF;
  background-color: #8e9d76;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 0.889rem;
  line-height: 2;
  font-weight: 600;
  font-family: Archivo, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}
.button:hover {
  color: #FFFFFF;
  background-color: #7c8c64;
}
.button:active {
  background-color: #6a7755;
}
.menu-button {
  --button-color: #000000;
  width: 32px;
  height: 22px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.menu-button i {
  height: 2px;
  display: block;
  margin-bottom: 7.5px;
  background-color: var(--button-color);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-button i:nth-of-type(1) {
  width: 100%;
}
.menu-button i:nth-of-type(2) {
  width: 80%;
}
.menu-button i:nth-of-type(3) {
  width: 100%;
  margin-bottom: 0;
}
.menu-button:hover i {
  width: 100%;
}
.menu-button:not(.collapsed) i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--red);
}
.menu-button:not(.collapsed) i:nth-of-type(1) {
  width: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-button:not(.collapsed) i:nth-of-type(2) {
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-button:not(.collapsed) i:nth-of-type(3) {
  width: 0;
}
/*! --- /BUTTONS --- */
/*! --- BLOCKS --- */
.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #5D6B45;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-decoration: none;
}
.link:hover {
  color: #505b3b;
  text-decoration: none;
}
.link:active {
  color: #424c31;
}
.link--md {
  font-size: 0.8889rem;
  line-height: 2;
}
.link--bold {
  font-weight: 700;
}
.link--white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFFFFF;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.link--white:hover {
  color: #f2f2f2;
  text-decoration: none;
}
.link--white:active {
  color: #e6e6e6;
}
.table-wrap {
  overflow: auto;
}
table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #7f7f7f;
  font-family: Archivo, sans-serif;
}
table td {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
  padding-right: 13px;
}
table td:first-child {
  padding-left: 0;
  padding-right: 6px;
  color: #a3a3a3;
}
table td:last-child {
  padding-right: 0;
}
.text-section__text {
  max-width: 960px;
  padding-top: 14.2vw;
  font-family: Archivo, sans-serif;
}
.text-section__text--columns {
  max-width: 1200px;
  display: grid;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
}
.text-section__button-row {
  margin-top: 19.5vw;
}
.text-section__button {
  margin-left: 5px;
  margin-right: 5px;
}
.text-section__button:first-child {
  margin-left: 0;
}
.text-section__button:last-child {
  margin-right: 0;
}
.text {
  padding-top: 0;
  font-family: Lora, serif;
}
.text p {
  margin-bottom: 5.3vw;
}
.text > table,
.text > .table-wrap {
  margin-top: 5.3vw;
  margin-bottom: 5.3vw;
}
.text > h1,
.text > h2,
.text > h3,
.text > h4,
.text > h5,
.text > h6 {
  margin-top: 17.5vw;
  margin-bottom: 5.4vw;
}
.text > h1:first-of-type,
.text > h2:first-of-type,
.text > h3:first-of-type,
.text > h4:first-of-type,
.text > h5:first-of-type,
.text > h6:first-of-type {
  margin-top: 14vw;
  margin-bottom: 10vw;
}
.text h1 {
  font-size: 2.2rem;
}
.text h2 {
  font-size: 1.7rem;
}
.text h3 {
  font-size: 1.355rem;
}
.text h4 {
  font-size: 1rem;
}
.text h5 {
  font-size: 0.8rem;
}
.text h6 {
  font-size: 0.65rem;
}
.text ul,
.text-section ul {
  color: #5D6B45;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}
.text ul li,
.text-section ul li {
  margin-bottom: 15px;
}
.text ul li:before,
.text-section ul li:before {
  content: '-';
  padding-right: 4px;
}
.text ul li:last-child,
.text-section ul li:last-child {
  margin-bottom: 0;
}
.text ol,
.text-section ol {
  color: #5D6B45;
  padding-left: 22px;
  margin-bottom: 15px;
}
.text ol li,
.text-section ol li {
  margin-bottom: 15px;
}
.text ol li:last-child,
.text-section ol li:last-child {
  margin-bottom: 0;
}
.logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.logo img {
  width: 100%;
}
.scroll-down {
  visibility: hidden;
  opacity: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-top: 57px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity 1s ease,
                visibility 1s ease;
  -o-transition: opacity 1s ease,
                visibility 1s ease;
  transition: opacity 1s ease,
                visibility 1s ease;
  color: #8e9d76;
  font-size: 0.777rem;
  letter-spacing: 0.02145em;
  font-family: Archivo, sans-serif;
}
.scroll-down.visible {
  visibility: visible;
  opacity: 1;
}
.section-header {
  margin-bottom: 0.6rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 9.57vw;
  font-weight: 700;
  font-family: Archivo, sans-serif;
}
.section-header--white {
  color: #FFFFFF;
}
.caption {
  color: #8e9d76;
  padding-left: 2px;
  font-size: 3.79vw;
  font-family: Archivo, sans-serif;
}
.caption--top {
  padding-bottom: 5px;
}
.tabs {
  display: grid;
}
.tabs__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #565656;
  font-family: Archivo, sans-serif;
}
.tabs__list-item {
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.2222;
}
.tabs__list-item:last-child {
  margin-bottom: 0;
}
.tabs__content {
  max-width: 817px;
  padding-top: 15px;
}
.tabs a {
  text-decoration: none;
}
.tabs a.active {
  text-decoration: line-through;
}
.tabs a:not(.active) {
  color: inherit;
}
.tabs a:not(.active):hover {
  color: #7f7f7f;
}
.tabs a:not(.active):active {
  color: #6a6a6a;
}
.card {
  border: unset;
  background-color: transparent;
  border-radius: unset;
}
.card__text {
  padding-top: 28px;
  font-style: italic;
  font-size: 0.8889rem;
  line-height: 1.9375;
  font-family: Lora, serif;
}
.card__text p {
  margin-bottom: 0.7rem;
}
.blockquote__caption {
  font-style: italic;
  font-size: 0.8889rem;
  line-height: 1.5;
  font-family: Archivo, sans-serif;
}
.mobile-menu-active .header {
  -webkit-box-shadow: 0px 0px 8px #00000024;
          box-shadow: 0px 0px 8px #00000024;
}
.header {
  width: 100vw;
  position: fixed;
  z-index: 1000;
  padding-top: 29px;
  padding-bottom: 28px;
  background-color: #FFFFFF;
  font-size: 0.8333rem;
  font-family: Archivo, sans-serif;
  -webkit-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__nav-wrapper {
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__nav {
  padding-top: 45px;
  padding-left: 53px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__nav .menu-item {
  height: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  color: #5D6B45;
}
.header__nav .menu-item:last-child {
  margin-bottom: 0;
}
.header__nav .menu-item::before {
  content: '';
  width: 30px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  margin: auto;
  opacity: 0.6;
  background-color: #8e9d76;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__nav .menu-item:hover {
  color: #a2ae8e;
}
.header__nav .menu-item:hover::before {
  left: -40px;
}
.header__nav .menu-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 1;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__nav .menu-item a:hover {
  color: #8e9d76;
}
.header__nav .menu-item a:active {
  color: #7a8962;
}
.header--sm {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 8px #00000024;
          box-shadow: 0px 0px 8px #00000024;
}
.header__nav .menu-item.current-menu-item {
  color: #8e9d76;
}
.header__nav .menu-item.current-menu-item::before{
  opacity: 1;
  left: -40px;
}
.main-screen {
  padding-bottom: 81px;
  min-height: calc(100vh - var(--header-height));
  position: relative;
}
.main-screen__container {
  min-height: inherit;
  position: relative;
}
.main-screen__col {
  min-height: inherit;
  padding-top: 15.9vh;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  position: relative;
}
.main-screen__header {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
  line-height: 1.081;
  text-shadow: 1px 2px 3px rgba(255, 255, 255, .5)
}
.main-screen__scroll-down {
  margin-top: auto;
}
.main-screen__image {
  max-width: 1440px;
  width: 80%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 15px;
}
.main-screen__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.main-screen__text {
  margin-top: 24px;
  margin-bottom: 30px;
  text-shadow: 1px 2px 2px rgba(255, 255, 255, .5)
}
.footer-bg {
  height: 157px;
  background-color: #f1f1f1;
}
.footer {
  padding-top: 54px;
  margin-top: auto;
  background-color: #f1f1f1;
  font-weight: 300;
  font-size: 0.777rem;
  font-family: Roboto, sans-serif;
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__nav-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__logo {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 0;
  padding-top: 60px;
}
.footer__nav-item, .footer__nav .menu-item {
  max-width: 150px;
  margin-bottom: 15px;
}
.footer__nav-item:last-child, .footer__nav .menu-item:last-child {
  margin-right: 0;
}
.footer__link, .footer__nav .menu-item a  {
  color: inherit;
  text-decoration: none;
}
.footer__link:hover, .footer__nav .menu-item a:hover {
  color: #8e9d76;
}
.footer__link:active, .footer__nav .menu-item a:active {
  color: #7a8962;
}
.footer__bottom-row {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin-top: 50px;
  padding-top: 9px;
  padding-bottom: 15px;
  border-top: solid 1px #e2e2e2;
  font-size: 0.72223rem;
}
.footer__bottom-link {
  margin-left: 10px;
  margin-right: 10px;
  color: inherit;
  text-decoration: none;
}
.footer__bottom-link:first-child {
  margin-left: 0;
}
.footer__bottom-link:last-child {
  margin-right: 0;
}
.contact {
  padding-top: 15.625vw;
  padding-bottom: 5px;
  position: relative;
}
.home .contact{
  padding-bottom: 33.437vw;
}
.contact__image {
  display: none;
  position: absolute;
  top: -102px;
  right: 0;
  z-index: -1;
}
.contact__text {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 45px;
}
.contact__button-row {
  margin-top: 10vw;
}
.contact__button {
  padding-left: 23px;
  padding-right: 23px;
}
.contact__schedule {
  margin-top: 100px;
}
.contact__map {
  margin-top: 120px;
}
.contact__map picture {
  width: 100%;
}
.contact__map img {
  height: 150px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 55% 0 ;
  -o-object-position: 55% 0 ;
}
.contact-table {
  font-size: 4.37vw;
  line-height: 1.60714;
  font-weight: 600;
  font-family: Lora, serif;
}
.contact-table td {
  padding-left: 2.03vw;
  padding-right: 2.03vw;
  padding-bottom: 5px;
}
.contact-table td:first-child {
  padding-left: 0;
  color: #8e9d76;
}
.contact-table td:last-child {
  padding-right: 0;
}
.contact-table a {
  color: inherit;
  text-decoration: none;
}
.contact-table a:hover {
  color: #5D6B45;
  text-decoration: underline;
}
.contact-table a:active {
  color: #505b3b;
}
.main-screen__text{
  max-width: 100%;
}
/* --- RESPONSIVE --- */
@media (min-width: 450px) {
  .contact__map img {
    height: 180px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center ;
    -o-object-position: center ;
  }
  .caption {
    font-size: 1rem;
  }
  .text-section__button-row {
    margin-top: 88px;
  }
  .contact__button-row {
    margin-top: 45px;
  }
}
@media (min-width: 640px) {
  .contact__map img {
    height: 250px;
    object-fit: cover;
    -o-object-fit: cover;
  }
  .text-lg {
    font-size: 1.555rem;
  }
  .text-xl {
    font-size: 1.8889rem;
  }
  .section-header {
    font-size: 3.4rem;
  }
  .text-section__text {
    padding-top: 91px;
  }
  .text {
    padding-top: 0;
  }
  .text p {
    margin-bottom: 1.9rem;
  }
  .text > table,
  .text > .table-wrap {
    margin-top: 1.9rem;
    margin-bottom: 1.9rem;
  }
  .text .table-wrap td{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .text > h1,
  .text > h2,
  .text > h3,
  .text > h4,
  .text > h5,
  .text > h6 {
    margin-top: 125px;
    margin-bottom: 35px;
  }
  .text > h1:first-of-type,
  .text > h2:first-of-type,
  .text > h3:first-of-type,
  .text > h4:first-of-type,
  .text > h5:first-of-type,
  .text > h6:first-of-type {
    margin-top: 90px;
    margin-bottom: 64px;
  }
  .text h1 {
    font-size: 2.5rem;
  }
  .text h2 {
    font-size: 2rem;
  }
  .text h3 {
    font-size: 1.5556rem;
  }
  .text h4 {
    font-size: 1.2rem;
  }
  .text h5 {
    font-size: 1rem;
  }
  .text h6 {
    font-size: 0.85rem;
  }
  .contact {
    padding-top: 100px;
    padding-bottom: 5px;
  }
  .home .contact{
    padding-bottom: 214px;
  }
  .contact__text {
    padding-top: 60px;
  }
  .contact__button-row {
    margin-top: 66px;
  }
  .contact__button {
    padding-left: 45px;
    padding-right: 45px;
  }
  .contact__schedule {
    margin-top: 120px;
  }
  .contact-table {
    font-size: 1.555rem;
  }
  .contact-table td {
    padding-left: 13px;
    padding-right: 13px;
  }
  .main-screen__header {
    font-size: 3rem;
  }
  .main-screen__text {
    margin-top: 36px;
  }
}
@media (min-width: 768px) {
  .main-screen__text{
    max-width: 50%;
  }
  table {
    width: auto;
  }
  .section-header {
    font-size: 4rem;
  }
  .main-screen__header {
    font-size: 4.1666rem;
    max-width: 60%;
  }
  .contact {
    padding-top: 172px;
    padding-bottom: 5px;
  }
  .home .contact{
    padding-bottom: 274px;
  }
  .contact__text {
    display: block;
  }
  .contact__image {
    display: block;
  }
  .contact__map {
    margin-top: 186px;
  }
}
@media (min-width: 992px) {
  .contact__map img {
    height: auto;
  }
  .main-screen__text{
    max-width: 40%;
  }
  .header__nav .menu-item.current-menu-item::before{
    left: 0;
    top: 0;
  }
  .tabs__list-item {
    margin-bottom: 14px;
    font-size: 1.8rem;
  }
  .menu-button {
    display: none;
  }
  .header {
    padding-top: unset;
    padding-bottom: unset;
  }
  .header__container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .header__logo {
    margin-top: 57px;
  }
  .header__nav-wrapper {
    width: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header__nav {
    padding-top: unset;
    padding-left: unset;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  .header__nav .menu-item {
    margin-left: 61px;
    margin-right: 61px;
    margin-bottom: unset;
  }
  .header__nav .menu-item:first-child {
    margin-left: 0;
  }
  .header__nav .menu-item:last-child {
    margin-right: 0;
    margin-bottom: unset;
  }
  .header__nav .menu-item::before {
    width: 100%;
    height: 15px;
    top: -15px;
    left: 0;
    bottom: unset;
    margin: unset;
  }
  .header__nav .menu-item:hover::before {
    left: 0;
    top: 0;
  }
  .header--sm {
    padding-bottom: 17px;
  }
  .header--sm .header__logo {
    margin-top: 40px;
  }
  .main-screen__header {
    font-size: 4.1666rem;
  }
  .main-screen__image img {
    -o-object-position: 30% 0;
       object-position: 30% 0;
  }
  .text-section__text--pl {
    margin-left: 100px;
  }
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__nav-item, .footer__nav .menu-item {
    margin-bottom: 0;
  }
  .footer__bottom-row {
    margin-top: 72px;
  }
  .contact__schedule {
    margin-top: 134px;
  }
}
@media (min-width: 1200px) {
  .main-screen__text{
    max-width: 33%;
  }
  .main-screen__header {
    font-size: 5.1666rem;
    max-width: 50%;
  }
  .tabs {
    grid-template-columns: 31.6% auto;
    grid-column-gap: 123px;
  }
  .tabs__list-item {
    margin-bottom: 34px;
    font-size: 2.5rem;
  }
  .header__container {
    padding-right: 34px;
  }
  .text-section__text--pl {
    margin-left: 240px;
  }
  .footer__nav-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__logo {
    margin-right: 40px;
    margin-left: unset;
  }
  .footer__nav {
    padding-top: 20px;
  }
  .footer__nav-item,.footer__nav .menu-item {
    width: 150px;
  }
}
@media (min-width: 1380px) {
  .text-section__text--columns {
    grid-template-columns: auto auto;
  }
  .footer__nav-item,.footer__nav .menu-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1600px) {
  .main-screen__text{
    max-width: 25%;
  }
  .text-section__text--columns {
    grid-template-columns: 623px 623px;
  }
  .schedule__item {
    margin-left: 109px;
    margin-right: 109px;
  }
  .header__container {
    padding-right: 25px;
  }
  .main-screen__header {
    position: relative;
    font-size: 6.1666rem;
    right: 10px;
    max-width: 50%;
  }
  .footer__nav-item, .footer__nav .menu-item {
    margin-left: 37px;
    margin-right: 37px;
  }
}
@media (max-height: 700px) {
  .main-screen__col {
    padding-top: 8vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
}
/* --- /RESPONSIVE--- */
/* --- /COMMON --- */
/* --- HOME PAGE --- */
.about-us {
  padding-top: 9.3vw;
  padding-bottom: 100px;
  position: relative;
}
.about-us__image {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.about-us__caption {
  padding-left: 7px;
}
.about-us__text br {
  display: none;
}
.services {
  overflow-x: hidden;
  padding-top: 20.3vw;
  padding-bottom: 20.3vw;
  background-color: #3b3b3b;
  font-family: Archivo, sans-serif;
}
.services__tabs {
  margin-top: 30px;
  color: #FFFFFF;
}
.services__link {
  margin-top: 35px;
}
.quote-section__image {
  display: none;
  grid-column-start: 1;
  grid-column-end: -1;
}
.quote-section__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote-section__bg-cell {
  display: none;
}
.quote-section__text-cell {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 85px;
  padding-bottom: 58px;
  padding-left: 15px;
  padding-right: 15px;
}
.quote-section__bottom-text {
  margin-top: 60px;
  color: #7f7f7f;
  line-height: 1.7222;
}
.bg-cell {
  position: relative;
  background-color: #8e9d76;
}
.bg-cell__logo-icon {
  width: 542px;
  height: 621px;
  margin: auto;
  position: absolute;
  top: -240px;
  left: 0;
  right: 0;
}
.bg-cell__logo-stamp {
  width: 173px;
  height: 173px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -81px;
  -webkit-transform: rotate(154deg);
      -ms-transform: rotate(154deg);
          transform: rotate(154deg);
}
@media (min-width: 640px) {
  .about-us {
    padding-top: 60px;
  }
  .services {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .quote-section__text-cell {
    padding-top: 109px;
  }
  .quote-section__bottom-text {
    margin-top: 73px;
  }
}
@media (min-width: 992px) {
  .about-us {
    padding-top: 100px;
    padding-bottom: 240px;
  }
  .services {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .services__link {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .about-us br {
    display: block;
  }
  .services__tabs {
    margin-top: 100px;
  }
  .services__link {
    margin-top: 85px;
  }
}
@media (min-width: 1380px) {
  .about-us__image {
    max-width: 30%;
    display: block;
  }
  .quote-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 558px auto;
  }
  .quote-section__text-cell {
    max-width: unset;
    padding-left: 131px;
    padding-right: 131px;
  }
  .quote-section__image {
    display: block;
  }
  .quote-section__bg-cell {
    display: block;
  }
}
@media (min-width: 1600px) {
  .about-us {
    padding-top: 183px;
    padding-bottom: 361px;
  }
  .about-us__image {
    max-width: unset;
  }
  .quote-section__text-cell {
    padding-right: 150px;
  }
}
/* --- /HOME PAGE --- */
/* --- ABOUT US PAGE --- */
:root {
  --footer-pt: 54px;
}
.about-us-page .footer {
  padding-top: 0;
}
.about-us-page__footer-bg {
  height: calc(50px + var(--footer-pt));
}
.our-team {
  padding-top: 19vw;
}
.our-team__caption {
  margin-bottom: 14vw;
}
.members {
  padding-bottom: 28.9vw;
}
.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
}
.member:last-child {
  margin-bottom: 0;
}
.member__title {
  margin-bottom: 31px;
}
.member__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.member__image {
  max-width: 163px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}
.member__list {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.member__list-item {
  margin-bottom: 10px;
}
.members-grid {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto;
  position: relative;
}
.member-bg {
  padding-top: 70px;
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.member-bg__background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-color: #5D6B45;
}
.member-bg__background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.member-bg__background-image {
  max-width: 25vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.35));
}
.member-bg__inner {
  width: 100%;
  max-width: 512px;
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.member-bg__image {
  width: 225px;
  position: relative;
}
.member-bg__line {
  width: 285px;
  height: 339px;
  position: absolute;
  left: -206px;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.member-bg__text {
  padding-top: 12px;
  text-align: center;
}
.member-bg__title {
  margin-bottom: 31px;
  font-size: 1.5556rem;
  line-height: 1.4285;
}
.member-bg__list {
  font-size: 0.8889rem;
  line-height: 1.5;
  font-family: Archivo, sans-serif;
}
.member-bg__list-item {
  margin-bottom: 13px;
}
.member-bg__list-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .our-team {
    padding-top: 122px;
  }
  .our-team__caption {
    margin-bottom: 90px;
  }
  .members {
    padding-bottom: 185px;
  }
}
@media (min-width: 768px) {
  .about-us-page__footer-bg {
    height: calc(75px + var(--footer-pt));
  }
  .our-team {
    padding-top: 182px;
  }
  .members {
    padding-bottom: 226px;
  }
  .member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
  .member__image {
    padding-top: 10px;
    margin-left: unset;
    margin-right: unset;
    padding-bottom: unset;
  }
  .member__descr {
    padding-left: 40px;
  }
  .member__list {
    max-width: unset;
    margin-right: unset;
    margin-left: unset;
  }
  .member-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .member-bg__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .member-bg__text {
    padding-left: 49px;
    text-align: left;
  }
  .member-bg__title {
    margin-bottom: 48px;
  }
  .member-bg__background-image {
    max-width: 20vw;
  }
}
@media (min-width: 992px) {
  .member__descr {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .member__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .member__list {
    margin-left: 50px;
  }
  .member__list:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1380px) {
  .member__list {
    margin-left: 106px;
  }
}
@media (min-width: 1440px) {
  .about-us-page__footer-bg {
    height: calc(8.72vw + var(--footer-pt));
  }
  .members-grid {
    min-height: 555px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: unset;
  }
  .member-bg {
    padding-top: 0;
    padding-bottom: 0;
  }
  .member-bg--left .member-bg__inner {
    margin-left: 18%;
  }
  .member-bg--right .member-bg__inner {
    margin-right: 20%;
  }
}
@media (min-width: 1800px) {
  .about-us-page__footer-bg {
    height: calc(157px + var(--footer-pt));
  }
  .member-bg__background-image {
    max-width: unset;
    top: -87px;
  }
  .member-bg--left .member-bg__inner {
    margin-left: 210px;
  }
  .member-bg--right .member-bg__inner {
    margin-right: 196px;
  }
}
/* --- /ABOUT US PAGE --- */
/* --- CONTACT PAGE --- */
.contact-page .contact {
  padding-bottom: 0;
}
.contact-page .contact__image {
  top: -100px;
  max-width: 63.7vw;
}
.contact-page .main-screen__image img {
  -o-object-position: 35% 0;
     object-position: 35% 0;
}
.schedule {
  font-family: Lora, serif;
}
.schedule__header {
  margin-bottom: 13px;
}
.schedule__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schedule__item {
  min-width: 125px;
  margin-bottom: 15px;
}
.schedule__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .schedule__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .schedule__item {
    margin-left: 40px;
    margin-right: 40px;
  }
  .schedule__item:first-child {
    margin-left: 0;
  }
  .schedule__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .schedule__item {
    margin-right: 75px;
    margin-left: 50px;
  }
}
@media (min-width: 1500px) {
  .schedule__item {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media (min-width: 1380px) {
  .member-bg--right{
    transform: translateX(-1px);
  }
  .contact-page .contact__image {
    top: -26px;
  }
}
/* --- /CONTACT PAGE --- */
/* --- SERVICES PAGE --- */
.practice {
  padding-top: 23.4vw;
  position: relative;
}
.practice__text {
  font-family: Lora, serif;
}
.practice-grid {
  margin-top: 194px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 354px 409px 354px;
  position: relative;
}
.practice-grid__bg {
  position: absolute;
  top: 0;
  right: 0;
}
.practice-grid__middle-row {
  grid-column-start: 1;
  grid-column-end: -1;
}
.practice-grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.practice-grid__bg-image-top {
  width: 300px;
  position: absolute;
  top: -130px;
  right: -93px;
}
.practice-grid__bg-image-bottom {
  display: none;
  width: 350px;
  position: absolute;
  right: -100px;
  bottom: -281px;
}
.practice-grid-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.dune-cell {
  display: none;
}
.quote-cell {
  grid-column-start: 1;
  grid-column-end: -1;
  padding-bottom: 25px;
}
.quote-cell .blockquote__caption {
  margin-bottom: 26px;
  font-family: Archivo, sans-serif;
}
.schedule-cell {
  grid-column-start: 1;
  grid-column-end: -1;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.schedule-cell::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: -15px;
  -webkit-box-shadow: 0 35px 25px 45px #f3f4f0;
          box-shadow: 0 35px 25px 45px #f3f4f0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.schedule-cell__header {
  margin-bottom: 25px;
}
.schedule-cell__inner {
  padding-bottom: 15px;
}
.schedule-cell table {
  min-width: 530px;
  position: relative;
}
.schedule-cell table td:last-child {
  padding-right: 35px;
}
.logo-cell {
  display: none;
  position: relative;
}
.logo-cell__logo {
  width: 497px;
  position: absolute;
  top: -116px;
  left: 12%;
}
.family-doctor {
  padding-top: 25.7vw;
  padding-bottom: 27.5vw;
}
.family-doctor__text {
  font-family: Lora, serif;
}
.family-doctor__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 58px;
}
.family-doctor__lists ul {
  max-width: 324px;
}
.family-doctor__lists ul:first-child {
  padding-right: 20px;
}
@media (min-width: 640px) {
  .practice {
    padding-top: 150px;
  }
  .practice__text {
    padding-top: 100px;
  }
  .schedule-cell {
    padding-right: 25px;
  }
  .schedule-cell::after {
    display: none;
  }
  .schedule-cell table {
    min-width: unset;
  }
  .schedule-cell table td:last-child {
    padding-right: 0;
  }
  .quote-cell {
    padding-bottom: 50px;
  }
  .family-doctor {
    padding-top: 165px;
    padding-bottom: 176px;
  }
  .family-doctor__text {
    padding-top: 52px;
  }
}
@media (min-width: 768px) {
  .practice {
    padding-top: 0px;
  }
  .practice-grid__bg-image-top {
    width: 379px;
    top: -178px;
    right: -93px;
  }
  .practice-grid__bg-image-bottom {
    display: block;
  }
  .family-doctor {
    padding-top: 189px;
    padding-bottom: 196px;
  }
}
@media (min-width: 1200px) {
  .dune-cell {
    display: block;
  }
  .logo-cell {
    display: block;
  }
  .quote-cell {
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .schedule-cell {
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .practice-grid__bg-image-bottom {
    width: 438px;
    right: -50px;
    bottom: -271px;
  }
}
@media (min-width: 1440px) {
  .practice-grid__bg-image-top {
    width: 583px;
    top: -248px;
    right: -93px;
  }
  .practice-grid__bg-image-bottom {
    width: 508px;
    position: absolute;
    right: 67px;
    bottom: -351px;
  }
  .logo-cell__logo {
    left: 160px;
  }
}
@media (min-width: 1600px) {
  .quote-cell__inner {
    padding-top: 8px;
    margin-right: 99px;
  }
  .schedule-cell__inner {
    margin-right: 130px;
    margin-bottom: 8px;
  }
}
/* --- /SERVICES PAGE --- */
/* --- ARTICLE PAGE --- */
.article-page .main-screen__image img {
  -o-object-position: center;
     object-position: center;
}
.article-content {
  padding-top: 23.5vw;
  padding-bottom: 31.2vw;
}
@media (min-width: 640px) {
  .article-content {
    padding-top: 151px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .article-content {
    padding-top: 181px;
    padding-bottom: 260px;
  }
}
/* --- /ARTICLE PAGE --- */
/* --- 404 --- */
.not-found-page {
  background-size: cover;
  background-position: center;
}
.not-found-page__header {
  padding-top: 57px;
  padding-bottom: 25px;
}
.not-found {
  min-height: calc(100vh - 151px);
  padding-bottom: 12vh;
  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;
}
.not-found__col-image {
  max-width: 70%;
  margin-bottom: 10vw;
}
.not-found__col-text {
  text-align: center;
}
.not-found__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.not-found__header {
  color: #FFFFFF;
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.36);
  line-height: 1.117;
  font-size: 10.2vw;
}
.not-found__button {
  margin-top: 9.5vw;
}
@media (min-width: 640px) {
  .not-found__header {
    font-size: 3.63rem;
  }
  .not-found__col-image {
    margin-bottom: 80px;
  }
  .not-found__button {
    margin-top: 62px;
  }
}
@media (min-width: 768px) {
  .not-found__header {
    font-size: 4.222rem;
  }
}
@media (min-width: 991px) {
  .not-found__col-image {
    max-width: 530px;
  }
}
@media (min-width: 1200px) {
  .not-found__header {
    font-size: 5.222rem;
  }
  .not-found__col-text {
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .not-found__header {
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .not-found__container {
    display: grid;
    grid-template-columns: 55% auto;
  }
  .not-found__col-image {
    max-width: 792px;
    margin-bottom: 0;
  }
  .not-found__header {
    padding-right: 70px;
  }
}

/* --- /404 --- */
@media (max-width: 768px) {
  .post-47 .main-screen__header{
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: manual;
  }
}

/*# sourceMappingURL=style.css.map */
