/* ###################  HTML Overrides ###################  */

body .content {
    min-height: 500px;
}

h1, .h1 {
    font-size: 26px;
    font-weight: 700;
}

h2, .h2 {
    font-size: 24px;
    font-weight: 700;
}

h3, .h3 {
    font-size: 18px;
    font-weight: 700;
}

h4, .h4 {
    font-size: 17px;
    font-weight: 500;
}

h5, .h5 {
    font-size: 16px;
    font-weight: 500;
}

h6, .h6 {
    font-size: 15px;
    font-weight: 500;
}

/* ###################  Custom IDs ################### */

.estate-view .description-wrapper .location #map-canvas {
    width: auto;
    height: 350px;
    position: relative;
    background-color: #e5e3df;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.careers .show-career-collapse[aria-expanded="false"] .card-header::before,
.stat .show-price-stat[aria-expanded="false"] .card-header::before,
.stat .show-default-stat[aria-expanded="false"] .card-header::before,
.stat .show-poi-stat[aria-expanded="false"] .card-header::before {
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 2em;
    content: "\f107";
    position: absolute;
    bottom: 2px;
    right: 17px;
}

.careers .show-career-collapse[aria-expanded="true"] .card-header::before,
.stat .show-price-stat[aria-expanded="true"] .card-header::before,
.stat .show-default-stat[aria-expanded="true"] .card-header::before,
.stat .show-poi-stat[aria-expanded="true"] .card-header::before {
    float: right;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 2em;
    content: "\f106";
    position: absolute;
    bottom: 2px;
    right: 17px;
    color: #0EAC9A;
}

.stat .show-price-stat[aria-expanded="true"] .card-header::before,
.stat .show-default-stat[aria-expanded="true"] .card-header::before,
.stat .show-poi-stat[aria-expanded="true"] .card-header::before {
    color: white;
}

.stat .stat-map-wrapper #map-canvas {
    width: auto;
    height: 250px;
    position: relative;
    background-color: #e5e3df;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.search-box-wrapper #showDetailedSearchBtn[aria-expanded="true"] .detailed-search-text:after {
    content: " bezárása";
}

.search-box-wrapper #showDetailedSearchBtn .fa-angle-down:before {
    font-size: 1.5em;
}

.search-box-wrapper #showDetailedSearchBtn[aria-expanded="true"] .fa-angle-down:before {
    content: "\f106";
}

.search-box-wrapper #showDetailedSearchBtn[aria-expanded="false"] .fa-angle-down:before {
    content: "\f107";
}

@media (max-width: 575.98px) {
    h1, .h1 {
        font-size: 24px;
    }

    h2, .h2 {
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .stat .stat-map-wrapper #map-canvas {
        height: 350px;
    }
}

@media (min-width: 768px) {
    .stat .stat-map-wrapper #map-canvas {
        height: 420px;
    }
}

@media (min-width: 992px) {
    .stat .stat-map-wrapper #map-canvas {
        height: 520px;
    }
}

@media (min-width: 1200px) {

}

/* ###################  Custom classes ###################  */
body .content {
    background-image: url("/images/svg/footer/footer_bg.svg"), linear-gradient(white 85%, #e3ebf7);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding-bottom: 140px;
}

body.about .content {
    padding-bottom: 240px;
}

body.business-body .content {
    padding-bottom: 240px;
    background-image: url("/images/svg/footer/footer_bg.svg"), linear-gradient(white 35%, #E0E8F5);
}

body.estate-view .content,
body.careers .content,
body.fav-estate .content,
body.fav-search .content,
body.register-body .content,
body.stat .content,
body.advertising-prices .content {
    padding-bottom: 220px;
    background-image: url("/images/svg/footer/footer_bg.svg"), linear-gradient(#e8f7e8 60%, white);
}

body.search-list .content {
    padding-bottom: 220px;
    background-image: url("/images/svg/footer/footer_bg.svg"), linear-gradient(#e3ebf7 94%, white);
}

body.message .content,
body.estimate .content {
    padding-bottom: 300px;
}
body.write-to-us .content {
    padding-bottom: 270px;
}

.about .careers-squirrel a {
    color: #464c71;
}

.about .about-team-photo {
    background-color: #e3ebf7;
}

.about .about-team-photo img.white-logo {
    width: 170px;
 }

.about .about-team-photo img.team-photo {
    margin-top: -72px;
}

.about .about-team-photo .about-title {
    position: absolute;
    top: 47px;
    margin: auto;
    left: 0;
    right: 0;
}

.autocomplete-selected {
    background: #35c95a;
    color: inherit;
}
.autocomplete-suggestion {
    cursor: pointer;
    padding: 0.275rem 0.75rem;
    white-space: nowrap;
}

.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #ccc;
    overflow-x: hidden;
    overflow-y: auto;
}

.bank360-iframe {
    width: 100%;
    height: 647px;
    overflow: hidden;
    text-align: left;
    border: solid 1px #7d83af;

    @media (min-width: 333px) {
        height: 670px;
    }

    @media (min-width: 768px) {
        height: 312px;
    }
}

.banner-bg {
    padding: 0.75rem;
    background-color: #eff3fa;
}

.banner-sticky {
    position: sticky;
    top: 0;
}

.bg-bermuda {
    background-color: #35c95a !important;
}
.bg-niagara {
    background-color: #0EAC9A !important;
}

.bg-gray {
    background-color: #f8f8f8 !important;
}

.bg-orange {
    background-color: #f26522 !important;
}

.blog-roll .card {
    background: transparent;
    border: none;
}

.blog-roll.card-deck .card {
    margin-bottom: 30px;
}

.blog-roll .card-body {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
}

.blog-roll .card-body {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    padding-top: 4px;
}

.blog-roll .card-footer {
    border-top: 0;
    padding: 0;
    background: transparent;
    text-align: right;
}

.blog-roll .card-footer a:after {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    left: 5px;
    background-image: url(/images/nyil.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 15px;
    border: none;
    transform: unset;
}

.blog-roll .card-text {
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog-roll .card-title {
    height: 3rem;
    margin-bottom: 0;
    font-weight: 700;
}

@media (min-width: 768px) {
    .blog-roll .card-title {
        height: 4.5rem;
    }
}

.bootstrap-select .dropdown-item {
    color: #464c71;
    font-size: 14px;
}

.bootstrap-select .dropdown-item.active {
    background-color: #35c95a;
}

.bootstrap-select .dropdown-item:hover {
    color: #464c71;
}

.bootstrap-select .dropdown-menu {
    border: 1px solid #ced4da;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu .check-mark {
    color: #0EAC9A;
}

.bootstrap-select .dropdown-toggle::after {
    display: none;
}

.bootstrap-select .dropdown-toggle {
    background: #fff url("/images/svg/arrows/arrow_down.svg") no-repeat right 0.75rem center;
    color: #464c71 !important;
}

.btn.btn-bermuda-light {
    font-weight: 500;
    background-color: #d2f3ed;
    color: #00804a;
}

.btn.btn-circle-light {
    color: #464c71;
    border: 2px solid #7d84af;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: white;
}

.btn.btn-circle-bermuda {
    color: #057d80;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 6px;
    padding-top: 6px;
    background-color: #35c95a;
}

.btn.btn-detailed-search {
    background-color: #464c71;
    color: white;
}
.btn.btn-detailed-search:hover{
    color: white;
}

.btn.btn-detailed-search .fa-sliders-v {
    font-size: 1.2em;
    color: #0EAC9A;
}

.btn.btn-minimal {
    font-weight: 500;
    color: #656a86;
    background-color: white;
    border: 3px solid #656a86;
}

.btn.btn-niagara {
    font-weight: 500;
    color: white !important;
    background-color: #1BAE19;
    border: 1px solid #1BAE19;
}

.btn.btn-niagara:hover {
    background-color: #0f830d;
}

.btn.btn-interested {
    font-weight: 500;
    font-size: 20px;
    border: 2px solid #f26522;
    color: #464c71 !important;
}

.btn.btn-func {
    font-weight: 500;
    background-color: #eff3fa;
    color: #464c71;
}

.btn.btn-func:hover {
    color: #0EAC9A;
}

.btn.btn-status {
    background-color: white;
    border: 1px solid #ced4da;
}

.btn.btn-status.active {
    color: white;
    background-color: #f26522;
}

.bottom-ellipsis {
    width: 150%;
    height: 370%;
    background-color: white;
    border-radius: 100%;
    top: -290%;
    left: -25%;
    right: 0;
    position: relative;
}

.bottom-ellipsis-wrapper {
    height: 85px;
    background-color: #1BAE19;
    overflow: hidden;
}

.business-body footer .footer-logo {
    display: none;
}

.business-bottom-wrapper img.squirrel-profile {
    width: 120px;
}

.business-description-container {
    max-width: 800px;
    margin: auto auto 80px;
}

.business-hero-wrapper {
    background: url("/images/backgrounds/business-hero.jpg") no-repeat 50% center;
    padding-top: 84px;
    margin-bottom: 80px;
    height: 300px;
}

.business-hero-wrapper img.squirrel-profile {
    width: 120px;
    margin-top: 41px;
}

.business-hero-wrapper-package {
    height: 570px;
}

.business-main-title {
    font-size: 30px;
    font-weight: 500;
}

.color-niagara {
    color: #0EAC9A !important;
}

.customer-service-image {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.estate-view .actions-wrapper a {
    color: #464c71;
}

.estate-view .actions-wrapper .action-element:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-right: 1px solid rgba(70, 76, 113, 0.41);
    width: 1px;
    height: 68%;
    z-index: 800;
    top: 0;
    margin: auto;
}

.estate-view .bottom-owner-info  .owner-image-wrapper {
    width: 85px;
    height: 85px;
}

.estate-view .bottom-owner-info .owner-image {
    max-width: 85px;
    max-height: 85px;
}

.estate-view .description-wrapper .contact .contact-number,
.estate-view .description-wrapper .contact .contact-number a,
.estate-view .contact-lg .contact-number,
.estate-view .contact-lg .contact-number a,
.fav-estate .contact .contact-number,
.fav-estate .contact .contact-number a {
    color: #f26522;
}

.estate-view #telefonszam_megjel_adatlap_mobilnezet button.btn-link {
    color: #f26522;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.estate-view .description-wrapper .contact .contact-box,
.estate-view .gallery-modal .contact-box,
.estate-view .contact-lg .contact-box,
.fav-estate .contact-box {
    min-height: 55px;
}

.estate-view .description-wrapper .contact .contact-box.write-message,
.estate-view .gallery-modal .contact .contact-box.write-message,
.estate-view .contact-lg .contact-box.write-message,
.fav-estate .contact-box.write-message {
    cursor: pointer;
}

.estate-view .description-wrapper .contact .contact-box-container,
.estate-view .gallery-modal .contact .contact-box-container,
.estate-view .contact-lg .contact-box-container,
.fav-estate .contact-box-container {
    border: 4px solid #7d84af;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.estate-view .description-wrapper .contact .contact-container,
.estate-view .gallery-modal .contact .contact-container,
.estate-view .contact-lg .contact-container,
.fav-estate .contact-container {
    width: 225px;
    text-align: left;
}

.estate-view .description-wrapper .description-text .title-desc {
    border-left: 3px solid #35c95a;
}

.estate-view .description-wrapper .description-text .collapse,
.estate-view .description-wrapper .description-text .collapsing {
    height: 18rem;
}

.estate-view .description-wrapper .description-text p {
    word-wrap: break-word;
}

.estate-view .description-wrapper span.no-data {
    color: #9094aa;
}

.estate-view .gallery-modal .contact .g-recaptcha {
    transform: scale(0.895) !important;
    transform-origin: 0 0;
}

.estate-view .gallery-price {
    right: 0;
    bottom: 0;
    left: 0;
    top: 352px;
    padding-top: 11px;
    background-color: rgba(70, 76, 113, 0.91);
    position: absolute;
    z-index: 800;
    color: #fff;
    text-align: left;
    padding-left: 12px;
}

.estate-view .owner-image-wrapper,
.fav-estate .owner-image-wrapper {
    width: 57px;
    height: 57px;
}

.estate-view .owner-image,
.fav-estate .owner-image {
    max-width: 57px;
    max-height: 57px;
}

.estate-view .royalSlider {
    width: auto !important;
}

.estate-view .royalSlider .rsArrowLeft {
    right: 44px;
}

.estate-view .short-desc ul li:not(:last-child),
.estate-view .gallery-modal .short-desc ul li:not(:last-child),
.estate-view .description-wrapper ul li:not(:last-child) {
    border-right: 3px solid #35c95a;
    margin-right: 5px;
    padding-right: 8px;
}

.estate-view .sticky-call-number {
    background-color: #e3ebf7;
    border-top: 1px solid #0eac9a;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 890;
}

.estate-view .sticky-call-number .call-number-box {
    border: 4px solid #7d84af;
    border-radius: 5px;
    background-color: white;
    padding: 5px 15px;
}

.estate-view .sticky-call-number .call-number-box a {
    color: #f26522;
}

.estates-banner {
    background-image: url("/images/svg/footer/footer_bg_back.svg");
    background-repeat: repeat-x;
    background-position: center bottom;
    background-color: #f0f3fa;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.estates-banner-hr {
    width: 29px;
    border-top: 4px solid #0EAC9A;
}

.estates-banner-img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.estates-banner-inner {
    margin-top: -7.25rem;
    position: relative;
    min-height: 120px;
}

.estates-banner-shape {
    left: -75%;
    position: absolute;
    width: 200%;
    height: 205%;
    border-radius: 100% / 50%;
    background: linear-gradient(rgba(255,255,255,0.8), white 15%);
    overflow: hidden;
    bottom: -150%;
}

.estates-slider-wrapper .royalSlider {
    width: 100% !important;
    height: 315px !important;
}

.estates-slider-wrapper .royalSlider .item-desc {
    color: #000000;
    right: 0;
    left: 5%;
    position: absolute;
    z-index: 800;
    text-align: left;
}

.estates-slider-wrapper .royalSlider .item-desc .preview-title {
    width: 100%;
    max-height: 30px;
    overflow: hidden;
    position: relative;
    display: block;
}

.estates-slider-wrapper .royalSlider .item-desc .preview-title::before {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 12%;
    text-align: center;
}

.estates-slider-wrapper .royalSlider .item-desc li:not(:last-child),
.search-list .list-wrapper .item-desc li:not(:last-child),
.fav-estate .item-desc li:not(:last-child),
.few-similar-estates-wrapper .item-desc li:not(:last-child) {
    border-right: 1px solid #464c71;
    margin-right: 5px;
    padding-right: 8px;
    line-height: 14px;
}

.estates-slider-wrapper .royalSlider .item-price ,
.search-list .list-wrapper .item-price,
.fav-estate .item-price,
.index .latest-estates-wrapper .item-price,
.few-similar-estates-wrapper .item-price {
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 7px;
    padding-bottom: 0;
    background-color: rgba(4, 99, 3, 0.91);
    position: absolute;
    z-index: 800;
    color: #fff;
    text-align: left;
    padding-left: 1rem;
}

.estates-slider-wrapper .rsContent {
    background-color: #A6ADD4;
    width: unset !important;
    height: unset !important;
    margin-left: 15px;
    margin-right: 15px;
    display: none;
}

.estates-slider-wrapper.rs-loaded .rsContent {
    display: block !important;
}

.estates-slider-wrapper .rsImg {
    object-fit: cover;
}

.estates-slider-wrapper .royal-prev,
.estates-slider-wrapper .royal-next {
    display: inline-block;
    opacity: 1;
    padding: 5px;
    border: 1px solid rgba(70, 76, 113, 0.73);
    width: 50px;
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.estates-slider-wrapper .royal-prev.prev-lg,
.estates-slider-wrapper .royal-next.next-lg {
    position: absolute;
    top: 0;
}

.estates-slider-wrapper .royal-prev.prev-lg {
    left: 15px;
}

.estates-slider-wrapper .royal-next.next-lg {
    right: 15px;
}

.estates-slider-wrapper .royal-prev:hover {
    border-color: #0EAC9A;
}

.estates-slider-wrapper .royal-prev:hover svg.arrow-icon,
.estates-slider-wrapper .royal-next:hover svg.arrow-icon,
.estate-view .gallery-modal .royal-prev:hover svg.arrow-icon,
.estate-view .gallery-modal .royal-next:hover svg.arrow-icon {
    stroke: #18979A;
}

.estates-slider-wrapper .royal-next:hover {
    border-color: #0EAC9A;
}

.estimate .calculating-squirrel {
    height: 295px;
}

.estimate .fa-circle-notch {
    font-size: 2rem;
}

.estimate .step-container {
    width: 65%;
    margin: auto;
}

.estimate .step-wrapper {
    padding: 1rem;
    background-color: #e3ebf7;
    margin-bottom: 1rem;
}

.estimate .step-wrapper .step-title {
    display: block;
}

.estimate .step-wrapper.active {
    background-color: #eff3fa;
}

.estimate .step-wrapper.active .step-title {
    display: none;
}

.estimate .step-wrapper .step-count {
    background-color: #0f830d;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    left: 10px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.estimate .step-wrapper.active .step-count {
    background-color: #0f830d;
    font-weight: bold;
    font-size: 1.2rem;
    width: 40px;
    height: 40px;
    border-radius: 25px;

}

.fav-estate .list-wrapper .comment {
    border-top: 2px solid #0EAC9A;
}

.fav-estate .list-wrapper .comment textarea {
    width: 100%;
    border: none;
    resize: none;
}

.fav-estate .list-wrapper .comment .fa-save {
    color: #464c71;
    font-size: 1.25rem;
    transition: color 0.15s;
}

.fav-estate .list-wrapper .comment .fa-save:hover {
    color: #0EAC9A;
}

.fav-estate .list-wrapper .functions {
    background-color: white;
}

.fav-estate .list-wrapper .functions a {
    color: #464c71;;
    transition: color 0.15s;
}

.fav-estate .list-wrapper .functions a:hover {
    color: #0EAC9A;
}

.fav-estate .list-wrapper .functions .notification.on .fas,
.fav-search .list-wrapper .notification.on .fas {
    color: #0EAC9A;
}

.fav-search .list-wrapper .saved-search {
    background-color: #35c95a;
}

.fav-search .list-wrapper .saved-search a{
    color: #464c71;
    font-weight: 700;
}

.fav-search .list-wrapper .agent-help.on .fas {
    color: #0EAC9A;
}

.feature-wrapper .feature-title, .goals-wrapper .goal-title  {
    font-size: 18px;
    font-weight: 500;
}

.feature-details-wrapper {
    max-width: 800px;
    margin: auto;
}

.feature-details-wrapper .feature-title {
    font-size: 22px;
    font-weight: 500;
}

.few-similar-estates-wrapper img{
    height: 215px;
}

.flip-img {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
}

.font-weight-500 {
    font-weight: 500;
}

.image-bg {
    background-color: #A6ADD4;
}

img.goal-icon {
    width: 101px;
    height: 101px;
}

.index .card-links-wrapper a {
    color: #464c71;
}

.index .latest-estates-wrapper {
    margin-bottom: 86px;
}

.index .latest-estates-wrapper a {
    color: #464c71;
}

.index .latest-estates-wrapper .item-price {
    padding-top: 6px;
    padding-bottom: 6px;
}

.index .latest-estates-wrapper .item-desc li:not(:last-child) {
    border-right: 2px solid #464c71;
    margin-right: 8px;
    padding-right: 13px;
    line-height: 14px;
}

.index .latest-estates-wrapper .preview-desc {
    max-height: 3em;
    overflow: hidden;
    position: absolute;
    display: block;
    line-height: 1.5em;
    background-color: white;
    font-size: 14px;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
}

.index .latest-estates-wrapper .preview-desc::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
    content: '\200C';
    display: block;
    position: absolute;
    right: 0;
    top: 1.5em;
    width: 20%;
    text-align: center;
}

.index .slogan {
    position: absolute;
    top: 38px;
    margin: auto;
    color: white;
}

.index .slogan .fa-angle-down {
    font-size: 60px;
}

.index .slogan .main-title {
    font-size: 30px;
}

.index .search-box-wrapper form, .search-list .search-box-wrapper form {
    background-color: #eff3fa;
}

.links-title {
    text-transform: uppercase;
}

.message .list-view .empty-message {
    background-color: rgba(239, 243, 250, 0.65);
    max-width: 450px;
}
.message .list-view > .message-item {
    padding: 0.5rem;
    border-top: 1px solid #0EAC9A;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.message .list-view .message-item a {
    color: #464c71;
}

.message .list-view > .message-item:first-child {
    border-top: 1px solid #dee2e6;
}

.message .list-view > .message-item:last-child {
    border-bottom: 1px solid #dee2e6;
}

.message .list-view > .message-item.read {
    background-color: rgba(239, 243, 250, 0.65);
    font-weight: bold;
}

.nav-link.nav-link-register {
    font-weight: 700;
    color: #84879C;
    background-color: white;
    border: 1px solid #B2B6D4;
    padding: 0.75rem 0.5rem;
    font-size: 15px;
    width: 148px;
}

.nav-link.nav-link-register.active {
    color: white;
}

.nav-link.nav-link-register.active svg.register-icon {
    fill: #ffffff;
}

.nav-link.nav-link-register.nav-link-register-agent {
    border-left: 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

.nav-link.nav-link-register.nav-link-register-personal {
    border-right: 0;
    border-radius: 0.25rem 0 0 0.25rem;
}

.nav-link.nav-link-register.nav-link-register-agent.active {
    background-color: #0F830D;
    border-color: #0F830D;
}

.nav-link.nav-link-register.nav-link-register-personal.active {
    background-color: #0EAC9A;
    border-color: #0EAC9A;
}

.pricesCardAgent {
    fill: #0F830D!important;
}

.offer-wrapper {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -40px;
    background-color: white;
    width: 266px;
    box-shadow: 0 10px 15px rgba(41,26,79,0.24);
    border-radius: 10px;
    padding: 23px;
}

.offer-wrapper img.squirrel-profile {
    width: 132px;
    margin: -85px auto auto;
}

.offer-wrapper .offer-title {
    font-weight: 500;
}

.offer-wrapper .offer-text {
    font-size: 30px;
    color: #00804a;
    font-weight: 700;
    line-height: 37px;
}

.pb-link {
    padding-bottom: 3px;
}

.register-card {
    max-width: 410px;
}

.register-card.register-card-personal svg.register-icon,
.register-card.register-card-personal svg.star-icon {
    fill: #35c95a;
}

.register-card.register-card-agent svg.register-icon,
.register-card.register-card-agent svg.star-icon,
svg.register-icon.register-icon-agent {
    fill: #9853BE;
}

.register-card-icon-wrapper {
    height: 49px;
    width: 98px;
    border-radius: 98px 98px 0 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: end;
}

.register-card-icon-wrapper svg.register-icon {
    width: 35px;
    height: 35px;
}

.register-label-agent {
    color: #9853BE;
    font-weight: 500;
}

.register-label-agent:hover {
    color: #9853BE;
}

.register-read-more-wrapper {
    height: 154px;
    max-width: 570px;
    background-color: #d9eed9;
    margin: -77px auto 0;
    border-radius: 0.25rem;
    box-shadow: 0 10px 15px rgba(41,26,79,0.24);
}

.register-read-more-wrapper img.squirrel-profile {
    width: 95px;
    height: 117px;
    transform: scaleX(-1);
}

.search-list ol.description li {
    margin-bottom: 1rem;
}

.search-list .list-title {
    font-size: 15px;
    font-weight: 400;
}

.search-list .list-wrapper .black-gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 25%);
}

.rsFullscreenBtn, .rsArrow {
    z-index: 810 !important;
}

.search-list .list-wrapper .caption-highlighted {
    position: absolute;
    max-width: 200px;
    height: 25px;
    background-color: #0EAC9A;
    top: 19px;
    right: 15px;
    z-index: 800;
    color: white;
    font-weight: bold;
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-list .list-wrapper .caption-first-place {
    position: absolute;
    max-width: 200px;
    height: 25px;
    background-color: #0e45ac;
    top: 19px;
    right: 15px;
    z-index: 800;
    color: white;
    font-weight: bold;
    padding-top: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-list .list-wrapper .caption-new-estate {
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #682a93;
    top: 17px;
    right: 36px;
    z-index: 800;
    text-align: center;
    color: white;
    font-weight: bold;
    padding-top: 4px;
    border-radius: 20px;
}

.search-list .list-wrapper .fav-search {
    background-color: #0EAC9A;
}

.search-list .list-wrapper svg.search-list-icon.fav {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 810;
}

.search-list .list-wrapper svg.search-list-icon.camera{
    position: absolute;
    bottom: 12px;
    right: 26px;
    z-index: 810;
}

.search-list .list-wrapper .item-desc,
.fav-estate .list-wrapper .item-desc {
    color: #464c71;
    background-color: white;
}

.search-list .list-wrapper .item-desc.highlighted {
    border-bottom: 3px #0EAC9A solid;
}

.search-list .list-wrapper .item-desc.first-place {
    border-bottom: 3px #0e45ac solid;
}

.search-list .list-wrapper .item-img {
    background-color: #A6ADD4;
    position: relative;
}

.search-list .list-wrapper .pic-number {
    position: absolute;
    bottom: 8px;
    right: 52px;
    z-index: 810;
    color: white;
}

.search-list .list-wrapper .search-radar-container {
    background-color: #0eac9a;
}

.search-list .list-wrapper .search-radar-container .squirrel-circle {
    width: 110px;
    height: 110px;
    margin-left: -10px;
}

.search-list .list-wrapper .search-radar-text {
    font-weight: 500;
    margin-bottom: 12px;
}

svg.business-icon.dollar,
svg.business-icon.gift,
svg.business-icon.highlight,
svg.business-icon.pay,
svg.business-icon.smiley,
svg.business-icon.sync,
svg.business-icon.sync,
svg.business-icon.users,
svg.business-icon.website {
    width: 46px;
    height: 46px;
    fill: #00804a;
}

svg.estate-icon.location,
svg.estate-icon.contact {
    width: 22px;
    height: 22px;
}

svg.estate-icon.report {
    width: 50px;
    height: 50px;
}

svg.estate-icon.send,
svg.estate-icon.share,
svg.estate-icon.print,
svg.estate-icon.fav{
    width: 34px;
    height: 34px;
}

svg.estate-icon.fav {
    fill: #7D84AF;
}

svg.estate-icon.fav.added {
    fill: #0eac9a;
}

svg.register-icon {
    fill: #84879C;
    width: 20px;
    height: 20px;
}

svg.trial-icon {
    width: 20px;
    height: 20px;
}

svg.search-list-icon.camera {
    width: 21px;
    height: 17px;
}

svg.search-list-icon.fav {
    width: 23px;
    height: 23px;
    fill-opacity: 0.4;
}

svg.search-list-icon.fav.added {
    fill: #CD91D7;
    fill-opacity: 1;
}

svg.search-list-icon.hide {
    width: 60px;
    height: 40px;
}

svg.search-list-icon.show {
    width: 23px;
    height: 23px;
}

svg.search-icon {
    width: 32px;
    height: 32px;
    fill: white;
}

svg.search-icon.green {
    fill: #0eac9a;
}

svg.search-icon.small {
    width: 27px;
    height: 27px;
}

svg.statistic-icon.embed,
svg.statistic-icon.share {
    width: 30px;
    height: 17px;
}

svg.star-icon {
    width: 17px;
    height: 17px;
}

.stat .default-stat-wrapper .default-stat-diagram {
    height: 350px;
}

.stat .list-of-current-geo {
    overflow: auto;
    height: 480px;
}

.stat .list-of-current-geo .pb-link {
    padding-bottom: 1px;
}

.stat .stat-func {
    border-radius: 0;
    color: #464c71;
}

.stat .stat-search-wrapper {
    background: linear-gradient(rgba(4, 99, 3, 0.60), rgba(4, 99, 3, 0.60)), url("/images/backgrounds/lg-xl-index.jpg") no-repeat;
    background-position: 50% -168px;
}

.stat .stat-search-wrapper .title {
    color: white;
}

.stat .stat-search-wrapper .stat-search {
    width: 100% !important;
}

.stat .square-price-stat-wrapper .fas.nominal,
.search-list .square-price-stat-wrapper .fas.nominal {
    color: #539D2C;
}

.stat .square-price-stat-wrapper .fas.real,
.search-list .square-price-stat-wrapper .fas.real {
    color: #3675b3;
}

.stat .square-price-stat-wrapper .price-stat-chart,
.search-list .square-price-stat-wrapper .price-stat-chart {
    height: 300px;
}

.stat .square-price-stat-wrapper .price-stat-chart .chart-tool-tip,
.search-list .square-price-stat-wrapper .price-stat-chart .chart-tool-tip {
    white-space: nowrap;
}

.stat .square-price-stat-wrapper .price-stat-chart-filter,
.search-list .square-price-stat-wrapper .price-stat-chart-filter {
    height: 85px;
}

.stat .square-price-stat-wrapper .input-group .square-meter-sync,
.search-list .square-price-stat-wrapper .input-group .square-meter-sync {
    background-color: #00804a;
    color: white;
    font-size: 1.25rem;
    padding-top: 0.55rem;
    cursor: pointer;
}

.viewed-estate-caption {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 12px;
    background-color: white;
    opacity: 0.9;
    color: #464c71;
    z-index: 810;
    font-weight: 500;
}

.text-bubble-wrapper {
    position: relative;
    margin-bottom: 5.5rem;
}

.text-bubble-wrapper .text-bubble {
    width: 242px;
    background-color: white;
    padding: 20px;
    font-size: 14px;
    border-radius: 15px;
}

.text-bubble-wrapper .text-bubble a {
    margin-left: 108px;
    font-weight: 700;
    color: #0eac9a;
}

.text-bubble-wrapper .text-bubble-arrow {
    position: absolute;
    left: 145px;
    bottom: -20px;
}

.text-bubble-wrapper .squirrel-profile {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 52px;
    left: 183px;
}

.trial-icon-wrapper {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trial-text-wrapper {
    background-color: white;
    margin-left: -5px;
    padding: 1px 10px 1px 7px;
}

#truste-box .truste-submit,
#truste-modal .truste-submit {
    border: none;
    border-radius: 3px;

    background-color: #f26522;
    color: #fff;

    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

#truste-box {
    position: fixed;
    bottom: 0;
    z-index: 900;

    width: 100%;
    margin: 15px 0 0;
    padding: 10px 10px 4px;
    box-shadow: 0 -4px 7px -1px rgba(0, 0, 0, 0.5);

    background-color: #e3ebf7;
    color: #464d71;

    font-size: 16px;
    line-height: 1.13;
}

#truste-box a {
    color: #464d71;
}

#truste-box .truste-submit {
    display: block;
    margin: 0 auto 7px;
    padding: 5px 80px;
}

#truste-box #truste-unflat {
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;

    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    padding-top: 10px;
    padding-left: 8px;
    box-shadow: 0 1px 6px -2px rgba(0, 0, 0, 0.5);

    background-color: #e3ebf7;

    cursor: pointer;
}

#truste-box #truste-unflat #truste-unflat-chevron {
    width: 13px;
    height: 13px;

    border-top: solid 3px #727272;
    border-left: solid 3px #727272;

    transform: rotate(45deg);
}

#truste-box #truste-x {
    position: absolute;
    top: 11px;
    right: 11px;

    cursor: pointer;
}

#truste-box .cookie-settings {
    cursor: pointer;
}

#truste-box .intro {
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

#truste-box .intro-flat {
    margin: 7px 20px;
    border-left: solid 3px #35c95a;
    padding-left: 7px;
}

#truste-box .intro-flat {
    display: none;
}

#truste-box.flat .intro {
    display: none;
}

#truste-box.flat .intro-flat {
    display: block;
}

@media (min-width: 768px) {
    #truste-box {
        padding-right: 40px;
    }

    #truste-box #truste-mobile-unflat {
        display: none;
    }

    #truste-box .intro {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    #truste-box .intro,
    #truste-box .intro-flat {
        float: left;

        margin-right: 0;
        margin-left: 5px;
        border-left: solid 3px #35c95a;
        padding-left: 15px;

        font-style: italic;
    }

    #truste-box .intro-box {
        width: 60%;
    }

    #truste-box .links {
        float: right;
        width: 40%;
    }

    #truste-box.flat .intro-box {
        width: 57%;
    }

    #truste-box.flat .links {
        float: right;
        width: 43%;
    }
}

@media (min-width: 992px) {
    #truste-box button.truste-submit {
        float: right;
    }

    #truste-box .intro-box {
        width: 70%;
    }

    #truste-box .links {
        width: 30%;
    }

    #truste-box.flat .intro-box {
        width: 44%;
    }

    #truste-box.flat .links {
        float: right;
        width: 56%;
        padding: 7px 0;
    }

    #truste-box .links-wrapper {
        float: right;
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    #truste-box.flat {
        padding-top: 7px;
        padding-bottom: 6px;
    }

    #truste-box.flat button.truste-submit {
        margin: 0;
    }

    #truste-box.flat .links {
        padding: 0;
    }
}

#truste-modal {
    color: #464d71;
}

#truste-modal h5 {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

#truste-modal ul {
    padding-inline-start: 20px;
}

#truste-modal .custom-checkbox .custom-control-label::after {
    top: -28px;
    left: 50%;

    width: 28px;
    height: 28px;
    margin-left: -14px;
}

#truste-modal .custom-checkbox .custom-control-label::before {
    top: -28px;
    left: 50%;

    width: 28px;
    height: 28px;
    margin-left: -14px;
    border: 1px solid #979797;

    background-color: #fff;
}

#truste-modal .custom-checkbox .custom-control-label {
    margin-top: 28px;

    font-size: 17px;
    font-style: italic;
    font-weight: 700;
}


#truste-modal .custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
    color: #464d71;
}

#truste-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23464d71' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

#truste-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #979797 !important;
    background-color: #fff;
}

#truste-modal .modal-body,
#truste-modal .modal-header {
    padding: 10px;
}

#truste-modal .modal-body {
    padding-top: 0;
}

#truste-modal .modal-content {
    border: none;
    border-radius: 16px;
    padding: initial;
    background-color: #e3ebf7;
}

#truste-modal .modal-dialog {
    margin-top: 76px;
}

#truste-modal .modal-header {
    padding-top: 12px;
    padding-bottom: 0;
}

#truste-modal .modal-header .close {
    top: 10px;
    right: 16px;
    opacity: 1;
}

#truste-modal .truste-submit {
    padding-top: 5px;
    padding-bottom: 5px;
}

#truste-modal .truste-custom-list {
    color: #ff0000;
}

#truste-modal .truste-custom-list.checked {
    color: #464d71;
}

.truste-modal-open .modal-backdrop.show {
    background-color: rgba(153, 153, 153, 0.61);
}

@media (min-width: 992px) {
    #truste-modal {
        font-size: 12px;
    }

    #truste-modal ul li {
        font-size: 13px;
    }

    #truste-modal .modal-body {
        padding-right: 25px;
        padding-bottom: 17px;
        padding-left: 25px;
    }

    #truste-modal .modal-body .description {
        font-weight: 700;
    }

    #truste-modal .modal-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    #truste-modal .modal-dialog {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-bottom: 0;
        margin-left: -400px;
    }

    #truste-modal .modal-footer {
        padding: 0;
    }

    #truste-modal .modal-header {
        padding-top: 25px;
        padding-right: 25px;
        padding-left: 25px;
    }
}

.write-to-us-wrapper {
    background-color: #e3ebf7;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .business-main-title {
        font-size: 40px;
    }

    .search-list .list-wrapper .search-radar-container .squirrel-circle {
        width: 150px;
        height: 150px;
        margin-left: 0;
    }

    .nav-link.nav-link-register {
        width: 205px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .business-main-title {
        font-size: 44px;
    }

    .estate-view .bottom-owner-info .bottom-office {
        border-left: 2px solid rgb(231, 231, 231);
    }

    .estate-view .description-wrapper .basic-info div:nth-child(2n-1) {
        border-right: 20px solid white;
    }

    .estate-view .description-wrapper .basic-info div:nth-child(2n) {
        border-left: 20px solid white;
    }

    .estate-view .description-wrapper .basic-info div:nth-child(4n-3),
    .estate-view .description-wrapper .basic-info div:nth-child(4n-2) {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .estate-view .description-wrapper .contact .contact-box-container {
        margin-left: 150px;
        margin-right: 150px;
    }

    .estimate .step-container {
        width: 75%;
    }

    .estimate .step-container ul li {
        display: inline;
    }

    .estimate .step-container li:not(:last-child) {
        border-right: 2px solid #464c7180;
        margin-right: 8px;
        padding-right: 13px;
        line-height: 14px;
    }

    .index .card-links-wrapper p {
        position: absolute;
        width: 230px;
        top: 25px;
    }

    .index .card-links-wrapper p.calc {
        right: 35px;
    }

    .index .card-links-wrapper p.stat {
        left: 35px;
    }

    .index .card-links-wrapper .btn.calc-next {
        right: 35px;
        position: absolute;
        bottom: 30px;
        width: 100px;
    }

    .index .card-links-wrapper .btn.stat-next {
        left: 35px;
        position: absolute;
        bottom: 30px;
        width: 100px;
    }

    .index .search-box-wrapper {
        background-image: url("/images/backgrounds/md-index.jpg");
        background-position: top center;
        background-repeat: no-repeat;
    }

    .index .latest-estates-wrapper {
        background-color: #e3ebf7;
    }

    .index .latest-estates-wrapper img.item-img {
        width: 100%;
        object-position: center;
    }

    .index .latest-estates-wrapper .text {
        background-color: white;
    }

    .index .search-box-wrapper form, .search-list .search-box-wrapper form {
        width: 70%;
        margin-top: 70px;
    }

    .register-form, .register-text {
        max-width: 450px;
    }

    .register-form .form-group {
        max-width: unset;
    }

    .search-box-wrapper {
        margin: auto;
        max-width: 1920px;
        background-color: #464c71;
    }

    .search-box-wrapper .row.status {
        margin-top: -56px;
    }

    .search-box-wrapper .status label,
    .fav-search .modify-wrapper .status label {
        border: none; !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .search-list .list-wrapper .black-gradient {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 35%);
    }

    .search-list .list-wrapper .search-radar-squirrel {
        position: relative;
        background-color: #0EAC9A;
    }

    .search-list .list-wrapper .search-radar-squirrel .search-radar-end {
        right: -2px;
        top: 0;
        position: absolute;
    }

    .search-list .list-wrapper svg.search-list-icon.fav {
        top: unset;
        bottom: 10px;
    }

    .search-list .list-wrapper svg.search-list-icon.camera {
        bottom: 10px;
        right: 10px;
    }

    .search-list .list-wrapper .item-list-view {
        height: 176px !important;
    }

    .search-list .list-wrapper .item-img img {
        height: 176px !important;
        object-fit: cover;
    }

    .search-list .list-wrapper .item-desc,
    .fav-estate .list-wrapper .item-desc {
        height: 100%;
    }

    .search-list .list-wrapper .item-desc .price-text,
    .estate-view .price-text,
    .fav-estate .price-text {
        color: #0EAC9A;
    }

    .search-list .list-wrapper .pic-number {
        bottom: 5px;
        right: 37px;
        font-weight: bold;
    }

    .search-list .list-wrapper .search-radar-container {
        background-color: white;
    }

    .search-list .list-wrapper .search-radar-container hr {
        border-top: 3px solid rgba(122, 218, 200, 0.5);
        width: unset;
    }

    .stat .stat-search-wrapper .stat-search {
        width: 75% !important;
    }

    .viewed-estate-caption {
        left: 10px;
        right: unset;
    }

    .write-to-us-wrapper .write-to-us-content {
        max-width: 550px;
    }
}

@media (max-width: 768px) {
    .estate-view .bottom-owner-info .bottom-office {
        border-top: 2px solid rgb(231, 231, 231);
    }

    .estate-view .description-wrapper .basic-info div:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .search-list .list-wrapper .search-radar-btn-container {
        background-color: white;
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -16px;
        padding: 15px;
        height: 64px;
    }

    footer .navbar-nav {
        padding-bottom: 80px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .estate-view .description-wrapper .contact .contact-box-container {
        margin-left: 0;
        margin-right: 0;
    }

    .estate-view .gallery-lg .contact {
        position: absolute;
        top: 15px;
        left: 175px;
        right: 175px;
    }

    .estate-view .gallery-lg .cover-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .estate-view .gallery-lg .cover-color {
        position: absolute;
        opacity: 0.8;
        width: 100%;
        height: 100%;
    }

    .estate-view .gallery-lg .cover-color.map {
        background-color: #00804a;
        opacity: 0.55;
    }

    .estate-view .gallery-lg .cover-color.more-pictures {
        background-color: #464c71;
    }

    .estate-view .gallery-lg .cover-color.contact-bg {
        opacity: 0.9;
        background-color: #464c71;
    }

    .estate-view .gallery-lg .cover-color-content {
        position: absolute;
        color: white;
        font-size: 20px;
        font-weight: bold;
        padding: 5px;
        padding-left: 10px;
        bottom: 0;
        right: 0;
    }

    .estate-view .gallery-lg .cover-color-content.map {
        background-color: #00804a;
    }

    .estate-view .gallery-lg .cover-color-content.more-pictures {
        background-color: #464c71;
    }

    .estate-view .gallery-lg img.img-preview {
        max-height: 100px;
    }

    .estate-view .gallery-lg [data-target='#galleryModal'],
    .estate-view .gallery-lg #goToMap {
        cursor: pointer;
    }

    .estate-view .gallery-modal .slide-counter {
        color: #464c71;
        margin-bottom: 0;
    }

    .estate-view .gallery-modal .royal-prev,
    .estate-view .gallery-modal .royal-next {
        position: absolute;
        width: 11%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        top: 0;
        cursor: pointer;
    }

    .estate-view .gallery-modal .royal-next{
        justify-content: flex-end;
        right: 0;
    }

    .estate-view .gallery-modal .royalSlider {
        height: 650px !important;
        margin-right: 35px;
        margin-left: 35px;
        margin-bottom: 35px;
    }

    .estate-view .contact .g-recaptcha {
        transform: scale(0.76);
        transform-origin: 0 0;
    }

    .estate-view .contact-lg .g-recaptcha {
        transform: scale(0.805);
        transform-origin: 0 0;
    }
    .estate-view .rsMinW,
    .estate-view .rsOverflow,
    .estate-view .rsSlide {
        background: unset !important;
        color: unset !important;
        overflow-y: auto;
    }

    .estate-view .rsSlide .contact-number,
    .estate-view .rsSlide .contact-number a {
        color: unset !important;
    }

    .estimate .step-container {
        width: 50%;
    }

    .estimate .step-wrapper .step-count {
        left: 56px;
    }

    .footer-content-wrapper ul {
        line-height: 1rem;
    }

    .index .card-links-wrapper p {
        width: 322px;
    }
    .index .card-links-wrapper p.calc {
        right: 5px;
    }

    .index .card-links-wrapper p.stat {
        left: 5px;
    }

    .index .card-links-wrapper .btn.calc-next {
        right: 4px;
    }

    .index .card-links-wrapper .btn.stat-next {
        left: 4px;
    }

    .index .search-box-wrapper {
        padding-top: 24px !important;
        background-image: url("/images/backgrounds/lg-xl-index.jpg");
        background-position: 50% -77px;
    }

    .index .search-box-wrapper form {
        margin-top: 220px;
    }

    .index .search-box-wrapper form,
    .search-list .search-box-wrapper form  {
        width: 90%;
        max-width: 1000px;
        border-radius: 0.25rem !important;
    }

    .search-box-wrapper .btn-detailed-search {
        width: 300px !important;
        border-radius: 0 !important;
    }

    .search-box-wrapper .btn-detailed-search .detailed-btn-left-arc {
        position: absolute;
        left: -40px;
        top: 13px;
    }

    .search-box-wrapper .btn-detailed-search .detailed-btn-right-arc {
        position: absolute;
        left: 298px;
        top: 13px;
    }

    .search-box-wrapper .form-control.min-price, .search-box-wrapper .form-control.min-plot {
        border-right: 0;
    }

    .search-box-wrapper .form-control.max-price, .search-box-wrapper .form-control.max-plot {
        border-left: 0;
    }

    .search-box-wrapper .lg-collapse-search {
        width: 34% !important;
    }

    .search-box-wrapper .row.detailed {
        margin-bottom: -55px;
    }

    .search-list .similar-searches-wrapper .links-title,
    .estate-view .similar-searches-wrapper .links-title {
        border-left: 5px solid #35c95a;
        background: white;
        padding: 14px 8px;
        font-size: 18px;
    }

    .stat .stat-search-wrapper .stat-search {
        width: 50% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .estate-view .contact-lg .g-recaptcha {
        transform: unset;
        transform-origin: unset;
    }

    .estate-view .contact .g-recaptcha {
        transform: scale(0.955);
        transform-origin: 0 0;
    }

    .index .card-links-wrapper p.calc {
        top: 50px;
    }

    .index .card-links-wrapper p.stat {
        top: 50px;
    }

    .index .card-links-wrapper .btn.calc-next {
        bottom: 24px;
    }

    .index .card-links-wrapper .btn.stat-next {
        bottom: 24px;
    }

    .index .calculator-wrapper, .statistics-wrapper {
        height: 195px;
    }

    .index .latest-estates-wrapper .preview-desc {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
    }

    .stat .stats-links-wrapper .links-title {
        border-left: 5px solid #35c95a;
        background: white;
        padding: 14px 8px;
        font-size: 18px;
    }
}

/* ################### Boostrap overrides ###################  */
body .content-bottom-description .container {
    max-width: 920px;
}

body.index .content-bottom-description .container {
    max-width: 800px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.breadcrumb {
    background-color: white;
    padding: 1px 0 1px 13px;
    color: #454c71;
    font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    color: #35c95a;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-right: 10px;
}

.careers .card {
    border: none;
    border-radius: 0;
}
.careers .card-header {
    color: #464c71;
    background-color: white;
}

.custom-control-label.csok {
    color: #0EAC9A;
}

.custom-nav .nav-item {
    cursor: pointer;
}

.custom-nav li:not(:last-child) .nav-link {
    border-right: none;
}

.custom-nav.nav-tabs {
    border-bottom: 2px solid #0EAC9A;
}

.custom-nav .nav-link {
    color: #464c71;
    border-radius: 0;
    background-color: #d9eed9;
    border: 1px solid #00804a;
}

.custom-nav .nav-link.active {
    border-color: #0EAC9A;
    background-color: #0EAC9A;
    color: white !important;
}

.custom-nav .nav-link:hover {
    border-color: #0EAC9A;
}

.custom-nav.lagoon-nav.nav-tabs {
    border-bottom: 2px solid #00804a;
}

.custom-nav.lagoon-nav .nav-link {
    border: 1px solid rgba(0, 143, 147, 0.50);
    border-bottom: 1px solid #00804a;
}

.custom-nav.lagoon-nav .nav-link.active {
    border-color: #00804a;
    background-color: #00804a;
}

.custom-nav.lagoon-nav .nav-link:hover {
    border-color: #00804a;
}

.control-label {
    color: #464c71;
    float: left;
    font-size: 0.9rem;
    font-weight: 500;
}

.estate-view .actions-wrapper p.card-text {
    margin-top: -8px;
}

.estate-view .actions-wrapper .card {
    border-radius: 0;
    text-align: center;
    height: 100%;
    border: none;
}

.estate-view .description-wrapper .description-text .collapse {
    position: relative;
    display: block;
    overflow: hidden;
}

.estate-view .description-wrapper .description-text .collapse:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 97%);
    content: '\200C';
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    top: 221px;
    left: 0;
}

.estate-view .description-wrapper .description-text .collapse.show {
    height: auto;
}

.estate-view .description-wrapper .description-text .collapse.show:before {
    display: none;
}

.estate-view .description-wrapper .description-text .show-more {
    display: none;
}

.estate-view .description-wrapper .description-text .show-less {
    display: block;
}

.estate-view .description-wrapper .description-text .collapsed .show-more {
    display: block;
}

.estate-view .description-wrapper .description-text .collapsed .show-less {
    display: none;
}

.estate-view textarea.form-control,
.fav-estate .contact-box-container textarea.form-control,
.message .modal textarea.form-control,
.write-to-us-wrapper textarea.form-control {
    height: 130px !important;
}

.fav-estate .custom-select {
    width: auto;
}

.fav-estate .comment .form-control {
    line-height: 1.5;
}
.fav-estate .comment textarea.form-control {
    height: 80px !important;
}

.form-control {
    height: 42px !important;
    font-size: 14px;
    line-height: 2;
    border-radius: 0;
    border: 1px solid #a7b2e2;
}

.form-control:focus {
    outline: none !important;
    border:1px solid #0EAC9A !important;
    box-shadow: 0 0 2px #0EAC9A;
}

.form-group.has-error .form-control {
    outline: none !important;
    border:1px solid #dc3545 !important;
    box-shadow: 0 0 2px #dc3545;
}

.form-group.has-success .form-control {
    outline: none !important;
    border:1px solid #0EAC9A !important;
    box-shadow: 0 0 2px #0EAC9A;
}

.form-group .help-block,
.square-price-stat-wrapper .help-block {
    font-size: 14px;
    color: #dc3545;
    margin-top: 2px;
    text-align: left;
}

.form-group .hint-block {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.41);
    margin-top: 2px;
    text-align: left;
}

.index .card-links-wrapper .media {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-image: url("/images/backgrounds/xs-estate-links.png");
    border-bottom: none;
}

.input-group {
    height: 42px !important;
}

.input-group-text {
    border: 1px solid #a7b2e2;
    background-color: white;
    border-radius: 0;
    font-size: 13px;
    padding: 6px;
    border-left: none;
}

.list-wrapper .custom-select {
    text-align: right; !important;
    text-align-last:right !important;
    padding-right: 35px;
    background: url("/images/svg/arrows/arrow_down_green.svg") no-repeat right 0.50rem center;
    border: none;
    width: auto;
    font-weight: bold;
    color: #18979A;
    font-size: 14px;
}

.list-wrapper .custom-select option {
    color: #464c71;
}

.list-wrapper .custom-select:focus {
    box-shadow: none !important;
}

.message .custom-checkbox {
    padding-left: 0;
    height: 100%;
}

.message .custom-checkbox .custom-control-label {
    position: static;
}

.message .custom-checkbox .custom-control-label::before,
.message .custom-checkbox .custom-control-label::after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.purple-bg {
    background-color: #464c71;
}

.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    padding: 8px 15px;
    background-color: #35c95a;
    border: 1px solid #0EAC9A;
    border-radius: 5px;
    color: #0EAC9A;
    display: none;
    font-size: 20px;
}

.search-box-wrapper .custom-select,
.estimate .custom-select,
.fav-estate .custom-select,
.fav-search .modify-wrapper .custom-select {
    height: 42px !important;
    background: #fff url("/images/svg/arrows/arrow_down.svg") no-repeat right 0.75rem center;
}

.search-box-wrapper .form-group .field-label {
    color: #464c71;
    float: left;
}

 .stat .card-footer .close-stat-collapse {
     cursor: pointer;
     font-size: 2em;
     content: "\f106";
     color: #0EAC9A;
 }

.stat .square-price-stat-wrapper .card.tab-pane,
.search-list .square-price-stat-wrapper .card.tab-pane,
.stat .default-stat-wrapper .card.tab-pane,
.stat .poi-stat-wrapper .card {
    border: none;
}

.stat .square-price-stat-wrapper .tab-content .card.tab-pane .card-header,
.search-list .square-price-stat-wrapper .tab-content .card.tab-pane .card-header,
.stat .default-stat-wrapper .tab-content .card.tab-pane .card-header,
.stat .poi-stat-wrapper .poi-collapse .card .card-header {
    border-radius: 0;
    color: #464c71;
    position: relative;
    background-color: #e3ebf7;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.stat .square-price-stat-wrapper .tab-content .card.tab-pane a[aria-expanded = 'true'] .card-header,
.search-list .square-price-stat-wrapper .tab-content .card.tab-pane a[aria-expanded = 'true'] .card-header,
.stat .default-stat-wrapper .tab-content .card.tab-pane a[aria-expanded = 'true'] .card-header,
.stat .poi-stat-wrapper .poi-collapse .card a[aria-expanded = 'true'] .card-header {
    border: 0;
    background-color: #00804a;
    color: white;
}

.stat .square-price-stat-wrapper .tab-content .card.tab-pane:not(:last-child) a[aria-expanded = 'false'] .card-header,
.search-list .square-price-stat-wrapper .tab-content .card.tab-pane:not(:last-child) a[aria-expanded = 'false'] .card-header,
.stat .default-stat-wrapper .tab-content .card.tab-pane:not(:last-child) a[aria-expanded = 'false'] .card-header,
.stat .poi-stat-wrapper .poi-collapse .card:not(:last-child) a[aria-expanded = 'false'] .card-header {
    border-bottom: none;
}

.stat .square-price-stat-wrapper .card-footer,
.search-list .square-price-stat-wrapper .card-footer,
.stat .default-stat-wrapper .card-footer,
.stat .poi-stat-wrapper .card-footer {
    background-color: white;
    border-radius: 0;
    border-top: none;
    border-bottom: 2px solid #00804a;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .estate-view .description-wrapper .description-text .collapse {
        display: block;
        height: auto !important;
        visibility: visible;
    }

    .estate-view .description-wrapper .description-text .collapse:before {
        display: none;
    }

    .custom-nav .nav-link {
        border: 1px solid #0EAC9A !important;
    }

    .custom-nav.lagoon-nav .nav-link {
        border: 1px solid rgba(0, 143, 147, 0.40) !important;
        border-bottom: 1px solid #00804a !important;
    }

    .custom-nav .nav-item {
        margin-right: 0.5rem;
    }

    .index .card-links-wrapper .media {
        width: 330px;
        height: 170px;
    }

    .index .card-links-wrapper .calculator-wrapper .media {
        background-image: url("/images/svg/squirrel/calculating_bg_md_v2.svg");
        background-position: top left;
        background-repeat: no-repeat;
    }
    .index .card-links-wrapper .calculator-wrapper, .statistics-wrapper{
        background-color: #eff3fa;
    }

    .index .card-links-wrapper .statistics-wrapper .media {
        background-image: url("/images/svg/squirrel/statistic_bg_md_v2.svg");
        background-position: top right;
        background-repeat: no-repeat;
    }

    .search-box-wrapper .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    footer .navbar-nav li:not(:last-child) {
        border-right: 2px solid white;
        margin-right: 10px;
        padding-right: 10px;
    }

    footer .navbar-nav .nav-link {
        max-height: 16px;
        padding: 0;
    }

    .index .card-links-wrapper .media {
        height: 224px;
        width: 450px;
        bottom: -6px;
    }

    .index .card-links-wrapper .calculator-wrapper .media {
        background-image: url("/images/svg/squirrel/calculating_bg_lg_v2.svg");
        position: relative;
        left: -20px;
    }

    .index .card-links-wrapper .statistics-wrapper .media {
        background-image: url("/images/svg/squirrel/statistic_bg_lg_v2.svg");
        position: relative;
        right: -20px;
    }

    .search-box-wrapper .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-box-wrapper .status .btn-group {
        width: 30% !important;
    }

}

@media(max-width:992px){
    .stat .square-price-stat-wrapper .tab-pane,
    .search-list .square-price-stat-wrapper .tab-pane,
    .stat .default-stat-wrapper .tab-pane {
        display: block !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .index .card-links-wrapper .calculator-wrapper .media {
        top: -24px;
    }

    .index .card-links-wrapper .statistics-wrapper .media {
        top: -24px;
    }
}

/* Szemelyi kolcosn - IFRAME */
#bank360-iframe {
    width: 100%;
    height: 310px;
    overflow: hidden;
    border: none;
    outline: none;
    margin-bottom: 0;
}

@media screen and (max-width: 576px) {
    #bank360-iframe {
        height: 801px;
    }
}

.adsenseSlide {
    position: relative;
    height: 100%;
}

.adsenseSlide .adsense {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate3d(-50%, -50%, 0);
}