.packages-wrap{
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
    /*gap: 20px;*/
    margin-left: -10px;
    margin-right: -10px;
}
.package{
    border: 1px solid #EFEFEF;
    padding: 30px 30px var(--pb-d) 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
    margin: 0 10px;
}
.package-title{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: var(--pb-b);
}
.nomenclature{
    font-size: 15px;
    margin-bottom: var(--pb-d);
}
.nomenclature.blur{
    color: #B0B0B0;
}
.options-item{
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--pb-d);
    position: relative;
}
.options-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.41667vw;
    z-index: -1;
    border-bottom: 1px dashed #EFEFEF;
}
.options-item-price{
    /*font-weight: 700;*/
    padding-left: 10px;
    background-color: #fff;
    font-size: 15px;
}
.options{
    font-size: 15px;
    background-color: #fff;
    line-height: 15px;
    padding-right: 10px;
}
.package-bottom{
    margin-top: 40px;
}
.package-price{
    font-weight: 700;
    margin-right: 20px;
}
.package-discount{
    position: relative;
}
.discount-row{
    display: flex;
    margin-bottom: var(--pb-d);
}
.package-discount-text{
    display: inline-block;
    border-bottom: 0.5px dashed #B0B0B0;
}
.package-discount-list{
    display: none;
    background: #171717;
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    bottom: calc(100% + 10px);
    left: -25%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
}
.package-discount:hover .package-discount-list{
    display: inline-block;
}
.package-discount-list:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    right: calc(50% - 20px);
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #171717;
    z-index: -1;
}
.discount-list-row{
    white-space: nowrap;
    margin-bottom: var(--pb-a);
    display: flex;
}
.discount-list-row:last-child{
    margin-bottom: 0px;
}
.package-min-price{
    color: #B0B0B0;
    margin-bottom: var(--pb-d);
}

.title-h1.has-sign-text {
    margin-bottom: var(--pb-a);
    padding-bottom: 0px;
}

.text-interior{
    margin-bottom: 0px;
    padding-bottom: var(--pb-b);
}

.small-after-text .text-interior{
    padding-bottom: var(--pb-d);
}

.formated-text p{
    margin-bottom: var(--pb-d);
}

.formated-text p:last-child{
    margin-bottom: 0;
}

.delimiter-discount{
    display: block;
    width: 100%;
    border-bottom: 1px dashed #EFEFEF;
    min-width: 15px;
    margin-bottom: 4px;
}

@media (max-width: 624px) {
    .packages-wrap {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .options-item-price {
        padding-left: 0px;
        /*font-size: 11px;*/
    }
}
@media (max-width: 1024px) {
    .package {
        /*width: 316px;*/
        padding: 19px;
        margin: 0;
        /*font-size: 11px;*/
    }

    .options-item-price {
        /*font-weight: 700;*/
    }

    .package .feedback__btn {
        font-size: 15px;
        border-radius: 36px;
        height: 38px;
        padding: 0 12px;
        margin-right: 6px;
    }
    .package .feedback__msngr {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        margin-right: 6px;
    }

    .package .feedback__msngr svg {
        width: 21px;
        height: 21px;
        min-width: 21px;
        min-height: 22px;
    }

    .packages-wrap .slick-list {
        padding: 0 15% 0 0 !important;
        padding-right: calc(15% - 4px) !important;
    }

    .packages-wrap{
        margin-left: -4px;
        margin-right: -4px;
    }

    .packages-wrap .slick-slide {
        width: 100%;
        box-sizing: border-box;
        margin: 0 4px;
    }

    .nomenclature {
        /*font-size: 11px;*/
    }
    .options {
        /*font-size: 11px;*/
        width: 165px;
        white-space: nowrap;
    }

    .package .feedback-social-for-devices {
        margin-bottom: 0px;
    }

}