@import url(https://fonts.googleapis.com/css2?family=Lora:wght@400;700&family=Raleway:wght@300;400;600&display=swap);
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

input, textarea {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  resize: none;
  border: 1px solid transparent;
  transition: .2s all linear;
}

input[type="submit"] {
  cursor: pointer;
}

:root {
  font-size: 62.5%;
  line-height: 1.45;
}

*:focus {
  outline: none;
}

*::-moz-selection {
  color: #fff;
  background: #496E6E;
}

*::selection {
  color: #fff;
  background: #496E6E;
}

::-webkit-scrollbar {
  width: 1.5rem;
}

::-webkit-scrollbar-track {
  background: #496E6E;
}

::-webkit-scrollbar-thumb {
  background: #ECDFCB;
}

::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.8);
}

.section {
  position: relative;
  overflow: hidden;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.row-r {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.container-left {
  padding-left: 20vmin;
}

.container-right {
  padding-right: 20vmin;
}

[class*="col-"] {
  position: relative;
  padding: 0 15px;
  flex-basis: 0;
  -webkit-flex-basis: 0;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -ms-flex-preferred-size: 0;
  box-sizing: border-box;
}

@media only screen {
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 5vmin;
    padding-right: 5vmin;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media only screen and (min-width: 1420px) {
  .container {
    max-width: 1380px;
  }
}

@media only screen and (min-width: 1680px) {
  .container {
    max-width: 1500px;
  }
}

@media only screen and (max-width: 1600px) {
  .container-left {
    padding-left: 15vmin;
  }

  .container-right {
    padding-right: 15vmin;
  }
}

@media only screen and (max-width: 1440px) {
  .container-left {
    padding-left: 10vmin;
  }

  .container-right {
    padding-right: 10vmin;
  }
}

@media only screen and (max-width: 1200px) {
  .container-left {
    padding-left: 5vmin;
  }

  .container-right {
    padding-right: 5vmin;
  }
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1.6rem;
  color: #000;
}

h1 {
  font-size: 24px;
}

@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(24px + 26 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 23px;
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: calc(23px + 17 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 22px;
}

@media screen and (min-width: 320px) {
  h3 {
    font-size: calc(22px + 13 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 21px;
}

@media screen and (min-width: 320px) {
  h4 {
    font-size: calc(21px + 9 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h4 {
    font-size: 30px;
  }
}

h5 {
  font-size: 20px;
}

@media screen and (min-width: 320px) {
  h5 {
    font-size: calc(20px + 5 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h5 {
    font-size: 25px;
  }
}

h6 {
  font-size: 18px;
}

@media screen and (min-width: 320px) {
  h6 {
    font-size: calc(18px + 2 * ((100vw - 320px) / 1280));
  }
}

@media screen and (min-width: 1600px) {
  h6 {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  line-height: 1.2;
}

p {
  margin: 0;
}

@font-face {
  font-family: 'Font Awesome 5 Free';

  font-style: normal;

  font-weight: 900;

  font-display: fallback;

  src: url("../fonts/fa-solid-900.eot");

  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';

  font-style: normal;

  font-weight: 400;

  font-display: fallback;

  src: url("../fonts/fa-regular-400.eot");

  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';

  font-style: normal;

  font-weight: normal;

  font-display: fallback;

  src: url("../fonts/fa-brands-400.eot");

  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab, .far, .fas {
  font-style: normal;
}

.fab:before, .fab:after {
  font-family: 'Font Awesome 5 Brands';
}

.far:before, .far:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fas:before, .fas:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.title {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 2vmin;
}

.title__line {
  position: relative;
  display: block;
  width: 2px;
  min-height: 12rem;
  margin-right: 1.5rem;
  background: #766D66;
}

.title__line::before {
  content: '';
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #766D66;
}

.title__upper {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  color: #766D66;
  text-transform: uppercase;
}

.title__main {
  margin: 1rem 0 0;
  font-family: "Lora", serif;
  font-size: 3.4rem;
  font-weight: 400;
  text-transform: uppercase;
  word-break: initial;
}

.title--light .title__line {
  background: #ECDFCB;
}

.title--light .title__line::before {
  background: #ECDFCB;
}

.desc {
  font-weight: 400;
  line-height: 1.8;
}

.desc p {
  margin: 0 0 10px;
}

.desc b, .desc strong {
  font-weight: 600;
}

.desc h2, .desc h3, .desc h4, .desc h5 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 .5em;
}

.desc h2 b, .desc h2 strong, .desc h3 b, .desc h3 strong, .desc h4 b, .desc h4 strong, .desc h5 b, .desc h5 strong {
  font-weight: 600;
}

.desc a {
  color: #496E6E;
}

.fa-map-marker-alt::before {
  content: '\f3c5';
}

.fa-phone::before {
  content: '\f095';
}

.fa-envelope::before {
  content: '\f0e0';
}

.fa-facebook-square::before {
  content: '\f082';
}

.fa-instagram::before {
  content: '\f16d';
}

.fa-arrow-up::before {
  content: '\f062';
}

.fa-arrow-left::before {
  content: '\f060';
}

.fa-arrow-down::before {
  content: '\f063';
}

.fa-arrow-right::before {
  content: '\f061';
}

.fa-chevron-right::before {
  content: '\f054';
}

.fa-caret-right::before {
  content: '\f0da';
}

.fa-check::before {
  content: '\f00c';
}

i[class*="h-fa-"] {
  font-style: normal;
}

[class*="h-fa-"]:before, [class*="h-fa-"]:after {
  font-family: 'FontAwesome';
}

.h-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.h-white {
  color: #fff;
}

.h-ai-c {
  display: flex;
  align-items: center;
}

.h-ai-s {
  display: flex;
  align-items: flex-start;
}

.h-ai-e {
  display: flex;
  align-items: flex-end;
}

.h-as-s {
  align-self: center;
}

.h-as-s {
  align-self: center;
}

.h-as-s {
  align-self: center;
}

.h-ta-c {
  text-align: center;
}

.h-ta-r {
  text-align: right;
}

.h-ta-l {
  text-align: left;
}

.h-ta-j {
  text-align: justify;
}

.h-tt-u {
  text-transform: uppercase;
}

.h-tt-l {
  text-transform: lowercase;
}

.h-fs-i {
  font-style: italic;
}

.h-fw-b {
  font-weight: 700;
}

.h-fw-r {
  font-weight: 500;
}

.h-fw-l {
  font-weight: 300;
}

.h-flex {
  display: flex;
}

.h-flex-w {
  flex-wrap: wrap;
}

.h-f-r {
  float: right;
}

.h-f-l {
  float: left;
}

.h-fd-rr {
  flex-direction: row-reverse;
}

.h-fw {
  width: 100%;
}

.h-fh {
  height: 100%;
}

.h-m-0 {
  margin: 0;
}

.h-mt-0 {
  margin-top: 0;
}

.h-mb-0 {
  margin-bottom: 0;
}

.h-mtb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.h-ml-0 {
  margin-left: 0;
}

.h-mr-0 {
  margin-right: 0;
}

.h-mlr-0 {
  margin-left: 0;
  margin-right: 0;
}

.h-ml-a {
  margin-left: auto;
}

.h-mr-a {
  margin-right: auto;
}

.h-mt-a {
  margin-top: auto;
}

.h-mlr-a {
  margin-left: auto;
  margin-right: auto;
}

.h-mr-2 {
  margin-right: 2vmin;
}

.h-mt-1 {
  margin-top: 1vmin;
}

.h-mt-2 {
  margin-top: 2vmin;
}

.h-mt-3 {
  margin-top: 3vmin;
}

.h-mt-4 {
  margin-top: 4vmin;
}

.h-mt-5 {
  margin-top: 5vmin;
}

.h-mb-1 {
  margin-bottom: 1vmin;
}

.h-mb-2 {
  margin-bottom: 2vmin;
}

.h-mb-3 {
  margin-bottom: 3vmin;
}

.h-mb-4 {
  margin-bottom: 4vmin;
}

.h-mb-5 {
  margin-bottom: 5vmin;
}

.h-p-0 {
  padding: 0;
}

.h-pt-0 {
  padding-top: 0;
}

.h-pb-0 {
  padding-bottom: 0;
}

.h-ptb {
  padding-top: 0;
  padding-bottom: 0;
}

.h-pl-0 {
  padding-left: 0;
}

.h-pr-0 {
  padding-right: 0;
}

.h-plr-0 {
  padding-left: 0;
  padding-right: 0;
}

.h-jc-c {
  display: flex;
  justify-content: center;
}

.h-ja-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-jc-s {
  display: flex;
  justify-content: flex-start;
}

.h-jc-e {
  display: flex;
  justify-content: flex-end;
}

.h-jc-sa {
  display: flex;
  justify-content: space-around;
}

.h-jc-sb {
  display: flex;
  justify-content: space-between;
}

.h-jc-se {
  display: flex;
  justify-content: space-evenly;
}

.h-ji-c {
  display: flex;
  align-content: center;
}

.h-z-1 {
  z-index: 1;
}

.h-z-2 {
  z-index: 2;
}

.h-z-3 {
  z-index: 3;
}

.h-of-h {
  overflow: hidden;
}

.h-bs-1 {
  box-shadow: 0 3px 6px #00000002, 0 3px 6px #00000004;
}

.h-bs-2 {
  box-shadow: 0 3px 6px #00000005, 0 3px 6px #00000009;
}

.btn {
  position: relative;
  display: inline-block;
  min-width: max-content;
  padding: 15px 25px;
  text-transform: uppercase;
  border: 1px solid transparent;
  background: transparent;
  overflow: hidden;
  transition: .2s all linear;
}

.btn-box {
  position: relative;
  width: 100%;
  z-index: 2;
}

.btn-box .btn {
  margin-right: 1.5rem;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn-margin {
  margin: 3vmin 0;
}

.btn-primary {
  color: #766D66;
  border-color: #766D66;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: -7rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: #496E6E;
  transition: .2s all linear;
}

.btn-primary:hover {
  color: #fff;
  border-color: #496E6E;
}

.btn-primary:hover::before {
  top: 0;
}

.btn-secondary {
  color: #fff;
  border-color: #ECDFCB;
}

.btn-secondary::before {
  content: '';
  position: absolute;
  top: -7rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ECDFCB;
  transition: .2s all linear;
}

.btn-secondary:hover {
  color: #000;
  border-color: #ECDFCB;
}

.btn-secondary:hover::before {
  top: 0;
}

.btn-green {
  color: #fff;
  background: #496E6E;
  border-color: #496E6E;
}

.btn-green::before {
  content: '';
  position: absolute;
  top: -7rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ECDFCB;
  transition: .2s all linear;
}

.btn-green:hover {
  color: #496E6E;
  border-color: #ECDFCB;
}

.btn-green:hover::before {
  top: 0;
}

.btn-contact {
  color: #766D66;
  border-color: #766D66;
}

.btn-contact:hover {
  color: #fff;
  background: #496E6E;
  border-color: #496E6E;
}

.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999;
}

.header-top {
  text-align: center;
}

.header-menu {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}

.header.in-move .logo img {
  max-width: 8rem;
}

.logo {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 5px 0;
}

.logo img {
  max-width: 12rem;
  transition: .2s all ease-out;
}

.navbutton {
  width: 50px;
  height: 40px;
  display: flex;
  position: absolute;
  right: 10px;
  top: 1rem;
  margin: 5px 10px;
  line-height: 5px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: transparent;
  border: none;
  z-index: 99;
}

.navbutton-item {
  display: inline-block;
  width: 45px;
  height: 2px;
  margin: 3px 0;
  background: #ECDFCB;
  transition: 0.2s all linear;
}

.navbutton.is-active .navbutton-item {
  opacity: 0;
}

.navbutton.is-active .navbutton-item:last-of-type,
  .navbutton.is-active .navbutton-item:first-of-type {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 17px;
  opacity: 1;
}

.navbutton.is-active .navbutton-item:first-of-type {
  transform: rotate(45deg);
}

.navbutton.is-active .navbutton-item:last-of-type {
  transform: rotate(-45deg);
}

.menu-nav {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  text-align: center;
  background: #fff;
}

.menu-nav::-webkit-scrollbar {
  width: 0;
}

.menu-nav-btn {
  display: inline-block;
  padding: 17px 25px;
  line-height: 1;
  font-family: "Lora", serif;
  color: #fff;
  text-transform: uppercase;
  background: #496E6E;
  transition: .2s all linear;
}

.menu-nav-btn:hover {
  color: #496E6E;
  background: #ECDFCB;
}

.menu-nav-container {
  text-align: center;
}

.menu-nav-ul {
  margin: 0;
  padding: 0;
}

.menu-nav .menu-item {
  display: block;
  position: relative;
  color: #000;
}

.menu-nav .menu-item a {
  display: block;
  padding: 15px 1vw;
  line-height: 1;
  font-family: "Lora", serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  border-bottom: 2px solid transparent;
  transition: .2s all linear;
}

.menu-nav .menu-item a:hover {
  border-color: #ECDFCB;
}

.menu-nav .menu-item.current-menu-item a {
  border-color: #ECDFCB;
}

.menu-nav .menu-item-has-children > a {
  display: inline-block;
  padding-right: 2vw;
}

.menu-nav .menu-item-has-children .dropdown-icon {
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 50px;
  line-height: 3;
  top: 0;
  right: 5px;
  cursor: pointer;
}

.menu-nav .menu-item-has-children .dropdown-icon::after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.menu-nav .menu-item-has-children.is-active > .sub-menu {
  display: block;
}

.menu-nav .menu-item-has-children.is-active > .sub-menu a:hover {
  color: #ECDFCB;
}

.menu-nav.is-active {
  display: block;
}

.menu-nav.is-active .menu-nav-container {
  height: 70vh;
  overflow-y: scroll;
}

.menu-nav.is-active .menu-nav-container::-webkit-scrollbar {
  width: 0;
}

.menu-nav .sub-menu {
  display: none;
  position: static;
  margin: 0;
  padding: 0;
  text-align: left;
}

.menu-nav .sub-menu .menu-item {
  display: block;
}

.menu-nav .sub-menu .menu-item a {
  font-size: 13px;
  padding: 8px 1vw;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

@media (min-width: 1440px) {
  .menu-nav .sub-menu .menu-item a {
    font-size: 14px;
  }
}

.menu-nav .sub-menu .menu-item .dropdown-icon {
  height: 30px;
  line-height: 1.8;
}

.menu-nav .sub-menu .menu-item-has-children a {
  display: block;
}

.menu-nav .sub-menu .menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
}

.footer-top {
  padding: 5rem 0;
  background: url(../images/umow-footer.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-border {
  padding: 3rem;
  color: #fff;
  text-align: center;
  border: 1px solid #ECDFCB;
}

.footer-border__text {
  display: block;
  width: 100%;
  margin: 2rem 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
}

.footer-border__title {
  display: block;
  width: 100%;
  margin: 0 0 2rem;
  font-family: "Lora", serif;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.footer-bottom {
  background: #ECDFCB;
}

.footer-info {
  padding: 5vmin 0;
}

.footer-info ul {
  margin: 0;
  padding: 0;
}

.footer-info ul li {
  list-style: inside;
}

.footer-info ul li a:hover {
  color: #496E6E;
}

.footer-contact {
  padding: 5rem;
  margin: -8rem 0 0;
  background: #ECDFCB;
}

.footer-title {
  display: block;
  font-size: 1.8rem;
  font-family: "Lora", serif;
  margin: 0 0 1.5rem;
}

.footer-desc {
  margin: 2rem 0;
}

.footer-copyright {
  padding: 1.5rem 0;
  font-size: 1.4rem;
  background: #ECDFCB;
  border-top: 1px solid #766D66;
}

.footer-copyright a:hover {
  color: #496E6E;
}

.social-link {
  display: inline-block;
  margin-right: 1.5rem;
}

.social-link svg {
  width: 2rem;
  height: auto;
}

.social-link:hover {
  color: #496E6E;
}

.widget {
  position: fixed;
  right: 15px;
  bottom: 100px;
  text-align: right;
  z-index: 9999;
}

.widget-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  margin: 10px;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-radius: 100%;
  box-shadow: 0 2px 2px 0px #d0d0d0;
}

.widget-link svg {
  width: 14px;
  height: auto;
  color: #496E6E;
}

.widget-link:hover {
  animation-name: bounce;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

.widget-link.widget-voucher {
  width: fit-content;
  padding: 0 15px;
  border-radius: 15px;
  font-size: 12px;
  text-transform: uppercase;
}

.widget-link.widget-voucher svg {
  width: 20px;
  margin-right: 10px;
}

@keyframes bounce {
  0% {
    transform: translateX(0px);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0px);
  }
}

.modal-container.is-active .modal {
  top: 50%;
  opacity: 1;
}

.modal-container.is-active .modal-overlay {
  display: block;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.modal {
  background: #fff;
  color: #000;
  position: fixed;
  top: -500px;
  left: 50%;
  width: 500px;
  max-width: 90%;
  min-height: 25vmin;
  z-index: 101;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: -5px 8px 10px #00000040;
  display: flex;
  flex-direction: column;
}

.modal__header {
  padding: 2rem 2vmin;
  color: #496E6E;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__header h3 {
  font-size: 1.8rem;
  margin: 0;
}

.modal__cancel {
  position: absolute;
  top: 10px;
  right: 0px;
  cursor: pointer;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.modal__cancel:before, .modal__cancel:after {
  content: "";
  position: absolute;
  background-color: #496E6E;
  transition: transform 0.25s ease-out;
}

.modal__cancel:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}

.modal__cancel:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}

.modal__content {
  padding: 2vmin 3vmin;
  text-align: center;
  font-size: 22px;
}

.modal__footer {
  margin-top: auto;
  padding: 3vmin;
  padding-top: 0;
}

.breadcrumb {
  position: relative;
  display: block;
  margin: 0 5rem 2vmin;
  font-size: 1.4rem;
  font-weight: 400;
  mix-blend-mode: difference;
  z-index: 10;
}

.breadcrumb span {
  display: flex;
  align-items: center;
}

.breadcrumb i {
  font-size: 1rem;
  margin: 0 .5rem;
}

.breadcrumb a {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb span.breadcrumb_last {
  display: inline-block;
  margin-left: 5px;
}

.form {
  position: relative;
  width: 100%;
}

.form-contact {
  padding: 0;
}

.form [class*="col-"] {
  padding: 0 15px;
}

.form fieldset {
  border: none;
  padding: 0 15px;
  margin: 0;
}

.form fieldset .form-checkbox {
  padding-right: 15px;
}

.form-title {
  display: block;
  font-size: 2rem;
  margin: 0 0 1.5rem;
}

.form-group {
  margin: 0 0 2rem;
}

.form-group > label {
  display: block;
  color: #fff;
  padding: 0 15px 5px;
}

.form-help {
  display: block;
  margin: 1rem 0;
  font-size: 1.3rem;
  color: #fff;
}

.form-input label {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  margin: 0 0 5px;
}

.form-input__disabled input {
  background-color: #F8F8F8;
}

.form-control {
  width: 100%;
  padding: 1.3rem 1.5rem;
  margin: 0;
  color: #333;
  font-weight: 300;
  background: #fff;
  box-shadow: none;
}

.form-control::placeholder {
  color: #333;
  font-weight: 300;
}

.form-control:focus {
  border-color: #ECDFCB;
}

.form-date {
  padding-right: 35px;
  background: url(../img/date.png) no-repeat;
  background-position: 96% 18px;
}

.form-checkbox {
  position: relative;
  display: inline-block;
}

.form-checkbox input {
  display: block;
  position: absolute;
  width: 16px;
  top: 5px;
  opacity: 0;
}

.form-checkbox input:checked ~ span:before {
  content: "\f14a";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #686868;
}

.form-checkbox label {
  display: block;
  position: relative;
  font-size: 1.3rem;
  cursor: pointer;
}

.form-checkbox label span:before {
  content: "\f0c8";
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  color: #686868;
  margin-right: 15px;
}

.form-radio {
  position: relative;
}

.form-radio input {
  display: block;
  position: absolute;
  width: 16px;
  top: 5px;
  opacity: 0;
}

.form-radio input:checked ~ label:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ECDFCB;
}

.form-radio label {
  display: block;
  position: relative;
  cursor: pointer;
}

.form-radio label:before {
  content: "\f111";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  margin-right: 2vmin;
}

.form-select {
  width: 100%;
  padding: 1.3rem 2.5rem;
  margin: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 25px;
  appearance: none;
}

.form-select option {
  background: #496E6E;
}

.form-select:focus {
  border-color: #496E6E;
}

.form-select.form-drop {
  padding-right: 35px;
  appearance: none;
  background: url(../img/dropdown.png) no-repeat;
  background-position: 96% 18px;
  -webkit-appearance: none;
  outline: none;
}

.form .btn {
  padding: 0;
  margin: 3rem 0;
  text-align: left;
}

.wpcf7-response-output, .screen-reader-response {
  padding: 10px 15px;
  margin: 0 0 15px;
  border-left: 5px solid;
  color: #496E6E;
  background: #dedede;
}

.wpcf7-response-output, .wpcf7-response-output:empty, .screen-reader-response:empty {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 14px;
  color: #D8000C;
  border: 1px solid;
  background: #FFBABA;
}

.wpcf7-mail-sent-ok {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 14px;
  color: #4F8A10;
  border: 1px solid;
  background: #DFF2BF;
}

.voucher {
  padding: 0 10vw;
}

.voucher .form-group > .form-label {
  padding: 0 0 5px;
  color: #444;
}

.voucher .form-group > .form-control {
  border-color: #eee;
}

.voucher fieldset {
  padding: 15px;
  border: 1px solid #eee;
}

.voucher .checkbox {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
  color: #444;
}

.voucher .checkbox input {
  width: auto;
  margin-right: 20px;
}

.voucher .form-btn {
  width: 100%;
  padding: 15px;
  color: #fff;
  text-align: center;
  background: #496E6E;
  cursor: pointer;
}

.section-about {
  padding: 0 0 15vmin;
}

.section-massage {
  padding: 0 0 5vmin;
  background: url(../images/lisc-2.png) no-repeat;
  background-size: 25vw auto;
  background-position: bottom left;
}

.section-drip {
  padding: 10rem 0;
}

.section-join {
  margin: 10vmin 0;
  background: url(../images/umow-wizyte-zdjecie.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.section-medicine {
  padding: 5rem 0;
}

.section-gynecologist {
  padding: 5rem 0 0;
}

.slide {
  text-align: right;
  background: #fff;
}

.slide-image {
  position: relative;
  display: block;
  width: 100%;
}

.slide-image > img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateX(-10vw);
  transition: .3s all linear;
}

.slide-image::before {
  content: '';
  position: absolute;
  left: 7%;
  top: 15%;
  width: 85%;
  height: 85%;
  border: 1px solid #ECDFCB;
  border-bottom: none;
  z-index: 1;
}

.slide-image__person {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}

.slide-image__person img {
  display: block;
  width: 40vw;
  height: auto;
  transform: translateY(40px);
  transition: .3s all linear;
}

.slide-info {
  padding: 5vmin;
  text-align: left;
  background: #ECDFCB;
  transform: translateY(-10vh);
  transition: .3s all linear;
  z-index: 5;
}

.slide-info__desc {
  margin: 3rem 0;
}

.slide-nav {
  display: none;
  position: absolute;
  right: calc(70vw - 5rem);
  bottom: 0;
  z-index: 99;
}

.slide-btn {
  position: relative;
  display: block;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 3.8;
  background: #ECDFCB;
  cursor: pointer;
  transition: .2s all linear;
  overflow: hidden;
}

.slide-btn::before {
  content: '';
  position: absolute;
  top: -7rem;
  left: 0;
  height: 100%;
  width: 100%;
  background: #496E6E;
  transition: .2s all linear;
}

.slide-btn svg {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  z-index: 3;
}

.slide-btn:hover {
  color: #fff;
}

.slide-btn:hover::before {
  top: 0;
}

.slide.swiper-slide-active .slide-image__person img {
  transform: translateY(0);
}

.slide.swiper-slide-active .slide-image > img {
  transform: translateX(0);
}

.slide.swiper-slide-active .slide-info {
  transform: translateY(0);
}

.about {
  background: #F8F8F8;
}

.about-top {
  padding: 5rem 0;
}

.about-top__info {
  display: block;
  width: 100%;
  padding: 2rem 0 2rem 4rem;
  background: url(../images/quote.svg) no-repeat;
  background-size: 7rem;
  background-position: top left;
}

.about-top__info blockquote {
  padding: 0;
  margin: 0;
  font-family: "Lora", serif;
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

.about-info {
  display: flex;
  height: 100%;
  padding: 2rem;
  align-content: center;
  flex-wrap: wrap;
}

.about-info__desc {
  margin: 3rem 0;
}

.about-flower {
  display: block;
  width: 55%;
  height: auto;
  margin: 2rem 0;
}

.about-image {
  padding: 3rem;
  text-align: right;
}

.about-image__big {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 3rem;
  padding-right: 0;
  padding-bottom: 0;
}

.about-image__border {
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  top: 0;
  border-left: 1px solid #ECDFCB;
  border-top: 1px solid #ECDFCB;
}

.about-image__border::after {
  content: '';
  position: absolute;
  left: -7px;
  bottom: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ECDFCB;
}

.about-bottom {
  display: none;
  margin: -7rem 0 0;
}

.about-bottom__info {
  display: flex;
  padding: 3rem 1rem;
  align-items: center;
}

.about-bottom__info img {
  width: 18rem;
  margin: 0 1rem;
}

.about-bottom__title {
  display: block;
  margin-right: 1.5rem;
  font-family: "Lora", serif;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.massage {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.massage-image {
  position: relative;
  width: 100%;
}

.massage-image img {
  display: block;
  width: 100%;
  height: auto;
}

.massage-image::after {
  content: '';
  position: absolute;
  left: 7%;
  top: 10%;
  width: 85%;
  height: 95%;
  border: 1px solid #ECDFCB;
  z-index: 1;
}

.massage-info {
  padding: 5rem;
  width: 100%;
  background: #ECDFCB;
}

.massage-info__desc {
  margin: 3rem 0;
}

.waypoint {
  display: none;
  position: absolute;
  right: 7vw;
  bottom: 0;
  text-align: right;
  color: #fff;
  z-index: 3;
}

.waypoint__number {
  display: block;
  font-family: "Lora", serif;
  font-size: 8rem;
}

.waypoint__text {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
}

.waypoint__arrow {
  display: inline-block;
  position: relative;
  height: 10rem;
  width: 2px;
  margin: 5rem 0 3rem;
  background: #fff;
  cursor: pointer;
  z-index: 2;
}

.waypoint__arrow::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 0;
  left: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.waypoint__arrow:hover {
  animation: arrow 1s linear;
}

.waypoint.left {
  left: 2vw;
  right: auto;
  text-align: left;
}

.waypoint.black {
  color: #000;
}

.waypoint.black .waypoint__arrow {
  background: #ECDFCB;
}

.waypoint.black .waypoint__arrow::after {
  border-color: #ECDFCB;
}

@keyframes arrow {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}

.drip {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.drip-image {
  position: relative;
  width: 100%;
  text-align: right;
}

.drip-image img {
  display: inline-block;
  width: 85%;
  height: auto;
}

.drip-image::after {
  content: '';
  position: absolute;
  right: 10%;
  top: 10%;
  width: 90%;
  height: 100%;
  border: 1px solid #ECDFCB;
  z-index: 1;
}

.drip-info {
  padding: 5rem;
  width: 100%;
  background: #EBE2DB;
  z-index: 2;
}

.drip-info__desc {
  margin: 3rem 0;
}

.join {
  width: 90%;
  height: 90%;
  padding: 2rem;
  margin: 5rem auto;
  border: 1px solid #ECDFCB;
}

.join-info {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 5rem 1rem;
  color: #fff;
  background: #496E6E;
}

.join-info__text {
  display: block;
  width: 100%;
  margin: 2rem 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
}

.join-info__title {
  display: block;
  width: 100%;
  margin: 0 0 2rem;
  font-family: "Lora", serif;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.medicine {
  padding: 10rem 0;
  background: url(../images/medycyna-estetyczna-tlo.jpg) no-repeat;
  background-size: auto 100%;
  background-position: right;
}

.medicine-box {
  position: relative;
  width: 90%;
  z-index: 2;
}

.medicine-info {
  display: flex;
  height: 100%;
  padding: 5rem;
  margin: 0 -15px;
  align-content: center;
  flex-wrap: wrap;
  background: #ECDFCB;
}

.medicine-info__desc {
  margin: 3rem 0;
}

.medicine-image {
  height: 100%;
  margin: 0 -15px;
}

.medicine-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.medicine .waypoint {
  right: 3rem;
}

.medicine::after {
  content: '';
  position: absolute;
  left: 15px;
  top: 5%;
  width: 80%;
  height: 90%;
  border: 1px solid #ECDFCB;
  z-index: 1;
}

.gynecologist-image {
  padding: 10rem 0 0 5rem;
  background: url(../images/ginekologia-estetyczna-tlo.jpg) no-repeat;
  background-size: 70%;
  background-position: top left;
  text-align: right;
}

.gynecologist-image img {
  position: relative;
  width: 90%;
  z-index: 2;
}

.gynecologist-image::after {
  content: '';
  position: absolute;
  left: 5rem;
  top: 5rem;
  width: 80%;
  height: 80%;
  border: 1px solid #ECDFCB;
  z-index: 1;
}

.gynecologist-image .waypoint {
  left: 5vw;
  bottom: 14rem;
}

.gynecologist-info {
  display: flex;
  height: 100%;
  padding: 5rem;
  margin: 0 -15px;
  align-content: center;
  flex-wrap: wrap;
  background: url(../images/lisc-3.png) no-repeat;
  background-size: 25vmin;
  background-position: bottom right;
}

.gynecologist-info__desc {
  margin: 3rem 0;
}

.subpage {
  min-height: 60vh;
}

.subpage-header {
  min-height: 25vh;
  padding: 5rem 0;
  color: #fff;
  background-image: url(../images/o-nas-baner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.subpage-content {
  padding: 5rem 0;
  min-height: 60vh;
}

.icon-item {
  position: relative;
  margin: 2rem 0;
  z-index: 2;
}

.icon-item__image {
  position: relative;
  display: inline-flex;
  width: 13rem;
  height: 13rem;
  line-height: 10;
  margin: 2rem;
  justify-content: center;
  text-align: center;
  background: #496E6E;
  border-radius: 100%;
}

.icon-item__image img {
  max-width: 5rem;
}

.icon-item__image::after {
  content: '';
  position: absolute;
  left: -7%;
  top: -7%;
  width: 115%;
  height: 115%;
  border: 1px solid #ECDFCB;
  border-radius: 100%;
}

.icon-item__title {
  display: block;
  width: 100%;
  font-family: "Lora", serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 1rem 0;
}

.icon-item__desc {
  font-size: 1.5rem;
}

.icon-item__desc ul {
  margin: 0;
  padding: 0;
}

.icon-item__desc ul li {
  list-style: inside;
}

.desc table, .wp-block-table table {
  width: 100%;
  table-layout: fixed;
}

.desc table thead tr th, .wp-block-table table thead tr th {
  padding: 1rem;
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  word-break: break-word;
  background: #496E6E;
}

.desc table tbody tr, .wp-block-table table tbody tr {
  background: #F8F8F8;
}

.desc table tbody tr:nth-child(odd), .wp-block-table table tbody tr:nth-child(odd) {
  background: #fff;
}

.desc table tbody tr td, .wp-block-table table tbody tr td {
  word-break: break-word;
  padding: 1rem 2rem;
}

.wp-block-table {
  margin: 3rem 0;
}

.wp-block-table .has-fixed-layout tr th, .wp-block-table .has-fixed-layout tr td {
  width: 50%;
}

.wp-block-table figcaption {
  display: block;
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.sb-about-01 {
  position: relative;
  padding: 0 0 5vmin;
}

.sb-about-01__border {
  position: absolute;
  top: -23vh;
  left: 0;
  width: 100%;
  height: calc(100% + 23vh);
  border: 1px solid #ECDFCB;
}

.sb-about-info {
  position: relative;
  transform: translateY(-10vh);
  padding: 5rem;
  margin: 0 -15px;
  background: #F8F8F8;
  z-index: 2;
}

.sb-about-02 {
  margin: 0 0 5rem;
}

.sb-about-02__image {
  position: relative;
  width: 100%;
}

.sb-about-02__image img {
  display: block;
  width: 100%;
  height: auto;
}

.sb-about-02__map {
  padding: 10vh 3rem;
  background: #ECDFCB url(../images/about/o-nas-mapa.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.sb-about-02__upper {
  display: block;
  margin: 0 0 2rem;
  font-size: 2rem;
  text-transform: uppercase;
  color: #766D66;
}

.sb-about-02__title {
  display: block;
  font-family: "Lora", serif;
  font-size: 3.3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #766D66;
  line-height: normal;
}

.sb-about-03 {
  padding: 5rem 0;
}

.sb-about-03__image {
  margin: 0 -15px 1rem;
  padding: 0 .5rem;
}

.sb-about-03__image img {
  display: block;
  width: 100%;
  height: auto;
}

.sb-about-04__image {
  position: relative;
}

.sb-about-04__image img {
  display: block;
  width: 100%;
  height: auto;
}

.sb-about-04__info {
  width: 100%;
  height: max-content;
  margin: auto 0;
  padding: 3rem;
  background: #EBE2DB;
  z-index: 2;
}

.sb-about-05 {
  padding: 5rem 0;
}

.sb-about-05 .title {
  padding: 0 2rem;
}

.sb-about-05__person {
  margin: 2rem -1rem;
}

.sb-about-05__person img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 1rem;
}

.sb-about-05__name {
  display: block;
  font-family: "Lora", serif;
  font-size: 2.3rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .sb-about-01__border {
    left: 3rem;
    width: calc(100% - 3rem);
  }

  .sb-about-02__image {
    width: 70%;
    padding: 0 0 5rem;
  }

  .sb-about-02__border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110%;
    height: 10rem;
    border-right: 2px solid #ECDFCB;
    border-bottom: 2px solid #ECDFCB;
  }

  .sb-about-02__border::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -8px;
    top: 0;
    background: #ECDFCB;
    border-radius: 100%;
  }

  .sb-about-02__map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: max-content;
    margin: auto 0;
    padding: 10vh 5rem;
  }

  .sb-about-04__image img {
    width: 70%;
  }

  .sb-about-04__border {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #ECDFCB;
    z-index: 1;
  }

  .sb-about-04__info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: max-content;
    margin: auto 0;
    padding: 5rem;
  }
}

.sb-drip-01 {
  padding: 5rem 0;
}

.sb-drip-03 {
  padding: 5rem 0;
}

.drip-item {
  display: flex;
  padding: 5rem 0;
}

.drip-item__info {
  position: relative;
  display: flex;
  width: 90%;
  padding: 6vmin;
  align-items: center;
  flex-wrap: wrap;
  background-size: auto 100%;
}

.drip-item__info.item-01 {
  background: #ECDFCB url(../images/drip/antykac-tlo.png) no-repeat;
}

.drip-item__info.item-02 {
  background: #F8F8F8 url(../images/drip/skora-wlosy-tlo.png) no-repeat;
}

.drip-item__info.item-03 {
  background: #EBE2DB url(../images/drip/intensywny-trening-tlo.png) no-repeat;
}

.drip-item__info.item-04 {
  background: #ECDFCB url(../images/drip/pamiec-koncentracja-tlo.png) no-repeat;
}

.drip-item__info.item-05 {
  background: #F8F8F8 url(../images/drip/bomba-witaminowa-tlo.png) no-repeat;
}

.drip-item__info.item-06 {
  background: #EBE2DB url(../images/drip/detox-tlo.png) no-repeat;
}

.drip-item__info.item-07 {
  background: #ECDFCB url(../images/drip/onkologiczna-tlo.png) no-repeat;
}

.drip-item--right {
  justify-content: flex-end;
}

.drip-item--right .drip-item__info {
  justify-content: flex-start;
  text-align: left;
  padding-left: 20%;
  background-position: right;
}

.drip-item--right img {
  position: absolute;
  width: 15%;
  left: -3rem;
  margin-right: 2rem;
}

.drip-item--left {
  justify-content: flex-start;
}

.drip-item--left .drip-item__info {
  justify-content: flex-end;
  text-align: right;
  padding-right: 20%;
  background-position: left;
}

.drip-item--left img {
  position: absolute;
  width: 15%;
  right: -3rem;
  margin-left: 2rem;
}

.drip-title__upper {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #766D66;
}

.drip-title__main {
  font-family: "Lora", serif;
  font-size: 3.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1.5rem 0;
}

.sb-dripd-01 .container {
  padding: 13vh 15px 5vh;
  margin-top: -23vh;
  margin-bottom: 5vh;
}

.sb-dripd-01__info {
  position: relative;
  padding: 5rem;
  margin: 0 -15px;
  background: #F8F8F8;
  z-index: 2;
}

.sb-dripd-01__image {
  text-align: center;
}

.sb-dripd-02 .container {
  padding: 5vh 0;
  background: url(../images/drip/sklad-tlo.jpg) no-repeat;
  background-size: auto 100%;
  background-position: right;
}

.sb-dripd-02__box {
  width: 100%;
}

.sb-dripd-02__info {
  display: flex;
  height: 100%;
  padding: 5rem;
  margin: 0 -15px;
  align-content: center;
  flex-wrap: wrap;
  background: #F8F8F8;
}

.sb-dripd-02__image {
  margin: 0 -15px;
  height: 100%;
}

.sb-dripd-02__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sb-dripd-03 {
  padding: 5rem 0;
}

.sb-dripd-04 {
  padding: 5rem 0;
}

.sb-dripd-04 .container {
  background: url(../images/drip/lisc-02.png) no-repeat;
  background-size: 20vw;
  background-position: bottom right;
}

.sb-dripd-04__image {
  position: relative;
  width: 100%;
  padding: 0rem 5rem 5rem 0;
}

.sb-dripd-04__image img {
  display: block;
  width: 100%;
  height: auto;
}

.sb-dripd-04__border {
  position: absolute;
  width: 100%;
  height: 10rem;
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #ECDFCB;
  border-right: 2px solid #ECDFCB;
}

.sb-dripd-04__border::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background: #ECDFCB;
}

.sb-dripd-04__info {
  width: 100%;
  height: max-content;
  padding: 5rem;
  background: #EBE2DB;
}

.sb-dripd-04__price {
  padding: 5rem 0 0;
}

.sb-dripd-04__pricetext {
  display: block;
  font-size: 1.8rem;
}

.sb-dripd-04__value {
  font-family: "Lora", serif;
  font-size: 6rem;
  font-weight: 400;
}

.sb-dripd-05 {
  padding: 5rem 0;
}

@media (min-width: 992px) {
  .sb-dripd-01__border {
    position: absolute;
    top: 0;
    left: 3rem;
    width: calc(100% - 3rem);
    height: 100%;
    border: 1px solid #ECDFCB;
  }

  .sb-dripd-02__box {
    width: 90%;
  }

  .sb-dripd-02__border {
    position: absolute;
    right: 3rem;
    top: 2%;
    width: 40%;
    height: 95%;
    border: 1px solid #ECDFCB;
  }

  .sb-dripd-04__image {
    width: 60%;
  }

  .sb-dripd-04__info {
    position: absolute;
    top: 8vh;
    right: 0;
    width: 60%;
  }

  .sb-dripd-04__price .btn {
    margin: 0 1.5rem;
  }
}

.sb-massage-01 {
  padding: 5rem 0;
}

.sb-massage-03 {
  padding: 5rem 0;
}

.sb-massage-item {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: calc(100% - 1rem);
  min-height: 35vh;
  padding: 5rem;
  margin: 0 -1rem 1rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}

.sb-massage-item__title {
  width: 100%;
  margin: 1rem 0;
}

.sb-massage-item__upper {
  display: block;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #766D66;
}

.sb-massage-item__main {
  font-family: "Lora", serif;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.sb-massage-item.item-01 {
  background: #F8F8F8 url(../images/massage/masaz-sportowy.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-massage-item.item-02 {
  background: #ECDFCB url(../images/massage/masaz-brazylijski.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-massage-item.item-03 {
  background: #EBE2DB url(../images/massage/masaz-brazylijski4B.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-massage-item.item-04 {
  background: #ECDFCB url(../images/massage/masaz-tajski.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-massage-item.item-05 {
  background: #EBE2DB url(../images/massage/masaz-szwedzki.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-massage-item.item-06 {
  background: #F8F8F8 url(../images/massage/masaz-lomi-lomi.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-massage-item.item-07 {
  background: #F8F8F8 url(../images/massage/masaz-czesciowy.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-massage-item.item-08 {
  background: #ECDFCB url(../images/massage/masaz-kamieniami.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-massage-item.item-09 {
  background: #EBE2DB url(../images/massage/masaz-aroma.png) no-repeat;
  background-size: cover;
  background-position: right;
}

.sb-medicine-01 {
  padding: 5rem 0;
}

.sb-medicine-03 {
  padding: 5rem 0;
}

.medicine-item {
  display: flex;
  padding: 5rem 0;
}

.medicine-item__info {
  position: relative;
  display: flex;
  width: 100%;
  padding: 6vmin;
  align-items: center;
  flex-wrap: wrap;
  background-size: auto 100%;
}

.medicine-item__info.item-01 {
  background: #F8F8F8 url(../images/medicine/konsultacje.png) no-repeat;
}

.medicine-item__info.item-02 {
  background: #EBE2DB url(../images/medicine/mezoterapia.png) no-repeat;
}

.medicine-item__info.item-03 {
  background: #ECDFCB url(../images/medicine/dermochirurgia.png) no-repeat;
}

.medicine-item__info.item-04 {
  background: #F8F8F8 url(../images/medicine/wenerologia.png) no-repeat;
}

.medicine-item__info.item-05 {
  background: #EBE2DB url(../images/medicine/laseroterapia.png) no-repeat;
}

.medicine-item--right {
  justify-content: flex-end;
}

.medicine-item--right .medicine-item__info {
  justify-content: flex-start;
  text-align: left;
  background-position: right;
}

.medicine-item--left {
  justify-content: flex-start;
}

.medicine-item--left .medicine-item__info {
  justify-content: flex-end;
  text-align: right;
  background-position: left;
}

.medicine-title__upper {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #766D66;
}

.medicine-title__main {
  font-family: "Lora", serif;
  font-size: 3.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1.5rem 0;
  word-break: break-all;
}

@media (min-width: 992px) {
  .medicine-item__info {
    width: 90%;
  }
}

.sb-gynecologist-01 {
  padding: 0 0 3rem;
}

.sb-gynecologist-01 .container {
  padding: 13vh 15px 1rem;
  margin-top: -23vh;
  margin-bottom: 5vh;
}

.sb-gynecologist-01__info {
  position: relative;
  padding: 5rem;
  margin: 0 -15px;
  background: #fff;
  z-index: 2;
}

.sb-gynecologist-01__image {
  position: relative;
  text-align: center;
  z-index: 2;
}

.sb-gynecologist-01__image img {
  display: inline-block;
  width: 80%;
  height: auto;
}

.sb-gynecologist-02 {
  padding: 3rem 0;
}

.sb-gynecologist-04 {
  padding: 10rem 0;
}

.sb-gynecologist-04__image {
  position: relative;
}

.sb-gynecologist-04__image img {
  display: block;
  width: 100%;
  height: auto;
}

.sb-gynecologist-04__info {
  width: 100%;
  height: max-content;
  margin: auto 0;
  padding: 3rem;
  background: #EBE2DB;
}

.gynecologist-item {
  margin: 2rem 0;
}

.gynecologist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5rem;
  background: #ECDFCB;
  flex-wrap: wrap;
}

.gynecologist-header__title {
  font-family: "Lora", serif;
  font-size: 2.4rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 1rem 0;
}

.gynecologist-header .btn {
  min-width: 20rem;
  text-align: center;
  cursor: pointer;
}

.gynecologist-header .btn .open {
  display: none;
}

.gynecologist-header .btn.is-active .close {
  display: none;
}

.gynecologist-header .btn.is-active .open {
  display: block;
}

.gynecologist-body {
  max-height: 0;
  padding: 0 5rem;
  overflow: hidden;
  transition: .2s all linear;
}

.gynecologist-body.is-active {
  padding: 5rem;
  max-height: max-content;
}

@media (min-width: 992px) {
  .sb-gynecologist-01__image {
    transform: translateY(15rem);
  }

  .sb-gynecologist-01__border {
    position: absolute;
    top: 0;
    left: 3rem;
    width: calc(100% - 3rem);
    height: 100%;
    border: 1px solid #ECDFCB;
  }

  .sb-gynecologist-04__image img {
    width: 70%;
  }

  .sb-gynecologist-04__border {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    border: 1px solid #ECDFCB;
    z-index: 1;
  }

  .sb-gynecologist-04__info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60%;
    height: max-content;
    margin: auto 0;
    padding: 5rem;
    z-index: 2;
  }
}

.detail-01 {
  padding: 0 0 5rem;
}

.detail-01 .container {
  padding: 13vh 15px 1rem;
  margin-top: -23vh;
  margin-bottom: 10vh;
}

.detail-01__info {
  position: relative;
  padding: 5rem;
  margin: 0 -15px;
  background: #fff;
  z-index: 2;
}

.detail-01__image {
  position: relative;
  text-align: center;
  transform: translateY(15rem);
  z-index: 2;
}

.detail-01__image img {
  display: inline-block;
  width: 80%;
  height: auto;
}

.detail-01-text {
  padding: 0 0 3vmin;
}

.detail-01-text .container {
  padding: 13vh 15px 1rem;
  margin-top: -23vh;
  margin-bottom: 0;
}

.detail-01-text__info {
  position: relative;
  padding: 5rem;
  margin: 0 -15px;
  background: #fff;
  z-index: 2;
}

.detail-01-text__image {
  position: relative;
  text-align: center;
  transform: translateY(15rem);
  z-index: 2;
}

.detail-01-text__image img {
  display: inline-block;
  width: 80%;
  height: auto;
}

.detail-02 .container {
  padding: 5vh 0;
}

.detail-02__box {
  width: 100%;
}

.detail-02__info {
  position: relative;
  display: flex;
  height: 100%;
  padding: 5rem;
  margin: 0 -15px;
  align-content: center;
  flex-wrap: wrap;
  background: #F8F8F8;
  z-index: 2;
}

.detail-02__image {
  margin: 0 -15px;
  height: 100%;
}

.detail-02__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-03 {
  padding: 5rem 0 5rem;
}

@media (min-width: 992px) {
  .detail-01__border {
    position: absolute;
    top: 0;
    left: 3rem;
    width: calc(100% - 3rem);
    height: 100%;
    border: 1px solid #ECDFCB;
  }

  .detail-01-text__border {
    position: absolute;
    top: 0;
    left: 3rem;
    width: calc(100% - 3rem);
    height: 100%;
    border: 1px solid #ECDFCB;
  }

  .detail-02__border {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 95%;
    height: 95%;
    border: 1px solid #ECDFCB;
  }
}

.sb-contact-icons .icon-item {
  margin: 3rem 0;
  text-align: center;
}

.sb-contact-icons .icon-item__desc b {
  font-family: "Lora", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.sb-contact-box {
  margin: 5vmin 0;
}

.sb-contact-box-container {
  position: relative;
  padding: 5rem;
  background: url(../images/drip/sklad-tlo.jpg) no-repeat;
  background-size: auto 100%;
  background-position: left;
}

.sb-contact-box-container::before {
  content: '';
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  border: 1px solid #ECDFCB;
}

.sb-contact-map {
  height: 100%;
  margin: 0 -15px;
}

.sb-contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 70vh;
}

.sb-contact-form {
  height: 100%;
  padding: 5rem;
  margin: 0 -15px;
  background: #F8F8F8;
}

.sb-voucher-01 {
  position: relative;
  transform: translateY(-10vh);
  padding: 0 0 5vmin;
}

.sb-voucher-01__border {
  position: absolute;
  top: -13vh;
  left: 0;
  width: 100%;
  height: calc(30% + 13vh);
  border: 1px solid #ECDFCB;
  z-index: -1;
}

.sb-voucher-info {
  position: relative;
  padding: 5rem;
  margin: 0 -15px;
  background: #F8F8F8;
  z-index: 2;
}

.sb-voucher-info-bg {
  position: relative;
  z-index: -1;
  transform: translate(50px, -100px);
}

.sb-voucher-info-bg img {
  width: 100%;
  height: auto;
}

.sb-voucher-box {
  position: relative;
  padding: 3rem 3rem 3rem;
}

.sb-voucher-box-image {
  width: 100%;
  height: auto;
}

.sb-voucher-box-image-border {
  position: absolute;
  left: 3rem;
  width: calc(100% - 6rem);
  top: 3rem;
  height: calc(100% - 6rem);
  border: 1px solid #ECDFCB;
}

.sb-voucher-box-info {
  position: relative;
  width: 100%;
  padding: 5rem;
  margin: 0;
  background: #F8F8F8;
  z-index: 2;
}

.sb-voucher-box.box-01 {
  display: flex;
  justify-content: flex-start;
}

.sb-voucher-box.box-02 {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  .sb-voucher-info {
    position: relative;
  }

  .sb-voucher-info-image {
    transform: translateY(-70px);
    margin-bottom: -80px;
  }

  .sb-voucher-box-image {
    position: absolute;
    left: 0;
    top: 0;
  }

  .sb-voucher-box-info {
    width: 65%;
  }
}

@media (min-width: 992px) {
  .navbutton {
    display: none;
  }

  .menu-nav {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    min-height: fit-content;
    align-items: center;
    justify-content: center;
  }

  .menu-nav-container {
    text-align: center;
  }

  .menu-nav .menu-item {
    display: inline-block;
  }

  .menu-nav .menu-item-has-children:hover > .sub-menu {
    display: block;
  }

  .menu-nav .menu-item-has-children:hover > .sub-menu a:hover {
    color: #ECDFCB;
  }

  .menu-nav .sub-menu {
    position: absolute;
    min-width: 250px;
    background: #fff;
    border-top: none;
    z-index: 99;
  }

  .title__line {
    margin-left: -2rem;
  }

  .slide {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .slide-image {
    width: 70vw;
  }

  .slide-info {
    position: absolute;
    left: 5vw;
    width: 45vw;
    min-height: 40vh;
  }

  .slide-nav {
    display: flex;
  }

  .about-top__info {
    width: 70%;
  }

  .about-info {
    padding: 5rem;
  }

  .about-flower {
    position: absolute;
    margin: 0;
    bottom: -4rem;
    right: 3rem;
  }

  .about-image {
    margin: -9rem 0 5rem;
  }

  .about-bottom {
    display: flex;
  }

  .massage-image {
    width: 75%;
  }

  .massage-info {
    position: absolute;
    lefT: 0;
    min-width: 40%;
    width: min-content;
  }

  .drip-info {
    position: absolute;
    right: 1.5rem;
    margin: 10rem 0 0;
    min-width: 50%;
    width: min-content;
  }

  .join {
    width: 60rem;
    height: 60rem;
    padding: 3rem;
    margin: -8rem auto;
    border-radius: 100%;
  }

  .join-info {
    border-radius: 100%;
  }

  .waypoint {
    display: block;
  }
}

