/* =========================================================
   PROPERA — WHERE TO BUY
========================================================= */

.propera-shops,
.propera-shops *,
.propera-shops *::before,
.propera-shops *::after {
    box-sizing: border-box;
}


/* =========================================================
   SECTION
========================================================= */

.propera-shops {
    background: #ffffff;
    color: #063f63;
    font-family: inherit !important;
}


.propera-shops__section {
    padding: 100px 0 120px;
}


/* =========================================================
   CONTAINER
========================================================= */

.propera-shops__container {
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
}


/* =========================================================
   HEADING
========================================================= */

.propera-shops__heading {
    max-width: 720px;
    margin-bottom: 55px;
}


.propera-shops__label {
    display: block;

    margin-bottom: 14px;

    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 600 !important;

    letter-spacing: 0.14em !important;

    color: rgba(6, 63, 99, 0.45) !important;
}


.propera-shops__title {
    margin: 0 0 15px !important;
    padding: 0 !important;

    font-size: 52px !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;

    letter-spacing: -0.025em !important;

    color: #063f63 !important;
}


.propera-shops__description {
    max-width: 600px;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 18px !important;
    line-height: 1.5 !important;
    font-weight: 400 !important;

    color: rgba(6, 63, 99, 0.62) !important;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.propera-shops__layout {
    display: grid;

    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);

    gap: 28px;

    align-items: start;
}


/* =========================================================
   SIDEBAR
========================================================= */

.propera-shops__sidebar {
    min-width: 0;
}


/* =========================================================
   SEARCH
========================================================= */

.propera-shops__search {
    margin-bottom: 16px;
}


.propera-shops__search-label {
    display: block;

    margin: 0 0 9px;

    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;

    color: rgba(6, 63, 99, 0.55) !important;
}


.propera-shops__search-wrap {
    position: relative;
}


.propera-shops__search-icon {
    position: absolute;

    left: 17px;
    top: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    transform: translateY(-50%);

    pointer-events: none;
}


.propera-shops__search-icon svg {
    display: block;

    width: 18px;
    height: 18px;

    fill: none;

    stroke: rgba(6, 63, 99, 0.5);

    stroke-width: 1.7;

    stroke-linecap: round;
}


.propera-shops__search-input {
    display: block;

    width: 100%;
    min-height: 54px;

    margin: 0;
    padding: 0 18px 0 48px !important;

    border: 1px solid rgba(6, 63, 99, 0.18) !important;
    border-radius: 14px !important;

    background: #ffffff !important;

    color: #063f63 !important;

    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.4 !important;

    outline: none !important;

    box-shadow: none !important;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


.propera-shops__search-input::placeholder {
    color: rgba(6, 63, 99, 0.40);
}


.propera-shops__search-input:focus {
    border-color: rgba(6, 63, 99, 0.45) !important;

    box-shadow:
        0 0 0 4px rgba(6, 63, 99, 0.06) !important;
}


/* =========================================================
   ACCORDION
========================================================= */

.propera-shops__accordion {
    width: 100%;
}


.propera-shops__item {
    overflow: hidden;

    border: 1px solid rgba(6, 63, 99, 0.16);

    border-radius: 14px;

    background: #ffffff;

    margin-bottom: 8px;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


.propera-shops__item:last-of-type {
    margin-bottom: 0;
}


.propera-shops__item:has(
    .propera-shops__trigger[aria-expanded="true"]
) {
    border-color: rgba(6, 63, 99, 0.28);

    box-shadow:
        0 8px 30px rgba(6, 63, 99, 0.05);
}


/* =========================================================
   TRIGGER
========================================================= */

.propera-shops__trigger {
    display: flex !important;

    align-items: center;
    justify-content: space-between;

    width: 100% !important;

    min-height: 62px;

    margin: 0 !important;
    padding: 0 20px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #ffffff !important;

    color: #063f63 !important;

    font-family: inherit !important;

    text-align: left !important;

    cursor: pointer;

    outline: none !important;

    box-shadow: none !important;
}


.propera-shops__trigger:hover {
    background: #f8faf9 !important;
}


.propera-shops__trigger:focus-visible {
    box-shadow:
        inset 0 0 0 2px rgba(6, 63, 99, 0.18) !important;
}


/* =========================================================
   CITY
========================================================= */

.propera-shops__city {
    padding-right: 20px;

    font-size: 15px !important;
    line-height: 1.3 !important;

    font-weight: 600 !important;

    letter-spacing: 0.02em;

    color: #063f63 !important;
}


/* =========================================================
   ARROW
========================================================= */

.propera-shops__arrow {
    flex: 0 0 auto;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border: 1px solid rgba(6, 63, 99, 0.16);

    border-radius: 50%;
}


.propera-shops__arrow svg {
    display: block;

    width: 15px;
    height: 15px;

    fill: none;

    stroke: #063f63;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition: transform 0.25s ease;
}


.propera-shops__trigger[aria-expanded="true"]
.propera-shops__arrow svg {
    transform: rotate(180deg);
}


/* =========================================================
   CONTENT
========================================================= */

.propera-shops__content {
    border-top: 1px solid rgba(6, 63, 99, 0.10);
}


.propera-shops__content-inner {
    padding: 22px 20px 25px;

    font-size: 14px;
    line-height: 1.55;

    color: rgba(6, 63, 99, 0.72);
}


/* =========================================================
   WYSIWYG
========================================================= */

.propera-shops__content-inner p {
    margin: 0 0 18px !important;

    font-size: 14px !important;
    line-height: 1.55 !important;

    color: rgba(6, 63, 99, 0.72) !important;
}


.propera-shops__content-inner p:last-child {
    margin-bottom: 0 !important;
}


.propera-shops__content-inner strong,
.propera-shops__content-inner b {
    color: #063f63 !important;

    font-weight: 600 !important;
}


.propera-shops__content-inner a {
    color: #063f63 !important;

    text-decoration: underline !important;
    text-decoration-color: rgba(6, 63, 99, 0.35) !important;
    text-underline-offset: 3px;

    transition:
        color 0.2s ease,
        text-decoration-color 0.2s ease;
}


.propera-shops__content-inner a:hover {
    color: #052f4a !important;

    text-decoration-color: #052f4a !important;
}


/* =========================================================
   NO RESULTS
========================================================= */

.propera-shops__no-results {
    padding: 25px 20px;

    border: 1px solid rgba(6, 63, 99, 0.12);

    border-radius: 14px;

    background: #f7f9f8;

    color: #063f63;
}


.propera-shops__no-results strong {
    display: block;

    margin-bottom: 5px;

    font-size: 15px;
}


.propera-shops__no-results span {
    display: block;

    font-size: 14px;

    color: rgba(6, 63, 99, 0.58);
}


/* =========================================================
   MAP
========================================================= */

.propera-shops__map {
    position: sticky;

    top: 30px;

    min-width: 0;

    overflow: hidden;

    border-radius: 20px;

    background: #f3f6f5;

    box-shadow:
        0 8px 35px rgba(6, 63, 99, 0.07);
}


.propera-shops__map-inner {
    width: 100%;

    min-height: 400px;
}


.propera-shops__map-inner iframe,
.propera-shops__map-inner > ymaps {
    display: block;

    width: 100% !important;
    max-width: 100% !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .propera-shops__section {
        padding: 85px 0 100px;
    }


    .propera-shops__container {
        width: calc(100% - 48px);
    }


    .propera-shops__title {
        font-size: 44px !important;
    }


    .propera-shops__layout {
        grid-template-columns: 1fr;

        gap: 35px;
    }


    .propera-shops__map {
        position: relative;

        top: auto;

        order: 2;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .propera-shops__section {
        padding: 65px 0 75px;
    }


    .propera-shops__container {
        width: calc(100% - 36px);
    }


    .propera-shops__heading {
        margin-bottom: 35px;
    }


    .propera-shops__label {
        margin-bottom: 12px;
    }


    .propera-shops__title {
        margin-bottom: 12px !important;

        font-size: 34px !important;
        line-height: 1.08 !important;
    }


    .propera-shops__description {
        font-size: 16px !important;
        line-height: 1.45 !important;
    }


    .propera-shops__layout {
        gap: 25px;
    }


    .propera-shops__search {
        margin-bottom: 12px;
    }


    .propera-shops__search-input {
        min-height: 52px;
    }


    .propera-shops__trigger {
        min-height: 58px;

        padding: 0 16px !important;
    }


    .propera-shops__city {
        font-size: 14px !important;
    }


    .propera-shops__content-inner {
        padding: 19px 16px 22px;

        font-size: 14px;
    }


    .propera-shops__content-inner p {
        font-size: 14px !important;
    }


    .propera-shops__map {
        border-radius: 17px;
    }


    .propera-shops__map-inner {
        min-height: 350px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .propera-shops__container {
        width: calc(100% - 24px);
    }


    .propera-shops__title {
        font-size: 32px !important;
    }


    .propera-shops__trigger {
        min-height: 55px;
    }

}