body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #fafafa;
    color: #232323;
}
.header {
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    height: 80px;
}
.header__logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 2rem;
    color: #298d98;
    font-weight: 600;
    gap: 12px;
}
.header__logo img {
    height: 48px;
    width: 48px;
    object-fit: contain;
    margin-right: 8px;
}
.header__logo span {
    letter-spacing: 1px;
    font-weight: 400;
}
.header__logo b {
    color: #eb6841;
    font-weight: 700;
}
.header__nav {
    display: flex;
    gap: 30px;
}
.header__nav a {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    padding: 6px 16px;
    border-radius: 6px;
    transition: background .17s, color .17s;
}
.header__nav a.active, .header__nav a:hover {
    background: #e6f4f8;
    color: #298d98;
}
.header__search form {
    display: flex;
    align-items: center;
}
.header__search input {
    padding: 7px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    outline: none;
    transition: border 0.2s;
}
.header__search input:focus {
    border-color: #eb6841;
}
@media (max-width: 768px) {
    .header__container { flex-direction: column; height: auto; padding: 0 12px;}
    .header__logo img { height: 38px; width: 38px;}
    .header__nav { gap: 12px; }
}
.footer {
    background: #23282d;
    color: #f5f5f5;
    padding: 40px 0 0 0;
    margin-top: 50px;
}
.footer__content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 48px;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
}
.footer__col {
    flex: 1 1 220px;
    min-width: 200px;
    margin-bottom: 35px;
}
.footer__col h3 {
    font-size: 1.2rem;
    margin-bottom: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
}
.footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__col ul li {
    margin-bottom: 10px;
}
.footer__col ul li a, 
.footer__col nav a, 
.footer__col p a {
    color: #b6e2eb;
    text-decoration: none;
    transition: color 0.15s;
    font-size: 1rem;
}
.footer__col nav a {
    display: block;
    margin-bottom: 10px;
}
.footer__col ul li a:hover,
.footer__col nav a:hover,
.footer__col p a:hover {
    color: #eb6841;
}
.footer__col p {
    margin: 8px 0;
    font-size: 1rem;
}
.footer__bottom {
    background: #181b1e;
    color: #b6b7b9;
    text-align: center;
    padding: 14px 0 10px 0;
    font-size: 0.98rem;
    letter-spacing: 0.1px;
}
@media (max-width: 900px) {
    .footer__content { flex-direction: column; gap: 0; padding: 0 10px; }
    .footer__col { margin-bottom: 20px; }
}
.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
}
.hero {
    position: relative;
    margin: 40px 0 32px 0;
    border-radius: 24px;
    overflow: hidden;
    min-height: 320px;
    background: #f3f8fa;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.hero__img-bg img {
    width: 370px;
    height: auto;
    object-fit: cover;
    margin-right: 40px;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(44,141,152,0.10);
    background: #e4eaea;
}
.hero__content {
    flex: 1;
    min-width: 250px;
}
.hero__content h1 {
    font-size: 2.4rem;
    margin: 0 0 16px 0;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #298d98;
}
.hero__subtitle {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 10px;
}
.main__features {
    display: flex;
    gap: 30px;
    margin: 48px 0;
    justify-content: space-between;
}
.feature {
    flex: 1 1 0;
    padding: 36px 20px;
    border-radius: 18px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 2px 16px rgba(41,141,152,0.03);
}
.feature--cyan {
    background: #59ded7;
    color: #fff;
}
.feature--peach {
    background: #f8a48c;
    color: #fff;
}
.feature--yellow {
    background: #ffe5a7;
    color: #7c5d21;
}
.feature span {
    display: block;
    font-size: 1.05rem;
    font-weight: 400;
    margin-bottom: 10px;
    opacity: 0.86;
}
.feature b {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.certificates {
    margin: 56px 0 32px 0;
}
.certificates h2 {
    font-size: 1.3rem;
    color: #298d98;
    font-weight: 700;
    margin-bottom: 18px;
}
.certificates__row {
    display: flex;
    gap: 36px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.certificates__row img {
    height: 128px;
    width: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(44,141,152,0.07);
}
.reviews {
    margin: 56px 0 40px 0;
}
.reviews h2 {
    font-size: 1.22rem;
    color: #298d98;
    margin-bottom: 18px;
}
.reviews__row {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.review {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #f3f8fa;
    padding: 18px 20px;
    border-radius: 14px;
    min-width: 270px;
    box-shadow: 0 2px 14px rgba(44,141,152,0.06);
    flex: 1 1 240px;
}
.review img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(44,141,152,0.08);
}
.review b {
    color: #298d98;
    font-weight: 600;
    font-size: 1.04rem;
}
.promo-apartments {
    margin: 52px 0 0 0;
    text-align: center;
    font-size: 1.10rem;
    color: #596364;
}
.promo-apartments a {
    color: #298d98;
    border-bottom: 1px dashed #eb6841;
    text-decoration: none;
    transition: color .15s;
}
.promo-apartments a:hover {
    color: #eb6841;
}
@media (max-width: 900px) {
    .main__features, .certificates__row, .reviews__row { flex-direction: column; gap: 22px; }
    .hero { flex-direction: column; align-items: flex-start; }
    .hero__img-bg img { width: 98vw; max-width: 350px; margin: 0 0 18px 0;}
    .main { padding: 0 5px 24px 5px;}
}
.page-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 36px 0 36px 0;
    color: #298d98;
    letter-spacing: 1px;
}
.catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: flex-start;
}
.catalog-item {
    background: #fff;
    box-shadow: 0 2px 16px rgba(44,141,152,0.05);
    border-radius: 16px;
    width: calc(50% - 20px);
    display: flex;
    align-items: flex-start;
    padding: 22px 18px;
    gap: 24px;
    margin-bottom: 10px;
    min-width: 300px;
    transition: box-shadow 0.2s;
}
.catalog-item:hover {
    box-shadow: 0 6px 24px rgba(44,141,152,0.15);
}
.catalog-item img {
    width: 110px;
    height: 110px;
    border-radius: 12px;
    object-fit: cover;
    background: #e4eaea;
    box-shadow: 0 2px 14px rgba(41,141,152,0.08);
}
.catalog-item__info {
    flex: 1 1 180px;
}
.catalog-item__info b {
    font-size: 1.1rem;
    color: #298d98;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}
.catalog-item__info p {
    font-size: 1rem;
    color: #555;
    margin: 8px 0 0 0;
}
@media (max-width: 900px) {
    .catalog-list { flex-direction: column; gap: 22px; }
    .catalog-item { width: 100%; }
}
.objects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.object-card {
    background: #fff;
    box-shadow: 0 2px 16px rgba(44,141,152,0.06);
    border-radius: 16px;
    width: calc(50% - 20px);
    display: flex;
    align-items: flex-start;
    padding: 22px 18px;
    gap: 24px;
    margin-bottom: 10px;
    min-width: 300px;
    transition: box-shadow 0.22s;
}
.object-card:hover {
    box-shadow: 0 8px 28px rgba(44,141,152,0.18);
}
.object-card img {
    width: 110px;
    height: 110px;
    border-radius: 12px;
    object-fit: cover;
    background: #e4eaea;
    box-shadow: 0 2px 12px rgba(41,141,152,0.10);
}
.object-card__info {
    flex: 1 1 180px;
}
.object-card__info b {
    font-size: 1.13rem;
    color: #298d98;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
.object-card__info span {
    font-size: 0.97rem;
    color: #888;
    margin-bottom: 8px;
    display: block;
}
.object-card__info p {
    font-size: 1rem;
    color: #555;
    margin: 6px 0 0 0;
}
@media (max-width: 900px) {
    .objects-list { flex-direction: column; gap: 22px; }
    .object-card { width: 100%; }
}
.reviews-list {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.review-card {
    background: #fff;
    box-shadow: 0 2px 16px rgba(44,141,152,0.07);
    border-radius: 16px;
    width: calc(50% - 20px);
    display: flex;
    align-items: flex-start;
    padding: 22px 18px;
    gap: 24px;
    margin-bottom: 10px;
    min-width: 300px;
    transition: box-shadow 0.18s;
}
.review-card:hover {
    box-shadow: 0 8px 28px rgba(44,141,152,0.13);
}
.review-card img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    object-fit: cover;
    background: #e4eaea;
    box-shadow: 0 2px 12px rgba(41,141,152,0.09);
}
.review-card__info {
    flex: 1 1 180px;
}
.review-card__info b {
    font-size: 1.13rem;
    color: #298d98;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
}
.review-card__info span {
    font-size: 0.97rem;
    color: #888;
    margin-bottom: 8px;
    display: block;
}
.review-card__info p {
    font-size: 1rem;
    color: #555;
    margin: 6px 0 0 0;
}
@media (max-width: 900px) {
    .reviews-list { flex-direction: column; gap: 22px; }
    .review-card { width: 100%; }
}
