@media screen and (min-width: 981px) {
    /* Стили для меню в Header */
  .uc-header-menu .t282__logo__container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .uc-header-menu .t-menuwidgeticons__wrapper {
    margin: 0;
  }

  .uc-header-menu .t-menuburger {
    display: none;
  }

  .uc-header-menu .t-menuwidgeticons__icon:last-child {
    margin-right: 0;
  }
  
  .uc-header-menu .t-menuwidgeticons__icon_sm .t-menuwidgeticons__link {
    width: 21px;
    height: 21px;
  }

  .uc-header-pc-links {
    pointer-events: none;
  }

  .uc-header-pc-links .t-menu__link-item {
    pointer-events: auto;
  }

  .uc-header-pc-links .t229__list_item {
    padding-left: 0 !important;
    padding-bottom: 4px !important;
  }
}

@media screen and (max-width: 560px) {
    /* Стили для формы подписки на новостную рассылку */
    #rec1330701361.uc-popup-newsletter .t-popup__block-close {
        background: #fff !important;
    }
    
    #rec1330701361.uc-popup-newsletter .t-popup__close-icon g {
        fill: #390d00 !important;
    }
}