    .t300__content-text {
        font-size: 10px;
        line-height: 16px;
    }


  .t-store__card__mark {
    width: 55px;
    height: 35px;
    border-radius: 10px;

    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
  }
  

    .t-descr_xxs {
        font-size: 12px;
    }  

    .t-store__filter__opts-mob-btn {
        font-size: 12px;
    }  

    .t-store__filter__search .t-store__filter__input {
        font-size: 12px;
    }

/*@media screen and (max-width: 960px){
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
        margin-padding: 20px;
    }
}*/


@media screen and (max-width: 640px) {

    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
        margin-padding: 20px;
    }

  .t282__menu__content {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 80px;
    padding-left: 18px;
    padding-right: 0px;
    box-sizing: border-box;
  }

  .t282 .t-menuburger {
    order: 1;
    z-index: 2;
  }

  .t282__logo__container {
    order: 2;
    position: absolute;
    left: 58%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .t-menuwidgeticons__wrapper {
    order: 3;
    display: flex;
    align-items: center;
    z-index: 2;
    padding-left: 40px;
    
  }

  .t282__logo__img {
    max-width: 350px;
    height: auto;
  }


  .t-slds__arrow_body {
    width: 13px !important;
  }


  .t-slds__arrow_wrapper-right {
    right: 10px;
  }
  

  .t-slds__arrow_wrapper-left {
    left: 10px;
  }
  
}