@charset "UTF-8";
.jumbotron {
  background-color: transparent;
  text-align: center; }
  .jumbotron .btn {
    padding: 14px 24px;
    font-size: 21px; }

.not-set {
  color: #C55;
  font-style: italic; }

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-left: 5px;
  font-weight: normal;
  font-style: normal;
  font-family: 'Glyphicons Halflings';
  line-height: 1; }

a.asc:after {
  content: "\e151"; }

a.desc:after {
  content: "\e152"; }

.sort-numerical a.asc:after {
  content: "\e153"; }

.sort-numerical a.desc:after {
  content: "\e154"; }

.sort-ordinal a.asc:after {
  content: "\e155"; }

.sort-ordinal a.desc:after {
  content: "\e156"; }

.table-fixed {
  table-layout: fixed; }

.table-overflow-hidden td, .table-overflow-hidden th {
  overflow: hidden; }

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999; }

.error-summary {
  margin: 0 0 15px 0;
  padding: 10px 20px;
  border-left: 3px solid #EED3D7;
  background: #FDF7F7;
  color: #A94442; }

/* Отступы */
.margin-top-5 {
  margin-top: 5px !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-top-35 {
  margin-top: 35px !important; }

.margin-bottom-35 {
  margin-bottom: 35px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-top-45 {
  margin-top: 45px !important; }

.margin-bottom-45 {
  margin-bottom: 45px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.margin-top-55 {
  margin-top: 55px !important; }

.margin-bottom-55 {
  margin-bottom: 55px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-top-65 {
  margin-top: 65px !important; }

.margin-bottom-65 {
  margin-bottom: 65px !important; }

.margin-top-70 {
  margin-top: 70px !important; }

.margin-bottom-70 {
  margin-bottom: 70px !important; }

.margin-top-75 {
  margin-top: 75px !important; }

.margin-bottom-75 {
  margin-bottom: 75px !important; }

.margin-top-80 {
  margin-top: 80px !important; }

.margin-bottom-80 {
  margin-bottom: 80px !important; }

.margin-top-85 {
  margin-top: 85px !important; }

.margin-bottom-85 {
  margin-bottom: 85px !important; }

.margin-top-90 {
  margin-top: 90px !important; }

.margin-bottom-90 {
  margin-bottom: 90px !important; }

.margin-top-95 {
  margin-top: 95px !important; }

.margin-bottom-95 {
  margin-bottom: 95px !important; }

.margin-top-100 {
  margin-top: 100px !important; }

.margin-bottom-100 {
  margin-bottom: 100px !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

/* Элементы страницы */
a {
  cursor: pointer; }

.center-vertically-container {
  position: relative; }
  .center-vertically-container .center-vertically {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

#seoText {
  margin: 45px 0 -30px;
  font-size: 12px; }

/* Скроллер наверх */
#scroll-top {
  display: none;
  left: 23px;
  font-size: 2rem; }
  #scroll-top a {
    background-color: #4ABDE8 !important; }

/* Элементы Ajax-загрузки */
#loader-background {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  display: none;
  width: 100%;
  height: 100%; }

#loader-icon {
  position: fixed;
  right: 250px;
  z-index: 2000; }
  #loader-icon .material-icons {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    color: #FFF; }

/* Bootstrap Notify */
[data-notify="title"] {
  font-weight: bold; }

/* Photobox */
#pbOverlay {
  display: none; }

/* Гамбургер, мобильное меню */
.mm-opened .navbar-fixed-top {
  position: static; }

.mm-opened body {
  padding-top: 0; }

.mm-opening .mm-page {
  box-shadow: 0 0 20px 2px; }

#hamburger {
  display: block;
  width: 30px;
  padding: 5px;
  overflow: hidden; }
  #hamburger span {
    background: #FFF;
    display: block;
    height: 3px;
    margin: 5px 0;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    left: 0;
    opacity: 1;
    transition: none 0.5s ease;
    transition-property: transform, top, left, opacity; }

html.mm-opened #hamburger span.top-bar {
  transform: rotate(45deg);
  top: 7px; }

html.mm-opened #hamburger span.middle-bar {
  opacity: 0;
  left: -40px; }

html.mm-opened #hamburger span.bottom-bar {
  transform: rotate(-45deg);
  top: -7px; }
