@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Thin.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'IvyMode';
    src: url('../fonts/IvyMode-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NeueMontreal';
    src: url('../fonts/NeueMontreal-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NeueMontreal';
    src: url('../fonts/NeueMontreal-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NeueMontreal';
    src: url('../fonts/NeueMontreal-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'NeueMontreal';
    src: url('../fonts/NeueMontreal-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body,html {
    font-size: 25px;
    line-height: 34px;
}
body {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: fadeIn;
    animation-duration: 1s;
    font-family: var(--font-main);
    color: var(--txt-color);
    font-weight: 400;
    padding-top: 90px;
    background-color: #fff;
    --txt-color: #48464C;
    --txt-second: #063B27;
    --color-main: #063B27;
    --color-second: #FF9D00;
    --bg-color: #F5F4F0;
    --font-main: 'NeueMontreal', sans-serif;
    --font-second: 'IvyMode', serif;
    --radius: 25px;
}
* {
    outline: none;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body.home {
    padding-top: 0;
}
sup {
    font-size: 70%;
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--font-second);
    font-weight: 400;
    letter-spacing: -3px;
    color: var(--color-main);
}
main {
    position: relative;
}
.wrapper-small {
    padding-left: 4vw;
    padding-right: 4vw;
}
.wrapper {
    padding-left: 7vw;
    padding-right: 7vw;
}
.wrapper-big {
    padding-left: 12vw;
    padding-right: 12vw;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.padds {
    padding-left: 10px;
    padding-right: 10px;
}
.padd-top {
    padding-top: 60px;
}
.marg-top-small {
    margin-top: 30px;
}
.marg-top {
    margin-top: 60px;
}
.marg-top-big {
    margin-top: 100px;
}
.marg-top-biggest {
    margin-top: 160px;
}
.marg-bottom {
    margin-bottom: 60px;
}
.w-100 {
    width: 100%;
}

.wp-block-file__button {
    background-color: var(--color-main) !important;
}
.wp-block-file__button:hover {
    background-color: var(--color-second) !important;
}


.slick-dots {
    margin: 20px 0 0 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
.slick-dots li {
    margin: 3px;
}
.slick-dots li button {
    border-radius: 50%;
    cursor: pointer;
    background-color: var(--main-color);
    padding: 0;
    margin: 0;
    width: 12px;
    height: 12px;
    transition: .3s;
    color: transparent;
    border: none;
    font-size: 0;
}
.slick-dots li.slick-active button {
    background-color: var(--txt-color);
}

.slick-lightbox .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 0;
    color: transparent;
    background-color: #fff;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-image: url(../assets/arrow.svg);
    cursor: pointer;
    z-index: 4;
}
.slick-lightbox .slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 20px;
}
.slick-lightbox .slick-next {
    right: 20px;
}
.slick-lightbox-slick-caption {
    margin-top: 10px;
    display: inline-block;
}

.posrel {
    position: relative;
    z-index: 4;
}
.section-heading {
    font-size: clamp(42px, 6.4vw, 80px);
    line-height: 100%;
    font-weight: 400;
    color: var(--txt-second);
    display: block;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.section-heading-small {
    font-size: clamp(32px, 4vw, 42px);
    line-height: 100%;
    font-weight: 400;
    color: var(--txt-second);
    display: block;
    margin-bottom: 30px;
    letter-spacing: .7px;
}
.page-heading {
    font-size: 42px;
    line-height: 140%;
    font-weight: 500;
    color: var(--txt-color);
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}

.error-wrapper {
    margin-top: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 14px 35px;
    background-color: transparent;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    transition: .3s;
    cursor: pointer;
    border-radius: 0;
    width: max-content;
    font-size: .9rem;
    line-height: 130%;
    border-radius: 50px;
}
.cbtn--second {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.cbtn:hover {
    color: #fff;
    background-color: var(--color-second);
    border-color: var(--color-second);
}
.cbtn svg {
    margin-left: 15px;
    width: 18px;
    height: auto;
    transition: .3s;
}
.cbtn:hover svg {
    filter: brightness(0) invert(1);
}
/* @ @ HEADER @ @ */

/* menu button start */

.nav-icon {
    width: 90px;
    height: 14px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999999;
    position: relative;
    display: block;
    margin-left: 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--color-second);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
    top: 0px;
}
.nav-icon span:nth-child(2) {
    top: 100%;
    width: 60%;
}
/* menu button end */
.header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--color-main);
    z-index: 9999;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .3s;
    padding-left: 25px;
    padding-right: 25px;
}

body.home:not(.scrolled) .header {
	background-color: transparent;
}
.scrolled .header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.header__wrapper {
    align-items: center;
    justify-content: space-between;
}
.header__logo {
    width: 200px;
    padding: 0 15px;
    transition: .3s;
}
.scrolled .header__logo {
    width: 140px;
}
.header__logo-mobile {
    display: none;
}
.header__btns {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: max-content;
    font-size: 18px;
    line-height: 120%;
}
.menuopened .header__btns {
    z-index: -9;
}
.header__btns>span {
    color: #fff;
}
/* menu start */

.header__btns,
.header__menu-btns {
    display: none;
}

.header__menu>div>ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header__menu>div>ul>li {
    margin-left: 40px;
}
.header__menu>div>ul>li>a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 110%;
}
.header__menu>div>ul>li>a:hover {
    color: var(--color-second);
}
.header__menu ul ul {
    display: none;
}
/* menu end */
/* @ @ HEADER END @ @ */
/* @ @ HEROITEM START @ @ */
.heroitem {
    padding-top: clamp(60px, 8vw, 140px);
}
.heroitem__info {
    gap: 5px 30px;
    width: 600px;
    max-width: 100%;
}
.heroitem__info-box {
    max-width: calc(50% - 15px);
    flex: 0 calc(50% - 15px);
}
/* @ @ HEROITEM END @ @ */
/* @ @ LEVELS START @ @ */
.levels__items {
    padding-right: clamp(15px, 6vw, 120px);
}
.levels__cat {
    color: #000 !important;
    letter-spacing: 1px;
}
.levels__table table {
    width: 100%;
    font-size: .75rem;
    line-height: 120%;
    border-spacing: 0;
    padding: 30px 10px;
}
.levels__table th,
.levels__table td {
    text-align: left;
    padding: 15px 20px;
    font-weight: 400;
}
.levels__table th {
    font-weight: 400;
    background-color: var(--color-main);
    color: #fff;
}
.levels__table tr {
    transition: .3s;
    background-color: var(--bg-color);
}
.levels__table tr:nth-child(even) {
    background-color: #E9E9E9;  
} 
.levels__table tr:hover {
    background-color: rgba(255, 157, 0, .1) !important;
}
.levels__nr {
    border-right: 1px solid #ACB1C6;
}
.levels__size {
    border-left: 1px solid #ACB1C6;
}

.levels__size-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-main);
    color: #FFF;
    margin-top: 40px;
    padding-right: 60px;
}
.levels__size-txt span {
    display: inline-block;
    padding: 20px 30px;
}

.levels__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 30px;
}
.levels__links a {
    max-width: 100%;
    width: 400px;
}
.levels__links--mobile {
    display: none;
}

.levels__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px 20px;
}
.levels__btns .cbtn {
    padding: 10px 35px;
    font-size: .85rem;
    line-height: 120%;
}

.single-mieszkania .slick-lightbox .slick-lightbox-slick-item-inner {
    background-color: #fff;

}

.single-mieszkania .slick-lightbox .slick-lightbox-slick-img {
    transform: scale(1.2);
}

.levels__img a {
    display: flex;
    justify-content: center;
}

.levels__local {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    font-size: .75rem;
    line-height: 120%;
}
.levels__local div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
/* @ @ LEVELS END @ @ */
/* @ @ BANER START @ @ */
.baner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    height: 100vh;
    max-height: 1200px;
    min-height: 500px;
    overflow-x: clip;
    padding-bottom: 40px;
}
.baner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.baner__img-mobile {
    display: none;
}
.baner__title {
    color: #fff;
    font-size: clamp(68px, 8vw, 146px);
    line-height: 90%;
    margin: 0 0 30px 0;
}
/* @ @ BANER END @ @ */
/* @ @ TXTBTN START @ @ */
.txtbtn {
    padding-top: clamp(60px, 10vw, 140px);
    padding-bottom: clamp(60px, 10vw, 140px);
    background-color: var(--bg-color);
}
.txtbtn__content {
    margin-left: auto;
}
.txtbtn__txt {
    font-size: clamp(1.15rem, 3vw, 48px);
    line-height: 115%;
    margin: 0;
}
.txtbtn__content .cbtn {
    margin-top: 50px;
}
/* @ @ TXTBTN END @ @ */
/* @ @ CHESS START @ @ */
.chess {
    overflow-x: clip;
}
.chess__item:nth-child(even) {
    flex-direction: row-reverse;
}
.chess__img {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.chess__img:after {
    /* content: ''; */
    display: none !important;
    position: absolute;
    bottom: -70px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: var(--color-second);
    z-index: 4;
    display: inline-block;
    right: -70px;
}
.chess__item:nth-child(even) .chess__img::after {
    left: -70px;
    right: initial;
}
.chess__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}
.chess__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}
.chess__content-wrapper {
    max-width: 100%;
    width: 650px;
}
/* @ @ CHESS END @ @ */
/* @ @ ICONS START @ @ */
.icons {
    padding-top: clamp(60px, 8vw, 120px);
    padding-bottom: clamp(60px, 8vw, 120px);
    background-color: var(--bg-color);
    overflow-x: clip;
}
.icons__items {
    gap: 90px;
}
.icons__item {
    max-width: calc(25% - 68px);
    flex: 0 0 calc(25% - 68px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.icons__item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: clamp(20px, 3vw, 60px);
}
.icons__txt {
    display: block;
    color: var(--color-main);
}
/* @ @ ICONS END @ @ */
/* @ @  START @ @ */

/* @ @  END @ @ */
/* @ @ GAL START @ @ */
.gal__nav {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}
.gal__nav-item {
    font-size: 1rem;
    line-height: 120%;
    color: var(--color-main);
    font-family: var(--font-main);
    color: var(--color-main);
    border: none;
    padding: 0;
    background-color: transparent;
    transition: .3s;
    cursor: pointer;
}
.gal__nav-item.active {
    text-decoration: underline;
}
.gal__nav-item:not(.active):hover {
    color: var(--color-second);
}

.gal__item {
    padding-bottom: 80px;
}
.gal__item .slick-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    color: transparent;
    background-color: var(--color-main);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid var(--color-main);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center;
    background-image: url(../assets/chevron.svg);
    cursor: pointer;
    z-index: 4;
    transition: .3s;
}
.gal__item .slick-prev {
    right: 70px;
    transform: rotate(180deg);
}
.gal__item .slick-disabled {
    background-color: transparent;
}
.gal__img img {
    aspect-ratio: 16/10;
    object-fit: cover;
    width: 100%;
}

.gal__box {
    padding: 5px 8px;
}
/* @ @ GAL END @ @ */
/* @ @ DM START @ @ */
.dm>.wrap {
    padding: 0 !important;
}
.dm__txt {
    margin-left: auto;
}
.dm__txt p {
    margin: 0;
}
.dm__txt .cbtn {
    margin-top: 40px;
}
.dm__item {
    padding: 0 !important;
    display: flex;
}
.dm__mobile {
    display: none;
}
.dm__desktop {
    width: 100%;
    display: flex;
}
.dm__desktop {
    display: flex;
}
.dm__desktop>img {
    object-fit: cover;
    height: 100%;
    max-width: 76%;
    flex: 0 0 76%;
}
.dm__icons {
    max-width: 24%;
    flex: 0 0 24%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 30px;
}
.dm__icon {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.dm__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 20px;
}
.dm__icon-txt {
    display: inline-block;
}
.dm__icons-title {
    display: block;
    width: 100%;
    font-family: var(--font-second);
    color: var(--color-main);
    margin-bottom: 30px;
    font-size: 1.2rem;
}
/* @ @ DM END @ @ */
/* @ @ OFFERLIST START @ @ */
.offerlist {
    overflow-x: clip;
}
.offerlist__nav {
    list-style: none;
    padding: 0 15px;
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.offerlist__item[data-cat="img"] {
    display: none;
}
.offerlist__box {
    width: 100%;
    font-size: .85rem;
    line-height: 130%;
    border-spacing: 0;
}
.offerlist__box th,
.offerlist__box td {
    font-weight: 400;
    text-align: center;
    padding: 15px 20px;
}
.offerlist__box th {
    background-color: var(--color-main);
    color: #fff;
}
.offerlist__box tr {
    transition: .3s;
    background-color: var(--bg-color);
}
.offerlist__box tr:nth-child(even) {
    background-color: #E9E9E9;  
} 
.offerlist__box tr:hover {
    background-color: rgba(255, 157, 0, .1) !important;
}
.offerlist__box .cbtn {
    font-size: .75rem;
    line-height: 120%;
    padding: 12px 25px;
    margin-left: auto;
    margin-right: auto;
}
.offerlist__box .td-pricem2__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.td-status.niedostepny,
.td-status.sprzedane {
    color: red;
}
.td-status.przedsprzedaz,
.td-status.wolne {
    color: #063B27;
}
.td-status.rezerwacja {
    color: #FF9D00;
}

.offerlist__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.priceitems {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.price__old {
    text-decoration: line-through;
    opacity: .7;
    font-size: .65rem;
    line-height: 120%;
    display: inline-block;
}
.price__last {
    font-size: 10px;
    line-height: 100%;
    display: inline-block;
}

.pricehist-btn {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    margin-left: 10px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.pricehist-btn>svg {
    width: 100%;
    height: auto;
    opacity: .8;
}

.pricehist {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255,255,255, .8);
    display: none;
}
.pricehist__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    max-width: 95%;
    max-height: 80%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    font-size: .8rem;
    line-height: 130%;
}
.pricehist__title {
    display: block;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
}
.pricehist__close {
    border: none;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 1rem;
    line-height: 120%;
    font-weight: 500;
}
.pricehist__heading {
    padding: 5px;
    background-color: #f9f9f9;
    font-size: .85rem;
    line-height: 120%;
}
.pricehist__list,
.pricehist__heading {
    display: flex;
}
.pricehist__heading span,
.pricehist__item span {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 20px;
}
.pricehist__list {
    font-size: .65rem;
    line-height: 120%;
    padding: 5px;
}
.pricehist__list:not(:last-child) {
    border-bottom: 1px solid #eaeaea;
}


.zones {
    width: 100%;
}
.zones>svg {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.zones__point {
    transition: .3s;
}
.zones__wrapper path {
    cursor: pointer;
}
.zones__wrapper:hover .zones__point {
    fill: rgba(6, 59, 39, .5);
}
.zones__second path {
    cursor: initial;
}
.zones__wrapper:hover .zones__point--disabled {
    fill: rgba(144, 144, 144, .5);
}

.zones__zoomed-box {
    display: none;
}
.zones__zoomed-wrapper {
    display: flex;
    justify-content: center;
}
.zones__zoomed-wrapper>svg {
    max-width: 100%;
    height: auto;
}
.zones__zoomed-heading {
    display: block;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
    font-family: var(--font-second);
    color: var(--color-main);
}
.zones__show {
    margin: 30px auto 0 auto;
}


.zones__item {
    transition: .3s;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.zones__item:hover {
    fill: rgba(6, 59, 39, .5);
}
.zones__item[data-status="niedostępny"]:hover,
.zones__item[data-status="sprzedane"]:hover {
    fill: rgba(255, 0, 0, .5);
}
.zones__item[data-status="rezerwacja"]:hover {
    fill: rgba(255, 157, 0, .5);
}
.zones__box {
    border: 4px solid rgba(255, 157, 0, .9);
    background-color: rgba(6, 59, 39, .9);
    padding: 20px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    height: 150px;
    color: #fff;
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 123;
}
.zones__box span {
    display: block;
    font-weight: 400;
}
.zones__title {
    font-weight: 600 !important;
    font-size: 18px;
}

.zonesmobile__items {
    width: 100%;
    display: none;
}
.zonesmobile__second {
    margin-top: 20px;
}
.zonesmobile svg {
    width: 100%;
    height: auto;
}
.zonesmobile__heading {
    display: block;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: var(--font-second);
    color: var(--color-main);
}
.zonesmobile__item {
    transition: .3s;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.zonesmobile__item:hover {
    fill: rgba(6, 59, 39, .5);
}
.zonesmobile__item[data-status="sprzedane"]:hover {
    fill: rgba(255, 0, 0, .5);
}
.zonesmobile__item[data-status="rezerwacja"]:hover {
    fill: rgba(255, 157, 0, .5);
}
.zonesmobile__box {
    border: 2px solid rgba(255, 157, 0, .9);
    background-color: rgba(6, 59, 39, .9);
    padding: 10px;
    font-size: 10px;
    line-height: 150%;
    font-weight: 600;
    height: 120px;
    color: #fff;
    width: 110px;
    position: fixed;
    z-index: 123;
    display: none;
}
.zonesmobile__box span {
    display: block;
    font-weight: 400;
}
.zonesmobile__title {
    font-weight: 600 !important;
    font-size: 12px;
}
.zonesmobile__box a {
    display: inline-block;
    margin-top: 7px;
    font-weight: 500;
    color: var(--color-second);
}

/* @ @ OFFERLIST END @ @ */
/* @ @ BANERIMG START @ @ */
.banerimg {
    padding: 0 !important;
}
.banerimg img {
    width: 100%;
    object-fit: cover;
}
/* @ @ BANERIMG END @ @ */
/* @ @ CONT START @ @ */
.cont {
    overflow-x: clip;
}
.cont__items {
    color: #000;
    margin-top: 60px;
}
.cont__logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: .75rem;
    line-height: 130%;
}
.cont__logo-title {
    display: block;
    margin-bottom: 20px;
}
.cont__txt {
    margin-top: 30px;
}
.cont__txt a:hover {
    color: var(--color-second);
}


.cf {
    background-color: var(--bg-color);
    padding: 10px 40px 40px 40px;
}
.cf p {
    margin-top: 0;
}
.cf textarea,
.cf input:not([type='file']):not([type='submit']):not([type='checkbox']) {
    font-size: .75rem;
    line-height: 130%;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--color-main);
    width: 100%;
    resize: none;
    padding: 40px 0 40px 0;
    font-family: var(--font-main);
}
.cf textarea::placeholder,
.cf input:not([type='file']):not([type='submit']):not([type='checkbox'])::placeholder {
    color: var(--color-main);
}

.cf .wpcf7-acceptance .wpcf7-list-item {
    margin: 30px auto 0 auto;
    max-width: 100%;
    display: block;
    line-height: 140%;
    color: var(--color-main);
    font-weight: 400;
}
.cf .wpcf7-acceptance .wpcf7-list-item * {
    font-size: 13px !important;
}
.cf .wpcf7-acceptance .wpcf7-list-item a {
    font-weight: 500;
    text-decoration: underline;
}
.cf .wpcf7-acceptance label {
    padding-left: 35px !important;
    position: relative;
    display: block;
    line-height: 130%;
    padding-top: 3px;
}
.cf .wpcf7-acceptance label:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 0;
    border: 1px solid var(--color-main);
    background-color: transparent;
}
.cf .wpcf7-acceptance label.active:before {
    border-color: transparent;
}
.cf .wpcf7-acceptance label.active:after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-main);
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../assets/check.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.cf input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.cf .wpcf7-not-valid-tip {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    letter-spacing: 0;
    margin-bottom: -20px;
}
.cf .wpcf7 form.invalid .wpcf7-response-output, .cf .wpcf7 form.unaccepted .wpcf7-response-output, .cf .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--color-main);
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin-top: 10px !important;
}
.cf .wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--txt-color);
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    margin-top: 10px !important;
}

.cf .cbtn {
    margin-top: 30px;
}

.rcaptcha {
    display: inline-block;
    font-size: 12px;
    line-height: 130%;
    color: var(--color-main);
}
.grecaptcha-badge {
    visibility: hidden;
    z-index: -9;
    opacity: 0;
}

/* @ @ CONT END @ @ */
/* @ @ FOOTER START @ @ */
.footer {
    margin-top: 120px;
    background-color: var(--color-main);
    padding-top: 80px;
    padding-bottom: 0;
    color: #fff;
}

.footer__top {
    border-top: 2px solid rgba(255,255,255, .2);
    padding-top: 30px;
    width: max-content;
}
.footer__item {
    margin-right: 80px;
    font-size: .85rem;
    line-height: 130%;
}
.footer__item:last-child {
    margin-right: 0;
}
.footer__item-title {
    display: block;
    margin-bottom: 10px;
}
.footer__item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__item ul li {
    margin-bottom: 15px;
}
.footer__item ul li a:hover {
    color: var(--color-second);
}
.footer__socials a {
    display: inline-block;
    margin: 15px 15px 0 0;
}
.footer__socials a img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: .3s;
    filter: brightness(0) invert(1);
}
.footer__socials a:hover img {
    filter: initial;
}


.footer__logo img {
    width: 100%;
}


/* @ @ FOOTER END @ @ */

/* @ @ MEDIA START @ @  */
@media(min-width: 2660px) {
    main {
        max-width: 2660px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrap {
        max-width: 2660px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper {
        padding-left: 120px;
        padding-right: 120px;
        max-width: 2660px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-big {
        padding-left: 220px;
        padding-right: 220px;
        max-width: 2660px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper-small {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 2660px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 1640px) {
    body,html {
        font-size: 26px;
        line-height: 32px;
    }
}
@media(max-width: 1440px) {
    body,html {
        font-size: 21px;
        line-height: 31px;
    }
    .wrapper {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .wrapper-big {
        padding-right: 6vw;
        padding-left: 6vw;
    }
    .marg-top-biggest {
        margin-top: 100px;
    }
    .cbtn {
        font-size: .85rem;
        line-height: 120%;
    }
    /*  */
    .txtbtn__content .cbtn {
        margin-top: 30px;
    }
    /*  */
    .icons__items {
        gap: 40px;
    }
    .icons__item {
        max-width: calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
    }
    .icons__item img {
        width: 40px;
        height: 40px;
    }
    /*  */
}
@media(max-width: 1380px) {
  
}
@media(max-width: 1280px) {
    .header__menu>div>ul>li {
        margin-left: 30px;
    }
    .header__menu>div>ul>li>a {
        font-size: 18px;
    }
}
@media(max-width: 1200px) {
    
}
@media(max-width: 1150px) {
    .header__menu>div>ul>li {
        margin-left: 20px;
    }
}
@media(min-width: 993px) {
    /* .gal__item {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .gal__box {
        max-width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    } */
    .gal__box img {
        transition: .3s;
        width: 100%;
        aspect-ratio: 16/11;
        object-fit: cover;
    }
    .gal__box a:hover img {
        filter: brightness(70%);
    }
    /*  */
    .zonesmobile__item {
        display: none;
    }
}
@media(max-width: 992px) {
    body,html {
        font-size: 19px;
        line-height: 29px;
    }
    body {
        padding-top: 65px;
    }
    .wrap,
    .wrapper-big,
    .wrapper-small,
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .stg-mob {
        font-weight: 600;
    }


    /*  */
    .header {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-icon {
        width: 60px;
    }
    .header__logo {
        width: 140px;
    }
    .scrolled .header__logo {
        width: 110px;
    }
    .header__btns {
        display: block;
    }
    .header__btns>span {
        display: none;
    }
    .header__menu {
        padding: 20px 20px 30px 30px;
    }
    .header__menu-btns {
        justify-content: flex-end;
    }
    .header__menu-btns>span {
        display: none;
    }

    .header__logo-mobile {
        display: inline-block;
        margin-bottom: 20px;
        width: 170px;
    }
    .header__menu {
        box-shadow: 0px 0px 6px rgba(144,144,144,.1);
        position: fixed;
        top: 0;
        background-color: var(--color-main);
        width: 400px;
        right: -450px;
        height: 100%;
        max-width: 100%;
        z-index: 9999;
        padding: 20px 30px 30px 30px;
        border-radius: 0;
        color: var(--txt-second);
        transition: .8s;
        max-height: 100%;
        overflow: auto;
    }
    .menuopened .header__menu {
        right: 0;
    }
    .header__menu-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 20px;
    }
    .nav-close {
        border: none;
        background-color: transparent;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        font-family: var(--font-main);
        color: #fff;
        font-size: 18px;
        line-height: 100%;
        cursor: pointer;
        transition: .3s;
        margin-left: auto;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .nav-close svg {
        margin-left: 15px;
        width: 35px;
        height: auto;
    }
    .nav-close:hover {
        color: var(--color-second);
    }
    .nav-close svg rect,
    .nav-close svg path {
        transition: .3s;
        stroke: #fff;
    }
    .nav-close:hover svg rect,
    .nav-close:hover svg path {
        stroke: var(--color-second);
    }
    .header__menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .header__menu>div>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
  
    .header__menu>div>ul>li {
        margin-left: 0;
    }
    .header__menu>div>ul>li:not(:last-child) {
        margin-bottom: 20px;
    }
    .header__menu>div>ul>li>a {
        font-size: 1.2rem;
        color: #fff;
    }
    .header__menu a:hover {
        color: var(--color-second);
    }
    .header__menu>div>ul>li>ul {
        font-size: .7rem;
        line-height: 120%;
    }
    .header__menu>div>ul>li>ul>li:first-child {
        margin-top: 10px;
    }
    .header__menu>div>ul>li>ul>li:not(:last-child) {
        margin-bottom: 10px;
    }
    .header__menu>div>ul>li>ul>li ul {
        display: none;
    }

    /*  */
    .levels__links--mobile {
        display: flex;
        margin-top: 30px;
    }
    .levels__links--desktop {
        display: none;
    }
    .levels__imgs {
        margin-top: 60px;
    }
    .levels__btns {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .levels__img-items {
        margin-top: 30px !important;
    }

    /*  */

    /*  */
    .chess {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .chess__item {
        margin-top: 40px;
    }
    .chess__img {
        padding: 0;
    }
    /*  */
    .icons__items {
        gap: 40px;
    }
    .icons__item {
        max-width: calc(33.333% - 27px);
        flex: 0 0 calc(33.333% - 27px);
    }

    /*  */
    .offerlist__items,
    .offerlist {
        padding: 0 !important;
    }
    .offerlist__item[data-cat="img"] {
        padding: 0 !important;
    }
    .offerlist__item[data-cat="list"] {
        padding: 0 20px !important;
    }
    .offerlist__heading {
        text-align: center;
    }
    .offerlist__nav {
        gap: 10px;
        margin-top: 0;
    }
    .offerlist__items {
        margin-top: 30px !important;
    }
    .offerlist__item,
    .offerlist__box {
        margin-top: 0 !important;
    }
    .offerlist__box thead {
        display: none !important;
    }
    .offerlist__box tr:hover,
    .offerlist__box tr {
        margin-bottom: 10px;
        padding-bottom: 10px;
        display: block;
        background-color: #F5F4F0 !important;
    }
    .offerlist__box tbody td {
        display: block;
        text-align: right !important;
        border-bottom: none;
        padding: 6px 10px;
    }
    .offerlist__box .td-pricem2__wrapper {
        justify-content: flex-end;
    }
    .priceitems {
        align-items: flex-end;
    }
    .offerlist__box tbody td:before {
        float: left;
        content: attr(data-item) ": ";
        font-weight: 700;
        color: var(--color-main);
    }
    .offerlist__box .cbtn {
        margin-left: auto;
        margin-right: initial;
        padding: 8px 20px;
    }
    .offerlist__box .cbtn svg {
        width: 14px;
        margin-left: 6px;
    }

    /* .zones {
        display: none;
    }
    .zones__box {
        display: none !important;
    }
    .zonesmobile {
        display: block;
    } */
    .zones__items {
        display: none;
    }
    .zones__item {
        display: none !important;
    }
    .zonesmobile__items {
        display: block;
    }

    /*  */
    .gal__nav {
        gap: 20px;
        margin-top: 0;
    }
    

    /*  */
    .banerimg img {
        aspect-ratio: 16/12;
    }
    /*  */
    .cont__items {
        margin-top: 0;
    }
    .cont__form {
        margin-top: 30px;
    }
    .cf textarea,
    .cf input:not([type='file']):not([type='submit']):not([type='checkbox'])  {
        padding: 30px 0;
    }

}

@media(max-width: 767px) {
     .padd-top {
        padding-top: 30px;
    }
    .marg-top-biggest {
        margin-top: 60px;
    }
    .marg-top {
        margin-top: 40px;
    }
    .marg-top-big {
        margin-top: 60px;
    }
    .cbtn {
        padding: 10px 25px;
    }

    /*  */
    .baner {
        height: calc(100vh - 65px);
    }
    .baner:before {
        content: '';
        width: 100%;
        height: 100%;
        z-index: 2;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(255, 255, 255,0) 100%);
    }
    .baner__img-mobile {
        display: inline-block;
    }
    .baner__img-desktop {
        display: none;
    }
    /*  */
    .heroitem__info-box {
        max-width: 100%;
        flex: 0 0 100%;
        color: #000;
    }
    /*  */
    .levels__size-txt {
        padding: 0;
    }
    .levels__size-txt span {
        padding: 12px 20px;
    }


    /*  */
    .chess__img img {
        aspect-ratio: 1/1;
        height: initial;
    }
    .chess__img:after {
        width: 90px;
        height: 90px;
        right: 15px;
        bottom: -45px;
    }
    .chess__item:nth-child(even) .chess__img:after {
        right: initial;
        left: 15px;
    }
    .chess__content {
        padding: 0 25px;
        margin-top: 30px;
    }


    /*  */
    
    .icons__items {
        gap: 0;
    }
    .icons__item {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .icons__item:not(:first-child) {
        margin-top: 40px;
    }



    /*  */
    .dm__mobile {
        display: inline-block;
    }
    .dm__desktop {
        display: none;
    }
    .dm__icons {
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 15px;
        margin-top: 20px;
    }
    .dm__icon img {
        width: 30px;
        height: 30px;
    }
    .dm__icon-txt br {
        display: none;
    }

    /*  */
    .gal {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .gal__nav,
    .gal>header {
        padding-left: 25px;
        padding-right: 25px;
    }
    .gal__items {
        padding: 0;
    }
    .gal__box {
        padding: 3px 0;
    }

    /*  */
    /* .zones {
        display: none;
    } */
    .zones {
        margin-top: 30px;
    }
    .zones>svg {
        transform: scale(1.2);
    }
    /*  */
    .cont__logo img {
        width: 140px;
    }
    .cf {
        padding: 10px 20px;
    }
    .cf textarea,
    .cf input:not([type='file']):not([type='submit']):not([type='checkbox']) {
        padding: 20px 0;
    }
    .cf .cbtn {
        margin-top: 10px;
    }

    /*  */
    .footer {
        padding-top: 40px;
    }
    .footer__top {
        border-top: none;
        padding-top: 0;
        flex-direction: column;
    }
    .footer__item:not(:first-child) {
        margin-top: 40px;
    }
    .footer__item-title {
        margin-bottom: 0;
    }
    .footer__item ul li {
        margin-bottom: 7px;
    }
    .footer__socials a img {
        width: 20px;
        height: 20px;
    }
    .footer__logo {
        margin-top: 40px;
    }
}
/* @ @ MEDIA END @ @  */