body {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
}
.wrap {
  background: url('/img/bg/52.jpg');
}
.breadcrumb {
  background-color: transparent !important;
}
.jumbotron {
  padding: 0 !important;
}
/* --------------- СКРОЛ ВВЕРХ--------*/
.scroll-top {
  position: fixed;
  right: 10px;
  bottom: 55%;
  color: #555;
  z-index: 99;
}
.scroll-top:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.scroll-top-left {
  position: fixed;
  left: 10px;
  bottom: 55%;
  color: #555;
  z-index: 99;
}
.scroll-top-left:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 0.3s;
}
.menu-btn {
  position: fixed;
  left: 5px;
  top: 55px;
}
/* Menu Button */
.menu-btn {
  padding: 10px;
  margin-bottom: 30px;
  background: #000;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  border: 0px;
}
.menu-btn:hover {
  opacity: 0.6;
}
.pushy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pushy {
  width: 200px;
  /* Changed the width to 400px */
}
.pushy-left {
  transform: translate3d(-200px, 0, 0);
  /* Updated the values */
  /* Don't forget the vendor prefixes */
}
.pushy-open-left #container,
.pushy-open-left .push {
  transform: translate3d(200px, 0, 0);
  /* Updated the values */
}
.material-one {
  background-color: #fff;
  border: 2px solid #000;
  padding: 10px;
  margin-bottom: 20px;
}
.one-new {
  padding: 5px;
}
.one-new .one-new-wrap {
  overflow: auto;
  border: 1px solid #000;
  background-color: #fff;
  padding: 10px 20px;
}
.left-side-menu {
  background-color: #fff;
  min-height: 300px;
}
.footer .footer-copy a {
  color: #000;
}
.calendar-index {
  margin-top: 30px;
}
.calendar-index .fc-view-container {
  background-color: #fff;
}
.calendar-index .fc-day:hover {
  background-color: #1b6d85;
}
.home-part-wrap {
  border-radius: 5px;
  padding: 0 2rem 2rem;
  background-color: cadetblue;
  margin-bottom: 50px;
}
.equalize {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  align-items: flex-start;
}
.equalize .item {
  margin-bottom: 10px;
}
.g-v-center {
  text-align: center !important;
  vertical-align: middle !important;
}
/*# sourceMappingURL=client.css.map */