﻿@charset "UTF-8";

.card {
    /*    display: flex;
    flex-direction: column;
    align-items: center;*/
    width: 301px;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(171,174,176,.41);
    border: solid .5px #e7e7e7;
    background-color: #fff;
    margin-bottom: 49px;
    min-height: 559px;
}

.card-image {
    width: 100%;
    /*min-height: 185.5px;*/
    position: relative;
}

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.card-image-badge {
    width: 113.6px;
    height: 72.1px;
    position: absolute;
    top: -19px;
    left: -10px;
}

    .card-image-badge img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.card-title {
    /*max-width: 230px;*/
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #5c2d91;
    margin-top: 29px;
    /*height: 320px;*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 4px;
    padding-right: 4px;
    min-height: 60px;
}

.card-moneyArea {
    display: flex;
    flex-direction: column;
    margin-top: 21px;
    align-items: center;
    /*height: 50vh;*/
}

.card-moneyArea-total-price {
    font-size: 38px;
    font-weight: bold;
    text-align: left;
    color: #18181c;
}

.card-moneyArea-total-currency {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #18181c;
}

.card-moneyArea-total-date {
    font-size: 12px;
    text-align: left;
    color: #6d6a8d;
}

.card-moneyArea-validateDate {
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #5c2d91;
}

.card-description {
    display: flex;
    padding: 12px 24px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #18181c;
    justify-content: center;
    /*height: 50vh;*/
}

.card-description-left {
    display: flex;
    padding: 12px 24px;
    font-size: 12px;
    line-height: 1.25;
    color: #18181c;
    justify-content: start;
    /*height: 50vh;*/
}

    .card-description p, .card-description-left p {
        font-size: 12px;
        line-height: 1.25;
        text-align: center;
        color: #18181c;
    }

    .card-description span, .card-description-left span {
        color: unset;
    }

    .card-description ul li, .card-description-left ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 8px;
    }

        .card-description ul li::before, .card-description-left ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 17.071px;
            height: 13.35px;
            background-image: url('../../img/icons/check.svg');
            background-repeat: no-repeat;
            background-size: cover;
        }


.card-giftArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    /*margin-bottom: 25.4px;*/
    padding: 0 30px;
    /*min-height: 47px;*/
    height: auto;
    min-height: auto;
}

.card-giftArea-image {
    width: 26px;
    height: 30.1px;
}

    .card-giftArea-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.card-giftArea-text * {
    margin-top: 7.7px;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #00afab;
    font-weight: 500;
}

.card-giftArea-text span {
    color: unset;
}

.card-detailButton {
    margin-top: 1rem;
    margin-bottom: 36px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

    .card-detailButton a {
        width: 170px;
        height: 45px;
        padding: 15px 39px 15px 40px;
        background-image: linear-gradient(to bottom,#5c2d91,#4c2579 52%,#50287e 78%,#5c2d91);
        border-radius: 2px;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

.card-sliderArea {
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(171,174,176,.41);
    background-color: #f5f5f8;
    width: 100%;
}

.card-sliderArea-slider {
    margin-top: 32.6px;
}

    .card-sliderArea-slider .swiper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .card-sliderArea-slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-sliderArea-slider .swiper-slide-item {
        width: 100% !important;
    }

    .card-sliderArea-slider .swiper-button-next {
        background-image: url(../../img/icons/smallArrowRight.svg);
        background-repeat: no-repeat;
        width: 5.4px;
        background-size: 100% auto;
        background-position: center;
    }

        .card-sliderArea-slider .swiper-button-next::after {
            display: none;
        }

    .card-sliderArea-slider .swiper-button-prev {
        background-image: url(../../img/icons/smallArrowLeft.svg);
        background-repeat: no-repeat;
        width: 5.4px;
        background-size: 100% auto;
        background-position: center;
    }

        .card-sliderArea-slider .swiper-button-prev::after {
            display: none;
        }

.card-sliderArea-slider-channelImg {
    width: 62.5px;
    height: 40px;
}

    .card-sliderArea-slider-channelImg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.card-sliderArea-link {
    display: flex;
    justify-content: center;
    margin-top: 36.2px;
    margin-bottom: 24px;
}

    .card-sliderArea-link a {
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        color: #18181c;
        text-decoration: underline;
    }

.card-giftArea-text {
    text-align: center;
    width: 100%;
}

.package-placeholder .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.package-placeholder .swiper-pagination-bullet-active {
    background: #4c2579;
}
