/* высота кнопки в меню */
.t228 .t-btn {
  height: 50px;
}

/* MCRM Contact CTA — retro-tech */
.mcrm-contact-btn .tn-atom {
  line-height: 1.4 !important;
  color: #fff !important;
  background: #0081FF !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 10px 14px !important;
  box-shadow: 2px 0 0 0 #005FCC, 0 2px 0 0 #005FCC, 2px 2px 0 0 #003D80 !important;
  transform: translate(0, 0);
  transition: transform 0.05s steps(1), box-shadow 0.05s steps(1);
}

.mcrm-contact-btn .tn-atom__button-text::after {
  content: ' ▮';
  animation: mcrm-blink 1s steps(1) infinite;
}

@keyframes mcrm-blink {
  0%, 49%  { opacity: 1; }
  50%, 100% { opacity: 0; }
}

.mcrm-contact-btn:hover .tn-atom {
  transform: translate(2px, 2px) !important;
  box-shadow: none !important;
  background: #0070E0 !important;
}

.mcrm-contact-btn:active .tn-atom {
  transform: translate(3px, 3px) !important;
  background: #0066CC !important;
}

/* убрать стандартную рамку Zero Block */
.mcrm-contact-btn .tn-atom__button-border {
  display: none !important;
}
