#post-content {
    padding: 0;
    color: var(--white);
    font-family: var(--font-geogrotesque), sans-serif;
}

.entry-content {
    width: 100%;
}

h1.perm-page-title {
    color: inherit;
}

.entry-text {
    font-family: var(--font-new-gothic), sans-serif;
    font-size: 0.94rem;
    padding: 0.75rem 0;
    font-weight: 300;
    line-height: 140%;
    color: var(--white);
}

.filters-container-2 {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.filter {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.filter-name {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;

    label {
        width: 13rem;
    }
}

.filter-choose {
    padding: 0.5rem 0;
    border-bottom: 2px solid var(--white) !important;
    flex: 1;
}

.empty {
    border: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#toggle-clear-btn-block {
    display: none;
    text-align: end;
    align-items: center;
}

#clear-filters {
    font-family: var(--font-geogrotesque), sans-serif;
    font-size: 1.25rem;
    border: none;
    color: var(--white);
    border-left: 1px solid var(--white);
    cursor: pointer;
    margin-left: .6rem;
    padding-left: .8rem;
    padding-right: 1.8rem;
    height: 1.5rem;
    background: transparent url('../../assets/svg/clear-white.svg') no-repeat right .2rem;
}

/** overwritten */
.filters-btn {
    color: inherit !important;
    border: none !important;
    background-color: var(--rmk-green) !important;
}

.filters-footer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: var(--max-width);
    padding-bottom: 2rem;

    input::placeholder {
        font-family: var(--font-new-gothic), sans-serif !important;
        font-size: 1rem !important;
    }

    input::-moz-placeholder {
        font-family: var(--font-new-gothic), sans-serif !important;
        font-size: 1rem !important;
    }

    input::-ms-input-placeholder {
        font-family: var(--font-new-gothic), sans-serif !important;
        font-size: 1rem !important;
    }
}

.inner-dropdown {
    margin: 1rem 0;
    max-height: 220px;
    overflow-y: scroll;
    background-color: var(--white);
}

.page-title-2 {
    margin: 0;
    padding: 0;
    color: var(--white);
    font-family: var(--font-geogrotesque), sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}

.two-sides-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

h1 {
    font-family: var(--font-geogrotesque), sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: var(--rmk-green);
    line-height: 120%;
}

h1.obj-details-title {
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
}

.obj-title {
    font-family: var(--font-geogrotesque), sans-serif;
    font-size: 2rem;
    color: var(--rmk-green);
    font-weight: 500;
    font-style: normal;
    line-height: 120%;
    text-decoration: none;
}

h2.obj-results-title {
    font-size: 2.5rem;
    color: var(--rmk-green);
    font-weight: 500;
    padding-top: 1.5rem;
}

a {
    color: var(--rmk-green);
}

.search-results {
    background-color: var(--white);
    padding-bottom: 2rem;
    padding-top: 50px;

    .result-objects {
        display: flex;
        flex-direction: column;
        max-width: var(--max-width);
        margin: 0 auto;
        padding: 1.5rem;
        gap: 1.5rem;
        font-weight: 500;
        font-style: normal;
    }

    .nature-object {
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--rmk-green);
        font-family: var(--font-geogrotesque), sans-serif;
        font-weight: 400;
        font-style: normal;
        column-gap: 1rem;
        cursor: pointer;

        .obj-content {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
            flex: 1;
        }

        .obj-description {
            font-family: var(--font-new-gothic), sans-serif;
            color: var(--rmk-green);
            line-height: 140%;
            font-size: 0.8rem;
            font-weight: 300;
            font-style: normal;
            margin-bottom: 0.5rem;
        }
    }

    .show-more-container {
        display: flex;
        flex-direction: column;
    }

    .show-more {
        display: inline-block !important;
        text-align: center;
        cursor: pointer;
        color: var(--rmk-green);
        font-family: var(--font-geogrotesque), sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 500;
        font-style: normal;
        font-size: 1.25rem;
        padding: 1rem 1.75rem 1rem;
        background: url('../../assets/svg/arrow-down.svg') no-repeat right center;
        align-self: center;
    }
}

.attrs-margins {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.obj-image {
    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .inn {
        width: 80px;
    }
}

.obj-location {
    display: flex;
    font-size: 0.875rem;
    color: var(--rmk-gray);
    line-height: 1.5rem;
    padding-left: 1.7rem;
    background: url("../../assets/svg/location.svg") no-repeat left center;
    background-size: 1.5rem 1.5rem;
}

.obj-capacity {
    display: flex;
    font-size: 0.875rem;
    color: var(--rmk-gray);
    line-height: 1.5rem;
    padding-left: 1.7rem;
    background: url("../../assets/svg/bed.svg") no-repeat left center;
    background-size: 1.5rem 1.5rem;
}

.main-h-margin {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.main-v-margin {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.object-full-info {
    background-color: var(--white);
    width: 100%;
    color: var(--gray-1);
    font-family: var(--font-new-gothic), sans-serif;
    font-weight: 400;
    font-style: normal;

    .content {
        display: flex;
        flex-direction: column;
        max-width: var(--max-width);
        margin: 0 auto;
    }

    .page-title-2 {
        display: none;
    }

    .galery-obj-image {
        height: 260px;
        background-size: cover;
    }

    .back-link {
        font-family: var(--font-geogrotesque), sans-serif;
        font-weight: 500;
        font-style: normal;
        color: var(--rmk-light-green);
        cursor: pointer;
        font-size: 0.85rem;
        text-transform: uppercase;
        background: url('../../assets/svg/chevron-back.svg') no-repeat left center;
        background-size: 1rem 1rem;
        padding-left: 1.25rem;
        height: 1.25rem;
    }

    .obj-content-with-attrs {
        margin-top: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-family: var(--font-new-gothic), sans-serif;
        font-weight: 400;
        line-height: 150%;
        font-size: 1rem;
        font-style: normal;
        column-gap: 1rem;
        position: relative;
    }

    .obj-content-right .contacts-block a {
        color: var(--white);
    }

    .obj-content-left {
        max-width: 100%;
        flex: 1;
    }

    .obj-content-right {
        display: none;
        flex-direction: column;
        row-gap: 1.5rem;
        margin-right: 1.5rem;
        width: 410px;
        margin-top: 55px;
    }

    .description, .main-description {
        font-size: 1rem;
        line-height: 140%;
        font-weight: 300;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .main-description {
        display: flex;
        flex-direction: column;
    }

    .obj-content-right {
        min-width: 410px;

        .title {
            font-family: var(--font-geogrotesque), sans-serif;
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 500;
            line-height: 125%;
            text-transform: uppercase;
            margin-top: 0.75rem;
        }

        .description {
            font-family: var(--font-new-gothic), sans-serif;
            font-size: 1rem;
            font-style: normal;
            font-weight: 300;
            line-height: 1.5rem;
            margin: 0;
        }
    }

    .contacts-block {
        padding: 0.9rem 2rem 2rem;
        background-color: var(--rmk-green);
        color: var(--white);
    }

    .location-block {
        padding: 2rem 2rem;
        background-color: var(--rmk-green-hele);
        color: var(--gray-1);
        border-bottom: 2px solid var(--rmk-green);
        margin-bottom: 2rem;

        .sub-title {
            font-family: var(--font-geogrotesque), sans-serif;
            color: var(--rmk-green);
            font-size: 1.5rem;
            font-weight: 500;
            line-height: 120%;
            border-bottom: 2px solid var(--rmk-green);
            padding-bottom: 0.5rem;
            margin-bottom: .5rem;
        }
    }


    .wp-block-details {
        margin-bottom: 1rem;
    }

}

.toggle-hide-block {
    display: block;
}

.map-container {
    width: 100%;
    text-align: center;
    margin: 0 auto -50px;
}

.map-frame {
    height: 280px;
    width: 100%;
    border: 0;
}


@media screen and (min-width: 480px) {
    .page-title-2 {
        font-size: 4rem;
        border-top: 2px solid var(--white);
        border-bottom: 2px solid var(--white);
    }
}

@media screen and (min-width: 860px) {
    .mob-hidden {
        display: block;
    }

    .page-title-2 {
        font-size: 4rem;
        border-top: 2px solid var(--white);
        border-bottom: 2px solid var(--white);
    }
    .map-container {
        height: 350px;
        background: linear-gradient(to bottom, var(--rmk-green) 40%, transparent 40%);
    }

    .map-frame {
        height: 350px;
        width: 100%;
    }

    .filters-container-2 {
        display: flex;
        padding-top: .1rem;
    }

    .filter {
        flex-direction: row;
        margin-bottom: 1rem;
    }

    .labels-container {
        margin-top: 2rem;

        .labels-block-title {
            display: inline-block;
            align-content: center;
            margin-right: 1rem;
        }
    }

    .search-results .result-objects {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .obj-image {
        width: 100%;
        height: 180px;
        margin-bottom: 1rem;
    }

    .result-objects .nature-object {
        flex-direction: column;
        flex: 1 0 48%;
        max-width: 48%;
    }

    .nature-object .obj-content .obj-description {
        color: var(--gray-1);
        font-size: 1rem;
        line-height: 150%;
    }
}


@media screen and (max-width: 960px) {
    .two-sides-title {
        flex-direction: column;
        row-gap: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 1000px) {
    h2.obj-results-title {
        text-transform: uppercase;
    }

    h1 .page-title-2 {
        border-top: 2px solid var(--white);
        border-bottom: 2px solid var(--white);
    }

    .map-frame {
        max-width: 1440px;
        height: 500px;
    }

    .entry-text {
        margin-top: 2.9rem;
    }

    .search-results .result-objects {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .result-objects .nature-object {
        flex: 1 0 32%;
        max-width: 31%;
    }

    .obj-image {
        width: 100%;
        height: 260px;
        margin-bottom: 1rem;
    }

    .object-full-info {
        position: relative;
    }

    .object-full-info .obj-content-right {
        display: flex;
    }

    .object-full-info .galery-obj-image {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        height: 500px;
        z-index: 1;
        background-size: cover;
    }

    .page-centered-content {
        margin: 0;
        z-index: 2;
    }

    .object-full-info .page-title-2 {
        color: var(--white);
        display: inline-block;
        margin-bottom: 3.125rem;
    }

    .toggle-hide-block {
        display: none;
    }

    h1.obj-details-title {
        text-transform: uppercase;
        margin-top: 3rem;
        border-top: none;
        border-bottom: none;
    }

    .green-obj-header {
        background-color: var(--rmk-green);
        height: 420px;
        width: 100%;
        position: absolute;
        z-index: 0;
    }

    .breadcrumbs-block {
        ul.breadcrumbs li a, ul.breadcrumbs li {
            color: var(--rmk-green-hele) !important;
        }
        span.separator-img {
            display: inline-block;
            background: url('../../assets/svg/breadcrumbs-sep.svg') center no-repeat;
            width: 16px;
            height: 1.375rem;
        }
    }

    .object-full-info .obj-content-with-attrs {
        margin-top: 2rem;
    }

    .attrs-margins {
        margin-top: .5rem;
    }

}





