﻿:root {
    --dark: #0B1116;
    --dark-2: #0c1720;
    --teal: #2c9bab;
    --teal-dark: #2D8D9D;
    --text: #121b24;
    --muted: #687785;
    --line: #dce5ec;
    --pale: #F5F8FB;
    --white: #fff;
}
* {
    box-sizing: border-box;
}
html {
    /*font-size: 1rem !important;*/
    scroll-behavior: smooth;
}
body {
    margin: 0;
    color: var(--text);
    background: var(--pale);
    line-height: 1.45;
    font-family: "Inter", Arial, sans-serif;
}
img {
    max-width: 100%;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    width: 80rem!important;
    margin: 0 auto;
}
h1,
h2,
h3 {
    font-family: "Archivo", "Inter", sans-serif;
    margin: 0 0 1.125rem;
    line-height: 1.02;
    letter-spacing: 0;
    font-weight: 800;
}
h1 {
    font-size: clamp(2.375rem, 4.05vw, 3.625rem);
    color: var(--white);
}
h2 {
    font-size: clamp(1.6875rem, 2.45vw, 2.375rem);
}
h3 {
    font-size: 1.25rem;
}
p {
    margin: 0 0 1.125rem;
}
.site-header {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    /*background: rgba(7, 16, 22, 0.94);*/
    /*border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.06);*/
    /*backdrop-filter: blur(0.875rem);*/
    padding: 0.5rem 0;
    transition: all 0.35s;
}
.site-header.shadow{
    background: rgba(7, 16, 22, 0.94);
}
.header-wrap {
    display: flex;
    align-items: center;
    gap: 1.625rem;
    justify-content: space-between;
}
.site-header .container,
.hero:not(.catalog-hero) .container {
    width: min(88rem, calc(100% - 2.5rem));
}
.logo{
    display: block;
}
.logo img {
    width: 9rem;
}
.menu {
    display: flex;
    align-items: center;
    gap: 1.575rem;
    color: #d9e5ea;
    font-size: 0.8125rem;
}
.menu a:hover {
    color: var(--teal);
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}
.site-header .whatsapp {
    display: block;
    position: static;
    width: 2.375rem;
    height: 2.375rem;
    flex: 0 0 2.375rem;
    background: transparent;
    border-radius: 0;
    z-index: auto;
}
.site-header .whatsapp:hover{
    opacity: 0.6;
}
.site-header .whatsapp:before,
.site-header .whatsapp:after {
    display: none;
    content: none;
}
.site-header .whatsapp img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1.5rem;
    border: 0;
    border-radius: 0.25rem;
    color: #fff;
    background: var(--teal);
    cursor: pointer;
    transition: all 0.35s;
    height: 3.125rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
}
.btn:hover {
    color: white;
    background: var(--teal-dark);
}
.btn-outline {
    border-radius: 0.25rem;
    color: #fff;
    border: 0.0625rem solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.02);
}
.btn-outline:hover {
    background-color: #d9e5ea;
    color: black;
}
.btn-small {
    min-height: 2.5rem;
    padding: 0 1.125rem;
    font-size: 0.8125rem;
}
.btn.dark {
    background: var(--dark);
}
.btn.dark:hover{
    background: #393939;
    color: white;
}
.link-btn,
.plain-link {
    color: var(--teal);
    font-weight: 800;
}
.menu--show {
    display: none;
    width: 2.925rem;
    height: 2.925rem;
    background: transparent;
    border: 0.0625rem solid rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
}
.menu--show span {
    display: block;
    width: 1.325rem;
    height: 0.125rem;
    margin: 0.35rem auto;
    background: #fff;
}
.hero,
.page-title,
.article-hero {
    padding: 7.875rem 0 4.5rem;
    color: #d8e4ea;
    background: radial-gradient(circle at 72% 35%, rgba(44, 155, 171, 0.26), transparent 25%),
    radial-gradient(circle at 5% 94%, rgba(44, 155, 171, 0.42), transparent 24%),
    linear-gradient(110deg, #071016 0%, #0a151d 58%, #071016 100%);
}

.page_hero{
    padding-top: 8rem;
    padding-bottom: 3rem;
    color: #d8e4ea;
    background: radial-gradient(circle at 72% 35%, rgba(44, 155, 171, 0.26), transparent 25%),
    radial-gradient(circle at 5% 94%, rgba(44, 155, 171, 0.42), transparent 24%),
    linear-gradient(110deg, #071016 0%, #0a151d 58%, #071016 100%);
}
.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(22.5rem, 0.88fr);
    align-items: center;
    gap: 2.875rem;
}
.hero h1 span,
.eyebrow {
    color: var(--teal);
}
.hero h1 {
    max-width: 40.625rem;
}
.hero p:not(.eyebrow) {
    max-width: 35rem;
    font-size: 1.125rem;
}
.breadcrumbs {
    color: #81909b;
    font-size: 0.8125rem;
}
.eyebrow {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: none !important;
    margin-bottom: 1.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: Archivo, sans-serif;
}
.eyebrow:before {
    content: "";
    width: 2rem;
    height: 0.0625rem;
    background: var(--teal);
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 2.375rem 0 3rem;
}
.stats {
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #7e8b95;
    align-items: end;
    max-width: 32rem;
    padding-top: 2.375rem;
}
.stats:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background: rgba(255, 255, 255, 0.12);
}
.stats b {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    font-family: Archivo, sans-serif;
}
.preim_item{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.stats span {
    white-space: nowrap;
    margin-right: 2.75rem;
    align-self: end;
}
.stats span:last-child {
    margin-right: 0;
}
.hero-visual {
    position: relative;
    justify-self: end;
    width: 34rem;
}
.hero-img {
    max-height: none;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 1.875rem 2.8125rem rgba(21, 150, 170, 0.25));
}
.hero-badge {
    position: absolute;
    left: 2.1875rem;
    bottom: 4.6875rem;
    min-width: 10.875rem;
    padding: 0.875rem 1rem;
    border: 0.0625rem solid rgba(255, 255, 255, 0.08);
    border-radius: 0.25rem;
    background: rgba(8, 17, 24, 0.58);
    backdrop-filter: blur(0.375rem);
}
.hero-badge strong {
    display: block;
    color: var(--teal);
    font-size: 0.875rem;
    line-height: 1.15;
}
.hero-badge span {
    display: block;
    margin-top: 0.1875rem;
    color: #8b99a3;
    font-size: 0.8125rem;
}
.hero:not(.catalog-hero) {
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.hero:not(.catalog-hero) .hero-grid {
    grid-template-columns: 42rem 1fr;
    gap: 2.5rem;
}
.hero:not(.catalog-hero) h1 {
    max-width: 42rem;
    font-size: 2.5rem;
    line-height: 1.12;
    font-weight: 800;
}
.hero:not(.catalog-hero) p:not(.eyebrow) {
    max-width: 29.5rem;
    line-height: 1.45;
}
.hero:not(.catalog-hero) .hero-img {
    max-height: none;
}
.direction_top span{
    font-size: 0.95rem;
}
.section {
    padding-top: 5rem;
}
.section-title {
    font-weight: 800;
    margin-bottom: 2rem;
}
.section-title.mb_1{
    margin-bottom: 1.25rem;
}
.pale {
    background: var(--pale);
}
.directions-section {

}
.catalog-section {
   padding-bottom: 5rem;
}
.compressors-section {
    padding-bottom: 5rem;
}

.brands-section {

}
.news-section {
    padding-bottom: 5rem;
}
.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}
.tabs {
    display: flex;
    gap: 0.625rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.tabs button, .tabs a {
    border: 0.0625rem solid var(--line);
    border-radius: 0.25rem;
    background: #fff;
    padding: 0.55rem 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    font-family: Inter, sans-serif;
    transition: all 0.35s;
}
.tabs button:hover, .tabs  a:hover{
    border-color: var(--dark);
    color: black;
}
.tabs button.active, .tabs a.active {
    background: var(--dark);
    color: #fff;
    border-color: var(--dark);
}
.catalog_page_section{
    padding-bottom: 5rem;
}
.direction-grid,
.product-grid,
.news-grid,
.feature-grid,
.brand-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.375rem;
}

.catalog_page_products .product-grid{
    grid-template-columns: repeat(3, 1fr);
}
.direction-card,
.product-card,
.news-card,
.contact-card,
.featured-news {
    background: #fff;
    border: 0.0625rem solid var(--line);
    border-radius: 8px;
    overflow: hidden;
}
.direction-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.25rem;
}
.direction_img img{
    transition: all 0.25s;
}
.direction-card:hover .direction_img img{
    transform: scale(1.05);
}
.direction_img{
    height: 14.25rem;
    overflow: hidden;
    margin: -1px;
}
.direction-card strong{
    font-size: 1.125rem;
    font-family: Archivo, sans-serif;
    font-weight: 700;
}
.direction-card strong,
.direction-card span,
.direction-card em {
    display: block;
    margin: 1rem 1.125rem 0;
}
.direction-card span,
.product-card p,
.news-card p,
.site-footer p,
.featured-news p {
    color: var(--muted);
}
.direction-card em {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    gap: 0.35rem;
    color: black;
}
.direction-card em img{
    width: 0.85rem;
    position: relative;
    transition: all 0.35s;
    left: 0;
}
.direction-card:hover em img{
    left: 0.5rem;
}
.product-card {
    position: relative;
    padding-bottom: 1.125rem;
}
.product-card img {
    width: 100%;
    height: 13.4375rem;
    object-fit: cover;
}
.product-card small,
.product-card h3,
.product-card p,
.product-card dl,
.card-actions {
    margin-left: 1.125rem;
    margin-right: 1.125rem;
}
.product-card small {
    display: block;
    color: var(--muted);
    margin-top: 1.125rem;
    text-transform: uppercase;
    font-weight: 800;
}
.badge,
.tag {
    display: inline-flex;
    padding: 0.3125rem 0.5625rem;
    border-radius: 0.25rem;
    background: #d7f0f3;
    color: var(--teal-dark);
    font-size: 0.75rem;
    font-weight: 800;
}
.product-card .badge {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    background: var(--dark);
    color: #fff;
}
.product-card dl {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.375rem;
    font-size: 0.8125rem;
}
.product-card dt {
    color: var(--muted);
}
.product-card dd {
    margin: 0;
    font-weight: 800;
}
.card-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    margin-top: 1.125rem;
    font-weight: 800;
}
.compact {
    grid-template-columns: repeat(3, 1fr);
}
.compact .prod_img{
    height: 20rem;
}
.rent-band,
.dark-form-band {
    padding: 5rem 0;
    color: #fff;
    background: var(--dark);
}
.rent-grid {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    gap: 4rem;
    align-items: end;
}
.rent-grid img {
    border-radius: 0.25rem;
    width: 100%;
}
.check-list,
.adv-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.875rem;
    padding: 0;
    margin: 1.25rem 0 1.75rem;
    list-style: none;
}
.check-list li,
.adv-list li,
.note {
    padding: 0.875rem 1rem;
    border-radius: 0.3125rem;
    background: rgba(44, 155, 171, 0.12);
    color: #dce8ee;
}
.light-band {

    display: flex;
    align-items: center;
    padding: 5rem 0;
    color: #fff;
    /*background:*/
    /*        linear-gradient(90deg, rgba(7, 16, 22, 0.92), rgba(7, 16, 22, 0.55)),*/
    /*        url("../img/Световые мачты.jpg") center/cover;*/
    background-attachment: fixed;
}
.light-band p {
    max-width: 38.75rem;
    color: #d7e1e7;
}
.metrics {
    display: flex;
    gap: 2.125rem;
    flex-wrap: wrap;
    margin: 1.75rem 0;
    font-weight: 800;
    color: var(--teal);
}
.feature-grid {
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
}
.feature-grid-img{
    background: #0F1720;
    border-radius: 6px;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.feature-grid-img img{
    max-width: 1.625rem;
}

.feature-grid{
    gap: 1px;
    border: 0.0625rem solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--line);
}
.feature-grid > div {
    padding: 1.625rem;
    background: #fff;

}

.feature-grid strong {
    display: block;
    margin-bottom: 0.5rem;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    color: #0F1720;
}
.feature-grid p{
    color: #6B7C88;
    margin: 0;
    font-size: 0.875rem;
    padding-right: 3rem;
}
.brand-grid {
    grid-template-columns: repeat(4, 1fr);
    border: 0.0625rem solid var(--line);
    background: var(--line);
    border-radius: 8px;
    overflow: hidden;
    gap: 1px;
}
.brand-item {
    padding: 1.75rem;
    text-align: center;
    color: #6B7C88;
    font-family: Archivo, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.125rem;
    background: white;
    min-height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
}
.brand-item:hover{
    background: var(--teal-dark);
    color: white;
}
.news-grid {
    grid-template-columns: repeat(3, 1fr);
}
.news-card img {
    width: 100%;
    height: 12.8125rem;
    object-fit: cover;
}
.news-card div {
    padding: 1.375rem;
}
.news-card a,
.featured-news a {
    font-weight: 800;
}
.cta-strip {
    padding: 5rem 0;
    color: #fff;
    background: var(--teal-dark);
    display: flex;
    align-items: center;
}

.cta-strip .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.875rem;
}
.request-section {
    color: #fff;
    background: var(--dark);
}
.request-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 4.5rem;
}
.contact-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.2rem 1rem;
    margin: 1.5rem 0;
}

.contact-list a:hover,
.site-footer a:hover {
    color: var(--teal);
}
.map-box {
    display: grid;
    place-items: center;
    height: 20.5rem;
    color: #111;
    background: #f2f2f2;
    border-radius: 0.3125rem;
    overflow: hidden;
}
.map-box iframe{
    width: 100%!important;
    height: 100%!important;
}
.policy{
    font-size: 0.75rem;
    color: #6B7C88;
}
.policy a{
    text-decoration: underline;
    color: #6B7C88;
}
.policy a:hover{
    text-decoration: none;
}
.dark-form {
    display: grid;
    gap: 1rem;
    padding: 1.75rem;
    background: var(--dark-2);
    border: 0.0625rem solid rgba(255, 255, 255, 0.08);
    border-radius: 0.375rem;
}
.dark-form label {
    display: grid;
    gap: 0.5rem;
    color: #D5DDE2;
    font-size: 0.875rem;
    font-weight: 600;
}
input,
select,
textarea {
    width: 100%;
    min-height: 3.125rem;
    border: 0.0625rem solid var(--line);
    border-radius: 0.25rem;
    padding: 0 0.875rem;
    color: var(--text);
    background: #fff;
    font: inherit;
}
textarea {
    padding-top: 0.875rem;
    resize: vertical;
}
.dark-form input,
.dark-form select,
.dark-form textarea {
    color: #fff;
    background: #071018;
    border-color: #1a2a35;
}
.dark-form input::placeholder, .dark-form textarea::placeholder{
    color: #6B7C88;
}
.site-footer {
    color: #778691;
    background: #081116;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 5.625rem;
    padding: 4.5rem 0;
}
.footer-logo {
    width: 13.125rem;
    margin-bottom: 1.375rem;
}
.site-footer h3 {
    color: #fff;
    font-size: 0.9375rem;
    text-transform: uppercase;
}
.site-footer a {
    display: block;
    margin-bottom: 0.75rem;
    color: #6B7C88;
    font-size: 0.875rem;
}
.slogan{
    color: #6B7C88;
    font-size: 0.875rem;
}
.socials {
    display: flex;
    gap: 0.625rem;
}
.socials a {
    display: grid;
    place-items: center;
    width: 2.375rem;
    height: 2.375rem;
    border: 0.0625rem solid #1a2a35;
    border-radius: 0.25rem;
    color: #fff;
}
.socials a:hover{
    background: var(--teal-dark);
    color: white;
    border-color: var(--teal-dark);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.375rem 0;
    border-top: 0.0625rem solid #111d25;
    font-size: 0.875rem;
}
.footer-bottom a{
    display: inline;
}



.close {
    position: absolute;
    right: 1.125rem;
    top: 1rem;
    width: 1.5rem;
    height: 1.5rem;
}
.close:before,
.close:after {
    content: "";
    position: absolute;
    left: 0.6875rem;
    top: 0.125rem;
    width: 0.125rem;
    height: 1.25rem;
    background: #fff;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}
.modal_title {
    font:
            800 1.75rem/1.1 "Archivo",
            sans-serif;
    margin-bottom: 0.75rem;
}
.catalog-layout {
    display: grid;
    grid-template-columns: 16.25rem 1fr;
    gap: 1.5rem;
    align-items: start;
}

.page-title h1,
.article-hero h1 {
    max-width: 53.75rem;
}
.news-title {
    padding-bottom: 5.625rem;
}
.featured-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 2.125rem 0 1.5rem;
}
.featured-news img {
    width: 100%;
    height: 24.375rem;
    object-fit: cover;
}
.featured-news div {
    padding: 4.375rem 3rem;
}
.list {
    grid-template-columns: repeat(3, 1fr);
}
.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}
.gallery .main-photo {
    width: 100%;
    height: 30rem;
    object-fit: cover;
    border-radius: 0.3125rem;
}

.cat--unit__nav{
    margin-top: 10px;
}
.nav_item{
    border-radius: 0.3125rem;
    overflow: hidden;
    height: 10rem;
    transition: all 0.35s;
    cursor: pointer;
}
.slick-current .nav_item{
    opacity: 0.7;
}
.cat--unit__nav .slick-list{
    margin: 0 -5px;
}
.cat--unit__nav .slick-slide > div{
    padding: 0 5px;
}
.card_slider{
    border-radius: 0.3125rem;
    overflow: hidden;
}
.card_slider a{
    display: block!important;
    height: 26.875rem;
}
.product-info {
    padding: 0.625rem 0;
}
.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 1.625rem 0;
    border: 1px solid #D5DDE2;
    border-radius: 0.375rem;
    overflow: hidden;
    gap: 1px;
    background: #D5DDE2;
}
.spec-grid span {
    padding: 1.25rem;
    background: #fff;
}
.spec-grid b{
    font-size: 1.125rem;
    font-family: Archivo, sans-serif;
    font-weight: 700;
}
.spec-grid small {
    display: block;
    color: #6B7C88;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.del_note{
    font-size: 0.875rem;
    color: #34414B;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}
.del_note img{
    width: 2.25rem;
}
.del_note span{
    width: calc(100% - 2.25rem);
    padding-left: 1rem;
}
.dark-form-band{
    margin-top: 5rem;
}
main.card_page{
    padding-bottom: 5rem;
}
.ghost-btn {
    display: inline-flex;
    min-height: 3rem;
    align-items: center;
    padding: 0 1.375rem;
    margin-left: 0.75rem;
    border: 0.0625rem solid var(--line);
    border-radius: 0.25rem;
    font-weight: 800;
    background: #fff;
}
.note {
    margin-top: 1.5rem;
    color: var(--text);
    background: #fff;
    border: 0.0625rem solid var(--line);
}
.two-col {
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 4.375rem;
}
.spec-table {
    width: 100%;
    border-collapse: collapse;
}
.spec-table-box{
    border: 0.0625rem solid var(--line);
    border-radius: 0.375rem;
    overflow: hidden;
    margin-bottom: 2rem;
    font-size: 0.875rem;
}

.spec-table tr:not(:last-child){
    border-bottom: 0.0625rem solid var(--line);
}
.spec-table tr:nth-child(odd){
    background: #ffffff;
}
.spec-table tr:nth-child(even){
    background: #F4F7F999;
}
.spec-table td {
    padding: 1.0625rem 1.25rem;
}
.spec-table td:first-child {
    color: #6B7C88;

}
.spec-table td:last-child {
    font-weight: 600;
}
.adv-list {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 2rem;
}
.adv-list li {
    padding: 0.975rem 1rem;
    color: #34414B;
    background: #fff;
    border: 0.0625rem solid #D5DDE2;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.adv-list li img{
    width: 1.5rem;
}
.adv-list li span{
    width: calc(100% - 1.5rem);
    padding-left: 0.75rem;
}
.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}
.chips span {
    padding: 0.75rem 1rem;
    background: #fff;
    border: 0.0625rem solid #D5DDE2;
    border-radius: 0.25rem;
    font-weight: 500;
    color: #22303C;
    font-size: 0.875rem;
}
.offer-form {
    width: min(38.75rem, 100%);
    margin: 0 auto;
}
.article-hero {
    background:
            linear-gradient(90deg, rgba(7, 16, 22, 0.92), rgba(7, 16, 22, 0.65)),
            url("../img/big-news.jpg") center/cover;
}
.article {
    width: 50rem;
    margin: 0 auto;
    padding: 5rem 0;
}

.lead {
    padding-left: 1.5rem;
    border-left: 0.1875rem solid var(--teal);
    font-weight: 500;
    color: var(--text) !important;
    font-size: 1.125rem;
}
.article figure {
    margin: 2.1875rem 0;
}
.article figure img {
    width: 100%;
    border-radius: 0.3125rem 0.3125rem 0 0;
}
.article figcaption {
    padding: 0.75rem 1rem;
    color: var(--muted);
    background: var(--pale);
    border-radius: 0 0 0.3125rem 0.3125rem;
}
.article-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2.125rem;
    padding: 1.375rem 1.625rem;
    background: var(--pale);
    border-radius: 8px;
    font-size: 1.125rem;
}
.contacts-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 1.5rem;
}
.contact-card {
    padding: 1.875rem;
}
.contact-form {
    display: grid;
    gap: 0.875rem;
}
.cat_bottom_btn{
    margin-top: 1.5rem;
}

.btn.trans_btn{
    border: 1px solid #D5DDE2;
    color: black;
    background-color: transparent;
}
.btn.trans_btn:hover{
    background-color: var(--teal);
    color: white;
    border-color: var(--teal);
}
.prod_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    border: 1px solid #D5DDE2;
    overflow: hidden;
    background-color: white;
}
.prod_img{
    overflow: hidden;
    height: 15.2rem;
    position: relative;
}
.prod_sticks{
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 100%;
    padding: 0 0.8rem;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}
.gallery img{
    object-position: top;
}
.prod_sticks span{
    background-color: #0B1116D9;
    font-size: 0.75rem;
    font-weight: 700;
    color: #2D8D9D;
    border-radius: 4px;
    padding: 0.25rem 0.45rem;
}
.prod_sticks span.prod_nal{
    background-color: #2D8D9DE5;
    color: white;
}
.prod_sticks span.prod_nal.not, .prod_card_aval.not{
    background-color: rgba(255, 1, 90, 0.9);
    color: white;
}
.prod_card_aval.not i{
    background: white;
}

.prod_pad{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.prod_brand{
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-family: Archivo, sans-serif;
    color: #6B7C88;
}
.prod_title{
    font-family: Archivo, sans-serif;
    font-weight: 700;
}
.prod_anons{
    color: #6B7C88;
    font-size: 0.875rem;
    line-height: 1.5;
}
.prod_chars{
    border-top: 1px solid #d9dcdf;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.prod_char_item{
    display: flex;
    justify-content: space-between;
    gap: 0.25rem;
    font-size: 0.875rem;
}
.prod_char_item span:first-child{
    color: #6B7C88;
}
.prod_char_item span:last-child{
    color: #0F1720;
    font-weight: 600;
}
.prod_bottom{
    display: flex;
    justify-content: space-between;
    padding: 0.7rem;
    padding-top: 0;
}
.prod_bottom .btn{
    padding: 0;
    width: 49%;
    text-transform: uppercase;
    font-size: 0.75rem;
}
.prod_bottom .trans_btn{
    pointer-events: none;
}
.prod_item:hover .btn.trans_btn{
    background-color: #e9ecef;
}
.prod_img img{
    transition: all 0.35s;
}
.prod_item:hover .prod_img img{
    transform: scale(1.05);
}
.checks{
    padding-top: 0.3rem;
    margin-bottom: 3rem;
}
.checks ul{
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
    gap: 1.25rem 1rem;
    color: #D5DDE2;
    font-size: 0.875rem;
    margin: 0;
}
.checks ul li{
    position: relative;
    padding-left: 2.3rem;
    width: calc(50% - 0.5rem);
}
.checks ul li:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("../img/check.png");
    background-size: 100% 100%;
    content: "";
}
.rent_img{
    position: relative;
}
.rent_stick{
    position: absolute;
    right: 1.8rem;
    bottom: -1.2rem;
    background: #2D8D9D;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /* text-align: center; */
    gap: 0.2rem;
    border-radius: 8px;
    box-shadow: 0px 20px 25px -5px #0000001A;
    z-index: 1;
    padding: 0.9rem 1.2rem;
}
.rent_stick b{
    font-family: Archivo, sans-serif;
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 1;
}
.rent_stick span{
    font-size: 0.875rem;
    font-weight: 600;
}
.metrics_list{
    display: grid; /* Actives the grid layout */
    grid-template-columns: repeat(3, 1fr); /* Creates 3 equal-width columns */
    gap: 1rem; /* Adds space between the grid items */
    width: 40rem;
    margin-bottom: 2.2rem;
    margin-top: 2.2rem;
}
.metrics_item{
    border-left: 1px solid #2D8D9D;
    padding-left: 1.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.metrics_item b{
    font-weight: 800;
    font-family: Archivo, sans-serif;
    font-size: 1.25rem;
    color: #2D8D9D;
}
.metrics_item span{
    color: #D5DDE2;
    font-size: 0.875rem;
}

.news_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border: 1px solid #D5DDE2;
    border-radius: 8px;
    background: white;
    overflow: hidden;
}
.news_img{
    height: 14.125rem;
    overflow: hidden;
}
.news_img img{
    transition: all 0.25s;
}
.news_item:hover .news_img img{
    transform: scale(1.05);
}

.news_item em {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    gap: 0.35rem;
    color: black;
}
.news_item em img {
    width: 0.85rem;
    position: relative;
    transition: all 0.35s;
    left: 0;
}

.news_date_flex{
    gap: 0.5rem;
    font-size: 0.75rem;
}
.news_date_flex span{
    color: #2D8D9D;
    background: #2D8D9D30;
    border-radius: 4px;
    padding: 0.3rem 0.3rem;
    font-weight: 600;
}
.news_date{
    color: #6B7C88;
}
.news_pad{
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.news_title{
    font-size: 1.125rem;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    line-height: 1.2;
}
.news_anons{
    color: #6B7C88;
    font-size: 0.875rem;
    line-height: 1.5;
}
.news_bottom{
    padding: 1.5rem;
    padding-top: 0;
}
.news_item:hover em img {
    left: 0.5rem;
}
.cont_title{
    color: #6B7C88;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    margin-bottom: 0.35rem;
}
.cont_list{
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    color: #D5DDE2;
    font-weight: 700;
}

.contact-list a {
    display: block;
    color: #D5DDE2
}
.page_hero_box h1{
    font-size: 3rem;
}

.filters {
    padding: 1.5rem;
    background: #fff;
    border: 0.0625rem solid #D5DDE2;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    color: #17212b;
}

.filters__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.125rem;
}

.filters__title {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 800;
    font-family: Archivo, sans-serif;
}

.filters__reset {
    padding: 0;
    border: 0;
    background: transparent;
    color: #2395a8;
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    font-family: Inter, sans-serif;
}

.filter-group:not(:last-child){
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
    border-bottom: 0.0625rem solid #dbe2e6;
}

.filter-group:last-child {
    margin-bottom: 0;
}

.filter-group__title {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 700;
    font-family: Archivo, sans-serif;
    text-transform: uppercase;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.filter-checkbox:last-child {
    margin-bottom: 0;
}

.filter-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filter-checkbox__box {
    position: relative;
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    border: 0.0625rem solid #ced9df;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    transition: 0.2s;
}

.filter-checkbox__text {
    color: #34414B;
    font-size: 0.875rem;
    line-height: 1.2;
}

.filter-checkbox input:checked + .filter-checkbox__box {
    border-color: #3596a8;
    background: #3596a8;
}

.filter-checkbox input:checked + .filter-checkbox__box::after {
    content: "";
    position: absolute;
    left: 0.3rem;
    top: 0.1125rem;
    width: 0.2375rem;
    height: 0.55rem;
    border: solid #fff;
    border-width: 0 0.1875rem 0.1875rem 0;
    transform: rotate(45deg);
}

.filter-checkbox:hover .filter-checkbox__box {
    border-color: #3596a8;
}

.filter-checkbox input:focus-visible + .filter-checkbox__box {
    outline: 0.125rem solid rgba(53, 150, 168, 0.25);
    outline-offset: 0.125rem;
}



.catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1.875rem;
    border-bottom: 0.0625rem solid #dfe4e7;
    font-size: 0.875rem;
    color: #41505d;
}

.catalog-toolbar__found {
    font-weight: 500;
    color: #6B7C88;
}

.catalog-toolbar__found strong {
    color: #17212b;
    font-weight: 700;
}

.catalog-toolbar__right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.catalog-toolbar__sort,
.catalog-toolbar__show {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.catalog-toolbar__sort select {
    height: 2.25rem;
    /* min-width: 14.125rem; */
    padding: 0 1.45rem 0 1rem;
    border: 0.0625rem solid #d3dde2;
    border-radius: 0.3125rem;
    background: #fff;
    color: #17212b;
    font: inherit;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    min-height: unset;
    font-size: 0.875rem;
}

.catalog-toolbar__show button {
    width: 2.063rem;
    height: 2.063rem;
    padding: 0;
    border: 0.0625rem solid #d3dde2;
    border-radius: 0.3125rem;
    background: #fff;
    color: #374552;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.catalog-toolbar__show button.active {
    background: #17212b;
    border-color: #17212b;
    color: #fff;
}

.product_hero h1{
    font-size: 2.25rem;
}
.card_brands_flex{
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
}
.card_brand{
    color: #0B1116;
    background: #2D8D9D;
    border-radius: 4px;
    font-family: Archivo, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.4rem 0.8rem;
}
.card_parent{
    color: #6B7C88;
    font-size: 0.875rem;
}
.content{
    color: #34414B;
}
.prod_info_brand{
    font-family: Archivo, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #6B7C88;
    letter-spacing: 0.05rem;
    margin-bottom: 1rem;
}
.prod_card_aval{
    font-size: 0.875rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    background: #2D8D9D1A;
    font-weight: 600;
    padding: 0.5rem 0.9rem;
}
.prod_card_aval i{
    width: 8px;
    height: 8px;
    background: #2D8D9D;
    border-radius: 50%;
}
.gap1{
    gap: 1rem;
}
.card_box_title{
    color: #0F1720;
    font-family: Archivo, sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.dark-form-band h2{
    font-size: 1.875rem;
    margin-bottom: 0;
}
.form_text{
    font-size: 0.875rem;
    color: #D5DDE2;
}
.dark-form-band .form-group label{
    color: #D5DDE2;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.35rem;
}
.big_news{
    margin-bottom: 20px;
}
.big_news .news_item{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.big_news .news_img{
    width: 50%;
    height: 25rem;
}
.big_news .news_pad{
    width: 50%;
}

.big_news .news_bottom{
    padding: 0;
}
.news_hero .card_brand{
    color: white;
}
.news_hero .card_parent{
    color: #D5DDE2;
}
.news_card_page{
    background: white;
}

.content h1{
    font-size: 1.8rem;
    font-family: Archivo, sans-serif;
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-weight: 800;
    color: #0F1720;
}
.content h2{
    font-size: 1.6rem;
    font-family: Archivo, sans-serif;
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-weight: 800;
    color: #0F1720;
}
.content h3{
    font-size: 1.5rem;
    font-family: Archivo, sans-serif;
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-weight: 800;
    color: #0F1720;
}
.content h4{
    font-size: 1.25rem;
    font-family: Archivo, sans-serif;
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-weight: 800;
    color: #0F1720;
}
.content h5{
    font-size: 1.1rem;
    font-family: Archivo, sans-serif;
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-weight: 800;
    color: #0F1720;
}
.content h6{
    font-size: 1.1rem;
    font-family: Archivo, sans-serif;
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-weight: 800;
    color: #0F1720;
}
.page_hero .content{
    margin-bottom: -1rem;
    color: #D5DDE2;
}
.result p {
    margin: 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(219, 74, 74, 0.22);
    border-radius: 0.5rem;
    background: #fff1f1;
    color: #db4a4a !important;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.85rem;
    text-align: center;
}

.empty_block {
    width: 100%;
    padding: 4rem 1.5rem;
    border: 0.0625rem solid var(--line);
    border-radius: 1.25rem;
    background: white;
    text-align: center;
}

.empty_block__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: rgba(44, 155, 171, 0.12);
    color: var(--teal);
    font-size: 2rem;
}

.empty_block__title {
    margin: 0 0 0.625rem;
    color: var(--text);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
}

.empty_block__text {

    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
}

.pb_5{
    padding-bottom: 5rem;
}

.empty_block__btn:hover {
    background: var(--teal-dark);
    transform: translateY(-0.125rem);
}

@media (max-width: 36rem) {
    .empty_block {
        padding: 3rem 1rem;
    }

    .empty_block__icon {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 1.75rem;
    }

    .empty_block__title {
        font-size: 1.25rem;
    }
}

.no_img{
    width: 100%;
    height: 100%;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_hero h1 span{
    color: var(--teal);
}
.no_img:after{
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    opacity: 0.3;
    content: "Нет фото";
}
.rent_page .rent-band{
    background: white;
    color: #5a5a5a;
}
.rent_page .rent-band .content{
    margin-bottom: 2rem;
}

.rent_page .checks ul {
    color: #5a5a5a;
}
.rent_page .checks {
    margin-bottom: 0;
}

.about_page .page_hero_box {
    max-width: 54rem;
}

.about_page .page_hero_box h1 {
    max-width: 52rem;
}

.about_page .page_hero .content {
    max-width: 43rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.about-intro-section {
    background: #fff;
}

.about-banner {
    position: relative;
    overflow: hidden;
    height: auto;
    margin-top: -1.2rem;
    margin-bottom: 3rem;
    border-radius: 0.75rem;
    background: #0F1720;
}

.about-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 16, 22, 0) 58%, rgba(7, 16, 22, 0.26) 100%);
    pointer-events: none;
}

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

.about-intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4.5rem;
    align-items: start;
    padding-bottom: 4rem;
}

.about-intro__lead .section-title,
.about-capabilities .section-title {
    margin-bottom: 0;
}

.about-intro__text {
    line-height: 1.75;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.about-value {
    min-height: 14rem;
    padding: 2rem;
    border: 0.0625rem solid var(--line);
    border-radius: 0.5rem;
    background: #fff;
}

.about-value span {
    display: block;
    margin-bottom: 1.75rem;
    color: var(--teal);
    font-family: Archivo, sans-serif;
    font-size: 0.875rem;
    font-weight: 800;
}

.about-value h3 {
    margin-bottom: 0.85rem;
    color: #0F1720;
    font-family: Archivo, sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
}

.about-value p {
    margin: 0;
    color: #6B7C88;
    line-height: 1.65;
}

.about-capabilities {
    display: grid;
    grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1.25fr);
    gap: 4rem;
    align-items: start;
}

.about-capabilities__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.about-capability {
    padding: 1.5rem;
    border-left: 0.1875rem solid var(--teal);
    background: #F3F7F9;
}

.about-capability strong {
    display: block;
    margin-bottom: 0.65rem;
    color: #0F1720;
    font-family: Archivo, sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
}

.about-capability p {
    margin: 0;
    color: #536572;
    line-height: 1.6;
}

.contacts_page .request-section{
    background: white;
    color: black;
    padding-bottom: 5rem;
}
.contacts_page .contact-list a, .contacts_page .cont_list{
    color: #414141;
}
.contacts_page .contact-list a:hover{
    color: var(--teal);
}