a:hover {
  text-decoration: none;
  color: #146ec4;
}
a {
  text-decoration: none;
  color: #0a2469;
}
p a, li a, .itemFullText a {
    color: #4789c8;
    word-break: break-word;
}
h4 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* p img, .item-page img {
  max-width: 100% !important;
  height: auto !important;
} */
p img {
  max-width: 100% !important;
  height: auto !important;
}

hr {
  border-top: 1px solid rgb(71 137 200 / 26%);
  margin-top: 25px;
  margin-bottom: 25px;
}

.hr-bold{
  border-top: 5px solid rgb(71 137 200);
}

.itemFullText p, .itemFullText ul, .itemFullText ol, .itemFullText dl,
.articleBody p, .articleBody ul, .articleBody ol,.articleBody dl {
  margin-bottom: 18px ;
  font-size: 15px ;
  line-height: 1.6 ;
  color: #2C2C2C;
  padding: 0 ;
}


.itemFullText img{
  max-width: 100%;
}
.no-padding { /* для col- */
  padding: 0;
} 

.bg_white {
  background-color: #fff;
}



/* font-family: 'Roboto', sans-serif; 500-400
font-family: 'Roboto Condensed', sans-serif; 700-400 */
html {
  font-size: 10px;
  height: 100%;
}
body {
  color: #2C2C2C;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 100%;
  background-color: #044074;
  /* background-image: url(../images/fon.jpg); */
  background-image: url(../images/fon-lenta.jpg);
 /* background-image: url(../images/fon-ny.jpg); */
  background-size: auto;  
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  justify-content: stretch;
}
@media screen and (max-width: 600px) {
  body { 
      background-image: none;
    }
}

.container-fluid {
  outline: 0px solid rgb(209, 204, 204);
  max-width: 1400px;
}

.header {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header__container {
  height: 100%;
  display: flex;
  flex-direction: column; 
}
.header__up {
  min-height: 40px;
  background-color: #032c51;
}
.header__up-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .header__up-container {
    padding-right: 0;
  }
}
.site-map a {
  color: #4789c8;
}
@media screen and (max-width: 700px) {
  .site-map { 
      display: none;
    }
}
.header__top { 
  padding: 15px 0;
  background-image: url(../images/0001.png);
  background-repeat: no-repeat;
  background-position-y: 16px;
  background-position-x: right;  
}
@media screen and (max-width: 900px) {
  .header__top { 
      background-image: none;
    }
}

@media screen and (max-width: 600px) {
  .header__top { 
    background-image: url(/images/banners/mobil-lenta.png);
    background-repeat: no-repeat;
    background-position-y: 50px;
    background-position-x: -20px;
    background-size: calc(100% + 20px);
    }
}

.header__top-container {
  align-items: center;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
}
.header__logo-link {
  display: flex;
  align-items: center;

}
.header__logo-text-link {
      /* color: #e0f8fc; */
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.25; 
}
.header__logo-text-link:hover {
  color: #f7a319;
  text-decoration: none;
}


.header__logo-img {
  /* height: 90px; */
  height: 130px;
}
.header__logo-text {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 0 5px;
  line-height: 1.25;
}

@media screen and (max-width: 900px) {
  .header__logo-text {
    /* background-image: radial-gradient(#04407459, transparent); */
    background-image: radial-gradient(#1a69ae5c, transparent);
    text-shadow: #044074 0 0 5px, #044074 0 0 15px;
  }
}


.dop-menu__list {
  display: flex;
}
.search-form .form-control,
.search .form-inline {
  font-size: 13px;
  margin-right: 0;
  padding: 0 0 0 5px;
  color: #fff !important;
  line-height: 1;
  border: 0px solid #c6eff4;
  border-radius: 0px;
  min-width: 180px;
  background-color: #2767a0;
}
.search .btn-primary {
    color: #fff;
    background-color: #2767a0;
    border-width: 0 0 0 1px;
    border-color: #032c51;
    border-radius: 0;
}
@media screen and (max-width: 600px) {
  .search .btn-primary {
    padding: 5px;
  }
}

.search-form input::placeholder,
.search .form-inline::placeholder {
  color: #fff;
}
.search .form-inline label {
  display: none;
}
.search .form-inline input {
border: 0px solid #c6eff4;
padding: 0;
background-color: #2767a0;
color: #fff;
outline: 0;
}

.header__bottom {
  background-color: #e0f8fc; 
  z-index: 1000;
  min-height: 60px;
  align-items: center;
}
.header__bottom-container {
  justify-content: flex-end;
  display: flex;
  min-height: 60px;
}
@media screen and (max-width: 700px) {
  .header__bottom-container {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.social {
  display: flex;
  margin: 0 0 0 auto;
  margin-right: 30px;
}
@media screen and (max-width: 600px) {
  .social {
    margin: 0 30px 0 0;
  }
}

.social_links {
  display: flex;
  line-height: 0;
}
.social_links a {
  margin-right: 7px;
}
@media screen and (max-width: 700px) {
  .social  { 
      /* display: none; */
    }
}
.social__button {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat; 
}
.social__button.inst {
  background-image: url(img/instagram.svg);
}
.social__button.facebook {
  background-image: url(img/facebook.svg);
}
.social__button.youtube {
  background-image: url(img/youtube.svg);
}
.social__button.telegram {
  background-image: url(img/telegram.svg);
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-self: center;
  height: 100%;
}
.top-menu__list {
  display: flex;
  width: 100%;
  padding: 0;
}
.ux-menu-container {
/*  display: flex;
  align-items: center;*/
  height: 100%;
}
.ux-menu, .ux-menu ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    height: 100%;
}
.ux-menu-horizontal {
  display: flex;
}
@media screen and (max-width: 700px) {
  .ux-menu-horizontal {
    flex-direction: column;
  }
}
.top-menu__list .nav-item,
 .top-menu .ux-menu-item-level-0{
  /*border-left: 1px solid rgba(92, 221, 230, 0.29);*/
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0;
  line-height: 1.25;
  height: 100%;
}

.ux-menu>li {
    /*height: 100%;*/
    display: flex;
    align-items: center;
}

.ux-menu a {
  text-decoration: none;
}
.top-menu__list .ux-menu-item-level-0:first-child {
  padding-left: 0 !important;
  border: 0;
}
.ux-menu-item-level-0:hover,
.ux-menu-item-level-0 a:hover, {
  background-color: #fff; 
} 

.nav-link, .ux-menu-link-level-0, .ux-menu-link-level-0:hover {
  display: block;
  color: #1b6b95;
  font-size: 15px !important;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #e0f8fc !important;
}
.top-menu .ux-menu a {
  background-image: none;
  border: none; 
/*  background-color: #e0f8fc !important;*/
  color: #1b6b95 !important;
  text-align: left !important;
  color: #1b6b95;
  font-size: 15px !important;
  font-family: 'Roboto Condensed', sans-serif;  
  line-height: 1;
}
.top-menu .ux-menu a,
.top-menu .ux-menu a.ux-menu-link-last {
  border: none; 
}
.ux-menu-sub li{
  border-bottom: 1px solid #bfecf1;
  border-left: 1px solid #bfecf1;
  border-right: 1px solid #bfecf1;
}

.ux-menu-sub a {
    background-color: #bfecf1 !important;
    }


.ux-menu-item-level-0>.ux-menu-sub {

  max-width: 200px !important;
  right: 0 !important;
  left: inherit !important;
}
.ux-menu-sub {
  margin-top: -1px !important;
  border-top: 1px solid #bfecf1;
  z-index: 10000;
}
.ux-menu-item-level-1>.ux-menu-sub {
  max-width: 200px !important;
  margin-left: -2px;
}
.ux-menu-item-level-1>.ux-menu-sub li {
  border-bottom: 0;
}
.ux-menu-item-level-1>.ux-menu-sub li:last-child {
  border-bottom: 1px solid #bfecf1;
}
.top-menu .ux-menu a:hover {
  background-image: none;
  background-color: #e0f8fc;
}
.top-menu .ux-menu-link-level-1,
.top-menu .ux-menu-link-level-2 {
  text-transform: none !important;
  font-weight: 400;
  display: flex !important;
align-items: center !important;
}
.top-menu a.ux-menu-link-level-2 {
  font-size: 13px !important;
}
.top-menu .ux-menu-link-level-1:hover,
.top-menu .ux-menu-link-level-2:hover {
background-color: #fff !important;
}

.left-sidebar__block .nav {
  flex-direction: column;
}

.languages {
  /* margin-left: auto; */
  display: flex;
  align-items: center;
}
.languages__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.languages__img {
  display: block;
  width: 17px;
}
.main {   
  width: 100%;
  
  
  flex: 1 0 auto;
}

.main .container-fluid{

}
.main__container {
background-color: #fff;
/*padding-bottom: 2rem;*/
background-image: url(../images/top-fon.svg);
background-repeat: repeat-x;
height: 100%;
background-position: top;
background-size: auto;
border-bottom: 20px solid #4789c8;
/*    padding-right: 40px;
    padding-left: 40px;*/
}

.map__img {
  margin: 0 auto;
  padding: 10px 100px 10px;
}
@media screen and (max-width: 800px) {
  .map__img {

  padding: 0 10px;
  }
}

.main__container .main-h2 {
margin: 0 0 0 -30px;
    width: calc(25% + 15px);
    font-size: 28px;
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 5px;
    color: #ffffff;
    background-color: #146ec4;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.main-h2__in {
  margin-left: 40px;
}
/*.main__container .main-h2 a:hover {
  color: #f7a319;
}*/

@media screen and (max-width: 900px) {
.main__container .main-h2 {
  width: calc(50% - 15px);
  }
  @media screen and (max-width: 900px) {
  /* .header__top { 
      background-image: none;
    } */
    .main__container {
    	background-image: none;
	}
}
}
@media screen and (max-width: 720px) {
.main__container .main-h2 {
  width: calc(100% - 15px);
  }
}

@media screen and (max-width: 600px) {
  .main__container .main-h2 {
    width: calc(100% + 30px);
    }
  }

.main__container .main-h2 a {
  color: #ffffff;
}
.main-h-left {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  padding: 0;
padding-top: 10px;
    padding-bottom: 9px;
  padding-left: 15px;
  color: #ffffff;
  background-color: #146ec4;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.main-h-eng {
  display: flex;
  height: 41px;
  align-items: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  padding: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
 .main-h-eng a  {
  color: #fff;
  font-size: 18px;
  display: block;
}
.main-h2 a::after,
.main-h-left a::after  {
  content: ">";
}
.main-h2 a:hover,
.main-h-left a:hover  {
  color: #f7a319;
}

.main-centr {
  background-color: #fff;
  padding-top: 34px;
  padding-bottom: 0.5rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .main-centr {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.main-news__in {
  margin-top: 32px;
}

@media screen and (max-width: 600px) {
  .main-news__in {
    margin-top: 0;
  }
  .main-news__in>div {
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }
}

.main-news .card {
    height: calc(100% - 0px);
}


.main-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-news__item {

}
.card {
  border: 1 solid rgb(229, 235, 238);
}
.main-news .card {
  border: 0px solid rgb(229, 235, 238);
  background-color: rgb(224, 248, 252);
  position: relative;
}

@media screen and (max-width: 600px) {
  .main-news .card {
    background-color: transparent;
  }
}

.main-news .card:after {
  content: "";
  box-shadow: inset 0 0 45px rgb(14 207 239 / 12%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10000;
}

@media screen and (max-width: 600px) {
  .main-news .card:after { 
    box-shadow: none;
  }
}


.main-news .card-footer {
  background-color: #e0f8fc;
  border-top: 0 solid rgba(43, 118, 158, 0.15);

}
.text-muted {
  color: #1c6b957a !important;
  font-size: 12px;
  margin-bottom: 6px;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .main-news .text-muted {
    order: 2;
  }
}

.main-news .card-text {
  line-height: 1.3;
  color: #1b6b95;
  font-size: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.main-news__item-link:hover {
  text-decoration: none;
}
 img.main-news__item-img {
  height: 185px ;
  /* height: 150px; */
  object-fit: cover;
  object-position: left;
  border-color: #bfecf1;
  border-width: 0px;
  border-style: solid;
  position:relative;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  img.main-news__item-img {
    height: auto;
    max-height: 200px;
    padding: 15px 15px 0;
  }
}

.main-news__item-title {

}
.main-news__item-data {outline: 0px solid rgb(86, 6, 105);

}

.main-news__item-introtext {
}

.card-footer {
  background-color: rgb(244, 246, 249);
  border-top: 1px solid rgb(229, 235, 238);
}
.main-news__in .card-body  {
  padding: 15px 0 15px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.card-body p {
  margin: 0 !important;
}

.media-section  .card-body p {
    line-height: 0;
}
.main-h-left a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.media-section  .main-h-left {
    /* border-top: 1px dotted rgb(200 225 249); */
    background-color: transparent;
    color: #4b8a9b;
    padding: 0 15px 10px;
    font-size: 14px;
}
.media-section .main-h-left a, .media-section .main-h-eng a {
    color: #4b8a9b;
    font-size: 14px;
}
.banner-section {
  padding-top: 60px;
}
.banner-section .side-menu {
  border: 0;
  padding: 0 15px 15px;
  /* background-color: #e0f8fc; */
  /* margin-top: 15px; */
  height: 100%;
}
.banner-section>div {
  display: flex;
flex-direction: column;
/* justify-content: space-between; */
}
.main-banner {
  align-items: stretch;
  margin-top: 15px;
}
.main-banner>div {
  margin-top: 15px;
}
.main-banner__banner-fon {
  /* background-image: linear-gradient(to right, #b8eaf052, #fff); */
  background-clip: content-box;
}
/* .main-banner__banner-mb {
  margin-bottom: 5px;
} */
.banner {
  display: flex;
  align-items: center;
  font-size: 16px !important;
  line-height: 1.3;
  font-weight: 400;
  box-shadow: #146ec436 inset 0px 0px 0px 1px;
  padding: 15px 10px 15px 65px;
  height: 100%;
  min-height: 80px;
  /* color: #005aa4; */
  color: #1b6b95;
  text-decoration: none;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  background-color: #ffffff;
  background-size: 40px auto;
  background-position-x: 11px;
  background-position-y: center;
  background-repeat: no-repeat;
}
.banner-aqua {
  background-image: url(/images/site/aqua.jpg);
}
.banner-shkola-mu {
  background-image: url(/images/site/4shkola-8.png);
  background-size: 100px auto;
  padding: 15px 30px 15px 15px;
  background-position-x: 103%;
  background-position-y: 100%;
  /* -webkit-text-stroke: 1px #FFFFFF;
  text-stroke: 1px #FFFFFF; */
}

.banner-arktik {
  background-image: url(/images/banners/arctica_logo.png);
  font-size: 14px !important;
  /* padding: 70px 10px 10px 10px; */
  /* text-align: center; */
  background-size: 181px auto;
  background-position-x: 98%;
  align-items: flex-start;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 130px;
  min-height: 97px;
}
 .banner-aqua{
  font-size: 19px;
  letter-spacing: 0.5px;
}

.banner-kursy {
  font-size: 14px !important;
  background-size: 50px auto;
  background-image: url(/images/site/kursy.png);
}
.banner-konf {
  font-size: 14px !important;
  background-size: 160px auto;
  background-position-x: 128%;
  background-position-y: 106%;
  align-items: flex-start;
  font-weight: 500;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 35px;
  background-image: url(/images/site/konf.jpg);
/* font-size: 14px !important;
    background-size: 150px auto;
    background-position-x: 97%;
    background-position-y: 91%;
    align-items: flex-start;
    font-weight: 500;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 35px;
  background-image: url(/images/site/konf.jpg); */
}

.banner-aspirant {
  background-image: url(/images/site/aspirant-01.png);
  font-size: 14px !important;
  background-size: 88px auto;
  background-position-x: 98%;
  background-position-y: 91%;
  align-items: flex-start;
  font-weight: 500;
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 55px;
}

.banner-rek {
  background-image: url(/images/site/dia44.png);
  font-size: 14px !important;
  background-size: 38px auto;
}
 .banner-bibl{
  font-size: 19px;
   background-image: url(/images/site/book.png);
}
.banner-produkt {
  font-size: 17px !important;
  background-image: url(/images/site/produkt.png);
  /* background-size: 73px auto; */
  background-size: 59px auto;
  background-position-x: 100%;
  background-position-y: 100%;
  align-items: flex-start;
  font-weight: 500;
  padding-left: 15px;
  padding-bottom: 25px;
  padding-right: 55px;
}
 .banner-photo{
  background-image: url(/images/site/camera.png);
  font-size: 15px !important;
  background-size: 100px auto;
  background-position-x: 100%;
  background-position-y: 87%;
  align-items: flex-start;
  font-weight: 500;
  padding-left: 15px;
  /* padding-bottom: 20px; */
  padding-right: 55px;
}
 .banner-graf{
  font-size: 14px !important;
  background-image: url(/images/site/grafik.jpg);
  background-size: 38px auto;
}
 .banner-vmeste {
  background-image: url(/images/site/vmeste.png);
  font-size: 14px !important;
  background-size: 45px auto;
  background-position-x: 95%;
  background-position-y: 90%;
  align-items: flex-start;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 60px;
}
.banner-gen {
  background-image: url(/images/site/gen1.jpg);
  background-size: 75% auto;
  padding: 15px 10px 15px 20px;
  background-position-x: 120%;
  background-position-y: 0;
}
.banner-metod {
  background-image: url(/images/site/question.png);
}
 .banner-metod{
  font-size: 18px;
}
 .banner-rus-ryba {
    background-image: url(/images/site/logo-ru-ryba.png);
    font-size: 15px !important;
    background-size: 65px auto;
    background-position-x: 95%;
    background-position-y: 85%;
    align-items: flex-start;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 50px;
}

.banner-mu {
  background-image: url(/images/site/logo_mu.jpg);
  background-size: 44px auto;
}
 a.banner-mu{
  font-size: 14px !important;
}
.banner-info {
  background-image: url(/images/site/document22.png);
}
 .banner-info{
  font-size: 15px;
}
.banner-losos {
  background-image: url(/images/site/losos.jpg);
  font-size: 19px;
}
.banner-uslugi {
  background-image: url(/images/site/price4.png);
  background-position-x: 16px;
  font-size: 19px;
}
.banner-tk {
  background-image: url(/images/site/tk300.png);
  background-size: 51px auto;
  background-position-x: 6px;
}

 a.banner-tk{
  font-size: 18px;
}


.kalendar__block {
  margin-top: 2rem;
}

.sidebar-2 {  
  margin-top: 3rem;
}
.sidebar-2__container {
  background-color: #b8eaf0;
  display: flex;
}
.sidebar-2 img {
  width: 70%;
  /* display: block; */
  margin: 0.5rem auto;
}

.slider {  
  position: relative;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
  border-bottom: 0px solid #044074;
}
.slider-col {
  margin: auto;
  position: relative;
}

.slider {
  background-color: #146ec4;
  margin: 0 -15px;
  padding: 0 15px;
  margin-top: 0;
}

.slider__block {

}
.slider__photo {
  padding: 0;
}
.slider__photo img {
  max-width: 100%;
  border-radius: 0px;
  object-fit: cover;
  object-position: center;
  height: 420px;
  width: 100%;  
}
.slider__text {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #4789c8;
  background-color: rgba(4, 64, 116, 0.47);
}
.slider_data, .bt-date {
  margin: 0rem 0 1rem;
  font-size: 16px !important;
  color: rgb(255 255 255 / 58%);
  font-family: 'Roboto Condensed';
}
.slider .title_link {
  margin-bottom: 1rem;
}
.slider .title_link a:hover{
  color: #f7a319;
}
.show_date {
  margin-bottom: 1rem;
}
h3.slider__head, .bt-title { 
  text-align: left;
  text-transform: none;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0rem 0 1rem;
  font-size: 26px !important;
  line-height: 1.2;
  color: #fff;
}

.slider__lid, .bt-introtext {
  font-size: 13px !important;
  line-height: 1.3;
  color: rgb(255 255 255 / 58%);
}
@media screen and (max-width: 900px) {
    .slider__lid, .bt-introtext {
      display: none;
    }
  }
  @media screen and (max-width: 600px) {
    .slider {
      display: none;
    }
  }

.bt-inner {
  display: flex;
  align-items: center;
}
.show_news_info {
  padding-left: 15px;
}
@media screen and (max-width: 1200px) {
    .bt-inner {
    flex-direction: column;
    display: flex;
  }
  .show_news_info {
    padding-left: 34px;
    padding-right: 20px;
    width: 100%;
  }
  .slider {
    padding: 0 15px 30px;
  }
}

.card .nav {
  margin: 0;
  padding: 0;
}
h3.catItemTitle a {
  color: #1b6b95;
  font-family: 'Roboto', sans-serif;
}

.journals {
  border: 0;
}
.journals_list, .journals .list-group {
border: 0;
/*    background-color: #e0f8fc;*/
    border-radius: 0;
    margin-bottom: 0 !important;
}
.journals .list-group-item {
  background-color: transparent;
  border-bottom: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0;
}
.journals_item {
  /* display: flex;
  border-radius: 0 !important;
  padding: 0 15px 0 15px;
  font-size: 15px;
  color: #1b6b95;
  margin-top: 15px;
  line-height: 1.3;
  background-color: #146ec400; */


  display: flex;
  border-radius: 0 !important;
  padding: 0 15px 0 15px;
  font-size: 15px;
  color: #1b6b95;
  margin-top: 10px;
  font-family: 'Roboto Condensed';
  /* line-height: 1.3; */
  /* border-left: 1px solid #146ec4; */
  background-color: #146ec400;
  background-color: transparent;
  /* color: #4b8a9b; */
  text-transform: uppercase;
  padding: 0 0 0 15px;
  font-size: 14px;
}
.journals_item:hover {
  text-decoration: none;
}
.journals-body {
  padding: 0;
  justify-items: center;
  margin: 0;
  /* background-color: #e0f8fc; */
  /* flex: 0 0 auto; */
  justify-self: center;
  flex: 1 0 auto;
  justify-content: center;
}
.card {
  border: 0;
  background-color: transparent;
}
.media-section {
	padding-top: 50px;
    padding-bottom: 50px;
}
.konferenc img {
  height: 220px;
  max-width: 100%;
}
.konferenc .custom {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.media__col {
/*    padding: 15px 15px 0;*/
}
.media-section .card {
    /*box-shadow: #146ec4 0 0 1px;*/
    /* background-color: #e0f8fc; */
    /*padding: 15px 15px 0;*/
    background-color: #e0f8fc;
}
.media-section .main-h-left {
  margin-bottom: 0;
}
.media-section .card-body {
/*  background-color: rgb(224, 248, 252);*/
}
.video .card-body {
  padding: 0;
  /* border-top: 15px solid #146ec4; */
 }


.vb_gallery.press_gal img {
    height: 170px !important;
}

.vb_video_title, .main_video_text {
text-align: left;
    /* padding: 8px 0px 0; */
    line-height: 1.5;
    padding: 15px 15px 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.main_video_text a{
	/*color: #4aa9c3;*/
/*	color: #4b8a9b;*/
	color: #1b6b95;
}
.vb_video_title:hover, .vb_video_cont:hover {
  text-decoration: none;
}
.main_photo img, .vb_video_cont img {
    object-fit: cover;
    width: 100%;
}

/*.main_photo .main_video_text {
    position: absolute;
    top: 50%;
    background-color: #ffffffa6;
}*/
.media-section  img {
  height: 200px !important;
}

@media screen and (max-width: 900px) {
  .main_photo img, .vb_video_cont img {
    object-fit: cover;
  }

  a.vb_video_cont {
  max-width: 100% !important;
  width: 100% !important;
  }
}





.side-menu {
     border: 0;
    padding: 0 15px 15px;
/*    background-color: #e0f8fc;*/
}
.side-menu__list {
background-color: transparent;
    font-size: 15px;
    width: 100%;
    font-family: 'Roboto Condensed';
    /* border: 0px solid #ccc !important; */
    /* padding-left: 7px; */
    padding-right: 0;
    padding-top: 8px;
    font-weight: 700;
    padding-bottom: 0px;
    line-height: 1.15;
    color: rgb(12 79 137 / 89%);
}

.side-menu .accordeonck   {
  /* background-color: transparent;
  font-size: 14px;
  width: 100%;
  font-family: 'Roboto';
  padding-right: 0;
  padding-top: 9px;
  font-weight: 400;
  list-style: none;
  padding-bottom: 0px;
  color: #1b6b95;
  line-height: 1.3; */


  background-color: transparent;
  font-size: 14px;
  width: 100%;
  font-family: 'Roboto';
  padding-right: 0;
  padding-top: 9px;
  font-weight: 400;
  /* text-transform: uppercase; */
  list-style: none;
  padding-bottom: 0px;
  color: #1b6b95;
  line-height: 1.3;
  display: flex;
  border-radius: 0 !important;
  padding: 0;
  font-size: 15px;
  color: #1b6b95;
  margin-top: 3px;
  font-family: 'Roboto Condensed';
  /* line-height: 1.3; */
  /* border-left: 1px solid #146ec4; */
  background-color: #146ec400;
  background-color: transparent;
  /* color: #4b8a9b; */
  /* text-transform: uppercase; */
  /* padding: 0 0 0 15px; */
  font-size: 15px;
}
.mod_jemcalq_calendar caption{
  caption-side: top;
}

/* .org {
  width: 100%;
  margin-top: 0;
  font-size: 11px;
}
.org .container-fluid {
}
.org__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background-color: #fff;
  column-gap: 20px;  
  border-top: 1px solid #044074; 
}
.org__item {
  text-align: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.org__img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-bottom: 10px;
  filter: grayscale(0.5);
}
.org__link {
  color: rgb(4 64 116);
} */

.foot {
  font-size: 13px;
  padding: 3rem 0 2rem;
  margin-top: 0rem;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.foot, .foot p, .foot a{
  color: #ddeff7;
  font-size: 13px;
}

.foot__contact {  
  margin: 0;
  text-align: right;
}
.foot__copy {
  margin: 0;
  text-align: left;
}

.facebook-banner {
  position: absolute;
  right: calc(12% - 100px);
  top: calc(100% - 60px);
  width: 200px;
  height: 120px;
  outline: 3px solid #fff;
}

.facebook-banner__block {
  width: 100%;
}
.facebook-banner__img {
  width: 100%;
}



/*  -------------------------------------- */


.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  /* margin-bottom: 3rem; */
  margin-bottom: 2.24rem;
  margin-right: -15px;
  margin-left: -15px;
  padding-left: 15px;
  padding: 10px 10px;
}
@media screen and (max-width: 900px) {

.breadcrumb {
	  background-color: #2767a0;
	}
}
.breadcrumb li{
  color: #044074;
  font-size: 12px;
}

.breadcrumb a{
  color: #e0f8fc;
  font-size: 12px;
}

.divider {  
  color: #b8eaf0;
  padding-right: 4px;
}

.itemView {  
  padding-bottom: 50px;
  padding-top: 0;
  margin: 0;
}
.itemHeader {
  display: flex;
  margin-bottom: 3rem;
}
.itemHeader__data {
  text-align: right;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 125px;
  border-right: 1px solid #4789c8;
  padding-right: 15px;
  /*position: fixed;*/
}
/*.itemBody {
  margin-left: 125px;
  margin-right: 15px;
}*/

.itemFullText {
  /* padding-right: 100px; */
}

.itemToolbar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.itemToolbar a {
  color: #4789c8;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  border-bottom: 1px dotted #4789c8;
}
.itemToolbar a:hover {
  text-decoration: none;
}
.itemHeader .itemDateCreated {
  color: #4789c8 !important;
  font-size: 14px !important;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 3px;
}

.itemIntroText p {
  font-weight: 500;
  font-size: 18px;
}


.publish-page .itemImageBlock {
  margin-bottom: 2rem !important;
  float:left;
  padding: 0;
/*  margin-bottom:8px;
  padding-left:0;
  margin-right:8px;
  margin-bottom:0;*/
}
.publish-cat .catItemImage {
    display: block;
    text-align: left;
    margin: 0 0 8px 0;
}
.publish-cat .catItemImageBlock {
    float: left;
    margin-bottom: 8px;
    margin-right: 15px;
}
.publish-cat .catItemBody {
  font-size: 13px;
  line-height: 1.4;
}
.publish-cat .groupLeading .catItemTitle {
  margin-bottom: 3px !important;
}
.publish-cat .groupLeading .catItemTitle a {
    line-height: 1.4;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    text-decoration: none;
}


h1 {
  font-family: 'Roboto Condensed';
  color: rgba(4, 64, 116, 0.9);
  font-size: 24px;
  line-height: 1.35;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.itemTitle {
  padding-left: 15px;
}
.left-sidebar{
  padding-top: 44px;
  border-right: 1px solid #fff;
}
.left-sidebar__block {
  background-color: #d0f0f6;
  padding-right: 0;
  margin-right: -15px;
}
.left-sidebar__item,
.left-sidebar__block li 
 {
  font-size: 13px;
  background-color: #e0f8fc;
  border-bottom:  1px solid rgb(255, 255, 255);
  position: relative;
display: block;
padding: .75rem 1.25rem;
}
.left-sidebar__block a 
 {
  font-size: 13px;
  color: #044074;
}

.annual {
    display: flex;
    margin-left: -15px;
}
.annual .custom{
   /* padding: 10px 15px 10px 55px;*/
    padding: 10px 15px 10px 28px;
    display: flex;
    line-height: 1;
    align-items: center;
    background-color: #146ec4;
/*    background-image: url(../images/kremlin.svg);*/
    background-size: 30px auto;
    background-position-x: 16px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.annual p{
  color: #fabd07;
  /*color: #fdc823;*/
  margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.annual p a{
  color: #fff;
}

.main-left-news  li,
.top-left-h1 li,
.h1-left-eng li {
  background-color: transparent !important;
}

.main-left-news .clearList {
  display: none;
  margin:0; 
}
.left-sidebar .main_photo img, .left-sidebar .vb_video_cont img {
    object-fit: cover;
    max-height: 150px !important;
    width: 100%;
}
.map__img_eng {
  margin-top: 3rem;
}

.main-left-news  ul li {
  margin: 0 0 0px 0 !important ;
  padding: 5px !important;
}
strong {
  font-weight: 500;
}

/*новость текст к2*/
div.itemBody {
  margin-right: 15px;
  padding: 0 0 0 15px;
}

@media screen and (max-width: 600px) {
  div.itemBody {
    margin-right: 0;
    padding: 0;
  }
}

.news__body div.itemBody {
  margin-left: 125px !important;
}
@media screen and (max-width: 900px) {
  .news__body div.itemBody {
    margin-left: inherit !important;
  }
}

@media screen and (max-width: 900px) {
  .media-section img, .media-section svg,  {
    width: 250px;
  }
}


.news-boby__all {
  position: relative;
}

/*яндекс поделиться*/
.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
    height: 20px !important;
    width: 20px !important;
    background-size: 20px 20px !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal {
    display: flex !important;
    justify-content: flex-end !important;
    margin-top: 6px !important;
}
.ya-share2__badge {
    border-radius: 0 !important;
}


/* h1 материал */
.page-header {
  margin-bottom: 2.5rem;
}
.itemIntroText em {
  font-style: normal !important;
}


/* blockquote {
    border-left: 6px solid #BFE2FF;
    font-size: 16px;
    font-style: italic;
    padding: 16px 24px;
    position: relative;
    background: none transparent;
    border-radius: 0;
    width: 100%;
    padding: 10px 10px 10px !important;
    font-family: inherit;
    margin: 10px 10px 10px 0 !important;
    overflow: hidden;
    background-color: rgba(191, 226, 255, 0.3);
} */

blockquote {
  border-left: 6px solid #BFE2FF;
  font-size: 18px;
  position: relative;
  background: none transparent;
  border-radius: 0;
  width: 100%;
  padding: 0 0 0 30px !important;
  font-family: inherit;
  margin: 30px 0 !important;
  overflow: hidden;
}

/* blockquote p{
  font-size: 14px !important;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
} */
blockquote p {
  font-size: 17px !important;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  font-style: italic;
  color: #456987 !important;
}


blockquote:before {
    content: "" !important;
    position: absolute;
    top: 50%;
    left: -6px;
    height: 40px;
    background-color: #fff;
    width: 6px;
    margin-top: -1em;
    margin-right: 0;
}
blockquote:after {
    /*content: "”";*/
    position: absolute;
    top: 50%;
    left: -20px;
    color: #337AB7;
    font-size: 50px;
    font-family: Times, sans-serif;
    font-weight: bold;
    line-height: 30px;    
}
blockquote cite {
    color: #337AB7;
    font-size: 15px;
    padding-top: 10px;
    display: block;
    text-align: right;
}
blockquote img {
  float: left;
  margin-right: 10px;
}

/* managment */
.extrafilds .doljnost {
  margin-bottom: 10px !important;
  margin-top: 15px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  color: #4d4d52;
}
/* отменить бутстрап для модальных окон */
 .modal {
    position: inherit !important;
    z-index: inherit;
    display: inherit !important;
    overflow: inherit !important;
    outline: inherit !important;
}
    .modal {
    display: inline-block ;
    position: relative !important;
    top: auto !important;
    left: 0px !important;
    width: auto !important;
    }

    /* .table-big td,  .table-big p {
      font-size: 10px;
    } */
    /* .table-big td {
      padding: 3px 1px !important;
    } */


    /* стили текстовых таблиц*/

    table.in-text {
      width: 100% !important;
      margin: auto;
      border: #c5d3d7 1px solid;
      border-collapse: collapse;
  }
   table.in-text th {
    border: #c5d3d7 1px solid;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
    background-color: #ebf4f6;
    padding: 15px 5px;
/*    color: #003a70;*/
    font-size: 1.1em;
}
table.in-text th p {
    text-align: center;
    font-weight: normal;
}
table.in-text p {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
table.in-text p, table.in-text td {
    color: #003a70;
    text-align: left;
    font-size: 12px;
}
table.in-text td {
    border: #c5d3d7 1px solid;
    padding: 10px 5px;
    background-color: #fff !important;
}

.accordeonck.item-1814,
.accordeonck.item-1815
 {
  padding: 0;

}
.accordeonck.item-1814 a.uslugi-contact {
    background-image: url(http://vniro.ru/images/filial-img/phone.svg);
}

.accordeonck.item-1815 a.uslugi-contact {
    background-image: url(http://vniro.ru/images/filial-img/email.svg);
}
a.uslugi-contact {
    color: #fff !important;
    text-transform: uppercase;
    background-color: #4789c8;
    height: 38px;
    display: flex;
    align-items: center;
    background-size: 19px auto;
    background-repeat: no-repeat;
    background-position: 13px;
    padding-left: 45px;
}
a.uslugi-contact:hover {
    background-color: #044074;
}








/*Поздравления*/

.congrat__photo-block {
  text-align: left;
}
.congrat__itemImageBlock {
	padding: 0;
	float: left;
	margin: 0 50px 15px 0;
}
.congrat__img {	
	box-shadow: #4789c8 5px 5px 0px;
}
.itemListCategoriesBlock  h1{
  margin-bottom: 30px;
}
h3.congrat__catItemTitle  a {
  font-weight: 500;
  font-size: 15px;
  color: #1d5382;
}
.trudy-btn {
	font-size: 18px;
	margin-top: 10px;
}

a.trudy-btn, a.btn-primary,
a.trudy-btn:visited, a.btn-primary:visited
 {
  color: #fff !important;
}

/*phocagallery*/

.counter.pull-right {
	display: none;
}

.iframe_video_100 {
	border: 0;
    min-width: 50%;
    min-height: 400px;
}
.photokonkurs {

    /* background-color: #e0f8fc; */
    margin-top: 15px;
}
.photokonkurs p {
  margin: 0;
}
.ban-arktika {
display: flex;
    flex-direction: column;
    padding: 15px 0 15px;
    margin-top: 0;
    border-bottom: 1px dotted #87bde780;
    border-top: 0;
}
.ban-arktika a {
    display: flex;
    justify-content: center;
}
.ban-arktika img {
    width: 70%;
}
.ban-arktika__text {
    text-align: center;
    line-height: 1.3;
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.ban-arktika__text a {
  /*color: #005aa4;*/
  color: #005aa4;
}

.vniro-learn {
  width: 100%;
height: 200px;
object-fit: contain;
background-color: #041d3f;
}

.videogal {
  row-gap: 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.videogal .video__item {
  margin-bottom: 20px;
  width: 32%;
  flex: 0 1 32%;
  height: 233px;
}
.videogal iframe {
	width: 100%;
	height: 233px;
}

.main-video iframe {
	width: 100%;
	height: 200px;	
}
.main-video .main-video__frame {
	line-height: 0;
}

@media screen and (max-width: 1200px) {
  .videogal .video__item {
    /* width: 31%;
    flex: 0 1 31%; */
    height: 180px;
  }
  .videogal iframe {    
    height: 180px;
  }
}


@media screen and (max-width: 800px) {
  .videogal .video__item {
    height: 200px;
    width: 49%;
    flex: 0 1 49%;
  }
  .videogal iframe {    
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .videogal .video__item {
    height: 250px;
    width: 100%;
    flex: 0 1 100%;
  }
  .videogal iframe {    
    height: 250px;
  }
}


/* баннер вниро продукт */
.vniro-produkt__img {
/*  height: 200px;*/
  object-fit: cover;
}
  .carousel-control-next, .carousel-control-prev {
    width: auto;
    opacity: .9;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 70% 70%;
    background-color: rgb(16 179 211 / 56%);

}

.table-big{
width: 100%;
}
.table-big td {
	font-size: 17px;
	color: #3e71a2;
	font-family: 'Roboto Condensed';
	font-weight: 400;
	padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
 .table-big td p{
	font-size: 17px;
	color: #3e71a2;
	font-family: 'Roboto Condensed';
	font-weight: 400;
  margin: 0;
	/* margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px; */
}
.table-big tbody tr:first-child td p{
	font-size: 19px;
	color: #3e71a2;
/*	font-family: 'Roboto Condensed';*/
	font-weight: 600;
}
/*.table-big tbody tr:first-child td {
border-bottom: 1px solid  #3e71a2;
}*/
.table-big tbody tr:nth-child(2n) td {
background-color: #e0f8fc;
}

.st0 {
    fill: #93ccdb !important;
}
ellipse.st1 {
    transition-duration: 0.4s;
    fill: #3b5372;
    stroke: none;
    rx: 10;
    ry: 10;
    cursor: pointer;
    transition-property: all;
}


/* test */
.jr_test_area {
  background-color: transparent;
  border: none;
  color: #333333;
  font-weight: 500;
  margin: 15px 30px 30px;
  padding: 0;
}
.jr_test_question {
  color: #044074;
  font-family: inherit;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 15px 0 30px;
}
.jr_test_answer_item {
  background-color: #e0f8fc;
  border: 0px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: none;
  padding: 11px 15px 12px 30px;
  display: flex;
  align-items: center;
}
.jr_test_counter {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.jr_radio_field {
  text-align: center;
  display: flex;
  align-items: center;
  width: auto;
  margin-right: 15px;
}
.counter_all {


    font-weight: 500;
    background-color: #e0f8fc;
    border: 1px solid #4789c800;
    margin: 1px;
    padding: 3px;
    border-radius: 0px;
    min-width: 24px;
    min-height: 24px;
    height: inherit;
    float: left;
    line-height: 0;
    font-size: 12px;
    flex: 1 1 auto;
    display: flex;
    color: #4789c8;
    justify-content: center;
    align-items: center;
}



.counter_active {
  background-color: #007bff;
  border: 1px solid #007bff00;
  margin: 1px;
  padding: 3px;
  border-radius: 0px;
  min-width: 24px;
  min-height: 24px;
  height: inherit;
  float: left;
  line-height: 0;
  font-size: 12px;
  flex: 1 1 auto;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.jr_test_start, .jr_test_form, .jr_test_next, .jr_test_complete, .jr_test_back, .jr_test_print {
  background-image: none;
  font-size: 18px;
  margin-top: 10px;
  padding: 15px 25px;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
}
.jr_test_back  {
  background-color: #DA4F49;
}
.jr_test_navigation {
  display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.jr_test_navigation_right {
  /* text-align: left; */
}
.image_horizontal {
  padding: 0 30px 0 0;
}
.jr_test_answer_line {
  padding: 0 0 15px 0;
}
.jr_test_description {
  /* margin-top: 30px; */
}

.jr_form_item {
  display: flex;
  margin: 0;
  margin-top: 5px;
  flex-direction: column;
}
.jr_form_field.jr_line {
  float: none;
}
.jr_required {
  background: none;
  padding: 5px 0;
  margin-right: 0;
}
.jr_option {
  padding: 0;
  margin-right: 0;
}
.jr_form {
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #235785;
  border: 0;
  background: #e0f8fc;
  padding: 20px;
}

.filter_line_passed {
  float: none;
  display: flex;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
.test-form {
  margin: auto;
  width: auto;
  max-width: 900px;
}
.jr_line.jr_test_answer_title {
  font-size: 20px;
}
div#jr_test_result {
  display: flex;
  flex-direction: column;
}
.filter_test_line {
  flex-wrap: wrap;
  float: none;
  display: flex;
  width: 100%;
}
.jr_tfb_padding1 {
  padding: 15px 0;
}
.filter_test_title {
  float: left;
  display: block;
  background-color: transparent;
  border: 0 solid #ddd;
  border-radius: 0;
  margin: 0;
  width: 100%;
  color: #333;
  
}
.filter_test_inline.jr_tfb_width25 {
  width: 50%;
  font-weight: 500;
  font-size: 20px;
  background-color: #e0f8fc;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 10px solid #ffffff;
  color: #4789c8;
  text-transform: uppercase;
}
  .jr_test_passed {    
    font-family: 'Roboto condensed', sans-serif;
    color: #4789c8;
    font-size: 60px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}
.jr_test_failure {  
  font-family: 'Roboto condensed', sans-serif;
  color: #CC0000;
  font-size: 65px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}
.filter_line_failed {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.jr_category_item {
  background-color: #e0f8fc;
  border: 0 solid #FCF8E3;
  color: #333333;
  margin: 10px 0;
  padding: 10px;
}
.jr_test_notification {
  text-align: center;
  color: #ffffff;
  letter-spacing: 2px;
  background-color: #da4f49;
  position: a;
  font-size: 30px;
}
@media screen and (max-width: 600px) 
{
.image_horizontal {
  padding: 0;
  width: 100% ! important;
  margin-bottom: 30px;
}
.jr_test_box {
  width: 100% !important;
}
}
/* фото новости внутри текста */
.itemBody .itemImageBlock {
  padding: 8px 0;
  margin: 20px 0 30px;
}

.news-item__img-block {
  padding: 0;
  margin: 30px 0;
  text-align: center;
}

.itemBody img {
  max-width: 100% !important;
  height: auto !important;
}

/*  Новости с изображением слева  */
.comk2-news-img  span.catItemImage img {
  height: 100px !important;
  box-shadow: 0px 0px 9px #9cb8db29;
  width: 150px !important;
  max-width: 150px !important;
  margin: 0 !important;
  object-fit: cover;
}
.comk2-news-img  .itemList div.catItemView h3 a, 
.comk2-news-img div.tagItemView h2 a, h3.catItemTitle a {
  margin: 0 0 0 0;
  font-weight: 500;
  /* font-size: 20px; */
  text-decoration: none;
}
.comk2-news-img  .itemList div.catItemView h3 a {
  font-size: 20px;
}

.comk2-news-img .itemList div.catItemView, 
.comk2-news-img div.tagItemView {
  margin: 25px 0 0 0;
  display: flex;
  padding: 0;
  justify-content: flex-start;
}
.comk2-news-img .itemList div.catItemBody,
.comk2-news-img  div.tagItemBody
{
  padding: 0;
  margin-right: 25px;
}
.comk2-news-img h3.catItemTitle {
  padding: 0  !important;
  margin: 5px 0  0 !important;
}
.comk2-news-img span.catItemDateCreated {
  white-space: nowrap;
  color: #04407482 !important;
  font-size: 12px !important;
  text-transform: uppercase;
}
.comk2-news-img .catItemImageBlock {
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 600px) {
  .comk2-news-img .itemList div.catItemView, .comk2-news-img div.tagItemView { 
      flex-direction: column;
    }
    .comk2-news-img  span.catItemImage img {
      height: auto !important;      
      width: 100% !important;
      max-width: 100% !important;     
      max-height: 300px;
    }
    .comk2-news-img .itemList div.catItemBody, .comk2-news-img  div.tagItemBody
{
    margin-right: 0;
}
}

/* Компонет Gallery */
.ba-gallery-items .ba-caption h3, .ba-gallery-items .ba-caption .image-category, .ba-gallery-items .ba-caption .short-description {
  overflow: visible !important;
  text-overflow: ellipsis;
  white-space: normal !important;
  font-size: 15px !important;
  font-weight: normal !important;
}


/* Раздел экспедиции */
.expedition-category h1{
  margin: 0 0 30px 0;
}
.expedition-category h3.cat-item-title {
  margin: 0 15px 15px !important;
}

.expedition-category .cat-item-view {
  margin-bottom: 0;
  padding: 0;
}
.expedition-category .item-list-primary {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
.expedition-category h3.catItemTitle a {
  color: #4789c8;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-decoration: none;
  /* text-transform: uppercase; */
  line-height: 1.2;
  font-weight: 400;
}

.expedition-category .itemContainer {
  box-sizing: border-box;
  padding: 0;
  border: 0 solid #ffffff;
  float: none;
  margin-bottom: 0;
  box-shadow: #edf5f5 0px 0px 17px;
  /* background-color: #4789c8; */
  margin-right: 0;
}
@media screen and (max-width: 1200px) {

  .expedition-category .item-list-primary {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .expedition-category .item-list-primary {
    grid-template-columns: repeat(2, 1fr);
  }  
}
@media screen and (max-width: 600px) {
  .expedition-category .item-list-primary {
    grid-template-columns: repeat(1, 1fr);
  }
}
.expedition-category .catItemImageBlock{
  padding: 15px 15px 5px;
  margin: 0;
  position: relative;
  border-radius: 5px;
}
.expedition-category span.catItemImage img {
  height: 200px !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
}

    @media screen and (max-width: 900px) {
      .expedition-category span.catItemImage img {
        height: auto !important;
      }
    }
    @media screen and (max-width: 600px) {
      .expedition-category span.catItemImage img {
        height: auto !important;
      }
    }

.expedition-item {
  /* max-width: 1040px; */
  /* margin: auto !important; */
  font-size: 17px;
  line-height: 1.4;
}
.expedition-item p {
  font-size: 17px;
  line-height: 1.4;
}
/* Потом исправить на новый шаблон и класс */
.expedition-item img.main-news__item-img {
  height: 140px !important;
    object-fit: cover;
    object-position: top;
}
.expedition-item p.card-text { 
  font-family: 'Roboto';
    color: rgba(4, 64, 116, 0.9);
    font-size: 15px;
    font-weight: 500;
}
.expedition-item .card-body {
  padding: 5px 0 15px;
}

.align-center {
  /* text-align: center; */
}
 .expedition-item video {
  max-width: 100%;
  width: auto;
  height: 400px;
  /* background-color: #f2f6fa;
  border: 1px solid #f2f6fa; */
}

@media screen and (max-width: 600px) {
  .expedition-item video {
    height: auto;
  }
}

/* alleyaslavy */

.alleyaslavy__item-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 30px;
}
.alleyaslavy__item-title {
  margin-left: 30px;
}
.alleyaslavy__item-image img{
  max-width: 300px;
}

/*  o vniro */
.vniro__item-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 30px;
}
.vniro__item-title {
  margin-left: 15px;
}
.vniro__item-image img{
  max-width: 300px;
}
/* Отступ в новости */
div.itemFullText h3 {
  margin: 0 0 15px;
  padding: 16px 0 4px 0;
}

/* рукводводство из к2 */

.managment-list {
  display: flex;
    flex-direction: column;
}

.managment-item #itemListLeading .itemContainer:first-child img {
  width: 240px !important;
  height: auto !important;
}

.managment-item span.itemImage img {
  padding: 0;
  margin: 0;
  width: 350px !important;
}

.managment-item div.itemExtraFields {
  font-size: 1em;
  float: left;
  width: calc(100% - 230px);
  /* outline: 1px solid red; */
  margin: 0;
  margin-left: 0;
  margin-top: 30px;
  padding: 0 0 0 0;
  border-top: 0px dotted #848990;
}

.managment-list #itemListLeading .itemContainer:first-child img,
.managment-list #itemListSecondary .itemContainer:first-child img {
  width: 250px !important;
  height: auto !important;
}
.managment-list  .groupLeading .div.itemExtraFields {
  /* font-size: 1em; */
  float: left;
  width: calc(100% - 230px);
  /* outline: 1px solid red; */
  margin: 0;
  margin-left: 0;
  margin-top: 30px;
  padding: 0 0 0 0;
  border-top: 0px dotted #848990;
}

.managment-list  span.catItemImage img {
  border-radius: 1px;
  border: 0px solid #ccc;
  padding: 0px;
  /* box-shadow: 2px 2px 2px #aaa; */
  height: 200px !important;
  width: 200px !important;
  object-fit: cover;
}

.managment-list #itemListPrimary {
  border-bottom: 1px dotted #d0d7e0;
}
.managment-list #itemListPrimary .itemContainer:last-child {
  border-bottom: 0 !important;
 }


.managment-list #itemListSecondary,
.managment-list #itemListPrimary {
  display: flex;
  flex-wrap: wrap;
}
.managment-list #itemListSecondary {
  margin-top: 60px;
}

.managment-list #itemListSecondary .itemContainer,
.managment-list #itemListPrimary .itemContainer {
  padding-top: 30px;
  margin-bottom: 0;
  border-bottom: 0;
  /* border-bottom: 1px dotted #d0d7e0; */
  flex: 0 0 50%;
}



.managment-list #itemListSecondary .itemContainer:first-child {
  flex: 0 0 100%;
  border-bottom: 1px dotted #d0d7e0;
 }

 .groupLeading h3.catItemTitle a, 
 .groupPrimary h3.catItemTitle a,
 .groupSecondary h3.catItemTitle a {
  font-size: 24px;
  line-height: 1.25 !important;
}

@media screen and (max-width: 600px) {
  .left-img-block {
    flex-direction: column;
  }
}

/* Изображение с подписью на фоне */

.img-text-inside {
  position: relative;
}

.img-text-inside p:last-child {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #00000066;
  color: #fff;
  margin: 0;
  margin-bottom: 0 !important;
  padding: 10px;
}


/* .gall-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gall-flex__item {
  flex: 1 1 32%;
}
.gall-flex__img {
  height: 230px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .gall-flex__item {
    flex: 1 1 100%;
  }
  
  .gall-flex__img {
    height: auto;
  }
} */

.gall-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.gall-flex__item {
  flex: 0 1 32%;
}
.gall-flex__img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  transform: scale(1);
  z-index: 1;
  position: relative;
  border: 10px solid #fff;
  box-shadow: #ccc 0 0 5px;
}
.gall-flex__img:hover {
cursor: pointer;
transform: scale(1.1);
transition: all 500ms;
z-index: 10;
border: 10px solid #fff;
box-shadow: #ccc 0 0 5px;
}
@media screen and (max-width: 600px) {
  .gall-flex__item {
    flex: 1 1 100%;
  }
  
  .gall-flex__img {
    height: auto;
  }
}
.gall-flex-pop-up {
  display: flex;
  margin: auto;
  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;


  position: fixed;
  z-index: 1000;
  top: 0;
  left:0;
  width:100%;
  height: 100%;
  background: #000;
  display: none;
}

.gall-flex-pop-up__img {
  max-width: 90%;
  max-height: 80%;
  border: 10px solid #fff;
  box-shadow: #ccc 0 0 5px;
}

.gall-flex-pop-up__btn {
    position: fixed;    
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 50px;
    line-height: 0;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.gall-flex-pop-up__alt {
  width: 90%;
  padding: 20px;
  color: #fff;
  text-align: center;
}

/* tags k2 news */

.tagItemList div.tagItemView {
  margin-bottom: 30px;
  display: flex;
}

.tagItemList .tagItemHeader {
  order: 2;
  margin-left: 15px;
}

.tagItemList  div.tagItemBody {
  padding: 0;
  order: 0;
  flex: 0 0 150px;
}

span.tagItemImage img {
  max-width: 100%;
  height: 100px !important;
  object-fit: cover;
}

div.tagItemList {
  margin-top: 30px;
}

span.tagItemImage {
  margin: 0;
}


/* Теги */

.news__tags-cloud {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1%;
}

.news__tags-cloud .tags-cloud__link {
  padding: 5px !important;
  float: none !important;
  display: inline !important;
  line-height: 1;
  /* text-wrap: nowrap; */
  flex: 0 0 30%;
  /* text-transform: uppercase; */
    font-family: 'Roboto Condensed';
}


.news__tags-cloud .tags-cloud__link span {
  /* background-color: #4789c84f;
  padding: 1px 3px; */
  font-size: 90%;
}

div.itemTagsBlock ul.itemTags li {
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  border-right: 1px solid #4789c880;
  display: inline;
  list-style: none;
  padding: 0 5px 0 0;
  margin: 0;
  text-align: center;
}

div.itemTagsBlock ul.itemTags li a {
  font-size: 13px;
  color: #4789c8;
}

div.itemTagsBlock ul.itemTags li a:before {
  content: "";
}

span.bluhlight-jck, span.grehlight-jck, span.redhlight-jck, span.blahlight-jck, span.yelhlight-jck {
  border-radius: 1px;
  color: #FFFFFF;
  font-weight: 500;
  text-shadow: none;
  padding: 2px 4px;
  font-size: 16px;
  display: block;
  margin: 20px 0 30px;
  font-family: 'Roboto condensed';
}
span.bluhlight-jck {
  background: none repeat scroll 0 0 #4789c8;
}

.conferencii_video {
  display: flex;
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.conferencii_video iframe {
  width: 100%;
}

.conferencii_video__news {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 640px;
}


@media screen and (max-width: 1200px) {
  .conferencii_video {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 640px;
  }
  .conferencii_video iframe {
    width: 640px;
  }
}

@media screen and (max-width: 700px) {
  .conferencii_video, .conferencii_video__news {
    width: 100%;
  }
  .conferencii_video iframe {
    width: 100%;
  }
}

.conferencii_video div, .conferencii_video__news div {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 0 15px;
  flex: 0 1 50%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #4789c8;
}

iframe {
  max-width: 100%;
}

/* bessmertnyj-polk */

  /* бессмертный полк */



/* .nauka-modul .persona__catItemHeader {
    background-color: #47a1c8;

} */
.persona__cat {
  background-image: url(/images/my_ico_vniro/b-polk-fon1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -2.6rem;
  margin-left: -15px;
  margin-right: -15px;
  background-position: 0 -10px;
  padding: 80px 15px 0 20px !important;
}

.b-polk__cat-item-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 35px;
}
@media screen and (max-width: 1300px) {
  .b-polk__cat-item-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .b-polk__cat-item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .b-polk__cat-item-list {
    grid-template-columns: 1fr;
  }
}


.persona_itemFullText  p{
  margin-bottom: 6px;
}
.persona__catItemHeader {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  /* min-height: 150px; */
}
.persona_itemList {
  margin-top: 40px;
}
.persona-list__itemContainer {
  margin-bottom: 30px;
}
.persona__img {
  width: 105px;
  height: 140px !important;
  /* border: 2px solid #57504da3; */
  background-color: #d7c09400;
  /* padding: 10px; */
  object-fit: cover;
  object-position: top center;
  max-width: 120px !important;
  /* filter: grayscale(1); */
  /* filter: saturate(0); */
  box-shadow: #CCC 0 0 120px;
  filter: saturate(0) sepia(0.12) brightness(0.95);
  border-radius: 3px;
}

.persona-list .persona__card.card {
  border: 0 !important;
  padding-bottom: 0;
}
.persona__catItemImageBlock {
  flex: 0 0 auto;
  position: relative;
}
 .persona__catItemImageBlock .catItemImage {
    margin: 0;
}

.persona-list__catItemIntroText {
  padding-right: 5px;
}
.persona-list__catItemIntroText, .persona-list__catItemIntroText p {
  font-size: 14px;
  text-transform: none;
  /* color: #57504da3; */
  color: #a98f5e;
  line-height: 1.2;
  margin-bottom: 5px;
}
.persona__card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 700;
  /* font-family: 'pt-serif'; */
  font-family: 'Roboto Condensed';
}
.persona-list__title-link {
  width: 100%;
  color: #434343 !important;
  line-height: 1.2;
  /* margin-bottom: 7px !important; */
  /* border-bottom: 1px solid #57504da3; */
  /* border-bottom: 1px solid #a98f5e2b; */
  padding-bottom: 6px;
  padding-right: 5px;
  font-size: 19px !important;
}
@media screen and (max-width: 1200px) {
  .persona-list__title-link {
    max-width: 100%;
  }
}

.persona__card-body a {
  color: #fff;
}
.pesona-item__link-img {
  display: block;
    position: relative;
}
/* .pesona-item__link-img::after {
  content: "";
  position: absolute;
  bottom: -17px;
  right: -43px;
  background-image: url(/images/my_ico_vniro/bp-lenta-palm.png);
  height: 110px;
  width: 170px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 115px;
  filter: opacity(0.7);
} */
.pesona-item__link-img::before {

  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  content: "";
  box-shadow: #514d4d57 0px 0px 7px 0px;
}
img.pesona-page__img {
  width: 270px;
  height: 375px !important;
  object-fit: cover;
  background-color: #a1a18600;
  box-sizing: border-box;
  object-position: center top;
  padding: 10px;
  filter: saturate(0);

}

.pesona-page__lid {
  display: flex;
  padding: 0;
  margin-bottom: 50px;
  gap: 45px;
}
@media screen and (max-width: 700px) {
  .pesona-page__lid {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.pesona-page__itemImageBlock {
  /* margin-right: 45px; */
  max-width: 450px;
}
.pesona-page__itemIntroText {
  font-style: normal;
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #306179;
}
.pesona-page__itemIntroText p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1;
}


.bessmertnyj-polk__item-title {
  font-size: 35px;
    text-transform: capitalize;
    font-family: 'roboto';
    font-weight: 500;
    line-height: 1.2;
    color: #232323;
}
.pesona-page__itemIntroText h1 *:first-child {
  display: block;
}

.presona-item__extrafilds {
  color: #232323;
}

.persona-item__godyjizni {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #232323;
  margin: 17px 0;
}
.persona_itemFullText h2 + ol, 
.persona_itemFullText h2 + ul, 
.persona_itemFullText h2 + p
 {
    margin-top: 10px;
}
.persona_itemFullText ul li {
    list-style-position: inside;
    margin-left: 0;
    list-style-type: square !important;
    margin-bottom: 7px;
}
.persona_itemFullText  li {
    list-style-position: inside;
    margin-left: 0;
    margin-bottom: 7px;
}

.persona-item__extrafild {
  margin-bottom: 4px;
}
.persona-item__extrafild span:first-child {
  font-weight: 500;
}
.persona-item__doljnost {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(4, 64, 116, 0.1);
  padding-bottom: 10px;
  text-transform: uppercase;
  color: rgba(62, 113, 162, 0.73);
}
.persona-item__catItemIntroText, .persona-item__catItemIntroText a {
  color: rgba(62, 113, 162, 0.73);
  text-transform: uppercase;
}
.persona-item__catItemIntroText {
  margin-bottom: 5px;
}
.pesona-page__itemImageBlock .itemImage {
    margin: 0;
}

.persona_itemFullText tbody tr:first-child td p{
font-size: 15px;
color: #3e71a2;
font-family: 'Roboto Condensed';
font-weight: 600;
}
.persona_itemFullText u{
text-decoration: none;
}
.persona_itemFullText a {
    text-decoration: none;
    color: #1086ee;
    font-size: 13px;
    overflow-wrap: break-word;
}
.persona_itemFullText .acc-head p,
.persona_itemFullText .acc-head p strong {
  font-size: 15px;
  color: #3e71a2;
  font-family: 'Roboto Condensed';
  font-weight: 700;  
}
.nauka-title {
  margin-bottom: 30px;
}
/* end of бессмертный полк*/

.persona__cat-img {
  margin: auto;
  display: block;
  width: 270px;
}
.persona-h1 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 65px;
  font-size: 45px;
  color: #434343;
}
.persona_itemFullText p {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: justify;
}
.b-polk__item-container {
  background-image: url(/images/my_ico_vniro/b-polk-item-fon.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  margin: -26px -15px -30px -15px;
  padding: 60px 30px 0px;
  background-attachment: fixed;
}
.persona_itemFullText {
  max-width: 900px;
  padding-bottom: 30px;
}

.b-polk__item-body {
  position: relative;
}

.b-polk__button-back {
  position: absolute;
  box-sizing: content-box;
  top: 0;
  right: 0;
  width: 250px;
  height: 75px;
  padding: 3px 6px 10px;
  border-radius: 5px;
  box-shadow: #bebbbb 0 0 13px;
}
.b-polk__button-back:hover {
  background-image: linear-gradient(40deg, #ffffff70, #ffffff17);
  /* background-color: #ffffff78; */
}
@media screen and (max-width: 900px) {
  .b-polk__button-back {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .big-banner {
    border: 15px solid #ffffff;
  }
}
.big-banner p {
margin-bottom: 0;
}

/* .transform-td-90 td{
  transform: rotate(-90deg);
  height: 82px;
  padding: 0 !important;
  line-height: 1;
  vertical-align: middle !important;
  text-align: center !important;
} */