@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --color-one: #0e3044;
    --color-two: #23658c;
    --color-white: #fff;
    --color-button: #262626;
    --color-search-box: #232323;
}

body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2 {
    line-height: 20px;
    font-weight: 700;
    font-size: 2.2rem;
    text-transform: inherit;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
}

p {
    line-height: 1.8;
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 48
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
}

.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

#menu {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.nav .open>a .caret,
.nav .open>a:focus .caret,
.nav .open>a:hover .caret {
    border-top-color: var(--color-two);
    border-bottom-color: var(--color-two);
}

#menu .header-logo {
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    height: 80px;
}

@media (max-width: 1200px) {
    #menu .header-logo {
        margin-top: 25px;
        margin-right: 5px;
        margin-bottom: 25px;
        height: 45px;
    }
}

.search-box .search-box-advanced,
.search-box .search-box-basic {
    background: var(--color-one);
    padding: 25px;
    box-shadow: 0px 0px 47px #2424244d;
    border-radius: 7px;
}

.search-box .btn-primary,
.search-box .btn-primary:active,
.search-box .btn-primary:focus {
    background: var(--color-button);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    border-color: var(--color-two);
    box-shadow: none;
    border: 0px solid var(--color-two);
}

.search-box .btn-link {
    color: #fff;
    font-size: 1, 2rem;
    outline: 0;
    text-decoration: none;
}

.formSubmitRow .btn-primary {
    background: var(--color-one);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    outline: 1px solid var(--color-one);
    width: 100px;
    border: 0px solid #fff;
    text-transform: capitalize;
}

.btn-primary:hover {
    background-color: #fff !important;
    color: var(--color-search-box) !important;
    border: 0px solid #aa0f2b !important;
}

.formSubmitRow.btn-primary:hover {
    background: #ffffff !important;
    color: var(--color-two) !important;
    outline: 0px solid #242424 !important;
    outline-offset: -1px;
}

#contact-form .btn-primary {
    background: var(--color-button);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    border: 0px solid var(--color-one);
    width: 100px;
    border-radius: 5px;
    outline: none;
}

.offer {
    overflow: hidden;
    margin-top: 5px;
}

#cookies-info {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border-top: 2px solid var(--color-one);
    text-align: center;
    z-index: 99999;
}

.navbar .container {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 750px) {
    .navbar .container {
        justify-content: flex-start;
    }
}

.navbar-header {
    display: flex;
    align-items: center;
}

.contact-box p {
    gap: 10px;
}

.main-menu {
    flex-grow: 1;
}

#navbar {
    flex-grow: 2;
}

#navbar li.active,
.language-menu li.active {
    border-bottom: 3px solid var(--color-two);
    cursor: default;
}

#navbar li.active a,
.language-menu li.active a {
    cursor: default;
    color: var(--color-two);
}

#menu .navbar ul>li>a {
    height: 121px;
    margin: 0;
    line-height: 0px;
    padding: 10px;
    font-size: 13px;
    position: relative;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.2s ease;
    color: var(--color-one);
}

#menu .navbar ul>li.active>a {
    color: var(--color-two);
}

#menu .navbar ul>li:hover>a {
    background: 0;
    color: var(--color-two);
}

#header .slogan {
    bottom: 0px;
    left: 0;
    width: 100%;
    font-size: 2rem;
    line-height: 2rem;
    text-align: left;
    opacity: 1;
    text-shadow: 4px 4px 13px black;
}

#header .carousel-inner {
    height: calc(600px + 123px);
    max-height: fit-content;
}

#header .carousel-bg {
    height: calc(600px + 123px);
}

.cookies-ok {
    cursor: pointer;
    padding: 4px 15px 5px 15px;
    text-transform: capitalize;
}

.dropdown-menu li.active>a {
    background-color: var(--color-two) !important;
    color: #fff !important;
}

.dropdown-menu li>a:hover {
    color: var(--color-two) !important;
}

.offer .offer-price,
h1,
h2 {
    color: #242424;
    font-weight: 700;
}

h1::after,
h2::after {
    display: block;
    width: 5%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.checkbox,
.radio {
    padding-left: 0px;
}

.offer .offer-price {
    font-size: 1.7rem;
    text-align: right;
    display: block;
    line-height: 2rem;
}

#contact-form label {
    text-transform: inherit;
}

.center-block {
    display: block;
    margin-left: inherit;
    margin-right: auto;
}

#menu .navbar ul>li>a::after,
h1::after,
h2::after {
    content: '';
    background: var(--color-one);
}

#menu .navbar ul>li>a::after {
    transition: 0.2s ease;
    opacity: 0;
}

#menu .navbar>ul>li:hover>a::after {
    opacity: 1;
}

.offer-box .carousel-control {
    background: 0 0;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 45%;
    color: #414c5e;
    font-size: 3rem;
    opacity: 1;
}

.offer .offer-container {
    position: relative;
    background: #eaeaea;
    padding: 5px;
}

.offer .flag {
    z-index: 20;
    top: 0;
    background: var(--color-one);
    line-height: 40px;
    padding: 0 10px;
    /* border-left: 2px solid var(--color-two); */
}

.agent .agent-avatar {
    border: 0px solid #eae8e8;
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    top: -30px;
    margin-bottom: 5px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.agent .contact-agent .btn-default {
    background: #262425;
    color: #fff;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    outline: 0;
    border-radius: 5px;
    font-size: .8rem;
    font-weight: 300;
    text-transform: uppercase;
}

.agent .contact-agent .agent-phone {
    color: var(--color-one);
    border: 0;
    height: 0px;
    line-height: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 1rem;
}

.agent .agent-offers {
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    top: 40px;
    right: 0px;
    color: #343841;
    text-align: center;
    line-height: 14px;
    display: block;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid var(--color-button);
    font-weight: 400;
    display: none;
}

#footer {
    padding-top: 50px;
    padding-bottom: 50px !important;
    color: #fff;
    background: #242424;
    font-weight: 300;
}

#copyright {
    background: #242424;
    color: var(--color-white);
    font-size: 1rem;
    padding-bottom: 0px;
}

#footer span {
    color: var(--color-white);
    font-size: 25px;
    padding-right: 10px;
    padding-top: 2px;
}

.container.menu-footer-above ul li {
    border-top: 0px solid #ffffff;
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.menu-footer-above {
    display: flex;
    justify-content: flex-start;
    background: #242424;
    margin-top: 30px;
}

#footer p:nth-child(1) {
    margin: 0px 0px 31px 0px;
    font-size: 1.8rem;
    line-height: 1;
}

.footer-sell ul li a b,
.footer-rental ul li a b {
    color: var(--color-two);
    font-weight: normal;
    line-height: 1.8;
}

.footer-sell ul li a i,
.footer-rental ul li a i {
    color: var(--color-two);
    margin-right: 10px;
}

.ofe-menu.footer-rental,
.ofe-menu.footer-sell {
    /* margin-top: 65px; */
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0px;
    margin-right: 10px;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
    line-height: normal;
}

.checkbox label,
.radio label {
    line-height: 1.8;
}

.wylacznoscRow .checkbox {
    padding-left: 0px;
}

.form-group.formRow.wylacznoscRow div {
    margin-left: 0px;
    padding-left: 0px;
}

.sort-panel.btn-group button.btn.active {
    color: #2f353e;
    opacity: 1;
}

.pricebox-menu {
    background: var(--color-one);
    padding: 50px;
    text-align: right;
    margin-top: 10px;
    position: relative;
}

.result {
    padding: 50px;
    background: var(--color-one);
    color: #fff;
}

#contact-form>div>div.globalForm>form>div>div:nth-child(2)>div.formSubmitRow>input {
    width: 200px;
}

.offer-page h3 {
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #242424;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 50px;
}

.offer-page h3::after {
    display: block;
    content: '';
    width: 10%;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: var(--color-one);
}

.offer-props>div::after {
    width: 50%;
    height: 5px;
    background: #e8e8e8;
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
}

.offer-props>div span:nth-child(1) {
    text-align: left;
    text-transform: uppercase;
    opacity: 1;
    font-size: .7rem;
    font-weight: 700;
}

.offer-props>div.price span:nth-child(2) {
    font-size: 13px;
    color: #262425;
}

.nav .caret {
    border-top-color: var(--color-two);
    border-bottom-color: var(--color-two);
}

.nav a:hover .caret {
    border-top-color: var(--color-two);
    border-bottom-color: var(--color-two);
}

.search-box label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}

@media (min-width: 992px) {
    .search-box {
        position: absolute;
        top: 140px;
    }
}

@media (min-width: 992px) {
    .bodyOffersList .search-box {
        position: relative;
        top: 0px;
    }
}

ul.nav.navbar-nav.social-menu li a i {
    font-size: 30px;
}

.pagination li.active a,
.pagination li.active a:hover {
    background: var(--color-one);
}

#menu .navbar ul>li>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0px;
}

#menu .navbar ul>li>ul>li {
    margin: 0;
    padding: 0 10px;
    border-bottom: 1px solid var(--color-two);
    background-color: var(--color-button);
}

#menu .navbar ul>li>ul>li>a {
    margin: 0;
    padding: 0;
    line-height: 40px;
    height: 40px;
    color: var(--color-white);
}

.dropdown-menu-right li:hover {
    background: var(--color-two);
    color: white;
}

.dropdown-menu-right {
    position: absolute;
    top: 100%;
    left: auto;
    z-index: #242424;
    display: none;
    float: none;
    min-width: 250px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: var(--color-one);
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
    right: 0;
}

.dropdown-menu {
    background-color: var(--color-one);
}

.cookies-ok-container span.cookies-ok.btn-primary {
    background: var(--color-two);
    border: 0px solid #c3c2c2;
    color: #fff;
    font-weight: 300;
}

.cookies-ok-container .btn-primary:hover {
    background-color: var(--color-one) !important;
    color: #fff !important;
    border: 0px solid var(--color-one) !important;
}

#footer p {
    font-size: 16px;
    margin: 0;
    color: var(--color-white);
}

#footer p i {
    color: var(--color-two);
}

p i {
    margin-right: 10px;
}

/* #contact-form .contact-box p:nth-child(2) {
    margin: 0px 0px 20px 0px;
    font-size: 1.8rem;
}

#contact-form .contact-box p {
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 0px;
    margin: 0px 0px 10px 0px;
    align-items: baseline;
}

#contact-form .contact-box p span {
    margin-right: 12px;
}

#contact-form>div>div:nth-child(2)>div:nth-child(2)>div>div>p>span {
    margin-right: 12px;
}

#contact-form .contact-box div p {
    display: flex;
    margin: 0px 0px 20px 0px;
}

.contact-box .col-sm-12 {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    flex-direction: column;
}

.contact-box .col-sm-12 p:nth-child(3),
.contact-box .col-sm-12 p:nth-child(4),
.contact-box .col-sm-12 p:nth-child(5) {
    display: flex;
    align-items: center;
    padding-left: 0px;
    font-size: 16px;
}

.contact-box .col-sm-12:nth-child(3)>span,
.contact-box .col-sm-12:nth-child(4)>span,
.contact-box .col-sm-12:nth-child(5)>span {
    font-size: 18px;
} */


.bodyArticle67 .col-sm-4:before {
    content: '';
    position: absolute;
    width: 50px;
    border: 1px solid darkred;
    left: 0;
    top: 0;
}

.kontakt-1 {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

.kontakt-1 p {
    justify-content: flex-start;
    display: flex;
}

.kontakt-1 p span {
    margin-right: 10px;
}

#footer ul.nav li:not(:last-child):after {
    border-right: 0px solid #ffffff4f;
}

#footer ul.nav li a:first-child {
    padding-left: 0;
    color: #fff;
}

#footer ul.nav li a {
    padding: 0px 15px 0px 0px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff0;
    border-color: #ffffff00;
}

.search-box .form-group .form-control {
    box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: .8rem;
    color: #1e1b1b;
    padding-left: 10px;
}

/* menu */

@media (max-width: 1200px) {
    #menu .menu-button {
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: 18px;
        right: 25px;
        border: 0;
        background: 0 0;
        height: 55px;
        width: 28px;
        outline: 0;
    }
}

@media (min-width: 1200px) {
    #menu .menu-button {
        display: none;
    }
}

@media (max-width: 1200px) {
    #menu .menu-button span:nth-child(1) {
        position: absolute;
        top: 12px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    #menu .menu-button span:nth-child(2) {
        position: absolute;
        top: 20px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    #menu .menu-button span:nth-child(3) {
        position: absolute;
        top: 28px;
        left: 0;
    }
}

@media (max-width: 1200px) {
    #menu .main-menu .base-menu {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #menu .main-menu {
        display: none;
        position: absolute;
        top: 78px;
        right: 0;
        background: var(--color-white);
        width: 100%;
        padding: 20px;
        box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    }
}

@media (max-width: 1200px) {
    #menu .menu-button span {
        display: block;
        width: 28px;
        height: 3px;
        background: var(--color-two);
        transition: .2s linear;
    }
}

@media (max-width: 1200px) {
    #menu .main-menu.on {
        display: block;
    }
}

@media (max-width: 1200px) {
    .navbar-nav>li {
        float: none;
    }
}

@media (max-width: 1199px) {
    #menu .menu-button.active span:nth-child(3) {
        position: absolute;
        top: 20px;
        left: 5px;
        transform: rotate(-45deg);
        width: 20px;
    }
}

@media (max-width: 1199px) {
    #menu .menu-button.active span:nth-child(1) {
        position: absolute;
        top: 20px;
        left: 5px;
        transform: rotate(45deg);
        width: 20px;
    }
}

@media (max-width: 1199px) {
    #menu .menu-button.active span:nth-child(2) {
        position: absolute;
        top: 20px;
        left: 0;
        opacity: 0;
        width: 0;
    }
}

/*=================================== offers-categories ===================================*/

#offers-categories-container {
    margin: 0 auto;
    width: 1170px;
    position: relative;
}

#offers-categories {
    width: 100%;
    list-style-type: none;
    margin-left: 0;
    margin-right: 30px;
    padding: 0px 0%;
    /* position: relative; */
    top: 0px;
    z-index: 10;
    background: #e7e7e7;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
}

#offers-categories>li {
    display: flex;
    width: 19%;
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    flex-direction: row;
}

#offers-categories>li>a {
    border-bottom: 2px solid var(--color-one);
    color: #4a4a4a;
    display: block;
    font-weight: 700;
    height: 41px;
    line-height: 39px;
    margin: 0;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    text-align: center;
}

#offers-categories>li:hover {
    color: #ffffff;
}

#offers-categories>li:hover>a {
    background: var(--color-one);
    color: #ffffff;
    border-bottom: 2px solid #4a4a4a;
}

#offers-categories li ul {
    background: linear-gradient(to bottom, rgb(233, 143, 4) 0%, rgb(102, 44, 69) 100%);
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: -79px;
    width: 100%;
    border-bottom: 0px solid #505050;
}

#offers-categories li ul li {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px 0 12px;
    margin: 0;
}

#offers-categories li ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    display: block;
}

#offers-categories li ul li a:hover {
    color: #fff;
    font-weight: 700;
}

#offers-categories li:hover ul {
    display: block;
}

.breadcrumb {
    padding: 0px 0px 0px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f500;
    border-radius: 0px;
    margin-top: 50px;
    text-transform: inherit;
    font-size: 12px;
    font-weight: 400;
}

@media(max-width: 1200px) {
    .breadcrumb {
        margin-top: 120px;
        line-height: 20px;
    }
}

.contact_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.contact_box img {
    margin-bottom: 20px;
}

.contact_box p {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin: 0px 0px 10px 0px;
}

.contact__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact__box p:nth-child(2) {
    display: flex;
    /* gap: 10px; */
    flex-direction: column;
}

.contact__box p:nth-child(2) span {
    margin-bottom: 5px;
    color: var(--color-one);
}

.contact_box p span {
    margin-bottom: 5px;
    color: var(--color-one);
    margin: 0px 10px 0px 0px;
}

.banner span:nth-child(1) {
    font-size: 3.4rem;
    text-transform: capitalize;
    line-height: 4rem;
}

.banner span b {
    font-weight: 300;
    display: block;
    font-size: 35px;
    text-transform: none;
}

.bodyArticle67 .blog-box .blog-container article p:nth-child(1) {
    margin: 0px 0px 20px 0px;
    font-size: 1.8rem;
}

.blog-box .blog-container article p {
    margin: 0;
}

@media (max-width: 750px) {
    .banner span b {
        font-size: 20px;
    }

    .banner span:nth-child(1) {
        font-size: 2.4rem;
        line-height: 2rem;
    }
}

.banner span:nth-child(2) {
    font-size: 1.4rem;
    margin-top: 30px;
    border: 2px solid #ffffff;
    max-width: fit-content;
    padding: 10px;
    border-radius: 5px;
    color: #303030;
    background: #fff;
}

@media (max-width: 1200px) {

    .search-box {
        top: 168px;
    }

    #menu .navbar ul>li>a {
        line-height: 45px;
        height: 45px;
        padding: 7px;
        font-size: 0.9rem;
    }

    .search-box .btn-link {
        font-size: 13px;
    }

    body:not(.main) {
        padding-top: 0;
    }
}

@media (max-width: 1025px) {
    .lng1049 #offers-categories {
        display: none;
    }
}

@media (max-width: 1200px) {
    #menu .main-menu .base-menu>ul.nav>li {
        border-bottom: 1px solid var(--color-one);
        color: var(--color-white);
    }

    #menu .navbar ul.nav.social-menu li a {
        color: var(--color-two);
    }

    ul.nav.navbar-nav.social-menu li a i {
        font-size: 30px;
        margin-top: 12px;
    }

    #menu .main-menu {
        top: 95px;
        background: var(--color-white);
        width: 100%;
    }

    .search-box {
        top: 140px;
    }

    #offers-categories>li {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .search-box {
        top: 0px;
    }
}

@media (max-width: 360px) {
    #offers-categories>li>a {
        font-size: 0.8em;
    }
}

/*=================================== /offers-categories ===================================*/

.responsive {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: var(--color-one);
        border: 0;
        box-shadow: none;
    }
}

@media (max-width: 1200px) {
    #menu .main-menu .base-menu>ul.nav>li>a {
        display: flex;
        width: fit-content;
        height: auto;
        margin: 0;
        line-height: 35px;
        padding: 0;
        font-size: 1.1rem;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        font-weight: 500;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 991px) {
    #menu .main-menu .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .offers-list.boxes-view {
        margin-top: 95px;
    }

    h1,
    h2 {
        line-height: 30px;
        font-weight: 700;
        font-size: 2.2rem;
        text-transform: uppercase;
        padding-bottom: 20px;
        position: relative;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    #menu .navbar ul>li>ul {
        margin-top: 0px;
        width: 100%;
    }

    #menu .navbar ul>li>ul>li {
        background-color: var(--color-two);
        width: 100%;
    }

    #menu .navbar ul>li>ul>li>a {
        color: var(--color-white);
    }
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eeeeee00;
}

#contact-form>div>div:nth-child(2)>div:nth-child(2)>div>p:nth-child(1) {
    display: none;
}

.container.menu-address-above p b {
    font-size: 22px;
}

.footer-sell ul li,
.footer-rental ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.footer-sell ul li span,
.footer-rental ul li span {
    padding-top: 0px !important;
}

.footer-sell ul li a,
.footer-rental ul li a {
    font-size: 16px;
}

#footer .ofe-menu.footer-rental>ul,
#footer .ofe-menu.footer-sell>ul {
    margin: 0px;
    padding: 0px;
}

.offer-page h1+span,
.offer-page h2+span {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    transform: inherit;
    display: block;
}

.result span:nth-child(1) {
    color: var(--color-two);
}

.result>div span {
    line-height: 35px;
}

.result>div>span:nth-child(1) {
    font-size: 20px;
}

.result>div>span:nth-child(2) {
    font-size: 40px;
}

.agent .contact-agent {
    color: #fff;
    overflow: hidden;
    border-top: 1pxsolidrgba(0, 0, 0, .1);
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

#footer p.office:before,
#contact-form p.office:before {
    font-family: 'Material Symbols Outlined';
    content: "home";
    font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 0, 'opsz' 48;
    font-size: 30px;
}

#footer p.mail:before,
#contact-form p.mail:before {
    font-family: 'Material Symbols Outlined';
    content: "mail";
    font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 0, 'opsz' 48;
    font-size: 30px;
}

#footer p.mail_2:before,
#contact-form p.mail_2:before {
    font-family: 'Material Symbols Outlined';
    content: "mail";
    font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 0, 'opsz' 48;
    font-size: 30px;
}

#footer p.adres:before,
#contact-form p.adres:before,
.blog-list p.adres:before {
    font-family: 'Material Symbols Outlined';
    content: "pin_drop";
    font-variation-settings: 'FILL' 1, 'wght' 100, 'GRAD' 0, 'opsz' 48;
    font-size: 30px;
}

/* .footer-sell ul li:before,
.footer-rental ul li:before {
    font-family: 'Material Symbols Outlined';
    content: "done";
    font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 48;
    font-size: 20px;
    margin-right: 5px;
} */


/* >>> ukryte elementy <<< */

/* .main #agents {
    display: none;
} */

.carousel-indicators {
    visibility: hidden;
}

 .navbar.navbar-right.additional-menu {
    /* visibility: hidden; */
} 

i.zmdi {
    width: 10px;
}

.agent .agent-avatar {
    width: 100px;
    height: 100px;
}