.c-checkbox__container--vertical .c-checkbox{display:block;width:100%}.c-checkbox__container--vertical .c-checkbox+.c-checkbox{margin-top:.5em}.c-checkbox__container--horizontal .c-checkbox{display:inline-flex;border:none;padding:.4em 0}@media screen and (max-width:468px){.c-checkbox__container--horizontal .c-checkbox{width:100%}}.c-checkbox__container--horizontal .c-checkbox+.c-checkbox{margin-left:1em;margin-top:.2em}@media screen and (max-width:468px){.c-checkbox__container--horizontal .c-checkbox+.c-checkbox{margin-left:0;margin-top:.5em}}.c-checkbox{position:relative;cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-checkbox>input[type=checkbox]{opacity:0;width:100%;height:100%;position:absolute;z-index:-1}.c-checkbox__box{background:#fff;color:#777;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;transition:border-color 125ms,background-color 125ms;border-radius:2px;flex-shrink:0;flex-grow:0}.c-checkbox.is-disabled .c-checkbox__box{background:#ccc;cursor:default}.c-checkbox:not(.is-disabled):active .c-checkbox__box{background:#fff}.c-table__row.is-selected .c-checkbox__box,.m-inbox__conversation.is-selected .c-checkbox__box{background:#002744;color:#fff;border-color:#002744}input[type=checkbox]:checked+.c-checkbox__box .c-checkbox__icon{opacity:1;-webkit-transform:scale(1.6);transform:scale(1.6)}input[type=checkbox]:checked+.c-checkbox__box{background:#002744;color:#fff;border-color:#002744}.c-checkbox__icon{height:.5em;opacity:0;-webkit-transform:scale(.75);transform:scale(.75);transition:opacity 125ms,scale .5s}.c-checkbox__label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-checkbox__label:not(:empty){margin-left:.75em}.c-checkbox.is-disabled .c-checkbox__label{color:#f8f8f8;cursor:default}.c-checkbox__label a{text-decoration:underline;color:#777}.c-checkbox+.c-checkbox{margin-top:.75em}.c-checkbox--switch .c-checkbox__box{cursor:pointer;width:48px;height:25px;background:#fff;display:block;border-radius:25px;position:relative;transition:.3s;border:1px solid #ccc}.c-checkbox--switch .c-checkbox__box:after{content:"";position:absolute;top:2px;left:3px;width:19px;height:19px;background:#ccc;border-radius:19px;transition:.3s}.c-checkbox--switch input:checked+.c-checkbox__box{background:#002744;border:1px solid #1e4461}.c-checkbox--switch input:checked+.c-checkbox__box:after{left:calc(100% - 3px);-webkit-transform:translateX(-100%);transform:translateX(-100%);background-color:#fff}.c-checkbox--switch .c-checkbox__box:active:after{width:32px}.c-checkbox--switch .c-checkbox__icon{display:none}.c-checkbox--switch.c-checkbox--disabled .c-checkbox__box{background:#f8f8f8!important}.c-checkbox--switch:not(.is-disabled):active .c-checkbox__box{background:#777}.c-checkbox--invalid .c-checkbox__box{border:1px solid #f35454}.c-checkbox--bordered{border:1px solid #ccc;border-radius:8px;padding:.625em 1em .5em .825em}.c-checkbox--with-children{align-items:flex-start}.c-checkbox--with-children .c-checkbox__box{margin-top:.25rem}.c-checkbox--with-children .c-checkbox__children{display:flex;flex-direction:column;gap:.25rem;margin-left:1rem}.c-checkbox--with-children .c-checkbox__children .c-checkbox__title{font-weight:600}.c-checkbox--with-children .c-checkbox__children .c-checkbox__content{font-size:.875em}.c-language-selector{display:flex;align-items:center;flex-direction:column}.c-language-selector .c-language-selector__other-button{margin-top:1.5em}.c-language-selector .c-language-selector__other-selector{margin-top:1em}@media screen and (max-width:468px){.c-language-selector .c-language-selector__other-selector{width:100%}}.c-language-selector .c-input__error{position:relative}.c-radio{cursor:pointer}.c-radio__container--vertical .c-radio{display:block;width:100%}.c-radio__container--vertical .c-radio+.c-radio{margin-top:.5em}.c-radio__container--horizontal .c-radio{display:inline-flex}@media screen and (max-width:468px){.c-radio__container--horizontal .c-radio{display:block;width:100%}}.c-radio__container--horizontal .c-radio+.c-radio{margin-left:1em;margin-top:.75em}@media screen and (max-width:468px){.c-radio__container--horizontal .c-radio+.c-radio{margin-left:0;margin-top:.5em}}.c-radio input[type=radio]{display:none}.c-radio__label{display:inline-flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.c-radio__label:before{display:block;content:"";border-radius:50%;background:#fff;width:.875rem;height:.875rem;margin-right:.5em;border:1px solid #ccc;box-shadow:inset 0 0 0 2px #fff;margin-top:-3px;flex:0 0 auto}.c-radio--selected .c-radio__label:before{background:#002744}.c-radio--bordered{border:1px solid #ccc;border-radius:8px;padding:.625em 1em .5em .825em}.c-radio--bordered.c-radio--selected{background-color:#f0fbfb}.c-radio--invalid .c-radio--bordered{border:1px solid #f35454}.c-radio__error{position:absolute;color:#f35454;font-size:.875em;margin-top:.125rem}.c-radio--with-children{display:flex;align-items:flex-start}.c-radio--with-children .c-radio__label{align-items:flex-start}.c-radio--with-children .c-radio__label:before{margin-top:.25rem}.c-radio--with-children .c-radio__children{display:flex;flex-direction:column;gap:.25rem;margin-left:.5rem}.c-radio--with-children .c-radio__children .c-radio__title{font-weight:600}.c-radio--with-children .c-radio__children .c-radio__content{font-size:.875em}.c-modal--matches-filters{margin:auto;border-radius:10px;width:30em}.c-modal--matches-filters .c-modal__close{display:none}.c-modal--matches-filters .c-modal__header{justify-content:center}.c-modal--matches-filters .c-modal__content{overflow-x:hidden}.c-modal--matches-filters .c-checkbox__container--horizontal .c-checkbox{width:100%}.c-modal--matches-filters .c-collapsible__content .c-checkbox{border:none;padding:.4em 0}.c-modal--matches-filters .c-collapsible__content .c-checkbox+.c-checkbox{margin-top:.2em}.c-modal--matches-filters .c-checkbox__container--horizontal .c-checkbox+.c-checkbox{margin-left:0}@media (max-width:599px){.c-modal--matches-filters .c-checkbox__container--horizontal .c-checkbox+.c-checkbox{margin-top:.2em}}@media (max-width:1024px){.c-modal--matches-filters .c-modal__content{max-height:32em}}@media (max-width:599px){.c-modal--matches-filters{width:100vw;height:100vh;padding:0;margin:0;max-width:100%;min-width:0!important}.c-modal--matches-filters .c-modal__content .c-location-search .c-input{border-color:#c2ff06;min-height:50px}.c-modal--matches-filters .c-modal__content .c-location-search .c-input__icon{color:#085143;background:#c2ff06;width:38px;max-height:38px;top:50%;right:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%}.c-modal--matches-filters .c-modal__header{position:fixed;top:0;width:100%;z-index:4;background-color:#fff;border-bottom:1px solid #777;padding:1.25em 4em 1.25em 1.5em}}@media screen and (max-width:599px) and (max-width:468px){.c-modal--matches-filters .c-modal__header{padding:1.25em 4em 1.25em 1em}}@media (max-width:599px){.c-modal--matches-filters .c-modal__footer{position:fixed;bottom:0;left:0;right:0;z-index:4;background-color:#fff;padding:1.125em 1.5em;border-top:none;box-shadow:0 0 16px 0 rgba(0,0,0,.2)}}@media screen and (max-width:599px) and (max-width:468px){.c-modal--matches-filters .c-modal__footer{padding:1.25em 1em}}@media (max-width:599px){.c-modal--matches-filters .c-modal__content{margin:4em 0;padding:0 1.5em;background-color:#fff;max-height:none}}@media screen and (max-width:599px) and (max-width:468px){.c-modal--matches-filters .c-modal__content{margin:1em 0 4.2em;padding:0 1em}}@media (max-width:599px) and (max-width:599px){.c-modal--matches-filters .c-modal__content .c-collapsible{border-bottom:1px solid #ddd}}@media (max-width:599px) and (max-width:599px){.c-modal--matches-filters .c-modal__content .c-collapsible .c-collapsible__header{border-bottom:none;padding-bottom:0}}@media (max-width:599px) and (max-width:599px){.c-modal--matches-filters .c-modal__content .c-collapsible+.c-collapsible{margin-top:1.25em}}.c-filters{margin-top:0;padding-bottom:1.5em}.c-filters .l-headline--tertiary{font-size:1em;font-weight:500}@media screen and (max-width:468px){.c-filters .c-filters__show-results{width:100%}}.c-filters .c-collapsible__header{text-transform:capitalize;border-bottom:none;padding-bottom:0;padding-top:1.25em}.c-filters .c-skeleton-simple__filters-headline{height:1.5em;width:10em}@media screen and (max-width:1024px){.c-filters .c-skeleton-simple__filters-headline{width:100%;height:3em}}.c-filters .c-skeleton-simple__filters-content{height:25.5em}@media screen and (max-width:1024px){.c-filters .c-skeleton-simple__filters-content{display:none}}.c-filters .c-skeleton-simple__filters-button{margin:1em 0 2em;height:3em}@media screen and (max-width:1024px){.c-filters .c-skeleton-simple__filters-button{display:none}}.c-filters .c-matches-filter__content--price{padding:.25em 2.25em 0;margin:0 -2.25em;overflow:hidden}.c-filters .c-collapsible{margin:0;border-bottom:1px solid #ddd}.c-filters .c-collapsible .c-checkbox{border:none;padding:.4em 0;margin-top:.2em}.c-filters .c-collapsible+.c-collapsible{margin-top:0}.c-filters .c-location-search .c-input{border-color:#c2ff06;min-height:50px}.c-filters .c-location-search .c-input__icon{color:#085143;background:#c2ff06;width:38px;max-height:38px;top:50%;right:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%}.c-widget--price-mobile .c-matches-filter__content--price{margin:0 1em}.c-skeleton-simple__filters{width:100%;height:20em;border-radius:10px}.c-page--matches{justify-content:space-between;margin-top:2rem}@media (max-width:599px){.c-page--matches{margin-bottom:6rem}}@media (max-width:599px){.c-page-loder-hight{min-height:100vh}}@media (max-width:599px){.c-page--matches.c-page-loder-hight{min-height:calc(100vh - 80px - 2rem)}}.c-matches__container{display:flex;flex-direction:row;width:100%;margin-top:0}@media (max-width:599px){.c-matches__container{margin-top:0}}.c-matches__container .c-matches__list{width:100%;margin-left:0}@media (max-width:599px){.c-matches__container .c-matches__list{margin-bottom:0}}.c-matches__container .c-matches__list .c-matches-list{margin-left:-1rem;margin-right:-1rem}.c-page__sidebar--matches{margin-top:1.75rem;padding-right:2em;margin-right:2em}.c-page__sidebar--matches .c-sidebar__title{color:#777;font-size:1rem;font-weight:400;margin-bottom:1.5rem}.c-sidebar__adres-title{padding-bottom:.25em;border-bottom:none}.c-matches__list-header{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.c-matches__list-header-left{display:flex;flex-direction:column;justify-content:center;align-self:end;min-height:52px}@media (max-width:599px){.c-matches__list-header-left{justify-content:space-between;display:none}}.c-matches__list-header-right{min-height:52px;display:flex;justify-content:end;margin-top:1rem;flex-direction:row-reverse;align-items:center;gap:30px}@media (max-width:599px){.c-matches__list-header-right{margin-top:0;width:100%}}.c-matches__list-map-toggle-button{margin-bottom:.25em}.c-matches__list-map-toggle-button svg{margin-left:4px;margin-top:2px}.c-matches__count{color:#151515;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-weight:500}.c-skeleton-simple__matches-count{max-width:12em;height:1.5em;border-radius:8px}.c-skeleton-simple__matches-sort{width:10em;height:1.5em}.c-skeleton-simple__matches-filters-button{display:none;max-width:4em;height:1.5em;margin-right:.5em}@media (max-width:1024px){.c-skeleton-simple__matches-filters-button{display:block}}.c-filters-button{display:none;color:#002744;font-weight:500;text-align:left}.c-filters-button svg{margin-top:.25em;margin-right:.25em}@media (max-width:1024px){.c-filters-button{display:flex;margin-top:.25em}}.c-filters-button.c-filters-button--map-visible{display:block}.c-matches__sort{display:flex;flex-direction:row;white-space:nowrap;justify-content:end;width:100%}.c-matches__sort svg{height:1em}@media (max-width:599px){.c-matches__sort{display:none}}.c-filters__sort-label,.c-matches__sort-label{margin-right:.5em;font-weight:500}.c-matches-list__results{display:flex;margin:.5em -.75em 2em;flex-wrap:wrap}@media (max-width:599px){.c-matches-list__results{overflow-x:auto;margin:0;background:#ccc;-webkit-overflow-scrolling:touch;-ms-scroll-snap-type:both mandatory;scroll-snap-type:both mandatory}}.c-matches-list__results .c-card{width:calc(25% - .75em)}@media (max-width:1024px){.c-matches-list__results .c-card{width:calc(33.333% - .75em)}}@media (max-width:599px){.c-matches-list__results .c-card{width:50%;margin:0 0 .5rem}.c-matches-list__results .c-card:last-child,.c-matches-list__results .c-card:nth-last-child(2){margin:0}.c-matches-list__results .c-card:nth-child(odd){padding-left:.4rem;background:#fff}.c-matches-list__results .c-card:nth-child(2n){padding-right:.4rem;background:#fff}}.c-matches__no-results{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#777;text-align:center;margin-top:5em}.c-matches__no-results svg{margin-bottom:.5em;font-size:1.5em}.c-matches__no-results .c-matches__subscription-text{margin-top:1.5em}.c-matches__list .c-infinite-scroll{display:flex;justify-content:center;margin:2em 0;width:100%}@media (max-width:599px){.c-matches__list .c-infinite-scroll{align-self:center}}.c-matches__list .c-infinite-scroll .c-loader__icon{color:#002744}.c-matches-map__container{position:relative}@media (max-width:599px){.c-matches-map__container{margin-left:-1em;margin-right:-1em}}.c-map-close{display:none;position:absolute;z-index:1;background:#fff;width:40px;height:40px;top:75px;align-items:center;justify-content:center}.c-map-close span{display:flex}@media (max-width:599px){.c-map-close{display:flex}}.c-matches-map{position:relative;top:1em;left:0;right:0;bottom:0;width:100%;min-height:20em;height:calc(100vh - 299px)}@media (max-width:1024px){.c-matches-map{height:calc(100vh - 254px)}}@media (max-width:599px){.c-matches-map{height:calc(100vh - 8.7rem);top:0}}.c-matches-map.c-matches-map--authenticated{height:calc(100vh - 344px)}.c-skeleton-simple__matches-map{height:1.5em;width:7em}.c-matches-map__marker{background:#f35454}.c-matches-map__avatar{height:40px;width:40px}.c-matches-map__current-user-avatar{height:40px;width:40px;overflow:hidden}.c-matches-map__cluster{background-color:#28c7cc;color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.25em}.c-matches-map__popup{z-index:4;position:fixed;top:0;left:0;right:0;bottom:0}@media (max-width:599px){.c-matches-map__popup{max-width:100%;-webkit-transform:none!important;transform:none!important}}.c-matches-map__popup .c-dropdown__overlay{z-index:0}.c-matches-map__popup-wrapper{z-index:8;min-width:20em;max-width:22em}@media (max-width:599px){.c-matches-map__popup-wrapper{-webkit-transform:none!important;transform:none!important;width:100%;height:100%;min-width:0}}.c-matches-map__loader{position:absolute;top:25%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.c-matches-map__loader svg{width:2.5em;height:2.5em;color:#002744}.srch-wrap{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:1.5rem}.srch-wrap .right-free-service{display:block;width:25%}.srch-wrap .right-free-service p{margin-bottom:0}.srch-wrap .right-free-service .c-card__button{width:auto;background:transparent;color:#23afb3;text-decoration:underline;padding:0}.srch-wrap .right-free-service .c-card__button:hover{color:#28c7cc}@media (max-width:599px){.srch-wrap .right-free-service{display:none}}.srch-wrap .srch-lst{margin-bottom:0}.srch-wrap .srch-lst .srch-city-title{font-size:2.25rem;font-weight:600;color:#325c5e}@media (max-width:1024px){.srch-wrap .srch-lst .srch-city-title h1,.srch-wrap .srch-lst .srch-city-title h2{margin-top:0}}@media (max-width:599px){.srch-wrap .srch-lst .srch-city-title h1,.srch-wrap .srch-lst .srch-city-title h2{text-align:center;margin-top:0;line-height:2rem;font-size:1.5rem}}@media (max-width:599px){.srch-wrap .srch-lst .srch-city-sub-title{text-align:center}}.srch-lst{width:100%;margin-bottom:2.5rem}@media (max-width:599px){.srch-lst{width:100%;margin-bottom:1rem;text-align:center}}.c-matches__list--city-page .c-matches__list-header .c-matches__list-header-right{margin-top:1rem;flex-direction:row-reverse;align-items:center;gap:30px}.c-matches__list--city-page .c-matches__list-header .c-matches__list-header-right .map-toggle-wrapper{margin-bottom:0}.c-matches__list--city-page .c-matches__list-header .c-matches__list-header-right .map-toggle-wrapper .map-toggle-text{display:none}@media (max-width:599px){.c-matches__list--city-page{margin-top:0!important}}.city_cltd-link{display:none}@media (max-width:599px){.city_cltd-link{display:block;text-align:center;margin-top:1rem}}.city_cltd-link a{text-decoration:underline;color:#23afb3;cursor:pointer}.sidebar-section .sidebar-cities-list{padding:0}.c-star__fc-link{display:none}@media (max-width:1024px){.c-star__fc-link{display:none;margin:-20px auto 20px}}.c-star__desktop-fc-link{display:none;margin-left:35px}@media (max-width:1024px){.c-star__desktop-fc-link{display:none}}.c-sort-nav-list{margin-top:1rem;margin-bottom:1.8rem;gap:1rem;display:flex;flex-direction:column}.c-sort-nav-list .c-vertical-nav__item{border:1px solid #ccc;border-radius:8px;padding:.625em 1em .5em .825em;width:100%;line-height:normal}.c-sort-nav-list .l-bordered{padding:0;border:none}.c-sort-nav-list .c-checkbox+.c-checkbox{margin-top:0}
/*# sourceMappingURL=customers~dynamic.b946ff79.chunk.css.map */