body {
    margin: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    background: #fff;
    color: #2b2b2b;
}

.main-header {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.header-top {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 14px 4px 14px;
}

.logo-block {
    display: flex;
    align-items: center;
    gap: 18px;
}

.site-logo {
    height: 52px;
    width: auto;
    display: block;
}

.site-title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}

.header-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.97rem;
    color: #222;
    gap: 3px;
}

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

.header-hours {
    color: #737373;
    font-size: 0.95rem;
}

.main-nav {
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
}

.main-nav ul {
    display: flex;
    justify-content: center;
    gap: 26px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav a {
    display: block;
    color: #222;
    text-decoration: none;
    font-size: 1.07rem;
    font-weight: 600;
    padding: 14px 0;
    transition: color 0.17s;
}

.main-nav a:hover {
    color: #25c06c;
}
.main-footer {
    background: #f7f7f7;
    border-top: 1px solid #e2e2e2;
    padding: 36px 0 18px 0;
    font-size: 1rem;
}

.footer-content {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.footer-logo-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-logo {
    height: 48px;
    width: auto;
}

.footer-site-title {
    font-weight: 600;
    font-size: 1.11rem;
    color: #222;
}

.footer-nav ul {
    display: flex;
    gap: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-nav a {
    color: #2b2b2b;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.01rem;
    transition: color 0.17s;
}

.footer-nav a:hover {
    color: #25c06c;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    text-align: right;
    color: #2b2b2b;
}

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

.footer-hours {
    color: #8e8e8e;
    font-size: 0.96rem;
}

.footer-copyright {
    margin-top: 8px;
    color: #b2b2b2;
    font-size: 0.95rem;
}
@media (max-width: 1000px) {
    .header-top,
    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .main-nav ul,
    .footer-nav ul {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .main-nav,
    .footer-nav {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-info {
        text-align: left;
        align-items: flex-start;
    }
}

@media (max-width: 700px) {
    .main-header,
    .main-footer {
        font-size: 0.98rem;
    }
    .site-title, .footer-site-title {
        font-size: 1rem;
    }
    .site-logo, .footer-logo {
        height: 38px;
    }
    .header-top,
    .footer-content {
        padding: 10px 7px 4px 7px;
        max-width: 100%;
    }
    .main-nav ul,
    .footer-nav ul {
        gap: 7px;
    }
    .main-nav a,
    .footer-nav a {
        font-size: 0.98rem;
        padding: 10px 0;
    }
    .footer-info,
    .header-info {
        font-size: 0.95rem;
    }
}

@media (max-width: 500px) {
    .main-header,
    .main-footer {
        font-size: 0.93rem;
    }
    .site-title, .footer-site-title {
        font-size: 0.92rem;
    }
    .site-logo, .footer-logo {
        height: 29px;
    }
    .header-top,
    .footer-content {
        padding: 6px 3px 2px 3px;
    }
    .main-nav a,
    .footer-nav a {
        font-size: 0.93rem;
        padding: 7px 0;
    }
    .header-address, .footer-address,
    .header-hours, .footer-hours {
        font-size: 0.9rem;
    }
}
/* HERO */
.hero {
    position: relative;
    background: #fff;
    padding-bottom: 32px;
}
.hero-bg {
    width: 100%;
    height: 430px;
    overflow: hidden;
    position: relative;
}
.hero-bg img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.72);
}
.hero-content {
    position: absolute;
    top: 50px;
    left: 8%;
    color: #fff;
    z-index: 2;
}
.hero-content h1 {
    font-size: 2.6rem;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 18px 0;
    text-shadow: 0 2px 12px rgba(34,34,34,0.16);
}
.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 24px;
}
.btn-hero {
    display: inline-block;
    background: #ffe31d;
    color: #262626;
    font-weight: 700;
    padding: 16px 40px;
    font-size: 1.13rem;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(48,48,48,0.09);
    text-decoration: none;
    transition: background 0.13s;
}
.btn-hero:hover {
    background: #ffe600;
}
.hero-icons {
    display: flex;
    justify-content: center;
    gap: 34px;
    margin-top: 350px;
    position: relative;
    z-index: 3;
}
.hero-icon {
    width: 65px;
    height: 65px;
    background-size: 38%;
    -webkit-border-radius: 10em;
    border-radius: 10em;
    background-color: #27cc79;
    margin-right: 13px;
    background-position: center;
    background-repeat: no-repeat;

}


.hero-icons .hero-icon:nth-child(1) {
    background-image: url('/img/ico-design.webp');
}
.hero-icons .hero-icon:nth-child(3) {
    background-image: url('/img/ico-fast.webp');
}
.hero-icons .hero-icon:nth-child(5) {
    background-image: url('/img/ico-balance.webp');
}
.hero-icons .hero-icon:nth-child(7) {
    background-image: url('/img/ico-guarantee.webp');
}
.hero-icons .hero-icon:nth-child(9) {
    background-image: url('/img/ico-credit.webp');
}


/* Текст под иконкой — если нужен отдельный стиль */
.hero-icons > div:not(.hero-icon) {
    width: 130px;
    font-size: 1rem;
    text-align: center;
    color: #222;
    font-weight: 500;
    line-height: 1.19;
    margin-top: -5px;
    margin-bottom: 13px;
}


/* Каталог */
.catalog-preview {
    max-width: 1180px;
    margin: 44px auto 0 auto;
    padding: 0 10px;
}
.catalog-preview h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
}
.catalog-grid {
    display: flex;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
}
.catalog-item {
    width: 235px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(34,80,60,0.07);
    text-align: center;
    transition: box-shadow 0.17s;
}
.catalog-item img {
    width: 100%;
    height: 182px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}
.catalog-title {
    font-size: 1.12rem;
    font-weight: 600;
    padding: 15px 0 13px 0;
}

/* Популярные модели */
.popular {
    max-width: 1180px;
    margin: 48px auto 0 auto;
    padding: 0 10px;
}
.popular h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 18px;
}
.popular-menu {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.popular-menu a {
    color: #25c06c;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.08rem;
    border-bottom: 2px solid transparent;
    padding: 2px 7px;
    transition: border 0.13s;
}
.popular-menu a:hover {
    border-bottom: 2px solid #25c06c;
}
.popular-slider {
    display: flex;
    gap: 22px;
    overflow-x: auto;
    padding-bottom: 12px;
}
.popular-slide img {
    width: 268px;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

/* Материалы */
.materials {
    background: #fafbfa;
    padding: 48px 0 35px 0;
    margin-top: 38px;
}
.materials h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
}
.materials-grid {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    gap: 42px;
    justify-content: center;
    flex-wrap: wrap;
}
.materials-grid > div {
    text-align: center;
    width: 175px;
}
.materials-grid img {
    width: 100%;
    max-width: 150px;
    margin-bottom: 9px;
}

/* Производство */
.production {
    max-width: 1100px;
    margin: 46px auto 0 auto;
    padding: 0 10px;
}
.production h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 26px;
}
.production-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.production-photo img {
    width: 390px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(80,80,80,0.07);
}
.production-text {
    flex: 1;
    min-width: 240px;
    font-size: 1.07rem;
    line-height: 1.56;
    color: #343434;
    margin-top: 8px;
}

/* Почему мы */
.whyus {
    max-width: 1100px;
    margin: 56px auto 0 auto;
    padding: 0 10px 28px 10px;
}
.whyus h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 32px;
}
.whyus-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 60px;
    justify-content: center;
}
.whyus-item {
    width: 170px;
    background: #fff;
    border-radius: 13px;
    box-shadow: 0 2px 12px rgba(60,120,90,0.07);
    text-align: center;
    padding: 22px 8px 14px 8px;
    font-weight: 500;
    color: #252525;
    font-size: 1.07rem;
}
.whyus-item img {
    width: 40px;
    margin-bottom: 11px;
}

/* ---- АДАПТИВ ---- */
@media (max-width: 1000px) {
    .hero-content {
        position: static;
        color: #fff;
        margin: 0;
        padding: 20px 10px 0 10px;
        text-align: center;
    }
    .hero-bg,
    .hero-bg img {
        height: 270px;
    }
    .hero-icons {
        flex-wrap: wrap;
        margin-top: 25px;
        gap: 18px;
    }
    .catalog-grid,
    .materials-grid,
    .production-wrap,
    .whyus-grid {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .catalog-item,
    .whyus-item,
    .materials-grid > div {
        width: 45vw;
        max-width: 220px;
        min-width: 138px;
    }
    .production-photo img {
        width: 90vw;
        max-width: 350px;
    }
    .popular-slider {
        gap: 9px;
    }
    .popular-slide img {
        width: 160px;
        height: 110px;
    }
}

@media (max-width: 700px) {
    .hero-content h1 {
        font-size: 1.33rem;
    }
    .hero-bg,
    .hero-bg img {
        height: 128px;
    }
    .hero-icons {
        flex-direction: column;
        align-items: center;
        margin-top: 8px;
    }
    .hero-icon {
        min-width: 0;
        max-width: 100vw;
        padding: 10px 6px;
        font-size: 0.99rem;
    }
    .catalog-preview h2,
    .popular h2,
    .materials h2,
    .production h2,
    .whyus h2 {
        font-size: 1.1rem;
        margin-bottom: 18px;
    }
    .catalog-grid {
        gap: 7px;
    }
    .catalog-item {
        width: 93vw;
        max-width: none;
    }
    .popular-menu {
        gap: 6px;
        font-size: 0.97rem;
    }
    .popular-slider {
        gap: 4px;
        padding-bottom: 2px;
    }
    .popular-slide img {
        width: 96px;
        height: 62px;
    }
    .materials-grid {
        gap: 8px;
    }
    .materials-grid > div {
        width: 90vw;
        max-width: none;
    }
    .materials-grid img {
        max-width: 75vw;
    }
    .production-wrap {
        flex-direction: column;
        gap: 9px;
    }
    .production-photo img {
        width: 99vw;
        max-width: none;
    }
    .whyus-grid {
        gap: 9px;
    }
    .whyus-item {
        width: 95vw;
        max-width: none;
        font-size: 0.99rem;
        padding: 12px 6px 7px 6px;
    }
}

@media (max-width: 500px) {
    .catalog-item,
    .whyus-item,
    .materials-grid > div {
        width: 99vw;
        min-width: 0;
        font-size: 0.93rem;
    }
}
/* HERO малого размера */
.page-hero.small-hero {
    position: relative;
    background: #fff;
    height: 220px;
    margin-bottom: 22px;
}
.page-hero-bg {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.page-hero-bg img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: brightness(0.75);
}
.page-hero-content {
    position: absolute;
    top: 30px;
    left: 7%;
    color: #fff;
    z-index: 2;
}
.page-hero-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 6px 0;
    text-shadow: 0 2px 12px rgba(34,34,34,0.15);
}
.page-hero-subtitle {
    font-size: 1.07rem;
    opacity: 0.98;
}

@media (max-width: 700px) {
    .page-hero.small-hero,
    .page-hero-bg,
    .page-hero-bg img {
        height: 108px;
    }
    .page-hero-content {
        top: 14px;
        left: 4%;
    }
    .page-hero-content h1 {
        font-size: 1.05rem;
    }
    .page-hero-subtitle {
        font-size: 0.97rem;
    }
}

/* Основная секция */
.page-section {
    max-width: 1180px;
    margin: 0 auto 24px auto;
    display: flex;
    gap: 36px;
    padding: 0 10px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.page-text {
    flex: 1 1 320px;
    font-size: 1.09rem;
    line-height: 1.56;
    min-width: 240px;
}
.main-advantages {
    margin-top: 19px;
    margin-bottom: 0;
    padding-left: 17px;
    font-size: 1.06rem;
    color: #25c06c;
}
.main-advantages li {
    margin-bottom: 7px;
}

.gallery-block {
    flex: 1 1 340px;
    min-width: 240px;
}
.gallery-title {
    font-size: 1.06rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222;
}
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.gallery-grid img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(90,120,90,0.07);
}
@media (max-width: 900px) {
    .page-section {
        flex-direction: column;
        gap: 22px;
    }
    .gallery-grid {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }
    .gallery-grid img {
        height: 90px;
    }
}
@media (max-width: 550px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid img {
        height: 56px;
    }
}

/* FAQ */
.faq-section {
    max-width: 740px;
    margin: 0 auto 38px auto;
    padding: 0 10px;
}
.faq-section h2 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 15px;
}
.faq-block {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.faq-item {
    background: #fafafa;
    border-radius: 10px;
    box-shadow: 0 1px 7px rgba(34,160,96,0.05);
    padding: 14px 18px 9px 18px;
}
.faq-q {
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}
.faq-a {
    color: #3d3d3d;
    font-size: 0.98rem;
}
.b2b-block {
    background: #f6fdf8;
    border-left: 4px solid #25c06c;
    padding: 12px 15px;
    margin: 24px 0 0 0;
    border-radius: 9px;
    font-size: 1.01rem;
    color: #27372a;
}
.sheffilton-link {
    color: #157c56;
    font-weight: 600;
    text-decoration: underline dotted;
    transition: color 0.13s;
}
.sheffilton-link:hover {
    color: #25c06c;
    text-decoration: underline;
}
@media (max-width: 700px) {
    .b2b-block {
        font-size: 0.97rem;
        padding: 8px 6px;
    }
}
