.btns .tn-atom,
.btns2 .tn-atom {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
}

.btns .tn-atom__button-content,
.btns2 .tn-atom__button-content {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 10% !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.btns .tn-atom__button-text,
.btns2 .tn-atom__button-text {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
  transition: transform .3s ease !important;
}

.btns .tn-atom__button-content::after,
.btns2 .tn-atom__button-content::after {
  content: "" !important;
  display: block !important;
  flex: 0 0 51px !important;
  width: 34px !important;
  height: 34px !important;
  margin-left: auto !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform .3s ease !important;
}

.btns .tn-atom__button-content::after {
  background-image: url("https://static.tildacdn.com/tild3433-3437-4530-b232-623538356232/Group_3-4.svg") !important;
}

.btns2 .tn-atom__button-content::after {
  background-image: url("https://static.tildacdn.com/tild6163-3839-4866-a131-333361303739/Group_4-2.svg") !important;
}

.btns:hover .tn-atom__button-text,
.btns2:hover .tn-atom__button-text {
  transform: translateX(20px) !important;
}

.btns:hover .tn-atom__button-content::after,
.btns2:hover .tn-atom__button-content::after {
  transform: translateX(-20px) !important;
}

@media (max-width: 640px) {
  .btns .tn-atom__button-content::after,
  .btns2 .tn-atom__button-content::after {
    flex-basis: 25px !important;
    width: 25px !important;
    height: 25px !important;
  }
}

/* Отступ карточек */
@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-store__card-list {
        row-gap: 20px !important;
    }
}
/* Отступ карточек End */
