.OnHoverSlider{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin-bottom:0;display:flex;border-radius:8px;z-index:1}.OnHoverSlider__tags{top:8px;left:8px}.OnHoverSlider__dots,.OnHoverSlider__tags{position:absolute;display:flex;align-items:center;list-style:none;z-index:2}.OnHoverSlider__dots{top:90%;left:50%;transform:translate(-50%,-50%);justify-content:center;margin:0 auto}.OnHoverSlider__dot{margin:0 5px;width:10px;height:10px;background:var(--primary-bg);border-radius:8px}.OnHoverSlider__dot_active{background:var(--gold)}.OnHoverSlider__slide{display:flex;flex-basis:100%}.OnHoverSlider__slide:first-child .OnHoverSlider__slide-body:after{margin-left:10px}.OnHoverSlider__slide:last-child .OnHoverSlider__slide-body:after{margin-right:10px}.OnHoverSlider__slide_active .OnHoverSlider__slide-image{visibility:visible}.OnHoverSlider__slide_active .OnHoverSlider__slide-body:after{background-color:var(--gold)}.OnHoverSlider__slide-body{z-index:2;width:100%;height:100%;display:flex;align-items:flex-end}.OnHoverSlider__slide-image{position:absolute;visibility:hidden;top:0;left:0;width:100%;height:100%!important;border-radius:8px}.CardListFrame{display:flex;flex-direction:column;border-radius:24px;box-shadow:0 0 24px rgba(0,0,0,.25);background-color:var(--card-bg);transition:box-shadow .3s;padding:16px;height:100%}html[data-theme=light] .CardListFrame{box-shadow:0 0 4px rgba(0,0,0,.12)}html[data-theme=light] .CardListFrame:hover{box-shadow:0 0 24px rgba(0,0,0,.12)}.CardListFrame__image-link{position:relative;display:block;width:100%;padding-bottom:60%;overflow:hidden;border-radius:8px;margin-bottom:16px;text-align:center}.CardListFrame__body{position:relative;display:flex;flex-direction:column;gap:16px;flex:1}.BuildingComplexCard__title{font-weight:500;font-size:20px;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}@media only screen and (max-width:918.98px){.BuildingComplexCard__title{font-size:18px;line-height:22px}}.BuildingComplexCard__tags{display:flex;flex-flow:row wrap;flex:1;grid-gap:12px}.BuildingComplexCard__tag{align-self:flex-end;display:inline-block;height:auto}.BuildingComplexCard__tag-text{padding-left:10px;color:var(--secondary-fg)}.BuildingComplexesPage .BuildingComplexesPage__title{font-weight:500;font-size:32px;line-height:44px;margin-bottom:24px}@media only screen and (max-width:918.98px){.BuildingComplexesPage .BuildingComplexesPage__title{font-size:24px;line-height:36px}}.BuildingComplexesPage .pagination{padding:0;margin:80px auto}@media only screen and (max-width:918.98px){.BuildingComplexesPage .pagination{margin:40px auto 60px}}.BuildingComplexesPage__content_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(387px,1fr));gap:16px;justify-content:center}