@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1;-webkit-transform:scale(3);transform:scale(3)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes fade-out{0%{opacity:1;-webkit-transform:scale(3);transform:scale(3)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.icon-sprite{width:initial;height:initial}.icon-sprite svg{width:100%;height:100%}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}.catalog-apartment,.catalog-apartment__holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog-apartment{border-radius:20px;background-color:var(--bg-light);-webkit-transition:.3s;transition:.3s;position:relative;width:100%}.catalog-apartment__holder{gap:24px;-webkit-box-flex:1;-ms-flex:1;flex:1}.catalog-apartment__more{margin-top:auto}.catalog-apartment__wrapper{width:600px;height:296px;border-radius:20px;-webkit-box-shadow:0 4px 16px 0 #0023461a;box-shadow:0 4px 16px 0 #0023461a;position:absolute;z-index:10}.catalog-apartment__wrapper:after{content:"";left:-10px;right:-10px;top:-10px;bottom:-10px;pointer-events:all;position:absolute}.catalog-apartment__wrapper .catalog-apartment{display:-webkit-box;display:-ms-flexbox;display:flex;padding:24px;gap:24px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;z-index:10}.catalog-apartment__wrapper .catalog-apartment:hover{-webkit-box-shadow:none;box-shadow:none}.catalog-apartment__wrapper .catalog-apartment__img{width:248px;height:248px;padding:24px}.catalog-apartment__wrapper .catalog-apartment__img:after{display:none}.catalog-apartment__wrapper .catalog-apartment__header__data{padding:0;gap:16px}.catalog-apartment__wrapper .catalog-apartment__prices__main{font-size:20px;line-height:120%;letter-spacing:-2%}.catalog-apartment__wrapper .catalog-apartment__prices__main__wrapper{padding-bottom:21px}.catalog-apartment__wrapper .catalog-apartment__prices__discount{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.catalog-apartment__wrapper .catalog-apartment__buttons{position:absolute;right:0;top:0}.catalog-apartment__wrapper .catalog-apartment__tags{padding:0}.catalog-apartment__wrapper .catalog-apartment__tag{padding:7.5px 12px}.catalog-apartment__wrapper .catalog-apartment__title{font-size:16px}.catalog-apartment__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;padding:20px}.catalog-apartment__dropdown{display:none;position:absolute;max-width:180px;padding:16px;-webkit-box-shadow:0 4px 16px 0 #0023461a;box-shadow:0 4px 16px 0 #0023461a;border-radius:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;background-color:var(--bg-light);bottom:50px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);left:19px}.catalog-apartment__dropdown::after{bottom:-9px;-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);position:absolute;content:"";display:block;width:20px;height:10px;background-image:url("data:image/svg+xml;utf8,<svg width='21' height='10' viewBox='0 0 21 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9.08362 8.96393C7.88724 5.50109 5.36138 2.17663 0.5 0L20.5 5.69901e-05C15.6386 2.17669 13.1128 5.50114 11.9164 8.96399C11.8108 9.26758 11.6182 9.52989 11.3648 9.71525C11.1114 9.90061 10.8095 10 10.5 10C10.1905 10 9.8886 9.90056 9.63519 9.71519C9.38178 9.52983 9.1892 9.26752 9.08362 8.96393Z' fill='white'/></svg>");background-repeat:no-repeat;background-size:contain;background-position:center;left:50%}.catalog-apartment__dropdown .catalog-apartment__tag{border:0;background-color:transparent;padding:0}.catalog-apartment__tag,.catalog-apartment__tag .icon-sprite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog-apartment__tag{font-family:"Inter",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;font-size:14px;border-radius:12px;gap:6px;line-height:120%;letter-spacing:-.04em;padding:10px 12px;color:var(--color-blue);background-color:transparent;border:1px solid var(--color-blue-300);white-space:nowrap;position:static}.catalog-apartment__tag .icon-sprite{width:14px;height:14px;color:inherit}.catalog-apartment__tag--discount{background-color:var(--color-red-indicator);border-color:var(--color-red-indicator);color:var(--color-red)}.catalog-apartment__tag--gift{background-color:var(--color-gift-indicator);border-color:var(--color-gift-indicator);color:var(--color-gift)}.catalog-apartment__tag--project{position:relative}.catalog-apartment__tag--project .icon-sprite{color:var(--color-blue-500)}.catalog-apartment__tag--more{cursor:pointer;-webkit-transition:.3s;transition:.3s;position:relative}.catalog-apartment__tag--more:hover{background-color:var(--color-blue-200)}.catalog-apartment__header,.catalog-apartment__tag:hover .catalog-apartment__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-apartment__header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog-apartment__buttons,.catalog-apartment__header__data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog-apartment__header__data{gap:12px;padding:20px}.catalog-apartment__buttons{position:relative;padding:12px;z-index:1}.catalog-apartment__button{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.catalog-apartment__button .icon-sprite{width:16px;height:16px;color:var(--color-blue-500);-webkit-transition:.3s;transition:.3s}.catalog-apartment__button .active{display:none}.catalog-apartment__button .passive{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-apartment__button--active .icon-sprite{color:var(--color-red)!important}.catalog-apartment__button--active .active{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-apartment__button--active .passive,.catalog-filter__switch input{display:none}.catalog-apartment__title{font-size:14px;line-height:120%;letter-spacing:-.04em}.catalog-apartment__prices{font-weight:700;font-size:16px;line-height:120%;letter-spacing:-.02em;position:relative}.catalog-apartment__prices__main__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.catalog-apartment__prices__sub{font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.04em;text-decoration:line-through;color:var(--color-blue-500)}.catalog-apartment__prices__discount{background-color:var(--color-red-tint);border-radius:8px;padding:4px 8px;font-size:12px;color:var(--color-red);position:absolute;right:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.catalog-apartment__img{height:200px;width:100%;padding:0 16px}.catalog-apartment__img:after{pointer-events:auto;position:absolute;left:0;right:0;top:0;bottom:0;content:""}.catalog-apartment__img picture{width:100%}.catalog-apartment__img picture img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-apartment__img,.catalog-apartment__img picture,.catalog-apartment__join,.catalog-city__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-apartment__join{font-family:"Unbounded",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:700;font-size:12px;line-height:120%;letter-spacing:.02em;text-align:center;text-transform:uppercase;padding:20px;color:var(--color-blue-500);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top:1px solid var(--color-blue-200);margin-top:auto}.catalog-city__wrapper{padding:4px;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:var(--bg-light);border-radius:20px;gap:4px}.catalog-city__button{line-height:120%;letter-spacing:-.04em;padding:15.5px 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:16px;gap:8px;-webkit-transition:.3s;transition:.3s;cursor:pointer}.catalog-city__button:hover{color:var(--color-blue-500)}.catalog-city__button,.catalog-city__button__wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-city__button__wrapper input[type=radio]:checked+.catalog-city__button{background-color:var(--color-blue-200)}.catalog-filter__switch,.catalog-filter__switch__slider{background-color:var(--bg-light);-webkit-transition:.3s;transition:.3s}.catalog-filter__switch{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;gap:12px;padding:14px 20px;border-radius:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.catalog-filter__switch__slider{position:relative;width:32px;height:20px;border-radius:12px;border:1px solid var(--color-blue-300)}.catalog-filter__switch__slider::before{content:"";position:absolute;left:2px;top:2px;width:14px;height:14px;background-color:var(--color-blue-500);border-radius:50%;-webkit-transition:.3s;transition:.3s}.catalog-filter__switch input:checked~.catalog-filter__switch__slider::before{-webkit-transform:translateX(12px);-ms-transform:translateX(12px);transform:translateX(12px);background-color:var(--color-red)}.catalog-filter__switch input:checked~.catalog-filter__switch__slider{border-color:var(--color-red)}.catalog-filter__switch__text{line-height:120%;letter-spacing:-.04em}.catalog-projects{margin:24px 0 16px}.catalog-projects .swiper-button{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:visible;opacity:1;background:-webkit-gradient(linear,left top,right top,from(rgba(245,248,251,0)),to(var(--color-blue-100)));background:linear-gradient(90deg,rgba(245,248,251,0) 0%,var(--color-blue-100) 100%);width:56px;height:100%;border-radius:0;-webkit-transition:.3s;transition:.3s;-webkit-box-shadow:none;box-shadow:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transform:none;-ms-transform:none;transform:none;top:0}.catalog-projects .swiper-button .icon-sprite{display:none;-webkit-box-shadow:0 8px 32px 0 #0000001a;box-shadow:0 8px 32px 0 #0000001a;width:32px;height:32px;background-color:var(--bg-light);border-radius:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.catalog-projects .swiper-button .icon-sprite svg{width:12px;height:12px;color:var(--color-blue)}.catalog-projects .swiper-button-next{right:0}.catalog-projects .swiper-button-prev{left:0;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.catalog-projects .swiper-button-disabled{visibility:hidden;opacity:0;pointer-events:none}.catalog-projects__item input[type=checkbox]:checked+.catalog-projects__block .icon-sprite{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-projects__image{aspect-ratio:auto;width:40px;height:40px;overflow:hidden;border-radius:12px}.catalog-projects__image img{border-radius:0}.catalog-projects__block,.catalog-projects__slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:.3s;transition:.3s}.catalog-projects__slide{width:auto;gap:4px;padding:4px;background-color:var(--bg-light);border-radius:16px}.catalog-projects__slide:hover{-webkit-box-shadow:0 4px 8px 0 #0023460d;box-shadow:0 4px 8px 0 #0023460d}.catalog-projects__block{position:relative}.catalog-projects__block .icon-sprite{position:absolute;width:16px;height:16px;left:30px;top:-4px;background-color:var(--color-red);color:var(--text-secondary);display:none}.catalog-projects__block .icon-sprite svg,.chess__flat .icon-sprite svg{width:8px;height:8px}.catalog-projects__title{padding:0 8px;line-height:120%;letter-spacing:-.04em}.catalog-filter__sort,.catalog-projects__block .icon-sprite{border-radius:100px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.catalog-filter__sort{display:-webkit-box;display:-ms-flexbox;display:flex;width:48px;height:48px;border:1px solid var(--color-blue-300)}.sort__list{padding:8px}.sort__list .sort__form__checkbox{padding:9.5px 8px 9.5px 12px;cursor:pointer;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sort__list .sortform__checkbox__checkmark{border-color:transparent;border-radius:100px}.sort__list .sortform__checkbox__label{color:var(--text-primary);opacity:1}.catalog-filter,.sort__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog-filter--loading .preloader{opacity:1;visibility:visible;pointer-events:all}.catalog-filter__empty{max-width:246px;margin:64px auto}.catalog-filter__empty__title{font-family:"Unbounded",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:700;font-size:18px;line-height:120%;text-align:center;text-transform:uppercase;margin:16px 0}.catalog-filter__empty__text{font-weight:400;font-size:14px;line-height:150%;letter-spacing:-.04em;text-align:center;margin-bottom:32px}.catalog-filter__empty .icon-sprite{width:32px;height:32px;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}.catalog-filter__empty .button{margin:0 auto}.catalog-filter__commerce{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.catalog-filter__commerce .catalog-city__wrapper{margin-right:0}.catalog-filter__select__detail{display:none}.catalog-filter__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:16px;border-radius:20px;background-color:var(--bg-light)}.catalog-filter__reset{display:none;color:var(--color-blue-500)}.catalog-filter__reset__text{font-size:12px;line-height:120%;letter-spacing:-.04em;text-align:center}.catalog-filter__detailed{display:none}.catalog-filter__footer,.catalog-filter__show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog-filter__show{-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid var(--color-blue-300);border-radius:100px;padding:15.5px 20px;line-height:120%;letter-spacing:-.04em}.catalog-filter__show .icon-sprite{width:16px;height:16px}.catalog-filter__footer{gap:8px;margin-top:16px}.catalog-filter__sort__select{display:none}.catalog-filter__switches,.catalog-filter__switches__cards{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.catalog-filter__switches{margin:16px 0 24px;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.catalog-filter__switches__cards{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.catalog-filter__modal{padding:24px 24px 104px;display:grid;grid-template-columns:1fr;gap:24px;overflow:hidden}.catalog-filter__modal .custom-select__dropdown{right:0}.catalog-filter__modal__show{-webkit-box-shadow:0 4px 16px 0 #b014204d;box-shadow:0 4px 16px 0 #b014204d;background-color:var(--color-red);position:fixed;bottom:88px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:8px;border-radius:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-transition:.3s;transition:.3s;z-index:2}.catalog-filter__modal__show .number,.catalog-filter__modal__show .text{font-weight:700;line-height:120%;color:var(--text-secondary);display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-filter__modal__show,.catalog-filter__modal__show .text{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog-filter__modal__show .text{font-size:14px;letter-spacing:-.04em;margin:0 16px;padding:12px 0}.catalog-filter__modal__show .number{font-family:"Unbounded",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:12px;letter-spacing:.02em;padding:9px 7.5px;background-color:#ffffff4d;border-radius:100px;min-width:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.catalog-filter__modal__show.hidden{bottom:-80px!important}.catalog-filter__modal__block{grid-column:span 2;min-width:0}.catalog-filter__modal__block .catalog-filter__select__detail,.catalog-filter__modal__block--project{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-filter__modal__block .custom-select,.catalog-filter__modal__block .custom-select__trigger{width:100%}.catalog-filter__modal__block--project{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-filter__modal__block--project .catalog-projects__item__show{padding:9.5px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;border:1px solid var(--color-blue-300);border-radius:12px;font-size:14px;line-height:120%;letter-spacing:-.04em}.catalog-filter__modal__block--project .catalog-projects__item__show .icon-sprite{width:12px;height:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.catalog-filter__modal__block--project .catalog-projects__item.hidden{display:none}.catalog-filter__modal__block--project .catalog-projects__item input[type=checkbox]:checked+.catalog-projects__block{background-color:var(--color-blue-200)}.catalog-filter__modal__block--project .catalog-projects__block .icon-sprite,.chess__flat--padding:after,.chess__flat--sold:after{display:none!important}.catalog-filter__modal__block--project .catalog-projects__image{width:28px;height:28px;border-radius:8px}.catalog-filter__modal__block--project .catalog-projects__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-filter__modal__block__title{font-weight:700;font-size:14px;line-height:120%;letter-spacing:-.04em;margin-bottom:12px;width:100%}.catalog-filter__modal__block .catalog-projects__block{border:1px solid var(--color-blue-300);border-radius:12px;padding:4px}.catalog-filter__modal__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;padding:16px 24px;left:0;right:0;bottom:0;position:absolute;z-index:1;border-top:1px solid var(--color-blue-200);border-radius:0 0 24px 24px;background-color:#fff}.catalog-filter__modal__button{font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.04em;text-align:center;color:var(--color-blue-500);display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15.5px;position:fixed;top:80px;left:16px;right:16px;width:auto;white-space:nowrap;background-color:var(--bg-light);border-radius:20px}.catalog-filter__modal__button .icon-sprite{width:10px;height:10px;display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-filter__chess__wrapper{display:none;gap:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog-filter__chess__wrapper .button--icon--red{height:48px;margin-right:auto}.catalog-filter__chess__wrapper .button--icon--red .icon-sprite{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.catalog-filter__chess__houses{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:var(--bg-light);border-radius:20px;padding:4px;gap:4px;margin-right:auto}.catalog-filter__chess__houses__button{padding:15.5px 20px;font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.04em;border-radius:16px}.catalog-filter__chess__houses__button--active{background-color:var(--color-blue-200)}.pane__filter-modal .pane{min-height:400px}.chess{-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative}.chess .swiper-scrollbar{position:relative;background:var(--color-blue-300);border-radius:10px;height:4px;width:168px;margin:0 auto}.chess,.chess .swiper-scrollbar-holder,.chess__sidebar{display:-webkit-box;display:-ms-flexbox;display:flex}.chess .swiper-scrollbar-holder{margin-top:24px;-ms-flex-preferred-size:100%;flex-basis:100%}.chess .swiper-scrollbar-drag{background:var(--color-blue-500);border-radius:32px;cursor:pointer;height:100%}.chess__sidebar{width:32px;border:1px solid var(--color-blue-300);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;margin-top:auto}.chess__floors{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.chess__content .swiper-slide,.chess__floor,.chess__floors{display:-webkit-box;display:-ms-flexbox;display:flex}.chess__floor{height:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;line-height:120%;letter-spacing:-.04em;text-align:center}.chess__content{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;padding:0 0 0 16px;position:relative}.chess__content .swiper-slide{width:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chess__content .swiper-slide:last-child{padding-right:16px}.chess__section{margin-top:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chess__section-title{font-weight:700;font-family:"Unbounded",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:14px;line-height:120%;text-transform:uppercase;margin-bottom:16px}.chess__grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:auto;gap:8px}.chess__flat,.chess__flat .icon-sprite,.chess__grid,.chess__row{display:-webkit-box;display:-ms-flexbox;display:flex}.chess__row{gap:8px}.chess__flat,.chess__flat .icon-sprite{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chess__flat{height:32px;width:32px;border-radius:8px;background:var(--color-blue-200);position:relative;font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.04em;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--text-primary)}.chess__flat--free{background:var(--color-blue-200);cursor:pointer}.chess__flat .icon-sprite{position:absolute;width:16px;border-radius:4px;height:16px;top:-6px;right:-6px}.chess__flat--promo .icon-sprite{background-color:var(--color-red);color:var(--text-secondary)}.chess__flat--locked,.chess__flat--sold{background:var(--bg-light);border:1px solid var(--color-blue-300)}.chess__flat--locked .icon-sprite{background-color:var(--color-blue-100)}.chess__flat--padding .chess__flat-area,.chess__flat--padding .chess__flat-size,.chess__flat--sold .chess__flat-area,.chess__flat--sold .chess__flat-size{display:none}.chess__flat--padding{border:0;background:var(--bg-light)}.chess__flat-area{display:none;font-size:10px;opacity:60%;line-height:140%;letter-spacing:-.04em}.chess__wrapper{padding:32px 24px 24px}.chess__wrapper .catalog-apartment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.chess__wrapper .catalog-apartment__img{padding:0;height:295px}.chess__wrapper .catalog-apartment__prices__discount{position:static;-webkit-transform:none;-ms-transform:none;transform:none}.chess__wrapper .catalog-apartment__header__data,.chess__wrapper .catalog-apartment__tags{padding:0}.chess__wrapper .catalog-apartment__buttons{position:absolute;top:-32px;right:-24px}.chess .catalog-apartment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.pane__catalog-chess .pane{max-width:768px}.pane__catalog-chess .catalog-apartment__img:after{content:none}.project-block{border-radius:20px;padding:4px;background-color:var(--bg-light);min-width:0;display:block;-webkit-transition:.3s;transition:.3s}.project-block:hover{color:var(--text-primary)}.project-block__prices{display:none}.project-block__title{font-family:"Unbounded",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:700;font-size:16px;line-height:120%;text-transform:uppercase;margin:12px 12px 8px;display:-webkit-box;display:-ms-flexbox;display:flex}.project-block__address,.project-block__address .icon-sprite{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project-block__address{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;font-family:"Inter",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;font-size:14px;line-height:120%;margin:8px 12px 16px;letter-spacing:-.04em}.project-block__address .icon-sprite{width:12px;height:12px;display:-webkit-box;display:-ms-flexbox;display:flex;color:var(--color-red);margin-right:6px}.project-block__date:before{content:"/";margin:8px;color:var(--color-blue-300)}.project-block__address,.project-block__info,.project-block__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.project-block__info{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;padding:12px;gap:16px}.project-block__tags{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.project-block__tag,.project-block__tag .icon-sprite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.project-block__tag{font-family:"Inter",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;font-size:14px;border-radius:12px;gap:6px;line-height:120%;letter-spacing:-.04em;padding:10px 12px;color:var(--color-blue);background-color:transparent;border:1px solid var(--color-blue-300)}.project-block__tag .icon-sprite{width:14px;height:14px;color:inherit}.project-block__tag--discount{background-color:var(--color-red-indicator);border-color:var(--color-red-indicator);color:var(--color-red)}.project-block__tag--gift{background-color:var(--color-gift-indicator);border-color:var(--color-gift-indicator);color:var(--color-gift)}.project-block__price{font-family:"Inter",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:700;font-size:16px;line-height:120%;letter-spacing:-.02em;-ms-flex-negative:0;flex-shrink:0}.project-block__slider{width:100%;border-radius:16px}.catalog-page .houses{padding:0}.catalog-page .project-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog-page .project-block__slider{margin-top:auto}.catalog-page__chess__legend,.catalog-page__chess__legend__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog-page__chess__legend{margin-left:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--color-blue-500);font-size:12px;line-height:120%;letter-spacing:-.04em;gap:16px;padding-right:16px;margin-bottom:24px}.catalog-page__chess__legend__item{gap:8px}.catalog-page__chess__legend__icon{width:20px;height:20px;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-page__chess__legend__icon svg{width:10px;height:10px}.catalog-page__chess__legend__icon--sold{border:1px solid var(--color-blue-300)}.catalog-page__chess__legend__icon--free{background-color:var(--color-blue-200)}.catalog-page__chess__legend__icon--locked{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--color-blue-300)}.catalog-page__chess__wrapper{background-color:var(--bg-light);padding:24px 0 50px 16px;border-radius:16px}.catalog-page__chess__wrapper .swiper-slide{margin-top:auto;height:100%}.catalog-page__content{margin-bottom:40px}.catalog-page__projects__wrapper{display:grid;gap:16px;grid-template-columns:1fr}.catalog-page__projects__title{font-weight:400;font-size:16px;line-height:120%;letter-spacing:-.04em;margin-top:8px;margin-bottom:16px;text-align:center;color:var(--color-blue-500)}.catalog-page__apartments{display:grid;grid-template-columns:1fr;gap:24px}.catalog-page__loader{font-family:"Inter",system-ui,-apple-system,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:400;font-size:14px;line-height:120%;letter-spacing:-.04em;margin:24px 0 0;width:100%;display:block;text-align:center;gap:0}@media only screen and (min-width:768px){.catalog-city__wrapper{width:auto;margin-right:auto}.catalog-city__wrapper--layout{width:100%}.catalog-city__wrapper--layout .catalog-city__button{-webkit-box-flex:1;-ms-flex:1;flex:1}.catalog-city__button{-webkit-box-flex:0;-ms-flex:0;flex:0;padding:15.5px 20px}.catalog-filter__switch{width:auto;margin-right:auto}.catalog-projects .swiper-button{width:80px}.catalog-projects{padding:0}.catalog-projects__image{width:48px;height:48px;border-radius:16px}.catalog-projects__slide{border-radius:20px}.catalog-projects__block .icon-sprite{left:38px}.catalog-filter__empty{max-width:464px}.catalog-filter__empty__title{font-size:20px}.catalog-filter__commerce{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.catalog-filter__block{display:grid;grid-template-columns:repeat(2,1fr)}.catalog-filter__footer{margin-top:0}.catalog-filter__modal{padding:40px 40px 120px;grid-template-columns:repeat(2,1fr)}.catalog-filter__modal__block{grid-column:span 1}.catalog-filter__modal__block--project{grid-column:1/-1}.catalog-filter__modal__block--project .catalog-projects__item__show{padding:15.5px 20px}.catalog-filter__modal__block--project .catalog-projects__image{width:40px;height:40px;border-radius:12px}.catalog-filter__modal__block .catalog-projects__block{border-radius:16px}.catalog-filter__modal__controls{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:24px 40px}.catalog-filter__modal__controls .button--red{width:100%}.catalog-filter__modal__button{position:static}.catalog-filter__chess__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog-filter__chess__houses{margin-right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.chess__section-title{font-size:16px}.chess__wrapper{padding:40px}.chess__wrapper .catalog-apartment__img{height:464px}.chess__wrapper .catalog-apartment__buttons{top:-32px;right:-32px}.project-block{padding:0 8px}.project-block__title{font-size:20px;margin:24px 16px 8px}.project-block__address{margin:8px 16px 24px}.project-block__info{padding:24px 16px}.project-block__slider{padding:0;border-radius:20px}.catalog-page__chess__legend{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:32px;font-size:14px}.catalog-page__chess__wrapper{padding:32px 0 58px 32px}.catalog-page__content{margin-bottom:48px}.catalog-page__projects__wrapper{grid-template-columns:repeat(2,1fr)}.catalog-page__projects__title{text-align:left}.catalog-page__apartments{grid-template-columns:repeat(2,1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.catalog-page__loader{margin:24px 0 0}}@media only screen and (min-width:1200px){.catalog-apartment:hover{-webkit-box-shadow:0 4px 24px 0 #0023460d;box-shadow:0 4px 24px 0 #0023460d}.catalog-apartment__button:hover .icon-sprite{color:var(--color-blue)}.catalog-apartment__img{padding:0 56px}.catalog-city__wrapper--layout{width:auto;margin-right:0;margin-left:auto}.catalog-filter__switch:hover,.catalog-filter__switches .catalog-filter__switch:hover .catalog-filter__switch__slider,.catalog-filter__switches .custom-select__trigger:hover .catalog-filter__switch__slider{background-color:var(--color-blue-100)}.catalog-projects{margin:32px 0}.catalog-filter__reset .icon-sprite,.catalog-projects .swiper-button .icon-sprite{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-filter__empty{max-width:500px}.catalog-filter__empty__title{font-size:24px}.catalog-filter__select__detail{display:block}.catalog-filter__block,.catalog-filter__block__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.catalog-filter__block{-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:16px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;-webkit-box-flex:1;-ms-flex:1;flex:1}.catalog-filter__block__wrapper{gap:16px}.catalog-filter__reset{cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px;background-color:var(--bg-light);padding:16px;border-radius:20px}.catalog-filter__reset .icon-sprite{width:10px;height:10px;color:var(--color-blue-500);-webkit-transition:.3s;transition:.3s}.catalog-filter__reset:hover,.catalog-filter__reset:hover .icon-sprite{color:var(--color-blue)}.catalog-filter__detailed,.catalog-filter__reset{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-filter__footer{display:none}.catalog-filter__sort__select{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-filter__sort__select .custom-select__trigger{height:100%;border:0}.catalog-filter__switches{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:32px 0}.catalog-filter__switches .catalog-filter__switch,.catalog-filter__switches .custom-select__trigger,.project-block .swiper-slide img{-webkit-transition:.3s;transition:.3s}.catalog-filter__switches .catalog-filter__switch:hover,.catalog-filter__switches .custom-select__trigger:hover{background-color:var(--bg-light);-webkit-box-shadow:0 4px 8px 0 #0023460d;box-shadow:0 4px 8px 0 #0023460d}.catalog-filter__modal{padding:32px 32px 120px}.catalog-filter__modal .room-checkbox__title{padding:16px 0}.catalog-filter__modal__show{bottom:24px!important}.catalog-filter__modal__block .catalog-filter__select__detail--spread .custom-select__trigger{display:none}.catalog-filter__modal__block .catalog-filter__select__detail--spread .custom-select__dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;visibility:visible;position:static;opacity:1;-webkit-box-shadow:none;box-shadow:none;pointer-events:all;padding:0;gap:8px;max-height:initial;z-index:0}.catalog-filter__modal__block .catalog-filter__select__detail--spread .custom-select__checkbox{display:none}.catalog-filter__modal__block .catalog-filter__select__detail--spread .custom-select__option{padding:15.5px 20px;border:1px solid var(--color-blue-300);border-radius:16px;-webkit-transition:.3s;transition:.3s}.catalog-filter__modal__block .catalog-filter__select__detail--spread .custom-select__option.is-selected{border-color:var(--color-blue-200);background-color:var(--color-blue-200)}.catalog-filter__modal__controls{padding:24px 32px}.catalog-filter__chess__wrapper{gap:16px}.pane__filter-modal .pane{max-width:824px}.chess__sidebar{width:60px;margin-top:43px;border-radius:16px}.chess__floor{height:48px}.chess__content{padding-left:32px}.chess__flat{height:48px;min-width:48px;border-radius:12px;font-size:14px}.chess__flat .icon-sprite{width:16px;height:16px;border-radius:4px;top:-4px;right:-4px}.chess__flat-area{display:block}.project-block:hover{-webkit-box-shadow:0 4px 16px 0 #0023461a;box-shadow:0 4px 16px 0 #0023461a}.project-block .swiper-container{border-radius:16px}.project-block .swiper-slide img{border-radius:0}.project-block .swiper-slide{-webkit-transition:opacity .3s;transition:opacity .3s}.project-block__title{margin:24px 16px 16px}.project-block__date:before{margin:16px}.project-block__info{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog-page .project-block__title{font-size:16px;margin-bottom:12px}.catalog-page__chess__legend{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:32px}.catalog-page__chess__wrapper{padding:32px 0 66px 32px}.catalog-page__content{margin-bottom:64px}.catalog-page__projects__wrapper{grid-template-columns:repeat(3,1fr)}.catalog-page__projects__title{margin-top:0;margin-bottom:32px;font-size:20px}.catalog-page__apartments{grid-template-columns:repeat(4,1fr);-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;row-gap:32px}.catalog-page__loader{margin:32px 0 0}.catalog-page__loader:hover{background-color:var(--color-blue-300);border-color:var(--color-blue-300)}}@media only screen and (min-width:320px) and (max-width:767px){.pane__filter-modal .pane{padding-top:144px;max-width:664px}.pane__filter-modal .mo-controls{top:-128px}}