/* Кнопка-ссылка только внутри блока #rec1526776721 */
#rec1528070861 .t-text a,
#rec1526776721 .t-text a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 60px;
  padding: 0 40px;
  background: #232323;
  color: #FFFFFF !important;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;

  border: 1px solid #232323 !important;
  border-radius: 0;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;

  transition: all 0.2s ease;
}

/* Эффект при наведении */
#rec1528070861 .t-text a:hover,
#rec1526776721 .t-text a:hover {
  background: transparent;
  color: #232323 !important;
  border: 1px solid #232323;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* 📱 Мобильная версия */
@media screen and (max-width: 640px) {
  #rec1528070861 .t-text a,
  #rec1526776721 .t-text a {
    font-size: 16px;       /* размер шрифта для мобайла */
    height: 55px;          /* можно чуть уменьшить высоту при желании */
    padding: 0 32px;       /* и немного уменьшить отступы */
  }
}


