/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

:root {
  color-scheme: light only !important;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 124px;
  min-height: 100vh;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 104px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 90px;
  }
}

h1 {
  font-size: 3.5rem;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-light {
  font-weight: 300;
}

.big-label {
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .big-label {
    font-size: 1.625rem;
  }
}

.btn {
  border: 1px solid #88735c;
  border-radius: 14px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn.disabled {
  opacity: 0.5;
  outline: none;
  cursor: not-allowed;
}
.btn--white {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  font-weight: 500;
}
.btn--white:hover, .btn--white:focus {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 0.875rem;
    padding: 12px 16px;
  }
}

.btn-primary {
  background-color: #88735c;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: rgba(136, 115, 92, 0.8);
  border: 1px solid rgba(136, 115, 92, 0.8);
}

.btn-secondary {
  background-color: transparent;
  color: #88735c;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgba(136, 115, 92, 0.2);
}

.btn-small {
  font-size: 0.875rem;
  padding: 8px 24px;
}

.input-btn {
  padding: 11px 24px;
  border-width: 1px;
}
@media only screen and (max-width: 767px) {
  .input-btn {
    padding: 12px 12px;
  }
}

.input,
input,
textarea {
  width: 100%;
  font-family: "Poppins", sans-serif;
  padding: 8px 16px;
  border-radius: 14px;
  border: 1px solid #88735c;
  font-weight: 500;
  color: #000000;
  font-size: 16px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  color: #88735c;
  font-weight: 300;
  letter-spacing: 0.8px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  color: #88735c;
  font-weight: 300;
  letter-spacing: 0.8px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  color: #88735c;
  font-weight: 300;
  letter-spacing: 0.8px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  color: #88735c;
  font-weight: 300;
  letter-spacing: 0.8px;
}

input::placeholder,
textarea::placeholder {
  font-family: "Poppins", sans-serif;
  color: #88735c;
  font-weight: 300;
  letter-spacing: 0.8px;
}

.input-with-icon {
  padding-left: 50px;
}

.input-with-btn {
  padding-right: 160px;
}

label {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  margin-right: 10px;
}

input[type=submit] {
  font-family: "Poppins", sans-serif;
  padding: 8px 16px;
  border-radius: 14px;
  border: 1px solid #88735c;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  background: #88735c;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.custom-container {
  width: 100%;
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .custom-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .custom-container {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .custom-container--full-on-mobile {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .menu-opened {
    overflow: hidden;
  }
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

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

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gap-20 {
  gap: 1.25rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

@media only screen and (max-width: 540px) {
  .mb-540-0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 430px) {
  .mt-xs-0 {
    margin-top: 0;
  }
}

.w-100 {
  width: 100%;
}

.max-w-430 {
  max-width: 430px !important;
}

.spaced-section-md-small {
  padding: 64px 0;
}
@media only screen and (max-width: 991px) {
  .spaced-section-md-small {
    padding: 30px 0;
  }
}

.spaced-section {
  padding: 64px 0;
}
.spaced-section--top-only {
  padding: 64px 0 0 0;
}
.spaced-section--top-only-and-smaller {
  padding: 53px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .spaced-section--top-only-and-smaller {
    padding: 10px 0 0 0;
  }
}
.spaced-section--bottom-only {
  padding: 0 0 64px 0;
}
@media only screen and (max-width: 767px) {
  .spaced-section--with-btn {
    padding-bottom: 120px;
  }
}

.color-primary {
  color: #88735c;
}

.s-main {
  min-height: calc(100vh - 120px - 491px);
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .s-main {
    min-height: calc(100vh - 104px - 707px);
  }
}
@media screen and (max-width: 991px) {
  .s-main {
    min-height: calc(100vh - 96px - 782px);
  }
}
@media screen and (max-width: 767px) {
  .s-main {
    min-height: calc(100vh - 90px - 1140px);
  }
}
@media screen and (max-width: 600px) {
  .s-main {
    min-height: calc(100vh - 90px - 1173px);
  }
}
@media screen and (max-width: 430px) {
  .s-main {
    min-height: calc(100vh - 90px - 1166px);
  }
}

.s-main .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}

.s-main .wpcf7 form .wpcf7-response-output {
  background: #FFD286;
  border: 0;
  border-radius: 14px;
  margin: 8px 0 0 0;
  padding: 12px 16px;
  color: #27313D;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 500;
}

.s-main .wpcf7 form.sent .wpcf7-response-output {
  background: #83E298;
}

.s-main .wpcf7 form.invalid .wpcf7-response-output,
.s-main .wpcf7 form.unaccepted .wpcf7-response-output,
.s-main .wpcf7 form.payment-required .wpcf7-response-output {
  background: #FF9C84;
}

.s-hero .s-hero__button,
.s-hero .s-hero__button:hover,
.s-hero .s-hero__button:focus {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.2;
}

.s-hero .s-hero__button.btn-secondary,
.s-hero .s-hero__button.btn-secondary:hover,
.s-hero .s-hero__button.btn-secondary:focus {
  color: #88735c;
}

.home .s-hero__title {
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 26px !important;
}

.home .s-hero__content {
  padding: 59px 55px 41px 66px;
}

.home .s-hero__content p {
  max-width: 390px;
}

.home .s-hero__buttons-container {
  margin-bottom: 0;
}

.s-hero p {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
  max-width: 430px;
}

.s-breadcrumbs .s-breadcrumbs__link {
  font-size: 0.875rem;
  margin-right: 5px;
  font-weight: 300;
  color: #27313D;
  text-decoration: none;
}

.s-breadcrumbs .s-breadcrumbs__link:hover,
.s-breadcrumbs .s-breadcrumbs__link:focus {
  color: #27313D;
  text-decoration: underline;
  font-weight: 300;
  font-size: 0.875rem;
}

.s-newsletter .s-newsletter__terms a {
  font-weight: 300;
  color: #000000;
}

.s-nav__menu > li > a:hover,
.s-nav__menu > li > a:focus {
  color: #88735c;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.s-footer .s-footer__gdpr-link,
.s-footer .s-footer__author-link {
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none;
  color: #593102;
}

.s-footer .s-footer__gdpr-link:hover,
.s-footer .s-footer__gdpr-link:focus,
.s-footer .s-footer__author-link:hover,
.s-footer .s-footer__author-link:focus {
  font-size: 0.875rem;
  font-weight: 300;
  color: #593102;
  text-decoration: underline;
}

.s-footer .s-footer__social-icon-link--ig:hover,
.s-footer .s-footer__social-icon-link--fb:focus {
  color: #cd486b;
}

.s-footer .s-footer__social-icon-link--fb:hover,
.s-footer .s-footer__social-icon-link--fb:focus {
  color: #1877F2;
}

.s-footer__menu a,
.s-footer__menu a:hover,
.s-footer__menu a:focus {
  font-weight: 300;
}

.s-services-mini-thumbnail {
  text-decoration: none !important;
}

.s-services-mini-thumbnail .s-services-mini-thumbnail__title {
  font-size: 2.125rem;
  font-weight: 200;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  gap: 4px 0;
}

.s-services-mini-thumbnail .s-services-mini-thumbnail__title b {
  font-size: 2.75rem;
  font-weight: 700;
}

.s-main .s-section-title__title {
  font-size: 1.5rem;
  color: #27313D;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .home .s-hero__content {
    padding: 38px 50px 40px;
  }
}
@media only screen and (max-width: 600px) {
  .home .s-hero__content {
    padding: 38px 45px 40px 36px;
  }
}
@media only screen and (max-width: 540px) {
  .home .s-hero__content {
    padding: 25px 15px;
  }
  .home .s-hero p {
    max-width: unset;
  }
  .home .s-hero__title {
    font-size: 2.625rem;
    margin-bottom: 15px !important;
  }
}
.s-main .btn {
  border: 1px solid #88735c;
  border-radius: 14px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 14px 24px;
  text-align: center;
  text-decoration: none;
}

.s-main .btn:hover,
.s-main .btn:focus {
  text-decoration: none;
  font-size: 1rem;
  padding: 14px 24px;
  font-weight: 600;
  line-height: 1.2;
}

.s-main .btn--white {
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 500;
}

.s-main .btn--white:hover,
.s-main .btn--white:focus {
  color: #000000;
  background: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 500;
  background: transparent;
  color: #ffffff;
}

.s-main .btn-primary {
  background-color: #88735c;
  color: #ffffff;
}

.s-main .btn-primary:hover,
.s-main .btn-primary:focus {
  background-color: rgba(136, 115, 92, 0.8);
  border: 1px solid rgba(136, 115, 92, 0.8);
  color: #ffffff;
}

.s-main .btn-secondary {
  background-color: transparent;
  color: #88735c;
}

.s-main .btn-secondary:hover,
.s-main .btn-secondary:focus {
  color: #88735c;
  background-color: rgba(136, 115, 92, 0.2);
}

.s-main .btn-small,
.s-main .btn-small:hover,
.s-main .btn-small:focus {
  font-size: 0.875rem;
  padding: 8px 24px;
}

.s-main .input-btn,
.s-main .input-btn:hover,
.s-main .input-btn:focus {
  z-index: 2;
  min-height: 43px;
  padding: 10px 24px !important;
  border-width: 1px !important;
}

.s-main input[type=submit].input-btn,
.s-main input[type=submit].input-btn:hover,
.s-main input[type=submit].input-btn:focus {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
}

.s-main .select2-container .select2-selection {
  border-radius: 14px;
  border-color: #88735c;
  height: 42px;
}

.s-main .select2-container .select2-selection .select2-selection__rendered {
  color: #000000;
  line-height: 42px;
  padding: 0 28px 0 16px;
}

.s-main .select2-container .select2-selection .select2-selection__arrow {
  height: 40px;
  width: 36px;
  top: 1px;
  right: 1px;
}

.s-main .select2-container .select2-selection .select2-selection__arrow b {
  border-color: #88735c transparent transparent transparent;
}

#cookie-notice {
  background-color: #27313D !important;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
}
#cookie-notice .cookie-notice-container {
  max-width: 79.375rem;
  margin: 0 auto;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  #cookie-notice .cookie-notice-container {
    padding: 30px 30px;
  }
}
@media (max-width: 767px) {
  #cookie-notice .cookie-notice-container {
    padding: 30px 15px;
  }
}
#cookie-notice .cookie-notice-container .cn-text-container {
  margin: 0;
}
#cookie-notice .cookie-notice-container .cn-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#cookie-notice .cookie-notice-container .cn-button {
  margin: 0;
  border: 1px solid #ffffff;
  border-radius: 14px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  padding: 8px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #ffffff;
  color: #000000;
}
#cookie-notice .cookie-notice-container .cn-button:hover, #cookie-notice .cookie-notice-container .cn-button:focus {
  text-decoration: none;
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #cookie-notice .cookie-notice-container .cn-button {
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 991px) {
  #cookie-notice .cookie-notice-container .cn-close-icon {
    top: 15px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.pswp .pswp__button {
  background: rgba(255, 255, 255, 0.15);
}

.pswp .pswp__button:hover,
.pswp .pswp__button:focus {
  background: rgba(255, 255, 255, 0.3);
}

.pswp .pswp__button--arrow {
  padding: 0;
  height: 70px;
  width: 60px;
}

.pswp .pswp__button--arrow--prev {
  left: 20px;
}

.pswp .pswp__button--arrow--next {
  right: 20px;
}

.pswp .pswp__button--arrow--prev .pswp__icn {
  left: 8px;
}

.pswp .pswp__button--arrow--next .pswp__icn {
  right: 10px;
}

.pswp .pswp__button--zoom,
.pswp .pswp__button--close {
  width: 48px;
  height: 48px;
}

.pswp .pswp__button--zoom {
  margin-top: 10px;
}

.pswp .pswp__button--close {
  margin: 10px 20px 0 5px;
}

.pswp .pswp__button--zoom .pswp__icn,
.pswp .pswp__button--close .pswp__icn {
  top: 8px;
  left: 8px;
}

.woocommerce .s-main #primary.content-area {
  width: 100%;
  max-width: 69.375rem;
  margin: 0 auto;
}

.woocommerce.single-product .s-main #primary.content-area {
  padding-top: 30px;
}

.s-main .woocommerce-error,
.s-main .woocommerce-info,
.s-main .woocommerce-message {
  border: 0;
  border-radius: 12px;
  margin: 0 0 12px;
  padding: 12px 16px 12px 45px;
  color: #27313D;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.s-main .woocommerce-error a,
.s-main .woocommerce-info a,
.s-main .woocommerce-message a {
  color: inherit;
  font-weight: 500;
  margin: 0 5px;
}

.s-main .woocommerce-message {
  background-color: #abebba;
}

.s-main .woocommerce-message:has(.button) {
  padding-right: 210px;
  min-height: 3.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-main .woocommerce-message::before {
  color: #52CD6D;
}

.s-main .woocommerce-message:has(.button)::before {
  top: 17px;
}

.woocommerce .s-main .woocommerce-message .button,
.woocommerce-page .s-main .woocommerce-message .button {
  position: absolute;
  right: 16px;
  top: 12px;
  background: #52CD6D;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 0.875rem;
  max-width: 190px;
  text-align: center;
}

@media only screen and (max-width: 540px) {
  .s-main .woocommerce-message:has(.button) {
    padding-right: 16px;
    padding-bottom: 55px;
  }
  .woocommerce .s-main .woocommerce-message .button,
  .woocommerce-page .s-main .woocommerce-message .button {
    right: unset;
    left: 45px;
    top: unset;
    bottom: 12px;
  }
}
.s-product-archive-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.s-product-archive-filter__title {
  font-weight: 700;
  color: #27313D;
}
.s-product-archive-filter__item {
  padding: 4px 12px;
  background-color: rgba(136, 115, 92, 0.15);
  color: #27313D;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.s-product-archive-filter__item:hover, .s-product-archive-filter__item:focus, .s-product-archive-filter__item--active {
  background-color: #88735c;
}
.s-product-archive-filter__item > a {
  font-size: 0.875rem;
  color: #27313D;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.s-product-archive-filter__item > a:hover {
  text-decoration: none;
  color: #ffffff;
}
.s-product-archive-filter__item:hover > a, .s-product-archive-filter__item--active > a {
  color: #ffffff;
}

.woocommerce .s-main .products ul,
.woocommerce .s-main ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: none;
}

.woocommerce .s-main ul.products.columns-3 li.product,
.woocommerce-page .s-main ul.products.columns-3 li.product {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333% - 16px);
          flex: 0 0 calc(33.3333% - 16px);
  width: calc(33.3333% - 16px);
  border: 1px solid #E8E8EA;
  border-radius: 12px;
  margin: 0;
}

.woocommerce .s-main ul.products li.product a {
  position: relative;
  padding: 16px 16px 0;
  color: inherit;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.woocommerce .s-main ul.products li.product .onsale,
.woocommerce .s-main span.onsale {
  top: unset;
  bottom: calc(3.7rem + 24px + 5px);
  right: 20px;
  left: unset;
  margin: 0;
  text-transform: uppercase;
  background: #FF7D5E;
  min-height: 95px;
  min-width: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 1.25rem;
  line-height: 1;
}

.woocommerce .s-main ul.products li.product a img {
  border-radius: 6px;
  margin: 0;
}

.woocommerce .s-main ul.products li.product .woocommerce-loop-category__title,
.woocommerce .s-main ul.products li.product .woocommerce-loop-product__title,
.woocommerce .s-main ul.products li.product h3 {
  padding: 0;
  color: #27313D;
  font-weight: 700;
  font-size: 1.125rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.35rem;
  height: 2.7rem;
  margin-top: 8px;
}

.woocommerce .s-main ul.products li.product .price {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
}

.woocommerce .s-main ul.products li.product .price del {
  opacity: 1;
  font-size: 0.8125rem;
  color: #C5C5C5;
}

.woocommerce .s-main ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .s-main ul.products li.product .price {
  color: #88735c;
}

.woocommerce .s-main .product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px 16px;
}

.woocommerce .s-main ul.products li.product .button,
.woocommerce .s-main ul.products li.product .product-button-detail {
  margin: 0;
  padding: 5px 12px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  text-align: center;
}

.woocommerce .s-main ul.products li.product .button {
  background: #52CD6D;
  color: #ffffff;
  border: 1px solid #52CD6D;
}

.woocommerce .s-main ul.products li.product .button:hover,
.woocommerce .s-main ul.products li.product .button:focus {
  background: #83E298;
  border-color: #83E298;
}

.woocommerce .s-main ul.products li.product .product-button-detail {
  background: transparent;
  color: #27313D;
  border: 1px solid #27313D;
}

.woocommerce .s-main ul.products li.product .product-button-detail:hover,
.woocommerce .s-main ul.products li.product .product-button-detail:focus {
  background: rgba(39, 49, 61, 0.1);
}

.woocommerce .s-main .products + .s-pagination {
  margin-top: 33px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 890px) {
  .woocommerce .s-main ul.products.columns-3 li.product,
  .woocommerce-page .s-main ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 514px) {
  .woocommerce .s-main ul.products.columns-3 li.product,
  .woocommerce-page .s-main ul.products.columns-3 li.product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
.woocommerce .s-main div.product {
  margin-top: 30px;
}

.woocommerce .s-main div.product div.images,
.woocommerce-page .s-main div.product div.images {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  float: left !important;
  gap: 40px;
}

.woocommerce .s-main div.product div.images:has(> .woocommerce-product-gallery__wrapper),
.woocommerce-page .s-main div.product div.images:has(> .woocommerce-product-gallery__wrapper) {
  width: 450px;
}

.woocommerce .s-main div.product div.images > .flex-viewport,
.woocommerce-page .s-main div.product div.images > .flex-viewport {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(82% - 20px);
          flex: 0 0 calc(82% - 20px);
  position: relative;
}

.woocommerce .s-main div.product div.images .flex-control-thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(18% - 20px);
          flex: 0 0 calc(18% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: 430px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.woocommerce .s-main div.product div.images .flex-control-thumbs::-webkit-scrollbar {
  display: none;
}

.woocommerce .s-main div.product div.images > .flex-viewport::after,
.woocommerce-page .s-main div.product div.images > .flex-viewport::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce .s-main div.product div.images .flex-control-thumbs li {
  width: 100%;
}

.woocommerce .s-main div.product div.images .flex-control-thumbs li img {
  border-radius: 8px;
}

.woocommerce .s-main div.product div.images img {
  border-radius: 26px;
}

.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: calc(39.5% + 40px);
  padding-top: 40px;
  padding-left: 40px;
  float: left !important;
}

.woocommerce .s-main .product_meta {
  padding-right: 100px;
}

.woocommerce .s-main .product_meta > .posted_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.woocommerce .s-main .product_meta > .posted_in > a {
  font-size: 0.8125rem;
  color: #88735c;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 12px;
  border-radius: 6px;
  background-color: rgba(136, 115, 92, 0.2);
}

.woocommerce .s-main div.product .product_title {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  padding-right: 100px;
  color: #27313D;
}

.woocommerce .s-main .woocommerce-product-details__short-description {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 300;
  margin-bottom: 25px;
}

.woocommerce .s-main span.onsale {
  bottom: unset;
  top: 0;
  right: 0;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .s-main div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .s-main div.product span.price {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}

.woocommerce .s-main div.product p.price del,
.woocommerce .s-main div.product span.price del {
  opacity: 1;
  font-size: 1rem;
  color: #C5C5C5;
}

.woocommerce .s-main div.product p.price ins,
.woocommerce .s-main div.product span.price ins {
  text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .s-main div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .s-main div.product span.price {
  color: #88735c;
}

.woocommerce.single-product .s-main div.product form.cart div.quantity {
  display: none;
}

.woocommerce .s-main div.product form.cart .button {
  background-color: #52CD6D;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 14px 16px;
}

.woocommerce .s-main div.product form.cart .button:hover,
.woocommerce .s-main div.product form.cart .button:focus {
  background-color: #83E298;
}

.woocommerce .s-main div.product .woocommerce-tabs ul.tabs li.active a {
  color: #27313D;
  font-weight: 700;
  padding: 10px 1px;
}

.woocommerce .s-main div.product .woocommerce-tabs .panel {
  line-height: 1.6;
  margin-bottom: 50px;
}

.woocommerce .s-main div.product .woocommerce-tabs .panel h2,
.woocommerce .s-main .related.products h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #27313D;
  margin-bottom: 15px;
}

.woocommerce.single-product .s-main .products ul, .woocommerce .s-main ul.products {
  margin-bottom: 60px;
}

@media only screen and (max-width: 890px) {
  .woocommerce .s-main div.product div.images,
  .woocommerce-page .s-main div.product div.images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
    gap: 20px;
  }
  .woocommerce .s-main div.product div.images:has(> .woocommerce-product-gallery__wrapper),
  .woocommerce-page .s-main div.product div.images:has(> .woocommerce-product-gallery__wrapper) {
    width: 45%;
  }
  .woocommerce .s-main div.product div.summary,
  .woocommerce-page .s-main div.product div.summary {
    width: calc(49% + 30px);
    padding-left: 30px;
    padding-top: 0;
  }
  .woocommerce .s-main div.product div.images > .flex-viewport,
  .woocommerce-page .s-main div.product div.images > .flex-viewport {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .woocommerce .s-main div.product div.images .flex-control-thumbs {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .woocommerce .s-main div.product div.images .flex-control-thumbs li {
    width: calc(25% - 7.5px);
  }
}
@media only screen and (max-width: 540px) {
  .woocommerce .s-main div.product div.images,
  .woocommerce-page .s-main div.product div.images {
    width: 100%;
    float: none !important;
  }
  .woocommerce .s-main div.product div.summary,
  .woocommerce-page .s-main div.product div.summary {
    width: 100%;
    float: none !important;
    padding-left: 0;
  }
  .woocommerce .s-main span.onsale {
    top: 5px;
    right: 5px;
  }
}
.woocommerce-cart .s-main .wc-proceed-to-checkout a.checkout-button {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 12px;
  width: 100%;
  padding: 20px 0;
  background-color: #52CD6D;
  color: #27313D;
}

.woocommerce-cart .s-main .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .s-main .wc-proceed-to-checkout a.checkout-button:focus {
  background-color: #83E298;
}

.s-main .woocommerce a.remove {
  color: #E87560 !important;
  font-size: 1.5rem;
}

.s-main .woocommerce a.remove:hover {
  background: #E87560;
  color: #ffffff !important;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .s-main .woocommerce button.button.alt {
  background-color: #52CD6D;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .s-main .woocommerce button.button {
  border-radius: 6px;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: #27313D;
  margin-bottom: 15px;
}

.s-main .woocommerce .woocommerce-cart-form {
  margin-top: 25px;
  margin-bottom: 30px;
}

.s-main .woocommerce table.shop_table {
  border-radius: 12px;
  border-color: #ddd5cd;
}

.s-main .woocommerce table.shop_table td {
  border-color: #ddd5cd;
}

.s-main .woocommerce table.cart td.actions {
  padding: 16px 12px;
}

.s-main .woocommerce table.cart td.actions .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px 0;
  width: 100%;
  max-width: 357px;
}

.woocommerce-cart .s-main table.cart td.actions .coupon .input-text {
  width: 100%;
  border-color: #88735c;
}

.woocommerce-cart .s-main table.cart td.actions .coupon .button {
  width: 175px;
  width: 100%;
}

.s-main .woocommerce .quantity .qty {
  width: 75px;
}

.s-main .woocommerce table.shop_table td.product-name a {
  color: #27313D !important;
}

.s-main .woocommerce-checkout {
  margin: 25px 0 40px;
}

.s-main .woocommerce-checkout h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #27313D;
  margin-bottom: 15px;
}

.s-main .woocommerce-checkout h3#order_review_heading {
  margin-top: 20px;
}

.s-main .woocommerce-checkout .woocommerce-shipping-fields {
  margin-top: 87px;
}

.s-main .woocommerce-checkout .woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-main .woocommerce-checkout #payment {
  border-radius: 12px;
}

.s-main .woocommerce-order {
  margin-top: 40px;
}

.s-main .woocommerce-order .woocommerce-thankyou-order-received,
.s-main .woocommerce-order h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #27313D;
  margin-bottom: 15px;
}

.s-main .woocommerce-order .woocommerce-thankyou-order-received {
  margin-bottom: 25px;
}

.s-main .woocommerce ul.order_details {
  margin-bottom: 45px;
}

.s-main .woocommerce-order .woocommerce-bacs-bank-details {
  margin-top: 45px;
}

.s-main .woocommerce-order .wc-bacs-bank-details-account-name {
  margin-bottom: 10px;
}

.woocommerce-account .s-main h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #27313D;
  margin-top: 5px;
  margin-bottom: 15px;
}

.s-main .woocommerce form.login {
  border-color: #ddd5cd;
  border-radius: 12px;
}

.s-main .woocommerce-LostPassword a {
  color: #88735c;
}

.s-main .woocommerce-MyAccount-navigation {
  width: 15%;
  margin-bottom: 50px;
}

.s-main .woocommerce-MyAccount-content {
  width: 85%;
}

.s-main .woocommerce-MyAccount-content a {
  color: #88735c;
}

.s-main .woocommerce-MyAccount-navigation-link a {
  color: #000000;
}

.s-main .woocommerce-Addresses.addresses {
  margin-top: 25px;
}

.s-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-404__title {
  font-size: 4.5rem;
  font-weight: 700;
  color: #27313D;
  text-align: center;
}
.s-404__subtitle {
  font-size: 1.6875rem;
  font-weight: 500;
  color: #27313D;
  text-align: center;
}

.s-breadcrumbs--spaced {
  margin-bottom: 18px;
}
.s-breadcrumbs__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-breadcrumbs__item::after {
  display: inline-block;
  content: ">";
  font-size: 0.75rem;
  font-weight: 300;
  color: #27313D;
}
.s-breadcrumbs__item:last-child::after {
  display: none;
}
.s-breadcrumbs__link, .s-breadcrumbs__current {
  font-size: 0.875rem;
  font-weight: 300;
  color: #27313D;
  text-decoration: none;
}
.s-breadcrumbs__link:hover, .s-breadcrumbs__link:focus {
  color: #27313D;
  text-decoration: underline;
}
@media only screen and (max-width: 540px) {
  .s-breadcrumbs {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 18px;
  }
}

.temporary-form-wrapper {
  max-width: 640px;
}

.s-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.s-contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-contact-form__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 15px);
          flex: 1 0 calc(50% - 15px);
  min-width: 250px;
}
.s-contact-form__col--center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
  gap: 18px;
}
.s-contact-form__col > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.s-contact-form__col--center > p {
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 300;
  color: #27313D;
}
.s-contact-form__col > p > span:not(.wpcf7-spinner) {
  width: 100%;
}
.s-contact-form__col br {
  display: none;
}
.s-contact-form__legal-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-contact-form__legal-row > p {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 300;
  color: #27313D;
}
.s-contact-form__legal-row > p > a {
  color: #27313D;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.s-contact-form__legal-row > p > a:hover, .s-contact-form__legal-row > p > a:focus {
  color: #27313D;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
}
.s-contact-form input[type=text],
.s-contact-form input[type=email],
.s-contact-form input[type=tel],
.s-contact-form textarea {
  padding: 12px 20px;
  border-radius: 10px;
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
}
.s-contact-form textarea {
  padding: 16px 20px;
  height: 150px;
}
.s-contact-form input::-webkit-input-placeholder, .s-contact-form textarea::-webkit-input-placeholder {
  color: #27313D;
}
.s-contact-form input::-moz-placeholder, .s-contact-form textarea::-moz-placeholder {
  color: #27313D;
}
.s-contact-form input:-ms-input-placeholder, .s-contact-form textarea:-ms-input-placeholder {
  color: #27313D;
}
.s-contact-form input::-ms-input-placeholder, .s-contact-form textarea::-ms-input-placeholder {
  color: #27313D;
}
.s-contact-form input::placeholder,
.s-contact-form textarea::placeholder {
  color: #27313D;
}
.s-contact-form input[type=submit] {
  width: 100%;
  max-width: 190px;
  text-transform: uppercase;
}

.s-footer {
  background-color: #f3f0ed;
  padding-top: 45px;
  color: #000000;
}
.s-footer__top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 56px;
  gap: 30px 40px;
}
.s-footer__bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #88735c;
  padding: 16px 0;
  gap: 18px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #593102;
}
.s-footer__gdpr-link {
  text-decoration: none;
  color: #593102;
}
.s-footer__author-link {
  color: #593102;
}
.s-footer__opening-hours {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 285px;
          flex: 0 0 285px;
  padding-top: 20px;
}
.s-footer__links {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  gap: 30px;
}
.s-footer__contact {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 430px;
          flex: 1 1 430px;
  min-width: 400px;
  background: #ffffff;
  border-radius: 45px;
  padding: 20px 40px 25px;
}
.s-footer__contact-container {
  gap: 34px;
}
.s-footer__contact-links {
  gap: 20px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.s-footer__contact-link {
  text-decoration: none;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.s-footer__contact-link:hover > .s-footer__contact-detail, .s-footer__contact-link:focus > .s-footer__contact-detail {
  text-decoration: underline;
}
.s-footer__contact-icon {
  color: #88735c;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
}
.s-footer__contact-detail-container {
  gap: 18px;
}
.s-footer__contact-detail {
  font-weight: 700;
}
.s-footer__navigation-link {
  color: #000000;
  font-weight: 300;
}
.s-footer__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  font-weight: 300;
  gap: 4px;
}
.s-footer__location-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.s-footer__location-type {
  font-weight: 700;
  color: #88735c;
  min-width: 55px;
}
.s-footer__title {
  font-size: 2.0625rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #27313D;
}
.s-footer__title--colored {
  color: #88735c;
}
.s-footer__subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #88735c;
}
.s-footer__socials {
  max-width: 285px;
  background: #ffffff;
  border-radius: 22px;
  padding: 18px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.s-footer__social-icons-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.s-footer__social-icon-link {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.s-footer__social-icon-link--fb:hover, .s-footer__social-icon-link--fb:focus {
  color: #1877F2;
}
.s-footer__social-icon-link--ig:hover, .s-footer__social-icon-link--ig:focus {
  color: #cd486b;
}
.s-footer__social-icon {
  width: 32px;
  height: auto;
}
.s-footer__menus {
  gap: 25px;
}
.s-footer__menu-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  max-width: 140px;
}
.s-footer__menu-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #27313D;
}
.s-footer__menu-link {
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  margin-bottom: 4px;
}
.s-footer__menu-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .s-footer__opening-hours {
    padding-top: 0;
  }
  .s-footer__contact {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .s-footer__top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s-footer__bottom {
    gap: 12px;
    padding: 12px 0;
  }
  .s-footer__opening-hours {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 470px;
  }
  .s-footer__contact {
    min-width: unset;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .s-footer__contact, .s-footer__menus {
    width: 100%;
    max-width: 470px;
  }
  .s-footer__menus {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px 20px;
  }
  .s-footer__menu-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
  }
  .s-footer__links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-footer__title {
    text-align: center;
  }
}
@media only screen and (max-width: 430px) {
  .s-footer__contact {
    padding: 20px;
    border-radius: 30px;
  }
  .s-footer__contact-links {
    gap: 18px 25px;
  }
}

.s-gallery__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.s-gallery__container a {
  position: relative;
  display: block;
  width: 178px;
  height: 176px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 20px;
}
.s-gallery__btn-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.s-general-rows-container + .s-gallery {
  padding-top: 0;
}

.s-header {
  background-color: #ffffff;
  -webkit-transition: padding 0.15s;
  -o-transition: padding 0.15s;
  transition: padding 0.15s;
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.s-header--scroll {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.s-header__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.s-header--scroll .s-header__container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.s-header__logo {
  -webkit-transition: width 0.15s;
  -o-transition: width 0.15s;
  transition: width 0.15s;
}
.s-header--scroll .s-header__logo {
  width: 156px;
}
.s-header__cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  height: 50px;
  width: 50px;
  top: calc(50% - 25px);
  right: 32px;
  text-decoration: none;
}
.s-header__cart-container {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  background: #27313D;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.s-header__cart-link:hover > .s-header__cart-container, .s-header__cart-link:focus > .s-header__cart-container {
  background: #3b4a5d;
}
.s-header__cart {
  width: 18px;
  height: auto;
}
.s-header__cart-active-mark {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #83E298;
}
.s-header__menu-toggle-btn {
  display: none;
  position: absolute;
  top: 16px;
  right: 14px;
  width: 64px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .s-header__logo {
    width: 156px;
  }
}
@media only screen and (max-width: 991px) {
  .s-header {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .s-header--opened {
    overflow: auto;
    height: 100vh;
  }
  .s-header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .s-header--opened .s-header__container {
    padding-bottom: 0;
  }
  .s-header--opened .s-header__container {
    min-height: 100%;
  }
  .s-header--opened:has(.s-info-bar) .s-header__container {
    min-height: calc(100% - 45px);
  }
  .s-header__logo-wrapper {
    margin-left: 30px;
  }
  .s-header__menu-toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-header__close-icon {
    display: none;
  }
  .s-header--opened .s-header__close-icon {
    display: block;
  }
  .s-header--opened .s-header__burger-icon {
    display: none;
  }
  .s-header__cart-link {
    top: 16px;
    right: 82px;
    height: 64px;
    width: 66px;
  }
}
@media only screen and (max-width: 767px) {
  .s-header__container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .s-header--opened .s-header__container {
    padding-bottom: 0;
  }
  .s-header__logo-wrapper {
    min-height: 60px;
    margin-left: 15px;
  }
  .s-header__logo {
    width: 146px;
  }
  .s-header--scroll .s-header__logo {
    width: 146px;
  }
  .s-header__menu-toggle-btn {
    width: 52px;
    height: 60px;
    right: 5px;
  }
  .s-header__cart-link {
    right: 57px;
    height: 60px;
    width: 54px;
  }
  .s-header__cart-link, .s-header__menu-toggle-btn {
    top: 15px;
  }
}

.s-hero {
  margin-top: 10px;
  margin-bottom: 33px;
}
.s-hero p {
  margin-bottom: 10px !important;
}
.s-hero ul {
  width: 100%;
}
.s-hero__title {
  font-size: 3.6875rem;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 16px;
  line-height: 1;
  color: #27313D;
}
.s-hero__title--smaller {
  font-size: 3.5625rem;
}
.s-hero__perex {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  margin-top: 20px;
}
.s-hero__text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 32px;
  letter-spacing: -0.5px;
  max-width: 390px;
}
.s-hero__inner {
  position: relative;
  background-color: #f3f0ed;
  border-radius: 45px;
  width: 100%;
}
.s-hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 602px;
          flex: 1 0 602px;
  border-radius: 45px 0 0 45px;
  background-image: url(../../img/vlnky_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
}
.s-hero__bg-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 588px;
          flex: 0 1 588px;
}
.s-hero__content {
  padding: 36px 55px 20px 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 300;
}
.s-hero__bg-image {
  background-image: url(../../img/hero.jpg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 45px 45px 45px;
}
.s-hero__vertical-logo {
  position: absolute;
  top: calc(50% - 63px);
  left: 562px;
  color: #ddd5cd;
}
.s-hero__buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  margin-top: 20px;
  gap: 15px;
}
.s-hero__check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 375px;
  margin-bottom: 25px;
}
.s-hero__strong {
  font-weight: 700;
  color: #27313D;
}
.s-hero__check-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-hero__check-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 135px;
  gap: 10px;
}
.s-hero__check-list-item span {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  color: #27313D;
}
.s-hero__check-mark {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}
.s-hero__check-mark::after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: 0px;
  width: 7px;
  height: 12px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #88735c;
}
@media only screen and (max-width: 991px) {
  .s-hero__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 525px;
            flex: 1 0 525px;
    padding: 55px 55px 40px 50px;
  }
  .s-hero__title {
    font-size: 3.5rem;
  }
  .s-hero__title--smaller {
    font-size: 3rem;
  }
  .s-hero__vertical-logo {
    top: calc(50% - 55px);
    left: 485px;
  }
}
@media only screen and (max-width: 767px) {
  .s-hero__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 400px;
            flex: 1 0 400px;
    padding: 38px 50px 40px;
  }
  .s-hero__title {
    font-size: 2.5rem;
  }
  .s-hero__vertical-logo {
    width: 70px;
    top: calc(50% - 55px);
    left: 365px;
  }
}
@media only screen and (max-width: 600px) {
  .s-hero__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 350px;
            flex: 1 0 350px;
    padding: 38px 45px 40px 36px;
  }
  .s-hero__title {
    font-size: 2.25rem;
  }
  .s-hero__vertical-logo {
    top: calc(50% - 55px);
    left: 315px;
  }
  .s-hero__buttons-container {
    gap: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .s-hero__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 15px;
  }
  .s-hero__inner--sub .s-hero__content {
    padding: 25px 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-hero__inner--sub .s-hero__text {
    text-align: left;
    margin-bottom: 5px;
  }
  .s-hero__inner--sub .s-hero__title {
    text-align: left;
  }
  .s-hero__content, .s-hero__bg-image {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .s-hero__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-radius: 30px;
  }
  .s-hero__title {
    width: 100%;
    text-align: left;
    margin-bottom: 22px;
    max-width: 270px;
  }
  .s-hero__title {
    margin-top: 0;
    margin-bottom: 12px;
    max-width: unset;
  }
  .s-hero p {
    width: 100%;
    text-align: left;
    max-width: unset;
  }
  .s-hero__perex {
    margin: 10px 0;
  }
  .s-hero__text {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 25px;
    max-width: 354px;
  }
  .s-hero__buttons-container {
    width: 100%;
    margin-bottom: 0;
    gap: 10px 5px;
  }
  .s-hero__check-list {
    margin-top: 15px;
  }
  .s-hero__bg-image {
    display: none;
  }
  .s-hero__vertical-logo {
    display: none;
  }
}

.s-info-bar {
  position: relative;
  width: 100%;
  z-index: 100;
  background: #FFD286;
  overflow: hidden;
}
.s-info-bar__container {
  overflow: hidden;
}
.s-info-bar__marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 12px 0;
}
.s-info-bar__marquee-wrap p {
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.s-info-bar a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
.s-info-bar a:hover, .s-info-bar a:focus {
  text-decoration: none;
  font-weight: 500;
}
.s-info-bar a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1000;
}
@media screen and (max-width: 1199px) {
  .s-info-bar__container {
    max-width: unset;
    padding: 0;
    min-height: 3rem;
  }
  .s-info-bar__marquee-wrap {
    -webkit-animation: marquee 12s linear infinite;
            animation: marquee 12s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
  }
  .s-info-bar__marquee-wrap p {
    -o-text-overflow: unset;
       text-overflow: unset;
    padding-right: 30px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  10% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  10% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
body:has(.s-info-bar) {
  padding-top: 169px;
}
@media screen and (max-width: 1199px) {
  body:has(.s-info-bar) {
    padding-top: 149px;
  }
}
@media screen and (max-width: 991px) {
  body:has(.s-info-bar) {
    padding-top: 141px;
  }
}
@media screen and (max-width: 767px) {
  body:has(.s-info-bar) {
    padding-top: 135px;
  }
}

.s-nav {
  padding-right: 54px;
}
.s-nav__menu {
  gap: 34px;
}
@media only screen and (max-width: 1199px) {
  .s-nav__menu {
    gap: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .s-nav {
    display: none;
    padding: 16px 0 0;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .s-header__menu-input:checked ~ .s-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-nav__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f3f0ed;
    padding: 16px 30px 40px;
    width: 100%;
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .s-nav {
    padding-top: 15px;
  }
  .s-nav__menu {
    padding: 15px 15px 40px;
  }
}

.s-newsletter {
  padding-top: 0;
}
.s-newsletter__container {
  gap: 0 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-newsletter__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 425px;
          flex: 0 0 425px;
  max-width: 560px;
}
.s-newsletter__right {
  margin-top: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 415px;
          flex: 1 0 415px;
  max-width: 560px;
  gap: 10px;
}
.s-newsletter__input-icon {
  top: 10px;
  left: 16px;
  color: #88735c;
}
.s-newsletter__input-btn {
  width: auto;
  top: 0;
  right: 0;
}
.s-newsletter__terms {
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .s-newsletter__container {
    gap: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .s-newsletter {
    padding-bottom: 40px;
  }
  .s-newsletter__left, .s-newsletter__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .s-newsletter__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 430px) {
  .s-newsletter {
    padding-top: 0;
  }
  .s-newsletter__left {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-newsletter__text {
    line-height: 1.4;
    margin-top: 10px;
    max-width: 390px;
  }
  .s-newsletter__input-icon {
    left: 12px;
  }
  .s-newsletter__input {
    padding-right: 112px;
    padding-left: 45px;
  }
  .s-newsletter__terms {
    font-size: 14px;
    line-height: 1.4;
  }
}

.s-opening-hours {
  width: 100%;
  max-width: 240px;
  line-height: 1.6;
}
.s-opening-hours--contact {
  max-width: 300px;
}
.s-opening-hours__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-opening-hours__row--spaced {
  margin-top: 20px;
}
.s-opening-hours--contact .s-opening-hours__row {
  border-top: 1px dashed #88735c;
  padding-top: 4px;
}
.s-opening-hours--contact .s-opening-hours__row:first-child {
  border-top: none;
  padding-top: 0;
}
.s-opening-hours--contact .s-opening-hours__row--spaced {
  margin-top: 15px;
  padding-top: 20px;
}
.s-opening-hours__time {
  font-weight: 700;
}
.s-opening-hours__day {
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .s-opening-hours {
    margin: 0 auto;
  }
}

.s-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.s-pagination > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}

.s-pagination > ul > li > span,
.s-pagination > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 11px;
  min-width: 32px;
  border-radius: 8px;
  border: 1px solid #F1F1F1;
  background: #ffffff;
  color: #27313D;
  font-size: 0.8125rem;
  font-weight: 700;
}

.s-pagination > ul > li > a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.s-pagination > ul > li > a:hover,
.s-pagination > ul > li > a:focus {
  background: #88735c;
  color: #ffffff;
  border-color: #88735c;
}

.s-pagination > ul > li > a.prev,
.s-pagination > ul > li > a.next,
.s-pagination > ul > li > span.prev,
.s-pagination > ul > li > span.next {
  background: transparent;
  border-color: transparent;
}

.s-pagination > ul > li > span.prev,
.s-pagination > ul > li > span.next {
  font-weight: 300;
}

.s-pagination > ul > li > a.prev:hover,
.s-pagination > ul > li > a.next:hover,
.s-pagination > ul > li > a.next:focus,
.s-pagination > ul > li > a.prev:focus {
  background: transparent;
  color: #27313D;
  border-color: transparent;
  text-decoration: underline;
}

.s-pagination > ul > li > span.dots {
  background: transparent;
  border-color: transparent;
}

.s-pagination > ul > li > span.current {
  background: #88735c;
  color: #ffffff;
  border-color: #88735c;
}

.s-partners {
  padding-bottom: 90px;
}
.s-partners__title {
  font-size: 2.375rem;
  color: #27313D;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.s-partners__logos {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 100px;
}
.s-partners__logo {
  max-width: 180px;
  max-height: 85px;
  -webkit-transition: -webkit-filter 0.15s ease-in-out;
  transition: -webkit-filter 0.15s ease-in-out;
  -o-transition: filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.s-partners__logo:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
@media only screen and (max-width: 991px) {
  .s-partners__logos {
    gap: 40px 75px;
  }
  .s-partners__logo {
    max-width: 160px;
    max-height: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .s-partners__logos {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 430px) {
  .s-partners__logos {
    gap: 40px 50px;
  }
}

.s-placeholder__inner {
  background-color: #f5f5f5;
  width: 100%;
  height: 500px;
  padding: 15px;
  border-radius: 30px;
  color: #27313D;
  font-size: 1.3125rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-placeholder__inner span {
  text-align: center;
}

.s-section-btn__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.s-section-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  justify-items: center;
  gap: 20px;
  margin-bottom: 64px;
}
.s-section-title--mb-small {
  margin-bottom: 36px;
}
.s-section-title__title-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-section-title__title-wrapper::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 2px;
  background-color: #88735c;
  margin-left: 15px;
  min-width: 70px;
}
.s-section-title__title {
  font-size: 1.5rem;
  color: #27313D;
  font-weight: 700;
}
.s-section-title__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-wrap: nowrap;
}
.s-section-title__btn--with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 14px 12px;
}
@media only screen and (max-width: 767px) {
  .s-section-title {
    margin-bottom: 46px;
  }
  .s-section-title__btn {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .s-section-title__title-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s-section-title__title-wrapper::after {
    position: absolute;
    margin: 0;
    width: 100%;
    left: 0;
    z-index: -1;
  }
  .s-section-title__title {
    font-size: 1.3125rem;
    padding: 0 15px;
    background: #ffffff;
  }
}

.s-voucher-offer__container {
  padding-top: 70px;
}
.s-voucher-offer__inner {
  padding: 56px 60px 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
  background-color: #F5F5F5;
  color: #27313D;
  border-radius: 45px;
}
.s-voucher-offer__inner > * {
  z-index: 1;
}
.s-voucher-offer__image {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/voucher-2.png);
  background-position: bottom 20px right 120px;
  background-repeat: no-repeat;
  background-size: 56%;
}
.s-voucher-offer__text {
  max-width: 400px;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 10px;
}
.s-voucher-offer__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .s-voucher-offer__container {
    padding-top: 0;
  }
  .s-voucher-offer__image {
    background-position: bottom 25px right 85px;
    background-size: 46%;
  }
}
@media only screen and (max-width: 991px) {
  .s-voucher-offer__inner {
    padding: 38px 45px;
  }
  .s-voucher-offer__text {
    max-width: 250px;
  }
  .s-voucher-offer__btn {
    margin-top: 18px;
  }
  .s-voucher-offer__image {
    background-position: bottom 38px right 60px;
    background-size: 57%;
  }
}
@media only screen and (max-width: 767px) {
  .s-voucher-offer__inner {
    padding: 34px 36px;
  }
  .s-voucher-offer__image {
    background-position: bottom 35px right 30px;
    background-size: 54%;
  }
}
@media only screen and (max-width: 600px) {
  .s-voucher-offer__inner {
    padding: 30px 45px 300px;
  }
  .s-voucher-offer__text {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .s-voucher-offer__image {
    background-position: bottom 20px right 35px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .s-voucher-offer__inner {
    padding: 30px 35px 270px;
  }
  .s-voucher-offer__image {
    background-position: bottom 20px right 35px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 430px) {
  .s-voucher-offer__inner {
    border-radius: 30px;
    padding: 32px 20px 245px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-voucher-offer__text {
    line-height: 1.4;
    margin: 5px 0 0 0;
  }
  .s-voucher-offer__image {
    background-position: bottom 15px right 30px;
    background-size: 100%;
  }
  .s-voucher-offer__btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.s-footer__menu > li > a {
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  margin-bottom: 4px;
}
.s-footer__menu > li > a:hover {
  text-decoration: underline;
}

.s-nav__menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.s-nav__menu > li:hover > a,
.s-nav__menu > li:focus > a {
  color: #88735c;
}

.s-nav__menu > li > a {
  color: #27313D;
  font-weight: 600;
  font-size: 1.125rem;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.s-nav__menu > li.current-menu-item > a {
  color: #88735c;
}

.s-nav__menu > li:last-child {
  padding-left: 34px;
  border-left: solid 1px #93989E;
}

.s-nav__menu > li.menu-item-has-children {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-nav__menu > li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-nav__menu > li.menu-item-has-children > ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -14px;
  min-width: 180px;
  padding-top: 10px;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  color: #27313D;
  border-radius: 12px;
}

.s-nav__menu > li.menu-item-has-children > ul > li {
  background: #ddd5cd;
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}

.s-nav__menu > li.menu-item-has-children > ul > li > a {
  font-size: 1rem;
  font-weight: 400;
  padding: 8px 16px;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #27313D;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

.s-nav__menu > li.menu-item-has-children > ul > li > a:hover,
.s-nav__menu > li.menu-item-has-children > ul > li > a:focus {
  color: #27313D;
  text-decoration: none;
}

.s-nav__menu > li.menu-item-has-children > ul > li:first-child > a {
  padding: 12px 16px 8px;
}

.s-nav__menu > li.menu-item-has-children > ul > li:first-child {
  border-radius: 12px 12px 0 0;
}

.s-nav__menu > li.menu-item-has-children > ul > li:last-child {
  border-radius: 0 0 12px 12px;
}

.s-nav__menu > li.menu-item-has-children > ul > li:last-child > a {
  padding: 8px 16px 12px;
}

.s-nav__menu > li.menu-item-has-children > ul > li:hover > a,
.s-nav__menu > li.menu-item-has-children > ul > li:focus > a {
  color: #27313D;
}

.s-nav__menu > li.menu-item-has-children > ul > li:hover,
.s-nav__menu > li.menu-item-has-children > ul > li:focus {
  background: #beb0a1;
}

.s-nav__menu > li.menu-item-has-children:hover > ul,
.s-nav__menu > li.menu-item-has-children:focus > ul {
  opacity: 1;
  visibility: visible;
}

.s-nav__menu > li.menu-item-has-children > ul > li.current-menu-item {
  background: #beb0a1;
}

.s-nav__menu > li.menu-item-has-children::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #27313D;
  border-right: 2px solid #27313D;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  -webkit-transition: border-color 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

.s-nav__menu > li.menu-item-has-children:hover::after,
.s-nav__menu > li.menu-item-has-children:focus::after {
  border-color: #88735c;
}

.s-nav__menu > li.current-menu-item::after {
  border-color: #88735c;
}

@media only screen and (max-width: 1199px) {
  .s-nav__menu > li:last-child {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .s-nav__menu > li > a {
    font-size: 1.3125rem;
    color: #27313D;
  }
  .s-nav__menu > li:hover > a,
  .s-nav__menu > li:focus > a {
    color: #88735c;
  }
  .s-nav__menu > li.menu-item-has-children,
  .s-nav__menu > li.menu-item-has-children:hover > a,
  .s-nav__menu > li.menu-item-has-children:focus > a {
    color: #27313D;
  }
  .s-nav__menu > li.current-menu-item,
  .s-nav__menu > li.current-menu-item:hover > a,
  .s-nav__menu > li.current-menu-item:focus > a {
    color: #88735c;
  }
  .s-nav__menu > li.menu-item-has-children--expanded > a,
  .s-nav__menu > li.menu-item-has-children--expanded:hover > a,
  .s-nav__menu > li.menu-item-has-children--expanded:focus > a {
    color: #88735c;
  }
  .s-nav__menu > li.menu-item-has-children::after,
  .s-nav__menu > li.menu-item-has-children:hover::after,
  .s-nav__menu > li.menu-item-has-children:focus::after {
    border-color: #27313D;
  }
  .s-nav__menu > li.menu-item-has-children--expanded::after {
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    margin-top: 8px;
  }
  .s-nav__menu > li.menu-item-has-children--expanded::after,
  .s-nav__menu > li.menu-item-has-children--expanded:hover::after,
  .s-nav__menu > li.menu-item-has-children--expanded:focus::after {
    border-color: #88735c;
  }
  .s-nav__menu > li.current-menu-item::after,
  .s-nav__menu > li.current-menu-item:hover::after,
  .s-nav__menu > li.current-menu-item:focus::after {
    border-color: #88735c;
  }
  .s-nav__menu > li.menu-item-has-children {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-nav__menu > li:last-child {
    position: relative;
    padding-left: 0;
    border-left: none;
    padding-top: 13px;
  }
  .s-nav__menu > li:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 1px;
    background: #27313D;
  }
  .s-nav__menu > li.menu-item-has-children > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    top: unset;
    left: unset;
    min-width: unset;
    padding-top: 4px;
    background-color: transparent;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .s-nav__menu > li.menu-item-has-children > ul > li {
    background: transparent;
  }
  .s-nav__menu > li.menu-item-has-children > ul > li > a {
    font-size: 1.125rem;
  }
  .s-nav__menu > li.menu-item-has-children > ul > li.current-menu-item > a {
    color: #88735c;
  }
  .s-nav__menu > li.menu-item-has-children--expanded > ul {
    display: block;
  }
  .s-nav__menu > li.menu-item-has-children > ul > li > a,
  .s-nav__menu > li.menu-item-has-children > ul > li:first-child > a,
  .s-nav__menu > li.menu-item-has-children > ul > li:last-child > a {
    padding: 4px 16px;
  }
  .s-nav__menu > li.menu-item-has-children > ul > li:hover,
  .s-nav__menu > li.menu-item-has-children > ul > li:focus,
  .s-nav__menu > li.menu-item-has-children > ul > li.current-menu-item {
    background: transparent;
  }
  .s-nav__menu > li.menu-item-has-children > ul > li:hover a,
  .s-nav__menu > li.menu-item-has-children > ul > li:focus a {
    color: #88735c;
  }
}
.s-ceremonials-main-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
  border-top: 1px dashed #88735c;
}
.s-ceremonials-main-list__row:first-child {
  border-top: none;
}
.s-ceremonials-main-list__row--muted {
  opacity: 0.2;
}
.s-ceremonials-main-list__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
.s-ceremonials-main-list__pills-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-ceremonials-main-list__pill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 16px;
  min-height: 86px;
  border-radius: 45px;
  background: #f3f0ed;
  font-weight: 300;
  text-decoration: none;
}
.s-ceremonials-main-list__time-place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.s-ceremonials-main-list__photos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.s-ceremonials-main-list__photos img {
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -10px;
}
.s-ceremonials-main-list__photos img:first-child {
  margin-left: 0;
}
.s-ceremonials-main-list__place {
  text-transform: uppercase;
}
.s-ceremonials-main-list__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.s-ceremonials-main-list__time svg {
  color: #D8CAC0;
  margin-top: 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.s-ceremonials-main-list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 4px;
  gap: 3px;
  border-radius: 24px;
  background: #FF4E4E;
  color: #ffffff;
}
.s-ceremonials-main-list__label span {
  font-size: 0.4375rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .s-ceremonials-main-list__row {
    padding: 20px 15px;
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .s-ceremonials-main-list__pill {
    padding: 15px;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 15px;
  }
}
@media only screen and (max-width: 430px) {
  .s-ceremonials-main-list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-ceremonials-main-list__day {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.s-events-main-list {
  background-position: top -73px center;
  background-repeat: no-repeat;
  background-size: 500px;
}
.s-events-main-list__container {
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-events-thumbnail {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 380px;
  min-width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.s-events-thumbnail__img {
  height: 185px;
  border-radius: 45px 45px 0 0;
  background: url(../../img/herb.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-events-thumbnail__inner {
  padding: 28px 20px;
  background-color: #f3f0ed;
  color: #27313D;
  border-radius: 0 0 45px 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-events-thumbnail__title, .s-events-thumbnail__text {
  text-align: center;
}
.s-events-thumbnail__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.s-events-thumbnail__text {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 16px;
  max-width: 270px;
}
.s-events-thumbnail__datetime-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  gap: 40px;
}
.s-events-thumbnail__date, .s-events-thumbnail__time {
  font-weight: 700;
  color: #27313D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.s-events-thumbnail__btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media only screen and (max-width: 430px) {
  .s-events-thumbnail__inner {
    border-radius: 0 0 30px 30px;
  }
  .s-events-thumbnail__img {
    height: 160px;
    border-radius: 30px 30px 0 0;
  }
}

.s-general-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 318px;
          flex: 1 0 318px;
  font-weight: 300;
}
.s-general-box--small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.s-general-box__inner {
  padding: 47px 33px 60px;
  border-radius: 45px;
}
.s-general-box--without-bg .s-general-box__inner {
  padding: 0;
}
.s-general-box--gray .s-general-box__inner {
  background-color: #F5F5F5;
}
.s-general-box--brown .s-general-box__inner {
  background-color: #EAE7DE;
}
.s-general-box__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.s-general-box__title-container svg {
  color: #88735c;
}
.s-general-box__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
}
.s-general-box--small .s-general-box__title {
  font-size: 1rem;
}
.s-general-box__table {
  margin-top: 15px;
}
.s-general-box__table-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #88735c;
}
.s-general-box__table-row:last-child {
  border-bottom: none;
}
.s-general-box__table-row span {
  line-height: 1;
}
@media only screen and (max-width: 430px) {
  .s-general-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .s-general-box__inner {
    padding: 30px;
    border-radius: 30px;
  }
}

.s-general-row {
  margin-bottom: 84px;
}
.s-general-row:last-child {
  margin-bottom: 0;
}
.s-general-row__container {
  gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-general-row__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
  min-height: 450px;
  background-image: url(../../img/hero.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 45px;
}
.s-general-row__image--h-360 {
  min-height: 360px;
}
.s-general-row__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 585px;
          flex: 1 0 585px;
}
.s-general-row__content span {
  font-weight: 300;
}
.s-general-row__fancy-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}
.s-general-row__fancy-title h4 {
  color: #27313D;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 1.5px;
}
.s-general-row__title {
  font-size: 3.5625rem;
  font-weight: 700;
  color: #27313D;
  letter-spacing: 0.5px;
}
.s-general-row__box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin: 18px 0 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.s-general-row__box-container--no-margin {
  margin: 0;
}
.s-general-row__btn-with-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
}
.s-general-row__link {
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.s-general-row__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1199px) {
  .s-general-row__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
  }
  .s-general-row__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 435px;
            flex: 1 0 435px;
  }
}
@media only screen and (max-width: 767px) {
  .s-general-row__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-general-row__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .s-general-row__fancy-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .s-general-row__box-container {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media only screen and (max-width: 600px) {
  .s-general-row__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 430px) {
  .s-general-row__btn-with-text-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s-general-row__fancy-title h4 {
    font-size: 2.875rem;
    margin-bottom: 10px;
  }
}

.s-general-text-row__container h4 {
  font-size: 3.5625rem;
  font-weight: 300;
  color: #27313D;
  line-height: 1.2;
  letter-spacing: 1.5px;
}
.s-general-text-row__container h5 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #27313D;
  line-height: 1.2;
}
.s-general-text-row__container p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}
.s-general-text-row__container span {
  font-size: 1.25rem;
  color: #88735c;
  font-weight: 700;
}

.s-news-main-list__container {
  gap: 21px;
}

.s-news-thumbnail {
  display: block;
  color: #27313D;
  text-decoration: none;
  width: calc(33% - 14px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 14px);
          flex: 0 0 calc(33% - 14px);
  border: 1px solid #E8E8EA;
  border-radius: 12px;
}
.s-news-thumbnail:hover, .s-news-thumbnail:focus {
  text-decoration: none;
  color: #27313D;
}
.s-news-thumbnail__inner {
  padding: 14px 18px;
}
.s-news-thumbnail__img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.s-news-thumbnail__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #27313D;
  margin-bottom: 20px;
  margin-top: 25px;
}
.s-news-thumbnail__bottom-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  gap: 20px;
}
.s-news-thumbnail__date, .s-news-thumbnail__more {
  font-weight: 700;
  font-size: 0.8125rem;
}
.s-news-thumbnail__date {
  color: #C5C5C5;
}
.s-news-thumbnail__more {
  color: #88735c;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .s-news-thumbnail {
    width: calc(50% - 10.5px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10.5px);
            flex: 0 0 calc(50% - 10.5px);
  }
}
@media only screen and (max-width: 430px) {
  .s-news-thumbnail {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.s-saunas-detail {
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-saunas-detail:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.s-saunas-detail__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 500px;
          flex: 0 1 500px;
  min-height: 500px;
  background-image: url(../../img/hero.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
}
.s-saunas-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 642px;
          flex: 1 0 642px;
}
.s-saunas-detail__title {
  font-size: 3.5625rem;
  font-weight: 700;
  color: #27313D;
  letter-spacing: 0.5px;
}
.s-saunas-detail__p-container {
  gap: 20px;
  margin-top: 15px;
}
.s-saunas-detail__p-container p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}
.s-saunas-detail__data-box-container {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.s-saunas-detail__data-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 25px;
  padding-left: 53px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 32px;
}
.s-saunas-detail__data-label {
  font-size: 0.8125rem;
  line-height: 1.2;
  font-weight: 300;
  color: #ffffff;
}
.s-saunas-detail__data-value {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .s-saunas-detail__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
  }
  .s-saunas-detail__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 435px;
            flex: 1 0 435px;
  }
}
@media only screen and (max-width: 991px) {
  .s-saunas-detail__data-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .s-saunas-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-saunas-detail:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-saunas-detail__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .s-saunas-detail__data-box-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (max-width: 600px) {
  .s-saunas-detail__title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 430px) {
  .s-saunas-detail__data-box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-saunas-main-list__container {
  gap: 90px;
}
.s-services-main-list__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 37px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .s-services-main-list__container {
    gap: 20px;
  }
}

.s-services-mini-list {
  padding-bottom: 90px;
}
.s-services-mini-list__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-services-mini-thumbnail {
  display: block;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 7.5px);
          flex: 1 0 calc(50% - 7.5px);
  min-width: 415px;
  min-height: 179px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: -o-linear-gradient(315deg, rgba(23, 12, 1, 0.7), rgba(92, 50, 10, 0)), url(../../img/service_s.jpg);
  background-image: linear-gradient(135deg, rgba(23, 12, 1, 0.7), rgba(92, 50, 10, 0)), url(../../img/service_s.jpg);
}
.s-services-mini-thumbnail__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 50px 52px;
}
.s-services-mini-thumbnail__title {
  font-size: 2.125rem;
  font-weight: 200;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  gap: 4px 0;
}
.s-services-mini-thumbnail__title b {
  font-size: 2.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .s-services-mini-thumbnail__inner {
    padding: 40px 45px;
  }
}
@media only screen and (max-width: 540px) {
  .s-services-mini-thumbnail {
    min-width: unset;
    min-height: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 430px) {
  .s-services-mini-thumbnail__inner {
    padding: 40px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-services-mini-thumbnail__title {
    font-size: 2.25rem;
  }
  .s-services-mini-thumbnail__title--smaller {
    font-size: 1.625rem;
  }
}

.s-services-thumbnail {
  display: block;
  text-decoration: none;
  color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.333% - 25px);
          flex: 1 0 calc(33.333% - 25px);
  min-width: 275px;
  min-height: 350px;
  background-color: #f3f0ed;
  border-radius: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-services-thumbnail--sauna {
  background-image: -o-linear-gradient(315deg, rgba(23, 12, 1, 0.7), rgba(92, 50, 10, 0)), url(../../img/service_s.jpg);
  background-image: linear-gradient(135deg, rgba(23, 12, 1, 0.7), rgba(92, 50, 10, 0)), url(../../img/service_s.jpg);
}
.s-services-thumbnail--massages {
  background-image: -o-linear-gradient(315deg, rgba(23, 12, 1, 0.7), rgba(92, 50, 10, 0)), url(../../img/service_m.jpg);
  background-image: linear-gradient(135deg, rgba(23, 12, 1, 0.7), rgba(92, 50, 10, 0)), url(../../img/service_m.jpg);
}
.s-services-thumbnail--privat {
  background-image: -o-linear-gradient(315deg, rgba(23, 12, 1, 0.7), rgba(92, 50, 10, 0)), url(../../img/privat.jpg);
  background-image: linear-gradient(135deg, rgba(23, 12, 1, 0.7), rgba(92, 50, 10, 0)), url(../../img/privat.jpg);
}
.s-services-thumbnail__inner {
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 127px;
  padding: 34px 40px 18px;
}
.s-services-thumbnail--verbose .s-services-thumbnail__inner {
  padding: 34px 40px 30px;
}
.s-services-thumbnail__title {
  font-size: 2.125rem;
  font-weight: 200;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.s-services-thumbnail__title b {
  font-size: 2.75rem;
  font-weight: 700;
}
.s-services-thumbnail__strong {
  display: block;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 8px;
}
.s-services-thumbnail__text-content p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-services-thumbnail__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media only screen and (max-width: 1199px) {
  .s-services-thumbnail {
    min-height: 325px;
  }
}
@media only screen and (max-width: 991px) {
  .s-services-thumbnail {
    min-height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .s-services-thumbnail__inner {
    gap: 40px;
  }
}
@media only screen and (max-width: 430px) {
  .s-services-thumbnail {
    border-radius: 30px;
  }
  .s-services-thumbnail__inner {
    padding: 32px 24px;
  }
  .s-services-thumbnail__title {
    font-size: 2.25rem;
  }
}

.s-team-main-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.s-team-main-list__thumbnail {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 18.75px);
          flex: 0 0 calc(25% - 18.75px);
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.s-team-main-list__img {
  height: 275px;
  border-radius: 45px 45px 0 0;
  background: url(../../img/person.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.s-team-main-list__title {
  font-size: 2.375rem;
  color: #27313D;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.s-team-main-list__thumbnail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px 20px;
  background-color: #f3f0ed;
  color: #27313D;
  border-radius: 0 0 45px 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-team-main-list__name, .s-team-main-list__text {
  text-align: center;
}
.s-team-main-list__name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.s-team-main-list__text {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 16px;
  max-width: 270px;
}
@media only screen and (max-width: 1270px) {
  .s-team-main-list__thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 16.666666667px);
            flex: 0 0 calc(33.3333% - 16.666666667px);
  }
}
@media only screen and (max-width: 948px) {
  .s-team-main-list__thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12.5px);
            flex: 0 0 calc(50% - 12.5px);
  }
}
@media only screen and (max-width: 632px) {
  .s-team-main-list__thumbnail {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media only screen and (max-width: 430px) {
  .s-team-main-list__inner {
    border-radius: 0 0 30px 30px;
  }
  .s-team-main-list__img {
    border-radius: 30px 30px 0 0;
  }
}
