

/* Start:/local/templates/.default/components/bitrix/catalog/offices_261881/bitrix/catalog.element/office_detail/style.css?17630259851611*/
.office_detail {
    width: 100%;
    position: relative;
}
.office_detail ._main_col {
    position: relative;
}

.office_detail ._main_col-item {
    min-height: 59px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

@media screen and (min-width: 1200px) {
    .office_detail ._main_col-item {
        margin-bottom: 30px;
    }
}

.office_detail ._main_col-item ._name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.15;
    color: var(--color-blue);
}
.office_detail ._main_col-item ._name .addr_add {
    display: block;
    margin-bottom: 5px;
    font-size: 90%;
    color: #777;
}

.office_detail ._main_col-item .other span {
    font-size: 1.4rem;
    line-height: 2rem;
}

.office_detail ._main_col-item p {
    margin: 0;
}

.modal .modal-body p {
    margin-bottom: 10px;
}

.office_detail ._main_col-item p img {
    width: 100%;
    height: auto;
}
@media only screen and (max-width: 479px) {
    .kak-dobratsya {
        font-size: 15px;
    }
}

#kak_dobr_popup .modal-body video {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: inherit;
}
#kak_dobr_popup .modal-body ._btn.g span {
    padding-left: 34px;
    background: url('/kontakty/img/svg/assistant_navigation.svg') 0 50% no-repeat transparent;
    background-size: 24px;
}

.metro_cont .addr_txt .link {
    display: inline-block;
    min-height: 22px;
    padding-left: 34px;
    background: url('/img_top_style/img_246631/ym_icon.svg') 0 50% no-repeat transparent;
    background-size: 24px;
}
/* End */


/* Start:/include/about_block_381114/style.css?17452251491179*/
/*about*/

.about ._list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.about ._list .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 320px;
}
.about ._list .item._t .sect_title {
    margin-bottom: 0;
	text-align: left; 
}
.about ._list .item._t ._txt {
    font-size: 16px;
    line-height: 1.5;
}
.about ._list .item ._title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    width: 100%;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}
.about ._list .item ._title ._img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    height: 72px;
    border-radius: 8px;
    background-color: #F6F7F8;
}
.about ._list .item ._title ._img > img {
    width: 30px;
    height: 30px;
}

.about ._list .item ._txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}
@media (min-width: 1200px) {
    .about ._list {
        gap: 30px;
    }
    .about ._list .item {
        width: 31.5%;
        max-width: unset;
    }
}

/* End */


/* Start:/js/cookie-modal/style.css?17587015243378*/
.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: calc(100% - 40px);
    background: #FFF;
    border-radius: 8px;
    margin: 20px 0;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.cookie-notification .cookie-notification__text {
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__text p {
    margin: 0;
}

.cookie-notification .cookie-notification__text p:last-child {
    margin-bottom: 0;
}

.cookie-notification .cookie-notification__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link {
    color: #005C32;
    text-decoration: underline;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.cookie-notification .cookie-notification__link:hover {
    color: #002E19;
}

.cookie-notification .cookie-notification__button {
    flex-shrink: 0;
}

.cookie-notification .cookie-notification__accept-btn {
    font-family: Roboto, sans-serif;
    background: #005C32;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: flex;
    height: 48px;
    padding: 15px 82px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-notification .cookie-notification__accept-btn:hover {
    background: #002E19;
}

.cookie-notification .cookie-notification__accept-btn:active {
    background: #80AE99;
}

@media (max-width: 768px) {
    .cookie-notification {
        width: 100%;
        max-width: none;
        margin: 0;
        border-radius: 8px 8px 0 0;
        left: 0;
        transform: none;
    }
    
    .cookie-notification .cookie-notification__content {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }
    
    .cookie-notification .cookie-notification__text {
        text-align: left;
        font-size: 14px;
        font-family: Roboto, sans-serif;
        flex: 1;
    }
    
    .cookie-notification .cookie-notification__title {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__description {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, sans-serif;
    }
    
    .cookie-notification .cookie-notification__button {
        flex-shrink: 0;
    }
    
    .cookie-notification .cookie-notification__accept-btn {
        padding: 12px 24px;
        font-size: 14px;
        font-weight: 500;
        font-family: Roboto, sans-serif;
        height: auto;
        white-space: nowrap;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/offices_261881/bitrix/catalog.element/office_detail/style.css?17630259851611 */
/* /include/about_block_381114/style.css?17452251491179 */
/* /js/cookie-modal/style.css?17587015243378 */
