@charset "UTF-8";
/* CSS Document */
.container-fluid div[class^="col"] {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid div[class^="row"] {
  padding-left: 0px;
  padding-right: 0px;
}
html,
body {
  overflow-x: hidden;
}
.main_wrap,
.navbar {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
}
.main {
  overflow-x: hidden;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #101010;
  z-index: 999999;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
}
.showload {
  opacity: 1;
}
.fade-in-out {
  animation: fadeIn 5s;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    animation-timing-function: ease-in;
    transform: rotate(0deg);
  }
  100% {
    animation-timing-function: ease-out;
    transform: rotate(359deg);
  }
}
.slash_spin {
  animation: spin 2s linear infinite;
}
body {
  margin: 0;
  padding: 0;
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  background: #F7F7F7;
  color: #131D34;
  font-size: 20px;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-kerning: normal;
}
b,
strong {
  font-weight: bold;
}
.footer {
  background: #fff;
  font-size: 21px;
  line-height: 1.4em;
  padding: 6vh 0px 10vh 0px;
}
.footer .footer_row {
  display: flex;
  justify-content: space-between;
}
.footer .footer_row .footer_company {
  flex: 1;
  padding-right: 20px;
}
.footer .logo_footer {
  margin-bottom: 40px;
  width: 280px;
  height: auto;
}
.footer h4 {
  margin-bottom: 26px;
  color: #131D34;
}
.footer a {
  color: #131D34;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  text-decoration: none;
  color: #C7C2BE;
}
.footer .social {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 160px;
}
.footer .social a {
  display: inline-block;
  margin-left: 20px;
}
.footer .social a:hover {
  opacity: 0.6;
}
.footer .footer_bottom {
  margin-top: 15vh;
}
.footer .footer_nav {
  text-transform: uppercase;
  font-size: 13px;
}
.footer .footer_nav a {
  padding-bottom: 2px;
}
.footer .footer_nav a:hover {
  border-bottom: 1px solid #C7C2BE;
}
.footer .menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer .mojo-button {
  background: none;
  padding: 0px;
  border: none;
}
.footer .mojo-button:hover {
  border-bottom: 1px solid #C7C2BE;
}
.footer .newsletter_form {
  font-size: 20px;
  line-height: 1.3em;
}
.footer .newsletter_form input[type=text] {
  border: none;
  border-bottom: 0.5px solid #131D34;
  margin-bottom: 10px;
  width: 80%;
}
.footer .newsletter_form input[type=email] {
  border: none;
  border-bottom: 0.5px solid #131D34;
  margin-bottom: 10px;
  width: 80%;
  padding: 5px 10px;
}
.footer .newsletter_form input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
}
.footer .newsletter_form .checkbox_text {
  font-size: 16px;
  line-height: 1.3em;
  padding-bottom: 20px;
}
.footer .newsletter_form .spro-button {
  cursor: pointer;
  background-color: #C7C2BE !important;
  color: white;
  padding: 5px 10px !important;
  border: none;
  font-size: 20px !important;
}
.footer_bottom {
  font-size: 16px;
  border-top: 0.5px solid #F7F7F7;
  padding: 20px 0px;
  background: #F7F7F7;
  color: #131D34;
}
.footer_bottom .footer_search input[type=text] {
  border: none;
  border-bottom: 0.5px solid #131D34;
  border-radius: 0px;
  background: transparent url('../images/search_icon.svg') no-repeat center right;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  width: 200px;
}
.footer_bottom .footer_2_content {
  display: flex;
  justify-content: space-between;
}
.footer_bottom .footer_2_content .credits {
  opacity: 0.3;
}
.footer_bottom .footer_2_content a {
  color: #131D34;
  text-decoration: none;
}
.footer_bottom .footer_2_content a:hover {
  opacity: 0.6;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
  padding: 32px 30px;
  border-radius: 30px;
  text-align: center;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  border-radius: 30px;
}
.cli-style-v2 .cli-bar-message {
  text-align: center;
}
.cli-style-v2 .cli-bar-message .cookie_heading {
  text-transform: uppercase;
  font-size: 18px;
}
h1 {
  font-weight: 700;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 26px;
}
.has-scroll-smooth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navbar {
  background: #fff;
  padding-left: 20px;
  padding-right: 140px;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.navbar .user {
  margin-right: 10px;
}
.navbar .user_link {
  text-decoration: none;
  color: #101010;
  text-transform: uppercase;
  font-size: 16px;
}
.home .navbar {
  background: transparent;
}
.navbar_bg {
  background: #fff !important;
}
.home .navbar_hide {
  background: transparent;
}
.home .white {
  color: #fff !important;
}
.home .white path {
  fill: #fff;
}
.home .white.logo {
  opacity: 0;
}
.simple_page_body {
  padding-top: 100px;
}
.white_btn {
  font-family: "tt-commons-pro", sans-serif;
  color: #fff;
  border: #fff 2px solid;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.4s ease;
}
.white_btn:hover {
  color: #101010;
  background: #fff;
}
.white_full_btn {
  font-family: "tt-commons-pro", sans-serif;
  color: #101010;
  background: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.4s ease;
}
.white_full_btn:hover {
  color: #101010;
  background: #fff;
}
.gold_btn {
  font-family: "tt-commons-pro", sans-serif;
  color: #fff;
  background: #C7C2BE;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.4s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}
.gold_btn:hover {
  color: #fff;
  background: #101010;
}
.gold_outline_btn {
  font-family: "tt-commons-pro", sans-serif;
  color: #C7C2BE;
  border: #C7C2BE 2px solid;
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.4s ease;
}
.gold_outline_btn:hover {
  color: #fff;
  background: #C7C2BE;
}
.navbar-brand-new {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}
.navbar-brand-new .logo {
  margin: 12px;
  padding: 0px;
  width: 95px;
  height: auto;
}
.navbar-brand-new .logo path {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.masthead_new {
  display: block;
  height: inherit;
  color: #fff;
  height: 70vh;
}
.masthead_new .image_wrap {
  height: 70vh;
  padding: 0;
  background: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.masthead_new .image_wrap .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}
.masthead_home {
  display: block;
  height: inherit;
  color: #fff;
  height: 100vh;
}
.masthead_home .image_wrap {
  height: 100vh;
  padding: 0;
  background: #101010;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.masthead_home .image_wrap .logo_big {
  position: relative;
  z-index: 1;
}
.masthead_home .image_wrap .white_btn {
  position: absolute;
  bottom: 10vh;
  z-index: 1;
}
.masthead_home .image_wrap .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  opacity: 0.8;
}
.masthead_slides {
  background: #987;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.masthead_slides .slide {
  background: #678;
  width: 100%;
  height: 100vh;
  position: relative;
}
.masthead_slides .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.side_menu {
  position: absolute;
  right: 33px;
  top: 33px;
  z-index: 100;
  cursor: pointer;
}
.side_menu .hamburger {
  padding: 20px 15px 10px 15px;
  background: #fff;
  border-radius: 60px;
}
.side_menu .hamburger .hamburger-inner,
.side_menu .hamburger .hamburger-inner::before,
.side_menu .hamburger .hamburger-inner::after {
  background-color: #101010;
}
.side_menu .hamburger.is-active {
  background: #2e2e2e;
}
.side_menu .hamburger.is-active .hamburger-inner,
.side_menu .hamburger.is-active .hamburger-inner::before,
.side_menu .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
}
.mm-menu_offcanvas {
  width: 40%;
  min-width: 140px;
  max-width: 100%;
  z-index: -1;
}
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: #fff;
}
.mm-listitem,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before,
.mm-listitem:after,
.mm-listview {
  border-color: rgba(255, 255, 255, 0.5);
}
.mm-panels {
  font-family: adobe-caslon-pro, serif;
  background: #fff;
  border-color: inherit;
  color: #2e2e2e;
  -webkit-box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  font-size: 25px;
  line-height: 1.5em;
}
.mm-panels #menu_close_wrap {
  padding-left: 8px;
}
.mm-panels #menu_close_wrap span {
  cursor: pointer;
}
.mm-panels .menu_close {
  background: url('../images/close_menu.svg') no-repeat center;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  right: 27px;
  top: 22px;
  width: 38px;
  height: 38px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 1;
}
.mm-panels .rotate {
  transform: rotate(45deg);
  opacity: 0;
}
.mm-panels .mm-navbar {
  background: #fff;
  border-bottom: none;
  border-color: inherit;
  text-align: left;
  line-height: 20px;
  height: 80px;
  padding: 27px 0px 10px 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-panels .mm-navbar a {
  color: #2e2e2e !important;
}
.mm-panels .mm-listview > li {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  overflow: hidden;
  height: 55px;
  margin: 0px 0px;
  position: relative;
  z-index: 1;
}
.mm-panels .mm-listview > li a {
  color: #2e2e2e;
  display: inline-block;
  padding: 20px 28px;
  margin-top: 55px;
  opacity: 0;
  height: 65px;
}
.mm-panels .mm-listview > li a:hover,
.mm-panels .mm-listview > li a:focus {
  color: #101010;
  opacity: 0.7;
  background: none;
}
.mm-panels .mm-listview > li.active a {
  color: #101010;
  opacity: 0.6 !important;
}
.mm-panels .mm-listview > li.ani a {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  margin-top: 0px;
  opacity: 1;
}
.mm-panels .mm-listview > li.ani a:hover,
.mm-panels .mm-listview > li.ani a:focus {
  opacity: 0.6;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.mm-panels .mm-listview > li.mm-listitem_selected a {
  opacity: 0.6;
}
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected > span {
  background: none;
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: #ffffff;
}
.mm-menu.mm-theme-dark .mm-prev:before {
  top: 20px !important;
}
.mm-btn {
  top: 30px;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #fff !important;
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #C7C2BE !important;
}
.mm-menu .mm-prev:before {
  top: 20px !important;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 7vh;
}
.mm-listitem:after {
  border: none;
}
.vertical-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vertical-bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.page-template-page-news-insights .c-scrollbar,
.single .c-scrollbar,
.archive .c-scrollbar,
.page-template-page-sustainability .c-scrollbar,
.page-template-page-expertise .c-scrollbar,
.home .c-scrollbar {
  height: 100%;
  z-index: 3000;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
  background-color: #181817;
}
.page-template-page-news-insights .c-scrollbar_thumb,
.single .c-scrollbar_thumb,
.archive .c-scrollbar_thumb,
.page-template-page-sustainability .c-scrollbar_thumb,
.page-template-page-expertise .c-scrollbar_thumb,
.home .c-scrollbar_thumb {
  background-color: #F7F7F7;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}
.fullscreen,
.content-a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}
.content-a {
  display: table;
}
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.not-fullscreen {
  background-position: center center;
}
.showme {
  animation: 1.5s opacity;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nowrap {
  white-space: nowrap;
}
.first_section {
  background: #fff;
  position: relative;
}
.first_section .about_block_text {
  margin: 0vw 0px;
}
.first_section .about_block_text p:first-of-type {
  font-size: 25px;
  line-height: 1.3em;
}
.first_section .image {
  width: 100%;
  height: auto;
}
.wide_image_normal {
  overflow: hidden;
  height: 70vh;
}
.wide_image_normal .image_wrapper {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.wide_image_normal .image_wrapper .red_btn {
  position: absolute;
  z-index: 1;
  margin-bottom: 10vw;
}
.wide_image_normal .image_wide {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.cta_block {
  overflow: hidden;
  height: 60vh;
}
.cta_block .image_wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cta_block .image_wrapper .cta_bts {
  position: absolute;
  z-index: 1;
  text-align: center;
}
.cta_block .image_wrapper .cta_bts a {
  margin: 10px;
}
.cta_block .image_wrapper .cta_bts .white_btn:hover {
  background: #fff !important;
}
.cta_block .image_wrapper .cta_bts .white_full_btn:hover {
  color: #101010 !important;
}
.cta_block .image_wide {
  object-fit: cover;
  object-position: center;
  width: 120%;
  height: 120%;
}
.treatments_block {
  padding: 6vh 0px;
  background: #F7F7F7;
  text-align: center;
}
.treatments_block h2 {
  margin-bottom: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "tt-commons-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  color: #C7C2BE;
}
.treatments_block h2::before,
.treatments_block h2::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #C7C2BE;
  margin: 0 20px;
}
.treatments_block .treatment_slider {
  text-align: left;
  position: relative;
  margin-bottom: 40px;
}
.treatments_block .treatment_slider .treatment-item {
  margin: 0 10px;
}
.treatments_block .treatment_slider .treatment-item .image {
  width: 100%;
  height: auto;
}
.treatments_block .treatment_slider .treatment-item h3 {
  font-size: 26px;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 0px;
}
.treatments_block .treatment_slider .treatment-item h3 a {
  color: #2e2e2e;
  text-decoration: none;
}
.treatments_block .treatment_slider .treatment-item .price {
  font-family: "tt-commons-pro", sans-serif;
  color: #C7C2BE;
  font-size: 16px;
  line-height: 1.3em;
}
.treatments_block .slick-dots li button:before {
  border: 2px solid #C7C2BE;
}
.treatments_block .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #C7C2BE;
  background: #C7C2BE;
}
.treatments_block .slick-dots {
  bottom: -15px;
}
.treatments_block .arrow_prev {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 38%;
  left: -14px;
  width: 48px;
  height: 48px;
  background: url('../images/arrow_left.svg') no-repeat center;
}
.treatments_block .arrow_prev:hover {
  opacity: 0.7;
}
.treatments_block .arrow_next {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 38%;
  right: -14px;
  width: 48px;
  height: 48px;
  background: url('../images/arrow_right.svg') no-repeat center;
}
.treatments_block .arrow_next:hover {
  opacity: 0.7;
}
.category_block {
  padding: 6vh 0px;
  background: #fff;
  text-align: center;
}
.category_block h2 {
  margin-bottom: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "tt-commons-pro", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 3px;
  color: #C7C2BE;
}
.category_block h2::before,
.category_block h2::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #C7C2BE;
  margin: 0 20px;
}
.category_block .categories_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
}
.category_block .category_item {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
}
.category_block .category_item img {
  width: 100%;
  height: auto;
}
.category_block .category_item .overlay_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
  padding: 20px;
}
.category_block .category_item .overlay_text h4 {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3em;
}
.treatment_feed_block {
  padding: 50px 20px;
  background: #fff;
}
.treatment_feed_block .container-fluid div[class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.treatment_feed_block .container-fluid div[class^="row"] {
  padding-left: 15px;
  padding-right: 15px;
}
.treatment_feed_block .filter_form {
  text-align: center;
}
.treatment_feed_block .filter_form select {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.treatment_feed_block #response .treatment_box_link {
  text-decoration: none;
  color: #2e2e2e;
}
.treatment_feed_block #response .treatment_box_link .treatment_box .image_wrap .image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.treatment_feed_block #response .treatment_box_link .treatment_box .time {
  font-family: "tt-commons-pro", sans-serif;
  font-size: 16px;
  color: #C7C2BE;
  margin-bottom: 10px;
}
.treatment_feed_block #response .treatment_box_link .treatment_box h3 {
  font-size: 30px;
  margin-bottom: 0px;
}
.treatment_feed_block #response .treatment_box_link .treatment_box .price {
  font-family: "tt-commons-pro", sans-serif;
  font-size: 16px;
  color: #C7C2BE;
  margin-bottom: 40px;
}
.masthead_treatments {
  padding: 200px 0px 80px 0px;
  height: inherit;
  color: #2e2e2e;
}
.masthead_treatments h1 {
  font-size: 40px;
  line-height: 1.3em;
  color: #C7C2BE;
  font-weight: 400;
}
.masthead_treatments .filter_form {
  margin-top: 20px;
  font-size: 20px;
}
.masthead_treatments .filter_form form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.masthead_treatments .filter_form form .filter_label {
  margin-right: 10px;
  margin-left: 12px;
  color: #C7C2BE;
}
.masthead_treatments .filter_form select {
  appearance: none;
  border: 0.5px solid #2e2e2e;
  border-radius: 0px;
  background: #fff url(../images/select.svg) no-repeat center right 10px;
  height: 45px;
  padding: 10px;
  margin: 5px;
  width: 250px;
  color: #2e2e2e;
}
.masthead_treatments .filter_form input[type=text] {
  appearance: none;
  border: 0.5px solid #2e2e2e;
  border-radius: 0px;
  background: #fff url(../images/search.svg) no-repeat center right 10px;
  height: 45px;
  padding: 10px;
  margin: 5px;
  width: 250px;
  color: #2e2e2e;
}
.pagination_wrap {
  text-align: center;
  margin-top: 20px;
}
.pagination_wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination_wrap ul li {
  margin: 0 5px;
}
.pagination_wrap ul li a {
  padding: 5px 5px;
  color: #C7C2BE;
  text-decoration: none;
}
.masthead_treatment_single {
  padding: 160px 30px 30px 30px;
  background: #F7F7F7;
}
.masthead_treatment_single h1 {
  font-weight: 400;
  color: #2e2e2e;
  font-size: 40px;
  line-height: 1.3em;
}
.masthead_treatment_single .time {
  font-family: "tt-commons-pro", sans-serif;
  font-size: 16px;
  color: #C7C2BE;
  margin-bottom: 10px;
}
.masthead_treatment_single .price {
  font-family: "tt-commons-pro", sans-serif;
  font-size: 16px;
  color: #C7C2BE;
  margin-bottom: 10px;
}
.masthead_treatment_single .image_wrapper {
  width: 100%;
  height: 100%;
}
.masthead_treatment_single .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.masthead_treatment_single .text_block {
  padding: 40px;
  word-wrap: break-word;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.body_treatment_single {
  background: #fff;
  padding: 60px 30px;
}
.body_treatment_single h2 {
  font-weight: 400;
  color: #2e2e2e;
  font-size: 30px;
  line-height: 1.3em;
  padding: 0px 40px;
}
.about_block_main {
  padding: 8vh 0px;
  background: #F7F7F7;
}
.about_block_main h1 {
  font-weight: 400;
  color: #2e2e2e;
  font-size: 40px;
  line-height: 1.3em;
}
.about_block_main .cta_bts {
  margin: 40px 0px;
}
.about_block_main .cta_bts a {
  margin-right: 10px;
}
.about_block_main p > a {
  color: #C7C2BE;
  text-decoration: underline;
}
.review_main {
  padding: 200px 0px 8vh 0px;
}
.review_main h1 {
  margin-bottom: 40px;
}
.review_main .review_feed {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.review_main .review_feed .review-item {
  flex: 1 1 calc(50% - 25px);
  box-sizing: border-box;
}
.review_main .review_feed .review-item .date {
  margin-top: 10px;
  color: #C7C2BE;
}
@media (max-width: 960px) {
  .review_main .review_feed {
    flex-direction: column;
  }
  .review_main .review_feed .review-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.form_block {
  background: #fff;
}
.form_block .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 12px;
  padding: 0;
}
.search_page {
  padding-top: 200px;
}
.search_page .search_single_content {
  padding: 20px 0px;
}
.search_page .search_single_content a {
  color: #101010;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.3em;
}
@media only screen and (min-width: 1300px) {
  .container {
    min-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    min-width: 1300px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    min-width: 1400px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    min-width: 1500px;
  }
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 1192px) {
  .mm-panels {
    font-size: 48px;
    line-height: 1.5em;
  }
  .mm-panels .mm-listview > li {
    margin: 0px;
  }
  .mm-panels .mm-listview > li a {
    font-size: 30px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .container-fluid div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid div[class^="row"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .footer_row {
    display: block;
  }
  .footer .social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .social a {
    margin-right: 20px;
    margin-left: 0px;
  }
  .footer .footer_row .footer_company {
    width: 100%;
  }
  .footer .footer_row .footer_contact {
    width: 100%;
  }
  .mm-menu_offcanvas {
    width: 100%;
  }
  .category_block .category_item {
    position: relative;
    width: 100%;
    margin: 10px 0px;
  }
  .wide_image_normal {
    overflow: hidden;
    height: 50vh;
  }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
