/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

body {
  font: 400 16px/30px "Roboto", sans-serif;
}

article {
  margin: 80px 0;
}
@media (max-width: 991px) {
  article {
    margin: 30px 0;
  }
}

.hide {
  text-indent: -999em;
  height: 0;
}

.ov {
  overflow: hidden;
}

.btn {
  position: relative;
  font: 500 14px/28px "Roboto", sans-serif;
  border-radius: 30px;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .btn {
    font-size: 12px;
  }
}
.btn:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}
.btn:hover {
  opacity: 0.8;
}

.btn-big {
  width: 258px;
  height: 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
}
@media (max-width: 991px) {
  .btn-big {
    width: 200px;
    height: 45px;
  }
}

.btn-orange {
  background-color: #b49056;
}

.btn-white {
  background-color: #FFF;
  color: #b49056;
}

.btn.btn-white:after {
  border-top: 2px solid #b49056;
  border-right: 2px solid #b49056;
}

.quick-view {
  display: none;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 99999 !important;
}
.quick-view .qv-ov {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quick-view .qv-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 30px;
}
.quick-view .qv-wrapper .qv-content {
  background-color: #fff;
  max-width: 875px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .quick-view .qv-wrapper .qv-content {
    overflow-y: auto;
    height: 100%;
  }
}
.quick-view .qv-wrapper .qv-content.video {
  padding: 0;
  max-width: 1200px;
  height: 675px;
}
@media (max-width: 767px) {
  .quick-view .qv-wrapper .qv-content.video {
    height: 475px;
  }
}
.quick-view .qv-wrapper .qv-content .qv-video {
  max-width: 1200px;
  height: 100%;
}
.quick-view .qv-wrapper .qv-content .qv-video iframe,
.quick-view .qv-wrapper .qv-content .qv-video video {
  height: 100%;
  width: 100%;
}

.pagination {
  margin-bottom: 30px;
}
.pagination .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 1px solid #b49056;
  border-radius: 100%;
  text-align: center;
  font: 500 14px/28px "Roboto", sans-serif;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #b49056;
}
.pagination .page-numbers:hover {
  color: #ffffff;
  background-color: #b49056;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: none;
}

.home .header {
  min-height: 700px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home .header {
    min-height: 100%;
    height: 450px;
  }
}
@media (max-width: 991px) {
  .home .header {
    height: auto;
  }
}

.header {
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}
.header .header-bg {
  position: absolute;
  height: 100%;
  width: 85%;
  background-color: #b49056;
  border-bottom-right-radius: 150px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header .header-bg {
    width: 100%;
  }
}
.header .header-bg .circle {
  border-radius: 100%;
  position: absolute;
}
.header .header-bg .circle-s {
  width: 189px;
  height: 189px;
  background-color: #f4d000;
  opacity: 0.3;
  left: -30px;
  top: -30px;
}
.header .header-bg .circle-m {
  width: 566px;
  height: 566px;
  background-color: #ffffff;
  opacity: 0.1;
  left: -65px;
  top: 351px;
}
.header .header-bg .circle-l {
  width: 638px;
  height: 638px;
  background-color: #f4d000;
  opacity: 0.3;
  right: 130px;
  top: 85px;
}
.header .contact {
  position: fixed;
  top: 18px;
  margin-left: calc(85% - 218px);
  height: 40px;
  padding: 0 36px;
  border-radius: 30px;
  font: 500 14px/40px "Roboto", sans-serif;
  color: #343434;
  text-align: center;
  background-color: #ffffff;
  margin-top: 24px;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .contact:after {
  display: none;
}
@media (max-width: 991px) {
  .header .contact {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .contact {
    margin-left: calc(85% - 145px);
  }
}
.header .contact.scroll {
  position: fixed;
  top: 3px;
}
.header .header-top {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-top .container {
  display: flex;
  position: relative;
}
.header .header-top a {
  position: relative;
  z-index: 4;
}
.header .header-top a img {
  display: block;
  max-height: 97px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header-top a span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.header .header-top .main-nav {
  margin: 29px 0 0 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .header .header-top .main-nav {
    display: none;
  }
}
.header .header-top .main-nav ul {
  display: flex;
}
.header .header-top .main-nav ul li {
  margin-left: 12px;
  margin-right: 12px;
}
.header .header-top .main-nav ul li a {
  display: block;
  font: 500 16px/1 "Roboto", sans-serif;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
}
.header .header-top .main-nav ul li:first-child {
  margin-left: 0;
}
.header .header-top .main-nav ul li:last-child {
  margin-right: 0;
}
.header .header-top .main-nav ul li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.header .header-top .main-nav ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  border-color: #ffffff transparent;
  border-style: solid;
  border-width: 4px 3px 0px 3px;
  height: 0px;
  width: 0px;
  top: 17px;
  right: -1px;
}
.header .header-top .main-nav ul li ul {
  display: none;
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 8px 22px 0 rgba(136, 60, 9, 0.3);
  background-color: #ffffff;
  z-index: 1;
  padding: 15px 25px;
  min-width: 210px;
}
.header .header-top .main-nav ul li ul li {
  margin: 0;
}
.header .header-top .main-nav ul li ul li a {
  font: 400 14px/36px "Roboto", sans-serif;
  color: #343434;
  padding: 0;
  transition: color 0.3s ease-in-out;
}
.header .header-top .main-nav ul li ul li a:hover {
  color: #b49056;
}
.header .header-top.scroll {
  padding: 0;
  background: #b49056;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.header .header-top.scroll a img {
  transform: scale(0.8);
  transform-origin: center;
}
.header .header-title {
  position: relative;
  margin-top: 164px;
  padding-bottom: 48px;
}
.header .header-title h1 {
  font: bold 48px/75px "Roboto Condensed", sans-serif;
  color: #ffffff;
  letter-spacing: -0.48px;
}
.header .header-content {
  position: relative;
  margin-top: 145px;
  z-index: 1;
}
.header .header-content > div > div {
  width: 50%;
  color: #ffffff;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .header .header-content > div > div {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .header .header-content > div > div {
    width: 100%;
  }
}
.header .header-content > div > div strong {
  display: block;
  font: bold 72px/75px "Roboto Condensed", sans-serif;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .header .header-content > div > div strong {
    font: bold 45px/48px "Roboto Condensed", sans-serif;
    margin-bottom: 15px;
  }
}
.header .header-content > div > div p {
  font: 400 21px/30px "Roboto", sans-serif;
}
@media (max-width: 1199px) {
  .header .header-content > div > div p {
    font: 400 15px/21px "Roboto", sans-serif;
  }
}
.header .header-content > div > div a {
  position: relative;
  display: block;
  font: 500 14px/28px "Roboto", sans-serif;
  border-radius: 30px;
  width: 258px;
  height: 60px;
  background-color: #343434;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 0 0 30px;
  margin-top: 70px;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .header-content > div > div a {
    width: 220px;
    height: 40px;
    font: 500 12px/28px "Roboto", sans-serif;
    margin-top: 30px;
  }
}
.header .header-content > div > div a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  background-color: #343434;
  position: absolute;
  right: 30px;
}
.header .header-content > div > div a:hover {
  opacity: 0.8;
}
.header figure {
  position: absolute;
  top: 0;
  height: 100%;
  margin-left: calc(85% - 640px);
}
@media (max-width: 1199px) {
  .header figure {
    margin-left: calc(85% - 460px);
  }
}
@media (max-width: 991px) {
  .header figure {
    display: none;
  }
}
.header figure img {
  display: block;
  height: 100%;
  width: auto;
}
.header .header-mobile {
  display: none;
}
@media (max-width: 991px) {
  .header .header-mobile {
    display: block;
  }
}
.header .header-mobile .mobile-icon {
  position: absolute;
  top: 37px;
  right: 10px;
  width: 30px;
  height: 23px;
  z-index: 6;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  .header .header-mobile .mobile-icon {
    display: block;
  }
}
.header .header-mobile .mobile-icon.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header .header-mobile .mobile-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header .header-mobile .mobile-icon.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.header .header-mobile .mobile-icon span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .header-mobile .mobile-icon span:nth-child(1) {
  top: 0px;
}
.header .header-mobile .mobile-icon span:nth-child(2) {
  top: 10px;
}
.header .header-mobile .mobile-icon span:nth-child(3) {
  top: 20px;
}
.header .header-mobile .mobile-nav {
  position: fixed;
  top: 0;
  right: -1000px;
  width: 100%;
  height: 100%;
  background-color: #b49056;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.header .header-mobile .mobile-nav a {
  color: #ffffff;
  font: 500 18px/45px "Roboto", sans-serif;
}
.header .header-mobile .mobile-nav .sub-menu {
  margin-left: 30px;
}
.header .header-mobile .mobile-nav.show {
  right: 0;
}
.header .social-media {
  position: fixed;
  top: 53px;
  margin-left: calc(85% - 68px);
  display: flex;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .header .social-media {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .social-media {
    top: 60px;
    margin-left: calc(85% - 100px);
  }
}
.header .social-media a {
  display: block;
  margin-right: 10px;
}
.header .social-media a:last-child {
  margin-right: 0;
}
.header .social-media a img {
  display: block;
  max-width: 15px;
  width: 100%;
}
.header .social-media.scroll {
  top: 40px;
}

.article {
  position: relative;
  padding: 0 150px;
}
.article > div {
  /* width: 50%; */
  /* margin-bottom: 50px; */
}
@media (max-width: 991px) {
  .article > div {
    width: 100%;
  }
}
.article h2 {
  font: 500 14px/28px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #b49056;
  margin-bottom: 15px;
}
.article h3 {
  font: bold 36px/40px "Roboto Condensed", sans-serif;
  margin-bottom: 30px;
  color: #343434;
}
.article a {
  margin-top: 30px;
}
.article.grey {
  background-color: #eff0f5;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}
@media (max-width: 991px) {
  .article.grey {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
.article.grey p strong {
  color: #343434;
  font: bold 16px/35px "Roboto Condensed", sans-serif;
  /* margin: 20px 0 0; */
}
.article.black p strong {
  color: #ffffff;
}
.article.grey,
.article.black {
  max-width: 1390px;
  padding: 100px 140px 87px;
}
@media only screen and (max-width: 1430px) {
  .article.grey,
  .article.black {
    max-width: calc(100% - 30px);
    margin: 0 15px 80px 15px;
    padding: 80px 100px;
  }
}
.article p strong {
  /* display: inline-block; */
  font: bold 36px/30px "Roboto Condensed", sans-serif;
  /* margin-bottom: 50px; */
}
.article img {
/*   position: absolute; */
  bottom: 0;
}

.company-row {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .company-row {
    margin-bottom: 30px;
  }
}
.company-row .container {
  display: flex;
}
@media (max-width: 991px) {
  .company-row .container {
    display: block;
  }
}
.company-row .video {
  position: relative;
  margin-top: -52px;
  min-height: 237px;
  max-width: 356px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 991px) {
  .company-row .video {
    margin: 30px auto;
  }
}
.company-row .video:after {
  content: "";
  background: #343434;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.company-row .video:hover:after {
  opacity: 0.3;
}
.company-row .video .play-icon {
  position: relative;
  z-index: 1;
}
.company-row .contact-us {
  display: flex;
  font: 400 18px/24px "Roboto", sans-serif;
  color: #343434;
}
@media (max-width: 1199px) {
  .company-row .contact-us {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .company-row .contact-us {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .company-row .contact-us {
    display: block;
  }
}
.company-row .contact-us address {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .company-row .contact-us address {
    margin-bottom: 30px;
  }
}
.company-row .contact-us address img {
  margin: 0 25px 0 96px;
}
.company-row .contact-us .details {
  display: flex;
  align-items: center;
}
.company-row .contact-us .details img {
  margin: 0 25px 0 106px;
}
.company-row .contact-us .details a {
  display: block;
}
.company-row .contact-us .details a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .company-row .contact-us img {
    margin: 0 25px !important;
  }
}

.offer {
  margin-bottom: 200px;
}
.offer .container {
  max-width: 100%;
  width: 100%;
}
.offer.article {
  padding: 0;
  text-align: center;
}
.offer.article strong {
  color: #343434;
}
.offer .offer-category__content {
  display: flex;
  justify-content: center;
}
.offer
  .offer-category__content
  .row
  .col-lg-4:nth-child(1)
  .offer-category__content--item {
  max-width: 320px;
}
.offer
  .offer-category__content
  .row
  .col-lg-4:nth-child(1)
  .offer-category__content--item
  h3:before {
  background: url("../images/mask.svg") no-repeat center;
}
.offer
  .offer-category__content
  .row
  .col-lg-4:nth-child(2)
  .offer-category__content--item
  h3:before {
  background: url("../images/stationary-bike.svg") no-repeat center;
}
.offer
  .offer-category__content
  .row
  .col-lg-4:nth-child(3)
  .offer-category__content--item
  h3:before {
  background: url("../images/herbal.svg") no-repeat center;
}
.offer .offer-category__content .offer-category__content--item {
  max-width: 320px;
  margin: 0 auto;
}
.offer .offer-category__content .offer-category__content--item h3 {
  position: relative;
  font: 500 18px/30px "Roboto", sans-serif;
  color: #b49056;
  margin: 26px 0 20px 0;
  padding-top: 126px;
}
.offer .offer-category__content .offer-category__content--item h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.offer .offer-category__content .offer-category__content--item .text {
  margin-bottom: 50px;
  min-height: 120px;
}
.offer .offer-category__content .offer-category__content--item a {
  font: 500 14px/28px "Roboto", sans-serif;
  color: #343434;
  border: 2px solid #343434;
  padding: 6px 25px;
  border-radius: 30px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.offer .offer-category__content .offer-category__content--item a:hover {
  background-color: #343434;
  color: #ffffff;
}

.offer-category {
  margin-top: 100px;
}
.offer-category .offer-item {
  margin-bottom: 213px;
  padding: 83px 125px;
}
@media (max-width: 991px) {
  .offer-category .offer-item {
    margin-bottom: 30px;
    padding: 80px 30px 30px;
  }
}
.offer-category .offer-item > div {
  margin: 0 -15px;
  width: auto;
}
.offer-category .offer-item .offer-item_text {
  color: #343434;
  padding-top: 40px;
}
.offer-category .offer-item .offer-item_text h2 {
  font: bold 36px/43px "Roboto Condensed", sans-serif;
  margin-bottom: 50px;
  color: #343434;
}
.offer-category .offer-item .offer-item_text a {
  margin-top: 30px;
}
.offer-category .offer-item .offer-item_text > div {
  font: 400 16px/30px "Roboto", sans-serif;
}
.offer-category .offer-item .offer-item_text > div strong {
  font: bold 16px/35px "Roboto Condensed", sans-serif;
  /* margin: 20px 0 0; */
}
.offer-category .offer-item .offer-item_text > div ul {
  column-count: 2;
}
.offer-category .offer-item .offer-item_text > div ul li {
  position: relative;
  font: 400 16px/35px "Roboto", sans-serif;
  padding-left: 20px;
}
.offer-category .offer-item .offer-item_text > div ul li:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 1000px;
  background-color: #b49056;
  position: absolute;
  left: 0;
  top: 16px;
}
.offer-category .offer-item .offer-item_gallery {
  position: absolute;
  padding-left: 65px;
}
@media (max-width: 991px) {
  .offer-category .offer-item .offer-item_gallery {
    position: relative;
    padding: 0;
    margin-top: 30px;
  }
}
.offer-category .offer-item .offer-item_gallery figure {
  margin-bottom: 30px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  overflow: hidden;
  box-shadow: 19px 0 25px 0 rgba(0, 0, 0, 0.05);
}
.offer-category .offer-item .offer-item_gallery figure img {
  display: block;
  width: 100%;
  height: auto;
  position: static;
}

.reviews {
  position: relative;
  min-height: 700px;
  margin-bottom: 43px;
}
.reviews .review-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .reviews {
    min-height: 430px;
  }
}
.reviews:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 85%;
  border-bottom-right-radius: 150px;
  background-color: #b49056;
}
@media (max-width: 991px) {
  .reviews:after {
    width: 100%;
  }
}
.reviews .reviews-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  background-position-x: 150px !important;
  background-size: contain !important;
}
@media (max-width: 991px) {
  .reviews .reviews-content {
    background: none !important;
  }
}
.reviews .reviews-content .text {
  margin-bottom: 0;
}
.reviews .reviews-content .review.article {
  padding: 0;
  margin: 100px 0 0;
  float: right;
  max-width: 625px;
  width: 100%;
}
@media (max-width: 991px) {
  .reviews .reviews-content .review.article {
    float: none;
    margin: 30px 0;
  }
}
.reviews .reviews-content .review strong {
  color: #ffffff;
}
.reviews .wp-facebook-text,
.reviews .wp-facebook-name {
  color: #ffffff !important;
  font: 400 16px/30px "Roboto", sans-serif !important;
}
.reviews .wp-facebook-content-inner a {
  display: none !important;
}
.reviews .wp-facebook-review {
  position: relative !important;
  margin: 0 !important;
  min-height: 200px !important;
}
.reviews .wp-facebook-review .wp-facebook-left {
  position: absolute !important;
  bottom: 0 !important;
}
.reviews .wp-facebook-review .wp-facebook-left img {
  position: absolute !important;
  bottom: 0 !important;
  height: 80px !important;
  width: 80px !important;
}
.reviews .wp-facebook-review .wp-facebook-right {
  position: absolute !important;
  min-height: 200px !important;
  width: 100% !important;
}
.reviews .wp-facebook-review .wp-facebook-right .wp-facebook-name {
  position: absolute !important;
  bottom: 25px !important;
  left: 120px !important;
}
.reviews .wp-facebook-review .wp-facebook-right .wp-facebook-text {
  position: absolute !important;
  font-style: italic;
}

.wp-facebook-place,
.wp-facebook-time,
.wp-facebook-stars {
  display: none !important;
}

.reviews-single-page .wp-facebook-review {
  position: relative !important;
  margin-bottom: 124px !important;
  background-color: #eff0f5 !important;
  border-top-left-radius: 150px !important;
  border-bottom-right-radius: 150px !important;
  max-width: 1390px !important;
  padding: 100px 140px 87px !important;
  font: 400 16px/30px "Roboto", sans-serif !important;
}
@media (max-width: 991px) {
  .reviews-single-page .wp-facebook-review {
    padding: 80px 30px 30px !important;
    max-width: calc(100% - 30px) !important;
    margin: 0 15px 80px 15px !important;
    border-top-left-radius: 80px !important;
    border-bottom-right-radius: 80px !important;
  }
}
.reviews-single-page .wp-facebook-review:after {
  content: "";
  background: url("../images/quote.svg") center/cover no-repeat;
  position: absolute;
  right: 90px;
  top: -30px;
  height: 80px;
  width: 80px;
}
.reviews-single-page .wp-facebook-review img {
  height: 80px !important;
  width: 80px !important;
}
.reviews-single-page .wp-facebook-url {
  text-indent: -999em !important;
  position: relative !important;
}
.reviews-single-page .wp-facebook-url::after {
  content: "Czytaj Czytaj dalej";
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-indent: 999em;
  font: 700 16px/30px "Roboto", sans-serif !important;
  color: #343434;
  cursor: pointer;
}

.reviews-wrapper .review {
  position: relative;
  margin-bottom: 124px;
}
.reviews-wrapper .review img {
  position: relative;
}
.reviews-wrapper .review .author {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.reviews-wrapper .review .author .image {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.reviews-wrapper .review .author .name {
  font: 700 24px/30px "Roboto", sans-serif;
  color: #343434;
}
.reviews-wrapper .review blockquote {
  font: 400 16px/30px "Roboto", sans-serif;
  font-style: italic;
}

.gift {
  position: relative;
  margin: 187px 0 212px 0;
}
.gift .gift-card {
  position: absolute;
  top: 0;
  /* right: 200px; */
  right: 0;
  width: 449px;
  height: 563px;
  border-radius: 20px;
  box-shadow: 19px 0 25px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(17deg);
  background-color: #ffffff;
}
.gift .gift-card img {
  top: 70px;
  bottom: auto;
  max-height: 267px;
}
.gift .gift-card span {
  position: absolute;
  top: 350px;
  font: bold 26px/30px "Roboto Condensed", sans-serif;
  color: #343434;
  text-transform: uppercase;
}
.gift .gift-card strong {
  position: absolute;
  font: bold 36px/36px "Roboto Condensed", sans-serif;
  top: 440px;
  color: #343434;
  text-transform: uppercase;
  text-align: center;
}
.gift-card-img {
  position: relative;
}
.gift-card-img img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .gift-card-img {
    margin-left: 0;
  }
  .gift-card-img img {
    position: relative;
    margin: 30px auto 0 auto;
    max-width: 600px;
  }
}
@media only screen and (max-width: 1230px) {
  .gift .gift-card strong {
    font: bold 30px/30px "Roboto Condensed", sans-serif;
  }
}
@media (max-width: 991px) {
  .gift .gift-card {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  .gift .gift-card {
    right: 100px;
    width: 399px;
    height: 513px;
  }
}
.gift.article > div.ov {
  width: 40%;
}
@media (max-width: 991px) {
  .gift.article > div.ov {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .gift a {
    margin: 0 auto;
  }
}
.gift ul li {
  position: relative;
  font: 400 16px/35px "Roboto", sans-serif;
  padding-left: 20px;
}
.gift ul li:before {
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 1000px;
  background-color: #b49056;
  position: absolute;
  left: 0;
  top: 16px;
}
@media (max-width: 991px) {
  .gift.article {
    padding: 80px 30px 30px;
    margin: 30px 15px;
  }
}

.about-us-home.article {
  padding-bottom: 87px;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .about-us-home.article {
    padding: 80px 30px 0 30px;
  }
}
@media (max-width: 991px) {
  .about-us-home figure {
    position: relative;
    bottom: 0;
  }
}
.about-us-home figure img {
  margin-left: calc(100% - 629px);
}
@media (max-width: 1199px) {
  .about-us-home figure img {
    margin-left: calc(100% - 529px);
  }
}
@media (max-width: 991px) {
  .about-us-home figure img {
    display: block;
    position: relative;
    max-height: 400px;
    width: auto;
    margin: 30px auto 0 auto;
  }
}

.about-us {
  margin-top: 198px;
}
.about-us .about-us-item {
  position: relative;
  background-color: #eff0f5;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  min-height: 299px;
  margin-bottom: 173px;
  display: flex;
  align-items: center;
}
.about-us .col-lg-6:first-child {
  max-width: 100%;
  flex: 0 0 100%;
}
.about-us .col-lg-6:first-child .about-us-item {
  width: 50%;
}
@media (max-width: 991px) {
  .about-us .col-lg-6:first-child .about-us-item {
    width: 100%;
  }
}
.about-us .about-us-item .about-us-item__text {
  font: 400 16px/30px "Roboto", sans-serif;
  color: #343434;
  width: 50%;
  padding-left: 37px;
}
.about-us .about-us-item .about-us-item__text strong {
  font: bold 36px/40px "Roboto Condensed", sans-serif;
}
.about-us .about-us-item img {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
}
.about-us
  .container
  .row
  .col-lg-6:first-child
  .about-us-item
  .about-us-item__text
  img {
  max-height: 350px;
  height: auto;
  width: auto;
  right: 75px;
}

.price-list {
  margin: 100px 0;
}
.price-list h2 {
  font: bold 36px/30px "Roboto Condensed", sans-serif;
  color: #343434;
  margin-bottom: 70px;
  text-align: center;
}
.price-list a {
  margin: 0 auto;
}
.price-list .st-item {
  padding: 10px 15px;
  background-color: #eff0f5;
  font: 400 14px/30px "Roboto", sans-serif;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price-list .excerpt {
  display: flex;
  align-items: center;
  background-color: #e3e4e9;
  font: 400 14px/20px "Roboto", sans-serif;
  color: #343434;
  padding: 20px 40px;
  border-bottom-right-radius: 30px;
  min-height: 100px;
}
.price-list .cyclical-treatments .cyclical-treatments__content {
  margin-bottom: 90px;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item {
  margin-bottom: 50px;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item
  h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: bold 20px/30px "Roboto Condensed", sans-serif;
  color: #ffffff;
  background-color: #b49056;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 23px 30px;
  margin-bottom: 10px;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item
  h3
  span {
  font: bold 40px/30px "Roboto Condensed", sans-serif;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item
  .price-table {
  margin-bottom: 10px;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item
  .price-table
  th {
  background-color: #080808;
  font: 700 12px/30px "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item
  .price-table
  th:last-child {
  border-top-right-radius: 30px;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item
  .price-table
  tr {
  border-bottom: 1px solid #e3e4e9;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item
  .price-table
  td {
  font: 400 12px/12px "Roboto", sans-serif;
  color: #343434;
  padding: 20px 0;
  background-color: #eff0f5;
  text-align: center;
  vertical-align: middle;
}
.price-list
  .cyclical-treatments
  .cyclical-treatments__content
  .cyclical-treatments__content--item
  .price-table
  td:last-child {
  width: 150px !important;
}
.price-list .single-treatments {
  color: #343434;
}
.price-list .single-treatments .single-treatments__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.price-list
  .single-treatments
  .single-treatments__item
  .single-treatments__item--name {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
  width: 284px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px;
}
.price-list
  .single-treatments
  .single-treatments__item
  .single-treatments__item--time {
  font-weight: 700;
  color: #ffffff;
  background-color: #b49056;
}
.price-list .single-treatments .excerpt {
  text-align: center;
  justify-content: center;
}
.price-list .single-treatments .excerpt strong {
  font-weight: 700;
}
.price-list .single-treatments .excerpt.diet {
  margin: 50px 0 10px 0;
}
.price-list .supplements .supplements__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.price-list .supplements .supplements__item .st-item {
  width: 100%;
}
.price-list .supplements .supplements__item .supplements__item--name {
  margin-right: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
}
.price-list .supplements .supplements__item .supplements__item--price {
  background-color: #b49056;
  font-weight: 700;
  color: #ffffff;
}

.results {
  margin-bottom: 100px;
}
.results .results-content__text {
  color: #343434;
  margin-bottom: 30px;
  text-align: center;
}
.results .results-content__text h2 {
  font: bold 36px/30px "Roboto Condensed", sans-serif;
  margin-bottom: 50px;
}
.results .results-content__item {
  margin-bottom: 30px;
}
.results .results-content__item span {
  display: block;
  font: bold 18px/30px "Roboto Condensed", sans-serif;
  color: #343434;
  text-align: center;
  margin: 30px 0;
}
.results .results-content__item .results-content__item--image {
  display: flex;
}
.results .results-content__item .results-content__item--image figure {
  overflow: hidden;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 50%;
}
.results
  .results-content__item
  .results-content__item--image
  figure:first-child {
  margin-right: 30px;
}
.results .results-content__item .results-content__item--image figure img {
  display: block;
  width: 100%;
  height: auto;
}

.target {
  text-align: center;
  color: #343434;
  margin-bottom: 60px;
}
.target h2 {
  font: bold 36px/30px "Roboto Condensed", sans-serif;
}
.target .target-content__text {
  margin: 50px 0 106px 0;
}
.target .target-content__items strong {
  display: block;
  font-weight: 700;
  padding: 0 30px;
  margin-bottom: 20px;
}
.target .target-content__items .target-content__items--item {
  margin-bottom: 100px;
}
.target .row {
  justify-content: center;
}

.contact {
  margin: 100px 0 43px 0;
}
.contact h2 {
  font: bold 36px/1 "Roboto Condensed", sans-serif;
  margin-bottom: 52px;
  color: #343434;
}
.contact .contact-form div {
  position: relative;
}
.contact .contact-form div.acceptance {
  margin: 20px 0 40px 0;
}
.contact .contact-form div.acceptance label {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 0 0 29px;
  pointer-events: auto;
}
.contact .contact-form div.acceptance a {
  color: #b49056;
}
.contact .contact-form div.acceptance a:hover {
  text-decoration: underline;
}
.contact .contact-form label {
  position: absolute;
  top: 16px;
  left: 17px;
  font: 400 14px/28px "Roboto", sans-serif;
  color: #343434;
  padding: 0 10px;
  z-index: 1;
  pointer-events: none;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.contact .contact-form label.first-label,
.contact .contact-form label.second-label {
  left: 32px;
}
.contact .contact-form label.active {
  font: 400 12px/28px "Roboto", sans-serif;
  color: #5b5b5b;
  top: -13px;
}
.contact .contact-form input,
.contact .contact-form textarea {
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(230, 236, 251, 0.16);
  border: solid 1px #dae1e1;
  font: 400 14px/28px "Roboto", sans-serif;
  color: #343434;
  padding: 15px 26px;
  width: 100%;
  margin-bottom: 30px;
  -webkit-appearance: none;
}
.contact .contact-form input:focus,
.contact .contact-form textarea:focus {
  outline: none;
}
.contact .contact-form textarea {
  height: 170px;
  resize: none;
  margin-bottom: 0;
}
.contact .contact-form input[type="checkbox"] {
  display: none;
}
.contact .contact-form input[type="checkbox"] + span:before {
  content: "";
  width: 30px;
  height: 30px;
  cursor: pointer;
  float: left;
  outline: 1px solid #dae1e1;
  position: absolute;
  left: -16px;
}
.contact .contact-form input[type="checkbox"]:checked + span:before {
  content: "";
  background-color: #b49056;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 7px solid #ffffff;
  outline: 1px solid #dae1e1;
}
.contact .contact-form .wpcf7-submit {
  font: 500 14px/28px "Roboto", sans-serif;
  color: #ffffff;
  border: none;
  padding: 0 0 0 30px;
  cursor: pointer;
  margin: 0;
}
.contact .contact-form .submit {
  max-width: 258px;
}
.contact .contact-form .submit:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 28px;
}
.contact .contact-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  font: 400 14px/28px "Roboto", sans-serif;
}
.contact .contact-form .wpcf7-not-valid-tip {
  position: absolute;
  top: -38px;
  right: 0;
  font: 400 12px/1 "Roboto", sans-serif;
}
.contact .contact-details {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .contact .contact-details {
    padding-left: 100px;
    margin-top: 0px;
  }
}
.contact .contact-details p {
  font: 400 16px/32px "Roboto", sans-serif;
}
.contact .contact-details a {
  color: #b49056;
}
.contact .contact-details strong {
  font-weight: 700;
}

#google-map {
  min-height: 671px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  #google-map {
    min-height: 300px;
  }
}

@media only screen and (max-width: 540px) {
  .footer .footer-nav {
    display: none;
  }
}
.footer .footer-nav ul {
  display: flex;
}
@media (max-width: 991px) {
  .footer .footer-nav ul {
    justify-content: center;
  }
}
.footer .footer-nav ul li {
  margin-right: 47px;
}
@media (max-width: 1199px) {
  .footer .footer-nav ul li {
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  .footer .footer-nav ul li {
    margin-right: 16px;
  }
}
.footer .footer-nav ul li:last-child {
  margin-right: 0;
}
.footer .footer-nav ul li a {
  font: 500 14px/28px "Roboto", sans-serif;
  color: #343434;
}
.footer .footer-nav ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer .footer-nav ul li a {
    font-size: 13px;
  }
}
.footer .phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer .phone {
    justify-content: center;
    margin: 18px 0;
  }
}
.footer .phone img {
  margin-right: 20px;
}
.footer .phone a {
  position: relative;
  font: 500 21px/28px "Roboto", sans-serif;
  color: #343434;
}
.footer .phone a small {
  font: 500 14px/28px "Roboto", sans-serif;
  padding-right: 10px;
}
.footer .phone a:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #343434;
  transition: width 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 6px;
}
.footer .phone a:hover:after {
  width: 100%;
}
.footer .copyright {
  font: 14px/30px "Roboto", sans-serif;
  color: #343434;
  margin-bottom: 34px;
}
@media (max-width: 991px) {
  .footer .copyright {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer hr {
  background: #efefef;
  border: none;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 991px) {
  .footer hr {
    margin: 10px 0;
  }
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer .bottom {
    display: block;
  }
}
.footer .bottom span {
  font: 500 12px/30px "Roboto", sans-serif;
  color: #343434;
}
@media (max-width: 991px) {
  .footer .bottom span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer .bottom a {
  display: inline-block;
}
.footer .bottom a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer .bottom .social-media {
    text-align: center;
  }
}
.footer .bottom .social-media .facebook {
  margin-right: 34px;
}
@media (max-width: 991px) {
  .footer .bottom .social-media .facebook {
    margin-right: 15px;
  }
}

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