@charset "UTF-8";
/*
Theme Name: Kaczorówka
Author: JW Web Development
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Merienda:wght@300..900&display=swap");
/* ---------------------------------------------------------------------------------- */
.m-0rem {
  margin: 0rem !important;
}

.m-1rem {
  margin: 1rem !important;
}

.m-2rem {
  margin: 2rem !important;
}

.m-3rem {
  margin: 3rem !important;
}

.m-4rem {
  margin: 4rem !important;
}

.m-5rem {
  margin: 5rem !important;
}

.mt-0rem {
  margin-top: 0rem !important;
}

.mt-1rem {
  margin-top: 1rem !important;
}

.mt-2rem {
  margin-top: 2rem !important;
}

.mt-3rem {
  margin-top: 3rem !important;
}

.mt-4rem {
  margin-top: 4rem !important;
}

.mt-5rem {
  margin-top: 5rem !important;
}

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

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

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

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

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

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

.my-0rem {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.my-1rem {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-2rem {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3rem {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4rem {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5rem {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.ml-0rem {
  margin-left: 0rem !important;
}

.ml-1rem {
  margin-left: 1rem !important;
}

.ml-2rem {
  margin-left: 2rem !important;
}

.ml-3rem {
  margin-left: 3rem !important;
}

.ml-4rem {
  margin-left: 4rem !important;
}

.ml-5rem {
  margin-left: 5rem !important;
}

.mr-0rem {
  margin-right: 0rem !important;
}

.mr-1rem {
  margin-right: 1rem !important;
}

.mr-2rem {
  margin-right: 2rem !important;
}

.mr-3rem {
  margin-right: 3rem !important;
}

.mr-4rem {
  margin-right: 4rem !important;
}

.mr-5rem {
  margin-right: 5rem !important;
}

.mx-0rem {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.mx-1rem {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-2rem {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3rem {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-4rem {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-5rem {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.p-0rem {
  padding: 0rem !important;
}

.p-1rem {
  padding: 1rem !important;
}

.p-2rem {
  padding: 2rem !important;
}

.p-3rem {
  padding: 3rem !important;
}

.p-4rem {
  padding: 4rem !important;
}

.p-5rem {
  padding: 5rem !important;
}

.pt-0rem {
  padding-top: 0rem !important;
}

.pt-1rem {
  padding-top: 1rem !important;
}

.pt-2rem {
  padding-top: 2rem !important;
}

.pt-3rem {
  padding-top: 3rem !important;
}

.pt-4rem {
  padding-top: 4rem !important;
}

.pt-5rem {
  padding-top: 5rem !important;
}

.pb-0rem {
  padding-bottom: 0rem !important;
}

.pb-1rem {
  padding-bottom: 1rem !important;
}

.pb-2rem {
  padding-bottom: 2rem !important;
}

.pb-3rem {
  padding-bottom: 3rem !important;
}

.pb-4rem {
  padding-bottom: 4rem !important;
}

.pb-5rem {
  padding-bottom: 5rem !important;
}

.py-0rem {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.py-1rem {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2rem {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3rem {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4rem {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5rem {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pl-0rem {
  padding-left: 0rem !important;
}

.pl-1rem {
  padding-left: 1rem !important;
}

.pl-2rem {
  padding-left: 2rem !important;
}

.pl-3rem {
  padding-left: 3rem !important;
}

.pl-4rem {
  padding-left: 4rem !important;
}

.pl-5rem {
  padding-left: 5rem !important;
}

.pr-0rem {
  padding-right: 0rem !important;
}

.pr-1rem {
  padding-right: 1rem !important;
}

.pr-2rem {
  padding-right: 2rem !important;
}

.pr-3rem {
  padding-right: 3rem !important;
}

.pr-4rem {
  padding-right: 4rem !important;
}

.pr-5rem {
  padding-right: 5rem !important;
}

.px-0rem {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.px-1rem {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3rem {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4rem {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5rem {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs21 {
  font-size: 21px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs23 {
  font-size: 23px !important;
}

.fs24 {
  font-size: 24px !important;
}

.article .header__title {
  margin-bottom: 3rem;
}
.article p {
  margin-bottom: 1.35rem;
}
.article ul {
  margin-top: -0.75rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

@keyframes mobileTopSpan {
  50% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes mobileBottomSpan {
  50% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes mobileTopSpanReverse {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
    -moz-transform: translateY(8px) rotate(0);
    -ms-transform: translateY(8px) rotate(0);
    -o-transform: translateY(8px) rotate(0);
    transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mobileBottomSpanReverse {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
    -moz-transform: translateY(-8px) rotate(0);
    -ms-transform: translateY(-8px) rotate(0);
    -o-transform: translateY(-8px) rotate(0);
    transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #312615;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #000000;
}

.full-width {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.white {
  color: #ffffff !important;
}

.beige {
  color: #f8eace !important;
}

.brown {
  color: #312615 !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.icon {
  font-family: icomoon;
  vertical-align: middle;
}

.uppercase {
  text-transform: uppercase !important;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: 1.2;
}

.wrapper, .footer__wrapper, .section__wrapper, .header__wrapper, .body__wrapper {
  width: 1000px;
  max-width: 92.5%;
  margin: 0 auto;
  padding: 5rem 0;
}

.body {
  font-size: 16px;
  font-weight: 400;
  font-family: Inter, Calibri, sans-serif;
  line-height: 1.6;
  color: #312615;
  background: #ffffff;
  overflow-x: hidden;
}
.body.body--subpage {
  background: url("./img/section-beige-bg.png") repeat-y center top/100% auto, #f8eace;
}
.body.body--subpage main {
  margin-top: 4.5rem;
}
.body.body--subpage .header__logoLink {
  width: 175px;
}

.body__wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.header__title {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  font-family: Merienda, cursive;
  letter-spacing: -2.5px;
  text-align: center;
}
.header__title::after {
  content: "";
  width: 50px;
  height: 3px;
  display: block;
  margin: 1.75rem auto 0;
  background: #86bf00;
}

.breadcrumbs {
  margin-bottom: 2rem;
}
.breadcrumbs span {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.75rem;
  font-weight: 300;
  text-transform: uppercase;
}
.breadcrumbs span > span:first-child {
  padding-left: 0;
}
.breadcrumbs span > span:first-child a {
  font-family: icomoon;
}

.search {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.975);
  display: none;
}

.search__phrase {
  font-weight: 700;
}

.search__close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  color: #ffffff;
  border: none;
  background: transparent;
  cursor: pointer;
}
.search__close:hover {
  color: #000000;
}
.search__close i {
  font-size: 1.875rem;
  color: inherit;
}

.search__form {
  width: inherit;
  height: inherit;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.search__input {
  width: 250px;
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.65rem 1rem;
  font-size: 0.9375rem;
  color: #312615;
}
.search__input::placeholder {
  color: inherit;
}

.search__submit {
  height: 38px;
  display: inline-block;
  font-size: 1.375rem;
  color: #ffffff;
  border: none;
  background: transparent;
  cursor: pointer;
}
.search__submit:hover {
  color: #bbbbbb;
}
.search__submit i {
  color: inherit;
  vertical-align: -3px;
}

.header {
  min-height: 70px;
  position: relative;
  z-index: 200;
  background: url("./img/header-bg.jpg") no-repeat center/cover;
}

.header__top {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #0000001a;
}

.header__wrapper {
  padding: 0.75rem 0;
}

.header__logo {
  position: absolute;
  left: 50%;
  top: 0.35rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__nav {
  margin-left: 3.5rem;
}

.header__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header__menuItem {
  margin: 0.5rem 1.25rem;
}
.header__menuItem.current-menu-item .header__menuLink, .header__menuItem.special .header__menuLink {
  color: #312615;
  background: #f8eace;
}
.header__menuItem.current-menu-item .header__menuLink:hover, .header__menuItem.special .header__menuLink:hover {
  color: #ffffff;
  background: #312615;
}
.header__menuItem:nth-child(3) {
  margin-right: 15%;
}
.header__menuItem:nth-child(4) {
  margin-left: 15%;
}

.header__menuLink {
  display: block;
  padding: 0.3rem 1.15rem;
  font-family: Merienda, cursive;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: pre;
  background: #312615;
}
.header__menuLink:hover {
  color: #312615;
  background: #f8eace;
}

#mobile-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5000;
  margin-top: 0.2rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: none;
}
#mobile-btn div {
  height: 100%;
  margin: auto;
  position: relative;
}
#mobile-btn span {
  width: 90%;
  height: 2px;
  position: absolute;
  left: 5%;
  background: #f8eace;
}
#mobile-btn span.first {
  top: 6px;
}
#mobile-btn span.center {
  top: 14px;
}
#mobile-btn span.last {
  top: 22px;
}

.active #mobile-btn {
  position: fixed;
}
.active #mobile-btn span.first {
  animation: mobileTopSpan 0.75s forwards;
}
.active #mobile-btn span.center {
  display: none;
}
.active #mobile-btn span.last {
  animation: mobileBottomSpan 0.75s forwards;
}

.slider {
  width: 100%;
  height: 85svh;
  position: relative;
  overflow: hidden;
}

.slider__image {
  width: inherit;
  height: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider__mask {
  width: inherit;
  height: inherit;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.53) 72.5%), linear-gradient(0, rgba(40, 33, 22, 0.1), rgba(40, 33, 22, 0.1));
}

.slider__text {
  width: 1000px;
  max-width: 92.5%;
  height: inherit;
  position: absolute;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__title {
  position: absolute;
  left: 50%;
  bottom: 15%;
  font-size: 4.375rem;
  font-family: Merienda, cursive;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -4px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider__title::after {
  content: "";
  display: block;
  width: 125px;
  height: 3px;
  margin: 2rem auto 0;
  background: #86bf00;
}

.section.section--beige {
  background: url("./img/section-beige-bg.png") no-repeat center/cover, #f8eace;
}
.section.section--wood {
  background: url("./img/section-wood-bg.png") repeat-y center top/100% auto, #312615;
}

.footer {
  color: #f8eace;
  background: #312615;
}

.footer__wrapper {
  padding-bottom: 1.5rem;
}

.footer__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  color: #90846e;
}

.footer__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.footer__boxLeft {
  width: 30%;
}

.footer__boxRight {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70%;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.footer__boxRightItem {
  width: calc(33.33% - 3rem);
  margin: 0 1.5rem 2.5rem;
}

.footer__boxTitle {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-family: Merienda, cursive;
  line-height: 1.2;
  letter-spacing: -1.5px;
}

.footer__shortcuts {
  margin: 0;
  padding-left: 1rem;
}

.footer__shortcutsItem {
  margin-bottom: 0.3rem;
}

.footer__shortcutsLink {
  color: #f8eace;
}
.footer__shortcutsLink:hover {
  color: inherit;
  text-decoration: underline;
}

.footer__contactlink {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.1875rem;
  font-weight: 600;
  color: #ffffff;
}
.footer__contactlink:hover {
  color: #f8eace;
}

.footer__reservationlink {
  display: inline-block;
  margin-top: 1.75rem;
  padding: 0.3rem 1.15rem;
  font-family: Merienda, cursive;
  color: #312615;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: pre;
  background: #f8eace;
}
.footer__reservationlink:hover {
  color: #ffffff;
  background: #312615;
}

.footer__socials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer__socialsLink {
  display: block;
  margin-right: 2rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.footer__socialsLink:hover {
  color: #f8eace;
}

.footer__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__menuItem {
  padding: 0 1rem;
  line-height: 1.3;
}
.footer__menuItem:not(:last-child) {
  border-right: 1px solid #90846e;
}

.footer__menuLink {
  color: inherit;
}
.footer__menuLink:hover {
  color: #f8eace;
}

.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
  margin-top: 2.5rem;
  padding: 0;
  list-style-type: none;
}

.pagination__item {
  margin: 0 0.5rem;
}

.pagination__link {
  display: block;
  width: 34px;
  height: 34px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #312615;
  line-height: 32px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
}
.pagination__link.disabled {
  cursor: not-allowed;
}
.pagination__link.current {
  font-weight: 600;
  color: #ffffff;
}
.pagination__link:hover {
  color: #ffffff;
}
.pagination__link.prev, .pagination__link.next {
  font-family: icomoon;
  color: #b7b7b7;
  line-height: 34px;
  border: none;
}
.pagination__link.prev:hover, .pagination__link.next:hover {
  color: #ffffff;
}

.about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2rem;
}

.about__item {
  width: calc(50% - 4rem);
  margin: 1.5rem 2rem;
}

.about__text h3 {
  margin-bottom: 1.5rem;
  font-size: 1.8125rem;
  font-family: Merienda, cursive;
  line-height: 1.45;
  letter-spacing: -1px;
}
.about__text p {
  margin-bottom: 1.25rem;
}
.about__text ul {
  margin-top: -0.75rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.offer {
  margin-top: 5rem;
  color: #f8eace;
}

.offer__box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.offer__box:nth-child(even) {
  -webkit-box-direction: row-reverse;
  -webkit-box-orient: row-reverse;
  -moz-box-direction: row-reverse;
  -moz-box-orient: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.offer__box:not(:last-child) {
  margin-bottom: 4rem;
}

.offer__boxItem {
  width: 40%;
}
.offer__boxItem.offer__boxItem--text {
  width: 60%;
  margin-top: 4rem;
  padding-left: 7.5%;
  padding-right: 5%;
}

.offer__title {
  margin-bottom: 2.5rem;
  font-size: 2.375rem;
  font-family: Merienda, cursive;
  color: #ffffff;
  line-height: 1.35;
  letter-spacing: -1px;
}

.phone-widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 150;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #86bf00;
}
.phone-widget:hover {
  background: #312615;
}

@media only screen and (max-width: 576px) {
  .slider {
    height: 300px;
  }

  .footer__boxRight {
    margin-left: 0;
    margin-right: 0;
  }

  .footer__boxRightItem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  .slider {
    height: 450px;
  }

  .footer__boxRightItem {
    width: calc(50% - 3rem);
  }
}
@media only screen and (max-width: 768px) {
  .body.body--subpage main {
    margin-top: 2.5rem;
  }

  .header__logoLink {
    width: 135px !important;
  }

  .header__menu > .header__menuItem.menu-item-has-children > .sub-menu-wrapper .sub-menu {
    padding: 0.35rem;
  }
  .header__menu > .header__menuItem.menu-item-has-children > .sub-menu-wrapper .sub-menu > li a {
    padding: 0.35rem 0.7rem;
    font-size: 0.8125rem;
  }

  .header__title {
    font-size: 1.5625rem;
    letter-spacing: -1px;
  }
  .header__title::after {
    margin-top: 1rem;
  }

  .slider__title {
    font-size: 2.125rem;
    letter-spacing: -2px;
  }
  .slider__title::after {
    margin-top: 1.25rem;
  }

  .footer__bar {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__nav {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .footer__boxTitle {
    margin-bottom: 1rem;
    font-size: 1.375rem;
  }

  .about {
    margin-left: 0;
    margin-right: 0;
  }

  .about__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .about__text h3 {
    font-size: 1.375rem;
    letter-spacing: 0;
  }

  .offer {
    margin-top: 3.5rem;
  }

  .offer__boxItem {
    width: 100%;
  }
  .offer__boxItem.offer__boxItem--text {
    width: 100%;
    margin-top: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .offer__title {
    margin-bottom: 1rem;
    font-size: 1.375rem;
    letter-spacing: 0;
  }

  .phone-widget {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 50px;
    height: 50px;
  }
  .phone-widget img {
    width: 22px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .slider {
    height: 700px;
  }

  .offer__title {
    font-size: 1.8125rem;
  }
}
@media only screen and (max-width: 1199px) {
  .header__nav {
    display: none;
    margin-left: 0;
  }

  .active .header__nav {
    width: 100%;
    height: 100svh;
    min-height: 100svh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #312615;
    overflow: hidden auto;
    display: block;
  }
  .active .header__menu {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .active .header__menuItem {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 1.25rem 0;
  }

  #mobile-btn {
    display: block;
  }

  .footer__box {
    -webkit-box-direction: column-reverse;
    -webkit-box-orient: column-reverse;
    -moz-box-direction: column-reverse;
    -moz-box-orient: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__boxLeft,
.footer__boxRight {
    width: 100%;
  }
}

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