<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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; /* Р&nbsp;Р°СЃРїРѕР»РѕР¶РµРЅРёРµ РїРѕРґС‡РµСЂРєРёРІР°РЅРёСЏ */
    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);
}

</pre></body></html>