html {
    margin: 0 auto;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: "Jost", Arial;
    color: #202020;
    font-weight: normal;
    font-size: 19px;
    line-height: 29px;
    background: #fff;
    overflow-x: hidden;
}

strong {
    font-weight: 700;
}

a {
    color: #a77566;
    text-decoration: none;
    outline: 0px;
}

a:hover {
    color: #000;
}

a img {
    border: 0px;
}

p {
    margin: 0 0 15px;
}

.big-txt p {
    font-size: 23px;
    line-height: 32px;
}

#cookies-message {
    background: rgb(243, 221, 125);
    background: linear-gradient(90deg, rgba(243, 221, 125, 1) 0%, rgba(187, 142, 56, 1) 100%);
}

p.bold {
    font-weight: bold;
}

h1 {
    color: #a77566;
    font-family: "Playfair Display", Arial, Tahoma;
    font-size: 50px;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 20px 0;
    padding: 0;
}

h2 {
    color: #a77566;
    font-family: "Playfair Display", Arial, Tahoma;
    font-size: 50px;
    font-weight: 700;
    line-height: 47px;
    margin: 0 0 25px 0;
    padding: 0;
}

h3 {
    color: #a77566;
    font-family: "Playfair Display", Arial, Tahoma;
    font-size: 30px;
    font-weight: 700;
    line-height: 31px;
    margin: 0 0 18px 0;
    padding: 0 0 0;
}

body.subpage h3 {
    margin-bottom: 25px;
}

h4 {
    color: #a77566;
    font-family: "Playfair Display", Arial, Tahoma;
    font-size: 25px;
    font-weight: 700;
    line-height: 22px;
    margin: 35px 0 15px 0;
    padding: 0;
}

h5 {
    color: #a77566;
    font-family: "Playfair Display", Arial, Tahoma;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 18px 0;
    padding: 0;
}

.titleBox {
    width: 100%;
    margin-bottom: 30px;
}

.titleBox h3,
.titleBox h2 {
    margin: 0;
    font-size: 45px;
    font-family: "Playfair Display";
    line-height: 1.09;
    font-weight: bold;
    color: #111111;
}

.titleBox h3 span,
.titleBox h2 span {
    font-weight: 400;
}

.titleBox h2 span {
    font-size: 33px;
}

.titleBox.white h3,
.titleBox.white h2 {
    color: #fff;
}

.titleBox .introRow {
    margin: 20px 0 60px;
    font-size: 19px;
}

#special .titleBox {
    background-position: bottom center;
}

#intro .titleBox {
    margin-bottom: 100px;
}

p.big {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}

.subtitle {
    font-size: 17px;
    background: url(img/titleBg.png) no-repeat 0 52%;
    padding-left: 75px;
    color: #a77566;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 5px 0 25px;
}

#realizations .bordered .col-inner {
    border-left: 3px solid #a0846d;
    padding: 15px 0 15px 50px;
    font-size: 18px;
    color: #202020;
    line-height: 30px;
}

#realizations .titleBox h3 {
    text-align: right;
    font-size: 48px;
}

#realizations .subtitle {
    background: none;
    padding: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 38px;
    font-size: 38px;
    font-family: "Jost";
    font-weight: 300;
    text-align: right;
}

.container.hidden {
    overflow: hidden;
    margin-bottom: 50px !important;
}

ul.simpleList {
    margin: 0 0 15px 10px;
    padding: 0;
    overflow: hidden;
}

ul.simpleList li {
    background: url(img/dot.png) no-repeat 0 7px;
    list-style: none;
    margin-bottom: 12px;
    width: 98%;
    font-size: 18px;
    padding: 0 0 0 20px;
}

.more {
    color: #fff !important;
    font-size: 25px;
    background: #a77566;
    display: block;
    float: left;
    font-family: "Playfair Display";
    margin: 22px 0 0;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 43px 18px;
}

.more.wide {
    margin-top: 10px;
    width: 100%;
    padding: 15px 0 16px;
    text-align: center;
}

.more:hover {
    background: #976353;
    text-decoration: none;
    color: #fff !important;
}

.more.backLink {
    margin: 0 0 30px;
    z-index: 10;
    position: relative;
    background: #282e2e;
}

.more.backLink:hover {
    background: #a77566;
}

.more-wide {
    color: #fff !important;
    font-size: 20px;
    background: rgba(171, 147, 128, 1);
    display: block;
    font-family: "Jost";
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
    line-height: 18px;
    float: left;
    font-weight: 600;
    padding: 16px 0 16px;
}

.more-wide:hover {
    background: #88c200;
}

.wrapper {
    padding: 0;
    float: left;
    width: 100%;
}

.wrapper .container-wide {
    padding-left: 35px;
    padding-right: 35px;
    margin: auto;
}

.wrapper .container {
    max-width: 1350px;
    margin: auto;
}

header {
    z-index: 101;
    position: fixed;
    top: 0;
    height: 93px;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid RGB(255, 255, 255, 0.3);
    left: 0;
    -moz-box-shadow: 0 0 15px rgb(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 15px rgb(0, 0, 0, 0);
    box-shadow: 0 0 15px rgb(0, 0, 0, 0);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

header.smaller,
body.subpage header.smaller {
    height: 83px;
    background: #fff;
    -moz-box-shadow: 0 0 19px rgb(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 19px rgb(0, 0, 0, 0.3);
    box-shadow: 0 0 19px rgb(0, 0, 0, 0.3);
}

#mainLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 192px;
    z-index: 1000;
    background-color: #fff;
    background-image: url(img/mainLogo.png);
    background-size: 220px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(66, 68, 90, 0.36);
    -moz-box-shadow: 0px 0px 35px 0px rgba(66, 68, 90, 0.36);
    box-shadow: 0px 0px 35px 0px rgba(66, 68, 90, 0.36);
}

header.smaller #mainLink {
    top: 0;
    width: 155px;
    background-size: 155px auto;
    height: 140px;
}

#mainLink:hover {
    top: 5px;
    left: 5px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(66, 68, 90, 0.66);
    -moz-box-shadow: 0px 0px 40px 0px rgba(66, 68, 90, 0.66);
    box-shadow: 0px 0px 40px 0px rgba(66, 68, 90, 0.66);
}

#topRow {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

a.fadeLink {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

a:hover.fadeLink {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#mainMenu {
    z-index: 100;
    float: right;
    margin: 25px 0 0 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

header.smaller #mainMenu {
    margin-top: 17px;
}

#menuWrapper .container {
    position: relative;
}

#mainMenu ul {
    padding: 0;
    margin: 0;
}

#mainMenu li {
    display: inline;
    float: left;
    list-style-type: none;
    position: relative;
    margin: 0 3px;
    padding: 0;
}

#mainMenu li:last-child {
    border-right: none;
}

#mainMenu li a {
    font-size: 21px;
    color: #fff;
    font-family: "Playfair Display", Arial;
    float: left;
    transition: padding 0.4s ease 0s;
    font-weight: 600;
    padding: 5px 7px 8px;
    margin: 0;
    text-shadow: 0 1px 0 RGB(0, 0, 0, 0.7);
    border: 3px solid;
    border-image: repeating-linear-gradient(135deg, #a77566 0 10px, #a77566 0 20px, #a77566 0 30px) 8;
    -webkit-mask:
        conic-gradient(from 180deg at top 3px right 3px, #0000 90deg, #000 0) var(--_i, 200%) 0 /200% var(--_i, 3px) border-box
            no-repeat,
        conic-gradient(at bottom 3px left 3px, #0000 90deg, #000 0) 0 var(--_i, 200%) / var(--_i, 3px) 200% border-box
            no-repeat,
        linear-gradient(#000 0 0) padding-box no-repeat;
    transition:
        0.3s,
        -webkit-mask-position 0.3s 0.3s;
}

#mainMenu li:hover a.menuTop {
    --_i: 100%;
    color: #fff;
    transition:
        0.3s,
        -webkit-mask-size 0.3s 0.3s;
}

#mainMenu li a.special {
    color: #fff;
    margin-left: 10px;
    background: #a77566;
}

header.smaller #mainMenu li a {
    color: #000;
    text-shadow: none;
}

header.smaller #mainMenu li:hover a {
    color: #000;
    text-shadow: none;
}

header.smaller #mainMenu li a.special {
    color: #fff;
}

body {
    /* These styles don't have to be on body,
     they could be on an element that wraps around
     the left-flyout-nav and the content. 
     This is to prevent a problem on Chrome that
     leaves the width of the container with the 
     added width of the flyout nav even after it's been
     hidden. */
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.layout-left-flyout {
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    -moz-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    -webkit-transition: visibility 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: visibility 0 linear 0.2s;
    background: rgb(129, 93, 64);
    background: #a77566;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
    visibility: visible;
    z-index: 1;
    -moz-transition: z-index 0 linear 0.2s;
    -o-transition: z-index 0 linear 0.2s;
    -webkit-transition: z-index 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 270px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbFlyNav-wrap > nav {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: -moz-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    -webkit-transition: -webkit-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-right-content {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;

    z-index: 1;
    /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
    background: #fff;
    /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
    -moz-transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    min-width: 320px;
}

.icon-cbmore {
    box-shadow: 1px -1px 0 0 #fff inset;
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    transform: rotate(225deg);
}

.nav-flyout-navmask,
.nav-flyout-contentmask {
    position: absolute;
    top: 0;
    height: 100vh;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-flyout-contentmask {
    z-index: 1;
}

.nav-flyout-navmask {
    right: 180px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    /* Menu Toggle */
    .btn-navbar {
        display: block;
        height: 32px;
        padding: 6px 0;
        position: absolute;
        width: 55px;
        z-index: 1;
    }

    .btn-navbar-navtoggle {
        left: 0;
        top: 1px;
        background: #a77566;
    }

    .btn-navbar .icon-bar {
        display: block;
        width: 28px;
        height: 4px;
        background-color: #fff;
        margin: 7px auto 0 auto;
    }

    .btn-navbar .icon-bar + .icon-bar {
        margin-top: 3px;
    }
}

@media screen and (min-width: 767px) {
    .btn-navbar {
        display: none;
    }
}

/* Navbar Styles */
.navbar {
    margin: 0;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .navbar .nav-collapse {
        display: none;
    }

    #mainMenu {
        left: 0;
        right: auto;
    }
}

@media screen and (min-width: 321px) {
    .navbar {
        height: auto;
        position: relative;
        width: auto;
        transition: all 0.3s ease 0s;
        padding: 0;
    }
}

/* Mobile First Nav */
.the-nav ul.nav-flyout {
    display: block;
    margin-bottom: 15px;
    float: none;
    padding: 10px 0 0 0;
    height: 100%;
}

.the-nav ul.nav-flyout > li {
    float: none;
    display: block;
    width: 270px;
}

.the-nav ul.nav-flyout li a {
    color: #fff !important;
    display: block;
    text-decoration: none;
    width: auto;
    font-weight: 400;
    font-size: 19px;
    font-family: "Playfair Display";
    padding: 11px 15px;
    margin-right: 0;
}

.the-nav ul.nav-flyout li ul li a {
    float: left;
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: normal !important;
    width: 155px !important;
}

.the-nav ul.nav-flyout li a:hover {
    color: #e68022;
}

.the-nav ul.nav-flyout .dropdown {
    position: static;
}

.the-nav ul.nav-flyout .dropdown .subnav {
    float: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 10px 0 0 0 !important;
    left: auto;
    width: 0;
    min-width: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    background: #231f20;
    transition: width 0.2s ease-in-out;
}

.the-nav ul.nav-flyout .dropdown .subnav a {
    color: #fff !important;
}

.the-nav ul.nav-flyout .dropdown .subnav > li {
    width: 180px;
    padding: 6px 0 6px 15px;
    border-bottom: 1px dashed #999;
}

.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
    width: 180px;
    padding-top: 30px;
    padding-left: 0;
}

.the-nav.is-inactive ul.nav-flyout > li > a {
    opacity: 0.2;
}

.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
    opacity: 1;
    color:;
}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {
    .the-nav {
        display: table;
        /* Allow the centering to work */
        margin: 0;
    }

    .the-nav .nav {
        display: block;
    }

    .the-nav .nav-pill:after {
        content: "";
        display: table;
        clear: both;
    }

    .the-nav > .nav {
        margin: 0;
        line-height: normal;
    }

    /* Active State */
    .the-nav > .nav > li:hover > a {
        color: #303030;
    }

    .the-nav > .nav > li:hover .subnav {
    }

    .the-nav > .nav > li:hover .caret {
        border-top-color: #303030;
        border-bottom-color: #303030;
    }

    /* Subnav */
    .nav > li > .subnav {
        display: none;
        position: absolute;
        top: 99%;
        left: 0;
        margin: 0;
        background: rgba(129, 93, 64, 1);
    }

    .nav li ul.subnav {
        padding: 5px 0 11px 15px !important;
        width: 220px;
    }

    .nav li ul.subnav.long {
        padding: 5px 0 11px 15px !important;
        width: 295px;
    }

    .nav li .subnav li {
        margin: 0 !important;
        display: block !important;
        float: left;
        border-right: none !important;
        border-bottom: 1px solid #906e53;
        width: 100%;
    }

    .nav li .subnav li:last-child {
        border-bottom: none;
    }

    .nav li.dropdown .subnav li a {
        color: #fff !important;
        display: block !important;
        font-size: 17px !important;
        line-height: 25px !important;
        width: 295px;
        font-weight: normal !important;
        text-transform: none !important;
        border-right: none !important;
        padding: 7px 0px 7px 0 !important;
        -moz-transition: all, 0.2s;
        -o-transition: all, 0.2s;
        -webkit-transition: all, 0.2s;
        transition: all, 0.2s;
    }

    .nav li.dropdown .subnav.long li a {
        width: 290px;
    }

    .nav li .subnav li:hover a {
        color: #fffadf !important;
        text-decoration: none;
    }
}

/****** SLIDER *******/

#sliderWrapper {
    position: relative;
    height: 100vh;
    padding: 0;
    max-height: 900px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

#sliderWrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.captionWrapper {
    position: absolute;
    left: 0;
    padding: 20px 0 35px 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
}

.captionWrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: min(1000px, 100%);
    height: 100%;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(to right, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.7) 50%, rgba(17, 17, 17, 0) 100%);
}

.captionWrapper > * {
    position: relative;
    z-index: 1;
}

.caption {
    margin: auto;
    display: block;
}

.captionBox {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.captionBox h5 {
    padding: 0;
    margin: 0 0 15px;
    font-size: 47px;
    color: #fff;
    font-family: "Playfair Display";
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 0 RGB(0, 0, 0, 0.8);
}

.captionBox h5 span {
    font-weight: 400;
}

.subsloganBox {
    margin: auto;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 30px 13px;
    font-family: "Playfair Display";
    font-weight: bold;
    line-height: 1.3;
    font-size: 30px;
    background-color: #a77566;
}

.subsloganBox span {
    font-weight: 400;
}

.slider-wrap .owl-item .item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 240px; /* <- ustaw wysokoÅ›Ä‡ gradientu */
    pointer-events: none;
    z-index: 2;

    background: linear-gradient(to top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0) 100%);
}

.animate-me {
    opacity: 1;
    -webkit-transition: opacity 1500ms linear;
    -moz-transition: opacity 1500ms linear;
    -o-transition: opacity 1500ms linear;
    -ms-transition: opacity 1500ms linear;
    transition: opacity 1500ms linear;
}

/* 
* 	Core Owl Carousel CSS File
*	v1.24
*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor:
        url(grabbing.png) 8 8,
        move;
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut 0.7s both ease;
    -moz-animation: fadeOut 0.7s both ease;
    animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn 0.7s both ease;
    -moz-animation: fadeIn 0.7s both ease;
    animation: fadeIn 0.7s both ease;
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}

.owl-goDown-out {
    -webkit-animation: scaleToFade 0.7s ease both;
    -moz-animation: scaleToFade 0.7s ease both;
    animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown 0.6s ease both;
    -moz-animation: goDown 0.6s ease both;
    animation: goDown 0.6s ease both;
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom 0.5s ease both;
    -moz-animation: scaleUpFrom 0.5s ease both;
    animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo 0.5s ease both;
    -moz-animation: scaleUpTo 0.5s ease both;
    animation: scaleUpTo 0.5s ease both;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 0.5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 0.5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: 0.5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: 0.5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

.slider-wrap .owl-theme .owl-controls {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
}

.slider-wrap .owl-pagination {
    width: 1350px;
    margin: auto;
    text-align: right;
}

.slider-wrap .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
}

.slider-wrap .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.slider-wrap .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.slider-wrap .owl-theme .owl-controls .owl-page span {
    background: #fff;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.slider-wrap .owl-theme .owl-controls .owl-page.active span,
.slider-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ff9902;
}

.slider-wrap .owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.slider-wrap .owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

/****** END OF SLIDER *******/

/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0 0 3% 4%;
}

body.index .container .col {
    margin-bottom: 0;
}

body.index .container .col.teamIntro {
    margin-bottom: 30px;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
    width: 100%;
    margin: 0 0 3% 0;
}

.span_11_of_12 {
    width: 91.33%;
}

.span_10_of_12 {
    width: 82.66%;
}

.span_9_of_12 {
    width: 74%;
}

.span_8_of_12 {
    width: 65.33%;
}

.span_7_of_12 {
    width: 56.66%;
}

.span_6_of_12 {
    width: 48%;
}

.span_5_of_12 {
    width: 39.33%;
}

.span_4_of_12 {
    width: 30.66%;
}

.span_3_of_12 {
    width: 22%;
}

.span_2_of_12 {
    width: 13.33%;
}

.span_1_of_12 {
    width: 4.666%;
}

.first {
    margin-left: 0;
}

.last {
    margin-right: 0;
}

.padding {
    padding: 90px 0 75px;
}

.paddingTop {
    padding: 105px 0 0;
    overflow: hidden;
}

.padding-small {
    padding: 60px 0 10px;
    overflow: hidden;
}

#intro .padding {
    padding: 85px 0 150px;
}

.col.right {
    float: right;
}

.col.pull-right {
    text-align: right;
}

.col img {
    max-width: 100%;
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;

    left: 0;
    width: 100%;
    height: 100%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }
}

/****** END OF CONTENT GRID CSS *******/

.simpleTable {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    border-collapse: collapse;
}

.simpleTable th {
    padding: 10px 5px 10px 0;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #eee !important;
    line-height: 23px;
}

.simpleTable td {
    padding: 10px 15px 10px 15px;
    font-size: 17px;
    text-align: left;
    line-height: 21px;
    border: 1px solid #eee !important;
}

.homeIntroBox h3 {
    color: #fff;
    font-size: 32px;
    line-height: 43px;
}

.fluid-wrapper {
    height: 0;
    padding-bottom: 21%;
    position: relative;
}

.fluid-wrapper iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(99%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

.defaultIntro {
    margin-bottom: 20px;
    float: left;
    padding-left: 3%;
    background: url(img/square.png) no-repeat 0 10px;
    width: 97%;
    border-bottom: 1px solid #fff;
}

.defaultIntro .introTitle {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.defaultIntro .introDesc {
    font-size: 17px;
    opacity: 0.85;
}

#intro {
    background: #111111;
    color: #f6f4f1;
    position: relative;
    font-size: 21px;
    padding-top: 80px;
    line-height: 1.5;
}

#intro .more {
    margin-bottom: 80px;
    font-size: 21px;
}

#intro > * {
    position: relative;
    z-index: 1;
}
#intro::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 255px;
    background: #fff;
    pointer-events: none;
}

#intro .intro-content {
    display: flex;
    align-items: center; /* pionowe wyśrodkowanie */
    gap: 14px; /* odstęp między liczbą i tekstem */
    color: #fff;
    text-transform: uppercase;
    margin: 60px 0 65px;
    height: 68px; /* możesz zostawić */
}

#intro .intro-content .count {
    color: #a77566;
    font-size: 130px;
    transform: translateY(-20px);
    font-family: "Playfair Display";
    line-height: 1; /* bardzo ważne przy dużej czcionce */
}

#intro .intro-content .label {
    font-size: 35px;
    line-height: 1; /* żeby też nie “uciekało” do góry */
    display: flex;
    align-items: center;
}

#map {
    background: url(img/mapBg.png) repeat-x;
    padding: 65px 0 75px;
}
#footer {
    padding: 65px 0;
    background: #111111;
}

#footer .container,
#copyright .container {
    position: relative;
}

#footer-bottom {
    padding-top: 50px;
}
#footer .col,
#copyright .col {
    margin-bottom: 0;
}

.footerContact {
    line-height: 45px;
    font-family: "Playfair Display";
    font-size: 30px;
    color: #fff;
}

.footerContact #quick-contact a {
    font-size: 54px;
    line-height: 1.45;
}

.footerContact #quick-contact a.footer-mail {
    font-size: 30px;
}

.footerContact a {
    color: #fff;
}

.footerContact a:hover {
    text-decoration: underline;
}

.footerContact div.row {
    padding: 0 0 18px 0;
    font-size: 18px;
}

.footerContact div.row:last-child {
    padding: 0;
}

.footer-menu {
    display: inline;
    list-style: none;
    display: block;
    margin: 50px 0 0 0;
    padding: 0;
}

.footer-menu li {
    display: inline;
    margin: 0 15px 0 0;
}

.footer-menu li a {
    color: #fff;
    font-size: 17px;
    font-family: "Playfair Display";
}

.footer-menu li a:hover {
    opacity: 0.7;
}

#copyright {
    font-size: 14px;
    margin-top: 15px;
    line-height: 30px;
    color: #aeaeae;
}

#copyright a {
    color: #aeaeae;
}

#copyright a:hover {
    color: #fff;
    text-decoration: underline;
}

.rzut#gallery {
    overflow: hidden;
    padding: 20px;
    border: 3px solid #eee;
}

#gallery .miniatureWrapper {
    display: inline;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
}


#gallery .miniatureWrapper span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: RGB(0, 0, 0, 0.8);
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 9px;
}

#gallery .miniatureWrapper a img {
    display: block;
    float: left;
    max-width: 336px;
    height: auto;
}

body.index #gallery .miniatureWrapper {
    width: 20%;
    transition: all 0.3s ease 0s;
    opacity: 1;
    margin: 0;
}

body.index #gallery .miniatureWrapper img {
    width: 100%;
    height: auto;
}

body.index #gallery .miniatureWrapper:hover {
    opacity: 0.7;
}

#formBox {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    bottom: 35px;
    right: 40px;
    display: none;
    background: url("img/icon_top.png") no-repeat;
}

body.subpage .container img {
    max-width: 100%;
    height: auto;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    bottom: 35px;
    right: 40px;
    display: none;
    background: url("img/icon_top.png") no-repeat;
}

#contactBox {
    background: #231f20;
    color: #231f20;
    padding: 30px 25px 20px;
    overflow: hidden;
}

#contactBox h5 {
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    font-size: 25px;
}

ul.arrowList {
    padding-left: 10px;
    margin-top: 25px !important;
}

ul.arrowList li {
    padding-left: 25px;
    list-style: none;
    margin-bottom: 11px;
    background: url(img/arrow.png) 0 5px no-repeat;
    font-size: 17px;
    line-height: 26px;
}

select {
    width: 100%;
    margin-bottom: 20px;
}

.karuzela {
    padding-top: 25px;
}

.karuzela .owl-stage-outer {
    padding: 15px 0;
}

.carouselIntro {
    text-align: center;
    margin: auto;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.carouselIntro .carouselPic {
    float: left;
    border: 1px solid #e4e2e2;
    text-align: center;
    background: #fff;
    margin: auto;
    display: block;
    padding: 0 15px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-box-shadow: 0 0 10px RGB(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 10px RGB(0, 0, 0, 0);
    box-shadow: 0 0 10px RGB(0, 0, 0, 0);
}

.carouselIntro a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carouselIntro:hover .carouselPic {
    -moz-box-shadow: 0 0 19px RGB(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 19px RGB(0, 0, 0, 0.2);
    box-shadow: 0 0 19px RGB(0, 0, 0, 0.2);
}

.carouselContent {
    width: 100%;
    padding: 22px 0 0;
    text-align: center;
    font-weight: 400;
    float: left;
    font-size: 20px;
    line-height: 1.37;
    font-family: "Playfair Display";
    color: #111;
}

#contentWrapper {
    padding: 120px 0 30px;
    background: #eee url("img/subBg.jpg") no-repeat bottom center;
}

#contentWrapper h1 {
    color: #fff;
    text-align: right;
    font-size: 37px;
    font-family: "Playfair Display";
    text-shadow: 0 2px 0 #000;
    margin: 0;
}

#contentWrapper h1 p {
    margin: 0;
}

.paddingSub {
    padding: 60px 0;
}

#localizationMap {
    position: relative;
    overflow: hidden;
}

#localizationMap iframe {
    display: block;
    border: none;
    z-index: 1;
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(70%);
    -webkit-backface-visibility: hidden;
}

ol {
    padding: 0 0 0 28px;
    margin: 15px 0 0 0;
}

ol li {
    margin: 0 0 10px;
}

.mainIntro .articleLink {
    margin-bottom: 15px;
    font-weight: bold;
}

.paginatorContainer {
    display: none;
}

.promoIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
}

.promoIntro:hover {
    -moz-box-shadow: 0 0 19px #666;
    -webkit-box-shadow: 0 0 19px #666;
    box-shadow: 0 0 19px #666;
    background-size: 103% auto;
}

.promoIntro .inner {
    height: 290px;
    position: relative;
}

.promoIntro.col {
    margin-bottom: 3% !important;
}

.promoIntro .inner .promoTitle {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    left: 0;
    font-weight: bold;
    padding: 15px 0 15px;
    width: 100%;
    color: #fff;
    text-align: center;
    background: rgb(129, 93, 64);
    background: #a77566;
}

.promoIntro .inner .promoTitle p {
    margin: 0;
    padding: 0;
}

.promoIntro .inner .promoTitle p img {
    display: block;
    margin: auto;
}

.paddingSub .container table {
    border: none;
}

.paddingSub .container table td {
    border: none;
}

#special {
    background: #fff;
    padding: 80px 0;
}

#spacials .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

#spacials .owl-carousel .owl-item {
    text-align: center;
}

#cboxCurrent {
    display: none !important;
}

.sideBoxContainer {
    padding: 15px 20px 25px;
    font-size: 16px;
    overflow: hidden;
    background: #231f20;
    color: #fff;
}

.sideBoxContainer ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}

.sideBoxContainer ul a {
    color: #1f1a17;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    padding-left: 10px;
}

.sideBoxContainer ul > li {
    border-top: 1px solid #ebebeb;
    margin: 0 !important;
    list-style: none !important;
}

.sideBoxContainer ul.level0 > li:first-child {
    border-top: 0;
}

.sideBoxContainer ul.level1 a {
    text-transform: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
}

.sideBoxContainer ul li.selected a {
    color: #d9c144;
}

.sideBoxContainer ul li.selected a .caret {
    border-top-color: #d9c144;
}

.sideBoxContainer ul li.selected li a {
    color: #1f1a17;
}

.sideBoxContainer ul li a:hover {
    background: #eee;
}

.sideBoxContainer.separated {
    margin-bottom: 20px;
}

.sideBoxContainer h3 {
    font-size: 22px;
    font-weight: normal;
    padding: 0;
    color: #fff;
    font-family: "Playfair Display";
    margin-bottom: 15px;
}

.sideBoxContainer .contentForm select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 0;
    margin-bottom: 15px;
    font-family: arial;
}

.sideBoxContainer .contentForm.sideSearch .sliderContainer {
    margin: 0 10px 25px 10px;
}

.sideBoxContainer .contentForm.sideSearch label {
    display: block;
    clear: both;
    margin-bottom: 3px;
}

.sideBoxContainer .checkboxContainer {
    margin-top: 20px;
}

.sideBoxContainer .checkboxContainer input {
    display: none;
}

.sideBoxContainer .checkboxContainer span {
    display: inline-block;
    background: #fff;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
    color: #666;
    margin-right: 2px;
    border: 1px solid #ccc;
}

.sideBoxContainer .checkboxContainer label {
    display: inline-block;
    vertical-align: middle;
}

.sideBoxContainer .checkboxContainer label:hover span {
    border-color: #999;
}

.sideBoxContainer .checkboxContainer input:checked + label span:before {
    content: "\f00c";
    font-family: "FontAwesome";
}

.sideBoxContainer a.orangeButton {
    float: left;
    background: #a77566;
    color: #fff;
    font-family: "Playfair Display";
    padding: 6px 20px 8px;
    font-size: 20px;
    margin-top: 25px;
}

.sideBoxContainer a.orangeButton:hover {
    background: #9b5e4c;
}

a.apartmentSearch {
    color: #010101;
}

a.apartmentSearch:hover {
    text-decoration: underline;
}

a.apartmentSearch.selected.desc:after {
    content: "\f0ab";
}

a.apartmentSearch.selected:after {
    font-family: "FontAwesome";
    content: "\f0aa";
    padding-left: 5px;
}

a.free div {
    background-color: rgba(0, 255, 0, 0.15);
}

a.reserved div {
    background-color: rgba(255, 255, 0, 0.35);
}

a.sold div {
    background-color: rgba(255, 0, 0, 0.15);
}

#kierunki {
    width: 100%;
    background: #ececec url(img/kierunki.png) no-repeat 50% 50%;
    height: 150px;
    margin-top: 20px;
}

.paginatorContainer {
    display: none;
}

.listHeader {
}

.listHeader,
a.rowLink {
    display: table;
    width: 100%;
}

.rowLink.onMobile,
.listHeader.onMobile,
.onMobile {
    display: none;
}

.listHeader div {
    display: table-cell;
    background: #231f20;
    padding: 7px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.listHeader a {
    color: #fff !important;
    font-size: 16px;
    font-family: "Jost";
}

.rowLink div {
    display: table-cell;
    padding: 10px 10px;
    font-size: 16px;
    color: #231f20;
}

.rowLink div:nth-child(1),
.listHeader div:nth-child(1) {
    width: 10%;
}

.rowLink div:nth-child(2),
.listHeader div:nth-child(2) {
    width: 10%;
}

.rowLink div:nth-child(3),
.listHeader div:nth-child(3) {
    width: 20%;
}

.rowLink div:nth-child(4),
.listHeader div:nth-child(4) {
    width: 15%;
}

.rowLink div:nth-child(5),
.listHeader div:nth-child(5) {
    width: 25%;
}

.rowLink div:nth-child(6),
.listHeader div:nth-child(6) {
    width: 25%;
}

.rowLink:nth-child(odd) {
    background: rgba(245, 245, 245, 1);
}

.rowLink:hover {
    background: rgba(245, 240, 214, 1);
}

.rowLink.rezerwacja {
    background-color: rgba(255, 255, 0, 0.35);
}

.rowLink.sprzedane {
    background-color: rgba(255, 0, 0, 0.15);
}

div.infoRow {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #d6d6d6;
}

.search-3d {
    width: 100%;
    background: #a77566;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 21px;
    float: left;
    margin-bottom: 25px;
    padding: 16px 0;
}

.search-3d:hover {
    background: #231f20;
    color: #fff;
}

.plan {
    width: 100%;
    text-align: center;
    padding: 20px 0 50px;
}

.firstRow {
    overflow: hidden;
}

.greyRow {
    padding: 15px 20px;
    margin-top: 35px;
    float: left;
    width: calc(100% - 40px);
    background: #f0f0f0;
}

.greyRow h3 {
    margin-top: 0;
    font-size: 20px;
    color: #000;
    padding-bottom: 17px;
    background: url(img/decorGrey.png) no-repeat 0 100%;
}

.greyRow table {
    width: 100%;
    text-align: left;
    font-size: 18px;
}

.greyRow table td {
    border-top: 1px solid #fff;
    padding: 4px 0;
}

#formWrapper {
    background: #f7f7f7;
    padding-bottom: 25px;
    z-index: 99;
    position: relative;
}

.icons-grid {
    display: flex;
    margin-top: 80px;
}

.icons-grid .icon-box {
    text-align: center;
    padding: 0 10px;
    width: 17%;
    font-size: 15px;
    line-height: 22px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.icons-grid .icon-box:last-child {
    border-right: none;
}

.icons-grid .icon-box .icon-box-text {
    font-size: 17px;
    margin-top: 20px;
    line-height: 1.45;
    font-family: "Playfair Display";
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.icons-grid .icon-box:hover .icon-box-text h6 {
    color: #a77566;
}

.icons-grid .icon-box .icon-box-pic {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.icons-grid .icon-box:hover .icon-box-pic {
    transform: rotate(20deg);
}

#features {
    background: #f8f8f8;
    padding: 80px 0;
}

.iconsRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 55px;
}

.iconsRow .iconCol {
    text-align: center;
    width: 14%;
    transition: all 0.2s ease 0s;
}

.iconsRow .iconCol .iconBox {
    border-radius: 100%;
    background: #a77566;
    width: 130px;
    margin: auto;
    height: 130px;
    overflow: hidden;
    line-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease 0s;
}

.iconsRow .iconCol img {
    transition: all 0.2s ease 0s;
    width: 140px;
    height: auto;
}
.iconsRow .iconCol:hover .iconBox {
    background: RGB(255, 255, 255, 0.8);
}
.iconsRow .iconCol:hover img {
    transform: rotate(20deg);
}

.iconsRow .iconCol .iconTitle {
    font-size: 18px;
    line-height: 27px;
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    color: #000000;
    font-family: "Playfair Display";
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.iconsRow .iconCol:hover .iconTitle {
    color: #0e5421;
}

#select-apartment {
    background: linear-gradient(to bottom, #111 0, #111 750px, #f8f8f8 750px, #f8f8f8 100%);
}

#lokalizacja {
    font-size: 21px;
    line-height: 1.5;
}

#lokalizacja .titleBox {
    margin-bottom: 70px;
}
#lokalizacja .titleBox h3 span {
    font-size: 32px;
}

#lokalizacja h4 {
    font-size: 30px;
    margin: 45px 0 32px;
    color: #111;
}

#lokalizacja ul li {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 16px;
}

.inwestycja-01 {
    padding: 70px 60px 35px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    overflow: hidden;
    margin-bottom: 50px;
    background: #eee url(img/inwestycja-bg.jpg) 50% 50% no-repeat;
}

.inwestycja-01 h3 {
    border-bottom: 1px solid RGB(255, 255, 255, 0.6);
    padding-bottom: 10px;
    color: #453c35;
}

.inwestycja-01 .more {
    font-size: 21px;
    padding: 13px 30px 14px;
}
div.defaultBody div.mceContentBody .inwestycja-01 li {
    margin-bottom: 9px;
}

.map-container {
    margin-bottom: 40px;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

.map {
    float: left;
}

.floor-container {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 20px 0 50px;
}

.small-text {
    margin-top: 30px;
    line-height: 1.5;
    font-size: 16px;
    display: inline-block;
}
@media screen and (max-width: 1500px) {
    .wrapper .container-wide {
        padding-left: 20px;
        padding-right: 20px;
    }

    #mainMenu li a {
        font-size: 18px;
        padding: 6px 7px 7px;
    }
}

@media screen and (min-width: 1920px) {
    #slider .item img {
        width: 100%;
        height: auto;
    }

    #contentWrapper,
    .home-intro {
        background-size: cover;
    }
}

.contactPage {
    color: #3a302c;
    margin: 0 auto;
}
.contactPage__intro {
    max-width: 765px;
    margin: 0 auto 55px;
    text-align: center;
}
.contactPage__label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #a77566;
    font-weight: 500;
}
.contactPage h2,
.contactPage h3 {
    font-family: "Playfair Display", serif;
    font-weight: 500;
    color: #2f2926;
}
.contactPage h2 {
    margin: 0 0 22px;
    font-size: 42px;
    line-height: 1.18;
}
.contactPage h3 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.25;
}
.contactPage p {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.75;
    color: #5f5551;
}
.contactPage__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 34px;
}
.contactPage__box {
    background: #fff;
    padding: 20px 20px;
    min-height: 300px;
    border: 1px solid rgba(167, 117, 102, 0.18);
    box-shadow: 0 18px 45px rgba(58, 48, 44, 0.07);
}
.contactPage__icon {
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 50%;
    background: #a77566;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    line-height: 1;
}
.contactPage__link {
    display: inline-block;
    margin-top: 8px;
    font-size: 19px;
    line-height: 1.35;
    color: #a77566;
    font-weight: 500;
    text-decoration: none;
    word-break: break-word;
}
.contactPage__link:hover {
    color: #7f574b;
    text-decoration: underline;
}
.contactPage__note {
    margin-top: 28px;
    padding: 38px 44px;
    background: #f7f1ed;
    border-left: 4px solid #a77566;
}

.contactPage__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 14px 28px;
    background: #a77566;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}
.contactPage__button:hover {
    background: #7f574b;
    color: #fff;
    transform: translateY(-2px);
}
@media (max-width: 991px) {
    .contactPage {
        padding: 55px 20px 70px;
    }
    .contactPage h2 {
        font-size: 34px;
    }
    .contactPage__grid {
        grid-template-columns: 1fr;
    }
    .contactPage__box {
        min-height: auto;
    }
}
@media (max-width: 575px) {
    .contactPage {
        padding: 10px 7px 35px;
    }
    .contactPage__intro {
        text-align: left;
        margin-bottom: 34px;
    }
    .contactPage h2 {
        font-size: 30px;
    }
    .contactPage h3 {
        font-size: 24px;
    }
    .contactPage p {
        font-size: 16px;
        line-height: 1.65;
    }
    .contactPage__box {
        padding: 28px 24px;
    }
    .contactPage__note {
        padding: 30px 24px;
    }
    .contactPage__link {
        font-size: 18px;
    }
}

.rulesPage .contactPage__intro {
    margin-bottom: 48px;
}

.rulesPage__content {
    max-width: 920px;
    margin: 0 auto;
}

.rulesPage__section {
    padding: 30px 0;
    border-bottom: 1px solid rgba(167, 117, 102, 0.18);
}

.rulesPage__section:first-child {
    padding-top: 0;
}

.rulesPage__section h3,
.rulesPage__summary h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2f2926;
}

.rulesPage__section h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.rulesPage__section p {
    margin: 0 0 14px;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #5f5551;
}

.rulesPage__section p:last-child {
    margin-bottom: 0;
}

.rulesPage__section a {
    color: #a77566;
    font-weight: 500;
    text-decoration: none;
}

.rulesPage__section a:hover {
    color: #7f574b;
    text-decoration: underline;
}

.rulesPage__summary {
    margin-top: 42px;
}

.rulesPage__summary h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.25;
}

.rulesPage__summary p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .rulesPage__content {
        max-width: 100%;
    }

    .rulesPage__section h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .rulesPage .contactPage__intro {
        margin-bottom: 32px;
    }

    .rulesPage__section {
        padding: 24px 0;
    }

    .rulesPage__section h3 {
        font-size: 23px;
    }

    .rulesPage__section p {
        font-size: 16px;
        line-height: 1.65;
    }
}

.locationPage .contactPage__intro {
    margin-bottom: 50px;
}

.locationPage__content {
    max-width: 1180px;
    margin: 0 auto;
}

.locationPage__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 34px;
}

.locationPage__box {
    min-height: 320px;
}

.locationPage__box h3,
.locationPage__access h3,
.locationPage__mapBox h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2f2926;
}

.locationPage__box h3 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.25;
}

.locationPage__box p,
.locationPage__access p,
.locationPage__mapBox p {
    margin: 0 0 16px;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #5f5551;
}

.locationPage__access {
    margin-top: 28px;
    margin-bottom: 34px;
}

.locationPage__access h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.locationPage__access p:last-child {
    margin-bottom: 0;
}

.locationPage__mapBox {
    padding: 38px 44px;
    background: #fff;
    border: 1px solid rgba(167, 117, 102, 0.18);
    box-shadow: 0 18px 45px rgba(58, 48, 44, 0.07);
}

.locationPage__mapBox h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.locationPage__mapBox p {
    max-width: 820px;
}

.locationPage__mapBox .contactPage__button {
    margin-top: 8px;
}

@media (max-width: 991px) {
    .locationPage__grid {
        grid-template-columns: 1fr;
    }

    .locationPage__box {
        min-height: auto;
    }

    .locationPage__access h3,
    .locationPage__mapBox h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .locationPage .contactPage__intro {
        margin-bottom: 34px;
    }

    .locationPage__grid {
        gap: 20px;
    }

    .locationPage__access,
    .locationPage__mapBox {
        padding: 30px 24px;
    }

    .locationPage__box h3,
    .locationPage__access h3,
    .locationPage__mapBox h3 {
        font-size: 23px;
    }

    .locationPage__box p,
    .locationPage__access p,
    .locationPage__mapBox p {
        font-size: 16px;
        line-height: 1.65;
    }

    .locationPage__mapBox .contactPage__button {
        text-align: center;
    }
}

.locationPage__map {
    overflow: hidden;
    margin: 26px 0 22px;
    line-height: 0;
    background: #f7f1ed;
}

.locationPage__map iframe {
    display: block;
    width: 100%;
    min-height: 395px;
}

@media (max-width: 575px) {
    .locationPage__map {
        margin: 22px 0 20px;
    }

    .locationPage__map iframe {
        min-height: 320px;
    }
}

.equipmentPage .contactPage__intro {
    margin-bottom: 48px;
}

.equipmentPage__content {
    max-width: 1180px;
    margin: 0 auto;
}

.equipmentPage__highlight {
    margin-bottom: 42px;
}

.equipmentPage__highlight h3,
.equipmentPage__section h3,
.equipmentPage__icons h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2f2926;
}

.equipmentPage__highlight h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.equipmentPage__highlight p {
    margin-bottom: 0;
}

.equipmentPage__sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    margin-bottom: 56px;
}

.equipmentPage__section {
    padding: 34px 32px;
    background: #fff;
    border: 1px solid rgba(167, 117, 102, 0.18);
    box-shadow: 0 18px 45px rgba(58, 48, 44, 0.07);
}

.equipmentPage__section h3 {
    margin: 0 0 16px;
    font-size: 26px;
    line-height: 1.25;
}

.equipmentPage__section p {
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #5f5551;
}

.equipmentPage__icons {
    text-align: center;
}

.equipmentPage__icons h3 {
    margin: 0 0 34px;
    font-size: 32px;
    line-height: 1.25;
}


.equipmentPage .iconCol {
    text-align: center;
}

.equipmentPage .iconBox {
    width: 88px;
    height: 88px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equipmentPage .iconBox img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.equipmentPage .iconTitle {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 1.35;
    color: #5f5551;
}


@media (max-width: 991px) {
    .equipmentPage__sections {
        grid-template-columns: 1fr;
    }


}

@media (max-width: 575px) {
    .equipmentPage .contactPage__intro {
        margin-bottom: 34px;
    }

    .equipmentPage__highlight {
        margin-bottom: 30px;
    }

    .equipmentPage__highlight h3,
    .equipmentPage__section h3 {
        font-size: 23px;
    }

    .equipmentPage__sections {
        gap: 20px;
        margin-bottom: 42px;
    }

    .equipmentPage__section {
        padding: 28px 24px;
    }

    .equipmentPage__section p {
        font-size: 16px;
        line-height: 1.65;
    }

    .equipmentPage__icons h3 {
        margin-bottom: 26px;
        font-size: 26px;
    }



    .equipmentPage .iconBox {
        width: 78px;
        height: 78px;
    }

    .equipmentPage .iconTitle {
        font-size: 14px;
    }
}

.cottagePage .contactPage__intro {
    margin-bottom: 48px;
}

.cottagePage__content {
    max-width: 1180px;
    margin: 0 auto;
}

.cottagePage__heroImage {
    margin-bottom: 42px;
    line-height: 0;
    overflow: hidden;
}

.cottagePage__heroImage img,
.cottagePage__image img {
    display: block;
    width: 100%;
    height: auto;
}

.cottagePage__highlight {
    margin-bottom: 58px;
}

.cottagePage__highlight h3,
.cottagePage__summary h3,
.cottagePage__section h3,
.cottagePage__features h3,
.cottagePage__feature h4 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2f2926;
}

.cottagePage__highlight h3,
.cottagePage__summary h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.cottagePage__highlight p,
.cottagePage__summary p {
    margin-bottom: 0;
}

.cottagePage__section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 46px;
    align-items: center;
    margin-bottom: 62px;
}

.cottagePage__text h3 {
    margin: 0 0 18px;
    font-size: 32px;
    line-height: 1.22;
}

.cottagePage__text p {
    margin: 0 0 16px;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #5f5551;
}

.cottagePage__text p:last-child {
    margin-bottom: 0;
}

.cottagePage__image {
    line-height: 0;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(58, 48, 44, 0.07);
}

.cottagePage__features {
    margin: 70px 0 42px;
    text-align: center;
}

.cottagePage__features > h3 {
    margin: 0 0 34px;
    font-size: 32px;
    line-height: 1.25;
}

.cottagePage__featuresGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    text-align: left;
}

.cottagePage__feature {
    padding: 32px 30px;
    background: #fff;
    border: 1px solid rgba(167, 117, 102, 0.18);
    box-shadow: 0 18px 45px rgba(58, 48, 44, 0.07);
}

.cottagePage__feature h4 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.25;
}

.cottagePage__feature p {
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #5f5551;
}

.cottagePage__summary {
    margin-top: 42px;
}

@media (max-width: 991px) {
    .cottagePage__section {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 50px;
    }

    .cottagePage__section--imageLeft .cottagePage__image {
        order: 2;
    }

    .cottagePage__section--imageLeft .cottagePage__text {
        order: 1;
    }

    .cottagePage__featuresGrid {
        grid-template-columns: 1fr 1fr;
    }

    .cottagePage__text h3,
    .cottagePage__features > h3 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .cottagePage .contactPage__intro {
        margin-bottom: 34px;
    }

    .cottagePage__heroImage {
        margin-bottom: 30px;
    }

    .cottagePage__highlight {
        margin-bottom: 42px;
    }

    .cottagePage__section {
        margin-bottom: 42px;
    }

    .cottagePage__text h3 {
        font-size: 25px;
    }

    .cottagePage__text p {
        font-size: 16px;
        line-height: 1.65;
    }

    .cottagePage__features {
        margin: 52px 0 34px;
    }

    .cottagePage__features > h3 {
        font-size: 26px;
        margin-bottom: 26px;
    }

    .cottagePage__featuresGrid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .cottagePage__feature {
        padding: 28px 24px;
    }

    .cottagePage__feature h4 {
        font-size: 22px;
    }
}

.reservationPage .contactPage__intro {
    margin-bottom: 48px;
}

.reservationPage__content {
    max-width: 1180px;
    margin: 0 auto;
}

.reservationPage__highlight {
    margin-bottom: 38px;
}

.reservationPage__highlight h3,
.reservationPage__summary h3,
.reservationPage__section h3,
.reservationPage__section h4,
.reservationPage__rule strong {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2f2926;
}

.reservationPage__highlight h3,
.reservationPage__summary h3,
.reservationPage__section h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.reservationPage__highlight p,
.reservationPage__summary p,
.reservationPage__section p {
    margin: 0 0 16px;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #5f5551;
}

.reservationPage__highlight p:last-of-type,
.reservationPage__summary p {
    margin-bottom: 0;
}

.reservationPage__bookingLink {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    padding: 14px 28px;
    background: #a77566;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.reservationPage__bookingLink:hover {
    background: #7f574b;
    color: #fff;
    transform: translateY(-2px);
}

.reservationPage__section {
    padding: 38px 0;
    border-bottom: 1px solid rgba(167, 117, 102, 0.18);
}

.reservationPage__section:first-of-type {
    padding-top: 0;
}

.reservationPage__section h3 {
    margin-bottom: 22px;
}

.reservationPage__rulesGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.reservationPage__rule {
    padding: 24px 24px;
    background: #fff;
    border: 1px solid rgba(167, 117, 102, 0.18);
    box-shadow: 0 14px 34px rgba(58, 48, 44, 0.06);
}

.reservationPage__rule strong {
    display: block;
    margin-bottom: 8px;
    font-size: 23px;
    line-height: 1.25;
}

.reservationPage__rule span {
    display: block;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #5f5551;
}

.reservationPage__seasonGrid,
.reservationPage__priceTables {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.reservationPage__season,
.reservationPage__priceBox {
    padding: 30px 28px;
    background: #fff;
    border: 1px solid rgba(167, 117, 102, 0.18);
    box-shadow: 0 18px 45px rgba(58, 48, 44, 0.07);
}

.reservationPage__section h4 {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.25;
}

.reservationPage__season ul {
    margin: 0;
    padding-left: 22px;
    font-family: 'Jost', sans-serif;
    color: #5f5551;
}

.reservationPage__season li {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.6;
}

.reservationPage__season li:last-child {
    margin-bottom: 0;
}

.reservationPage__season li::marker {
    color: #a77566;
}

.reservationPage__priceBox table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Jost', sans-serif;
    color: #5f5551;
}

.reservationPage__priceBox th,
.reservationPage__priceBox td {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(167, 117, 102, 0.18);
    text-align: left;
    font-size: 15px;
    line-height: 1.45;
}

.reservationPage__priceBox th {
    color: #2f2926;
    font-weight: 500;
    background: #f7f1ed;
}

.reservationPage__priceBox td strong {
    color: #a77566;
    font-weight: 600;
    white-space: nowrap;
}

.reservationPage__priceBox tbody tr:last-child td {
    border-bottom: 0;
}

.reservationPage__summary {
    margin-top: 38px;
}

@media (max-width: 991px) {
    .reservationPage__rulesGrid,
    .reservationPage__seasonGrid,
    .reservationPage__priceTables {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .reservationPage .contactPage__intro {
        margin-bottom: 34px;
    }

    .reservationPage__highlight h3,
    .reservationPage__summary h3,
    .reservationPage__section h3 {
        font-size: 23px;
    }

    .reservationPage__highlight p,
    .reservationPage__summary p,
    .reservationPage__section p {
        font-size: 16px;
        line-height: 1.65;
    }

    .reservationPage__section {
        padding: 30px 0;
    }

    .reservationPage__rule,
    .reservationPage__season,
    .reservationPage__priceBox {
        padding: 26px 22px;
    }

    .reservationPage__rule strong {
        font-size: 21px;
    }

    .reservationPage__bookingLink {
        text-align: center;
    }

    .reservationPage__priceBox th,
    .reservationPage__priceBox td {
        padding: 12px 10px;
        font-size: 14px;
    }
}

.attractionsPage .contactPage__intro {
    margin-bottom: 48px;
}

.attractionsPage__content {
    max-width: 1180px;
    margin: 0 auto;
}

.attractionsPage__highlight {
    margin-bottom: 42px;
}

.attractionsPage__highlight h3,
.attractionsPage__summary h3,
.attractionsPage__card h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #2f2926;
}

.attractionsPage__highlight h3,
.attractionsPage__summary h3 {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.attractionsPage__highlight p,
.attractionsPage__summary p {
    margin-bottom: 0;
}

.attractionsPage__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 42px;
}

.attractionsPage__card {
    padding: 32px 30px;
    background: #fff;
    border: 1px solid rgba(167, 117, 102, 0.18);
    box-shadow: 0 18px 45px rgba(58, 48, 44, 0.07);
}

.attractionsPage__card h3 {
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 1.25;
}

.attractionsPage__card p {
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.68;
    color: #5f5551;
}

.attractionsPage__summary {
    margin-top: 42px;
}

@media (max-width: 991px) {
    .attractionsPage__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .attractionsPage__card h3 {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .attractionsPage .contactPage__intro {
        margin-bottom: 34px;
    }

    .attractionsPage__highlight {
        margin-bottom: 30px;
    }

    .attractionsPage__grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 34px;
    }

    .attractionsPage__card {
        padding: 28px 24px;
    }

    .attractionsPage__highlight h3,
    .attractionsPage__summary h3 {
        font-size: 23px;
    }

    .attractionsPage__card h3 {
        font-size: 22px;
    }

    .attractionsPage__card p {
        font-size: 16px;
        line-height: 1.65;
    }
}