/* ============================================
   Footer Styles - Футер
   ============================================ */

footer.t447 {
    background: rgb(232, 227, 222) !important;
    background-color: rgb(232, 227, 222) !important;
    padding-top: 105px;
    padding-bottom: 120px;
}

footer.t447::before,
footer.t447 .t447__bg,
footer.t447 .t447__overlay {
    display: none !important;
}

#rec704431155 .t-container {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* 3-колоночная структура */
.t447__col.t-col.t-col_3 {
    width: 33.333% !important;
    flex: 0 0 33.333% !important;
    max-width: 33.333% !important;
    min-width: 33.333% !important;
}

footer.t447 .t-prefix_6 {
    margin-left: 66.666%;
}

/* Заголовки */
#rec704431155 .t447__title {
    font-size: 16px;
    font-weight: 700;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    color: #3a3a3a;
}

/* Текст */
#rec704431155 .t447__descr,
#rec704431155 .t447__text_left,
#rec704431155 .t447__descr *,
#rec704431155 .t447__text_left * {
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #5b5b5b;
}

#rec704431155 .t447__descr a,
#rec704431155 .t447__text_left a {
    color: #5b5b5b;
    text-decoration: none;
}

#rec704431155 .t447__descr a:hover,
#rec704431155 .t447__text_left a:hover {
    text-decoration: underline;
}

/* Форма подписки */
#rec704431155 .t447__input-wrapper {
    margin-top: 20px;
}

#rec704431155 .t447__wrapper {
    display: flex;
    border: 1px solid #5b5b5b;
    border-radius: 6px;
    overflow: hidden;
}

#rec704431155 .t447__blockinput {
    flex: 1;
}

#rec704431155 .t447__input {
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-radius: 0;
    font-family: 'MatahariExtended600ExtSemBd', Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
}

#rec704431155 .t447__input:focus {
    outline: none;
}

#rec704431155 .t447__input::placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec704431155 .t447__blockbutton {
    flex-shrink: 0;
}

#rec704431155 .t447__submit {
    padding: 14px 20px;
    background-color: #8a2b18;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

#rec704431155 .t447__submit:hover {
    background-color: #6a1f12;
}

#rec704431155 .t447__btnicon {
    fill: #ffffff;
}

/* Социальные сети */
#rec704431155 .t-sociallinks__wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 24px 0 0 0 !important;
}

#rec704431155 .t-sociallinks__item {
    display: inline-block !important;
    flex-shrink: 0 !important;
}

#rec704431155 .t-sociallinks__svg {
    width: 25px;
    height: 25px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .t447__col.t-col.t-col_3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 30px;
    }
    
    .t447__col.t-col.t-col_3:last-child {
        margin-bottom: 0;
    }
    
    footer.t447 .t-prefix_6 {
        margin-left: 0;
    }
    
    #rec704431155 .t-container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    #rec704431155 .t-row {
        flex-direction: column !important;
    }
    
    footer.t447 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 640px) {
    .t447__col.t-col.t-col_3 {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 30px;
        padding: 0 10px !important;
    }
    
    /* Убираем отступ слева и справа, добавляем отступ сверху для блока с политикой */
    .t447__col.t-col.t-col_3:has(.t447__text_left) {
        padding: 0 !important;
        margin-top: 20px;
    }
    
    .t447__col.t-col.t-col_3 .t447__text_left {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 0;
    }
    
    .t447__col.t-col.t-col_3:last-child {
        margin-bottom: 0;
    }
    
    #rec704431155 .t-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    
    #rec704431155 .t-row {
        flex-direction: column !important;
        margin: 0 !important;
    }
    
    footer.t447 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    #rec704431155 .t447__title {
        font-size: 15px;
        margin-bottom: 12px;
    }
    
    #rec704431155 .t447__descr,
    #rec704431155 .t447__text_left {
        font-size: 13px !important;
    }
    
    #rec704431155 .t447__input {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    #rec704431155 .t447__submit {
        padding: 12px 18px;
    }
    
    #rec704431155 .t447__input-wrapper {
        margin-top: 15px;
    }
    
    #rec704431155 .t-sociallinks__wrapper {
        margin-top: 20px !important;
    }
}

