.header .menu-logo .logo img {
    height: 100%;
}

:root {
    --color-bordowy: #801D18;
    --color-button: #913d30;
    --color-floor: #611408;
    --color-floor-two: #2a0600;
    --color-white: #fff;
    --color-text-black: #252525;
}

.header--black .navbar .menu-list__link {
    font-size: 1rem;
    color: #252525;
    padding-right: 1rem;
    padding-left: 1rem;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    opacity: 1;
    text-align: right;
}

.header__wrapper .navbar .menu-list__link {
    font-size: 1rem;
    padding-right: 0rem;
    padding-left: 1.2rem;
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    opacity: 1;
    text-align: right;
}

.header--black .navbar {
    margin-top: 13px; /* równe logo */
}

/* .home .baner {
    height: 900px;
} */

.header--black .social {
    background: transparent linear-gradient(270deg,#801d18,#190100) 0 0 no-repeat padding-box;
}

.home .search {
    background: transparent linear-gradient(106deg,#801d18,#190100) 0 0 no-repeat padding-box;
}

.header--black .navbar .menu-list .dropdown-menu {
    background: var(--color-bordowy);
}

.slider-prev.slick-arrow svg path,
.slider-next.slick-arrow svg path {
    fill: var(--color-white);
}

.about-investment__body .container .slider-next, .about-investment__body .container .slider-prev {
    background: transparent linear-gradient(138deg,#731915,#2c0604) 0 0 no-repeat padding-box;
}

svg path {
    fill: var(--color-bordowy);
}

.header--black .navbar .menu-list .dropdown-menu__link:hover {
    background: var(--color-bordowy);
    color: #fff;
}

.home .search-box {
    background: transparent linear-gradient(173deg,rgb(101 21 17 / 90%),rgb(0 0 0 / 90%)) 0 0 no-repeat padding-box;
}

.home .search-box__button {
    background: var(--color-button);
    border-color: var(--color-button);
}

.home .search-box__button:hover {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-bordowy);
}

.title-block__heading,
.about-investment__body .container h3 {
    color: var(--color-text-black);
}

.header__wrapper .navbar .menu-list .dropdown-menu__link:hover {
    background: var(--color-bordowy);
}

.header__wrapper .navbar .menu-list .dropdown-menu {
    background: var(--color-bordowy);
}

.stats__property {
    color: var(--color-text-black);
}

.box-slider .offers-list .offer-box__property {
    background: var(--color-button);
}

.agent-contact__form .submitForm .contactFormSubmitButton {
    width: 190px;
    height: 47px;
    background: var(--color-button);
}

.baner__item .floor {
    /* opacity: 0; */
    fill: var(--color-floor-two);
    transition: opacity .2s;
}

body > section.location {
    display: none;
}

.page .baner__building-log {
    display: none;
}

.why-us__body {
    background: 100% 0 no-repeat;
    padding: 100px 0;
    background-size: cover;
    color: var(--color-text-black);
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.1875rem;
}

.galeria {
    width: 347px;
    height: 266px;
    object-fit: cover;
    margin-bottom: 4px;
}

.copyright {
    background-color: var(--color-text-black);
}

.about-investment__body .container h3:after {
    background: var(--color-bordowy);
}

.baner .info {
    background: var(--color-button);
    opacity:1!important;
}

.baner .info__area {
    background: transparent linear-gradient(90deg,var(--color-bordowy),var(--color-button)) 0 0 no-repeat padding-box;
}

.page-offers-list .offers-category-search__header .search-icon,
.page-offers-list .offers-category-search--contact .offers-category-search__header .search-icon {
    background: var(--color-bordowy);
}

.page-offers-list .offers-category-search__header,
.page-offers-list .offers-category-search--contact .offers-category-search__header {
    border-left: 3px solid var(--color-bordowy)
}

.page-offers-list .offers-category-search__form-content .btn-primary,
.page-offers-list .offers-category-search--contact .offers-category-search__form-content .btn-primary {
    background: var(--color-button);
    border-color: var(--color-button);
}

.page-offers-list .offers-category-search__form-content .btn-primary:hover,
.page-offers-list .offers-category-search--contact .offers-category-search__form-content .btn-primary:hover {
    background-color: var(--color-floor);
}

.page-offers-list .page-header__right .dblock a:hover {
    color: #fff;
    background: var(--color-button);
}

.legends.text-center {
    display: flex;
    justify-content: right;
    position: absolute;
    flex-direction: column;
    left: 0;
    top: 53%;
}

body > div.floorMapPopup > div.legends.text-center > div > table > tbody > tr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

li.icon-list__item a i {
    color: #7f1d18;
}

.page-offer .stats {
    background: transparent linear-gradient(90deg,#801d18,#1a0100) 0 0 no-repeat padding-box;
    box-shadow: 0 3px 6pxrgba(0,0,0,.4117647058823529);
    margin: 0;
    font-family: Montserrat,sans-serif;
}

.agent-contact__data {
    padding: 42px 10px;
}

li.social-menu__item:nth-child(3) {
    visibility: hidden;
}

.page-offers-list .offer-box__property {
    background: #7f1d18;
}

.floorMapPopup {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10000;
    background: #fff;
    display: none;
    box-shadow: 0 0 200px rgb(0 0 0 / 50%);
    padding-top: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    border: 10px solid #fff;
}

body > div.floorMapPopup > h2 {display: none;}

.floorsMaps__container {
    height: 100vh;
}

.floorMapPopup .pietro-name {
    text-align: center;
    font-size: 17px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 47%;
}

.floorsMaps__container .floorMap {
    height: 100%;
    text-align: center;
    transform: scale(1.2);
}

.news__data, .news__title:after {
    background: #6a281c;

}

.page-offers-list .list-view__item.active circle, .page-offers-list .list-view__item.active rect {fill: #6b281c;}

/* dodatkowe ikony */

li.about-investment-list__item.price > span.item-title > span.icon1,
li.about-investment-list__item.price > span.item-title > span:nth-child(3),
li.about-investment-list__item.price > span.item-property {display: none;}


.biura {color: #7e7e7e;font-weight: 500;padding: 10px 0;}
.biura img {margin-right: 40px;}

.standard {color: #7e7e7e;font-weight: 500;padding: 10px 0;}
.standard img {margin-right: 40px;}
.standard-opis {font-weight: 300!important;}

.parking {color: #7e7e7e;font-weight: 500;padding: 10px 0;}
.parking img {margin-right: 40px;}
.parking-opis {font-weight: 300!important;}

/* zmiany ikon oferty, kolejność */

.page-offer .offer-property__item {align-items: center;}
.page-offer .offer-property__icon {width: 60px;}
.offer-property__value {display: flex;flex-direction: column;line-height: 20px;}
.page-offer .offer-property__value span {font-size: 1.1rem;}

.page-offer .offer-property__item {align-items: center;flex: 0 1 50%;}

.page-offer .offer-property__item:nth-child(1) {order:1;}
.page-offer .offer-property__item:nth-child(2) {order:3;}
.page-offer .offer-property__item:nth-child(3) {order:3;}
.page-offer .offer-property__item:nth-child(4) {order:4;}
.page-offer .offer-property__item:nth-child(5) {order:2;}
.page-offer .offer-property__item:nth-child(6) {order:6;}
.page-offer .offer-property__item:nth-child(7) {order:7;}
.page-offer .offer-property__item:nth-child(8) {order:8;}


/* tabela art41 */
body.page-id-41 thead tr {
    border-bottom: 2px solid #801d18;
    font-size: 18px;
}

body.page-id-41 tbody tr:nth-child(2n+1) {
  background: #f4f4f4;  
}

body.page-id-41 td,
body.page-id-41 th {
    padding: 8px 10px;
} 