     
 #allrecords .t-store__card__textwrapper {
  align-items: flex-start;
}

#allrecords .js-store-price-wrapper.t-store__card__price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
 
 .js-store-price-wrapper.t-store__card__price-wrapper {
  position: relative;
}


.yandex-pay-badge {
  position: absolute;
  top: 10px;
  right: -10px;
}



.t-store__prod-popup__container .yandex-pay-badge {
  position: static;
}
    .t-product__option-item_buttons  {
    
 
    border-radius: 0px; 

}
 
 .t-store__card__textwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.js-store-price-wrapper.t-store__card__price-wrapper {
    margin-top: 0px;
}

    .t-product__option-item {
    padding-right: 4px;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 72px;
}

   .t-store__card__textwrapper {
   
    padding-top: 12px;

}
 
 
.t-col {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}

@media screen and (max-width: 960px) {
    .t-col {
        display: block;
        float: none;
        padding-left: 0px;
        padding-right: 20px;
               
 }
 
 
 
 





