body {
  font-size: 15;
  font-family: nunito, sans-serif;
  background: #f8f8f8;
  color: #363636;
}
img {
  border: none;
}
.clear {
  clear: both;
  height: 0;
}
.alert-danger {
  font-size: 17px;
}
.tile-3 {
  font-size: 0;
  position: relative;
  margin: 0 -12px 0;
}
.tile-3 > li {
  width: calc(33.333333333333%) !important;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 10px;
}
.list-wrap {
  padding: 0 12px;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.item_wrap_usual {
  height: 184px;
  position: relative;
  transition: all ease-out 0.3s;
}
.effect {
  height: 184px;
  overflow: hidden;
}
.effect img {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  width: 100%;
}
.effect img:hover {
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.item_wrap_usual img {
  width: 100%;
  height: 184px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
}
.pm0,
ul,
ol,
ul li,
ol li {
  margin: 0;
  padding: 0;
}
.content-wrapper {
  padding: 20px;
}
.content ol {
  counter-reset: list;
  margin-left: 20px;
}
.before {
  content: '';
  display: block;
  position: absolute;
}
.content li {
  position: relative;
}
.content ol > li:before {
  position: absolute;
  display: inline-block;
  margin-left: -20px;
  counter-increment: list;
  content: counter(list) '.';
  color: #4979e7;
  font-size: 15;
}
.content ol > li a {
  position: relative;
  left: 10px;
}
.main-info .content ul li,
.news-item li {
  position: relative;
  padding-left: 10px;
}
.main-info .content ul li:before,
.news-item li:before {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: -8px;
  width: 6px;
  height: 1px;
  background: #e4e4e4;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-info .content ul li:after,
.news-item li:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  left: -8px;
  height: 1px;
  background: #e4e4e4;
  top: 8px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-info .content ul.list-tab-pane li,
.news-item li {
  padding-left: 18px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  position: relative;
}
.main-info .content ul.list-tab-pane li:before,
.news-item li:before {
  left: 0;
}
.main-info .content ul.list-tab-pane li:after,
.news-item li:after {
  left: 0;
}
.news__item__nothing {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px 0 0;
}
.news__item__nothing img {
  margin-bottom: 20px;
}
.news__item__nothing p {
  font: 14px/1.5 nunito;
  text-align: center;
  font-weight: bold;
}
.content ul:not(.tile-3),
.content ol:not(.without-margin) {
  margin-bottom: 10px;
}
.select-button {
  border-right: 2px solid white;
}
.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
}
.select-button .nav-link {
  font: 16px nunito;
  color: #898989 !important;
}
.select-button .nav-link.active,
.select-button .nav-link:hover {
  color: #363636 !important;
  font-weight: bold !important;
}
ul,
ol {
  list-style-type: none;
}
strong,
.bold {
  font-family: nunito;
  font-weight: bold;
}
h1,
.h1 {
  font: 24px/25px nunito;
  color: #252525;
  margin: 0 0 40px;
  font-weight: bold;
}
h2,
.h2 {
  font: 22px/23px nunito;
  color: #252525;
  margin: 0 0 30px;
  font-weight: bold;
}
h3,
.h3 {
  font: 18px/22px nunito;
  color: #252525;
  margin: 10px 0;
  font-weight: bold;
}
h4,
.h4 {
  font: 15px/18px nunito;
  color: #252525;
  margin: 10px 0;
  font-weight: bold;
}
h5,
.h5 {
  font: 15px/18px nunito;
  color: #252525;
  margin: 10px 0;
}
p {
  margin: 0 0 10px;
}
.hidden {
  display: none;
}
a {
  color: #4a94e7;
  -webkit-transition: all ease-out 0.25s;
  -moz-transition: all ease-out 0.25s;
  -o-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}
a:hover {
  color: #4979e7;
  text-decoration: none;
}
a:active {
  color: #4979e7;
}
.tile-3 {
  font-size: 0;
  position: relative;
  margin: 0 -10px 0;
  padding: 0;
}
.tile-3 li {
  width: calc(33.333333333333%);
  vertical-align: top;
  display: inline-block;
}
.wrap-padding {
  padding-left: 10px;
  padding-right: 10px;
}
table th {
  background: #4a94e7;
  color: #fff;
  padding: 15px 30px;
  font-family: nunito;
  font-weight: bold;
  vertical-align: top;
}
table td {
  padding: 10px 30px;
  vertical-align: middle;
  border: 1px solid #f1f1f1;
}
table a {
  color: #4979e7;
  font-size: 16px;
  font-weight: bold;
}
table a:hover {
  color: #4a94e7;
}
.ap-font-list {
  display: table;
  width: 100%;
}
.ap-font-list > li > * {
  display: inline-block;
  padding: 16px 0;
  margin: 0 5px;
  font-size: 12px;
}
.ap-font-list > li > div {
  width: 100%;
}
.ap-font-list > li > span {
  width: 20%;
  border: 2px solid #fff;
  background: #f8f8f8;
  text-align: center;
  cursor: pointer;
}
.ap-font-list > li > span.active,
.ap-font-list > li > span:hover {
  background: #4979e7;
  color: #fff;
}
input:checked + label.ap-element-switcher {
  border: none;
  background: -moz-linear-gradient(top,#4979e7,#4a94e7);
  background: -webkit-linear-gradient(top,#4979e7,#4a94e7);
  background: linear-gradient(top,#4979e7,#4a94e7);
  transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
}
input:focus,
input:active {
  outline: none;
}
.btn-danger {
  color: #fff !important;
  margin-top: 8px;
  cursor: pointer;
  padding: 13px 0;
  width: 234px;
  font: 18px nunito;
  font-weight: bold;
  background: #e70202;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.back {
  padding-left: 0;
}
.btn-message input {
  width: 100%;
  cursor: pointer;
}
.btn-danger:hover {
  background: #b50404;
}
header {
  background: #fff;
}
.top-header {
  align-items: center;
}
#loop polygon,
#loop g g path {
  fill: #4979e7;
}
.logo-block {
  display: flex;
  align-items: center;
}
.logo-block-pict {
  margin-right: 10px;
}
.logo-text {
  font: 16px/24.3px nunito;
}
.small-top-text {
  margin-bottom: 5px;
  font: 12px/20px nunito;
}
.top-address {
  font: 15px/20px nunito;
  color: #4979e7;
}
.top-address > span:first-of-type {
  padding-right: 5px;
}
.top-phone a {
  display: block;
  font: bold 18px/24px nunito;
  white-space: nowrap;
  color: #4979e7;
}
.top-address-full {
  display: flex;
}
.top-phone {
  margin-left: 20px;
}
.logo-img img {
  max-width: 100%;
  max-height: 100%;
  min-width: 40px;
}
.header_center {
  display: flex;
  justify-content: center;
}
.header_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar {
  padding: 0 15px !important;
}
.search {
  text-align: right;
  width: 210px;
  overflow: hidden;
}
.search-string {
  width: 100%;
  border-radius: 20px;
  box-shadow: none;
  height: 40px;
  padding: 7px 45px 7px 21px;
  position: relative;
  top: -15px;
  border: none;
  font: 14px nunito;
}
.menu {
  background: #4a94e7;
  position: relative;
}
.menu .nav-tabs > li {
  border-right: 1px solid #4a94e7;
}
.menu .nav-link {
  color: #fff !important;
  font: 15px/45px nunito !important;
  position: relative;
  padding: 20px 14px !important;
}
.u-eip .menu .u-eip-edit-box .nav-link,
.u-eip .menu .u-eip-edit-box .nav-link:before {
  color: #363636 !important;
}
.u-eip .title-footer.u-eip-edit-box span a,
.u-eip .title-footer.u-eip-edit-box li a {
  color: #363636;
}
.u-eip .footer-bottom-phone {
  display: inline-block;
}
.menu .nav-item:hover,
.navbar-expand-lg .nav-item.active {
  background: #1847b2;
}
.dropdown-menu-level .menu .nav-link:before {
  content: '\2022';
  position: absolute;
  top: 19px;
  left: 5px;
  color: #fff;
  font-size: 13px;
}
.search input[type="submit"] {
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  padding: 0;
  position: relative;
  top: 22px;
  right: 5px;
  background: transparent;
  z-index: 10;
}
.loop-img {
  position: relative;
  top: 26px;
  z-index: 5;
  right: -14px;
}
.dropdown-menu-level {
  display: none;
  position: absolute;
  float: none;
  background: #4979e7;
  z-index: 100;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  height: auto;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  padding: 42px 0 44px;
}
.dropdown-menu-level ul li a {
  color: #fff;
  font: 15px/20px nunito;
  font-weight: normal;
  opacity: 0.9;
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.dropdown-menu-level ul li a:hover {
  opacity: 0.5;
}
.dropdown-menu-level ul li {
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  position: relative;
}
.dropdown-menu-level ul li a:before {
  content: '●';
  display: inline-block;
  position: relative;
  top: -3px;
  font-size: 6px;
  color: #fff;
  left: -10px;
  margin-left: -5px;
  opacity: 0.4;
}
#search_form {
  float: right;
  position: relative;
  top: 8px;
}
.ap-btn-main-pict {
  background: #4979e7;
}
.ap-btn-main-pict:hover {
  background-color: #4a94e7;
}
.slider img {
  filter: grayscale(0.36);
  min-height: 600px;
  object-fit: cover;
}
.slider-bg {
  position: relative;
}
.slider-bg:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4a94e7;
  opacity: 0.23;
}
.slider-red-content {
  position: relative;
  display: inline;
  padding: 23px 39px 24px 39px;
  font: 40px nunito;
  font-weight: bold;
  color: #fff;
}
.slider-blue-content {
  position: relative;
  display: inline-block;
  padding: 19px 39px 19px 39px;
  font: 40px nunito;
  font-weight: bold;
  color: #fff;
}
.slider-blue-content p {
  margin-bottom: 0;
  white-space: nowrap;
}
.slider-red-content {
  background: #e70202;
}
.slider-blue-content {
  background: #4979e7;
}
.slider-content {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slick-dots li {
  height: 9px;
  margin-right: 10px;
  line-height: 9px;
  display: flex;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots {
  position: absolute;
  bottom: 40px;
  right: 50%;
  display: flex !important;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  width: 9px;
  height: 9px;
  border: none;
  outline: none;
  cursor: pointer;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
  background: #4979e7;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  width: 20px;
  min-height: 20px;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
.slick-arrow:focus {
  outline: none;
}
.slick-prev {
  left: -20px;
  background-size: 100%;
}
.slick-prev:hover::after {
  border-color: #4979e7;
}
.slick-prev:after {
  content: ' ';
  border-left: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  width: 25px;
  height: 25px;
  display: block;
}
.slick-prev:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-next {
  right: -15px;
  background-size: 100%;
}
.slick-next:hover::after {
  border-color: #4979e7;
}
.slick-next:after {
  content: ' ';
  border-right: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  width: 25px;
  height: 25px;
  display: block;
}
.slick-next:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotate-45 {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotate45 {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider-resource {
  padding: 35px 60px;
  background: #fff;
}
.slider-resource .bx-viewport {
  padding-left: 30px;
  padding-right: 30px;
}
#additional .slick-slide,
#resource .slick-slide {
  margin: 0 5px;
  outline: none;
}
#additional .slick-slide:focus,
#additional .slick-slide a,
#additional .slick-slide img,
#resource .slick-slide:focus,
#resource .slick-slide a,
#resource .slick-slide img {
  outline: none !important;
}
#additional a,
#resource a {
  display: block;
}
#additional a img,
#resource a img {
  max-width: 100%;
  max-height: 100%;
  height: 60px;
  object-fit: contain;
}
.main {
  padding-top: 116px;
  padding-bottom: 77px;
}
.main-info {
  width: 100%;
  padding-bottom: 84px;
}
.main-news {
  padding-top: 28px;
  padding-bottom: 87px;
}
.inner-page .main-news {
  padding-top: 33px;
}
.main-news-big {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-news-big img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
}
.main-news-small {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-news-small img {
  width: 30px;
  height: 120px;
}
.main-news-small img.b-loaded {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-question-block,
.main-about-city {
  padding-top: 22px;
  padding-bottom: 87px;
}
.white-bg {
  background: #fff;
}
ul.count {
  display: flex;
  flex-wrap: wrap;
  counter-reset: title;
  position: relative;
  margin: 0 0 0;
  padding: 0;
}
ul.count li {
  margin-bottom: 7px;
}
ul.count li .content {
  font-size: 15px;
  line-height: 1.3;
  font-family: nunito;
}
div.content h4 {
  font-family: nunito;
  font-size: 22px;
}
ul.count > li {
  position: relative;
  z-index: 0;
  width: 100%;
}
.count > li::before {
  counter-increment: title;
  content: '0' counter(title);
  position: absolute;
  font: 100px/40px nunito;
  font-weight: normal;
  color: #ececec;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.tab-content {
  font-size: 15px;
  font-family: nunito;
}
.nav-tabs .nav-link {
  color: #4979e7;
  font: 18px 'circe';
  font-weight: bold;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  color: #4a94e7;
  border-color: transparent;
}
.tab-content .nav-tabs .nav-link {
  font-size: 15px;
  font-family: 'circe';
  font-weight: normal;
  font-weight: bold;
}
.tab-content .nav.nav-tabs {
  margin-top: -6px;
}
#myTab .nav-item .nav-link {
  padding: 16px 35px;
}
.nav-tabs .nav-link:hover {
  font-family: 'circe';
  font-weight: bold;
}
.nav-tabs .select-button .nav-link {
  background: #f8f8f8;
  padding: 9px 20px !important;
}
.nav-tabs .select-button.nav-item-services .nav-link {
  background: #4979e7;
  color: #fff !important;
}
.nav-tabs,
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border: none;
}
.tab-pane.active {
  background: #fff;
  padding: 27px 36px 20px 36px;
}
.inner-tab.tab-pane.active {
  background: #fff;
  padding: 28px 0 0 0;
}
.nav-tabs .nav-item {
  border-radius: 0;
}
.list-tab-pane li a {
  font-size: 15px;
  line-height: 27px;
  font-family: nunito;
}
.count .tab-content .content ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.count .tab-content .content ul.one-column,
.count .tab-content .content ul.paging {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.news__grid__container {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1,40% auto);
  grid-column-gap: 40px;
}
.news__grid__container > div {
  display: flex;
  flex-direction: column;
}
.news__grid__container > div > img {
  width: 30px;
  height: 50%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.news__grid__container > div > img.b-loaded,
.news__grid__container .white-bg {
  height: 50%;
  width: 100%;
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}
.all-news {
  font: 18px nunito;
  font-weight: bold;
  color: #4979e7;
  margin: -30px 0 30px;
}
.all-news:hover {
  color: #4a94e7;
}
.main-news-all li a {
  font: 18px nunito;
  font-weight: bold;
}
.main-news-all .white-bg {
  height: 203px;
  padding: 33px 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news__link img {
  margin-bottom: 15px;
}
.news__link a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4979e7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font: 18px circe;
  font-weight: bold;
}
.news__link a:hover {
  opacity: 0.9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.white-bg_container {
  max-height: 108px;
  overflow: hidden;
}
div ul div.pinned .white-bg {
  background: #4979e7;
  position: relative;
}
.main-news-all li .white-bg .gerb img {
  opacity: 0;
}
.main-news-all li:last-child .white-bg .gerb {
  width: 327px;
  height: 341px;
  position: absolute;
  top: -42px;
  right: -122px;
}
.main-news-all li:last-child .white-bg .gerb img {
  opacity: 0.14;
}
div ul div.pinned a {
  color: #fff;
}
.date {
  font: 13px nunito;
  font-weight: bold;
  color: #acacac;
  margin-bottom: 20px;
}
div ul div.pinned .date {
  color: #cbdafe;
}
.news__grid__container .white-bg {
  overflow: hidden;
  padding: 33px 37px;
}
.news__grid__container .white-bg .title-article {
  font: 18px circe;
  font-weight: bold;
}
.news__grid__container .main-news-all .white-bg {
  height: 140px;
  padding: 15px 25px;
}
.main-news-all .white-bg .date {
  font-size: 13px !important;
  margin-bottom: 10px;
}
.main-news-all .white-bg .title-article {
  font-size: 14px !important;
  line-height: 20px;
}
.main-question-block {
  width: calc(33.333333333333%);
  padding-right: 10px;
}
.main-question-block .wrap-padding {
  background: #4979e7;
  background-image: url(../images/omsu/liner.png);
  color: #fff;
  height: 430px;
  overflow: hidden;
  text-align: center;
  padding: 37px 50px 47px;
  margin-top: 66px;
}
.img-question img {
  width: 97px;
}
.question-text a:not(.btn-danger) {
  color: #ffffff;
  font: 25px nunito;
  position: relative;
  top: -14px;
  font-weight: bold;
}
.question-text {
  padding-top: 20px;
  color: #fff;
  font: 16px/24.6px nunito;
  font-weight: bold;
}
.question-text p {
  margin: 0 0 17px;
}
.question-text .btn-red {
  margin-top: 20px;
}
.main-about-city {
  width: calc(66.666666666667%);
  padding-left: 10px;
  position: relative;
}
.main-about-city .wrap-padding {
  height: 430px;
  overflow: hidden;
  background: #fff;
  margin-top: 66px;
  padding: 0;
}
.main-about-city .wrap-padding img:not(.gerb) {
  float: left;
}
.main-about-city .about-text {
  font: 17px/24.7px nunito;
  display: table;
  height: 430px;
}
.main-about-city .about-text .vertical-align-text {
  display: table-cell;
  vertical-align: middle;
  padding: 35px;
  position: relative;
  z-index: 2;
}
.main-about-city .gerb {
  position: absolute;
  width: 500px;
  height: 390px;
  top: 120px;
  right: 0;
  filter: grayscale(0.36);
  overflow: hidden;
  z-index: 0;
}
.main-about-city .gerb img {
  position: relative;
  left: 55%;
}
.main-about-city .about-text .vertical-align-text .line:not(:last-child) {
  margin-bottom: 25px;
}
.main-other-resources {
  padding: 20px 0;
  max-width: 100%;
}
.inner-page {
  padding-top: 85px;
  padding-bottom: 61px;
}
.inner-page .content > p {
  margin-bottom: 40px;
}
.inner-info {
  padding-bottom: 78px;
}
.news-item article {
  display: flex;
}
.news-item article > a {
  margin-right: 40px;
  width: 240px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.news-item article > a img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-item article:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 45px;
}
.news-item article:not(:first-child) {
  padding-top: 35px;
}
.news-item article .item-content::after {
  display: block;
  clear: both;
  content: "";
}
.anons-text p {
  margin-bottom: 0 !important;
}
.anons p {
  margin-bottom: 0 !important;
}
.inner-info .content ul.paging li:before {
  display: none;
}
.inner-info .content ul.paging li a,
.inner-info .content ul.paging li span {
  background: #f4f4f4;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font: 14px nunito;
  font-weight: bold;
  display: inline-block;
}
.inner-info .content ul.paging li {
  padding-left: 0;
  vertical-align: top;
  line-height: 1;
}
.inner-info .content ul.paging li:hover a {
  background: #4979e7;
}
.inner-info .content ul.paging li span {
  background: #4979e7;
  line-height: 34px;
  color: #fff;
}
.inner-info .content ul.paging li:hover a {
  color: #fff;
}
.inner-info .content ul.paging li a {
  line-height: 34px;
}
.inner-info .content ul.paging li.next a,
.inner-info .content ul.paging li.prev a,
.inner-info .content ul.paging li.prev:hover,
.inner-info .content ul.paging li.next:hover {
  background: transparent;
}
.inner-info .content ul.paging li.prev:after,
.inner-info .content ul.paging li.next:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 15px;
  left: 10px;
  background: #939393;
}
.inner-info .content ul.paging li.prev:before,
.inner-info .content ul.paging li.next:before {
  display: inline-block;
  width: 8px;
  height: 1px;
  top: 16px;
  content: '';
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #939393;
  position: absolute;
  left: 10px;
}
.inner-info .content ul.paging li.next::before {
  top: 19px;
}
.inner-info .content ul.paging li.next::after {
  top: 14px;
}
.inner-info .content ul.paging li.prev:hover:before,
.inner-info .content ul.paging li.prev:hover:after,
.inner-info .content ul.paging li.next:hover:before,
.inner-info .content ul.paging li.next:hover:after {
  background: #4979e7;
}
.btn-loading {
  color: #fff;
  padding: 13px 40px;
  background: #4979e7;
  border-radius: 3px;
  font-size: 18.3px;
  transition: all 0.25s;
  margin-bottom: 10px;
  display: inline-block;
}
.btn-loading:hover {
  color: #fff;
  background: #4a94e7;
}
.link-text {
  font-size: 15px;
}
.structura {
  font-size: 15px;
  border-left: 2px solid #cedbfb;
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
  width: auto;
  overflow: visible;
}
.structura ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 0 0 0;
  width: auto;
}
.structura > li {
  padding-left: 0 !important;
}
.structura ul > li {
  position: relative;
}
.structura ul > li:before {
  content: '';
  display: block;
  position: absolute;
  content: '' !important;
  width: 40px;
  height: 2px;
  background: #cedbfb;
  top: 50% !important;
  left: -1px !important;
}
.structura ul > li:last-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  top: 54px;
  background: white;
  left: -3px;
  bottom: 0;
}
.structura ul > li > ul > li:before {
  background: #ffffff;
}
.structura li div.main-item {
  border: 2px solid #cedbfb;
  display: block;
  padding: 9px 15px 9px;
  background: #fff;
  position: relative;
  margin-left: -15px;
}
.structura li div p {
  margin-bottom: 0 !important;
}
.structura ul li.structura_item_2 div.main-item {
  list-style: none;
  padding: 9px 15px 9px;
  width: auto;
  overflow: visible;
  margin: 0 0 0 -10px;
  border: 2px solid #cedbfb;
}
.structura ul ul {
  border-left: 2px solid #ffffff;
  margin-left: 8px;
  padding-left: 0;
}
.structura ul li.structura_item_3 div.main-item {
  border: 2px solid #eae8e4;
}
.structura ul li {
  padding: 7px 0 0 42px !important;
}
.structura li > div > p {
  margin-bottom: 0;
}
.structura_item_pict {
  float: left;
  margin-right: 10px;
}
.list-message li:before {
  display: none;
}
.bold-number {
  font: 13px nunito;
  font-weight: bold;
  color: #363636;
}
.w-30 {
  width: 33%;
  display: inline-block;
}
.w-70 {
  width: 66.7%;
  display: inline-block;
}
.form-with-file input {
  padding: 10px;
  font-size: 15px;
  font-family: nunito;
  font-weight: bold;
  color: #363636;
  border-radius: 0;
  border: 1px transparent solid;
  background: #f8f8f8;
}
label.checkbox::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: #f8f8f8;
  cursor: pointer;
  border-radius: 3px;
  border: 2px solid #464646;
  box-sizing: border-box;
}
label.checkbox::after {
  content: '✔';
  position: absolute;
  top: 0;
  left: 1px;
  width: 20px;
  height: 20px;
  display: none;
  color: #363636;
  cursor: pointer;
}
label.checkbox {
  position: relative;
  padding-left: 27px;
}
input.input-file[type="file"] {
  height: 45px;
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 100%;
  -moz-opacity: 0;
  opacity: 0;
  z-index: 3;
  display: block;
  border-radius: 3px;
}
textarea.form-control,
input.form-control {
  background: #f8f8f8;
  border-radius: 0;
  border: 1px transparent solid;
}
input.form-control {
  padding: 10px 20px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #4979e7;
  background: #f8f8f8;
  border-radius: 0;
}
.btn-file {
  padding: 9px 30px;
  margin-left: -4px;
  background: #464646;
  font: 18.3px nunito;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  color: #fff;
  width: 122px;
  display: inline-block;
  border-radius: 0;
}
.btn-message {
  width: 325px;
  line-height: 38px;
  display: block;
  background: #4979e7;
  font: 18.3px/38px nunito;
  font-weight: bold;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all ease-out 0.25s;
  -moz-transition: all ease-out 0.25s;
  -o-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}
.btn-message:hover {
  background: #cbdafe;
}
.btn-message input {
  border: none;
  background: none;
  color: white;
}
input.input-file-val[type="text"] {
  top: 0;
  background: #f8f8f8;
  z-index: 1;
  width: 73.8% !important;
  display: inline-block;
  font-weight: normal;
}
.textarea-top {
  vertical-align: top;
}
.captcha.form-control {
  width: 130px;
}
.btn-main {
  color: white !important;
  background: #4979e7 !important;
  border-radius: 3px !important;
  width: 320px;
  cursor: pointer;
  transition: all 0.25s;
  height: 54px;
}
.btn-main:hover,
.btn-main:focus {
  transform: translateY(-10px);
  background: #4a94e7 !important;
  height: 54px;
}
.text-captcha {
  font-weight: normal !important;
}
.captcha-block li:before {
  display: none;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label.checkbox::after {
  display: block;
}
.conditions label {
  padding-left: 25px;
}
.arrow {
  position: relative;
}
.arrow:before {
  content: '';
  display: block;
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  height: 1px;
  background: #acacac;
  top: 7px;
  left: -10px;
}
.arrow:after {
  content: '';
  display: block;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 5px;
  height: 1px;
  background: #acacac;
  top: 10px;
  left: -10px;
}
.breadcrumbs {
  color: #4979e7;
  font: 14px/28px nunito;
  position: relative;
  top: -62px;
}
.breadcrumbs a {
  color: #acacac;
  margin-right: 15px;
}
.breadcrumbs a:hover {
  color: #4a94e7;
}
.breadcrumbs a::after {
  content: '>';
  margin-left: 15px;
}
.inner-info .col-lg-9 .bg-white {
  padding: 35px 43px;
  width: 810px;
}
.aside-inner-menu li.active a {
  color: #4979e7;
}
.aside-inner-menu li {
  margin-bottom: 15px;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.inner-info .col-lg-9 .bg-grey {
  padding: 20px 35px;
  font: 18px/30px nunito;
  font-style: italic;
}
.bold-font {
  font: 20px nunito;
  font-weight: bold;
  margin-right: 10px;
}
.publish-text {
  font: 18px nunito;
}
.publish-text p {
  display: inline;
}
.bg-grey {
  background: #f0f3fa;
  padding: 20px 30px;
}
.inner-info .col-lg-3 .bg-white {
  padding: 25px 30px;
  font-size: 15px;
  line-height: 20px;
  font-family: nunito;
}
.number-text {
  font-size: 13px;
  font-weight: bold;
}
footer {
  background: #020d21;
  position: relative;
  overflow: hidden;
}
.footer-colomn {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding: 47px 0 0;
  position: relative;
  z-index: 10;
}
footer .gerb {
  position: absolute;
  width: 1100px;
  height: 1100px;
  top: -8px;
  right: -222px;
  opacity: 0.04;
}
.title-footer span a {
  font: 19px/24.2px nunito;
  font-weight: bold;
  color: #fff;
}
.title-footer ul {
  margin-top: 5px;
  margin-bottom: 30px;
}
.title-footer li a {
  color: #fff;
  font: 15px/28px nunito;
  font-weight: 300;
  opacity: 0.7;
}
.title-footer li a:hover {
  color: #9fb8f2;
}
ul.social_networks li {
  display: inline-block;
}
ul.social_networks {
  position: relative;
  text-align: center;
}
.footer-bottom {
  padding: 50px 0 50px;
  position: relative;
  z-index: 10;
}
.copyright {
  color: #fff;
  font: 13px nunito;
  text-transform: uppercase;
  position: relative;
}
.copyright span:first-child {
  position: relative;
  top: -2px;
}
.footer-bottom-text,
.footer-bottom-phone {
  padding-top: 8px;
  font: 15px nunito;
  color: #96b1f1;
  opacity: 0.9;
}
div.footer-bottom-text {
  padding-top: 0;
}
.footer-bottom-text > span:first-of-type {
  padding-right: 5px;
}
.footer-bottom-phone {
  font: 23px nunito;
}
body.blur footer > div,
body.blur > div.container,
body.blur > div.page-bg {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
.mask {
  position: fixed;
  display: none;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(36,36,36,0.5);
}
.modal {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 35px 50px 40px;
  max-height: 80%;
}
.modal-close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 10px;
  top: 10px;
}
.modal-close:before,
.modal-close:after {
  width: 1px;
  height: 36px;
  background: #4a94e7;
  top: 50%;
  margin-top: -18px;
}
.modal-close:before {
  left: 12px;
}
.modal-close:after {
  right: 12px;
}
.modal-close:hover:before,
.modal-close:hover:after {
  opacity: .5;
}
.scroll-top {
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: -100px;
  width: 60px;
  height: 60px;
  border-right: none;
  text-align: center;
  z-index: 500;
  background: #4979e7;
  transition: all .2s ease-out .2s;
}
.scroll-top:before,
.scroll-top:after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  width: 19px;
  height: 2px;
  top: 28px;
  transition: all .2s ease-out .2s;
}
.scroll-top:before {
  left: 15px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.scroll-top:after {
  right: 14px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.scroll-top:hover {
  border-right: none;
  background: #4a94e7;
}
.scroll-top:hover:before,
.scroll-top:hover:after {
  background: #fff;
}
.u-eip-add-button {
  color: white !important;
}
.transition {
  -webkit-transition: all ease-out 0.25s;
  -moz-transition: all ease-out 0.25s;
  -o-transition: all ease-out 0.25s;
  transition: all ease-out 0.25s;
}
#help {
  display: none;
}
.news-item article .anons {
  display: flex;
}
.news-item article .mce-panel {
  display: flex;
}
.inner-info .content .mce-panel {
  display: flex;
}
#newsSlider {
  margin: 20px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#newsSlider a {
  margin-bottom: 10px;
  width: 49%;
}
#newsSlider a:focus {
  outline: none;
}
#newsSlider img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}
.share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.share .share_title {
  font: 18px circe;
  color: #252525;
  font-weight: bold;
  margin-right: 10px;
  line-height: 30px;
}
.share .d-inline-block.align-middle {
  height: 30px;
}
.share p {
  display: none;
}
.share .likely {
  display: flex;
}
.share .likely__widget {
  margin: 0 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-news-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-news-links:last-child {
  display: flex;
}
.main-news-links svg {
  width: 20px;
  margin-right: 10px;
}
.main-news .col-lg-5 .wrap-padding.pinned {
  padding-left: 0;
}
.fancybox-close {
  position: absolute !important;
  top: 0 !important;
  right: -50px !important;
  width: 29px !important;
  height: 29px !important;
  cursor: pointer !important;
  z-index: 8040 !important;
  background-image: url('/templates/omsu/images/fancy_sprite.png') !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  opacity: .8;
}
.fancybox-close:hover,
.fancybox-next span:hover,
.fancybox-prev span:hover {
  opacity: 1;
}
.fancybox-nav {
  width: 80px;
}
.fancybox-nav span {
  position: absolute !important;
  top: 50% !important;
  width: 28px !important;
  height: 85px !important;
  margin-top: -42px !important;
  cursor: pointer !important;
  z-index: 8040 !important;
  background-image: url('/templates/omsu/images/fancy_sprite.png') !important;
  background-position: -29px 0 !important;
  background-repeat: no-repeat !important;
  opacity: .8;
}
.fancybox-next {
  right: -80px !important;
}
.fancybox-prev {
  left: -80px !important;
}
.fancybox-next span {
  background-position: -57px 0 !important;
}
.fancybox-prev span {
  background-position: -29px 0 !important;
}
.files-list {
  background: #fff;
}
.files-list li {
  position: relative;
  padding: 10px 0 10px 45px;
}
.files-list a {
  text-decoration: none;
  border-bottom: none;
  font-size: 14px;
}
.files-list a:before {
  position: absolute;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  top: -2px;
  left: 0;
  background: url('/images/omsu/docs_pictogram.svg') no-repeat 0 0;
}
.files-list a.pdf:before {
  background-position: 0 -40px;
}
.files-list a.rtf:before {
  background-position: 0 -80px;
}
.files-list a.xls:before {
  background-position: 0 -120px;
}
.files-list a.doc:before {
  background-position: 0 -160px;
}
.files-list a.ppt:before {
  background-position: 0 -200px;
}
