/* Выравниание цены по низу карточки */
.t-store__card__price-wrapper {
    height: 70px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end; 
    flex-grow: 1;
}

.t-store__card__textwrapper {
    display: flex;
    flex-direction: column;
}

.t450__menu__content {z-index: 99 !important;}


/* правим всплывающее окно про куки */
#rec234624168 .t886__wrapper {
    display: flex !important;
    flex-wrap: wrap;
}

#rec234624168 .t886 {
    z-index: 9999 !important;
}

#rec234624168 .t886__btn-wrapper {
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .sendsay-column .sendsay-text:nth-child(1) span {
        font-size: 20px !important;
    }  
    .sendsay-column .sendsay-text:nth-child(2) span {
        font-size: 16px !important;
    }
    .sendsay-column .sendsay-text:nth-child(5) span span {
        font-size: 12px !important;
    }    
    .sendsay-button input {
        width: 100% !important;
        font-size: 16px !important;
    }
    .sendsay-popup {
        padding-right: 30px !important;    
    }
    .sendsay-input {
     height: 45px !important;   
    }
    
}
