    /*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
    /*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    
    body {
        background: #fff;
        color: #666666;
        font-family: "Open Sans", sans-serif;
        overflow-x: hidden;
    }
    
    a {
        color: #ffcc00;
        transition: 0.5s;
    }
    
    a:hover,
    a:active,
    a:focus {
        color: #ffcc00;
        outline: none;
        text-decoration: none;
    }
    
    p {
        padding: 0;
        margin: 0 0 30px 0;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Ubuntu", sans-serif;
        font-weight: 400;
        margin: 0 0 20px 0;
        padding: 0;
    }
    /* Back to top button */
    
    .back-to-top {
        position: fixed;
        display: none;
        background: rgba(98, 79, 72, 1);
        color: #fff;
        padding: 2px 20px 8px 20px;
        font-size: 16px;
        border-radius: 4px 4px 0 0;
        right: 15px;
        bottom: 0;
        transition: none;
    }
    
    .back-to-top:focus {
        background: rgba(98, 79, 72, 1);
        color: #fff;
        outline: none;
    }
    
    .back-to-top:hover {
        background: rgba(98, 79, 72, 1);
        color: #fff;
    }
    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
    
    #header {
        padding: 30px 0;
        height: 50px;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        transition: all 0.5s;
        z-index: 997;
        background-color: rgba(98, 79, 72, 0.8);
    }
    
    #logo {
        float: left;
    }
    
    #logo span {
        font-size: 36px;
        margin: -25px 0 0 0;
        padding: 0;
        font-family: "Ubuntu", sans-serif;
        font-weight: 600;
    }
    
    #logo span a,
    #logo span a:hover {
        color: #fff;
        padding-right: 10px
    }
    
    #logo span .minitext {
        float: right;
        font-size: 12px;
        color: #fff;
        font-weight: normal;
        width: 200px;
        border-left: #fff 1px solid;
        height: 35px;
        margin-top: 6px;
    }
    
    #logo span .minitext p {
        padding-left: 10px;
        margin-top: 2px;
    }
    
    #logo span .minitext2 {
        float: right;
        font-size: 15px;
        color: #fff;
        font-weight: normal;
        width: 205px;
        height: 35px;
        margin-top: 6px;
        padding-left: 50px;
    }
    
    #logo span .minitext2 a {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #fff;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        color: #fff;
    }
    
    #logo span .minitext2 a:hover {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        background-color: rgba(41, 31, 28, 0.8);
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #fff;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        color: #fff;
    }
    
    #logo img {
        padding: 0;
        margin: 0;
    }
    
    @media (max-width: 1024px) {
        #logo span .minitext2 {
            display: none;
        }
    }
    
    @media (max-width: 768px) {
        #logo span {
            font-size: 30px;
            padding-top: 7px;
        }
        #logo img {
            max-height: 40px;
        }
        #logo span .minitext {
            margin-top: 2px;
        }
        #logo span .minitext p {
            padding-left: 10px;
            margin-top: 2px;
        }
        #logo span .minitext2 {
            display: none;
        }
    }
    
    @media (max-width: 460px) {
        #logo span .minitext {
            display: none
        }
        #logo span .minitext2 {
            display: none;
        }
    }
    
    #header .header-fixed {
        background: linear-gradient(45deg, #5B4841, #00bf54);
        padding: 20px 0;
        height: 50px;
        transition: all 0.5s;
    }
    /*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
/* Intro секция - ИСПРАВЛЕННАЯ */
#intro {
    width: 100%;
    min-height: 500px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }
}

.fullBackground {
    background-position: center center;
    background-size: cover;
}

/* Затемнение фона */
#intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#intro .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* Заголовок */
#intro .intro-text {
    position: relative;
    text-align: center;
    margin-top: 40px;
}

#intro h1 {
    margin: 0 0 30px 0;
    padding: 0 15px;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

#intro p {
    color: #fff;
    margin-bottom: 20px;
    padding: 0 15px;
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

/* Контейнер для телефонов - В РЯД на десктопах */
.intro-phones-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

/* Телефоны */
.intro-phone {
    background-color: rgba(255, 204, 0, 0.95);
    width: auto;
    min-width: 280px;
    min-height: 45px;
    padding: 12px 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    margin: 0;
    top: auto;
    left: auto;
    right: auto;
}

.intro-phone:hover {
    background-color: #fc0;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

/* Чат Viber - другой цвет */
.intro-phone:last-child {
    background: linear-gradient(135deg, #7360f2 0%, #8e7ff5 100%);
}

.intro-phone:last-child:hover {
    background: linear-gradient(135deg, #8e7ff5 0%, #9d8eff 100%);
}

.intro-phone:last-child p span,
.intro-phone:last-child p a,
.intro-phone:last-child p span a {
    color: #fff !important;
}

.intro-phone p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.intro-phone p span,
.intro-phone p a,
.intro-phone p span a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.intro-phone img {
    width: 24px;
    height: 24px;
    margin: 0;
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
    #intro {
        min-height: 450px;
    }
    
    #intro h1 {
        font-size: 40px;
    }
    
    .intro-phones-wrapper {
        gap: 12px;
    }
    
    .intro-phone {
        min-width: 260px;
        padding: 10px 20px;
    }
}

/* Адаптивность для мобильных - СТОЛБИКОМ */
@media (max-width: 768px) {
    #intro {
        min-height: 400px;
        padding: 40px 15px;
    }
    
    #intro h1 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    
    #intro p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    /* СТОЛБИКОМ на мобильных */
    .intro-phones-wrapper {
        flex-direction: column;
        gap: 10px;
    }
    
    .intro-phone {
        width: 100%;
        max-width: 320px;
        min-width: auto;
        min-height: 40px;
        padding: 10px 20px;
    }
    
    .intro-phone p span,
    .intro-phone p a,
    .intro-phone p span a {
        font-size: 18px;
    }
    
    .intro-phone img {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    #intro {
        min-height: 350px;
        padding: 30px 10px;
    }
    
    #intro h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    #intro p {
        font-size: 14px;
    }
    
    .intro-phone {
        max-width: 100%;
        padding: 10px 15px;
    }
    
    .intro-phone p span,
    .intro-phone p a,
    .intro-phone p span a {
        font-size: 18px;
    }
}


    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Nav Menu Essentials */
    
    .nav-menu,
    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }
    
    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }
    
    .nav-menu>li {
        float: left;
    }
    
    .nav-menu li:hover>ul,
    .nav-menu li.sfHover>ul {
        display: block;
    }
    
    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }
    
    .nav-menu ul li {
        min-width: 180px;
    }
    /* Nav Menu Arrows */
    
    .sf-arrows .sf-with-ul {
        padding-right: 30px;
    }
    
    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }
    
    .sf-arrows ul .sf-with-ul:after {
        content: "\f105";
    }
    /* Nav Meu Container */
    
    #nav-menu-container {
        float: right;
        margin: 0;
        margin-top: -13px;
    }
    
    @media (max-width: 768px) {
        #nav-menu-container {
            display: none;
        }
    }
    /* Nav Meu Styling */
    
    .nav-menu a {
        padding: 0 8px 10px 8px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        font-family: "Ubuntu", sans-serif;
        font-weight: 400;
        font-size: 14px;
        outline: none;
    }
    
    .nav-menu>li {
        margin-left: 10px;
    }
    
    .nav-menu ul {
        margin: 4px 0 0 0;
        padding: 10px;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        background: #fff;
    }
    
    .nav-menu ul li {
        transition: 0.3s;
    }
    
    .nav-menu ul li a {
        padding: 10px;
        color: #333;
        transition: 0.3s;
        display: block;
        font-size: 13px;
        text-transform: none;
    }
    
    .nav-menu ul li:hover>a {
        color: #00bf54;
    }
    
    .nav-menu ul ul {
        margin: 0;
    }
    /* Mobile Nav Toggle */
    
    #mobile-nav-toggle {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999;
        margin: 20px 20px 0 0;
        border: 0;
        background: none;
        font-size: 24px;
        display: none;
        transition: all 0.4s;
        outline: none;
        cursor: pointer;
    }
    
    #mobile-nav-toggle i {
        color: #fff;
    }
    
    @media (max-width: 768px) {
        #mobile-nav-toggle {
            display: inline;
        }
    }
    /* Mobile Nav Styling */
    
    #mobile-nav {
        position: fixed;
        top: 0;
        padding-top: 18px;
        bottom: 0;
        z-index: 998;
        background: rgba(52, 59, 64, 0.9);
        left: -260px;
        width: 260px;
        overflow-y: auto;
        transition: 0.4s;
    }
    
    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    #mobile-nav ul li {
        position: relative;
    }
    
    #mobile-nav ul li a {
        color: #fff;
        font-size: 16px;
        overflow: hidden;
        padding: 10px 22px 10px 15px;
        position: relative;
        text-decoration: none;
        width: 100%;
        display: block;
        outline: none;
    }
    
    #mobile-nav ul li a:hover {
        color: #fff;
    }
    
    #mobile-nav ul li li {
        padding-left: 30px;
    }
    
    #mobile-nav ul .menu-has-children i {
        position: absolute;
        right: 0;
        z-index: 99;
        padding: 15px;
        cursor: pointer;
        color: #fff;
    }
    
    #mobile-nav ul .menu-has-children i.fa-chevron-up {
        color: #00bf54;
    }
    
    #mobile-nav ul .menu-item-active {
        color: #00bf54;
    }
    
    #mobile-body-overly {
        width: 100%;
        height: 100%;
        z-index: 997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(52, 59, 64, 0.9);
        display: none;
    }
    /* Mobile Nav body classes */
    
    body.mobile-nav-active {
        overflow: hidden;
    }
    
    body.mobile-nav-active #mobile-nav {
        left: 0;
    }
    
    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }
    /*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
    /* Sections Header
--------------------------------*/
    
    .section-header .section-title {
        font-size: 32px;
        color: #111;
        text-align: center;
        font-weight: 400;
    }
    
    .section-header .section-description {
        text-align: center;
        padding-bottom: 40px;
        color: #777;
        font-style: italic;
    }
    
    .section-header .section-divider {
        display: block;
        width: 60px;
        height: 3px;
        background: #00bf54;
        background: linear-gradient(0deg, #00bf54 0%, #00bf54 100%);
        margin: 0 auto;
        margin-bottom: 20px;
    }
    /* Section with background
--------------------------------*/
    
    .section-bg {
        background: #fff;
    }
    /* About Us Section
--------------------------------*/
    
    #about {
        overflow: hidden;
    }
    
    #about .about-img {
        height: 510px;
        overflow: hidden;
    }
    
    #about .about-img img {
        margin-left: -15px;
        max-width: 100%;
    }
    
    @media (max-width: 768px) {
        #about .about-img {
            height: auto;
        }
        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
    }
    
    #about .content .h2 {
        color: #333;
        font-weight: 300;
        font-size: 24px;
    }
    
    #about .content h3 {
        color: #777;
        font-weight: 300;
        font-size: 18px;
        line-height: 26px;
        font-style: italic;
    }
    
    #about .content p {
        line-height: 26px;
    }
    
    #about .content p:last-child {
        margin-bottom: 0;
    }
    
    #about .content i {
        font-size: 20px;
        padding-right: 4px;
        color: #00bf54;
    }
    
    #about .content ul {
        list-style: none;
        padding: 0;
    }
    
    #about .content ul li {
        padding-bottom: 10px;
    }
    /* Product Featuress Section
--------------------------------*/
    
    #features {
        background: #fff;
        padding: 60px 0 0 0;
        overflow: hidden;
    }
    
    #features .features-img {
        text-align: center;
        padding-top: 20px;
    }
    
    @media (min-width: 769px) {
        #features .features-img {
            padding-top: 120px;
            margin-top: -200px;
        }
    }
    
    #features .features-img img {
        max-width: 100%;
    }
    
    #features .box {
        margin-bottom: 15px;
        text-align: center;
    }
    
    #features .icon {
        margin-bottom: 10px;
    }
    
    #features .icon i {
        color: #666666;
        font-size: 40px;
        transition: 0.5s;
    }
    
    #features .icon i:before {
        background: #00bf54;
        background: linear-gradient(45deg, #00bf54 0%, #55fabe 100%);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    #features .title {
        font-weight: 300;
        margin-bottom: 15px;
        font-size: 22px;
    }
    
    #features .title a {
        color: #111;
    }
    
    #features .description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    
    #features .section-description {
        padding-bottom: 10px;
    }
    /* Product Advanced Featuress Section
--------------------------------*/
    
#advanced-features {
    overflow: hidden;
}

#advanced-features .features-row {
    padding: 60px 0 30px 0;
}

/* Две колонки равной высоты */
#advanced-features .row {
    display: flex;
    flex-wrap: wrap;
}

/* Колонки категорий */
#advanced-features .category-column {
    display: flex;
    flex-direction: column;
}

/* H2 - Основные категории */
#advanced-features h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #fc0;
    text-align: left;
}

/* H3 - Подкатегории */
#advanced-features h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
    color: #333;
    margin: 0 0 15px 0;
}

#advanced-features p {
    line-height: 24px;
    color: #777;
    margin-bottom: 20px;
}

/* Блоки с контентом - равная высота */
#advanced-features .labels {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    flex: 1 0 auto;
}

#advanced-features .box {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#advanced-features .box:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Стили для изображений-заголовков */
#advanced-features .label-title-img {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

#advanced-features .label-title-img a {
    font-size: 32px;
    font-weight: 700;
    color: #fc0;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#advanced-features .label-title-img p {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* Стили для текстовых блоков */
#advanced-features .label-title {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#advanced-features .label-title a {
    color: #fc0;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: color 0.3s ease;
}

#advanced-features .label-title a:hover {
    color: #ffdd33;
    text-decoration: underline;
}

/* Иконки */
#advanced-features i {
    color: #666666;
    font-size: 64px;
    transition: 0.5s;
    float: left;
    padding: 0 15px 0px 0;
    line-height: 1;
}

#advanced-features i:before {
    background: #fc0;
    background: linear-gradient(45deg, #fc0 0%, #ffdd33 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Изображения справа и слева */
#advanced-features .advanced-feature-img-right {
    max-width: 100%;
    float: right;
    padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: left;
    padding: 0 30px 30px 0;
}

/* Адаптивность для планшетов и ниже */
@media (max-width: 991px) {
    #advanced-features .row {
        flex-direction: column;
    }
    
    #advanced-features h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    
    #advanced-features .category-column:first-child h2 {
        margin-top: 0;
    }
    
    #advanced-features h3 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    #advanced-features .features-row {
        padding: 40px 0 20px 0;
    }
    
    #advanced-features h2 {
        font-size: 22px;
        margin: 30px 0 20px 0;
    }
    
    #advanced-features h3 {
        font-size: 16px;
    }
    
    #advanced-features .advanced-feature-img-right,
    #advanced-features .advanced-feature-img-left {
        max-width: 50%;
    }
    
    #advanced-features .label-title-img a {
        font-size: 28px;
    }
    
    #advanced-features .label-title-img p {
        font-size: 20px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 767px) {
    #advanced-features h2 {
        font-size: 20px;
        margin: 25px 0 15px 0;
    }
    
    #advanced-features h3 {
        font-size: 16px;
        margin: 15px 0 10px 0;
    }
    
    #advanced-features .box {
        padding: 15px;
    }
    
    #advanced-features .labels {
        margin-bottom: 15px;
    }
    
    #advanced-features .advanced-feature-img-right,
    #advanced-features .advanced-feature-img-left {
        max-width: 100%;
        float: none;
        padding: 0 0 20px 0;
    }
    
    #advanced-features .label-title-img a {
        font-size: 24px;
    }
    
    #advanced-features .label-title-img p {
        font-size: 18px;
    }
}




    /* Call To Action Section
--------------------------------*/
    
    #call-to-action {
        position:relative;
        overflow: hidden;
        background: url(../img/free_measurin.jpg);
        background-size: cover;
        background-position: center;
        width:100%;
        height: 200px;
        font-size: 36px;
    
    text-align: center;
    color: #000;
    padding: 27px 20px 20px 27px;
    font-family: "Ubuntu";
    font-weight: 500;
    
        
    }
    
    .freeMeasurin__label{
        position: relative;
    display: inline-block;
    text-align: center;
    font-size: 36px;
    color: #000;
    padding: 27px 20px 20px 27px;
    font-family: "Ubuntu";
    font-weight: 500;
    
    }
    .freeMeasurin__angle_left{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    border-top: 10px solid #fc0;
    border-left: 10px solid #fc0;
        
    }
    .freeMeasurin__angle_right{
        position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-bottom: 10px solid #fc0;
    border-right: 10px solid #fc0;
    }
    
    @media (max-width: 446px) {
        .freeMeasurin__fz{
            line-height: 1;
            font-size: 30px;
        }
        
    }
    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }
    
    #call-to-action .cta-text {
        color: #fff;
    }
   }
    @media (max-width: 992px) {
        
            .wrapper_CTA {
                 position: absolute; 
                content: ""; 
                top: 0; 
                 left: 0;
                 width: 100%; 
                 height: 100%;
                 background-color: rgba(225,225,225, 0.3);
                z-index: 1; 
                padding-top: 26px;
            }
    @media (min-width: 769px) {
        #call-to-action .cta-btn-container {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
    }
    #call-to-action .cta-btn {
        font-family: "Ubuntu", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 30px;
        border-radius: 25px;
        transition: background 0.5s;
        margin: 10px;
        border: 2px solid #fff;
        color: #fff;
    }
    
    #call-to-action .cta-btn:hover {
        background: #00bf54;
        border: 2px solid #00bf54;
    }
    }
    /* More Features Section
--------------------------------*/
    
    #more-features {
        padding: 60px 0 60px 0;
        overflow: hidden;
    }
    
    #more-features .box {
        padding: 40px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
        background: #fff;
        transition: 0.4s;
    }
    
    #more-features .icon {
        float: left;
    }
    
    #more-features .icon i {
        color: #666666;
        font-size: 80px;
        transition: 0.5s;
        line-height: 0;
    }
    
    #more-features .icon i:before {
        background: #00bf54;
        background: linear-gradient(45deg, #00bf54 0%, #55fabe 100%);
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    #more-features h4 {
        margin-left: 100px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }
    
    #more-features h4 a {
        color: #111;
    }
    
    #more-features p {
        font-size: 14px;
        margin-left: 100px;
        margin-bottom: 0;
        line-height: 24px;
    }
    
    @media (max-width: 767px) {
        #more-features .box {
            margin-bottom: 20px;
        }
        #more-features .icon {
            float: none;
            text-align: center;
            padding-bottom: 15px;
        }
        #more-features h4,
        #more-features p {
            margin-left: 0;
            text-align: center;
        }
    }
    /* Clients Section
--------------------------------*/
    
    #clients {
        padding: 30px 0;
        background: #fff;
        overflow: hidden;
    }
    
    #clients img {
        max-width: 100%;
        opacity: 0.5;
        transition: 0.3s;
        padding: 15px 0;
    }
    
    #clients img:hover {
        opacity: 1;
    }
    /* Pricing Section
--------------------------------*/
    
    #pricing {
        padding: 60px 0 30px 0;
        overflow: hidden;
    }
    
    #pricing .box {
        padding: 10px;
        margin-bottom: 30px;
        box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
        background: #fff;
    }
    
    #pricing .box h3 {
        padding-top: 140px;
        padding-left: 20px;
        text-align: left;
        color: #fff;
        font-size: 30px;
        margin-bottom: -8px;
        padding-bottom: 11px;
    }
    
    @media (max-width: 768px) {
        #pricing .box h3 {
            font-size: 20px;
        }
    }
    
    #pricing .box .box-desc {
        padding-left: 25px;
        text-align: left;
        color: #fff;
        font-size: 13px;
        font-family: Ubuntu;
        margin: 0;
        padding-bottom: 10px;
        padding-top: 0px;
    }
    
    #pricing .box p {
        padding-top: 10px;
        text-align: left;
        color: #000;
        font-size: 13px;
        font-family: Ubuntu;
        margin: 0;
    }
    
    #pricing h3 {
        font-weight: 400;
        margin-bottom: 15px;
        font-size: 28px;
    }
    
    #pricing h4 {
        font-size: 46px;
        color: #00bf54;
        font-weight: 300;
    }
    
    #pricing h4 sup {
        font-size: 20px;
        top: -20px;
    }
    
    #pricing h4 span {
        color: #bababa;
        font-size: 20px;
    }
    
    #pricing ul {
        padding: 0;
        list-style: none;
        color: #999;
        text-align: left;
        line-height: 20px;
    }
    
    #pricing ul li {
        padding-bottom: 12px;
    }
    
    #pricing ul i {
        color: #00bf54;
        font-size: 18px;
        padding-right: 4px;
    }
    
    #pricing .get-started-btn {
        background: #ffcc00;
        display: inline-block;
        padding: 6px 30px;
        color: #fff;
        transition: none;
        font-size: 14px;
        font-weight: 400;
        font-family: "Ubuntu", sans-serif;
        margin-top: 10px;
    }
    
    #pricing .description {
        padding-left: 80px;
        padding-right: 80px;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        padding: 0px;
        margin-bottom: 0px;
        line-height: 18px;
        font-family: Ubuntu;
    }
    
    #pricing .description p {
        text-indent: 20px;
        margin-bottom: 15px;
        text-align: justify
    }
    
    #pricing .description h2 {
        font-size: 20px
    }
    
    #pricing .description ul {
        list-style-type: disc;
        list-style-position: inside;
        color: #000;
        line-height: 5px;
        padding-left: 20px;
    }
    
    #pricing .description ol {
        list-style-type: decimal;
        list-style-position: inside;
        padding-left: 20px;
    }
    
    @media (max-width: 1024px) {
        #pricing .description {
            font-size: 14px;
            margin-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px;
            color: #000;
            text-align: justify
        }
    }
    
    #pricing .featured {
        border: 2px solid #00bf54;
    }
    
    #pricing .featured .get-started-btn {
        background: linear-gradient(45deg, #ffcc00, #ffcc00);
    }
    /* Frequently Asked Questions Section
--------------------------------*/
    
    #faq {
        padding: 60px 0;
        overflow: hidden;
    }
    
    #faq #faq-list {
        padding: 0;
        list-style: none;
    }
    
    #faq #faq-list li {
        border-bottom: 1px solid #ddd;
    }
    
    #faq #faq-list a {
        padding: 18px 0;
        display: block;
        position: relative;
        font-family: "Ubuntu", sans-serif;
        font-size: 22px;
        line-height: 1;
        font-weight: 300;
        padding-right: 20px;
    }
    
    #faq #faq-list i {
        font-size: 24px;
        position: absolute;
        right: 0;
        top: 16px;
    }
    
    #faq #faq-list p {
        margin-bottom: 20px;
    }
    
    @media (max-width: 768px) {
        #faq #faq-list a {
            font-size: 18px;
        }
        #faq #faq-list i {
            top: 13px;
        }
    }
    
    #faq #faq-list a.collapse {
        color: #00bf54;
    }
    
    #faq #faq-list a.collapsed {
        color: #000;
    }
    
    #faq #faq-list a.collapsed i::before {
        content: "\f2c7" !important;
    }
    /* Our Team Section
--------------------------------*/
    
    #team {
        padding: 60px 0;
        overflow: hidden;
    }
    
    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }
    
    #team .member .pic {
        margin-bottom: 15px;
        overflow: hidden;
        height: 260px;
    }
    
    #team .member .pic img {
        max-width: 100%;
    }
    
    #team .member h4 {
        font-weight: 700;
        margin-bottom: 2px;
        font-size: 18px;
    }
    
    #team .member span {
        font-style: italic;
        display: block;
        font-size: 13px;
    }
    
    #team .member .social {
        margin-top: 15px;
    }
    
    #team .member .social a {
        color: #b3b3b3;
    }
    
    #team .member .social a:hover {
        color: #00bf54;
    }
    
    #team .member .social i {
        font-size: 18px;
        margin: 0 2px;
    }
    /* Gallery Section
--------------------------------*/
    
    #gallery {
        background: #fff;
        padding: 0 0 0 0;
        overflow: hidden;
    }
    
    #gallery .container-fluid {
        padding: 0px;
    }
    
    #gallery .gallery-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }
    
    #gallery .gallery-item {
        overflow: hidden;
        position: relative;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }
    
    #gallery .gallery-item img {
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        width: 100%;
    }
    
    #gallery .gallery-item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    #gallery .gallery-item:hover .gallery-overlay {
        opacity: 1;
        background: rgba(0, 0, 0, 0.7);
    }
    /* Contact Section
--------------------------------*/
    
    #contact {
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
        padding: 60px 0;
        overflow: hidden;
    }
    
    #contact .contact-about h3 {
        font-size: 30px;
        margin: 0 0 10px 0;
        padding: 0;
        line-height: 1;
        font-family: "Ubuntu", sans-serif;
        font-weight: 600;
        color: #00bf54;
    }
    
    #contact .contact-about p {
        font-size: 14px;
        line-height: 24px;
        font-family: "Ubuntu", sans-serif;
        color: #888;
    }
    
    #contact .social-links {
        padding-bottom: 20px;
    }
    
    #contact .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #fff;
        color: #00bf54;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        border: 1px solid #00bf54;
    }
    
    #contact .social-links a:hover {
        background: #00bf54;
        color: #fff;
    }
    
    #contact .info {
        color: #333333;
    }
    
    #contact .info i {
        font-size: 32px;
        color: #00bf54;
        float: left;
        line-height: 1;
    }
    
    #contact .info p {
        padding: 0 0 0px 42px;
        line-height: 28px;
        font-size: 14px;
    }
    
    #contact .form #sendmessage {
        color: #00bf54;
        border: 1px solid #00bf54;
        display: none;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    #contact .form #errormessage {
        color: red;
        display: none;
        border: 1px solid red;
        text-align: center;
        padding: 15px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    #contact .form #sendmessage.show,
    #contact .form #errormessage.show,
    #contact .form .show {
        display: block;
    }
    
    #contact .form .validation {
        color: red;
        display: none;
        margin: 0 0 20px;
        font-weight: 400;
        font-size: 13px;
    }
    
    #contact .form input,
    #contact .form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }
    
    #contact .form button[type="submit"] {
        background: linear-gradient(45deg, #350d0de6, #350d0de6);
        border: 0;
        border-radius: 20px;
        padding: 8px 30px;
        color: #fff;
    }
    
    #contact .form button[type="submit"]:hover {
        cursor: pointer;
    }
    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    
    #footer {
        background: #222222;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
        padding: 35px 0px 25px;
        color: #333;
        font-size: 14px;
    }
    
    #footer .credits {
        font-size: 13px;
        color: #888;
    }
    
    #footer .footer-links a {
        color: #666;
        padding-left: 15px;
    }
    
    #footer .footer-links a:first-child {
        padding-left: 0;
    }
    
    #footer .footer-links a:hover {
        color: #00bf54;
    }
    
    .label-title-img {
        font-family: Ubuntu;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        font-weight: bold;
        padding-top: 11%;
        font-size: 28px;
    }
    
    .label-title-img a {
        color: #fff;
    }
    
    #advanced-features .label-title-img p {
        color: #fff;
        font-size: 12px;
        font-weight: normal;
    }
    
    .label-title {
        color: #000;
        font-weight: bold;
        font-size: 14px;
        padding: 15px 40px 0 40px;
        font-family: Ubuntu;
    }
    
    .label-title a {
        color: #000;
        font-size: 28px;
        text-transform: uppercase;
    }
    
    #advanced-features .label-title p {
        color: #000;
        font-size: 12px;
        font-weight: normal;
        padding: 0px;
        margin-bottom: 0px;
        line-height: 14px;
    }
    
    .labels {
        transition: transform 0.3s ease;
        /*padding: 10px;
    height: 170px*/
    }
    .labels:hover {
          transform: scale(1.1);
    }
    
    @media (max-width: 1000px) {
        .labels {
            margin: 5px;
            height: 170px;
            overflow: hidden;
        }
    }
    
    .copyright,
    .legacy {
        font-size: 12px;
        font-family: Ubuntu;
        font-weight: normal;
        color: #FFF;
    }
    
    .phones {
        font-size: 20px;
        font-family: Ubuntu;
        font-weight: normal;
        color: #FFF;
        float: right
    }
    
    @media (max-width: 1000px) {
        .phones {
            float: none;
            text-align: center;
        }
    }
    
    .intro-phone2 {
        background-color: #fc0;
        width: 300px;
        height: 42px;
        padding-top: 16px;
        position: absolute;
        top: 28%;
        left: calc(100% - 330px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .intro-phone2 p span,
    .intro-phone2 p a,
    .intro-phone2 p span a {
        color: #000;
    }
    
    .intro-phone2 img {
        margin-top: -3px;
    }
    
    .callmenow {
        display: none;
    }
    
    @media (max-width: 1024px) {
        .intro-phone2 {
            display: none
        }
        .callmenow {
            position: absolute;
            top: 28%;
            left: calc(100% - 306px);
            display: flex;
            align-items: center;
            justify-content: center;
            display: flex;
            float: right;
            font-size: 15px;
            color: #fff;
            font-weight: normal;
            width: 205px;
            height: 35px;
            margin-top: 6px;
            padding-left: 50px;
        }
        .callmenow a {
            display: inline-block;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 0px;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: .25rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            color: #000;
            background-color: #ffcc00;
        }
        .callmenow a:hover {
            display: inline-block;
            font-weight: 400;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            border: 0px;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            border-radius: .25rem;
            transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
            color: #000;
            background-color: #fff;
        }
    }

#logo {
    margin-top: -25px;
}
#main h1 {
  text-align: center;
  font-size: 1rem;
  margin: 2rem 10px;
}
#main p {
  text-align: center;
  margin: 2rem 10px;
}
/* Ссылка на чат */
/* Описание */
#logo span .minitext {
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    width: 200px;
    border-left: #fff 1px solid;
    height: 35px;
    margin-top: 6px;
}

#logo span .minitext p {
    padding-left: 10px;
    margin-top: 2px;
}

/* Ссылка на чат - minitext2 */
#logo span .minitext2 {
    float: right;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    width: auto;
    max-width: 150px;
    height: auto;
    margin-top: 8px;
    margin-right: 10px;
    padding: 0;
}

#logo span .minitext2 a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s ease;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.2;
}

#logo span .minitext2 a:hover {
    color: #fc0;
    text-decoration: underline;
}

/* Телефоны - minitext3 */
#logo span .minitext3 {
    float: right;
    color: #fff;
    font-weight: normal;
    width: auto;
    max-width: 170px;
    height: auto;
    margin-top: 4px;
    margin-right: 10px;
    padding: 0;
    line-height: 1;
}

/* Список телефонов - компактный */
#logo span .phone-list {
    list-style: none;
    padding-left: 8px;
    margin: 0;
    line-height: 1;
}

#logo span .phone-item {
    margin: 0;
    padding: 0;
    line-height: 1.3;
}

#logo span .phone-item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: inline-block;
    white-space: nowrap;
    transition: color 0.3s ease;
    line-height: 1.3;
    padding: 1px 0;
}

#logo span .phone-item a:hover {
    color: #fc0;
    text-decoration: underline;
}

/* Адаптивность для планшетов */
@media (max-width: 991px) {
    #logo span .minitext2,
    #logo span .minitext3 {
        float: none;
        max-width: 100%;
        margin-right: 0;
        margin-top: 5px;
    }
    
    #logo span .minitext {
        float: none;
        width: 100%;
        border-left: none;
        height: auto;
        margin-top: 5px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    #logo span .minitext2 a {
        font-size: 12px;
    }
    
    #logo span .phone-item a {
        font-size: 13px;
    }
    
    #logo span .minitext {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    #logo span .minitext2 a {
        font-size: 11px;
    }
    
    #logo span .phone-item a {
        font-size: 12px;
    }
    
    #logo span .minitext {
        font-size: 10px;
    }
}
/* Страница 404 */
#error-404 {
    padding: 80px 0;
    min-height: 600px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

#error-404 .error-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#error-404 .error-code h1 {
    font-size: 150px;
    font-weight: 900;
    color: #fc0;
    margin: 0;
    line-height: 1;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

#error-404 .error-message {
    margin: 30px 0;
}

#error-404 .error-message h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

#error-404 .error-message p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
}

#error-404 .error-links {
    margin: 40px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

#error-404 .btn-home,
#error-404 .btn-contact {
    display: inline-block;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#error-404 .btn-home {
    background: #fc0;
    color: #333;
    border: 2px solid #fc0;
}

#error-404 .btn-home:hover {
    background: #ffdd33;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 204, 0, 0.4);
}

#error-404 .btn-contact {
    background: #fff;
    color: #333;
    border: 2px solid #333;
}

#error-404 .btn-contact:hover {
    background: #333;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#error-404 .error-search {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

#error-404 .error-search h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

#error-404 .popular-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

#error-404 .popular-links li {
    display: inline-block;
}

#error-404 .popular-links a {
    display: inline-block;
    padding: 10px 20px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    transition: all 0.3s ease;
}

#error-404 .popular-links a:hover {
    background: #fc0;
    color: #333;
    transform: translateY(-2px);
}

/* Адаптивность */
@media (max-width: 768px) {
    #error-404 {
        padding: 40px 0;
    }
    
    #error-404 .error-content {
        padding: 40px 20px;
    }
    
    #error-404 .error-code h1 {
        font-size: 100px;
    }
    
    #error-404 .error-message h2 {
        font-size: 24px;
    }
    
    #error-404 .error-message p {
        font-size: 16px;
    }
    
    #error-404 .error-links {
        flex-direction: column;
        gap: 15px;
    }
    
    #error-404 .btn-home,
    #error-404 .btn-contact {
        width: 100%;
        max-width: 300px;
    }
    
    #error-404 .popular-links {
        flex-direction: column;
        align-items: center;
    }
    
    #error-404 .popular-links a {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}
/* Секция преимуществ */
#why-choose-us {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#why-choose-us h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

#why-choose-us h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc0;
    border-radius: 2px;
}

/* Сетка карточек - 3 колонки на десктопе */
.advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Карточка преимущества */
.advantage-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.advantage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.advantage-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #fc0 0%, #ffdd33 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.advantage-card:hover:before {
    transform: scaleX(1);
}

/* Иконка */
.advantage-icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #fc0 0%, #ffdd33 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
}

.advantage-card:hover .advantage-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.5);
}

.advantage-icon i {
    font-size: 38px;
    color: #333;
}

/* Эмодзи иконки */
.icon-factory:before { content: '🏭'; font-style: normal; }
.icon-shield:before { content: '🛡️'; font-style: normal; }
.icon-tools:before { content: '🔧'; font-style: normal; }
.icon-calculator:before { content: '💰'; font-style: normal; }
.icon-star:before { content: '⭐'; font-style: normal; }
.icon-delivery:before { content: '🚚'; font-style: normal; }

/* Контент карточки */
.advantage-content h3 {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.advantage-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Адаптивность для средних экранов */
@media (max-width: 1024px) {
    .advantages-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Адаптивность для планшетов */
@media (max-width: 768px) {
    #why-choose-us {
        padding: 60px 0;
    }
    
    #why-choose-us h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }
    
    .advantages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    
    .advantage-card {
        padding: 25px 20px;
    }
    
    .advantage-icon {
        width: 65px;
        height: 65px;
    }
    
    .advantage-icon i {
        font-size: 32px;
    }
    
    .advantage-content h3 {
        font-size: 18px;
    }
    
    .advantage-content p {
        font-size: 14px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 480px) {
    #why-choose-us {
        padding: 40px 0;
    }
    
    #why-choose-us h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .advantage-card {
        padding: 20px 15px;
    }
    
    .advantage-icon {
        width: 60px;
        height: 60px;
    }
    
    .advantage-icon i {
        font-size: 28px;
    }
    
    .advantage-content h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    .advantage-content p {
        font-size: 13px;
    }
}
/* FAQ Секция */
#faq-section {
    padding: 80px 0;
    background: #fff;
}

#faq-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

#faq-section h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc0;
    border-radius: 2px;
}

/* Список FAQ */
.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

/* Элемент FAQ */
.faq-item {
    background: #fff;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #fc0;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.2);
}

.faq-item.active {
    border-color: #fc0;
}

/* Вопрос */
.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-item.active .faq-question {
    background: #fff9e6;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    padding-right: 20px;
    line-height: 1.4;
}

/* Кнопка раскрытия */
.faq-toggle {
    font-size: 28px;
    font-weight: 300;
    color: #fc0;
    min-width: 30px;
    text-align: center;
    transition: transform 0.3s ease;
    line-height: 1;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

/* Ответ */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f8f9fa;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 20px 25px;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Адаптивность для планшетов */
@media (max-width: 768px) {
    #faq-section {
        padding: 60px 0;
    }
    
    #faq-section h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }
    
    .faq-list {
        padding: 0 15px;
    }
    
    .faq-question {
        padding: 18px 20px;
    }
    
    .faq-question h3 {
        font-size: 16px;
        padding-right: 15px;
    }
    
    .faq-toggle {
        font-size: 24px;
        min-width: 25px;
    }
    
    .faq-item.active .faq-answer {
        padding: 18px 20px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 480px) {
    #faq-section {
        padding: 40px 0;
    }
    
    #faq-section h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .faq-question {
        padding: 15px 18px;
    }
    
    .faq-question h3 {
        font-size: 15px;
    }
    
    .faq-toggle {
        font-size: 22px;
    }
    
    .faq-item.active .faq-answer {
        padding: 15px 18px;
    }
    
    .faq-answer p {
        font-size: 14px;
    }
}
/* CTA Секция */
#cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #fc0 0%, #ffdd33 100%);
    position: relative;
    overflow: hidden;
}

#cta-section:before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

#cta-section:after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.cta-wrapper {
    position: relative;
    z-index: 1;
}

.cta-content {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.cta-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.3;
}

.cta-description {
    font-size: 17px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 35px;
}

/* Контакты */
.cta-contacts {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon {
    font-size: 40px;
    line-height: 1;
}

.contact-info {
    text-align: left;
}

.contact-info p {
    font-size: 16px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.phone-link {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.phone-link:hover {
    color: #fc0;
}

.phone-link:last-child {
    margin-bottom: 0;
}

/* Преимущества */
.cta-benefits {
    background: #f8f9fa;
    padding: 25px 30px;
    border-radius: 12px;
    margin-bottom: 35px;
}

.cta-benefits h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefits-list li {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    text-align: left;
}

/* Кнопки */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: #fc0;
    color: #333;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.4);
}

.btn-primary:hover {
    background: #ffdd33;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.6);
}

.btn-secondary {
    background: #7360f2;
    color: #fff;
    box-shadow: 0 4px 15px rgba(115, 96, 242, 0.4);
}

.btn-secondary:hover {
    background: #8e7ff5;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(115, 96, 242, 0.6);
}

/* Финальный текст */
.cta-final {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 0;
}

/* Адаптивность для планшетов */
@media (max-width: 768px) {
    #cta-section {
        padding: 60px 0;
    }
    
    .cta-content {
        padding: 40px 30px;
    }
    
    .cta-content h2 {
        font-size: 28px;
    }
    
    .cta-description {
        font-size: 16px;
    }
    
    .cta-contacts {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }
    
    .contact-item {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-info {
        text-align: center;
    }
    
    .phone-link {
        font-size: 18px;
    }
    
    .cta-benefits {
        padding: 20px 25px;
    }
    
    .benefits-list li {
        font-size: 16px;
        text-align: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn {
        width: 100%;
        max-width: 350px;
        padding: 16px 30px;
        font-size: 17px;
    }
    
    .cta-final {
        font-size: 16px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 480px) {
    #cta-section {
        padding: 40px 0;
    }
    
    .cta-content {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .cta-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .cta-description {
        font-size: 15px;
        margin-bottom: 25px;
    }
    
    .contact-icon {
        font-size: 35px;
    }
    
    .phone-link {
        font-size: 17px;
    }
    
    .contact-info p {
        font-size: 15px;
    }
    
    .cta-benefits {
        padding: 18px 20px;
        margin-bottom: 25px;
    }
    
    .cta-benefits h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .benefits-list li {
        font-size: 15px;
    }
    
    .btn {
        padding: 14px 25px;
        font-size: 16px;
    }
    
    .cta-final {
        font-size: 15px;
    }
}
/* ============================================
   INTRO СЕКЦИЯ ДЛЯ ГЛАВНОЙ СТРАНИЦЫ
   ============================================ */

#intro-section {
    padding: 60px 0 50px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

#intro-section:before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: rgba(255, 204, 0, 0.05);
    border-radius: 50%;
    z-index: 0;
}

#intro-section .container {
    position: relative;
    z-index: 1;
}

#intro-section .intro-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* H1 для главной страницы */
#intro-section h1 {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin: 0 0 25px 0;
    padding: 0 15px 25px 15px;
    position: relative;
}

#intro-section h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(90deg, #fc0 0%, #ffdd33 100%);
    border-radius: 3px;
}

/* Текст вступления */
#intro-section .intro-text {
    margin-bottom: 35px;
}

#intro-section .intro-text p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    padding: 0 15px;
}

#intro-section .intro-text strong {
    color: #333;
    font-weight: 700;
}

/* Кнопки */
#intro-section .intro-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-intro {
    display: inline-block;
    padding: 16px 35px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-call {
    background: #fc0;
    color: #333;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
}

.btn-call:hover {
    background: #ffdd33;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.5);
}

.btn-more {
    background: #fff;
    color: #333;
    border: 2px solid #333;
}

.btn-more:hover {
    background: #333;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
    #intro-section {
        padding: 50px 0 40px 0;
    }
    
    #intro-section h1 {
        font-size: 36px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    #intro-section h1:after {
        width: 80px;
        height: 4px;
    }
    
    #intro-section .intro-text p {
        font-size: 17px;
    }
    
    .btn-intro {
        padding: 14px 30px;
        font-size: 16px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    #intro-section {
        padding: 40px 15px 30px 15px;
    }
    
    #intro-section h1 {
        font-size: 28px;
        margin-bottom: 15px;
        padding-bottom: 18px;
    }
    
    #intro-section h1:after {
        width: 60px;
        height: 3px;
    }
    
    #intro-section .intro-text p {
        font-size: 16px;
        line-height: 1.7;
    }
    
    #intro-section .intro-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn-intro {
        width: 100%;
        max-width: 300px;
        padding: 14px 25px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #intro-section {
        padding: 30px 10px 25px 10px;
    }
    
    #intro-section h1 {
        font-size: 24px;
    }
    
    #intro-section .intro-text p {
        font-size: 15px;
    }
    
    .btn-intro {
        font-size: 15px;
        padding: 12px 20px;
    }
}
/* ========================================
   ДОПОЛНИТЕЛЬНЫЕ СТИЛИ ДЛЯ СТРАНИЦЫ МЕТАЛЛОПРОФИЛЬ
   ======================================== */

/* Секция преимуществ металла - наследует от #why-choose-us */
#advantages-metal {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#advantages-metal h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

#advantages-metal h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc0;
    border-radius: 2px;
}

/* Иконки для металлопрофиля */
.icon-price:before { content: '💰'; font-style: normal; }
.icon-speed:before { content: '⚡'; font-style: normal; }
.icon-durability:before { content: '🛡️'; font-style: normal; }
.icon-privacy:before { content: '🔒'; font-style: normal; }
.icon-colors:before { content: '🎨'; font-style: normal; }
.icon-repair:before { content: '🔧'; font-style: normal; }

/* Секция типов профнастила */
#types-section {
    padding: 70px 0;
    background: #fff;
}

#types-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 20px;
}

#types-section h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc0;
    border-radius: 2px;
}

.types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto 35px;
}

.type-card {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #e9ecef;
}

.type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: #fc0;
}

.type-card h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fc0;
    margin-bottom: 20px;
}

.type-specs p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 8px 0;
    text-align: left;
}

.type-price {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
}

.types-note {
    text-align: center;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Секция этапов установки */
#steps-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

#steps-section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 20px;
}

#steps-section h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc0;
    border-radius: 2px;
}

.steps-list {
    max-width: 850px;
    margin: 0 auto;
}

.step-item {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    align-items: flex-start;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.step-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.step-number {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #fc0 0%, #ffdd33 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    color: #333;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(255, 204, 0, 0.3);
}

.step-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.step-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
    #advantages-metal h2,
    #types-section h2,
    #steps-section h2 {
        font-size: 30px;
    }
    
    .types-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    #advantages-metal,
    #types-section,
    #steps-section {
        padding: 50px 0;
    }
    
    #advantages-metal h2,
    #types-section h2,
    #steps-section h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    
    .steps-list {
        padding: 0 15px;
    }
    
    .step-item {
        padding: 20px;
        gap: 20px;
    }
    
    .step-number {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
    
    .step-content h3 {
        font-size: 18px;
    }
    
    .step-content p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    #advantages-metal h2,
    #types-section h2,
    #steps-section h2 {
        font-size: 22px;
    }
    
    .type-card h3 {
        font-size: 28px;
    }
    
    .step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .step-content h3 {
        font-size: 17px;
    }
    
    .step-content p {
        font-size: 14px;
    }
}
/* Иконки для бетонных заборов */
.icon-time:before { content: '⏳'; font-style: normal; }
.icon-sound:before { content: '🔇'; font-style: normal; }
.icon-strong:before { content: '💪'; font-style: normal; }
.icon-design:before { content: '🎨'; font-style: normal; }
.icon-fire:before { content: '🔥'; font-style: normal; }
.icon-eco:before { content: '🌱'; font-style: normal; }
/* Иконки для ЖБИ колец */
.icon-water:before { content: '💧'; font-style: normal; }
.icon-universal:before { content: '⚙️'; font-style: normal; }
/* Иконки для крышек колодцев */
.icon-security:before { 
    content: '🔒'; 
    font-style: normal; 
}

.icon-water:before { 
    content: '💧'; 
    font-style: normal; 
}

.icon-universal:before { 
    content: '⚙️'; 
    font-style: normal; 
}
/* ============================================
   СТРАНИЦА КОНТАКТОВ
   ============================================ */

#contacts-info {
    padding: 60px 0;
    background: #f8f9fa;
}

.contacts-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.contacts-block {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contacts-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.contacts-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.contacts-block h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 25px 0;
}

.contacts-items {
    margin-bottom: 20px;
}

.contact-phone {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.contact-phone:hover {
    color: #fc0;
}

.contact-messenger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    margin: 5px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-messenger.viber {
    background: #7360f2;
    color: #fff;
}

.contact-messenger.telegram {
    background: #0088cc;
    color: #fff;
}

.contact-messenger.whatsapp {
    background: #25d366;
    color: #fff;
}

.contact-messenger:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.messenger-icon {
    font-size: 24px;
}

.contact-address {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.contact-schedule {
    font-size: 17px;
    color: #555;
    margin: 8px 0;
}

.contacts-note {
    font-size: 14px;
    color: #999;
    margin: 0;
}

/* КАРТА */
#contacts-map {
    padding: 60px 0;
    background: #fff;
}

.map-wrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
    display: block;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 768px) {
    #contacts-info {
        padding: 40px 15px;
    }
    
    .contacts-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .contacts-block {
        padding: 30px 20px;
    }
    
    .contacts-icon {
        font-size: 50px;
    }
    
    .contacts-block h2 {
        font-size: 22px;
    }
    
    .contact-phone {
        font-size: 18px;
    }
    
    .contact-messenger {
        display: flex;
        width: 100%;
        max-width: 280px;
        margin: 8px auto;
        justify-content: center;
    }
    
    #contacts-map {
        padding: 40px 15px;
    }
    
    .map-wrapper iframe {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .contact-phone {
        font-size: 16px;
    }
    
    .contact-address {
        font-size: 16px;
    }
}
/* ============================================
   ХЛЕБНЫЕ КРОШКИ (BREADCRUMBS)
   ============================================ */

/* ============================================
   ХЛЕБНЫЕ КРОШКИ (BREADCRUMBS)
   ============================================ */

.breadcrumbs-wrapper {
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    margin-bottom: 30px;
}

.breadcrumbs {
    font-size: 14px;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.breadcrumb-item2 {
    display: flex;
    align-items: center;
    color: #666;
}

.breadcrumb-item2 a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;
}

.breadcrumb-item2 a:hover {
    color: #333;
    background: rgba(252, 204, 0, 0.1);
}

.breadcrumb-icon {
    font-size: 16px;
    line-height: 1;
}

.breadcrumb-item2:not(:last-child)::after {
    content: '›';
    margin-left: 8px;
    color: #999;
    font-size: 18px;
    font-weight: 300;
}

.breadcrumb-item2.active {
    color: #333;
    font-weight: 600;
}

.breadcrumb-item2.active span {
    padding: 5px 10px;
}

/* Альтернативный стиль со стрелками */
.breadcrumbs-list.style-arrows .breadcrumb-item2 a {
    background: #fff;
    padding: 8px 15px 8px 25px;
    position: relative;
    margin-right: 10px;
    border: 1px solid #e0e0e0;
}

.breadcrumbs-list.style-arrows .breadcrumb-item2 a::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 2;
}

.breadcrumbs-list.style-arrows .breadcrumb-item2 a::before {
    content: '';
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 11px solid #e0e0e0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 1;
}

/* Скрываем хлебные крошки на главной */
body.page-home .breadcrumbs-wrapper {
    display: none !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .breadcrumbs-wrapper {
        padding: 12px 0;
        margin-bottom: 20px;
    }
    
    .breadcrumbs {
        font-size: 13px;
    }
    
    .breadcrumb-icon {
        font-size: 14px;
    }
    
    .breadcrumb-item2 a,
    .breadcrumb-item2.active span {
        padding: 3px 8px;
    }
}

@media (max-width: 480px) {
    .breadcrumbs {
        font-size: 12px;
    }
    
    .breadcrumbs-list {
        gap: 5px;
    }
    
    .breadcrumb-item2:not(:last-child)::after {
        margin-left: 5px;
        font-size: 16px;
    }
}
/* Футер - блок с адресом */
/* ============================================
   ФУТЕР - АДРЕСНЫЙ БЛОК (КОМПАКТНЫЙ)
   ============================================ */

.footer-address-row {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}

.footer-address-card {
    background: rgba(255, 255, 255, 0.08);
    padding: 25px 30px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.address-icon {
    font-size: 32px;
    line-height: 1;
    flex-shrink: 0;
}

.address-content {
    flex: 1;
    min-width: 250px;
    line-height: 1.8;
    color: #fff;
    font-size: 15px;
}

.address-content strong {
    display: block;
    color: #fc0;
    margin-bottom: 8px;
    font-size: 16px;
}

.working-hours-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    background: rgba(252, 204, 0, 0.15);
    border: 1px solid rgba(252, 204, 0, 0.3);
    border-radius: 50px;
    white-space: nowrap;
    color: #fff;
    font-weight: 500;
}

.hours-icon {
    font-size: 20px;
    flex-shrink: 0;
}

/* Адаптивность */
@media (max-width: 992px) {
    .footer-address-card {
        gap: 15px;
    }
    
    .address-content {
        min-width: 200px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .footer-address-row {
        padding: 25px 0;
    }
    
    .footer-address-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        gap: 15px;
    }
    
    .address-icon {
        font-size: 28px;
    }
    
    .address-content {
        min-width: auto;
        width: 100%;
    }
    
    .working-hours-inline {
        width: 100%;
        justify-content: center;
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    .footer-address-card {
        padding: 15px;
    }
    
    .address-content {
        font-size: 13px;
        line-height: 1.6;
    }
    
    .address-content strong {
        font-size: 15px;
    }
    
    .working-hours-inline {
        font-size: 13px;
        padding: 8px 16px;
    }
    
    .hours-icon {
        font-size: 18px;
    }
}


.footer-address-block p, .footer-contacts-block p {
    margin: 8px 0;
    line-height: 1.8;
    color: white;
}
/* ============================================
   ВЫПАДАЮЩЕЕ МЕНЮ
   ============================================ */
/* ============================================
   ВЫПАДАЮЩЕЕ МЕНЮ
   ============================================ */

/* Родительский элемент с подменю */
.menu-has-children {
    position: relative;
}

.menu-has-children > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
    margin-left: 5px;
}

/* Десктопная версия */
@media (min-width: 992px) {
    .menu-has-children:hover .dropdown-arrow {
        transform: rotate(180deg);
    }
    
    /* Подменю */
    .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        min-width: 250px;
        padding: 10px 0;
        margin-top: 10px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 1000;
        list-style: none;
    }
    
    .menu-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    /* Треугольник-стрелка вверх */
    .sub-menu::before {
        content: '';
        position: absolute;
        top: -6px;
        left: 30px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }
    
    /* Элементы подменю */
    .sub-menu li {
        margin: 0;
    }
    
    .sub-menu li a {
        display: block;
        padding: 12px 25px;
        color: #333;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
        border-left: 3px solid transparent;
    }
    
    .sub-menu li a:hover {
        background: #f8f9fa;
        color: #333;
        border-left-color: #fc0;
        padding-left: 30px;
    }
    
    .sub-menu li a.active {
        background: #fffbf0;
        color: #333;
        border-left-color: #fc0;
        font-weight: 600;
    }
}

/* Мобильная версия */
@media (max-width: 991px) {
    .menu-has-children > a {
        justify-content: space-between;
        width: 100%;
        position: relative;
    }
    
    .dropdown-arrow {
        margin-left: auto;
        font-size: 12px;
    }
    
    .sub-menu {
        position: static;
        background: rgba(0, 0, 0, 0.2);
        margin: 0;
        border-radius: 0;
        border-left: 3px solid #fc0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
        padding: 0;
        list-style: none;
        width: 100%;
    }
    
    .sub-menu::before {
        display: none;
    }
    
    /* Открытое состояние */
    .menu-has-children.active .sub-menu {
        max-height: 600px;
        padding: 5px 0;
    }
    
    .menu-has-children.active .dropdown-arrow {
        transform: rotate(180deg);
    }
    
    .sub-menu li {
        margin: 0;
    }
    
    .sub-menu li a {
        display: block;
        padding: 12px 20px 12px 30px;
        color: rgba(255, 255, 255, 0.9);
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
        border-left: 0;
    }
    
    .sub-menu li a:hover,
    .sub-menu li a.active {
        background: rgba(252, 204, 0, 0.2);
        color: #fff;
        padding-left: 35px;
    }
}
/* ============================================
   ГАЛЕРЕЯ
   ============================================ */

/* ============================================
   ГАЛЕРЕЯ (БЕЗ ЗАТЕМНЕНИЯ)
   ============================================ */

#gallery {
    padding: 60px 0;
    background: #f8f9fa;
}

.gallery-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
}

.gallery-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc0;
    border-radius: 2px;
}

.gallery-grid {
    margin: 0 -10px;
}

.gallery-col {
    padding: 10px;
    margin-bottom: 20px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-image {
    width: 100%;
    height: 280px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Кнопка "Показать еще" */
.btn-show-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 40px;
    background: #fc0;
    color: #333;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(252, 204, 0, 0.3);
}

.btn-show-more:hover {
    background: #333;
    color: #fc0;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(252, 204, 0, 0.4);
}

.show-more-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.btn-show-more.active .show-more-icon {
    transform: rotate(180deg);
}

/* Адаптивность */
@media (max-width: 992px) {
    #gallery {
        padding: 50px 0;
    }
    
    .gallery-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .gallery-image {
        height: 250px;
    }
}

@media (max-width: 768px) {
    #gallery {
        padding: 40px 0;
    }
    
    .gallery-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .gallery-col {
        margin-bottom: 15px;
    }
    
    .gallery-image {
        height: 220px;
    }
}

@media (max-width: 576px) {
    .gallery-title {
        font-size: 24px;
    }
    
    .gallery-col {
        padding: 5px;
        margin-bottom: 10px;
    }
    
    .gallery-image {
        height: 200px;
    }
    
    .btn-show-more {
        padding: 12px 30px;
        font-size: 14px;
    }
}
.intro-slider-simple {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.intro-slider-simple .slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.intro-slider-simple .slide.active {
    opacity: 1;
}

.intro-slider-simple .slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots .dot.active {
    background: #fc0;
    width: 30px;
    border-radius: 6px;
}
/* ============================================
   СЕКЦИЯ ВИДОВ КРЫШЕК (2 КАРТОЧКИ) - УНИКАЛЬНЫЕ СТИЛИ
   ============================================ */

#types-section2 {
    padding: 60px 0;
    background: #fff;
}

.types-title2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #333;
    position: relative;
    padding-bottom: 20px;
}

.types-title2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc0;
    border-radius: 2px;
}

.types-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.type-card2 {
    background: #f8f9fa;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.type-card2:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: #fc0;
    background: #fff;
}

.type-card2 h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #fc0;
}

.type-specs2 {
    text-align: left;
}

.type-specs2 p {
    font-size: 16px;
    color: #555;
    margin: 15px 0;
    padding: 10px 15px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.type-card2:hover .type-specs2 p {
    background: #f8f9fa;
}

.type-specs2 p strong {
    color: #333;
    font-weight: 600;
}

.type-price2 {
    background: linear-gradient(135deg, #fc0 0%, #ffdd33 100%) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-top: 20px !important;
    padding: 15px !important;
    border-radius: 10px !important;
}

.type-price2 strong {
    color: #333 !important;
}

.types-note2 {
    text-align: center;
    font-size: 16px;
    color: #666;
    font-style: italic;
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #fc0;
}

/* Адаптивность */
@media (max-width: 768px) {
    #types-section2 {
        padding: 40px 0;
    }
    
    .types-title2 {
        font-size: 28px;
        margin-bottom: 35px;
    }
    
    .types-grid2 {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .type-card2 {
        padding: 30px 20px;
    }
    
    .type-card2 h3 {
        font-size: 22px;
    }
    
    .type-specs2 p {
        font-size: 15px;
        padding: 8px 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .type-price2 {
        font-size: 16px !important;
        padding: 12px !important;
    }
    
    .types-note2 {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .types-title2 {
        font-size: 24px;
    }
    
    .type-card2 {
        padding: 25px 15px;
    }
    
    .type-card2 h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    
    .type-specs2 p {
        font-size: 14px;
    }
}

/* ─────────────────────────────────────────────
   ИКОНКИ — отсутствуют в global CSS
───────────────────────────────────────────── */
.icon-credit::before   { content: '💳'; font-style: normal; }
.icon-measure::before  { content: '📐'; font-style: normal; }

/* ─────────────────────────────────────────────
   H2 ДЛЯ УНИКАЛЬНЫХ СЕКЦИЙ
   Повторяет паттерн #why-choose-us h2 из global
───────────────────────────────────────────── */
#advantages-zabory h2,
#types-zabor h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 45px;
    position: relative;
    padding-bottom: 20px;
}
#advantages-zabory h2::after,
#types-zabor h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #fc0;
    border-radius: 2px;
}

/* ─────────────────────────────────────────────
   СЕКЦИЯ ПРЕИМУЩЕСТВ — фон
───────────────────────────────────────────── */
#advantages-zabory {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* ─────────────────────────────────────────────
   ВИДЫ ЗАБОРОВ
───────────────────────────────────────────── */
#types-zabor {
    padding: 80px 0;
    background: #fff;
}
.types-zabor-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-bottom: 24px;
}
.types-zabor-card {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: all .3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-direction: column;
}
.types-zabor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    border-color: #fc0;
    background: #fff;
}
.types-zabor-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #333;
    margin: 0;
    padding: 13px 16px;
    letter-spacing: .02em;
}
.types-zabor-specs {
    padding: 14px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.types-zabor-specs p {
    font-size: 13px;
    color: #555;
    margin: 0;
    line-height: 1.5;
    padding: 7px 10px;
    background: #fff;
    border-radius: 6px;
}
.types-zabor-card:hover .types-zabor-specs p { background: #f8f9fa; }
.types-zabor-specs strong { color: #333; font-weight: 600; }
.types-zabor-price {
    background: linear-gradient(135deg, #fc0 0%, #ffdd33 100%) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #333 !important;
    text-align: center;
    margin-top: 4px !important;
    border-radius: 8px !important;
    padding: 10px !important;
}
.types-zabor-note {
    text-align: center;
    font-size: 15px;
    color: #666;
    font-style: italic;
    margin: 0;
    padding: 18px 25px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #fc0;
}

/* ─────────────────────────────────────────────
   ЭТАПЫ — override .steps-list на 4 колонки
   Global: одна колонка (max-width: 850px, column)
───────────────────────────────────────────── */
#steps-section .steps-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: 0;
}
#steps-section .step-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
#steps-section .step-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

/* ─────────────────────────────────────────────
   АДАПТИВ
───────────────────────────────────────────── */
@media (max-width: 1199px) {
    .types-zabor-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    #advantages-zabory h2,
    #types-zabor h2         { font-size: 30px; }
    #steps-section .steps-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    #advantages-zabory,
    #types-zabor            { padding: 50px 0; }
    #advantages-zabory h2,
    #types-zabor h2         { font-size: 26px; margin-bottom: 35px; }
    .types-zabor-grid       { grid-template-columns: 1fr; gap: 14px; }
    #steps-section .steps-list { grid-template-columns: 1fr; }
    #steps-section .step-item  {
        flex-direction: row;
        align-items: flex-start;
        text-align: left;
    }
}
@media (max-width: 480px) {
    #advantages-zabory,
    #types-zabor            { padding: 40px 0; }
    #advantages-zabory h2,
    #types-zabor h2         { font-size: 22px; }
    #steps-section .step-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}






