/* ============================================================
   FOOTER
   ============================================================ */

#colophon {
    background: #dcd2c3;
    padding: 60px 20px 40px;
    font-family: 'Geologica', sans-serif;
    color: #000;
    clear: both;
}

/* ===== КОЛОНКИ ===== */

#colophon .col50 {
    width: calc(50% - 20px);
    float: left;
}

#colophon .col50.marginl {
    margin-left: 40px;
}

#colophon .col33 {
    width: calc(33.333% - 20px);
    float: left;
}

#colophon .col33.marginl {
    margin-left: 30px;
}

#colophon .float {
    float: left;
}

#colophon .clear {
    clear: both;
}

/* ===== ЗАГОЛОВКИ ===== */

#colophon .newsletter {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

#colophon .piccolo {
    font-size: 16px;
}

#colophon .serif {
    font-family: 'Geologica', sans-serif;
}

#colophon .newsletter-block {
    margin-bottom: 40px;
}

/* ===== ФОРМЫ ===== */

#colophon .mc-field-group {
    margin-bottom: 15px;
}

#colophon input[type="email"],
#colophon input[type="text"],
#colophon textarea {
    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    margin-bottom: 15px;
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    color: #000;
    outline: none;
}

#colophon input[type="email"]::placeholder,
#colophon input[type="text"]::placeholder,
#colophon textarea::placeholder {
    color: #818181;
    text-transform: lowercase;
}

#colophon textarea {
    resize: vertical;
    min-height: 80px;
}

/* ===== ЧЕКБОКСЫ ===== */

#colophon .checkbox {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #333;
    line-height: 1.5;
    align-items: flex-start;
}

#colophon .checkbox p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #333;
}

#colophon .check {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    flex-shrink: 0;
    margin-top: 2px;
}

/* ===== КНОПКИ ===== */

#colophon .button,
#colophon input[type="submit"] {
    background: transparent;
    border: 1px solid #000;
    padding: 10px 30px;
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

#colophon .button:hover,
#colophon input[type="submit"]:hover {
    background: #000;
    color: #fff;
}

/* ===== ПРАВАЯ КОЛОНКА ===== */

#colophon .infof {
    font-size: 14px;
    line-height: 1.6;
}

#colophon .infof p {
    margin-bottom: 8px;
}

#colophon .small {
    font-size: 14px;
}

#colophon .italic {
    font-style: italic;
}

#colophon .gray {
    color: #818181;
}

/* ===== СОЦСЕТИ ===== */

#colophon .customer-service-c {
    font-weight: 500;
    margin-bottom: 10px;
}

#colophon .pp {
    margin-top: 20px;
}

/* ===== БОЛЬШАЯ ССЫЛКА ===== */

#colophon .big-links {
    margin: 40px 0 20px;
}

#colophon .big-links a {
    font-size: 18px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

#colophon .big-links a:hover {
    color: #FF0000;
}

/* ===== COPYRIGHT ===== */

#colophon .cc {
    margin-top: 20px;
    font-size: 13px;
    color: #818181;
}

/* ===== BACK TO TOP ===== */

#colophon .backtotop {
    margin-top: 60px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #818181;
    transition: color 0.3s ease;
}

#colophon .backtotop:hover {
    color: #000;
}

/* ===== ССЫЛКИ В ЦЕЛОМ ===== */

#colophon a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

#colophon a:hover {
    color: #FF0000;
}

/* ===== СКРЫТЫЕ HONEYPOT-ПОЛЯ ===== */

#colophon div[style*="left: -5000px"],
#colophon div[style*="display: none"] {
    display: none !important;
}

/* ===== АДАПТАЦИЯ ===== */

@media (max-width: 768px) {
    #colophon .col50,
    #colophon .col33 {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    #colophon .col50.marginl {
        margin-top: 40px;
    }

    #colophon .col33 {
        margin-bottom: 30px;
    }
}