@media (min-width: 1024px) {
  [data-tooltip-menu-id="855763872"] {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  [data-tooltip-menu-id="855763872"] {
    margin-right: 0 !important; 
  }
}
.uc-team-autors {
    z-index:1000 !important;
}

.tmenu-mobile__container {
    min-height: 64px;
    padding: 5px !important;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
}
/*top_menu_rubriki*/

/* Мобильные телефоны (портретный режим) */
@media (max-width: 599px) {
    #rec855763872 .t228__list_item:first-child a.t-menu__link-item {
        padding-right: 0;
      }
  }
  
  /* Мобильные телефоны (ландшафтный режим) */
  @media (min-width: 600px) and (max-width: 767px) {
    #rec855763872 .t228__list_item:first-child a.t-menu__link-item {
        padding-right: 0;
      }
  }
  
  /* Портативные устройства (планшеты, маленькие экраны) */
  @media (min-width: 768px) and (max-width: 1023px) {
    #rec855763872 .t228__list_item:first-child a.t-menu__link-item {
        padding-right: 80px;
      }
  }
  
  /* Десктопы (средние экраны) */
  @media (min-width: 1024px) and (max-width: 1279px) {
    #rec855763872 .t228__list_item:first-child a.t-menu__link-item {
        padding-right: 140px;
      }
  }
  
  /* Большие экраны (большие десктопы и ноутбуки) */
  @media (min-width: 1280px) {
    #rec855763872 .t228__list_item:first-child a.t-menu__link-item {
        padding-right: 180px;
      }
  }
  


/*links + прочитать*/

a u {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s ease-out, text-shadow 0.3s ease, color 0.3s ease;
}

a:hover u {
    transform: scale(1.05);
    color: #154B65; 
    text-shadow: 0px 0px 6px rgba(21, 75, 101, 0.5);
}

p strong u {
    display: inline-block;
    text-decoration: none;
    transition: transform 0.2s ease-out, text-shadow 0.3s ease, color 0.3s ease;
}
p:hover strong u {
    transform: scale(1.05);
    color: #154B65; 
    text-shadow: 0px 0px 6px rgba(21, 75, 101, 0.5);
}

/*links razdeli*/
.tn-atom a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease-in-out;
}

.tn-atom a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px; /* Расположение подчеркивания */
    width: 0;
    height: 2px; /* Толщина подчеркивания */
    background-color: currentColor;
    transition: width 0.3s ease-in-out;
}

.tn-atom a:hover::after {
    width: 100%;
}

/*social links rotate*/
.t-sociallinks__item_telegram a {
    display: inline-block;
    transition: transform 0.6s ease-in-out;
}

.t-sociallinks__item_telegram a:hover {
    transform: rotateY(360deg);
}
/*social links rotate*/
.t-sociallinks__item_vk a {
    display: inline-block;
    transition: transform 0.6s ease-in-out;
}

.t-sociallinks__item_vk a:hover {
    transform: rotateY(360deg);
}
.t-sociallinks__item_website a {
     display: inline-block;
    transition: transform 0.6s ease-in-out;
}

.t-sociallinks__item_website a:hover {
    transform: rotateY(360deg);
}

