@font-face {
  font-family: 'Lato-SemiBold';  
  src: url('../fonts/Lato-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'DroidSerif-Regular';  
  src: url('../fonts/DroidSerif-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'DroidSerif-Bold';  
  src: url('../fonts/DroidSerif-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI.woff') format('woff'),
    url('../fonts/SegoeUI.woff2') format('woff2'),
    url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('SegoeUI-SemiBold.eot');
  src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
    url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
    url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI-Bold.eot');
  src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
    url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-Bold.woff') format('woff'),
    url('../fonts/SegoeUI-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

p {
  margin-bottom: inherit;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;*/
  /*text-rendering: optimizeLegibility;*/
}
.news-full_story p {
  margin-bottom: 0px;
}
.new-home h1, .new-home h2, .new-home h3, .new-home h4, .new-home h5, .new-home h6 {
  text-transform: none;
  font-family: 'DroidSerif-Bold';
}
.news-new h1, .news-new h4, .news-new h5 {
  text-transform: none;
  font-family: 'DroidSerif-Bold';
}
.title-block, .news-new h1 {  
  font-size: 26px; 
  padding: 35px 0; 
  margin-top: 0;
}
.news-new h2{  
  font-size: 24px; 
  padding: 35px 0;  
}
.news-new h3{  
  font-size: 22px; 
  padding: 35px 0;  
}
.news-new h4, .new-home h4 {  
  font-size: 20px; 
  padding: 30px 0 15px 0;
}
.news-new h5{  
  font-size: 18px; 
  padding: 30px 0 5px 0;  
}

.news-new h6{  
  font-size: 16px; 
  padding: 10px 0 5px 0;  
}

.news-new h1+div {
  margin-bottom: 30px;
}

.news-new {
	font-family: 'SegoeUI';
	font-size: 14px;
  line-height: 20px;
  color: #333;
}
.news-new ul {
  list-style-type: none !important;
}
.news-new ul li{
  list-style: none;
}
.news-wrap-flex {
  display: flex;
  flex-wrap: wrap;
}
.wrap-sticky_parent {
  height: auto;
}
.news-new-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-new-head .col-md-3, .news-new-head .col-md-6 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.news-new .news-short_item {  
  padding: 25px 0px;   
}

.news-new .news-short_item:last-child {
  border-bottom: 1px solid #EDEBE2;
}
/****short_head****/
.news-short_head {
  display: inline-flex;
  align-items: center;
}
.news-short_time {
  display: inline-flex;
  align-items: center;
}
.news-new .news-short_views, .news-new .news-short_actual, .news-new time {
  margin-right: 20px;
  font-size: 12px;
  color: #686868;
  display: inline-flex;
  align-items: center;
  height: 18px;
}
.news-short_time::before {
  content: '';
  background-image: url(../img/icon/calender.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}
.news-short_views::before {
  content: '';
  background-image: url(../img/icon/eye.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}
.news-new .news-short_actual {
  font-family: 'Lato-SemiBold';
  text-transform: uppercase;
  background-color: #720A0A
;
  height: 18px;
  font-size: 8px;
  line-height: 9px;
  padding: 3px 5px;
  color: #fff;
  border-radius: 2px;
}
/****end-short_head****/

/****short_title+content+category****/

.news-short_title {
  margin-top: 10px;
}
.news-short_title-link {
  color: #000;
  text-decoration: none;
  font-family: 'DroidSerif-Bold';
  font-size: 18px; 
  line-height: 26px;
}
.news-short_title-link:hover{
  color: #720A0A
;
  text-decoration: underline;
}
.news-short_content {
  margin: 10px 0;
  line-height: 20px;  
}
.news-short_category a {
  font-size: 10px;
  line-height: 12px;
  color: #686868;
  text-decoration: none;
}
.news-short_category a:hover {
  font-size: 10px;
  line-height: 12px;
  color: #720A0A
;
  text-decoration: none;
}
/****end-short_title+content+category****/

/****npk****/
.news-new .wrap-sticky {
  position: static;
  position: sticky;
  top: 0;
}
.news-new .news-short_item_npk {
  border: 1px solid #EDEBE2;
  padding: 20px;
  margin-bottom: 20px;
}
.news-new .news-short-npk_date-event, .news-new .news-short-npk_form-event, .news-new .news-short-npk_nmo-event {
  margin-top: 10px;
  font-size: 14px;
  color: #212121;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.news-new .news-short-npk_date-event {
  margin-top: 20px;
}
.news-short_npk-info .news-short-npk_date-event, .news-short_npk-info .news-short-npk_form-event, .news-short_npk-info .news-short-npk_nmo-event{
  margin-top: 0;
}
.news-new .news-short-npk_nmo-event {
  color: #D15532;
}
.news-new .news-short-npk_date-event::before {
  content: '';
  background-image: url(../img/icon/calender-black.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}
.news-new .news-short-npk_form-event::before {
  content: '';
  background-image: url(../img/icon/location-pin-alt.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}
.news-new .news-short-npk_nmo-event::before {
  content: '';
  background-image: url(../img/icon/star.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}
.news-new .news-short_npk-info {
  display: inline-flex;
  font-family: 'DroidSerif-Bold';
  font-size: 14px; 
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

/***select***/
.news-select {
  padding: 30px 0;
}
.news-select button {
  height: 40px;
  background-color: #EDEBE2;
  border-radius: 3px;
}
.bootstrap-select .filter-option, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
} 
.news-select .bootstrap-select .dropdown-menu li {
  outline: none !important;
  margin: 2px 3px;
}
.news-select .bootstrap-select .dropdown-menu li a {
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 3px;
  outline: none !important;
}
.news-select .bootstrap-select .dropdown-menu li a:hover, .news-select .bootstrap-select .dropdown-menu li a:focus, .news-select .bootstrap-select .dropdown-menu li a:hover, .news-select .bootstrap-select .dropdown-menu li a.active {
    color: #720A0A;
    text-decoration: none;
    background-color: #EDEBE2;
}
.bootstrap-select button:focus-visible, .bootstrap-select button:active, .bootstrap-select button:focus {
  outline: none !important;
  outline: 0px !important;
}
#newsCategories .bootstrap-select .dropdown-toggle:focus, #newsCategorie .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
   outline: 0px !important;
}
#newsCategories .bootstrap-select .dropdown-toggle:focus, #newsCategories .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
  outline: 0px !important;
}

/***button***/
#new-home .news-button_wrap {
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#new-home .uf-btn_light {
  background-color: #EDEBE2;
  color: inherit;
}
#new-home .uf-btn_light:hover {
  background-color: rgba(237,235,226,0.7); 
  color: #720A0A;
}

#new-home .news_button-subscribe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

/*****info_item*****/
.info-source {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;  
}
.source_item {
  display: flex;
  height: calc(16% - 5px);
  border: 1px solid #EDEBE2;
  border-radius: 3px;
  transition: 0.3s linear;
}
.source_item a {
  position: absolute;
  padding: 10px 8px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s linear;
}

.sourse-item_title {
  font-family: 'DroidSerif-Bold';
  font-size: 14px;
  line-height: 18px;
  z-index: 3;
  color: #000;
  padding-right: 60px;
  transition: 0.3s linear;
}
.sourse-item_discription {
  padding: 2px 60px 0 0;
  font-size: 12px;
  line-height: 14px;
  z-index: 3;
  color: #686868;
  font-family: 'SegoeUI';
}
.sourse-item_img {
  width: 35px;
  position: absolute;
  right: 20px;
}
.source_item:hover {
  border: 1px solid #26214F;  
}
.source_item:hover .sourse-item_title {
  color: #26214F;  
}
.news-full_story ul li {
  list-style: disc;
  margin-left: 40px; 
}
.mdtc-clnplrv-main-player .mdtc-clnplrv-interface .mdtc-clnplrv-controls li {
margin-left: 0;
}
.logo-wrap_mob img {
  display: none;
}
/******************************/
@media (max-width: 540px) {
  .navbar-collapse {
    /*height: calc(100vh - 190px) !important;*/
    max-height: 100%;
  }
  .header-mob_top {
    display: flex;
    justify-content: space-between;
  }
  .flex-header .logo-wrap {
    display: none;
  }
  .flex-header .logo-wrap_mob{
    width: 120px;
  }
  .flex-header {
    flex-direction: column;
  }
  /*.logo-text {
    display: none;
  }*/
  .logo-wrap_mob img {
    display: block;
  }
  .logo-text_mob h1 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
  }
  .logo-text_mob h1:last-child {
    font-size: 11px;
    margin-top: 0;
  }
  .logo-text_mob {
    display: block;
  }
  .search_mob {
    width: 44px;
  }
  .head {
    background-color: transparent;
  }
  /*.head a {
    color: #000;
    text-transform: none;
  }*/
}
@media (max-width: 576px) {
  #new-home .news-short_title-link {
    line-height: 20px;
    font-size: 14px;
  }
  #new-home .news-short_item {
    padding: 15px;
  }
  #new-home .title-block {
    font-size: 20px;
    padding: 20px 15px;
  }
  #new-home .news-short_content {
    line-height: 18px;
  }
  #new-home .news-short_item_npk {
    padding: 15px;
  }
  #new-home .news-short-npk_date-event, new-home .news-short-npk_form-event, new-home .news-short-npk_nmo-event {
    margin-top: 5px;
  }
  .news-select {
    padding: 0 0 20px 0;
  }
  .source_item {
    min-height: 100px;
    margin-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .source_item {
    min-height: 100px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .source_item_title {
    font-size: 13px;
    line-height: 18px;
  }
  .sourse-item_discription {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width:1199px) {
  .source_item_title {
    font-size: 13px;
  }
  .sourse-item_discription {
    font-size: 11px;
  }
}
