.t-feed__post-popup__date-parts-wrapper_beforetitle .t-feed__post-popup__date {
    letter-spacing: 1.5px;
    font-size: 20px;
    background-color: #5B93F4;
    padding: 3px 20px;
    border-radius: 40px;
    color: #ffffff !important
    }
    
.t-feed__post-popup__title {
    font-size: 24px;
}


/*скрытие разделов в посте*/
.t-feed__post-popup__tag {
    display: none;
    
}

/*создание кнопок из подчеркнутых ссылок*/

.t-feed__post-popup__text-wrapper a u {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff !important;
    background-color: #5B93F4;
    padding: 0.19em 1em 0 1em;
    border-radius: 60px;
    border: 2px solid #5B93F4;
    text-decoration: none !important;
    transition: background-color .2s ease, color .2s ease;
}

.t-feed__post-popup__text-wrapper a:hover u {
    color: #5B93F4 !important;
    background-color: #ffffff;
}


    /* Растягивающаяся кнопка со стрелкой ГОЛУБАЯ */

    .car-btn__stretch-blue {
        width: auto !important;
        height: auto !important;
    }

    .car-btn__stretch-blue a {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        width: auto;
        padding: 10px 10px 10px 10px;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 6px !important;
        font-family: 'Nunito Sans' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        color: #ffffff !important; 
        text-decoration: none !important;
        background-color: #5B93F4 !important;
        z-index: 2;
        transition: background-color .3s ease;
    }

    .car-btn__stretch-blue a::after {
        content: '';
        position: absolute;
        width: 27px;
        height: 100%;
        left: 100%;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #5B93F4;
        background-image: url(https://static.tildacdn.com/tild3736-6666-4936-b333-373332613861/elem-arrow-white.svg);
        background-repeat: no-repeat;
        background-position: top 50% right 10px;
        z-index: 1;
        transition: width .3s ease, background-color .3s ease;
    }

    .car-btn__stretch-blue a:hover::after {
        width: 47px;
    }

    .car-btn__stretch-blue a:active {
        background-color: #4976C3 !important;
    }

    .car-btn__stretch-blue a:active::after {
        width: 47px;
        background-color: #4976C3;
    }


    /* Растягивающаяся кнопка со стрелкой ЗЕЛЕНАЯ */

    .car-btn__stretch-green {
        width: auto !important;
        height: auto !important;
    }

    .car-btn__stretch-green a {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        width: auto;
        padding: 10px 10px 10px 10px;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 6px !important;
        font-family: 'Nunito Sans' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        color: #ffffff !important; 
        text-decoration: none !important;
        background-color: #22EA8B !important;
        z-index: 2;
        transition: background-color .3s ease;
    }

    .car-btn__stretch-green a::after {
        content: '';
        position: absolute;
        width: 27px;
        height: 100%;
        left: 100%;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #22EA8B;
        background-image: url(https://static.tildacdn.com/tild3736-6666-4936-b333-373332613861/elem-arrow-white.svg);
        background-repeat: no-repeat;
        background-position: top 50% right 10px;
        z-index: 1;
        transition: width .3s ease, background-color .3s ease;
    }

    .car-btn__stretch-green a:hover::after {
        width: 47px;
    }

    .car-btn__stretch-green a:active {
        background-color: #52C38E !important;
    }

    .car-btn__stretch-green a:active::after {
        width: 47px;
        background-color: #52C38E;
    }

    /* Растягивающаяся кнопка со стрелкой ФИОЛЕТОВАЯ */

    .car-btn__stretch-viol {
        width: auto !important;
        height: auto !important;
    }

    .car-btn__stretch-viol a {
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        width: auto;
        padding: 10px 10px 10px 10px;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 6px !important;
        font-family: 'Nunito Sans' !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 16px !important;
        line-height: 100% !important;
        color: #ffffff !important; 
        text-decoration: none !important;
        background-color: #8550F6 !important;
        z-index: 2;
        transition: background-color .3s ease;
    }

    .car-btn__stretch-viol a::after {
        content: '';
        position: absolute;
        width: 27px;
        height: 100%;
        left: 100%;
        top: 0;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #8550F6;
        background-image: url(https://static.tildacdn.com/tild3736-6666-4936-b333-373332613861/elem-arrow-white.svg);
        background-repeat: no-repeat;
        background-position: top 50% right 10px;
        z-index: 1;
        transition: width .3s ease, background-color .3s ease;
    }

    .car-btn__stretch-viol a:hover::after {
        width: 47px;
    }

    .car-btn__stretch-viol a:active {
        background-color: #6A40C5 !important;
    }

    .car-btn__stretch-viol a:active::after {
        width: 47px;
        background-color: #6A40C5;
    }
    
    
    /*МАГАЗИН*/
    
    .t-store__card__bgimg, 
    .t-store__card__bgimg_second,
    .t-slds__imgwrapper{
        border-radius: 20px;
    }
    
    .js-store-prod-all-text,
    .t-store__tabs__item-title,
    .t-store__tabs__content{
        font-size: 14px;
    }
    
    /*кнопка в каталог*/
    
    .t-store__prod-popup__close-txt:before {
        content: '';
    }

    .t-store__prod-popup__close-txt {
        font-weight: 400;
        color: #2A2F39 !important;
        background-image: url(https://static.tildacdn.com/tild3737-3232-4766-b161-633931383839/elem-arrow-left-blac.svg);
        background-repeat: no-repeat;
        background-position: 8px 50%;
        padding: 4px 10px 4px 30px;
        font-size: 16px;
        background-color: #ffffff;
        border-radius: 30px;
        transition: background-color .3s ease;
    }
    
    .t-store__prod-popup__close-txt:hover {
        background-color: #E7F6FF;
    }
    
    /*Табы в магазине*/
    
    .t-store__tabs__item {
        background-color: #E7F6FF;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom: 20px;
        padding-left: 20px;
    }
    
    .t-store__tabs__item-button {
        border-bottom: none !important;
    }
    
    .t-store__tabs__item-title {
        font-weight: 700 !important;
    }
    
    .t-store__prod__quantity {
        border: 2px solid #5B93F4;
    }
    
    .t-store__tabs__close:after {
        background-color: #ffffff !important;
    }
    
    


    #rec501722543 .t706__cartwin {
        background-color: rgba(255,255,255,.9);
    }
        
    #rec501722543 .t706__cartwin-content {
        border-radius: 20px;
        background-image: url(https://static.tildacdn.com/tild3164-3635-4165-b533-306235313239/elem-form-bg.svg);
        background-size: cover;
        filter: drop-shadow(0px 30px 50px rgba(108, 75, 180, 0.1));
        border: 1px solid #EFEFEF;
    }
    
    #rec501722543 .t-input:placeholder-shown {
        background-color: transparent;
        transition: background-color .2s ease, border .2s ease;
    }
    
    #rec501722543 .t-input:not(.t-input-phonemask):hover  {
        border: 1px solid #8550F6 !important;
        background-color: rgba(255, 255, 255, 0.9);
    }
    
    #rec501722543 .t-input:not(.t-input-phonemask):focus {
        border: 1px solid #8550F6 !important;
        background-color: rgba(255, 255, 255, 0.5);
    }
    
    #rec501722543 .t-input {
        background-color: rgba(255, 255, 255, 0.5);
        transition: background-color .2s ease, border .2s ease;
    }
    
    #rec501722543 .js-successbox {
        background-color: rgba(255, 255, 255, 0.5) !important;
        border: 2px solid #5B93F4;
        border-radius: 15px;
        color: #2A2F39 !important;
    }
    
    /*Скрываем метод оплаты*/
    
    #rec501722543 .t-input-group_pm {
        display: none;
    }
    
    
    /*кнопки на карточке товара*/
    
        .t-store__prod-popup__btn-wrapper {
        display: flex;
        gap: 20px;
    }
    
    .t-store__prod-popup__btn {
        min-width: 200px;
    }
    
    .t-store__prod__quantity__minus-wrapper, .t-store__prod__quantity__plus-wrapper {
        width: 42px;
        height: 42px;
    }
    
    .t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
        border: 1px solid #777;
    }
    
    .t-store__prod__quantity {
        border: none;
    }
    