@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');
body {
    font-family: 'Bellefair', serif;
    font-size: 20px;
    background: url(../img/footer-background.png) no-repeat bottom;
    background-size: 100%;
}

a, a:hover {
    color: #c5b498;
    text-decoration: none;
}

.txt-head-small {
    font-size: 28px;
    margin: 0;
}

.txt-head-big {
    font-size: 36px;
}

.txt-head-bigger {
    font-size: 68px;
    margin: 0;
}

.header-site {
    background: url(../img/header-background.jpg);
    background-size: cover;
    height: 100vh;
    border-bottom: 12px solid #cc900b;
    font-size: 32px;
    color: #fff;
}

.header-site__logo {
    width: 103px;
}

.header-site__txt-img {
    max-width: 1100px;
    margin-top: 32px;
}

.header-site__description {
    font-size: 32px;
}

.nav__menu-item {
    display: inline-block;
    margin: 12px 4px;
    padding: 12px;
    border: 4px solid #c5b49800;
    text-shadow: 1px 1px 2px rgb(39, 39, 39);
}

.nav__menu-item:hover {
    border: 4px solid #c5b498;
}

.nav__menu a {
    color: #fff;
}

.nav__menu a:hover {
    text-decoration: none;
}

.o-nas {
    margin-top: 68px;
}

.o-nas__logo {
    max-width: 280px;
}

.o-nas__txt {}

.shape {
    margin: 38px 0;
}

.head-apartamenty {
    margin: 2px 0 32px 0;
}

.apartamenty {
    margin-bottom: 18px;
}

.apartamenty__maly {
    background: url(../img/apartament-maly.jpg);
    background-size: cover;
    border-right: 12px solid #fff;
}

.apartamenty__field {
    height: 500px;
}

.apartamenty__duzy {
    background: url(../img/apartament-duzy.jpg);
    background-size: cover;
}

.oferta-list-left {
    list-style: none;
    margin: 32px 0 0 0;
}

.oferta-list-right {
    list-style: none;
    margin: 32px 0 0 0;
}

.oferta-list__item {
    margin-bottom: 18px;
    width: 340px;
    height: 67px;
}

.oferta-list__item-left {
    margin-right: 18px;
    width: 55px;
}

.oferta-list__item-icon {
    width: 48px;
}

.wyposazenie {}

.wyposazenie-left {
    height: 280px;
    margin-bottom: 58px;
    background: #000;
}

.wyposazanie__title {
    color: #c5b498;
}

.wyposazenie-right {
    padding: 16px 0;
    border: 4px solid #fff;
    margin-left: -12px;
    z-index: -1;
    height: 280px;
}

.wyposazenie-right:before {
    background: none;
    border: 4px solid #c5b498;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}

.wyposazenie-right__item {
    padding: 6px;
    list-style: none;
}

.wyposazenie-right__item::before {
    content: "\25FB";
    color: #c5b498;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    width: 20px;
    margin-left: -20px;
}

.atrakcje {
    margin-bottom: 58px;
}

.atrakcje-list__item {
    padding: 2px;
    list-style: none;
}

.atrakcje-list__item::before {
    content: "\25FB";
    color: #c5b498;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    width: 28px;
    margin-left: -20px;
}

.cennik {
    margin: 22px 0 58px 0;
}

.cennik-head {
    margin-bottom: 18px;
    font-size: 30px;
}

.cennik__big {
    background: #fff;
    border: 4px solid #c5b498;
    padding: 18px 36px;
    margin-bottom: 12px;
}

.cennik__big-item {
    color: #c5b498;
    background: #000;
    padding: 8px;
    margin: 14px 0 0 0;
}

.cennik__small {
    background: #fff;
    border: 4px solid #c5b498;
    padding: 18px 36px;
    margin-bottom: 12px;
}

.cennik__small-item {
    color: #c5b498;
    background: #000;
    padding: 8px;
    margin: 14px 0 0 0;
}

.cennik-list {
    font-size: 18px;
    background: #fff;
}

.cennik-list__item {
    padding: 0px;
    list-style: none;
}

.cennik-list__item::before {
    content: "\25FB";
    color: #c5b498;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    width: 28px;
    margin-left: -28px;
}

.obrazy {
    margin-bottom: 58px;
}

.obrazy__item:hover {
    opacity: .8;
}

.obrazy__img {
    max-width: 270px;
}

.obrazy__txt {
    position: absolute;
    bottom: 0px;
    left: 25%;
    color: #c5b498;
    font-size: 36px;
    line-height: 145%;
}

.obrazy__txt-2 {
    position: absolute;
    bottom: 26px;
    left: 25%;
    color: #c5b498;
    font-size: 36px;
    line-height: 145%;
}

.kontakt {
    padding: 42px;
    background: #000;
    border: 5px solid #000;
    margin: 20px;
    color: #c5b498;
    font-size: 26px;
    position: relative;
}

.kontakt:before {
    background: none;
    border: 4px solid #c5b498;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
}

.phone {
    font-size: 48px;
}

.footer {
    font-size: 14px;
    margin-bottom: 24px;
}

.footer__img {
    max-width: 450px;
    margin: 38px 0;
}

.footer a {
    color: #000;
    text-decoration: ;
}

.footer a {
    color: #000;
}

.navigation__switcher {
    display: none;
}

.gallery {
    margin-bottom: 38px;
    text-align: center;
}

.gallery img {
    margin: 4px 2px;
    max-width: 100%;
}

@media (max-width: 720px) {
    .header-site__logo {
        margin: 78px 0 24px 0;
    }
    .header-site__txt-img {
        max-width: 320px;
    }
    .apartamenty__field {
        padding-left: 58px;
    }
    .apartamenty__maly, .apartamenty__duzy {
        padding-left: 26px;
        border: none;
        margin-bottom: 16px;
    }
    .atrakcje {
        text-align: center;
    }
    .wyposazenie-right {
        height: unset;
    }
    .phone {
        font-size: 30px;
    }
    .kontakt {
        font-size: 18px;
    }
    .atrakcje__img, .footer__img {
        max-width: 320px;
    }
    .navigation__list--js {
        display: none;
        flex-direction: column;
    }
    .navigation__list--visible {
        display: flex;
        position: absolute;
        width: 100%;
        background: #baa27a;
        z-index: 221;
    }
    .nav__menu-item {
        margin: 0;
    }
    .navigation__switcher {
        display: block;
        border: none;
        font-size: 48px;
        background: none;
        color: #fff;
        position: absolute;
        right: 12px;
        top: 12px;
        cursor: pointer;
        z-index: 22222;
    }
    .obrazy__txt, .obrazy__txt-2 {
        left: 12%;
    }
    .obrazy__item {
        width: 300px;
        margin: 22px auto;
    }
}

.galeria {
    margin-top: 22px;
}

@media (min-width:1800px) {
    body {
        background-position: left 0 bottom -500px;
    }
}