.suppliers-banner .media-item img {
    height: 100%;
    right: 0;
    position: absolute;
}

.suppliers-banner .banners-entry__text {
    color: #F2F2F2;
}

.banners-entry__illustration::after {
    background: linear-gradient(270.09deg, rgba(0, 0, 0, 0) 0.09%, #000000 85.82%);
}

.suppliers-banner .banners-entry__header {
    max-width: 100rem;
}

.suppliers-banner .banners-entry__body {
    max-width: 57rem;
}

.suppliers-banner .banners-entry__body {
    margin-top: 3rem;
}

.suppliers-banner .banners-entry-links {
    margin-top: 4rem;
}

.suppliers-banner .banners-entry-links a {
    padding: 10px 20px;
}

.suppliers-banner .breadcrumbs__link.is--active {
    color: #fff;
}

.suppliers-banner .banners-entry {
    padding-top: 40px;
}

.suppliers-banner .hero__header {
    margin-bottom: 80px;
}

.suppliers-banner .breadcrumbs__list {
    direction: ltr; 
}

.banners-entry {
    animation: none;
}

.frame--banner .media-item .mobile {
    display: none;
}

@media (max-width: 580px) {

    .frame--banner .media-item .mobile {
        display: block;
    }
}

/* Технические характеристики */

@media (max-width: 580px) {
    
    .banners-entry__illustration {
        bottom: unset;
    }

    .banners-entry__illustration::after {
        background: linear-gradient(179.4deg, rgba(0, 0, 0, 0) 38.5%, #000000 99.19%);
        height: auto;
        width: 100%;
    }

    .frame--banner .media-item .desktop {
        display: none;
    }

    .frame--banner .media-item .mobile {
        height: auto;
        width: 100%;
        position: static;
    }

    .suppliers-banner .hero__header {
        margin-bottom: 236px;
    }

    .suppliers-banner .banners-entry {
        padding-bottom: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .suppliers-banner .banners-entry__text {
        color: #F9F9F9;
        font-size: 15px;
    } 

    .suppliers-banner .desktop {
        display: none;
    }

}

@media (max-width: 1024px) {

    .project-modal__description {
        grid-column: unset !important;
    }
}

@media (max-width: 580px) {

    .frame--banner .media-item .mobile {
        display: block;
    }
}

/* Технические характеристики */

@media (max-width: 580px) {
    
    .banners-entry__illustration {
        bottom: unset;
    }

    .banners-entry__illustration::after {
        background: linear-gradient(179.4deg, rgba(0, 0, 0, 0) 38.5%, #000000 99.19%);
        height: auto;
        width: 100%;
    }

    .frame--banner .media-item .desktop {
        display: none;
    }

    .frame--banner .media-item .mobile {
        height: auto;
        width: 100%;
        position: static;
    }

}

.project-order-modal__container .fields__item:first-child {
    margin-top: 0;
}

/* Completed Projects Section */
.frame--completed-projects {
    padding: 100px 30px;
    background: #fff;
    margin: 0;
}

.frame--completed-projects .frame__title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
}

.frame--completed-projects .frame-header__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.completed-projects__nav {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.completed-projects__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    height: 2.8rem;
}

.completed-projects__nav-btn--next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M49.3423 12.657l5.6569-5.65684m0 0l-5.6569-5.6569m5.6569 5.6569L.999512 7'/%3E%3C/svg%3E") right center no-repeat;
    width: 5.6rem;
}

.completed-projects__nav-btn--prev {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M6.65723 12.6565l-5.6569-5.65683m0 0l5.6569-5.6569m-5.6569 5.6569L25 6.99951'/%3E%3C/svg%3E") left center no-repeat;
    width: 2.6rem;
}

.completed-projects__pagination {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    min-width: 60px;
    text-align: center;
}

.completed-projects__slider {
    overflow: hidden;
    margin-top: 60px;
}

.completed-projects__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
}

.completed-projects__item {
    flex: 0 0 auto;
    min-width: 0;
}

.completed-projects__card {
    background: #f2f2f2;
    overflow: hidden;
    display: flex;
    height: 100%;
    padding: 40px;
    gap: 40px;
}

.completed-projects__image {
    width: 50%;
    flex-shrink: 0;
}

.completed-projects__image .media__wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.completed-projects__image .media__item {
    width: 100%;
}

.completed-projects__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 25px;
}

.completed-projects__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    color: #000;
}

.completed-projects__tag {
    display: inline-block;
    padding: 6px 12px;
    background: #00B7F42B;
    color: #2FB4E9;
    border-radius: 8px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    align-self: flex-start;
}

.completed-projects__details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.completed-projects__detail {
    display: flex;
    gap: 30px;
    font-size: 15px;
    line-height: 1.6;
}

.completed-projects__detail-label {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    flex: 1;
}

.completed-projects__detail-value {
    color: #858687;
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}

.completed-projects__link {
    color: #666666;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 500;
    align-self: flex-start;
    transition: color 0.3s ease;
}

.completed-projects__link:hover {
    color: #00B7F4;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.button-wrapper .button.is--accent {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 20px;
}

/* Project Modal */
.project-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    overflow-y: hidden;
}

.project-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10001;
}

.project-modal__container {
    position: relative;
    max-width: 1200px;
    max-height: 750px;
    margin: 40px auto;
    background: #fff;
    border-radius: 8px;
    z-index: 10002;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.project-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10003;
    color: #000;
    transition: color 0.3s ease;
}

.project-modal__close:hover {
    color: #00B7F4;
}

.project-modal__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.project-modal__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-modal__main-image {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
}

.project-modal__main-image .media__wrapper {
    width: 100%;
    padding-bottom: 75%; /* 4:3 aspect ratio */
    position: relative;
    overflow: hidden;
}

.project-modal__main-image .media__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-modal__thumbnails {
    display: flex;
    align-items: center;
    gap: 12px;
}

.project-modal__thumb-nav {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

    .project-modal__thumb-nav--prev {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M10 12L6 8l4-4'/%3E%3C/svg%3E") center no-repeat;
    }

    .project-modal__thumb-nav--next {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M6 4l4 4-4 4'/%3E%3C/svg%3E") center no-repeat;
    }

/* Project Order Modal */
.project-order-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow-y: hidden;
}

.project-order-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10001;
}

.project-order-modal__container {
    position: relative;
    max-width: 600px;
    max-height: 90vh;
    margin: 40px auto;
    background: #fff;
    border-radius: 8px;
    z-index: 10002;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow-y: auto;
}

.project-order-modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10003;
    color: #000;
    transition: color 0.3s ease;
}

.project-order-modal__close:hover {
    color: #00B7F4;
}

.project-order-modal__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.project-order-modal__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    color: #000;
}

.project-order-form {
    margin-top: 20px;
}

.project-order-form .fields__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-order-form textarea {
    width: 100%;
    min-height: 100px;
    padding: 12px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-family: inherit;
    font-size: 15px;
    resize: vertical;
}

.project-order-form textarea:focus {
    outline: none;
    border-color: #00B7F4;
}

@media (max-width: 768px) {
    .project-order-modal__container {
        padding: 30px 20px;
        margin: 20px;
        max-height: 95vh;
    }

    .project-order-modal__title {
        font-size: 20px;
    }

    .project-order-modal__close {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
    }
}

.project-modal__thumb-nav--next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M6 4l4 4-4 4'/%3E%3C/svg%3E") center no-repeat;
}

.project-modal__thumbnails-list {
    display: flex;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    flex: 1;
}

.project-modal__thumbnail-item {
    flex-shrink: 0;
    width: 100px;
    height: 75px;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.project-modal__thumbnail-item:hover,
.project-modal__thumbnail-item.is--active {
    border-color: #00B7F4;
}

.project-modal__thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-modal__right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.project-modal__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    color: #000;
}

.project-modal__details {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-modal__want-btn {
    padding: 12px 20px;
    border-radius: 5000px;
    align-self: flex-start;
}

@media (min-width: 1025px) {
    .project-modal__want-btn {
        position: static;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        box-shadow: none;
    }
}

.project-modal__description {
    margin-top: 20px;
    grid-column: span 2;
}

.project-modal__description-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #000;
}

.project-modal__description-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    color: #666;
}

@media (max-width: 1024px) {
    .frame--completed-projects .frame-header__body {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }



    .completed-projects__nav {
        margin-left: unset;
    }

    .completed-projects__pagination {
        font-size: 14px;
    }

    .project-modal__content {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .project-modal__container {
        padding: 30px 20px;
        margin: 20px;
        max-height: 90vh;
    }

    .project-modal__content {
        display: flex;
        flex-direction: column;
    }

    .project-modal__right {
        order: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .project-modal__right .button.is--main.desktop {
        display: none;
    }

    .project-modal__left {
        order: 3; 
        width: 100%;
    }

    .project-modal__details {
        order: 4; /* Детали - четвертые */
    }

    .project-modal__description {
        order: 5; /* Описание - пятое */
        margin-top: 0;
        grid-column: unset;
    }

    .project-modal .button-wrapper {
        order: 6; /* Кнопка - последняя, sticky внизу */
        position: sticky;
        bottom: -20px;
        z-index: 10;
        border-radius: 0;
        width: calc(100% + 30px);
        margin-left: -15px;
        align-self: stretch;
        display: flex;
        justify-content: center;
        padding: 15px 0;
        background: #fff;
        box-shadow: 0 -30px 20px rgba(255, 255, 255, 1);
    }

}

@media (max-width: 1024px) {
    .completed-projects__card {
        flex-direction: column;
        padding: 30px;
        gap: 30px;
    }

    .completed-projects__image {
        width: 100%;
    }
}

@media (max-width: 580px) {

    .frame--completed-projects {
        padding: 60px 30px;
    }

    .frame--completed-projects .frame__title {
        font-size: 28px;
    }

    .completed-projects__slider {
        margin-top: 40px;
    }

    .completed-projects__pagination {
        font-size: 12px;
        min-width: 50px;
    }

    .completed-projects__nav {
        gap: 12px;
    }

    .completed-projects__card {
        padding: 20px;
        gap: 20px;
    }

    .completed-projects__content {
        gap: 20px;
    }

    .project-modal__container {
        padding: 20px 15px;
        margin: 10px;
    }

    .project-modal__close {
        top: 10px;
        right: 10px;
        width: 32px;
        height: 32px;
    }

    .project-modal__title {
        font-size: 20px;
    }

    .project-modal__thumbnails {
        gap: 8px;
    }

    .project-modal__thumbnail-item {
        width: 80px;
        height: 60px;
    }
}

.frame--feedback.distributor .frame__header, .frame--feedback.distributor .frame__body {
    width: 100%;
}

.frame--feedback.distributor {
    margin-top: 0;
}

.frame-promo-banner {
    margin-top: 0;
    background: #fff;
    padding-top: 160px;
    padding-bottom: 160px;
}

.frame-promo-banner .promo-banner {
    background: linear-gradient(154.7deg, #000000 8.02%, #00B7F4 88.67%);
    border-radius: 8px;
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.frame-promo-banner .promo-banner-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 2rem;
    max-width: 478px;
    z-index: 2;
    position: relative;
}

.frame-promo-banner .button-wrapper {
    display: flex;
    justify-content: end;
    z-index: 2;
    position: relative;
}

.frame-promo-banner .button-wrapper a {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    min-width: 154px;
}

.frame-promo-banner .button-wrapper a .button__text {
    color: #F9F9F9;
}

.frame-promo-banner h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.frame-promo-banner p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.frame-promo-banner .image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: end;
    width: 100%;
}

.frame-promo-banner .image-wrapper img {
    height: 100%;
}

.frame--steps-patners {
    margin: 0;
    padding-top: 160px;
    padding-bottom: 160px;
    background: #fff;
}
.frame--steps-patners .frame__title {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0;
}

.frame--steps-patners .step-partners__item  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
}

.frame--steps-patners .step-partners__item .step-number {
    width: 60px;
    height: 60px;
    border: 3px solid #00B7F4;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame--steps-patners .step-partners__item .step-text__content {
    display: flex;
    flex-direction: column;
    gap: 7px;
    text-align: center;
    align-items: center;
}

.frame--steps-patners .step-partners__item .step-text__content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #000;
}

.frame--steps-patners .step-partners__item .step-text__content p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #858687;
}

.frame--steps-patners .frame__wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.steps-patners {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    row-gap: 65px;
}

.step-partners__item:nth-child(1)::before,
.step-partners__item:nth-child(3)::before  {
    content: '';
    position: absolute;
    background: url('/static/assets/img/distributor/line-step-desk.svg');
    right: -114%;
    top: 13%;
    width: 335px;
    height: 197px;
}
    

.step-partners__item:nth-child(2) {
    grid-column-start: 2;
    grid-row-start: 2;
}

.step-partners__item:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 1;
}

.step-partners__item:nth-child(4) {
    grid-column-start: 4;
    grid-row-start: 2;
}

.step-partners__item:nth-child(5) {
    grid-column-start: 5;
    grid-row-start: 1;
}


.frame--feedback.distributor .frame__wrapper {
    max-width: 1384px;
}

.frame--feedback.distributor .frame__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}

.frame--feedback.distributor .frame__pretitle {
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-block;
}

.frame--feedback.distributor .input-row {
    flex-direction: row;
    width: 100%;
}

.frame--feedback.distributor .input-row input {
    width: 537px;
}

.frame--feedback.distributor .input-row .input-container {
    margin-bottom: 30px;
}

.frame--feedback.distributor .file-upload label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 195px;
}

.frame--feedback.distributor .submit-button {
    padding: 15px 40px;
    background: #000;
    color: #fff;
    border-radius: 55px;
    font-size: 15px;
    font-weight: 600;
}

.frame--feedback.distributor .fields__list {
    margin: 0;
    margin-top: -4rem;
}

.frame--feedback.distributor .file-upload {
    max-width: unset;
    margin: 0;
}

.frame--feedback.distributor .form-box {
    margin: 0;
}

.frame--feedback.distributor .form-box p {
    margin-bottom: 30px;
}

.frame--feedback.distributor .fields__list .input-row:last-child .input-container {
    margin-bottom: 0;
}

.file-upload label span:not(.mobile) {
    color: #666666;
    border: none;
}

.frame--feedback.distributor .fields__body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 1280px) {
    .frame-promo-banner .image-wrapper {
        right: -250px;
    }

    .step-partners__item:nth-child(1)::before, .step-partners__item:nth-child(3)::before {
        right: -120%;
    }

    .frame--feedback.distributor .input-row {
        flex-direction: column;
    }

    .frame--feedback.distributor .input-row input {
        width: 100%;
    }
}

@media (max-width: 1200px) {

    .steps-patners {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .step-partners__item:nth-child(1)::before, 
    .step-partners__item:nth-child(2)::before, 
    .step-partners__item:nth-child(3)::before, 
    .step-partners__item:nth-child(4)::before, 
    .step-partners__item:nth-child(5)::before {
        background: url('/static/assets/img/distributor/line-step-mob.svg');
        width: 120px;
        height: 241.8px;
    }

    .step-partners__item:nth-child(1)::before, 
    .step-partners__item:nth-child(3)::before {
        right: -17%;
        top: 30px;
    }

    .step-partners__item:nth-child(2)::before, 
    .step-partners__item:nth-child(4)::before{
        content: '';
        position: absolute;
        left: -17%;
        top: 30px;
        transform: scale(-1, 1)
    }

    .frame--steps-patners .step-partners__item {
        max-width: 280px;
    }

    .frame--feedback.distributor .form-box {
        display: block !important;
    }

    .frame--feedback.distributor .privacy-text {
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {

    .frame-promo-banner .image-wrapper {
        max-height: 250px;
        right: -220px;
    }
}

@media (max-width: 960px) {
    .frame--feedback.distributor .frame__header {
        padding: 50px 30px;
        padding-bottom: 0;
    }

    .frame--feedback.distributor .frame-header__wrapper {
        margin: 0;
    }

    .frame--feedback.distributor .fields__list {
        margin: 0;
    }

    .frame--feedback.distributor .frame__body {
        padding: 0 30px;
    }

    .frame--feedback.distributor .frame-header__body {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 860px) {
    .frame-promo-banner .image-wrapper {
        max-height: 200px;

    }
}

@media (max-width: 768px) {

    .frame--steps-patners .frame__title {
        font-size: 28px;
    }

    .frame--steps-patners {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .frame-promo-banner .button-wrapper {
        justify-content: start;
    }

    .frame-promo-banner .promo-banner-content {
        gap: 20px;
    }

    .frame-promo-banner h2 {
        font-size: 24px;
    }

    .frame-promo-banner p {
        font-size: 16px;
    .frame--steps-patners .step-partners__item .step-text__content {
        gap: 5px;
    }

    }

    .frame-promo-banner .promo-banner {
        padding: 20px;
        padding-top: 40px;
    }

    .frame-promo-banner .image-wrapper {
        max-height: 170px;
    }

    .frame-promo-banner {
        padding-top: 50px;
        padding-bottom: 50px;
    }


    .frame--feedback.distributor .frame__title {
        font-size: 21px;
        line-height: 120%;
    }

    .frame--feedback.distributor .frame__pretitle {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .frame--feedback.distributor .input-row input {
        padding: 15px 0;
    }

    .frame--feedback.distributor .input-row .input-container {
        margin-bottom: 15px;
    }
}

@media (max-width: 580px) {

    .completed-projects__title {
        font-size: 14px;
        font-weight: 600;
        line-height: 160%;
    }

    .completed-projects__content {
        gap: 15px;
    }

    .completed-projects__tag {
        font-size: 12px;
        font-weight: 500;
        padding: 6px;
        line-height: 28px;
    }

    .completed-projects__detail {
        flex-direction: column;
        gap: 0;
    }

    .completed-projects__detail-label {
        font-size: 12px;
        font-weight: 500;
    }

    .completed-projects__detail-value {
        font-size: 12px;
        font-weight: 600;
    }

    .completed-projects__details {
        gap: 10px;
    }

    .frame--feedback.distributor .fields__body {
        gap: 20px;
    }

    .frame--feedback.distributor .file-upload label span:not(.mobile) {
        display: none;
    }

    .frame--feedback.distributor .file-upload label span.mobile::first-letter {
        text-transform: uppercase;
    }

    .frame--feedback.distributor .file-upload label {
        height: 99px;
    }
    
    .frame-promo-banner .promo-banner-content {
        max-width: 246px;
    }

    .frame-promo-banner h2 {
        font-size: 14px;
    }

    .frame-promo-banner .promo-banner {
        padding: 20px;
    }

    .frame-promo-banner .button-wrapper a {
        font-size: 12px;
        font-weight: 600;
        padding: 5px 10px;
        min-width: auto !important;
    }

    .frame-promo-banner .promo-banner-content {
        gap: 12px;
        margin-bottom: 14px;
    }

    .frame-promo-banner p {
        font-size: 12px;
    } 

    .frame-promo-banner .image-wrapper {
        max-height: 150px;
    }
}

@media (max-width: 480px) { 

    .frame-promo-banner .image-wrapper {
        max-height: 120px;
        right: -150px;
    }

}

/* In Numbers Section */
.frame--in-numbers {
    padding: 100px 30px;
    background: #fff;
    margin: 0;
}

.frame--in-numbers .frame__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    margin: 0;
    padding: 0;
}

.frame--in-numbers .frame__header.mobile {
    display: none;
}

.frame--in-numbers .frame__header {
    margin: 0;
    padding: 0;
}

.in-numbers__wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
}

.in-numbers__stats {
    display: flex;
    flex-direction: column;
    gap: 29.83px;
    flex-shrink: 0;
    min-width: max-content;
}

.in-numbers__stat {
    display: flex;
    flex-direction: column;
}

.in-numbers__stat-value {
    font-size: 50.82px;
    font-weight: 700;
    color: #00B7F4;
    text-wrap: nowrap;
    line-height: 1.5;
}

.in-numbers__stat-label {
    font-size: 16.57px;
    font-weight: 600;
    text-wrap: nowrap;
    color: #000;
    line-height: 1;
}

.in-numbers-text-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.in-numbers__description {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.in-numbers__description p {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

@media (max-width: 1024px) {
    .in-numbers__wrapper {
        flex-direction: column;
    }

    .in-numbers__stats {
        flex-direction: row;
        justify-content: space-between;
        gap: 30px;
    }

    .in-numbers__stats {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .in-numbers__description p {
        color: #222A30;
    }

    .frame--in-numbers .frame__header.mobile {
        display: block;
    }

    .frame--in-numbers .frame__header.mobile .frame-header__body {
        margin: 0;
        padding: 0;
    }

    .frame--in-numbers .frame__header.mobile .frame-header__wrapper {
        margin: 0;
        padding: 0;
    }

    .frame--in-numbers .frame__header.desktop {
        display: none;
    }

    .in-numbers-text-content {
        gap: 30px;
    }

    .in-numbers__wrapper {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .frame--in-numbers {
        padding: 60px 30px;
    }

    .frame--in-numbers .frame__title {
        font-size: 28px;
        font-weight: 600;
        line-height: 1.1;
    }

    .in-numbers__wrapper {
        gap: 40px;
        margin-top: 40px;
    }

    .in-numbers__stats {
        flex-direction: column;
        gap: 30px;
    }

    .in-numbers__stat-value {
        font-size: 36px;
    }

    .in-numbers__stat-label {
        font-size: 14px;
    }

    .in-numbers__description p {
        font-size: 15px;
    }
}

@media (max-width: 580px) {

    .in-numbers__wrapper {
        gap: 30px;
        margin-top: 30px;
    }

    .in-numbers__stat-value {
        font-size: 40px;
        font-weight: 700;
        line-height: 150%;
    }

    .in-numbers__stat-label {
        font-size: 12px;
    }
}

/* Production Section */
.frame--production {
    padding: 100px 30px;
    background: #000;
    margin: 0;
}

.production__content {
    display: grid;
    grid-template-columns: auto 750px;
    gap: 80px;
    align-items: start;
}

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

.production__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    margin: 0;
    padding: 0;
}

.production__description {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    color: #fff;
    margin: 0;
    padding: 0;
}

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

.production__category-card {
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 21px 26px;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    min-height: 80px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.production__category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 183, 244, 0.15);
}

.production__category-card--all {
    border: 2px solid #00B7F4;
    background: #000;
}

.production__category-card--all:hover {
    background: rgba(0, 183, 244, 0.05);
}

.production__category-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.production__category-icon img {
    width: 100%;
    height: 100%;
}

.production__category-info {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.production__category-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
    margin: 0;
    padding: 0;
}

.production__category-card--all .production__category-name {
    color: #fff;
}

.production__category-count {
    font-size: 12px;
    font-weight: 400;
    color: #858687;
    text-align: end;
    flex: 1;
}

@media (max-width: 1280px) {
    .production__content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .production__categories {
        grid-template-columns: 1fr;
    }

    .production__category-card {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .frame--production {
        padding: 60px 30px;
    }

    .production__title {
        font-size: 28px;
    }

    .production__content {
        gap: 40px;
    }

    .production__categories {
        gap: 22px;
    }

    .production__category-card {
        padding: 20px;
    }

    .production__category-name {
        font-size: 16px;
    }

    .production__category-count {
        font-size: 13px;
    }
}

@media (max-width: 580px) {

    .production__category-card--all {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .frame--feedback.distributor .submit-button {
        font-size: 15px;
        font-weight: 600;
        line-height: 28px;
        padding: 10px 20px;
        margin-bottom: 50px;
    }

    .production__category-info {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

    .frame--production {
        padding: 50px 30px;
    }

    .banners-entry__title {
        font-size: 22px;
    }

    .suppliers-banner .banners-entry__body {
        margin-top: 15px;
    }

    .suppliers-banner .banners-entry-links {
        margin-top: 3.5rem;
    }


    .production__description {
        font-size: 15px;
        font-weight: 400;
    }

    .production__left {
        gap: 20px;
    }

    .production__category-card {
        padding: 12px 20px;
    }

    .production__category-icon {
        width: 32px;
        height: 32px;
    }

    .production__category-name {
        font-size: 14px;
    }

    .production__category-count {
        font-size: 12px;
    }
}

/* Why With Us Section */
.frame--why-with-us {
    padding: 100px 30px;
    background: #f2f2f2;
    margin: 0;
}

.why-with-us__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px;
}

.why-with-us__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin: 0;
    padding: 0;
}

.why-with-us__nav {
    display: none;
    align-items: center;
    gap: 20px;
}

.why-with-us__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    height: 2.8rem;
}

.why-with-us__nav-btn--next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M49.3423 12.657l5.6569-5.65684m0 0l-5.6569-5.6569m5.6569 5.6569L.999512 7'/%3E%3C/svg%3E") right center no-repeat;
    width: 5.6rem;
}

.why-with-us__nav-btn--prev {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M6.65723 12.6565l-5.6569-5.65683m0 0l5.6569-5.6569m-5.6569 5.6569L25 6.99951'/%3E%3C/svg%3E") left center no-repeat;
    width: 2.6rem;
}

.why-with-us__pagination {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    min-width: 60px;
    text-align: center;
}

.why-with-us__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-with-us__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-with-us__block {
    height: 100%;
}

.why-with-us__block--image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.why-with-us__block--image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.why-with-us__card {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.why-with-us__list .slick-track::before {
    content: none;
}

.why-with-us__card-top {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2E2E2;
}

.why-with-us__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-with-us__icon img {
    width: 100%;
    height: 100%;
}

.why-with-us__card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    color: #000;
    margin: 0;
    padding: 0;
}

.why-with-us__nav {
    display: none !important;
}

@media (max-width: 1200px) {
    .why-with-us__nav {
        display: flex !important;
    }
}

.why-with-us__card-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    color: #666666;
    margin: 0;
    padding: 0;
}

@media (max-width: 1200px) {
    .why-with-us__nav {
        display: flex;
    }

    .why-with-us__list {
        display: block;
    }

    .why-with-us__list.slick-slider {
        margin-top: -20px;
        padding: 0 30px;
    }

    .why-with-us__list.slick-slider .slick-track {
        display: flex;
        padding-top: 20px;
        gap: 15px;
        align-items: stretch;
    }

    .why-with-us__list.slick-slider .slick-slide {
        height: auto;
        display: flex !important;
    }

    .why-with-us__item {
        height: 100%;
    }
}

@media (max-width: 1024px) {
    .why-with-us__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .frame--why-with-us {
        padding: 60px 0;
    }

    .why-with-us__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .why-with-us__title {
        font-size: 28px;
    }
}

@media (max-width: 580px) {
    .frame--why-with-us {
        padding: 50px 0;
    }

    .why-with-us__card {
        padding: 20px;
    }

    .why-with-us__card-title {
        font-size: 15px;
    }
}

/* Partnership Formats Section */
.frame--partnership-formats {
    padding: 100px 30px;
    background: #F2F2F2;
    margin: 0;
}

.partnership-formats__header {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.partnership-formats__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
    color: #000;
    margin: 0;
    padding: 0;
}

.partnership-formats__nav {
    display: none;
    align-items: center;
    gap: 20px;
}

.partnership-formats__nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    height: 2.8rem;
}

.partnership-formats__nav-btn--next {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M49.3423 12.657l5.6569-5.65684m0 0l-5.6569-5.6569m5.6569 5.6569L.999512 7'/%3E%3C/svg%3E") right center no-repeat;
    width: 5.6rem;
}

.partnership-formats__nav-btn--prev {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='14' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M6.65723 12.6565l-5.6569-5.65683m0 0l5.6569-5.6569m-5.6569 5.6569L25 6.99951'/%3E%3C/svg%3E") left center no-repeat;
    width: 2.6rem;
}

.partnership-formats__pagination {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    min-width: 60px;
    text-align: center;
}

.partnership-formats__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.partnership-card {
    position: relative;
    display: flex !important;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    gap: 20px;
    padding: 23px 25px;
    border: 3px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partnership-card--special {
    border-color: #00B7F4;
}

.partnership-card__badge {
    position: absolute;
    top: -18px;
    right: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #00B7F4;
    border-radius: 50%;
}

.partnership-card__badge img {
    width: 20px;
    height: 20px;
}

.partnership-card__tag {
    background: #D4F3FD;
    color: #00B7F4;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 554px;
    z-index: 2;
    white-space: nowrap;
}

.partnership-card__image {
    width: 100%;
    height: auto;
    overflow: hidden;
    flex-shrink: 0;
}

.partnership-card__content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.partnership-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partnership-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.partnership-card__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
    margin: 0;
    padding: 0;
}

.partnership-card__description {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin: 0;
    padding: 0;
}

.partnership-card__conditions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 52px;
}

.partnership-card__conditions li {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    position: relative;
    padding-left: 16px;
}

.partnership-card__conditions li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: 700;
}

.partnership-card__actions {
    display: flex;
    gap: 26px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.partnership-card__link {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    text-decoration: underline;
    text-align: center;
    transition: color 0.3s ease;
}

.partnership-card__link:hover {
    color: #00B7F4;
}

.partnership-card__button {
    padding: 12px 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    background: none !important;
    border: 1px solid #E2E2E2 !important;
    color: #000 !important;
}

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

@media (max-width: 768px) {
    .frame--partnership-formats {
        padding: 60px 30px;
    }

    .partnership-formats__title {
        font-size: 28px;
    }

    .partnership-formats__header {
        margin-bottom: 40px;
    }

    .partnership-formats__cards {
        display: block;
    }

    .partnership-formats__nav {
        display: flex;
    }

    .partnership-formats__pagination {
        font-size: 14px;
        min-width: 50px;
    }

    .partnership-formats__header {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .partnership-formats__cards .slick-track:before,
    .partnership-formats__cards .slick-track:after {
        content: none !important;
    }

    .partnership-formats__cards.slick-slider {
        margin-top: -20px;
        padding: 0 30px;
    }

    .partnership-formats__cards.slick-slider .slick-track {
        display: flex;
        padding-top: 20px;
        gap: 15px;
        align-items: stretch;
    }

    .partnership-formats__cards.slick-slider .slick-slide {
        height: auto;
        display: flex !important;
    }

    .partnership-formats__cards.slick-slider .partnership-card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .frame--partnership-formats {
        padding: 50px 0;
    }



    .partnership-formats__title {
        font-size: 24px;
    }




    .partnership-card__title {
        font-size: 15px;
        line-height: 28px;
    }

    .partnership-card__description {
        font-size: 14px;
    }

    .partnership-card__conditions li {
        font-size: 14px;
    }
}
