

/* Start:/local/components/new.site/kontakty/templates/.default/style.css?17640790455111*/
/* --- ОБЩИЙ КОНТЕЙНЕР С ЧЁРНЫМ ФОНОМ НА ВСЮ ШИРИНУ --- */

.contacts-component {
    background-color: #121212;
    color: #fff;
    font-family: 'HeliosExtC', Arial, sans-serif;
    line-height: 1.5;
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
}

/* --- ЦЕНТРИРОВАННЫЙ КОНТЕНТ --- */
.contacts-page {
    max-width: 1200px;
    margin: 0 auto;
}

.contacts-page__header {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* --- СТИЛИ ДЛЯ ДЕСКТОПА --- */
.contacts-page__info-row-desktop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
}

.contacts-page__city {
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
}

.contacts-page__addresses {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.contacts-page__address {
    margin-bottom: 16px;
    display: block;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.contacts-page__address-title {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 18px;
}

.contacts-page__address-hours {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}

.contacts-page__contact {
    text-align: right;
    white-space: nowrap;
}

.contacts-page__phone {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
}

/* --- Стили для ссылки на телефон --- */
.contacts-page__phone-link {
    color: inherit !important; /* Наследует цвет от родителя */
    text-decoration: none !important; /* Убирает подчёркивание */
    cursor: pointer; /* Курсор "рука" для индикации кликабельности */
    font-weight: inherit; /* Наследует вес шрифта */
    font-size: inherit; /* Наследует размер */
    line-height: inherit; /* Наследует высоту строки */
}

.contacts-page__phone-link:hover {
    text-decoration: none !important; /* Убирает подчёркивание при наведении */
    color: inherit !important; /* Не меняет цвет при наведении */
}

.contacts-page__email {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 12px;
}

.contacts-page__socials {
    display: flex;
    gap: 18px;
    justify-content: end;
}

.contacts-page__socials a {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.contacts-page__socials a:hover {
    background-color: #ffbc57;
}

.contacts-page__socials img {
    width: 30px;
    height: 30px;
}

/* --- СТИЛИ ДЛЯ ПЛАНШЕТА --- */
@media (max-width: 1050px) and (min-width: 769px) {
    .contacts-page__info-row-desktop {
        display: none;
    }

    .contacts-page__info-row-tablet {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
        margin-bottom: 40px;
    }

    .contacts-page__city {
        font-size: 22px;
        flex-shrink: 0;
        width: auto;
    }

    .contacts-page__info-right {
        flex: 1;
        min-width: 0;
    }

    .contacts-page__addresses {
        text-align: left;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .contacts-page__address {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }

    .contacts-page__contact {
        text-align: left;
        width: 100%;
    }

    .contacts-page__phone {
        font-size: 24px;
    }

    .contacts-page__socials {
        gap: 10px;
        margin-top: 8px;
        justify-content: left;
    }

    .contacts-page__socials a {
        width: 28px;
        height: 28px;
    }

    .contacts-page__socials img {
        width: 25px;
        height: 25px;
    }
}

/* --- СКРЫВАЕМ ПЛАНШЕТНЫЙ БЛОК НА ДЕСКТОПЕ --- */
@media (min-width: 1051px) {
    .contacts-page__info-row-tablet {
        display: none;
    }
}

/* --- МОБИЛЬНАЯ ВЕРСИЯ --- */
@media (max-width: 768px) {
    .contacts-component {
        padding: 20px 10px;
    }

    .contacts-page__header {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .contacts-page__info-row-tablet {
        display: none;
    }

    .contacts-page__info-row-desktop {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .contacts-page__city {
        font-size: 20px;
    }

    .contacts-page__phone {
        font-size: 24px;
    }

    .contacts-page__addresses {
        text-align: left;
    }

    #contacts-page__map {
        height: 300px;
    }
}

/* --- КАРТА --- */
#contacts-page__map {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}
/* End */


/* Start:/local/components/new.site/requisites/templates/.default/style.css?1764079067864*/
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: #fff;
            padding: 60px;
            font-family: 'HeliosExtC', Arial, sans-serif;
        }

        h1 {
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 32px;
        }

        p {
            font-size: 18px;
        }

        .label {
            font-weight: normal;
        }

        .address-label {
            font-weight: normal;
        }

        .signature {
            margin-top: 40px;
            display: flex;
            justify-content: space-between;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
        }

        .signature span {
            display: inline-block;
            width: 45%;
        }
/* End */


/* Start:/local/components/new.site/forma-kontakty/templates/.default/style.css?17640032113420*/
    /* --- ОБЩИЙ КОНТЕЙНЕР НА ВСЮ ШИРИНУ --- */
    .contacts-component-wrapper {
        width: 100%;
        background-color: #1A1919;
        color: #fff;
        font-family: 'HeliosExtC', Arial, sans-serif;
        line-height: 1.5;
        padding: 40px 20px;
        box-sizing: border-box;
    }

    /* --- ЦЕНТРИРОВАННЫЙ КОНТЕЙНЕР С ФОРМОЙ --- */
    .contacts-form-container {
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contacts-form-title {
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 30px;
    }

    .contacts-form-row {
        display: flex;
        gap: 12px; /* Уменьшен отступ между полями */
        margin-bottom: 20px;
        width: 100%;
    }

    .contacts-form-group {
        flex: 1;
        min-width: 0; /* Позволяет сжиматься, если места мало */
    }

    .contacts-form-label {
        display: block;
        font-size: 20px;
        margin-bottom: 8px;
        color: #ccc;
    }

    /* --- Поле телефона с +7 внутри --- */
    .contacts-phone-input-wrapper {
        position: relative;
        width: 100%;
    }

    .contacts-phone-prefix {
        position: absolute;
        left: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #000;
        font-weight: 500;
        font-size: 16px;
        pointer-events: none;
        z-index: 2;
    }

    /* --- Единый стиль для всех полей ввода --- */
    .contacts-input-field {
        width: 100%;
        padding: 12px 16px;
        border: 1px solid #444;
        border-radius: 8px;
        background-color: #fff;
        color: #000;
        font-size: 16px;
        transition: border-color 0.2s ease;
        outline: none;
        font-family: 'HeliosExtC', Arial, sans-serif;
        box-sizing: border-box; /* Убедимся, что padding не выходит за пределы */
    }

    .contacts-input-field:focus {
        border-color: #ffbc57;
    }

    .contacts-phone-input {
        padding-left: 48px !important;
    }

    .contacts-form-textarea {
        height: 100px;
        resize: vertical;
    }

    .contacts-form-button {
        width: 100%;
        padding: 16px;
        background-color: #FFD700;
        font-size: 16px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        margin-top: 20px;
    }

    .contacts-form-button:hover {
        background-color: #ffb040;
    }

    .contacts-form-footer {
        text-align: center;
        font-size: 14px;
        color: #999;
        margin-top: 10px;
    }

    /* Адаптив */
    @media (max-width: 600px) {
        .contacts-component-wrapper {
            padding: 20px 10px;
        }

        .contacts-form-row {
            flex-direction: column;
            gap: 0;
        }

        .contacts-form-title {
            font-size: 20px;
        }

        .contacts-input-field,
        .contacts-form-textarea,
        .contacts-phone-input {
            padding: 10px 14px;
            font-size: 14px;
        }

        .contacts-form-button {
            padding: 14px;
            font-size: 14px;
        }
    }
/* End */
/* /local/components/new.site/kontakty/templates/.default/style.css?17640790455111 */
/* /local/components/new.site/requisites/templates/.default/style.css?1764079067864 */
/* /local/components/new.site/forma-kontakty/templates/.default/style.css?17640032113420 */
