@charset "UTF-8";

/* Suppliers page stable overrides */

.section.suppliers-clients,
.section.suppliers-metrics,
.section.suppliers-comparison,
.section.suppliers-reviews,
.section.suppliers-video,
.section.suppliers-projects,
 .section.suppliers-catalog,
    .section.suppliers-patent,
.section.suppliers-contacts,
.section.suppliers-cta {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.suppliers-faq {
    padding-top: 70px;
    padding-bottom: 130px;
}

.section-gray + .suppliers-catalog.section-gray {
    padding-top: 50px;
}

.section.suppliers-clients {
    padding-top: 80px;
}

/* Clients */
.suppliers-clients__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 20px 36px;
    background-color: #F6F6F6;
    border-radius: 4px;
}

.suppliers-clients__title {
    flex: 0 0 auto;
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #000;
}

.suppliers-clients__logos {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    min-width: 0;
}

.suppliers-clients__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.suppliers-clients__logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Metrics */
.suppliers-metrics__card {
    min-height: 222px;
    padding: 25px 20px;
    border: 1px solid #dcdde0;
    border-radius: 4px;
    background-color: #fff;
}

.suppliers-metrics__card:hover .suppliers-metrics__value,
.suppliers-metrics__card:hover .suppliers-metrics__note,
.suppliers-metrics__card:hover .suppliers-metrics__caption {
    color: #fff;
}

.suppliers-metrics__value {
    margin-bottom: 20px !important;
    font-size: 58px;
    line-height: 1;
    font-weight: 500;
    color: #1f2740;
}

.suppliers-metrics__text {
    margin-top: 0;
    max-width: none;
}

.suppliers-metrics__caption {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}

.suppliers-metrics__note {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #1f2740;
}

/* Comparison */
.suppliers-comparison__head {
    margin-bottom: 50px;
}

.suppliers-comparison__title {
    margin: 0 0 30px !important;
}

.suppliers-comparison__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #1f2740;
}

.suppliers-comparison__table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.suppliers-comparison__table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    background-color: #fff;
}

.suppliers-comparison__col-parameter {
    width: 19%;
}

.suppliers-comparison__col-brand,
.suppliers-comparison__col-middle {
    width: 27%;
}

.suppliers-comparison__table th,
.suppliers-comparison__table td {
    padding: 27px 18px;
    border: 1px solid rgba(24, 30, 46, 0.1);
    vertical-align: middle;
    text-align: left;
    font-size: 16px;
    line-height: 1;
    color: #1f2740;
}

.suppliers-comparison__table thead th {
    height: 100px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    background-color: #fff;
}

.suppliers-comparison__table tbody th {
    font-weight: 700;
}

.suppliers-comparison__table tbody tr:nth-child(odd) th,
.suppliers-comparison__table tbody tr:nth-child(odd) td:not(.is-accent) {
    background-color: #f6f6f6;
}

.suppliers-comparison__table tbody tr:nth-child(even) th,
.suppliers-comparison__table tbody tr:nth-child(even) td:not(.is-accent) {
    background-color: #fff;
}

.suppliers-comparison__table thead .is-accent {
    background-color: #cfdff0;
}

.suppliers-comparison__table tbody .is-accent {
    background-color: #eef5fc;
}

.suppliers-comparison__table tr:last-child th,
.suppliers-comparison__table tr:last-child td {
    border-bottom: 1px solid rgba(24, 30, 46, 0.1);
}

.suppliers-comparison__company {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.suppliers-comparison__company-note {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.suppliers-comparison__value {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.suppliers-comparison__value::before {
    content: "";
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.suppliers-comparison__value.is-positive::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 16.5L18 7.5' stroke='%237EACDC' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.suppliers-comparison__value.is-negative::before {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L15 15M15 5L5 15' stroke='%237EACDC' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
}

.suppliers-comparison__actions {
    margin-top: 42px;
    text-align: center;
}

.suppliers-comparison__actions .btn {
    min-height: 53px;
    padding: 14px 26px;
    font-size: 16px;
    line-height: 1.2;
}

.suppliers-comparison__caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
    color: #1f2740;
}

/* Reviews */
.suppliers-reviews__head {
    margin-bottom: 40px;
}

.suppliers-reviews__title {
    margin: 0 0 30px !important;
    font-size: 40px;
    line-height: 1.1;
    color: #1f2740;
}

.suppliers-reviews__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: #1f2740;
}

.suppliers-reviews__slider {
    margin-right: -22px;
}

.suppliers-reviews__slider .slick-slide {
    margin-right: 22px;
    height: auto;
}

.suppliers-reviews__slider .slick-slide > div {
    height: 100%;
}

.suppliers-reviews__slider .slick-track {
    display: flex;
    align-items: stretch;
}


.suppliers-reviews__card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 20px 20px 30px;
    overflow: hidden;
    border: 1px solid #dcdde0;
    border-radius: 4px;
    background-color: #fff;
}

.suppliers-reviews__card::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    width: 52%;
    height: 80%;
    background: url("../img/suppliers-review-mark.png") no-repeat center/contain;
    pointer-events: none;
}

.suppliers-reviews__stars,
.suppliers-reviews__card-title,
.suppliers-reviews__quote,
.suppliers-reviews__person {
    position: relative;
    z-index: 1;
}

.suppliers-reviews__stars {
    margin-bottom: 15px;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 4px;
    color: #7eacdc;
}

.suppliers-reviews__card-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2740;
}

.suppliers-reviews__quote {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.35;
    color: #5a6781;
}

.suppliers-reviews__person {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: auto;
}

.suppliers-reviews__avatar {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    color: #7eacdc;
}

.suppliers-reviews__avatar svg {
    display: block;
    width: 100%;
    height: 100%;
}

.suppliers-reviews__name {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    color: #1f2740;
}

.suppliers-reviews__role,
.suppliers-reviews__city {
    font-size: 14px;
    line-height: 1.3;
    color: #7A8FA8;
}

.suppliers-reviews__role {
    margin-top: 8px;
}

.suppliers-reviews__city {
    margin-top: 2px;
}

.suppliers-reviews__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 42px;
}

.suppliers-reviews__arrow,
.suppliers-reviews__arrow + .suppliers-reviews__arrow {
    margin-left: 0 !important;
}

.suppliers-reviews__arrow {
    width: 46px;
    height: 46px;
    border: 1px solid #1f2740;
    border-radius: 12px;
    color: #1f2740;
    stroke: #1f2740;
    background-color: transparent;
    opacity: 1;
}

.suppliers-reviews__arrow:hover {
    background-color: #1f2740;
    border-color: #1f2740;
    color: #fff;
    stroke: #fff;
}

.suppliers-reviews__arrow.slick-disabled {
    opacity: .35;
}

/* Video */
.suppliers-video__grid {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}

.suppliers-video__item {
    height: 100%;
}

.suppliers-video__media {
    display: block;
    width: 100%;
    aspect-ratio: 652 / 411;
    border: 10px solid #E7E8E8;
    border-radius: 4px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.suppliers-video__media--left {
    background-image: url("../img/suppliers-video-1.png");
}

.suppliers-video__media--right {
    background-image: url("../img/suppliers-video-2.png");
}

.suppliers-video__content {
    padding-top: 20px;
}

.suppliers-video__name {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f2740;
}

.suppliers-video__text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
    color: #7A8FA8;
}

.suppliers-video__modal {
    width: min(960px, 92vw);
    background: #000;
}

.suppliers-video__player {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80vh;
}

/* Projects */
.suppliers-projects__head {
    margin-bottom: 30px;
}

.suppliers-projects__title {
    margin: 0 0 20px !important;
}

.suppliers-projects__subtitle {
    font-size: 16px;
    line-height: 1.3;
    color: rgba(24, 30, 46, 0.72);
}

.suppliers-projects__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.suppliers-projects__item .history-item {
    border-radius: 4px;
}

.suppliers-projects__item.is-hidden {
    display: none;
}

.suppliers-projects__actions {
    padding-top: 30px;
}

.suppliers-projects__btn {
    min-width: 168px;
    min-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Catalog */
.suppliers-catalog__head {
    margin-bottom: 50px;
}

.suppliers-catalog__title {
    margin: 0 0 30px !important;
}

.suppliers-catalog__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(24, 30, 46, 0.72);
}

/* Patent */
.suppliers-patent__panel {
    padding: 27px 20px 30px;
    border-radius: 4px;
    background: linear-gradient(0deg, #DEDFE1, #DEDFE1), linear-gradient(92.9deg, #191F2F 0.06%, #6D9EC6 99.94%);
    background-blend-mode: multiply;
}

.suppliers-patent__inner {
    position: relative;
    padding: 17px 20px 19px;
    border: 1px solid #DEDFE133;
    border-radius: 4px;
}

.suppliers-patent__content {
    position: relative;
    z-index: 1;
    max-width: none;
}

.suppliers-patent__bg {
    position: absolute;
    top: 50%;
    right: 34px;
    width: 285px;
    height: 285px;
    transform: translateY(-50%);
    background: url("../img/suppliers-patent-emblem.png") no-repeat center/contain;
    opacity: 0.22;
    pointer-events: none;
}

.suppliers-patent__title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.suppliers-patent__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.suppliers-patent__meta {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.86);
}

.suppliers-patent__certificates {
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.suppliers-patent__label {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.suppliers-patent__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.suppliers-patent__tag {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.12);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.suppliers-patent__footer {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
}

.suppliers-patent__btn {
    flex: 0 0 390px;
    width: 390px;
    min-width: 390px;
    min-height: 53px;
    padding: 14px 24px;
    border-radius: 4px;
    color: #1F2740;
    background-color: #fff;
    border-color: #fff;
}

.suppliers-patent__btn:hover {
    color: #fff;
    background: #191F2F;
    border-color: #191F2F;
}

 .suppliers-patent__note {
    flex: 1 1 auto;
    max-width: none;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.86);
}

/* FAQ */
.suppliers-faq__head {
    margin-bottom: 40px;
}

.suppliers-faq__title {
    margin: 0;
}

.suppliers-faq__subtitle {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92);
}

.suppliers-faq__column .suppliers-faq__item + .suppliers-faq__item {
    margin-top: 20px;
}

/* Contacts */
.suppliers-contacts__head {
    margin-bottom: 50px;
}

.suppliers-contacts__title {
    margin: 0 0 30px !important;
    font-size: 32px;
    line-height: 1.2;
}

.suppliers-contacts__subtitle {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(24, 30, 46, 0.72);
}

.suppliers-contacts__grid .s1 {
    max-width: none;
}

.suppliers-contacts__media,
.suppliers-contacts__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.suppliers-contacts__media img {
    object-fit: cover;
}

.suppliers-contacts__card {
    padding: 30px;
    background: #fff;
    color: #181e2e;
    border-radius: 4px;
}

.suppliers-contacts__card:hover {
    box-shadow: none;
    background: #fff;
    color: #181e2e;
}

.suppliers-contacts__card:hover .social li a {
    border-color: var(--dark);
    color: var(--dark);
}

.suppliers-contacts__card-title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.suppliers-contacts__card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-top: auto;
}

.suppliers-contacts__text-wrap {
    display: flex;
    flex-direction: column;
}

.suppliers-contacts__main-text {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    color: #181e2e;
}

.suppliers-contacts__main-text--spaced {
    margin-top: 8px;
}

.suppliers-contacts__muted {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(24, 30, 46, 0.72);
}

.suppliers-contacts__social {
    flex: 0 0 auto;
    padding-top: 0;
    gap: 10px;
}

/* CTA */
.suppliers-cta__panel {
    min-height: 340px;
    padding: 62px 20px;
    border-radius: 4px;
    background: url("../img/suppliers-cta-bg.png") no-repeat center 40% / cover;
}

.suppliers-cta__overlay {
    display: none;
}

.suppliers-cta__content {
    position: relative;
    z-index: 1;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.suppliers-cta__title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.suppliers-cta__subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92);
}

.suppliers-cta__actions {
    gap: 20px;
    margin-top: 40px;
}

.suppliers-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 32px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    box-shadow: none;
    outline: none;
}

.suppliers-cta__btn:focus,
.suppliers-cta__btn:active {
    box-shadow: none;
    outline: none;
}

.suppliers-cta__btn--primary {
    color: #fff;
    background: linear-gradient(130.51deg, #191F2F 0%, #6998BE 98.27%);
    border: 0;
}

.suppliers-cta__btn--primary:hover {
    color: #1F2740;
    background: #fff;
    border-color: #fff;
}

.suppliers-cta__btn--secondary {
    color: #181e2e;
    background-color: #fff;
    border: 1px solid #fff;
}

.suppliers-cta__btn--secondary:hover {
    color: #fff;
    background: #191F2F;
    border-color: #191F2F;
}

.suppliers-cta__bottom {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}

.suppliers-cta__bottom a {
    color: #fff;
}

@media (max-width: 991px) {
    .suppliers-clients__inner {
        display: block;
        padding: 24px 20px;
    }

    .suppliers-clients__title {
        text-align: center;
    }

    .suppliers-clients__logos {
        margin-top: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .suppliers-reviews__slider {
        margin-right: 0;
    }

    .suppliers-reviews__slider .slick-slide {
        margin-right: 0;
    }

    .suppliers-patent__bg {
        width: 220px;
        height: 220px;
        right: 16px;
    }

    .suppliers-patent__footer {
        flex-wrap: wrap;
    }

    .suppliers-patent__btn {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
    }

    .suppliers-contacts__head {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .section.suppliers-clients {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .suppliers-clients__inner {
        display: block;
        padding: 30px 10px;
        background-color: #F6F6F6;
        border-radius: 4px;
    }

    .suppliers-clients__title {
        display: block;
        width: 100%;
        margin: 0 auto;
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
    }

    .suppliers-clients__logos {
        justify-items: center;
        align-items: center;
        gap: 28px 20px;
        margin-top: 30px;
    }

    .suppliers-clients__logo {
        width: 160px;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .suppliers-clients__logo img {
        width: 160px;
        max-width: 100%;
        height: auto;
    }

    .section.suppliers-metrics {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .suppliers-metrics__card {
        min-height: 164px;
        padding: 25px 20px;
    }

    .suppliers-metrics__value {
        margin-bottom: 20px !important;
        font-size: 32px;
    }

    .suppliers-metrics__text {
        margin-top: 0;
    }

    .suppliers-metrics__note {
        margin-top: 10px;
    }

    .section.suppliers-comparison {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .suppliers-comparison__head {
        margin-bottom: 30px;
    }

    .suppliers-comparison__title {
        margin-bottom: 20px !important;
    }

    .suppliers-comparison__subtitle {
        margin-bottom: 30px;
    }

    .suppliers-comparison__table th,
    .suppliers-comparison__table td {
        padding: 20px 10px;
        font-size: 14px;
    }

    .suppliers-comparison__actions .btn {
        font-size: 16px;
    }

    .suppliers-comparison__actions {
        margin-top: 20px;
    }

    .section.suppliers-reviews {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .suppliers-reviews__title {
        font-size: 30px;
        margin-bottom: 20px !important;
    }

    .suppliers-reviews__subtitle {
        margin-bottom: 30px;
    }

    .suppliers-reviews__quote {
        font-size: 16px;
    }

    .suppliers-reviews__arrows {
        margin-top: 20px;
        gap: 16px;
    }

    .section.suppliers-video {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .suppliers-video__grid {
        --bs-gutter-y: 30px;
    }

    .section.suppliers-projects {
        padding-top: 25px;
        padding-bottom: 25px;
    }

     .section.suppliers-catalog,
    .section.suppliers-patent,
    .section.suppliers-contacts,
    .section.suppliers-cta {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-gray + .suppliers-catalog.section-gray {
        padding-top: 25px;
    }

    .section.suppliers-catalog {
        padding-bottom: 0;
    }

    .suppliers-catalog__head {
        margin-bottom: 30px;
    }

    .suppliers-catalog__title {
        margin-bottom: 20px !important;
    }

    .suppliers-catalog__subtitle {
        margin-bottom: 30px;
    }

    .section.suppliers-patent {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .suppliers-patent__panel {
        padding: 17px 10px 19px;
    }

    .suppliers-patent__inner {
        padding: 20px 20px 15px;
    }

    .suppliers-patent .suppliers-patent__title {
        font-size: 26px;
        line-height: 1.15;
    }

    .suppliers-patent__subtitle {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 600;
    }

    .suppliers-patent__meta {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.35;
    }

    .suppliers-patent__certificates {
        margin-top: 30px;
        display: block;
    }

    .suppliers-patent__label {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 1.25;
    }

    .suppliers-patent__tags {
        gap: 12px;
    }

    .suppliers-patent__tag {
        min-height: 40px;
        padding: 10px;
        font-size: 14px;
        line-height: 1.2;
    }

    .suppliers-patent__bg {
        top: auto;
        right: 6px;
        bottom: 112px;
        width: 132px;
        height: 132px;
        transform: none;
        opacity: 0.22;
    }

    .suppliers-patent__footer {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .suppliers-patent__btn {
        flex: none;
        width: 100%;
        min-width: 0;
        min-height: 46px;
        padding: 12px 18px;
        font-size: 14px;
    }

     .suppliers-patent__note {
        max-width: none;
        font-size: 14px;
        line-height: 1.25;
    }

    .section.suppliers-faq {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .suppliers-faq__title {
        font-size: 30px;
        line-height: 1.15;
    }

    .suppliers-faq__subtitle {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .suppliers-faq__accordion .row {
        --bs-gutter-y: 0;
    }

    .section.suppliers-contacts {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .suppliers-contacts__grid .s1 {
        display: none;
    }

    .suppliers-contacts__title {
        margin-bottom: 0 !important;
        font-size: 30px;
        line-height: 1.15;
    }

    .suppliers-contacts__subtitle {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .suppliers-contacts__grid {
        gap: 19px;
    }

    .suppliers-contacts__card {
        padding: 25px 20px;
    }

    .suppliers-contacts__card-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .suppliers-contacts__main-text {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 10px;
    }

    .suppliers-contacts__main-text--spaced {
        margin-top: 0;
    }

    .suppliers-contacts__muted {
        margin-top: 0;
        font-size: 14px;
        line-height: 1.3;
    }

    .suppliers-contacts__card-bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
    }

    .suppliers-contacts__text-wrap {
        width: 100%;
    }

    .suppliers-contacts__social {
        width: 100%;
        justify-content: flex-start;
        gap: 10px;
    }

    .suppliers-contacts__social li a {
        width: 36px;
        height: 36px;
        padding: 8px;
    }

    .suppliers-cta__panel {
        padding: 32px 20px;
        background-position: center 40%;
    }

    .suppliers-cta__content {
        text-align: left;
    }

    .suppliers-cta__title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

    .suppliers-cta__subtitle {
        margin-top: 20px;
    }

    .suppliers-cta__actions {
        margin-top: 20px;
        gap: 20px;
    }

    .suppliers-cta__btn {
        width: 100%;
    }

    .suppliers-cta__bottom {
        margin-top: 20px;
        text-align: center;
        color: #fff;
    }
}
/* Suppliers hero */
.section.suppliers-hero {
    position: relative;
    min-height: 860px;
    padding-top: 260px;
    padding-bottom: 46px;
    background-image: linear-gradient(90deg, rgba(24, 30, 46, 0.3) 0%, rgba(24, 30, 46, 0.3) 42%, rgba(24, 30, 46, 0.3) 100%), url('../img/suppliers-hero-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.suppliers-hero__content {
    max-width: 810px;
}

.suppliers-hero__title {
    max-width: 760px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.suppliers-hero__accent {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #7EAADB;
}

.suppliers-hero__lead {
    max-width: 760px;
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

.suppliers-hero__features {
    max-width: 760px;
    margin-top: 40px;
    row-gap: 20px;
    --bs-gutter-x: 20px;
}

.suppliers-hero__feature-col {
    padding: 12px 10px;
}

.suppliers-hero__feature {
    position: relative;
    min-height: 88px;
    padding: 12px 10px 12px 18px;
}

.suppliers-hero__feature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.22);
}

.suppliers-hero__feature::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 38px;
    background: #7EAADB;
    border-radius: 100px;
}

.suppliers-hero__feature-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.suppliers-hero__feature-text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.35;
    color: #fff;
}

.suppliers-hero__form-card {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.2);
}

.suppliers-hero__form-top {
    padding: 12px 30px;
    text-align: center;
    background: #F6F7FA;
    border-radius: 0;
}

.suppliers-hero__form-top-title {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #7EAADB;
}

.suppliers-hero__form-top-text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3;
    color: #8EA0B5;
}

.suppliers-hero__form-title {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #1F2740;
}

.suppliers-hero__form-subtitle {
    margin-top: 6px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #7A8FA8;
}

.suppliers-hero__plc-name {
    color: #445566;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    margin-bottom: 4px;
}

.suppliers-hero__cf7 {
    margin-top: 20px;
}

.suppliers-hero__cf7 .wpcf7,
.suppliers-hero__cf7 form {
    width: 100%;
}

.suppliers-hero__cf7 p {
    margin: 0 0 18px;
}

.suppliers-hero__cf7 p:last-child {
    margin-bottom: 0;
}

.suppliers-hero__cf7 label {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
    color: #7A8FA8;
}

.suppliers-hero__cf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.suppliers-hero__cf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.suppliers-hero__cf7 select,
.suppliers-hero__cf7 textarea {
    width: 100%;
    min-height: 50px;
    padding: 10px 16px;
    border: 1px solid #DCDDE0;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    line-height: 1.3;
    color: #1F2740 !important;
    box-shadow: none;
    margin-bottom: 0;
}

.suppliers-hero__cf7 input::placeholder,
.suppliers-hero__cf7 textarea::placeholder,
.suppliers-hero__cf7 select,
.suppliers-hero__cf7 option {
    color: #9AA8BA !important;
}

.suppliers-hero__cf7 select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #1F2740 50%), linear-gradient(135deg, #1F2740 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.suppliers-hero__cf7 input[type=submit],
.suppliers-hero__cf7 .wpcf7-submit,
.suppliers-hero__cf7 .btn {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(130.51deg, #191F2F 0%, #6998BE 98.27%);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    transition: 0.25s ease;
    padding: 14px 18px;
}

.suppliers-hero__cf7 input[type=submit]:hover,
.suppliers-hero__cf7 .wpcf7-submit:hover,
.suppliers-hero__cf7 .btn:hover {
    background: #191F2F;
    color: #fff;
}

.suppliers-hero__cf7 .wpcf7-acceptance .wpcf7-list-item > label {
    display: flex;
}

.suppliers-hero__cf7.consultation__form input[type=checkbox] {
    border-color: inherit;
    background-color: inherit;
}

.suppliers-hero__cf7.consultation__form input[type=checkbox]:checked {
    border-color: inherit;
    background-color: var(--dark);
}

.suppliers-hero__cf7.consultation__form .wpcf7-acceptance a {
    color: #A5B2C1 !important;
}

.suppliers-hero__cf7 .wpcf7-list-item > label {
    justify-content: center;
}

.suppliers-hero__cf7 .wpcf7-spinner,
.suppliers-hero__cf7 .wpcf7-response-output,
.suppliers-hero__cf7 .wpcf7-not-valid-tip {
    margin-top: 10px;
}

.suppliers-hero__form-foot {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.suppliers-hero__form-foot-icon {
    flex: 0 0 auto;
    width: 28px;
}

.suppliers-hero__form-foot-icon img {
    display: block;
    width: 28px;
    height: 28px;
}

.suppliers-hero__form-foot-body {
    min-width: 0;
    max-width: 286px;
}

.suppliers-hero__form-foot-title {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    color: #1F2740;
}

.suppliers-hero__form-foot-text {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.25;
    color: #5F6B80;
}

@media (max-width: 1199px) {
    .section.suppliers-hero {
    position: relative;
    min-height: 860px;
    padding-top: 260px;
    padding-bottom: 46px;
    background-image: linear-gradient(90deg, rgba(24, 30, 46, 0.88) 0%, rgba(24, 30, 46, 0.82) 42%, rgba(24, 30, 46, 0.68) 100%), url('../img/suppliers-hero-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .suppliers-hero__title {
    max-width: 760px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

    .suppliers-hero__accent {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #7EAADB;
}

    .suppliers-hero__form-card {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .section.suppliers-hero {
    position: relative;
    min-height: 860px;
    padding-top: 260px;
    padding-bottom: 46px;
    background-image: linear-gradient(90deg, rgba(24, 30, 46, 0.88) 0%, rgba(24, 30, 46, 0.82) 42%, rgba(24, 30, 46, 0.68) 100%), url('../img/suppliers-hero-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .suppliers-hero__title {
    max-width: 760px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

    .suppliers-hero__accent {
    margin-top: 12px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #7EAADB;
}

    .suppliers-hero__lead {
        margin-top: 20px;
        font-size: 16px;
    }

    .suppliers-hero__features {
    max-width: 760px;
    margin-top: 25px;
    row-gap: 20px;
    --bs-gutter-x: 20px;
}

    .suppliers-hero__feature-col {
    padding: 12px 10px;
}

    .suppliers-hero__form-card {
        padding: 20px;
    }

    .suppliers-hero__form-title {
        font-size: 24px;
    }

    .suppliers-hero__form-foot {
        align-items: flex-start;
        justify-content: flex-start;
    }
}
.suppliers-page .header.header--suppliers:not(.fixed) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background: transparent;
    background-image: none;
}

.suppliers-page .header.header--suppliers:not(.fixed)::before,
.suppliers-page .header.header--suppliers:not(.fixed)::after {
    display: none;
}

.suppliers-page .header.header--suppliers:not(.fixed) .header__top,
.suppliers-page .header.header--suppliers:not(.fixed) .header__bottom {
    background: transparent;
}
/* final suppliers hero tablet override */

@media (max-width: 991px) {
    .section.suppliers-hero {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .suppliers-hero__title,
    .suppliers-hero__accent {
        font-size: 30px;
        line-height: 1.3;
    }

    .suppliers-hero__form-title {
        font-size: 20px;
        line-height: 1.2;
    }

    .suppliers-hero__form-subtitle {
        font-size: 14px;
        line-height: 1.4;
    }
}
/* Suppliers deadline offer */
.section.suppliers-deadline-offer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.suppliers-deadline-offer__panel {
    padding: 32px 120px 32px 50px;
    background-image: url('../img/suppliers-deadline-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    overflow: hidden;
}

.suppliers-deadline-offer__content {
    max-width: 610px;
    color: #fff;
}

.suppliers-deadline-offer__title {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.suppliers-deadline-offer__title span {
    color: #7FADDC;
}

.suppliers-deadline-offer__lead {
    max-width: 600px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}

.suppliers-deadline-offer__timer {
    max-width: 492px;
    margin-top: 20px;
    padding: 20px;
    background: rgba(24, 30, 46, 0.72);
    border-radius: 4px;
    backdrop-filter: blur(10px);
}

.suppliers-deadline-offer__timer-title {
    text-align: center;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}

.suppliers-deadline-offer__timer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 10px;
}

.suppliers-deadline-offer__timer-item {
    text-align: center;
}

.suppliers-deadline-offer__timer-value {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #7FADDC;
}

.suppliers-deadline-offer__timer-label {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.92);
}

.suppliers-deadline-offer__benefits {
    margin-top: 20px;
}

.suppliers-deadline-offer__benefits li {
    position: relative;
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.96);
}

.suppliers-deadline-offer__benefits li + li {
    margin-top: 14px;
}

.suppliers-deadline-offer__benefits li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10.5L8.3 14.3L15.5 6.7' stroke='%237EACDC' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.suppliers-deadline-offer__form-card {
    width: 100%;
    max-width: 432px;
    margin-left: auto;
    padding: 20px 20px 18px;
    background: #fff;
    border-radius: 4px;
}

.suppliers-deadline-offer__form-top {
    padding: 12px 16px;
    text-align: center;
    background: #F6F6F6;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #5A94CB;
}

.suppliers-deadline-offer__form-title {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #252740;
}

.suppliers-deadline-offer__form-subtitle {
    margin-top: 6px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #7A8FA8;
}

.suppliers-deadline-offer__cf7 {
    margin-top: 20px;
}

.suppliers-deadline-offer__cf7 .wpcf7,
.suppliers-deadline-offer__cf7 form {
    width: 100%;
}

.suppliers-deadline-offer__cf7 p {
    margin: 0 0 18px;
}

.suppliers-deadline-offer__cf7 p:last-child {
    margin-bottom: 0;
}

.suppliers-deadline-offer__cf7 label {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
    color: #5F6B80;
}

.suppliers-deadline-offer__cf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.suppliers-deadline-offer__cf7 input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.suppliers-deadline-offer__cf7 select,
.suppliers-deadline-offer__cf7 textarea {
    width: 100%;
    min-height: 50px;
    padding: 10px 16px;
    border: 1px solid #DCDDE0;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    line-height: 1.3;
    color: #1F2740 !important;
    box-shadow: none;
    margin-bottom: 0;
}

.suppliers-deadline-offer__cf7 input::placeholder,
.suppliers-deadline-offer__cf7 textarea::placeholder,
.suppliers-deadline-offer__cf7 select,
.suppliers-deadline-offer__cf7 option {
    color: #9AA8BA !important;
}

.suppliers-deadline-offer__cf7 select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #1F2740 50%), linear-gradient(135deg, #1F2740 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.suppliers-deadline-offer__cf7 input[type=submit],
.suppliers-deadline-offer__cf7 .wpcf7-submit,
.suppliers-deadline-offer__cf7 .btn {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(130.51deg, #191F2F 0%, #6998BE 98.27%);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    transition: 0.25s ease;
    padding: 14px 18px;
}

.suppliers-deadline-offer__cf7 input[type=submit]:hover,
.suppliers-deadline-offer__cf7 .wpcf7-submit:hover,
.suppliers-deadline-offer__cf7 .btn:hover {
    background: #191F2F;
    color: #fff;
}

.suppliers-deadline-offer__cf7 .wpcf7-acceptance {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.35;
    color: #7A8FA8;
}

.suppliers-deadline-offer__cf7 .wpcf7-acceptance a {
    color: #A5B2C1;
}

.suppliers-deadline-offer__cf7 .wpcf7-list-item > label {
    justify-content: center;
}

.suppliers-deadline-offer__cf7 .wpcf7-acceptance .wpcf7-list-item > label {
    display: flex;
}

.suppliers-deadline-offer__cf7.consultation__form input[type=checkbox] {
    border-color: inherit;
    background-color: inherit;
}

.suppliers-deadline-offer__cf7.consultation__form input[type=checkbox]:checked {
    border-color: inherit;
    background-color: var(--dark);
}

.suppliers-deadline-offer__cf7.consultation__form .wpcf7-acceptance a {
    color: #A5B2C1 !important;
}

@media (max-width: 991px) {
    .section.suppliers-deadline-offer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .suppliers-deadline-offer__panel {
        padding: 32px 20px;
    }

    .suppliers-deadline-offer__form-card {
        max-width: 100%;
    }

    .suppliers-deadline-offer__cf7 input[type=submit], 
    .suppliers-deadline-offer__cf7 .wpcf7-submit, 
    .suppliers-deadline-offer__cf7 .btn {
        min-height: 51px;
    }

}

@media (max-width: 575px) {
    .suppliers-deadline-offer__panel {
        padding: 24px 16px;
    }

    .suppliers-deadline-offer__title {
        font-size: 30px;
        line-height: 1.18;
    }

    .suppliers-deadline-offer__timer {
        margin-top: 20px;
        padding: 18px 14px 16px;
    }

    .suppliers-deadline-offer__timer-title {
        font-size: 18px;
    }

    .suppliers-deadline-offer__timer-grid {
        gap: 8px;
    }

    .suppliers-deadline-offer__benefits li {
        padding-left: 28px;
    }

    .suppliers-deadline-offer__form-card {
        padding: 18px 16px 16px;
    }

    .suppliers-deadline-offer__form-title {
        margin-top: 20px;
        font-size: 24px;
    }
}
/* Certificates */
.section.suppliers-certificates {
    padding-top: 50px;
    padding-bottom: 0;
}

.suppliers-certificates__panel {
    padding: 17px 20px;
    border-radius: 4px;
    background: linear-gradient(92.9deg, #191F2F 0.06%, #6D9EC6 99.94%);

}

.suppliers-certificates__inner {
    position: relative;
    padding: 22px 20px 22px 30px;
    border: 1px solid #DEDFE133;
    border-radius: 4px;
}

.suppliers-certificates__bg {
    position: absolute;
    right: 18px;
    bottom: 0;
    width: 245px;
    height: 121px;
    background: url("../img/suppliers-certificates-emblem.png") center/contain no-repeat;
    pointer-events: none;
}

.suppliers-certificates__content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
}

.suppliers-certificates__title {
    flex: 0 0 auto;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.suppliers-certificates__tags {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 12px;
}

.suppliers-certificates__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 11px 16px;
    border-radius: 4px;
    background: #FFFFFF1A;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

@media (max-width: 991px) {
    .section.suppliers-certificates {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .suppliers-certificates__inner {
        padding: 16px 20px;
    }

    .suppliers-certificates__content {
        flex-direction: column;
        align-items: flex-start;
        padding-right: 96px;
    }
}

@media (max-width: 575px) {
    .section.suppliers-certificates {
        padding-top: 25px;
        padding-bottom: 0;
    }

    .suppliers-certificates__panel {
        padding: 10px;
    }

    .suppliers-certificates__content {
        gap: 14px;
        padding-right: 64px;
    }
}
/* Mobile sticky comparison column */
@media (max-width: 767px) {
    .suppliers-comparison__table-wrap {
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .suppliers-comparison__table {
        min-width: 860px;
    }

    .suppliers-comparison__table thead th:first-child,
    .suppliers-comparison__table tbody th {
        position: sticky;
        left: 0;
        z-index: 3;
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }

    .suppliers-comparison__table thead th:first-child {
        z-index: 4;
        background-color: #fff;
    }

    .suppliers-comparison__table tbody tr:nth-child(odd) th {
        background-color: #f6f6f6;
    }

    .suppliers-comparison__table tbody tr:nth-child(even) th {
        background-color: #fff;
    }
}