/* ==========================================
   КЕЙСЫ / ПРОЕКТЫ
   Блок ST300
   #rec2405609971
========================================== */

/* Карточка */

#rec2405609971 .t-store__card {
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.12) !important;
    transition: .3s ease !important;
}

#rec2405609971 .t-store__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,0,0,.18) !important;
}

/* Фото */

#rec2405609971 .t-store__card__imgwrapper {
    overflow: hidden !important;
}

#rec2405609971 .t-store__card__img {
    transition: transform .6s ease !important;
}

#rec2405609971 .t-store__card:hover .t-store__card__img {
    transform: scale(1.05);
}

/* Заголовок */

#rec2405609971 .t-store__card__title {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    color: #2f3f56 !important;
    margin-bottom: 15px !important;
}

/* Описание */

#rec2405609971 .t-store__card__descr {
    color: #5b6470 !important;
    line-height: 1.6 !important;
    font-size: 16px !important;
}

/* Контентная часть */

#rec2405609971 .t-store__card__content {
    padding: 24px !important;
}

/* Цена */

#rec2405609971 .t-store__card__price {
    background: #3283CE !important;
    color: #ffffff !important;
    display: block !important;
    width: calc(100% + 48px) !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    margin-bottom: -24px !important;
    padding: 18px 24px !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    text-align: center !important;
}

/* Старая цена */

#rec2405609971 .t-store__card__price_old {
    display: none !important;
}

/* Метка SALE */

#rec2405609971 .t-store__card__mark {
    display: none !important;
}

/* Кнопка */

#rec2405609971 .t-store__card__btn {
    background: #F4C400 !important;
    border-radius: 10px !important;
}

/* Мобильная версия */

@media screen and (max-width: 640px){

    #rec2405609971 .t-store__card__content{
        padding:18px !important;
    }

    #rec2405609971 .t-store__card__title{
        font-size:22px !important;
    }

    #rec2405609971 .t-store__card__price{
        font-size:24px !important;
        width: calc(100% + 36px) !important;
        margin-left:-18px !important;
        margin-right:-18px !important;
        margin-bottom:-18px !important;
    }

}