@charset "UTF-8";
:root {
  margin-top: 0 !important;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-width: 0;
}

body {
  overflow-x: hidden;
  background-color: white;
}

*:focus {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "WorkSans", sans-serif;
  background-color: #F7F3ED;
}
body .technical-name {
  display: none;
}
body.logged-in .technical-name {
  display: flex;
}

.l-wrapper {
  padding: 0 80px;
  max-width: 1680px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .l-wrapper {
    padding: 0 15px;
  }
}
.l-wrapper.l-wrapper--services-slider {
  margin: 0;
}

.t-title {
  font-size: 70px;
  font-family: "CormorantGaramond", serif;
  font-style: italic;
}
@media (max-width: 1239px) {
  .t-title {
    font-size: 50px;
    line-height: 1;
  }
}

.t-subtitle {
  font-size: 25px;
  font-family: "WorkSans", sans-serif;
  color: #272a2e;
  font-weight: 300;
}

.t-content {
  line-height: 1.6;
  font-weight: 300;
  font-size: 18px;
}

.basic-button {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  font-family: "CormorantGaramond", serif;
  color: #272a2e;
  transition: background-color 0.2s;
  border-radius: 30px;
  border: 1px solid #a71b2c;
}
.site-top .basic-button {
  padding: 15px 25px;
  letter-spacing: 1px;
  background-color: #F7F3ED;
  color: #000;
  font-size: 16px;
  font-style: italic;
}
.basic-button:hover {
  background-color: #a71b2c;
  color: #fff;
}

.header-font {
  font-family: "CormorantGaramond", serif;
}

.decorative-font {
  font-family: "Bodoni Moda", serif;
}

.content-font {
  font-family: "WorkSans", sans-serif;
}

.underline-btn {
  position: relative;
  padding: 15px 5px 5px 0;
}
.underline-btn .text {
  color: #4a8741;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.banner .underline-btn .text, .two-tiles .underline-btn .text, .background-photo-text-fixed .underline-btn .text, .background-photo-text .underline-btn .text {
  color: #fff;
}
.underline-btn:after, .underline-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #4a8741;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.banner .underline-btn:after, .two-tiles .underline-btn:after, .background-photo-text-fixed .underline-btn:after, .background-photo-text .underline-btn:after, .banner .underline-btn:before, .two-tiles .underline-btn:before, .background-photo-text-fixed .underline-btn:before, .background-photo-text .underline-btn:before {
  border-top: 1px solid #fff;
}
.underline-btn:before {
  transform: scaleX(1);
  transform-origin: right;
  transition-delay: 0.25s;
}
.underline-btn:after {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}
.underline-btn:hover:before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.underline-btn:hover:after {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.page-item-38 {
  display: none !important;
}

.site-top .menu-desktop-container .current_page_item a, .site-top.is-scrolled .menu-desktop-container .current_page_item a {
  color: #4a8741;
}
.mobile-nav .current_page_item {
  background-color: transparent;
}
.mobile-nav .current_page_item a {
  color: #a71b2c;
}

@media (max-width: 1239px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.l-section--blog-listing {
  margin: 80px 0;
}

.blog-listing__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@keyframes AnimationName {}
.site-top {
  height: 100px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 35px;
  width: calc(100% - 70px);
  z-index: 100;
  padding: 0 100px;
}
.logged-in .site-top {
  top: 32px;
}
.site-top::after {
  content: "";
  height: 1px;
  width: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transform: translateX(-50%);
}
.site-top.is-scrolled, .page-simple-text .site-top {
  box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
  border: 1px solid rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.3s, background-color 0.3s;
  background-color: #F7F3ED;
}
.site-top.is-scrolled::after, .page-simple-text .site-top::after {
  opacity: 0;
  transition: opacity 0.3s;
}
.site-top.is-scrolled .logo-img-static, .page-simple-text .site-top .logo-img-static {
  opacity: 0;
}
.site-top.is-scrolled .logo-img-scrolled, .page-simple-text .site-top .logo-img-scrolled {
  opacity: 1;
  transition: opacity 0.3s;
}
.site-top.is-scrolled .menu-desktop-container a, .page-simple-text .site-top .menu-desktop-container a {
  color: #000;
}
.site-top.is-scrolled .basic-button, .page-simple-text .site-top .basic-button {
  border: 1px solid #a71b2c;
  color: #a71b2c;
}
.site-top.is-scrolled .basic-button:hover, .page-simple-text .site-top .basic-button:hover {
  color: #fff;
}
.site-top__center {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-top__right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.site-top__logo {
  height: 110px;
  position: relative;
}
.site-top__logo a {
  height: 100%;
  width: fit-content;
}
.site-top__logo img {
  height: 110px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.site-top__logo .logo-img-static {
  opacity: 1;
}
.site-top__logo .logo-img-scrolled {
  opacity: 0;
}
.site-top__navigation {
  margin-left: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top__navigation .menu {
  position: relative;
}
.site-top__navigation .menu li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: color 0.3s;
}
.site-top__navigation .menu li:hover a {
  color: #a71b2c;
}
.site-top__navigation .menu li ul.sub-menu {
  display: none;
  /* Domyślnie ukrywamy podmenu */
  position: absolute;
  top: calc(100% + 10px);
  /* Umiejscowienie podmenu pod nadrzędnym elementem */
  left: 0;
  background-color: #F7F3ED;
  /* Kolor tła podmenu */
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 10;
  width: 200px;
  border: 1px solid #000;
}
.site-top__navigation .menu li ul.sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
  border-right: 12px solid transparent;
  border-bottom: 5px solid #000;
  border-left: 12px solid transparent;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
.site-top__navigation .menu li ul.sub-menu::after {
  content: "";
  position: absolute;
  top: -10px;
  /* Rozszerzenie strefy aktywnej nad podmenu */
  left: 0;
  width: 100%;
  height: 10px;
  /* Wysokość strefy */
  background: transparent;
  /* Niewidzialne */
}
.site-top__navigation .menu li ul.sub-menu li {
  padding: 13px 15px;
  text-align: center;
  transition: background-color 0.3s;
}
.site-top__navigation .menu li ul.sub-menu li:hover {
  background-color: #a71b2c;
}
.site-top__navigation .menu li ul.sub-menu li:hover a {
  color: #fff;
}
.site-top__navigation .menu li ul.sub-menu li a {
  color: #272a2e;
  text-decoration: none;
  font-size: 16px;
}
.site-top__navigation .menu li:hover ul {
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
}
.site-top__navigation .menu li:hover ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translateX(-50%);
}
.site-top__navigation .menu li:hover ul li:last-child::after {
  content: none;
}
.site-top__navigation .menu a {
  text-decoration: none;
  color: #272a2e;
  font-weight: 300;
}
.site-top__contact {
  display: flex;
  gap: 25px;
}
.site-top__contact-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.14;
  letter-spacing: -0.28px;
  color: #272a2e;
}
.site-top__contact-item a {
  color: #272a2e;
}
.site-top__contact-ico {
  margin-right: 15px;
  position: relative;
}
.site-top__contact-ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-top .menu-desktop-container {
  font-family: "CormorantGaramond", serif;
  font-size: 25px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul.menu {
  display: flex;
  gap: 35px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul.menu .menu-toggle {
  display: none;
}
.site-top .menu-desktop-container ul li {
  text-decoration: none;
  list-style-type: none;
  align-items: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: background-color 0.2s;
}
.site-top .menu-desktop-container ul li:hover {
  cursor: pointer;
}
.site-top .menu-desktop-container a {
  color: #fff;
  font-weight: 400;
  font-style: italic;
}

.mobile-nav {
  display: none;
}

@media (max-width: 1239px) {
  .site-top {
    display: none;
  }
  .mobile-nav {
    display: flex;
    position: relative;
    height: 60px;
  }
  .mobile-nav a {
    display: block;
  }
  .mobile-nav__header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #fff;
    width: 100%;
    z-index: 100;
  }
  .mobile-nav a.mobile-nav__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #a71b2c;
    letter-spacing: 1px;
    color: #fff;
  }
  .mobile-nav__logo {
    height: 100%;
    width: 80px;
    padding: 0;
  }
  .mobile-nav__logo img {
    height: 75px;
  }
  .mobile-nav__hamburger-hld {
    position: fixed;
    top: 0;
    right: 0;
    padding: 40px;
    z-index: 101;
    display: none;
  }
  .mobile-nav__hamburger {
    width: 50px;
    height: 30px;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    margin-bottom: 20px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
  }
  .mobile-nav__hamburger:hover {
    cursor: pointer;
  }
  .mobile-nav__hamburger::after, .mobile-nav__hamburger::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #272a2e;
    transition: transform 0.3s;
  }
  .mobile-nav__hamburger::after {
    top: 0;
  }
  .mobile-nav__hamburger::before {
    bottom: 0;
  }
  .mobile-nav__hamburger-line {
    width: 100%;
    height: 2px;
    background-color: #272a2e;
    transition: opacity 0.2s;
  }
  .mobile-nav__hamburger.is-clicked > .mobile-nav__hamburger-line {
    opacity: 0;
  }
  .mobile-nav__hamburger.is-clicked::after {
    transform: translateY(13px) rotate(-45deg);
  }
  .mobile-nav__hamburger.is-clicked::before {
    transform: translateY(-5px) rotate(45deg);
  }
  .mobile-nav__navitagion {
	display:none;  
    position: fixed;
    z-index: 100;
    top: 70px;
    right: -65vw;
    width: 65vw;
    height: calc(100% - 70px);
    background-color: #fff;
  }
  .mobile-nav__navitagion .menu-desktop-container {
    margin-top: 50px;
    /* Stylizacja podmenu */
    /* Klasa 'expanded' dla rodzica */
  }
  .mobile-nav__navitagion .menu-desktop-container ul {
    text-decoration: none;
    margin-left: 50px;
    list-style-type: none;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li {
    margin-bottom: 18px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li .menu-toggle {
    display: inline;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li .menu-toggle .icon {
    display: inline-block;
    transform: rotate(90deg);
  }
  .mobile-nav__navitagion .menu-desktop-container ul li.expanded .menu-toggle .icon {
    transform: rotate(-90deg);
  }
  .mobile-nav__navitagion .menu-desktop-container ul li a {
    font-family: "WorkSans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #272a2e;
    text-transform: uppercase;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li.current_page_item a {
    color: #a71b2c;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    margin-left: 0;
    margin-top: 5px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu li {
    margin-bottom: 10px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu li a {
    text-transform: none;
    font-size: 14px;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu-item.expanded > .sub-menu {
    max-height: 300px;
    /* Dostosuj do zawartości */
    opacity: 1;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu .sub-menu.open {
    display: block;
  }
  .mobile-nav__navitagion .menu-desktop-container .menu-item-has-children.expanded > a {
    font-weight: 400;
  }
  .mobile-nav__navitagion.is-active {
    transform: translateX(-65vw);
    transition: transform 0.3s;
    box-shadow: -65px 50px 106px 1px rgba(74, 135, 65, 0.3);
  }
}
@media (max-width: 767px) {
  .mobile-nav__header {
    height: 70px;
    box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
  }
  .mobile-nav__hamburger {
    margin-bottom: 0;
    height: 20px;
  }
  .mobile-nav__hamburger-hld {
    padding: 30px 40px;
  }
  .mobile-nav__logo {
    width: 95px;
    margin-left: 15px;
  }
  .mobile-nav__footer {
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(39, 42, 46, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px 10px 20px;
  }
  .mobile-nav__footer .text {
    font-size: 14px;
  }
  .mobile-nav__footer .link {
    display: inline-block;
  }
  .mobile-nav__footer .link .icon {
    height: 100%;
  }
  .mobile-nav__footer .link .icon img {
    width: auto;
    height: 100%;
  }
}
.footer {
  background-color: #7b1420;
  color: #fff;
  padding: 50px 0 20px 0;
}
.footer__wrapper {
  display: flex;
  justify-content: wrap;
  flex-direction: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1239px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 25px;
  }
}
.footer__col {
  flex: 1 1 30%;
  margin: 20px;
}
.footer__col:nth-child(3) {
  text-align: center;
}
.footer__title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.footer__text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: "WorkSans", sans-serif;
  font-weight: 300;
}
.footer__social-icons-hld {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 20px;
}
.footer__social {
  display: flex;
  flex-direction: column;
}
.footer__social-link {
  display: inline-block;
  width: 30px;
  display: flex;
  align-items: center;
}
.footer__social-link--instagram {
  width: 35px;
}
.footer__social-link img {
  width: 100%;
  height: auto;
}
.footer__social-link:hover {
  filter: brightness(0.8);
}
.footer__contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact-item {
  display: flex;
  align-items: center;
}
.footer__icon {
  margin-right: 10px;
  font-size: 18px;
  height: 18px;
  color: #a71b2c;
}
.footer__icon img {
  height: 100%;
  width: auto;
}
.footer__contact-text {
  font-size: 14px;
}
.footer__contact-link {
  text-decoration: none;
  color: #fff;
  transition: color 0.2s;
}
.footer__contact-link:hover {
  color: #F4E3B2;
}
.footer__image--logo {
  height: 300px;
}
.footer__image--partners {
  height: 50px;
  position: relative;
  left: -20px;
}
.footer__image img {
  max-width: 100%;
  height: 100%;
}
.footer__bottom {
  display: flex;
  align-items: space-between;
  justify-content: center;
  flex-direction: row;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #fff;
  margin-top: 20px;
  gap: 50px;
}
.footer__bottom .page-item-2 {
  display: none;
}
.footer__bottom a {
  color: #fff;
}
.footer__bottom .current_page_item {
  background-color: transparent;
}
.footer__bottom .current_page_item a {
  color: #F4E3B2;
}
.footer__bottom .footer__credits {
  font-size: 14px;
  font-weight: 300;
}
.footer__bottom ul.footer__menu-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-family: "WorkSans", sans-serif;
  font-size: 14px;
}
.footer__bottom ul.footer__menu-list li a {
  text-decoration: none;
  transition: color 0.2s;
}
.footer__bottom ul.footer__menu-list li a:hover {
  color: #FFE538;
}

@media (max-width: 1023px) {
  .footer__bottom {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .footer__bottom .footer__menu-list ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../assets/fonts/CormorantGaramond-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "WorkSans";
  src: url("../assets/fonts/WorkSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
.banner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  height: 85vh;
  padding: 0 35px 35px 35px;
}
.page-home .banner {
  height: 100vh;
}
.banner__picture {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.banner__picture video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner__picture::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.banner__img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.banner__logo-hero {
  height: 250px;
}
.banner__logo-hero img {
  width: auto;
  height: 100%;
}
.banner__hero {
  position: absolute;
  bottom: 150px;
  left: 157px;
  width: 730px;
  z-index: 10;
  max-width: 95%;
}
.banner__header {
  font-size: 120px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
  font-style: italic;
}
.banner__subheader {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 20px;
  margin-top: 30px;
  font-style: italic;
}
.banner__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.banner__socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
  cursor: pointer;
}
.banner__socials-item:hover {
  background-color: #a71b2c;
}
.banner__scroll-down {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
	z-index:10;
}

@media (max-width: 1239px) {
  .banner {
    padding-top: 0;
  }
  .banner__picture img,
  .banner__picture video {
    height: 100%;
  }
  .banner__info {
    display: none;
  }
  .banner__hero {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
  }
  .banner__header {
    margin-bottom: 50px;
    max-width: 100vw;
    padding: 0 10px;
    font-size: 50px;
    margin: 0 auto 50px auto;
  }
  .banner__subheader {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 0;
  }
  .banner__header {
    margin: 0 auto 20px auto;
  }
  .banner__subheader {
    padding: 0 30px;
  }
  .banner__socials {
    display: none;
  }
}
.l-section--photo-text-right {
  margin: 110px 0;
}

.l-wrapper--photo-text-right {
  padding: 0 35px;
  margin: 0 auto;
}

.photo-text-right {
  display: flex;
  flex-direction: row;
  position: relative;
}
.photo-text-right__photo-hld {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
}
.photo-text-right__content-hld {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
}
.photo-text-right__image-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  opacity: 0.3;
  transform: rotate(30deg);
  display: none;
}
.photo-text-right__image-bg img {
  width: 100%;
  height: auto;
}
.photo-text-right__content {
  margin-left: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-right__header h2 {
  position: relative;
  left: -150px;
  margin-bottom: 70px;
  font-style: italic;
  font-size: 62px;
  color: #a71b2c;
}
@media (max-width: 1239px) {
  .photo-text-right__header h2 {
    left: 0;
    margin-bottom: 40px;
    font-size: 65px;
    line-height: 1;
  }
}
.photo-text-right__text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
.photo-text-right__photo {
  width: 50%;
}
.photo-text-right__photo--is-relative {
  position: absolute;
  right: 30px;
  bottom: -100px;
  width: 50%;
}
.photo-text-right__button {
  margin-top: 35px;
}
.photo-text-right__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 175%;
}
.photo-text-right__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-text-right__highlights {
  margin-top: 70px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
}
.photo-text-right__highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.photo-text-right__highlight-icon {
  width: 100px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-text-right__highlight-icon img {
  width: 100%;
  height: auto;
}
.photo-text-right__highlight-text {
  font-size: 16px;
  color: #272a2e;
}

@media (max-width: 1239px) {
  .l-section--photo-text-right {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-right {
    padding: 0 30px;
  }
  .photo-text-right__subheader {
    line-height: 1;
    font-size: 30px;
  }
  .photo-text-right__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .photo-text-right {
    flex-direction: column;
  }
  .photo-text-right__photo-hld, .photo-text-right__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-right__image-bg {
    display: none;
  }
  .photo-text-right__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
  }
  .photo-text-right__content {
    margin: 0 auto;
  }
  .photo-text-right__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-right__text {
    max-width: unset;
    font-size: 18px;
  }
  .photo-text-right__highlights {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 20px;
  }
  .photo-text-right__photo-inner {
    padding-top: 125%;
  }
  .photo-text-right__photo-hld {
    flex-direction: column;
    gap: 5x;
  }
  .photo-text-right__photo {
    width: 100%;
  }
  .photo-text-right__photo--is-relative {
    position: static;
    margin-top: 15px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-right {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-right {
    padding: 0 15px;
  }
}
.l-section--photo-text-right-sec {
  margin: 110px 0 0 0;
}

.l-wrapper--photo-text-right-sec {
  padding: 0 150px 0 50px;
}

.photo-text-right-sec {
  display: flex;
  flex-direction: row;
}
.photo-text-right-sec__photo-hld {
  position: relative;
  width: 62%;
}
.photo-text-right-sec__content-hld {
  width: 38%;
  display: flex;
  align-items: center;
  margin-left: 125px;
}
.photo-text-right-sec__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-right-sec__header {
  margin-bottom: 30px;
}
.photo-text-right-sec__header h2 {
  font-size: 35px;
}
.photo-text-right-sec__text {
  max-width: 416px;
  margin-bottom: 30px;
}
.photo-text-right-sec__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 72.5806451613%;
}
.photo-text-right-sec__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-right-sec__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-right-sec {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-right-sec {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-right-sec {
    flex-direction: column;
  }
  .photo-text-right-sec__photo-hld, .photo-text-right-sec__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-right-sec__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
  }
  .photo-text-right-sec__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-right-sec__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-right-sec__text {
    max-width: unset;
  }
  .photo-text-right-sec__photo-inner {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-right-sec {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-right-sec {
    padding: 0 15px;
  }
}
.l-section--photo-text-left {
  margin: 100px 0 110px 0;
  position: relative;
}

.l-wrapper--photo-text-left {
  margin: 0 auto;
}

.photo-text-left {
  display: flex;
  flex-direction: row;
}
.photo-text-left__photo-hld {
  position: relative;
  width: 55%;
}
.photo-text-left__content-hld {
  width: 70%;
  display: flex;
  align-items: center;
  margin-right: 30px;
  position: relative;
}
.photo-text-left__image-bg {
  position: absolute;
  top: -120px;
  left: -120px;
  width: 500px;
  opacity: 0.3;
  transform: rotate(-30deg);
}
.photo-text-left__image-bg img {
  width: 100%;
  height: auto;
}
.photo-text-left__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-left__header-hld {
  margin-bottom: 80px;
  color: #a71b2c;
  position: relative;
  left: 200px;
  z-index: 2;
}
@media (min-width: 1441px) {
  .photo-text-left__header-hld {
    left: 300px;
  }
}
@media (max-width: 1441px) {
  .photo-text-left__header-hld {
    left: 0;
    margin-bottom: 20px;
  }
}
.photo-text-left__header {
  color: #4a8741;
}
.photo-text-left__text {
  max-width: 600px;
}
.photo-text-left__button {
  margin-top: 20px;
}
.photo-text-left__photo {
  position: relative;
}
.photo-text-left__photo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.photo-text-left__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 118.1988742964%;
}
.photo-text-left__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.photo-text-left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-left {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-left {
    flex-direction: column;
  }
  .photo-text-left__photo-hld, .photo-text-left__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-left__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .photo-text-left__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-left__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-left__text {
    max-width: unset;
  }
  .photo-text-left__photo-inner {
    padding-top: 75%;
  }
  .photo-text-left__image-bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 15px;
  }
}
.l-section--photo-text-left-sec {
  margin: 0 0 110px 0;
}

.l-wrapper--photo-text-left-sec {
  padding: 0 157px;
}

.photo-text-left-sec {
  display: flex;
  flex-direction: row;
}
.photo-text-left-sec__photo-hld {
  position: relative;
  width: 48%;
}
.photo-text-left-sec__content-hld {
  width: 52%;
  display: flex;
  align-items: center;
  margin-right: 125px;
}
.photo-text-left-sec__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-left-sec__header {
  margin-bottom: 30px;
}
.photo-text-left-sec__header h2 {
  font-size: 35px;
}
.photo-text-left-sec__text {
  margin-bottom: 30px;
}
.photo-text-left-sec__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 126.7056530214%;
}
.photo-text-left-sec__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-left-sec__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-left-sec {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-left-sec {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-left-sec {
    flex-direction: column;
  }
  .photo-text-left-sec__photo-hld, .photo-text-left-sec__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-left-sec__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .photo-text-left-sec__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-left-sec__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-left-sec__text {
    max-width: unset;
  }
  .photo-text-left-sec__photo-inner {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left-sec {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left-sec {
    padding: 0 15px;
  }
}
.l-section--photo-text-tabs {
  padding: 80px 0;
}

.photo-text-tabs__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.photo-text-tabs__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 50px;
  margin: 100px auto 50px auto;
  max-width: 1200px;
}
.photo-text-tabs__category-item {
  font-family: "WorkSans", sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #a71b2c;
  position: relative;
}
.photo-text-tabs__category-item:hover {
  cursor: pointer;
}
.photo-text-tabs__category-item::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 3px;
  background-color: #a71b2c;
}
.photo-text-tabs__category-item:hover::before {
  width: 50%;
  transition: width 0.4s;
}
.photo-text-tabs__category-item.is-active::before {
  width: 50%;
  transition: width 0.4s;
}
.photo-text-tabs__swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.photo-text-tabs__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.photo-text-tabs__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a71b2c;
}
.photo-text-tabs__content {
  position: relative;
}
.photo-text-tabs__content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  opacity: 0;
  transform: opacity 1s;
  z-index: 0;
  height: 0;
  pointer-events: none;
}
.photo-text-tabs__content-item.is-active {
  z-index: 10;
  opacity: 1;
  transition: opacity 1s;
  height: fit-content;
  pointer-events: auto;
}
.photo-text-tabs__text, .photo-text-tabs__photo-hld {
  width: 50%;
  position: relative;
}
.photo-text-tabs__text {
  padding-right: 100px;
}
.photo-text-tabs__mobile-header {
  display: none;
}
.photo-text-tabs__photo-inner {
  padding-top: 72.5%;
}
.photo-text-tabs__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-text-tabs__description {
  font-family: "WorkSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 45px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1023px) {
  .photo-text-tabs__categories-hld {
    display: none;
  }
  .photo-text-tabs__content-hld {
    overflow: hidden;
  }
  .photo-text-tabs__content-item {
    flex-direction: column;
    height: auto;
    opacity: 1;
    pointer-events: auto;
  }
  .photo-text-tabs__text, .photo-text-tabs__photo-hld {
    width: 100%;
  }
  .photo-text-tabs__text {
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .photo-text-tabs__mobile-header {
    display: block;
    font-family: "WorkSans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #a71b2c;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .photo-text-tabs__text {
    padding-right: 0;
  }
}
.l-section--offers-slider {
  padding: 80px 0;
}

.offers-slider {
  position: relative;
}
.offers-slider__wrapper-hld {
  overflow: hidden;
}
.offers-slider__wrapper {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.offers-slider__header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.offers-slider__header .t-title {
  color: #a71b2c;
}
.offers-slider__item-content-hld {
  border: 1px solid #a71b2c;
}
.offers-slider__item-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 30px;
}
.offers-slider__item-header {
  height: fit-content;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "WorkSans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #a71b2c;
  border-bottom: 1px solid #a71b2c;
  text-align: center;
}
.offers-slider__item-name {
  font-family: "WorkSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #a71b2c;
}
.offers-slider__item-value {
  font-family: "WorkSans", sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #a71b2c;
}
.offers-slider__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70px;
  border-top: 1px solid #a71b2c;
  background-color: #fff;
  font-family: "WorkSans", sans-serif;
  font-size: 23px;
  font-weight: 300;
  color: #a71b2c;
  transition: background-color 0.2s;
}
.offers-slider__item-button:hover {
  background-color: #a71b2c;
  cursor: pointer;
}
.offers-slider__item-button:hover .text {
  color: #fff;
}
.offers-slider__swiper-pagination-hld {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.offers-slider__swiper-pagination {
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 30px;
}
.offers-slider__swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.offers-slider__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a71b2c;
}
.offers-slider__bottom-btn-hld {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.l-section--highlighters-with-text {
  margin: 120px 0;
}

.l-wrapper--highlighters-with-text {
  padding: 120px 20px;
}

.highlighters-with-text__content-hld {
  margin: 0 190px 0 110px;
}
.highlighters-with-text__content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 60px;
  align-items: center;
}
.highlighters-with-text__text {
  max-width: 900px;
}
.highlighters-with-text__header {
  max-width: 460px;
  color: #a71b2c;
}
.highlighters-with-text__adventages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.highlighters-with-text__adventages-item {
  grid-column: 1fr;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.73;
  letter-spacing: em(-0.44, 22);
  color: #000;
  position: relative;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #4a8741;
}
.highlighters-with-text__image-svg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1239px) {
  .highlighters-with-text__content {
    display: flex;
    flex-direction: column;
  }
  .highlighters-with-text__content-hld {
    margin: 0 40px;
  }
  .highlighters-with-text__text, .highlighters-with-text__header {
    max-width: unset;
    text-align: center;
  }
  .highlighters-with-text__adventages {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .l-section--highlighters-with-text {
    margin: 40px 0;
  }
  .l-wrapper--highlighters-with-text {
    padding: 70px 15px;
  }
  .highlighters-with-text__adventages {
    grid-template-columns: auto;
    margin-top: 50px;
  }
}
.l-section--highlighters-with-icons {
  margin: 180px 0 100px 0;
}

.l-wrapper--highlighters-with-icons {
  padding: 0 80px;
}

.highlighters-with-icons__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  max-width: 1250px;
  margin: 0 auto 80px auto;
}
@media (max-width: 1239px) {
  .highlighters-with-icons__content {
    gap: 10px;
  }
}
.highlighters-with-icons__header {
  color: #a71b2c;
}
.highlighters-with-icons__items-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px;
}
.highlighters-with-icons__text {
  text-align: center;
}
.highlighters-with-icons__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.highlighters-with-icons__item-icon {
  max-width: 120px;
  margin-bottom: 10px;
}
.highlighters-with-icons__item-icon img {
  width: 100%;
}
.highlighters-with-icons__item-header {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
  color: #a71b2c;
  letter-spacing: 1.15px;
  text-align: center;
  font-style: italic;
}
.highlighters-with-icons__item-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-align: center;
  min-height: 100px;
  line-height: 1.5;
}

@media (max-width: 1239px) {
  .l-section--highlighters-with-icons {
    margin: 80px 0;
  }
  .highlighters-with-icons__items-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .highlighters-with-icons__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px auto;
  }
  .highlighters-with-icons__text, .highlighters-with-icons__header {
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .l-section--highlighters-with-icons {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .l-wrapper--highlighters-with-icons {
    padding: 0 15px;
  }
  .highlighters-with-icons__header::after {
    width: 76%;
    left: 50px;
    right: 50px;
  }
  .highlighters-with-icons__items-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .highlighters-with-icons__header-item {
    font-size: 20px;
  }
  .highlighters-with-icons__content-hld {
    margin-bottom: 40px;
  }
  .highlighters-with-icons__item-icon {
    margin-bottom: 5px;
  }
}
.l-section--highlighters-with-header {
  margin: 120px 0;
}

.l-wrapper--highlighters-with-header {
  padding: 120px 20px;
}

.highlighters-with-header__header {
  max-width: 620px;
  color: #a71b2c;
  text-align: center;
  margin: 0 auto;
}
.highlighters-with-header__adventages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.highlighters-with-header__adventages-item {
  grid-column: 1fr;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.73;
  letter-spacing: em(-0.44, 22);
  color: #000;
  position: relative;
  border: 1px solid #4a8741;
}
.highlighters-with-header__image-svg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1239px) {
  .highlighters-with-header__content {
    display: flex;
    flex-direction: column;
  }
  .highlighters-with-header__content-hld {
    margin: 0 40px;
  }
  .highlighters-with-header__text, .highlighters-with-header__header {
    max-width: unset;
    text-align: center;
  }
  .highlighters-with-header__adventages {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .l-section--highlighters-with-header {
    margin: 40px 0;
  }
  .l-wrapper--highlighters-with-header {
    padding: 70px 15px;
  }
  .highlighters-with-header__adventages {
    grid-template-columns: auto;
    margin-top: 50px;
  }
}
.background-photo-text {
  position: relative;
}
.background-photo-text__photo-hld {
  position: relative;
  width: 100%;
}
.background-photo-text__photo-hld::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.background-photo-text__photo-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
  overflow: hidden;
}
.background-photo-text__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-photo-text__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.background-photo-text__content-hld {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 140px;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 410px;
  gap: 40px;
  z-index: 100;
}
.background-photo-text__header {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 7.2px;
  color: #fff;
}
.background-photo-text__text {
  color: #fff;
}
.background-photo-text__small-photo-hld {
  position: absolute;
  right: 150px;
  bottom: -125px;
  width: 14%;
  z-index: 100;
}
.background-photo-text__small-photo-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 132.1243523316%;
  overflow: hidden;
}
.background-photo-text__small-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-photo-text__small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 1239px) {
  .l-section--background-photo-text {
    margin: 70px 0;
  }
}
@media (max-width: 1023px) {
  .background-photo-text__photo-inner {
    padding-top: 100vh;
  }
  .background-photo-text__small-photo-hld {
    display: none;
  }
  .background-photo-text__content-hld {
    margin-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .l-section--background-photo-text {
    margin: 40px 0;
  }
  .l-wrapper--background-photo-text {
    padding: 0 15px;
  }
}
.l-section--background-photo-text-fixed {
  margin-top: 110px;
}

.background-photo-text-fixed__inner {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
  overflow: hidden;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.background-photo-text-fixed__image-hld {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.background-photo-text-fixed__image-hld::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.background-photo-text-fixed__image-inner {
  height: 100%;
  position: relative;
}
.background-photo-text-fixed__image-inner img {
  height: 115%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.background-photo-text-fixed__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100000;
  max-width: 1680px;
  width: 100%;
  font-size: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.background-photo-text-fixed__subheader {
  margin-bottom: 25px;
  font-size: 24px;
  letter-spacing: 7.2px;
  text-align: center;
  color: #fff;
}
.background-photo-text-fixed__header {
  margin-bottom: 50px;
  font-size: 65px;
  line-height: 1.15;
  text-align: center;
}
.background-photo-text-fixed__text {
  display: flex;
  gap: 50px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  padding: 0 30px;
  line-height: 35px;
  font-family: "WorkSans", sans-serif;
}
.background-photo-text-fixed__text-col {
  flex-basis: 50%;
}
.background-photo-text-fixed__button {
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .background-photo-text-fixed__inner {
    padding-top: 175vh;
  }
  .background-photo-text-fixed__content {
    width: 95vw;
    font-size: 24px;
  }
  .background-photo-text-fixed__text {
    flex-direction: column;
    text-align: center;
  }
  .background-photo-text-fixed__header {
    font-size: 40px;
  }
}
.l-section--gallery-mosaic {
  margin: 100px 0;
}

.l-wrapper--gallery-mosaic {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 80px;
}

.gallery-mosaic {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-mosaic__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 60px;
}
.gallery-mosaic__filters .filter-btn {
  padding: 10px 20px;
  margin: 0 10px;
  color: #272a2e;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color: transparent;
  position: relative;
  display: block;
  font-weight: 300;
}
.gallery-mosaic__filters .filter-btn.active {
  color: #a71b2c;
}
.gallery-mosaic__filters .filter-btn.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #a71b2c;
}
.gallery-mosaic__filters .filter-btn:hover {
  color: #a71b2c;
  transition: color 0.3s;
}
.gallery-mosaic__item {
  box-sizing: border-box;
  flex: 1 1 calc(33.333% - 20px);
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
  visibility: visible;
  position: relative;
}
.gallery-mosaic__item.hiding {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.gallery-mosaic__item.hidden {
  display: none;
}
.gallery-mosaic__item.showing {
  display: block;
  opacity: 0;
  transform: scale(0.8);
}
.gallery-mosaic__item.visible {
  opacity: 1;
  transform: scale(1);
}
.gallery-mosaic__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.gallery-mosaic__item:hover::before {
  opacity: 1;
}
.gallery-mosaic__item:hover::after {
  opacity: 0.2;
}
.gallery-mosaic__item::before {
  content: "+";
  font-weight: 300;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-mosaic__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a71b2c;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.gallery-mosaic__item-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-mosaic__item:hover .gallery-mosaic__item-image {
  transform: scale(1.05);
}

@media (max-width: 1023px) {
  .l-wrapper--gallery-mosaic {
    padding: 0 30px;
  }
  .gallery-mosaic__filters {
    display: none;
  }
  .gallery-mosaic__item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .gallery-mosaic__item {
    flex: 1 1 100%;
  }
}
.l-section--services-slider {
  margin: 240px 0 0;
}

.l-wrapper--services-slider {
  padding: 0 0 0 80px;
  max-width: unset;
}

.services-slider {
  display: flex;
}
.services-slider__col--content {
  width: 40%;
}
.services-slider__col--slider {
  width: 60%;
}
.services-slider__text {
  font-size: 24px;
  line-height: 1.4;
  color: #a71b2c;
  max-width: 430px;
  margin-bottom: 40px;
  font-weight: 300;
}
.services-slider__header {
  color: #272a2e;
  margin-bottom: 32px;
  line-height: 1.1;
}
.services-slider__slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 400px;
  width: 300px;
}
.services-slider__slider-photo {
  height: 300px;
  width: 100%;
  position: relative;
}
.services-slider__slider-photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-slider__slider-content {
  height: 100px;
  width: 100%;
  border-top: none;
  padding: 10px 10px 10px 5px;
}
.services-slider__slider-name {
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.4px;
  color: #000;
  font-style: italic;
}

@media (min-width: 1441px) {
  .l-wrapper--services-slider {
    padding: 0 0 0 200px;
  }
}
@media (max-width: 1239px) {
  .l-section--services-slider {
    margin: 70px 0;
  }
  .l-wrapper--services-slider {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .services-slider {
    flex-direction: column;
  }
  .services-slider__col--content, .services-slider__col--slider {
    width: 100%;
  }
  .services-slider__col--content {
    margin-bottom: 50px;
  }
  .services-slider__text {
    padding-right: 20px;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .l-section--services-slider {
    margin: 40px 0;
  }
}
.l-wrapper--photo-slider {
  padding: 120px 280px;
  max-width: 1680px;
  margin: 0 auto;
}

.photo-slider {
  width: 100%;
  position: relative;
}
.photo-slider__photo-hld {
  position: relative;
  width: 100%;
}
.photo-slider__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 65.3477218225%;
}
.photo-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
}
.photo-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-slider .swiper {
  overflow: visible;
}
.photo-slider__button {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transform: translateY(-50%);
  z-index: 10;
  transition: background-color 0.3s;
  border: 1px solid #a71b2c;
}
.photo-slider__button img {
  width: 50px;
}
.photo-slider__button--next {
  position: absolute;
  top: 50%;
  right: -35px;
}
.photo-slider__button--prev {
  position: absolute;
  top: 50%;
  left: -35px;
}
.photo-slider__button:hover {
  background-color: #a71b2c;
  cursor: pointer;
}

@media (max-width: 1239px) {
  .l-section--photo-slider {
    margin: 70px 0;
  }
  .l-wrapper--photo-slider {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-slider__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-section--photo-slider {
    margin: 40px 0;
  }
  .l-wrapper--photo-slider {
    padding: 0;
  }
  .photo-slider .swiper {
    overflow: hidden;
  }
}
.l-section--contact-map {
  background-color: #fbf0e1;
  padding: 0;
  margin: 0 auto;
}

.l-wrapper--contact-map {
  padding: 0 100px;
  margin: 0 auto;
  max-width: 1440px;
}

.contact-map {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-map__row {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.contact-map__info, .contact-map__map {
  width: 50%;
  min-height: 150px;
}
.contact-map__info {
  padding: 115px 0 115px 0;
}
.contact-map__map {
  position: relative;
}
.contact-map__map img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-map__map .header-button {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}
.contact-map__info-header {
  font-size: 30px;
  color: #a71b2c;
  margin-bottom: 30px;
  font-style: italic;
}
.contact-map .contact-mobile-btn {
  display: none;
}
.contact-map__adress-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 25px;
}
.contact-map__content {
  font-family: "WorkSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #a71b2c;
  line-height: 1.88;
  letter-spacing: -0.32px;
  margin-left: 35px;
}
.contact-map__content a {
  display: block;
  font-family: "WorkSans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #a71b2c;
  line-height: 1.88;
  letter-spacing: -0.32px;
}
.contact-map__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  width: 35px;
}
.contact-map__icon--pin {
  width: 40px;
}
.contact-map__icon img {
  width: 100%;
  height: auto;
}
.contact-map__button {
  position: absolute;
  right: 30px;
  bottom: 15px;
  background-color: #a71b2c;
}
.contact-map__button .text {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.contact-map__button:hover {
  background-color: #fff;
}
.contact-map__button:hover .text {
  color: #a71b2c;
}

@media (max-width: 1239px) {
  .contact-map {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .l-wrapper--contact-map {
    padding: 0 15px;
  }
  .contact-map__map {
    display: none;
  }
  .contact-map__info {
    width: 100%;
    padding: 20px 15px;
  }
  .contact-map__content {
    margin-left: 20px;
  }
  .contact-map .contact-mobile-btn {
    display: block;
  }
  .contact-map .contact-mobile-btn .text {
    font-size: 18px;
    font-weight: 600;
  }
}
.l-section--intro-text {
  margin: 60px 0;
}

.l-wrapper--intro-text {
  padding: 0 130px;
  max-width: 1680px;
  margin: 0 auto;
}

.intro-text__header {
  font-family: "CormorantGaramond", serif;
  font-size: 45px;
  font-weight: 400;
  color: #000;
  letter-spacing: 7.2px;
  text-align: center;
  margin-bottom: 30px;
}
.intro-text__content {
  font-family: "WorkSans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #a71b2c;
  line-height: 1.82;
  letter-spacing: -0.44px;
  text-align: center;
}

@media (max-width: 1239px) {
  .l-section--intro-text {
    margin: 70px 0;
  }
}
@media (max-width: 1023px) {
  .l-wrapper--intro-text {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .l-section--intro-text {
    margin: 40px 0;
  }
  .l-wrapper--intro-text {
    padding: 0 15px;
  }
}
.l-section--two-tiles {
  margin: 230px 0 150px 0;
}

.l-wrapper--two-tiles {
  padding: 0 35px;
}

.two-tiles {
  display: flex;
  gap: 20px;
}
.two-tiles__item-hld {
  width: 50%;
  display: block;
}
.two-tiles__item {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 104.8387096774%;
  height: 100%;
}
.two-tiles__item:hover .two-tiles__header {
  transform: translateY(30px);
}
.two-tiles__item:hover .two-tiles__button {
  transform: translateY(-30px);
}
.two-tiles__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.two-tiles__background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 42, 46, 0.4);
}
.two-tiles__background img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.two-tiles__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 70px;
}
.two-tiles__header {
  font-size: 55px;
  font-weight: 600;
  color: #fff;
  font-style: italic;
  letter-spacing: 7.2px;
  position: absolute;
  top: 60px;
  transition: transform 0.3s;
}
.two-tiles__description {
  font-family: "WorkSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  line-height: 2;
  letter-spacing: -0.32px;
  transition: opacity 0.3s;
}
.two-tiles__button {
  position: absolute;
  bottom: 140px;
  transition: transform 0.3s;
  cursor: pointer;
}

@media (max-width: 1239px) {
  .l-section--two-tiles {
    margin: 70px 0;
  }
  .l-wrapper--two-tiles {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .two-tiles {
    flex-direction: column;
  }
  .two-tiles__item-hld {
    width: 100%;
  }
  .two-tiles__item {
    padding-top: 215%;
  }
  .two-tiles__item:hover .two-tiles__description {
    opacity: 1;
  }
  .two-tiles__item:hover .two-tiles__header {
    transform: none;
  }
  .two-tiles__item:hover .two-tiles__button {
    transform: none;
  }
  .two-tiles__content {
    padding: 30px 20px;
    text-align: center;
  }
  .two-tiles__description {
    opacity: 1;
  }
  .two-tiles__header {
    top: 40px;
    font-size: 40px;
  }
  .two-tiles__button {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-section--two-tiles {
    margin: 40px 0;
  }
  .l-wrapper--two-tiles {
    padding: 0 15px;
  }
}
.l-section--basic-text {
  margin: 110px 0;
}
.page-simple-text .l-section--basic-text {
  margin: 110px 0 110px 0;
}

.l-wrapper--basic-text {
  padding: 0 157px 0 137px;
}

.basic-text {
  color: #272a2e;
}
.basic-text__page-title {
  text-align: center;
}
.basic-text p {
  font-family: "WorkSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #272a2e;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  margin: 15px 0;
}
.basic-text h2,
.basic-text h3,
.basic-text h4 {
  font-family: "CormorantGaramond", serif;
  font-weight: 300;
}
.basic-text h2 {
  font-size: 40px;
  line-height: 1.88;
  margin: 30px 0;
}
.basic-text h3 {
  font-size: 30px;
  margin: 30px 0 20px;
}
.basic-text h4 {
  font-size: 26px;
}
.basic-text ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.basic-text ul li {
  padding-left: 30px;
  font-family: "WorkSans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #272a2e;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  position: relative;
}
.basic-text ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4a8741;
}
.basic-text ol {
  line-height: 2;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 300;
}

@media (max-width: 1239px) {
  .l-section--basic-text {
    margin: 70px 0;
  }
  .l-wrapper--basic-text {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .basic-text ul li {
    margin: 15px 0;
    line-height: 2;
  }
  .basic-text ul li::before {
    top: 15px;
    transform: unset;
    width: 8px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .l-section--basic-text {
    margin: 40px 0;
  }
  .page-simple-text .l-section--basic-text {
    margin: 35px 0 50px 0;
  }
  .l-wrapper--basic-text {
    padding: 0 15px;
  }
  .basic-text h2 {
    font-size: 36px;
    line-height: 1.6;
  }
}
.l-section--opinions-slider {
  margin: 130px 0;
}

.l-wrapper--opinions-slider {
  padding: 0 95px;
}

/* Struktura Swiper Slider */
.opinions-slider__content-hld {
  margin-bottom: 40px;
}
.opinions-slider__header::after {
  width: 66%;
}
.opinions-slider__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.opinions-slider__slider-hld {
  margin: 0 150px;
  overflow: hidden;
}
.opinions-slider__slider-container {
  position: relative;
}
.opinions-slider__quote-icon {
  position: absolute;
  top: -100px;
  left: 0;
  opacity: 0.15;
}
.opinions-slider__quote-icon img {
  width: 256px;
  height: 256px;
}
.opinions-slider__slider {
  width: 100%;
}
.opinions-slider__slide {
  text-align: center;
}
.opinions-slider__sign {
  font-family: "WorkSans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #272a2e;
  letter-spacing: 0.9px;
  margin-top: 35px;
}
.opinions-slider .swiper-button-prev:after,
.opinions-slider .swiper-rtl .swiper-button-next:after,
.opinions-slider .swiper-button-next:after,
.opinions-slider .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.opinions-slider .swiper-button-next,
.opinions-slider .swiper-button-prev {
  width: 64px;
  opacity: 0.5;
}
.opinions-slider .swiper-button-next img,
.opinions-slider .swiper-button-prev img {
  width: 100%;
}
.opinions-slider .swiper-button-next {
  right: -20px;
}
.opinions-slider .swiper-button-prev {
  left: -20px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1239px) {
  .l-section--opinions-slider {
    margin: 100px 0;
  }
  .l-wrapper--opinions-slider {
    padding: 0 30px;
  }
  .opinions-slider__slider-hld {
    margin: 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--opinions-slider {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .opinions-slider__header::after {
    width: 100%;
    left: 0;
    right: 0;
  }
  .opinions-slider__slider-hld {
    margin: 0;
  }
}
.l-section--double-photo-text {
  margin: 0 0 110px 0;
}

.l-wrapper--double-photo-text {
  padding: 120px 137px 120px 50px;
}

.double-photo-text__item {
  display: flex;
}
.double-photo-text__item--first {
  margin-bottom: 40px;
}
.double-photo-text__photo-hld {
  position: relative;
}
.double-photo-text__item--first .double-photo-text__photo-hld {
  width: 38%;
}
.double-photo-text__item--second .double-photo-text__photo-hld {
  width: 52%;
}
.double-photo-text__content-hld {
  display: flex;
  align-items: center;
}
.double-photo-text__item--first .double-photo-text__content-hld {
  width: 62%;
}
.double-photo-text__item--second .double-photo-text__content-hld {
  width: 48%;
  margin-left: 107px;
}
.double-photo-text__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.double-photo-text__item--first .double-photo-text__content {
  margin-left: 107px;
}
.double-photo-text__item--second .double-photo-text__content {
  margin-right: 30px;
}
.double-photo-text__header {
  margin-bottom: 30px;
}
.double-photo-text__item--first .double-photo-text__text {
  font-family: "WorkSans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #a71b2c;
  line-height: 1.82;
  letter-spacing: -0.44px;
  max-width: 500px;
}
.double-photo-text__item--second .double-photo-text__text {
  max-width: 430px;
}
.double-photo-text__photo-inner {
  position: relative;
  width: 100%;
  height: 0;
}
.double-photo-text__item--first .double-photo-text__photo-inner {
  padding-top: 63.4529147982%;
}
.double-photo-text__item--second .double-photo-text__photo-inner {
  padding-top: 60.4838709677%;
}
.double-photo-text__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.double-photo-text__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double-photo-text__button {
  margin-top: 20px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1239px) {
  .l-section--double-photo-text {
    margin: 70px 0;
  }
  .l-wrapper--double-photo-text {
    padding: 80px 30px;
  }
}
@media (max-width: 1023px) {
  .double-photo-text__item {
    flex-direction: column;
    align-items: center;
  }
  .double-photo-text__item--first .double-photo-text__photo-hld, .double-photo-text__item--second .double-photo-text__photo-hld {
    width: 100%;
  }
  .double-photo-text__item--first .double-photo-text__content-hld, .double-photo-text__item--second .double-photo-text__content-hld {
    width: 100%;
    margin-left: 0;
  }
  .double-photo-text__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 30px 0;
  }
  .double-photo-text__item--first .double-photo-text__content, .double-photo-text__item--second .double-photo-text__content {
    margin-left: 0;
    margin-right: 0;
  }
  .double-photo-text__item--first .double-photo-text__photo-inner, .double-photo-text__item--second .double-photo-text__photo-inner {
    padding-top: 63.4529147982%;
  }
}
@media (max-width: 767px) {
  .l-section--double-photo-text {
    margin: 40px 0;
  }
  .l-wrapper--double-photo-text {
    padding: 0 15px;
  }
}
.l-section--content-accordions {
  margin: 115px 0 100px;
}

.l-wrapper--content-accordions {
  padding: 0 80px;
}

.content-accordions-item {
  border: solid 1px #a71b2c;
  margin-bottom: 25px;
}
.content-accordions-item__title-box {
  display: flex;
  flex-direction: row;
  position: relative;
  cursor: pointer;
  padding: 15px 0 15px 40px;
  border-bottom: solid 1px #a71b2c;
  font-family: "WorkSans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: #272a2e;
  line-height: 1.82;
  letter-spacing: -0.44px;
  text-align: left;
  transition: background-color 0.3s;
}
.content-accordions-item.is-active-accordion .content-accordions-item__title-box {
  background-color: #a71b2c;
  color: #fff;
}
.content-accordions-item__image-box {
  width: 140px;
}
.content-accordions-item__icon-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}
.content-accordions-item__icon-box--editor-mode {
  cursor: pointer;
}
.content-accordions-item__icon {
  transition: transform 0.2s;
}
.content-accordions-item.is-active-accordion .content-accordions-item__icon {
  transform: scale(1, -1);
}
.content-accordions-item__text-box {
  height: 0;
  overflow: hidden;
}
.content-accordions-item__text-box-inner {
  padding: 19px 30px 19px 40px;
  font-family: "WorkSans", sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.content-accordions__subheader {
  color: #a71b2c;
  font-weight: 300;
}
.content-accordions__item {
  margin-top: 25px;
}
.content-accordions__item--editor-mode {
  margin: 15px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1023px) {
  .l-wrapper--content-accordions {
    padding: 0 15px;
  }
  .content-accordions__title {
    text-align: center;
  }
  .content-accordions__subheader {
    font-size: 30px;
  }
  .content-accordions-item__text-box-inner {
    padding: 19px 0 19px 10px;
  }
  .content-accordions-item__title-box {
    padding: 10px 45px 10px 15px;
    font-size: 18px;
  }
  .content-accordions-item__text-box-inner {
    padding: 19px 15px 19px 15px;
    font-size: 15px;
  }
}
.l-section--intro-and-form {
  margin: 100px 0 120px;
}

.l-wrapper--intro-and-form {
  padding: 0 240px;
}

.intro-and-form #wpforms-error-noscript {
  display: none !important;
}
.intro-and-form__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 45px;
}
.intro-and-form__header {
  color: #4a8741;
  margin-bottom: 25px;
}
.intro-and-form .wpforms-field-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
}
.intro-and-form .wpforms-field-container #wpforms-8-field_1::placeholder,
.intro-and-form .wpforms-field-container #wpforms-8-field_2::placeholder,
.intro-and-form .wpforms-field-container #wpforms-8-field_3::placeholder,
.intro-and-form .wpforms-field-container #wpforms-8-field_4::placeholder {
  font-family: "CormorantGaramond", serif;
  font-size: 16px;
  font-weight: 300;
}
.intro-and-form .wpforms-field-container label {
  display: none;
}
.intro-and-form .wpforms-field-container input,
.intro-and-form .wpforms-field-container textarea {
  width: 100%;
  padding-left: 20px;
}
.intro-and-form .wpforms-field-container input {
  height: 60px;
}
.intro-and-form .wpforms-field-container textarea {
  padding-top: 20px;
  height: 100%;
}
.intro-and-form .wpforms-container .wpforms-field {
  padding: 5px 15px 5px 0;
}
.intro-and-form div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  height: 100%;
}
.intro-and-form #wpforms-8-field_1-container {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.intro-and-form #wpforms-8-field_2-container {
  grid-row: 2/span 1;
  grid-column: 1/span 1;
}
.intro-and-form #wpforms-8-field_3-container {
  grid-row: 3/span 1;
  grid-column: 1/span 1;
}
.intro-and-form #wpforms-8-field_4-container {
  grid-row: 1/span 3;
  grid-column: 2/span 3;
}
.intro-and-form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  margin-top: 40px;
}
.intro-and-form div.wpforms-container-full button[type=submit],
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
  font-family: "CormorantGaramond", serif;
  font-size: 16px;
  font-weight: 500;
  color: #4a8741;
  letter-spacing: 2px;
  position: relative;
  padding: 15px 5px 5px 0;
  background: transparent;
  cursor: pointer;
}
.intro-and-form div.wpforms-container-full button[type=submit]:after, .intro-and-form div.wpforms-container-full button[type=submit]:before,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):after,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #4a8741;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}
.intro-and-form div.wpforms-container-full button[type=submit]:before,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):before {
  transform: scaleX(1);
  transform-origin: right;
  transition-delay: 0.25s;
}
.intro-and-form div.wpforms-container-full button[type=submit]:after,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):after {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}
.intro-and-form div.wpforms-container-full button[type=submit]:hover:before,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover:before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.intro-and-form div.wpforms-container-full button[type=submit]:hover:after,
.intro-and-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover:after {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1239px) {
  .l-section--intro-and-form {
    margin: 70px 0;
  }
}
@media (max-width: 1023px) {
  .intro-and-form .wpforms-field-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .intro-and-form #wpforms-8-field_1-container,
  .intro-and-form #wpforms-8-field_2-container,
  .intro-and-form #wpforms-8-field_3-container,
  .intro-and-form #wpforms-8-field_4-container {
    grid-area: unset;
  }
  .intro-and-form .wpforms-field-medium {
    width: 100% !important;
    max-width: 100% !important;
  }
  .intro-and-form textarea {
    min-height: 300px;
  }
  .intro-and-form .wpforms-submit-container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .l-section--intro-and-form {
    margin: 40px 0;
  }
  .l-wrapper--intro-and-form {
    padding: 0 15px;
  }
}
.details-banner {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.details-banner__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.details-banner__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.details-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-banner__content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 2;
}
.details-banner__title {
  font-size: 80px;
  color: #fff;
}

.details-page {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding: 0 130px 50px 130px;
}
.details-page__box-button {
  border: 1px solid #000;
}
.details-page__content {
  flex: 2;
}
.details-page__content-hld {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.details-page__slider {
  margin-top: 30px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.details-page__slider::before, .details-page__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  z-index: 5;
  pointer-events: none;
}
.details-page__slider::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.details-page__slider::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.details-page__facilities {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px 50px 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.details-page__facility {
  font-size: 20px;
  color: #272a2e;
  font-weight: 300;
}
.details-page__excerpt {
  font-size: 18px;
  font-weight: 500;
  color: #272a2e;
  margin-bottom: 20px;
  line-height: 1.5;
}
.details-page__text {
  font-size: 16px;
  line-height: 1.8;
  color: #272a2e;
}
.details-page__text p {
  margin: 15px 0;
}
.details-page__col--sidebar {
  flex: 1;
}
.details-page__col--sidebar .details-page__box {
  position: sticky;
  top: 120px;
  padding: 20px;
  background-color: white;
  border: 1px solid #a71b2c;
  margin-top: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.details-page__col--sidebar .details-page__box-header {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.details-page__col--sidebar .details-page__box-price {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
.details-page__col--sidebar .details-page__box-price .value {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-left: 5px;
}
.details-page__latest-posts {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
.details-page__latest-posts-header {
  font-family: "CormorantGaramond", serif;
  font-size: 25px;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-bottom: 25px;
}
.details-page__latest-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}
.details-page__latest-post-item {
  margin-bottom: 20px;
  font-weight: 300;
}
.details-page__latest-post-link {
  text-decoration: none;
  color: #272a2e;
  font-family: "WorkSans", sans-serif;
}
.details-page__latest-post-link:hover {
  text-decoration: underline;
  color: #a71b2c;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1023px) {
  .details-page {
    padding: 30px 15px 15px 15px;
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .details-page__col--sidebar {
    flex: 1;
  }
  .details-page__col--sidebar .details-page__box {
    margin-top: 0px;
  }
  .details-banner__title {
    font-size: 30px;
    padding-left: 15px;
  }
  .details-banner__content {
    left: 15px;
    padding-right: 15px;
  }
  .l-wrapper--intro-text {
    padding: 0 15px;
  }
}
.l-section--blog-slider {
  margin: 80px 0;
  overflow: hidden;
}
.page-blog-details .l-section--blog-slider {
  margin: 30px;
}

.l-wrapper--blog-slider {
  max-width: unset;
  padding: 0 80px 0 40px;
}

.blog-slider__content {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
.blog-slider__subheader {
  font-weight: 300;
}
.blog-slider__item {
  display: block;
  background: #fff;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1239px) {
  .l-section--blog-slider {
    margin: 70px 0;
  }
  .l-wrapper--blog-slider {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--blog-slider {
    margin: 60px 0;
  }
  .l-wrapper--blog-slider {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .l-wrapper--blog-slider {
    padding: 0 0 0 15px;
  }
  .blog-slider__content {
    text-align: center;
    padding-right: 15px;
  }
  .blog-slider__header {
    margin-bottom: 15px;
  }
}
.details-photo-slider {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding: 0 50px;
}
.details-photo-slider .swiper-wrapper {
  display: flex;
}
.details-photo-slider .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.details-photo-slider .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.details-photo-slider .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.details-photo-slider .slider-button img {
  width: 20px;
  height: 20px;
}
.details-photo-slider .swiper-button-prev {
  left: 10px;
}
.details-photo-slider .swiper-button-next {
  right: 10px;
}

.blog-item {
  min-height: 280px;
  border-radius: 0;
  border-color: #272a2e;
  display: block;
  text-decoration: none;
  background-color: #F7F3ED;
  padding: 15px;
}
.blog-item:hover {
  background-color: #A8BBA2;
  transition: background-color 0.3s;
}
.page-template-blog-listing-page .blog-item {
  border: 1px solid #000;
  padding: 20px;
}
.page-template-blog-listing-page .blog-item:hover {
  background-color: #A8BBA2;
}
.blog-item__photo-hld {
  width: 100%;
  height: 430px;
}
.blog-item__photo-hld img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item__date {
  font-size: 18px;
  font-weight: 500;
  color: #a71b2c;
  font-family: "WorkSans", sans-serif;
  margin: 15px 0 5px 0;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.blog-item__name {
  font-size: 30px;
  color: #272a2e;
  font-family: "CormorantGaramond", serif;
  font-style: italic;
  margin-bottom: 15px;
}
.blog-item__content {
  color: #272a2e;
  line-height: 1.5;
}
.blog-item__read-more {
  display: block;
  margin-top: 15px;
  color: #272a2e;
}

@media (min-width: 1441px) {
  .blog-item {
    min-height: 280px;
  }
}
@media (max-width: 1023px) {
  .blog-item {
    min-height: 385px;
    padding: 20px 15px;
  }
  .page-blog-listing .blog-item {
    min-height: 270px;
  }
}
.l-section--info-column {
  margin: 200px 0;
}
@media (max-width: 1239px) {
  .l-section--info-column {
    margin: 50px 0;
  }
}

@media (max-width: 1239px) {
  .l-wrapper--info-column {
    padding: 0 15px;
  }
}

.info-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1239px) {
  .info-column {
    flex-direction: row;
    gap: 4rem;
  }
}
.info-column__col {
  width: 100%;
}
.info-column__col--left {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1239px) {
  .info-column__col--left {
    width: 50%;
    text-align: left;
    justify-content: flex-start;
  }
}
.info-column__col--right {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media (min-width: 1239px) {
  .info-column__col--right {
    width: 60%;
    gap: 40px;
  }
}
.info-column__col--right .or {
  font-weight: 300;
  display: flex;
  align-items: center;
}
.info-column__header {
  font-size: 70px;
  font-weight: 600;
  color: #4a8741;
  font-style: italic;
}
@media (min-width: 1441px) {
  .info-column__header {
    font-size: 73px;
  }
}
@media (max-width: 1239px) {
  .info-column__header {
    font-size: 50px;
  }
}
.info-column__text {
  font-size: 20px;
  color: #272a2e;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
}
.info-column__text a {
  text-decoration: none;
  color: #4a8741;
  font-style: italic;
}
.info-column__contact {
  display: flex;
  text-align: left;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1239px) {
  .info-column__contact {
    flex-direction: column;
    gap: 25px;
  }
}
.info-column__contact-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.info-column__contact-item .link {
  color: #a71b2c;
  font-size: 25px;
  font-weight: 300;
}
.info-column__contact-item .label {
  font-weight: 300;
}/*# sourceMappingURL=style.css.map */