html {
    overflow-x: hidden;
}
h1, h2{
    font-weight: normal;
}

.about-ua {
    background: #0B0E13;
    text-align: center;
    padding: 29px 0 65px 0;
}

.about-ua-title, .best-home-title {
    font-size: 48px;
    font-weight: normal;
    line-height: 129%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E3C26A;
}

.about-ua-text, .home-doing__subtitle, .prices_object__subtitle{
    font-weight: 300;
    font-size: 24px;
    line-height: 168.4%;
    color: #FFFFFF;
    margin-top: 50px;
    text-align: center;
}

.about-ua-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 37px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-ua-item-container div {
    font-size: 24px;
    line-height: 165%;
    width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 55px;
}

.about-ua-item-first {
    -o-border-image: url("../img/icon/ua_border_1.svg") 0 fill;
    border-image: url("../img/icon/ua_border_1.svg") 0 fill;

}

.about-ua-item-second {
    -o-border-image: url("../img/icon/ua_border_2.svg") 0 fill;
    border-image: url("../img/icon/ua_border_2.svg") 0 fill;
}

.about-ua-item-third {
    -o-border-image: url("../img/icon/ua_border_3.svg") 0 fill;
    border-image: url("../img/icon/ua_border_3.svg") 0 fill;
}

.about-dp {
    background: #EEEEEE;
    padding: 76px 0 153px 0;
}

.about-dp-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
}

.about-dp-title {
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    text-transform: uppercase;
    color: #0B0E13;
    text-align: center;
    margin-bottom: 18px;
}

.about-dp-item {

    position: relative;
}

.about-dp-item img {
    width: 96%;
    -webkit-box-shadow: 14px -14px #EEEEEE, 14px -14px 0 3px #E3C26A;
    box-shadow: 14px -14px #EEEEEE, 14px -14px 0 3px #E3C26A;

    height: 305px;
}

.rp-39 {
    padding-right: 39px;
}

.lp-39 {
    padding-left: 39px;
}

[dir="rtl"] .about-dp-item-text {
    margin-right: 0;
    margin-left: 60px;
    padding: 35px 41px 42px 5px;
    text-align: right;
}

.about-dp-item-text {
    font-size: 24px;
    line-height: 160%;
    color: #FFFFFF;
    background-color: rgba(11, 14, 19, 0.8);
    margin-right: 60px;
    position: relative;
    top: -49px;
    padding: 35px 5px 42px 41px;
}

.about-dp-item-text p {
    margin-bottom: 0;
}

.about-dp-item-text span, .available-objects-text a {
    color: #E3C26A;
}

.tm-177 {
    margin-top: 177px;
}

.about-dp-item .tp {
    padding-top: 20px;
}

.slider-count-wrapper {
    display: none;
}

.div-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mga {
    margin: 0 auto;
}
.slider-main .slick-arrow{
    width: 36px;
    height: 36px;
    background-color: transparent;
}
.slider-main .slick-arrow.slick-next, .slider-main .slick-arrow.slick-prev{
    top: 35%;
}
.slider-main .slick-arrow.slick-next:before {
    content: "";
    border: solid #E3C26A;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg) translate(-3px, -3px);
    -webkit-transform: rotate(-45deg) translate(-3px, -3px);
}
.slider-main .slick-arrow.slick-prev:before {
    content: "";
    border: solid #E3C26A;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg) translate(-3px, -3px);
    -webkit-transform: rotate(135deg) translate(-3px, -3px);
}
[dir="rtl"] .slick-arrow.slick-next:before {
    transform: rotate(135deg) translate(-3px, -3px) !important;
    -webkit-transform: rotate(135deg) translate(-3px, -3px) !important;
}
[dir="rtl"] .slick-arrow.slick-prev:before {
    transform: rotate(-45deg) translate(-3px, -3px) !important;
    -webkit-transform: rotate(-45deg) translate(-3px, -3px) !important;
}
[dir="rtl"] .slick-arrow.slick-next {
    left: 0 !important;
}
[dir="rtl"] .slick-arrow.slick-prev {
    right: 0 !important;
}
.available-objects-link {
    display: block;
}

.available-objects {
    background: -o-radial-gradient(50% 41.43%, 58.57% 58.57%, #0B1627 0%, #0B0E13 100%);
    background: radial-gradient(58.57% 58.57% at 50% 41.43%, #0B1627 0%, #0B0E13 100%);
    padding: 78px 0 73px 0;
}

.available-objects-title {
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.available-objects-text {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
}

.available-objects-map {
    margin-top: 26px;
}

.mapbox{
    width: 100%;
    height: 579px;
}
.mapboxgl-popup {
    max-width: 400px;

}
.mapboxgl-popup-content{
    padding: 47px 15px 15px;
    font-family: Rubik;
    font-style: normal;
    background-color: #EEEEEE;
}
.complexCard_item, .complexCard_item:active, .complexCard_item:hover, .complexCard_item:visited, .complexCard_item:focus {
    outline: none !important;
}
.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker{
    z-index: 2;
}
.mapboxgl-popup-close-button{
    color: #E3C26A;
    font-size: 25px;
    font-weight: 300;
    top: 10.88px !important;
    right: 9.42px !important;
}
.complexCard_title{
    color: #0B0E13 !important;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    outline: none !important;
    border: none !important;
}
.complexCard_address{
    color: #0B0E13 !important;
    margin: 17px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    outline: none !important;
    border: none !important;
}
.complexCard_address svg{
    margin-right: 12px;
}
.complexCard_img{
    outline: none;
    width: 100%;
    height: auto;
}
.complexCard_price{
    position: absolute;
    padding: 3px 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: rgba(255,255,255,.43);
    letter-spacing: .19em;
    text-transform: uppercase;
    color: #0b0e13;
    z-index: 1;
    outline: none !important;
    border: none !important;
}
.complexCard_sale{
    position: relative;
}
.complexCard_sale:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(94,94,94,.92)),color-stop(57.24%,rgba(122,122,122,.72)),to(#8d8d8d));
    background: -o-linear-gradient(top,rgba(94,94,94,.92) 0,rgba(122,122,122,.72) 57.24%,#8d8d8d 100%);
    background: linear-gradient(180deg,rgba(94,94,94,.92) 0,rgba(122,122,122,.72) 57.24%,#8d8d8d 100%);
}
.available-objects-item {
    border: 1px solid #E3C26A;
    margin-top: 37px;
    position: relative;
}

.available-objects-item .available-objects-img {
    width: 100%;
    height: auto;
}


.available-objects-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 14, 19, 0)), color-stop(57.24%, rgba(11, 14, 19, 0.72)), to(#0B0E13));
    background: -o-linear-gradient(top, rgba(11, 14, 19, 0) 0%, rgba(11, 14, 19, 0.72) 57.24%, #0B0E13 100%);
    background: linear-gradient(180deg, rgba(11, 14, 19, 0) 0%, rgba(11, 14, 19, 0.72) 57.24%, #0B0E13 100%);
}

.available-objects-item_sold-out:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(94, 94, 94, 0.92)), color-stop(57.24%, rgba(122, 122, 122, 0.72)), to(#8D8D8D));
    background: -o-linear-gradient(top, rgba(94, 94, 94, 0.92) 0%, rgba(122, 122, 122, 0.72) 57.24%, #8D8D8D 100%);
    background: linear-gradient(180deg, rgba(94, 94, 94, 0.92) 0%, rgba(122, 122, 122, 0.72) 57.24%, #8D8D8D 100%);
}

.available-objects-item-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #0B0E13;
    background: #D1B979;
    border: 1px solid #FFFFFF;
    height: 37px;
    position: absolute;
    top: 14px;
    left: 17px;
    text-align: center;
    padding: 6px;
}

[dir="rtl"] .available-objects-item-price {
    top: 14px;
    right: 17px;
    left: unset;
}

.available-objects-item-price_sold-out {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.43);
    font-size: 36px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #0B0E13;
    z-index: 1;
    text-align: center;
}

.available-objects-item-title {
    position: absolute;
    bottom: 24px;
    left: 22px;
    z-index: 1;
}

[dir="rtl"] .available-objects-item-title {
    bottom: 24px;
    left: unset;
    right: 22px;
}

.available-objects-item-name {
    font-weight: normal;
    font-size: 36px;
    line-height: 140%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.available-objects-item-location {
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[dir='rtl'] .available-objects-item-location .available-objects-item-location-icon {
    margin-left: 12px;
}

.available-objects-item-location .available-objects-item-location-icon {
    margin-right: 12px;
}

.arrow {
    position: absolute;
    right: 28px;
    bottom: 34px;
    z-index: 1;
}

[dir="rtl"] .arrow {
    left: 28px;
    right: unset;
    bottom: 34px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
@media (min-width: 1400px) {
    [dir="rtl"] .offset-xxl-1 {
        margin-left: unset;
        margin-right: 8.33333333%;
    }
}
@media (min-width: 576px) {
    [dir="rtl"] .offset-sm-6 {
        margin-right: 50%;
        margin-left: unset;
    }
}


.prices_object__title {
    font-weight: normal;
    font-size: 48px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    margin-bottom: 55px;
}

.prices_object img {
    width: 100%;
}

.prices_object {
    margin-bottom: 102px;
    margin-top: 29px;
}


.home-doing {
    padding: 33px 0 102px 0;
    background-color: radial-gradient(58.57% 58.57% at 50% 41.43%, #0B1627 0%, #0B0E13 100%);
    font-family: Rubik;
    font-style: normal;
}

.home-doing__title {
    font-weight: normal;
    font-size: 48px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
}

.home-doing__wrapper {
    margin-top: 58px;
}

.home-doing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 5px solid #D1B979;
    padding-top: 58px;
    position: relative;
}
.home-doing__item:first-child {
    border-right: none;
}
.home-doing__item:nth-child(1), .home-doing__item:nth-child(3), .home-doing__item:nth-child(5) {
    justify-content: flex-end;
    padding-right: 65px
}
[dir="rtl"] .home-doing__item:nth-child(1),[dir="rtl"] .home-doing__item:nth-child(3),[dir="rtl"] .home-doing__item:nth-child(5) {
    padding-left: 65px;
}
.home-doing__item:nth-child(1) .home-doing__item__img, .home-doing__item:nth-child(3) .home-doing__item__img, .home-doing__item:nth-child(5) .home-doing__item__img{
    order: 1;
}
[dir="rtl"] .home-doing__item {
    border-right: none;
    border-left: 5px solid #D1B979;
}
[dir="rtl"] .home-doing__item:first-child {
    border-left: none;
}
.home-doing__item:first-child:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 5px;
    background-color: #D1B979;
}
[dir="rtl"] .home-doing__item:first-child:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: unset;
    height: 50%;
    width: 5px;
    background-color: #D1B979;
}
.home-doing__item:after {
    content: "";
    position: absolute;
    right: 0;
    border: 5px solid #D1B979;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    font-weight: 300;
    font-size: 36px;
    line-height: 72px;
    color: #FFFFFF;
    text-align: center;
    background-color: #0b0e13;
}
[dir="rtl"] .home-doing__item:after {
    right: unset;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

}
.home-doing__item:nth-child(2), .home-doing__item:nth-child(4) {
    border-left: 5px solid #D1B979;
    border-right: none;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
    padding-left: 65px;
}
[dir="rtl"] .home-doing__item:nth-child(2), [dir="rtl"] .home-doing__item:nth-child(4) {
    border-left: none;
    border-right: 5px solid #D1B979;
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    padding-right: 65px;
    padding-left: 0;

}





.home-doing__item:nth-child(1):after {
    content: "1";
}

.home-doing__item:nth-child(2):after {
    content: "2";
}

.home-doing__item:nth-child(3):after {
    content: "3";
}

.home-doing__item:nth-child(4):after {
    content: "4";
}

.home-doing__item:nth-child(5):after {
    content: "5";
}


.home-doing__item:nth-child(6):after {
    content: url("../img/icon/arrow_doing_icon.svg");
    position: absolute;
    right: 50%;
    border: none;
    -webkit-transform: translate(calc(50% - 2.5px), calc(-100% - 8px));
    -ms-transform: translate(calc(50% - 2.5px), calc(-100% - 8px));
    transform: translate(calc(50% - 2.5px), calc(-100% - 8px));
    background-color: transparent;
    top: 0;
    width: 37px;
    height: 18px;
    line-height: unset;
}
[dir="rtl"] .home-doing__item:nth-child(6):after {
    left: 50%;
    right: unset;
    -webkit-transform: translate(calc(-50% + 2.5px), calc(-100% - 8px));
    -ms-transform: translate(calc(-50% + 2.5px), calc(-100% - 8px));
    transform: translate(calc(-50% + 2.5px), calc(-100% - 8px));
}
.home-doing__item:nth-child(5) {
    padding-bottom: 43px;
}
.home-doing__item:nth-child(6) {
    border-right: none;
    padding-bottom: 49px;
    margin: 0 auto;
    justify-content: center;
    padding-top: 25px;
}
[dir="rtl"] .home-doing__item:nth-child(6) {
    border-left: none;
}


.home-doing__item:nth-child(2):after, .home-doing__item:nth-child(4):after {
    -webkit-transform: translateX(calc(-50% - 5px));
    -ms-transform: translateX(calc(-50% - 5px));
    transform: translateX(calc(-50% - 5px));
    right: unset;
    left: 0;
}
[dir="rtl"] .home-doing__item:nth-child(2):after, [dir="rtl"] .home-doing__item:nth-child(4):after {
    -webkit-transform: translateX(calc(50% + 5px));
    -ms-transform: translateX(calc(50% + 5px));
    transform: translateX(calc(50% + 5px));
    left: unset;
    right: 0;
}
.home-doing__item__descr {
    margin-left: 48px;
    font-weight: 300;
    font-size: 24px;
    line-height: 165%;
    color: #FFFFFF;
    width: 243px;
}
[dir="rtl"] .home-doing__item__descr {
    margin-right: 48px;
    margin-left: unset;

}

.why-we {
    padding-bottom: 105px;
    padding-top: 80px;
    background: url("../img/images/why_we_bg.svg"), #EEEEEE;
}

.why-we-title {
    font-weight: normal;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    text-transform: uppercase;
    color: #0B0E13;
    margin-bottom: 22px;
}

.why-we .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-76 {
    margin-top: 76px;
}

.why-we .boarded {
    border-left: 1px solid #E3C26A;
    height: 307px;
}

[dir="rtl"] .why-we .boarded {
    border-left: none;
    border-right: 1px solid #E3C26A;
}

[dir="rtl"] .wpcf7 input[type="url"],
[dir="rtl"] .wpcf7 input[type="email"],
[dir="rtl"] .wpcf7 input[type="tel"] {
    text-align: right;
}

[dir="rtl"] .question-text {
    padding: 0 5px;
}

.why-we-item {
    padding: 12px;
}
.why-we-item-icon{
    text-align: center;
}
.why-we-item-title {
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #0B0E13;
}

.why-we-item-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #0B0E13;
    margin-top: 23px;
}

.reviews {
    padding: 25px 0 94px 0;
    background-color: #EEEEEE;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
}

.reviews p {
    margin: 0;
}

.reviews-title {
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    color: #0B0E13;
    font-weight: normal;
}

.reviews__wrapper {
    margin-top: 98px;
}

.reviews__wrapper.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}
.site .slick-dots li button:before{
    content: "";
    color: transparent;
    border: 1px solid #E3C26A;
    border-radius: 100%;
    font-size: 10px;
    line-height: 35px;
    width: 10px;
    height: 10px;
    opacity: 1;
}
.site .slick-dots li.slick-active button:before{
    background-color: #D1B979;
    opacity: 1;
}
.site  .slick-dots li{
    margin: 0 7px;
    width: 10px;
    height: 10px;
}
.site .slick-dots li button{
    width: 10px;
    height: 10px;
}
.site .slick-prev {
    left: 0px;
    z-index: 1;
}
.site .slick-next {
    right: 0px;
    z-index: 1;
}
.reviews__img {
    border: 1px solid #D1B979;
}

.reviews__img img {
    width: 100%;
    height: auto;
}

.reviews__text__title {
    font-size: 24px;
    color: #262625;
}

.reviews__text p {
    margin-top: 25px;
    font-weight: 300;
    font-size: 24px;
    line-height: 140%;
    color: #0C0F14;
}

.slider-count-wrapper_reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slider-count-wrapper_reviews .slider-count {
    font-size: 24px;
    color: #E3C26A;
    margin-right: 30px;
}

.slider-count-wrapper_reviews .slider-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[dir="rtl"] .slider-count-wrapper_reviews .slider-arrow {
    direction: ltr;
}

[dir="rtl"] .slider-count-wrapper_reviews .slider-count {
    margin-left: 30px;
    margin-right: 0px;
}

.question {
    background-color: #0B0E13;
    position: relative;
}

.img-form {
    width: 50%;
    height: 100%;
    left: 0;
    position: absolute;
    padding-right: calc(var(--bs-gutter-x) * .5);
}

[dir="rtl"] .img-form {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: 0;
    right: 0;
    left: unset;
}

.question img {
    width: 100%;
    height: 100%;
}

.question-title {
    font-weight: normal;
    font-size: 48px;
    line-height: 148%;
    text-align: center;
    text-transform: uppercase;
    color: #EEEEEE;
    margin-top: 102px;
}

.question-text {
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #EEEEEE;
    margin-top: 46px;
}

.question-form {
    text-align: center;
    margin-top: 104px;
}
.modal .question-form {
    margin-top: 0;
}
.question-form input {
    height: 36px;
    width: 375px;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid rgba(255, 255, 255, 0.26);;
}

.question-form input::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 24px;
    line-height: 148%;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.question-form input::-moz-placeholder {
    font-weight: 300;
    font-size: 24px;
    line-height: 148%;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.question-form input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 24px;
    line-height: 148%;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.question-form input::-ms-input-placeholder {
    font-weight: 300;
    font-size: 24px;
    line-height: 148%;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.question-form input, .question-form input::placeholder {
    font-weight: 300;
    font-size: 24px;
    line-height: 148%;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 10px;
}

.tm-42 {
    margin-top: 42px;
}
.cf7-smart-grid.has-grid .wpcf7-form-control:not(img){
    border-radius: unset !important;
}

.question-form button svg,
.question-form button rect {
    height: 70px;
    width: 375px;
}

.mva {
    margin-top: auto;
    margin-bottom: auto;
}

.question-form .button-wrapper {
    margin-bottom: 133px;
}
.modal .question-form .button-wrapper {
    margin-bottom: 30px;
}
@media (max-width: 1439px) {
    .about-ua-item-container div {
        font-size: 18px;
        width: 275px;
        padding: 20px 21px;
    }

    .lp-18 {
        padding-left: 18px;
    }

    .rp-18 {
        padding-right: 18px;
    }

    .about-dp-item-text {
        font-size: 18px;
        padding: 30px 5px 30px 27px;
    }

    .arrow {
        bottom: 21px;
        right: 15px;
    }

    [dir="rtl"] .arrow {
        left: 15px;
        bottom: 21px;
    }

    .arrow svg {
        width: 50px;
        height: 31px;
    }

    .question .mva {
        padding-bottom: 41px;
    }

    .available-objects {
        padding: 78px 0 29px 0;
    }

    .available-objects-item-location {
        font-size: 15px;
    }

    .available-objects-item-price_sold-out {
        top: 0;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
    }

    .home-doing {
        padding: 34px;
    }

    .home-doing__wrapper {
        margin-top: 26px;
    }

    .home-doing__item:first-child {
        padding-top: 52px;
    }

    .home-doing__item:nth-child(5) {
        padding-bottom: 54px;
    }

    .home-doing__item__descr {
        margin-left: 30px;
        font-size: 20px;
    }
    [dir="rtl"] .home-doing__item__descr {
        margin-left: unset;
        margin-right: 30px;
    }

    .reviews {
        padding: 19px 0 74px 0;
    }

    .reviews__wrapper {
        margin-top: 40px;
    }

    .reviews__text__title {
        font-size: 20px;
    }

    .reviews__text p {
        margin-top: 29px;
        font-size: 20px;
    }

    .question-form .button-wrapper {
        margin-bottom: 41px;
    }
    .modal .question-form .button-wrapper {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .about-ua {
        padding: 14px 0 45px 0;
    }

    .about-ua-title {
        font-size: 36px;
    }

    .about-ua-text, .home-doing__subtitle, .prices_object__subtitle{
        font-size: 20px;
        margin-top: 9px;
        line-height: 165%;
    }

    .about-ua-item-container div {
        font-size: 16px;
        line-height: 150%;
        width: 225px;
    }

    .about-ua-item-container {
        padding-bottom: 44px;
    }

    .about-dp {
        padding-top: 35px;
        padding-bottom: 99px;
    }

    .about-dp-title {
        font-size: 36px;
        line-height: 43px;
    }

    .about-dp-item-container {
        margin-top: 23px;
    }

    [dir='rtl'] .about-dp-item-text,
    .about-dp-item-text {
        font-size: 16px;
        padding: 26px 19px 15px;
    }

    .tm-95 {
        margin-top: 115px;
    }

    .available-objects {
        padding-top: 49px;
        padding-bottom: 52px;
    }

    .available-objects-title {
        font-size: 36px;
        line-height: 43px;
    }

    .available-objects-text {
        font-size: 20px;
        line-height: 140%;
    }

    .available-objects-map {
        margin-top: 46px;
        margin-bottom: 23px;
    }

    .available-objects-item {
        margin-top: 20px;
    }

    .available-objects-item-price {
        font-size: 16px;
        line-height: 140%;
        height: 35px;
        position: absolute;
        top: 14px;
        left: 17px;
    }

    [dir="rtl"] .available-objects-item-price {
        top: 14px;
        right: 17px;
        left: unset;
    }

    .available-objects-item-price_sold-out {
        font-size: 24px;
    }

    .available-objects-item-title {
        bottom: 10px;
        left: 14px;
    }

    [dir="rtl"] .available-objects-item-title {
        bottom: 10px;
        right: 14px;
    }

    .available-objects-item-name {
        font-size: 24px;
    }

    .available-objects-item-location {
        font-size: 12px;
    }

    .available-objects-item-location .available-objects-item-location-icon {
        margin-right: 7px;
    }

    .arrow {
        bottom: 18px;
        right: 14px;
    }

    [dir="rtl"] .arrow {
        left: 14px;
        bottom: 18px;
    }

    .arrow svg {
        width: 41px;
        height: 25px;
    }

    .available-objects {
        padding-bottom: 52px;
    }
    .mapbox{
        height: 447px;
    }
    .home-doing {
        padding: 47px 0 44.44px 0;
    }

    .home-doing__title, .prices_object__title {
        font-size: 36px;
    }

    .home-doing__wrapper {
        margin-top: 40px;
    }

    .home-doing__item {
        border-right: 4px solid #D1B979;
        padding-top: 56.82px;
    }
    [dir="rtl"]  .home-doing__item {
        border-left: 4px solid #D1B979;
        padding-top: 56.82px;
    }
    .home-doing__item:first-child:before{
        width: 4px;
    }
    .home-doing__item:nth-child(5) {
        padding-bottom: 40px;
    }
    .home-doing__item:after {
        border: 3px solid #D1B979;
        width: 63px;
        height: 63px;
        font-size: 24px;
        line-height: 57px;
    }
    .home-doing__item:nth-child(2), .home-doing__item:nth-child(4) {
        border-left: 4px solid #D1B979;
        -webkit-transform: translateX(-4px);
        -ms-transform: translateX(-4px);
        transform: translateX(-4px);
        padding-left: 52.71px;
    }
    .home-doing__item:nth-child(1), .home-doing__item:nth-child(3), .home-doing__item:nth-child(5) {
        padding-right: 52.71px
    }
    [dir="rtl"] .home-doing__item:nth-child(1),[dir="rtl"] .home-doing__item:nth-child(3),[dir="rtl"] .home-doing__item:nth-child(5) {
        padding-left: 52.71px;
    }
    [dir="rtl"] .home-doing__item:nth-child(2), [dir="rtl"] .home-doing__item:nth-child(4) {
        border-right: 4px solid #D1B979;
        -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
        padding-left: 52.71px;
    }
    .home-doing__item:first-child {
        padding-top: 44px;
    }

    .home-doing__item:nth-child(5) {
        padding-bottom: 44px;
    }

    .home-doing__item:nth-child(2):after, .home-doing__item:nth-child(4):after {
        -webkit-transform: translateX(calc(-50% - 4px));
        -ms-transform: translateX(calc(-50% - 4px));
        transform: translateX(calc(-50% - 4px));
    }
    [dir="rtl"] .home-doing__item:nth-child(2n):after, [dir="rtl"] .home-doing__item:nth-child(4):after {
        -webkit-transform: translateX(calc(50% + 4px));
        -ms-transform: translateX(calc(50% + 4px));
        transform: translateX(calc(50% + 4px));
    }

    .home-doing__item:nth-child(1) svg {
        width: 82.48px;
        height: 86.13px;
    }

    .home-doing__item:nth-child(2) svg {
        width: 86.86px;
        height: 64.23px;
    }

    .home-doing__item:nth-child(3) svg {
        width: 86.86px;
        height: 75.91px;
    }

    .home-doing__item:nth-child(4) svg {
        width: 70.11px;
        height: 79.56px;
    }

    .home-doing__item:nth-child(5) svg {
        width: 80.29px;
        height: 79.56px;
    }
    .home-doing__item:nth-child(6) svg {
        width: 80.29px;
        height: 79.56px;
    }
    .home-doing__item:nth-child(6):after {
        -webkit-transform: translate(calc(50% - 2px), calc(-100% - 5px));
        -ms-transform: translate(calc(50% - 2px), calc(-100% - 5px));
        transform: translate(calc(50% - 2px), calc(-100% - 5px));
    }
    [dir="rtl"] .home-doing__item:nth-child(6):after {
        -webkit-transform: translate(calc(-50% + 2px), calc(-100% - 5px));
        -ms-transform: translate(calc(-50% + 2px), calc(-100% - 5px));
        transform: translate(calc(-50% + 2px), calc(-100% - 5px));
    }
    .home-doing__item__descr {
        margin-left: 22.57px;
        font-size: 16px;
        width: 162px;
    }
    [dir="rtl"] .home-doing__item__descr {
        margin-left: unset;
        margin-right: 22.57px;
    }
    [dir="rtl"] .home-doing__item:first-child:before{
        width: 4px;
    }
    .why-we {
        padding-top: 50px;
        background-position: -192px 5px;
        padding-bottom: 73px;
    }

    .why-we-title {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 0px;
    }

    .tm-62 {
        margin-top: 62px;
    }

    .why-we-item-title {
        font-size: 20px;
    }

    .why-we-item-text {
        font-size: 16px;
        margin-top: 15px;
    }

    .reviews {
        padding: 0 0 14px 0;
    }

    .reviews-title {
        font-size: 36px;
    }

    .reviews__wrapper {
        margin-top: 37px;
    }

    .reviews__text__title {
        font-size: 16px;
    }

    .reviews__text p {
        font-size: 16px;
        margin-top: 19px;
    }

    .question-title {
        font-size: 36px;
        width: 395px;
        margin: 76px auto 0;
    }

    .question-text {
        font-size: 20px;
        margin: 24px auto 0;
        width: 316px;
    }

    .question-form {
        margin-top: 39px;
    }

    .question-form .button-wrapper {
        margin-bottom: 56px;
    }
    .modal .question-form .button-wrapper {
        margin-bottom: 30px;
    }


}

@media (max-width: 767px) {
    .about-ua {
        padding: 1px 0 46px 0;
    }

    .question-form input {
        width: 343px;
    }


    .question-form button svg,
    .question-form button rect {
        height: 55px;
        width: 352px;
    }

    .about-ua-title {
        font-size: 30px;
        line-height: 129%;
    }

    .about-ua-text, .home-doing__subtitle, .prices_object__subtitle{
        font-size: 18px;
        margin-top: 2px;
        line-height: 150%;
    }

    .about-ua-item-container {
        margin-top: 20px;
        padding-bottom: 0;
    }

    .about-ua-item-container div {
        width: 100%;
    }


    .about-ua-item-second {
        margin: 17px 0;
    }

    .about-ua-item-third {
        margin: 0;
        -o-border-image: url("../img/icon/ua_border_3_mob.svg") 0 fill;
        border-image: url("../img/icon/ua_border_3_mob.svg") 0 fill;

    }

    .about-dp {
        padding: 26px 0 34px 0;
    }

    .about-dp-title {
        font-size: 30px;
        line-height: 140%;
        color: #0B0E13;
    }

    .about-dp-item-container {
        margin-top: 0;
    }

    .about-dp-item {
        margin-top: 26px;
        margin-left: 0;
        margin-right: 18px;
    }

    .slider-main .p0 {
        padding: 0;
    }

    [dir='rtl'] .about-dp-item-text,
    .about-dp-item-text {
        font-size: 16px;
        padding: 27px 15px 27px 17px;
    }

    .slider-count-wrapper {
        margin-top: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .slider-count {
        font-size: 24px;
        line-height: 150%;
        text-align: center;
        color: #E3C26A;
    }

    .slider-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 31px;
        width: 160px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    [dir="rtl"] .slider-arrow {
        direction: ltr;
        margin-left: 0;
        margin-right: 31px;
    }

    .slider-arrow div {
        width: 63px;
        cursor: pointer;
    }

    .available-objects {
        padding: 32px 0 24px 0;
    }

    .available-objects-title {
        font-size: 36px;
        line-height: 36px;
        padding-bottom: 8px;
    }

    .available-objects-map {
        margin-top: 21px;
    }
    .mapbox{
        height: 369px;
    }
    .col-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .available-objects-item-title {
        bottom: 7px;
        left: 10px;
    }

    [dir="rtl"] .available-objects-item-title {
        bottom: 7px;
        right: 10px;
    }

    .available-objects-item-name {
        font-size: 16px;
    }

    .available-objects-item-location {
        font-size: 14px;
        line-height: 140%;
    }

    .available-objects-item-location .available-objects-item-location-icon {
        margin-right: 6px;
    }

    .arrow {
        right: 10px;
        bottom: 13px;
    }

    [dir="rtl"] .arrow {
        left: 10px;
        bottom: 13px;
    }

    .arrow svg {
        width: 32px;
        height: 20px;
    }

    .home-doing {
        padding: 54px 0 84px 0;
    }

    .home-doing__title, .prices_object__title {
        font-size: 30px;
    }

    .home-doing__wrapper {
        margin-top: 38px;
    }

    .home-doing__item {
        border-right: 3px solid #D1B979;
        padding-top: 52.37px;
    }
    .home-doing__item:first-child:before{
        width: 3px;
    }
    [dir="rtl"] .home-doing__item {
        border-left: 3px solid #D1B979;
        padding-top: 52.37px;
    }
    .home-doing__item:nth-child(5) {
        padding-bottom: 38px;
    }
    .home-doing__item:after {
        border: 3px solid #D1B979;
        width: 48px;
        height: 48px;
        font-size: 24px;
        line-height: 42px;
    }
    .home-doing__item:nth-child(6):after {
        -webkit-transform: translate(calc(50% - 1.5px), calc(-100% - 5px));
        -ms-transform: translate(calc(50% - 1.5px), calc(-100% - 5px));
        transform: translate(calc(50% - 1.5px), calc(-100% - 5px));
    }
    [dir="rtl"] .home-doing__item:nth-child(6):after {
        -webkit-transform: translate(calc(-50% + 1.5px), calc(-100% - 5px));
        -ms-transform: translate(calc(-50% + 1.5px), calc(-100% - 5px));
        transform: translate(calc(-50% + 1.5px), calc(-100% - 5px));
    }
    .home-doing__item:nth-child(1), .home-doing__item:nth-child(3), .home-doing__item:nth-child(5) {
        padding-right: 41.68px;
    }
    [dir="rtl"] .home-doing__item:nth-child(1),[dir="rtl"] .home-doing__item:nth-child(3),[dir="rtl"] .home-doing__item:nth-child(5) {
        padding-left: 41.68px;
    }
    .home-doing__item:nth-child(2), .home-doing__item:nth-child(4) {
        border-left: 3px solid #D1B979;
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px);
        padding-left: 41.68px;
    }
    [dir="rtl"] .home-doing__item:nth-child(2), [dir="rtl"] .home-doing__item:nth-child(4) {
        border-right: 3px solid #D1B979;
        -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
        transform: translateX(3px);
        padding-right:  41.68px;
    }

    .home-doing__item:first-child {
        padding-top: 37px;
    }

    .home-doing__item:nth-child(6) {
        padding-bottom: 24px;
    }

    .home-doing__item:nth-child(2):after, .home-doing__item:nth-child(4):after {
        -webkit-transform: translateX(calc(-50% - 3px));
        -ms-transform: translateX(calc(-50% - 3px));
        transform: translateX(calc(-50% - 3px));
    }
    [dir="rtl"] .home-doing__item:nth-child(2):after, [dir="rtl"] .home-doing__item:nth-child(4):after {
        -webkit-transform: translateX(calc(50% + 3px));
        -ms-transform: translateX(calc(50% + 3px));
        transform: translateX(calc(50% + 3px));
    }

    .home-doing__item:nth-child(1) svg {
        width: 57.74px;
        height: 60.129px;
    }

    .home-doing__item:nth-child(2) svg {
        width: 60.8px;
        height: 44.96px;
    }

    .home-doing__item:nth-child(3) svg {
        width: 60.8px;
        height: 53.14px;
    }

    .home-doing__item:nth-child(4) svg {
        width: 49.07px;
        height: 55.69px;
    }

    .home-doing__item:nth-child(5) svg {
        width: 56.2px;
        height: 55.69px;
    }
    .home-doing__item:nth-child(6) svg {
        width: 56.2px;
        height: 55.69px;
    }

    .home-doing__item__descr {
        margin-left: 24.13px;
        font-size: 16px;
        width: 150px;
    }
    [dir="rtl"] .home-doing__item__descr {
        margin-left: unset;
        margin-right: 24.13px;
    }
    [dir="rtl"] .home-doing__item:first-child:before{
        width: 3px;
    }
    .why-we {
        padding-top: 46px;
        padding-bottom: 0;
    }

    .why-we-title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 0px;
    }

    .tm-79 {
        margin-top: 79px;
    }

    .tm-34 {
        margin-top: 20px;
    }

    .tm-61 {
        margin-top: 31px;
    }


    [dir="rtl"] .why-we .boarded {
        border-left: none;
        border-right: none;
    }

    .why-we .boarded {
        border-left: none;
        border-right: none;
    }

    [dir="rtl"] .why-we .tablet-boarded {
        border-right: 1px solid #E3C26A;
        border-left: none;
    }


    .why-we .tablet-boarded {
        border-left: 1px solid #E3C26A;
    }

    .why-we-item-title {
        font-size: 18px;
    }

    .question {
        position: relative;
        background-color: transparent;
    }

    .img-form {
        width: 100%;
        padding: 0;
    }

    .question .row {
        --bs-gutter-x: 0;
    }

    .tablet-bg {
        z-index: -1;
    }

    .reviews {
        padding: 130px 0 32px 0;
        background-color: #EEEEEE;
    }

    .reviews-title {
        font-size: 30px;
    }

    .reviews__wrapper {
        margin-top: 44px;
    }

    .reviews__text p {
        margin-top: 20px;
    }

    .slider-count-wrapper_reviews .slider-count {
        font-size: 16px;
        margin-right: 20px;
    }

    .slider-count-wrapper_reviews .slider-arrow {
        width: 104px;
        margin-left: 0;
    }

    .slider-count-wrapper_reviews svg {
        width: 41.22px;
        height: 8.49px;
    }

    .question-title {
        font-size: 30px;
        margin: 62px auto 0;
    }

    .question-text {
        margin: 38px auto 0;
    }

    .tablet-footer-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .question-form .button-wrapper {
        margin-bottom: 65px;
    }
    .modal .question-form .button-wrapper {
        margin-bottom: 15px;
    }


}

@media (min-width: 480px) and (max-width: 767px) {
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }
    [dir="rtl"] .offset-sm-6 {
        margin-right: 50%;
        margin-left: unset;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 66.66666667%;
    }

}

@media (max-width: 479px) {

    .first-screen-button-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-ua {
        padding: 1px 0 43px 0;
    }

    .about-ua-title {
        font-size: 24px;
    }

    .about-ua-text, .home-doing__subtitle, .prices_object__subtitle{
        font-size: 16px;
        margin-top: 5px;
    }

    .about-ua-item-container {
        margin-top: 29px;
    }

    .about-dp-title {
        font-size: 24px;
    }

    .available-objects {
        padding: 9px 0 39px 0;
    }

    .available-objects-title {
        font-size: 24px;
        line-height: 34px;
        padding-bottom: 8px;
    }

    .available-objects-text {
        font-size: 18px;
        line-height: 140%;
    }

    .available-objects-map {
        margin-top: 30px;
    }
    .mapbox{
        height: 269px;
    }
    .col-tablet {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }

    .slider-count-wrapper {
        margin-top: -5px;
    }

    .slider-arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 34px;
        width: 135px;
    }

    [dir="rtl"] .slider-arrow {
        margin-left: 0;
        margin-right: 34px;
    }

    .slider-count {
        font-size: 20px;
    }

    .slider-arrow div {
        width: 47px;
    }

    .available-objects-item-name {
        font-size: 24px;
    }

    .available-objects-item-title {
        bottom: 27px;
        left: 15px;
    }

    [dir="rtl"] .available-objects-item-title {
        bottom: 20px;
        right: 15px;
    }

    .available-objects-item-location .available-objects-item-location-icon {
        margin-right: 6px;
    }

    .arrow {
        right: 14px;
        bottom: 20px;
    }

    [dir="rtl"] .arrow {
        left: 14px;
        bottom: 20px;
    }

    .arrow svg {
        width: 47px;
        height: 30px;
    }

    .available-objects-item {
        margin-top: 16px;
    }

    .available-objects-item-location {
        font-size: 12px;
    }

    .home-doing {
        padding: 41px 0 51px 0;
    }

    .home-doing__title, .prices_object__title {
        font-size: 24px;
    }

    .home-doing__wrapper {
        margin-top: 32px;
    }

    .home-doing__item {
        border-left: 1px solid #D1B979;
        padding-top: 67.51px;
        margin-left: 10%;
        padding-left: 53.38px;
    }
    .home-doing__item:first-child{
        border-left: none;
    }
    .home-doing__item:first-child:before{
        width: 1px;
        left: 0;
    }
    [dir="rtl"] .home-doing__item {
        border-right: 1px solid #D1B979;
        padding-top: 67.51px;
        margin-left: unset;
        margin-right:  10%;
        padding-left: unset;
        padding-right: 53.38px;
    }
    [dir="rtl"] .home-doing__item:first-child{
        border-right: none;
    }
    .home-doing__item:nth-child(1), .home-doing__item:nth-child(3), .home-doing__item:nth-child(5) {
        justify-content: flex-start;
    }
    .home-doing__item:nth-child(1) .home-doing__item__img, .home-doing__item:nth-child(3) .home-doing__item__img, .home-doing__item:nth-child(5) .home-doing__item__img{
        order: 0;
    }
    .home-doing__item:nth-child(6) {
        margin-left: 10%;
        justify-content: flex-start;
    }
    [dir="rtl"] .home-doing__item:nth-child(6) {
        margin-left: unset;
        margin-right: 10%;
        justify-content: flex-start;
    }
    .home-doing__item:nth-child(6):after {
        content: "6";
        border: 1px solid #D1B979;
        left: 0;
        -webkit-transform: translate(calc(-50% - 1px), 25px);
        -ms-transform: translate(calc(-50% - 1px), 25px);
        transform: translate(calc(-50% - 1px), 25px);
        width: 48px;
        height: 48px;
        font-size: 24px;
        line-height: 42px;
        background-color: #0b0e13;
    }
    [dir="rtl"] .home-doing__item:nth-child(6):after {
        content: "6";
        border: 1px solid #D1B979;
        left: unset;
        right: 0;
        -webkit-transform: translate(calc(50% + 1px), 25px);
        -ms-transform: translate(calc(50% + 1px), 25px);
        transform: translate(calc(50% + 1px), 25px);
    }
    .home-doing__item:nth-child(5) {
        padding-bottom: 45px;
    }
    .home-doing__item:after {
        border: 1px solid #D1B979;
        left: 0;
        -webkit-transform: translateX(calc(-50% - 1px));
        -ms-transform: translateX(calc(-50% - 1px));
        transform: translateX(calc(-50% - 1px));
    }
    [dir="rtl"] .home-doing__item:after {
        border: 1px solid #D1B979;
        left: unset;
        right: 0;
        -webkit-transform: translateX(calc(50% + 1px));
        -ms-transform: translateX(calc(50% + 1px));
        transform: translateX(calc(50% + 1px));
    }

    .home-doing__item:nth-child(2n) {
        border-left: 1px solid #D1B979;
        padding-left: 53.38px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .home-doing__item:last-child{
        border-left: none;
    }
    .home-doing__item:last-child:before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 50%;
        background-color: #D1B979;
    }
    [dir="rtl"] .home-doing__item:nth-child(2n) {
        border-left: none;
        border-right: 1px solid #D1B979;
        padding-left: unset;
        padding-right: 53.38px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    [dir="rtl"] .home-doing__item:last-child:before{
        right: 0;
        left: unset;
    }
    .home-doing__item:last-child{
        border-right: none;
    }
    .home-doing__item:first-child {
        padding-top: 44px;
    }

    .home-doing__item:nth-child(6) {
        padding-bottom: 41px;
    }

    .home-doing__item:nth-child(1) svg {
        width: 41.24px;
        height: 43.07px;
    }

    .home-doing__item:nth-child(2) svg {
        width: 43.43px;
        height: 32.12px;
    }

    .home-doing__item:nth-child(3) svg {
        width: 43.43px;
        height: 37.96px;
    }

    .home-doing__item:nth-child(4) svg {
        width: 35.05px;
        height: 39.78px;
    }

    .home-doing__item:nth-child(5) svg {
        width: 40.15px;
        height: 39.78px;
    }
    .home-doing__item:nth-child(6) svg {
        width: 40.15px;
        height: 39.78px;
    }

    .home-doing__item__descr {
        margin-left: 12.138px;
        width: 190px;
    }
    [dir="rtl"] .home-doing__item__descr {
        margin-left: unset;
        margin-right: 12.138px;
    }
    .why-we {
        padding: 26px;
    }

    .why-we-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 6px;
    }

    .why-we-item-title {
        font-size: 16px;
    }

    .why-we-item-text {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .why-we .boarded {
        height: unset;
    }

    .why-we .tablet-boarded {
        border-left: none;
    }

    [dir="rtl"] .why-we .tablet-boarded {
        border-right: none;
    }

    .why-we .mob-boarded {
        position: relative;
    }

    .why-we .mob-boarded:after {
        content: "";
        background: #E3C26A;
        position: absolute;
        bottom: 0;
        left: calc(50% - 89px);
        height: 1px;
        width: 178px;
    }

    /*    .question{
            min-height: 449px;
        }*/
    .reviews {
        padding: 42px 0 49px 0;
        background-color: #EEEEEE;
    }

    .reviews-title {
        font-size: 30px;
    }

    .reviews__wrapper {
        margin-top: 35px;
    }

    .reviews__img {
        width: 102px;
        margin: 0 auto;
    }

    .reviews__text__title {
        margin-top: 35px;
    }

    .reviews__text p {
        margin-top: 12px;
    }

    .slider-count-wrapper_reviews {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 16px;
    }

    .question-title {
        margin-top: 32px;
        font-size: 24px;
        line-height: 148%;
    }

    .question-text {
        margin-top: 10px;
        font-size: 18px;
        line-height: 150%;
        width: 310px;
    }

    .question-form {
        margin: 0 auto;
        margin-top: 38px;
    }

    .question-title {
        width: 100%;
    }

    .question-text {
        width: 100%;
    }

    .question-form input {
        width: 290px;
    }

    .question-form button svg,
    .question-form button rect {
        height: 45px;
        width: 290px;
    }
    .button-wrapper button, .button-wrapper .btn_all {
        height: 45px;
        width: 290px;
    }

    .button-wrapper__text {
        top: 0;
    }

    .tablet-footer-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .about-dp-item-container {
        width: 100%;
        margin: 0 auto;
    }

    .about-dp-item {
        margin-top: 0;
        margin-right: 0;
        padding: 0 5px;
    }

    .about-dp-item img {
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
    }

    .about-dp-item-text {
        margin-right: 0;

    }

    [dir="rtl"] .about-dp-item-text {
        margin-left: 0;
    }

    .question-form .button-wrapper {
        margin-bottom: 53px;
    }
    .modal .question-form .button-wrapper {
        margin-bottom: 15px;
    }



}

.best_home_text {
    text-align: left;
}

[dir='rtl'] .best_home_text {
    text-align: right;
}