.are-wrap .leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.are-single-data {
    display: flex;
    grid-gap: 80px;
}

.are-single-data .are-media {
    width: 496px;
}

.are-single-data .are-details {
    flex: 1;
}

.are-single-data .are-back {
    margin-bottom: 15px;
}

.are-back a img {
    margin-right: 8px;
}

.are-wrap .are-title {
    font-family: "Open Sans", Sans-serif, serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #353535;
    margin: 0;
    padding: 0;
}

.are-single-data h2.are-pricing {
    font-family: 'Literata', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #CBA770;
    padding: 0;
    margin: 0;
}

.are-details .are-features {
    margin-top: 25px;
}

.are-feature {
    font-family: "Open Sans", Sans-serif, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    grid-gap: 5px;
    border-bottom: 1px solid #E5E5E5;
}

.are-feature > * {
    padding: 16px 0;
}

.are-feature .are-feature-label {
    color: #353535;
    flex: 0 0 250px;
    text-transform: uppercase;
}

.are-feature .are-feature-value {
    color: #5C5C5C;
    flex: 1;
}

.are-details .are-description {
    font-family: "Open Sans", Sans-serif, serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding: 32px 0;
}

.are-details {
    display: flex;
    flex-direction: column;
}

.are-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.are-video-wrap iframe,
.are-video-wrap object,
.are-video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.are-video-wrap img,
.are-video-wrap iframe,
.are-video-wrap object,
.are-video-wrap embed {
    max-width: 100%;
}

.are-media .are-images .are-img {
    position: relative;
}

.re-swiper-container {
    position: relative;
}

.re-swiper-container .re-swiper-pagination {
    position: relative;
    bottom: 0 !important;
    width: auto !important;
}

.re-swiper-container .re-swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #9F8054;
    cursor: pointer;
    background: transparent;
}

.re-swiper-move-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    gap: 25px;
}

.re-swiper-move-wrap span.re-swiper-button {
    position: relative;
    --swiper-navigation-size: 14px;
    cursor: pointer;
    top: 4px;
    color: #353535;
}

.re-swiper-container .re-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #81BED6;
    border-color: #81BED6;
}

.are-images .are-img img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    max-height: 100%;
}

.are-images .are-img .are-more-photos {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(92, 92, 92, .9);
}

.are-more-photos a,
.are-more-photos a:hover {
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 12.6px;
    line-height: 15px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 29px;
    background-image: url("../images/arrow_right_black.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 3px) center;
}

.are-media .are-video-wrap + .are-images,
.are-media .are-images + .are-video-wrap {
    margin-top: 10px;
}

.are-media #aerialmap {
    height: 280px;
}

.are-mort-calc-container,
.are-booking-container {
    padding: 32px 0 24px;
    border-top: 1px solid #E5E5E5;
}

.are-booking-container {
    padding-bottom: 0;
}

.are-booking-container h2.are-title,
.are-mort-calc-container h2.are-title {
    margin: 0 0 24px;
    font-family: "Open Sans", Sans-serif, serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #353535;
}

.are-mcal-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.are-mcal-item-label {
    margin-bottom: 10px;
    font-family: "Open Sans", Sans-serif, serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #353535;
}

.are-mcal-item-value input {
    border: 1px solid #E5E5E5;
    padding: 12px;
    height: auto;
    font-size: 14px;
    line-height: 13px;
    border-radius: 0;
}

.are-mcal-results {
    margin-top: 24px;
    display: flex;
    grid-gap: 22px;
    font-family: "Open Sans", Sans-serif, serif;
}

.are-mcal-results .are-mcal-divider {
    width: 1px;
    background: #000000;
}

.are-mcal-result-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #353535;
}

.are-mcal-result-value {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #353535;
}

.are-booking-fields {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
}

.are-booking-field {
    width: calc(50% - 7.5px);
}

body .are-booking-field input {
    border: 0;
    border-bottom: 1px solid #979797;
    border-radius: 0;
    padding: 0 0 25px;
}

.are-booking-field.submit {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.are-booking-field.submit input[type="submit"] {
    background: #1A3964;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 62px;
    border-radius: 0;
}

#are-agreed-popup {
    position: fixed;
    bottom: 10px;
    left: 50%;
    width: calc(100% - 25px);
    background: #9F8054;
    color: #fff;
    border-radius: 12px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-width: 1000px;
    transform: translateX(-50%);
    z-index: 9999;
}

#are-agreed-popup-wrap {
    display: flex;
    padding: 20px 30px;
    grid-gap: 35px;
}

.are-agreed-popup-txt {
    flex: 1;
}

.are-agreed-popup-txt .mobile-text {
    display: none;
}

.are-agreed-popup-txt a {
    color: #FFFFFF;
    text-decoration: underline;
}

.agree-btn {
    background: #5C5C5C;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    align-self: center;
}

@media only screen and (max-width: 800px) {
    #are-agreed-popup-wrap {
        padding: 15px 20px;
        grid-gap: 20px;
    }

    .agree-btn {
        padding: 10px 20px;
    }

    .are-agreed-popup-txt .pc-text {
        display: none;
    }

    .are-agreed-popup-txt .mobile-text {
        display: block;
    }

    .are-single-data {
        flex-direction: column;
    }

    .are-single-data > * {
        width: auto;
    }

    .are-mcal-items {
        grid-gap: 15px;
        flex-direction: column;
    }

    .are-booking-field {
        width: 100%;
    }

    .are-booking-field.submit {
        margin-top: 15px;
    }
}