/* fonts */
/* colors */
/* paths */
/* body */
* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  font: normal 16px/1.4em Arial, Helvetica, sans-serif;
  background: #e1e1e1;
  color: #333333;
  min-width: 320px;
}
body.popup_open {
  overflow: hidden;
}
.body_bg {
  background-color: #353e47;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
/* headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
  line-height: normal;
}
h1 {
  font-size: 2em;
}
h2 {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.875em;
}
h3 {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.5em;
  margin-bottom: .5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 0.9em;
}
p {
  font-size: 1em;
  line-height: normal;
  margin-bottom: 0.5em;
}
/* img */
img,
a img {
  border: 0;
}
/* links */
a {
  color: #0072bc;
}
a:hover {
  color: #df3b09;
}
/* lists */
ul {
  list-style: none;
}
ul li {
  position: relative;
  padding-left: 35px;
}
ul li:before {
  position: absolute;
  top: 0;
  left: 8px;
  content: '—';
}
ul.no_list li {
  padding-left: 0;
}
ul.no_list li:before {
  content: none;
}
ol {
  list-style: none;
  counter-reset: list;
}
ol li {
  position: relative;
  padding-left: 35px;
}
ol li:before {
  position: absolute;
  top: 0;
  left: 8px;
  font-size: 0.8125em;
  counter-increment: list;
  content: counter(list) ".";
}
/* html5 for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* elements */
.clear {
  clear: both;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.wrapper {
  padding: 0 35px;
  position: relative;
}
section.main {
  position: relative;
  width: 1140px;
  max-width: 100%;
  left: -6.5%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: 15px 0 25px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 15px 0 25px -10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 15px 0 25px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 15px 0 25px -10px rgba(0, 0, 0, 0.25);
}
@media all and (max-width: 1400px) {
  section.main {
    left: 32.4px;
    margin-left: 0;
  }
}
@media all and (max-width: 1190px) {
  section.main {
    left: 0;
  }
}
body.popup_open section.main {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
.columnx5 {
  float: left;
  width: 20%;
  *width: 19%;
  margin-bottom: 2em;
}
.columnx4 {
  float: left;
  width: 25%;
  *width: 24%;
  margin-bottom: 2em;
}
.columnx3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 33.3%;
  *width: 32.3%;
}
.content_table {
  margin: 1em 0;
  width: 100%;
  font-size: 0.875em;
  line-height: 1em;
}
.content_table thead tr td {
  font-size: 0.6875em;
  color: #898989;
  margin-bottom: 0.875em;
}
.content_table tbody tr td {
  padding: 0.4em 0;
  vertical-align: top;
}
.content_table.wide_table {
  font-size: 1.0714285714285714em;
  border-collapse: collapse;
}
.content_table.wide_table tr td {
  padding: 0.66em 0 0.33em 0;
  padding-right: 2em;
  line-height: 1.4375em;
}
.content_table.wide_table tr td:last-child {
  width: 275px;
  padding-right: 0;
}
.content_table.wide_table thead tr td {
  font-size: 0.8125em;
  border-bottom: 1px solid #d5d5d5;
}
.content_table.wide_table tbody tr td {
  font-size: 0.9375em;
}
.content_table.wide_table tbody tr td a {
  text-decoration: none;
}
.content_table.wide_table tbody tr td span {
  font-size: 0.8125em;
}
.table_holder {
  width: 100%;
  overflow: auto;
}
.gray_bg_block {
  padding: 1em 0;
  background-color: #f5f5f5;
}
.gray_bg_block.full_width {
  margin: 0 -35px;
  padding: 1em 35px;
}
.red_text {
  color: #e44326;
}
.content_wrapper {
  margin: 30px 0 60px 0;
}
.content {
  width: 79%;
}
.content > div {
  margin: 2.25em 0 1em 0;
}
.content p {
  font-family: "PT Serif", serif;
  margin-bottom: 1.4375em;
  line-height: 1.4375em;
}
.content h4,
.content h5 {
  font-family: "PT Sans", Arial, sans-serif;
  margin-bottom: 0.75em;
}
.content ul li {
  padding-left: 20px;
  margin-bottom: 0.5em;
}
.content ul li:before {
  left: 0;
}
hr {
  border: 1px solid #d5d5d5;
  border-width: 1px 0 0 0;
  margin: 1em 0;
}
/* NEWS LIST */
.news_list {
  margin: 1em 0 2.5em 0;
}
.news_list article.news {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 31.5%;
  *width: 30.5%;
  margin-right: 2.5%;
  vertical-align: top;
}
.news_list article.news .new {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 0.625em;
  margin-bottom: 0.625em;
}
.news_list article.news .new a {
  text-decoration: none;
}
.news_list article.news .new a span {
  display: block;
  color: #333333;
}
.news_list article.news .new a:hover span.name {
  color: #df3b09;
}
.news_list article.news .new .date {
  color: #898989;
  font-size: 0.6875em;
}
.news_list article.news .new .date.soon {
  color: #df3b09;
}
.news_list article.news .new .img {
  margin-bottom: 0.625em;
}
.news_list article.news .new .img img {
  max-width: 100%;
  max-height: 100%;
}
.news_list article.news .new .name {
  font-family: "PT Serif", serif;
  font-size: 1em;
  margin-bottom: 0.625em;
}
.news_list article.news .new .prev_text {
  font-family: "PT Serif", serif;
  font-size: 0.875em;
}
.news_list article.news .new:first-child {
  border-top: 1px solid #d5d5d5;
}
.news_list article.news .new.img_with_header .name {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 0.375em;
}
.news_list article.news .new.accent {
  border-top: none;
  padding-bottom: 1.25em;
}
.news_list article.news .new.accent .color_bg {
  text-align: center;
  padding: 1.25em 0;
}
.news_list article.news .new.accent .color_bg .date {
  color: #333333;
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 0.375em;
}
.news_list article.news .new.accent .color_bg .name {
  font-size: 0.875em;
}
.news_list article.news:last-of-type {
  margin-right: 0;
}
.news_list article.news.gray_bg {
  position: relative;
}
.news_list article.news.gray_bg .gray_wrapper {
  background-color: #f5f5f5;
  padding: 20px;
}
.news_list article.news.gray_bg .gray_wrapper h5 {
  margin-bottom: 0.625em;
}
.news_list article.news.gray_bg:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 13px;
  height: 10px;
  background-color: #df3b09;
}
.news_list article.news.big_new {
  width: 66%;
  *width: 65%;
  background-color: #f5f5f5;
}
.news_list article.news.big_new a {
  text-decoration: none;
}
.news_list article.news.big_new a span {
  display: block;
  color: #333333;
}
.news_list article.news.big_new a:hover span.name {
  color: #df3b09;
}
.news_list article.news.big_new .img {
  line-height: 0;
}
.news_list article.news.big_new .img img {
  width: 100%;
  max-height: 100%;
}
.news_list article.news.big_new .name {
  padding: 0.85em 20px;
  padding-bottom: 0;
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0.375em;
}
.news_list article.news.big_new .prev_text {
  padding: 1.25em 20px;
  padding-top: 0;
  font-family: "PT Serif", serif;
  font-size: 1em;
}
.news_list article.gallery {
  width: 102.5%;
  margin: 0 -1.25%;
}
.news_list article.gallery .gallery_item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30.5%;
  *width: 30%;
  margin: 0 1.25%;
  vertical-align: top;
  padding-bottom: 0.625em;
  margin-bottom: 0.625em;
}
.news_list article.gallery .gallery_item a {
  text-decoration: none;
}
.news_list article.gallery .gallery_item a span {
  display: block;
  color: #333333;
}
.news_list article.gallery .gallery_item a:hover span.name {
  color: #df3b09;
}
.news_list article.gallery .gallery_item .date {
  color: #898989;
  font-size: 0.6875em;
  margin-bottom: 0.5em;
}
.news_list article.gallery .gallery_item .date.soon {
  color: #df3b09;
}
.news_list article.gallery .gallery_item .name {
  font-family: "PT Serif", serif;
  font-size: 0.875em;
  margin-bottom: 0.625em;
}
.news_list article.gallery .gallery_item .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.625em;
  line-height: 0;
}
.news_list article.gallery .gallery_item .img img {
  width: 100%;
  max-height: 100%;
  -webkit-transition: transform 3s ease-out;
  -moz-transition: transform 3s ease-out;
  -o-transition: transform 3s ease-out;
  transition: transform 3s ease-out;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.news_list article.gallery .gallery_item .img .hover_shadow {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
  /* IE6-8 */
  -webkit-transition: bottom 0.2s ease-out;
  -moz-transition: bottom 0.2s ease-out;
  -o-transition: bottom 0.2s ease-out;
  transition: bottom 0.2s ease-out;
}
.news_list article.gallery .gallery_item .img .hover_shadow .length_views {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.news_list article.gallery .gallery_item .img .hover_shadow .length_views .ico_holder {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 0.875em;
  color: #fff;
  display: inline;
  margin-right: 0.5em;
}
.news_list article.gallery .gallery_item a:hover .hover_shadow {
  bottom: 0;
}
.news_list article.gallery .gallery_item a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.news_list article.gallery .gallery_item.files_gallery .img img {
  width: auto;
  max-width: 100%;
}
.news_list article.gallery .gallery_item.files_gallery .name {
  font-size: 1em;
  margin-bottom: 0.375em;
}
.news_list article.gallery .gallery_item.files_gallery .data {
  font-size: 0.875em;
  margin-bottom: 0.375em;
}
.news_list article.gallery .gallery_item.files_gallery .data .link {
  display: inline;
  color: #0072bc;
}
.news_list article.gallery .gallery_item.files_gallery .data .size {
  display: inline;
  color: #636363;
}
.news_list article.gallery .gallery_item.files_gallery a:hover .name {
  color: #333333;
}
.news_list article.gallery .gallery_item.files_gallery a:hover .link {
  color: #df3b09;
}
.news_list article.gallery .gallery_item.files_gallery.big_item {
  width: 97.5%;
}
.news_list article.gallery .gallery_item.files_gallery.big_item .img {
  float: left;
  margin-right: 1.25em;
}
.news_list article.gallery .gallery_item.files_gallery.big_item .name {
  margin-top: 0.875em;
}
.news_list article.gallery .gallery_item.files_gallery.big_item:after {
  content: "";
  clear: both;
  height: 0;
  width: 0;
}
.news_list article.gallery .gallery_item.gallery_item_detail {
  margin: 0 1.25%;
  margin-bottom: 2em;
  width: 98.5%;
}
.news_list article.gallery .gallery_item.gallery_item_detail .date {
  margin-bottom: 0;
}
.news_list article.gallery .gallery_item.gallery_item_detail h2 {
  font-family: "PT Sans", Arial, sans-serif;
  margin-bottom: 0.2em;
}
.news_list article.gallery .gallery_item.gallery_item_detail .share_page span {
  color: #fff;
  display: inline;
}
.news_list article.gallery .gallery_item.gallery_item_detail .gallery_detail_wrapper {
  margin: 1.5em 0;
}
.news_list article.gallery .gallery_item.gallery_item_detail .gallery_detail_wrapper.video > * {
  max-width: 100%;
}
.news_list article.gallery .gallery_item.gallery_item_detail .gallery_detail_wrapper.photo .banner_holder .banner {
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
}
.news_list article.gallery .gallery_item.gallery_item_detail .desc {
  max-width: 70%;
  font-family: "PT Serif", serif;
}
.news_list article.logos {
  margin-bottom: 3.5em;
}
.news_list article.logos h2 {
  font-family: "PT Sans", Arial, sans-serif;
  margin-bottom: 0.5em;
}
.news_list article.logos .promo_block {
  line-height: 0;
  margin-bottom: 1.75em;
}
.news_list article.logos .promo_block img {
  max-width: 100%;
  max-height: 100%;
}
.news_list article.logos .promo_block .small {
  display: none;
}
.files .file {
  max-width: 750px;
  position: relative;
  padding-left: 33px;
  padding-top: 7px;
  margin-bottom: 1.25em;
}
.files .file i {
  position: absolute;
  top: 0;
  left: 0;
}
.files .file .name {
  font-size: 1em;
  color: #333333;
  font-family: "PT Serif", serif;
  margin-bottom: 0.25em;
}
.files .file .data {
  font-size: 0.875em;
}
.files .file .data a {
  text-decoration: none;
}
.files .file .data .size {
  color: #636363;
}
.page_navig {
  text-align: center;
  margin: 2em 0 4em 0;
}
.page_navig span,
.page_navig a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  padding: 0.2em 0.4em;
  margin: 0 0.1em;
  color: #333333;
}
.page_navig span.disable,
.page_navig a.disable {
  color: #898989;
}
.page_navig span:hover,
.page_navig a:hover {
  background-color: #e1e1e1;
}
.page_navig span.active,
.page_navig a.active {
  color: #df3b09;
}
/*.page_navig span:hover {
  background: none;
} */
.page_navig .back,
.page_navig .forward {
  margin: 0 0.5em;
  padding: 0;
  height: 14px;
}
.page_navig .back.disable,
.page_navig .forward.disable {
  cursor: default;
}
.page_navig .back:hover,
.page_navig .forward:hover {
  background-color: transparent;
}
.page_navig.second_page_navig {
  margin-top: -3em;
}
.page_navig.version2 {
  width: 66%;
}
article.news_detail {
  position: relative;
  margin: 30px 0 60px 0;
}
article.news_detail .important_news {
  width: 31.5%;
  position: absolute;
  top: 0;
  right: 0;
}
article.news_detail .important_news .gray_wrapper {
  background-color: #f5f5f5;
  padding: 20px;
}
article.news_detail .important_news .gray_wrapper h5 {
  margin-bottom: 0.625em;
}
article.news_detail .important_news .gray_wrapper .new {
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 0.625em;
  margin-bottom: 0.625em;
}
article.news_detail .important_news .gray_wrapper .new a {
  text-decoration: none;
}
article.news_detail .important_news .gray_wrapper .new a span {
  display: block;
  color: #333333;
}
article.news_detail .important_news .gray_wrapper .new a:hover span.name {
  color: #df3b09;
}
article.news_detail .important_news .gray_wrapper .new .date {
  color: #898989;
  font-size: 0.6875em;
  margin-bottom: 0.5em;
}
article.news_detail .important_news .gray_wrapper .new .date.soon {
  color: #df3b09;
}
article.news_detail .important_news .gray_wrapper .new .img {
  margin-bottom: 0.625em;
}
article.news_detail .important_news .gray_wrapper .new .img img {
  max-width: 100%;
  max-height: 100%;
}
article.news_detail .important_news .gray_wrapper .new .name {
  font-family: "PT Serif", serif;
  font-size: 1em;
  margin-bottom: 0.625em;
}
article.news_detail .important_news:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 13px;
  height: 10px;
  background-color: #df3b09;
}
article.news_detail .new_info {
  width: 66%;
}
article.news_detail .new_info .img {
  margin-bottom: 0.625em;
}
article.news_detail .new_info .img img {
  max-width: 100%;
  max-height: 100%;
}
article.news_detail .new_info .date {
  color: #898989;
  font-size: 0.6875em;
  margin-bottom: 0.5em;
}
article.news_detail .new_info .date.soon {
  color: #df3b09;
}
article.news_detail .new_info .share_page span {
  color: #fff;
  display: inline;
}
article.news_detail .new_info h2 {
  font-family: "PT Sans", Arial, sans-serif;
  line-height: 1em;
  margin-bottom: 0.2em;
}
article.news_detail .new_info .img {
  margin: 1.5em 0 0 0;
}
article.news_detail .new_info .img img {
  max-width: 100%;
  max-height: 100%;
}
article.news_detail .new_info .prev_text {
  margin: 1.25em 0 1.25em 2.5em;
  font-family: "PT Serif", serif;
  font-size: 0.875em;
}
article.news_detail .new_content {
  width: 79%;
}
article.news_detail .new_content p {
  font-family: "PT Serif", serif;
  margin-bottom: 1.25em;
}
article.items {
  margin: 1.875em 0 3.75em 0;
}
article.items h3 {
  margin-bottom: 1em;
}
article.items .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 22.5%;
  *width: 22%;
  margin: 0.5em 2.5% 0.5em 0;
}
article.items .item a {
  text-decoration: none;
}
article.items .item a span {
  display: block;
  color: #333333;
}
article.items .item a:hover .img img {
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
article.items .item a:hover .name {
  color: #df3b09;
}
article.items .item .img {
  margin-bottom: 0.625em;
  line-height: 0;
}
article.items .item .img img {
  -webkit-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  max-width: 100%;
  max-height: 100%;
}
article.items .item .name {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
}
article.items .item .date {
  font-size: 0.875em;
  font-family: "PT Sans", Arial, sans-serif;
  margin: 0 0 0.625em 0;
}
article.items .item .prev_text {
  color: #636363;
  font-size: 0.75em;
}
article.items .item.with_img {
  margin: 1.5em 2.5% 1.875em 0;
}
article.items.no_shadows a:hover .img img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
article.items.no_shadows .item .img img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
article.items.linex5 .item {
  width: 17.5%;
  *width: 16.5%;
}
.filter_holder {
  padding: 1em 0;
}
.filter_holder .news_filter {
  margin-top: 0.2em;
  line-height: 1.4em;
}
.filter_holder .news_filter a,
.filter_holder .news_filter span {
  color: #333333;
  font-size: 0.875em;
  line-height: normal;
  vertical-align: top;
  margin-right: 0.625em;
  cursor: pointer;
  text-decoration: none;
}
.filter_holder .news_filter a.active,
.filter_holder .news_filter span.active {
  cursor: default;
  color: #df3b09;
}
.filter_holder .news_filter a:hover,
.filter_holder .news_filter span:hover {
  color: #df3b09;
}
.filter_holder .news_filter.accardeon_menu {
  position: relative;
}
.filter_holder .news_filter.accardeon_menu a.hidden {
  display: none;
}
.filter_holder .news_filter.accardeon_menu a.points {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  width: 26px;
  line-height: 0;
  font-size: 36px;
  margin: 0;
  font-family: "PT Sans", Arial, sans-serif;
}
.filter_holder .news_filter.accardeon_menu ul.dropDownMenu {
  position: absolute;
  top: 2.25em;
  right: 0;
  padding: 0.25em 1em 0.5em 1em;
  display: none;
  background-color: #f5f5f5;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.filter_holder .news_filter.accardeon_menu ul.dropDownMenu li {
  line-height: 1.4em;
  border-bottom: 1px solid #d5d5d5;
  padding: 0.45em 0;
}
.filter_holder .news_filter.accardeon_menu ul.dropDownMenu li:before {
  content: none;
}
.filter_holder .news_filter.accardeon_menu ul.dropDownMenu li:last-of-type {
  border-bottom: none;
}
.filter_holder .news_filter.accardeon_menu ul.dropDownMenu li a {
  vertical-align: middle;
  margin: 0;
}
.filter_holder.gray {
  background-color: #f5f5f5;
}
.filter_holder.gray h2 {
  font-family: "PT Serif", serif;
  font-weight: bold;
}
.scroled_list .scroled_block .date {
  color: #898989;
}
.scroled_list .scroled_block .img img {
  max-width: 100%;
  max-height: 100%;
}
.scroled_list .scroled_block .name {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
}
/*                 */
.asks_block .responde {
  margin: 1em 0 3em 0;
}
.asks_block .responde .date {
  font-size: 0.6875em;
  color: #898989;
}
.asks_block .responde .ask {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.asks_block .responde .respondent {
  font-size: 0.6875em;
  color: #898989;
}
.asks_block .responde .answer {
  font-family: "PT Serif", serif;
  font-size: 1em;
}
/* Right side column */
.right_side_column_holder {
  margin: 30px 0 40px 0;
}
.right_side_column_holder:after {
  clear: both;
  height: 0;
  width: 0;
}
.right_side_column_holder .left_side_column {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 66%;
  *width: 65%;
  margin-right: 2.5%;
}
.right_side_column_holder .right_side_column {
  position: relative;
  float: right;
  vertical-align: top;
  width: 31.5%;
  *width: 30.5%;
}
.right_side_column_holder .right_side_column.red_box:after {
  content: "";
  position: absolute;
  top: 29px;
  left: 0;
  width: 13px;
  height: 10px;
  background-color: #df3b09;
}
.right_side_column_holder .right_side_column .gray_wrapper {
  background-color: #f5f5f5;
  padding: 20px;
}
.right_side_column_holder .right_side_column .gray_wrapper h5 {
  margin-bottom: 0.625em;
}
.right_side_column_holder .right_side_column .gray_wrapper p,
.right_side_column_holder .right_side_column .gray_wrapper .string {
  margin-bottom: 0.325em;
  font-family: "PT Serif", serif;
  font-size: 0.875em;
}
.right_side_column_holder .right_side_column .gray_wrapper p a,
.right_side_column_holder .right_side_column .gray_wrapper .string a,
.right_side_column_holder .right_side_column .gray_wrapper p span,
.right_side_column_holder .right_side_column .gray_wrapper .string span {
  text-decoration: none;
  color: #333333;
}
.right_side_column_holder .right_side_column .gray_wrapper p a:hover,
.right_side_column_holder .right_side_column .gray_wrapper .string a:hover,
.right_side_column_holder .right_side_column .gray_wrapper p span:hover,
.right_side_column_holder .right_side_column .gray_wrapper .string span:hover {
  color: #df3b09;
}
.right_side_column_holder .right_side_column .gray_wrapper p span,
.right_side_column_holder .right_side_column .gray_wrapper .string span {
  color: #df3b09;
}
.right_side_column_holder .right_side_column .gray_wrapper p.top_line,
.right_side_column_holder .right_side_column .gray_wrapper .string.top_line {
  padding-top: 0.875em;
  margin: 0.875em 0;
  border-top: 1px solid #d5d5d5;
}
/* LIST */
.list ul {
  margin-bottom: 1em;
}
.list ul li {
  padding: 0;
  margin: 0;
  font-size: 0.875em;
}
.list ul li:before {
  content: none;
}
.list ul li a {
  text-decoration: none;
}
.list ul li a:hover {
  color: #df3b09;
}
.list ul li a.active {
  color: #333333;
}
.list ul li a.disabled {
  color: #cccccc;
  cursor: default;
}
.list ul .toggle_link {
  border-bottom: 1px dotted;
  color: #0072bc;
}
.list ul .toggle_link:hover {
  color: #df3b09;
}
.list ul .amount {
  color: #898989;
}
.list h4 {
  font-family: "PT Sans", Arial, sans-serif;
  margin-bottom: 0.25em;
}
.list h4 a {
  text-decoration: none;
  color: #333333;
}
.list h4 a.active,
.list h4 a:hover {
  color: #df3b09;
}
/* SLIDER */
.slider_holder {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.slider_holder .slider_wrapper {
  position: relative;
}
.slider_holder .slider_wrapper .slider {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.slider_holder .slider_wrapper .slider .date {
  color: #898989;
  font-size: 0.6875em;
}
.slider_holder .slider_wrapper .slider a {
  text-decoration: none;
}
.slider_holder .slider_wrapper .slider a .img {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 0.6875em;
  overflow: hidden;
}
.slider_holder .slider_wrapper .slider a .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  z-index: 1;
}
.slider_holder .slider_wrapper .slider a .img img {
  -webkit-transition: transform 2s ease-out;
  -moz-transition: transform 2s ease-out;
  -o-transition: transform 2s ease-out;
  transition: transform 2s ease-out;
  max-width: 100%;
}
.slider_holder .slider_wrapper .slider a .text {
  font-family: "PT Serif", serif;
  font-size: 1em;
  color: #333333;
  white-space: normal;
}
.slider_holder .slider_wrapper .slider:hover a .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.slider_holder .slider_left_shadow,
.slider_holder .slider_right_shadow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  background: url('../img/slider_shadow.png') no-repeat 100% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  border-right: 1px solid #d5d5d5;
}
.slider_holder .slider_left_shadow {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* ICONS */
.ico {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 50px;
  background: url('../img/icons_v2.png') no-repeat;
  cursor: pointer;
}
.ico.menu_init {
  background-position: 0 1px;
}
.ico.menu_init.active,
.ico.menu_init:hover {
  background-position: 0 -49px;
}
.ico.autorizate {
  background-position: -48px 0;
}
.ico.autorizate.active,
.ico.autorizate:hover {
  background-position: -48px -50px;
}
.ico.search {
  background-position: -100px 0;
}
.ico.search.active,
.ico.search:hover {
  background-position: -100px -50px;
}
.ico.arrow {
  width: 9px;
  height: 8px;
  background-position: -150px 0;
}
.ico.eye {
  width: 25px;
  height: 13px;
  background-position: -200px 0;
}
.ico.door {
  width: 32px;
  height: 32px;
  background-position: -250px 0;
  cursor: default;
}
.ico.heart {
  width: 12px;
  height: 11px;
  background-position: -200px -50px;
}
.ico.house {
  background-position: -300px 0;
}
.ico.house:hover {
  background-position: -300px -50px;
}
.ico.input {
  background-position: -350px 0;
}
.ico.input:hover {
  background-position: -350px -50px;
}
.ico.list {
  background-position: -400px 0;
}
.ico.list:hover {
  background-position: -400px -50px;
}
.ico.people {
  background-position: -450px 0;
}
.ico.people:hover {
  background-position: -450px -50px;
}
.ico.calc {
  background-position: -500px 0;
}
.ico.calc:hover {
  background-position: -500px -50px;
}
.ico.photo {
  width: 53px;
  height: 53px;
  background-position: -550px 0px;
}
.ico.video {
  width: 53px;
  height: 53px;
  background-position: -650px 0px;
}
.ico.footer_icons {
  width: 28px;
  height: 28px;
  background-image: url('../img/footer_icons.png');
}
.ico.footer_icons.vk {
  background-position: 0 0;
}
.ico.footer_icons.vk:hover {
  background-position: 0 -36px;
}
.ico.footer_icons.twit {
  background-position: -36px 0;
}
.ico.footer_icons.twit:hover {
  background-position: -36px -36px;
}
.ico.footer_icons.fb {
  background-position: -73px 0;
}
.ico.footer_icons.fb:hover {
  background-position: -73px -36px;
}
.ico.footer_icons.od {
  background-position: -109px 0;
}
.ico.footer_icons.od:hover {
  background-position: -109px -36px;
}
.ico.footer_icons.insta {
  background-position: -145px 0;
}
.ico.footer_icons.insta:hover {
  background-position: -145px -36px;
}
.ico.close_popup {
  background-position: -850px 0;
}
.ico.banner_left_arrow,
.ico.banner_right_arrow {
  background-position: -750px -50px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.ico.banner_left_arrow:hover,
.ico.banner_right_arrow:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ico.banner_left_arrow.dark,
.ico.banner_right_arrow.dark {
  background-position: -800px -50px;
}
.ico.banner_right_arrow {
  background-position: -750px 0px;
}
.ico.banner_right_arrow.dark {
  background-position: -800px 0px;
}
.ico.special {
  background-position: -900px 0;
  height: 22px;
}
.ico.special.active,
.ico.special:hover {
  background-position: -900px -50px;
}
.ico.photo_small {
  background-position: -950px 0;
  width: 17px;
  height: 13px;
}
.ico.eye_small {
  background-position: -975px 0;
  width: 17px;
  height: 13px;
}
.ico.small_back_arrow {
  width: 8px;
  height: 13px;
  background-position: -950px -50px;
}
.ico.small_back_arrow.disable {
  background-position: -975px -50px;
}
.ico.small_forward_arrow {
  width: 8px;
  height: 13px;
  background-position: -950px -75px;
}
.ico.small_forward_arrow.disable {
  background-position: -975px -75px;
}
.ico.pdf {
  width: 26px;
  height: 32px;
  background-position: -1000px 0;
}
.ico.ai {
  width: 26px;
  height: 32px;
  background-position: -1000px -50px;
}
.ico.doc {
  width: 26px;
  height: 32px;
  background-position: -1050px 0;
}
.ico.xls {
  width: 26px;
  height: 32px;
  background-position: -1050px -50px;
}
/* Buttons */
.button {
  padding: 0.625em 1.125em;
  background-color: #e1e1e1;
  color: #0072bc;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.button:hover {
  background-color: #c8c8c8;
}
.button.green_button {
  background-color: #8dc63f;
  color: #fff;
}
.button.green_button:hover {
  background-color: #72a230;
}
.button.red_button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  border: 1px solid #d5d5d5;
  color: #333333;
  font-weight: normal;
}
.button.red_button:hover {
  color: #e44326;
}
.button.red_button.active {
  background-color: #e44326;
  color: #fff;
}
.button.dotted {
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.button.dotted span {
  vertical-align: top;
  border-bottom: 1px dotted;
  position: relative;
}
.button.red_title_button {
  position: relative;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: transparent;
  font-size: 0.875em;
  margin-right: 10px;
  margin-bottom: 10px;
}
.button.red_title_button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -1.125em;
  left: 1.125em;
  border: 0.625em solid transparent;
  -webkit-transition: border-top-color 0.2s ease-out;
  -moz-transition: border-top-color 0.2s ease-out;
  -o-transition: border-top-color 0.2s ease-out;
  transition: border-top-color 0.2s ease-out;
}
.button.red_title_button.active {
  color: #fff;
  background-color: #e44326;
}
.button.red_title_button.active:after {
  border-top-color: #e44326;
}
/* underline */
.underline {
  color: #BACBE6;
  color: rgba(27, 85, 173, 0.3);
}
.underline span {
  color: #005dab;
}
.underline:hover {
  color: #F6C5BD;
  color: rgba(227, 66, 37, 0.3);
}
.underline:hover span {
  color: #df3b09;
}
.border {
  top: -0.12em;
  border-bottom: 1px solid;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  color: #0072bc;
}
.border span {
  position: relative;
  top: 0.12em;
  margin-bottom: -0.12em;
}
.border:hover,
.border:hover span {
  color: #df3b09;
}
.border:hover {
  border-color: #df3b09;
}
.border.dotted {
  border-bottom-style: dotted;
}
/* BANNER */
.banner_holder {
  overflow: hidden;
  position: relative;
}
.banner_holder .banner_wrapper {
  position: relative;
  white-space: nowrap;
}
.banner_holder .banner_wrapper .banner {
  width: 100%;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: top;
}
.banner_holder .banner_wrapper .banner img {
  max-width: 100%;
}
.banner_holder .banner_left_arrow,
.banner_holder .banner_right_arrow {
  position: absolute;
  top: 50%;
  left: -10%;
  margin-top: -25px;
  -webkit-transition-property: opacity, left, right;
  -moz-transition-property: opacity, left, right;
  -ms-transition-property: opacity, left, right;
  -o-transition-property: opacity, left, right;
  transition-property: opacity, left, right;
}
.banner_holder .banner_left_arrow.visible,
.banner_holder .banner_right_arrow.visible {
  left: 5%;
}
.banner_holder .banner_right_arrow {
  left: auto;
  right: -10%;
}
.banner_holder .banner_right_arrow.visible {
  left: auto;
  right: 5%;
}
.banner_holder .thumbs {
  margin-top: 0.2em;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}
.banner_holder .thumbs .thumb {
  height: 52px;
  width: 80px;
  background-color: #000;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  vertical-align: top;
  margin: 0 2px 2px 0;
}
.banner_holder .thumbs .border {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 76px;
  border: 2px solid #0072bc;
}
/* POPUPS */
.popup_holder {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.popup_holder .popup_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #353e47;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.popup_holder .close_popup {
  position: absolute;
  top: 50px;
  right: 10%;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.popup_holder .close_popup:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup_holder .popup_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
}
input,
select,
button,
textarea {
  font: normal 1em/1.1em Arial, Helvetica, sans-serif;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
input::-moz-focus-inner {
  border: none;
  padding: 0;
}
/* FORMS */
button {
  border: none;
}
textarea,
select,
input {
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 0.9em;
  font-weight: bold;
  padding: 6px 4px 4px 4px;
  margin: 0 0 1em 0;
}
select {
  color: #333333;
}
body.special.fz1 {
  font-size: 16px;
}
body.special.fz2 {
  font-size: 20px;
}
body.special.fz3 {
  font-size: 24px;
}
body.special.lh1 {
  line-height: 1.4em;
}
body.special.lh2 {
  line-height: 2em;
}
body.special.lh3 {
  line-height: 2.4em;
}
body.special.bow {
  color: #fff;
}
body.special.bow a {
  color: #fff;
}
body.special.bow a:hover {
  color: #df3b09;
}
body.special.bow .underline {
  color: #BACBE6;
  color: rgba(27, 85, 173, 0.3);
}
body.special.bow .special_control_panel,
body.special.bow section.main {
  background-color: #000;
}
body.special.bow .slider_holder .slider_wrapper .slider a .text {
  color: #fff;
}
body.special.bow .sub_menu {
  background-color: #333;
}
body.special.bow .sub_menu .sub_menu_wrapepr p a {
  color: #ffffff;
}
body.special.bow .news.gray_bg .gray_wrapper {
  background-color: #333;
}
body.special.bow .news_list article.gallery .gallery_item a span,
body.special.bow .news .new a span {
  color: #fff;
}
body.special.bow .news_list article.gallery .gallery_item a:hover span,
body.special.bow .news .new a:hover span {
  color: #df3b09;
}
body.special.bow .enter .enter_wrapper {
  background-color: #333;
}
body.special.bow .enter .enter_wrapper .enter_block a {
  color: #ffffff;
}
.rector_blog .rector_wrapper h4 a,
.rector_blog .rector_wrapper h4 a span {
  color: #fff;
}
body.special.bow .rector_blog .rector_other_links {
  background-color: #333;
}
body.special.bow .rector_blog .rector_other_links p a {
  color: #ffffff;
}
body.special.bow .filter_holder.gray {
  background-color: #333;
}
body.special.bow .filter_holder .news_filter a,
body.special.bow .filter_holder .news_filter span {
  color: #898989;
}
body.special.bow .filter_holder .news_filter a:hover {
  color: #df3b09;
}
body.special.bow .filter_holder .news_filter .green {
  padding: 2px 3px;
  position: relative;
  background-color: #7dc022;
}
body.special.bow .news_list article.news.big_new {
  background-color: #333;
}
body.special.bow .news_list article.news.big_new a,
body.special.bow .news_list article.news.big_new a span {
  color: #fff;
}
body.special.bow .news_list article.news.big_new a:hover span.name {
  color: #df3b09;
}
body.special.bow .news_list article.logos .files .file .name {
  color: #fff;
}
body.special.bow .right_side_column_holder .right_side_column .gray_wrapper,
body.special.bow article.news_detail .important_news .gray_wrapper {
  background-color: #898989;
}
body.special.bow .right_side_column_holder .right_side_column .gray_wrapper .new .date,
body.special.bow article.news_detail .important_news .gray_wrapper .new .date {
  color: #cccccc;
}
body.special.bow .right_side_column_holder .right_side_column .gray_wrapper .new a span.name,
body.special.bow article.news_detail .important_news .gray_wrapper .new a span.name {
  color: #fff;
}
body.special.bow .right_side_column_holder .right_side_column .gray_wrapper .new a:hover span.name,
body.special.bow article.news_detail .important_news .gray_wrapper .new a:hover span.name {
  color: #df3b09;
}
body.special.bow .right_side_column_holder .right_side_column .gray_wrapper .string a,
body.special.bow article.news_detail .important_news .gray_wrapper .string a {
  color: #fff;
}
body.special.bow .right_side_column_holder .right_side_column .gray_wrapper .string a:hover,
body.special.bow article.news_detail .important_news .gray_wrapper .string a:hover {
  color: #df3b09;
}
/* 404 */
.er404 .body_bg {
  width: 100%;
}
.er404 .main {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.er404 .main .text_404 {
  margin-left: 16.5%;
  margin-top: 2em;
}
.er404 .main .text_404 h3 {
  color: #5d636a;
}
.er404 .main .text_404 p {
  font-family: "PT Serif", serif;
  color: #abb5bf;
}
.er404 .main .text_404 .menu_404 {
  margin-top: 1em;
}
.er404 .main .text_404 .menu_404 p {
  margin-bottom: 0;
}
.er404 .main .text_404 .menu_404 p a {
  font-family: "Arial", sans-serif;
  font-size: 0.875em;
  color: #9ba5af;
  color: rgba(155, 165, 175, 0.3);
}
.er404 .main .text_404 .menu_404 p a span {
  color: #9ba5af;
}
.er404 .main .text_404 .menu_404 p a:hover {
  color: #F6C5BD;
  color: rgba(227, 66, 37, 0.3);
}
.er404 .main .text_404 .menu_404 p a:hover span {
  color: #df3b09;
}
.control_panel_wrapper .special_control_panel {
  position: fixed;
  top: -260px;
  width: 100%;
  left: 0px;
  width: 256px;
  text-align: center;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
  padding: 10px 0 20px 0;
  border: 1px solid #d5d5d5;
  z-index: 2000;
  background-color: #fff;
}
.control_panel_wrapper .special_control_panel p {
  margin: 10px 0 0 0;
}
.control_panel_wrapper .special_control_panel div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 5px;
}
.control_panel_wrapper .special_control_panel div.fz_up {
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
}
.control_panel_wrapper .special_control_panel div.fz_down {
  font-size: 0.75em;
  font-weight: bold;
  cursor: pointer;
}
.control_panel_wrapper .special_control_panel div.lh_up {
  font-size: 1.25em;
  font-weight: bold;
  cursor: pointer;
}
.control_panel_wrapper .special_control_panel div.lh_down {
  font-size: 0.75em;
  font-weight: bold;
  cursor: pointer;
}
.control_panel_wrapper .special_control_panel div.black_on_white {
  color: #000;
  background-color: #fff;
  cursor: pointer;
}
.control_panel_wrapper .special_control_panel div.white_ob_black {
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.control_panel_wrapper .special_control_panel.active {
  top: 0px;
}
header {
  padding: 20px 0;
  min-height: 103px;
}
header .logo {
  position: absolute;
  top: 0;
  width: 170px;
}
header .logo .big {
  display: inline;
}
header .logo .big img {
  max-width: 111px;
}
header .logo .small {
  display: none;
}
header .menu {
  margin-left: 170px;
  margin-right: 70px;
}
header .menu .control_elements .control_element {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  overflow: hidden;
  margin-right: 4px;
}
header .menu .control_elements .control_element.popup_init {
  cursor: pointer;
}
header .menu .control_elements .control_element i {
  vertical-align: top;
  width: 24px;
  height: 24px;
}
header .menu .control_elements .control_element img {
  width: 20px;
  height: 20px;
  vertical-align: top;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 0.3em;
}
header .menu .control_elements .control_element span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  font-size: 0.8125em;
  color: #636363;
  white-space: nowrap;
}
header .menu .control_elements .special_abilities {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
header .menu .top_menu {
  margin: 0.6875em 0;
}
header .menu .top_menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 3%;
}
header .menu .top_menu li a {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125em;
}
header .menu .top_menu li.active a {
  color: #df3b09;
}
header .menu .bottom_menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 1.8%;
}
header .menu .bottom_menu li a {
  text-decoration: none;
  color: #898989;
  font-size: 0.875em;
}
header .menu .bottom_menu li a:hover {
  color: #df3b09;
}
header .menu .bottom_menu li.active a {
  color: #df3b09;
}
header .lang_selector {
  position: absolute;
  right: 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #d5d5d5;
  font-size: 0.75em;
  line-height: normal;
  padding: 7px 10px;
}
header .lang_selector a {
  position: relative;
  color: #df3b09;
  font-weight: bold;
  text-decoration: none;
  padding-right: 12px;
}
header .lang_selector a i.ico {
  position: absolute;
  right: 0;
  top: 3px;
}
header .lang_selector ul {
  display: none;
}
header .lang_selector ul li a {
  color: #0072bc;
}
header .lang_selector ul li a:hover {
  color: #df3b09;
}
header .lang_selector ul li:before {
  content: none;
}
/*MAIN BANNER*/
.main_banner {
  height: 320px;
  margin-bottom: 1em;
}
.main_banner .banner_wrapper .banner {
  position: relative;
  height: 320px;
  -webkit-background-size: inherit;
  background-size: inherit;
}
.main_banner .banner_wrapper .banner .banner_text {
  position: absolute;
  bottom: 2em;
  left: 12%;
  width: 50%;
  color: #fff;
}
.main_banner .banner_wrapper .banner .banner_text h4 {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.875em;
  line-height: 1.20em;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 0.375em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}
.main_banner .banner_wrapper .banner .banner_text .banner_view {
  font-weight: bold;
  opacity: 0.35;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  filter: alpha(opacity=35);
  font-size: 0.875em;
  line-height: 0.875em;
}
.main_banner .banner_wrapper .banner .banner_text .banner_view i {
  vertical-align: middle;
  cursor: default;
  margin-right: 3px;
}
.main_banner .banner_wrapper .banner .banner_text .banner_view span {
  vertical-align: middle;
}
.main_banner .banner_wrapper .banner .banner_text--icon {
  position: absolute;
  bottom: 5em;
  height: 115px;
  background-repeat: no-repeat;
  background-position: auto;
  background-size: auto;
}
@media all and (max-width: 480px) {
  .main_banner .banner_wrapper .banner .banner_text--icon {
    background-size: auto 60%;
  }
}
.main_banner--stude {
  margin-bottom: 0;
}
/*news_banner*/
.news_banner {
  margin-bottom: 1.25em;
}
.news_banner .banner_wrapper .banner {
  height: 0;
  padding-bottom: 66.75%;
}
/* MAIN NEWS */
.main_news h2 {
  font-family: "PT Serif", serif;
  font-weight: normal;
}
.rector_blog {
  border: 1px solid #d5d5d5;
}
.rector_blog .rector_wrapper {
  padding: 1em;
}
.rector_blog .rector_wrapper h4 {
  margin-bottom: 0.3em;
}
.rector_blog .rector_wrapper h4 a {
  font-family: "PT Sans", Arial, sans-serif;
  color: #898989;
}
.rector_blog .rector_wrapper h4 a span {
  color: #333333;
}
.rector_blog .rector_wrapper h4 a:hover span {
  color: #df3b09;
}
.rector_blog .rector_wrapper .name {
  font-family: "PT Serif", serif;
  font-size: 1em;
  margin-bottom: 0.625em;
}
.rector_blog .rector_wrapper .img img {
  max-width: 100%;
}
.rector_blog .rector_wrapper .prev_text {
  font-size: 1em;
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  margin-top: 0.825em;
}
.rector_blog .rector_wrapper .date {
  font-size: 0.5625em;
  color: #898989;
  text-transform: uppercase;
}
.rector_blog .rector_other_links {
  position: relative;
  padding: 20px 17px;
  background-color: #f5f5f5;
}
.rector_blog .rector_other_links i {
  cursor: default;
  position: absolute;
  left: 17px;
  top: 17px;
}
.rector_blog .rector_other_links p {
  margin-left: 40px;
  margin-bottom: 0px;
  margin-bottom: 0.3em;
}
.rector_blog .rector_other_links p a {
  font-size: 0.8125em;
  color: #333333;
  text-decoration: none;
}
.rector_blog .rector_other_links p a:hover {
  color: #df3b09;
}
.main_news .filter_holder.gray {
  background-color: #f5f5f5;
}
.main_news .filter_holder .news_filter a,
.main_news .filter_holder .news_filter span {
  color: #898989;
}
.main_news .filter_holder .news_filter a:hover {
  color: #df3b09;
}
.main_news .filter_holder .news_filter .green {
  padding: 0 5px;
  position: relative;
  background-color: #7dc022;
  color: #fff;
  display: inline-block;
}
/* ENTER */
.enter {
  margin: 30px 0 0 0;
}
.enter .enter_wrapper {
  background-color: #f5f5f5;
  text-align: center;
  padding: 16px 0 30px 0;
}
.enter .enter_wrapper h4 a {
  color: #333333;
  font-weight: normal;
  font-size: 1.2em;
  font-family: "PT Serif", serif;
}
.enter .enter_wrapper .enter_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 20px 0;
  vertical-align: top;
  width: 20%;
}
.enter .enter_wrapper .enter_block a {
  display: block;
  padding: 10px 1em 0 1em;
  min-height: 96px;
  border: 1px solid transparent;
  border-right-color: #d5d5d5;
  font-size: 0.8125em;
  line-height: 1.4em;
  color: #636363;
  text-decoration: none;
}
.enter .enter_wrapper .enter_block a i.ico {
  margin-bottom: 0.6em;
}
.enter .enter_wrapper .enter_block a span {
  line-height: normal;
}
.enter .enter_wrapper .enter_block a:hover {
  color: #333333;
}
.enter .enter_wrapper .enter_block a:hover i.ico.house {
  background-position: -300px -50px;
}
.enter .enter_wrapper .enter_block a:hover i.ico.input {
  background-position: -350px -50px;
}
.enter .enter_wrapper .enter_block a:hover i.ico.list {
  background-position: -400px -50px;
}
.enter .enter_wrapper .enter_block a:hover i.ico.people {
  background-position: -450px -50px;
}
.enter .enter_wrapper .enter_block a:hover i.ico.calc {
  background-position: -500px -50px;
}
.enter .enter_wrapper .enter_block:last-of-type a {
  border-right-color: transparent;
}
.enter--stude {
  width: 100%;
}
.enter--stude .enter_wrapper {
  width: 66%;
  float: left;
}
.enter--stude .enter_wrapper .enter_block {
  width: 33%;
}
.enter--stude .neben {
  display: inline-block;
  margin: 0 0 0 20px;
  width: 32%;
  background-color: #f7f7f9;
  position: relative;
  color: #333333;
  font-weight: bold;
  font-size: 1.15em;
  font-family: "PT Sans", Arial, sans-serif;
  text-decoration: none;
}
.enter--stude .neben .neben_wrap {
  padding: 110px 20px 29px;
  font-family: "PT Sans", Arial, sans-serif;
  background: url(../i/content/sfedu_studentu.jpg) no-repeat 100% 0;
}
.enter--stude .neben .neben_wrap span:hover {
  color: #df3b09;
}
/* MAIN GALLERY */
.main_gallery h2 {
  font-family: "PT Serif", serif;
  font-weight: normal;
}
.main_gallery .slider_holder .slider_wrapper .slider {
  max-width: 300px;
  margin-right: 1.875em;
}
.main_gallery .slider_holder .slider_left_shadow,
.main_gallery .slider_holder .slider_right_shadow {
  max-height: 300px;
}
/* MAIN CALENDAR */
.main_calendar h2 {
  font-family: "PT Serif", serif;
  font-weight: normal;
}
/* SLOGAN */
.mian_slogan {
  margin: 1.875em 0 2.5em 0;
}
.mian_slogan img {
  max-width: 100%;
}
/* MAIN MATERIALs */
.main_materilas h2 {
  font-family: "PT Serif", serif;
  font-weight: normal;
}
/* Universirty */
.more_files {
  margin-top: 2em;
  text-decoration: none;
}
.more_files .amount {
  color: #a1a1a1;
}
.docs_order p {
  margin-bottom: 0.5em;
}
.university .list_serch input {
  margin: 1em 0 2em 0;
  width: 70%;
  max-width: 500px;
  font-size: 1em;
  font-family: "PT Sans", Arial, sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.university--stude h2 {
  font-family: "PT Serif", serif;
  font-weight: normal;
  margin-bottom: 2%;
}
.university--stude .items .item.with_img {
  margin: 0 2.5% 1.25em 0;
}
/* employee */
.employee section {
  margin: 2em 0 3em 0;
}
.employee section > p {
  margin: 1em 0;
}
.employee .about_employee h2 {
  margin-bottom: 1em;
}
.employee .about_employee .card {
  background-color: #e1e1e1;
  width: 120.5%;
  padding: 3%;
  margin: 1em 0;
}
.employee .about_employee .card p {
  font-size: 0.88em;
  margin-bottom: 0.5em;
}
.employee .about_employee .card .img {
  float: left;
  width: 150px;
}
.employee .about_employee .card .img img {
  max-width: 100%;
}
.employee .about_employee .card .text {
  margin-left: 170px;
}
.employee .about_employee .card .text .phones {
  margin-bottom: 1em;
}
.employee .about_employee .card .text .phones p {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 1.20em;
  margin-bottom: 0;
  font-weight: bold;
}
.employee .about_employee .card .text .address {
  margin: 1em 0;
}
.employee .about_employee .card .text .address p {
  font-size: 16px;
}
.employee .about_employee .card .text .contacts {
  padding-bottom: 1em;
}
.employee .about_employee .card .text .contacts dl {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.88em;
}
.employee .about_employee .card .text .contacts dl dt {
  position: static;
  float: left;
  margin-right: 0.5em;
  font-weight: normal;
}
@media all and (max-width: 640px) {
  .employee .about_employee .card {
    width: auto;
  }
  .employee .about_employee .card .img {
    float: none;
    width: auto;
    margin-bottom: 1em;
  }
  .employee .about_employee .card .text {
    margin-left: 0;
  }
}
@media all and (max-width: 480px) {
  .employee .about_employee .card .text .phones p {
    font-size: 1.3em;
  }
}
.employee .about_employee dl {
  position: relative;
  padding-left: 80px;
  margin-bottom: 0.25em;
}
.employee .about_employee dl dt {
  position: absolute;
  top: 0;
  left: 30px;
  font-weight: bold;
}
.employee .disipline ol {
  padding-left: 25px;
}
.employee .disipline ol li:before {
  font-size: 1em;
  font-weight: bold;
}
.employee .disipline2 .content_table td:first-child {
  width: 33%;
}
/* contacts */
.contacts {
  padding-bottom: 3em;
}
.contacts .right_side_column_holder {
  overflow: hidden;
  margin-top: 0;
}
.contacts .right_side_column_holder .right_side_column {
  margin-top: 30px;
  z-index: 200;
}
.contacts .right_side_column_holder #map {
  height: 500px;
  width: 100%;
}
.contacts .show_all_holder .show_all_link {
  margin-top: 1em;
}
.contacts .toggle_content {
  overflow: auto;
}
.contacts .toggle_content .content_table {
  min-width: 640px;
}
.contacts .toggle_content .content_table tr td {
  position: relative;
}
.contacts .toggle_content .content_table span.post {
  font-size: 0.625em;
  text-transform: uppercase;
}
.contacts .toggle_content .content_table .phone {
  font-weight: bold;
}
/* ideologiya */
.ideologiya_blocks p {
  line-height: 1.4375em;
  margin-bottom: 1em;
}
.ideologiya_blocks ul li ol {
  margin: 1em 0;
}
.ideologiya_blocks ul li ol h6 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0.375em;
}
.ideologiya_blocks ul li ol p {
  font-size: 0.875em;
  margin-bottom: 0;
}
.ideologiya_blocks .banner_holder {
  margin: 1.5em 0;
}
.ideologiya_in_numbers {
  margin: 3em 0 4em 0;
}
.ideologiya_in_numbers .numbers_wrapper {
  margin: 2.5em;
  margin-left: 0;
}
.ideologiya_in_numbers .numbers_wrapper .num {
  font-size: 3em;
  line-height: 1.3em;
  font-weight: bold;
  font-family: "PT Sans", Arial, sans-serif;
}
.ideologiya_in_numbers .numbers_wrapper .num > span {
  position: relative;
  top: -5px;
  margin-left: 5px;
  vertical-align: super;
  text-transform: uppercase;
  font-size: 0.333334em;
  color: #898989;
}
.ideologiya_in_numbers .numbers_wrapper p {
  margin-top: 0.5em;
  font-size: 0.875em;
  color: #636363;
}
.ideologiya_in_numbers .after_numbers {
  font-family: "PT Sans", Arial, sans-serif;
  line-height: normal;
  margin-top: 1.5em;
}
/* otdel */
.otdel_contacts_block {
  max-width: 750px;
  margin: 1.4375em 0 2em;
  background-color: #e1e1e1;
}
.otdel_contacts_block.onlyImg {
  max-width: 260px;
}
.otdel_contacts_block .otdel_contacts_block_wrapper {
  padding: 30px;
  padding-bottom: 15px;
}
.otdel_contacts_block .otdel_contacts_block_wrapper .img_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  max-width: 200px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.otdel_contacts_block .otdel_contacts_block_wrapper .img_block img {
  -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.3);
}
.otdel_contacts_block .otdel_contacts_block_wrapper .img_block a {
  text-decoration: none;
  color: #636363;
  font-size: 0.75em;
}
.otdel_contacts_block .otdel_contacts_block_wrapper .text_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  max-width: 460px;
  margin-bottom: 15px;
}
.otdel_contacts_block .otdel_contacts_block_wrapper .text_block .tel {
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.otdel_contacts_block .otdel_contacts_block_wrapper .text_block .tel a {
  text-decoration: none;
  color: #333333;
}
.otdel_contacts_block .otdel_contacts_block_wrapper .text_block p {
  font-size: 0.875em;
}
/* teaching_programm */
.progs_holder {
  margin: 3em 0 4em 0;
}
.progs_holder .progs_link {
  margin: 2em 0;
}
.progs_holder .progs_link a {
  font-size: 0.875em;
  margin-right: -1px;
  margin-bottom: -1px;
}
.progs_holder .progs_content {
  margin: 3em 0;
}
.progs_holder .progs_content h4 {
  margin-top: 2em;
  font-family: "PT Sans", Arial, sans-serif;
}
.after_programms_block {
  margin-bottom: 4em;
}
/*rating*/
.rating_selector .rating_link {
  white-space: nowrap;
  overflow: auto;
  padding: 0.675em 0;
}
.rating_selector .rating_link a {
  white-space: normal;
}
/* Search */
.serch_form {
  margin-top: 1.5em;
}
.serch_form input {
  width: 40%;
  padding: 8px 8px 7px 8px;
  margin-bottom: 0.5em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font-weight: normal;
}
.serch_form button {
  padding: 0.5em 1.125em;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.search_result .search_result_item {
  margin: 1em 0 1.5em;
}
.search_result .search_result_item h5 {
  margin-bottom: 0.25em;
}
.search_result .search_result_item h5 a {
  color: #333333;
  text-decoration: none;
}
.search_result .search_result_item h5 a:hover {
  color: #df3b09;
}
.search_result .search_result_item p {
  margin-bottom: 0.5em;
}
.search_result .search_result_item .files .file {
  padding-top: 0;
  margin-top: 10px;
  max-width: 760px;
}
.search_result .search_result_item .files .file .data {
  margin-left: -33px;
}
.search_result .search_result_item .section a {
  text-decoration: none;
  font-size: 0.875em;
  color: #636363;
}
.search_result .search_result_item .section a:hover {
  color: #df3b09;
}
/* SUB MENU */
.sub_menu {
  position: relative;
  background-color: #f5f5f5;
  padding: 2em 0 2em 0;
}
.sub_menu i.ico {
  position: absolute;
  left: 35px;
  top: 30px;
}
.sub_menu .sub_menu_wrapepr {
  padding: 0 35px 0 85px;
}
.sub_menu .sub_menu_wrapepr h5 {
  margin-bottom: 1em;
}
.sub_menu .sub_menu_wrapepr p {
  font-size: 0.8125em;
}
.sub_menu .sub_menu_wrapepr p a {
  text-decoration: none;
  color: #333333;
}
.sub_menu .sub_menu_wrapepr p a:hover {
  color: #df3b09;
}
.sub_menu .sub_menu_wrapepr.no_ico {
  padding-left: 35px;
}
.sub_menu .sub_menu_contacts .sub_menu_contact_item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.sub_menu .sub_menu_contacts .sub_menu_contact_item h5 {
  margin-bottom: 0.8em;
}
.sub_menu .sub_menu_contacts .sub_menu_contact_item p {
  font-size: 0.8125em;
  color: #353e47;
}
.sub_menu .sub_menu_contacts .sub_menu_contact_item p a {
  text-decoration: none;
  color: #353e47;
}
.sub_menu .sub_menu_contacts .sub_menu_contact_item p a:hover {
  color: #df3b09;
}
.sub_menu .share_page {
  position: relative;
  padding: 31px 0 38px 0;
}
.sub_menu .share_page:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid #d5d5d5;
  width: 50%;
}
.sub_menu .share_page.no_border:before {
  content: none;
}
.sub_menu .ask_form .desc {
  float: left;
  width: 22%;
  *width: 21%;
  margin-right: 3%;
  line-height: 1.1em;
}
.sub_menu .ask_form .desc h5 {
  margin-bottom: 1em;
  font-family: "PT Sans", Arial, sans-serif;
}
.sub_menu .ask_form .desc a {
  font-size: 0.8125em;
}
.sub_menu .ask_form .form {
  width: 75%;
  *width: 74%;
  max-width: 600px;
  margin-left: 25%;
  margin-bottom: 4em;
}
.sub_menu .ask_form .form select {
  margin-top: -0.375em;
}
.sub_menu .ask_form .form textarea {
  width: 100%;
}
.sub_menu .ask_form .form .reset {
  font-weight: normal;
  font-size: 2.5em;
  line-height: 0.44em;
  vertical-align: top;
  padding: 0.25em  0.45em;
  color: #636363;
}
.subscribe_avalible {
  width: 100%;
  margin: 30px 0 40px 0;
}
.subscribe_avalible .columnx3 {
  margin-top: 0;
}
footer {
  padding: 20px 0 30px 0;
  background-color: #353e47;
  color: #cccccc;
}
footer p {
  font-size: 0.8125em;
}
footer a {
  color: #cccccc;
  text-decoration: none;
}
footer a:hover {
  color: #df3b09;
}
footer .footer_big_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 70%;
  *width: 69%;
}
footer .footer_small_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 30%;
}
footer .footer_contacts .footer_copyright {
  position: relative;
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 0.875em;
  margin-bottom: 0.6em;
}
footer .footer_contacts .footer_copyright:before {
  content: " ";
  position: absolute;
  left: -15px;
}
footer .footer_contacts h5 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.4em;
}
footer .footer_contacts h5 a {
  color: #f1f1f1;
  text-decoration: none;
}
footer .footer_menu h6 {
  font-size: 0.9em;
  margin-bottom: 0.86em;
  color: #7e899e;
  font-weight: normal;
}
footer .footer_social i {
  margin-right: 5px;
  background-color: #353e47;
}
footer .other_info {
  float: right;
  font-size: 0.8em;
  width: 70%;
}
footer .other_info a {
  border-bottom: 1px solid;
}
footer .other_info a:hover {
  border-bottom: none;
}
footer .other_info .donation {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  width: 50%;
}
footer .other_info .donation i {
  position: absolute;
  top: 5px;
  left: -20px;
}
footer .other_info .goodde {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.popup_holder .menu_popup {
  top: 50%;
  left: 50%;
  margin-left: -480px;
  margin-top: -170px;
  width: 960px;
}
.popup_holder .menu_popup .lvl1 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 0.75em;
}
.popup_holder .menu_popup .lvl1 li {
  line-height: 2em;
}
.popup_holder .menu_popup .lvl1 li a {
  color: #6dcff6;
}
.popup_holder .menu_popup .lvl2 {
  font-size: 0.8125em;
  line-height: 1.5em;
  font-weight: bold;
}
.popup_holder .menu_popup .lvl2 li {
  margin-bottom: 0.5em;
}
.popup_holder .menu_popup .lvl2 li a {
  color: #cccccc;
}
.popup_holder .menu_popup li a:hover,
.popup_holder .menu_popup li a:hover span {
  border-bottom: none;
  color: #fff;
}
.popup_holder .search_popup {
  margin-top: -200px;
}
.popup_holder .search_popup h2 {
  text-align: center;
  color: #fff;
  font-family: "PT Serif", serif;
}
.popup_holder .search_popup .serch_form form {
  position: relative;
  width: 50%;
  margin: 1.5em auto 2.5em;
}
.popup_holder .search_popup .serch_form form .input_holder {
  margin-right: 40px;
}
.popup_holder .search_popup .serch_form form .input_holder input {
  width: 100%;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  background-color: #898989;
  padding: 8px 30px 6px 8px;
  margin: 0;
}
.popup_holder .search_popup .serch_form form .input_holder button {
  position: absolute;
  top: 6px;
  right: 6px;
  vertical-align: top;
  width: 24px;
  height: 24px;
}
.popup_holder .authorization_popup,
.popup_holder .reg_popup {
  top: 50%;
  left: 50%;
  width: 480px;
  margin-left: -240px;
  margin-top: -200px;
  text-align: center;
}
.popup_holder .authorization_popup h2,
.popup_holder .reg_popup h2 {
  color: #fff;
  margin-bottom: 1em;
}
.popup_holder .authorization_popup p,
.popup_holder .reg_popup p {
  color: #fff;
  font-size: 0.8em;
}
.popup_holder .authorization_popup p span,
.popup_holder .reg_popup p span {
  margin-left: 0.5em;
}
.popup_holder .authorization_popup .form_holder,
.popup_holder .reg_popup .form_holder {
  background-color: #f1f1f1;
  padding: 30px 0 50px 0;
  margin-bottom: 1em;
}
.popup_holder .authorization_popup .form_holder .form_wrapper,
.popup_holder .reg_popup .form_holder .form_wrapper {
  width: 220px;
  margin: 0 auto;
}
.popup_holder .authorization_popup .form_holder .form_wrapper h3,
.popup_holder .reg_popup .form_holder .form_wrapper h3 {
  color: #333333;
  font-family: "PT Sans", Arial, sans-serif;
  margin-bottom: 1em;
}
.popup_holder .authorization_popup .form_holder .form_wrapper label,
.popup_holder .reg_popup .form_holder .form_wrapper label {
  display: block;
  margin-bottom: 11px;
}
.popup_holder .authorization_popup .form_holder .form_wrapper label input,
.popup_holder .reg_popup .form_holder .form_wrapper label input {
  width: 210px;
}
.popup_holder .authorization_popup .form_holder .form_wrapper button,
.popup_holder .reg_popup .form_holder .form_wrapper button {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1em;
  padding: 0.625em 0;
}
.popup_holder .authorization_popup .form_holder .form_wrapper a,
.popup_holder .reg_popup .form_holder .form_wrapper a {
  color: #0072bc;
  font-size: 0.8em;
}
@media all and (max-width: 1024px) {
  .popup_holder .menu_popup {
    width: 800px;
    margin-left: -400px;
  }
  .ideologiya_in_numbers .numbers_wrapper .num {
    font-size: 2em;
  }
}
@media all and (max-width: 960px) {
  .popup_holder .menu_popup {
    width: 640px;
    margin-left: -320px;
  }
  .news_list article.gallery .gallery_item.gallery_item_detail .desc {
    max-width: 100%;
  }
}
@media all and (max-width: 800px) {
  article.news_detail .important_news {
    display: none;
  }
  article.news_detail .new_info {
    width: 100%;
  }
  article.news_detail .new_content {
    width: 100%;
  }
  article.items .item {
    width: 47.5%;
    *width: 47%;
  }
  .popup_holder .menu_popup {
    width: 480px;
    margin-left: -240px;
  }
  .news_list article.gallery .gallery_item.gallery_item_detail .gallery_detail_wrapper.video > * {
    height: 360px;
  }
  .enter--stude .enter_wrapper {
    width: 100%;
    float: inherit;
  }
  .enter--stude .neben {
    width: 100%;
    float: inherit;
    background-color: #f7f7f9;
    display: block;
    margin: 2.3% 0 0 0;
  }
}
@media all and (max-width: 768px) {
  .ideologiya_in_numbers .numbers_wrapper {
    margin: 1em;
    margin-left: 0;
  }
  .progs_holder .progs_content .content_table tr td:last-child {
    width: 33%;
  }
}
@media all and (max-width: 640px) {
  /*DOCUMENT*/
  .news_list article.news {
    width: auto;
    margin-right: 0;
    display: block;
  }
  .news_list article.news .new {
    clear: both;
  }
  .news_list article.news .new .img {
    width: 30%;
    min-width: 5em;
    float: left;
    margin: 0 1em 0.5em 0;
    font-size: 1.25em;
  }
  .news_list article.news .new .name {
    margin-top: -2px;
  }
  .news_list article.news .new.has_img .name {
    margin-left: 6em;
  }
  .news_list article.news .new:first-child {
    border-top: none;
  }
  .news_list article.news .new:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 0;
  }
  .news_list article.news .new.accent .img {
    margin: 0;
  }
  .news_list article.news .new.accent .name,
  .news_list article.news .new.accent .date {
    margin-left: 30%;
    width: 62%;
    padding: 0 4%;
  }
  .news_list article.news.big_new {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .news_list article.news:first-child .new:first-child {
    border-top: 1px solid #d5d5d5;
    padding-top: 0.625em;
  }
  article.items .item {
    width: 100%;
    margin-right: 0;
  }
  article.items .item.with_img {
    margin-right: 0;
  }
  article.items .item.with_img {
    width: 47.5%;
    *width: 47%;
  }
  .news_list article.gallery .gallery_item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 47.5%;
    *width: 46.5%;
    margin: 0 1.25%;
  }
  .news_list article.logos .promo_block .big {
    display: none;
  }
  .news_list article.logos .promo_block .small {
    display: inline;
  }
  /* Right side column */
  .right_side_column_holder .left_side_column {
    width: 100%;
    margin-right: 0;
  }
  .right_side_column_holder .right_side_column {
    width: 100%;
    float: none;
    margin: -20px;
    margin-bottom: 20px;
  }
  /* page navig*/
  .page_navig.version2 {
    width: 100%;
  }
  .columnx3 {
    width: 50%;
  }
  .content {
    width: 100%;
  }
  /*MAIN*/
  header {
    min-height: 0;
  }
  header .logo {
    position: static;
    margin: 0 auto;
    text-align: center;
  }
  header .logo .big {
    display: none;
  }
  header .logo .small {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 82px;
  }
  header .logo .small img {
    max-height: 100%;
  }
  header .menu {
    margin: 26px 0 0 0;
    float: left;
  }
  header .menu nav {
    display: none;
  }
  header .lang_selector {
    margin-top: 26px;
  }
  .main_banner .banner_wrapper .banner .banner_text {
    width: 80%;
    left: 35px;
  }
  .main_banner .banner_wrapper .banner .banner_text h4 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.20em;
  }
  .rector_blog .rector_wrapper .img {
    width: 30%;
    float: left;
    margin: 0 1em 1em 0;
  }
  .rector_blog .rector_wrapper .prev_text {
    margin-top: 0;
  }
  .rector_blog .rector_other_links {
    clear: both;
  }
  .enter .enter_wrapper .enter_block {
    width: 33%;
    *width: 32%;
  }
  .enter .enter_wrapper .enter_block.third a {
    border-right-color: transparent;
  }
  /*.mian_slogan {
    display: none;
  }*/
  .sub_menu .ico.door {
    position: static;
    margin-top: 30px;
    margin-left: 35px;
  }
  .sub_menu .sub_menu_wrapepr {
    padding-left: 0;
    padding-right: 0;
  }
  .sub_menu .sub_menu_wrapepr .columnx4 {
    width: 50%;
    *width: 49%;
  }
  .sub_menu .sub_menu_wrapepr h5,
  .sub_menu .sub_menu_wrapepr p {
    margin-left: 35px;
  }
  .sub_menu .sub_menu_wrapepr.no_ico {
    padding-left: 0;
  }
  .sub_menu .ask_form .desc {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 3em;
  }
  .sub_menu .ask_form .desc h5 {
    margin-bottom: 0.5em;
  }
  .sub_menu .ask_form .form {
    width: 100%;
    margin-left: 0;
  }
  footer .other_info .donation,
  footer .other_info .goodde,
  footer .footer_small_block,
  footer .footer_big_block {
    display: block;
    width: auto;
  }
  footer .footer_contacts,
  footer .other_info {
    float: none;
    margin-bottom: 1.5em;
  }
  footer .footer_contacts h5,
  footer .footer_contacts p {
    display: inline;
    margin-right: 0.4em;
  }
  footer .footer_contacts .footer_copyright {
    display: block;
  }
  footer .footer_contacts .footer_copyright:before,
  footer .other_info .donation i {
    position: static;
    margin-right: 6px;
  }
  footer .other_info .donation,
  footer .other_info .goodde {
    margin-bottom: 0.5em;
  }
  .popup_holder .menu_popup {
    width: 420px;
    margin-left: -210px;
  }
}
@media all and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 1.2em;
  }
  /*DOCUMENT*/
  .wrapper {
    padding: 0 20px;
  }
  .gray_bg_block.full_width {
    margin: 0 -20px;
    padding: 20px;
  }
  .news_list article.gallery .gallery_item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 97%;
    *width: 96%;
    margin: 0 0.75%;
  }
  .news_list article.gallery .gallery_item.gallery_item_detail .gallery_detail_wrapper.video > * {
    height: 240px;
  }
  .news_list article.gallery .gallery_item .img .hover_shadow {
    bottom: 0;
  }
  article.items .item {
    width: 100%;
    margin-right: 0;
  }
  article.items .item.with_img {
    margin-right: 0;
  }
  .news_list .page_navig span,
  .news_list .page_navig a {
    display: none;
  }
  .news_list .page_navig .back,
  .news_list .page_navig .forward {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  /* page navig*/
  .page_navig a {
    padding: 0.2em;
  }
  .page_navig.version2 {
    font-size: 0.8em;
  }
  .columnx3 {
    width: 100%;
  }
  /*MAIN*/
  header .menu {
    position: absolute;
    left: 20px;
    float: none;
  }
  header .lang_selector {
    right: 20px;
  }
  .main_banner {
    height: 240px;
  }
  .main_banner .banner_wrapper .banner {
    height: 240px;
  }
  .main_banner .banner_wrapper .banner .banner_text {
    left: 20px;
    bottom: 1em;
  }
  .main_banner .banner_wrapper .banner .banner_text h4 {
    font-size: 1.25em;
    line-height: 1.0em;
  }
  .sub_menu .sub_menu_wrapepr .columnx4 {
    width: 100%;
  }
  .sub_menu .sub_menu_wrapepr h5,
  .sub_menu .sub_menu_wrapepr p {
    margin-left: 20px;
  }
  .sub_menu i.ico.door {
    margin-left: 20px;
  }
  .ideologiya_gray_bg_block {
    padding: 1em 20px;
    margin: 0 -20px;
  }
  /* search */
  .serch_form input {
    padding: 7px 8px 6px 8px;
  }
  footer .footer_contacts h5,
  footer .footer_contacts p {
    display: block;
    margin-right: 0;
  }
  footer .footer_menu {
    display: none;
  }
  .popup_holder .menu_popup {
    width: 360px;
    margin-left: -180px;
  }
  .popup_holder .menu_popup .lvl1 {
    font-size: 0.8em;
  }
  .popup_holder .menu_popup .lvl2 {
    font-size: 0.75em;
  }
  .popup_holder .close_popup {
    top: 15px;
    right: 10px;
  }
  .popup_holder .authorization_popup,
  .popup_holder .reg_popup {
    width: 100%;
    margin-left: -50%;
  }
}
@media all and (max-width: 470px) {
  article.items .item.with_img {
    width: 100%;
  }
}
/*                          */
section .main-top {
  width: 100%;
  height: 30px;
  background-color: #353e47;
}
.main-top_wrap {
  margin: 0 0 0 170px;
}
.main-top_link {
  margin: 0 1.3em 0 0;
  line-height: 30px;
  color: #cccccc;
  font-size: 0.8125em;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .main-top_wrap {
    margin: 0;
  }
}
/*# sourceMappingURL=main.css.map */

/** school block */
.enter.school .ico {
  background-image:url('../img/icons_school4.png');
  width: 100px;
  height: 100px;
}
.school .ico.doors {background-position: -600px 0;}
.school .ico.books {background-position: 0 0;}
.school .ico.bag {background-position: -100px 0;}
.school .ico.lens {background-position: -200px 0;}
.school .ico.pen {background-position: -300px 0;}
.school .ico.columns {background-position: -400px 0;}
.school .ico.comp {background-position: -500px 0;}
.school .ico.mil {background-position: -700px 0;}
.school .ico.webinar {background-position: -800px 0;}
.school .ico.sunc {background-image: url(/index2015/img/young_scientist.jpg); background-position: center; background-size: cover;}

.col_container .right_col .gray_wrapper {
  background-color: #f5f5f5;
  padding: 20px;
}

.col_container {margin:30px 0 40px 0;}
.col_container .right_col {
  position: relative;
  float: right;
  vertical-align: top;
  width: 31.5%;
  *width: 30.5%;
}
.col_container .left_col {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 66%;
  *width: 65%;
  margin-right: 2.5%;
}

.content .col_container{
  width: 100%;
}
