body {
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: Fbronibe-Regular;
    src: url(../harova-theme/assets/fonts/FBRONIBE-REGULAR.OTF);
}

@font-face {
    font-family: Fblevinsky-Regular;
    src: url(../harova-theme/assets/fonts/FBLEVINSKY-REGULAR.OTF);
}

#showModal td,
#showModal th {
    text-align: center;
    font-weight: 100;
}

#showModal .last-td {
    text-align: right !important;
    direction: rtl;
}

main section.apartaments-slide .app-slide .item h4 {
    margin-top: 20px !important;
}

main section.apartaments-slide .app-slide .item a:hover {
    text-decoration: none !important;
}

.head-gif {
    opacity: 0.3;
}

header nav.navbar .navbar-collapse .contact-info__item.active img {
    display: block !important;
}

header nav.navbar .navbar-collapse .nav-item.active .nav-link, header nav.navbar .navbar-collapse .nav-item:hover .nav-link {
    padding-bottom: 1px !important;
}

header nav.navbar .navbar-collapse .contact-info__item {
    height: calc(37.125px + 19.875 * (100vw - 1200px) / 720) !important;
}

.u-appartament__button a:hover {
    text-decoration: none;
}

.u-appartament__button a {
    text-decoration: none;
}

main section.apartaments-details .details.main .details-block__img {
    width: 60% !important;
}

main section.apartaments-details .oneArrow .owl-nav .owl-next span:after {
    content: "הבא" !important;
}

.slick-next {
    right: -50px !important;
    top: 64% !important;
}

body .map-logo {
    top: 54% !important;
}

.golden-art__desc {
    font-family: "Fbronibe-Regular", sans-serif;
}

.contact-info__item:hover a {
    text-decoration: none;
}

header nav.navbar .navbar-collapse .contact-info__item {
    height: calc(37.125px + 19.875 * (100vw - 1200px) / 720) !important;
}

/*body .map-info__title{*/
/*    line-height: 40px!important;*/
/*}*/
/*body .map-info__subtitle{*/
/*    color: #c7aa7f!important;*/
/*}*/
/*.map-info__desc{*/
/*    line-height: 25px!important;*/
/*}*/
/*body .map-info__button {*/
/*    margin-top: calc(51.75px + 11.25 * (100vw - 1200px) / 720) !important;*/
/*}*/
/*main section.apartaments-details .oneArrow .owl-nav .owl-prev span:before {*/
/*    content: "-";*/
/*    position: absolute;*/
/*    right: -15px;*/
/*    top: 29.9px;*/
/*    font-size: 100px;*/
/*    font-weight: 100;*/
/*    line-height: 12px;*/
/*}*/
/*main section.apartaments-details .oneArrow .owl-nav .owl-prev{*/
/*    display: block!important;*/
/*}*/
/*main section.apartaments-details .oneArrow .owl-nav .owl-next{*/
/*    display: none;*/
/*}*/
.map-info__button {
    margin-bottom: 10px;
    display: block;
}

/*preloader*/

.inner-preloader {
    width: 220px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.overlay-apartments{
    display: none;
}
.overlay-apartments.showM{
    overflow: hidden;
    z-index: 99999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #f8f4ee;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.overlay-apartments .apartaments-slide{
    max-width: 1170px;
    width: 100%;
}
.close-modal-icon img{
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}
.overlay-preloader {
    overflow: hidden;
    z-index: 99999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #282a33;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.overlay-preloader img {
    margin-bottom: 30px;
    width: 220px;
    position: relative;
    right: 5px;
}

:root {
    --duration: 1.5s;
    --container-size: 250px;
    --box-size: 33px;
    --box-border-radius: 15%;
}


.container-preloader {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    /*justify-content: space-between;*/
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.pre-loader {
    width: 25px;
    margin-right: 15px;
    height: 25px;
    position: relative;
    display: block;
    -webkit-transform-origin: -50% center;
    transform-origin: -50% center;
    border-radius: 0;
}

.pre-loader:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: lightblue;
    border-radius: 0;
    /*box-shadow: 0px 0px 10px 0px rgb(249, 254, 255);*/
}

.pre-loader:nth-child(1) {
    -webkit-animation: slide var(--duration) ease-in-out infinite alternate;
    animation: slide var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(1):after {
    -webkit-animation: color-change var(--duration) ease-in-out infinite alternate;
    animation: color-change var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(2) {
    -webkit-animation: flip-1 var(--duration) ease-in-out infinite alternate;
    animation: flip-1 var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(2):after {
    -webkit-animation: squidge-1 var(--duration) ease-in-out infinite alternate;
    animation: squidge-1 var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(3) {
    -webkit-animation: flip-2 var(--duration) ease-in-out infinite alternate;
    animation: flip-2 var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(3):after {
    -webkit-animation: squidge-2 var(--duration) ease-in-out infinite alternate;
    animation: squidge-2 var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(4) {
    -webkit-animation: flip-3 var(--duration) ease-in-out infinite alternate;
    animation: flip-3 var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(4):after {
    -webkit-animation: squidge-3 var(--duration) ease-in-out infinite alternate;
    animation: squidge-3 var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(5) {
    -webkit-animation: flip-4 var(--duration) ease-in-out infinite alternate;
    animation: flip-4 var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(5):after {
    -webkit-animation: squidge-4 var(--duration) ease-in-out infinite alternate;
    animation: squidge-4 var(--duration) ease-in-out infinite alternate;
}

.pre-loader:nth-child(2):after {
    background-color: rgb(249, 254, 255);
}

.pre-loader:nth-child(3):after {
    background-color: rgb(249, 254, 255);
}

.pre-loader:nth-child(4):after {
    background-color: rgb(249, 254, 255);
}

.pre-loader:nth-child(5):after {
    background-color: rgb(249, 254, 255);
}

@-webkit-keyframes slide {
    0% {
        background-color: rgb(249, 254, 255);
        -webkit-transform: translatex(0vw);
        transform: translatex(0vw);
    }
    100% {
        background-color: rgb(249, 254, 255);
        -webkit-transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)));
        transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)));
    }
}

@keyframes slide {
    0% {
        background-color: rgb(249, 254, 255);
        -webkit-transform: translatex(0vw);
        transform: translatex(0vw);
    }
    100% {
        background-color: rgb(249, 254, 255);
        -webkit-transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)));
        transform: translatex(calc(var(--container-size) - (var(--box-size) * 1.25)));
    }
}

@-webkit-keyframes color-change {
    0% {
        background-color: rgb(249, 254, 255);
    }
    100% {
        background-color: rgb(249, 254, 255);
    }
}

@keyframes color-change {
    0% {
        background-color: rgb(249, 254, 255);
    }
    100% {
        background-color: rgb(249, 254, 255);
    }
}

@-webkit-keyframes flip-1 {
    0%, 15% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    35%, 100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@keyframes flip-1 {
    0%, 15% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    35%, 100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes squidge-1 {
    5% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    15% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
    25%, 20% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4);
    }
    55%, 100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    40% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes squidge-1 {
    5% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    15% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
    25%, 20% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4);
    }
    55%, 100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    40% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
}

@-webkit-keyframes flip-2 {
    0%, 30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50%, 100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@keyframes flip-2 {
    0%, 30% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50%, 100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes squidge-2 {
    20% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    30% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
    40%, 35% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4);
    }
    70%, 100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    55% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes squidge-2 {
    20% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    30% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
    40%, 35% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4);
    }
    70%, 100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    55% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
}

@-webkit-keyframes flip-3 {
    0%, 45% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    65%, 100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@keyframes flip-3 {
    0%, 45% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    65%, 100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes squidge-3 {
    35% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    45% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
    55%, 50% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4);
    }
    85%, 100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    70% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes squidge-3 {
    35% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    45% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
    55%, 50% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4);
    }
    85%, 100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    70% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
}

@-webkit-keyframes flip-4 {
    0%, 60% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    80%, 100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@keyframes flip-4 {
    0%, 60% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    80%, 100% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}

@-webkit-keyframes squidge-4 {
    50% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    60% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
    70%, 65% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4);
    }
    100%, 100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    85% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
}

@keyframes squidge-4 {
    50% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    60% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
    70%, 65% {
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-transform: scalex(0.8) scaley(1.4);
        transform: scalex(0.8) scaley(1.4);
    }
    100%, 100% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1) scaley(1);
        transform: scalex(1) scaley(1);
    }
    85% {
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scalex(1.3) scaley(0.7);
        transform: scalex(1.3) scaley(0.7);
    }
}

/*end preloader style*/
header .under-header-apartaments .u-appartament__button button:hover {
    border-color: transparent;
}

.gallery-block {
    transition: 1s ease-in-out;
}

.gallery-block:hover a {
    text-decoration: none;
}

main section.apartaments-details .details.main .details-block__img {
    object-fit: contain;
}

.golden-art__desc {
    text-align: right;
}

.appartament-info__desc,
header .under-header-apartaments .u-appartament__desc p,
.info-block__title,
.info-block__text,
.golden-art__title,
.golden-art__desc,
.gallery__desc,
.gallery__title,
.item-section__text,
.u-appartament__list,
.map-info__subtitle,
header .under-header-apartaments .u-appartament__title,
.plane-info__desc,
.a-blog__desc,
.quote__title,
main section.p-about-map .map .map-info ul {
    direction: rtl;
}

header .under-header-apartaments .u-appartament__button button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.details-block .details-block__text {
    margin-bottom: 0;
}

.under-content a:hover {
    text-decoration: none;
}

.gallery-title button {
    width: 207.8125px;
    height: 40.1041666667px;
    font-size: 14.5833333333px;
    background: #be9558;
    color: #293039;
    border: 2px solid #be9558;
    margin-bottom: 25px;
    margin-top: 15px;
}

.gallery-title button:hover {
    background-color: white;
    color: black;
}

.pt50 {
    padding-top: 50px;
}

main section.p-about-video {
    background-image: url("../img/under-header.png");
    text-align: center;
    padding: 6px;
    padding-top: 23px !important;
    padding-bottom: 17px !important;
    margin: 11% 0 6.5%;
    outline: 2px solid #be9558;
    outline-offset: -20px;
}

/*mobile burger menu*/
/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px;
    left: 8px;
}

#nav-icon4 {
    width: 30px;
    height: 30px;
    position: relative;
    padding: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #be9558;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.det-mob img {
    object-fit: contain;
}

.mobile-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 300ms;
}
.show-mob-menu ul{
    margin-bottom:0;
    padding-left: 0;
}
.show-mob-menu ul li {
    text-align: center;
    list-style: none;
}

.show-mob-menu ul li a {
    text-align: center;
    text-decoration: none;
    font-family: Fbronibe-Regular;
    color: #be9558;
}

.show-mob-menu {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .9);
    height: 50vh;
}

#contact-with-us-popup {
    position: relative!important;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#shopMapInPopup {
    cursor: pointer;
}
#map-popup,
#map-in-modal{
    display: none;
}
#map-in-modal{
    padding: 20px 0;
}
#map-in-modal img{
    width: 50%;
}

@media screen and (max-width: 992px){
    #map-in-modal img{
        width: 50%;
    }
}

#map-popup.show,
#map-in-modal.show{
    z-index: 99999;
    position: fixed!important;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.8);
}
.u-appartament__button a{
    text-decoration: none;
}
#contact-with-us-modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-burger-btn {
    display: none;
}

main section.apartaments-details .details-block__img {
    object-fit: contain;
}

.architecture__img {
    width: 100% !important;
    height: 100% !important;
}

.architecture__title span {
    font-size: 36px;
}

.mt-10 {
    margin-top: 10px;
}
#contact-with-us-modal{
    height: auto !important;
}
#contact-with-us-popup form,
#contact-with-us-modal form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact-with-us-modal form input,
#contact-with-us-popup form input {
    margin-bottom: 20px;
    text-align: right;
    direction: rtl;
    padding: 5px 25px;
    border: 1px solid #cccccc;
}

#contact-with-us-modal form input:nth-child(3),
#contact-with-us-popup form input:nth-child(3) {
    margin-bottom: 30px;
}

#contact-with-us-modal.map-info,
#contact-with-us-popup.map-info {
    background-color: white;
}

.modal-title h2 {
    color: #333747;
    font-size: 36px;
    font-family: Fblevinsky-Regular;
    margin-bottom: 0;
}
.popup-modal-overlay{
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.5);
}
.close-md {
    position: absolute;
    top: 13px;
    right: 20px;
    cursor: pointer;
}

.modal-title p {
    color: #c7aa7f;
    font-size: 16px;
    font-family: Fbronibe-Regular;
}

#contact-with-us-modal form button,
.popup-modal-overlay form button {
    margin-top: 20px;
    background-color: transparent;
    border: 1px solid #e3d4bf;
    color: #e3d4bf;
    width: 100%;
    padding: 5px 25px;
}
main section.apartament-architecture .architecture__title{
    margin-bottom: 5% !important;
}
section.p-about .about-plane .about-plane__img .moving-heatmap-area{
    width: 60% !important;
    height: 45% !important;
}
main section.about-apartaments.main-last-section .appartament-info__title {
    margin-top: 15% !important;
}

main section.article-blog .a-blog__desc {
    color: rgba(55, 56, 58, 0.8) !important;
}
.hide-in-desktop{
    display: none;
}
header .head{
    padding-top: 50px !important;
}
body .map {
    margin-top: 10% !important;
}
main .article-blog aside{
    padding-right: 0 !important;
}
.mob-phone-contact-page{
    display: none;
}
.mob-phone-contact-page a{
    color: white!important;
    text-decoration: none;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    main section.p-about-info {
        margin-bottom: 10% !important;
    }
}

@media only screen and (max-width: 1200px) {
    main section.about-apartaments.main {
        width: 100% !important;
    }

    .carousel-cst-carousel {
        top: 41.5% !important;
        font-size: 10px !important;
    }
    main section.apartaments-details .apartaments-details__title{
        margin-top: 20px !important;
    }
    header .under-header-apartaments{
        padding: 20px !important;
    }
    .carousel-container img {
        margin-top: 0 !important;
    }

    .carousel-home-page .slick-next {
        top: 75% !important;
    }

    .carousel-home-page .slick-prev {
        top: 29% !important;
    }
    main section.about-apartaments .baloonBg  .appartament-info {
        width: 50% !important;
    }

    main section.about-apartaments .appartament-info {
        width: 44% !important;
    }

    main section.about-apartaments .appartament-info .appartament-info__button {
        font-size: 20px !important;
        height: 40px !important;
        width: 200px !important;
    }

    main section.app-info-block .info-block__text {
        margin-bottom: 0 !important;
    }

    main section.p-about .about-plane {
        width: 100% !important;
    }

    main section.about-apartaments .about-apartaments__img iframe {
        width: 100% !important;
    }

    main section.about-apartaments.last-big {
        margin-top: 5% !important;
    }

    main section.apartament-architecture .architecture__title {
        margin-bottom: 5% !important;
        line-height: 30px !important;
    }

    main section.apartaments-details {
        padding: 0 !important;
    }

    .about-apartaments .carousel-container.apartament-slide .carousel-home-page .carousel-cst-carousel.slider__counter p {
        font-size: 12px !important;
    }

    main section.about-apartaments .appartament-info {
        width: 40% !important;
        padding: 20px !important;
    }
    body .map-info__button {
        font-size: 20px !important;
    }

    header .head.head-apartaments .head--shadow{
        padding-right: 15px !important;
    }
    header .head.head-apartaments.main .head--shadow{
        padding-right: 13px !important;
    }
    header .head-contact .contact-title .contact-form .contact-action .contact-form__button{
        font-size: 20px !important;
    }
    header .head-contact .contact-title .contact-form .contact-action label p {
        font-size: 17px !important;
    }
}

@media only screen and (max-width: 990px) {
    .overlay-preloader img {
        margin-bottom: 30px;
        width: 230px;
        position: relative;
        right: 5px;
    }
    .insta_icon img{
        width: 36px!important;
    }
    .gallery-title button{
        width: 70% !important;
    }
    .hide-in-desktop{
        display: block;
    }
    .mob-phone-contact-page{
        display: block;
    }
    .under-content h4:last-child{
        display: none;
    }
    .gallery__title{
        margin-bottom: 0;
        margin-top: 15px;
    }
    .gallery__title button{
        margin-top: 8px;
    }
    .gallery__title.pt50{
        padding: 0!important;
    }
    .go-to-the-website .gallery-title{
        margin-bottom: 20px;
    }
    .under-footer p:last-child{
        margin-top: 15px;
    }
    .footer-menu .active{
        padding-bottom: 15px;
    }
    .text-under-preloader{
        bottom: 130px;
    }
    .inner-preloader{
        margin-bottom: 20%;
    }
}
@media only screen and (max-width: 1000px) {
    header .under-header-apartaments .u-appartament__button {
        width: auto !important;
    }

    header .under-header-apartaments .u-appartament__button button {
        font-size: 20px !important;
        width: 140px !important;
    }

    header .under-header-apartaments {
        padding: 20px !important;
    }

    main section.apartaments-details .details {
        width: 100% !important;
    }

    main section.about-apartaments.last-big {
        margin-top: 10% !important;
    }

    main section.about-apartaments {
        justify-content: space-between !important;
    }

    main section.about-apartaments .about-apartaments__img {
        width: 50% !important;
    }

    main section.about-apartaments .about-apartaments__img img {
        width: 100% !important;
    }

    main section.about-apartaments.main-last-section .about-apartaments__img {
        width: 100% !important;
    }
    main section.blog .paginate .item .gallery > .gallery-block:nth-of-type(3){
        top: 52.5% !important;
    }
}

@media only screen and (max-width: 991px) {
    .owl-carousel .owl-item{
        float: right!important;
    }
    header .head-apartaments{
        background-position: inherit;
    }
    main section.app-info-block .open-modal table tbody tr td{
        font-size: 14px!important;
        /*min-width: 100% !important;*/
        /*width: 100% !important;*/
    }
    main section.app-info-block .open-modal table thead tr th{
        font-size: 16px!important;
    }
    .gallery__title{
        text-align: center;
    }
    .plane-info{
        background-position: top center!important;
    }
    .popup-modal-overlay #contact-with-us-popup{
        width: 90% !important;
        top: 0!important;
    }
    .under-footer .row{
        flex-direction: column;
    }
    .menu-item_1{
        padding: 0!important;
    }
    header nav.navbar .mobile-burger-btn {
        display: block !important;
        padding: 15px 0 0 20px !important;
    }
    .pagination-nav{
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .mobile-menu ul{
        display: flex;
        flex-direction: column;
    }
    .waze img{
        margin-right: 20px!important;
        left: 0!important;
        width: 80px!important;
    }
    main section.about-apartaments.main .baloonBg {
        width: 60% !important;
    }

    .carousel-home-page .slick-next {
        top: 80% !important;
    }

    main section.about .owl-secton .item .owl-carousel .owl-stage-outer {
        margin-top: 0 !important;
    }

    main section.about .owl-secton .item .item-section .item-section__img img {
        width: 100% !important;
        height: 100% !important;
    }

    main section.about .owl-secton .item .item-section__text p {
        font-size: 16px !important;
        line-height: 27px !important;
    }

    main section.about .owl-secton .item .item-section__text {
        width: 40% !important;
    }

    main section.about .golden-art__desc {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    main section.article-blog .a-blog__desc {
        padding: 0 !important;
    }

    main section.article-blog .a-blog .a-blog__desc {
        line-height: 25px !important;
    }

    main section.article-blog .a-blog__title {
        padding: 0 !important;

    }

    footer .footer-menu .navbar-nav {
        flex-direction: row !important;
    }

    main section.about-apartaments.main-last-section .appartament-info__title {
        margin-top: 0 !important;
    }
    main section.blog .paginate .item .gallery > .gallery-block:nth-of-type(3){
        top: 50% !important;
    }
    main section.blog .paginate .item .gallery-block .gallery--gradient a{
        padding: 0 15px !important;
    }
    main section.about .owl-secton .item .item-section{
        padding: 35px 2% 9% !important;
    }
}
@media only screen and (max-width: 860px) {
    main section.apartaments-details .details {
        display: none !important;
    }
    main section.blog .paginate .item .gallery > .gallery-block:nth-of-type(3){
        top: 51.6% !important;
    }
    main section.apartaments-details .details.det-mob {
        display: block !important;
    }

    main section.about-apartaments.main {
        justify-content: space-between !important;
    }

    main section.about-apartaments.main .baloonBg {
        width: 50% !important;
    }

    main section.about-apartaments.main .appartament-info {
        width: 80% !important;
    }

    main section.about-apartaments.main-last-section .appartament-info {
        width: 44% !important;
        padding: 0 0 0 5% !important;
    }

    .carousel-container img.slick-prev{
        top: 25% !important;
        right: -50px !important
    }

    .carousel-cst-carousel {
        top: 36.5% !important;
        right: -47px !important;
    }
}
@media only screen and (max-width: 768px) {
    main section.p-about-video {
        padding-top: 15px !important;
        padding-bottom: 10px !important;
    }
    header .under-header.under-header-apartaments.app-list .u-appartament__button{
        margin-left: auto !important;;
    }

    header .head--shadow .head-gif {
        width: 50% !important;
        height: auto !important;
    }
    header .head.head-apartaments.main .head--shadow .head__desc{
        margin-right: 3px !important;
    }
    header .under-header-apartaments .u-appartament__button button {
        width: 200px !important;
        font-size: 20px !important;
        margin-top: 20px !important;
    }

    header .under-header-apartaments .u-appartament__desc p {
        font-size: 16px !important;
        margin: 20px 0 !important;
    }

    main section.about-apartaments.main {
        width: 100% !important;
    }

    main section.about-apartaments .apartament-slide {
        margin-right: 15px !important;
        width: 47% !important;
    }

    main section.blog .paginate .item .gallery-block .gallery--gradient a {
        padding-right: 15px !important;
    }

    body .map {
        margin-top: 40% !important;
    }

    main section.app-info-block {
        padding: 0 !important;
    }

    main section.about .owl-secton .item .item-section__text {
        width: 100% !important;
    }

    header .head-contact .contact-title .contact-form .contact-action .contact-form__button {
        font-size: 20px !important;
    }

    header .head-contact .contact-title .contact-form .contact-action label p {
        font-size: 20px !important;
    }

    main section.about-apartaments {
        justify-content: space-between !important;
    }

    footer .footer-menu .navbar-nav {
        flex-direction: column !important;
    }

    main section.p-about-map {
        margin-top: 70% !important;
    }

    main section.p-about-map .map {
        margin-top: 4% !important;
    }

    /*main section.p-about-info {*/
    /*    margin-bottom: -18% !important;*/
    /*}*/

    main .about.without--pad {
        margin-bottom: -10% !important;
    }

    main section.app-info-block .info-block__button {
        margin: 10px 0 0 !important;
    }

    main section.app-info-block .info-block__title {
        line-height: 23px !important;
    }

    main section.about-apartaments.last-big {
        margin-bottom: -25% !important;
    }
    main section.blog nav{
        margin: -20% auto -10% !important;
    }
    section.p-about-info .gallery-title.pt50{
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }
    section.p-about-info .gallery-title button{
        font-size: 20px !important;
    }
    .under-header-contact .under-content .insta_icon{
        margin-right: -3px !important;
    }
}
@media only screen and (max-width: 670px) and (min-width: 576px){
    main section.about-apartaments.main-last-section .appartament-info{
        padding: 15px !important;
    }
    main section.about-apartaments.main .baloonBg .appartament-info{
        padding: 15px !important;
    }

}
header nav.navbar .contact-info-mob {
    width: 150px !important;
}
@media only screen and (max-width: 670px) {
    main section.about-apartaments .about-apartaments__img {
        max-height: 100% !important;
    }

    header nav.navbar .contact-info-mob {
        width: 150px !important;
    }

    .mobile-burger-btn {
        display: block;
    }

    header .head--shadow {
        margin-right: 20px !important;
    }

    .head__desc {
        font-size: 18px !important;
    }

    header .under-header-apartaments .u-appartament__title h3 {
        padding-bottom: 7px;
    }

    header .under-header-apartaments .u-appartament__desc {
        padding-bottom: 10px;
    }

    main section.about-apartaments .appartament-info__desc {
        font-size: 16px !important;
    }

    main section.about-apartaments .appartament-info .appartament-info__button {
        font-size: 12px !important;
    }

    body .map-info__button {
        font-size: 20px !important;
        width: 100% !important;
    }

    header .head.main {
        padding-top: 50px;
    }

    main section.about-apartaments {
        overflow: hidden;
    }

    #navbarTogglerDemo03 ul {
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-burger-btn {
        padding: 15px 20px 0 20px;
    }

    main section.about-apartaments.main .baloonBg .appartament-info {
        width: 100% !important;
        margin: 0px !important;
    }

    body .map .mapouter {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    body .map-info {
        width: 310px !important;
    }

    .map-info__desc {
        font-size: 14px;
    }

    /*about pleace*/
    header .head.a-place .head--shadow .about-title {
        width: 100% !important;
        text-align: right;
        padding: 0 !important;
        direction: rtl;
    }

    .p-about-map .map-logo {
        top: 66% !important;
        right: 30% !important;
    }

    main section.about-apartaments.main .about-apartaments__img .img-info {
        position: absolute !important;
        bottom: 0 !important;
    }

    main section.about-apartaments.main .appartament-info__title {
        width: 75% !important;
        margin-left: auto !important;
        font-size: 30px !important;
        margin-bottom: 10px !important;
    }

    main section.about-apartaments.main .appartament-info__desc {
        margin: 0 !important;
        font-size: 16px !important;
    }

    main section.about-apartaments .appartament-info__button {
        height: 48px !important;
        margin: 40px 0 20px !important;
        font-size: 20px !important;

    }

    main section.about-apartaments.main .baloonBg {
        width: 100% !important;
    }

    main section.about-apartaments.main .about-apartaments__img {
        margin: 0 auto !important;
    }

    main section.about-apartaments .apartament-slide {
        text-align: center !important;
        width: 100% !important;
    }

    header .under-header-apartaments .u-appartament__button button, header .under-header-apartaments.app-list .u-appartament__button button {
        width: 100% !important;
    }

    main section.about-apartaments.main .baloonBg {
        width: 100% !important;
        padding: 0 !important;
    }

    main section.about-apartaments .appartament-info {
        width: 100% !important;
        padding: 0 !important;
    }

    header .under-header-apartaments {
        padding: 15px !important;
    }

    header .head--shadow {
        padding-right: 10px !important;
    }

    header .under-header-apartaments .u-appartament__button, header .under-header-apartaments.app-list .u-appartament__button {
        width: 100% !important
    }

    main section.about-apartaments.main .baloonBg .appartament-info {
        margin-top: 25px !important;
    }

    main section.about-apartaments.main-last-section .appartament-info {
        width: 100% !important;
        margin-top: 30px !important;
    }

    main section.about-apartaments .apartament-slide {
        margin-right: 0 !important;
    }

    main section.about-apartaments .appartament-info {
        padding: 0 !important;
    }

    main section.about-apartaments .about-apartaments__img {
        margin: 0 auto !important;
        width: 70% !important;
        margin-top: 5% !important;
    }

    main section.about-apartaments.last-big {
        margin-bottom: -10% !important;
    }

    main section.about-apartaments .appartament-info .appartament-info__button {
        font-size: 20px !important;
    }

    header .head-about .about-title .head__desc {
        margin-right: 5px !important;
    }
}
@media only screen and (max-width: 576px) {
    main section.about-apartaments.main .baloonBg {
        padding: 15px !important;
    }

    main section.about-apartaments.main-last-section .appartament-info {
        padding: 15px !important;
    }

    main section.article-blog .a-blog__desc {
        padding: 15px !important;
    }

    main section.article-blog .a-blog__title {
        padding: 15px !important;

    }

    main section.p-about-map {
        margin-top: 70% !important;
    }

    main section.about-apartaments .appartament-info {
        padding: 15px !important;
    }

    main section.p-about-info {
        margin-bottom: -5% !important;
    }

    main .without--pad {
        margin-bottom: -20% !important;
    }
    body .map {
        margin-top: 50% !important;
    }
    main section.about-apartaments.main .baloonBg .appartament-info{
        padding: 0 !important;
    }
    main section.blog .paginate .item__title{
        margin-left: auto;
        padding-right: 15px;
    }
    header .head-about .about-title .head__title.animated.slideInUp {
        text-align: right !important;
        margin-right: 0 !important;
    }
    header .head-about .about-title .head__desc {
        text-align: right !important;
        margin-right: 5px !important;
    }
    main section.blog-gallery {
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 480px) {

    header nav.navbar .contact-info-mob {
        width: 150px !important;
    }

    main section.p-about-info {
        margin-bottom: 0 !important;
    }

    header .head--shadow {
        margin-right: 20px !important;
    }

    .head__desc {
        font-size: 18px !important;
    }

    header .under-header-apartaments .u-appartament__title h3 {
        padding-bottom: 7px;
    }

    header .under-header-apartaments .u-appartament__desc {
        padding-bottom: 10px;
    }

    main section.about-apartaments .appartament-info__desc {
        font-size: 16px !important;
    }

    main section.about-apartaments .appartament-info .appartament-info__button {
        font-size: 20px !important;
    }

    body .map-info__button {
        font-size: 20px !important;
        width: 100% !important;
    }

    header .head.main {
        padding-top: 50px;
    }

    main section.about-apartaments {
        overflow: hidden;
    }

    #navbarTogglerDemo03 ul {
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-burger-btn {
        padding: 15px 20px 0 20px;
    }

    main section.about-apartaments.main .baloonBg .appartament-info {
        width: 100% !important;
        margin: 0px !important;
    }

    body .map {
        margin-top: 45%;
    }

    main .without--pad {
        margin-bottom: -10% !important;
    }

    main section.about-apartaments .about-apartaments__img iframe {
        height: auto;
    !important;
    }

    main section.about-apartaments.last-big {
        margin-bottom: 0 !important;
    }
    main section.app-info-block .info-block__title {
        font-size: 32px !important;
    }
}
@media only screen and (max-width: 400px) {
    body .map{
        margin-top: 42% !important;
    }
    header nav.navbar .mobile-burger-btn{
        padding: 15px 10px 0 10px !important;
    }
    header .head.main .main__title .head__title {
        margin-bottom: 0 !important;
        margin-right: 0 !important;
    }

    main section.about-apartaments.main .img-info {
        position: absolute !important;
        bottom: 0 !important;
    }

    .mobile-burger-btn {
        padding: 15px 10px 0 !important;
    }

    header nav.navbar .contact-info-mob {
        width: 100px !important;
    }

    header .head--shadow {
        padding-right: 0 !important;
    }

    header .head-about .about-title .head__desc {
        font-size: 21px !important;
    }

    header .head-about .about-title .head__title {
        font-size: 72px !important;;
        line-height: 60px !important;;
        margin-bottom: 0 !important;;
    }

    header .head-about.a-place .head--shadow {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)) !important;
    }

    header .head-about.a-place .about-title .head__desc {
        margin: -5px 46px 0 !important;
    }

    header .head-about.a-place .about-title .head__title {
        font-size: 73px !important;
        line-height: 63px !important;
    }



    main section.about .golden-art__img {
        width: 120px !important;;
        height: 130px !important;;
    }

    main section.about .golden-art__title {
        font-size: 35px !important;;
        line-height: 42px !important;;
        margin: 32px 0 23px !important;;
    }

    main section.about .golden-art__desc {
        padding: 0 4px !important;
        text-align: center !important;
        font-size: 16px !important;
    }



    main section.about .golden-art__desc br {
        display: none !important;;
    }

    main section.about .golden-art {
        padding: 52px 0 0 !important;;
    }

    main section.about .owl-secton .item .item-section {
        margin-top: 28px !important;;
    }

    main section.about .owl-secton .item .owl-carousel .owl-stage-outer {
        margin-top: 0 !important;;
    }

    main section.about .owl-secton .item .item-section .item-section__text p {
        font-size: 18px !important;;
        line-height: 25px !important;;
        padding: 22px 16px 32px !important;
    }

    main section.about .owl-secton .item .owl-carousel.owl-theme .owl-dots .owl-dot span {
        width: 8px !important;;
        height: 8px !important;;
        border-radius: 50% !important;;
    }

    main section.about .owl-secton .item .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
        width: 8px !important;;
        height: 8px !important;;
    }

    /*about-place*/
    main section.p-about .about-plane .plane-info {
        padding: 15px 15px 30px !important;
    }

    main section.p-about .about-plane .plane-info .plane-info__title {
        font-size: 37px !important;
        margin-bottom: 20px !important;
    }

    main section.p-about .about-plane .about-plane__img {
        width: 72% !important;
        height: 215px !important;
    }

    main section.p-about .about-plane .about-plane__img img {
        right: -33% !important;
        top: 18% !important;
        width: 290px !important;
    }

    main section.p-about-map {
        margin-top: 70% !important;
    }

    main section.p-about-map .map .map-info {
        padding: 30px 28px 30px 28px !important;
        height: auto !important;
    }

    main section.p-about-map .map .map-info .map-info__title {
        font-size: 29.5px !important;
    }

    main section.p-about-map .map .map-info ul li {
        font-size: 14px !important;
    }

    main section.p-about-map .map .map-info ul {
        margin-top: 45px !important;
        margin-right: 12px !important;
    }

    main section.p-about-map .map .mapouter {
        height: 728px !important;
    }

    main section.p-about-map .map .map-info ul li:after {
        top: 7px !important;
    }

    main section.p-about-video {
        padding-top: 3px !important;
        padding-bottom: 0 !important;
        padding: 0 !important;
        margin: 18% 0 16.5% !important;
    }

    main section.p-about-gallery-info .gallery-title .gallery__title {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    main section.p-about-gallery-info .gallery-title  {
        width: 90% !important;
    }
    main section.go-to-the-website .gallery-title  {
        text-align: center;
        margin: 0 auto;
    }

    main section.p-about-gallery-info .gallery-title .gallery__desc {
        font-size: 16px !important;
        margin: 22px 0 60px !important;
    }

    .pt50 {
        padding: 15px !important;
    }

    main section.p-about-info .gallery-title .pt50 {
        height: 215px !important;
    }

    header .head-blog .head--shadow .email-block {
        max-width: 275px !important;
    }

    /*blog-page*/
    header .head.head-blog {
        background-position: center;
    }

    header .head.head-blog .head--shadow .head__desc {
        font-size: 23px !important;
    }

    header .head-blog .head--shadow .head__title {
        font-size: 78px !important;
        line-height: 70px !important;
    }
    main section.blog nav{
        width: 72% !important;
        position: relative !important;
    }
    main section.blog nav .pagination  .page-item .next.owl-next.page-numbers{
        font-family: "Roboto", sans-serif !important;
        font-size: 50px !important;
        color: #be9558 !important;
        position: absolute !important;
        right: 0 !important;
        line-height: 34px !important;
    }
    main section.blog nav .pagination  .page-item .prev.page-numbers{
        font-family: "Roboto", sans-serif !important;
        font-size: 50px !important;
        color: #be9558 !important;
        position: absolute !important;
        left: 0 !important;
        line-height: 34px !important;
    }
    main section.blog .paginate .item__title {
        font-size: 37px !important;
        width: 86% !important;
        margin: 10px auto 25px !important;
    }

    main section.blog .paginate .item .gallery-block {
        height: 183px !important;
        margin: 10px 0 !important;
    }

    main section.blog .paginate .item .gallery-block .email-block {
        width: 90% !important;
        max-width: 290px !important;
        height: 24px !important;
    }


    /*main section.blog .paginate .item .gallery-block:nth-last-of-type(1), .paginate .item .gallery-block:nth-last-of-type(2), .paginate .item .gallery-block:nth-last-of-type(3) {*/
    /*    display: none !important;*/
    /*}*/

    main section.blog .paginate .item .blog-mob-btn {
        width: 90% !important;
    }

    main section.blog .paginate .owl-nav, .pagination.pagination-lg {
        display: none !important;
    }

    main section.blog {
        padding: 6% 0 3% !important;
    }
    header .head-about .about-title .head__title.animated.slideInUp {
        margin-right: 8px !important;
    }
    header .head-about .about-title .head__desc {
        margin-right: 12px !important;
    }
    /*main page*/
    header .head.main .head__title {
        font-size: 72px !important;
        line-height: 50px !important;
    }

    header .head.main .main__desc {
        position: relative !important;
        top: -50px !important;
        right: 145px !important;
    }

    header .head.main .main__title {
        padding-right: 10px !important;
        margin-bottom: 0 !important;
    }

    header .head.head-apartaments.main .head--shadow .head__desc {
        margin-right: 3px !important;
    }

    header .under-header-apartaments .u-appartament__button button {
         font-size: 20 px  !important;
    }

    header .under-header-apartaments.main,  header .under-header-apartaments.main.app-list  {
        padding: 33px 15px 33px 15px !important;
    }

    .header-apartaments .u-appartament__title h3 {
        font-size: 23px !important;
        width: 90% !important;
    }

    .header-apartaments .u-appartament__title h3 br {
        display: none !important;
    }

    header .under-header-apartaments.main .u-appartament__desc {
        padding-bottom: 44px !important;
    }

    header .under-header-apartaments.main .u-appartament__desc p {
        font-size: 16px !important;
    }

    main section.apartaments-details {
        padding: 23px !important;
    }

    main section.apartaments-details .apartaments-details__title {
        font-size: 36px !important;
        margin-bottom: 0 !important;
    }

    main section.apartaments-details .apartaments-details__info {
        margin-bottom: 50px !important;
    }

    main section.apartaments-details .apartaments-details__info .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 30px !important;
    }

    main section.apartaments-details .apartaments-details__info .owl-theme .owl-dots .owl-dot.active {
        background: #be9558 !important;
    }

    main section.apartaments-details .apartaments-details__info .owl-theme .owl-dots .owl-dot span {
        width: 8px !important;
        height: 8px !important;
    }

    main section.app-info-block .bg {
        outline: 1.5px solid #be9558 !important;
        outline-offset: -7px !important;
        padding: 15px !important;
    }

    main section.app-info-block .info-block__title {
        font-size: 21.9px !important;
        margin-bottom: 3px !important;
    }

    main section.app-info-block .bg .info-block__text {
        margin: 0 !important;
    }

    main section.app-info-block .info-block__button {
        margin: 10px 0 0 !important;
    }

    main section.app-info-block {
        padding: 23px 15px !important;
    }

    main section.about-apartaments.main .appartament-info__button {
        width: 100% !important;
        height: 48px !important;
        margin: 40px 0 20px !important;
    }


    main section.about-apartaments.main .appartament-info__title {
        width: 75% !important;
    }

    main section.about-apartaments.main .about-apartaments__img .img-info {
        width: 255px !important;
        height: 72px !important;
        position: absolute !important;
        bottom: 0 !important;
    }

    main section.about-apartaments.main-last-section .appartament-info {
        padding-top: 0 !important;
    }

    main section.about-apartaments.main-last-section .appartament-info__desc {
        font-size: 16px !important;
        margin-top: 10px !important;
    }

    main section.apartaments-slide {
        padding: 0 15px !important;
    }

    main section.apartaments-slide .app-slide {
        max-width: 400px !important;
        width: 100% !important;
    }

    main section.about-apartaments.main-last-section .appartament-info__button {
        width: 100% !important;
        height: 48px !important;
        margin: 40px 0 20px !important;
    }

    main section.about-apartaments.main-last-section .appartament-info__title {
        margin-top: 0 !important;
        font-size: 30px !important;
    }

    main section.about-apartaments.main .baloonBg .appartament-info {
        padding: 0 !important;
    }

    /*apartaments*/
    header .head-apartaments .head--shadow .head__title {
        font-size: 63px !important;
        line-height: 60px !important;
        margin-right: 10px !important;
    }

    header .head.head-apartaments .head--shadow {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)) !important;
    }

    header .under-header-apartaments .u-appartament__title h3 {
        font-size: 17px !important;
        margin-bottom: 12px !important;
    }

    header .under-header-apartaments, header .under-header-apartaments.app-list {
        padding: 15px !important;
    }

    header .under-header-apartaments .u-appartament__desc {
        padding-bottom: 20px !important;
    }

    header .under-header-apartaments .u-appartament__button button {
        font-size: 20px !important;
    }

    main section.apartaments-slide .app-slide .item img {
        min-width: 285px !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    main section.apartaments-details {
        padding: 15px !important;
    }

    main section.apartaments-details .apartaments-details__title {
        font-size: 36px !important;
    }

    main section.app-info-block {
        padding: 0 !important;
    }

    /*main section.app-info-block .info-block__title {*/
    /*    font-size: 49px !important;*/
    /*    line-height: 49px !important;*/
    /*}*/

    main section.app-info-block .info-block__button {
        width: 94%;
        height: 50px;
    }

    main section.app-info-block .info-block__text {
        font-size: 17px !important;
        margin: 13px 0 20px !important;
    }

    main section.about-apartaments .about-apartaments__img iframe {
        width: 100% !important;
    }

    main section.about-apartaments .appartament-info .appartament-info__button {
        width: 100%;
        height: 50px;
        margin: 10px 0;
    }

    /*contacts*/
    header .head-contact .contact-title {
        padding-right: 15px !important;
    }

    header .head-contact .contact-title .head__title {
        font-size: 74px !important;
    }

    header .head-contact .contact-title .head__desc {
        font-size: 23px !important;
        line-height: 26.9px !important;
        margin-bottom: 27px !important;
    }

    header .head-contact .contact-title .contact-form__field {
        height: 46px !important;
        margin-bottom: 5px !important;;
    }

    header .head-contact .head--shadow .contact-action label {
        margin-top: 11px !important;
    }

    header .head-contact .head--shadow .contact-action .contact-form__button {
        margin-top: 10px !important;
    }

    header .under-header-contact .under-content {
        margin-right: 15px !important;
        padding: 16% 0 23% !important;
    }

    header .under-header-contact .under-content > div:last-of-type h4 {
        font-size: 53px !important;
    }

    /*article of blog*/
    header .head.article-blog .head--shadow .head__title {
        margin-right: 8px !important;
        font-size: 79px !important;
        line-height: 54px !important;
    }

    main section.article-blog .a-blog {
        padding: 26px 15px !important;
    }

    main section.article-blog .a-blog__link {
        padding: 25px 0 0 !important;
    }

    main section.article-blog .a-blog__title {
        font-size: 38px !important;
        padding: 0 !important;
    }

    main section.article-blog .a-blog .a-blog__desc {
        line-height: 21px !important;
        padding: 6px 0 !important;
    }

    .main section.article-blog .a-blog__img {
        width: 110% !important;
        margin: 18px -15px 37px !important;
    }

    main section.article-blog .a-blog .quote {
        padding: 0 !important;
    }

    main section.article-blog .a-blog .quote__title {
        margin-top: 10px !important;
    }

    main section.article-blog .a-blog .quote {
        height: 200px !important;
    }

    main section.article-blog .a-blog .blogText {
        padding: 0 !important;
    }

    main section.blog-gallery .blog-gallery__title {
        margin-top: 45px !important;
    }

    main section.blog-gallery .gallery-img {
        padding: 15px !important;
    }

    main section.blog-gallery .gallery-img {
        padding-bottom: 0 !important;
    }

    /*apartament*/
    main section.apartament-architecture .architecture__title {
        font-size: 31px !important;
        text-align: right !important;
        margin-right: 14px !important;
        margin-bottom: 32px !important;
    }

    body .map-info {
        top: -21% !important;;
        width: 290px !important;
        height: 374px !important;;
    }

    body .map-info__desc {
        font-size: 14px !important;;
        margin: 22px 0 38px !important;;
    }

    body .map-info__button {
        width: 190px !important;
        height: 36px !important;;
        padding: 0 !important;
        margin: 0 auto !important;;
    }

    body .map .mapouter {
        height: 640px !important;;
    }

    body .map-logo {
        top: 61% !important;
        left: 50% !important;;
        transform: translate(-50%, 0px) !important;;
    }

    .footer-menu {
        padding: 16px 0 30px !important;
    }

    main section.about-apartaments.main {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    main section.about-apartaments.main .about-apartaments__img {
        max-width: 100% !important;
        min-height: 450px !important;
    }

    header .under-header-apartaments .u-appartament__title h3 {
        padding-bottom: 7px;
    }

    header .under-header-apartaments .u-appartament__desc {
        padding-bottom: 10px;
    }

    main section.about-apartaments .appartament-info__desc {
        font-size: 16px !important;
    }

    main section.about-apartaments .appartament-info .appartament-info__button {
        font-size: 20px !important;
    }

    body .map-info__button {
        font-size: 20px !important;
        width: 100% !important;
    }

    header .head.main {
        padding-top: 50px;
    }

    main section.about-apartaments {
        overflow: hidden;
    }

    #navbarTogglerDemo03 ul {
        display: none;
    }

    .mobile-menu {
        display: none;
    }

    .mobile-burger-btn {
        padding: 15px 20px 0 20px;
    }

    main section.about-apartaments.main .baloonBg .appartament-info {
        width: 100% !important;
        margin: 0px !important;
    }

    main section.about-apartaments.main .about-apartaments__img {
        min-height: auto !important;
    }

    header .under-header-apartaments .u-appartament__list ul li {
        font-size: 16px !important;
    }

    header .under-header.under-header-apartaments .u-appartament__desc p {
        font-size: 16px !important;
    }

    /*about pleace*/
    header .head.a-place .head--shadow .about-title {
        width: 100% !important;
        text-align: right;
        padding: 0 10px !important;
        direction: rtl;
    }

    main section.p-about-gallery-info .gallery-title {
        width: 91% !important;
    }

    main section.p-about-gallery-info .gallery-title .gallery__title {
        text-align: right !important;
    }

    section.p-about-info .gallery-title button {
        font-size: 20px !important;
    }

    body .map .map-info .map-info__button {
        font-size: 20px !important;
    }


    header .under-header-contact .under-content {
        width: 79% !important;
    }

    header .under-header-contact .under-content > div p {
        margin-right: 12px !important;
    }

    main section.apartaments-details .details.det-mob .details-block {
        height: 195px !important;
    }

    main section.apartaments-slide .apartaments-slide__title {
        padding: 5px 0 5px !important;
    }

    section.apartaments-details .details .owl-carousel .item .details-block p:last-of-type {
        font-size: 15px !important;
    }

    .p-about-map .map-logo {
        top: 66% !important;
        right: 30% !important;
    }

    main section.app-info-block .info-block__title {
        line-height: 30px !important;
    }

    main section.app-info-block .info-block__button {
        margin: 10px 0 5px !important;
    }

    header .head.main .main__title{
        padding-right: 0 !important;
    }
}
@media only screen and (max-width: 320px) {
    header .head.main {
        padding-top: 50px;
    }
}
#map-popup{
    display: none;
}
.owl-next.page-numbers,
.prev.page-numbers{
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    color: #be9558;
    text-decoration: none;
}
.pagination.pagination-lg{
    align-items: center;
}
.pagination .page-item{
    position: relative;
    top: 4px;
}
.text-under-preloader h2{
    color: white;
}
main section.about .golden-art__desc{
    color: rgba(55, 56, 58, 0.7) !important;
}
.details-block p:last-child{
    color: rgba(55, 56, 58, 0.7) !important;
}
.mapouter{
    cursor: pointer;
}
.text-under-preloader{
    position: absolute;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apartament-architecture{
    margin-bottom: 4% !important;
}
.swal-title{
    direction: rtl!important;
}
.blogs-title a{
    text-decoration: none;
}
.blogs-title a:hover{
    text-decoration: none;
}
.blogs-block{
    transition: 1s ease-in-out;
}
.gallery--gradie{
    transition: 1s ease-in-out;
}
.gallery--gradient .email-block__address:hover{
    text-decoration: none;
    color: #be9558;
}
.pagination.pagination-lg{
    direction: rtl;
}
.contact-info__item:not(.active){
    transition: 1s background-color ease-in-out;
}
.contact-info__item:not(.active):hover{
    background-color: #be9558;
}
body .map-logo{
    width: 100px!important;
    height: 42px!important;
}
.contact-info-mob a{
    text-decoration: none;
}
.about-plane__img{
    background-image: url('http://www.harovarent.co.il/wp-content/uploads/2020/05/new-image.jpg')!important;
}
.waze{
    text-decoration: none;
}
.scale-up-center {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.scale-up-center2 {
    -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.waze img{
    width: 60%;
    position: relative;
    left: 40px;
}
main section.apartaments-details .apartaments-details__info {
    font-size: 42px!important;
    color: #be9558!important;
    line-height: 30px!important;
}
main section.about .golden-art__desc{
    font-size: 18px!important;
    line-height: 20px!important;
}
main section.p-about .plane-info{
    position: relative !important;
}
main section.p-about .plane-info .moving-heatmap-area{
    position: absolute !important;
    right: 40% !important;
    bottom: 20% !important;
    z-index: -1 !important;
}

.go-to-the-website{
    display: flex;
    justify-content: center;
    align-items: center;
}
.go-to-the-website .gallery-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.go-to-the-website .gallery-title a{
    width: 100%!important;
}
.go-to-the-website .gallery-title h3{
    margin-bottom: 0;
}
.go-to-the-website .gallery-title button{
    width: 100%!important;
}
.under-footer{
    background-color: #343748;
    padding: 20px;
    direction: rtl;
}
.under-footer p{
    color: white;
    text-align: center;
    font-size: 12px;
    letter-spacing: .8px;
    margin-bottom: 0!important;
}
#shopMapInPopup{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px){
    .about-plane__img{
        margin: 0 auto !important;
        width: 90% !important;
    }
}
#loadMore{
    text-decoration: none;
}
#loadMore:hover{
    text-decoration: none;
}
#loadMore .text-center h3,
#loadMore .text-center p{
    direction: rtl;
}
.text-center{
    margin-top: 30px;
}
.blog-mob-btn{
    margin-bottom: 0!important;
}
.contact-info__item a{
    text-decoration: none;
}
.contact-info__item a:hover{
    text-decoration: none;
}
main section.blog .paginate .item .gallery-block .gallery-info__title{
    padding-left: 25px;
}
.head {
    background-position: center center;
    background-size: cover;
}
main section.p-about-gallery-info .gallery-title{
    width: 57%!important;
}
#logoImageHeader{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.animated.delay-custom-1s {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
/* This only changes this particular animation duration */
.animate__bounce__cst  {
    --animate-duration: .2s!important;
}
/*header nav.navbar{*/
/*    width: 100% !important;*/
/*    position: relative!important;*/
/*}*/