

/* Start:/local/templates/zakka-new-template/css/contacts-page.css?17707296707959*/
/**
 * Стили страницы "Контакты"
 * Desktop версия (≥1200px)
 */

/* ============================================
   ОБЩИЕ СТИЛИ СТРАНИЦЫ
   ============================================ */
.contacts-page {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 100px;
}

/* Единый контейнер */
.contacts-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   ЗАГОЛОВОК СТРАНИЦЫ/**
 * Стили страницы "Контакты"
 * Desktop версия (≥1200px)
 */

/* ============================================
   ОБЩИЕ СТИЛИ СТРАНИЦЫ
   ============================================ */
.contacts-page {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 100px;
}

/* Единый контейнер */
.contacts-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   ЗАГОЛОВОК СТРАНИЦЫ
   ============================================ */
.contacts-title {
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    margin: 0 0 60px 0;
    letter-spacing: -0.01em;
}

/* ============================================
   КОНТЕЙНЕР С КОНТАКТАМИ
   ============================================ */
.contacts-card {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 48px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

/* ============================================
   КОЛОНКА: ТЕЛЕФОН
   ============================================ */
.contacts-column {
    display: flex;
    flex-direction: column;
}

.contacts-column-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin: 0 0 20px 0;
}

.contacts-phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.contacts-phone-wrapper .contacts-phone-icons {
    margin-top: 12px;
}

.contacts-phone-wrapper .contacts-email {
    margin: 12px 0 0 0;
}

.contacts-phone {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin: 0;
}

.contacts-phone-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contacts-phone-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #3D6EEE;
    transition: color 0.2s ease;
}

.contacts-phone-icon:hover {
    color: #2B5BD9;
}

.contacts-phone-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.contacts-email {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}

.contacts-email-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contacts-email-link:hover {
    color: #3D6EEE;
}

/* ============================================
   КОЛОНКА: РЕКВИЗИТЫ
   ============================================ */
.contacts-requisites {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #484848;
    margin: 0;
}

.contacts-requisites p {
    margin: 0 0 12px 0;
}

.contacts-requisites p:last-child {
    margin-bottom: 0;
}

.contacts-requisites strong {
    font-weight: 700;
    color: #000000;
}

/* ============================================
   КОЛОНКА: АДРЕСА СКЛАДОВ
   ============================================ */
.contacts-warehouses {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts-warehouse {
    display: flex;
    flex-direction: column;
}

.contacts-warehouse-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;/**
 * Стили страницы "Контакты"
 * Desktop версия (≥1200px)
 */

/* ============================================
   ОБЩИЕ СТИЛИ СТРАНИЦЫ
   ============================================ */
.contacts-page {
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 100px;
}

/* Единый контейнер */
.contacts-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   ЗАГОЛОВОК СТРАНИЦЫ
   ============================================ */
.contacts-title {
    font-family: "Manrope", sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    margin: 0 0 60px 0;
    letter-spacing: -0.01em;
}

/* ============================================
   КОНТЕЙНЕР С КОНТАКТАМИ
   ============================================ */
.contacts-card {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 48px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
}

/* ============================================
   КОЛОНКА: ТЕЛЕФОН
   ============================================ */
.contacts-column {
    display: flex;
    flex-direction: column;
}

.contacts-column-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin: 0 0 20px 0;
}

.contacts-phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.contacts-phone-wrapper .contacts-phone-icons {
    margin-top: 0;
}

.contacts-phone {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 12px 0;
}

.contacts-phone-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contacts-phone-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #3D6EEE;
    transition: color 0.2s ease;
}

.contacts-phone-icon:hover {
    color: #2B5BD9;
}

.contacts-phone-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.contacts-email {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 12px 0;
}

.contacts-email-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.contacts-email-link:hover {
    color: #3D6EEE;
}

/* ============================================
   КОЛОНКА: РЕКВИЗИТЫ
   ============================================ */
.contacts-requisites {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #484848;
    margin: 0;
}

.contacts-requisites p {
    margin: 0 0 12px 0;
}

.contacts-requisites p:last-child {
    margin-bottom: 0;
}

.contacts-requisites strong {
    font-weight: 700;
    color: #000000;
}

/* ============================================
   КОЛОНКА: АДРЕСА СКЛАДОВ
   ============================================ */
.contacts-warehouses {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contacts-warehouse {
    display: flex;
    flex-direction: column;
}

.contacts-warehouse-title {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    margin: 0 0 12px 0;
}

.contacts-warehouse-address {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #484848;
    margin: 0;
}

}

.contacts-warehouse-address {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #484848;
    margin: 0;
}

/* End */
/* /local/templates/zakka-new-template/css/contacts-page.css?17707296707959 */
