.menu-params-holder[data-rounded] nav.top-menu ul.navbar-nav li.nav-item a, .menu-params-holder[data-rounded] nav.top-menu ul.navbar-nav li.nav-item button:not(.nav-link-submenu-toggler) {
  padding: 26px 10px !important
}
.menu-params-holder[data-rounded] nav.top-menu ul.navbar-nav li.nav-item .menu-dropdown {
  padding: 60px 10px 10px 10px !important
}

.menu-params-holder[data-rounded] nav.top-menu ul.navbar-nav li.nav-item .menu-dropdown a {
  padding: 10px 0 !important
}

body[data-category-id="30"] .bg-1,
body[data-category-id="30"] .aside.aside-left,
body[data-category-id="30"] #main-title,
body[data-category-id="31"] .bg-1,
body[data-category-id="31"] .aside.aside-left,
body[data-category-id="31"] #main-title,
body[data-category-id="38"] .bg-1,
body[data-category-id="38"] .aside.aside-left,
body[data-category-id="38"] #main-title
{
  display: none;
}

body[data-category-id="30"] #main-content,
body[data-category-id="31"] #main-content,
body[data-category-id="38"] #main-content
{
  padding-left: 0 !important
}

body[data-category-id="30"] .menu-params-holder[data-rounded] nav.top-menu ul.navbar-nav li.nav-item .menu-dropdown,
body[data-category-id="31"] .menu-params-holder[data-rounded] nav.top-menu ul.navbar-nav li.nav-item .menu-dropdown,
body[data-category-id="38"] .menu-params-holder[data-rounded] nav.top-menu ul.navbar-nav li.nav-item .menu-dropdown
 {
  padding: 10px !important;
transform: none
}

body .menu-params-holder[data-rounded] nav.top-menu ul.navbar-nav li.nav-item .menu-dropdown {
transform: translateY(-35px)
}

body[data-module-name="necessaryRead"] .banner-header {
  display: none;
}

@media screen and (max-width: 1370px) {
  body .topBar-container__left-nameday {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  body .topBar-container__left-date {
    display: none;
  }
}

@media screen and (max-width: 710px) {
  body .topBar-container__left-options {
    display: none;
  }

  body .topBar-container {
    justify-content: center;
  }

  body .logo-top-container img {
    min-height: 45px !important;
    object-fit: scale-down !important;
    max-width: 65px !important;
  }
}

html { overflow-x: hidden }
body[data-subpage-style=newPortal] .subcontents-title:before { content: none !important }

body .portal-img img { filter: none !important }
.shortcuts.newPortal.full-container {
background-position: center center;
}

@media screen and (min-width: 760.5px) and (max-width: 1600px) {
.name-shrinked {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
}

@media screen and (min-width: 1601px) {
.name-expanded {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
word-break: break-word;
}
}

@media screen and (max-width: 760px) {
.name-expanded {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

body[data-necesary-style=mustRead] .contents-list.necessary .articles__nonimportants--single {
max-width: 420px
}

#news_feed_search {
display: flex;
flex-direction: column;
gap: 15px;
}

#news_feed_search .input-style label {
width: fit-content !important;
text-align: left
}


@media screen and (min-width: 750px) {
[data-category-id="39"] #main-content.subpage.contents .contents-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px
}
}


.content__newsfeed {
text-decoration: none
}