.om-sliderrange-display {
    display: none;
}

.map-for-guest {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
}
#magazine__main .text-more {
    gap: 15px;
}
.blackbook_des figure {
    display: flex;
}
.allResionsList::-webkit-scrollbar {
    display: none!important;
    width: 3px!important;
    height: 3px!important;
    background-color: red;
}
.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    aspect-ratio: auto !important;
    /* display: block;
    left: 0px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.video-background {
    /* background: #000; */
    /* position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    /* z-index: -99; */
}
.video-background iframe {
    width: 100vw!important;
    height: 56.25vw!important; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh!important;
    min-width: 177.77vh!important; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}
/* .video-foreground,
.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
} */

/* @media (min-aspect-ratio: 16/9) {
    .video-foreground {
        height: 400%;
        top: -150%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-foreground {
        width: 400%;
        left: -150%;
    }
} */

.filter-position-is-down .hero-region .popup-filter{
    top: auto;
    bottom: 25%;
    transform: translate(-50%, 50%);
}
.filter-position-is-down .hero-content .hero__text.hero__text-bg {
    bottom: 50%;
}
.blackbook_des.blackbook-default-image figure img,
.blackbook_des.pain-listing-default-image figure img{
    height: auto !important;
    width: auto !important;
    margin: auto;
    max-width: 90%;
}

.fullscreen-scroll {
    overflow: visible !important;
}

main:not(.fullscreen-scroll) .section-fullscreen[data-slider="featured-slider"] .swiper-slide {
    height: unset !important;
}

main:not(.fullscreen-scroll) .fp-overflow {
    max-height: none;
}

.plyr__video-embed {
    pointer-events: none;
}

.swiper-only-arrow-next,
.swiper-only-arrow-prev {
    position: absolute;
    background-color: transparent !important;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-only-arrow-next {
    right: 0;
}

.swiper-only-arrow-prev {
    left: 0;
}

.first-screen-tumbs .swiper-slide {
    height: 100px;
}

.image-loader {
    animation: image-animation 4s ease-in-out infinite;
}

.signature__block+.preloader {
    position: absolute;
    background: rgba(5, 5, 5, 0.38);
}

@keyframes image-animation {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

.swiper-only-arrow-prev:after {
    content: "" !important;
    display: block !important;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.swiper-only-arrow-next:after {
    content: "" !important;
    display: block !important;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
}

#description-section.section-fullscreen,
#contact-section.section-fullscreen {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.navigate-page-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    /* transition: border-color .2s; */
    position: fixed;
    z-index: 50;
}

.navigate-page-arrow.inactive {
    display: none;
}

.navigate-page-arrow.prev {
    /*
    display: none;
    top: 100px;*/

}

.navigate-page-arrow.next {
    bottom: 10px;
}

.navigate-page-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.navigate-page-arrow.prev:after {
    border-bottom: 10px solid white;
}

.navigate-page-arrow.next:after {
    border-top: 10px solid white;
}

.darck-mode-nav .navigate-page-arrow.prev:after {
    border-bottom-color: black;
}

.darck-mode-nav .navigate-page-arrow.next:after {
    border-top-color: black;
}

.darck-mode-nav .navigate-page-arrow {
    border: 1px solid black;
}

.home .section-fullscreen {
    /*
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    */
}

.section-fullscreen {
    /*padding-top: 108px;*/
    /*padding-bottom: 60px;*/
    /* padding-bottom: 30px; */
}

.plyr__video-embed {
    pointer-events: none;
}

.plyr__video-embed>* {
    z-index: -1;
}

.plyr__video-embed:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: all;
    z-index: 0;
}

.plyr__video-embed+.hero__text {
    pointer-events: all;
}

.section-fullscreen .fp-overflow {
    /* padding-top: 20px;
    padding-bottom: 20px; */
    display: flex;
    flex-direction: column;
    flex: auto;
    /* justify-content: center; */
    width: 100%;
    /* align-items: center; */
}

.try-description.read-more-less-block a.read-more-less-btn::after {
    filter: invert(1);
}

#magazine__main .text-more {
    overflow: visible;
}

.hero-subtitle.read-more-less-block a.read-more-less-btn {
    margin-left: auto;
    margin-right: auto;
}

.section-fullscreen .fp-overflow>.container {
    margin: auto;
}

.contact-form-in-page {
    display: flex;
    padding: 20px 0;
}

.contact-form-in-page .contact__form {
    margin-top: 0;
    height: auto;
    display: flex;
    flex-direction: column;
}

.contact-form-in-page .contact__form {
    height: 100%;
}

.contact-form-in-page .contact__form textarea {
    flex: auto;
}

.contact-form-in-page .contact__form .form-sumbit {
    margin-right: 0;
}

#fp-nav {
    position: static;
    transform: none;
    -webkit-transform: none;
}

#fp-nav ul {
    /* display: none; */
    position: fixed;
    transform: translateY(-50%);
    top: 50%;
    right: 0px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background-color: white;
    box-shadow: 0px 0px 10px 0 rgb(0 0 0 / 50%);
}

.darck-mode-nav#fp-nav ul li a span {
    background-color: #000;
}

.header.fullscreen-not-first .burger-btn {
    transform: translateY(132px);
}
.featured__head .see-all {
    margin-right: 50px;
}
.burger-btn.darck-mode-btn {
    border-color: #000;
}

.burger-btn.darck-mode-btn span {
    background-color: #000;
}

.header.fullscreen-not-first .header__block {
    overflow: visible;
}

.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 200;
}

.progress-bar span {
    display: block;
    height: 100%;
    background-color: var(--red);
    height: 100%;
    width: 0;
}

.pay-btn {

    display: flex;
    align-items: center;
    margin-bottom: 20px;
    transition: all .2s;
}

#payment-request-button {
    background-color: #fff;
}

.paimant-popup-wrapper {
    color: #000;
}

.paimant-popup-wrapper #payment-request-button,
.paimant-popup-wrapper .stripe-btn,
.paimant-popup-wrapper .form-control {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
}

.abs-content.listing-ad-block {
    height: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;

}

.abs-content.listing-ad-block .abs-content-title {
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.abs-content.listing-ad-block .btn-red {
    width: 100%;
    max-width: 280px;
}

.require-field {
    position: relative;
}

.require-field:after {
    content: '*';
    display: block;
    color: #8D0100;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 24px;
    line-height: 24px;
}

.mt-auto {
    margin-top: auto;
}

.stripe-block {
    display: none;
}

.hero-close--btn {
    position: absolute;
    right: 4px;
    top: 4px;
    background: transparent !important;
    min-width: 0;
}

.payd-page {
    padding: 30px 0;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.pay-btn span {
    flex: auto;
    padding: 0 15px;

}

.pay-btn:hover,
.social-link:hover {
    opacity: .7;
}

.map-for-guest img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
}

.filters__body-range {
    max-width: 47.5%;
    width: 100%;
}

[data-trg="#map-mobile"].visible-768::after {
    display: none;
}

.crossed-inquire {
    position: relative;
    pointer-events: none;
    opacity: .5;
}

.micro-site-header-left {
    flex: auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-right: 20px;
}

.micro-site-header-bread {
    display: flex;
    align-items: center;
}

.micro-site-header-nav-list {
    flex-wrap: wrap;
    gap: 10px 20px;
    justify-content: end;
}

.micro-site-header-nav-list [data-trg="#inquiry"] {
    padding: 0 !important;
}

.micro-site-burger {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 3px;
}

.micro-site-burger span {
    display: block;
    width: 13px;
    height: 2px;
    pointer-events: none;
    background: #fff;
    border-radius: 2px;
}

.micro-site-header-title {
    font-size: 20px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 22px;
}

.micro-site-header-bread li {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.micro-site-header-bread li+li:before {
    content: '/';
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 1100px) {
    .micro-site-burger {
        display: flex;
    }

    .micro-site-header-nav-list {
        position: absolute;
        background: rgba(31, 33, 42, 0.5);
        right: 30px;
        top: 66px;
        transition: none;
        padding: 10px 0;
    }

    .micro-site-header-nav-list li>*,
    .micro-site-header-nav-list [data-trg="#inquiry"] {
        padding: 10px 20px !important;
    }
}

.contact-form {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.hero-home .hero__links {
    padding-right: 4%;
}

.salepost *,
.btn-white {
    text-shadow: none;
}

.crossed-inquire:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #8D0100;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

.main-panel-format {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.om-sliderrange-range-indicator {
    height: 17px;
    background: #8D0100;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1) !important;
}

.sw-btn {
    z-index: 10;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}

.signature__item-not-after::after {
    opacity: 0 !important;
    transition: all .2s ease;
}

.signature__item.signature__item-text-on-down {
    height: auto !important;
    aspect-ratio: unset !important;
    overflow: visible;
    /* visible */
}

.signature__item.signature__item-text-on-down>figure {
    height: 420px !important;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.signature__item.signature__item-text-on-down:after {
    height: 420px;
}

.signature__item.signature__item-text-on-down .abs-content {
    position: relative !important;
    top: 0;
    left: 0;
}

.salepost__map img {
    object-fit: cover;
}

.signature__item-not-after:hover::after {
    opacity: 1 !important;
}

.signature__block {
    grid-template-columns: repeat(3, 1fr) !important
        /*repeat(3, 1fr)*/
    ;
}

.signature__item.signature__item-text-on-down .abs-content {
    padding-left: 15px;
    padding-right: 15px;
}

.signature__item.on-white.signature__item-text-on-down .abs-content {
    color: #000000;
}

.signature__item.on-white.signature__item-text-on-down .btn-fav svg * {
    fill: #8d0100;
}

.om-sliderrange-range:before {
    height: 17px;
}

.om-sliderrange-range {
    height: 17px;
    padding: 0 5px;
    margin: 8px 0;
}

.filters-open-btn {
    position: relative;
    padding-right: 15px;
}

.filters-open-btn::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.accordeon-item.opened .filters-open-btn::after {
    content: '-';
}

.om-sliderrange-button-start, .om-sliderrange-button-end {
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
}

.open-section-gallery.active {
    background: #660403;
}

.range-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.full-screen-first-block {
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 120px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 60px;
}

/* *:not(input, select, textarea) {
    text-shadow: 4px 0 5px rgba(4,4,4,.75);
} */
.custom-row>.salepost--item.column-4 {
    flex: 1;
    width: auto;
    display: flex;
    justify-content: center;
}

[data-trg="#inquiry"] {
    padding: 9px 20px !important;
}

.grid.map-marker-dialog {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.grid.map-marker-dialog .grid-content,
.map-marker-dialog.grid .img-container {
    position: static;
}

.map-marker-dialog.grid .img-container {
    margin-bottom: 20px;
    min-height: 200px;
    min-width: 100%;
}

.grid.map-marker-dialog .grid-content {
    transform: translate(0);
    color: #073641;
    display: flex;
    flex-direction: column;
}

.grid.map-marker-dialog .grid-content>br {
    display: none;
}

.grid.map-marker-dialog .grid-content .name {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero__text-bg .hero-title.title-big-small {
    font-size: 72px;
}

.hero-title-small {
    display: block;
    font-size: 16px;
    margin-bottom: 20px;
}

.hero-title-small a {
    color: #92c2d1;
}

.grid.map-marker-dialog .location-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

.grid.map-marker-dialog .location-price i {
    margin-right: 8px;
}

.grid.map-marker-dialog .btn-blue {
    background-color: #073641;
    color: #fff;
    width: 100%;
}

.btn-details {
    text-shadow: none;
}

.address, .phones {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.section-subtitle {
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 20px;
}

.header-content-inner .hero-subtitle+p {
    margin-top: 20px;
}

.try__block {
    max-width: 700px;
}

.smallfontsize {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.try-description {
    font-size: 18px;
}

.try-section-arrow {
    position: relative;
    bottom: -50px;
}

.contacnt-us {
    display: flex;
    flex-wrap: wrap;
}

.leftSection {
    flex: 0 0 35%;
    padding: 50px 20px;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.container-1100 {
    max-width: 1300px;
}

.rightSection {
    flex: 0 0 65%;
    padding: 50px 40px;
}

.rightSection .form-horizontal {
    padding: 0;
}

.header-content-inner {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.modal__asside {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    position: sticky;
    top: 60px;
}

.modal__asside .popup-row>.bg-blur .abs-content.centered {
    padding: 15px;
    align-items: flex-start;
    justify-content: flex-end;
}

.modal__asside .popup-row>.bg-blur+.bg-blur {
    margin-top: 15px;
}

.modal__asside>.bg-blur .abs-content-title {
    font-weight: 500;
    font-size: 16px;
    max-width: 140px;
}

.text-editor-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-editor-page h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.text-editor-page h1 {
    font-size: 40px;
}

.text-editor-page h2 {
    font-size: 30px;
}

.text-editor-page p {
    line-height: 33px;
    font-size: 20px;
    margin-bottom: 15px;
}

.text-editor-page ul, .text-editor-page li {
    list-style: unset;
}

.text-editor-page .row {
    columns: 2;
}

.text-editor-page ul {
    padding-left: 30px;
}

.modal__firt-screen {
    width: 100%;
    height: calc(100vh - 120px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.custom-col-5 {
    flex: 0 0 40%;
    width: 40%;
}

.custom-col-7 {
    flex: 0 0 60%;
    width: 60%;
}

.modal__firt-screen .hero-content.container {
    padding-bottom: 40px;
}

.modal__firt-screen .btn-details {
    border-radius: 0;
    text-transform: uppercase;
    margin-top: 30px;
    padding: 10px 20px;
}

.modal__firt-screen .hero__text {
    max-width: 450px;
}

.modal-show-more {
    background-color: #fff;
    color: #000;
    max-width: 100%;
}

.modal-desc {
    padding: 40px 0;
}

.modal-desc p {
    margin-top: 30px;
}

.modal-show-more .contact {
    color: #fff;
}

.images-slider .swiper {
    padding-bottom: 55px;
}

.modal-show-more {
    display: none;
}

.modal-show-more.active {
    display: block;
}

.all-list {
    border-radius: 0;
    display: none;
}

.all-list>* {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

.all-list .open,
.all-list.active .close {
    display: none;
}

.all-list.active .open {
    display: flex;
}

.all-list .btn-icon {
    margin-right: 10px;
}

.modal__content-max {
    max-width: calc(100% - 200px);
}

.counter-value {
    padding: 0 !important;
}

.options-filters {
    flex: auto;
}

.options-sort {
    margin-right: 20px;
}

.options-list {
    flex: 0 0 100%;
}

.btn-outline-default {
    border-radius: 0;
    border: 1.5px solid #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px;
}

.btn-outline-default:hover {
    border: 1.5px solid #FFFFFF;
}

.options-selects .reset-filters {
    margin-right: 10px;
    margin-top: 20px;
    display: none;
}

.bg-white .select-title {
    color: #000000;
    border-color: #000;
}

.bg-white .teg-item {
    background-color: rgba(0, 0, 0, .5);
}

.bg-white .btn-outline-default {
    border-color: #000;
    color: #000;
}

.bg-white .options-sort>span {
    color: #000;
}


/* new 07.11 */
.r-0 {
    border-radius: 0 !important;
}

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

.mb-30 {
    margin-bottom: 30px;
}

.header__top-links::before {
    background-color: transparent;
}

.header-search+.burger-btn {
    margin-left: 20px;
}

.header__top-links {
    padding-top: 0;
    padding-bottom: 10px;
}

.header-logo, .header-logo img {
    max-width: 287px;
    max-height: 66px;
}

.header__top-links li a {
    opacity: .5;
}

.header__top-links li a:hover {
    opacity: 1;
}

.salepost-btns-item .btn-learn-more {
    background-color: #F5F5F5;
    color: #262626;
}

.featured .signature__block .swiper-slide {
    /*
    display: flex;
    min-height: 350px;*/
}

.filters__head-group .accordeon-item-head {
    padding-right: 0;
    padding: 5px;
    border-right: 2px solid #ffffff;
}

.filters__head-group .accordeon-item-head:after {
    display: none;
}

.filters-main-submit {
    width: 40px;
}

.signature__item.blackbook {
    min-height: 300px;
}

.magazine-page {
    height: 100vh;
}

.login-page {
    display: flex;
    flex-wrap: wrap;
}

.login-page__item {
    flex: 0 0 50%;
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}

.border-right {
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.form-horizontal {
    padding: 30px 20px;
}

.form-horizontal .form-group {
    margin-bottom: 20px;
}

.form-horizontal .title {
    font-size: 30px;
    margin-bottom: 20px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.loginContainer {
    max-width: 1100px;
}

.checkbox label, .radio label {
    display: flex;
    align-items: center;
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label input {
    margin-right: 20px;
}

.custom-checkbox {
    width: 20px !important;
    height: 20px !important;
}

label {
    font-size: 22px;
    line-height: 43px;
    display: block;
    font-weight: 400;
    margin-bottom: 6px;
}

.form-control {
    width: 100%;
    background-color: #fff;
}

.login-page-section {
    padding-top: 108px;
}

.post-single-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-left: 30px;
}

.post-single-link img {
    margin-right: 10px;
}

.modal__dialog-700 {
    max-width: 700px;
}

.modal__content.content-form {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    /* max-height: 420px; */
    padding: 40px;
}

.content-form .contact__form {
    max-width: none;
    margin: 0;
    margin-top: 30px;
}

.fs-20 {
    font-size: 20px;
}

.header-magazine-title {
    position: absolute;
    left: 120px;
    top: 40px;
    z-index: 20;
}

.header-magazine-title .hero-subtitle {
    margin-top: 0px;
    line-height: 1.25;
    font-size: 14px;
}

.youtobe-video-wrapper {
    width: 100%;
    height: 100vh;
    margin-top: 20px;
}

.youtobe-video-wrapper>* {
    width: 100%;
    height: 100%;
}

.islandVacations-h-links {
    display: flex;
}

.islandVacations-h-links .dib {
    flex: auto;
    margin: 20px 10px 0 10px;
    text-decoration: none;
    padding: 20px;
    border: 1px solid #fff;
    transition: all .2s ease;
}

.islandVacations-h-links .dib span:first-of-type {
    font-size: 14px;
}

.islandVacations-h-links .dib span:last-of-type {
    font-size: 10px;
    /* color: var(--red); */
}

.islandVacations-h-links .dib:hover {
    opacity: .7;
}

.ml-20 {
    margin-left: 20px;
}

.btn-40 {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0;
}

.btn-60 {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0;
}

.btn-defalt-op {

    background-color: rgba(0, 0, 0, 0.3);
}

.magazine-header {
    /* position: fixed; */
    position: absolute;
    z-index: 20;
    top: 0;
    width: 100%;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.magazine-header-container {
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal__asside-page {
    padding: 20px;
    position: fixed !important;
    left: -100%;
    top: 0;
    height: 100vh;
    width: 250px;
    max-height: 100vh;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    padding: 20px;
    overflow: hidden;
    transition: all .2s;
}

.modal__asside.modal__asside-page {
    top: 85px !important;
    height: calc(100% - 110px) !important;
}

.modal__asside-page.open {
    left: 0;
}

.modal__asside-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal__asside-page-head .btn {
    position: static;
    padding: 0;
}

.magazine-header .btn-white {
    width: auto !important;
}

.modal__asside-page .popup-row {
    overflow: auto;
    max-height: calc(100% - 60px);
    /* padding-bottom: 20px; */
    margin-bottom: 15px;
}

.btn-flex {
    display: flex;
}

.w-100 {
    width: 100%;
}

.pagination-actions {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    /* background: var(--dark-green); */
    background-color: rgba(0, 0, 0, .2);
    backdrop-filter: blur(15px);
    display: flex !important;
    z-index: 3;
}

.pagination-btn {
    text-decoration: none;
}

.pagination-btn.disabled {
    opacity: .6;
    pointer-events: none;
}

.pagination-btn {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}

.mr-10 {
    margin-right: 10px;
}

/* map styles */
#gmap, .gmap_main {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    height: 100%;
}

.mapOptions {
    z-index: 1;
    position: relative;
    margin-right: 15px;
    min-width: 295px;
    position: absolute;
}

.mapOptions.mapType {
    left: 15px;
    min-width: 150px;
    top: 10px;
}

.mapOptions.mapFilter {
    top: 10px;
    right: 50px;
}

.mapOptions .main>div {
    background-color: #073641;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #fff;
}

.mapOptions .main .child {
    background-color: #fff;
    color: #596366;
}

.mapOptions .main .child li {
    padding: 10px;
}

.mapOptions .main .child label {
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
    line-height: normal;
    margin-bottom: 0;
}

#gmap .map, .gmap_main .map {
    width: 100% !important;
    min-height: 600px !important;
    height: 100%;
}

._modal_map .modal__dialog {
    max-width: 90vw;
}

._modal_map .content-form {
    max-height: 700px;
    height: 700px;
}

#reset_state {
    display: inline-block;
    padding: 10px 17px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: var(--red);
    border-radius: 4px;
    cursor: pointer;
}

.newsletterSection {
    background: url(../../frontend/images/front/pio-background-search.jpg) no-repeat 50%/cover;
    position: relative;
    text-align: center;
}

.bespoke_block {
    background: url(/frontend/images/front/bespoke_bg.jpg) no-repeat 50%/cover !important;
    min-height: 593px !important;
}

.bespoke_more_info {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h4.bespoke_more_info:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px solid;
    width: 90px;
    margin: -20px auto;
}

.bespoke_block {
    display: flex;
    align-items: flex-end;
    padding: 120px 0 100px 0;
}

.custom-col-4 {
    flex: 0 0 33.3333333%;
}

#dropzone-previews {
    width: 100%;
    min-height: 150px;
    border: 1px solid #999;
    background-color: #f5f5f5;
    cursor: pointer;
}

.dropzone-custom {
    background: #000 !important;
}

.reset-image-bg {
    background-image: url(/frontend/images/front/country-main.jpg);
}

.reset-form-styles {
    background: rgba(0, 0, 0, 0.65);
}

.grid {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    height: 0;
    padding-bottom: 66%;
}

.grid .img-container {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.grid .grid-content {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

/* #map2.bottomMap, #map.bottomMap {
    background: url(/frontend/images/view-map-button.jpg) no-repeat 50%/cover;
    cursor: pointer;
} */
/* / */
.microsite-contact-form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 15px;
}

.microsite-contact-form__item {
    padding: 0 15px;
    flex: 0 0 50%;
}

.owner-title {
    /* font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px; */
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.microsite-contact-info {
    display: flex;
    align-items: center;
    /* font-size: 18px;
    margin-bottom: 20px; */
    font-size: 16px;
    margin-bottom: 15px;
}

.microsite-contact-info svg {
    margin-right: 20px;
}

.red-title-block {
    background-color: var(--red);
    color: white;
    padding: 20px;
}

.red-title-block .hero-title {
    text-align: center;
}

.red-title-block__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;
}

.red-title-block__wrapper>*:not(:last-child) {
    border-right: 1px solid white;
    margin-right: 10px;
    padding-right: 10px;
}

.red-title-block__wrapper .hero-subtitle {
    font-size: 16px;
    text-align: center;
}

.swiper-red-btn {
    width: 60px;
    height: 50px;
    background-color: var(--red);
}

.swiper-red-btn:after {
    font-size: 0;
}

.swiper-red-btn.swiper-button-next:after {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(255, 255, 255);
}

.swiper-red-btn.swiper-button-prev:after {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(255, 255, 255);
}

.first-screen-tumbs {
    height: 100px;
    max-width: 300px;
}

.video--miniatures {
    display: none !important;
}

.colums-contact {
    margin-top: 40px;
    height: calc(100% - 40px);
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

[data-slider="sub-regions-slider"] {
    padding-left: 15px;
    padding-right: 15px;
}

[data-slider="sub-regions-slider"] .mag-ad-block {
    display: flex;
    flex-direction: column;
}

[data-slider="sub-regions-slider"] .signature__item.signature__item-text-on-down>figure {
    height: auto !important;
    flex: auto;
}

@media (min-width: 768px) {
    .desctop-hidden {
        display: none !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

}

@media (min-width: 992px) {}

@media (max-width: 767.98px) {
    .magazine-header {
        padding-top: 20px;
    }

    .magazine-header-container {
        padding: 0 15px;
    }

    [data-slider="page-slider"] .slider-page .swiper.listing-gallery .swiper-slide {
        height: calc(100vh - 55px) !important;
    }

    .text-editor-page .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }

    .text-editor-page .row {
        columns: 1;
    }

    .show-magazine-listing-map {
        display: none;
    }

    .text-editor-page h1 {
        font-size: 24px;
    }

    .custom-col-4 {
        flex: 0 0 50%;
    }

    .text-editor-page h2 {
        font-size: 20px;
    }

    .text-editor-page .img-responsive~.btn {
        width: 100%;
    }

    .custom-col-5, .custom-col-7 {
        flex: 0 0 100%;
    }

    .login-page__item {
        flex: 0 0 100%;
        width: 100%;
        border: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .modal__asside-page .popup-row {
        max-width: 320px;
    }

    .login-page__item+.login-page__item {
        border-top: 1px solid rgba(255, 255, 255, .5);
    }

    .form-horizontal {
        padding: 30px 0;
    }

    .leftSection {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }

    .rightSection {
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #videos-section .videos-item iframe {
        /*min-height: 100vh;*/
        width: 100%;

        min-height: 300px;
    }

    .mapOptions.mapType {
        z-index: 2;
    }

    .mapOptions.mapFilter {
        top: 70px;
        right: auto;
        left: 10px;
    }

    #modal-map-3064 .modal__dialog {
        max-width: none;
    }

    .mobile-hidden {
        display: none !important;
    }

    .w-md-100 {
        width: 100%;
    }

    .modal__asside-page {
        width: 100%;
        z-index: 2000;
    }

    .modal__asside-page .popup-row {
        max-height: calc(100vh - 160px);
        ;
    }

    .mobile-fullscreen {
        min-height: 100vh;
    }

    .mobile-dark {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(5px);
    }

    .mobile-dark::after {
        font-size: 16px;
    }

    .map-for-guest {
        min-height: 600px;
    }

    .mobile-column-6 {
        flex: 0 0 50% !important;
        width: 50% !important;
    }

    .salepost--item--info {
        justify-content: flex-start !important;
    }

    .salepost--row {
        --bs-gutter-y: 5px !important;
    }

    .header-magazine-title .mobile-hidden {
        display: block;
    }

    .header-magazine-title .fs-20 {
        font-size: 16px;
    }

    .magazine-header-container .btn-white {
        font-size: 12px;
    }

    .header-magazine-title {
        left: 60px;
        top: 25px;
        max-width: 120px;
        text-shadow: 0 1px 2px rgb(0 0 0 / 30%);
    }

    .header-magazine-title .hero-subtitle.hero-location--list {
        font-size: 12px;
    }
}

@media (max-width: 1385px) {
    .islands-amount {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .microsite-contact-form__item {
        flex: 0 0 100%;
    }

    .islands-amount {
        flex: auto;
        margin-bottom: 0;
    }

    .options-filters {
        display: none;
        order: 3;
    }

    .options-sort {
        display: none;
        order: 3;
        margin-right: 0;
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .options-btns {
        order: 2;
    }

    .options-list {
        margin-top: 10px;
        margin-bottom: 20px;
        order: 4;
    }

    .select-spoller-wrap {
        flex-wrap: wrap;
        margin-right: -10px;
    }

    .select-spoller-wrap .select-spoller {
        margin-top: 20px;
        flex: auto;
    }

    .options-selects .reset-filters {
        display: block;
    }
}

@media (max-width: 575px) {
    .popup-filter .close-block .btn span:first-child {
        display: none;
    }

    .justify-content-mob-center {
        justify-content: center;
    }

    .modal__asside.modal__asside-page {
        top: 0 !important;
        max-height: 100vh;
    }

    .modal__dialog.mobile-column {
        flex-direction: column-reverse;
        padding: 60px 0;
    }

    body:not(.safari-browser) .magazine-page {
        height: 100vh
            /*calc(100vh - 50px)*/
        ;
    }

    .magazine-listing-content .mobile-actions-magazine {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .magazine-listing-content .hero-content.hero-content--styles {
        padding-bottom: 70px;
    }

    .magazine-listing-content .mobile-actions-magazine .hero__links--col>a {
        font-size: 12px;
    }

    #viewAllRegions .region-selected {
        font-size: 14px !important;
        width: 100%;
        white-space: normal;
        line-height: 14px !important;
    }

    .option .select-dropdown .select-dropdown {
        font-size: 10px;
    }

    .select-dropdown__button .chevron-down, .viewAllRegions .chevron-down {
        right: 5px;
    }

    #viewAllRegions {
        margin-top: 2px;
        margin-bottom: 2px;
        padding-left: 16px !important;
        padding-right: 20px;
    }

    .hero__text-bg .hero-title.title-big-small {
        font-size: 30px;
    }

    .custom-col-4 {
        flex: 0 0 100%;
    }

    .popup-row.show {
        display: flex;

    }

    .hero__links-group li>* {
        font-size: 14px;
    }

    .try-section-arrow {
        bottom: -10px;
    }

    .salepost--item--card>* {
        font-size: 15px !important;
    }

    .salepost--item--line+.salepost--item--line .salepost--item--card::after {
        display: block !important;
    }

    .all-list {
        display: flex;
        margin-bottom: 10px;
        position: absolute;
        top: 15px;
        padding: 5px;
        right: 15px;
        z-index: 5;
    }

    .all-list .btn-icon {
        margin-right: 0;
    }

    .popup-row {
        display: none;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
        max-width: 100%;
    }

    .modal__asside {
        position: static;
        overflow: visible;
        max-height: none;
    }

    .popup-row>* {
        margin: 5px;
        flex: 0 0 calc(100% - 10px);
    }

    .popup-row>* a {
        display: flex;
        height: 100%;
    }

    .popup-row>* img {
        width: 100%;
        object-fit: cover;
    }

    .modal__asside .popup-row>.bg-blur+.bg-blur {
        margin-top: 5px;
    }

    .modal__content-max {
        max-width: none;
    }

    .modal__content-max .modal__body {
        padding-right: 0;
    }

    .learn-more-popup {
        width: 100%;
        text-align: center;
    }

    .modal__firt-screen {
        max-height: calc(100vh - 200px);
    }

    .btn-close {
        max-width: max-content !important;
    }

    .listing-mobile-link {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .abs-content {
        /* height: 100%; */
        justify-content: flex-end;
    }

    .p-island__action {
        position: relative;
        z-index: 2;
    }

    .signature {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 575px) {
    .featured .signature__block .swiper-slide {
        min-height: 0;
    }

    .signature__block.gr {
        align-items: center;
    }

    .signature__block.gr .signature__item,
    .featured .swiper-slide {
        height: 430px !important;
        /* aspect-ratio: 1/1.2; */
    }

    .mx-mobile-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .micro-site-header-left {
        flex-direction: column;
        align-items: flex-start;

    }

    .micro-site-header-title {
        border: 0;
    }

    .micro-site-header-nav-list {
        right: 0px;
        top: 88px;
    }
}
