
@charset "UTF-8";

/*новый год */
.sharik {
    background: url(../img/sharik.png);
    height: 54px;
}
/*новый год */


.seo {
  position: absolute;
  top: -10%;
}

.flex-center{
    display: flex;
    align-items: center;
}
.img49 {
    width: 49% !important;
}

td {
  border: 1px solid #e4e4e4;
}

.container {
  max-width: 1366px;
}
.flex-4 {
    width: calc(25% - 0px);
    flex-grow: 1;
    padding: 3%;
    border: 1px solid #f5f4f4;
    margin: 18px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 12px #f1f1f1;
}

.fotorama__nav__shaft {
  display: none;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.al-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-my {
  padding: 0px 15px;
  margin: 5px 0px;
  background: #d3101f;
  color: #fff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px !important;
}

.btn-my:hover {
  color: #fff;
  background: #a30e1b;
}

.p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p20 {
  padding-top: 20px;
  padding-bottom: 60px;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Oswald", sans-serif;
  color: #576479;
}

h1 {
  font-size: 30px;
  padding-bottom: 20px;
}

h2 {
  font-size: 35px;
  text-transform: uppercase;
}

h3 {
  font-size: 25px;
}

section {
  padding: 1rem 0;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-none {
  display: none;
}

big {
  font-size: 23px;
  font-family: "Oswald", sans-serif;
  color: #6088b3;
  padding-bottom: 10px;
}

.header_top {
  font-family: "Segoe UI", sans-serif;
  background: url(../img/bg_header.jpg) center;
  background-size: cover;
}

.header_top h2 {
  font-family: "Segoe UI", sans-serif;
}

.header-top-menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header-top-menu a {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #576479;
  text-transform: uppercase;
  text-align: center;
  padding: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-top-menu a:hover {
	    color: #d3101f;
/*  background: #e8999f;
  color: #fff;
  text-decoration: none;*/
}

.redactor > ol {
  padding-left: 0;
}

ol li {
  border-bottom: 1px dotted #d0cece;
  list-style: none;
  padding: 5px 0px;
  padding-left: 0;
}

ol li a {
  color: #0056b3;
}

ol > li {
  margin: 5px 0;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  padding-bottom: 10px;
  color: #020202;
  list-style: none;
  padding-left: 25px;
  background: url(../img/doc-mun.png) no-repeat left;
}

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

.redactor h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #576479;
}

.relative .z-info {
  position: absolute;
  top: 30px;
  left: 285px;
}

.relative .z-info p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
}

.relative .z-info h2 {
  font-size: 22px;
}

.header-contact {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
  font-family: "Open Sans", sans-serif;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.header-contact p {
  margin: 0;
}

.header-contact a {
  font-size: 24px;
  color: #3c746b;
  font-family: "Oswald", sans-serif;
}

.header-contact a:hover {
  text-decoration: none;
}

.header-menu {
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
}

.header-menu a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 100;
}

.bg {
  background: url(../img/bg.jpg);
}

.bg h2 {
  text-transform: uppercase;
  font-size: 35px;
  padding-bottom: 20px;
}

.top_news {
  padding-top: 20px;
  padding-bottom: 60px;
  background: url(../img/bg.jpg);
}
/*нет фото */
.noimages {
	background: url(../img/no_news.jpg) center, no-repeat;
    width: 455px;
    height: 310px;
    background-size: cover;
}

.m10 {
  padding-bottom: 10px;
  padding-top: 20px;
}

.item-news {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.item-news a {
  display: inline-block;
}

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

.item-news span {
  background: rgba(211, 16, 32, 0.7);
  color: #fff;
  position: absolute;
  right: 0%;
  top: 0%;
  font-family: "Oswald", sans-serif;
  padding: 5px 15px;
}

.item-news p {
  position: absolute;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.58);
  padding: 10px;
  margin: 0;
  color: #fff;
  width: 100%;
}

.content img {
  max-width: 100% !important;
  height: auto !important;
  padding: 10px;
}

.l-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.l-menu a {
  padding: 10px;
  border-bottom: 1px solid rgba(87, 100, 121, 0.26);
  width: 100%;
  color: #576479;
}

.l-menu .activelink {
  border: 1px solid rgba(170, 174, 186, 0.41);
  background: #105a6d;
  color: white;
}

.l-menu .nextlevel {
  background: rgba(170, 174, 186, 0.14);
  padding-left: 10px;
}

.l-menu .passiveactive {
  background: #f3f3f3;
}

.crumb {
  font-size: 12px;
  padding-bottom: 20px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "Segoe UI", sans-serif !important;
}

.footer h2 {
  font-family: "Segoe UI", sans-serif !important;
}

.nuws-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.div_news:nth-child(1) {
  display: none;
}

.div_news:nth-child(2),
.div_news:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(45% - 0px);
}

.div_news {
  position: relative;
  width: calc(31% - -10px);
  margin: 10px;
  overflow: hidden;
}

.div_news span {
  background: rgba(211, 16, 32, 0.7);
  color: #fff;
  right: 0%;
  top: 0%;
  font-family: "Oswald", sans-serif;
  padding: 0px 15px;
  margin-right: 5px;
}

.div_news img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 5s;
  transition: all 5s;
}

.div_news p {
  position: absolute;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.58);
  padding: 20px;
  margin: 0;
  color: #fff;
  -webkit-transform: scaleY(0deg);
          transform: scaleY(0deg);
  width: 100%;
}

.div_news:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.div_news2 a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div_news2 p {
  position: absolute;
  bottom: -21px;
  background: rgba(0, 0, 0, 0.46);
  padding: 2% 15%;
  color: #fff;
  font-size: 22px;
  width: 100%;
}

.div_news2 p span {
  background: rgba(211, 16, 32, 0.7);
  color: #fff;
  right: 0%;
  top: 0%;
  font-family: "Oswald", sans-serif;
  padding: 0px 15px;
  margin-right: 5px;
}

.div_news2 p strong {
  text-transform: uppercase;
  font-size: 35px;
}

.news_block img {
  max-width: 49% !important;
  height: auto;
  padding: 5px;
}
.news_block img:nth-child(1) {
  max-width: 100% !important;
  height: auto;
  padding: 5px;
}

.fon1200 {
  background: url(../img/s1200.jpg) center no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 200px;
}

.fon1200 h2 {
  font-size: 35px;
  margin-bottom: 40px;
}

.fon1200 .info_bl {
  position: relative;
  overflow: hidden;
}

.fon1200 .info_bl img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.fon1200 .info_bl img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.fon1200 .info_bl p {
  position: absolute;
  bottom: 80px;
  text-transform: uppercase;
  font-size: 77px;
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-shadow: 0px 3px 3px #383737;
  text-align: center;
  width: 100%;
}

.fon1200 .sport {
  background: #890e09;
  margin-top: 10px;
  height: 10px;
}

.fon1200 .nauka {
  background: #124f54;
  height: 10px;
  margin-top: 10px;
}

.fon1200 .iskusstvo {
  background: #f2db1d;
  height: 10px;
  margin-top: 10px;
}

.info_region {
  background: #fff;
  position: absolute;
  top: -100px;
  top: -65px;
  left: 15%;
  right: 15%;
  -webkit-transform: skewX(-17deg);
          transform: skewX(-17deg);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.42);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.42);
  border-radius: 20px 20px 0px 0px;
}

.info_region p {
  padding: 4%;
  font-size: 18px;
}

.info_region::after {
  content: "";
  background: url(../img/12.png) center;
  height: 5px;
  background-size: cover;
  display: block;
}

/* Вакансии  */
.bl_vakansii {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.item_vakansii {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 10px;
  -ms-flex-preferred-size: calc(46% - 0px);
      flex-basis: calc(46% - 0px);
  -webkit-box-shadow: 1px 1px 5px #d8d8d8;
          box-shadow: 1px 1px 5px #d8d8d8;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.item_vakansii:hover {
  -webkit-box-shadow: 1px 1px 60px #d8d8d8;
          box-shadow: 1px 1px 60px #d8d8d8;
}

.item_vakansii a {
  display: block;
  width: 100%;
  padding: 30px;
  text-transform: uppercase;
  color: #576479;
}

.item_vakansii a:hover {
  color: #576479;
  text-decoration: none;
}

.item_vakansii .center-carries {
  background: url(../img/bg_header.jpg) center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 160px;
}

.item_vakansii .flex-4 {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(30% - 0px);
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.item_vakansii .flex-4:hover {
  background: #004c76;
  color: #fff;
  border-radius: 10px;
}

.youtube_bl {
  background: rgba(212, 217, 221, 0.278);
  padding-top: 60px;
  padding-bottom: 60px;
}

.col-youtube {
  border: 10px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 20px 7px 0px rgba(51, 51, 51, 0.22);
          box-shadow: 0px 20px 7px 0px rgba(51, 51, 51, 0.22);
}

.col-youtube iframe {
  width: 100% !important;
}

.categories {
  text-align: center;
}

.categories .Наука {
  background: #006786;
}

.categories .Искусство {
  background: #ffad01;
}

.categories .Спорт {
  background: #ab0801;
}

.categories a {
  font-family: "Oswald", sans-serif;
  line-height: 70px;
  font-size: 35px;
  color: #fff;
}

.desnuws {
  color: #105a6d;
  padding-left: 10px;
  border-left: 5px solid #e6e6e6;
  margin-top: 15px;
}

.program_news {
  margin: 30px 0px;
}

.program_news .scale {
  display: inline-block;
  /* Строчно-блочный элемент */
  overflow: hidden;
  /* Скрываем всё за контуром */
  border-radius: 10px;
  box-shadow: 0 7px 10px rgb(34 34 34 / 36%);
}

.program_news .scale img {
  -webkit-transition: 2s;
  transition: 2s;
  /* Время эффекта */
  display: block;
  /* Убираем небольшой отступ снизу */
}

.program_news .scale img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  /* Увеличиваем масштаб */
}

.menu-triger {
  display: block;
  width: 25px;
  height: 17px;
  position: fixed;
  left: 15px;
  top: 28px;
  z-index: 999;
}

.menu-triger .fa {
  font-size: 35px;
  font-weight: 100;
  color: #566379;
}

.menu-close {
  display: block;
  width: 28px;
  height: 28px;
  background: url(https://snipp.ru/demo/449/close.png) 0 0 repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
}

.menu-popup {
  display: none;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0;
  padding: 30px;
  z-index: 9999;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  height: 100vh;
  padding: 5%;
}

.menu-popup ul {
  margin: 0;
  padding: 0;
}

.menu-popup li {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.menu-popup li a {
  font-size: 18px;
  font-family: "Arial";
  color: #2c2e3e;
  line-height: 1.4;
  text-decoration: none;
}

.body_pointer * {
  cursor: pointer;
}

.menu_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu_mobile a {
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
  padding: 10px;
  border-bottom: 1px solid rgba(87, 100, 121, 0.26);
  color: #576479;
  margin: 10px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .m-none {
    display: unset;
  }
  .flex-4 {
    width: calc(50% - 0px);
  }
  .col-youtube iframe {
    width: 100% !important;
    height: auto !important;
  }
  .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .nuws-test .div_news:nth-child(1),
  .nuws-test .div_news:nth-child(2),
  .nuws-test .div_news {
    width: calc(100% - 0px);
  }
  .news_block img {
    max-width: 100% !important;
  }
  .header-top-menu {
    display: none;
  }
  .div_news2 p strong {
    font-size: 18px;
  }
  .div_news2 p {
    padding: 2% 5%;
    font-size: 15px;
  }
  .info_region {
    background: #fff;
    position: unset;
    top: 0px;
    left: 0%;
    right: 0%;
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .fon1200 .info_bl p {
    bottom: 25px;
    font-size: 60px;
  }
  .fon1200 {
    padding-bottom: 0px;
  }
}
