.choose-price-wrap {width:  100%; margin: 0 10px;}
.price-line-button{background:none !important;border:0px !important;}
.price-line{height:auto;}
.price-line-button.right-float{top:-9px;bottom:auto;}
#range-slider{height:8px;}
.noUi-horizontal .noUi-handle{top:-13px;}
.noUi-connect{background:#fff;}

.f-bold {
    font-weight: bold;
}

.offer-item-content{text-decoration: none;}
.offer-slider-wrap .w-slide{max-height:240px;overflow:hidden;}

.offer-content-item.mobile-show.address {
    margin-top: 20px;
    margin-bottom: 50px;
}

.offer-content-item.mobile-hide.address {
    margin-top: 20px;
}

.banner-top-text {
    margin-bottom: 10px;
    line-height: 28px;
}

.banner-bottom-text {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 15px;
}

.grid-link-block {
    border-radius: 10px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
} 

.mt-30 {
    margin-top: 30px !important;
}

.blue-color {
    color: #2343ee;
}

.testimonials-slide.bonus-slide {
    padding-bottom: 0px;
}

.testimonials-grid.bonus-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    grid-column-gap: 20px;
}

.testimonials-grid.bonus-grid .testimonial-heading {
    color: #141414;
    font-size: 22px;
    line-height: 1.5;
}

.testimonials-grid.bonus-grid .testimonial-image.bonus-image {
    height: 245px;
}

.testimonial-image.bonus-image {
    margin-bottom: 20px;
}

.testimonial-image.bonus-image.img-1 {
    background-image: url(../images/bonus-1.jpg);
}

.testimonial-image.bonus-image.img-2 {
    background-image: url(../images/bonus-2.jpg);
}

.testimonial-image.bonus-image.img-3 {
    background-image: url(../images/bonus-3.jpg);
}

.testimonial-image.bonus-image.img-4 {
    background-image: url(../images/bonus-4.jpg);
}

.testimonial-block {
    padding: 0px;
}

.total-save-section .cashback-text {
    font-size: 42px;
    font-weight: 600;
    margin-top: 30px;
}

.total-save-section .count-number {
    font-size: 80px;
}

.footer-contacts-w {
    font-size: 18px;
}

.footer-contacts-w .contacts-row {
    gap: 10px;
}

.footer-contacts-w .contacts-row .contact-title {
    width: 75px;
}

.footer-contacts-w .contacts-row .contacts-div {
    margin-left: 0px;
}

.footer-bottom-row {
    font-size: 14px;
}

.navbar-container {
    -ms-grid-columns: 1.75fr 0.5fr auto;
    grid-template-columns: 1.75fr 0.5fr auto;
}

.catalog-big-btn {
    height: 33%;
}

.nav-link {
    font-size: 18px;
}

.count-slider-w {
    font-weight: bold;
    font-size: 22px;
}

.pop-up-w .popup-grid-col {
    background: none;
    background-color: #2443ee;
}

.pop-up-w .popup-grid-col .h2 {
    font-size: 34px;
}

.pop-up-w .popup-grid-col .phone-link {
    font-weight: bold;
    font-size: 19px;
}

.pop-up-w .popup-form-col {
    background: #fff;
}

.benefit-item {
    border-width: 1px;
    border-color: #EAEAEA;
    padding-top: 64px;
    padding-right: 20px;
    padding-bottom: 64px;
    padding-left: 20px;
    border-style: solid;
    margin: 20px 10px;
    border-radius: 10px;
}

.benefit-item .paragraph {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.benefit-item .paragraph span {
    font-weight: bold;
    font-size: 22px;
}

.nav-btn {
    background-image: none;
    font-size: 18px;
    padding: 13px 26px;
    border-radius: 40px;
    font-weight: 600;
}

.main-link {
    margin: 40px 0px 40px;
    height: 58px;
    padding: 20px 40px;
}

.count-text-w {
    display: flex;
    align-items: baseline;
    gap: 100px;
}

.count-text-block {
    font-size: 24px;
    font-weight: bold;
}

.count-text-w .saving-block {
    font-size: 24px;
    margin-bottom: 40px;
    font-weight: bold;
    color: #2343ee;
}

.price-block {
    margin-bottom: 40px;
}

.price-block .cashback-block {
    color: grey;
}

.proj-category-badge {
    background: #000 !important;
    color: #fff !important;
    font-size: 13px;
    padding: 5px 10px;
}

.prev-proj-info-div {
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
}

.prev-proj-info-div.on-page {
    color: #000;
}

.sidebar-header-div {
    background: none;
    background-color: #2443ee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar-form-block {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sidebar-banner {
    border-radius: 10px;
    background: #2443ee;
}

.sidebar-banner .banner-cashback {
    color: #fff;
    font-size: 25px;
    line-height: 1.5;
}

.prev-proj-name {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

.prev-proj-name .prev-proj-price {
    color: #2443ee;
    margin-top: 10px;
}

.body,
.h3,
.testimonials-quote {
    font-family: Urbanist, sans-serif !important;
}

.testimonial-image {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 315px;
    margin-bottom: 35px;
    border-radius: 7px;
}

.p-extra-big {
    font-size: 33px;
}

.mb-40 {
    margin-bottom: 40px;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
    display: none;
}

.item-bg-img.about-us-img {
    background-image: url(../images/about-us.jpeg);
}

.testimonial-image.img-1 {
    background-image: url(../images/testimonial-img-1.jpeg);
}

.testimonial-image.img-2 {
    background-image: url(../images/testimonial-img-2.jpeg);
}

.testimonial-image.img-3 {
    background-image: url(../images/testimonial-img-3.jpeg);
}

.testimonial-image.img-4 {
    background-image: url(../images/testimonial-img-4.jpeg);
}

.testimonial-image.img-5 {
    background-image: url(../images/testimonial-img-5.jpeg);
}

.testimonial-image.img-6 {
    background-image: url(../images/testimonial-img-6.jpeg);
}

.testimonial-image.img-7 {
    background-image: url(../images/testimonial-img-7.jpeg);
}

.testimonial-image.img-8 {
    background-image: url(../images/testimonial-img-8.jpeg);
}

.testimonial-image.img-9 {
    background-image: url(../images/testimonial-img-9.png);
}

.testimonial-header-div {
    text-align: center;
    color: #000;
    font-size: 15px;
    line-height: 24px;
}

.testimonial-heading {
    color: #2343ee;
}

.submit-button-w,
.m-button {
    background-color: #2343ee;
    border-radius: 40px;
    font-weight: 600;
}

.submit-button-w:hover,
.m-button:hover {
    background-color: #122fcc;
}

.m-button,
.mt-button {
    height: 58px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    padding: 13px 26px;
}

.m-button {
    color: #fff;
}

.mt-button {
    border: 2px solid #2443ee;
    margin-left: 0px;
    color: #2443ee;
    filter: invert(0%) !important;
}

.mt-button:hover {
    border: 2px solid #122fcc;
    color: #122fcc;
}

.buttons-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.submit-button {
    font-weight: 600;
}

.text-field {
    border-radius: 40px;
}

.help-img-col {
    position: relative;
    overflow: hidden;
    width: calc(50% - 120px);
    min-height: 450px;
    margin: 90px 60px;
    border-radius: 15px;
}

.h2-small {
    font-size: 20px;
    line-height: 30px;
}

.help-content-block {
    padding-top: 90px;
    padding-left: 60px;
}

.help-content-block .h2-div {
    margin-bottom: 40px;
}

.main-filter-grid.in-catalog {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.noUi-handle:after, .noUi-handle:before {
	background-color: #aaa;
	left: 10px;
}

.noUi-handle:after {
    left: 15px;
}

.noUi-horizontal .noUi-handle {
    border-radius: 40px;
    width: 28px;
}

.noUi-tooltip {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
	font-size: 16px;
}

.noUi-base, .noUi-connects {
	background-color: hsl(0deg 0% 0% / 40%);
}

.main-section .h1-hero {
    text-align: center;
    font-size: 26px;
}

.filter-price-w {
	align-items: center;
	margin-top: 20px;
}

.section.cta-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/second-block.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/second-block.jpg);
}

.section.cta-section.second-cta-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../images/second-cta-section.jpg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/second-cta-section.jpg);
}

#range-slider-2 {
	height:5px;
	border:0px;
	background:#141414;
}

#range-slider-2 .noUi-tooltip {
	color: #000;
    font-weight: 600;
    font-size: 18px;
    display: none;
}

#range-slider-2 .noUi-handle {
	background-color: rgb(0 40 255);
    box-shadow: 0px 0px 0px;
    border: 5px solid rgb(255 255 255 / 60%);
}

#range-slider-2 .noUi-handle:after, 
#range-slider-2 .noUi-handle:before {
	background-color: transparent;
}

.catalog-filter-wrap {
	margin-right: 15px;
}

.catalog-filter-wrap .noUi-base, .catalog-filter-wrap .noUi-connects {
	background-color: #d4d4d4;
}

.catalog-filter-wrap .noUi-connect {
	background: #000;
}

.catalog-filter-wrap .noUi-tooltip {
	color: #000;
	font-size: 14px;
    bottom: 100%;
}

#search-field.w-node-_55e53b98-5c51-3f9b-c63c-850e9daa5c8c-5392420c {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 3;
}

.prev-proj-img-w {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: 315px;
}

.cashback-div {
    font-weight: bold !important;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.cashback-div.on-offer-page {
    border-radius: 7px;
}

.area-and-property-section .additional-information {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 80px;
}

.area-and-property-section .additional-information .o-area {
    color: #fff;
    font-size: 24px;
    border: 2px solid;
    padding: 10px 15px;
    border-radius: 5px;
}

.area-and-property-section .additional-information .o-type {
    padding: 15px 20px;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
}

.pop-up-w form {
	color: #fff;
	font-size: 20px;
}

.sidebar-form form {
	color: #fff;
}

.item-bg-img.img-1 {
	background-image: url('/files/uploads/guide-services.jpeg');
}

.item-bg-img.img-2 {
	background-image: url('/files/uploads/mortgage-services.jpeg');
}

.item-bg-img.img-3 {
	background-image: url('/files/uploads/visa-services.jpeg');
}

.made-by-logo {
	display: block;
	height: 12px;
    margin-top: 5px;
    margin-left: 5px;
}

.d-flex {
	display: flex;
}

.d-none {
	display: none;
}

.h1-main {
	margin-bottom: 30px;
}

.h1-main h1 {
    text-transform: uppercase;
    font-size: 49px;
}

.nav-btn-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-left: 10px;
    padding: 13px 15px 13px 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
    color: #141414;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    padding: 13px 26px;
    border-radius: 40px;
    font-weight: 600;
    transition: .2s;
}

.nav-btn-2:hover {
    transform: scale(1.03);
}

.item-bg-img.main-img {
    background-image: url('../images/slider-main.jpeg');
    background-attachment: fixed;
}

.item-bg-overflow.more-opacity {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.h1-hero {
    background: none;
    padding: 0px;
    margin-bottom: 20px;
}

.h2-subheading {
    font-size: 24px;
    line-height: 1.6;
}

.benefit-icon {
    width: 70px;
}

.pt-60 {
    padding-top: 60px;
}

.expert-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #18181a;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 20px;
}

.form-img {
    width: 70px;
    height: auto;
    margin-right: 15px;
    border-style: solid;
    border-width: 2px;
    border-color: #c9c8c8;
    border-radius: 50%;
    background-color: #fff;
}

.manager-job {
    margin-bottom: 5px;
    color: #18181a;
    font-size: 16px;
}

.manager-name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.manager-contact {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #18181a;
    font-size: 16px;
    line-height: 1.6em;
    cursor: pointer;
}

.form-section-min-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p-big {
	font-size: 20px;
}

.h1.more-size {
	font-size: 80px;
}

.navbar-w {
	transform: inherit;
}

.solutions-block .solutions-wrap {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    align-items: stretch;
    justify-content: center;
}

.solutions-block .solutions-wrap > div {
    flex-basis: calc(33% - 10px);
    max-width: calc(33% - 10px);
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.solutions-block .benefit-item .catalog-big-btn {
    width: auto;
    height: auto;
    position: relative;
    background-image: none;
    filter: invert(0%) !important;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    min-height: 340px;
    padding: 20px;
    margin-left: 0px;
    background: #2343ee;
    color: #fff;
    border-radius: 20px;
}

.solutions-block .benefit-item .catalog-big-btn > div {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    gap: 20px;
    color: #ffffffc4;
}

.solutions-block .benefit-item {
    margin-top: 0px !important;
}

.solutions-block .benefit-item .catalog-big-btn .big-btn-span {
    font-size: 42px;
    line-height: 42px;
}

.solutions-block .benefit-item .big-btn-arrow {
    border: 0;
}

.solutions-block .benefit-item .big-btn-arrow svg {
    fill: #fff;
}

.mobile-show { 
    display: none;
}

.phone-contacts {
    display: flex;
}

.main-filter-w .submit-button-w {
    background: #fff;
    color: #000;
    margin-left: 30px;
}

.main-filter-w .submit-button-w:hover {
    background: #dcdcdc;
}

.main-filter-w .submit-button-w input {
    color: #000;
}

.mountain-link {
    display: inline-flex;
    justify-content: end;
    align-self: end;
    gap: 5px;
    background: none;
    filter: invert(0%) !important;
    border: 3px solid #2443ee;
    color: #2443ee;
    padding: 15px 25px;
    font-weight: bold;
}

.mountain-link:hover div {
    text-decoration: none;
}

.mountain-link:hover {
    transform: scale(1.03);
}

.mountain-link.align-start {
    align-self: start;
    margin-left: 0px;
    border: 3px solid #2443ee;
    color: #2443ee;
    font-weight: bold;
}

.item-bg-img {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
}

.item-bg-img.img-101 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/img-101.jpeg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/img-101.jpeg);
}

.item-bg-img.img-102 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/img-102.webp);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/img-102.webp);
}

.item-bg-img.img-103 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url(../images/img-103.jpeg);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/img-103.jpeg);
}

._filter-clear {
    border-radius: 40px;
}

#w-node-_55e53b98-5c51-3f9b-c63c-850e9daa5ca1-5392420c {
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-row: 2;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 6;
    grid-column-start: 6;
    grid-column-end: 8;
    -ms-grid-column-span: 1;
}

.clear-note {
    display: none;
}

#Square.w-node-a45c2dd3-cc4a-00c3-01f1-ff19258276ee-5392420c {
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-column: 6;
    grid-column-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

#w-node-_92633142-0d50-7ca6-e446-5544d7e30b4b-5392420c {
    grid-column-start: 6;
    text-align: center;
}

#w-node-_92633142-0d50-7ca6-e446-5544d7e30b4b-5392420c a {
    height: 45px;
    border-radius: 40px;
}

#w-node-_92633142-0d50-7ca6-e446-5544d7e30b4b-5392420c > div {
    margin-top: 5px;
}

.solutions-block-second .solutions-wrap {
    width: 100%;
}

.solutions-block-second .benefit-item .catalog-big-btn {
    color: #2443ee !important;
    border: 3px solid #2443ee;
    background: #fff;
    width: 100%;
}

.solutions-block-second .benefit-item .catalog-big-btn > div:first-child {
    color: #2443ee;
    align-self: baseline;
}

.solutions-block-second .benefit-item .catalog-big-btn .big-btn-span {
    color: #2443ee;
}

.solutions-block-second .benefit-item .big-btn-arrow svg {
    fill: #2443ee;
}

.insta-icon {
    width: 50px;
    color: #6d6d6d;
    margin-bottom: 15px;
    margin-top: 40px;
}

.roi-wrapper {
    font-size: 52px;
    line-height: 64px;
    color: #fff;
    font-weight: 600;
}

.roi-wrapper .big-font {
    font-weight: 600;
    font-size: 64px;
}

.mountain-link svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.no-padding-section {
    padding-top: 0px;
}

.left-align {
    text-align: left;
}

.environment-section {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/slide-2-section.jpeg') !important;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/slide-2-section.jpeg') !important;
}

.item-bg-img.golf-properties-prev-img {
    background-image: url('../images/golf-properties.png');
}

.item-bg-img.beach-properties-prev-img {
    background-image: url('../images/beach-properties.jpeg');
}

.item-bg-img.countryside-properties-prev-img {
    background-image: url('../images/countryside-properties.jpeg');
}

.item-bg-img.exclusive-properties-prev-img {
    background-image: url('../images/exclusive-properties.webp');
}

.item-bg-img.commercial-properties-prev-img {
    background-image: url('../images/commercial-properties.webp');
}

.item-bg-img.land-plots-prev-img {
    background-image: url('../images/land-plots.jpeg');
}

.categories-grid .nav-btn {
    padding: 0px;
    background: none;
    margin: 0px;
    text-align: inherit;
    filter: invert(0%) !important;
}

.nav-dropdown.lang-dropdown {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding: 25px 40px 25px 20px;
}

.nav-dropdown.lang-dropdown .nav-link {
    padding: 0px;
    font-weight: bold;
    border: 0 !important;
}

.nav-dropdown.lang-dropdown .nav-link.icon-5 {
    display: inline !important;
    right: 15px;
}

.nav-dropdown.lang-dropdown + .w-dropdown-list.w--open {
    border-radius: 0px;
    background: rgb(0 0 0 / 64%);
}

.nav-dropdown.lang-dropdown + .w-dropdown-list.w--open a {
    color: #fff;
    text-transform: uppercase;
}

.nav-dropdown.lang-dropdown + .w-dropdown-list.w--open a:hover {
    text-decoration: underline;
}

.footer-section {
    background: #0c0c0c;
    color: #6d6d6d;
}

.footer-section .footer-col-heading {
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
}

.footer-section .footer-links-list {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    justify-items: start;
    display: grid;
}

.footer-section .footer-link {
    color: #a4a4a4;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    transition: all .1s;
    opacity: 0.7;
}

.footer-section .footer-link.w--current {
    padding-left: 0px;
    opacity: 1;
    color: #fff;
}

.footer-small-link {
    color: #a4a4a4;
    opacity: 0.7;
}

.footer-small-link:hover {
    color: #fff;
    opacity: 1;
}

.footer-section .contact-link {
    color: #a4a4a4;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    transition: all .1s;
    opacity: 0.7;
}

.footer-section .contact-link:hover {
    color: #fff;
    opacity: 1;
}

.footer-section .footer-link:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.filter-dd-toggle,
.select-field.in-filter,
#Square.w-node-a45c2dd3-cc4a-00c3-01f1-ff19258276ee-5392420c,
#filter_price_from,
#filter_price_to {
    border-radius: 40px;
    height: 45px;
}

.help-list-block {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 60px;
    display: flex;
    gap: 120px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.help-list-block > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.help-list-block .help-heading {
    background-color: #2343ee;
    color: white;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 7px;
    font-weight: bold;
}

.pop-up-w .contacts-col {
    flex-direction: column;
    gap: 20px;
}

.pop-up-w .contacts-col a {
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .solutions-block .solutions-wrap > div {
        flex-basis: calc(50% - 34px);
        max-width: calc(50% - 34px);
        padding: 0px;
    }

    .solutions-block .benefit-item .catalog-big-btn {
        padding: 10px !important;
    }

    .navbar-container {
        -ms-grid-columns: minmax(-webkit-max-content, 1fr) auto auto auto;
        -ms-grid-columns: minmax(max-content, 1fr) auto auto auto;
        grid-template-columns: minmax(-webkit-max-content, 1fr) auto auto auto;
        grid-template-columns: minmax(max-content, 1fr) auto auto auto;
    }
}

@media screen and (max-width: 767px) {
    .help-content-block {
        padding-top: 50px !important;
        padding-left: 0px !important;
    }

    .help-img-col {
        width: calc(100% - 40px) !important;
        height: 300px;
        margin: 20px !important;
    }

    .h1.more-size {
        font-size: 60px;
        line-height: 80px;
    }

    .footer-contacts-w {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 13px;
        line-height: 20px;
    }

    .help-list-block {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        gap: 15px;
        flex-direction: column;
    }

    .testimonials-grid.bonus-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
    }
}

@media screen and (max-width: 479px) {    
    .solutions-block .solutions-wrap > div {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px;
    }

	.manager-job {
		font-size: 14px;
	}

    .main-section .h1-hero {
        font-size: 20px;
    }

    .benefits-row {
        margin: 0px;
    }

    .benefit-item {
        margin: 0px;
        margin-bottom: 30px;
    }

    .solutions-block .solutions-wrap {
        gap: 25px;
    }

    .solutions-block .benefit-item .catalog-big-btn {
        min-height: 300px;
        margin-top: 0px;
    }

    .main-filter-w .submit-button-w {
        margin-left: 0px;
    }

    .help-section p {
        line-height: 28px;
        font-size: 16px;
    }

    .roi-wrapper {
        font-size: 26px;
        line-height: 42px;
        color: #fff;
    }

    .roi-wrapper .big-font {
        font-size: 52px;
    }

    .count-text-w {
        gap: 35px;
    }

    .nav-btn {
        font-size: 15px;
    }

    .main-link {
        height: 46px;
        padding: 20px 25px;
    }

    .count-number {
        font-size: 28px;
    }

    .count-text-w .grey-block {
        font-size: 18px;
    }

    #range-slider-2 .noUi-tooltip {
        font-size: 14px;
    }

    .buttons-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .buttons-wrapper a {
        height: 52px;
        font-size: 16px;
        min-width: 220px;
    }

    .navbar-container {
        -ms-grid-columns: auto minmax(auto, 1fr) minmax(auto, 0.25fr);
        grid-template-columns: auto minmax(auto, 1fr) minmax(auto, 0.25fr);
    }

    .h2-subheading {
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }

    .count-text-block {
        font-size: 18px;
        line-height: 14px;
    }

    .count-slider-w {
        font-size: 13px;
    }

    .offer-price-div {
        align-self: auto;
    }

    .total-save-section .count-number {
        font-size: 48px;
        text-align: center;
        line-height: 1.3;
    }

    .total-save-section .cashback-text {
        font-size: 26px;
        line-height: 34px;
    }

    .footer-container {
        width: 85%;
    }

    .footer-row {
        flex-direction: column;
    }

    .footer-bottom-row {
        gap: 15px;
    }

    .footer-bottom-div {
        margin-bottom: 15px;
    }

    .footer-col {
        width: 100%;
    }

    .h1-main h1 {
        font-size: 24px;
    }

    .phone-contacts .phone-link,
    #w-node-_67cef0a4-a30d-f3ff-8836-0d9755a92da9-55a92d9c {
        font-weight: bold;
        font-size: 14px;
    }

    .h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .cta-section .h2-div {
        margin-bottom: 0px;
    }

    .roi-block .h2-div {
        margin-bottom: 20px;
    }

    .solutions-block .benefit-item .catalog-big-btn .big-btn-span {
        font-size: 32px;
        line-height: 24px;
    }

    .solutions-block .benefit-item .catalog-big-btn > div {
        font-size: 28px;
    }

    .paragraph {
        font-size: 16px;
        line-height: 22px;
    }

    .h1.more-size {
        font-size: 42px;
        line-height: 51px;
    }

    .offer-content-item .proj-name {
        font-size: 22px;
    }

    .area-and-property-section .additional-information .o-area {
        font-size: 16px;
        padding: 5px 10px;
    }

    .area-and-property-section .additional-information .o-type {
        font-size: 16px;
        padding: 10px 15px;
    }

    .catalog-offers-block {
        width: 95%;
    }

    .offer-price-div.on-page {
        flex-direction: column;
        gap: 15px;
    }

    .mobile-hide {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    ._filter-area {
        grid-row-start: 2 !important;
        grid-row-end: 3 !important;
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
    }

    ._filter-type {
        grid-row-start: 2 !important;
        grid-row-end: 3 !important;
        grid-column-start: 2 !important;
        grid-column-end: 3 !important;
    }

    ._filter-square {
        grid-row-start: 2 !important;
        grid-row-end: 3 !important;
        grid-column-start: 3 !important;
        grid-column-end: 4 !important;
    }

    ._filter-search-text {
        grid-row-start: 1 !important;
        grid-row-end: 2 !important;
        grid-column-start: 1 !important;
        grid-column-end: 4 !important;
    }

    ._filter-bedrooms {
        grid-row-start: 3 !important;
        grid-row-end: 4 !important;
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
    }

    ._filter-bathrooms {
        grid-row-start: 3 !important;
        grid-row-end: 4 !important;
        grid-column-start: 2 !important;
        grid-column-end: 3 !important;
    }

    ._filter-sort-by {
        grid-row-start: 3 !important;
        grid-row-end: 4 !important;
        grid-column-start: 3 !important;
        grid-column-end: 4 !important;
    }

    ._filter-price-from {
        grid-row-start: 4 !important;
        grid-row-end: 5 !important;
        grid-column-start: 1 !important;
        grid-column-end: 2 !important;
    }

    ._filter-price-to {
        grid-row-start: 4 !important;
        grid-row-end: 5 !important;
        grid-column-start: 2 !important;
        grid-column-end: 3 !important;
    }

    ._filter-clear {
        grid-row-start: 4 !important;
        grid-row-end: 5 !important;
        grid-column-start: 3 !important;
        grid-column-end: 4 !important;
    }

    ._filter-clear > div {
        display: none;
    }

    .clear-note {
        grid-row-start: 6 !important;
        grid-row-end: 7 !important;
        grid-column-start: 1 !important;
        grid-column-end: 4 !important;
        display: block;
        text-align: center;
        font-size: 12px;
    }

    ._filter-button {
        grid-row-start: 5 !important;
        grid-row-end: 6 !important;
        grid-column-start: 1 !important;
        grid-column-end: 4 !important;
    }

    .main-filter-grid.in-catalog {
        grid-template-columns: 1fr 1fr 1fr;
    }
}