

/* Start:/local/templates/techexpo/components/bitrix/news/maintenance/style.css?178813249235028*/
:root {
    --navy: #112a48;
    --navy-2: #203753;
    --text: #29333d;
    --muted: #5a6877;
    --line: #dbe2f0;
    --soft: #f5f8fb;
    --blue: #0096d8;
    --blue2: #00a1e7;
    --orange: #ef9200;
    --green: #16855b;
    --white: #fff;
    --shadow: 0 12px 34px rgba(17, 42, 72, .10);
}

.btn-outline {
    background: #fff;
    color: var(--navy);
    border: 1px solid #b9c6d3
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    gap: 32px;
    align-items: stretch;
    padding: 8px 0 42px
}

.hero-bullets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 18px;
    margin: 20px 0 25px;
    padding: 0;
    list-style: none
}

.hero-bullets li {
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    color: #334155
}

.hero-bullets li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 800
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.hero-visual {
    position: relative;
    min-height: 360px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
    align-self: center
}

.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hero-overlay {
    position: absolute;
    inset: auto 18px 18px 18px;
    background: rgba(17, 42, 72, .92);
    padding: 18px;
    color: #fff;
    border-radius: 5px
}

.hero-overlay span {
    font-size: 13px;
    color: #d6e7f5
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 22px 0
}

.point {
    border: 1px solid #e3e9ee;
    border-radius: 14px;
    padding: 13px;
    background: #fbfcfd
}

.point strong {
    display: block;
    font-size: 20px;
    color: #283847;
    margin-bottom: 2px
}

.point span {
    font-size: 13px;
    color: #6c7883
}

.eyebrow {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 6px 10px;
    background: #fff4dd;
    color: #a16000;
    font-size: 12px;
    font-weight: 800;
    border-radius: 30px;
    border: 1px solid #f4d59f;
    width: max-content;
    margin-bottom: 16px;
}

.section {
    padding: 62px 0
}

.section.alt {
    background: var(--soft)
}

.section h2 {
    font-size: 31px;
    line-height: 1.2;
    margin: 0 0 13px;
    color: var(--navy)
}

.section .lead {
    font-size: 16px;
    color: #607084;
    max-width: 880px;
    margin: 0 0 26px
}

.tabs {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.tab {
    background: #edf3f8;
    color: #3d566d;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 9px 15px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer
}

.tab.active {
    background: var(--navy);
    color: #fff
}

.projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px
}

.project {
    border: 1px solid var(--line);
    border-radius: 7px;
    overflow: hidden;
    background: #fff
}

.project img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block
}

.project-body {
    padding: 15px
}

.project h3 {
    font-size: 16px;
    color: var(--navy);
    margin: 0 0 8px
}

.project p {
    margin: 0;
    color: #657689;
    font-size: 13px
}

.faq {
    max-width: 920px
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 5px;
    margin-bottom: 8px;
    background: #fff
}

.faq-q {
    width: 100%;
    text-align: left;
    border: 0;
    background: #fff;
    padding: 15px 16px;
    font-weight: 700;
    color: #22445f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    gap: 14px
}

.faq-a {
    display: none;
    padding: 0 16px 15px;
    color: #617385;
    font-size: 14px
}

.faq-item.open .faq-a {
    display: block
}

/* Map */
.mapg {
    display: grid;
    grid-template-columns: 4fr 1fr;
    gap: 22px
}

.map {
    height: 370px;
    border-radius: 20px;
    position: relative;
    background: linear-gradient(135deg, #0b557f, #2d96ad);
    overflow: hidden
}

.regions {
    display: grid;
    gap: 9px
}

.region {
    border: 1px solid var(--l);
    background: white;
    border-radius: 12px;
    padding: 13px
}

.region span {
    display: block;
    color: var(--m);
    font-size: 13px
}

@media (max-width: 680px) {
    .mapg {
        grid-template-columns: 1fr;
    }
}

/* Clients */

.clients {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    overflow: hidden
}

.clients img {
    display: block;
    width: 100%;
    max-height: 320px;
    object-fit: contain
}

.clients-modern-section {
    background: linear-gradient(180deg, #fff 0%, #f7fafe 100%);
    border-top: 1px solid #eef3f8;
    border-bottom: 1px solid #e4ebf3
}

.trust-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 24px;
    align-items: stretch;
    margin-bottom: 22px
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 30px;
    background: #fff4dd;
    color: #9b5f00;
    border: 1px solid #f4d59f;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .55px
}

.trust-copy {
    padding: 2px 0
}

.trust-copy .lead {
    max-width: 760px;
    margin-bottom: 16px
}

.trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.trust-tags span {
    padding: 7px 10px;
    border-radius: 30px;
    background: #eef5fa;
    color: #4c667d;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #e0eaf2
}

.trust-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.trust-stat {
    min-height: 116px;
    padding: 18px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dde6ef;
    box-shadow: 0 7px 20px rgba(17, 42, 72, .045);
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.trust-stat-main {
    grid-row: span 2;
    min-height: 242px;
    background: linear-gradient(145deg, #112a48, #244e72);
    border: 0
}

.trust-stat strong {
    display: block;
    color: var(--navy);
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.7px
}

.trust-stat span {
    display: block;
    margin-top: 8px;
    color: #6d7e8e;
    font-size: 12px;
    line-height: 1.35
}

.trust-stat-main strong {
    color: #fff;
    font-size: 76px
}

.trust-stat-main span {
    color: #dce8f2;
    font-size: 15px
}

.logo-panel {
    background: #fff;
    border: 1px solid #dbe4ec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(17, 42, 72, .055)
}

.logo-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 17px 18px;
    border-bottom: 1px solid #e8eef4;
    background: linear-gradient(180deg, #fff, #fbfdff)
}

.logo-panel-head strong {
    display: block;
    color: var(--navy);
    font-size: 17px
}

.logo-panel-head span {
    display: block;
    margin-top: 3px;
    color: #718294;
    font-size: 12px
}

.logo-panel-note {
    font-size: 11px !important;
    color: #8394a4 !important;
    white-space: nowrap
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
    background: #e8edf3
}

.client-logo {
    position: relative;
    min-height: 94px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
    overflow: hidden;
    transition: .2s
}

.client-logo:hover {
    z-index: 1;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(17, 42, 72, .12)
}

.client-logo img {
    display: block;
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .65;
    transition: .2s
}

.client-logo:hover img {
    filter: grayscale(0);
    opacity: 1
}

.client-logo span {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8291a0;
    font-size: 9px;
    text-align: center;
    opacity: 0;
    transform: translateY(4px);
    transition: .2s
}

.client-logo:hover span {
    opacity: 1;
    transform: translateY(0)
}

.logo-panel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 15px 18px;
    border-top: 1px solid #e8eef4;
    background: #fbfdff
}

.logo-panel-footer p {
    margin: 0;
    color: #64778a;
    font-size: 13px;
    max-width: 800px
}

.logo-panel-footer .btn {
    flex: 0 0 auto
}

/* Service */
.service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 13px
}

.service-card {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 7px;
    padding: 17px;
    min-height: 143px;
    display: flex;
    flex-direction: column;
}

.icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #eaf7fd;
    color: #0086c4;
    font-weight: 800;
    margin-bottom: 12px
}

.service-card h3 {
    margin: 0 0 6px;
    color: var(--navy);
    font-size: 16px
}

.service-card p {
    margin: 0;
    color: #657689;
    font-size: 13px
}

.service-card .card-header {
    padding: 3px 3px 10px 3px;
    border-radius: 7px 7px 0 0;
}

.service-card .card-header .code {
    margin-bottom: 5px;
    background: #edf3f8;
    color: #3d566d;
    width: 2.7rem;
    height: 2.7rem;
    display: grid;
    place-items: center;
    font-weight: 900;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.service-card .card-header h3 {
    font-size: 20px;
}

.service-card .card-body {
    margin-bottom: 17px;
    flex: 1;
}

.card-bullets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 18px;
    margin: 20px 0 25px;
    padding: 0;
    list-style: none
}

.card-bullets li {
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    color: var(--navy);
}

.card-bullets li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 800;
}

@media (max-width: 980px) {
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .service-grid {
        grid-template-columns: 1fr;
    }
}

/* Service for problem */
.problem-block {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 22px;
}

.problem-recommendations .eyebrow {
    background: rgba(255, 255, 255, .10);
    color: #ffd181;
    border-color: rgba(255, 209, 129, .38);
}

.problem-recommendations h2 {
    color: #fff;
    font-size: 1.7em;
}

.problem-recommendations {
    padding: 30px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0e2744 0%, #12385d 62%, #1b4d78 100%);
    color: #fff;
}

.problem-recommendations div {
    margin-bottom: 2em;
}

.problem-recommendations ul {
    list-style: disc;
    margin-left: 2em;
}

.problem-list {
    display: grid;
    gap: 5px;
}

.problem-list li {
    border-radius: 5px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 7px 20px rgba(17, 42, 72, .04);
    cursor: pointer;
}

.problem-list li.active {
    border-color: #9bcdeb;
    box-shadow: var(--shadow);
}

@media (max-width: 680px) {
    .problem-block {
        grid-template-columns: 1fr;
    }
}

/* Process */

.process-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 5px;
    margin-bottom: 20px;
}

.process-list li {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 12px;
}

.process-list h3 {
    font-size: 20px;
    color: var(--text);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.process-list p {
    margin: 0;
    font-size: 13px;
}

/* Docs */

.docs-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.doc-example {
    border: 1px solid var(--line);
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}

.doc-example img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.doc-example h3 {
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
    font-weight: bold;
}

.doc-example p {
    font-size: 0.8rem;
    margin: 0;
}

@media (max-width: 680px) {
    .docs-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .docs-list {
        grid-template-columns: 1fr;
    }
}

/* Guarantees */
.guarantees-box {
    display: grid;
    grid-template-columns: 1.20fr .8fr;
    gap: 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
}

.guarantees-review blockquote {
    padding: 10px 24px 19px 80px;
    background: transparent;
}

.guarantees-review blockquote::before {
    content: "“";
    position: absolute;
    top: -2px;
    left: 41px;
    color: #bdd5dd;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
}

.guarantees-review i {
    display: block;
    text-align: right;
    padding-right: 5%;
}

.guarantees-review {
    position: relative;
    border-radius: 5px;
    padding: 0.5rem;
}

.guarantees-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.guarantees-thumb {
    height: 192px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #eff3f6;
}

.guarantees-title {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    text-align: center;
    background: rgba(240, 240, 255, .77);
    color: var(--text);
    font-weight: 800;
    font-size: 17px;
    padding: 10px;
}

@media (max-width: 980px) {
    .guarantees-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .guarantees-box {
        gap: 7px;
        padding: 7px;
    }

    .guarantees-review blockquote {
        padding: 10px 24px 19px 50px;
    }

    .guarantees-review blockquote::before {
        left: 11px;
        font-size: 48px;
        top: 2px;
    }

    .guarantees-side {
        grid-template-columns: 1fr;
    }
}

/* Cooperation */

.cooperation-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
    margin-bottom: 20px;
}

.cooperation-list li {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 15px;
}

.cooperation-list h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.cooperation-list p {
    margin: 0;
    font-size: 13px;
}

/* Expert */
.expert {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 28px;
    align-items: center;
    background: linear-gradient(135deg, #eaf6fa, #fbfdfe);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px;
}

.expert-photo {
    height: 230px;
    border-radius: 16px;
    object-fit: cover;
}

.expert blockquote {
    border-left: 4px solid var(--orange);
    padding-left: 16px;
    font-size: 18px;
    background-color: transparent;
    padding: 10px 24px 19px 20px;
    margin-left: 30px;
}

.expert blockquote::before {
    display: none;
}

@media (max-width: 680px) {
    .expert {
        grid-template-columns: 1fr;
    }

    .expert-photo {
        display: none;
    }
}

/* Section (hub) content */
.content-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    font-size: 110%;
}

.content-box h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.content-text {
    padding: 25px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.content-result {
    padding: 25px;
    color: #d9e7f3;
    background: linear-gradient(135deg, #0e2744 0%, #12385d 62%, #1b4d78 100%);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.content-result h3 {
    color: #d9e7f3;
}

.content-result li {
    font-size: 14px;
    padding: 5px 25px;
    position: relative;
}

.content-result li::before {
    content: "✓";
    position: absolute;
    left: 0px;
    color: var(--green);
    font-weight: 800;
}

@media (max-width: 980px) {
    .content-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .content-box {
        gap: 7px;
        padding: 7px;
    }
}

/* Equipment matrix */
.matrix-wrap {
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: white
}

.matrix {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px
}

.matrix th,
.matrix td {
    padding: 14px 15px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top
}

.matrix th {
    background: #eaf4f8;
    color: #154d6e;
    font-size: 13px
}

.matrix tr:last-child td {
    border-bottom: 0
}

.yes {
    color: var(--green);
    font-weight: 900
}

.conditional {
    color: #a76b13;
    font-weight: 800
}

/* Typical problems */

.typical-problems-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 5px;
    margin-bottom: 20px;
}

.typical-problems-list li {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 12px;
}

.typical-problems-list h3 {
    font-size: 20px;
    color: var(--text);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.typical-problems-list p {
    margin: 0;
    font-size: 13px;
}

/* Task formats */
.task-formats-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 5px;
    margin-bottom: 20px;
}

.task-formats-list li {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 12px;
}

.task-formats-list h3 {
    font-size: 20px;
    color: var(--text);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.task-formats-list p {
    margin: 0;
    font-size: 13px;
}

/* Repair order */
.repair-order-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
    margin-bottom: 20px;
}

.repair-order-list li {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 12px;
}

.repair-order-list h3 {
    font-size: 20px;
    color: var(--text);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.repair-order-list p {
    margin: 0;
    font-size: 13px;
}

/* Limits and factors */

.limits ul {
    list-style: disc;
    margin-left: 1em;
}

.content-factors {
    padding: 25px;
    color: #d9e7f3;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.content-factors ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.content-factors li {
    background-color: #f2f7f9;
    border-radius: 8px;
    padding: 10px;
    color: var(--text);
}

/* Service details list */

.service-details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px
}

.service-details-card .card-body {
    margin-bottom: 17px;
    flex: 1;
}

.service-details-grid ul {
    list-style: disc;
    margin-left: 1em;
    font-size: 13px;
    margin-top: 1em;
}

@media (max-width: 980px) {
    .service-details-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px) {
    .service-details-grid {
        grid-template-columns: 1fr;
    }
}

/* Service content */
.service-content-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.service-content-list .icon {
    width: auto;
    border-radius: 999px;
}

ul.service-content-list > li {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    padding: 18px;
    min-height: 180px
}

ul.service-content-list ul {
    list-style: disc;
    margin-left: 2em;
}

.service-content-list h3 {
    font-size: 16px;
    margin: 20px 0 8px;
    font-weight: bold;
}

ul.service-content-list {
    padding-left: 18px;
    font-size: 13px;
    color: var(--m);
    margin: 0
}

.service-content-list li.negative {
    background: #fff8f4;
    border-color: #efd7ce
}

.service-content-list li.negative .icon {
    background: #f6dfd7;
    color: #8b3e27;
}

/* Service steps list */
ul.service-steps-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

ul.service-steps-list > li {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    padding: 18px;
    min-height: 180px
}

/* Service methods list */

ul.service-methods-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

ul.service-methods-list > li {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    padding: 18px;
    min-height: 180px
}

ul.service-methods-list ul {
    list-style: disc;
    margin-left: 2em;
}

ul.service-methods-list h3 {
    font-size: 1.2em;
    font-weight: bold;
}

/* Service locations list */

.service-locations-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px
}

.service-locations-list .icon {
    width: auto;
    border-radius: 999px;
}

ul.service-locations-list > li {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    padding: 18px;
    min-height: 180px
}

ul.service-locations-list ul {
    list-style: disc;
    margin-left: 2em;
}

.service-locations-list h3 {
    font-size: 16px;
    margin: 20px 0 8px;
    font-weight: bold;
}

ul.service-locations-list {
    padding-left: 18px;
    font-size: 13px;
    color: var(--text);
    margin: 0
}

/* Service deadlines list */

.service-deadlines-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

ul.service-deadlines-list > li {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    padding: 18px;
    text-align: center;
}

.service-deadlines-list h3 {
    font-size: 24px;
    margin: 10px 0 18px;
    font-weight: bold;
}

/* Service materials list */

.service-materials-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.service-materials-list .icon {
    width: auto;
    border-radius: 999px;
}

ul.service-materials-list > li {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    padding: 18px;
    min-height: 180px
}

ul.service-materials-list ul {
    list-style: disc;
    margin-left: 2em;
}

.service-materials-list h3 {
    font-size: 16px;
    margin: 20px 0 8px;
    font-weight: bold;
}

ul.service-materials-list {
    padding-left: 18px;
    font-size: 13px;
    color: var(--text);
    margin: 0
}

/* Service guarantee list */

ul.service-guarantee-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

ul.service-guarantee-list > li {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    padding: 18px;
    min-height: 180px
}

ul.service-guarantee-list ul {
    list-style: disc;
    margin-left: 2em;
}

ul.service-guarantee-list h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.service-guarantee-list li.negative {
    background: #fff8f4;
    border-color: #efd7ce;
}
.service-guarantee-list li.negative h3{
    color: #8b3e27;
}

/* Service risks list */

.service-materials-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.service-materials-list .icon {
    width: auto;
    border-radius: 999px;
    color: #8b3e27;
}

ul.service-materials-list > li {
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    padding: 18px;
    min-height: 180px;
    background: #fff8f4;
    border-color: #efd7ce;
}

ul.service-materials-list ul {
    list-style: disc;
    margin-left: 2em;
}

.service-materials-list h3 {
    font-size: 16px;
    margin: 20px 0 8px;
    font-weight: bold;
}

ul.service-materials-list {
    padding-left: 18px;
    font-size: 13px;
    color: var(--text);
    margin: 0
}

/* Custom CSS */
a.btn {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 5px;
    background: #ef9200;
    border-width: 0;
    color: white;
    font-family: Arial;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: center;
}

a.btn,
button {
    font-weight: bold;
}

.section h2 {
    font-weight: bold;
}

a.btn-outline {
    background: #fff;
    color: var(--navy);
    border: 1px solid #b9c6d3;
}

.btn.btn-larger {
    padding: 7px 18px;
    font-size: 16px;
}

.hero-visual {
    cursor: pointer;
}

a.btn-secondary,
button.btn-secondary {
    background: #0096d8;
}

.tab-section {
    display: none;
}

.tab-section.active {
    display: block;
}



/* More custom */

button.tab {
    line-height: normal;
}

.config-step p {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--navy);
    font-weight: bold;
}

.config-result {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 7px;
    padding: 16px;
    margin: 36px 0 18px;
    box-shadow: 0 7px 20px rgba(17, 42, 72, .04);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.config-code {
    font-size: 24px;
    font-weight: bold;
    font-family: monospace;
    margin: 0 0 15px;
}

.survey-buttons,
.config-buttons {
    display: flex;
    gap: 15px;
}

.complect-list {
    list-style: none;
    margin-top: 20px;
}

.complect-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.complect-list li:before {
    content: "✓";
    color: #008b8b;
    font-weight: bold;
    font-size: 18px;
}

.model-section {
    margin-top: 40px;
}

.model-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--navy);
    border-left: 4px solid var(--line);
    padding-left: 12px;
}

.model-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
}

.model-card {
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 7px 20px rgba(17, 42, 72, .04);
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    transition: all 0.2s;
}

.model-card:hover {
    border-color: #9bcdeb;
    box-shadow: var(--shadow);
}

.model-card .model-name {
    font-size: 16px;
    font-weight: bold;
    color: var(--navy);
    margin-bottom: 8px;
}

.model-card .model-spec {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.model-card .model-link {
    font-size: 13px;
    color: var(--navy);
    margin-top: 10px;
    display: inline-block;
}

.model-card .model-link:hover {
    text-decoration: underline;
}

.compare-table,
.parameters-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    font-size: 14px;
}

.compare-table th,
.parameters-table th {
    background: #fff;
    color: var(--text);
    border-bottom: 2px solid var(--line);
    padding: 14px;
    text-align: left;
}

.compare-table td,
.parameters-table td {
    padding: 12px 14px;
    border-bottom: 1px solid #ddd;
}

.compare-table tr:nth-child(even),
.parameters-table tr:nth-child(even) {
    background: #f9f9f9;
}

.compare-table tr:hover,
.parameters-table tr:hover {
    background: #f0f8f8;
}

.timeline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.timeline-item {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.timeline-item .time {
    font-size: 20px;
    font-weight: bold;
    color: #0086c4;
}

.timeline-item .label {
    font-size: 12px;
    color: #666;
}

.timeline-arrow {
    font-size: 24px;
    color: #0086c4;
}

.equipment-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin-top: 25px;
}

.equipment-list article {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #fff;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 7px;
    max-width: 400px;
}

.equipment-list h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0.5rem 0;
}

.equipment-comment {
    font-size: 14px;
    color: var(--text);
    margin: 15px 0;
}

.equipment-list .comment {
    margin: 0.2rem 0 0.5rem;
    font-size: 0.8rem;
}

.equipment-list .badge {
    display: inline-flex;
    padding: 4px 8px;
    border-radius: 20px;
    background: #eaf7fd;
    color: #007eb7;
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
    margin: 0 0.5rem;
}

.survey-block {
    background: #fff;
    border: 1px solid #9bcdeb;
    border-radius: 7px;
    padding: 32px 16px;
    margin: 36px 0 18px;
    box-shadow: 0 7px 20px rgba(17, 42, 72, .04);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

/* Brands */
.brand-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    background-color: transparent;
}

.brand-list li {
    height: 68px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: white;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: #4a6676;
    padding: 5px;
}

.brand-list img {
    display: block;
    max-width: 100%;
    max-height: 58px;
    object-fit: contain;
}

@media(max-width:1000px) {
    .brand-list {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media(max-width:650px) {
    .brand-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

/* Capabilities */
.capabilities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-bottom: 30px;
}

.capabilities h3 {
    font-size: 24px;
    color: var(--text);
    margin: 0;
    font-weight: bold;
    line-height: 1;
}

.capabilities li {
    border: 1px solid var(--line);
    border-radius: 5px;
    background: white;
    padding: 18px
}

.capabilities p {
    margin: 0;
}

@media(max-width:1000px) {

    .capabilities,
    .docs,
    .collabs {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:650px) {

    .capabilities,
    .docs,
    .collabs {
        grid-template-columns: 1fr
    }
}

/* Client list */

.logo-panel {
    background: #fff;
    border: 1px solid #dbe4ec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(17, 42, 72, .055)
}

.logo-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 17px 18px;
    border-bottom: 1px solid #e8eef4;
    background: linear-gradient(180deg, #fff, #fbfdff)
}

.logo-panel-head strong {
    display: block;
    color: var(--navy);
    font-size: 17px
}

.logo-panel-head span {
    display: block;
    margin-top: 3px;
    color: #718294;
    font-size: 12px
}

.logo-panel-note {
    font-size: 11px !important;
    color: #8394a4 !important;
    white-space: nowrap
}

.logo-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1px;
}

.client-logo {
    position: relative;
    min-height: 94px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
    overflow: hidden;
    transition: .2s
}

.client-logo:hover {
    z-index: 1;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(17, 42, 72, .12)
}

.client-logo img {
    display: block;
    max-width: 100%;
    max-height: 52px;
    object-fit: contain;
    filter: grayscale(1);
    opacity: .65;
    transition: .2s
}

.client-logo:hover img {
    filter: grayscale(0);
    opacity: 1
}

.client-logo span {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8291a0;
    font-size: 9px;
    text-align: center;
    opacity: 0;
    transform: translateY(4px);
    transition: .2s
}

.client-logo:hover span {
    opacity: 1;
    transform: translateY(0)
}

@media(max-width:1100px) {
    .hero-points {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:980px) {
    .hero-grid {
        grid-template-columns: 1fr
    }

    .hero-visual {
        min-height: 290px
    }

    .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .info-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .projects {
        grid-template-columns: 1fr
    }

    .trust-intro {
        grid-template-columns: 1fr;
    }
}

@media(max-width:680px) {
    .container {
        padding: 0 15px
    }

    .topbar .left {
        display: none
    }

    .header-main {
        min-height: 65px;
        gap: 12px
    }

    .logo {
        width: 145px
    }

    .header-note {
        display: none
    }

    .header-contact strong {
        font-size: 15px
    }

    .header-contact span {
        display: none
    }

    .header-main>.btn {
        display: none
    }

    .nav .container {
        gap: 0
    }

    .nav a {
        font-size: 12px;
        padding: 11px 10px
    }

    .breadcrumbs {
        padding: 12px 0
    }

    .hero-grid {
        padding-bottom: 28px;
        gap: 20px
    }

    .hero-actions {
        display: grid
    }

    .hero-visual {
        min-height: 220px
    }

    .section {
        padding: 43px 0
    }

    .section h2 {
        font-size: 25px
    }

    .info-grid {
        grid-template-columns: 1fr
    }

    .trust-intro {
        gap: 16px
    }

    .trust-stats {
        grid-template-columns: 1fr 1fr
    }

    .trust-stat-main {
        grid-column: 1/-1;
        grid-row: auto;
        min-height: 138px
    }

    .trust-stat-main strong {
        font-size: 58px
    }

    .logo-panel-head {
        display: block
    }

    .logo-panel-note {
        display: none
    }

    .logo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .client-logo {
        min-height: 83px;
        padding: 12px 9px
    }

    .client-logo img {
        max-height: 45px;
        filter: none;
        opacity: .9
    }

    .client-logo span {
        display: none
    }

    .logo-panel-footer {
        display: block
    }

    .logo-panel-footer .btn {
        width: 100%;
        margin-top: 11px
    }
}

@media(max-width:520px) {
    .hero-points {
        grid-template-columns: 1fr
    }
}

@media(max-width:374px) {
    .hero-points {
        grid-template-columns: 1fr
    }
}
/* End */
/* /local/templates/techexpo/components/bitrix/news/maintenance/style.css?178813249235028 */
