.largest {
    padding: 0 0 100rem;
    background: linear-gradient(180deg, #000 0%, #191818 48%, #201e1e 100%);
    color: #fff;
}

.largest__inner {
    display: flex;
    align-items: stretch;
    gap: 20rem;
    width: 100%;
    max-width: 1520rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.largest__panel {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 25rem;
    width: 450rem;
    height: 650rem;
    padding: 30rem;
    border-radius: 10rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-sizing: border-box;
}

.largest__title {
    margin: 0;
    font-family: "Euclid Square", sans-serif;
    font-weight: 500;
    font-size: 32rem;
    line-height: 130%;
}

.largest__list {
    display: flex;
    flex-direction: column;
    gap: 10rem;
}

.largest__packages {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 14rem;
    min-height: 0;
}

.largest__packages-label {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16rem;
    line-height: 1;
    text-transform: uppercase;
}

.largest__item {
    display: flex;
    align-items: center;
    gap: 10rem;
    height: 40rem;
    padding: 8rem 15rem 10rem;
    border-radius: 10rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
}

.largest__item-main {
    display: flex;
    align-items: center;
    gap: 10rem;
    flex: 1 1 auto;
    min-width: 0;
    text-decoration: none;
    color: inherit;
}

.largest__item-title {
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16rem;
    line-height: 150%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.largest__item-line {
    flex: 1 1 auto;
    min-width: 12rem;
    height: 0;
    border-bottom: 1rem dashed #c3cad4;
}

.largest__item-price {
    flex-shrink: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16rem;
    line-height: 150%;
    white-space: nowrap;
}

.largest__item-link {
    flex-shrink: 0;
    padding: 0;
    border: 0;
    background: none;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14rem;
    line-height: 150%;
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap;
}

.largest__filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70rem;
    padding: 20rem 50rem;
    border: 0;
    border-radius: 500rem;
    background: #ef3739;
    color: #fff;
    font-family: "Euclid Square", sans-serif;
    font-weight: 700;
    font-size: 18rem;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
}

.largest__promo {
    position: relative;
    overflow: hidden;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    height: 650rem;
    padding: 30rem;
    border: 2rem solid rgba(255, 255, 255, 0.1);
    border-radius: 10rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    box-sizing: border-box;
}

.largest__promo-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.largest__promo-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
}

.largest__promo-head {
    display: flex;
    flex-direction: column;
    gap: 25rem;
    max-width: 990rem;
}

.largest__promo-title {
    margin: 0;
    font-family: "Euclid Square", sans-serif;
    font-weight: 600;
    font-size: 40rem;
    line-height: 130%;
    text-transform: uppercase;
}

.largest__promo-title span {
    color: #ef3739;
}

.largest__promo-subtitle {
    width: 660rem;
    max-width: 100%;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24rem;
    line-height: 130%;
}

.largest__promo-foot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20rem;
    width: 100%;
    max-width: 990rem;
}

.largest__promo-brand {
    display: block;
    width: 430rem;
    height: 61rem;
    max-width: 100%;
    object-fit: contain;
}

.largest__promo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 70rem;
    padding: 20rem 50rem;
    border: 2rem solid #fff;
    border-radius: 500rem;
    background: transparent;
    color: #fff;
    font-family: "Euclid Square", sans-serif;
    font-weight: 700;
    font-size: 18rem;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

@media (max-width: 1599px) {
    .largest__inner {
        max-width: none;
        padding-left: 100rem;
        padding-right: 100rem;
    }
}

@media (max-width: 1199px) {
    .largest {
        padding-bottom: 60rem;
    }

    .largest__inner {
        padding-left: 40rem;
        padding-right: 40rem;
        flex-direction: column;
    }

    .largest__panel,
    .largest__promo {
        width: 100%;
        height: auto;
        min-height: 500rem;
    }
}

@media (max-width: 767px) {
    .largest {
        padding-bottom: 40rem;
    }

    .largest__inner {
        padding-left: 20rem;
        padding-right: 20rem;
    }

    .largest__promo-title {
        font-size: 32rem;
    }

    .largest__promo-subtitle {
        font-size: 20rem;
    }

    .largest__promo-foot {
        flex-direction: column;
        align-items: stretch;
    }

    .largest__filter {
        white-space: normal;
        text-align: center;
    }

    .largest__promo-btn {
        width: 100%;
        white-space: normal;
        text-align: center;
    }

    .largest__promo-brand {
        width: 100%;
        height: auto;
    }

    .largest__item--kit {
        flex-wrap: wrap;
        height: auto;
        min-height: 40rem;
    }

    .largest__item--kit .largest__item-main {
        flex: 1 1 100%;
    }
}