.section.section-packs {
    margin-top: 72px;
    padding: 0 16px 145px 16px;
    /*background: #161619;*/
    /*background-size: cover;*/
}

.section-packs .carousel-container {
    margin-top: 0;
}

.section-packs,
.pack-preview-modal {
    overflow: hidden;
}

.section-packs strong,
.pack-preview-modal strong {
    font-weight: 700;
}

.section-packs .packs-carousel,
.pack-preview-modal .form-container {
    display: flex;
    align-items: center;
    position: relative;
}

.pack-preview-modal .form-container {
    justify-content: center;
}

.section-packs .packs-carousel .slick-track,
.pack-preview-modal .form-container {
    display: flex;
    align-items: center;
}

.modal.pack-preview-modal .form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: max-content;
    max-height: 90vh;
}

.section-packs .packs-carousel .slick-slide:not(:last-child) {
    margin-right: 24px;
}

.pack-card,
.pack-preview-modal .pack-card {
    font-family: "Manrope", serif;
    width: 316px !important;
    height: 170px;
    background-color: white;
    color: #070707;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.3s ease;
    /*border-radius: 12px;*/
    gap: 20px;
    cursor: pointer;
}

.section-packs .pack-card:hover {
    transform: scale(1.1, 1.1);
    /* width: 360px !important;
    height: 200px; */
    /* padding: 35px 64px 35px 20px; */
    background: #1A1C1F;
}

.section-packs .pack-card:hover .pack-price {
    background: white;
    color: #000000;
}

.pack-image,
.pack-preview-modal .pack-image img {
    max-width: 130px;
    max-height: 130px;
}

.pack-image img,
.pack-preview-modal .pack-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 130px;
    pointer-events: none;
}

.pack-info,
.pack-preview-modal .pack-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 126px;
    width: 100%;
}

.pack-name,
.pack-preview-modal .pack-name {
    font-family: "Manrope", serif;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
    text-wrap: nowrap;
}

.section-packs .pack-card:hover .pack-name, .pack-card:hover .pack-description {
    color: #FFFFFF;
}

.section-packs .pack-preview-modal .pack-card:hover .pack-name, .pack-card:hover .pack-description {
    color: #999999
}

.pack-description,
.pack-preview-modal .pack-description {
    font-family: "Manrope", serif;
    font-size: 12px;
    color: #999999;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
    text-wrap: nowrap;
}

.pack-price,
.pack-preview-modal .pack-price {
    background: #1A1C1F;
    color: #FFFFFF;
    height: 43px;
    padding: 10px 5px;
    max-width: 126px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 12px;*/
    text-wrap: nowrap;
    font-weight: 500;
    font-family: "Manrope", serif;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.cabinet-page .section.section-packs {
    /* background: transparent; */
    padding: 0;
    border-radius: 10px;
    max-width: 1520px;
}

.cabinet-page .section-packs .wrapper {
    padding: 10px 25px;
}

.section-packs .slick-arrow {
    top: -20px;
}
.section.section-packs .title {
    font-size: clamp(1.5rem, 0.857rem + 3.214vw, 3.75rem);
    margin-bottom: 10px;
}

.pack-checkout-2-modal .title {
    margin-bottom: 52px;
}

.modal.pack-checkout-2-modal .form-container {
    background-size: 100% 110px;
}

.modal.pack-checkout-2-modal .title-amount {
    margin: 24px 0 16px;
    color: #000;
    margin-bottom: 16px !important;
}

@media screen and (max-width: 1100px) {
    .cabinet-content .section-packs .carousel-container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 900px) {
    .modal.pack-preview-modal .wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .section.section-packs {
        padding: 20px 10px;
    }
    .cabinet-content .section.section-packs .carousel-container {
        padding: 0 5px;
    }

    .cabinet-content .section.section-packs .slick-arrow {
        /* top: 0px; */
    }
}
