

/* Start:/local/templates/ubiquiti/css/contact.css?17800349723869*/
/* Стили для страницы контактов */
/* Конфликтующие с header стили удалены */

/* ===== Контейнер страницы ===== */


.contact-page-container {
    width: 100%;
}

/* ===== Карта ===== */
#map {
    height: 500px;
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 5px;
}

/* ===== Карточки ===== */
.contact-page .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
}

/* ===== Менеджеры ===== */
.contact-page .manager h4 {
    line-height: 1.3;
    margin: 0 0 8px;
    font-weight: 500;
    font-size: 24px;
}

.contact-page .manager p {
    margin: 0 0 10px;
}

.contact-page .manager .first {
    opacity: 1;
    transition: all .3s ease;
}

.contact-page .manager .second {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s ease;
}

.contact-page .manager:hover .first {
    opacity: 0;
}

.contact-page .u-lg-avatar {
    position: relative;
}

.contact-page .manager:hover .second {
    opacity: 1;
}

.contact-page .manager i {
    margin-top: -.125rem;
    vertical-align: middle;
}

.contact-page .manager .nav-link-style {
    color: #333;
    text-decoration: none;
}

.contact-page .manager .card {
    text-align: center;
}

.contact-page .manager .rounded-circle {
    max-width: 170px;
}

.contact-page .rounded-circle {
    border-radius: 50%;
}

/* ===== Табы ===== */
.contact-page .tabcontent {
    width: 100%;
}

.contact-page .tabcontent .row {
    margin: 0 -1px;
}

/* ===== Блок контактов ===== */
.contact-page .contact-block h2 {
    margin-top: 0;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.contact-page .contact-block p {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
}

.contact-page .contact-block.card {
    justify-content: center;
    font-size: 16px;
}

/* ===== Соцсети ===== */
.contact-page .list-inline {
    padding-left: 0;
    list-style: none;
}

.contact-page .list-inline-item {
    display: inline-block;
}

.contact-page .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.contact-page .btn-icon.btn-sm,
.contact-page .btn-group-sm > .btn-icon.btn {
    padding: 10px;
    height: 44px;
    width: 45px;
    box-shadow: none;
}

.contact-page .btn-soft-secondary {
    color: #77838f;
    background: rgba(119, 131, 143, 0.1);
    border-color: transparent;
}

.contact-page .btn-soft-secondary[href]:hover,
.contact-page .btn-soft-secondary[href]:focus,
.contact-page .btn-soft-secondary[href]:active,
.contact-page .btn-soft-secondary[href].active,
.contact-page .btn-soft-secondary[type]:hover,
.contact-page .btn-soft-secondary[type]:focus,
.contact-page .btn-soft-secondary[type]:active,
.contact-page .btn-soft-secondary[type].active {
    color: #fff;
    background: #77838f;
    box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}

.contact-page .btn-soft-secondary:hover .icon {
    color: #fff;
}

.contact-page .btn-soft-secondary .fa-lg {
    line-height: 1;
    vertical-align: 0;
    font-size: 20px;
}

/* ===== Вспомогательные классы ===== */
.contact-page .text-right {
    text-align: right;
}

.contact-page .text-left {
    text-align: left;
}

.contact-page .text-secondary {
    color: #77838f !important;
    font-size: 13px;
    font-weight: 400;
}

/* ===== Адаптивность ===== */
@media all and (max-width: 550px) {
    .contact-page {
        padding: 10px 5px;
    }
    .contact-page .contact-block.card {
        padding: 15px !important;
    }
}
/* End */
/* /local/templates/ubiquiti/css/contact.css?17800349723869 */
