 /* ========== RESET & Базовые стили ========== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Cuprum', sans-serif;
            line-height: 1.4;
            background: #fff;
            color: #333;
        }
        a {
            text-decoration: none;
            color: inherit;
        }
        /*ul, ol {
            list-style: none;
        }*/
        img {
            max-width: 100%;
            height: auto;
            vertical-align: middle;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        /* ========== Шапка ========== */
        .main-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: #0085cf;
            opacity: 0.95;
            z-index: 1000;
            padding: 0 20px;
        }
        .main-menu ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            max-width: 1200px;
            margin: 0 auto;
        }
        .main-menu li {
            margin: 0 15px;
        }
        .main-menu a {
            display: inline-block;
            color: #fff;
            font-size: 18px;
            line-height: 40px;
            transition: 0.3s;
        }
        .main-menu a:hover {
            text-decoration: underline;
        }
        .header-site {
            padding: 80px 20px 20px;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }
        .logo h1 {
            font-family: 'PT Sans Narrow', sans-serif;
            font-size: 36px;
            font-weight: 700;
            color: #009be1;
        }
        .logo p {
            font-size: 18px;
            color: #000;
        }
        .contacts {
            text-align: right;
        }
        .phone-number {
            font-size: 26px;
            font-weight: 700;
            color: #333;
        }
        .contacts span {
            display: block;
            font-size: 16px;
        }
        .zakaz {
            display: inline-block;
            background: #ffe000;
            padding: 5px 20px;
            border-radius: 5px;
            margin-top: 10px;
            font-size: 18px;
            font-weight: bold;
            transition: 0.3s;
        }
        .zakaz:hover {
            background: #fdf19c;
        }
        /* Блок "топ-лайн" */
        .top-line {
            text-align: center;
            padding: 20px;
            background: #f5f5f5;
        }
        .top-line h3 {
            font-size: 36px;
            font-weight: normal;
        }
        /* Информационный блок (пропущенный ранее) */
        .info-block {
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 20px;
        }
        .info-block h3, .info-block h4 {
            color: #008cd2;
            text-align: center;
            margin: 20px 0 10px;
        }
        .info-block ul, .info-block ol {
            margin-left: 30px;
            font-size: 18px;
        }
        .info-block li {
            margin: 8px 0;
        }
        .info-table {
            width: 100%;
            overflow-x: auto;
            margin: 20px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            min-width: 600px;
        }
        td, th {
            border: 1px solid #222d38;
            padding: 10px;
            text-align: center;
        }
        /* ========== Слайдер и форма ========== */
        .top {
            position: relative;
            max-width: 1200px;
            margin: 20px auto;
            padding: 0 20px;
        }
        .top-slider {
            width: 100%;
            overflow: hidden;
        }
        .flexslider {
            margin-bottom: 0;
            border: none;
        }
        .flex-control-nav {
            bottom: 10px;
        }
        /* Блок акции поверх слайдера */
        .action-block {
            position: absolute;
            top: 20px;
            left: 20px;
            background: rgba(0,0,0,0.6);
            padding: 15px 20px;
            border-radius: 10px;
            color: #fff;
            max-width: 320px;
            z-index: 10;
        }
        .action-block p {
            font-size: 22px;
            font-weight: bold;
        }
        .timer {
            margin-top: 10px;
        }
        .counter, .counter3 {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .countDays, .countHours, .countMinutes, .countSeconds {
            background: #000;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 28px;
            font-family: 'Ubuntu Condensed', sans-serif;
            text-align: center;
            min-width: 60px;
        }
        .timer .text {
            display: flex;
            gap: 18px;
            margin-top: 5px;
            font-size: 12px;
        }
        /* Форма в слайдере */
       .top .form {
            /*position: absolute;
            right: 20px;*/
            top: 20px;
            background: url('img/form-bg.png') no-repeat center/cover;
            width: 320px;
            padding: 20px;
            border-radius: 10px;
            z-index: 10;
        }
        .form h3 {
            font-size: 22px;
            text-align: center;
            margin-bottom: 15px;
        }
        .form input[type="text"] {
            width: 100%;
            margin: 10px 0;
            padding: 10px;
            border: none;
            border-radius: 5px;
            font-size: 16px;
        }
        .form input[type="button"] {
            width: 100%;
            background: #ffe000;
            border: none;
            padding: 10px;
            font-size: 20px;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
        }
        .form p {
            font-size: 12px;
            text-align: center;
            margin-top: 10px;
        }
        /* Преимущества в топе */
        .top-priv {
            max-width: 1200px;
            margin: 30px auto;
            padding: 0 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }
        .top-priv > div {
            display: flex;
            align-items: center;
            gap: 15px;
            flex: 1;
            min-width: 200px;
        }
        .top-priv .desc p {
            font-size: 22px;
            font-weight: bold;
            color: #008cd1;
        }
        /* Блоки цен */
        .cost {
            background: url('img/cost-bg.png') repeat-x top;
            padding: 40px 20px;
        }
        .cost-inside {
            max-width: 1200px;
            margin: 0 auto;
        }
        .cost-title {
            text-align: center;
            margin-bottom: 30px;
        }
        .cost-title h3 {
            font-size: 32px;
        }
        .cost-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }
        .cost-block {
            background: #fff;
            border: 1px solid #798081;
            border-radius: 8px;
            width: 280px;
            text-align: center;
            padding-bottom: 15px;
        }
        .cost-block-title {
            background: #008cd2;
            padding: 10px;
            border-radius: 8px 8px 0 0;
            color: #fff;
        }
        .cost-block img {
            width: 100%;
            height: 180px;
            object-fit: cover;
        }
        .price {
            background: #eaf3f4;
            padding: 10px;
            font-size: 24px;
            font-weight: bold;
            color: #008cd2;
        }
        .calculate {
            display: inline-block;
            margin: 15px 0;
            background: #ffe000;
            padding: 8px 20px;
            border-radius: 5px;
            font-weight: bold;
        }
        /* Причины / Преимущества */
        .reason {
            max-width: 1200px;
            margin: 40px auto;
            text-align: center;
        }
        .reason-title h3 {
            font-size: 32px;
            margin-bottom: 30px;
        }
        .reason ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 30px;
        }
        .reason li {
            width: 280px;
            list-style: none;
        }
        
        .reviews li {
            list-style: none;
        }
        /* Рабочий процесс */
        .we-work {
            text-align: center;
            padding: 40px 20px;
        }
        .we-work-title h3 {
            font-size: 32px;
        }
        /* ===== ДОБАВЛЕННЫЙ БЛОК FEEDBACK-BLOCK ===== */
        .feedback-block {
            width: 100%;
            height: 380px;
  margin-top: 30px;
            background: url('img/feedback-block-bg.jpg') top left repeat-x;
           /* background-size: cover;*/
            padding: 20px 20px;
            min-width: 1024px;
        }
        .feedback-block-item {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
        }
        .feedback-block .action {
            flex: 1;
            min-width: 280px;
            background: rgba(0,0,0,0.5);
            padding: 20px;
            border-radius: 10px;
            color: #fff;
        }
        .feedback-block .action h3 {
            font-size: 28px;
        }
        .feedback-block .action p {
            font-size: 20px;
            margin: 10px 0;
        }
        .form-fb {
            flex: 1;
            min-width: 320px;
            background: url('img/form-fb-bg.png') no-repeat center/cover;
            padding: 20px;
            border-radius: 10px;
            background-color: #008dd3;
        }
        .form-fb h3 {
            text-align: center;
            color: #fff;
            font-size: 24px;
        }
        .form-fb input[type="text"] {
            width: 100%;
            margin: 10px 0;
            padding: 10px;
            border: none;
            border-radius: 5px;
        }
        .form-fb input[type="button"] {
            width: 100%;
            background: #ffe000;
            border: none;
            padding: 10px;
            font-size: 20px;
            font-weight: bold;
            border-radius: 5px;
            cursor: pointer;
        }
        .form-fb p {
            font-size: 12px;
            color: #a7cddc;
            text-align: center;
            margin-top: 10px;
        }
        /* Отзывы */
        .review {
            background: url('img/review-bg.png') no-repeat center;
            background-size: cover;
            padding: 40px 20px;
        }
        .review h3 {
            text-align: center;
            font-size: 32px;
            margin-bottom: 30px;
        }
        .review ul {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            justify-content: center;
            max-width: 1200px;
            margin: 0 auto;
        }
        .review-block {
            background: rgba(255,255,255,0.9);
            border-radius: 10px;
            padding: 20px;
            width: 450px;
        }
        .review-block-title h4 {
            font-size: 22px;
            color: #008cd2;
        }
        /* Консультация */
        .free-cons {
    width: 100%;
    min-width: 1024px; /* если нужна фиксированная минимальная ширина, иначе уберите */
}

.free-cons-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.free-cons h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.free-cons-text p {
    font-size: 20px;
    margin-bottom: 15px;
}

.free-cons-form {
    max-width: 500px;
    
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.free-cons-form input {
    padding: 12px 15px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    font-family: 'Cuprum', sans-serif;
}

.free-cons-form .consult-btn {
    background: #ffe000;
    border: none;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Cuprum', sans-serif;
}

.free-cons-form .consult-btn:hover {
    background: #fdf19c;
}

/* Адаптив */
@media (max-width: 1024px) {
    .free-cons {
        min-width: 0;
    }
    .free-cons h2 {
        font-size: 28px;
    }
    .free-cons-text p {
        font-size: 18px;
    }
}
        /* Футер */
        .footer-site {
            background: #2c3e50;
            color: #fff;
            padding: 30px 20px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
        }
        .footer-site .logo h1 {
            color: #fff;
        }
        .footer-site .contacts span {
            color: #ddd;
        }
        /* Модальные окна */
        .overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            z-index: 2000;
        }
        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #008dd3;
            border-radius: 10px;
            width: 90%;

            max-width: 400px;
            z-index: 2001;
            padding: 20px;
        }
        .popup .close {
            float: right;
            font-size: 28px;
            font-weight: bold;
            cursor: pointer;
            color: #fff;
        }
        .feedback-title h3 {
            color: #fff;
            text-align: center;
            margin-bottom: 20px;
        }
        .popup input[type="text"] {
            width: 100%;
            margin: 10px 0;
            padding: 10px;
            border-radius: 5px;
            border: none;
        }
        .popup input[type="button"] {
            width: 100%;
            background: #ffe000;
            border: none;
            padding: 10px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
        }
        /* Медиазапросы */
        @media (max-width: 768px) {
            .header-site {
                flex-direction: column;
                text-align: center;
            }
            .contacts {
                text-align: center;
                margin-top: 15px;
            }
            .top {
                display: flex;
                flex-direction: column;
            }
            .action-block, .form {
                position: static;
                width: 100%;
                margin: 10px 0;
            }
            .top-priv {
                flex-direction: column;
                align-items: center;
            }
            .cost-block {
                width: 100%;
                max-width: 350px;
            }
            .review-block {
                width: 100%;
            }
            .footer-site {
                flex-direction: column;
                text-align: center;
            }
            .main-menu ul {
                gap: 10px;
            }
            .main-menu li {
                margin: 0 5px;
            }
            .info-block ul, .info-block ol {
                margin-left: 20px;
            }
            .feedback-block-item {
                flex-direction: column;
            }
        }
        .logo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.logo-img {
    max-width: 80px;
    height: auto;
}
.logo-text h1 {
    margin: 0;
}
.free-cons {
    width: 100%;
    /* min-width: 1024px; — уберите, если нужна адаптивность */
}

.free-cons-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.free-cons-left {
    flex: 1;
    min-width: 250px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.free-cons-left h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.free-cons-left p {
    font-size: 20px;
    margin-bottom: 15px;
}

.free-cons-right {
    flex: 1;
    min-width: 300px;
}

.free-cons-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.free-cons-form input {
    padding: 12px 15px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    font-family: 'Cuprum', sans-serif;
}

.free-cons-form .consult-btn {
    background: #ffe000;
    border: none;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'Cuprum', sans-serif;
}

.free-cons-form .consult-btn:hover {
    background: #fdf19c;
}

@media (max-width: 768px) {
    .free-cons-container {
        flex-direction: column;
        text-align: center;
    }
    .free-cons-left h2 {
        font-size: 28px;
    }
    .free-cons-left p {
        font-size: 18px;
    }
}
.review {
    width: 100%;
    background: url('img/review-bg.png') no-repeat center;
    background-size: cover;
    padding: 40px 20px;
}
.review h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #000;
}
.review ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}
.review li {
    flex: 1;
    min-width: 280px;
    list-style: none;
}
.review-block {
    background: rgba(255,255,255,0.95);
    border-radius: 10px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}
.review-block-title h4 {
    font-size: 24px;
    color: #008cd2;
    margin-bottom: 15px;
    font-style: italic;
}
.review-block p {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 15px;
}
.review-block .author {
    text-align: right;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.review-block .author p {
    font-style: normal;
    font-weight: bold;
    margin: 0;
}
.footer-site {
    background: #ffffff;  /* белый фон */
    color: #000000;       /* чёрный текст для всех элементов внутри */
}

/* Для ссылок и дополнительных элементов, если нужно уточнить */
.footer-site a {
    color: #000000;
    text-decoration: underline; /* или уберите underline, как хотите */
}

.footer-site .logo h1,
.footer-site .contacts span,
.footer-site .developer p {
    color: #000000;
}
.we-work {
    text-align: center;
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.we-work-title h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.work-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* 6 колонок на ПК */
    gap: 20px;
    align-items: start;
    margin-bottom: 40px;
}

.step {
    text-align: center;
}

.step img {
    width: 100%;
    max-width: 80px; /* ограничиваем размер иконок */
    height: auto;
    margin-bottom: 15px;
}

.step p {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1.3;
}

.work-note {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

/* Мобильная версия: 2 колонки */
@media (max-width: 768px) {
    .work-steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
    .step img {
        max-width: 100px;
    }
    .step p {
        font-size: 16px;
    }
}

/* Для планшетов (если нужно 3 колонки) — опционально */
@media (min-width: 769px) and (max-width: 1024px) {
    .work-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}
.form input[type="submit"],
.form-fb input[type="submit"],
.popup input[type="submit"] {
    /* те же стили, что и для button */
    width: 100%;
    background: #ffe000;
    border: none;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}
.form input[type="submit"] {
    width: 100%;
    background: #ffe000;
    border: none;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

@media (min-width: 769px) {
    
    .top .form {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 768px) {
    .top-slider {
        display: none;
    }
    .action-block {
        margin: 0 auto;
    }
    .top .form {
        margin: 0 auto;
        background: #008dd3;;
        margin-top: 30px;
    }

}
.free-cons {
    background: url('img/feedback-block-bg.jpg') top left repeat-x;  padding: 10px 20px; height: 400px
}

@media (max-width: 768px) {
   
    .feedback-block {
        height: auto;
        min-width: 0;
        padding: 10px 10px;
         background: #833912;  padding: 10px 20px; height:100%;
    }
    .free-cons {
         background: #833912;
         height: 700px;
    }
}
/* Медиазапросы */
@media (max-width: 768px) {
    
    .feedback-block-item {
        flex-direction: column;
    }
}
/* По умолчанию (на ПК) скрываем мобильную таблицу */
.info-table-mob {
    display: none;
}

/* На мобильных (≤768px) скрываем горизонтальную таблицу, показываем вертикальную */
@media (max-width: 768px) {
    .info-table {
        display: none;
    }
    .info-table-mob {
        display: block;
        margin: 20px 0;
        background: #fff;
        border: 1px solid #222d38;
        border-radius: 8px;
        overflow: hidden;
    }
    .mob-table-row {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding: 12px 15px;
        background: #fff;
    }
    .mob-table-row:last-child {
        border-bottom: none;
    }
    .mob-table-label {
        font-weight: bold;
        color: #008cd2;
        width: 50%;
    }
    .mob-table-value {
        text-align: right;
        width: 50%;
    }
}
