/*форма входа*/
    .tlk-form__image a {
        max-width: 250px !important;
    }

/*лента проектов*/       
    .js-product-img.t-store__card__bgimg.t-bgimg.loaded {
        border-radius: 16px;
    }
    
    .t-store__sort-select.t-descr.t-descr_xxs.js-store-filter-sort {
        background: #f6f6f6;
        border: none;
        border-radius: 30px;
        padding: 8px 30px 8px 16px;
        width: 220px !important;
    }
    
    .t-store__filter__input.js-store-filter-search {
        background: #f6f6f6 !important;
        border: none !important;
        border-radius: 30px !important;
        padding-left: 16px !important;
        padding-right: 30px !important;
        padding-bottom: 6px !important;
        padding-top: 8px !important;
        width: 220px !important;
    }
    
    .t-store__filter__item-title {
        padding-right: 20px !important;
    }

/*карточка проекта*/    
    .t-slds__item.t-slds__item-loaded.t-slds__item_active {
        border-radius: 16px;
    }
    
    .t744__col.t-col.t-col_4  {
        background-color: #f7f7f7;
        padding: 20px 25px;
        border-radius: 16px;
        margin-left: 0px;
    }
    
    .t744__col.t-col_4 {
        max-width: 320px;
    }
    
    .t744__descr.t-descr.t-descr_xxs li {
        padding-bottom: 6px;
    }
    
    .t668__text.t-descr.t-descr_xs li {
        padding-bottom: 6px;
    }
    
/*политика*/
    .t513__rightcol, .t513__leftcol {
        margin-top: 16px;
    }
    
    .t513 li {
        padding-bottom: 12px;
    }
    
/*куки*/
    .t886 {
        bottom: 20px;
        left: 20px;
    }

/*меню*/
    .t228 {
        transition: background-color .1s ease-out;
    }
    
/*проекты*/
    .t-store__grid-separator {
        margin-bottom: 30px;
    }
    
    .t-store__card__textwrapper {
        padding-top: 16px;
    }
    
    .t-store__prod-snippet__container {
        padding-top: 20px;
    }
    
@media screen and (max-width: 1200px) {    
    .t744__info {
        padding-left: 10px;
    }
}
    
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
    }
    
    .t744__info {
        padding-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .t-vote__btn-wrapper.js-vote-item {
        width: 40px;
        max-width: 40px;
    }
    
    .t797__img.t797__img_width.t-img.loaded {
        width: 40px !important;
        max-width: 40px !important;
    }
}

