.options-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 30px;
    flex-wrap: wrap;
}
.option-item{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: currentColor;
}

.islands-amount{
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 30px;
}

.options-btns{
    display: flex;
    align-items: center;
}

/* .options-selects{
    border: 1.5px solid #FFFFFF;
} */
.options-selects .select-dropdown__button::after{
    width: 0;
    right: inherit;
    left: 0;
}
.options-selects .select-dropdown__list{
    top: calc(100% + 8px);
}

.option-item + .option-item{
    margin-left: 20px;
}

.options-selects .select-dropdown {
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.islands-options.bg-white{
    background: #ffffff;
}

.islands-options.bg-white .islands-amount{
    color: #000000;
}

.islands-options.bg-white .select-dropdown__button{
    color: #000000;
}
.islands-options.bg-white .select-dropdown__button::after{
    background: #000;
}

.islands-options.bg-white .select-dropdown__button .chevron-down{
    background: url(../frontend/images/icons/arrow_down_bold_black.svg);
}

.islands-options.bg-white .option-item{
    color: #000;
}

.signature.bg-white {
    background-color: #fff;
    margin-top: -1px;
}

.signature.bg-white .pagination-arrow.next{
    color: #000000;
}

.signature.bg-white .pagination-arrow.prev{
    color: #000000;
}

.signature.bg-white .pagination-list li{
    color: #000;
}

.islands-options.bg-white .select-dropdown__button{
    border: 1.5px solid #000000;
}

.content-interactiv-icon{
    position: absolute;
    right: 20px;
    top: 20px;
}

.signature__item:hover .content-interactiv-icon{
    display: none;
}
.bg-blur-gradient{
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%), #1A1A1A;
}

.islands-options .select-dropdown__list{
    background-color: #000;
}

.islands-options .select-dropdown__list-item{
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.islands-options .select-dropdown__button{
    border: 1.5px solid #FFFFFF;
}

.islands-options .select-dropdown {
    margin-right: 10px;
}

.islands-options .select-dropdown__list-item{
    padding: 6px 20px;
}

.featured.max-w-768-d-none .swiper-slide img{
    /*height: 308px;*/
    height: 100%;
}

.featured.max-w-768-d-none .swiper-button-next:after,
.featured.max-w-768-d-none .swiper-button-prev:after{
    display: none;
}

.select-spoller{
    position: relative;
}

.select-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* font-family: 'Montserrat'; */
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 16px;
    border: 1.5px solid #FFFFFF;
}

.select-spoller .select-title .select-arrow{
    margin-left: 10px;
}
.select-spoller.active .select-arrow{
    transform: rotate(180deg);
}

/* .select-title span:first-child{
    padding-right: 44px;
} */
.select-list li,
.select-list label,
.select-list .checkbox-name{
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-list label{
    gap: 10px;
}
.select-list{
    position: absolute;
    width: 100%;
    list-style: none;
    z-index: 3;
    padding: 20px;
    background-color: #000;
    margin-top: 10px;
    min-width: fit-content;
    min-width: max-content;
    display: none;

    white-space: nowrap;
    overflow: hidden;
}

.select-spoller.active .select-list{
    display: block;
}

.select-list li label{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.select-spoller{
    max-width: 235px;
    width: 100%;
    cursor: pointer;
}

.select-spoller-wrap{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

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

.select-list li {
    padding: 7px 0;
}

.select-list li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.select-list li label span:last-child {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    cursor: pointer;
    background: #fff;
}

.select-list li label span:last-child::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--red);
    -webkit-transition: ease-in-out 0.4s;
    -o-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    opacity: 0;
}

.select-list li label input:checked + span::after {
    opacity: 1;
}
.select-list input[type=checkbox]{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.magazine__banner-title{
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.magazine__banner-subtitle{
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.tegs-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.teg-item{
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-right: 14px;
}

.teg-text{
    /* font-family: 'Montserrat'; */
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 12px;
    color: #FFFFFF;
    opacity: 0.6;
    white-space: nowrap;
    margin-right: 14px;
}

.teg-item:not(:last-child){
    margin-right: 10px;
}

.delete-item-select{
    background-color: transparent;
}

.dropdown.active .dropdown-btn{
    color: rgba(255, 255, 255, 0.3);
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.hero-content .hero__text{
    position: absolute;
    left: 0px; /* 60px */
    bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
    z-index: 3;
    align-items: flex-end;
    /* padding-right: 120px; */
    width: calc(100vw - 60px);
}
.hero-content .hero__text.hero__text-bg {
    justify-content: center;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    left: 50%;
    bottom: 35%;
    transform: translate(-50%, 35%);
    max-width: 900px;
    /* max-height: calc(100% - 220px); */
    max-height: 370px;
}
.modal__content::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 1px #3a3b3b;
}
.hero__text.fix-text::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.hero-content .btn-scroll-down{
    z-index: 3;
}

.d-flex{display: flex;}
.align-center{align-items: center;}
.mb-10{margin-bottom: 10px;}
.mr-12{margin-right: 12px;}
.pt-30{padding-top: 30px;}
.pb-60{padding-bottom: 60px;}


@media (max-width: 921px){
    .iframebox{
        padding-top: 0;
    }
    .videos-item{
        padding-top: 0 !important;
    }
}

@media (max-width: 767.98px){
    .max-w-768-d-none{
        display: none;
    }
}



@media (max-width: 480px){
    .hero-content .hero__text{
        left: 0px;
        bottom: 90px;
        margin-left: 30px;
        margin-right: 30px;
        padding-right: 0;
    }
    /* .iframebox img{
        height: auto;
    } */
    .videos-item,
    /* .salepost__map .iframebox{
        min-height: auto !important;
    } */
    .signature.bg-white .signature__item .abs-content{
        color: #000000;
    }

    .signature.bg-white .location::before{
        content: url(../frontend/images/icons/location-black.svg);
    }
    .signature.bg-white .price::before{
        content: url(../frontend/images/icons/dollar-black.svg);
    }
}

@media (min-width: 480px){
    .min-480-d-none{
        display: none;
    }
}

@media (min-width: 768px){
    .min-w-768-d-none{
        display: none;
    }
}

@media (min-width: 1200px){
    .tegs-list{
        display: none;
    }
}

.options-wrapper > * {
    margin-bottom: 10px;
}

.swiper.listing-map {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 850px;
}

.listing-video #gvideo_thumb,
.listing-video .video-thumb {
    width: 100%;
    height: 100%;
}
.listing-video #gvideo,
.listing-video .videos-item {
    width: 100%;
    height: 100%;
}

.play-video-thumb-btn {
    cursor: pointer;
}
