 
    .t-btn {
    font-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
    height: 35px;

    }
    .t-title_xl {
    font-size: 60px;
    line-height: 0;
    letter-spacing: 10px;
    }

.t182__buttons {
    margin-top: 5px;
}
.t-store__card__mark {
    background-color: transparent !important;
    font-size: 22px;
    font-weight: 700;
    height: 500px;
    right: 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    


}
.t-store__card__mark-wrapper {
    position: absolute;
    z-index: 5;
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
    
@media screen and (max-width: 768px) {
.t-store__card__mark-wrapper {
    height: 320px;
}
    
    
}

.t-store__card__mark {
    background-color: transparent !important;
    font-size: 22px;
    font-weight: 700;
    top: 100%;
    margin-top: -275px;
    position: relative;
    display: inline-block;
    animation: stroka 4s infinite linear;
    white-space: nowrap;
}
@keyframes stroka {
  0%{
    transform: translate(1000%, 0);
  }

  100%{
    transform: translate(-1000%, 0);
  }
}

@media screen and (max-width: 768px) {
.t-store__card__mark {
    top: 420px;
    font-size: 12px;
    left: -38px;
    position: relative !important;
    animation: stroka 5s infinite linear;
  }
}
  
  @keyframes stroka {
  0%{
    transform: translate(500%, 0);
  }

  100%{
    transform: translate(-500%, 0);
  }
    }
  }




}



