/* ===== СТИЛИ ДЛЯ ДВУХ КНОПОК ===== */
.btns .tn-atom__button-content,
.btns2 .tn-atom__button-content {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  position: relative !important;
  padding: 0 10% !important;
  box-sizing: border-box !important;
}

.btns .tn-atom__button-content span,
.btns2 .tn-atom__button-content span {
  display: inline-block !important;
  transition: transform 0.3s ease !important;
}

.btns .tn-atom,
.btns2 .tn-atom {
  position: relative !important;
}

.btns .tn-atom::after,
.btns2 .tn-atom::after {
  content: '' !important;
  position: absolute !important;
  right: 10% !important;
  top: 2px !important;
  bottom: 2px !important;
  width: 51px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform 0.3s ease !important;
}

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

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

.btns .tn-atom::after {
  background-image: url("https://static.tildacdn.com/tild3635-3930-4661-a532-353963663061/Group_1.svg") !important;
}

.btns2 .tn-atom::after {
  background-image: url("https://static.tildacdn.com/tild6330-3835-4530-a437-353533333762/Group_2.svg") !important;
}

@media (max-width: 640px) {
  .btns .tn-atom::after,
  .btns2 .tn-atom::after {
    width: 25px !important;
  }
}
/* ===== END СТИЛИ ДЛЯ ДВУХ КНОПОК ===== */


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