

/* Start:/local/templates/custom_template/template_styles.css?178428799510468*/
pre {
    background: #0d1117;
    color: #e6edf3;
    border-radius: 12px;
    padding: 20px 24px;
    overflow-x: auto;
    font-size: .85rem;
    line-height: 1.6;
    margin: 18px 0;
    white-space: pre;
    tab-size: 4;
    font-family: 'SF Mono', 'Cascadia Code', 'JetBrains Mono', Consolas, monospace;
}




* Breadcrumb */
.llsite-breadcrumb {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    background: #fff;
}
.llsite-breadcrumb .bx-breadcrumb {
    margin: 0;
    padding: 0;
}
.llsite-breadcrumb .bx-breadcrumb i {
    color: rgba(0,0,0,0.25);
    margin: 0 8px;
    font-size: 10px;
}
.llsite-breadcrumb .bx-breadcrumb-item {
    display: inline-block;
    font-size: 13px;
    color: rgba(0,0,0,0.45);
}
.llsite-breadcrumb .bx-breadcrumb-item a {
    color: rgba(0,0,0,0.55);
    border-bottom: 1px solid transparent;
}
.llsite-breadcrumb .bx-breadcrumb-item a:hover {
    color: #000;
    border-bottom-color: rgba(0,0,0,0.2);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #404040;
    background: #fff;
}
a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
a:hover {
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
}

.llsite-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.llsite-content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 15px;
}
.llsite-content-wrapper {
    padding: 0;
}
.llsite-grid {
    display: flex;
    flex-wrap: nowrap;
}
.llsite-grid-wrap {
    flex-wrap: wrap;
}
.llsite-grid-a-v-center {
    align-items: center;
}
.llsite-grid-a-v-start {
    align-items: flex-start;
}
.llsite-grid-a-v-stretch {
    align-items: stretch;
}
.llsite-grid-a-h-start {
    justify-content: flex-start;
}
.llsite-grid-a-h-center {
    justify-content: center;
}
.llsite-grid-a-h-end {
    justify-content: flex-end;
}
.llsite-grid-a-h-between {
    justify-content: space-between;
}
.llsite-grid-item {
    flex: 1;
    min-width: 0;
}
.llsite-grid-item-auto {
    flex: none;
}
.llsite-grid-item-1 { width: 8.333%; flex: none; padding: 0 10px; }
.llsite-grid-item-2 { width: 16.666%; flex: none; padding: 0 10px; }
.llsite-grid-item-3 { width: 25%; flex: none; padding: 0 10px; }
.llsite-grid-item-4 { width: 33.333%; flex: none; padding: 0 15px; }
.llsite-grid-item-5 { width: 41.666%; flex: none; padding: 0 10px; }
.llsite-grid-item-6 { width: 50%; flex: none; padding: 0 10px; }
.llsite-grid-item-7 { width: 58.333%; flex: none; padding: 0 10px; }
.llsite-grid-item-8 { width: 66.666%; flex: none; padding: 0 10px; }
.llsite-grid-item-9 { width: 75%; flex: none; padding: 0 10px; }
.llsite-grid-item-10 { width: 83.333%; flex: none; padding: 0 10px; }
.llsite-grid-item-11 { width: 91.666%; flex: none; padding: 0 10px; }
.llsite-grid-item-12 { width: 100%; flex: none; padding: 0 10px; }

.llsite-cl-text { color: #000; }
.llsite-cl-text-hover:hover { color: #000; }
.llsite-cl-background { background: #000; color: #fff; }
.llsite-cl-background-hover:hover { background: #1a1a1a; color: #fff; }
.llsite-cl-border { border-color: #000; }

/* Header */
.llsite-header {
    background: #fff;
    color: #000;
    position: relative;
    z-index: 100;
}
.llsite-header-top {
    padding: 12px 0;
    /*border-bottom: 1px solid rgba(0,0,0,0.08);*/
}
.header-logo {
    display: block;
    line-height: 0;
}
.header-logo img {
    widht: 120px;
    height: auto;
}

/* Header Contacts */
.header-contacts {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-phone {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
}
.header-phone:hover { color: #333; }
.header-email {
    font-size: 13px;
    color: rgba(0,0,0,0.5);
}
.header-email:hover { color: #000; }

/* Header Menu */
.llsite-header-menu {
    background: rgba(0,0,0,0.02);
}
.llsite-header-menu-list {
    margin: 0;
    padding: 0;
}
.llsite-header-menu-item {
    position: relative;
}
.llsite-header-menu-link {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: background 0.2s, color 0.2s;
}
.llsite-header-menu-link:hover {
    background: rgba(0,0,0,0.04);
    color: #000;
}
.llsite-header-menu-item-selected .llsite-header-menu-link {
    color: #000;
}

/* Header Menu Popup */
.llsite-header-menu-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background: #fff;
    border-top: 3px solid #000;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12);
    z-index: 1000;
    padding: 30px 0;
}
.llsite-header-menu-popup .llsite-content {
    max-width: 1240px;
}
.llsite-header-menu-section {
    margin-bottom: 20px;
}
.llsite-header-menu-section-link {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8e8e8;
}
.llsite-header-menu-section-link:hover {
    color: #000;
}
.llsite-header-menu-submenu {
    padding: 0;
}
.llsite-header-menu-submenu-item {
    margin-bottom: 4px;
}
.llsite-header-menu-submenu-link {
    display: block;
    font-size: 14px;
    color: #666;
    padding: 4px 0;
}
.llsite-header-menu-submenu-link:hover {
    color: #000;
}

/* Main Content */
.llsite-content.content-page {
    flex: 1;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Footer */
.llsite-footer {
    background: #f5f5f5;
    color: #404040;
    margin-top: auto;
}
.llsite-footer-main {
    padding: 50px 0 30px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.llsite-footer-col {
    margin-bottom: 20px;
}
.llsite-footer-logo {
    margin-bottom: 20px;
    line-height: 0;
}
.llsite-footer-logo img {
    height: 120px;
    width: auto;
}
.llsite-footer-about {
    margin-bottom: 20px;
}
.llsite-footer-about p {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(0,0,0,0.5);
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-contacts > div {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}
.footer-contacts i {
    width: 16px;
    color: rgba(0,0,0,0.3);
    font-size: 13px;
}
.footer-contacts a {
    color: rgba(0,0,0,0.7);
}
.footer-contacts a:hover {
    color: #000;
}
.footer-contacts span {
    color: rgba(0,0,0,0.5);
    font-size: 13px;
}

.footer-phone a {
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
}

.llsite-footer-menu-title {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(0,0,0,0.08);
}
.llsite-footer-menu {
    padding: 0;
}
.llsite-footer-menu li {
    margin-bottom: 6px;
}
.llsite-footer-menu a {
    font-size: 13px;
    color: rgba(0,0,0,0.55);
}
.llsite-footer-menu a:hover {
    color: #000;
}

.llsite-footer-bottom {
    padding: 20px 0;
}
.llsite-footer-copyright {
    font-size: 13px;
    color: rgba(0,0,0,0.4);
}
/* Sections */
section {
    padding: 70px 0;
}
.section-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

/* Banner */
.banner {
    /*background: #0a0a0a;
    color: #fff;*/
    padding: 100px 0;
    position: relative;
}
.banner-content {
    max-width: 100%;
}
.banner-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    margin-top:40px;
}
.banner-subtitle {
    font-size: 18px;
    color: #999;
    margin-bottom: 35px;
    line-height: 1.6;
    padding:40px;
}
/* Services */
.services {
    /*background: #f8f8f8;*/
}
.service-card {
    text-align: center;
    padding: 35px 25px;
    margin-bottom: 20px;
    background: #fff;
    transition: box-shadow 0.3s, transform 0.3s;
    cursor: default;
}
.service-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}
.service-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon i {
    font-size: 22px;
    color: #fff;
}
.service-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}
.service-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* About */
.about {
    background: #fff;
}
.about .section-title {
    text-align: left;
}
.about-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}
.about-stats {
    margin-top: 20px;
}
.stat-item {
    text-align: center;
    padding: 20px;
}
.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #000;
    margin-bottom: 5px;
}
.stat-label {
    font-size: 14px;
    color: #888;
}

/* News */
.news {
   /* background: #f8f8f8;*/
}


/* News Detail */
.news-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(0,0,0,0.45);
    margin-bottom: 30px;
    transition: color 0.2s;
}
.news-detail-back:hover {
    color: #000;
}
.news-detail-back i {
    font-size: 12px;
}


/* Panel */
#panel {
    position: relative;
    z-index: 10001;
}

/* Responsive */
@media (max-width: 1024px) {
    .llsite-grid-item-3,
    .llsite-grid-item-4 {
        width: 50%;
    }
    .llsite-header-top .llsite-grid {
        flex-wrap: wrap;
        gap: 10px;
    }
    .banner-title {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    section {
        padding: 45px 0;
    }
    .llsite-grid-item-2,
    .llsite-grid-item-3,
    .llsite-grid-item-4,
    .llsite-grid-item-6 {
        width: 100%;
    }
    .llsite-header-menu {
        display: none;
    }
    .header-contacts {
        flex-direction: column;
        gap: 4px;
    }
    .banner {
        padding: 60px 0;
    }
    .banner-title {
        font-size: 26px;
    }
    .banner-subtitle {
        font-size: 16px;
    }
    .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    .service-card {
        padding: 25px 15px;
    }
    .stat-number {
        font-size: 28px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1783337825467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/custom_template/styles.css?1784287995148*/
body.content-editor {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #404040;
    line-height: 1.5;
    padding: 20px;
}

/* End */
/* /local/templates/custom_template/template_styles.css?178428799510468 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1783337825467 */
/* /local/templates/custom_template/styles.css?1784287995148 */
