/* custom code */
.identityDot .inner {
    position: absolute;
    background-color: #FFF;
    left: -3px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    transition: background-color .6s linear;
}

.identityDot {
    position: absolute;
    left: 0;
    top: 0;
}

.dotsCircle {
    position: relative;
    left: 50%;
    margin-top: 30px;
    /* height: 150px; */
}

.join {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    overflow: hidden;
}

.dots_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: transparent;
    color: #FFF;
    /* height: 110vh; */
    min-height: 135px;
    /* min-height: 300px; */
    /* overflow: hidden; */
    /* visibility: hidden; */
}


* {
    outline: none !important;
}

.em-slider-core .slick-current {
    transform: scale(1.2);
    z-index: 5;
    box-shadow: 0px 20px 60px #000000;
    transition-duration: 0.5s;
}

.slick-current {
    transition-duration: 0.5s;
}

.slick-current .card-number,
.slick-current .modules__slide_btn {
    opacity: 1;
}

.slick-current .em-card-link {
    filter: brightness(100%);
}

.slick-list {
    overflow: visible;
}

.slick-dots > li > button {
    font-size: 0;
    height: 4px;
    width: 4px;
    padding: 0;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 300ms;
    margin: 0 5px;
    display: block;
}

.slick-dots > li.slick-active > button {
    background-color: white;
}

.draggable {
    overflow: visible;
}

body {
    overflow-x: hidden;
}

.fixed {
    overflow: hidden;
    width: 100%;
}

#chat-wrapper {
    border: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    padding: 4px;
    padding-bottom: 0px;
    background-color: #FFF;
    border-radius: 6px;
    display: none;
    z-index: 2147483647;
}

#chat-frame {
    max-height: 100vh;
    overflow-y: auto;
    height: 580px;
    width: 480px;
    max-width: 100vw;
}

#chat-close {
    position: absolute;
    top: 11px;
    right: 11px;
    padding: 4px 5px 5px 7px;
    background-color: #FFF;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border: #FFF 2px solid;
    border-radius: 54px;
    line-height: 1.5;
    cursor: pointer;
    user-select: none;
}

#chat-close:hover {
    background-color: white;
}

html, body {
    overscroll-behavior-y: none;
}

.vjs-no-js.is--hidden {
    display: none;
}

.is--hidden {
    touch-action: none;
    opacity: 0;
    pointer-events: none;
}

.welcome-video.is--hidden {
    display: none;
}

.videojs-background-wrap {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.background-video.video-js .vjs-poster {
    background-size: cover;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
}

.background-video.video-js .vjs-control-bar {
    max-width: 100vw;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}

.table-core, .tabs-menu {
    -webkit-overflow-scrolling: touch;
}

.w-dropdown-toggle, .w-dropdown-toggle *, .w-dropdown-list, .w-dropdown-list * {
    white-space: normal;
}

.w-slider-dot {
    transition: 300ms;
}

.body {
    overflow-x: hidden;
}

.remodal-overlay {
    background: black;
}

.remodal {
    min-height: 100%;
    width: 100vw;
    padding: 0px;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0.0);
    max-width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.remodal-close {
    background: rgba(0, 0, 0, 0.0);
    position: fixed !important;
    top: 0px !important;
    right: 0px !important;
}

.remodal-wrapper {
    padding: 0px 0px 0;
    overflow: hidden;
}

.standart-button {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.ftabs div.catalog-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 280px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
}

.f-tabs div.catalog-card.hide {
    display: none;
}

.ui-slider-range-min {
    height: 100%;
    background-color: #219653;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.ui-slider .ui-slider-handle {
    outline: none;
}

.w-input[readonly] {
    background: none;
}

.ui-slider-range-min {
    transition: none;
    height: 2px;
}

@media screen and (max-width: 991px) {
    .remodal {
        min-height: 0px;
        height: auto;
        width: 100vw;
        padding: 0px;
        margin-bottom: 0px;
        background: rgba(0, 0, 0, 0.0);
        max-width: 100vw;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .remodal-wrapper {
        padding: 0px 0px 0;
        overflow: auto;
    }

    .remodal-wrapper:after {
        height: 0px;
    }
}

@media screen and (max-width: 479px) {
    .em-cards-wrapper .slick-slide {
        max-width: 100%;
    }
}


@media screen and (max-width: 991px) {
    .em-cards-list.w-dyn-items.slick-initialized.slick-slider.slick-dotted .slick-dots {
        margin-top: 15px;
    }
}


.fixed {
    overflow: hidden; /*позицианируем чтобы исчез скролл*/
    width: 100%; /*что бы верстка не складывалась по ширине*/
}


@media screen and (max-width: 1025px) {
    .side-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }

    .em-cards-core {
        height: auto;
        width: 100vw;
        justify-content: flex-start;
        padding-left: 5vw;
        padding-right: 5vw;
    }

    .em-cards-wrapper {
        width: 100%;
    }

    .side-links-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }
}


.review-text.white {
    color: white;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 150%;
}


@media screen and (max-width: 479px) {
    .review-text {
        margin-left: 0px;
    }
}


/*
Start 25-10-2021
Kasap Victor
*/
.listings-slick-slide-content {
    transition: all linear 0.4s;
}


.dots-wrapper .slick-current .r-dot {
    background-color: white;
    width: 8px;
    height: 8px;
}

.meter-wrapper {
    z-index: 9;
}


.slick-dots {
    margin-left: 5vw;
    top: auto;
    bottom: 46px;
    justify-content: start;
    max-width: 70px;
    overflow: hidden;
}

/* HIDE SCROLLBAR */

/* Hide scrollbar for Chrome, Safari and Opera */
.details__slide--1::-webkit-scrollbar,
.details__slide--2::-webkit-scrollbar,
.details__slide--3::-webkit-scrollbar,
.form-slide.form-slide--2::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.details__slide--1,
.details__slide--2,
.details__slide--3,
.form-slide.form-slide--2 {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* GALLERY MODAL SCROLL */
.review-popup-gallery {
    overflow-y: scroll !important;
    height: 100%;
}

.review-popup-gallery::-webkit-scrollbar {
    width: 8px;
}

.review-popup-gallery::-webkit-scrollbar-track {
    background-color: #2363d736;
}

.review-popup-gallery::-webkit-scrollbar-thumb {
    background-color: #2363d7;
    outline: 1px solid #2363d7;
}


@media screen and (max-width: 479px) {
    .review-popup-content {
        overflow-x: hidden;
    }
}

.idx-slick .slick-dots {
    bottom: 0px;
}

/*
End 25-10-2021
Kasap Victor
*/

/*
Start 01-11-2021
Kasap Victor
Styles for white google reviews
*/
/* HIDE SCROLLBAR */
/* Hide scrollbar for Chrome, Safari and Opera */
.details__slide--1::-webkit-scrollbar, .details__slide--2::-webkit-scrollbar, .details__slide--3::-webkit-scrollbar, .form-slide.form-slide--2::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.details__slide--1, .details__slide--2, .details__slide--3, .form-slide.form-slide--2 {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.idx-review-text-wrap::-webkit-scrollbar {
    width: 6px;
}

.idx-review-text-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}

.idx-review-text-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(209, 209, 209, 0.4);
    border-radius: 3px;
}

.partner-text-core::-webkit-scrollbar {
    width: 6px;
}

.partner-text-core::-webkit-scrollbar-track {
    background-color: transparent;
}

.partner-text-core::-webkit-scrollbar-thumb {
    background-color: rgba(199, 199, 199, 0.6);
    border-radius: 3px;
}

.slick-active .idx-review-overlay {
    background-image: linear-gradient(180deg, rgba(45, 45, 29, 0), #2d2d2d 75%, #2d2d2d);
}

/*
End 01-11-2021
Kasap Victor
*/

/*
Start 01-11-2021
Kasap Victor
Styles for mortgage page
*/
.listings-slick-slide-content {
    transition: all linear 0.4s;
}


.dots-wrapper .slick-current .r-dot {
    background-color: white;
    width: 8px;
    height: 8px;
}

.meter-wrapper {
    z-index: 9;
}

.slick-dots {
    margin-left: 5vw;
    top: auto;
    bottom: 46px;
    justify-content: start;
    max-width: 70px;
    overflow: hidden;
}

.slick-dots > li > button {
    width: 4px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}

/* HIDE SCROLLBAR */

/* Hide scrollbar for Chrome, Safari and Opera */
.details__slide--1::-webkit-scrollbar,
.details__slide--2::-webkit-scrollbar,
.details__slide--3::-webkit-scrollbar,
.form-slide.form-slide--2::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.details__slide--1,
.details__slide--2,
.details__slide--3,
.form-slide.form-slide--2 {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.review-popup-gallery {
    overflow-y: scroll !important;
    height: 100%;
}

.review-popup-gallery::-webkit-scrollbar {
    width: 8px;
}

.review-popup-gallery::-webkit-scrollbar-track {
    background-color: #2363d736;
}

.review-popup-gallery::-webkit-scrollbar-thumb {
    background-color: #2363d7;
    outline: 1px solid #2363d7;
}

@media screen and (max-width: 479px) {
    .review-popup-content {
        overflow-x: hidden;
    }
}

.idx-hero-video {
    -webkit-backdrop-filter: blur(46px);
    backdrop-filter: blur(46px);
}

@media screen and (max-width: 992px) {
    .idx-hero-video {
        -webkit-backdrop-filter: blur(0px);
        backdrop-filter: blur(0px);
    }

    .slick-list {
        overflow: visible;
    }
}

.slick-slider {
    height: auto;
}

.listings-slick-wrapper .slick-list {
    overflow: visible;
}

.slick-active .idx-slick-card {
    background: #2d2d2d;
}

.slick-active .idx-review-content {
    opacity: 1;
}

.slick-active .listings-slick-slide-content {
    opacity: 1;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 23px;
    padding: 0;
    z-index: 4;

    list-style-type: none;
}

.slick-dots button {
    display: block;
    padding: 0;

    border: none;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.3);
    text-indent: -9999px;
}

.slick-dots > li > button {
    width: 8px;
    height: 8px;
}

li.slick-active button {
    background: white;
}

.idx-listings-section .slick-dots button {
    background: rgba(35, 99, 215, 0.3);

}

.idx-listings-section li.slick-active button {
    background: #2363d7;
}

.border {
    border-radius: 4px;
}

@media screen and (max-width: 1025px) {
    .cz.idx-preparing-cz {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .preparing-content {
        margin-left: 0px;
        margin-bottom: 35px;
        max-width: none;
    }
}

.listings-slick-slide-content {
    transition: all linear 0.4s;
}

.current-collection-list-wrapper .w-dyn-empty {
    height: 100%;
    color: white;
    font-size: 32px;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
End 01-11-2021
Kasap Victor
*/


/*
Start 01-11-2021
Kasap Victor
Styles for milestones
*/
.blur-navbase {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


.next-video-text {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}


.blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
/*
End 01-11-2021
Kasap Victor
*/

/*
Start 02-11-2021
Kasap Victor
Styles pop-up calendly
Hide scrollbar
*/
/* Hide scrollbar for Chrome, Safari and Opera */
.modal__inner::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal__inner {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/*
End 02-11-2021
Kasap Victor
*/
