.header-line {
    display: flex;
    justify-content: space-between;
    padding-top: 6px;
}

.header-top {
    padding-top: 12px;
}

.header-line__address, .header-line__clock {
    padding: 6px 22px 6px 28px;
    border-radius: 8px;
    background: #f5f7fa;
    position: relative;
}

.header-line__address:before, .header-line__clock:before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}


.hide-text--hidden .hide-text__content {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}

.hide-text--hidden .hide-text__content::after {
    background: linear-gradient(0deg, rgb(245 247 250), transparent);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none;
}

.hide-text__button {
    padding: 0;
    border: none;
    background-color: transparent;
    display: inline-flex;
    border-bottom: 2px dashed;
}

.header-line__address:before {
    background: url(/catalog/view/theme/top-mechanics/image/map.svg);
}

.header-line__clock:before {
    background: url(/catalog/view/theme/top-mechanics/image/time.svg);
}
.scroll-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    border: none;
    border-radius: 4px;
    background: #17b3c2;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.footer-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.footer-col {
    width: calc(25% - 18px);
}

.footer-col__title {
    font-weight: 600;
    color: black;
    margin-bottom: 4px;
    font-size: 18px;
}
.footer-nav>ul {
    column-count: 1;
}
.footer-logo {
    margin-bottom: 12px;
    max-width: 240px;
}
.footer-link {
    color: #57677a;
}
.sitemap-link__main {
    font-size: 18px;
}

.sitemap-link__main + ul {
    padding-left: 20px;
}
.cookie-warning {
    position: fixed;
    bottom: 8px;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: white;
    color: rgb(0, 0, 0);
    max-width: 836px;
    box-shadow: 0 0 16px 0 rgb(0, 0, 0, 0.2);
}

.cookie-warning--active {
    display: flex;
    align-items: center;
    z-index: 1000;
}

.cookie-warning__text {
    font-size: 16px;
    line-height: 160%;
    margin-right: 30px;
    max-width: 630px;
}

.cookie-warning__text a {
    color: inherit;
}

.cookie-warning__read {
    display: block;
    margin-left: 15px;
    color: white;
    text-decoration: underline;
}

.cookie-warning__apply {
    cursor: pointer;
    padding: 8px 18px;
    background-color: #17b3c2;
    border: none;
    border-radius: 4px;
    color: white;
}

.form-check-input {
    -webkit-appearance: auto;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: unset;
}

#customer_privacy_ok {
    -webkit-appearance: auto;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: unset;
}

.form-privacy {
    display: flex;
    gap: 8px;
    line-height: 1;
    align-items: center;
    padding-bottom: 8px;
}

#customer_privacy_ok {
    -webkit-appearance: auto;
}

.row-customer_privacy .checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.popup-form__col.required.row-customer_privacy {
    width: 100%;
}
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding: 12px 24px;
    border-radius: 8px;
}
.button.button--header {
    padding: 8px 22px;
    min-height: unset;
}

.header-line__clock {
    margin-left: auto;
    margin-right: 8px;
}
.socials__item.socials__item--header {
    margin: 0;
    margin-right: 8px;
}

.socials__item.socials__item--header .socials__link {
    height: 36px;
    width: 36px;
}
.reviews {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 40px 0;
}

.reviews-left {
    flex: 1 0 280px;
}

.reviews-right {
    flex: 1 0 280px;
}

.reviews-left__text {
    margin-bottom: 20px;
}

.article-main {
    padding: 40px 0;
}
.article-slide__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-slide__image {
    margin-bottom: 10px;
    aspect-ratio: 4/2;
}

.article-slide__title {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.article-slide__caption {
    color: #57677a;
}

.article-slide__content {
    padding: 0 14px;
}

.article-slider .slick-slide {
    margin: 0 10px;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
.article-slider .slick-slide > div {
    height: 100%;
}
.article-slider {
    margin: 0 -10px;
}

.article-slider .slick-track {
    display: flex;
}
.article-slide {
    height: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}
.footer-feedback {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    padding: 30px 30px;
    margin-bottom: 40px;
    background: white;
    border-radius: 20px;
}

.footer-feedback__left {
    flex: 1 0 auto;
    width: 280px;
}

.form.form--footer {
    flex: 1 0 auto;
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    border: 2px solid rgb(229 230 232);
    border-radius: 14px;
}

.footer-feedback__caption {
    font-size: 16px;
    max-width: 480px;
    margin-bottom: 8px;
}

.footer-feedback__contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-feedback__contacts-item {
    line-height: 1;
    font-size: 16px;
}
.main:before{
    display: none;
}
.block {
    padding-bottom: 80px;
}

.seo {
    padding-bottom: 40px;
}

.sort-input {
    width: 192px;
    max-width: 100%;
    height: 40px;
    padding: 0 32px 0 15px;
    position: relative;
    z-index: 1;
    border: 1px solid #dfe4ea;
    font: 600 14px / 38px Gilroy;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .25s linear;
    transition: .25s linear;
    cursor: pointer;
}

.sort {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    gap: 4px;
    max-width: 208px;
}

.category-top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 4px;
}

.filters {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}

.box.mfilter-box {
    flex: 1 0 auto;
    width: 280px;
}

.selectbox.js-selectbox.selectbox--sort {
    min-width: 200px;
}

.selectbox.js-selectbox.selectbox--sort, .selectbox.js-selectbox.selectbox--limit, .selectbox.js-selectbox.selectbox--viewers {
    margin-left: 4px;
    margin-bottom: 8px;
} 

.catalog.catalog--list .catalog-item {
    width: 100%;
}

.catalog-viewers__handler.catalog-viewers__handler--active {
    color: #17b3c2;
}

.filters__col {
    padding: 0 4px 8px!important;
}
.button.button--buy-click {
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.catalog-item__middle {
    margin-bottom: 140px;
}

.catalog-item__button {
    margin-right: 0;
}

.share-socials {
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

/* FAQ Section */
.faq-section {
    padding: 50px 0;
    background: #f5f5f5;
}

.faq-list {
    margin: 40px auto 0;
}

.faq-item {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f5f5f5;
}

.faq-question h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    flex: 1;
    line-height: 1;
}

.faq-question i {
    color: #00bcd4;
    font-size: 14px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 25px 20px;
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin: 0;
}

.faq-item.active .faq-question {
    background: rgb(23 179 194 / 40%);
    color: white;
}

.faq-item__icon {
    width: 18px;
    height: 18px;
    transition: all 0.3s;
}

.faq-item.active .faq-item__icon {
    transform: rotate(-90deg);
}

.how-we-work-section {
    padding: 50px 0;
    /* background: #ffffff; */
}

.work-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.work-step {
    text-align: center;
    position: relative;
    padding: 20px;
}

.work-step::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -12px;
    width: 24px;
    height: 2px;
    background: #4dd0e1;
    z-index: 1;
}

.work-step:last-child::after {
    display: none;
}

.step-number {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #00bcd4;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    z-index: 2;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4dd0e1 0%, #00bcd4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 20px;
    color: #ffffff;
    font-size: 32px;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.work-step h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.work-step p {
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.section-subtitle.section-subtitle--steps {
    font-size: 24px;
    line-height: 1;
}

.how-we-work-section .section-title, .how-we-work-section .section-subtitle {
    text-align: center;
}

.step-icon svg {
    width: 42px;
    height: 42px;
}

.industries-section {
    padding: 60px 0;
}

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.industry-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #eeeeee;
    cursor: pointer;
    position: relative;
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #00bcd4;
}

.industry-card__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.industry-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4dd0e1 0%, #00bcd4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ffffff;
    font-size: 28px;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
    transition: all 0.3s ease;
}

.industry-card:hover .industry-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0, 188, 212, 0.4);
}

.industry-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.industry-card p {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
}

.industry-icon svg {
    width: 36px;
    height: 36px;
}

.industry-icon svg path {
    fill: white;
}

.industries-section .section-subtitle {
    margin-bottom: 38px;
    font-size: 24px;
    text-align: center;
    line-height: 1;
}

.industries-section .block__title {
    text-align: center;
}

.brands {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin: unset!important;
}

.brands__item {
    width: unset!important;
    margin: unset!important;
}

.delivery-map-section {
    padding: 50px 0;
}

.delivery-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.delivery-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.delivery-text > p {
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    margin-bottom: 30px;
}

.delivery-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.delivery-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.delivery-feature .delivery-feature__icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4dd0e1 0%, #00bcd4 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}

.delivery-feature strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 5px;
}

.delivery-feature p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

.delivery-visual {
    background: #f5f5f5;
    border-radius: 12px;
    overflow: hidden;
    min-height: 300px;
}

.delivery-map-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4dd0e1 0%, #00bcd4 100%);
    color: #ffffff;
}

.delivery-map-placeholder i {
    font-size: 64px;
    margin-bottom: 15px;
    opacity: 0.9;
}

.delivery-map-placeholder p {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}


.delivery-feature .delivery-feature__icon svg path {
    fill: white;
}

.delivery-feature .delivery-feature__icon svg {
    width: 28px;
}

.input__field.input__field--textarea {
    height: unset!important;
    padding: 14px;
}

.form-group.form-group--file input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 2px dashed #e0e0e0;
    border-radius: 4px;
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-group.form-group--file input[type="file"]:hover {
    border-color: #00bcd4;
    background: rgba(0, 188, 212, 0.05);
}

.form-group.form-group--file small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
}

.form-group.form-group--file {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 2px;
    margin-bottom: 12px;
}

@media (min-width: 1024px) {
    .header.scrolled {
        position: fixed;
        top: 0;
        min-height: unset;
    }

    .header.scrolled .header-line__wrapper {
        display: none;
    }

    .header.scrolled .header-top {
        display: none;
    }
    .header.scrolled + .mob-menu {
        position: fixed!important;
    }
}

@media (max-width: 1024px) {
    .footer-col {
        width: calc(50% - 12px);
    }
    .header-line {
        display: none;
    }
    .footer-nav>ul {
        column-count: 2;
    }
    .header-top {
        padding-top: 0
    }
    .work-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .work-step:nth-child(2)::after {
        display: none;
    }

    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .brands {
        grid-template-columns: repeat(4, 1fr);
    }
    .delivery-content {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .footer-feedback__left {
        width: 100%;
    }
    
    .footer-feedback {
        padding: 20px;
    }
    
    .form.form--footer {
        width: 100%;
    }
    .button--buy-single {
        min-height: 56px;
        padding: 16px 24px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 8px
    }
    .footer-row {
        flex-direction: column;
    }
    .footer-col {
        width: 100%;
    }
    .footer-col__title {
        margin-bottom: 10px;
    }
    .cookie-warning--active {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px;
        bottom: 0;
        padding: 16px 12px 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cookie-warning__text {
        margin-right: 0;
        font-size: 14px;
    }

    .cookie-warning__apply {
        width: 100%;
    }
    .section-subtitle.section-subtitle--steps {
        font-size: 18px;
    }

    .section-subtitle {
        font-size: 18px!important;
    }

    .industries-grid {
        grid-template-columns: 1fr;
    }
    .faq-question h3 {
        font-size: 16px;
    }
    
    .faq-answer p {
        font-size: 14px;
    }
    
    .faq-item__icon {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 576px) {
    .work-steps {
        grid-template-columns: 1fr;
    }

    .work-step::after {
        display: none;
    }
    .brands {
        grid-template-columns: repeat(3, 1fr);
    }
}