@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

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

b, strong {
  font-weight: 700;
}

a {
  color: rgb(99, 80, 54);
}

.btn-primary {
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0.375rem;
  background-color: rgb(99, 80, 54);
  color: #fff;
  font-weight: 400;
  border: 1px solid rgb(99, 80, 54);
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  opacity: 0.7;
  background-color: #2f7135;
  border-color: #2f7135;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn1 {
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0.375rem;
  background-color: rgb(99, 80, 54);
  color: #545454;
  font-weight: 400;
}

.btn2 {
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0.375rem;
  background-color: rgb(99, 80, 54);
  color: #fff;
  font-weight: 400;
}

.btn2-small {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.btn3 {
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0.375rem;
  border-color: #C6BCB3;
  background-color: #C6BCB3;
  color: #545454;
  font-weight: 400;
}

.btn1:hover,
.btn2:hover,
.btn2-small:hover,
.btn3:hover {
  opacity: 0.7;
  background-color: #2f7135;
  color: #fff;
}

.title-single {
  color: rgb(15, 15, 14);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 25px;
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}

.view-all-link {
  font-size: 1rem;
  color: rgb(99, 80, 54);
  text-decoration: underline;
  transition: color 0.3s;
}
.view-all-link:hover {
  color: rgb(99, 80, 54);
}

.view-all-link:hover {
  color: #C6BCB3;
}

.btn-offer {
  width: 100%;
  margin-bottom: 10px;
  background-color: rgb(15, 15, 14);
  border-color: rgb(15, 15, 14);
}

.btn-offer:hover {
  background-color: rgb(99, 80, 54);
  border-color: rgb(99, 80, 54);
}

.navbar-toggler {
  border: 1px solid rgb(99, 80, 54);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: rgb(99, 80, 54);
  color: rgb(15, 15, 14);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(189, 165, 113,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.sep2 {
  margin-bottom: 10px;
}
.sep2 img {
  transform: rotate(90deg);
  width: 30px;
  filter: invert(10%) sepia(87%) saturate(4742%) hue-rotate(348deg) brightness(120%) contrast(116%);
}

.sep2-white img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(256deg) brightness(109%) contrast(101%);
}

.container-fluid {
  max-width: 1400px;
}

.top-nav-contact1 {
  background-color: #2b4e15;
  color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #2b4e15;
  font-size: 13px;
  padding: 7px 0;
}
.top-nav-contact1 .container-fluid {
  max-width: 100%;
}
.top-nav-contact1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-nav-contact1 .single1 ul li {
  display: inline-block;
  margin-right: 12px;
}
.top-nav-contact1 .single1 a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}
.top-nav-contact1 .single1 a:hover {
  color: rgb(99, 80, 54);
}
.top-nav-contact1 .single2 ul {
  text-align: right;
}
.top-nav-contact1 .single2 ul li {
  display: inline-block;
  margin: 0 5px;
}
.top-nav-contact1 .single2 ul li a {
  background-color: transparent;
  padding: 12px 0px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.top-nav-contact1 .single2 ul li a i {
  margin-right: 7px;
}
.top-nav-contact1 .single2 ul li a:hover {
  opacity: 0.8;
}

.section-slider {
  position: relative;
}

.section1 {
  position: relative;
}

.top-nav2 {
  position: relative;
  z-index: 1;
  right: 0;
  left: 0;
}
.top-nav2 .container-fluid {
  max-width: 100%;
}
.top-nav2 .single1 h1 {
  margin-bottom: 0;
}
.top-nav2 .single1 .logo img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-nav2 .single1 .logo:hover img {
  opacity: 0.8;
}
.top-nav2 .navbar .navbar-nav li {
  margin: 0 20px;
  color: #2f7135;
  padding-right: 0;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  position: relative;
}
.top-nav2 .navbar .navbar-nav .nav-link {
  color: #000;
  padding-right: 0;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  position: relative;
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .nav-link:hover {
  color: #000;
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .active .nav-link {
  color: #000;
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .active.menu-item-192 .nav-link,
.top-nav2 .navbar .navbar-nav .active.menu-item-255 .nav-link {
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .active.menu-item-192 .nav-link::after,
.top-nav2 .navbar .navbar-nav .active.menu-item-255 .nav-link::after {
  background-color: transparent;
}
.top-nav2 .navbar .navbar-nav .contact a {
  background-color: #2f7135;
  color: #fff;
  padding: 10px 27px;
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .contact .nav-link::after {
  display: none;
}
.top-nav2 .navbar .navbar-nav .contact.active a {
  color: #fff;
}
.top-nav2 .navbar .navbar-nav .contact:hover a {
  background-color: rgb(99, 80, 54);
  color: rgb(15, 15, 14);
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .dropdown-menu li {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.top-nav2 .navbar .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 0 9px;
}
.top-nav2 .navbar .navbar-nav .reservation a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 2px;
  font-weight: 400;
  border-radius: 0.375rem;
}
.top-nav2 .navbar .navbar-nav .reservation a:hover {
  background-color: rgba(99, 80, 54, 0.77);
  color: #fff;
}
.top-nav2 .navbar .navbar-nav .reservation.active a {
  color: #fff;
}
.top-nav2 .navbar .navbar-nav .reservation.active a:hover {
  background-color: rgba(99, 80, 54, 0.77);
  color: #fff;
}
.top-nav2 .navbar-nav21 {
  margin-left: 15px;
}
.top-nav2 .navbar-nav21 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.top-nav2 .navbar-nav21 ul li {
  padding-right: 7px;
  padding-left: 7px;
}
.top-nav2 .navbar-nav21 ul .fb img {
  width: 8px;
  height: 16px;
}
.top-nav2 .navbar-nav21 ul .in img {
  width: 16px;
  height: 16px;
}
.top-nav2 .navbar-nav21 ul li a:hover img {
  filter: invert(70%) sepia(8%) saturate(1320%) hue-rotate(351deg) brightness(92%) contrast(85%);
}
.top-nav2 .but-menu {
  cursor: pointer;
  color: rgb(15, 15, 14);
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.top-nav2 .but-menu p {
  text-transform: uppercase;
  margin-bottom: 6px;
}
.top-nav2 .but-menu .poj2 {
  display: none;
}
.top-nav2 .but-menu:hover button {
  background-color: rgb(15, 15, 14);
  border: none;
}
.top-nav2 .but-menu:hover p {
  color: rgb(99, 80, 54);
}
.top-nav2 .but-menu[aria-expanded=true] .poj1 {
  display: none;
}
.top-nav2 .but-menu[aria-expanded=true] .poj2 {
  display: block;
}

.top-nav2 {
  position: relative;
  z-index: 1;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.top-nav2 .container-fluid {
  max-width: 100%;
}
.top-nav2 .single1 h1 {
  margin-bottom: 0;
}
.top-nav2 .single1 .logo img {
  padding-top: 2px;
  padding-bottom: 2px;
}
.top-nav2 .single1 .logo:hover img {
  opacity: 0.8;
}
.top-nav2 .navbar .navbar-nav li {
  margin: 0 20px;
  color: #2f7135;
  padding-right: 0;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  position: relative;
}
.top-nav2 .navbar .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  position: relative;
  font-weight: 400;
  color: #000;
}
.top-nav2 .navbar .navbar-nav .nav-link:hover {
  opacity: 0.7;
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .active .nav-link {
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .active.menu-item-192 .nav-link,
.top-nav2 .navbar .navbar-nav .active.menu-item-255 .nav-link {
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .active.menu-item-192 .nav-link::after,
.top-nav2 .navbar .navbar-nav .active.menu-item-255 .nav-link::after {
  background-color: transparent;
}
.top-nav2 .navbar .navbar-nav .contact a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  padding: 10px 27px;
  font-weight: 400;
}
.top-nav2 .navbar .navbar-nav .contact .nav-link::after {
  display: none;
}
.top-nav2 .navbar .navbar-nav .contact:hover a {
  background-color: #2f7135;
  color: #fff;
  font-weight: 400;
}
.top-nav2 .navbar-nav21 {
  margin-left: 15px;
}
.top-nav2 .navbar-nav21 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.top-nav2 .navbar-nav21 ul li {
  padding-right: 7px;
  padding-left: 7px;
}
.top-nav2 .navbar-nav21 ul .fb img {
  width: 8px;
  height: 16px;
}
.top-nav2 .navbar-nav21 ul .in img {
  width: 16px;
  height: 16px;
}
.top-nav2 .navbar-nav21 ul li a:hover img {
  filter: invert(70%) sepia(8%) saturate(1320%) hue-rotate(351deg) brightness(92%) contrast(85%);
}
.top-nav2 .but-menu {
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.top-nav2 .but-menu p {
  text-transform: uppercase;
  margin-bottom: 6px;
}
.top-nav2 .but-menu .poj2 {
  display: none;
}
.top-nav2 .but-menu:hover button {
  background-color: #fff;
  border: none;
}
.top-nav2 .but-menu:hover p {
  color: rgb(99, 80, 54);
}
.top-nav2 .but-menu[aria-expanded=true] .poj1 {
  display: none;
}
.top-nav2 .but-menu[aria-expanded=true] .poj2 {
  display: block;
}

.home .top-nav2 {
  position: absolute;
}
.home .top-nav2 .navbar .navbar-nav .active .nav-link {
  color: #fff;
}
.home .top-nav2 .navbar .navbar-nav .active .nav-link:hover {
  opacity: 0.7;
}
.home .top-nav2 .navbar .navbar-nav .nav-link {
  color: #fff;
}
.home .top-nav2 .navbar .navbar-nav .nav-link:hover {
  opacity: 0.7;
}

.home .top-nav2.scrolled {
  position: fixed;
}

.top-nav2.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: RGBA(247, 247, 242, 0.52);
  z-index: 11;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.top-nav2.scrolled .single1 .logo img {
  width: 140px;
  padding-top: 0;
  padding-bottom: 0;
}
.top-nav2.scrolled .navbar {
  padding: 0.2rem 1rem;
}
.top-nav2.scrolled .navbar .navbar-nav li {
  margin: 0 10px;
}
.top-nav2.scrolled .navbar .navbar-nav .nav-link {
  font-size: 13px;
  color: rgb(15, 15, 14);
}
.top-nav2.scrolled .navbar .navbar-nav .nav-link::after {
  background-color: rgb(15, 15, 14);
}
.top-nav2.scrolled .navbar .navbar-nav .reservation a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 2px;
  font-weight: 400;
  border-radius: 0.375rem;
}
.top-nav2.scrolled .navbar .navbar-nav .reservation a:hover {
  background-color: rgba(99, 80, 54, 0.77);
  color: #fff;
}
.top-nav2.scrolled .navbar .navbar-nav .contact a {
  color: #fff;
}
.top-nav2.scrolled .but-more {
  color: rgb(15, 15, 14);
}

.home .top-nav2 {
  background-color: rgba(0, 0, 0, 0);
}
.home .top-nav2 .navbar {
  padding-left: 0;
  padding-right: 0;
}
.home .top-nav2 .but-menu {
  color: #fff;
}
.home .top-nav2.scrolled {
  background-color: #fff;
}
.home .top-nav2.scrolled .but-menu {
  color: #000;
}

#colmenu {
  left: 0;
  top: 0;
  padding-top: 20px;
  background: #fff;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  border-left: 60px solid rgb(99, 80, 54);
}
#colmenu .but-menu-close {
  text-align: right;
}
#colmenu .menu-mobile-top {
  float: left;
  width: 100%;
  padding: 0 15px;
}
#colmenu .menu-mobile-top .menu-mobile-top1 {
  float: left;
  font-size: 18px;
  font-weight: 400;
  width: 50%;
  text-transform: uppercase;
  padding-left: 10px;
}
#colmenu .menu-mobile-top .menu-mobile-top2 {
  float: left;
  width: 50%;
  text-align: right;
}
#colmenu .menu-mobile-top .menu-mobile-top2 button {
  background-color: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
#colmenu .single1 {
  float: left;
  width: 100%;
  padding: 0 15px;
}
#colmenu .single1 .single11 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 190px;
  float: right;
}
#colmenu .single1 .single11 ul li {
  text-align: right;
  color: #2F374A;
  padding-right: 0;
  padding-left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
}
#colmenu .single1 .single11 ul li .nav-link {
  color: rgb(15, 15, 14);
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  position: relative;
  text-decoration: none;
}
#colmenu .single1 .single11 ul li .nav-link:hover {
  opacity: 0.7;
  font-weight: 400;
}
#colmenu .single1 .single11 ul .contact {
  margin-top: 14px;
}
#colmenu .single1 .single11 ul .contact a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  padding: 10px 27px;
  font-weight: 400;
}
#colmenu .single1 .single11 ul .contact:hover a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  font-weight: 400;
}
#colmenu .single1 .single11 .active.menu-item-192 .nav-link,
#colmenu .single1 .single11 .active.menu-item-255 .nav-link {
  font-weight: 400;
  color: rgb(15, 15, 14);
}
#colmenu .single1 .single11 .active.menu-item-192 .nav-link::after,
#colmenu .single1 .single11 .active.menu-item-255 .nav-link::after {
  background-color: transparent;
}
#colmenu .single1 .single12 {
  position: absolute;
  bottom: 20px;
  right: 15px;
}
#colmenu .single1 .single12 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#colmenu .single1 .single12 ul li {
  float: right;
  margin-left: 15px;
}
#colmenu .single1 .single12 ul li a:hover {
  filter: invert(70%) sepia(8%) saturate(1320%) hue-rotate(351deg) brightness(92%) contrast(85%);
}

.section-slider {
  position: relative;
  overflow: hidden;
}
.section-slider .container-fluid {
  max-width: 100%;
  padding: 0;
}
.section-slider .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding: 20px;
  color: #fff;
  text-indent: center;
}
.section-slider .carousel-caption .carousel-caption-sz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section-slider .carousel-caption .carousel-caption-sz .desc1 {
  text-align: center;
  font-size: 16px;
}
.section-slider .carousel-caption .carousel-caption-sz .desc1 h1 {
  font-size: 70px;
  font-family: "Judson", serif;
  letter-spacing: 3px;
  font-weight: 600;
}
.section-slider .carousel-caption .carousel-caption-sz .desc1 h1 span, .section-slider .carousel-caption .carousel-caption-sz .desc1 h1 strong {
  color: rgb(99, 80, 54);
}
.section-slider .carousel-caption .carousel-caption-sz .but-more {
  margin-top: 35px;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 15px;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li {
  margin: 15px;
  display: inline-block;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li a {
  padding: 1rem 2rem;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0.375rem;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li:first-child a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  font-weight: 400;
  border: 1px solid rgb(99, 80, 54);
}
.section-slider .carousel-caption .carousel-caption-sz .but-more ul li:first-child a:hover {
  opacity: 0.7;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more li:last-child a {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}
.section-slider .carousel-caption .carousel-caption-sz .but-more li:last-child a:hover {
  opacity: 0.7;
  background-color: #fff;
  color: rgb(99, 80, 54);
}
.section-slider .carousel-caption .carousel-caption-sz .desc-under {
  margin-top: 25px;
}
.section-slider .carousel-caption .carousel-caption-sz .desc-under p {
  margin-bottom: 7px;
}
.section-slider .carousel-caption .carousel-caption-sz .desc-under a {
  color: rgb(99, 80, 54);
}

.section-pref-1::before {
  content: ""; /* Pseudoelement wymaga zawartości */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; /* Umieszczenie tła za zawartością */
  width: 100%;
  left: 0%;
}

.section-booking-form .hbook-wrapper-booking-form {
  background: #ffffff;
  border-radius: 0.5rem;
  padding: 1.5rem 1.5rem 2rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
.section-booking-form .hb-horizontal-search-form .hb-search-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-booking-form .hb-horizontal-search-form .hb-search-fields > p {
  flex: 1 1 180px;
  margin: 0;
}
.section-booking-form .hb-search-fields input[type=text],
.section-booking-form .hb-search-fields select {
  width: 100%;
  height: 46px;
  padding: 0.5rem 1rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  font-size: 0.95rem;
  color: #3d372b;
  background: #ffffff;
  appearance: none;
}
.section-booking-form .hb-search-fields select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666456' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 10px 7px;
}
.section-booking-form .hb-search-fields label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 16px;
  color: #3d372b;
}
.section-booking-form .hb-search-submit-wrapper {
  flex: 1 1 100%;
  margin-top: 0.5rem;
}
.section-booking-form #hb-form-1-hb-search-form-submit {
  width: 100%;
  padding: 0.65rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: #4e4634;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.25s ease;
}
.section-booking-form .hb-title-search-form {
  display: none !important;
}
.section-booking-form .hbook-wrapper-booking-form:first-child {
  margin-top: -5.5rem;
}
.section-booking-form .hb-dots-loader {
  color: #4e4634;
}
.section-booking-form .hb-dp-day > a, .section-booking-form .hb-dp-day > span {
  color: #0F0F0E;
}
.section-booking-form .hb-accom-list {
  max-width: 100% !important;
}
.section-booking-form .hb-accom-selected {
  background-color: transparent;
}
.section-booking-form p.hb-check-dates-wrapper, .section-booking-form p.hb-accom-number-wrapper, .section-booking-form p.hb-people-wrapper, .section-booking-form p.hb-search-button-wrapper {
  font-size: 15px;
  margin-top: 12px;
}
.section-booking-form p.hb-search-button-wrapper {
  margin-top: 0;
}
.section-booking-form .hb-button-wrapper input[type=submit],
.section-booking-form .hb-search-button-wrapper input[type=submit] {
  background-color: rgb(99, 80, 54);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.section-booking-form .hb-step-button.hb-button-wrapper input {
  background-color: rgb(99, 80, 54);
  color: #fff;
  font-weight: 400;
  border: 1px solid rgb(99, 80, 54);
  width: 100%;
  padding: 0.65rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: #4e4634;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.25s ease;
}
.section-booking-form .hb-step-button.hb-button-wrapper.hb-previous-step input {
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 0.375rem;
  border-color: #C6BCB3;
  background-color: #C6BCB3;
  color: #545454;
  font-weight: 400;
}
.section-booking-form .hbook-wrapper input[type=text] {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(227, 227, 227);
  border-radius: 8px;
  line-height: 46px;
  padding-left: 16px;
}
.section-booking-form .hb-confirm-button input {
  width: 100%;
}
.section-booking-form .hb-search-error, .section-booking-form .hbook-wrapper .form-error, .section-booking-form .hb-confirm-error, .section-booking-form .hb-policies-error, .section-booking-form .hb-stripe-error, .section-booking-form .hb-coupon-error {
  color: rgb(99, 80, 54);
}
.section-booking-form .hb-resa-summary-details span {
  font-weight: 600;
}
.section-booking-form .hb-resa-summary-title {
  text-align: center;
}
.section-booking-form .hb-resa-done-msg {
  font-weight: 600;
  text-align: center;
}
.section-booking-form .hb-accom-price-caption {
  margin-bottom: 0;
}
.section-booking-form .hb-accom-img {
  margin-bottom: 0;
}

.hb-dp-day > a, .hb-dp-day > span {
  color: #0F0F0E;
}

.feature-card {
  background: #fbfbf9;
  border: 1px solid #d5d2c3;
  border-radius: 0.5rem;
  transition: box-shadow 0.25s ease;
}
.feature-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.feature-card__icon svg,
.feature-card__icon img {
  width: 45px !important;
  height: 45px;
  fill: #265c2e;
  stroke: #265c2e;
  color: #265c2e;
}
.feature-card__title {
  font-weight: 700;
  color: #3d372b;
}
.feature-card__desc {
  color: #3d372b;
  font-size: 0.95rem;
  line-height: 1.5;
}

.facilities .facility-card {
  background: #fbfbf9;
  border: 1px solid #d5d2c3;
  border-radius: 0.5rem;
  transition: box-shadow 0.25s ease;
}
.facilities .facility-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.facilities .facility-card__icon {
  font-size: 1.5rem;
  line-height: 1;
  color: #265c2e;
}
.facilities .facility-card__title {
  color: #3d372b;
}
.facilities .facility-card__desc {
  color: #3d372b;
  font-size: 0.95rem;
  line-height: 1.55;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid #e5e5de;
  border-radius: 0.5rem;
  transition: box-shadow 0.25s ease;
}
.testimonial-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.testimonial-card blockquote {
  color: #3d372b;
  font-size: 0.95rem;
  line-height: 1.55;
}

.cta-reservation {
  background: #635036;
  font-size: 15px;
}
.cta-reservation .btn-outline-light {
  border-width: 2px;
  font-weight: 600;
}
.cta-reservation .btn-outline-light:hover, .cta-reservation .btn-outline-light:focus {
  color: #635036;
  background: #ffffff;
}

.page-rooms {
  padding: 50px 0;
  font-size: 15px;
}
.page-rooms .card-sz {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
  height: 100%;
}
.page-rooms .card-title a {
  color: #000;
  text-decoration: none;
}
.page-rooms .card-title a:hover {
  color: #2f7135;
}
.page-rooms .card-footer {
  padding-top: 0;
}
.page-rooms .card-footer .btn-primary {
  padding: 0.5rem 1.4rem;
  font-size: 13px;
}

.front-rooms {
  background-color: #F7F7F2;
}

.client-reviews {
  background-color: #f8f9fa;
  color: #333;
  padding: 30px 0;
}
.client-reviews h2 {
  font-size: 2.5rem;
  font-weight: 400;
}
.client-reviews .item {
  margin: 30px 0;
}
.client-reviews .lead {
  font-size: 1.1rem;
}
.client-reviews .card {
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.client-reviews .card:hover {
  transform: translateY(-5px);
}
.client-reviews .card-body {
  padding: 2rem;
}
.client-reviews .stars {
  color: #f5c518;
  font-size: 1.2rem;
}
.client-reviews .card-text {
  font-size: 0.95rem;
  font-style: italic;
}
.client-reviews .card-title {
  font-size: 1rem;
  font-weight: 400;
}
.client-reviews .card-subtitle {
  font-size: 0.85rem;
}
.client-reviews .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.client-reviews .owl-carousel .owl-nav button.owl-prev,
.client-reviews .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border: 1px solid #666;
  border-radius: 50%;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  transition: background-color 0.3s, color 0.3s;
}
.client-reviews .owl-carousel .owl-nav button.owl-prev:hover,
.client-reviews .owl-carousel .owl-nav button.owl-next:hover {
  color: #fff;
}
.client-reviews .owl-carousel .owl-nav button.owl-prev:focus,
.client-reviews .owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
.client-reviews .owl-carousel .owl-dots {
  display: none;
}

.knowledge-base {
  color: #666;
  padding: 30px 0;
}
.knowledge-base h2 {
  letter-spacing: 3px;
  font-weight: 400;
}
.knowledge-base p {
  font-size: 1.1rem;
}
.knowledge-base .card {
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.knowledge-base .card:hover {
  transform: translateY(-5px);
}
.knowledge-base .card-img-top {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
.knowledge-base .card-img-top a {
  display: block;
  position: relative;
}
.knowledge-base .card-img-top img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.knowledge-base .card-img-top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.knowledge-base .card-img-top .overlay .icon {
  color: #fff;
  font-size: 2rem;
}
.knowledge-base .card-img-top:hover .overlay {
  opacity: 1;
}
.knowledge-base .card-body {
  padding: 2rem;
}
.knowledge-base a {
  text-decoration: none;
}
.knowledge-base a .card-title {
  font-size: 1.3rem;
  font-weight: 400;
  color: rgb(15, 15, 14);
}
.knowledge-base a:hover .card-title {
  color: #C6BCB3;
}
.knowledge-base .card-text {
  font-size: 0.95rem;
}
.knowledge-base .btn-custom {
  background-color: rgb(99, 80, 54);
  color: #545454;
  border: none;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-weight: 400;
  transition: background-color 0.3s;
}
.knowledge-base .btn-custom:hover {
  opacity: 0.7;
}
.knowledge-base .btn-outline-custom {
  border: 1px solid #545454;
  color: #545454;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-weight: 400;
  transition: background-color 0.3s;
}
.knowledge-base .btn-outline-custom:hover {
  background-color: #545454;
  color: #fff;
}

.section-pref-1 {
  background-color: #eef7fc;
  position: relative;
}
.section-pref-1 .container-fluid {
  max-width: 100%;
}
.section-pref-1 .single1 {
  background-size: cover; /* Dopasowanie obrazu */
  background-position: center; /* Ustawienie obrazu w centrum */
}
.section-pref-1 .single2 {
  padding: 0;
  font-size: 15px;
  background-color: #131217;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
.section-pref-1 .single2 .single-sz {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
}
.section-pref-1 .single2 .single-sz .single-c {
  padding: 40px;
  text-align: center;
  color: #fff;
}
.section-pref-1 .single2 .single-sz .title1 {
  margin-bottom: 20px;
}
.section-pref-1 .single2 .single-sz .title1 h3 {
  font-size: 32px;
}
.section-pref-1 .single2 .single-sz .but-more {
  margin-top: 35px;
  margin-bottom: 15px;
}
.section-pref-1 .single2 .single-sz .but-more a {
  padding: 13px 25px;
  text-decoration: none;
  letter-spacing: 1px;
  border: 1px solid rgb(99, 80, 54);
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.section-pref-1 .single2 .single-sz .but-more a:hover {
  background-color: rgb(99, 80, 54);
  color: #fff;
}

.section-quick-how::before {
  content: ""; /* Pseudoelement wymaga zawartości */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; /* Umieszczenie tła za zawartością */
  width: 100%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.896);
}

.section-quick-how {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 10%;
}
.section-quick-how .container-fluid {
  position: relative;
  z-index: 1;
}
.section-quick-how .row {
  background-color: #131217;
  color: #fff;
}
.section-quick-how .single1 {
  line-height: 30px;
  font-size: 18px;
}
.section-quick-how .single1 .single-sz {
  padding: 50px;
}
.section-quick-how .single1 a {
  color: rgb(99, 80, 54);
}
.section-quick-how .single1 a:hover {
  opacity: 0.7;
}

.page-cennik-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-cennik-navigation ul li {
  display: inline-block;
}
.page-cennik-navigation ul li a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  display: block;
  padding: 10px 15px;
  margin: 8px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}
.page-cennik-navigation ul li a:hover {
  background-color: rgb(99, 80, 54);
}

.page-cennik-a-1 {
  overflow: hidden;
  margin-top: 30px;
}
.page-cennik-a-1 .container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page-cennik-a-1 .single2 {
  padding: 0;
}
.page-cennik-a-1 .single1 .single-sz {
  padding: 30px;
}
.page-cennik-a-1 .single1 .title1 h3 {
  color: #1A1A18;
  font-size: 38px;
  text-transform: uppercase;
}
.page-cennik-a-1 .single1 .desc1 {
  line-height: 30px;
  font-size: 18px;
}
.page-cennik-a-1 .single2 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
}

.section-offer-title1 {
  background-color: #10100F;
  padding-top: 75px;
}
.section-offer-title1 .single1 {
  text-align: center;
}
.section-offer-title1 .single1 h2 {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
}
.section-offer-title1 .single1 .sep2-red img {
  margin: 0 auto;
  filter: invert(16%) sepia(73%) saturate(6048%) hue-rotate(349deg) brightness(84%) contrast(116%);
}

.section-offer-1 {
  background-color: #10100F;
  padding-top: 30px;
}
.section-offer-1 .container-fluid {
  max-width: 100%;
}
.section-offer-1 .single1 {
  padding-top: 14px;
  margin-bottom: 50px;
}
.section-offer-1 .single1 .title1 {
  margin-bottom: 13px;
  margin-bottom: 41px;
}
.section-offer-1 .single1 .title1 h2 {
  font-size: 32px;
  line-height: 49px;
  color: #fff;
  margin-bottom: 0;
}
.section-offer-1 .single2 {
  margin-top: 10px;
  margin-bottom: 30px;
}
.section-offer-1 .single2 .single-sz {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.section-offer-1 .single2 .single-sz .photos {
  position: relative;
}
.section-offer-1 .single2 .single-sz .photos-hover {
  display: none;
}
.section-offer-1 .single2 .single-sz .desc {
  padding: 10px 0;
  float: left;
  width: 100%;
}
.section-offer-1 .single2 .single-sz .desc .title h2 {
  font-size: 23px;
  line-height: 28px;
  color: #fff;
}
.section-offer-1 .single2 .single-sz .desc .title h2 strong {
  font-size: 22px;
  line-height: 34px;
}
.section-offer-1 .single2 .single-sz:hover .photos {
  position: relative;
  overflow: hidden;
}
.section-offer-1 .single2 .single-sz:hover .photos img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(100%);
}
.section-offer-1 .single2 .single-sz:hover .desc .title h2 {
  color: rgb(99, 80, 54);
}

.section-st-1 {
  padding: 60px 0;
}
.section-st-1 .single1 {
  text-align: center;
}
.section-st-1 .single1 .single-sz {
  max-width: 980px;
  margin: 0 auto;
}
.section-st-1 .single1 h2 {
  color: #1A1A18;
  font-size: 32px;
}
.section-st-1 .single1 .sep2-red img {
  margin: 0 auto;
  filter: invert(16%) sepia(73%) saturate(6048%) hue-rotate(349deg) brightness(84%) contrast(116%);
}
.section-st-1 .single2 {
  text-align: center;
}
.section-st-1 .single2 .single-sz {
  padding: 3.4em 2em;
}
.section-st-1 .single2 .ico img {
  width: 72px;
  filter: invert(16%) sepia(73%) saturate(6048%) hue-rotate(349deg) brightness(84%) contrast(116%);
}
.section-st-1 .single2 .title1 {
  margin-top: 12px;
}
.section-st-1 .single2 .title1 h4 {
  text-transform: uppercase;
}
.section-st-1 .single2 .desc1 p {
  color: #7D7D7D;
  font-size: 17px;
  line-height: 1.6em;
}
.section-st-1 .single3 text .single-sz {
  max-width: 980px;
  margin: 0 auto;
}

.section-st-1-black {
  background-color: #10100F;
}
.section-st-1-black .single1 h2 {
  color: #fff;
}

.section-st-1-other {
  background-color: rgb(19, 18, 23);
}
.section-st-1-other .single1 h2 {
  color: #fff;
}

.section-st-1-other2 {
  background-color: #f9f9f9;
  padding-top: 75px;
}

.section-st-1-front .single1 h2 {
  font-size: 38px;
}

.section-reviews-1 {
  padding: 60px 0;
}
.section-reviews-1 .container-fluid {
  max-width: 1000px;
}
.section-reviews-1 .single1 {
  text-align: center;
  margin-bottom: 20px;
}
.section-reviews-1 .single1 h2 {
  color: #1A1A18;
  font-size: 38px;
  text-transform: uppercase;
}
.section-reviews-1 .single1 .sep2-red img {
  margin: 0 auto;
  filter: invert(16%) sepia(73%) saturate(6048%) hue-rotate(349deg) brightness(84%) contrast(116%);
}
.section-reviews-1 .single2 {
  margin-bottom: 20px;
}
.section-reviews-1 .single2 .single-sz {
  height: 100%;
  border: 1px solid #131217;
  background-color: #131217;
  color: #fff;
  padding: 12%;
  line-height: 26px;
  font-size: 16px;
}
.section-reviews-1 .single3 {
  margin-top: 60px;
  margin-bottom: 25px;
  text-align: center;
}
.section-reviews-1 .single3 a {
  padding: 18px 25px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: rgb(99, 80, 54);
  color: #fff;
  font-weight: 400;
}
.section-reviews-1 .single3 a:hover {
  background-color: rgb(99, 80, 54);
}

.section-st-2 {
  padding: 60px;
  background-color: #10100F;
}
.section-st-2 .single1 {
  text-align: center;
}
.section-st-2 .single1 h2 {
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
}
.section-st-2 .single1 .sep2-red img {
  margin: 0 auto;
  filter: invert(16%) sepia(73%) saturate(6048%) hue-rotate(349deg) brightness(84%) contrast(116%);
}
.section-st-2 .single2 .single-sz {
  background-color: #1F1F1D;
  height: 100%;
  text-align: center;
  padding: 60px 30px 70px;
}
.section-st-2 .single2 .single-sz .title1 h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.section-st-2 .single2 .single-sz .price1 p {
  font-size: 57px;
  color: #fff;
  font-weight: 400;
  line-height: 47px;
  margin-bottom: 6px;
}
.section-st-2 .single2 .single-sz .title2 {
  color: #A6A6A6;
}
.section-st-2 .single2 .single-sz .desc1 {
  color: #A6A6A6;
  font-size: 19px;
}
.section-st-2 .single2 .single-sz .desc1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-st-2 .single2 .single-sz .desc1 ul li {
  position: relative;
}
.section-st-2 .single2 .single-sz .desc1 ul li::before {
  content: "✔ "; /* lub zamień na 'check', jeśli tekst */
  color: green; /* Opcjonalnie, kolor znacznika */
  margin-right: 5px; /* Odstęp między ikoną a tekstem */
}
.section-st-2 .single2 .single-sz .but-more1 {
  margin-top: 42px;
}
.section-st-2 .single2 .single-sz .but-more1 a {
  padding: 18px 25px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: rgb(99, 80, 54);
  color: #fff;
}
.section-st-2 .single2 .single-sz .but-more1 a:hover {
  background-color: rgb(99, 80, 54);
}

.section-blog-1:before {
  width: 55%;
  content: " ";
  position: absolute;
  height: 193px;
  background-color: #131217;
  border-left: 34px solid rgb(99, 80, 54);
}

.section-blog-1 .single1 {
  padding-top: 21px;
}
.section-blog-1 .single1 .title1 {
  margin-bottom: 18px;
}
.section-blog-1 .single1 .title1 h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
}
.section-blog-1 .single2 {
  margin-bottom: 30px;
}
.section-blog-1 .single2 .single-sz {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  background-color: rgb(15, 15, 14);
  color: #fff;
}
.section-blog-1 .single2 .single-sz .photos {
  position: relative;
}
.section-blog-1 .single2 .single-sz .photos-hover {
  display: none;
}
.section-blog-1 .single2 .single-sz .desc {
  padding: 18px;
  float: left;
  width: 100%;
}
.section-blog-1 .single2 .single-sz .desc .title h2 {
  font-size: 18px;
  line-height: 26px;
}
.section-blog-1 .single2 .single-sz .desc .text1 {
  font-size: 15px;
  color: #A6A6A6;
}
.section-blog-1 .single2 .single-sz:hover .photos-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.section-blog-1 .single2 .single-sz:hover .photos-hover .ico-hover {
  left: 0;
  left: 0%;
  right: 0%;
  position: absolute;
  width: 95%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.section-blog-1 .single2 .single-sz:hover .desc .title h2 {
  color: rgb(99, 80, 54);
}

.section-offer-2 .single-sz {
  min-height: 168px;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-offer-2 .single1 .single-sz {
  padding: 30px 20px;
}
.section-offer-2 .single1 .title1 p {
  text-transform: uppercase;
  margin-bottom: 0;
  color: rgb(99, 80, 54);
  font-weight: 400;
}
.section-offer-2 .single1 .title2 h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 32px;
}
.section-offer-2 .single1 .sep {
  background-color: #2f7135;
  height: 2px;
  width: 48px;
  margin-top: 5px;
  margin-bottom: 14px;
}
.section-offer-2 .single1 .but-more {
  float: left;
}
.section-offer-2 .single1 .but-more a {
  color: rgb(99, 80, 54);
  text-decoration: none;
}
.section-offer-2 .single1 .ico {
  float: left;
  margin-left: 44px;
}

.section-front-about-1 {
  margin-top: 63px;
  margin-bottom: 69px;
}
.section-front-about-1 .single2 .single-sz {
  padding-left: 68px;
  padding-top: 50px;
}
.section-front-about-1 .single2 .single-sz .title1 {
  margin-bottom: 10px;
}
.section-front-about-1 .single2 .single-sz .title1 h3 {
  font-size: 32px;
  line-height: 49px;
  margin-bottom: 0;
}
.section-front-about-1 .single2 .single-sz .sep {
  background-color: #2f7135;
  height: 2px;
  width: 108px;
  margin-top: 5px;
  margin-bottom: 14px;
}
.section-front-about-1 .single2 .single-sz .desc1 {
  margin-top: 47px;
  font-size: 16px;
  line-height: 24px;
}
.section-front-about-1 .single2 .single-sz .but-more {
  margin-top: 35px;
}
.section-front-about-1 .single2 .single-sz .but-more a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  display: block;
  width: 191px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
}
.section-front-about-1 .single2 .single-sz .but-more a:hover {
  background-color: #2f7135;
  text-decoration: none;
}

.section-log-1 {
  margin-bottom: 74px;
}
.section-log-1 .single1 .title1 {
  margin-bottom: 13px;
  margin-bottom: 41px;
}
.section-log-1 .single1 .title1 h4 {
  font-size: 32px;
  line-height: 49px;
  color: rgb(99, 80, 54);
  margin-bottom: 0;
}
.section-log-1 .single1 .title1 .sep {
  background-color: rgb(99, 80, 54);
  height: 2px;
  width: 103px;
}
.section-log-1 .single2 img {
  height: 46px;
  width: auto !important;
}

.section-log-2 {
  margin-bottom: 60px;
}

.section-inst-1:before {
  width: 55%;
  content: " ";
  position: absolute;
  height: 193px;
  background-color: #131217;
  border-left: 34px solid rgb(99, 80, 54);
}

.section-inst-1 .single1 {
  padding-top: 46px;
  padding-bottom: 96px;
}
.section-inst-1 .single1 .title1 h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
}
.section-inst-1 .single2 .single-sz {
  float: right;
  padding-top: 46px;
}
.section-inst-1 .single2 a {
  border: 1px solid #131217;
  height: 50px;
  width: 225px;
  text-align: center;
  display: block;
  background-color: #131217;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
}
.section-inst-1 .single2 a svg {
  margin-right: 16px;
}
.section-inst-1 .single2 a:hover {
  background-color: rgb(99, 80, 54);
  color: #fff;
  text-decoration: none;
  border-color: rgb(99, 80, 54);
}
.section-inst-1 .single3 {
  margin-top: -60px;
}

.page-offer-1 {
  margin-top: 9px;
  margin-bottom: 100px;
}
.page-offer-1 .single1 .title1 {
  margin-bottom: 13px;
  margin-bottom: 41px;
}
.page-offer-1 .single1 .title1 h2 {
  font-size: 32px;
  line-height: 49px;
  color: rgb(99, 80, 54);
  margin-bottom: 0;
}
.page-offer-1 .single1 .title1 .sep {
  background-color: rgb(99, 80, 54);
  height: 2px;
  width: 103px;
}
.page-offer-1 .single1 .desc {
  font-size: 18px;
  line-height: 28px;
}
.page-offer-1 .single2 {
  margin-bottom: 30px;
}
.page-offer-1 .single2 .single-sz {
  border: 1px solid #E0E0E0;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.page-offer-1 .single2 .single-sz .photos {
  position: relative;
}
.page-offer-1 .single2 .single-sz .photos-hover {
  display: none;
}
.page-offer-1 .single2 .single-sz .desc {
  padding: 22px 34px;
  float: left;
  width: 100%;
}
.page-offer-1 .single2 .single-sz .desc .title h2 {
  font-size: 15px;
  line-height: 22px;
  color: rgb(99, 80, 54);
  text-transform: uppercase;
}
.page-offer-1 .single2 .single-sz .desc .title h2 strong {
  font-size: 22px;
  line-height: 34px;
}
.page-offer-1 .single2 .single-sz .desc .sep {
  background-color: rgb(99, 80, 54);
  height: 2px;
  width: 48px;
  float: left;
  margin-top: 15px;
}
.page-offer-1 .single2 .single-sz .desc .ico {
  float: right;
}
.page-offer-1 .single2 .single-sz:hover .photos-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.page-offer-1 .single2 .single-sz:hover .photos-hover .ico-hover {
  left: 0;
  left: 0%;
  right: 0%;
  position: absolute;
  width: 95%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.page-offer-1 .single2 .single-sz:hover .desc .title h2 {
  color: #2f7135;
}
.page-offer-1 .single2 .single-sz:hover .desc .ico img {
  filter: invert(72%) sepia(14%) saturate(724%) hue-rotate(351deg) brightness(88%) contrast(90%);
}

.page-offer-cat-1 {
  margin-top: 9px;
  margin-bottom: 100px;
}
.page-offer-cat-1 .single1 .title1 {
  margin-bottom: 13px;
  margin-bottom: 41px;
}
.page-offer-cat-1 .single1 .title1 h1 {
  font-size: 32px;
  line-height: 49px;
  color: rgb(99, 80, 54);
  margin-bottom: 0;
}
.page-offer-cat-1 .single1 .title1 .sep {
  background-color: rgb(99, 80, 54);
  height: 2px;
  width: 103px;
}
.page-offer-cat-1 .single1 .desc {
  font-size: 18px;
  line-height: 28px;
}
.page-offer-cat-1 .single2 {
  margin-bottom: 30px;
}
.page-offer-cat-1 .single2 .single-sz {
  border: 1px solid #E0E0E0;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.page-offer-cat-1 .single2 .single-sz .photos {
  position: relative;
}
.page-offer-cat-1 .single2 .single-sz .photos-hover {
  display: none;
}
.page-offer-cat-1 .single2 .single-sz .desc {
  padding: 19px 20px;
  float: left;
  width: 100%;
}
.page-offer-cat-1 .single2 .single-sz .desc .title1 h3 {
  font-size: 15px;
  line-height: 22px;
  color: rgba(47, 55, 74, 0.55);
  margin-bottom: 0;
  font-weight: 500;
}
.page-offer-cat-1 .single2 .single-sz .desc .title2 h2 {
  color: rgb(99, 80, 54);
  font-size: 26px;
  line-height: 40px;
  margin-bottom: 0;
}
.page-offer-cat-1 .single2 .single-sz .desc .sep {
  background-color: rgb(99, 80, 54);
  height: 2px;
  width: 48px;
  float: left;
  margin-top: 15px;
}
.page-offer-cat-1 .single2 .single-sz .desc .ico {
  float: right;
}
.page-offer-cat-1 .single2 .single-sz:hover .photos-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.page-offer-cat-1 .single2 .single-sz:hover .photos-hover .ico-hover {
  left: 0;
  left: 0%;
  right: 0%;
  position: absolute;
  width: 95%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.page-offer-cat-1 .single2 .single-sz:hover .desc .title1 h3 {
  color: #2f7135;
}
.page-offer-cat-1 .single2 .single-sz:hover .desc .title2 h2 {
  color: #2f7135;
}
.page-offer-cat-1 .single2 .single-sz:hover .desc .ico img {
  filter: invert(72%) sepia(14%) saturate(724%) hue-rotate(351deg) brightness(88%) contrast(90%);
}

.p-pagination {
  margin-top: 60px;
}
.p-pagination .nav-links {
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: auto;
}
.p-pagination .page-numbers {
  border: 1px solid #ddd;
  padding: 10px;
  color: #9B9B9B;
  text-decoration: none;
  margin-right: 11px;
  width: 49px;
  height: 49px;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 31px;
}
.p-pagination a {
  color: rgb(15, 15, 14);
}
.p-pagination .page-numbers:hover {
  background-color: rgb(99, 80, 54);
  color: rgb(15, 15, 14);
}
.p-pagination .page-numbers.current {
  border-color: rgb(99, 80, 54);
  color: rgb(15, 15, 14);
  background-color: rgb(99, 80, 54);
}
.p-pagination .page-numbers.current:hover {
  border-color: #ddd;
  color: rgb(15, 15, 14);
  background-color: #fff;
}

.page-faq1 .desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-faq1 .desc .helpie-faq.accordions .accordion .accordion__item .accordion__header {
  padding-left: 0;
  padding-right: 0;
}
.page-faq1 .desc .helpie-faq.accordions .accordion__header::before {
  margin-right: 15px;
}
.page-faq1 .desc .helpie-faq.accordions .accordion__header::after {
  margin-right: 15px;
}
.page-faq1 .desc .helpie-faq.accordions .accordion .accordion__item .accordion__body {
  padding-left: 0;
  padding-right: 0;
}
.page-faq1 .desc .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
  font-size: 20px;
  font-weight: 400;
  padding-right: 10px;
}
.page-faq1 .desc .helpie-faq.accordions .accordion .accordion__item {
  border-bottom: 1px solid #CBCBCB;
}
.page-faq1 .desc .helpie-faq.accordions .accordion .accordion__item .accordion__body p {
  font-size: 16px;
}

.front-page3ss .single1 .single-pack {
  margin: 0 auto;
  margin-bottom: 30px;
}
.front-page3ss .single1 .single-pack .single-sz {
  border: 1px solid #EFEFEF;
  height: 100%;
}
.front-page3ss .single1 .single-pack .photos {
  position: relative;
  overflow: hidden;
}
.front-page3ss .single1 .single-pack .photos a {
  position: relative;
  overflow: hidden;
}
.front-page3ss .single1 .single-pack .photos a:hover img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  filter: grayscale(100%);
}
.front-page3ss .single1 .single-pack .but-more {
  height: 40px;
}
.front-page3ss .single1 .single-pack .but-more ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.front-page3ss .single1 .single-pack .but-more ul li {
  width: 50%;
  float: left;
}
.front-page3ss .single1 .single-pack .but-more ul li a {
  width: 100%;
  display: block;
  text-align: center;
  background-color: rgb(99, 80, 54);
  color: #fff;
  line-height: 45px;
  font-weight: 400;
  text-decoration: none;
}
.front-page3ss .single1 .single-pack .but-more ul li a:hover {
  opacity: 0.7;
}
.front-page3ss .single1 .single-pack .but-more ul li:last-child a {
  background-color: rgb(99, 80, 54);
}
.front-page3ss .single1 .single-pack .but-more2 ul li {
  width: 100%;
}
.front-page3ss .single1 .single-pack .desc-sz {
  padding: 20px;
}
.front-page3ss .single1 .single-pack .desc-sz .title1 h3 {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.front-page3ss .single1 .single-pack .desc-sz .title1 a {
  color: RGB(26, 26, 24);
  font-size: 19px;
  text-decoration: none;
}
.front-page3ss .single1 .single-pack .desc-sz .title1 a:hover {
  color: rgb(99, 80, 54);
}
.front-page3ss .single1 .single-pack .desc-sz .desc1 ul {
  list-style-type: none;
  padding: 0;
  padding-left: 5px;
}
.front-page3ss .single1 .single-pack .desc-sz .desc1 li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 2px;
}
.front-page3ss .single1 .single-pack .desc-sz .desc1 li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: rgb(99, 80, 54);
  font-size: 15px;
}

.front-page3ss-black {
  background-color: #10100F;
}
.front-page3ss-black .single1 .single-pack .single-sz {
  border: 1px solid #1F1F1D;
  height: 100%;
  background-color: #1F1F1D;
  color: #A6A6A6;
}
.front-page3ss-black .single1 .single-pack .desc-sz .title1 a {
  color: #fff;
}

.front-page3ss-other {
  background-color: #131217;
}
.front-page3ss-other .single1 .single-pack .single-sz {
  background-color: #fff;
}

.front-page3ss-but-more {
  background-color: #10100F;
  padding-top: 20px;
  padding-bottom: 60px;
  text-align: center;
}
.front-page3ss-but-more a {
  padding: 18px 25px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  background-color: #c1fe72;
  color: #fff;
  font-weight: 400;
}
.front-page3ss-but-more a:hover {
  background-color: rgb(99, 80, 54);
  color: #fff;
}

.section-weapon-1 .single1 {
  padding-top: 21px;
}
.section-weapon-1 .single1 .title1 {
  margin-bottom: 18px;
}
.section-weapon-1 .single1 .title1 h2 {
  margin-bottom: 0;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  text-transform: uppercase;
}
.section-weapon-1 .single2 {
  margin-bottom: 30px;
}
.section-weapon-1 .single2 .single-sz {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: rgb(15, 15, 14);
  border: 1px solid #EAEAEA;
}
.section-weapon-1 .single2 .single-sz .photos {
  position: relative;
}
.section-weapon-1 .single2 .single-sz .photos-hover {
  display: none;
}
.section-weapon-1 .single2 .single-sz .desc {
  padding: 15px;
  float: left;
  width: 100%;
}
.section-weapon-1 .single2 .single-sz .desc .title h2 {
  font-size: 18px;
  line-height: 26px;
}
.section-weapon-1 .single2 .single-sz .desc .text1 {
  font-size: 15px;
  color: #A6A6A6;
}
.section-weapon-1 .single2 .single-sz:hover .photos-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.section-weapon-1 .single2 .single-sz:hover .photos-hover .ico-hover {
  left: 0;
  left: 0%;
  right: 0%;
  position: absolute;
  width: 95%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.section-weapon-1 .single2 .single-sz:hover .desc .title h2 {
  color: rgb(99, 80, 54);
}

.front-pr-1 .row {
  box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -moz-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  -webkit-box-shadow: 0 0 32px rgba(10, 10, 10, 0.08);
  margin-top: -40px;
  background-color: #fff;
  margin-left: 5%;
  margin-right: 5%;
  z-index: 111;
  position: relative;
}
.front-pr-1 .single1 .single-sz {
  position: absolute;
  width: 98%;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  font-size: 16px;
}
.front-pr-1 .single1 .single-sz .title1 {
  margin-bottom: 25px;
}
.front-pr-1 .single1 .single-sz .title1 h3 {
  position: relative;
  padding-bottom: 10px;
  font-size: 36px;
}
.front-pr-1 .single1 .single-sz .title1 h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: rgb(99, 80, 54);
  transition: all 0.3s ease-in-out;
}
.front-pr-1 .single2 {
  height: 400px;
  background-position: left center;
  background-size: cover;
}

.front-bul-of-1 {
  padding: 60px 0;
  background-color: #F7F7F7;
}
.front-bul-of-1 .container-fluid {
  max-width: 1200px;
}
.front-bul-of-1 .single1 {
  text-align: center;
  margin-bottom: 40px;
}
.front-bul-of-1 .single1 .title1 h2 {
  font-size: 44px;
  line-height: 50px;
  color: #3a3a3a;
  font-weight: 400;
  margin-bottom: 0;
}
.front-bul-of-1 .single1 .title2 p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 500;
  color: #6D6D6D;
}
.front-bul-of-1 .single1 .sep {
  width: 46px;
  height: 3px;
  background-color: rgb(99, 80, 54);
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: 4px;
}
.front-bul-of-1 .single1 .sep::before, .front-bul-of-1 .single1 .sep::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgb(99, 80, 54);
  display: inline-block;
  position: absolute;
}
.front-bul-of-1 .single1 .sep::before {
  right: -5px;
}
.front-bul-of-1 .single1 .sep::after {
  right: -10px;
}
.front-bul-of-1 .single2 {
  text-align: left;
  margin-bottom: 30px;
}
.front-bul-of-1 .single2 .single-sz {
  display: block;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  background-color: #F5F5F5;
}
.front-bul-of-1 .single2 .single-sz .photos img {
  width: 100%;
}
.front-bul-of-1 .single2 .single-sz .title {
  background: #1e2227;
  padding: 17px 33px 18px 20px;
  position: relative;
}
.front-bul-of-1 .single2 .single-sz .title h2 {
  color: #fff;
  transition: opacity 0.3s ease 0s;
  opacity: 1;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.front-bul-of-1 .single2 .single-sz .title i {
  position: absolute;
  top: 13px;
  right: 10px;
  color: rgb(99, 80, 54);
  font-size: 24px;
}
.front-bul-of-1 .single2 .single-sz:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.front-bul-of-1 .single2 .single-sz:hover .photos img {
  opacity: 0.7;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.front-bul-of-1 .single2 .single-sz:hover .title h2 {
  color: rgb(99, 80, 54);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.front-bul-of-1 .single2 .single-sz:hover .title i {
  right: 15px;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.front-bul-of-2 {
  margin: 50px 0;
}
.front-bul-of-2 .container-fluid {
  max-width: 1400px;
}
.front-bul-of-2 .single1 .single-sz {
  color: rgb(15, 15, 14);
  padding: 30px;
  font-size: 15px;
}
.front-bul-of-2 .single1 .single-sz .title1 h3 {
  margin-bottom: 0;
  font-size: 34px;
}
.front-bul-of-2 .single1 .single-sz .sep {
  width: 46px;
  height: 3px;
  background-color: rgb(99, 80, 54);
  position: relative;
  display: inline-block;
  margin: 0 auto;
  top: 4px;
}
.front-bul-of-2 .single1 .single-sz .sep::before, .front-bul-of-2 .single1 .single-sz .sep::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: rgb(99, 80, 54);
  display: inline-block;
  position: absolute;
}
.front-bul-of-2 .single1 .single-sz .sep::before {
  right: -5px;
}
.front-bul-of-2 .single1 .single-sz .sep::after {
  right: -10px;
}
.front-bul-of-2 .single1 .single-sz .desc1 {
  margin-top: 25px;
  font-size: 16px;
}
.front-bul-of-2 .single1 .single-sz .desc2 {
  text-align: left;
}
.front-bul-of-2 .single1 .single-sz .but-more {
  margin-top: 25px;
  margin-bottom: 15px;
}
.front-bul-of-2 .single1 .single-sz .but-more a {
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 27px;
  outline: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: rgb(99, 80, 54);
  border: 2px solid rgb(99, 80, 54);
  color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  text-decoration: none !important;
}
.front-bul-of-2 .single1 .single-sz .but-more a:hover {
  background-color: rgb(15, 15, 14);
  color: #fff;
  border-color: rgb(15, 15, 14);
}
.front-bul-of-2 .single2 .single-sz {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 465px;
}

.front-bul-of-3 {
  overflow: hidden;
  margin-top: 50px;
}
.front-bul-of-3 .single1::before {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(113, 97, 80, 0.8);
  content: "";
}
.front-bul-of-3 .single1 {
  padding: 0;
  position: relative;
}
.front-bul-of-3 .single1 .single-sz {
  color: #1c1c24;
  padding: 7%;
  z-index: 1;
  position: relative;
}
.front-bul-of-3 .single1 .single-sz .title1 {
  margin-bottom: 10px;
}
.front-bul-of-3 .single1 .single-sz .title1 p {
  margin: 0;
  text-transform: uppercase;
  color: #1c1c24;
  font-weight: 500;
}
.front-bul-of-3 .single1 .single-sz .title2 {
  margin-bottom: 10px;
}
.front-bul-of-3 .single1 .single-sz .title2 h2 {
  color: #1c1c24;
}
.front-bul-of-3 .single1 .single-sz .desc {
  font-size: 16px;
}
.front-bul-of-3 .single2::before {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(30, 34, 39, 0.85);
  content: "";
}
.front-bul-of-3 .single2 {
  padding: 0;
  position: relative;
}
.front-bul-of-3 .single2 .single-sz {
  color: #fff;
  padding: 7%;
  z-index: 1;
  position: relative;
}
.front-bul-of-3 .single2 .single-sz .title1 {
  margin-bottom: 15px;
}
.front-bul-of-3 .single2 .single-sz .title1 h3 {
  margin: 0;
  color: rgb(99, 80, 54);
  font-weight: 500;
}
.front-bul-of-3 .single2 .single-sz .desc {
  font-size: 16px;
}

.page-offer1 {
  padding: 70px 0;
}
.page-offer1 .container-fluid {
  max-width: 1000px;
  padding: 0 5%;
}
.page-offer1 .single-title {
  margin-bottom: 20px;
  text-align: center;
}
.page-offer1 .single-title h2 {
  color: #3a3a3a;
  text-transform: uppercase;
}
.page-offer1 .single-title h3 {
  color: #3a3a3a;
  text-transform: uppercase;
  font-size: 28px;
}
.page-offer1 .single2 .poj {
  margin-bottom: 30px;
}
.page-offer1 .single2 .poj-sz {
  display: block;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 21px 5px rgba(0, 0, 0, 0.13);
  box-shadow: 0 3px 21px 5px rgba(0, 0, 0, 0.13);
}
.page-offer1 .single2 .poj-sz .photos {
  position: relative;
}
.page-offer1 .single2 .poj-sz .photos-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.page-offer1 .single2 .poj-sz .title {
  min-height: 50px;
  background-color: rgb(99, 80, 54);
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 20px;
}
.page-offer1 .single2 .poj-sz .title h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}
.page-offer1 .single2 .poj-sz:hover .photos-hover {
  opacity: 1;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.page-offer1 .single2 .poj-sz:hover .photos-hover i {
  color: #fff;
  position: absolute;
  width: 98%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 45px;
}
.page-offer1 .single2 .poj-sz:hover .title h2 {
  color: rgb(15, 15, 14);
}

.page-offer1-single {
  padding-bottom: 40px;
  padding-top: 0;
}
.page-offer1-single h1 {
  font-size: 48px;
  font-weight: 400;
}
.page-offer1-single .single1 {
  font-size: 17px;
}

.front-prs-1::before {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.front-prs-1 {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.front-prs-1 .single1 .title h3 {
  color: rgb(99, 80, 54);
  text-align: center;
}
.front-prs-1 .single1 .desc {
  color: #fff;
}
.front-prs-1 .single1 .desc a {
  color: rgb(99, 80, 54);
}

.front-pr-5 {
  margin: 40px 0;
}
.front-pr-5 .single1 {
  text-align: center;
}
.front-pr-5 .single1 .title1 h5 {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a8a8a8;
}
.front-pr-5 .single1 .title2 h2 {
  font-size: 36px;
}
.front-pr-5 .single1 .sep {
  width: 2px;
  background-color: #b1976b;
  height: 27px;
  margin: 0 auto;
}
.front-pr-5 .single2 .card-header {
  padding: 0;
}
.front-pr-5 .single2 .card-header button {
  padding: 20px 10px;
  width: 100%;
  color: rgb(15, 15, 14);
  text-decoration: none;
}
.front-pr-5 .single2 .card-header button:hover {
  color: rgb(99, 80, 54);
}

.front-prs-2 {
  background-color: #f7f7f7;
  padding: 15px 0;
}
.front-prs-2 .single1 .title-top h5 {
  font-size: 36px;
  text-align: center;
}
.front-prs-2 .single1 .sep {
  width: 2px;
  background-color: #b1976b;
  height: 27px;
  margin: 0 auto;
}
.front-prs-2 .single2 {
  font-size: 18px;
}

.front-prs3 {
  background: rgb(189, 165, 113);
  background: radial-gradient(circle, rgb(189, 165, 113) 0%, rgba(189, 165, 113, 0.5942577715) 100%);
  color: #fff;
  padding: 40px 0;
}
.front-prs3 .single1 h2 {
  color: #fff;
  font-size: 28px;
}
.front-prs3 .single1 .sep {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-bottom: 40px;
}
.front-prs3 .single2 h3 {
  font-size: 24px;
}

.front-prs4 {
  background-color: #075049;
  background-position: top center;
  background-size: contain;
  background-repeat: repeat;
}
.front-prs4 .single1 {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
.front-prs4 .single1 .single-sz {
  left: 3%;
  right: 3%;
  position: absolute;
  width: 94%;
  top: 50%;
  transform: translateY(-50%);
}
.front-prs4 .single1 .title1 h3 {
  font-size: 38px;
}
.front-prs4 .single1 .but-more {
  margin-top: 30px;
  margin-bottom: 20px;
}
.front-prs4 .single1 .but-more a {
  background-color: #716150;
  color: #fff;
  padding: 13px 15px;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
}
.front-prs4 .single1 .but-more a:hover {
  background-color: #fff;
  color: rgb(99, 80, 54);
}
.front-prs5 {
  padding: 30px 0;
}
.front-prs5 .single1 {
  text-align: center;
}
.front-prs5 .single1 .title2 h3 {
  font-size: 28px;
  text-align: center;
}
.front-prs5 .single2 .item {
  border: 1px solid #e1e7ec;
  background-color: #FFF;
  padding: 30px;
}
.front-prs5 .single2 .item .title1 {
  text-align: center;
}
.front-prs5 .single2 .item .title1 p {
  font-size: 20px;
  font-weight: 400;
}
.front-prs5 .owl-theme i {
  font-size: 28px;
}
.front-prs5 .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: rgb(99, 80, 54);
}

.page-contact1 .single1 .title1 h1 {
  font-size: 48px;
  line-height: 74px;
  color: #1A1A18;
  margin: 0;
}
.page-contact1 .single1 .title2 {
  margin-top: 56px;
}
.page-contact1 .single1 .title2 p {
  font-size: 26px;
  line-height: 40px;
  color: #1A1A18;
  font-weight: 400;
}
.page-contact1 .single1 .desc1 {
  font-size: 20px;
  line-height: 28px;
  color: #1A1A18;
  font-weight: 400;
}
.page-contact1 .single1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact1 .single1 ul li {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 6px;
}
.page-contact1 .single1 ul li a {
  color: #1A1A18;
}
.page-contact1 .single1 ul li a:hover {
  color: rgb(99, 80, 54);
  text-decoration: none;
}
.page-contact1 .single1 ul li svg {
  font-size: 19px;
  width: 24px;
}
.page-contact1 .single1 .single2-sz {
  margin-top: 46px;
  font-weight: 400;
}
.page-contact1 .single1 .single2-sz ul li {
  float: left;
  margin-right: 18px;
}
.page-contact1 .single1 .single2-sz ul li svg {
  font-size: 24px;
}
.page-contact1 .single1 .desc2 {
  font-size: 16px;
  line-height: 30px;
}
.page-contact1 .single2 .title1 h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 40px;
  color: #1A1A18;
}
.page-contact1 .single2 .kontakt-form-poj-select label {
  width: 100%;
}
.page-contact1 .single2 .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
  margin-top: 6px;
}
.page-contact1 .single2 .poj-act .wpcf7-form-control-wrap {
  position: absolute;
  width: 40px;
  margin-top: 0;
}
.page-contact1 .single2 .poj-act .wpcf7-form-control-wrap .wpcf7-list-item input {
  width: 20px;
  height: 20px;
}
.page-contact1 .single2 .poj-act .p-act {
  margin-left: 50px;
}
.page-contact1 .single2 .poj-act .p-act a {
  color: rgb(99, 80, 54);
}
.page-contact1 .single2 select {
  background-color: #fff;
  color: #212529;
  border: 1px solid #CBCBCB;
  width: 100%;
  padding: 10px;
  resize: none;
  width: 100%;
}
.page-contact1 .single2 select span {
  width: 100%;
  display: block;
  margin-top: 6px;
}
.page-contact1 .single2 .desc .kontakt-form-poj textarea::-webkit-input-placeholder {
  color: #6c757d;
}
.page-contact1 .single2 .desc .kontakt-form-poj textarea:-moz-placeholder { /* Firefox 18- */
  color: #6c757d;
}
.page-contact1 .single2 .desc .kontakt-form-poj textarea::-moz-placeholder { /* Firefox 19+ */
  color: #6c757d;
}
.page-contact1 .single2 .desc .kontakt-form-poj textarea:-ms-input-placeholder {
  color: #6c757d;
}
.page-contact1 .single2 .desc .kontakt-form-poj textarea::placeholder {
  color: #6c757d;
}
.page-contact1 .single2 .desc .kontakt-form-poj label {
  width: 100%;
}
.page-contact1 .single2 .desc .kontakt-form-poj label span {
  width: 100%;
  display: block;
  margin-top: 6px;
}
.page-contact1 .single2 .desc .kontakt-form-poj input,
.page-contact1 .single2 .desc .kontakt-form-poj textarea {
  background-color: #fff;
  color: #212529;
  border: 1px solid #CBCBCB;
  width: 100%;
  padding: 10px;
  resize: none;
}
.page-contact1 .single2 .desc .kontakt-form-poj-sub {
  text-align: right;
}
.page-contact1 .single2 .desc .kontakt-form-poj-sub .wpcf7-form-control {
  background-color: #2f7135;
  color: #fff;
  padding: 15px 36px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.page-contact1 .single2 .desc .kontakt-form-poj-sub .wpcf7-form-control:hover {
  opacity: 0.7;
}
.page-contact1 .single2 .desc .kontakt-form-poj-sub .wpcf7-spinner {
  display: none;
}

.page-contact2 {
  background-color: #131217;
  padding: 50px 0;
}
.page-contact2 .single1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-contact2 .single-sz {
  background-color: #1F1F1D;
  color: #fff;
  height: 100%;
  padding: 2rem;
}

.page-f-oferta1 {
  font-size: 17px;
}
.page-f-oferta1 .container-fluid {
  max-width: 1000px;
}
.page-f-oferta1 .single1 h1 {
  font-size: 40px;
  text-align: center;
}
.page-f-oferta1 .desc1 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.page-f-oferta1 video {
  max-width: 800px;
}

.page-f-oferta2 {
  margin: 30px 0;
}
.page-f-oferta2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.page-f-oferta2 ul li {
  display: inline-block;
}
.page-f-oferta2 ul li a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  font-size: 18px;
  text-decoration: none;
}
.page-f-oferta2 ul li a:hover {
  background-color: rgb(15, 15, 14);
}

.page-f-oferta3 {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.051);
}
.page-f-oferta3 .single1 {
  text-align: center;
  margin: 15px 0;
}
.page-f-oferta3 .single1 .title {
  font-weight: 500;
  color: rgb(99, 80, 54);
  margin-top: 10px;
  font-size: 18px;
}
.page-f-oferta3 .single1 .desc {
  margin-bottom: 15px;
  font-size: 16px;
}

.page-cennik1 {
  font-size: 17px;
}
.page-cennik1 .container-fluid {
  max-width: 1000px;
}
.page-cennik1 .title h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 0;
}
.page-cennik1 .desc h2 strong, .page-cennik1 .desc h2 b {
  font-weight: 400;
  font-size: 23px;
}
.page-cennik1 table {
  background-color: rgb(99, 80, 54);
  color: #fff;
}
.page-cennik1 table .column-1 {
  width: 50%;
}
.page-cennik1 table .column-2 {
  text-align: center;
  width: 25%;
}
.page-cennik1 table .column-3 {
  text-align: right;
  width: 25%;
}
.page-cennik1 .tablepress td, .page-cennik1 .tablepress th {
  padding: 5px;
  font-size: 15px;
}
.page-cennik1 .tablepress .row-hover tr:hover td {
  background-color: rgb(99, 80, 54);
}

.page-gallery1 {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 50px;
}
.page-gallery1 .title {
  text-align: center;
}
.page-gallery1 .title h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
}

.front-pr-2 {
  margin: 40px 0;
}
.front-pr-2 .single1 {
  text-align: center;
}
.front-pr-2 .single1 .title1 h5 {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a8a8a8;
}
.front-pr-2 .single1 .title2 h2 {
  font-size: 36px;
}
.front-pr-2 .single1 .sep {
  width: 2px;
  background-color: #b1976b;
  height: 27px;
  margin: 0 auto;
}
.front-pr-2 .single2 {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
.front-pr-2 .single2 .single2-sz {
  padding: 0 15px;
}
.front-pr-2 .single2 .ico {
  margin-bottom: 30px;
}
.front-pr-2 .single2 .title1 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
  min-height: 51px;
}
.front-pr-2 .single2 .desc1 {
  font-size: 16px;
}
.front-pr-2 .single2 .but-more .btn-primary {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: rgb(99, 80, 54);
  text-transform: uppercase;
  font-size: 15px;
}
.front-pr-2 .single2 .but-more .btn-primary:hover {
  color: #3E3E3E;
}
.front-pr-2 .single2 .collapse,
.front-pr-2 .single2 .collapsing {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  border-radius: 17px;
  padding: 15px;
  font-size: 12px;
  color: #131A0D;
  text-align: center;
  min-height: 400px;
}
.front-pr-2 .single2 .collapse .close,
.front-pr-2 .single2 .collapsing .close {
  width: 100%;
  text-align: right;
}
.front-pr-2 .single2 .collapse .close .btn-primary,
.front-pr-2 .single2 .collapsing .close .btn-primary {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: rgb(99, 80, 54);
  text-transform: uppercase;
  font-size: 15px;
}
.front-pr-2 .single2 .collapse .close .btn-primary:hover,
.front-pr-2 .single2 .collapsing .close .btn-primary:hover {
  color: #3E3E3E;
}
.front-pr-2 .single2 .collapse .close .btn-primary:hover img,
.front-pr-2 .single2 .collapsing .close .btn-primary:hover img {
  filter: invert(13%) sepia(61%) saturate(0%) hue-rotate(135deg) brightness(95%) contrast(72%);
}
.front-pr-2 .single2 .collapse .title1-active,
.front-pr-2 .single2 .collapsing .title1-active {
  color: #131A0D;
  font-size: 15px;
  font-weight: 400;
  margin: 10px 0;
}
.front-pr-2 .single2 .collapse .desc,
.front-pr-2 .single2 .collapsing .desc {
  color: #131A0D;
  font-size: 15px;
  line-height: 22px;
}

.front-pr-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}

.front-pr-3 {
  position: relative;
  padding: 40px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.front-pr-3 .container-fluid {
  max-width: 1100px;
}
.front-pr-3 .single1 {
  text-align: center;
  margin-bottom: 30px;
}
.front-pr-3 .single1 .title1 {
  color: rgb(99, 80, 54);
  text-transform: uppercase;
}
.front-pr-3 .single1 .title1 p {
  font-size: 18px;
  margin: 0;
}
.front-pr-3 .single1 .title2 {
  color: #fff;
}
.front-pr-3 .single1 .title2 h4 {
  font-size: 36px;
}
.front-pr-3 .single1 .sep {
  width: 2px;
  background-color: #b1976b;
  height: 27px;
  margin: 0 auto;
}
.front-pr-3 .single2 {
  color: #fff;
}
.front-pr-3 .single2 .container {
  margin-left: 0;
  margin-right: 0;
}
.front-pr-3 .single2 .container h4 {
  font-size: 15px;
}
.front-pr-3 .single2 .container p {
  font-size: 15px;
}
.front-pr-3 .single2 .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.front-pr-3 .single2 .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: rgb(99, 80, 54);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.front-pr-3 .single2 .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.front-pr-3 .single2 .container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: rgb(99, 80, 54);
  border: 4px solid rgb(99, 80, 54);
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.front-pr-3 .single2 .left {
  left: 0;
}
.front-pr-3 .single2 .right {
  left: 50%;
}
.front-pr-3 .single2 .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid rgb(99, 80, 54);
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgb(99, 80, 54);
}
.front-pr-3 .single2 .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid rgb(99, 80, 54);
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(99, 80, 54) transparent transparent;
}
.front-pr-3 .single2 .right::after {
  left: -12px;
}
.front-pr-3 .single2 .content {
  padding: 20px 30px;
  background-color: rgb(99, 80, 54);
  position: relative;
  border-radius: 6px;
}
@media screen and (max-width: 800px) {
  .front-pr-3 .single2 .timeline::after {
    left: 31px;
  }
  .front-pr-3 .single2 .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .front-pr-3 .single2 .container::before {
    left: 60px;
    border: medium solid rgb(99, 80, 54);
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(99, 80, 54) transparent transparent;
  }
  .front-pr-3 .single2 .left::after, .front-pr-3 .single2 .right::after {
    left: 15px;
  }
  .front-pr-3 .single2 .right {
    left: 0%;
  }
}

footer {
  border-top: 8px solid #0F0F0E;
  background-color: #0F0F0E;
  padding-top: 45px;
  padding-bottom: 20px;
}
footer .footer-top .container-fluid {
  padding-top: 20px;
  max-width: 1400px;
}
footer .footer-top .title {
  margin-bottom: 22px;
}
footer .footer-top .title h4 {
  font-size: 20px;
  color: rgb(112, 102, 92);
  margin: 0;
}
footer .footer-top .title h4 a {
  color: rgb(112, 102, 92);
}
footer .footer-top .title h4 a:hover {
  color: rgb(99, 80, 54);
}
footer .footer-top a {
  color: rgb(112, 102, 92);
  text-decoration: none;
}
footer .footer-top a:hover {
  color: rgb(99, 80, 54);
}
footer .footer-top .poj1 .desc {
  font-size: 15px;
  color: rgb(112, 102, 92);
  margin-bottom: 40px;
  margin-top: 15px;
}
footer .footer-top .poj1 .desc strong {
  font-size: 16px;
  color: rgb(244, 237, 233);
  display: block;
  margin-bottom: 5px;
}
footer .footer-top .poj1 .desc2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-top .poj1 .desc2 ul li {
  display: flex;
  align-items: flex-start;
  color: rgb(244, 237, 233);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
footer .footer-top .poj1 .desc2 ul li .info-icon {
  width: 24px;
  text-align: center;
  margin-right: 10px;
}
footer .footer-top .poj1 .desc2 ul li .info-icon i {
  font-size: 16px;
  color: rgb(244, 237, 233);
}
footer .footer-top .poj1 .desc2 ul li div strong {
  font-size: 15px;
  color: rgb(244, 237, 233);
}
footer .footer-top .poj1 .desc2 ul li div a {
  color: rgb(244, 237, 233);
}
footer .footer-top .poj1 .desc2 ul li div a:hover {
  color: rgb(99, 80, 54);
}
footer .footer-top .poj2 .title1 p {
  color: rgb(244, 237, 233);
  font-size: 20px;
  margin-bottom: 14px;
}
footer .footer-top .poj2 .desc {
  float: left;
  width: 100%;
  color: rgb(244, 237, 233);
}
footer .footer-top .poj2 .desc ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  padding-bottom: 35px;
  width: 100%;
}
footer .footer-top .poj2 .desc ul li {
  float: left;
  margin-bottom: 7px;
  width: 100%;
}
footer .footer-top .poj2 .desc ul li a {
  color: rgb(244, 237, 233);
  font-size: 15px;
  line-height: 22px;
}
footer .footer-top .poj2 .desc ul li a:hover {
  color: rgb(99, 80, 54);
}
footer .footer-top .poj3 {
  text-align: center;
}
footer .footer-top .poj4 {
  text-align: right;
}
footer .footer-top .poj4 .poj-sz {
  padding-left: 30px;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.27);
  margin-top: 15px;
}
footer .footer-bottom .desc3 {
  text-align: center;
  color: #827B77;
  margin-top: 15px;
  font-size: 12px;
}
footer .footer-bottom .desc3 a {
  color: #827B77;
}
footer .footer-bottom .desc3 p {
  margin-bottom: 0;
}

.page404 {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.page404 a {
  color: #2f7135;
  text-decoration: none;
}
.page404 a:hover {
  color: rgb(99, 80, 54);
  text-decoration: none;
}

.front-pr-5 .single2 .card-header button {
  white-space: normal;
}

.section-small-slider {
  border-top: 1px solid #E5E5E5;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #FCFAF8;
}
.section-small-slider .breadcrumbs {
  color: #1A1A18;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 13px;
}
.section-small-slider .breadcrumbs p {
  margin: 0;
}
.section-small-slider .breadcrumbs a {
  color: #1A1A18;
  font-size: 13px;
  text-decoration: none;
}
.section-small-slider .breadcrumbs a:hover {
  color: rgb(99, 80, 54);
}
.section-small-slider .breadcrumbs .fa-home::before {
  margin-right: 10px;
}
.section-small-slider .breadcrumbs span {
  font-size: 8px;
  color: #1A1A18;
}
.section-small-slider .breadcrumbs span span {
  font-size: 13px;
  padding: 0 14px;
  color: #1A1A18;
}
.section-small-slider .breadcrumbs span span:first-child {
  padding-left: 0;
}
.section-small-slider .breadcrumbs span .breadcrumb_last {
  font-weight: 400;
}

.page-about1 .single1 .title1 {
  margin-bottom: 13px;
  margin-bottom: 31px;
}
.page-about1 .single1 .title1 h2 {
  font-size: 32px;
  line-height: 49px;
  color: rgb(99, 80, 54);
  margin-bottom: 0;
}
.page-about1 .single1 .title1 .sep {
  background-color: rgb(99, 80, 54);
  height: 2px;
  width: 103px;
}
.page-about1 .single1 .desc1 {
  font-size: 18px;
  line-height: 28px;
}
.page-about1 .single1 .desc1 h2 {
  font-size: 26px;
  line-height: 36px;
}
.page-about1 .single1 .desc1 h3 {
  font-size: 25px;
  line-height: 32px;
}
.page-about1 .single1 .desc1 h4 {
  font-size: 24px;
  line-height: 30px;
}
.page-about1 .single1 .desc1 h5 {
  font-size: 23px;
  line-height: 26px;
}
.page-about1 .single1 .desc1 h3 {
  font-size: 21px;
  line-height: 25px;
}
.page-about1 .single1 .photos {
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-about1 .single2 {
  margin-top: 60px;
  font-size: 18px;
  line-height: 28px;
}
.page-about1 .single2 h2 {
  font-size: 26px;
  line-height: 36px;
}
.page-about1 .single2 h3 {
  font-size: 25px;
  line-height: 34px;
}
.page-about1 .single2 h4 {
  font-size: 24px;
  line-height: 30px;
}
.page-about1 .single2 h5 {
  font-size: 23px;
  line-height: 26px;
}
.page-about1 .single2 h6 {
  font-size: 21px;
  line-height: 25px;
}
.page-about1 .single3 {
  margin-top: 60px;
}

.page-competition1 {
  margin-bottom: 20px;
  font-size: 16px;
}
.page-competition1 .container-fluid {
  max-width: 800px;
}
.page-competition1 .single1 {
  text-align: center;
}
.page-competition1 .single1 .title1 {
  margin-top: 65px;
  margin-bottom: 20px;
}
.page-competition1 .single1 .title1 h2 {
  font-size: 28px;
  color: #1A1A18;
  margin: 0;
}
.page-competition1 .single2 .hurrytimer-campaign-266 .hurrytimer-timer {
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
}
.page-competition1 .single2 .hurrytimer-timer-label {
  font-weight: 400;
}
.page-competition1 .single2 a {
  color: rgb(99, 80, 54);
}
.page-competition1 .single2 table {
  width: 100%;
  border: 1px solid #dcd7ca;
  text-align: center;
}
.page-competition1 .single2 table td,
.page-competition1 .single2 table th {
  padding: 5px;
  border: 1px solid #dcd7ca;
}
.page-competition1 .single2 table tr:first-child {
  font-weight: 400;
}

.page-details-product-1 .single2 .single-sz h2 {
  font-size: 26px;
  line-height: 36px;
}
.page-details-product-1 .single2 .single-sz h3 {
  font-size: 25px;
  line-height: 32px;
}
.page-details-product-1 .single2 .single-sz h4 {
  font-size: 24px;
  line-height: 30px;
}
.page-details-product-1 .single2 .single-sz h5 {
  font-size: 23px;
  line-height: 26px;
}
.page-details-product-1 .single2 .single-sz h3 {
  font-size: 21px;
  line-height: 25px;
}
.page-details-product-1 .single2 .single-sz p {
  font-size: 18px;
  line-height: 28px;
}
.page-details-product-1 .single2 .single-sz .title1 h3 {
  font-size: 18px;
  line-height: 28px;
  color: rgba(47, 55, 74, 0.55);
  margin-bottom: 0;
  font-weight: 500;
}
.page-details-product-1 .single2 .single-sz .title2 {
  margin-bottom: 20px;
}
.page-details-product-1 .single2 .single-sz .title2 h1 {
  font-size: 40px;
  line-height: 62px;
  margin-bottom: 0;
}
.page-details-product-1 .single2 .single-sz .sep {
  background-color: #2f7135;
  height: 2px;
  width: 107px;
}
.page-details-product-1 .single2 .single-sz .desc1 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
}
.page-details-product-1 .single2 .single-sz .desc2 ul {
  list-style: none;
  list-style-image: url("../img/list-style.svg");
  padding-left: 15px;
}
.page-details-product-1 .single2 .single-sz .desc2 ul li {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 8px;
  padding-left: 14px;
}
.page-details-product-1 .single2 .single-sz .desc2 .desc21 {
  border-right: 1px solid #D6D6D6;
  float: left;
  width: 50%;
}
.page-details-product-1 .single2 .single-sz .desc2 .desc22 {
  padding-left: 43px;
  float: left;
  width: 50%;
}
.page-details-product-1 .single2 .single-sz .desc-download {
  float: left;
  width: 100%;
  border: 1px solid #2f7135;
  margin-top: 83px;
}
.page-details-product-1 .single2 .single-sz .desc-download .desc-download-sz {
  float: left;
  width: 100%;
  border-top: 1px solid #2f7135;
  border-bottom: 1px solid #2f7135;
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 17px 22px;
}
.page-details-product-1 .single2 .single-sz .desc-download .poj1 {
  float: left;
  font-weight: 400;
}
.page-details-product-1 .single2 .single-sz .desc-download .poj1 p {
  margin: 0;
  line-height: 44px;
}
.page-details-product-1 .single2 .single-sz .desc-download .poj2 {
  float: right;
}
.page-details-product-1 .single2 .single-sz .desc-download .poj2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li {
  margin-left: 23px;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  width: 164px;
  height: 38px;
  display: block;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li a img {
  margin-right: 12px;
  margin-top: -3px;
}
.page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li a:hover {
  background-color: #2f7135;
}
@media (max-width: 1160px) {
  .section-s-slider .desc .desc-sz .title1 {
    margin-bottom: 0;
  }
  .section-s-slider .desc .desc-sz .title1 h2 {
    font-size: 32px;
    line-height: 1.05;
  }
  .section-s-slider .desc .desc-sz .title2 {
    font-size: 15px;
    line-height: 26px;
  }
  .section-s-slider .desc .desc-sz .but-more {
    margin: 25px 0;
  }
}
.page-res-1 .bookly-form select {
  padding: 10px !important;
  background-color: #fff;
}
.page-res-1 .bookly-form input[type=text]:not(.iti__tel-input),
.page-res-1 .bookly-form input[type=number],
.page-res-1 .bookly-form input[type=password],
.page-res-1 .bookly-form textarea {
  padding: 10px !important;
  background-color: #fff;
}
.page-res-1 .bookly-form input[type=text],
.page-res-1 .bookly-form input[type=number],
.page-res-1 .bookly-form input[type=password],
.page-res-1 .bookly-form textarea {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
  background-color: #fff;
}
.page-res-1 .bookly-form .bookly-user-phone {
  padding-left: 46px !important;
}
.page-res-1 .bookly-form .bookly-w-full.bookly-min-h-full.bookly-p-0\.5.bookly-relative.bg-bookly.border-bookly.bookly-rounded.bookly-border.svelte-trnmqx {
  background-color: #fff;
}
.page-res-1 .bookly-form .bookly-css-root .bookly-form .bookly-text-white {
  color: rgb(15, 15, 14);
}
.page-res-1 .bookly-nav-steps {
  border-top: none !important;
}
.page-res-1 .bookly-mobile-step-1 .bookly-form-group[data-type=staff] {
  display: none !important;
}

.page-news1 {
  padding: 40px 0;
}
.page-news1 .single-title {
  text-align: center;
}
.page-news1 .single-title h2 {
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 400;
}
.page-news1 .single-title h3 {
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 400;
}
.page-news1 .container-fluid {
  max-width: 1200px;
}
.page-news1 .desc {
  line-height: 1.65;
}
.page-news1 .single1 {
  margin-bottom: 20px;
}
.page-news1 .single1 .photos {
  position: relative;
  display: block;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -moz-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  -ms-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.page-news1 .single1 .photos .photos-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  -moz-transition: background-color 0.2s linear, color 0.2s linear;
  -o-transition: background-color 0.2s linear, color 0.2s linear;
  -ms-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
  opacity: 0;
}
.page-news1 .single1 .photos .photos-hover i {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
}
.page-news1 .single1 .photos:hover .photos-hover {
  opacity: 1;
}
.page-news1 .single1 .title {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
  text-decoration: none;
}
.page-news1 .single1 .title h4 {
  text-align: center;
  color: #3a3a3a;
  font-weight: 400;
}
.page-news1 .single1 .title:hover h4 {
  color: rgb(99, 80, 54);
}
.page-news1 .single1 .desc {
  line-height: 28px;
  font-size: 15px;
  margin-top: 25px;
}
.page-news1 .single1 .but-more {
  text-align: center;
}
.page-news1 .single1 .but-more a {
  color: rgb(99, 80, 54);
  text-decoration: none;
  font-weight: 400;
}
.page-news1 .single1 .but-more a:hover {
  color: #222;
}
.page-news1 .single-but {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.page-news1 .single-but a {
  background-color: rgb(15, 15, 14);
  border-radius: 5px;
  border: none;
  box-shadow: none;
  padding: 10px 15px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
}
.page-news1 .single-but a:hover {
  background-color: rgb(99, 80, 54);
  color: #222;
}
.page-news1 .wp-video {
  margin: 0 auto;
}

.p-paginacja .screen-reader-text {
  display: none;
}
.p-paginacja .nav-links {
  margin: 0 auto;
  font-size: 18px;
}
.p-paginacja .nav-links a {
  color: rgb(15, 15, 14);
}

/*mobilka*/
@media (max-width: 1500px) {
  .section-offer-1::before {
    border-left: 24px solid #2f7135;
  }
  .section-blog-1::before,
  .section-inst-1::before {
    border-left: 24px solid #2f7135;
  }
}
@media (max-width: 1440px) {
  .section-offer-1::before {
    border-left: 14px solid #2f7135;
  }
  .section-blog-1::before,
  .section-inst-1::before {
    border-left: 14px solid #2f7135;
  }
}
@media (max-width: 1300px) {
  .section-slider .carousel-caption .carousel-caption-sz .title1 h1 {
    font-size: 35px;
  }
  .section-slider .carousel-caption .carousel-caption-sz .title2 p {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .section-slider .carousel-caption .carousel-caption-sz .title3 {
    display: none;
  }
  .section-slider .carousel-caption .carousel-caption-sz .but-more ul li a {
    padding: 12px 21px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
  }
  .section-slider .carousel-caption .carousel-caption-sz .desc-under {
    margin-top: 10px;
  }
  .section-offer-1::before {
    border-left: 5px solid #2f7135;
  }
  .section-blog-1::before,
  .section-inst-1::before {
    border-left: 5px solid #2f7135;
  }
  .section-front-about-1 .single2 .single-sz {
    padding-left: 30px;
    padding-top: 14px;
  }
  .section-front-about-1 .single2 .single-sz .desc1 {
    margin-top: 28px;
  }
  footer {
    margin-top: 0;
    padding-top: 22px;
    padding-bottom: 0;
  }
  footer .footer-top .poj1 .desc {
    margin-bottom: 22px;
  }
  footer .footer-top .poj2 {
    margin-top: 7px;
  }
  footer .footer-top .poj2 .desc ul {
    padding-bottom: 10px;
  }
  footer .footer-top .poj2 .desc ul li {
    margin-left: 0;
    margin-right: 27px;
    margin-bottom: 10px;
  }
  footer .footer-top .poj2 .desc3 {
    margin-top: 23px;
  }
}
@media (max-width: 1160px) {
  .section-front-about-1 .single2 .single-sz {
    padding-left: 5px;
    padding-top: 4px;
  }
  .section-front-about-1 .single2 .single-sz .desc1 {
    margin-top: 17px;
  }
  .section-front-about-1 .single2 .single-sz .but-more {
    margin-top: 16px;
  }
  .top-nav2 .navbar .navbar-nav li {
    margin: 0 14px;
  }
  .top-nav2 .navbar-nav21 {
    margin-left: 2px;
  }
  #menu-item-192 {
    display: none;
  }
}
@media (max-width: 1060px) {
  .top-nav2 .single2 .navbar .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .top-nav2 .navbar .navbar-nav li {
    margin: 0 12px;
  }
  .top-nav2 .navbar-nav21 {
    margin-left: 2px;
  }
  .section-s-slider .single1 .single-sz {
    padding-left: 12%;
  }
  .section-offer-1,
  .page-offer-1,
  .page-offer-cat-1,
  .section-blog-1 {
    margin-top: 34px;
  }
  .section-offer-1 .single1,
  .page-offer-1 .single1,
  .page-offer-cat-1 .single1,
  .section-blog-1 .single1 {
    padding-top: 15px;
  }
  .section-offer-1 .single1 .title1,
  .page-offer-1 .single1 .title1,
  .page-offer-cat-1 .single1 .title1,
  .section-blog-1 .single1 .title1 {
    margin-bottom: 29px;
  }
  .section-offer-1 .single2 .single-sz .desc,
  .page-offer-1 .single2 .single-sz .desc,
  .page-offer-cat-1 .single2 .single-sz .desc,
  .section-blog-1 .single2 .single-sz .desc {
    padding: 5px 15px;
  }
  .section-offer-1 .single2 .single-sz .desc .title h2,
  .page-offer-1 .single2 .single-sz .desc .title h2,
  .page-offer-cat-1 .single2 .single-sz .desc .title h2,
  .section-blog-1 .single2 .single-sz .desc .title h2 {
    font-size: 12px;
  }
  .section-offer-1 .single2 .single-sz .desc .title h2 strong,
  .page-offer-1 .single2 .single-sz .desc .title h2 strong,
  .page-offer-cat-1 .single2 .single-sz .desc .title h2 strong,
  .section-blog-1 .single2 .single-sz .desc .title h2 strong {
    font-size: 18px;
    line-height: 25px;
  }
  .section-offer-1 .single2 .single-sz .desc .sep,
  .page-offer-1 .single2 .single-sz .desc .sep,
  .page-offer-cat-1 .single2 .single-sz .desc .sep,
  .section-blog-1 .single2 .single-sz .desc .sep {
    margin-top: 9px;
    width: 32px;
  }
  .section-blog-1 {
    margin-top: 0;
  }
  .section-blog-1 .single2 .single-sz .desc {
    padding: 12px;
  }
  .p-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .section-pref-1::before {
    display: none;
  }
  .section-slider .carousel-caption .carousel-caption-sz {
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
  }
  .section-slider .carousel-indicators {
    display: none;
  }
  .section-pref-1 .single2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }
  .section-pref-1 .single2 .single-sz .single-c {
    left: 0;
    transform: translate(0, 0);
    top: 0;
    max-width: 100%;
    padding: 5px 20px;
  }
  .section-pref-1 .single2 .single-sz .title1 h3 {
    font-size: 26px;
  }
  .top-nav2 {
    position: relative;
  }
  .top-nav2 .navbar {
    padding: 0;
  }
  .section-s-slider .single1 .single-sz {
    padding-left: 30px;
    padding-top: 0;
  }
  .section-s-slider .single1 .single-sz .title1 h2 {
    font-size: 34px;
    line-height: 64px;
  }
  .section-s-slider .single1 .single-sz .text1 {
    width: auto;
    margin-top: 25px;
  }
  .section-s-slider .single1 .single-sz .but-more {
    margin-top: 26px;
  }
  .section-s-slider .desc .desc-sz .title1 {
    margin-bottom: 7px;
  }
  .section-s-slider .desc .desc-sz .title1 h2 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .section-s-slider .desc .desc-sz .title2 {
    font-size: 15px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.75);
  }
  .front-pr-6 .single1 {
    margin-bottom: 20px;
  }
  .front-pr-6 .single1 .title2 h4 {
    font-size: 30px;
  }
  .top-nav1 .single1 ul li a {
    padding: 10px 3px;
  }
  .section-st-1 {
    padding: 20px 0;
  }
  .section-st-1 .single1 h2 {
    font-size: 26px;
  }
  .section-st-1 .single2 .title1 h4 {
    font-size: 22px;
  }
  .section-reviews-1 {
    padding: 20px 0;
  }
  .section-reviews-1 .single1 h2 {
    font-size: 26px;
  }
  .section-reviews-1 .single3 {
    margin-top: 40px;
  }
  .section-front-about-1 {
    margin-top: 45px;
    margin-bottom: 35px;
  }
  .section-front-about-1 .single2 {
    margin-top: 20px;
  }
  footer {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
  footer .footer-top .poj1 .desc {
    margin-bottom: 22px;
  }
  footer .footer-top .poj2 {
    margin-top: 7px;
  }
  footer .footer-top .poj2 .desc ul {
    padding-bottom: 10px;
  }
  footer .footer-top .poj2 .desc ul li {
    margin-left: 0;
    margin-right: 27px;
    margin-bottom: 10px;
  }
  footer .footer-top .poj2 .desc2 ul {
    float: left;
  }
  footer .footer-top .poj2 .desc2 ul li:first-child {
    margin-left: 0;
  }
  footer .footer-top .poj2 .desc3 {
    margin-top: 23px;
  }
  .section-offer-1,
  .page-offer-1,
  .section-blog-1 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .section-offer-1 .single1,
  .page-offer-1 .single1,
  .section-blog-1 .single1 {
    padding-top: 13px;
  }
  .section-offer-1 .single1 .title1 h2,
  .page-offer-1 .single1 .title1 h2,
  .section-blog-1 .single1 .title1 h2 {
    font-size: 26px;
    line-height: 47px;
  }
  .page-offer-cat-1 .single1 .title1 {
    margin-bottom: 24px;
  }
  .page-offer-cat-1 .single1 .title1 h1 {
    font-size: 26px;
    line-height: 47px;
  }
  .page-about1 .single1 .title1 h1 {
    font-size: 30px;
    line-height: 47px;
  }
  .page-about1 .single1 .photos {
    margin-bottom: 25px;
  }
  .page-about1 .single2 {
    margin-top: 20px;
  }
  .page-about1 .signle3 {
    margin-top: 20px;
  }
  .page-contact1 .single1 .title1 h1 {
    font-size: 30px;
    line-height: 47px;
  }
  .page-contact1 .single1 .title1 .sep {
    margin-top: 8px;
  }
  .page-contact1 .single1 .title2 {
    margin-top: 20px;
  }
  .page-contact1 .single1 .title2 p {
    margin-bottom: 0;
  }
  .page-contact1 .single1 .desc1 {
    font-size: 17px;
    line-height: 24px;
    color: #2F374A;
    font-weight: 400;
  }
  .page-contact1 .single1 ul li {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 14px;
  }
  .page-contact1 .single1 .single2-sz {
    margin-top: 12px;
  }
  .page-contact1 .single1 .single2-sz p {
    margin-bottom: 5px;
  }
  .page-contact1 .single1 .single2-sz ul li {
    margin-right: 4px;
  }
  .page-contact1 .single2 .single-sz {
    padding: 0;
  }
  .page-details-product-1 .single1 {
    margin-top: 3px;
  }
  .page-details-product-1 .single2 {
    margin-top: 20px;
  }
  .page-details-product-1 .single2 .single-sz p {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 26px;
  }
  .page-details-product-1 .single2 .single-sz .title2 {
    margin-bottom: 10px;
  }
  .page-details-product-1 .single2 .single-sz .title2 h1 {
    font-size: 30px;
    line-height: 47px;
  }
  .page-details-product-1 .single2 .single-sz .desc1 {
    margin-top: 17px;
    font-size: 15px;
    line-height: 20px;
  }
  .page-details-product-1 .single2 .single-sz .desc1 p {
    font-size: 15px;
    line-height: 25px;
  }
  .page-details-product-1 .single2 .single-sz .desc2 ul li {
    margin-bottom: 4px;
    line-height: 21px;
    font-size: 15px;
  }
  .page-details-product-1 .single2 .single-sz .desc2 .desc21 {
    width: 100%;
    border-right: 0;
  }
  .page-details-product-1 .single2 .single-sz .desc2 .desc22 {
    width: 100%;
    padding-left: 0;
  }
  .page-details-product-1 .single2 .single-sz .desc-download {
    margin-top: 15px;
  }
  .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul {
    float: left;
  }
  .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li {
    margin-right: 7px;
    margin-left: 0;
  }
  .page-details-product-1 .single2 .single-sz .desc-download .poj2 ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 769px) {
  .page-id-9 .top-nav2 .single1 .logo img {
    width: 100px;
  }
  .nav.navbar-nav {
    text-align: center;
  }
  .front-pr-1 .single1 .single-sz {
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  .front-prs4 .single1 .single-sz {
    left: 3%;
    right: 3%;
    position: relative;
    width: 94%;
    top: 0%;
    transform: translateY(0%);
  }
  .section-s-slider .desc .desc-sz .but-more a {
    padding: 14px 5px;
    font-size: 12px;
  }
  .front-sidebar-1 .single .single-sz {
    padding: 15px;
  }
  .front-sidebar-1 .single .single-sz .title1 {
    margin-bottom: 7px;
  }
  .front-sidebar-1 .single .single-sz .title1 p {
    font-size: 26px;
    margin-bottom: 0;
  }
  .front-sidebar-1 .single .single-sz .title2 {
    margin-bottom: 7px;
  }
  .front-sidebar-1 .single .single-sz .title2 h4 {
    font-size: 29px;
  }
  .front-bul-of-2 {
    margin: 20px 0;
  }
  .front-bul-of-1 {
    padding: 30px 0;
  }
  .front-bul-of-1 .single1 .title1 h2 {
    font-size: 27px;
    line-height: 39px;
  }
  .section-offer-1 .single1 .title1 h2,
  .section-blog-1 .single1 .title1 h2 {
    font-size: 30px;
    line-height: 47px;
  }
  .section-offer-2 .single-sz {
    min-height: 430px;
    background-position: bottom;
    border: 1px solid #E0E0E0;
  }
  .section-offer-2 .single-sz .title2 h3 {
    font-size: 30px;
    line-height: 47px;
  }
  .section-front-about-1 .single2 .single-sz .title1 h3 {
    font-size: 30px;
    line-height: 47px;
  }
  .section-log-1 .single1 .title1 h4 {
    font-size: 30px;
    line-height: 47px;
  }
  .section-inst-1::before,
  .section-blog-1::before {
    border-left: 4px solid #2F374A;
    width: 100%;
  }
  .section-inst-1 .single1 {
    padding-top: 27px;
    padding-bottom: 88px;
  }
  .section-inst-1 .single2 .single-sz {
    float: left;
    padding-top: 26px;
  }
  footer {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 0;
  }
  footer .footer-top .poj1 .desc {
    margin-bottom: 22px;
  }
  footer .footer-top .poj2 {
    margin-top: 7px;
  }
  footer .footer-top .poj2 .desc ul {
    padding-bottom: 10px;
  }
  footer .footer-top .poj2 .desc ul li {
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 10px;
  }
  footer .footer-top .poj2 .desc2 ul {
    float: left;
  }
  footer .footer-top .poj2 .desc2 ul li:first-child {
    margin-left: 0;
  }
  footer .footer-top .poj2 .desc3 {
    margin-top: 23px;
  }
  .p-pagination {
    margin-top: 2px;
  }
  .p-pagination .page-numbers {
    width: 39px;
    height: 39px;
    font-size: 16px;
    line-height: 21px;
  }
  .page-offer-cat-1 {
    margin-bottom: 15px;
  }
  .section-st-2 {
    padding: 25px;
  }
  .section-slider .carousel-caption .carousel-caption-sz .desc1 {
    font-size: 13px;
    margin-top: 15px;
  }
  .section-slider .carousel-caption .carousel-caption-sz .desc1 h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .section-slider .carousel-caption .carousel-caption-sz .desc1 p {
    margin-bottom: 5px;
  }
  .section-slider .carousel-caption .carousel-caption-sz .but-more {
    margin-top: 15px;
  }
  .top-nav2 .single1 .logo img {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 135px;
  }
  .top-nav2.scrolled .single1 .logo img {
    width: 120px;
  }
  .section-booking-form .hbook-wrapper-booking-form {
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .section-booking-form .hbook-wrapper-booking-form:first-child {
    margin-top: 10px;
  }
  .section-booking-form .hb-search-fields label {
    text-align: center;
  }
  .section-booking-form .hb-vertical-search-form:not(.hb-narrow-search-form) .hb-search-button-wrapper input {
    width: 100%;
    margin-top: 6px;
  }
  .section-booking-form p.hb-search-button-wrapper {
    margin-top: 10px;
  }
  .section-booking-form p.hb-check-dates-wrapper, .section-booking-form p.hb-accom-number-wrapper, .section-booking-form p.hb-people-wrapper, .section-booking-form p.hb-search-button-wrapper {
    margin-bottom: 6px;
  }
  .page-rooms {
    padding: 20px 0;
  }
  .page-rooms .single-room {
    margin-bottom: 25px;
  }
  .page-rooms .card-footer .btn-primary {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .top-nav-contact1 .single1 ul li:nth-child(2) {
    display: none;
  }
  .top-nav-contact1 .single2 ul li span {
    display: none;
  }
  .section-s-slider .carousel-indicators {
    margin-top: 30px;
  }
  .section-s-slider .single1 .single-sz {
    padding-bottom: 22px;
  }
  .top-nav1 .single1 li:nth-child(3) {
    display: none;
  }
  .top-nav1 .single1 li:nth-child(4) {
    display: none;
  }
  .section-slider .carousel-caption .carousel-caption-sz .title1 h1 {
    font-size: 23px;
  }
  .section-slider .carousel-caption .carousel-caption-sz .but-more ul li a {
    padding: 11px 16px;
    font-size: 12px;
  }
  .front-pr-1 .row {
    margin-top: -14px;
  }
  .page-blog1 .single1 .poj1 .poj-sz .desc {
    position: absolute;
    left: 0;
    bottom: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: #fff;
    width: 100%;
    top: auto;
    padding: 10px;
  }
  .page-blog1 .single1 .poj1 .poj-sz .desc .title-single {
    margin-bottom: 0;
  }
  .page-blog1 .single1 .poj1 .poj-sz .desc .title-single h3 {
    margin-bottom: 0;
    font-size: 21px;
  }
  .page-blog1 .single1 .poj1 .poj-sz .desc .text {
    display: none;
  }
  .page-blog1 .single1 .poj2 .poj-sz .desc .title-single {
    margin-bottom: 0;
  }
  .page-blog1 .single1 .poj3 .poj-sz .desc .title-single {
    margin-bottom: 0;
  }
  .front-prs4 .single1 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .front-prs4 .single2 {
    padding-bottom: 30px;
  }
  .front-prs4 .single2 .single-sz {
    text-align: center;
  }
  .front-prs4 .single2 .single-sz img {
    max-width: 250px;
  }
  .page-offer1 {
    padding: 30px 0;
  }
  footer .footer-top .container-fluid {
    padding-bottom: 0;
  }
  footer .footer-top .poj2 .desc2 {
    margin-top: 15px;
  }
  footer .footer-top .poj2 .desc3 {
    margin-top: 10px;
  }
  footer .footer-top .container-fluid {
    padding-top: 0;
  }
  footer .title {
    margin-top: 12px;
  }
  .page-about1 {
    font-size: 15px;
  }
  .page-contact1 .single1 .single-sz {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-contact1 .single1 .single-sz .title h4 {
    text-align: center;
  }
  .top-nav1 .single1 ul .li-s-mail {
    display: none;
  }
  .section-offer-1::before {
    border-left: 4px solid #2F374A;
    width: 100%;
  }
  .section-inst-1::before,
  .section-blog-1::before {
    border-left: 4px solid #2F374A;
    width: 100%;
  }
  .section-inst-1 {
    margin-bottom: 20px;
  }
  .p-pagination .nav-links {
    margin-bottom: 15px;
  }
  .p-pagination .page-numbers {
    width: 34px;
    height: 34px;
    font-size: 15px;
    line-height: 16px;
  }
  .section-quick-how {
    padding: 5%;
  }
  .section-quick-how .single1 {
    font-size: 15px;
    line-height: 1.7;
  }
  .section-quick-how .single1 .single-sz {
    padding: 0;
  }
  .section-quick-how .single1 .title1 h2 {
    font-size: 26px;
  }
  .section-quick-how .single2 iframe {
    height: 350px;
  }
  .page-about1 .single1 .desc1 {
    font-size: 16px;
    line-height: 27px;
  }
  .page-about1 .single1 .desc1 h2 {
    font-size: 23px;
    line-height: 31px;
  }
  .page-about1 .single1 .desc1 h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .page-about1 .single1 .desc1 h3 {
    font-size: 21px;
    line-height: 29px;
  }
  .page-about1 .single1 .desc1 h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .page-about1 .single1 .desc1 h5 {
    font-size: 19px;
    line-height: 27px;
  }
  .page-about1 .single1 .desc1 h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 460px) {
  .section-small-slider .breadcrumbs span span {
    padding: 0 5px;
  }
  .section-s-slider .desc .desc-sz {
    padding: 10px;
  }
  .section-s-slider .desc .desc-sz .but-more ul {
    margin: 0;
    padding: 0;
  }
  .front-pr-1 .row {
    margin-top: -5px;
    margin-left: 0%;
    margin-right: 0%;
  }
  .front-pr-1 .single1 .single-sz {
    padding: 10px;
  }
  .front-pr-1 .single1 .single-sz .title1 {
    margin-bottom: 15px;
  }
  .front-pr-1 .single1 .single-sz .title1 h3 {
    font-size: 30px;
  }
  .front-pr-1 .single2 {
    height: 200px;
  }
  .front-pr-2 .single1 .title1 h5 {
    margin-bottom: 5px;
  }
  .front-pr-2 .single1 .title2 h2 {
    font-size: 30px;
  }
  .front-pr-2 .single2 {
    margin-bottom: 20px;
  }
  .front-pr-2 .single2 .title1 {
    min-height: auto;
  }
  .front-pr-2 .single2 .desc1 p {
    margin-bottom: 5px;
  }
  .front-pr-3 .single1 .title2 h4 {
    font-size: 30px;
  }
  .front-pr-3 .single2 .content {
    padding: 10px;
  }
  .front-pr-3 .single2 .container {
    padding-right: 10px;
  }
  .front-pr-4 {
    padding: 20px 0;
  }
  .front-pr-5 {
    padding: 20px 0;
  }
  .front-pr-5 .single1 .title2 h2 {
    font-size: 30px;
  }
  .front-pr-5 .single2 .card-header button {
    white-space: normal;
  }
  .front-pr-6 .single1 {
    margin-bottom: 20px;
  }
  .front-pr-6 .single1 .title2 h4 {
    font-size: 30px;
  }
  .front-pr-6 .single2 .desc {
    font-size: 16px;
  }
  .front-pr-6 .single4 {
    margin-top: 20px;
  }
  .front-pr-6 .single4 .poj-submit input {
    padding: 5px 25px;
  }
  .page-offer1 .single2 .poj-sz .title h2 {
    font-size: 15px;
  }
  .top-nav1 .single2 a {
    min-width: 80px;
    padding: 13px 8px;
  }
}
#my-welcome-message {
  display: none;
  z-index: 50000;
  position: fixed;
  width: 42%;
  left: 28%;
  top: 20%;
  background: #FFF;
}

#fvpp-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #fff;
  font-size: 28px;
}

.slider-small {
  padding: 45px 0;
}
.slider-small .container-fluid {
  max-width: 1250px;
}
.slider-small h1 {
  font-size: 50px;
  line-height: 60px;
}

.woocommerce-order-pay.woocommerce-js .page-order {
  margin-top: 60px;
}

.woocommerce-order-pay.woocommerce-js .page-order .woocommerce-notices-wrapper {
  border-top: 1px solid #6c9600;
  padding-top: 20px;
  margin-top: 20px;
}

.woocommerce-order-pay.woocommerce-js .page-order input {
  margin-right: 10px;
}

/*zamówienie otrzymane */
.page-order .woocommerce-thankyou-order-received {
  text-align: center;
}

.page-order .woocommerce-thankyou-order-details.order_details {
  list-style: none;
  text-align: center;
  display: inline-block;
}

.page-order .woocommerce-Price-amount.amount {
  color: black;
  font-size: 12px;
}

.page-order .woocommerce-thankyou-order-details.order_details li {
  float: left;
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px dashed #8a8888;
}

.page-order .woocommerce-thankyou-order-details.order_details li:last-child {
  border-right: none;
}

.page-order .shop_table.order_details {
  width: 100%;
  border: solid 1px black;
}

.page-order .shop_table.order_details tfoot td {
  text-align: right;
}

.page-order header, .page-order .shop_table.customer_details, .page-order .title, .page-order address {
  text-align: center;
  margin: 0 auto;
}

.page-order .shop_table.order_details tr {
  border: 1px solid #e5e5e5;
}

.page-order .shop_table.order_details td, .page-order .shop_table.order_details th {
  padding: 14px;
}

.page-order .product-name a {
  color: #9b9b9b;
}

.page-order .shop_table.customer_details tr {
  border: 1px solid #e5e5e5;
}

.page-order .shop_table.customer_details th, .page-order .shop_table.customer_details td {
  padding: 14px;
}

.page-order address {
  font-size: 18px;
  margin-bottom: 20px;
}

.page-order .shop_table.woocommerce-checkout-review-order-table {
  width: 100%;
}

.page-order .woocommerce-form-coupon-toggle {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  display: none;
}

.page-order .checkout_coupon.woocommerce-form-coupon {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.page-order #coupon_code {
  border: 1px solid #bdc7cb;
  box-sizing: border-box;
  padding: 9px;
  width: 100%;
}

.page-order .checkout_coupon.woocommerce-form-coupon button {
  margin: 0;
  padding: 15px 20px;
  background-color: #6c9600;
  border: none;
  color: #fff;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.page-order .checkout_coupon.woocommerce-form-coupon button:hover {
  background-color: #87bc00;
}

.page-order .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  float: left;
  width: 49.5%;
  margin-right: 0.5%;
  margin-top: 20px;
  max-width: 100%;
}

.page-order .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  float: left;
  width: 49.5%;
  margin-left: 0.5%;
  border-left: 1px solid #bdc7cb;
  margin-top: 20px;
  max-width: 100%;
}

.page-order #shipping_company_field {
  display: none;
}

.page-order .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.page-order .woocommerce-form.woocommerce-form-login.login .input-text {
  border: 1px solid #bdc7cb;
  box-shadow: none;
}

.page-contact1 .single1 .text {
  font-size: 16px;
}
.page-contact1 .single1 .contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact1 .single1 .contact ul li {
  margin-bottom: 7px;
}
.page-contact1 .single1 .contact ul li a {
  color: #989898;
  font-size: 16px;
  text-decoration: none;
}
.page-contact1 .single1 .contact ul li a:hover {
  color: #888;
}
.page-contact1 .single2 .contact-form input,
.page-contact1 .single2 .contact-form textarea {
  position: relative;
  width: 100%;
  margin: 0 0 20px;
  padding: 14px 18px;
  font-family: inherit;
  font-size: 15px;
  line-height: 20px;
  font-weight: inherit;
  color: #999;
  background-color: transparent;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.page-contact1 .single2 .contact-form-acceptance .cc1 {
  margin-left: 15px;
}
.page-contact1 .single2 .contact-form-submit {
  margin-top: 15px;
}
.page-contact1 .single2 .contact-form-submit input[type=submit] {
  display: block;
  width: 100px;
  line-height: 40px;
  box-sizing: border-box;
  border: 2px solid rgb(15, 15, 14);
  font-size: 18px;
  color: rgb(15, 15, 14);
  text-align: center;
  padding: 0;
  background: none;
  cursor: pointer;
}
.page-contact1 .single2 .contact-form-submit input[type=submit]:hover {
  background-color: rgb(15, 15, 14);
  color: #fff;
}
.page-contact1 .single2 .contact-form-submit input[type=submit]:disabled {
  background-color: #ddd;
  border-color: #ddd;
  color: #fff;
}
.page-contact1 .single2 .contact-form-submit input[type=submit]:disabled:hover {
  background-color: #ddd;
  color: #fff;
}

.page-contact1-other {
  padding: 0;
  border-top: none;
  background-color: #f9f9f9;
}
.page-contact1-other .container-fluid {
  max-width: 800px;
}

.front-pp2::before {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.front-pp2 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  color: #fff;
  min-height: 184px;
}
.front-pp2 .single1 {
  max-width: 1200px;
}
.front-pp2 .single1 .title-top {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 20px;
}
.front-pp2 .single1 .title-top h2 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
}
.front-pp2 .single1 .desc {
  color: #a6a6a6;
}
.front-pp2 .single1 .but-more {
  text-align: center;
}
.front-pp2 .single1 .but-more a {
  background-color: #B0B0B0;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 20px auto;
  display: block;
  max-width: 150px;
  text-decoration: none;
}
.front-pp2 .single1 .but-more a:hover {
  background-color: #fff;
  color: rgb(15, 15, 14);
}
.front-pp2 .single2 {
  padding-bottom: 30px;
  max-width: 1200px;
}
.front-pp2 .single2 .poj {
  margin-bottom: 15px;
}
.front-pp2 .single2 .poj .cc1 {
  float: left;
  width: 60px;
}
.front-pp2 .single2 .poj .cc1 .ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
}
.front-pp2 .single2 .poj .cc1 .ico i {
  font-size: 26px;
  line-height: 44px;
  color: rgb(99, 80, 54);
}
.front-pp2 .single2 .poj .cc2 {
  overflow: hidden;
  margin-left: 10px;
}
.front-pp2 .single2 .poj .cc2 .title {
  font-weight: 400;
  font-size: 20px;
}
.front-pp2 .single2 .poj .cc2 .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 25px;
}

.woocommerce > .container-fluid {
  max-width: 1200px;
}

.woocommerce .star-rating:before {
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005\f005\f005" !important;
  color: rgb(99, 80, 54) !important;
}

.woocommerce .star-rating > span {
  display: none;
}

.pswp__bg {
  opacity: 0.75 !important;
}

.woocommerce .star-rating, .woocommerce p.stars [class^=star-], .woocommerce p.stars [class*=" star-"] {
  font-family: WooCommerce;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
}

.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  width: 5em;
  margin: 0 auto;
}

.woocommerce .star-rating:before {
  content: "\f005\f005";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #999;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
  color: #F90;
}

.woocommerce .woocommerce-product-rating {
  display: block;
  width: 100%;
}

.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0 auto;
  float: left;
  font-size: 1em;
}

.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  font-size: 85%;
  width: 100%;
  margin: 0.5em 0;
  float: left;
}

.woocommerce p.stars {
  position: relative;
}

.woocommerce p.stars a {
  display: inline-block;
  margin-right: 1em;
  text-indent: -9999px;
  position: relative;
  border-bottom: 0 !important;
  outline: 0;
  color: #999;
}

.woocommerce p.stars a:hover, .woocommerce p.stars a.active {
  color: #F90;
}

.woocommerce p.stars a:last-child {
  border-right: 0;
}

.woocommerce p.stars [class^=star-], .woocommerce p.stars [class*=" star-"] {
  border-right: 1px solid #ccc;
}

.woocommerce p.stars [class^=star-]:after, .woocommerce p.stars [class*=" star-"]:after {
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.woocommerce p.stars a.star-1 {
  width: 2em;
}

.woocommerce p.stars a.star-1:after {
  font-family: "FontAwesome" !important;
  content: "\f005" !important;
}

.woocommerce p.stars a.star-1.active:after, .woocommerce p.stars a.star-1:hover:after {
  content: "\f005" !important;
}

.woocommerce p.stars a.star-2 {
  width: 3em;
}

.woocommerce p.stars a.star-2:after {
  font-family: "FontAwesome" !important;
  content: "\f005\f005";
}

.woocommerce p.stars a.star-2.active:after, .woocommerce p.stars a.star-2:hover:after {
  font-family: "FontAwesome" !important;
  content: "\f005\f005";
}

.woocommerce p.stars a.star-3 {
  width: 4em;
}

.woocommerce p.stars a.star-3:after {
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005";
}

.woocommerce p.stars a.star-3.active:after, .woocommerce p.stars a.star-3:hover:after {
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005";
}

.woocommerce p.stars a.star-4 {
  width: 5em;
}

.woocommerce p.stars a.star-4:after {
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005\f005";
}

.woocommerce p.stars a.star-4.active:after, .woocommerce p.stars a.star-4:hover:after {
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005\f005";
}

.woocommerce p.stars a.star-5 {
  width: 6em;
}

.woocommerce p.stars a.star-5:after {
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005\f005\f005";
}

.woocommerce p.stars a.star-5.active:after, .woocommerce p.stars a.star-5:hover:after {
  font-family: "FontAwesome" !important;
  content: "\f005\f005\f005\f005\f005";
}

.woocommerce ul.products li.product .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.page-contact2 .single1 {
  padding: 80px 30px;
}
.page-contact2 .single1 .title-top {
  width: 100%;
  float: left;
}
.page-contact2 .single1 .title-top h3 {
  font-size: 32px;
  text-transform: uppercase;
}
.page-contact2 .single1 .title-top .separator {
  background-color: rgb(99, 80, 54);
  width: 40px;
  height: 2px;
  margin-bottom: 12px;
}
.page-contact2 .single1 .text {
  width: 100%;
  float: left;
  color: #747474;
}
.page-contact2 .single1 .text p {
  margin-bottom: 8px;
}
.page-contact2 .single1 .text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact2 .single1 .text ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #747474;
  position: relative;
}
.page-contact2 .single1 .text ul li a {
  color: #747474;
  font-size: 15px;
  text-decoration: none;
}
.page-contact2 .single1 .text ul li a:hover {
  color: rgb(9, 110, 186);
}
.page-contact2 .single1 .text ul .poj1 {
  position: absolute;
  width: 20px;
}
.page-contact2 .single1 .text ul .poj2 {
  margin-left: 30px;
}
.page-contact2 .single1 .maps iframe {
  width: 100%;
}
.page-contact2 .single2 {
  padding-top: 80px;
  padding-bottom: 40px;
}
.page-contact2 .single2 .single2-sz {
  max-width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.page-contact2 .single2 .title-top h2 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
}
.page-contact2 .single2 .title-top .separator {
  background-color: rgb(99, 80, 54);
  width: 300px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page-contact2 .single2 .text {
  text-align: center;
  color: #747474;
  line-height: 28px;
}
.page-contact2 .single2 .desc label {
  width: 100%;
  float: left;
  margin-bottom: 18px;
  color: #747474;
}
.page-contact2 .single2 .desc label span {
  width: 100%;
  float: left;
  margin-top: 2px;
}
.page-contact2 .single2 .desc label span .wpcf7-text {
  width: 100%;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.67);
  color: #333;
  background-color: #FBFBFB;
  padding: 15px;
}
.page-contact2 .single2 .desc label span textarea {
  width: 100%;
  float: left;
  border: 1px solid #dddddd;
  color: #333;
  background-color: #FBFBFB;
}
.page-contact2 .single2 .desc label .cl1 {
  width: auto;
  margin-top: 0;
}
.page-contact2 .single2 .desc label .cl2 {
  width: auto;
  margin-left: 10px;
  margin-top: 5px;
}
.page-contact2 .single2 .desc .wpcf7-submit {
  background-color: rgb(99, 80, 54);
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.page-contact2 .single2 .desc .wpcf7-submit:hover {
  background-color: #50505B;
}
.page-contact2 .single2 .desc .wpcf7-submit:disabled {
  background-color: #ddd;
  color: rgb(15, 15, 14);
  cursor: not-allowed;
}

.breadcrumb {
  margin-bottom: 0;
}

.page404 {
  padding: 25px 0;
}

.page-faq3 {
  text-align: center;
}
.page-faq3 .container-fluid {
  max-width: 1400px;
  padding: 0 4%;
}
.page-faq3 h3 {
  font-size: 36px;
  font-weight: 400;
  color: #282828;
  text-transform: uppercase;
}
.page-faq3 .separator {
  width: 186px;
  height: 5px;
  background-color: rgb(99, 80, 54);
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 80px;
}

.page-faq {
  padding: 20px 0;
}
.page-faq .container-fluid {
  max-width: 1400px;
  padding: 0 4%;
}
.page-faq .title-top {
  margin-bottom: 20px;
}
.page-faq .title-top a {
  color: #282728;
  text-decoration: none;
}
.page-faq .title-top a:hover {
  color: rgb(99, 80, 54);
}
.page-faq .collapse {
  margin-bottom: 30px;
}

.page-faq2 .container-fluid {
  max-width: 1400px;
  padding: 0 4%;
}
.page-faq2 .but-more {
  margin-bottom: 40px;
  margin-top: 15px;
}
.page-faq2 .but-more a {
  background-color: rgb(99, 80, 54);
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  height: 40px;
  line-height: 38px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 15px;
  display: block;
  text-decoration: none;
  border: 1px solid rgb(99, 80, 54);
  text-align: center;
}
.page-faq2 .but-more a:hover {
  background-color: #fff;
  color: rgb(99, 80, 54);
}

.p-pagination {
  margin-bottom: 30px;
}
.p-pagination .screen-reader-text {
  display: none;
}
.p-pagination .nav-links {
  margin: 0 auto;
  font-size: 20px;
}
.p-pagination .nav-links a {
  color: rgb(15, 15, 14);
}

.woocommerce-shipping-methods {
  list-style: none;
}
.woocommerce-shipping-methods input {
  margin-right: 5px;
}

/*woocommerce */
.woocommerce-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-breadcrumb li {
  display: inline-block;
  margin: 5px;
}

.woocommerce-breadcrumb li a {
  color: rgb(99, 80, 54);
}

.woocommerce-wyszukiwarka {
  padding-top: 10px;
  background-color: rgb(99, 80, 54);
  padding-bottom: 10px;
  float: right;
}

.woocommerce-wyszukiwarka form {
  text-align: center;
}

.woocommerce-wyszukiwarka input[name=s] {
  min-width: 460px;
  padding: 2px 8px;
  height: 33px;
  background-color: #f7fae1;
  border: none;
  box-shadow: none;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.1);
}

.woocommerce-wyszukiwarka input[name=submit] {
  background-color: #fff;
  color: rgb(99, 80, 54);
  padding: 8px 15px;
  border: solid 1px #fff;
  width: 70px;
  box-shadow: none;
}

.woocommerce-wyszukiwarka input[name=submit]:hover {
  background-color: rgb(99, 80, 54);
  color: #fff;
  border: solid 1px #fff;
}

.woocommerce-wyszukiwarka button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
}

.products.columns-6 {
  width: 100%;
  float: left;
}

.xoo-wsc-footer a.button {
  background-color: rgb(99, 80, 54);
  color: #fff;
  padding: 5px 7px;
}

.xoo-wsc-footer a.button:hover {
  background-color: #fff;
  color: rgb(99, 80, 54);
  border: solid 1px rgb(99, 80, 54);
}

.kategorie-telefon {
  border-top: 1px solid rgb(99, 80, 54);
  border-bottom: 1px solid rgb(99, 80, 54);
  margin: 5px 0;
}

.kategorie-telefon .tytul-glowny {
  text-align: center;
  font-size: 18px;
}

.kategorie-telefon .woocommerce-loop-category__title {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
  height: 40px;
}

.kategorie-telefon .woocommerce-loop-category__title mark {
  display: none;
}

.dropdown-right-display {
  display: block !important;
}

/**/
.woocommerce-info {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.page-zamowienie .woocommerce-terms-and-conditions li {
  text-align: left;
}

#mailpoet_form_1 .mailpoet_validate_success {
  color: #fff !important;
}

.woocommerce-password-strength.short,
.woocommerce-password-hint {
  color: #ff0000;
}

.woocommerce-order-pay.woocommerce-js #order_review {
  width: 100% !important;
  padding: 7px;
}

.woocommerce-order-pay.woocommerce-js #order_review .shop_table {
  width: 100%;
}

.woocommerce-order-pay.woocommerce-js #order_review .shop_table .product-subtotal {
  text-align: right;
}

.modal-view .close-modal {
  width: 100%;
  float: left;
  padding: 10px;
}

.modal-view .title-modal {
  text-align: center;
  padding-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-view .title-modal h2 {
  margin-top: 0;
}

.modal-view #fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(15, 15, 14);
  opacity: 0.5;
}

.modal-view #my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  max-width: 600px;
  margin: 0 auto;
  top: 20%;
  left: 0;
  right: 0;
  padding: 20px 2%;
  background: #FFF;
}

.modal-view #fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.modal-view #fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

.modal-view .modal-footer {
  border-top: none;
}

.modal-view #fvpp-dialog p {
  margin: 0;
}

.page-template-default .page-blog-back .container-fluid {
  padding: 0 4%;
}

.xoo-cp-modal .xcp-minus {
  border: none;
  color: #fff;
  background-color: #767676;
  height: 35px;
  width: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.xoo-cp-modal .xcp-plus {
  border: none;
  color: #fff;
  background-color: #767676;
  height: 35px;
  width: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.xoo-cp-modal .xoo-cp-qty {
  -moz-appearance: textfield;
  text-align: center;
  font-weight: 400;
  background-color: #fff;
  border-width: 0;
  padding-right: 0;
  width: 95%;
  font-size: 15px;
  color: #222222;
  padding: 10px 2px;
  border: 1px solid #ced4da;
  padding-left: 7px;
  padding-right: 7px;
  height: 43px;
}
.xoo-cp-modal td.xoo-cp-ptitle a {
  color: rgb(15, 15, 14);
}
.xoo-cp-modal .xoo-cp-variations .variation {
  color: #939393;
  font-size: 12px;
}
.xoo-cp-modal td.xoo-cp-remove .xoo-cp-remove-pd {
  color: #333;
}
.xoo-cp-modal .xoo-cp-btns .xoo-cp-close.xcp-btn {
  background-color: rgb(99, 80, 54);
  color: #fff;
  width: 49%;
  height: 54px;
  line-height: 39px;
  border-radius: 5px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgb(99, 80, 54);
  font-weight: 400;
  margin-right: 1%;
  margin-left: 0;
  float: left;
}
.xoo-cp-modal .xoo-cp-btns .xoo-cp-close.xcp-btn:hover {
  background-color: #fff;
  color: rgb(99, 80, 54);
}
.xoo-cp-modal .xoo-cp-btns .xoo-cp-btn-vc.xcp-btn {
  background-color: rgb(99, 80, 54);
  border: 1px solid rgb(99, 80, 54);
  color: #fff;
  width: 49%;
  height: 54px;
  line-height: 39px;
  border-radius: 5px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  float: right;
  margin-left: 1%;
  margin-right: 0;
  float: left;
}
.xoo-cp-modal .xoo-cp-btns .xoo-cp-btn-vc.xcp-btn:hover {
  background-color: #fff;
  color: rgb(99, 80, 54);
}

@media (max-width: 1250px) {
  .header-top2 .header-navigation .contact-phone-top {
    margin-right: 10px;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 17px;
  }
}
@media (max-width: 1200px) {
  .header-top2 .header-navigation .contact-phone-top {
    margin-right: 15px;
    margin-left: 15px;
    font-size: 12px;
  }
  .header-top2 .header-navigation .contact-phone-top .cc1 {
    display: none;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 {
    margin-left: 0;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 p {
    font-size: 12px;
  }
  .header-top2 .header-navigation .contact-phone-top .cc2 p a {
    font-size: 20px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 50;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 10px;
    font-size: 15px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 25px;
  }
}
@media (max-width: 1024px) {
  .section-under-slider .container-fluid > .row {
    padding: 55px 33px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 25px;
    line-height: 24px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 47px;
    margin-top: -5px;
    line-height: 43px;
  }
  .section-under-slider .single2 {
    text-align: center;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
  }
  .woocommerce-home .product-single-c .single2 .cart .single_add_to_cart_button.button.alt {
    width: 245px;
  }
}
@media (min-width: 960px) and (max-width: 1001px) {
  .header-top2 .header-navigation .contact-phone-top .cc2 {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-quick2 .single1 p .phone-top .mobile-hide {
    display: none;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 auto;
    max-width: 284px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .section-under-slider .container-fluid > .row {
    padding: 63px 33px;
  }
  .section-under-slider .single1 .single1-sz {
    max-width: 342px;
    margin: 0 auto;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 18px;
    line-height: 21px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 37px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
    text-align: center;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
  .page-order .single2 .checkout.woocommerce-checkout .single-shop1,
  .page-order .single2 .checkout.woocommerce-checkout .single-shop2 {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .woocommerce-checkout-payment {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .single-shop1 {
    width: 100%;
    margin-right: 0;
  }
  .page-order .single2 .single-shop2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header-quick2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .header-quick2 .single1 p {
    font-size: 11px;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 auto;
    max-width: 284px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .section-under-slider .container-fluid > .row {
    padding: 33px;
  }
  .section-under-slider .single1 .single1-sz {
    max-width: 342px;
    margin: 0 auto;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 33px;
    line-height: 26px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 50px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
  }
  .section-under-slider .single2 .row {
    padding-left: 0;
  }
  .section-under-slider .single2 .single2-sz {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
  }
  .section-under-slider .single2 .cc1 {
    margin-left: 0px;
  }
  .section-under-slider .single2 .cc1 img {
    max-width: 50px;
  }
  .section-under-slider .single2 .cc2 {
    margin-left: 0px;
  }
  .section-under-slider .single2 .pojup1 .single2-sz,
  .section-under-slider .single2 .pojup2 .single2-sz,
  .section-under-slider .single2 .pojup3 .single2-sz {
    left: 0;
    right: 0;
    width: 100%;
  }
  .front-category1 .single-but .single-sz a {
    background-color: rgb(99, 80, 54);
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    line-height: 38px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgb(99, 80, 54);
  }
  .front-category1 .single-but {
    margin-bottom: 5px;
  }
  .front-m-1 {
    margin-bottom: 15px;
  }
  .front-m-2 h3 {
    font-size: 21px;
  }
  .front-m-2 .separator {
    width: 161px;
    margin-top: 14px;
    margin-bottom: 18px;
  }
  .front-about-tab2 .container-fluid .row .single1 .but-more {
    margin-top: 11px;
  }
  .front-about-tab2 .container-fluid .row .single1 .but-more a {
    background-color: rgb(99, 80, 54);
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    width: 170px;
    height: 40px;
    line-height: 38px;
    font-weight: 400;
    font-size: 12px;
    border-radius: 15px;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgb(99, 80, 54);
  }
  .front-blog1 .single1 .title-top h3 {
    font-size: 21px;
  }
  .front-blog1 .single1 .title-top .separator {
    width: 161px;
    margin-top: 14px;
    margin-bottom: 18px;
  }
  .page-blog1 .container-fluid .single1 {
    font-size: 15px;
  }
  .page-blog1 .container-fluid .single3 .single3-sz {
    margin-bottom: 30px;
  }
  .page-blog1 .container-fluid .single3 .single3-sz a {
    width: 230px;
    font-size: 13px;
  }
  footer .footer-top .single2 .title1 {
    margin-top: 10px;
  }
  footer .footer-top .single2 .title1 p {
    text-align: center;
  }
  footer .footer-center {
    text-align: center;
    font-size: 11px;
  }
  footer .footer-center .single2 {
    text-align: center;
  }
  .front-contact .single3 .desc .poj-submit .wpcf7-form-control.wpcf7-submit {
    font-size: 13px;
  }
  .page-woocommerce {
    margin: 10px 0;
  }
  .page-woocommerce .sidebar-left-main {
    margin-top: 15px;
  }
  .page-woocommerce .sidebar-left-main .panel-group {
    width: 100%;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs {
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a i {
    display: block;
    display: inline-block;
    position: absolute;
    right: 57px;
    padding-top: 5px;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a:hover {
    color: #777;
  }
  .page-woocommerce .sidebar-left-main .collapse {
    display: none;
  }
  .page-woocommerce .sidebar-left-main .collapse.show {
    display: block;
  }
  .page-woocommerce .sidebar-left-main .wp-block-woocommerce-price-filter {
    padding: 0 10px;
  }
  .page-woocommerce .sidebar-left-main .wc-block-components-price-slider__range-input-progress {
    background-color: rgb(99, 80, 54);
  }
  .page-woocommerce .woocommerce-home12 {
    margin-top: 5px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering {
    margin-bottom: 10px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-ordering {
    text-align: center;
  }
  .woocommerce-home .product-single-c .single2 .cart .quantity {
    width: 36px;
  }
  .woocommerce-home .product-single-c .single2 .cart .plus {
    width: 25px;
  }
  .woocommerce-home .product-single-c .single2 .cart .minus {
    width: 25px;
  }
  footer .footer-top1 {
    padding: 22px 0;
    text-align: center;
  }
  footer .footer-top1 .single2 ul {
    float: none;
    text-align: center;
  }
  footer .footer-top1 .single2 ul li {
    display: inline-block;
    float: none;
    margin: 10px;
  }
  .front-about-tab2 .container-fluid .row {
    padding: 20px;
  }
  .front-about-tab2 .container-fluid .row .single1 {
    font-size: 16px;
  }
  .front-about-tab3 {
    margin-bottom: 25px;
  }
  .front-contact .single1 .title-top h4 {
    font-size: 24px;
  }
  .front-contact .single1 .title-top h3 {
    font-size: 28px;
  }
  .front-contact .single1 .title-top .separator {
    margin-top: 15px;
    margin-bottom: 24px;
  }
  .front-contact .single2 .title-top {
    margin-bottom: 12px;
  }
  .front-contact .single2 .title-top p {
    font-size: 20px;
  }
  .front-contact .single2 .desc ul li {
    margin-bottom: 13px;
  }
  .front-contact .single2 .desc ul li a {
    font-size: 16px;
  }
  .front-contact .single3 .title-top {
    margin-bottom: 12px;
  }
  .front-contact .single3 .title-top p {
    font-size: 20px;
  }
  .front-contact .single3 .desc {
    margin-bottom: 25px;
  }
  .woocommerce-home .summary.entry-summary {
    margin-left: 0;
    width: 100%;
  }
  .woocommerce-home .summary.entry-summary .product_title.entry-title {
    font-size: 30px;
  }
  .woocommerce-home .summary.entry-summary .price {
    font-size: 40px;
    text-align: center;
  }
  .woocommerce-home .summary.entry-summary .cart {
    margin-top: 5px;
  }
  .woocommerce-home .shipment-addition .single1 {
    width: 100%;
  }
  .woocommerce-home .shipment-addition .single1 .poj12 {
    font-size: 15px;
  }
  .woocommerce-top1 .title-top {
    margin-top: 20px;
  }
  .woocommerce-top1 .title-top h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .page-cart1 .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 {
    width: 100%;
    margin-right: 0;
    display: none;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 .checkout-button.button.alt.wc-forward {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single1-mobile {
    display: block;
    float: left;
    width: 100%;
    margin-top: 14px;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
  .page-order .single2 .checkout.woocommerce-checkout .single-shop1,
  .page-order .single2 .checkout.woocommerce-checkout .single-shop2 {
    width: 100%;
    margin-left: 0;
  }
  .page-order .single2 .woocommerce-checkout-payment {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .header-quick2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .header-quick2 .single1 ul li {
    margin-right: 10px;
  }
  .header-quick2 .single1 ul li i {
    margin-right: 10px;
  }
  .header-top2 .header-navigation .contact-phone-top {
    margin: 0 60px;
  }
  .header-top2 .header-navigation .list-shops {
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .header-top2 .header-navigation .list-shops li {
    display: inline-block;
    margin: 0;
    float: none;
  }
  .header-top2 .header-navigation .navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 24px;
  }
  .section-under-slider .single1 .cc1 p {
    font-size: 33px;
    line-height: 26px;
  }
  .section-under-slider .single1 .cc2 {
    font-size: 50px;
  }
  .section-under-slider .single2 {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 15px;
  }
  .section-under-slider .single2 .pojup1 {
    width: 33.33%;
    margin-bottom: 5px;
  }
  .section-under-slider .single2 .pojup1 .single2-sz {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .section-under-slider .single2 .cc1 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .section-under-slider .single2 .cc2 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 13px;
  }
  .page-woocommerce {
    margin: 10px 0;
  }
  .page-woocommerce .sidebar-left-main {
    margin-top: 15px;
  }
  .page-woocommerce .sidebar-left-main .panel-group {
    width: 100%;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs {
    width: 100%;
    border-bottom: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
  }
  .page-woocommerce .sidebar-left-main .panel-group #filtrs a:hover {
    color: #777;
  }
  .page-woocommerce .sidebar-left-main .collapse {
    display: none;
  }
  .page-woocommerce .sidebar-left-main .collapse.show {
    display: block;
  }
  .page-woocommerce .woocommerce-home12 {
    margin-top: 5px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering {
    margin-bottom: 10px;
  }
  .page-woocommerce .woocommerce-home12 .section-woocommerce-ordering .woocommerce-ordering {
    text-align: center;
  }
  .woocommerce-home .product-single-c .single2 .cart .single_add_to_cart_button.button.alt {
    width: 245px;
  }
  footer .footer-top1 {
    padding: 22px 0;
  }
  footer .footer-top1 .single2 ul {
    float: none;
    text-align: center;
  }
  footer .footer-top1 .single2 ul li {
    display: inline-block;
    float: none;
    margin: 10px;
  }
  .front-about-tab2 .container-fluid .row {
    padding: 20px;
  }
  .front-about-tab2 .container-fluid .row .single1 {
    font-size: 16px;
  }
  .front-about-tab3 {
    margin-bottom: 25px;
  }
  .front-contact .single1 .title-top h4 {
    font-size: 24px;
  }
  .front-contact .single1 .title-top h3 {
    font-size: 28px;
  }
  .front-contact .single1 .title-top .separator {
    margin-top: 15px;
    margin-bottom: 24px;
  }
  .front-contact .single2 .title-top {
    margin-bottom: 12px;
  }
  .front-contact .single2 .title-top p {
    font-size: 20px;
  }
  .front-contact .single2 .desc ul li {
    margin-bottom: 13px;
  }
  .front-contact .single2 .desc ul li a {
    font-size: 16px;
  }
  .front-contact .single3 .title-top {
    margin-bottom: 12px;
  }
  .front-contact .single3 .title-top p {
    font-size: 20px;
  }
  .front-contact .single3 .desc {
    margin-bottom: 25px;
  }
  .woocommerce-home .summary.entry-summary {
    margin-left: 0;
    width: 100%;
  }
  .woocommerce-home .summary.entry-summary .product_title.entry-title {
    font-size: 30px;
  }
  .woocommerce-home .summary.entry-summary .price {
    font-size: 40px;
    text-align: center;
  }
  .woocommerce-home .summary.entry-summary .cart {
    margin-top: 5px;
  }
  .woocommerce-home .shipment-addition .single1 {
    width: 100%;
  }
  .woocommerce-home .shipment-addition .single1 .poj12 {
    font-size: 15px;
  }
  .woocommerce-top1 .title-top {
    margin-top: 20px;
  }
  .woocommerce-top1 .title-top h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .page-cart1 table thead {
    display: none;
  }
  .page-cart1 table tr td {
    padding: 5px;
    float: left;
  }
  .page-cart1 table tr td .product-thumbnail {
    padding: 2px;
  }
  .page-cart1 table tr td .product-thumbnail a {
    display: block;
  }
  .page-cart1 .product-thumbnail {
    width: 25%;
  }
  .page-cart1 .product-name {
    width: 75%;
  }
  .page-cart1 .cart-collaterals .cart-subtotal th,
  .page-cart1 .cart-collaterals .cart-subtotal td {
    min-width: 100%;
    float: none;
    padding: 5px;
    width: 100%;
  }
  .page-cart1 .cart-collaterals .cart_totals .shop_table.shop_table_responsive {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 {
    width: 100%;
  }
  .page-cart1 .wc-proceed-to-checkout .single1 a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 {
    width: 100%;
    margin-top: 10px;
  }
  .page-cart1 .wc-proceed-to-checkout .single2 .checkout-button.button.alt.wc-forward {
    width: 100%;
    display: block;
    text-align: center;
  }
  .page-cart1 .product-thumbnail {
    padding: 5px;
  }
  .page-cart1 .product-name {
    min-height: 90px;
  }
  .page-cart1 .product-price {
    float: left;
    padding-top: 4px;
    font-size: 15px;
    padding-top: 8px;
  }
  .page-cart1 .product-quantity {
    float: left;
  }
  .page-cart1 .product-quantity .quantity {
    width: 30px;
  }
  .page-cart1 .product-quantity .quantity .qty {
    font-weight: 400;
    background-color: #fff;
    border-width: 0;
    padding-right: 0;
    width: 95%;
    font-size: 15px;
    color: #222222;
    padding: 10px 2px;
    border: 1px solid #ced4da;
    padding-left: 7px;
    padding-right: 7px;
    height: 28px;
    padding: 0;
  }
  .page-cart1 .product-quantity .minus {
    height: 28px;
  }
  .page-cart1 .product-quantity .plus {
    height: 28px;
  }
  .page-cart1 .product-subtotal {
    float: right;
    text-align: center;
    padding-top: 2px;
  }
  .page-cart1 .product-remove {
    width: 100%;
    text-align: center;
  }
  .page-order .single1 .checkout.woocommerce-checkout .form-row.form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-order .shop_table.woocommerce-checkout-review-order-table th, .page-order .shop_table.woocommerce-checkout-review-order-table td {
    padding: 0;
  }
  .page-order .single2 .checkout.woocommerce-checkout .order-total td .woocommerce-Price-amount.amount {
    font-size: 23px;
  }
  .page-order .single2 #order_review .product-quantity {
    font-size: 15px;
  }
  .page-order .single2 #order_review .product-total .woocommerce-Price-amount.amount {
    font-size: 13px;
  }
  .header-quick2 {
    padding-top: 6px;
    padding-bottom: 2px;
    font-size: 13px;
  }
  .header-quick2 .single1 p {
    font-size: 13px;
    line-height: 41px;
  }
  .header-quick2 .single1 p img {
    width: 17px;
    margin-right: 3px;
    margin-top: 10px;
  }
  .header-quick2 .single1 p .phone-top .mobile-hide {
    display: none;
  }
  .header-quick2 .single2 .list-shops .list-shops-search .dropdown-menu {
    width: 100%;
  }
  .header-quick2 .single2 .list-shops .list-shops-search .dropdown-menu input[type=text] {
    width: 100%;
  }
  .header-quick2 .single2 .list-shops .list-shops-search .dropdown-menu #searchsubmit {
    width: 100%;
    margin-top: 4px;
  }
  .header-top2 .header-navigation .navbar img {
    height: 45px;
  }
  .breadcrumb {
    padding: 0;
  }
  .page-cart1 table tr .actions {
    text-align: center;
  }
  .page-cart1 table tr .actions #coupon_code {
    width: 100%;
  }
  .page-cart1 table tr .actions button {
    width: 100%;
  }
  .page-cart1 .product-price {
    font-size: 10px;
    padding-top: 11px;
  }
}
@media (min-width: 900px) {
  .page-cart1 .product-thumbnail img {
    max-width: 110px;
  }
}
#contact-fields {
  margin-bottom: 5px !important;
}

.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #c1fe72;
  color: #fff;
  border: 1px solid #c1fe72;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 20pxs;
}

.page-about1 .bookly-flex.bookly-bg-white {
  width: 100%;
  height: 100%;
  background-color: rgb(15, 15, 14) !important;
  color: #fff;
  text-align: center;
  border: none;
}
.page-about1 .bookly-flex.bookly-bg-white .bookly-flex {
  width: 100%;
  text-align: center;
}
.page-about1 .bookly-flex.bookly-bg-white .bookly-flex span {
  width: 100%;
}
@media (max-width: 600px) {
  .page-about1 .bookly-css-root .bookly-p-4 {
    height: 100% !important;
  }
}

.woocommerce-variation-add-to-cart .quantity,
.woocommerce-variation-add-to-cart .minus,
.woocommerce-variation-add-to-cart .plus {
  display: none;
}

/*aktualizacja 17-03*/
.page-res-1 .bookly-mobile-step-2.bookly-js-mobile-step-2 .bookly-left.bookly-mobile-float-none {
  display: none !important;
}
.page-res-1 .bookly-mobile-step-2.bookly-js-mobile-step-2 .bookly-time-range.bookly-js-time-range.bookly-left.bookly-mobile-float-none {
  display: none !important;
}

.wc-block-components-select-input-thwcfe-block-zwrot_na_voucherze,
#shipping-thwcfe-block-imie_voucher,
.wc-block-components-address-form__thwcfe-block-imie_voucher,
.wc-block-components-address-form__thwcfe-block-nazwisko_voucher {
  font-weight: 400;
  font-size: 16px;
}

.workshop-section .text-center h1 {
  color: rgb(15, 15, 14);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 52px;
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}
.workshop-section .text-center .lead {
  font-size: 1.1rem;
}
.workshop-section .workshop-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(15, 15, 14);
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.workshop-section .workshop-content h2:first-child {
  margin-top: 0;
}
.workshop-section .workshop-content p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.workshop-section .workshop-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
.workshop-section .workshop-content ul li {
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
}
.workshop-section .workshop-content ul li strong {
  color: rgb(15, 15, 14);
  font-weight: 400;
}
.workshop-section .workshop-content .btn-primary {
  background-color: rgb(99, 80, 54);
  color: rgb(15, 15, 14);
  border: none;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color 0.3s;
  text-decoration: none;
  display: inline-block;
}
.workshop-section .workshop-content .btn-primary:hover {
  background-color: 0.7;
}
.workshop-section .contact-form-box {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}
.workshop-section .contact-form-box h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(15, 15, 14);
  margin-bottom: 1.5rem;
}
.workshop-section .contact-form-box .wpcf7-form p {
  margin-bottom: 1.5rem;
}
.workshop-section .contact-form-box .wpcf7-form p label {
  width: 100%;
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: block;
}
.workshop-section .contact-form-box .wpcf7-form p input[type=text],
.workshop-section .contact-form-box .wpcf7-form p input[type=email],
.workshop-section .contact-form-box .wpcf7-form p textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.95rem;
  background-color: #fff;
}
.workshop-section .contact-form-box .wpcf7-form p input[type=text]:focus,
.workshop-section .contact-form-box .wpcf7-form p input[type=email]:focus,
.workshop-section .contact-form-box .wpcf7-form p textarea:focus {
  outline: none;
  border-color: rgb(99, 80, 54);
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}
.workshop-section .contact-form-box .wpcf7-form p input[type=text]::placeholder,
.workshop-section .contact-form-box .wpcf7-form p input[type=email]::placeholder,
.workshop-section .contact-form-box .wpcf7-form p textarea::placeholder {
  color: #A7A7A7;
}
.workshop-section .contact-form-box .wpcf7-form p textarea {
  height: 100px;
  resize: none;
}
.workshop-section .contact-form-box .wpcf7-form p .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.workshop-section .contact-form-box .wpcf7-form p .wpcf7-checkbox .wpcf7-list-item label {
  font-weight: normal;
  display: flex;
  align-items: center;
}
.workshop-section .contact-form-box .wpcf7-form p .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  margin-right: 0.5rem;
}
.workshop-section .contact-form-box .wpcf7-form .wpcf7-submit {
  background-color: rgb(99, 80, 54);
  color: rgb(15, 15, 14);
  border: none;
  border-radius: 5px;
  padding: 0.75rem 2rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color 0.3s;
  cursor: pointer;
}
.workshop-section .contact-form-box .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .workshop-section .workshop-content,
  .workshop-section .contact-form-box {
    margin: 0 auto;
    max-width: 500px;
  }
  .workshop-section .text-center h1 {
    font-size: 2rem;
  }
  .workshop-section .text-center .lead {
    font-size: 1rem;
  }
}

.faq-accordion {
  margin: 2rem 0;
}
.faq-accordion .faq-card {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  margin-bottom: 0;
}
.faq-accordion .faq-card:last-child {
  border-bottom: none;
}
.faq-accordion .faq-card .card-header {
  background-color: #fff;
  border: none;
  padding: 0;
}
.faq-accordion .faq-card .card-header .faq-question {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  color: #333;
  font-weight: 400;
  position: relative;
}
.faq-accordion .faq-card .card-header .faq-question:focus {
  outline: none;
}
.faq-accordion .faq-card .card-header .faq-question::after {
  content: "▼";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  transition: transform 0.2s ease-in-out;
}
.faq-accordion .faq-card .card-header .faq-question.collapsed::after {
  transform: translateY(-50%) rotate(-90deg);
}
.faq-accordion .faq-card .card-body {
  padding: 1rem;
  background-color: #fafafa;
  border-top: 1px solid #e5e5e5;
}

.service-section .section-title {
  letter-spacing: 3px;
  font-weight: 400;
}
.service-section .section-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(15, 15, 14);
  margin-bottom: 1.5rem;
}
.service-section .btn-primary {
  background-color: rgb(99, 80, 54);
  color: #545454;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s;
}
.service-section .btn-primary:hover {
  opacity: 0.7;
}
.service-section .benefits-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.service-section .benefits-list .benefit-item {
  background-color: #fff;
  border-radius: 5px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.service-section .benefits-list .benefit-item.highlight {
  background-color: #f0f7e5;
}
.service-section .benefits-list .benefit-item .benefit-icon {
  color: rgb(99, 80, 54);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.service-section .benefits-list .benefit-item p {
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}
.service-section .benefits-list .benefit-item p strong {
  color: rgb(15, 15, 14);
  font-weight: 400;
}
.service-section .price-box {
  background-color: #1a2526;
  color: #fff;
  padding: 2rem;
  border-radius: 5px;
  text-align: center;
}
.service-section .price-box h3 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.service-section .price-box .price {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.service-section .price-box p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.service-section .price-box .btn-success {
  background-color: rgb(99, 80, 54);
  color: #545454;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 5px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s;
}
.service-section .price-box .btn-success:hover {
  opacity: 0.7;
}
@media (max-width: 991px) {
  .service-section .section-title {
    font-size: 2rem;
  }
  .service-section .section-subtitle {
    font-size: 1.3rem;
  }
  .service-section .section-description {
    font-size: 1rem;
  }
  .service-section .benefits-list .benefit-item {
    padding: 1rem;
  }
  .service-section .benefits-list .benefit-item p {
    font-size: 0.9rem;
  }
  .service-section .price-box {
    padding: 1.5rem;
  }
  .service-section .price-box .price {
    font-size: 1.5rem;
  }
  .service-section .price-box h3 {
    font-size: 1rem;
  }
  .service-section .price-box p {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .service-section .btn-primary, .service-section .btn-success {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
}

.contact-section {
  background-color: #FBFAF8;
}
.contact-section .contact-box {
  background: #fbfbf9;
  border: 1px solid #dcd8c4;
  border-radius: 0.5rem;
  transition: box-shadow 0.25s ease;
}
.contact-section .contact-box:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.contact-section .contact-box__icon {
  font-size: 1.5rem;
  color: #265c2e;
}
.contact-section .contact-box h3, .contact-section .contact-box p {
  color: #3d372b;
}
.contact-section .wpcf7 {
  background: #fff;
  border: 1px solid #dcd8c4;
  border-radius: 0.5rem;
  padding: 1.75rem;
  /* etykiety wierszowe */
  /* wszystkie kontrolki */
  /* przycisk Wyślij */
  /* komunikaty walidacji/sukcesu */
}
.contact-section .wpcf7 label {
  width: 100%;
}
.contact-section .wpcf7 > label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  color: #3d372b;
  margin-bottom: 0.35rem;
}
.contact-section .wpcf7 .wpcf7-form-control {
  width: 100%;
  background: #ffffff;
  border: 1px solid #dcd8c4;
  border-radius: 0.5rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.95rem;
  color: #3d372b;
  margin-bottom: 0;
}
.contact-section .wpcf7 .wpcf7-form-control::placeholder {
  color: #9b9b9b;
}
.contact-section .wpcf7 .wpcf7-form-control:focus {
  outline: none;
}
.contact-section .wpcf7 input[type=submit].wpcf7-form-control {
  cursor: pointer;
  background: #4e4634;
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem;
  transition: background 0.25s ease;
  margin-bottom: 0;
}
.contact-section .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.contact-section .wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  color: #dc3545;
  border-color: #dc3545;
}
.contact-section .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  color: #28a745;
  border-color: #28a745;
}
.contact-section .wpcf7 .wpcf7-response-output {
  margin-top: 0.75rem;
}
.contact-section .wpcf7 .wpcf7-not-valid {
  border-color: #dc3545 !important;
}
.contact-section .sidebar-content {
  white-space: pre-line;
  color: #3d372b;
  font-size: 0.94rem;
  line-height: 1.55;
}
.contact-section h2 {
  color: #3d372b;
}
.contact-section h3 {
  color: #3d372b;
}
.contact-section p {
  color: #3d372b;
}
@media (max-width: 575.98px) {
  .contact-section .contact-box {
    padding: 1.25rem;
  }
  .contact-section .wpcf7 {
    padding: 1.25rem;
  }
}

.faq-section .section-title {
  color: #3d372b;
}
.faq-section .section-description {
  color: #555;
}
.faq-section .category-title {
  font-size: 1.25rem;
  color: #3d372b;
}
.faq-section .accordion .card {
  border: 1px solid #d5d2c3;
  border-radius: 0.5rem !important;
  margin-bottom: 0.5rem;
}
.faq-section .accordion .card .card-header {
  background: #fbfbf9;
  padding: 0;
}
.faq-section .accordion .card .card-header .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #3d372b;
  text-decoration: none;
}
.faq-section .accordion .card .card-header .btn::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: transform 0.25s ease;
}
.faq-section .accordion .card .card-header .btn[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.faq-section .accordion .card .collapse .card-body {
  padding: 1rem;
  font-size: 0.95rem;
  color: #3d372b;
  background: #fff;
}

.about-us {
  background-color: #f9f9f0;
}
.about-us h2, .about-us h3 {
  color: #4c4120;
  font-family: "Merriweather", serif;
}
.about-us .about-intro p {
  color: #4c4120;
  font-size: 1.125rem;
}
.about-us .value-box {
  border: 1px solid rgba(76, 65, 32, 0.2);
  border-radius: 0.25rem;
  transition: box-shadow 0.3s;
}
.about-us .value-box:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.about-us .value-box .value-icon {
  color: #4c6822;
}
.about-us .value-box h5 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #4c4120;
}
.about-us .value-box p {
  color: #4c4120;
  font-size: 0.95rem;
}
.about-us .about-engagement {
  background-color: #eef9ec;
  color: #4c4120;
}
.about-us .about-engagement p {
  margin-bottom: 0;
}
.about-us .sidebar-card .card-header {
  background: linear-gradient(to bottom, #e5e4de, #4c4120);
  border-bottom: none;
}
.about-us .sidebar-card .card-body p {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.about-us .sidebar-card .card-body p i {
  margin-right: 0.5rem;
  color: #4c6822;
}
.about-us .sidebar-card .card-body .btn-brown {
  background-color: #4c4120;
  color: #fff;
}
.about-section {
  padding: 50px 0;
  background-color: #F7F7F2;
  font-size: 18px;
}
.about-section b {
  font-weight: 400;
}
.about-section .section-title {
  color: rgb(99, 80, 54);
}
.about-section .section-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: rgb(15, 15, 14);
  margin-bottom: 2rem;
}
.about-section .section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.about-section .about-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.about-section .btn-primary {
  border-color: rgb(99, 80, 54);
  background-color: rgb(99, 80, 54);
  color: #545454;
  font-weight: 400;
}
.about-section .about-content {
  padding: 2rem;
  font-size: 18px;
}
.about-section .about-content b {
  font-weight: 400;
}
.about-section .about-content .content-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(15, 15, 14);
  margin-bottom: 1rem;
}
.about-section .about-content .philosophy-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.about-section .about-content .philosophy-list li {
  font-size: 1rem;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}
.about-section .about-content .philosophy-list li:before {
  content: "○";
  color: rgb(99, 80, 54);
  position: absolute;
  left: 0;
  top: 0;
}
.about-section .single3 {
  margin-top: 50px;
}
.about-section .single3 h3 {
  color: rgb(15, 15, 14);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 52px;
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}
.about-section .facility-item {
  text-align: center;
}
.about-section .facility-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 25px;
  margin-bottom: 1rem;
}
.about-section .facility-item .facility-title {
  font-size: 1.2rem;
  font-weight: 400;
  color: rgb(15, 15, 14);
  margin-bottom: 0.5rem;
}
.about-section .facility-item .facility-description {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .about-section .section-title {
    font-size: 2rem;
  }
  .about-section .section-subtitle {
    font-size: 1.5rem;
  }
  .about-section .section-description {
    font-size: 1rem;
  }
  .about-section .about-content {
    padding: 1.5rem;
  }
  .about-section .about-content .content-title {
    font-size: 1.3rem;
  }
  .about-section .about-content .philosophy-list li {
    font-size: 0.9rem;
  }
  .about-section .about-content .btn-primary {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
  .about-section .facility-item img {
    height: 150px;
  }
  .about-section .facility-item .facility-title {
    font-size: 1.1rem;
  }
  .about-section .facility-item .facility-description {
    font-size: 0.9rem;
  }
}

.faq-section {
  padding: 50px 0;
  background-color: #F7F7F2;
}
.faq-section .section-title {
  letter-spacing: 3px;
  font-weight: 400;
}
.faq-section .section-description {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
.faq-section .category-title {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.faq-section .accordion .card {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.faq-section .accordion .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.faq-section .accordion .card .card-header .btn-link {
  font-size: 1.1rem;
  color: rgb(15, 15, 14);
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding: 1rem 0;
  position: relative;
}
.faq-section .accordion .card .card-header .btn-link:after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
}
.faq-section .accordion .card .card-header .btn-link.collapsed:after {
  content: "▼";
}
.faq-section .accordion .card .card-header .btn-link:hover, .faq-section .accordion .card .card-header .btn-link:focus {
  text-decoration: none;
  color: rgb(99, 80, 54);
}
.faq-section .accordion .card .card-body {
  font-size: 1rem;
  line-height: 1.6;
  padding: 0 0 1.5rem 0;
  background-color: transparent;
}
.faq-section .cta-box {
  background-color: #f5f0e9;
  border-radius: 25px;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.faq-section .cta-box .cta-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(15, 15, 14);
  margin-bottom: 0.5rem;
}
.faq-section .cta-box .cta-description {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.faq-section .cta-box .btn-primary {
  background-color: rgb(99, 80, 54);
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 1rem;
  transition: background-color 0.3s;
}
.faq-section .cta-box .btn-primary:hover {
  opacity: 0.7;
}
.faq-section .cta-box .btn-secondary {
  background-color: transparent;
  border: 1px solid rgb(99, 80, 54);
  color: rgb(99, 80, 54);
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
}
.faq-section .cta-box .btn-secondary:hover {
  background-color: rgb(99, 80, 54);
  color: #fff;
}
@media (max-width: 991px) {
  .faq-section .section-title {
    font-size: 2rem;
  }
  .faq-section .section-description {
    font-size: 1rem;
  }
  .faq-section .category-title {
    font-size: 1rem;
  }
  .faq-section .accordion .card .card-header .btn-link {
    font-size: 1rem;
  }
  .faq-section .accordion .card .card-body {
    font-size: 0.9rem;
  }
  .faq-section .cta-box {
    padding: 1.5rem;
  }
  .faq-section .cta-box .cta-title {
    font-size: 1.3rem;
  }
  .faq-section .cta-box .cta-description {
    font-size: 0.9rem;
  }
  .faq-section .cta-box .btn-primary, .faq-section .cta-box .btn-secondary {
    padding: 0.5rem 1.5rem;
    font-size: 0.9rem;
    margin-right: 0.5rem;
  }
}

.voucher-hero {
  background-color: #fff;
}
.voucher-hero .voucher-title {
  color: rgb(15, 15, 14);
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 52px;
  font-family: "Lato", sans-serif;
}
.voucher-hero .voucher-subtitle {
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.voucher-main .voucher-form-wrapper {
  background-color: #F7F7F2;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  padding: 2rem;
}
.voucher-main .voucher-form-wrapper .wpcf7-form label {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.voucher-main .voucher-form-wrapper .wpcf7-form input[type=text],
.voucher-main .voucher-form-wrapper .wpcf7-form input[type=email],
.voucher-main .voucher-form-wrapper .wpcf7-form input[type=tel],
.voucher-main .voucher-form-wrapper .wpcf7-form textarea,
.voucher-main .voucher-form-wrapper .wpcf7-form select {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.voucher-main .voucher-form-wrapper .wpcf7-form input[type=radio] {
  margin-right: 0.5rem;
}
.voucher-main .voucher-form-wrapper .wpcf7-form input[type=submit] {
  background-color: #d4c2a7;
  color: #fff;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 0.375rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: background-color 0.3s;
  width: 100%;
  cursor: pointer;
}
.voucher-main .voucher-form-wrapper .wpcf7-form input[type=submit]:hover {
  opacity: 0.7;
}
.voucher-main .info-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: rgb(15, 15, 14);
  font-family: "Lato", sans-serif;
  letter-spacing: 3px;
  font-weight: 400;
}

.info-list {
  list-style: decimal;
  padding-left: 1rem;
}
.info-list li {
  margin-bottom: 0.5rem;
}

.popular-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}
.popular-list li:last-child {
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .voucher-main .row {
    flex-direction: column;
  }
}
.modal-contact .modal-content {
  border: none;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.modal-contact .modal-header {
  background: #F6F2F0;
  padding: 1.5rem;
  border-bottom: none;
}
.modal-contact .modal-header .modal-title {
  color: rgb(112, 102, 92);
  font-size: 1.5rem;
  margin: 0;
}
.modal-contact .modal-header .close {
  color: rgb(112, 102, 92);
  opacity: 1;
  font-size: 1.5rem;
}
.modal-contact .modal-header .close:hover {
  color: #ccc;
}
.modal-contact .modal-body {
  background: #fff;
  padding: 2rem;
}
.modal-contact .modal-footer {
  background: #f1f1f1;
  padding: 1rem 2rem;
  border-top: 1px solid #ddd;
  text-align: right;
}
.modal-contact form.wpcf7-form label {
  display: block;
  font-weight: 400;
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.modal-contact form.wpcf7-form input[type=text],
.modal-contact form.wpcf7-form input[type=email],
.modal-contact form.wpcf7-form input[type=date],
.modal-contact form.wpcf7-form textarea,
.modal-contact form.wpcf7-form select {
  display: block;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.modal-contact form.wpcf7-form input[type=text]:focus,
.modal-contact form.wpcf7-form input[type=email]:focus,
.modal-contact form.wpcf7-form input[type=date]:focus,
.modal-contact form.wpcf7-form textarea:focus,
.modal-contact form.wpcf7-form select:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 5px rgba(74, 144, 226, 0.5);
  outline: none;
}
.modal-contact form.wpcf7-form p {
  margin-bottom: 5px;
}
.modal-contact form.wpcf7-form .wpcf7-submit {
  background-color: transparent;
  border: 1px solid #d4c2a7;
  color: #d4c2a7;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
}
.modal-contact form.wpcf7-form .wpcf7-submit:hover {
  background-color: #d4c2a7;
  color: #fff;
}

.btn-quick {
  background-color: transparent;
  border: 1px solid #d4c2a7;
  color: #d4c2a7;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
}

.swedish-massage {
  background-color: #fff;
  padding: 40px 0;
}
.swedish-massage .massage-image {
  position: sticky;
  top: 40px;
}
.swedish-massage .massage-image img {
  border-radius: 0.25rem !important;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
}
.swedish-massage .checkmark {
  color: #28a745;
  font-weight: 400;
}
.swedish-massage h3 {
  font-size: 24px;
}
.swedish-massage h4 {
  font-size: 22px;
}
.swedish-massage h5 {
  font-size: 20px;
}
.swedish-massage .service-detail-box {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 12px;
}
.swedish-massage .service-detail-box h6 {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.25rem;
}
.swedish-massage .service-detail-box p {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 500px) {
  .about-section {
    padding: 0;
  }
  .btn {
    font-size: 13px;
  }
  .about-section .about-content .but-more {
    text-align: center;
  }
  .services-section {
    padding: 0;
  }
  .pricing-section-index {
    padding: 0;
  }
  .knowledge-base,
  .testimonials-section {
    padding: 0;
    padding-bottom: 25px;
  }
  footer .footer-top .title {
    text-align: center;
  }
  footer .footer-top .poj2 .title1 p {
    text-align: center;
  }
  .about-section .single3 {
    margin-top: 20px;
  }
  .swedish-massage .btn3 {
    width: 100%;
  }
  .contact-section {
    padding: 0;
  }
}
.room-header {
  background-color: #fcfaf2;
  color: #4a422a;
  color: rgb(99, 80, 54);
  font-size: 15px;
}
.room-header__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.room-header__subtitle {
  font-size: 1.125rem;
}
.room-header__meta {
  font-size: 0.95rem;
  color: #6b5e45;
}
.room-header__meta i {
  margin-right: 0.25rem;
}
.room-header__meta .list-inline-item {
  vertical-align: middle;
}
.room-header__price {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  background-color: #3a5a2a;
  color: #fff;
}
.room-header__btn {
  padding: 0.625rem 1.25rem;
}
.room-header .d-price {
  width: 100%;
}
.room-header .d-price .text-price {
  background-color: #2f7135;
  color: #fff;
  padding: 10px 20px;
  border-radius: 12px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
.room-header .btn-primary {
  text-transform: none;
}

.room-res {
  background-color: rgb(99, 80, 54);
  margin-top: 40px;
}
.room-res .title1 {
  text-align: center;
  margin-bottom: 10px;
}
.room-res .title1 h2 {
  color: #fff;
}
.room-res .hbook-wrapper-booking-form:first-child {
  margin-top: 0;
}

.room-desc-add {
  color: rgb(99, 80, 54);
  font-size: 16px;
  padding-top: 40px;
}
.room-desc-add .title1 h2 {
  color: rgb(99, 80, 54);
}

.room-desc-add2 {
  color: rgb(99, 80, 54);
  font-size: 16px;
}
.room-desc-add2 .container {
  border-top: 1px solid #d1cdc7;
  padding-top: 40px;
}
.room-desc-add2 .title1 {
  margin-bottom: 7px;
}
.room-desc-add2 .title1 h2 {
  color: rgb(99, 80, 54);
}
.room-desc-add2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 2rem;
}
.room-desc-add2 ul li {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  break-inside: avoid;
}
.room-desc-add2 ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.1rem;
  font-size: 1rem;
  color: #6b5e45;
  content: "\f00c";
}

@media (max-width: 768px) {
  .room-header .d-price {
    text-align: center;
  }
  .room-header .btn.btn-primary.room-header__btn {
    width: 100%;
  }
  .room-res {
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */
