html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
  background-color: white;
  font: 16px/1.5em Open Sans, Arial, Sans-Serif;
}
a:link,
a:visited {
  color: #1c4fa6;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #2361cc;
  text-decoration: none;
  border-bottom: solid 1px #2361cc;
}
a:focus {
  outline: none;
}
/* ====================================
   common
   ==================================== */
a.ndBlackUrl {
  color: #000 !important;
  border-bottom-color: #000 !important;
}
#ndContainer {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 240px;
}
.ndWrapper {
  height: inherit;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.ndLogo {
  display: block;
  border-bottom: none !important;
  background-color: #c0b681;
  background-position: center center;
  background-size: 92%;
  background-repeat: no-repeat;
}
time {
  color: #7d7d7d;
}
h2 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
}
h3 {
  margin: 18px 0 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
}
.ndAddNews {
  display: inline;
  padding: 0;
  background: transparent;
  border: none !important;
  font-size: 16px;
  font-weight: bold;
  font-family: Open sans, Arial, sans-serif;
  cursor: pointer;
}
#ndMenu .ndAddNews {
  color: #fff;
}
.ndAddNews img {
  position: relative;
  top: 1px;
  margin-right: 6px;
}
a.ndAddNews:hover span,
a.ndAddNews:focus span,
a.ndAddNews:active span,
.ndAddNews:hover span,
.ndAddNews:focus span,
.ndAddNews:active span {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#ndMenu a.ndAddNews:hover span,
#ndMenu a.ndAddNews:focus span,
#ndMenu a.ndAddNews:active span,
#ndMenu .ndAddNews:hover span,
#ndMenu .ndAddNews:focus span,
#ndMenu .ndAddNews:active span {
  border-bottom-color: #fff;
}
a.ndSectionTitle,
.ndSectionTitle > a {
  font-weight: 300;
  color: #000;
  border-bottom-color: #000;
}
a.ndSectionTitle > span:first-child,
.ndSectionTitle > a > span:first-child {
  display: inline-block;
  height: 0.71em;
  width: 0.71em;
  margin-right: 0.25em;
  background: #c0b681;
}
a.ndSectionTitle:hover,
a.ndSectionTitle:active,
a.ndSectionTitle:focus,
.ndSectionTitle > a:hover,
.ndSectionTitle > a:active,
.ndSectionTitle > a:focus {
  border-bottom: none !important;
}
a.ndSectionTitle:hover > span:nth-child(2),
a.ndSectionTitle:active > span:nth-child(2),
a.ndSectionTitle:focus > span:nth-child(2) .ndSectionTitle > a:hover > span:nth-child(2),
.ndSectionTitle > a:active > span:nth-child(2),
.ndSectionTitle > a:focus span:nth-child(2) {
  border-bottom: solid 1px;
}
.ndSectionTitle.nd_icon > span:nth-child(2) {
  margin-right: 0.1em;
}
.ndSectionTitle.nd_icon > span:nth-child(3) {
  display: inline-block;
  position: relative;
  width: 1.7em;
  height: 0;
}
.ndSectionTitle.nd_icon > span:nth-child(3) > span {
  display: block;
  position: absolute;
  bottom: -0.52em;
  width: 1.7em;
  height: 1.7em;
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.98;
  border-bottom: none !important;
}
a.ndSectionTitle:hover.nd_icon > span:nth-child(3) > span {
  background-size: 95%;
  border-bottom: none !important;
}
.ndSource {
  color: #1c4fa6;
}
#ndCalendar {
  margin: 20px 0;
}
/* ====================================
   banners
   ==================================== */
/* top banner */
.ndTopBannerBar.nd_desktop {
  /* background:#a1a1a1; */
  /* #d7d7d7 */
}
.ndTopBannerBar.nd_desktop.nd_shown {
  padding: 4px 0;
}
.ndTopBannerBar.nd_mobile {
  display: none;
}
.ndTopBannerBar.nd_mobile.nd_shown {
  margin: 25px 0;
}
#ndTopBanner {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1400px;
  max-height: 280px;
}
@media (max-width: 1000px) {
  .ndTopBannerBar.nd_desktop {
    display: none;
  }
  .ndTopBannerBar.nd_mobile {
    display: block;
  }
}
@media (max-width: 640px) {
  .ndTopBannerPlace {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#ndFooterBanner {
  background: #a1a1a1;
}
#ndFooterBanner.nd_shown {
  padding: 4px 0 4px;
}
/* ====================================
   dynamic banners and columns
   ==================================== */
#ndBannersRow,
#ndBannersRow .dbnPlace {
  display: block;
}
#ndBannersRow .dbnPlace.dbn_2 {
  display: none;
}
#ndBannersRow,
#dbnSparePlace {
  margin-bottom: 35px !important;
}
@media (min-width: 800px) {
  #ndBannersRow {
    display: table;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 35px;
  }
  #ndBannersRow .dbnPlace {
    display: table-cell !important;
    width: 50%;
  }
}
@media (min-width: 1100px) {
  #ndColumns {
    display: flex;
    justify-content: space-between;
  }
  #ndBannersRow,
  #ndLeftColumn .dbnPlace {
    display: none;
  }
  #ndLeftColumn {
    float: left;
    width: calc(100% - 386px);
  }
  #ndSideBanners {
    float: right;
    width: 336px;
  }
  #ndSideBanners .nd_banners {
    position: sticky;
    top: 30px;
  }
}
/* ====================================
   footer
   ==================================== */
#ndFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
}
#ndFooter .nd_top {
  padding: 12px 0 9px;
  background-color: #d7d7d7;
}
#ndFooter .nd_langs {
  margin-top: 1px;
  line-height: 170%;
}
#ndFooter .nd_langs span {
  display: inline-block;
  margin-right: 38px;
}
#ndFooter .nd_langs a {
  color: #000;
  border-bottom-color: #000;
}
#ndFooter .nd_bottom {
  color: #fff;
  background-color: #252525;
  font-size: 14px;
}
#ndFooter .nd_bottom a {
  color: #fff;
  border-bottom-color: #fff;
}
#ndFooter .nd_counters {
  float: right;
  padding-top: 15px;
}
#ndFooter .nd_counters a {
  border-bottom: none !important;
}
#ndFooter .nd_desc {
  margin-right: 100px;
  padding: 14px 0 18px;
}
#ndFooter .nd_desc span {
  display: inline-block;
  margin-top: 4px;
  line-height: 130%;
}
#ndFooter .nd_desc span {
  margin-right: 30px;
}
#ndFooter .nd_desc span:last-child {
  font-size: 12px;
}
#ndFooter .nd_desc a {
  font-weight: bold;
}
@media (max-width: 480px) {
  #ndFooter .nd_langs span {
    width: calc((100% - 70px) / 2);
    margin: 3px 0 3px 25px;
  }
}
/* ====================================
   menu - common
   ==================================== */
#ndMenu {
  z-index: 200;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #252525;
}
#ndMenu a {
  color: #fff;
}
#ndMenu::after {
  content: 'wide';
  display: none;
}
.ndSubmenu {
  position: relative;
}
.ndSubmenu > a > span:last-child {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 6px;
  background-image: url(img/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.ndSubmenu > a:hover,
.ndSubmenu > a:active,
.ndSubmenu > a:focus {
  border-bottom: none !important;
}
.ndSubmenu > a:hover > span:first-child {
  border-bottom: #fff solid 1px;
}
.ndSubmenu > div {
  display: none;
  position: absolute;
  top: 24px;
  left: -25px;
  width: 300px;
  padding-top: 2px;
}
.ndSubmenu .nd_body {
  position: absolute;
  z-index: 200;
  padding: 15px 25px;
  background: #252525;
}
/*
.ndSubmenu:hover > div {
	display:block;
}

.ndSubmenu:hover > a > span:last-child {
	background-image:url(img/arrow-down.png);
}
*/
.ndSubmenu > a.nd_shown > span:last-child {
  background-image: url(img/arrow-down.png);
}
#ndLangMenu {
  float: left;
  margin-top: 16px;
  margin-right: 16px;
  padding-right: 20px;
}
#ndLangMenu > div a {
  display: block;
  padding: 10px 0;
  border-bottom: none !important;
}
#ndLangMenu > div a > span {
  border-bottom: solid 1px #252525;
}
#ndLangMenu > div a:hover > span,
#ndLangMenu > div a:active > span,
#ndLangMenu > div a:focus > span {
  border-bottom-color: #fff;
}
#ndMenu > .ndLogo {
  display: none;
}
#ndMenu .nd_extra {
  float: right;
}
#ndMenu .ndAddNews {
  display: block;
  float: left;
  margin: 4px 50px 0 0;
  padding: 12px 0;
}
#ndMenu .ndIcons {
  float: right;
  margin-top: 12px;
}
#ndMenu .ndIcons a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 6px;
}
#ndMenu .ndIcons a:hover,
#ndMenu .ndIcons a:focus,
#ndMenu .ndIcons a:active {
  border-bottom: none;
}
#ndMenu .ndIcons img {
  display: block;
  width: 100%;
  height: 100%;
}
#ndSearchForm {
  display: none;
}
@media (max-width: 1000px) {
  #ndMenu::after {
    content: 'medium';
    display: none;
  }
  #ndMenuShow {
    display: block;
    position: absolute;
    z-index: 300;
    right: 10px;
    top: 15px;
    width: 39px;
    height: 39px;
    background: url(/plugins/s29_nodes/img/menu-show.png) center center no-repeat;
  }
  a#ndMenuShow:hover,
  a#ndMenuShow:active,
  #ndMenuShow:focus {
    border-bottom: none;
  }
  #ndMenuFade {
    display: none;
    position: fixed;
    z-index: 199;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.15;
  }
  #ndMenu {
    position: fixed;
    z-index: 400;
    left: 100%;
    top: 0;
    width: 500px;
    height: 100% !important;
    padding-right: 180px;
    overflow: auto;
    transition: left 0.3s ease-out;
    -webkit-transition: left 0.3s ease-out;
    -moz-transition: left 0.3s ease-out;
    -o-transition: left 0.3s ease-out;
  }
  #ndMenu.nd_visible {
    left: calc(100% - 320px);
  }
  #ndMenu .ndWrapper,
  #ndMenu .ndWrapper > .nd_body {
    margin: 0 !important;
    padding: 0 !important;
  }
  #ndMenu > .ndLogo {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  #ndMenuHide {
    display: block;
    position: absolute;
    top: 20px;
    right: 205px;
    width: 20px;
    height: 20px;
    border-bottom: none !important;
    background: url(/plugins/s29_nodes/img/menu-hide.png) center center no-repeat;
    background-size: cover;
  }
  .ndSubmenu > div,
  .ndSubmenu .nd_body {
    position: static;
  }
  #ndLangMenu {
    float: none;
    margin: 0 0 0 55px;
  }
  #ndLangMenu > a {
    padding: 12px 0;
  }
  #ndMenu .nd_extra {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  #ndMenu .ndAddNews {
    display: block !important;
    float: left;
    margin: 17px 0 0 55px;
    padding: 12px 0;
  }
  #ndMenu .ndIcons {
    float: none;
    clear: both;
    text-align: center;
    margin: 80px 0 0 0;
  }
  #ndMenu .ndIcons a {
    width: 30px;
    height: 30px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (max-width: 360px) {
  #ndMenu.nd_visible {
    left: 0;
    width: calc(100% + 180px);
    min-width: 500px;
  }
}
/* ====================================
   Select language page
   ==================================== */
/* header/menu */
#ndSelectLang {
  width: 460px;
  margin: 0 auto;
  padding-left: 20px;
  padding-top: 12%;
  padding-bottom: 4%;
}
#ndSelectLang header {
  float: left;
  width: 254px;
  margin-top: 12px;
}
#ndSelectLang .nd_logo {
  width: 254px;
  height: 146px;
  background-image: url(img/logo-gold.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#ndSelectLang h1 {
  margin: 16px 0 0 36px;
  color: #878787;
  font-size: 22px;
  font-weight: bold;
}
#ndSelectLang .nd_desc {
  margin-top: 25px;
  margin-left: 36px;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
}
#ndSelectLangMenu {
  margin: 0 0 0 300px;
  list-style: none;
}
#ndSelectLangMenu a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 230%;
}
#ndSelectLangMenu a:hover,
#ndSelectLangMenu a:active,
#ndSelectLangMenu a:focus {
  border-bottom: none;
}
#ndSelectLangMenu a:hover span:last-child,
#ndSelectLangMenu a:active span:last-child,
#ndSelectLangMenu a:focus span:last-child {
  border-bottom: solid 1px #000;
}
#ndSelectLangMenu a span:first-child {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(img/selectlang-marker.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#ndSelectLangMenu a span:last-child {
  margin-left: 6px;
}
@media (max-width: 512px) {
  #ndSelectLang {
    width: auto;
    padding: 0;
    margin: 0;
  }
  #ndSelectLang header {
    float: none;
    width: 310px;
    margin: 30px auto 0;
  }
  #ndSelectLang .nd_logo {
    float: left;
    width: 200px;
    height: 110px;
  }
  #ndSelectLang h1 {
    float: left;
    margin-left: 30px;
    font-size: 16px;
  }
  #ndSelectLang .nd_desc {
    margin: 0 0 0 208px;
    padding-top: 16px;
  }
  #ndSelectLang .nd_clear {
    clear: both;
  }
  #ndSelectLangMenu {
    width: 180px;
    margin: 45px auto 35px;
    padding-left: 50px;
  }
}
@media (max-width: 359px) {
  #ndSelectLang header {
    float: none;
    width: 280px;
    margin: 23px auto 0;
  }
  #ndSelectLang .nd_logo {
    float: left;
    width: 175px;
    height: 98px;
  }
  #ndSelectLang h1 {
    float: left;
    margin-left: 25px;
    font-size: 14px;
  }
  #ndSelectLang .nd_desc {
    margin: 0 0 0 185px;
    padding-top: 12px;
    font-size: 14px;
  }
  #ndSelectLangMenu {
    margin: 35px auto 25px;
  }
}
/* ====================================
   Sitesgroup
   ==================================== */
/* header/menu/common */
#ndSGHeader {
  height: 90px;
  /* background-color:#252525; */
}
#ndSGHeader .ndWrapper {
  position: relative;
}
#ndSGHeader a.nd_rootUrl {
  display: block;
  position: absolute;
  height: 80px;
  border-bottom: none !important;
}
#ndSGLogo {
  position: absolute;
  width: 90px;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
}
#ndSGHeader .nd_left {
  float: left;
  margin-left: 105px;
  padding-top: 14px;
}
#ndSGHeader h1 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}
#ndSGHeader h1 a {
  color: #878787 !important;
  border-bottom: none !important;
}
#ndSGHeader .nd_desc {
  margin: 7px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
}
#ndSGHeader .nd_desc a {
  color: #fff !important;
  border-bottom-color: #fff;
}
#ndSGHeader #ndMenu {
  height: 80px;
}
#ndSGHeader .nd_right {
  float: right;
}
#ndSGHeader #ndMenu .nd_extra {
  margin-top: 15px;
}
#ndSG .ndNewsList h2 {
  margin-bottom: 0;
}
#ndSGHeader #ndMenu .nd_left {
  display: none;
}
@media (max-width: 1000px) {
  #ndSGHeader .nd_desc a {
    color: #000 !important;
    border-bottom-color: #000;
  }
  #ndSGHeader #ndMenu a.nd_rootUrl {
    height: 64px;
    margin: 3px 0 0 15px;
  }
  #ndSGMenuLogo {
    float: left;
    width: 64px;
    height: 64px;
    background-color: transparent;
  }
  #ndSGHeader #ndMenu .nd_left {
    margin-left: 10px;
    padding-top: 10px;
  }
  #ndSGHeader #ndMenu .nd_title {
    margin: 0;
    font-size: 16px;
  }
  #ndSGHeader #ndMenu .nd_desc {
    margin: 2px 0 0;
    color: #878787;
    font-size: 12px;
  }
  #ndSGHeader #ndMenu .nd_left {
    display: block;
  }
  #ndSGHeader #ndMenu .ndWrapper {
    margin-top: 100px !important;
  }
}
@media (max-width: 480px) {
  #ndSGHeader {
    height: 82px;
  }
  #ndSGLogo {
    width: 76px;
    height: 72px;
  }
  #ndSGHeader .nd_left {
    margin-left: 82px;
    padding-top: 11px;
  }
  #ndSGHeader .nd_title {
    font-size: 18px;
  }
  #ndSGHeader h1,
  #ndSGHeader .nd_desc {
    margin-top: 5px;
    font-size: 14px;
  }
  #ndSelectSite h2 {
    margin-bottom: 15px;
  }
}
/* select site block */
#ndSelectSite {
  margin-top: 30px;
}
#ndSelectSite .nd_mobile {
  display: none !important;
}
#ndSelectSite .nd_title {
  font-size: 20px;
  font-weight: normal;
  line-height: 120%;
}
#ndSelectSite::after {
  content: 'desktop';
  display: none;
}
#ndPopularSitesList .nd_title {
  margin-bottom: 20px;
}
#ndPopularSitesList .nd_item {
  display: block;
  float: left;
  width: calc((100% - 20px * 7) / 8);
  margin-right: 20px;
  margin-bottom: 15px;
  border-bottom: none !important;
  line-height: 125%;
}
#ndPopularSitesList .ndLogo {
  width: 92px;
  height: 92px;
  margin-bottom: 6px;
}
#ndPopularSitesList a.nd_item:hover span:last-child {
  border-bottom: #000 solid 1px;
}
#ndPopularSitesList .nd_item:nth-child(8) {
  margin-right: 0;
}
#ndPopularSitesList .nd_item span:last-child {
  color: #000;
  border-bottom-color: #000;
  font-weight: bold;
}
#ndAllSitesList {
  margin-top: 30px;
}
#ndAllSitesList .nd_title {
  margin-bottom: 15px;
}
#ndAllSitesList .nd_body {
  column-count: auto;
  -moz-column-count: auto;
  column-width: 260px;
  -moz-column-width: 260px;
}
#ndAllSitesList .nd_group {
  padding-bottom: 15px;
  /* ! */
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
#ndAllSitesList h3 {
  display: none;
}
#ndAllSitesList .nd_item {
  color: #000;
  border-bottom: none !important;
  font-weight: bold;
}
#ndAllSitesList .ndSectionTitle span:first-child {
  margin-right: 0.45em;
}
@media (max-width: 1100px) {
  #ndPopularSitesList .nd_body {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  #ndPopularSitesList .nd_item {
    width: calc((100% - 20px * 3) / 4);
  }
  #ndPopularSitesList .nd_item:nth-child(4) {
    margin-right: 0;
  }
  #ndPopularSitesList .nd_item:nth-child(5) {
    clear: both;
  }
}
@media (max-width: 640px) {
  #ndSelectSite::after {
    content: 'mobile';
    display: none;
  }
  #ndSelectSite .nd_mobile {
    display: block !important;
  }
  #ndSelectSite .nd_desktop {
    display: none !important;
  }
  #ndPopularSitesList .nd_body {
    position: relative;
    max-width: 480px;
  }
  #ndPopularSitesList .nd_body > div {
    position: absolute;
    left: 2%;
    right: 2%;
  }
  #ndPopularSitesList .nd_item {
    width: calc((100% - 20px * 2) / 3);
    margin-right: 20px !important;
    text-align: center;
  }
  #ndPopularSitesList .nd_item:nth-child(5) {
    clear: none;
  }
  #ndPopularSitesList .nd_item:nth-child(3),
  #ndPopularSitesList .nd_item:nth-child(6) {
    margin-right: 0 !important;
  }
  #ndPopularSitesList .ndLogo {
    margin: 9px auto 6px;
  }
  #ndPopularSitesList .nd_more {
    margin-right: 0 !important;
  }
  #ndPopularSitesList .nd_more .nd_arrow {
    display: block;
    position: relative;
    width: 104px;
    height: 112px;
    margin: 0 auto;
    background-image: url(img/arrow-more.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    /*		transition: background-size 0.15s ease; -webkit-transition: background-size 0.15s ease; -moz-transition: background-size 0.15s ease; -o-transition: background-size 0.15s ease; */
    /*		transition: opacity 0.15s ease; -webkit-transition: opacity 0.15s ease; -moz-transition: opacity 0.15s ease; -o-transition: opacity 0.15s ease; */
    border-bottom: none !important;
    text-align: center;
  }
  #ndPopularSitesList .nd_more .nd_caption {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%;
    border-bottom: none !important;
    text-align: center;
  }
  #ndPopularSitesList .nd_more .nd_caption span {
    color: #fff !important;
    border-bottom-color: #fff !important;
  }
  #ndPopularSitesList a.nd_more:hover > span {
    /*background-size:100%;*/
    /*opacity:0.9;*/
  }
  #ndPopularSitesList a.nd_more:hover > span > span {
    /*font-size:17px;*/
  }
  #ndAllSitesList {
    display: none;
    margin-top: 0;
  }
  #ndAllSitesList .nd_group {
    padding-bottom: 18px;
    /* ! */
  }
  #ndAllSitesList .nd_body {
    margin: 0 30px;
    column-width: 240px;
    -moz-column-width: 240px;
    -webkit-column-width: 240px;
  }
  #ndAllSitesList h3 {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
  }
  #ndAllSitesList .nd_item {
    margin-left: 15px;
    line-height: 180%;
  }
}
@media (max-width: 400px) {
  #ndPopularSitesList .nd_body {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 2%;
    padding-left: 2%;
  }
  #ndPopularSitesList .nd_item {
    width: 32%;
    margin-right: 2% !important;
    margin-bottom: 3.5%;
  }
  #ndPopularSitesList .nd_item:nth-child(3),
  #ndPopularSitesList .nd_item:nth-child(6) {
    margin-right: 0 !important;
  }
  #ndPopularSitesList .ndLogo {
    width: 74%;
    height: 0;
    margin-top: 7%;
    padding-top: 74%;
    margin-top: 10px;
  }
  #ndPopularSitesList .nd_more {
    margin-right: 0 !important;
  }
  #ndPopularSitesList .nd_more .nd_arrow {
    position: relative;
    width: 84%;
    height: 0;
    padding-top: 90.5%;
  }
}
@media (max-width: 359px) {
  #ndPopularSitesList .nd_item span:last-child {
    font-size: 15px;
  }
}
/* news list */
#ndSGNews {
  margin: 35px 0;
}
#ndSGNews > h2 {
  margin-bottom: 0;
}
#ndSGNews .ndNewsList {
  margin-top: 0;
}
#ndSGNews .ndNewsList article.nd_hasImage {
  min-height: 148px;
}
#ndSGNews .ndNewsList .ndSectionTitle {
  margin-bottom: 12px;
  font-size: 20px;
  text-transform: uppercase;
}
#ndSGNews .ndNewsList .nd_img {
  top: 62px;
}
@media (max-width: 479px) {
  #ndSGNews .ndNewsList .ndSectionTitle {
    padding: 0 15px;
  }
}
/* ====================================
   Site
   ==================================== */
/* header/menu */
#ndSiteHeader {
  height: 147px;
}
#ndSiteTitle {
  height: 36px;
  padding-top: 15px;
  /* ! */
}
#ndSiteTitle .ndWrapper {
  position: relative;
}
#ndSiteLogo {
  position: absolute;
  width: 100px;
  height: 100px;
}
#ndSiteTitle h1,
#ndSiteTitle .nd_title {
  float: left;
  margin: 0 0 0 115px;
  color: #c0b681;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}
#ndSiteTitle .ndAddNews {
  float: right;
  color: #000;
}
#ndSiteTitle .ndAddNews span {
  border-bottom-color: #000;
}
#ndSiteHeader #ndMenu {
  min-height: 56px;
  margin-bottom: 45px;
}
#ndSiteHeader #ndMenu .ndWrapper > .nd_body {
  margin-left: 150px;
}
#ndSiteHeader #ndMenu nav {
  float: left;
  padding: 15px 0 0;
}
#ndSiteHeader #ndMenu nav .nd_body {
  float: left;
}
#ndSiteHeader #ndMenu .ndSectionTitle {
  font-size: 20px;
  font-weight: 300;
  margin-right: 28px;
}
#ndSiteHeader #ndMenu .ndSectionTitle.nd_icon > span:first-child,
#ndSiteHeader #ndMenu .ndSectionTitle.nd_icon > span:nth-child(2) {
  display: none;
}
#ndSiteHeader #ndMenu .ndSectionTitle.nd_icon > span:nth-child(3) {
  width: 1.8em;
}
#ndSiteHeader #ndMenu .ndSectionTitle.nd_icon > span:nth-child(3) > span {
  width: 1.8em;
  height: 1.8em;
  bottom: -0.55em;
}
#ndMore {
  /* display:none; */
  float: left;
  margin-top: 1px;
  margin-right: 28px;
}
#ndMore .ndSectionTitle {
  display: block;
  float: none;
  margin-right: 0;
  padding: 12px 0;
}
#ndMore .ndSectionTitle.nd_icon > span:first-child {
  display: inline-block;
}
#ndMore .ndSectionTitle.nd_icon > span:nth-child(2) {
  display: inline;
}
#ndMore .ndSectionTitle.nd_icon > span:nth-child(3) {
  width: 1.7em;
}
#ndMore .ndSectionTitle.nd_icon > span:nth-child(3) > span {
  width: 1.7em;
  height: 1.7em;
  bottom: -0.52em;
}
#ndPopularSitesMenu {
  float: left;
  margin-top: 16px;
  margin-left: 8px;
  margin-right: 36px;
}
#ndSiteHeader #ndMenu .ndAddNews {
  display: none;
}
#ndPopularSitesMenu > div {
  left: -40px;
}
#ndPopularSitesMenu .nd_body {
  padding: 20px 40px 35px;
  width: 590px;
}
#ndPopularSitesMenu .nd_top {
  margin-bottom: 20px;
  color: #9f9f9f;
  font-size: 20px;
  font-weight: 600;
}
#ndPopularSitesMenu .nd_items {
  margin: 20px -16px;
}
#ndPopularSitesMenu .nd_item {
  display: block;
  float: left;
  width: 124px;
  height: 142px;
  margin-right: 42px;
  margin-bottom: 25px;
  border-bottom: none !important;
  text-align: center;
}
#ndPopularSitesMenu .nd_item:nth-child(4),
#ndPopularSitesMenu .nd_item:last-child {
  margin-right: 0;
}
#ndPopularSitesMenu .ndLogo {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto 2px;
}
#ndPopularSitesMenu .nd_item span:last-child {
  border-bottom: solid 1px #252525;
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
}
#ndPopularSitesMenu a.nd_item:hover span:last-child,
#ndPopularSitesMenu a.nd_item:focus span:last-child,
#ndPopularSitesMenu a.nd_item:active span:last-child {
  border-bottom-color: #fff;
}
#ndPopularSitesMenu .nd_bottom {
  font-size: 20px;
  text-align: center;
}
#ndPopularSitesMenu .nd_bottom a:hover,
#ndPopularSitesMenu .nd_bottom a:active,
#ndPopularSitesMenu .nd_bottom a:focus {
  border-bottom-color: #fff;
}
#ndPopularSitesMenu .nd_bottom span {
  color: #c0b681;
}
#ndSiteHeader #ndMenu hr {
  display: none;
}
#ndSiteHeader #ndLangMenu {
  width: 205px;
  margin-right: 36px;
  padding-right: 0;
}
@media (max-width: 1000px) {
  #ndSiteHeader {
    height: 135px;
  }
  #ndSiteTitle .ndAddNews {
    display: none;
  }
  #ndSiteHeader #ndMenu .ndWrapper {
    margin-top: 70px !important;
  }
  #ndSiteLogo {
    width: 86px;
    height: 86px;
  }
  #ndSiteTitle h1,
  #ndSiteTitle .nd_title {
    margin-left: 100px;
    margin-right: 50px;
    line-height: 110%;
  }
  #ndSiteMenuLogo {
    width: 42px;
    height: 42px;
  }
  #ndSiteHeader #ndMenu nav {
    float: none;
    margin: 0 15px 0 55px;
  }
  #ndSiteHeader #ndMenu nav .nd_body {
    float: none;
  }
  #ndSiteHeader #ndMenu .ndSectionTitle {
    display: block;
    float: none;
    margin: 0;
    padding: 12px 0;
  }
  #ndSiteHeader #ndMenu .ndSectionTitle.nd_icon > span:first-child {
    display: inline-block;
  }
  #ndSiteHeader #ndMenu .ndSectionTitle.nd_icon > span:nth-child(2) {
    display: inline;
  }
  #ndSiteHeader #ndMenu .ndSectionTitle.nd_icon > span:nth-child(3) {
    width: 1.7em;
  }
  #ndSiteHeader #ndMenu .ndSectionTitle.nd_icon > span:nth-child(3) > span {
    width: 1.7em;
    height: 1.7em;
    bottom: -0.52em;
  }
  #ndPopularSitesMenu {
    float: none;
    margin: 12px 30px;
    padding: 0;
  }
  #ndPopularSitesMenu > a {
    margin-left: 25px;
  }
  #ndPopularSitesMenu > div {
    width: auto;
  }
  #ndPopularSitesMenu .nd_body {
    width: auto;
    padding: 20px 0;
  }
  #ndPopularSitesMenu .nd_top {
    text-align: center;
  }
  #ndPopularSitesMenu .nd_items {
    width: 248px;
    margin: 20px auto;
  }
  #ndPopularSitesMenu .nd_item {
    float: left;
    width: 120px;
    margin: 0;
  }
  #ndPopularSitesMenu .nd_item:nth-child(even) {
    float: right;
  }
  #ndPopularSitesMenu .ndLogo {
    width: 78px;
    height: 78px;
  }
  #ndPopularSitesMenu .nd_bottom {
    clear: both;
  }
  #ndSiteHeader #ndMenu hr {
    display: block;
    height: 1px;
    margin: 25px 15px 30px;
    background-color: #a4a4a4;
    border: none;
  }
}
@media (max-width: 480px) {
  #ndSiteHeader {
    height: 100px;
  }
  #ndSiteLogo {
    width: 60px;
    height: 60px;
  }
  #ndSiteTitle h1,
  #ndSiteTitle .nd_title {
    margin-left: 70px;
    margin-right: 50px;
    font-size: 22px;
  }
}
/* content */
.ndNewsBlock {
  margin-bottom: 35px;
}
.ndNewsBlock.nd_wide,
.ndNewsBlock.nd_narrow.nd_left {
  clear: left;
}
.ndNewsBlock > h2 {
  margin: 0 0 14px;
  font-size: 24px;
  text-transform: uppercase;
}
.ndNewsBlock .nd_main {
  margin-bottom: 8px;
}
.ndNewsBlock .nd_main > a {
  display: block;
  position: relative;
  width: auto;
  padding-top: 56%;
  background-position: center center;
  background-size: cover;
}
.ndNewsBlock .nd_main > a:hover,
.ndNewsBlock .nd_main > a:active,
.ndNewsBlock .nd_main > a:focus {
  border-bottom: none;
}
.ndNewsBlock .nd_main .nd_bg {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 195px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-image: url(img/newsfade.png);
  background-position: center top;
  background-repeat: repeat-x;
}
.ndNewsBlock .nd_main .nd_title {
  display: block;
  position: absolute;
  bottom: 35px;
  left: 15px;
  right: 15px;
  height: 52px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
}
.ndNewsBlock .nd_main > a:hover .nd_title span {
  border-bottom: 1px #fff solid;
}
.ndNewsBlock .nd_main .nd_src {
  position: relative;
}
.ndNewsBlock .nd_main .nd_src div {
  position: absolute;
  bottom: 8px;
  left: 15px;
  height: 24px;
  margin-right: 130px;
  overflow: hidden;
}
.ndNewsBlock .nd_main .nd_src a,
.ndNewsBlock .nd_main .nd_src .ndSource {
  font-size: 13px;
  color: #b0bfe2;
}
.ndNewsBlock .nd_main .nd_src a:hover,
.ndNewsBlock .nd_main .nd_src a:focus,
.ndNewsBlock .nd_main .nd_src a:active {
  border-bottom: 1px #b0bfe2 solid;
}
.ndNewsBlock .nd_main time {
  position: absolute;
  bottom: 7px;
  right: 15px;
  color: #eee;
  font-size: 13px;
}
.ndNewsBlock .nd_item {
  padding: 12px 0;
  border-top: solid 2px #ebe9fa;
}
.ndNewsBlock .nd_item:first-child {
  border-top: none;
}
.ndNewsBlock .nd_item time {
  margin-right: 8px;
  color: #7e7e7e;
  font-size: 14px;
  /* 1font-weight:300; */
}
.ndNewsBlock .nd_item .nd_src,
.ndNewsBlock .nd_item .ndSource {
  color: #1c4fa6;
  font-size: 14px;
  font-weight: 300;
}
.ndNewsBlock .nd_item .nd_title {
  margin-top: 2px;
}
.ndNewsBlock .nd_item .nd_title a {
  color: #000;
  font-weight: bold;
  border-bottom-color: #000;
}
@media (max-width: 420px) {
  .ndNewsBlock .nd_main > a {
    padding-top: 75%;
  }
}
@media (min-width: 800px) {
  .ndNewsBlock.nd_full {
    margin-bottom: 45px;
  }
  .ndNewsBlock.nd_full .nd_main {
    float: left;
    width: 55%;
    margin-right: 30px;
  }
  .ndNewsBlock.nd_full .nd_item:first-child {
    padding-top: 0;
  }
  .ndNewsBlock.nd_full .nd_item.nd_margin {
    margin-left: calc(55% + 30px);
  }
}
@media (min-width: 640px) and (max-width: 799px) {
  .ndNewsBlock .nd_main .nd_title {
    font-size: 18px;
  }
}
@media (min-width: 1100px) {
  .ndNewsBlock.nd_full h2 {
    font-size: 30px;
  }
  .ndNewsBlock.nd_full .nd_main .nd_bg {
    height: 205px;
  }
  .ndNewsBlock.nd_full .nd_main .nd_title {
    bottom: 43px;
    height: 56px;
    font-size: 20px;
    line-height: 135%;
  }
  .ndNewsBlock.nd_full .nd_main .nd_src a,
  .ndNewsBlock.nd_full .nd_main .nd_src .ndSource {
    font-size: 15px;
  }
  .ndNewsBlock.nd_full .nd_main time {
    font-size: 15px;
  }
}
@media (min-width: 800px) {
  .ndNewsBlock.nd_wide .nd_main {
    float: left;
    width: 55%;
    margin-right: 30px;
  }
  .ndNewsBlock.nd_wide .nd_item:first-child {
    padding-top: 0;
  }
  .ndNewsBlock.nd_wide .nd_item.nd_margin {
    margin-left: calc(55% + 30px);
  }
  .ndNewsBlock.nd_narrow {
    float: left;
    width: calc(50% - 20px);
  }
  .ndNewsBlock.nd_narrow.nd_left {
    clear: left;
    margin-right: 40px;
  }
}
/* ====================================
   Section
   ==================================== */
#ndSection > h1 {
  margin-top: 0;
  margin-bottom: 25px;
}
#ndSection > h1 > .ndSectionTitle {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 100%;
}
#ndSection .nd_date {
  margin-bottom: 10px;
}
#ndSection .nd_date date {
  font-size: 22px;
  font-weight: 600;
}
#ndMainNews {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-top: 450px;
  background-position: center top;
  background-size: cover;
  /* box-shadow:0 0 0 240px rgba(0, 0, 0, 0.33) inset; */
}
#ndMainNews > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
#ndMainNews .nd_body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 20px 20px;
  background-image: url(img/newsfade.png);
  background-position: center top;
  background-repeat: repeat-x;
}
#ndMainNews .nd_info {
  position: absolute;
  top: 103px;
  left: 20px;
  width: 210px;
}
#ndMainNews time {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  opacity: 0.85;
}
#ndMainNews .nd_src,
#ndMainNews .ndSource {
  position: relative;
  z-index: 2;
  color: #b0bfe2;
  border-bottom-color: #b0bfe2;
}
#ndMainNews .nd_title {
  margin-left: 230px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 30px;
  line-height: 120%;
}
#ndMainNews > a:hover ~ .nd_body .nd_title span {
  border-bottom: solid 1px #fff;
}
#ndMainNews .nd_desc {
  margin-left: 230px;
  color: #fff;
}
@media (max-width: 1000px) {
  #ndMainNews {
    margin-left: -15px;
    margin-right: -15px;
  }
  #ndMainNews .nd_title,
  #ndMainNews .nd_desc {
    margin-left: 0;
  }
  #ndMainNews .nd_info {
    position: static;
    width: auto;
    margin: 0 0 11px;
  }
  #ndMainNews time,
  #ndMainNews .nd_src {
    display: inline-block;
  }
  #ndMainNews time {
    margin-right: 10px;
  }
}
@media (max-width: 720px) {
  #ndMainNews .nd_desc {
    display: none;
  }
  #ndMainNews .nd_info {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  #ndSection > h1 {
    margin-bottom: 20px;
  }
  #ndSection > h1 > .ndSectionTitle {
    font-size: 28px;
  }
  #ndSection .nd_date {
    margin-bottom: 5px;
  }
  #ndSection .nd_date date {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  #ndMainNews {
    padding-top: calc((100% + 30px) * 1.25);
  }
  #ndMainNews .nd_body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  #ndMainNews .nd_title {
    font-size: 24px;
  }
}
/* newslist (common) */
.ndNewsList {
  margin-top: 0;
  margin-bottom: 15px;
}
.ndNewsList.nd_brief {
  margin-top: 20px;
}
/* newslist (full) */
.ndNewsList.nd_full article {
  position: relative;
  padding: 22px 0;
  border-bottom: #ebe9fa solid 2px;
}
/*
.ndNewsList.nd_full article:nth-of-type(5) {
	border-bottom:none;
}
*/
.ndNewsList.nd_full article.nd_hasImage {
  min-height: 102px;
}
.ndNewsList.nd_full h3 {
  margin: 0 0 7px 220px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25em;
}
.ndNewsList.nd_full h3 a {
  color: #000 !important;
  border-bottom-color: #000 !important;
}
.ndNewsList.nd_full .nd_info {
  margin: 7px 0 0 220px;
  font-size: 14px;
  font-weight: 300;
}
.ndNewsList.nd_full .ndSourceUrl,
.ndNewsList.nd_full .ndSource {
  margin-left: 10px;
}
.ndNewsList.nd_full .nd_img {
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 200px;
  height: 112px;
  background-position: center 20%;
  background-size: cover;
  border-bottom: none !important;
}
.ndNewsList.nd_full .nd_desc {
  display: block;
  margin: 6px 0 0 220px;
  font-size: 16px;
  color: #000 !important;
  border-bottom: none !important;
}
@media (max-width: 1000px) {
  .ndNewsList.nd_full {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ndNewsList.nd_full article {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ndNewsList.nd_full .nd_img {
    left: 15px;
  }
}
@media (max-width: 639px) {
  .ndNewsList.nd_full .nd_img {
    width: 160px;
    height: 90px;
  }
  .ndNewsList.nd_full h3,
  .ndNewsList.nd_full .nd_info,
  .ndNewsList.nd_full .nd_desc {
    margin-left: 180px;
  }
}
@media (max-width: 479px) {
  .ndNewsList.nd_full {
    padding: 0;
  }
  .ndNewsList.nd_full article {
    padding: 18px 0;
  }
  .ndNewsList.nd_full .nd_img {
    position: static;
    width: auto;
    height: auto;
    margin: 12px 15px 8px;
    padding-top: 56%;
  }
  .ndNewsList.nd_full h3,
  .ndNewsList.nd_full .nd_info,
  .ndNewsList.nd_full .nd_desc {
    margin-left: 15px;
    margin-right: 15px;
  }
}
/* newslist (brief) */
.ndNewsList.nd_brief .nd_item {
  position: relative;
  padding: 9px 0 7px;
  border-bottom: #ebe9fa solid 2px;
}
.ndNewsList.nd_brief .nd_title {
  margin-left: 128px;
  margin-bottom: 1px;
  /* line-height:120%; */
}
.ndNewsList.nd_brief .nd_title a {
  color: #000;
  border-bottom-color: #000;
  font-weight: bold;
}
.ndNewsList.nd_brief time {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 13px;
}
.ndNewsList.nd_brief .ndSourceUrl,
.ndNewsList.nd_brief .ndSource {
  margin-left: 128px;
  font-size: 13px;
}
@media (max-width: 1000px) {
  .ndNewsList.nd_brief {
    margin-left: -15px;
    margin-right: -15px;
  }
  .ndNewsList.nd_brief .nd_item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ndNewsList.nd_brief time {
    left: 15px;
  }
}
@media (max-width: 479px) {
  .ndNewsList.nd_brief .nd_item {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .ndNewsList.nd_brief .nd_title {
    margin-left: 0;
    margin-bottom: 3px;
  }
  .ndNewsList.nd_brief time {
    position: static;
  }
  .ndNewsList.nd_brief .ndSourceUrl,
  .ndNewsList.nd_brief .ndSource {
    margin-left: 10px;
  }
}
/*  Show more button */
.ndShowMore {
  border-bottom: #ebe9fa solid 2px;
}
.ndShowMore a,
.ndShowMore div {
  height: 45px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 20px auto;
}
.ndShowMore a {
  display: block;
  max-width: 460px;
  padding-top: 10px;
  color: #000 !important;
  background: #e9eafa;
  border-radius: 4px;
  border-bottom: none !important;
  text-align: center;
  font-weight: bold;
}
.ndShowMore a:hover {
  background: #efedfc;
}
.ndShowMore .nd_indicator {
  display: none;
  background-image: url(/plugins/s29_nodes/img/loader-small.gif);
  background-position: center center;
  background-repeat: no-repeat;
}
/* ====================================
   Article
   ==================================== */
#ndArticle .ndSectionTitle {
  font-size: 24px;
  text-transform: uppercase;
}
#ndMainArticle .nd_body > div .s29MiniGallery::after {
  display: block;
  content: "";
  clear: both;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure {
  clear: both;
  margin: 0 0 80px;
  max-width: 800px;
  word-spacing: 0;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure figcaption {
  margin-bottom: 20px;
  word-spacing: normal;
  font-size: 1.4em;
  line-height: 120%;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure a {
  display: block;
  max-width: 800px;
  border: none !important;
  text-decoration: none !important;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure img {
  position: relative;
  display: inline-block;
  width: 50% !important;
  height: auto;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(odd) {
  margin-right: -7.5%;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(odd) figcaption {
  margin-left: calc(50% + 18px);
  margin-right: 7.5%;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(odd) img:first-of-type {
  top: -80px;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(odd) img:last-of-type {
  left: -7.5%;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(even) {
  float: right;
  margin-left: -7.5%;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(even) figcaption {
  margin-left: 7.5%;
  width: calc(50% - 7.5% - 18px);
}
#ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(even) img:first-of-type {
  left: 7.5%;
}
#ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(even) img:last-of-type {
  top: -80px;
}
@media only screen and (max-width: 520px) {
  #ndMainArticle .nd_body > div .s29MiniGallery figure {
    float: none !important;
    margin: 0 0 35px !important;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure figcaption {
    width: 100% !important;
    margin: 0 0 12px !important;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure a::after {
    display: block;
    content: "";
    clear: both;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure img {
    display: block;
    left: 0 !important;
    width: 75% !important;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure img:first-of-type {
    top: 0 !important;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure img:last-of-type {
    top: -65px !important;
    margin-bottom: -65px;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(odd) img:first-of-type {
    float: left;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(odd) img:last-of-type {
    float: right;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(even) img:first-of-type {
    float: right;
  }
  #ndMainArticle .nd_body > div .s29MiniGallery figure:nth-child(even) img:last-of-type {
    float: left;
  }
}
#ndMainArticle {
  margin-bottom: 20px;
}
#ndMainArticle h1 {
  margin: 10px 0 15px;
  font-size: 32px;
  font-weight: normal;
  line-height: 120%;
}
#ndMainArticle h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 120%;
}
#ndMainArticle .nd_info {
  margin: 0 0 20px;
  font-size: 15px;
}
#ndMainArticle .nd_info > * {
  display: inline-block;
}
#ndMainArticle .nd_info time {
  margin-right: 10px;
}
#ndMainArticle .nd_stats {
  float: right;
  white-space: nowrap;
}
#ndMainArticle .nd_stats > span {
  display: inline-block;
  margin-left: 16px;
  padding-left: 26px;
  color: #7d7d7d;
  background-size: 21px 14px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 15px;
}
#ndMainArticle .nd_stats > .ndViewCount {
  background-image: url(img/icon-views.png);
}
#ndMainArticle .nd_stats > .ndCommentCount {
  background-image: url(img/icon-comments.png);
}
#ndMainArticle footer {
  margin: 20px 0;
  text-align: right;
  font-weight: bold;
  font-size: 15px;
}
#ndMainArticle footer .nd_source {
  float: right;
  max-width: calc(100% - 340px);
  margin: 0 0 20px 30px;
  text-align: right;
  font-weight: bold;
}
#ndMainArticle footer .nd_likes {
  height: 40px;
  text-align: left;
}
@media (max-width: 800px) {
  #ndMainArticle footer {
    margin-bottom: 25px;
  }
  #ndMainArticle footer .nd_source {
    max-width: none;
    margin: 0 0 30px 0;
  }
  #ndMainArticle footer .nd_likes {
    clear: right;
    text-align: center;
  }
}
@media (max-width: 380px) {
  #ndMainArticle footer .nd_likes .uscl-item:nth-child(6) {
    display: none;
  }
}
#ndMainArticle .nd_image {
  display: block;
  max-width: 100%;
  margin: 0 0 20px;
}
#ndMainArticle .nd_body > div img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
@media (max-width: 720px) {
  #ndArticle .ndSectionTitle {
    font-size: 22px;
  }
  #ndMainArticle h1 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  #ndMainArticle .nd_image {
    float: none;
    margin-right: 0;
    width: 100%;
    max-width: none;
  }
  #ndMainArticle .nd_body > div img {
    max-width: 100% !important;
  }
}
#ndOpinionWarning {
  margin-top: 10px;
  padding-top: 5px;
  color: #555;
  border-top: solid 1px #555;
  text-align: center;
  font-size: 14px;
  font-style: italic;
}
#ndOpinionWarning a {
  color: #777 !important;
}
#ndComments {
  margin: 35px 0 20px;
}
#ndComments h2 {
  margin: 0 0 15px;
}
#ndComments a {
  border-bottom: none !important;
}
/* Article news - common */
.ndArticleNewsList a.nd_img {
  display: block;
  padding-top: 56%;
  background-position: center 20%;
  background-size: cover;
  border-bottom: none !important;
}
.ndArticleNewsList .nd_title a {
  color: #000 !important;
  border-color: #000 !important;
  font-weight: bold;
  line-height: 100%;
}
.ndArticleNewsList .nd_info {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 300;
}
.ndArticleNewsList .nd_info time {
  display: none;
}
/* Article news - more news */
#ndMoreNews {
  margin-top: 15px;
  margin-bottom: 35px;
}
#ndMoreNews h2 {
  margin-bottom: 10px;
}
#ndMoreNews .ndNewsList {
  margin-top: 0;
}
/* Article news - read also */
#ndReadAlso .nd_item {
  float: left;
  margin-right: 18px;
  margin-bottom: 35px;
  width: calc((100% - 18px * 2) / 3);
}
#ndReadAlso .nd_item:nth-child(3),
#ndReadAlso .nd_item:nth-child(6) {
  margin-right: 0;
}
#ndReadAlso .nd_item:nth-child(4) {
  clear: left;
}
/* Article news - other sports */
#ndOtherSites {
  margin-top: 10px;
}
#ndOtherSites h2 {
  margin-top: 0;
}
#ndOtherSites .ndSectionTitle {
  margin: 0 0 15px;
  font-size: 21px;
}
#ndOtherSites .nd_site {
  float: left;
  margin-right: 24px;
  margin-bottom: 35px;
  width: calc((100% - 24px) / 2);
}
#ndOtherSites .nd_site:nth-child(2),
#ndOtherSites .nd_site:nth-child(4) {
  margin-right: 0;
}
#ndOtherSites .nd_img {
  width: 65%;
  padding-top: 35.1%;
}
@media (max-width: 720px) {
  #ndReadAlso .nd_item {
    width: calc((100% - 18px * 1) / 2);
  }
  #ndReadAlso .nd_item:nth-child(2),
  #ndReadAlso .nd_item:nth-child(4),
  #ndReadAlso .nd_item:nth-child(6) {
    margin-right: 0;
  }
  #ndReadAlso .nd_item:nth-child(3) {
    margin-right: 18px;
  }
  #ndReadAlso .nd_item:nth-child(4) {
    clear: none;
  }
  #ndReadAlso .nd_item:nth-child(3),
  #ndReadAlso .nd_item:nth-child(5) {
    clear: left;
  }
  #ndOtherSites .nd_img {
    width: 100%;
    padding-top: 54%;
  }
  #ndOtherSites .nd_site {
    clear: none;
    margin-right: 18px;
    width: calc((100% - 18px * 1) / 2);
  }
  #ndOtherSites .nd_site:nth-child(2),
  #ndOtherSites .nd_site:nth-child(4),
  #ndOtherSites .nd_site:nth-child(6) {
    margin-right: 0;
  }
  #ndOtherSites .nd_site:nth-child(3),
  #ndOtherSites .nd_site:nth-child(5) {
    clear: left;
  }
}
@media (max-width: 480px) {
  #ndReadAlso .nd_item,
  #ndOtherSites .nd_site {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  #ndOtherSites .nd_img {
    width: 75%;
    padding-top: 40.5%;
  }
}
/* Calendar skin */
#s29RespCalendar > div {
  background-color: #e5e3f7;
}
#s29RespCalendar a.s29_current {
  background-color: #fff;
  border-radius: 4px;
}
#s29RespCalendar .s29_months {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
#s29RespCalendar .s29_days {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#s29RespCalendar .s29_days.s29_load {
  background-image: url(img/calendar-loader.gif);
}
/* 404 */
#nd404 h1 {
  margin: 30px 0 20px;
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
}
@media (max-width: 480px) {
  #nd404 h1 {
    font-size: 26px;
  }
}
#s29TopMenu {
  height: 36px;
  background-color: #fff;
}
@media (max-width:1000px) {
  #s29TopMenu {
    display: none;
  }
}
#s29TopMenu a,
#s29TopMenu button {
  height: 100%;
  padding: 0 14px;
  color: #000;
  transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  background-color: transparent;
  border: none !important;
  vertical-align: middle;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  text-decoration: none !important;
  cursor: pointer;
}
#s29TopMenu a.s29_current,
#s29TopMenu button.s29_current {
  color: #7a7a7a;
}
#s29TopMenu a:focus,
#s29TopMenu button:focus {
  outline: 0;
}
#s29TopMenu a:hover,
#s29TopMenu button:hover {
  color: #ed1c24;
}
#s29TopMenu a.s29_telegram,
#s29TopMenu button.s29_telegram {
  padding: 0;
  background-image: url(/plugins/s29_functions/topmenu/img/icon-telegram-dark.png);
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 0.08s ease-in-out;
  -webkit-transition: background-size 0.08s ease-in-out;
  -moz-transition: background-size 0.08s ease-in-out;
  -o-transition: background-size 0.08s ease-in-out;
  background-image: url(/plugins/s29_functions/topmenu/img/icon-telegram-black.png);
}
#s29TopMenu a.s29_telegram:hover,
#s29TopMenu button.s29_telegram:hover {
  background-size: 26px 26px;
}
#s29TopMenu a.s29_telegram::after,
#s29TopMenu button.s29_telegram::after {
  display: block;
  content: "";
  width: 36px;
}
#s29TopMenu .s29_menu {
  display: table;
  height: 100%;
}
#s29TopMenu .s29_menu.s29_main {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  width: calc(100% + 2 * 14px);
  margin-left: -14px;
  margin-right: -14px;
}
#s29TopMenu .s29_menu.s29_main.s29_visible {
  opacity: 1;
}
#s29TopMenu .s29_menu.s29_main > * {
  width: 1%;
}
#s29TopMenu .s29_menu.s29_main > .s29_placeholder {
  width: 99%;
}
#s29TopMenu .s29_menu.s29_main > .s29_right {
  display: none;
}
#s29TopMenu .s29_menu.s29_sub {
  display: none;
}
#s29TopMenu .s29_menu > * {
  display: table-cell;
}
#s29TopMenu .s29_submenuContainer {
  display: none;
  height: 100%;
  margin-left: -6px;
}
#s29TopMenu .s29_back {
  float: left;
  font-size: 20px;
}
#s29TopMenu .s29_back span {
  position: relative;
  top: -1px;
}
