.uc-menu-head-spacer {
  height: 80px;
}
  
@media screen and (max-width: 980px) {
  .uc-menu-head-spacer {
      height: 64px;
  }
}
.t301__mobile {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .custom-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    margin-left: auto;
    color: #000; /* Цвет иконки */
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    padding: 4px;
  }
  .custom-call-btn svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
  }
  @media screen and (min-width: 980px) {
  .uc-contacts-map iframe {
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .uc-footer .t463__maincontainer {
    padding: 0;
  }
}
html {
scroll-behavior: smooth;
}
@media screen and (max-width: 980px) {
  .tmenu-mobile__container {
      padding-block: 15px;
  }
}