/* ====== Specification ====== */

body {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
    width: 100%;
}

.container {
    width: 1180px;
    margin: 0 auto;
    padding: 0;
}

div,
p,
form,
input,
a,
span,
button,
ul,
li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 700;
    line-height: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

button,
button:hover,
button:focus,
button:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
    overflow: hidden;
    box-shadow: 0;
    border-radius: 0;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    background: #7E6D51;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.btn:hover {
    background: #9d8568;
}

.btn-once-color {
    background: #7E6D51 !important;
}

.btn-once-color:hover {
    background: #9d8568 !important;
}

/* ====== Header ====== */

.header {
    background: #000;
    /* padding: 10px 0; */
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: block;
    min-width: 180px;
    max-width: 180px;
}

.logo img {
    display: block;
    width: 100%;
}

.menu {
    display: flex;
    align-items: center;
}

.menu>li {
    display: block;
    margin: 0 16px;
    padding: 30px 0;
    cursor: pointer;
}

.menu>li a {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    transition: 0.3s;
}

.menu>li a:hover {
    color: #dcccb9;
}

.menu-child {
    position: relative;
}

.menu-child::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-left: 5px;
    margin-top: -2px;
    width: 8px;
    height: 5px;
    background: url(../img/menu-arrow.svg) no-repeat center center;
}

.menu>li>ul {
    display: none;
    min-width: 140px;
}

.menu>li>ul>li {
    display: block;
}

.menu>li>ul>li>a {
    padding: 10px 12px;
    display: block;
}

.menu>li>ul>li>a:hover {
    background: #9c8b6f;
    color: #fff;
}

.menu>li:hover>ul {
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    background: #7E6D51;
    animation: 0.5s visSubMenu;
    z-index: 1000;
}

@keyframes visSubMenu {
    0% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

.menu>li>ul>li ul {
    display: none;
}

.header-cont {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.mail-link {
    color: #BCA182;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    transition: 0.3s;
}

.mail-link:hover {
    color: #d6c4af;
}

.phone-link {
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s;
}
.header-cont .delimiter{
    color: #FFF;
    display: block;
    padding: 0px 3px 1px;
}
.header-cont .phones-contact{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.phone-link:hover {
    color: #d6c4af;
}

.call-link {
    color: #BEBEBE;
    font-size: 11px;
    font-weight: 400;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.call-link span {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #54BB5E;
    margin-right: 3px;
}

.call-link:hover {
    color: #BCA182;
}


/* ====== Offer ====== */

.offer {
    height: 581px;
}

.offer .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.offer-wrap {
    width: 905px;
    height: 430px;
    background: rgba(0, 0, 0, 0.75);
    padding: 30px 66px 40px;
}

.offer__title {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 129.688%;
    margin-bottom: 26px;
}

.offer__title span {
    display: inline-block;
    font-size: 37px;
    font-weight: 500;
    line-height: 129.688%;
    margin-bottom: 16px;
}

.offer-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.offer-filter__select-lab {
    position: relative;
}

.offer-filter__select {
    width: 246px;
    height: 45px;
    border: 1px solid #847156;
    background: #E9E9E9;
    padding: 0 15px;
    box-sizing: border-box;
    color: #5E5E5E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    cursor: pointer;
    outline: none;
}

.offer-filter__select-lab::after {
    content: '';
    position: absolute;
    right: 0;
    top: 1px;
    width: 50px;
    height: calc(100% - 12px);
    background: #E9E9E9 url(../img/filter-arrow-offer.svg) no-repeat center center;
    z-index: 10;
    pointer-events: none;
}

.offer-filter__btn {
    width: 246px;
    height: 45px;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #7E6D51;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.offer-filter__btn:hover {
    background: #5b4e3a;
}

.offer-filter__btn img {
    margin-left: 6px;
}

.offer-info {
    border: 2px solid #7E6D51;
    padding: 17px 39px 17px 12px;
    position: relative;
    width: 404px;
    height: 72px;
    margin: 0 auto;
}

.offer-info__text {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

.offer-info__text span {
    font-weight: 700;
}

.offer-info__img {
    position: absolute;
    right: -50px;
    top: -12px;
}

.offer-edge {
    position: absolute;
    bottom: -55px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.offer-edge-card {
    border: 2px solid var(--Accent-color, #7E6D51);
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 110px;
    padding: 0 33px;
    position: relative;
    cursor: pointer;
}

.offer-edge-card::after {
    content: '';
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 71px;
    height: 68px;
    background: url(../img/card-background.png) no-repeat center center / cover;
}

.offer-edge-card__icon {
    display: block;
    margin-right: 15px;
}

.offer-edge-card__text {
    color: #FFF;
    font-size: 21px;
    font-weight: 400;
    position: relative;
    z-index: 5;
}


/* ====== stock ====== */

.stock {
    padding: 155px 0 50px;
}

.stock-slide {
    height: 500px;
}

.stock-slide-content {
    background: url(../img/slider-bg.png) center center;
    height: 100%;
    width: 50%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}

.stock-slide__title {
    color: #fff;
    text-align: center;
    font-size: 41px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.stock-slide__title span {
    color: #BCA182;
}

.stock-slide-box {
    width: 472px;
    padding: 23px 76px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #7E6D51;
}

.stock-slide__type {
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}

.stock-slide__line {
    width: 167px;
    height: 1px;
    background: rgba(188, 161, 130, 1);
    margin: 13px 0px;
}

.stock-slide__count {
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 4px;
}

.stock-slide__city {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 27px;
}

.stock-slide__btn {
    width: 199px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid rgba(188, 161, 130, 1);
    transition: 0.3s;
}

.stock-slide__btn:hover {
    background: rgba(188, 161, 130, 1);
}

.stock .slick-dots {
    bottom: 15px;
}

.stock .slick-dots li {
    width: 63px;
    height: 6px;
    background: #fff;
}

.stock .slick-dots li.slick-active {
    background: #7E6D51;
}

.slick-dots li button:before {
    display: none !important;
}


/* ====== present ====== */

.present {
    padding: 50px 0 100px;
}

.present__title {
    margin-bottom: 50px;
}

.realty-slider {
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 30px;
}

.realty-card {
    display: block !important;
    padding: 15px;
    background: rgba(188, 161, 130, 0.30);
    margin: 0 10px;
    width: auto !important;
}

.realty-card__photo {
    width: 100%;
    height: 188px;
    position: relative;
}

.realty-card__label {
    color: #FFF;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    background: rgba(188, 161, 130, 0.60);
    position: absolute;
    right: 15px;
    top: 15px
}

.realty-card-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}

.realty-card__title {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}

.realty-card-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.realty-card-col:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.realty-card-col:last-child {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.realty-card__item {
    display: flex;
    align-items: center;
    color: #5E5E5E;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 13px;
}

.realty-card__item img {
    margin-right: 4px;
}

.realty-card__count {
    color: #000;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.realty-card__count img {
    margin-right: 4px;
}

.realty-card-price {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

.realty-card-price__val-wr {
    background: #BCA182;
    overflow: hidden;
    margin-right: 8px;
    width: 40px;
    height: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.realty-card-price__val-wr::before {
    content: '';
    position: absolute;
    left: 6px;
    width: 6px;
    height: 4px;
    background: url(../img/price-arrow-icon.svg) no-repeat center center;
}

.realty-card-price__val {
    border: 0;
    font-size: 9px;
    background: transparent;
    color: #fff;
    padding-left: 12px;
    outline: none;
    cursor: pointer;
}

.realty-card-price__val option {
    color: #000;
}

.realty-card-price__num {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.realty-card__btn {
    width: 110px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7D6C50;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    transition: 0.3s;
}

.realty-card__btn:hover {
    background: #957c60;
}


.present__btn {
    margin: 0 auto;
}

.present_2 {
    padding: 100px 0 50px;
}


/* ====== quote ====== */

.quote {
    background: #000 url(../img/slider-bg.png) repeat center center;
    min-height: 436px;
    position: relative;
    padding-top: 100px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.quote__ornam {
    position: absolute;
    left: 0;
    top: 20px;
    display: none;
}

.quote-content {
    position: relative;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    grid-template-rows: repeat(2, auto);
    justify-items: flex-end;
    row-gap: 25px;
    padding: 0 10px;
}

.quote__left {
    position: absolute;
    left: -50px;
    top: -40px;
    z-index: 5;
}

.quote__text {
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 120.687%;
    /* max-width: 580px; */
    text-align: justify;
}

.quote__right {
    position: absolute;
    left: 550px;
    bottom: -40px;
    z-index: 5;
}

.quote__ceo {
    color: #D9D9D9;
    font-size: 17px;
    font-weight: 400;
    /* position: absolute;
    bottom: -100px;
    left: 42%; */
    width: 280px;
    justify-self: flex-end;
    text-align: end;
}

.quote__img {
    /* position: absolute;
    left: 65%;
    top: 50%;
    transform: translateY(-50%); */
    grid-column: 2 / 3;
    grid-row: 1 / -1;
    display: block;
    width: 400px;
    max-width: 100%;
    height: auto;
}


/* ====== quiz-sec ====== */

.quiz-sec {
    padding: 50px 0 100px;
}

.quiz {
    width: 100%;
    border: 45px solid #7E6D51;
    background: #000;
    padding: 32px 57px 44px;
}

.quiz__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    margin: 0 10px 15px;
}

.quiz-item {
    display: none;
}

.quiz-item__question {
    color: #FFF;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    margin: 0 10px 20px;
}

.quiz-item-answers {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.quiz-item-answer {
    width: 300px;
    height: 60px;
    background: #7E6D51;
    display: flex;
    align-items: center;
    padding: 0 15px 0 30px;
    margin: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
}

.quiz-item-answer:hover {
    background: #9d8568;
}

.quiz-item-answer__radio {
    display: block;
    margin-right: 16px;
    opacity: 0;
}

.quiz-item-answer span {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    pointer-events: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quiz-item-answer span::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -15px;
    margin-right: 13px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fff;
}

/* Checked */
.quiz-item-answer input[type=radio]:checked+span:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;
    margin-right: 18px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #7E6D51;
}

.quiz-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}

.quiz-nav-status {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 10px;
}

.quiz-nav-status__text {
    color: #8B8B8B;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.quiz-nav-status__line {
    height: 7px;
    width: 100%;
    background: #D9D9D9;
    border-radius: 10px;
    border: 1px solid #5D5D5D;
    overflow: hidden;
}

.quiz-nav-status__total {
    height: 5px;
    width: 0%;
    background: #7E6D51;
}

.quiz-nav__btn {
    width: 110px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7E6D51;
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    margin-left: 30px;
    cursor: pointer;
}

.quiz.quiz-stop .quiz-nav__btn {
    display: none;
}

.quiz-form {
    display: flex;
    justify-content: space-between;
    margin: 0 10px 30px;
}

.quiz-form__input {
    width: 24%;
    border: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
}

.quiz-form__input-error {
    border: 2px solid red;
}

.quiz-form__input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #888;
}

.quiz-form__btn {
    width: 24%;
    border: 0;
}

.quiz__error {
    margin: 0 10px 10px;
    color: red;
    font-size: 14px;
}


/* ====== emirate ====== */

.emirate {
    background: #000000;
    padding: 70px 0;
}

.emirate__title {
    color: #fff;
    margin-bottom: 50px;
}

.emirate-slider {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.emirate-slide {
    width: 360px !important;
    height: 380px;
    position: relative;
    margin: 0 10px;
}

.emirate-img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emirate-slide-content {
    height: 95px;
    width: 100%;
    background: rgba(188, 161, 130, 0.70);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 120px 30px 25px;
}

.emirate-slide__title {
    color: #FFF;
    font-size: 27px;
    font-weight: 700;
}

.emirate-slide__link {
    width: 95px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BCA182;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.emirate-slide__link:hover {
    background: #a3886a;
}

.emirate__btn {
    margin: 0 auto;
}


/* ====== banner-sec ====== */

.banner-sec {
    padding: 100px 0 50px;
}

.banner {
    position: relative;
    padding: 50px;
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.banner-wrap {
    position: relative;
    border: 1px solid #BCA182;
    z-index: 5;
    width: 583px;
    padding: 30px 60px;
}

.banner__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner__sub-title {
    color: #FFF;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}

.banner__sub-title span {
    color: #BCA182;
}

.banner-form {
    width: 100%;
    margin-bottom: 10px;
}

.banner-form__input {
    width: 100%;
    height: 69px;
    margin-bottom: 15px;
    border: 0;
    padding: 0 26px;
    font-size: 19px;
    font-weight: 400;
    color: #383838;
}

.banner-form__input::placeholder {
    font-size: 19px;
    font-weight: 400;
    color: #8b8b8b;
}

.banner-form__btn {
    width: 100%;
    height: 69px;
    border: 0;
    cursor: pointer;
}

.banner-form__privacy {
    color: #D1D0D0;
    font-size: 13px;
    font-weight: 400;
}

.banner-form__privacy a {
    color: #D1D0D0;
    font-size: 13px;
    font-weight: 400;
}

.banner__img {
    position: absolute;
    bottom: 38px;
    right: 50px;
    z-index: 3;
}


/* ====== videofaq ====== */

.videofaq {
    padding: 50px 0;
    position: relative;
}

.videofaq__title {
    margin-bottom: 50px;
}

.videofaq-slider {
    display: flex;
    justify-content: space-between;
}

.videofaq-slide {
    /* display: block !important; */
    /* width: auto !important; */
    height: 500px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    width: 100%;
}

.videofaq-slide iframe {
    width: 100% !important;
    min-height: 100% !important;
}

/* .videofaq-slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(188, 161, 130, 0.50);
    z-index: 1;
    transition: 0.3s;
} */

.videofaq-slide__play {
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.videofaq-slide-cont {
    position: absolute;
    bottom: 80px;
    left: 20px;
    right: 20px;
    z-index: 2;
    transition: 0.3s;
}

.videofaq-slide__text {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
}

.videofaq-slide__line {
    width: 75%;
    height: 1px;
    background: #D9D9D9;
    margin: 10px 0;
}

.videofaq-slide__name {
    width: 99px;
    height: 28px;
    background: #BCA182;
    padding: 0 12px;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videofaq .slider-arrows {
    top: 57%;
    display: none;
}

/* .videofaq-slide:hover::after {
    background: none;
}

.videofaq-slide:hover .videofaq-slide__play {
    display: none;
}

.videofaq-slide:hover .videofaq-slide-cont {
    display: none;
} */


/* ====== news ====== */

.news {
    padding: 50px 0 100px;
}

.news__title {
    margin-bottom: 50px;
}

.news-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.news-card {
    width: 580px;
    padding: 20px;
    background: #000;
    display: flex;
    align-items: center;
}

.news-card__photo {
    min-width: 260px;
    height: 200px;
    margin-right: 10px;
}

.news-card-content {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-card__title {
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-card__text {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.news-card__link {
    color: #BCA182;
    font-size: 11px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.news-card__link img {
    display: block;
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.news-card__link:hover {
    color: #d7c2a9;
}

.news-card__date {
    color: #BCA182;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.news-card__date img {
    display: block;
    margin-right: 2px;
}

.news__btn {
    margin: 0 auto;
}


/* ====== soc-sec ====== */

.soc-sec {
    padding: 34px 0;
    background: #000;
}

.soc-slider {
    display: flex;
    justify-content: space-between;
}

.soc-slide {
    width: auto !important;
    padding: 60px 33px;
    background: url(../img/soc-card-bg.png) no-repeat center center / cover;
    border: 1px solid #BCA182;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
}

.soc-slide__title {
    margin-bottom: 30px;
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.soc-slide__icon img {
    margin: 0 auto 24px;
    height: 40px;
    width: auto;
    display: block;
}

.soc-slide__text {
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 131.712%;
    margin-bottom: 40px;
}

.soc-slide__btn {
    width: 212px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7E6D51;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    transition: 0.3s;
}

.soc-slide__btn:hover {
    background: #967e62;
}


/* ====== banner-sec_2 ====== */

.banner-sec_2 {
    padding-bottom: 100px;
}

.banner-sec_2 .banner__img {
    right: 0;
    bottom: 0;
}

.banner-sec_2 .banner__title {
    font-size: 34px;
}


/* ====== partners ====== */

.partners {
    position: relative;
    height: auto;
    background: #000;
    padding: 50px 0;
    box-sizing: border-box;
}

.partners-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partners-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    color: #DBC58A;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.partners-item img {
    display: block;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90%;
}

.partners-img-1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.partners-img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* ====== newsletter ====== */

.newsletter {
    padding: 45px 0;
    background: #BCA182;
}

.newsletter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsletter-col {
    width: 580px;
}

.newsletter__title {
    color: #FFF;
    font-size: 23px;
    font-weight: 700;
    line-height: 136.023%;
    margin-bottom: 15px;
}

.newsletter__text {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 136.023%;
}

.newsletter-form {
    display: flex;
}

.newsletter-form__input {
    width: 380px;
    height: 60px;
    background: #FFF;
    border: 0;
    color: #444444;
    font-size: 15px;
    font-weight: 400;
    line-height: 136.023%;
    padding: 0 20px;
}

.newsletter-form__input::placeholder {
    color: #B6B6B6;
    font-size: 15px;
    font-weight: 400;
    line-height: 136.023%;
}

.newsletter-form__btn {
    width: 180px;
    height: 60px;
    background: transparent;
    border: 1px solid #fff;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 136.023%;
    margin-left: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.newsletter-form__btn:hover {
    background: #fff;
    color: #BCA182;
}


/* ====== footer ====== */

.footer {
    background: #000;
    padding-top: 30px;
}

.footer-wrap {
    padding-bottom: 86px;
    display: flex;
    justify-content: space-between;
}

.footer-col:last-child {
    width: 280px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(188, 161, 130, 0.70);
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 35px;
}

.footer-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.footer-item span {
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 5px;
}

.footer-item a {
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    transition: 0.3s;
}

.footer-item a:hover {
    color: #BCA182;
}

.footer-col__name-menu {
    color: #FFF;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li a {
    color: #FFF;
    font-size: 17px;
    font-weight: 400;
    transition: 0.3s;
}

.footer-menu li a:hover {
    color: #BCA182;
}

.footer-soc {
    display: flex;
    margin-bottom: 30px;
}

.footer-soc__item {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7E6D51;
    margin-right: 10px;
    transition: 0.3s;
}
.footer-soc__item img {
    max-width: 26px;
}

.footer-soc__item:hover {
    background: #9b896c;
}

.footer-item_m span {
    margin-bottom: 15px;
}

.footer-item__address {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer__btn {
    width: 280px;
    height: 57px;
    background: #7E6D51;
}

.footer-row {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #B6B6B6;
}

.copy {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
}

.footer-row span {
    display: flex;
    align-items: center;
}

.footer__link {
    display: block;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    margin-left: 20px;
    transition: 0.3s;
}

.footer__link:hover {
    color: #BCA182;
}


.slider-arrows {
    width: 100%;
    position: absolute;
    top: 45%;
    margin-top: -12px;
}

.slider-arrow {
    display: block !important;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}

.slider-arrow:hover {
    opacity: 0.7;
}

.slider-arrow.left {
    left: -75px;
}

.slider-arrow.right {
    right: -75px;
}


.gallery .slider-arrow.left {
    left: 30px;
}

.gallery .slider-arrow.right {
    right: 30px;
}


/* ArcticModal */
.form-modal {
    background: #000;
    width: auto;
    height: auto;
    position: relative;
}

.form-modal .banner-wrap {
    position: static;
}

.form-modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
}

.form-modal_close .line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #7E6D51;
}

.form-modal_close .line-1 {
    transform: rotate(45deg);
}

.form-modal_close .line-2 {
    transform: rotate(-45deg);
}




/* ====== ======== ====== */
/* ====== inner-pg ====== */
/* ====== ======== ====== */

.btn_border {
    background: none;
    border: 2px solid #BCA182;
}

.btn_border:hover {
    border: 2px solid #9d8568;
}

/* ====== hero ====== */

.hero {
    min-height: 615px;
    padding-bottom: 50px;
    position: relative;
}

.hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.hero-wrap {
    padding-top: 101px;
    position: relative;
    z-index: 100;
}
.hero-wrap p{
    width: 780px;
    color: #FFF;
}


.hero-wrap .btns-wrap {
    width: 580px;
    margin-top: 2rem;
}

.hero__title {
    color: #FFF;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.hero__title span {
    font-weight: 700;
    display: block;

}

.hero__title a img:hover{
    opacity: 0.8;
}

.hero__dis {
    color: #FFF;
    font-size: 19px;
    line-height: normal;
    margin-bottom: 39px;
}

.hero__btn {
    width: 280px;
    height: 62px;
}

.hero__item {
    display: flex;
    position: absolute;
    left: 100%;
    margin-left: -80px;
    top: 100%;
    margin-top: 15px;
}

.hero__item span {
    width: 220px;
    color: #D9D9D9;
    font-size: 14px;
    line-height: normal;
    margin-top: -25px;
}

.hero__video {
    width: 76px;
    height: 76px;
    background: #7E6D51;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 34px;
    transition: 0.3s;
    position: relative;
}

.hero__video::after {
    content: '';
    position: absolute;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    border: 1px solid #7E6D51;
    transition: 0.3s;
}

.hero__video::before {
    content: '';
    position: absolute;
    width: 121px;
    height: 121px;
    border-radius: 50%;
    border: 1px solid #7E6D51;
    transition: 0.3s;
}

.hero__video:hover {
    background: #9d8568;
}

/* .hero__video:hover::after {
    width: 105px;
    height: 105px;
}

.hero__video:hover::before {
    width: 130px;
    height: 130px;
} */


/* ====== hero-edge ====== */

.hero-edge {
    height: 161px;
    background: #000;
    color: #fff;
    position: relative;
}

.hero-edge-wrap {
    display: flex;
    justify-content: space-between;
    padding: 29px 0 26px;
}

.hero-edge__item {
    /* width: 165px; */
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
}

.hero-edge__title {
    width: 125px;
    color: #BCA182;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

.hero-edge-img_1 {
    position: absolute;
    left: 0;
    top: 0;
}

.hero-edge-img_2 {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* ====== about ====== */

.about {
    padding: 100px 0;
}

.about-wrap {
    display: flex;
    justify-content: space-between;
}

.about__photo {
    width: 580px;
    height: 420px;
}

.about__content {
    width: 580px;
}

.about__title {
    margin-bottom: 30px;
}

.about__text p {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.about-edge {
    margin-top: 102px;
}

.about-edge__title {
    margin-bottom: 35px;
}

.about-edge-wrap {
    width: 1180px;
    display: flex;
    flex-wrap: wrap;
}

.about-edge__item {
    width: 33%;
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding-right: 12px;
}

.about-edge__icon {
    min-width: 55px;
    width: 55px;
    height: 55px;
    border: 1px solid #7E6D51;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.about-edge__icon img {
    display: block;
    width: 35px;
    height: 35px;
}

/* ====== payment ====== */

.payment {
    padding: 50px 0;
}

.payment__image {
    width: 100%;
}

/* ====== gallery ====== */

.gallery {
    background: #000;
    padding: 90px 0;
    position: relative;
}

.gallery .container {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.gallery-wrap {
    width: 1000px;
}

.gallery__title {
    color: #fff;
    margin: 0 10px;
    margin-bottom: 20px;
}

.gallery__dis {
    color: #fff;
    margin: 0 10px;
    margin-bottom: 30px;
}
.gallery-sliders-wrap {
    display: flex;
}
.gallery-slider-wrap {
    flex-grow: 1;
    min-width: 0;
    position: relative;
    padding: 10px;
}
.gallery-slider-wrap .slider-arrow {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	display: flex !important;
	align-items: center;
	justify-content: center;
    border: 1px solid #BCA182;
}
.gallery-slider-wrap .slider-arrows {
	top: 50%;
	margin-top: 0;
    transform: translateY(-50%);
    z-index: 5;
}
.gallery-slider {
    width: 100%;
}

.gallery-slide {
    height: 500px;
}

.gallery-slide iframe {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
}

.gallery-nav-slider {
    width: 202px;
    min-width: 202px;
    height: 500px;
}

.gallery-nav-slide {
    display: block;
    width: 180px !important;
    height: 105px;
    margin: 10px;
    cursor: pointer;
}

.galery-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
}

#interior.gallery{
    background: #5f5243;
}


/* ====== layouts ====== */

.layout-schema{
    padding: 100px 0 40px;
    position: relative;
    background: transparent;
}
.layout-schema .layout-container{
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}
#layout-schema h2.gallery__title {
    color: #000;
}
.layout-schema a img{

}
/* ====== payments ====== */
.payment-plan{
    padding: 50px 0 3px;
    position: relative;
}
.payments-sec__title{
    color: #000;
}
.payments-blocks{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: center;
    padding-top: 1rem;
    font-weight: 600;
}
.payment_plan-block{
    padding: 0 15px;
    margin: 0 0 47px;
    box-sizing: border-box;
    white-space: nowrap;
    flex: 1 1;
}
.payment_plan-value{
    display: block;
    font-size: 2rem;
    margin: 0 0 13px;
}
.payment_plan-title{
    font-size: 1rem;
    margin: 0;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
/* ====== place ====== */

.place {
    padding: 50px 0 100px;
    position: relative;
}

.place .container {
    position: relative;
}

.place-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.place__photo {
    width: 580px;
    height: 348px;
}

.place__content {
    width: 580px;
}

.place__title {
    margin-bottom: 30px;
}

.place__dis {
    margin-bottom: 42px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}

.btns-wrap {
    display: flex;
    justify-content: space-between;
}

.btns-wrap_place .btn_border {
    color: #000;
}

.btns-wrap_place .btn_border:hover {
    color: #fff;
}

.place__btn {
    width: 280px;
}

.place-edge {
    width: 1180px;
    display: flex;
    flex-wrap: wrap;
}

.place-edge__item {
    width: 25%;
    margin-top: 20px;
}

.place-edge__time {
    display: flex;
    align-items: end;
    color: #7E6D51;
    font-size: 47px;
    font-weight: 700;
    line-height: normal;
}

.place-edge__sub {
    color: #000;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    margin-left: 10px;
}

.place-edge__item span {
    display: block;
    width: 200px;
    color: #000;
    font-size: 17px;
    line-height: normal;
}

.place-img-orn {
    position: absolute;
    right: 0;
    bottom: 26px;
}


/* ====== company ====== */

.company {
    padding: 100px 0;
}

.company-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.company__photo {
    width: 580px;
    height: 348px;
}

.company__content {
    width: 580px;
}

.company__title {
    margin-bottom: 30px;
}

.company__dis {
    margin-bottom: 50px;
    color: #000;
    font-size: 17px;
    line-height: normal;
}

.btns-wrap {
    display: flex;
    justify-content: space-between;
}

.btns-wrap_company .btn_border {
    color: #000;
}

.btns-wrap_company .btn_border:hover {
    color: #fff;
}

.company__btn {
    width: 280px;
}


/* ====== blueprint ====== */

.blueprint {
    background: #000;
    color: #FFF;
    position: relative;
    padding: 70px 0;
}

.blueprint_orn {
    position: absolute;
    left: 0;
    bottom: 18px;
}

.blueprint-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blueprint__content {
    width: 470px;
}

.blueprint__title {
    color: #FFF;
    margin-bottom: 15px;
}

.blueprint__dis {
    color: #BCA182;
    font-size: 19px;
    line-height: normal;
    margin-bottom: 30px;
}

.blueprint__btn {
    margin-bottom: 45px;
    width: 264px;
    height: 54px;
}

.blueprint__item {
    font-size: 23px;
    line-height: normal;
    cursor: pointer;
    transition: 0.3s;
}

.blueprint__item span {
    display: block;
    margin-bottom: 10px;
    font-size: 47px;
    font-weight: 700;
    line-height: normal;
}

.blueprint__item:hover {
    color: #BCA182;
}

.blueprint__item.active {
    color: #BCA182;
}

.blueprint-imgs {
    width: 580px;
    height: 325px;
    /* margin: 75px 0; */
}

.blueprint-imgs__item {
    width: 100%;
    height: 100%;
    display: none;
}

.blueprint-imgs__item.active {
    display: block;
}


/* ====== payment ====== */

.payment {
    padding: 100px 0;
    position: relative;
}

.payment_orn {
    position: absolute;
    top: 0;
    right: 10%;
}

.payment__title {
    margin-bottom: 26px;
}

.payment-wrap {
    display: flex;
    justify-content: space-between;
}

.payment__item {
    width: 31%;
    height: 175px;
    border: 2px solid #7E6D51;
    color: #000;
    font-size: 21px;
    line-height: normal;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment__row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.payment__row img {
    margin-right: 15px;
}

.payment__percent {
    color: #7E6D51;
    font-size: 50px;
    font-weight: 700;
    line-height: 45px;
}

.payment__percent span {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}


/* ====== banoff ====== */

.banoff {
    height: 533px;
}

.banoff-wrap {
    padding: 68px 0 82px;
    width: 964px;
}

.banoff__title {
    color: #fff;
    margin-bottom: 20px;
}

.banoff__dis {
    margin-bottom: 52px;
    width: 580px;
    color: #FFF;
    font-size: 17px;
    line-height: normal;
}

.banner-form_long {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.banner-form__input_long {
    width: 460px;
    margin-bottom: 30px;
}

.banner-form__btn_long {
    width: 460px;
}


/* ====== quizoff ====== */

.quizoff {
    padding: 100px 0 50px;
}

.quizoff-wrap {
    display: flex;
    justify-content: space-between;
}

.quizoff__photo {
    width: 580px;
    height: 348px;
}

.quizoff__content {
    width: 580px;
}

.quizoff__title {
    margin-bottom: 30px;
}

.quizoff__dis {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: normal;
}

.btns-wrap_quizoff {
    align-items: center;
}

.quizoff__btn {
    width: 280px;
    height: 54px;
    background: #7E6D51;
    margin-right: 11px;
}

.btns-wrap_quizoff span {
    width: 280px;
    color: #B6B6B6;
    font-size: 13px;
    line-height: normal;
}


/* ====== location-sec ====== */

.location-sec {
    padding: 50px 0;
}

.location-sec__title {
    margin-bottom: 50px;
}

.location-sec__map {
    width: 1180px;
    height: 428px;
}


/* ====== sell-sec ====== */

.sell-sec {
    padding-top: 50px;
}

.sell-sec__title {
    width: 440px;
    margin-bottom: 50px;
    margin-left: 10px;
}

.sell-sec-wrap {
    display: flex;
    flex-wrap: wrap;
}

.realty-card_grid {
    width: 373px;
    margin-bottom: 20px;
}


.map {
    width: 100%;
    height: 428px;
}


/* ======================== */
/* ======= Contacts ======= */
/* ======================== */

.contact-pg {
    padding: 35px 0 0;
}

.contact-pg-row {
    padding: 30px 0;
    border-bottom: 1px solid #B6B6B6;
    display: flex;
}

.contact-pg__name {
    color: #000;
    font-size: 27px;
    font-weight: 700;
    min-width: 300px;
}

.contact-pg__value {
    padding-top: 7px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    padding-right: 200px;
}

.contact-pg__value span {
    display: block;
    font-size: 21px;
}

.contact-pg__value a {
    font-size: 19px;
}


/* ======= Breadcrumbs ======= */

.breadcrumbs {
    padding: 30px 0 15px;
}

.breadcrumbs-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs__link {
    font-size: 13px;
    font-weight: 400;
    color: #8B8B8B;
    cursor: pointer;
}

.breadcrumbs__link:hover {
    color: #000;
}

.breadcrumbs span {
    font-size: 13px;
    font-weight: 400;
    color: #8B8B8B;
    margin: 0 11px;
}

.breadcrumbs__current {
    font-size: 13px;
    font-weight: 400;
    color: #8B8B8B;
}


/* ======================== */
/* ===== Filter page ====== */
/* ======================== */

.object-options__select-lab {
    position: relative;
    width: 180px;
    height: 34px;
    margin-bottom: 20px;
    border: 1px solid #847156;
    background: #E9E9E9;
}

.object-options__select {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
    color: #5E5E5E;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    cursor: pointer;
    outline: none;
}

.object-options__select-lab::after {
    content: '';
    position: absolute;
    right: 1px;
    top: 6px;
    width: 30px;
    height: calc(100% - 12px);
    background: #E9E9E9 url(../img/filter-arrow-offer.svg) no-repeat center center;
    z-index: 10;
    pointer-events: none;
}

.filter-pg {
    padding: 35px 0 100px;
}

.filter-pg__title {
    margin-bottom: 50px;
}

.object-type {
    display: flex;
    margin-bottom: 30px;
}

.object-type__item {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin-right: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.object-type__item.active {
    color: #7E6D51;
    text-decoration-line: underline;
}

.object-type__item:hover {
    color: #7E6D51;
}

.object-options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.object-options-map {
    flex-direction: column;
}

.object-options__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 34px;
    background: #7E6D51;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.object-options__btn:hover {
    background: #a6967c;
}

.object-options__btn img {
    margin-left: 4px;
}

.object-options-range {
    width: 280px;
    height: 34px;
    background: #E9E9E9;
    margin-bottom: 20px;
    border: 1px solid #847156;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.object-options-range p {
    color: #5E5E5E;
    font-size: 13px;
    font-weight: 400;
}

.object-options-range label {
    color: #5E5E5E;
    font-size: 13px;
    font-weight: 400;
}

.object-options-range input {
    border: 0;
    width: 45px;
    padding: 0 3px;
    background: transparent;
}

.object-options-range span {
    color: #5E5E5E;
    font-size: 13px;
    font-weight: 400;
}

.object-cbs {
    display: none;
    margin-bottom: 30px;
}

.object-cbs label {
    display: flex;
    align-items: center;
    color: #5E5E5E;
    font-size: 13px;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.object-cbs input {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #7E6D51;
    border-radius: 0;
    position: relative;
    cursor: pointer;
}

.object-options_all {
    /*display: none;*/
}

.object-nav {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.object-nav__all-filter {
    color: #000;
    font-size: 15px;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.object-nav__all-filter:hover {
    color: #7E6D51;
}

.object-nav__all-filter img {
    margin-left: 19px;
    margin-top: -2px;
    margin-bottom: 2px;
}

.object-nav__reset-filter {
    color: #000;
    font-size: 15px;
    margin-right: 30px;
    cursor: pointer;
    transition: 0.3s;
}

.object-nav__reset-filter:hover {
    color: #7E6D51;
}

.object-nav__btn {
    width: 237px;
    height: 37px;
    border: 1px solid #7E6D51;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.object-nav__btn:hover {
    background: #f0eadf;
}

.object-nav__btn img {
    margin-left: 5px;
}

.object-sort {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.object-sort .object-options__select-lab {
    width: 175px;
    margin-left: 10px;
    margin-bottom: 0;
    background: transparent;
}

.object-sort .object-options__select-lab::after {
    background-color: #fff;
}

.object-cards {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.object-cards .realty-card {
    width: 360px !important;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
}

.pagination-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7E6D51;
    width: 38px;
    height: 38px;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

.pagination-arrow.right.goToPage[disabled] {
    pointer-events: none;
    opacity: 0.5;
}

.pagination-arrow.left.goToPage[disabled] {
    pointer-events: none;
    opacity: 0.5;
}

.pagination__num {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7E6D51;
    width: 38px;
    height: 38px;
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
    transition: 0.3s;
}

.pagination__interval {
    margin: 0 10px;
}

.pagination__num:hover {
    background: #f0eadf;
}

.pagination-arrow:hover {
    background: #f0eadf;
}

.pagination__num.current {
    background: #7E6D51;
    color: #fff;
}

.object-cbs.collapse {
    display: flex;
}

.object-options_all.collapse {
    display: none;
}

.object-nav__all-filter.collapse img {
    transform: rotate(180deg);
}

/* ====================================== */
/* ===== Filter map on filter page ====== */
/* ====================================== */

.filter-map {
    display: flex;
    margin-bottom: 50px;
}

.filter-map__hidden {
    display: none;
}

.filter-map .map {
    max-width: 100%;
    height: 500px;
}

.filter-map__filters {
    width: 420px;
    height: 500px;
    margin-right: 20px;
    overflow-y: auto;
    overflow-x: clip;
}

.object-map-options {
    position: relative;
    width: 280px;
    height: 34px;
    margin-bottom: 20px;
    border: 1px solid #847156;
    background: #E9E9E9;
}

.map-reset-filter {
    display: block;
    margin-bottom: 20px;
}

.object-nav__close-btn {
    width: 237px;
    height: 32px;
    margin-left: 20px;
    border: 1px solid #7E6D51;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn__hidden {
    display: none;
}

/* ============================ */
/* ===== Filter map page ====== */
/* ============================ */

.filter__hidden {
    display: none;
}

.filter-second-pg {
    padding: 35px 0 100px;
    overflow: hidden;
}

.filter-second-pg__title {
    margin-bottom: 50px;
}

.filter-second-wrap {
    position: relative;
}

.filter-second {
    width: 380px;
}

.filter-second-wrap .object-options__select-lab {
    width: 100%;
    margin-bottom: 20px;
}

.filter-second-wrap .object-options-range {
    width: 100%;
    margin-bottom: 20px;
}

.filter-second-pg__map {
    position: absolute;
    left: 400px;
    top: 0px;
    height: 100%;
    width: 65vw;
}

.filter-second__reset {
    font-size: 15px;
    text-align: center;
    margin: 30px 0 12px;
    cursor: pointer;
}

.filter-second__reset:hover {
    color: #5b4e3a;
}

.object-options__btn_m {
    width: 100%;
    height: 52px;
}

.object-nav__hidden {
    display: none;
}

/* ============================ */
/* ======= emirate page ======= */
/* ============================ */

.emirate-pg {
    padding: 35px 0 100px;
}

.emirate-pg__title {
    margin-bottom: 50px;
}

.emirate-pg-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.emirate-pg-item {
    display: flex;
    align-items: center;
    width: 180px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.emirate-pg-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #7E6D51;
    margin-right: 10px;
}

.map_m {
    height: 570px;
}

.emirates-cards {
    padding: 100px 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.emirates-card {
    width: 370px;
    margin-bottom: 20px;
}

.emirates-cards__btn {
    margin: 0 auto;
    border: 1px solid #7E6D51;
    background: transparent;
    color: #000;
}

.emirates-cards__btn:hover {
    color: #fff;
}



/* ==================== */
/* ==== new object ==== */
/* ==================== */

.first {
    background: #141414;
    padding: 30px 0 100px;
    position: relative;
    overflow: hidden;
}

.first .container {
    position: relative;
}

.first .container::after {
    content: '';
    position: absolute;
    height: 2000px;
    right: calc(100% - 780px);
    top: -30px;
    width: 70vw;
    background: url(../img/new-object/first-bg.png) no-repeat center center / cover;
    z-index: 10;
}

.first-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 20;
}

.first__title {
    margin-bottom: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    width: 780px;
}

.first__title span {
    font-weight: 600;
}

.first-loc-link {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    margin-top: 12px;
    width: 380px;
    transition: 0.3s;
}

.first-loc-link svg {
    margin-right: 15px;
    stroke: #fff;
    transition: 0.3s;
}

.first-loc-link:hover {
    color: #BCA182;
}

.first-loc-link:hover svg {
    stroke: #BCA182;
}

.first-slider {
    width: 780px;
    overflow: hidden;
}

.first-gallery-wr {
    position: relative;
}

.first-gallery-arrows {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    margin-top: -20px;
    z-index: 20;
}

.first-gallery-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 20;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}

.first-gallery-arrow.left {
    left: 15px;
}

.first-gallery-arrow.right {
    right: 15px;
}

.first-gallery-arrow:hover {
    background: rgba(255, 255, 255, 0.8);
}

.first-gallery-arrow.left img {
    margin-left: -3px;
}

.first-gallery-arrow.right img {
    margin-right: -3px;
}

.first-gallery {
    margin-bottom: 30px;
}

.first-gallery__item {
    width: 780px;
    height: 500px;
}

.first-gallery__item iframe {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
}

.first-nav {
    /* display: flex; */
    width: 800px;
    margin-left: -10px;
}

.first-nav__item {
    display: block;
    width: 180px !important;
    height: 115px;
    margin: 0 10px;
    cursor: pointer;
}

.first-content {
    width: 380px;
}

.first-price {
    margin-bottom: 15px;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #BCA182;
    display: flex;
}

.first-price__sel {

    margin-left: 7px;
    position: relative;
    cursor: pointer;
}

.first-price__sel::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 24px;
    width: 30px;
    height: 20px;
    background: #141414 url(../img/new-object/arrow-val.svg) no-repeat center right;
    cursor: pointer;
    pointer-events: none;
}

.first-price__sel select {
    width: 50px;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #BCA182;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}

.first-sub-title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}

.first-info {
    margin-bottom: 40px;
}

.first-info-row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.first-info-row:last-child {
    margin-bottom: 0;
}

.first-info-row img {
    margin-right: 15px;
}

.first-info-row div {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.first-info-row div:first-child {
    display: flex;
    align-items: center;
    min-width: 200px;
}

.first-info-row div:last-child {}

.first-tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.first-tag {
    padding: 5px 15px;
    background: #BCA182;
    margin-right: 15px;
    margin-bottom: 15px;
    background: rgba(188, 161, 130, 0.30);
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.infosec {
    padding: 100px 0 50px;
}

.infosec__title {
    margin-bottom: 50px;
}

.infosec__sub-title {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.infosec-content {
    margin-bottom: 50px;
}

.infosec-swipe {
    max-height: 2000px;
    overflow: hidden;
    transition: 0.3s;
}

.infosec-swipe.hide {
    max-height: 65px;
}

.infosec__text,
.infosec__text p,
.infosec__text a,
.infosec__text li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.infosec-swipe__more {
    color: #7E6D51;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-top: 15px;
    cursor: pointer;
}

.infosec-swipe__more img {
    margin-left: 10px;
    width: 9px;
}

.infosec-swipe__more.active img {
    transform: rotate(180deg);
}

.infosec-wrap {
    display: flex;
    justify-content: space-between;
}

.infosec-block {
    width: 48%;
}

.infosec-row {
    display: flex;
    margin-bottom: 15px;
}

.infosec-row div {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.infosec-row div:first-child {
    min-width: 280px;
    width: 280px;
}

.infosec-row div:last-child {
    font-weight: 700;
}

/* calcModal */

.calc-modal {
    padding: 80px 60px;
    background: #fff;
    width: 1000px;
    position: relative;
}

.calc-modal__img {
    position: absolute;
    top: 0;
    right: 150px;
}

.calc-modal_close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    opacity: 0.6;
    cursor: pointer;
    transition: 0.3s;
}

.calc-modal_close:hover {
    opacity: 1;
}

.calc-modal_close .line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 3px;
    background: #000;
    transform: rotate(45deg);
    border-radius: 2px;
}

.calc-modal_close .line-1 {
    transform: rotate(-45deg);
}

.calc-modal_close .line-2 {
    transform: rotate(45deg);
}

.calc-modal-wrap {}

.calc-modal__title {
    color: #7E6D51;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 15px;
}

.calc-modal__dis {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 55px;
}

.calc-modal-row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    margin-bottom: 40px;
}

.calc-modal__sub-title {
    width: 100%;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.calc-modal-item {
    width: 33.3%;
    margin-bottom: 30px;
}

.calc-modal-item img {
    margin-right: 10px;
}

.calc-modal-item div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.calc-modal-item span {
    margin-left: 35px;
    font-weight: 700;
}

.calc-modal-flex {
    display: flex;
    justify-content: space-between;
}

.calc-modal-box {
    width: 48%;
}

.calc-modal-box-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.calc-modal-box-row:nth-child(3) {
    margin-bottom: 15px;
}

.calc-modal-box-line {
    height: 1px;
    width: 100%;
    background: #5E5E5E;
    margin-bottom: 15px;
}

.calc-modal-box-row div {
    color: #5E5E5E;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.calc-modal-box-row_b {
    margin-bottom: 40px;
}

.calc-modal-box-row_b div {
    color: #000;
}

.calc-modal-box-row div:last-child {
    font-weight: 700;
}

.calc-modal__btn {
    width: 100%;
}

.calc-modal-plan {
    border: 2px solid #BCA182;
}

.calc-modal-plan__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 20px 20px 0;
}

.calc-modal-plan__text {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 0 20px 0;
}

.calc-modal-table {
    max-height: 2000px;
    overflow: hidden;
    transition: 0.3s;
}

.calc-modal-table.hide {
    max-height: 0px;
}

.calc-modal-table .row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.calc-modal-table .row:first-child {
    background: rgba(188, 161, 130, 0.30);
    border-bottom: 0;
}

.calc-modal-table .col {
    padding: 13px 0;
    padding-left: 10px;
    color: #5E5E5E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.calc-modal-table .col:nth-child(1) {
    width: 40px;
    padding-left: 14px;
}

.calc-modal-table .col:nth-child(2) {
    width: 200px;
}

.calc-modal-table .col:nth-child(3) {
    width: 80px;
}

.calc-modal-table .col:nth-child(4) {
    width: 100px;
}

.calc-modal-plan__more {
    display: flex;
    align-items: center;
    padding: 20px 20px 25px;

    color: #7E6D51;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
}

.calc-modal-plan__more img {
    margin-left: 10px;
    width: 9px;
}

.calc-modal-plan__more.active img {
    transform: rotate(180deg);
}

.about_new {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about_new .about-edge {
    margin-top: 0;
}

.first .breadcrumbs-wrap {
    margin-bottom: 30px;
    position: relative;
    z-index: 20;
}

.first .breadcrumbs-wrap .breadcrumbs__link {
    color: #D7D7D7;
}

.first .breadcrumbs-wrap span {
    display: block;
    color: #D7D7D7;
    margin: 0 11px;
}

.first .breadcrumbs-wrap .breadcrumbs__current {
    color: #D7D7D7;
}

.realty-card__compare {
    position: absolute;
    left: 15px;
    top: 15px;
    border: 0;
    background: rgba(188, 161, 130, 0.60);
    width: 33px;
    height: 33px;
    cursor: pointer;
    transition: 0.3s;
}

.realty-card__compare:hover {
    background: #473F35;
}



/* ======================== */
/* ======= Articles ======= */
/* ======================== */

.article-main {
    padding: 50px 0 100px;
}

.article-main-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}

.article-main-content {
    width: 75%;
}

.article-main__title {
    padding-right: 50px;
    margin-bottom: 30px;
}

.article-main__stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #8B8B8B;
   /* border-bottom: 1px solid #8B8B8B;*/
    padding: 10px 0;
    margin-bottom: 20px;
}

.article-main__date {
    display: flex;
    align-items: center;
}

.article-main__viewed {
    display: flex;
    align-items: center;
}

.article-main__stats img {
    width: 20px;
    margin-right: 5px;
}

.article-main__stats span {
    color: #5d5d5d;
    font-size: 14px;
}

.article-main__photo {
    float: inline-start;
    margin: 0 20px 20px 0;
}

.article-main-content h2 {
    font-size: 30px;
    margin: 30px 0 20px;
}

.article-main-content h3 {
    font-size: 22px;
    margin: 30px 0 20px;
}

.article-main-content p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
}

.article-main-content li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.article-main-content li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 5px;
    height: 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

.article-main-content a {
    color: #5b4e3a;
    text-decoration: underline;
}

.article-main-content a:hover {
    color: #BCA182;
}

.contents-wrap {
    display: block;
    clear: both;
    max-width: 500px;
    width: 100%;
    background: rgba(188, 161, 130, 0.30);
    padding: 20px;
    margin: 20px 0;
}

.contents__title {
    font-size: 30px;
    margin-bottom: 15px;
}

.sidebar {
    position: sticky;
    top: 20px;
    width: 23%;
    /* height: 380px; */
    background: rgba(188, 161, 130, 0.30);
    padding: 26px 16px;
}

.sidebar::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.sidebar__title {
    position: relative;
    color: #FFF;
    font-size: 19px;
    margin-bottom: 20px;
    z-index: 5;
}

.sidebar-form {
    position: relative;
    width: 100%;
    z-index: 5;
}

.sidebar-form__input {
    width: 100%;
    height: 30px;
    background: #FFF;
    border: 0;
    color: #444444;
    margin-bottom: 10px;
    padding: 0 15px;
}

.sidebar-form label {
    display: flex;
    align-items: center;
    margin: 5px 0 20px;
}

.sidebar-form__checkbox {
    min-width: 20px;
    margin-right: 6px;
}

.sidebar-form__privacy {
    color: #FFF;
    font-size: 10px;
}

.sidebar-form__privacy a {
    color: #BCA182;
    font-size: 10px;
}

.sidebar-form__privacy a:hover {
    color: #9d8568;
}

.sidebar-form__btn {
    width: 100%;
    height: 40px;
    border: 0;
    font-size: 15px;
}

.other-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.other-links__item {
    width: 216px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #5b4e3a;
}

.other-links__item:hover {
    color: #BCA182;
}



#toTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BCA182;
    border: 1px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 100
}

#toTop svg {
    width: 12px;
}


.cur-sel {
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    outline: none;
    margin-left: 4px;
    cursor: pointer;
}

.cur-sel option {
    color: #000;
    font-weight: 600;
}

.hero-edge__item_nowrap {
    display: flex !important;
}

.object-options-input {
    width: 180px;
    height: 34px;
    background: #E9E9E9;
    margin-bottom: 20px;
    border: 1px solid #847156;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.object-options-input label {
    color: #5E5E5E;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    flex-shrink: 0;
}

.object-options-input input {
    border: 0;
    width: 100%;
    padding: 0 3px;
    background: transparent;
    color: #5E5E5E;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
}

.article-card__image {
    max-height: 230px;
    overflow: hidden;
}

.article-card__image a {
    display: block;
    width: 100%;
    height: 100%;
}

.article-card__image a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ====== Media Quaries ====== */

/* 1200-1350 */
@media screen and (max-width: 1350px) {
    .slider-arrow.left {
        left: -30px;
    }

    .slider-arrow.right {
        right: -30px;
    }
}

/* 992-1200 */
@media screen and (max-width: 1200px) {
    .container {
        width: 960px;
    }

    .offer-edge-card {
        width: 24%;
    }

    .offer-edge-card__text {
        font-size: 17px;
    }

    .stock-slide-box {
        width: 400px;
        padding: 23px 40px;
    }

    .slider-arrows {
        display: none;
    }

    .quote__img {
        width: 350px;
    }

    .quiz-item-answer {
        width: 47%;
    }

    .emirate-slide {
        width: 300px !important;
        height: 300px;
    }

    .emirate-slide__title {
        font-size: 22px;
    }

    .emirate-slide-content {
        height: 70px;
        padding: 20px 90px 20px 25px;
    }

    .emirate-slide__link {
        width: 80px;
    }

    .menu>li a {
        font-size: 15px;
    }

    .menu>li {
        margin: 0 20px;
    }

    .logo {
        width: 180px;
    }

    .header-cont .phones-contact{
        flex-direction: column;
    }
    .header-cont .delimiter{
        display: none;
    }
    .phone-link {
        font-size: 17px;
    }

    .mail-link {
        font-size: 14px;
    }

    .menu-child::after {
        width: 8px;
        height: 4px;
        background: url(../img/menu-arrow.svg) no-repeat center center / cover;
    }

    .banner-wrap {
        width: 500px;
        padding: 20px 40px;
    }

    .videofaq-slide {
        height: 400px;
    }

    .videofaq-slide-cont {
        bottom: 20px;
    }

    .news-card {
        width: 49%;
    }

    .news-card-content {
        justify-content: flex-start;
    }

    .newsletter-wrap {
        flex-direction: column;
    }

    .newsletter-col {
        margin-bottom: 30px;
    }

    .hero__item {
        margin-left: -140px;
    }

    .hero-edge-wrap {
        padding: 30px 50px;
    }

    .about__photo {
        width: 460px;
    }

    .about__content {
        width: 460px;
    }

    .about__text p {
        font-size: 16px;
    }

    .about-edge-wrap {
        width: 100%;
    }

    .about-edge__item {
        padding: 0 10px;
    }

    .about-edge__icon {
        min-width: 43px;
    }

    .gallery-wrap {
        width: auto;
        width: 100%;
    }

    .place__content {
        width: 450px;
    }

    .place__photo {
        width: 450px;
    }

    .place__btn {
        width: 48%;
    }

    .place__title {
        font-size: 30px;
    }

    .place-edge {
        width: 100%;
    }

    .company__content {
        width: 460px;
    }

    .company__photo {
        width: 460px;
    }

    .company__btn {
        width: 48%;
    }

    .blueprint__content {
        width: 460px;
    }

    .blueprint-imgs {
        width: 460px;
    }

    .quizoff__photo {
        width: 460px;
    }

    .quizoff__content {
        width: 460px;
    }

    .quizoff__title {
        font-size: 30px;
    }

    .location-sec__map {
        width: 100%;
        height: auto;
    }

    .realty-card_grid {
        width: 300px;
    }

    .object-type__item {
        font-size: 18px;
        margin-right: 30px;
    }

    .object-options__select-lab {
        width: 145px;
    }

    .object-options-range {
        width: 475px;
    }

    .object-options-input {
        width: 475px;
    }

    .object-type {
        flex-wrap: wrap;
    }

    .filter-second {
        width: 280px;
    }

    .filter-second-pg__map {
        left: 300px;
        width: 68vw;
    }

    .emirates-card {
        width: 300px;
    }

    .partners-item {
        font-size: 34px;
    }

    /* .gallery-nav-slide {
        width: 172px !important;
        height: 120px;
        margin: 0 10px;
    } */

    .object-cards .realty-card {
        width: 300px !important;
    }


    /* ==================== */
    /* ==== new object ==== */
    /* ==================== */

    .first-slider {
        width: 600px;
    }

    .first-nav {
        width: 620px;
        margin-left: -5px;
    }

    .first-gallery__item {
        height: 400px;
    }

    .first-nav__item {
        width: 140px !important;
        height: 90px;
        margin: 0 5px;
    }

    .first-gallery {
        margin-bottom: 16px;
    }

    .first__title {
        font-size: 36px;
        margin-bottom: 35px;
        width: 600px;
    }

    .first-loc-link {
        margin-top: 6px;
        font-size: 20px;
        width: 330px;
    }

    .first-content {
        width: 330px;
    }

    .first .container::after {
        right: calc(100% - 600px);
    }

    .first-loc-link svg {
        width: 20px;
    }

    .first-price__num {
        font-size: 28px;
    }

    .first-price {
        margin-bottom: 10px;
    }

    .first-sub-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .first-info-row div {
        font-size: 18px;
    }

    .first-info-row {
        margin-bottom: 10px;
    }

    .first-tag {
        font-size: 16px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .first-info {
        margin-bottom: 25px;
    }

    .first-tags {
        margin-bottom: 20px;
    }

    .first {
        padding-bottom: 70px;
    }

    .infosec {
        padding: 70px 0 35px;
    }

    .calc-modal {
        width: 900px;
    }




    /* ========================= */
    /* ===== Article page ====== */
    /* ========================= */

    .article-main-content {
        width: 65%;
    }

    .sidebar {
        width: 31%;
    }

    .sidebar__title {
        font-size: 20px;
    }

    .sidebar-form__privacy {
        font-size: 11px;
    }

    .sidebar-form__privacy a {
        font-size: 11px;
    }

    .other-links__item {
        width: 220px;
    }
}

/* 768-992 */
@media screen and (max-width: 992px) {
    .container {
        width: 720px;
    }

    .header {
        position: relative;
    }

    .nav {
        position: absolute;
        top: 100%;
        right: 0;
        max-width: 0;
        height: 100vh;
        background: #7E6D51;
        z-index: 1000;
        overflow: hidden;
        transition: 0.3s;
    }

    .nav.collapse {
        max-width: 300px;
    }

    .menu {
        width: 300px;
        padding: 20px;
        flex-direction: column;
    }

    .menu>li {
        padding: 10px 0;
        width: 100%;
        text-align: left;
    }

    .menu-child::after {
        margin-left: -11px;
        width: 11px;
        height: 6px;
        top: 18px;
    }

    .mob-btn {
        display: block !important;
        width: 42px;
        height: 26px;
        position: relative;
    }

    .mob-btn .line {
        width: 100%;
        height: 3px;
        background: #7E6D51;
        position: absolute;
        left: 0;
        transition: 0.3s;
    }

    .mob-btn .line-1 {
        top: 0;
    }

    .mob-btn .line-2 {
        top: 50%;
    }

    .mob-btn .line-3 {
        top: 100%;
    }

    .mob-btn.collapse .line-1 {
        top: 50%;
        transform: rotate(45deg);
    }

    .mob-btn.collapse .line-2 {
        width: 0;
    }

    .mob-btn.collapse .line-3 {
        top: 50%;
        transform: rotate(-45deg);
    }

    .menu>li>ul {
        position: static;
        top: auto;
        display: flex;
        flex-direction: column;
        background: transparent;
        animation: none;
        padding: 10px;
        display: none;
    }

    .menu>li:hover>ul {
        position: static;
        top: auto;
        display: flex;
        flex-direction: column;
        background: transparent;
        animation: none;
        display: none;
    }

    .menu>li.sm-open>ul {
        display: block;
    }

    .menu-child.sm-open::after {
        transform: rotate(180deg);
    }

    .menu>li>ul>li>a {
        padding: 10px 0;
    }

    .body-fixed {
        width: 100%;
        position: fixed;
    }


    .call-link {
        display: none;
    }

    .header-cont {
        margin-left: auto;
        margin-right: 20px;
    }

    .header {
        padding: 10px 0;
    }

    .offer-filter__select-lab {
        width: 32%;
    }

    .offer-filter__select {
        width: 100%;
    }

    .offer-filter__btn {
        width: 32%;
        font-size: 15px;
    }

    .offer-wrap {
        width: 100%;
        padding: 30px 30px;
    }

    .offer-edge-card {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        height: auto;
    }

    .offer-edge-card__icon {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .offer-edge-card__text {
        text-align: center;
    }

    .offer-edge {
        bottom: -100px;
    }

    .stock-slide__title {
        font-size: 28px;
    }

    .stock-slide-box {
        width: 90%;
    }

    .stock .slick-dots li {
        width: 40px;
    }

    /* .quote__img {
        display: none;
    } */

    .offer {
        height: 630px;
    }

    .offer-edge {
        bottom: -80px;
    }

    .stock {
        padding: 140px 0 35px;
    }

    .present {
        padding: 35px 0 70px;
    }

    .quote {
        height: auto;
        min-height: auto;
        padding: 70px 0 70px;
    }

    .quote-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 0;
    }

    .quote__ceo {
        text-align: center;
    }

    .quote__left {
        left: 0;
    }

    .quote__right {
        left: auto;
        right: 0;
    }

    .present_2 {
        padding: 70px 0 35px;
    }

    .quiz {
        border: 24px solid #7E6D51;
    }

    .quiz {
        padding: 20px;
    }

    .quiz__title {
        font-size: 26px;
    }

    .quiz-item__question {
        font-size: 20px;
    }

    .quiz-item-answer {
        margin: 5px 1%;
        width: 48%;
    }

    .quiz-sec {
        padding: 35px 0 70px;
    }

    .banner__img {
        display: none;
    }

    .banner-wrap {
        width: 100%;
    }

    .news-card {
        width: 48%;
        flex-direction: column;
    }

    .news-card__photo {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .news-card-content {
        height: auto;
    }

    .news-card__date {
        position: static;
        margin-top: 20px;
    }

    .footer-col_m {
        display: none;
    }

    .quiz-form {
        flex-wrap: wrap;
    }

    .quiz-form__input {
        width: 49%;
        height: 46px;
        margin-bottom: 10px;
    }

    .quiz-form__btn {
        width: 49%;
        height: 46px;
        margin-bottom: 10px;
    }

    .hero__item {
        margin-left: -80px;
        right: 0;
        left: auto;
        margin-top: 80px;
        display: none;
    }

    .banner-form_long {
        width: 100%;
    }

    .banoff-wrap {
        width: 100%;
    }

    .banner-form__input_long {
        width: 48%;
    }

    .banner-form__btn_long {
        width: 48%;
    }

    .hero-wrap {
        width: 100%;
        padding: 100px 0;
    }

    .hero-wrap p {
        width: 100%;
    }

    .hero {
        height: auto;
        min-height: auto;
        padding-bottom: 0;
    }

    .hero-edge-wrap {
        flex-wrap: wrap;
    }

    .hero-edge {
        height: auto;

    }

    .hero-edge-wrap {
        justify-content: space-around;
    }

    .hero-edge__item {
        width: 30%;
        margin-bottom: 30px;
        margin: 15px 0;
    }

    .about-wrap {
        flex-direction: column;
    }

    .about__photo {
        width: 100%;
        margin-bottom: 40px;
    }

    .about__content {
        width: 100%;
    }

    .place-wrap {
        flex-direction: column;
    }

    .place__content {
        width: 100%;
        margin-bottom: 40px;
    }

    .place__photo {
        width: 100%;
    }

    .place-edge__item {
        width: 33%;
    }

    .company-wrap {
        flex-direction: column;
    }

    .company__photo {
        width: 100%;
        margin-bottom: 40px;
    }

    .company__content {
        width: 100%;
    }

    .blueprint-wrap {
        flex-direction: column;
    }

    .blueprint__content {
        width: 100%;
        margin-bottom: 40px;
    }

    .blueprint-imgs {
        width: 100%;
        height: 400px;
    }

    .btns-wrap {
        width: 460px;
    }

    .payment__item {
        text-align: center;
    }

    .quizoff-wrap {
        flex-direction: column;
    }

    .quizoff__photo {
        width: 100%;
        margin-bottom: 40px;
    }

    .quizoff__content {
        width: 100%;
    }

    .realty-card_grid {
        width: 47%;
    }

    .gallery-nav-slide {
        height: 100px;
    }

    .contact-pg__value {
        padding-right: 60px;
    }

    .contact-pg__name {
        min-width: 240px;
    }

    .object-options__select-lab {
        width: 32%;
    }

    .object-options__btn {
        width: 32%;
    }

    .object-options-range {
        width: 49%;
    }

    .object-cbs {
        flex-wrap: wrap;
    }

    .object-cbs label {
        margin-bottom: 10px;
    }

    .object-type__item {
        margin-bottom: 10px;
    }

    .filter-second-wrap {
        flex-direction: column;
    }

    .filter-second {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        width: 100%;
    }

    .filter-second .object-options__select-lab {
        width: 32%;
        margin-right: 1%;
    }

    .filter-second .object-options-range {
        order: 1;
        width: 49%;
        margin-right: 1%;
    }

    .filter-second-pg__map {
        position: static;
        width: 100%;
        height: 400px;
    }

    .filter-second__reset {
        width: 100%;
        order: 2;
        margin-top: 10px;
    }

    .object-options__btn {
        width: 100%;
        order: 3;
    }

    .emirates-card {
        width: 340px;
    }

    .object-options_main .object-options__select-lab {
        width: 100%;
    }

    .gallery-nav-slide {
        width: 132px !important;
        height: 80px;
        margin: 0 5px;
    }

    .object-cards .realty-card {
        width: 340px !important;
    }


    /* ==================== */
    /* ==== new object ==== */
    /* ==================== */

    .first-loc-link {
        width: 260px;
    }

    .first-content {
        width: 260px;
    }

    .first__btn {
        width: 100%;
    }

    .first-slider {
        width: 440px;
    }

    .first-gallery__item {
        height: 300px;
    }

    .first-sub-title {
        font-size: 16px;
    }

    .first-info-row div {
        font-size: 16px;
    }

    .first-tag {
        font-size: 14px;
        padding: 5px 10px;
    }

    .first__title {
        width: 400px;
        font-size: 30px;
    }

    .first-loc-link {
        margin-top: 3px;
    }

    .infosec-wrap {
        flex-direction: column;
    }

    .infosec-block {
        margin-bottom: 40px;
        width: 100%;
    }

    .first .container::after {
        right: calc(100% - 440px);
    }

    .calc-modal {
        width: 700px;
        padding: 50px 40px;
    }

    .calc-modal__img {
        width: 150px;
    }

    .calc-modal-flex {
        flex-direction: column-reverse;
    }

    .calc-modal-box {
        width: 100%;
    }

    .calc-modal-box:last-child {
        margin-bottom: 40px;
    }

    .calc-modal-item {
        width: 48%;
    }


    /* ========================= */
    /* ===== Article page ====== */
    /* ========================= */

    .article-main-content {
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .gallery-sliders-wrap {
        display: block;
    }
    .gallery-nav-slider {
        width: 100%;
        min-width: 100%;
        height: auto;
    }
}

/* 576-768 */
@media screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .stock-slide-content {
        width: 100%;
    }

    .offer__title {
        font-size: 28px;
    }

    .offer__title span {
        font-size: 30px;
    }

    .offer-edge-card__text {
        font-size: 15px;
    }

    .offer-edge-card {
        justify-content: flex-start;
    }

    .offer-wrap {
        margin: -40px 0 40px;
    }

    .news-card__photo {
        min-width: auto
    }

    .news-card {
        padding: 12px;
    }

    .newsletter-col {
        width: auto;
    }

    .newsletter-form {
        width: 100%;
    }

    .newsletter-form__input {
        width: 100%;
    }

    .footer-wrap {
        padding-bottom: 40px;
    }

    .quiz-form__input {
        width: 100%;
        height: 46px;
        margin-bottom: 10px;
    }

    .quiz-form__btn {
        width: 100%;
        height: 46px;
        margin-bottom: 10px;
    }

    .quiz-form {
        margin-left: 0;
        margin-right: 0;
    }

    .hero-wrap .btns-wrap {
        width: 100%;
    }

    .hero__btn {
        width: 48%;
    }

    .hero__title {
        font-size: 40px;
    }

    .hero-edge-img_1 {
        display: none;
    }

    .hero-edge-img_2 {
        display: none;
    }

    .hero-edge-wrap {
        padding: 30px 0;
    }

    .about-edge__item {
        width: 48%;
    }

    .gallery-nav-slide {
        height: 90px;
    }

    .gallery-slide {
        height: 360px;
    }

    .place-img-orn {
        display: none;
    }

    .place-edge__item {
        width: 48%;
    }

    .payment_orn {
        display: none;
    }

    .payment-wrap {
        flex-direction: column;
    }

    .payment__item {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .realty-card_grid {
        width: 100%;
    }

    .banoff__dis {
        width: 100%;
    }

    .map {
        width: 100%;
        height: 328px;
    }

    .gallery-nav-slide {
        height: 60px;
    }

    .contact-pg__name {
        font-size: 20px;
        min-width: 180px;
    }

    .contact-pg__value {
        padding-top: 4px;
        font-size: 15px;
        padding-right: 20px;
    }

    .object-nav {
        flex-wrap: wrap;
    }

    .object-nav__btn {
        /* margin-top: 10px; */
        width: 200px;
        font-size: 15px;
    }

    .object-nav__all-filter {
        font-size: 14px;
        margin-right: 20px;
    }

    .object-nav__reset-filter {
        font-size: 14px;
        margin-right: 20px;
    }

    .object-nav__all-filter img {
        margin-left: 12px;
    }

    .emirates-card {
        width: 100%;
    }

    .gallery-nav-slider {
        display: none;
    }

    .object-cards .realty-card {
        width: 100% !important;
    }


    /* ==================== */
    /* ==== new object ==== */
    /* ==================== */

    .first__title {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .first-loc-link {
        width: auto;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .first-loc-link svg {
        width: 15px;
        margin-right: 8px;
    }

    .first-slider {
        width: 100%;
        margin-bottom: 30px;
    }

    .first-nav__item {
        width: 125px !important;
    }

    .first-nav {
        width: calc(100% + 10px);
    }

    .first-gallery__item {
        height: 350px;
    }

    .first-gallery {
        margin-bottom: 10px;
    }

    .first-content {
        width: 100%;
    }

    .first-price__num {
        font-size: 38px;
    }

    .first-sub-title {
        font-size: 24px;
    }

    .first-info-row div {
        font-size: 20px;
    }

    .first-tag {
        font-size: 18px;
    }

    .first .container::after {
        right: 90%;
    }

    .calc-modal {
        width: 520px;
        padding: 30px;
    }

    .calc-modal__img {
        right: 80px;
        width: 80px;
    }


    /* ========================= */
    /* ===== Article page ====== */
    /* ========================= */

    .article-main-content>img {
        width: 100%;
    }

    .article-main-content h2 {
        font-size: 24px;
    }

    .other-links__item {
        width: 250px;
    }
}

/* <576 */
@media screen and (max-width: 576px) {
    .container {
        width: 94vw;
    }

    h1 {
        font-size: 28px;
    }

    .mail-link {
        font-size: 10px;
    }

    .phone-link {
        font-size: 14px;
    }

    .mob-btn {
        margin-top: -2px;
        margin-bottom: 2px;
        width: 35px;
        height: 22px;
    }

    h2 {
        font-size: 24px;
    }

    .offer-info {
        width: 100%;
        height: auto;
    }

    .footer-wrap {
        flex-direction: column;
    }

    .footer-row {
        flex-direction: column;
        align-items: center;
    }

    .quiz {
        border: 6px solid #7E6D51;
        padding: 10px;
    }

    .quiz__title {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .quiz-item__question {
        font-size: 16px;
        margin: 0 0 10px;
    }

    .quiz-item-answer {
        width: 100%;
        height: 50px;
    }

    .quiz-item-answer span {
        font-size: 14px;
    }

    .quiz__error {
        font-size: 12px;
        margin: 0 0 10px;
    }

    .quiz-nav__btn {
        margin-left: 15px;
    }

    .logo {
        width: 90px;
        min-width: 90px;
        max-width: 90px;
    }

    .offer-wrap {
        padding: 25px 15px;
        height: auto;
    }

    .offer__title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .offer__title span {
        font-size: 18px;
        /* display: block; */
    }

    .offer-filter__select-lab {
        width: 100%;
    }

    .offer-filter__btn {
        width: 100%;
    }

    .offer-filter__select {
        height: 34px;
    }

    .offer-info__img {
        display: none;
    }

    .offer-info {
        padding: 14px;
    }

    .offer-edge {
        flex-wrap: wrap;
        bottom: auto;
        top: 100%;
        margin-top: -70px;
    }

    .offer-edge-card {
        width: 48%;
        margin-bottom: 10px;
        padding: 15px;
    }

    .offer {
        margin-bottom: 160px;
    }

    .stock .slick-dots li {
        width: 25px;
    }

    .stock {
        padding-bottom: 0;
    }

    .present__title {
        margin-bottom: 30px;
    }

    .quote__text {
        font-size: 14px;
        padding: 0 15px;
        text-align: center;
    }

    .quote__ornam {
        /* display: none; */
        top: auto;
        bottom: 0;
    }

    .quote__ceo {
        font-size: 14px;
        left: 50%;
        width: 250px;
    }

    .quote__img {
        width: 320px;
    }

    .quote__left {
        width: 34px;
    }

    .quote__right {
        width: 30px;
    }

    .realty-card {
        padding: 12px;
    }

    .realty-card-price__num {
        font-size: 15px;
    }

    .emirate {
        padding: 70px 0;
    }

    .emirate__title {
        margin-bottom: 30px;
    }

    .emirate-slide-content {
        height: auto;
        padding: 15px 60px 15px 20px;
    }

    .emirate-slide__link {
        width: 50px;
    }

    .emirate-slide {
        width: 90vw !important;
        height: 90vw;
    }
/* 
    .emirate-slide img {
        width: 20px;
    } */

    .emirate-slide__title {
        font-size: 18px;
    }

    .banner-sec {
        padding: 70px 0 35px;
    }

    .banner {
        padding: 10px;
    }

    .banner-wrap {
        padding: 15px;
    }

    .banner__title {
        font-size: 26px;
    }

    .banner__sub-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .banner-form__input {
        height: 46px;
        font-size: 16px;
        padding: 0 14px;
    }

    .banner-form__input::placeholder {
        font-size: 16px;
    }

    .banner-form__btn {
        height: 46px;
    }

    .videofaq {
        padding: 35px 0;
    }

    .videofaq__title {
        margin-bottom: 30px;
    }

    .news {
        padding: 35px 0 70px;
    }

    .news__title {
        margin-bottom: 30px;
    }

    .news-wrap {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .news-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-sec_2 .banner__title {
        font-size: 24px;
    }

    .soc-slide {
        padding: 20px 20px;
    }

    .soc-slide__title {
        font-size: 22px;
    }

    .soc-slide__text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .soc-slide__btn {
        height: 46px;
    }

    .banner-sec_2 {
        padding: 70px 0;
    }

    .footer-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .footer-col:last-child {
        width: 100%;
    }

    .footer-col_m {
        display: none;
    }

    .footer-item {
        text-align: center;
    }

    .footer-item span {
        font-size: 16px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-soc__item {
        margin: 0 5px;
    }

    .footer-row {
        flex-direction: column-reverse;
    }

    .footer-row span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .copy {
        margin-top: 30px;
    }

    .footer__link {
        margin-top: 10px;
        margin-left: 0;
    }

    .footer-item {
        width: 80%;
    }

    .arcticmodal-container_i2 {
        padding: 0 !important;
    }

    .form-modal .banner-wrap {
        padding: 35px 15px;
    }

    .partners {
        padding: 35px 0;
    }

    .partners-img-1 {
        height: 110%;
    }

    .partners-img-2 {
        height: 50%;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form__input {
        height: 46px;
        margin-bottom: 15px;
    }

    .newsletter-form__btn {
        height: 46px;
        width: 100%;
        margin-left: 0;
    }

    .btns-wrap {
        flex-direction: column;
        width: 100%;
    }

    .place__btn {
        width: 100%;
        margin-top: 10px;
    }

    .sell-sec__title {
        width: 100%;
        margin-left: 0;
    }

    .place-edge__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 10px;
    }

    .place-edge__item span {
        font-size: 14px;
        width: 100%;
        text-align: center;
    }

    .place-edge__sub {
        opacity: 0.7;
        margin-top: -6px;
    }

    .company__btn {
        margin-top: 10px;
        width: 100%;
    }

    .hero-edge__item {
        width: 100%;
    }

    .hero-edge__title {
        width: 100%;
    }

    .hero-edge__title div {
        display: inline;
    }

    .hero-edge__item {
        width: 100%;
        font-size: 20px;
    }

    .hero-edge__item div {
        display: inline;
    }

    .hero__btn {
        width: 100%;
        margin-top: 10px;
        height: 46px;
    }

    .hero__title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .hero__dis {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .hero-wrap {
        padding: 60px 0;
    }

    .about {
        padding: 70px 0;
    }

    .about__photo {
        height: 60vw;
    }

    .about__title {
        margin-bottom: 20px;
    }

    .about-edge {
        margin-top: 50px;
    }

    .about-edge__item {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }

    .gallery {
        padding: 70px 0 35px;
    }

    .gallery-slide {
        height: 60vw;
    }

    .gallery-nav-slide {
        height: 26vw;
    }

    .payment-plan {
        padding: 35px 0 0;
    }

    .place {
        padding: 35px 0 70px;
    }

    .place__title {
        font-size: 24px;
    }

    .place__dis {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .place__photo {
        height: 60vw;
    }

    .company {
        padding: 70px 0 50px;
    }

    .company__photo {
        height: 60vw;
    }

    .company__title {
        margin-bottom: 25px;
    }

    .company__dis {
        margin-bottom: 30px;
    }

    .blueprint__dis {
        font-size: 16px;
    }

    .blueprint__item {
        font-size: 14px;
    }

    .blueprint__item span {
        font-size: 30px;
        margin-bottom: 0;
    }

    .btns-wrap_blueprint {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .blueprint-imgs {
        height: 60vw;
    }

    .payment {
        padding: 70px 0;
    }

    .banoff-wrap {
        padding: 70px 0;
    }

    .banner-form__input {
        width: 100%;
        margin-bottom: 15px;
    }

    .banner-form__btn {
        width: 100%;
    }

    .banoff__dis {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .quizoff {
        padding: 70px 0 35px;
    }

    .quizoff__photo {
        height: 60vw;
    }

    .quizoff__title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .quizoff__dis {
        font-size: 16px;
    }

    .quizoff__btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .location-sec {
        padding: 35px 0;
    }

    .location-sec__title {
        margin-bottom: 30px;
    }

    .sell-sec {
        padding-top: 35px;
    }

    .sell-sec__title {
        margin-bottom: 30px;
    }

    .realty-card {
        margin: 0 0 10px;
    }

    .map {
        width: 100%;
        height: 60vw;
    }

    .gallery-slider {
        padding-bottom: 10px;
        margin: 0 2px;
    }

    .gallery-nav-slide {
        height: 40px;
        margin: 0 2px;
    }

    .blueprint_orn {
        display: none;
    }

    .contact-pg {
        padding-top: 10px;
    }

    .contact-pg-row {
        flex-direction: column;
    }

    .contact-pg__value span {
        font-size: 17px;
    }

    .contact-pg__value a {
        font-size: 17px;
    }

    .contact-pg__name {
        margin-bottom: 8px;
    }

    .filter {
        position: relative;
        padding-bottom: 60px;
    }

    .filter-pg__title {
        margin-bottom: 25px;
    }

    .object-type__item {
        font-size: 15px;
        margin-right: 16px;
    }

    .object-type {
        margin-bottom: 12px;
    }

    .object-options__select-lab {
        width: 49%;
        margin-bottom: 6px;
    }

    .object-options-range {
        width: 100%;
        margin-bottom: 6px;
    }

    .object-options__btn {
        width: 100%;
        order: 2;
        margin-top: 10px;
        position: absolute;
        bottom: 0;
    }

    .object-options_main .object-options__select-lab {
        width: 100%;
    }

    .filter-pg {
        padding: 20px 0 70px;
    }

    .object-options_all {
        margin-bottom: 10px;
    }

    .object-nav__all-filter {
        margin-bottom: 12px;
        font-size: 17px;
        margin-right: 0;
    }

    .object-nav__reset-filter {
        margin-bottom: 12px;
        font-size: 17px;
        margin-right: 0;
    }

    .object-nav {
        flex-direction: column;
    }

    .object-nav {
        margin-bottom: 35px;
    }

    .object-sort {
        margin-bottom: 20px;
    }

    .object-cbs {
        margin-bottom: 0;
    }

    .filter-second .object-options__select-lab {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .filter-second .object-options-range {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .object-options__btn_m {
        position: static;
    }

    .filter-second-pg {
        padding: 20px 0 70px;
    }

    .filter-second-pg__title {
        margin-bottom: 25px;
    }

    .filter-second__reset {
        margin-top: 20px;
    }

    .emirate-pg__title {
        margin-bottom: 25px;
    }

    .emirate-pg-item span {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .emirates-cards {
        padding: 50px 0 30px;
    }

    .emirates-card {
        margin: 0 0 20px;
    }

    .emirate-pg {
        padding: 20px 0 70px;
    }

    .pagination-arrow {
        width: 22px;
        height: 22px;
        margin: 0 2px;
    }

    .pagination__num {
        width: 22px;
        height: 22px;
        margin: 0 2px;
        font-size: 12px;
    }

    .pagination__interval {
        margin: 0 4px;
    }

    .partners-item {
        margin: 0;
        font-size: 20px;
    }

    .gallery-nav-slide {
        width: 23vw !important;
    }

    .videofaq-slide {
        height: 60vw;
    }


    /* ==================== */
    /* ==== new object ==== */
    /* ==================== */

    .infosec-row div:first-child {
        min-width: 180px;
    }

    .first__title {
        font-size: 24px;
        margin-bottom: 0;
    }

    .first-gallery__item {
        height: 60vw;
    }

    .first-nav__item {
        display: block !important;
        width: 100% !important;
    }

    .first-nav {
        display: none !important;
    }

    .first-gallery {
        margin-bottom: 0;
    }

    .first-gallery-arrow {
        width: 30px;
        height: 30px;
    }

    .first-gallery-arrow img {
        width: 7px;
    }

    .first-price__num {
        font-size: 32px;
    }

    .first-sub-title {
        font-size: 18px;
    }

    .first-info-row div {
        font-size: 16px;
    }

    .first-tag {
        font-size: 16px;
    }

    .infosec__title {
        margin-bottom: 30px;
    }

    .infosec__sub-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .infosec__text,
    .infosec__text p,
    .infosec__text a,
    .infosec__text li {
        font-size: 15px;
    }

    .infosec-row div {
        font-size: 15px;
    }

    .infosec-row div:first-child {
        min-width: 60%;
        width: 60%;
        padding-right: 20px;
    }

    .infosec-row {
        margin-bottom: 10px;
    }

    .first .container::after {
        display: none;
    }

    .calc-modal {
        width: 100%;
        padding: 20px 16px;
    }

    .calc-modal__title {
        font-size: 24px;
    }

    .calc-modal__dis {
        font-size: 16px;
    }

    .calc-modal-table .col:nth-child(1) {
        width: 10%;
    }

    .calc-modal-table .col:nth-child(2) {
        width: 40%;
        padding-right: 8px;
    }

    .calc-modal-table .col:nth-child(3) {
        width: 20%;
        padding-right: 8px;
    }

    .calc-modal-table .col:nth-child(4) {
        width: 30%;
        padding-right: 8px;
        white-space: nowrap;
    }

    .calc-modal__dis {
        margin-bottom: 30px;
    }

    .calc-modal__sub-title {
        font-size: 20px;
    }

    .calc-modal-item {
        width: 100%;
        margin-bottom: 16px;
    }

    .calc-modal-item div {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .calc-modal-item span {
        font-size: 18px;
        margin-left: 32px;
    }

    .calc-modal-item img {
        width: 22px;
        margin-right: 10px;
    }

    .calc-modal-box-row div {
        font-size: 16px;
    }

    .calc-modal__img {
        display: none;
    }

    .calc-modal_close {
        right: 20px;
        top: 20px;
    }

    .calc-modal_close {
        width: 20px;
        height: 20px;
    }

    .infosec-swipe.hide {
        max-height: 90px;
    }

    .infosec-block:last-child {
        margin-bottom: 0;
    }

    .about_new {
        padding: 35px 0;
    }
}


