.partners-wrapper {
    padding: 36px 0;
    @media (max-width: 1024px) {
        padding: 21px 0 100px;
    }
    .content {
        display: flex;
        flex-direction: column;
        gap: 56px;
        .head-row {
            display: flex;
            flex-direction: column;
            gap: 24px;
            h1 {
                color: #000;
                font-family: Roboto;
                font-size: 56px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                letter-spacing: 1.12px;
                @media (max-width: 1024px) {
                    font-size: 28px;
                }
            }
        }
        .partners-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
            .partners-list-item {
                display: flex;
                gap: 100px;
                align-items: center;
                width: 100%;
                @media (max-width: 768px) {
                    flex-direction: column;
                    justify-content: center;
                    gap: 10px;
                }
                a {
                    width: 300px;
                    color: rgba(51, 51, 51, 0.60);
                    font-family: Roboto;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 120%;
                    &:hover {
                        color:#EA2119;
                    }
                    @media (max-width: 768px) {
                        width: 100%;
                        text-align: center;
                    }
                }
                .parnter-item-link {
                    @media (max-width: 768px) {
                        display: none;
                    }
                }
                .img{
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 300px;
                    height: 100px;
                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
        .partners-inner {
            display: flex;
            gap: 100px;
            position: relative;
            @media (max-width: 768px) {
                flex-direction: column;
                gap: 20px;
            }
            .partners-filter-container {
                position: relative;
                @media (max-width: 768px) {
                    width: 100%;
                }
                .partners-filter {
                    display: flex;
                    flex-direction: column;
                    gap: 36px;
                    align-items: flex-start;
                    position: sticky;
                    top: 10px;
                    left: 0;
                    @media (max-width: 768px) {
                        display: none;
                    }

                    li {
                        border-radius: 30px;
                        background: #F5F5F7;
                        display: flex;
                        padding: 12px 24px;
                        align-items: flex-start;
                        gap: 10px;
                        color: rgba(51, 51, 51, 0.60);
                        font-family: Roboto;
                        font-size: 18px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 120%; /* 21.6px */
                        cursor: pointer;
                        white-space: nowrap;
                        scrollbar-color: transparent transparent;
                        scrollbar-width: none;
                        &::-webkit-scrollbar {
                            width: 0;
                            height:0;
                            background-color: transparent;
                        }
                        ::-webkit-scrollbar-thumb {
                            background-color: transparent;
                        }

                        ::-webkit-scrollbar-thumb:hover {
                            background-color: transparent;
                        }
                        &.active {
                            color: #FFF;
                            font-family: Roboto;
                            font-size: 18px;
                            font-style: normal;
                            font-weight: 500;
                            line-height: 120%; /* 21.6px */
                            border-radius: 30px;
                            background: var(--Red, #EA2119);
                            display: flex;
                            padding: 12px 24px;
                            align-items: flex-start;
                            gap: 10px;
                        }
                    }
                }
            }

        }
        .select-wrap {
            position: relative;
            padding: 11px 0;
            width: 100%;
            display: none;
            @media (max-width: 768px) {
                display: flex;
            }
            .select {
                border-radius: 30px;
                background: #F5F5F7;
                display: flex;
                padding: 12px 24px;
                align-items: center;
                gap: 10px;
                color: rgba(51, 51, 51, 0.60);
                font-family: Roboto;
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%; /* 21.6px */
                cursor: pointer;
                white-space: nowrap;
                scrollbar-color: transparent transparent;
                scrollbar-width: none;
                width: 100%;

                &::-webkit-scrollbar {
                    width: 0;
                    height:0;
                    background-color: transparent;
                }
                ::-webkit-scrollbar-thumb {
                    background-color: transparent;
                }

                ::-webkit-scrollbar-thumb:hover {
                    background-color: transparent;
                }
                &.active {
                    &::after {
                        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12.0002 16.213L18.0102 10.203L16.5972 8.78796L12.0002 13.388L7.40423 8.78796L5.99023 10.202L12.0002 16.213Z' fill='%238E8E8E'/%3E%3C/svg%3E");
                        display: flex;
                        align-items: center;
                        width: 25px;
                        height: 25px;
                        transform: rotate(180deg);
                    }
                }
                p {
                    color: #8E8E8E;
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: normal;
                    cursor: pointer;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 100%;

                }
                &::after {
                    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M12.0002 16.213L18.0102 10.203L16.5972 8.78796L12.0002 13.388L7.40423 8.78796L5.99023 10.202L12.0002 16.213Z' fill='%238E8E8E'/%3E%3C/svg%3E");
                    display: flex;
                    align-items: center;
                    width: 25px;
                    height: 25px;
                    transition: .3s ease;
                }

            }
            .select-list {
                position: absolute;
                top: 100%;
                left: 0;
                border-radius: 30px;
                background: #F5F5F7;
                display: flex;
                padding: 12px 24px;
                border-bottom: 1px solid #EAEBF0;
                flex-direction: column;
                gap: 15px;
                z-index: 3;
                display: none;
                width: 100%;

                &.active {
                    display: flex;
                }
                li {
                    transition: .3s ease;
                    cursor: pointer;
                    color: #8E8E8E;
                    &:hover {
                        color: #EA2119;
                    }
                }
            }
        }
    }
}