/*Миниатюры в карточках животных*/

.t-slds__thumbsbullet-border {
    border-radius: 10px !important;
}

.t-slds__thumbsbullet.t-slds__bullet {
    border-radius: 10px !important;
    overflow: hidden !important;
}

/*Смотрите так же размер заголовка*/

.t-feed__post-popup__relevants-title {
    font-size: 40px !important;
}

@media screen and (max-width: 768px) {
    .t-feed__post-popup__relevants-title {
    font-size: 25px !important;
}

/*Фото карусели в карточке*/
    .t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left.t-col.t-col_6 {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .t-slds__thumbsbullet-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}

/*Смотрите так же скругления у картинок*/

.t-feed__post-popup__relevants-imgwrapper {
    border-radius: 10px;
    overflow: hidden;
}

/*Отступ у заголовка в посте*/

.t-feed__post-popup__container.t-container.t-popup__container.t-popup__container-static {
    padding-top: 20px;
}

.overflow {
        overflow: hidden !important;
        border-radius: 20px;
        }
        
/*Настройка каталога*/

    .t-checkbox__indicator {  /*Чекбоксы в каталоге*/
        border: 1px solid #9484a3 !important;
        border-radius: 20px;
        }
       
/*Настройка радиокнопок в калькуляторе*/
        
    .t-radio__wrapper fieldset {
        display: flex;
        flex-wrap: wrap;
    }
    
    .t-radio__indicator:after {
            background: #ff4830;
    }
    
    .t-radio__indicator {
            border-color: #9484A3;
    }
    
    .t-radio__control {
        margin: 3px 20px 10px 0!important;
        white-space: nowrap;
        width: 20% !important;
    }
    
    
    /*Настроил отображение вариантов веса корма в карточке*/
    
    form.t-product__option-variants.t-product__option-variants_custom.t-product__option-variants_radio.t-product__option-variants_image {
        flex-direction: row !important;
    }
    
    label.t-product__option-item.t-product__option-item_radio.t-product__option-item_image {
        width: max-content !important;
        padding-right: 15px;
    }
    
    


/*Настройка карточки животных в базе знаний*/
    
        .t-store__prod-snippet__container {  /*Отступ всей карточки*/
        padding-top: 10px;
        padding-bottom: 90px;
    }
    
        .js-store-prod-all-text {
            font-size: 16px !important;
        }
    
    .t-store__relevants__title.t-uptitle.t-uptitle_xxl { /*Заголовок смотрите также*/
        font-size: 40px !important;
        font-weight: 900;
    }
    
    .store__card__wrap_txt-and-opts {  /*Цвет карточки смотрите также*/
        background-color: #f6f5f7;
        border-radius: 0 0 20px 20px;
    }
    
    .t-slds__container {  /*Скругления в фотографии животного*/
        border-radius: 20px !important; 
    }
    
    h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {  /*Название животного*/
        font-size: 40px !important;
    }
    
    .t-store__prod-popup__info.t-align_left.t-store__prod-popup__col-right.t-col.t-col_6 {  /*Отступ заголовка от верхнего края*/
        margin-top: 20px;
    }
    
    @media screen and (max-width: 768px) {
        .t-store__relevants__title.t-uptitle.t-uptitle_xxl { /*Заголовок смотрите также*/
        font-size: 25px !important;
        }
        h1.js-store-prod-name.js-product-name.t-store__prod-popup__name.t-name.t-name_xl {  /*Название животного*/
        font-size: 25px !important;
        }
        
    }