/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
.palette {
  position: fixed;
  z-index: 33;
  top: 10px;
  right: 10px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: 100px;
  font-family: 'Roboto Condensed';
}
.palette-toggler {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
.palette-toggler + label {
  text-decoration: underline;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.palette-toggler:checked + label + .palette-items {
  display: block;
}
.palette-items {
  display: none;
}
.palette__color {
  padding: 10px;
}
.palette .color--userbar {
  color: #fff;
  background: #292f4c;
}
.palette .color--menu {
  color: #fff;
  background: #626b79;
}
.palette .color--text {
  color: #fff;
  background: #333333;
}
.palette .color--gray50 {
  color: #fff;
  background: #666666;
}
.palette .color--gray45 {
  color: #222;
  background: #878f9c;
}
.palette .color--gray35 {
  color: #222;
  background: #a8a8a8;
}
.palette .color--gray25 {
  color: #222;
  background: #b5b5b5;
}
.palette .color--gray15 {
  color: #222;
  background: #dedede;
}
.palette .color--gray10 {
  color: #222;
  background: #e3e3e3;
}
.palette .color--link {
  color: #fff;
  background: #00cccc;
}
.palette .color--notif {
  color: #222;
  background: #e32636;
}
.palette .color--highlight {
  color: #222;
  background: #ff6283;
}
.palette .color--bar {
  color: #fff;
  background: #f0c20b;
}
.palette .color--upvote {
  color: #fff;
  background: #7dbf37;
}
.palette .color--downvote {
  color: #222;
  background: #e32636;
}
* {
  box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
  color: #222;
  font-family: 'PT Sans', sans-serif;
}
html,
body {
  height: 100%;
}
::-moz-selection {
  background: #00cccc;
  text-shadow: none;
  color: #fff;
}
html {
  min-width: 940px;
}
::selection {
  background: #00cccc;
  text-shadow: none;
  color: #fff;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 7px rgba(92, 177, 255, 0.7);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
body {
  padding: 80px 0 0 80px;
  background: #e4e4e4;
  font-size: 16px;
  line-height: 1.25;
}
a {
  text-decoration: none;
  color: #00cccc;
}
a:active,
a:focus,
button:focus,
input[type=button],
input[type=submit] {
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.nitify_span {
  display: inline-block;
  position: relative;
}
.nitify_span::after {
  position: absolute;
  right: -15px;
  content: "";
  display: block;
  border: 2px solid #fff;
  background: #e32636;
  width: 0.500rem;
  height: 0.500rem;
  border-radius: 10em;
  display: none;
}
.userbar__link .nitify_span::after {
  top: 5px;
}
.userbar-category__item .nitify_span::after {
  top: 0;
}
.nitify_active .nitify_span::after {
  display: block;
}
.userbar {
  position: fixed;
  background: #000;
  background: -moz-linear-gradient(top, #000 0%, #292f4c 35%, #292f4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(35%, #292f4c), color-stop(100%, #292f4c));
  background: -webkit-linear-gradient(top, #000 0%, #292f4c 35%, #292f4c 100%);
  background: -o-linear-gradient(top, #000 0%, #292f4c 35%, #292f4c 100%);
  background: -ms-linear-gradient(top, #000 0%, #292f4c 35%, #292f4c 100%);
  background: linear-gradient(to bottom, #000 0%, #292f4c 35%, #292f4c 100%);
  top: 0;
  left: 0;
  bottom: 0;
  width: 80px;
  z-index: 31;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
}
.userbar .bottom-links-dock {
  height: 170px;
}
.userbar.toggled {
  min-width: 300px;
}
.userbar.toggled [class^="userbar__"] {
  padding-right: 20px;
}
.userbar [class^="userbar__"] {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.userbar [class^="userbar__"]:hover {
  color: #00cccc;
}
.userbar__usermenu {
  background: #292f4c;
  position: relative;
  height: 80px;
  cursor: pointer;
}
.userbar__usermenu .lines-button {
  transition: .3s;
  width: 80px;
  height: 80px;
  position: relative;
}
.userbar__usermenu .lines-button .lines {
  position: absolute;
  width: 30%;
  height: 2px;
  background: #fff;
  border-radius: 10em;
  transition: .3s;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -15%;
}
.userbar__usermenu .lines-button .lines:before,
.userbar__usermenu .lines-button .lines:after {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10em;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
}
.userbar__usermenu .lines-button .lines:before {
  top: 7px;
}
.userbar__usermenu .lines-button .lines:after {
  top: -7px;
}
.userbar__usermenu .lines-button.close .lines {
  background: transparent;
}
.userbar__usermenu .lines-button.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 0;
}
.userbar__usermenu .lines-button.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: 0;
}
.userbar__usermenu:hover .lines {
  background: #00cccc;
}
.userbar__usermenu:hover .lines:before {
  top: 10px;
  background: #00cccc;
}
.userbar__usermenu:hover .lines:after {
  top: -10px;
  background: #00cccc;
}
.userbar__usermenu .menu-text {
  position: absolute;
  line-height: 80px;
  width: 100%;
  padding-left: 100px;
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.userbar__avatar {
  overflow: hidden;
  border-bottom: 2px solid #00cccc;
  height: 80px;
  position: relative;
}
.userbar__avatar img {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.userbar__avatar .avatar-info {
  padding-left: 100px;
  padding-top: 4px;
}
.userbar__avatar .avatar-info__name {
  font-size: 1.125em;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.userbar__avatar .avatar-info__position {
  font-family: 'Roboto Condensed', sans-serif;
  color: #b5b5b5;
}
.userbar__avatar .avatar-info__room {
  color: #00cccc;
}
.userbar__link {
  height: 35px;
}
.userbar [class~="icon"]::before {
  content: "";
  background: url(../img/sprite.png);
}
.userbar [class~="icon"]::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 50%;
  left: 24px;
  margin-top: -16px;
}
.userbar .icon {
  height: 35px;
  position: relative;
  display: block;
  line-height: 35px;
  padding-left: 100px;
}
.userbar .icon-home:before {
  background-position: 0 0;
}
.userbar .icon-home:hover::before {
  background-position: -32px 0;
}
.userbar .icon-user:before {
  background-position: 0 -32px;
}
.userbar .icon-user:hover::before {
  background-position: -32px -32px;
}
.userbar .icon-gallery:before {
  background-position: 0 -64px;
}
.userbar .icon-gallery:hover::before {
  background-position: -32px -64px;
}
.userbar .icon-games:before {
  background-position: 0 -96px;
}
.userbar .icon-games:hover::before {
  background-position: -32px -96px;
}
.userbar .icon-wiki:before {
  background-position: 0 -128px;
}
.userbar .icon-wiki:hover::before {
  background-position: -32px -128px;
}
.userbar .icon-help:before {
  background-position: 0 -160px;
}
.userbar .icon-help:hover::before {
  background-position: -32px -160px;
}
.userbar .icon-signin:before {
  background-position: 0 -192px;
}
.userbar .icon-signin:hover::before {
  background-position: -32px -192px;
}
.userbar .userbar__bottom-links {
  position: absolute;
  height: auto;
  bottom: 20px;
}
.userbar-category__list {
  list-style: none;
  padding: 0;
  margin: 0 -20px 0 80px;
  padding-left: 35px;
  background: #161a2a;
  position: relative;
  z-index: 8;
}
.userbar-category__link {
  color: #fff;
  padding: 5px 0;
  display: block;
}
.userbar-category__link:hover {
  text-decoration: underline;
  color: #00cccc;
}
.menu {
  position: fixed;
  top: 0;
  right: 80px;
  left: 80px;
  height: 80px;
  background: #626b79;
  z-index: 31;
}
.menu__nav {
  display: table;
  width: 100%;
  height: 80px;
  padding: 0;
  margin: 0;
}
.menu__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.menu__item:hover {
  background: rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
}
.menu__item span {
  position: relative;
}
.menu__item.notif span::after {
  position: absolute;
  content: "";
  background: #e32636;
  width: 0.500rem;
  height: 0.500rem;
  border: 2px solid #fff;
  border-radius: 10em;
  top: -0.313rem;
  right: -0.625rem;
}
.search-form {
  position: relative;
  width: 100%;
}
.search-form__toggler {
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 31;
  top: 0;
  right: 0;
  border: none;
  background-color: #00cccc;
}
.search-form__toggler:hover {
  background-color: #009999;
}
.search-form__toggler-inner {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
}
.search-form__toggler-inner::before,
.search-form__toggler-inner::after {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.2s;
  text-shadow: 0px 1px #ff0000;
}
.search-form__toggler-inner::before {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: -2px;
  top: -2px;
}
.search-form__toggler-inner::after {
  height: 2px;
  width: 15px;
  background: #fff;
  top: 31px;
  left: 24px;
  transform: rotate(45deg);
}
.search-form__form {
  position: fixed;
  z-index: 31;
  top: -80px;
  right: 80px;
  left: 80px;
  overflow: hidden;
  transition: all .2s;
  padding: 20px;
  background-color: #4b525d;
}
.search-form__input {
  width: 100%;
  border: none;
  height: 40px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.search-form.search-form--open .search-form__toggler-inner::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  transform: rotate(45deg);
  top: 2px;
  left: 16px;
}
.search-form.search-form--open .search-form__toggler-inner::after {
  height: 2px;
  width: 34px;
  background: #fff;
  top: 17px;
  left: 0px;
  transform: rotate(45deg);
}
.search-form.search-form--open .search-form__form {
  top: 0;
}
.userbar__link.current :before {
  background-position-x: -32px !important;
}
.no-avatar {
  background-image: url(../img/no-avatar.png);
  width: 60px;
  height: 60px;
  display: block;
  float: left;
}
.conferents-room-nav {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-decoration: none;
  padding: 0.313rem;
  opacity: .8;
}
.conferents-room-nav:hover {
  opacity: 1;
}
.conferents-room-nav.no-active {
  opacity: .3;
}
.conferents-room-nav.next {
  background-image: url(../img/next.png);
  padding-left: 20px;
}
.conferents-room-nav.prev {
  background-image: url(../img/prev.png);
  padding-right: 20px;
}
.confroom__tablereserv p {
  text-align: center;
  width: 100%;
}
.reserv-time-field {
  display: inline-block;
  border-radius: 6px;
  width: 6.250rem;
  border: 1px solid #ccc;
  padding: 0.125rem 0.313rem;
  margin-left: 0.625rem;
  font-size: 1em;
  color: #333;
}
.reserv-description-field {
  display: inline-block;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.125rem 0.313rem;
  font-size: 1em;
  color: #333;
  height: 4.375rem;
}
.reserv-select-field {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0.125rem 0.313rem;
  font-size: 1em;
  color: #333;
  width: 100%;
}
.reserv-make {
  display: block;
  border: 1px solid #e4e4e4;
  height: 44px;
  line-height: 42px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  width: 280px;
  margin: 0 auto;
}
.reserv-make:hover {
  background: #00cccc;
  color: #fff;
}
#reserv-errors {
  color: #ff4029;
}
.events-marker > p > span > span {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 15px;
}
.confroom__day-current .hasDatepicker > .ui-datepicker {
  position: absolute;
}
.main-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.content-wrap {
  padding: 40px;
}
.content-wrap .organization-item__tab {
  background-color: #fff;
}
.content-wrap .organization-item__pointer:after {
  border-left: 7px solid #fff;
}
.content-wrap .organization-item__content {
  background: #f9f9f9;
}
.content-wrap .organization-item.active .organization-item__pointer:after {
  border: 7px solid transparent;
  border-top: 7px solid #fff;
  margin: -3px 0 0 -7px;
}
.title-top {
  margin: 0 auto 40px auto;
  font-size: 3.5em;
  text-align: center;
  line-height: 1;
  color: #292f4c;
}
.title-top--news {
  position: relative;
}
.userbar-category__list .userbar-category__item {
  position: relative;
}
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f9f9f9 !important;
}
.no-search-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("http://s3.amazonaws.com/auteurs_production/images/film/dead-man/w1280/dead-man.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.no-search-result__inner {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.77);
  padding: 40px;
  font-size: 18px;
}
.go-top {
  background: none;
  border: none;
  position: fixed;
  z-index: 2;
  bottom: 60px;
  right: 60px;
  width: 60px;
  height: 60px;
  background-image: url(../img/totop.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .33;
  transition: all .2s;
  display: none;
}
.go-top:hover {
  opacity: 1;
}
.reserv-users-list-container {
  overflow: visible !important;
}
.fc-popover .fc-title::before {
  display: none;
}
/* ==========================================================================
	 Helper classes
	 ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
._text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* Default buttons styles */
.btn {
  display: inline-block;
  min-width: 160px;
  line-height: 21px;
  padding: 10px 10px;
  border: 1px solid #00cccc;
  background-color: #00cccc;
  color: #fff;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
}
.btn:hover {
  background-color: #fff;
  color: #00cccc;
}
/* Default textarea */
textarea {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 5px;
  resize: none;
  padding: 10px;
  font-size: 12px;
  color: #91949b;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body.department {
  color: #222;
  background: #dedede;
}
.organization-item {
  margin-bottom: 2px;
}
.organization-item.active .organization-item__department {
  display: inline-block;
}
.organization-item.active .organization-item__pointer:before {
  border: 8px solid transparent;
  border-top: 9px solid #333333;
  margin: -3px 0 0 -8px;
}
.organization-item.active .organization-item__pointer:after {
  border: 7px solid transparent;
  border-top: 7px solid #e3e3e3;
  margin: -3px 0 0 -7px;
}
.organization-item.active .organization-item__content {
  display: block;
}
.organization-item__tab {
  color: #222;
  background: #e3e3e3;
  color: #333333;
  cursor: pointer;
  padding: 10px 0 10px 38px;
  position: relative;
  height: 80px;
  text-align: center;
}
.organization-item__title {
  font-size: 1.625em;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  line-height: 80px;
  left: 38px;
  top: 0;
}
.organization-item__department {
  background: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  font-size: 1.25em;
  display: none;
  height: 60px;
  line-height: 60px;
  padding: 0 65px;
}
.organization-item__pointer {
  border: 1px solid #b5b5b5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  height: 40px;
  width: 40px;
  right: 40px;
  top: 50%;
  margin-top: -20px;
}
.organization-item__pointer:before,
.organization-item__pointer:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
}
.organization-item__pointer:before {
  border: 8px solid transparent;
  border-left: 9px solid #333333;
  margin: -8px 0 0 -3px;
}
.organization-item__pointer:after {
  border: 7px solid transparent;
  border-left: 7px solid #e3e3e3;
  margin: -7px 0 0 -3px;
}
.organization-item__content {
  display: none;
  padding: 20px;
  overflow: hidden;
}
.departments-list {
  padding: 0 15px;
  margin: 0;
  width: 165px;
  float: left;
}
.departments-list__item {
  margin-bottom: 5px;
  list-style-type: none;
}
.departments-list__link {
  color: #333333;
  display: inline-block;
  padding: 4px 10px 5px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.departments-list__link.active,
.departments-list__link:hover {
  background: #00cccc;
  color: #fff;
}
.department-peoples {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: 165px;
  background-color: #f9f9f9;
  padding: 20px 20px 0 20px;
}
.department-peoples__item {
  color: #a8a8a8;
  font: 0.875em "Roboto Condensed", sans-serif;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 340px;
  width: 280px;
  margin: 0 10px 20px 10px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.department-peoples__item b {
  color: #828282;
}
.department-peoples__item__general {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 75%;
  background: #fff;
  z-index: 1;
  -moz-transition: 0.5s top;
  -webkit-transition: 0.5s top;
  transition: 0.5s top;
}
.department-peoples__item__general:before {
  background: #b5b5b5;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  content: "";
}
.department-peoples__item__timewrap {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
}
.department-peoples__item__birth,
.department-peoples__item__in-company {
  float: left;
  width: 50%;
  border-right: 1px solid #dedede;
  margin: 8px 0;
  padding-left: 50px;
  text-align: left;
  position: relative;
}
.department-peoples__item__birth .icon:before,
.department-peoples__item__in-company .icon:before {
  position: absolute;
  left: 16px;
  top: 7px;
}
.department-peoples__item__birth .icon-birth:before,
.department-peoples__item__in-company .icon-birth:before {
  background-position: -6px -264px;
  width: 16px;
  height: 16px;
}
.department-peoples__item__birth .icon-incompany:before,
.department-peoples__item__in-company .icon-incompany:before {
  background-position: -39px -264px;
  width: 21px;
  height: 17px;
}
.department-peoples__item__birth .department-peoples__item__date,
.department-peoples__item__in-company .department-peoples__item__date {
  font-weight: 600;
}
.department-peoples__item__birth .department-peoples__item__time,
.department-peoples__item__in-company .department-peoples__item__time {
  font-size: 0.786em;
}
.department-peoples__item__details {
  padding-top: 4px;
}
.department-peoples__item__room {
  color: #00cccc;
  font-size: 1.15em;
  position: absolute;
  left: 15px;
  top: 20px;
}
.department-peoples__item__thumb {
  display: block;
  width: 100%;
  position: relative;
  height: 256px;
  overflow: hidden;
}
.department-peoples__item__thumb img {
  width: 100%;
  max-width: 100%;
}
.department-peoples__item__name {
  color: #333333;
  font: 1.571em "Pt Sans", sans-serif;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.department-peoples__item__position {
  color: #878f9c;
  margin-top: 5px;
  text-transform: uppercase;
}
.department-peoples__item__contacts {
  color: #878f9c;
}
.department-peoples__item__contacts > div {
  margin-top: 4px;
}
.department-peoples__item__email {
  position: relative;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.department-peoples__item__email a {
  display: inline-block;
  max-width: 173px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.department-peoples__item__email:after {
  content: "";
  background: url('../img/sprite.png') no-repeat scroll -124px -52px;
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-left: 10px;
  position: absolute;
  right: -16px;
  top: -2px;
}
.department-peoples__preview__info {
  height: 84px;
  padding: 14px 0;
}
.wiki_rapper .department-peoples {
  margin-left: 0em;
}
.department-peoples__item:hover .department-peoples__item__general {
  top: 37%;
}
[class^="icon-achivments"] {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  background: #666666;
}
.documents-wrap {
  *zoom: 1;
  height: 100%;
}
.documents-wrap:before,
.documents-wrap:after {
  content: " ";
  display: table;
}
.documents-wrap:after {
  clear: both;
}
.documents-menu {
  width: 100%;
  display: table;
}
.documents-menu__item {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  text-decoration: none;
  color: #222;
  transition: all .2s;
  /* &.active {
                &:before {
                    position: absolute;
                    border: 10px solid transparent;
                    border-left: 10px solid @bar;
                    right: -20px;
                    top: 50%;
                    margin-top: -10px;
                    content: "";
                }
            }*/
}
.documents-menu__item__title {
  display: block;
}
.documents-menu__item__description {
  display: block;
}
.documents-menu__item.active,
.documents-menu__item:hover {
  background: #00cccc;
  color: #fff;
  outline: none;
  border: none;
}
.documents-content {
  border-top: 2px solid #00cccc;
  background: #fff;
}
.document.current {
  border-bottom: 1px solid #dedede;
  font-weight: 600;
  color: #333;
}
.current:last-child {
  border-bottom: none;
}
span.link_more {
  color: #00cccc;
  display: block;
  font-size: 16px;
}
span.link_more:before {
  content: "";
  position: absolute;
  width: 17px;
  right: 175px;
  margin-top: 5px;
  height: 15px;
  background: url(../img/moreIco.png) no-repeat;
}
.document {
  padding: 15px 40px 15px 40px;
  display: none;
  overflow: hidden;
}
.document__left {
  float: left;
}
.document__right {
  float: right;
  min-width: 75px;
}
.document__right .link_more {
  display: block;
  cursor: pointer;
}
.document__right .link_more:hover {
  color: #333;
}
.document.current {
  display: block;
}
.document__link {
  color: #333333;
  font-size: 1.125em;
}
.doc-desk-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 20px 0;
}
.comments-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.comments-list .comments-list {
  overflow: inherit;
}
.comment {
  list-style-type: none;
  margin-top: 20px;
}
.comment__body {
  *zoom: 1;
  position: relative;
}
.comment__body:before,
.comment__body:after {
  content: " ";
  display: table;
}
.comment__body:after {
  clear: both;
}
.comment .comment {
  margin-left: 40px;
}
.comment__thumb {
  float: left;
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
}
.comment__thumb img {
  max-width: 100%;
}
.comment__main {
  margin-left: 80px;
  *zoom: 1;
}
.comment__main:before,
.comment__main:after {
  content: " ";
  display: table;
}
.comment__main:after {
  clear: both;
}
.comment__header {
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}
.comment__header__left {
  margin-right: 100px;
}
.comment__header__right {
  float: right;
  text-align: right;
}
.comment__votes-count,
.comment__vote-button {
  display: inline-block;
  vertical-align: middle;
}
.comment__votes-count {
  font-size: 0.875em;
  font-weight: bold;
  margin-right: 10px;
}
.comment__votes-count.positive {
  color: #7dbf37;
}
.comment__votes-count.negative {
  color: #e32636;
}
.comment__vote-button {
  background-image: url(../img/sprite.png);
  width: 16px;
  height: 16px;
}
.comment__vote-button--up {
  background-position: -64px -192px;
  margin-right: 10px;
}
.comment__vote-button--up:hover {
  background-position: -80px -208px;
}
.comment__vote-button--down {
  background-position: -64px -224px;
}
.comment__vote-button--down:hover {
  background-position: -80px -240px;
}
.comment__user {
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 700;
  color: #333333;
}
.comment__user:hover {
  color: #00cccc;
}
.comment__date {
  font: 0.875em "Roboto Condensed", sans-serif;
  color: #b5b5b5;
}
.comment__text {
  font-size: 0.875em;
}
.comment__reply {
  background: url(../img/sprite.png) -96px -64px;
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 10px;
}
.comment__reply:hover,
.comment__reply:active {
  background-position: -96px -96px;
}
.comment__points-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
}
.comment__points {
  width: 500px;
  height: 6px;
  background: url(../img/comment_dot.png) repeat-x 100% 0;
  right: 1px;
  top: 25px;
  position: absolute;
}
.news-container {
  *zoom: 1;
  background: #fff;
}
.news-container:before,
.news-container:after {
  content: " ";
  display: table;
}
.news-container:after {
  clear: both;
}
.news-col {
  float: left;
  width: 60.7%;
  padding: 40px;
  border-right: 1px solid #c4c2cc;
}
.news-col--important {
  float: right;
  width: 39.3%;
  border: none;
}
.news-filter-wrap {
  position: absolute;
  top: 22px;
  right: 0;
  border: 1px solid #c4c2cc;
  min-width: 170px;
  padding: 5px 24px 5px 15px;
  color: #787878;
  cursor: pointer;
  font-size: 14px;
}
.news-filter-wrap:before,
.news-filter-wrap:after {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #3b3556;
  position: absolute;
  right: 7px;
  top: 10px;
}
.news-filter-wrap:after {
  border-top-color: #e4e4e4;
  top: 8px;
}
.news-filter-wrap.is-active:before,
.news-filter-wrap.is-active:after {
  border-top: 0;
  border-bottom: 7px solid #3b3556;
}
.news-filter-wrap.is-active:before {
  border-bottom-color: #e4e4e4;
  z-index: 1;
}
.news-filter-wrap.is-active .news-filter {
  display: block;
}
.news-filter-wrap.is-active .news-filter-current {
  color: #000;
}
.news-filter {
  margin: 0;
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  top: 25px;
  background: #fff;
  width: 100%;
  left: 0;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}
.news-filter-link {
  padding: 5px 15px;
  display: block;
  color: #000;
}
.news-filter-link:hover {
  background: #00cccc;
}
.news-filter-link.is-current {
  display: none;
}
.news--single {
  clear: both;
}
.news--single .news__title {
  font-size: 2.25em;
  margin: 0 0 0.85em;
}
.news--single .news__content,
.news--single .news__readmore {
  font-size: 1.125em;
}
.news--single .news__foot {
  margin-top: 15px;
  display: table;
  width: 100%;
}
.news--single .news__readmore + .news__foot {
  margin-top: 45px;
}
.news--single .news__tags,
.news--single .news__info {
  vertical-align: top;
  display: table-cell;
}
.news--single .news__tags {
  max-width: 60%;
  padding-top: 16px;
}
.news--single .news__tags:before {
  top: 18px;
}
.news__title {
  color: #333333;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 700;
  margin: 0 0 0.625em;
}
.news__title--important {
  color: #ff6283;
  font-size: 2.25em;
  text-transform: uppercase;
  margin: 0 0 0.75em;
}
.news__title--important:hover {
  color: #ff6283;
}
.news__title a {
  color: #333333;
  text-decoration: none;
}
.news__title a:hover {
  color: #00cccc;
}
.news__content {
  font-size: 0.875em;
}
.news__content p:last-child {
  margin-bottom: 0;
}
.news__thumb {
  float: left;
  width: 60%;
  max-width: 320px;
  margin: 0 40px 20px 0;
}
.news__thumb img {
  max-width: 100%;
}
.news__readmore {
  font-size: 0.875em;
  font-weight: 700;
  float: right;
  text-decoration: none;
}
.news__readmore:hover {
  text-decoration: underline;
}
.news__foot {
  *zoom: 1;
  margin-top: 30px;
}
.news__foot:before,
.news__foot:after {
  content: " ";
  display: table;
}
.news__foot:after {
  clear: both;
}
.news__tags {
  position: relative;
  padding-left: 25px;
  font-size: 0.875em;
  margin: 0 0 5px;
}
.news__tags:before {
  background: url(../img/sprite.png) -64px -128px;
  width: 16px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
}
.news__tags__item {
  margin: 0;
  list-style-type: none;
  display: inline-block;
}
.news__tags__item + .news__tags__item:before {
  content: ",";
  color: #a8a8a8;
  margin-right: 5px;
}
.news__tags a {
  color: #a8a8a8;
}
.news__tags a:hover {
  text-decoration: underline;
  color: #00cccc;
}
.news__info {
  color: #b5b5b5;
  font: 0.875em "Roboto Condensed", sans-serif;
  position: relative;
  padding-top: 15px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news__info:before {
  background: #ccc;
  height: 1px;
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.news__info__author {
  color: #878f9c;
  font-weight: bold;
}
.news__comments-count {
  color: #a8a8a8;
  font-size: 0.875em;
  display: inline-block;
  margin-top: 10px;
  padding-left: 25px;
  position: relative;
}
.news__comments-count:before {
  background: url(../img/sprite.png) -64px -160px;
  width: 16px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 2px;
  content: "";
}
.news__comments-count:hover {
  color: #00cccc;
}
.news__comments-count:hover a {
  color: #00cccc;
  text-decoration: underline;
}
.news__comments-count a {
  color: #a8a8a8;
}
.news + .news {
  padding-top: 30px;
}
.news--single + .news--single {
  border-top: 1px solid #ccc;
  margin-top: 25px;
}
form.news__comment--form {
  position: relative;
  display: block;
}
form.news__comment--form > .news__comment--wrap {
  position: relative;
  min-height: 290px;
  margin: 30px 0 53px 0;
}
form.news__comment--form > .news__comment--wrap > .news__comment--user {
  padding: 0 10px 0 0;
}
form.news__comment--form > .news__comment--wrap > .news__comment--user > .news__comment--user--inner {
  position: relative;
  border: 4px solid #00cccc;
  -webkit-border-radius: 40%;
  -moz-border-radius: 40%;
  border-radius: 40%;
  padding: 12px 0 7px;
  background: #fff;
  font-size: 1.6em;
  font-weight: 400;
  font-family: 'Myriad Pro', sans-serif;
  color: #00cccc;
  text-align: center;
  vertical-align: middle;
  display: block;
  width: 61px;
}
form.news__comment--form > .news__comment--wrap > .col-9-1 {
  position: absolute;
  right: 0;
  top: 0;
  left: 80px;
}
form.news__comment--form > .news__comment--wrap > .col-9-1 > textarea.news__comment--field {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f1f1f1;
  color: #676767;
  width: 100%;
  max-height: 60px;
  border: 1px solid #ddd;
  padding: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 0.8em;
}
form.news__comment--form > .news__comment--wrap > .col-9-1 > input.news__comment--field--button {
  position: absolute;
  width: 47px;
  height: 47px;
  bottom: -20px;
  right: -4px;
  background: url(../img/sprite.png) #00cccc;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-position: -86px 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
form.news__comment--form > .news__comment--wrap > .col-9-1 > input.news__comment--field--button:hover {
  background: url(../img/sprite.png) #b5b5b5;
  background-position: -86px 13px;
}
.news--comment {
  border-bottom: 1px solid #ccc;
}
input.news__comment--button {
  position: relative;
  border: 2px solid #00CCCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 0;
  width: 100%;
  background: #fff;
  font-size: 1.1em;
  font-weight: 400;
  font-family: 'Myriad Pro', sans-serif;
  color: #00CCCC;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input.news__comment--button:hover {
  background: #00cccc;
  color: #ffffff;
}
form.hidden-comment {
  display: none;
  top: 10px;
  width: inherit;
  margin-right: 20px;
  height: 340px;
}
.comment__reply:hover {
  cursor: pointer;
}
.pager {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pager li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.pager li:first-of-type {
  text-align: left;
}
.pager li:last-of-type {
  text-align: right;
}
.pager li a {
  display: inline-block;
  min-width: 160px;
  line-height: 21px;
  padding: 10px 10px;
  border: 1px solid #00cccc;
  background-color: #00cccc;
  color: #fff;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
}
.pager li a:hover {
  background-color: #fff;
  color: #00cccc;
}
.pager li span {
  display: inline-block;
  min-width: 160px;
  line-height: 21px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  background-color: #ccc;
  color: #606060;
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
  text-align: center;
}
div.libraly {
  background: #fff;
  min-width: 780px;
  overflow: hidden;
  padding: 40px;
  font-weight: 400;
}
div.libraly > .libraly__column-left {
  width: 60%;
  background: #fff;
  float: left;
  min-width: 468px;
}
@media (max-width: 1024px) {
  div.libraly > .libraly__column-left {
    width: 100%;
  }
}
div.libraly > .libraly__column-left > .tabs {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
div.libraly > .libraly__column-left > .tabs #tab_1:checked ~ .tabs_cont #tab_c1,
div.libraly > .libraly__column-left > .tabs #tab_2:checked ~ .tabs_cont #tab_c2,
div.libraly > .libraly__column-left > .tabs #tab_3:checked ~ .tabs_cont #tab_c3,
div.libraly > .libraly__column-left > .tabs #tab_4:checked ~ .tabs_cont #tab_c4,
div.libraly > .libraly__column-left > .tabs #tab_5:checked ~ .tabs_cont #tab_c5,
div.libraly > .libraly__column-left > .tabs #tab_6:checked ~ .tabs_cont #tab_c6,
div.libraly > .libraly__column-left > .tabs #tab_7:checked ~ .tabs_cont #tab_c7,
div.libraly > .libraly__column-left > .tabs #tab_8:checked ~ .tabs_cont #tab_c8 {
  position: static;
  left: 0;
  opacity: 1;
}
div.libraly > .libraly__column-left > .tabs > input {
  position: absolute;
  left: -9999px;
}
div.libraly > .libraly__column-left > .tabs > label {
  cursor: pointer;
  float: left;
  color: #333333;
  width: 20%;
  padding: .5em;
  border: 1px solid #f2f2f2;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.libraly > .libraly__column-left > .tabs > input:checked + label,
div.libraly > .libraly__column-left > .tabs label:hover {
  top: 0;
  z-index: 30;
  color: #00cccc;
  text-decoration: underline;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont {
  position: relative;
  z-index: 20;
  height: inherit;
  margin: 2em 0;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li {
  position: relative;
  display: inline-block;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li a.documents-tabs__item {
  display: inline-block;
  padding: .5em;
  background: #fff;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li a.documents-tabs__item.active {
  background: #00cccc;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li > .tabs_cont__user-Name {
  position: absolute;
  right: 30px;
  bottom: 40px;
  color: #FFFFFF;
  font-size: 1.1em;
  text-align: left;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 0 50px;
  display: none;
  border: none;
  text-shadow: 1px 1px 1px #000;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li > .tabs_cont__user-Name::before {
  display: none;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li > .tabs_cont__user-Name::after {
  display: none !important;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li:hover > span {
  display: block ;
  z-index: 29;
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li.red-cut:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  right: -30px;
  border-left: 30px solid rgba(255, 0, 0, 0.7);
  border-bottom: 30px solid transparent;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-radius: 30px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li.blue-cut:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -30px;
  right: -30px;
  border-left: 30px solid #00e5e6;
  border-bottom: 30px solid transparent;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-radius: 30px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li.red-cut:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: -100px;
  right: -100px;
  border-left: 100px solid rgba(255, 0, 0, 0.7);
  border-bottom: 100px solid transparent;
  border-top: 100px solid transparent;
  border-right: 100px solid transparent;
  border-radius: 100px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li.blue-cut:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: -100px;
  right: -100px;
  border-left: 100px solid rgba(0, 229, 230, 0.9);
  border-bottom: 100px solid transparent;
  border-top: 100px solid transparent;
  border-right: 100px solid transparent;
  border-radius: 100px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.libraly > .libraly__column-left > .tabs > .tabs_cont > div > ul > li:hover::before {
  display: none;
}
div.libraly > .libraly__column-right {
  width: 40%;
  background: #fff;
  float: left;
}
@media (max-width: 1024px) {
  div.libraly > .libraly__column-right {
    width: 100%;
  }
}
div.libraly > .libraly__column-right > div.document,
div.libraly > .libraly__column-right > div.document.current,
div.libraly > .libraly__column-right > div.document:hover,
div.libraly > .libraly__column-right > div.document.current:hover {
  border: none;
  background: none;
}
div.libraly > .libraly__column-right > div > h1 {
  color: #333333;
}
div.libraly > .libraly__column-right > div > ul {
  padding: 0;
}
div.libraly > .libraly__column-right > div > ul.libraly__book-info {
  margin-top: 40px;
}
div.libraly > .libraly__column-right > div > ul.libraly__book-info > li {
  color: #9d9d9d;
  list-style: none;
}
div.libraly > .libraly__column-right > div > ul.libraly__book-info > li > span {
  color: #7d7d7d;
  text-shadow: 0px -1px 0px #7d7d7d;
}
div.libraly > .libraly__column-right > div > section.libralys__book-description h3 {
  color: #333333;
  margin-top: 25px;
}
div.libraly > .libraly__column-right > div > section.libralys__book-description p {
  color: #333333;
  font-size: 1.15em;
  padding-right: 30px;
}
div.libraly > .libraly__column-right > div > ul.libraly__book-formats {
  margin: 20px 0 0 0;
}
div.libraly > .libraly__column-right > div > ul.libraly__book-formats > li {
  list-style: none;
  display: inline-block;
}
div.libraly > .libraly__column-right > div > ul.libraly__book-formats > li > a {
  display: block;
  margin-right: 5px;
}
.libraly > .libraly__column-right div.book-description-wrap {
  display: none ;
}
div.libraly > .libraly__column-right > div > ul.libraly__book-info {
  font-weight: 400;
}
div.libraly > .libraly__column-right > div > section.libralys__book-description p {
  font-weight: 400;
}
.popup-link {
  background-color: #000;
  color: #fff;
  padding: 10px 7px;
  text-align: left;
}
.popup {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 36, 62, 0.9);
  overflow: auto;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  text-align: center;
}
.popup:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.popup.popup-feel {
  background: rgba(255, 255, 255, 0.92);
}
.popup.popup-feel .popup-content {
  background-color: transparent;
  border: 0;
  width: 670px;
}
.popup-content {
  margin: 50px auto;
  width: 90%;
  max-width: 690px;
  padding: 40px;
  background-color: #f9f8eb;
  border-radius: 3px;
  border: 4px solid #595d6e;
  z-index: 51;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.popup-content img {
  max-width: 100%;
}
.popup-content > .text-popup {
  position: relative;
  width: 100%;
}
.popup-content > .text-popup > h1 {
  text-align: center;
  color: #333333;
}
.popup-content > .text-popup > .popup-content--link {
  text-decoration: underline;
}
.popup-content > .hide-popup {
  background: url(../img/close.png);
  display: block;
  height: 30px;
  width: 30px;
  margin: -88px auto 50px;
  position: relative;
  z-index: 52;
}
.popup-content > ul {
  padding: 0;
  list-style: none;
}
.popup-content > .img-popup {
  position: relative;
  width: 100%;
  text-align: center;
}
.popup-content > .img-popup > .img-popup__picture {
  margin: 0 auto;
}
.popup-content > .img-popup > .img-popup__points {
  position: absolute;
  top: 50px;
  right: 6px;
}
.popup.game .popup-content {
  background-color: transparent;
  color: #ffffff;
  border: 0;
}
.popup.game .game__title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}
.popup.game .game__wrap {
  margin: -15px 0 0;
  text-align: center;
  opacity: 1;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -moz-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.popup.game .game__wrap.hide {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 0;
  visibility: hidden;
}
.popup.game .game__label {
  font-weight: 700;
  font-size: 20px;
}
.popup.game .game__photoslist {
  position: relative;
  min-height: 200px;
}
.popup.game .game__photowrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: 100%;
}
.popup.game .game__photowrap.photo__current {
  opacity: 1;
  z-index: 1;
}
.popup.game .game__photo {
  display: inline-block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 15px 0;
}
.popup.game .game__photo img {
  width: 100%;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  border: 3px solid #ffffff;
}
.popup.game .game__username input {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  width: 25px;
  height: 30px;
  background: none;
  border: 1px solid #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 2px;
}
.popup.game .game__resultok-btn,
.popup.game .game__resultwrong-btn {
  border: 1px solid #00cccc;
  color: #ffffff;
  background: #00cccc;
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  display: none;
}
.popup.game .game__resultwrong-btn {
  border-color: #e32636;
  background: #e32636;
  color: #ffffff;
}
.popup.game .game__resultlog {
  margin-top: 50px;
}
.popup.game .game__resultpoint {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #626b79;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0 1px;
}
.popup.game .game__resultpoint.point__error {
  background: #e32636;
}
.popup.game .game__resultpoint.point__ok {
  background: #00cccc;
}
.popup.game .game__resultwrap {
  position: relative;
  text-align: center;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: visible;
}
.popup.game .game__resultwrap.hide {
  opacity: 0;
  visibility: hidden;
}
.popup.game .game__resultwrap.hide .game__result__title,
.popup.game .game__resultwrap.hide .game__totalscore__label,
.popup.game .game__resultwrap.hide .game__totalscore__number {
  opacity: 0;
}
.popup.game .game__result__title {
  -moz-transition: 0.5s opacity 1s;
  -webkit-transition: 0.5s opacity 1s;
  transition: 0.5s opacity 1s;
  opacity: 1;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
.popup.game .game__totalscore .game__totalscore__number {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 180px;
  line-height: 185px;
  position: relative;
  height: 200px;
  -moz-transition: 0.5s opacity 1s;
  -webkit-transition: 0.5s opacity 1s;
  transition: 0.5s opacity 1s;
}
.popup.game .game__totalscore .game__totalscore__label {
  text-transform: uppercase;
  font-size: 18px;
  margin: 25px 0;
  -moz-transition: 0.5s opacity 1.5s;
  -webkit-transition: 0.5s opacity 1.5s;
  transition: 0.5s opacity 1.5s;
}
.popup.game .game__win.hide,
.popup.game .game__gameover.hide {
  display: none;
}
.popup.game .game__lifes-wrap {
  position: absolute;
  right: 0;
  top: 0;
  margin: 25px;
  width: 130px;
  text-align: center;
}
.popup.game .game__lifes-wrap .game__lifeitem {
  width: 26px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background: url('../img/sprite.png') -96px -163px;
  margin: 0 4px;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.popup.game .game__lifes-wrap .game__lifeitem.nolife {
  background-position: -96px -132px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
#canvas-number {
  width: 680px;
  height: 420px;
}
.popup-feel .feel-item-list {
  margin: 80px 0 50px;
}
.popup-feel .icon-feel-item {
  width: 127px;
  height: 133px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 25px;
}
.popup-feel .icon-feel-item label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.popup-feel .icon-feel-item input {
  position: absolute;
  visibility: hidden;
  top: 0;
}
.popup-feel .icon-feel-item input:checked + .icon-feel-happy {
  background-position: -5px -6px;
}
.popup-feel .icon-feel-item input:checked + .icon-feel-so-so {
  background-position: -155px -6px;
}
.popup-feel .icon-feel-item input:checked + .icon-feel-bad {
  background-position: -306px -7px;
}
.popup-feel .icon-feel-item input:checked + div:before {
  content: "";
  background: url('../img/feel-popup-sprite.png') no-repeat scroll 0 -296px;
  position: absolute;
  right: -25px;
  top: -12px;
  width: 39px;
  height: 23px;
}
.popup-feel .icon-feel-item div {
  width: 100%;
  height: 100%;
  background: url('../img/feel-popup-sprite.png') no-repeat scroll;
  background-position: -5px -156px;
  position: relative;
}
.popup-feel .icon-feel-item div.icon-feel-so-so {
  background-position: -155px -156px;
}
.popup-feel .icon-feel-item div.icon-feel-bad {
  background-position: -306px -156px;
}
.popup-feel .feel-btn {
  background: #00cccc;
  color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 220px;
  margin: 0 auto;
  border: 0;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 1.500em;
}
.give-bage-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  max-width: 750px;
}
.give-bage-list:after {
  content: "";
  display: table;
  clear: both;
}
.give-bage-list__item {
  float: left;
  width: 20%;
  margin: 15px 0;
}
.give-bage-list-img-wrap {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.give-bage-list-img-wrap input[type=radio] {
  display: none;
}
.give-bage-list-img-wrap__image {
  margin: 10px 0 0 0;
  cursor: pointer;
}
.give-bage-list-img-wrap__count {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.give-bage-list-img-wrap__desc {
  display: none;
  position: absolute;
  top: 110px;
  left: 50%;
  background-color: #fff;
  border-radius: 5px;
  width: 150px;
  padding: 10px;
  margin-left: -75px;
  z-index: 1;
  font-size: 12px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-word-wrap: break-word;
  -ms-word-wrap: break-word;
  -o-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-overflow-wrap: break-word;
  -ms-overflow-wrap: break-word;
  -o-overflow-wrap: break-word;
  overflow-wrap: break-word;
}
.give-bage-list-img-wrap__desc .arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -3px;
}
.give-bage-list-img-wrap:hover {
  border: 2px solid #40e0c8;
}
.give-bage-list-img-wrap:hover .give-bage-list-img-wrap__desc {
  display: block;
}
.give-bage-list-img-wrap.give-bage-list-img-wrap_active {
  border: 2px solid #40e0c8;
  background-color: #40e0c8;
}
/*!
 * FullCalendar v2.2.3 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #e0e0e0;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #ccc;
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  font-size: 2em;
  line-height: .5em;
  height: .5em;
  /* will make the total height 1em */
  font-family: "Courier New", Courier, monospace;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}
.fc-icon-x:after {
  content: "\000D7";
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid #a8a8a8;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: .05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .1em;
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
  background: #e5e5e5;
}
.fc .fc-button-group > *:active {
  outline: none;
}
.fc .fc-button-group > *:focus {
  outline: none;
}
.fc .fc-button-group > *:hover {
  background: #ffffff;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 25px;
  margin-top: 4px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-style: solid;
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875rem;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  position: relative;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.875em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-day-grid-event > .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
  padding: 5px;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
  margin: 0 5px 0 0;
}
/* resize handle (outside of fc-content, so can go outside of bounds) */
.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
}
.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize;
}
.fc-rtl .fc-day-grid-event .fc-resizer {
  left: -3px;
  cursor: w-resize;
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  padding: 1em;
  position: relative;
  min-height: 74px;
}
.fc-toolbar .fc-left {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
.fc-toolbar .fc-right {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.fc-toolbar .fc-center {
  position: relative;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  /*float: left;*/
  margin-left: .75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 1em;
}
.fc .fc-toolbar > .fc-left > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0em;
}
/* title text */
.fc-toolbar h2 {
  margin: 0 100px;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view tbody .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 8px;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding: 5px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event > .fc-content {
  /* contains the time and title, but no bg and resizer */
  position: relative;
  z-index: 2;
  /* above the bg */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}
.fc-time-grid-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer */
.fc-time-grid-event .fc-resizer {
  position: absolute;
  z-index: 3;
  /* above content */
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}
#calendar {
  max-width: 100%;
  background-color: #fff;
}
.calendar.other-profile {
  margin: 20px 0 0 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 20px !important;
}
.fc-row.fc-week.fc-widget-content.fc-rigid {
  height: 100px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  color: #333333;
}
.fc-unthemed .fc-today {
  color: #00cccc;
}
.events-marker {
  padding: 1em;
  background-color: #fff;
  border-top: 2px solid #00cccc;
}
.events-marker > p {
  margin: 0;
}
.events-marker > p > span {
  font-size: 12px;
  color: #bababa;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Regular", sans-serif;
  font-weight: 100;
  border-radius: 4px;
  padding: .25em .6em;
  color: #222;
  cursor: pointer;
  display: inline-block;
  margin: 0 .5em;
  border: 1px solid #a8a8a8;
}
.events-marker > p > span:before {
  content: " ";
  display: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 5px;
  margin-left: 5px;
}
.events-marker > p > .events.blue-dot:before {
  background-color: #4169e1;
}
.events-marker > p > .events.purple-dot:before {
  background-color: #9c1aef;
}
.events-marker > p > .events.yellow-dot:before {
  background-color: #ffba00;
}
.events-marker > p > .events.red-dot:before {
  background-color: #e32636;
}
.events-marker-inner {
  position: absolute;
  right: 0;
  bottom: 0;
}
.events-marker-inner > p {
  text-align: right;
  margin: 0;
}
.events-marker-inner > p > span {
  font-size: 1.092em;
  color: #bababa;
  font-family: "Roboto Regular", sans-serif;
  font-weight: 100;
}
.events-marker-inner > p > span:before {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 10px;
}
.events-marker-inner > p > .events.blue-dot:before {
  background-color: #4169e1;
}
.events-marker-inner > p > .events.purple-dot:before {
  background-color: #9c1aef;
}
.events-marker-inner > p > .events.yellow-dot:before {
  background-color: #ffba00;
}
.events-marker-inner > p > .events.red-dot:before {
  background-color: #e32636;
}
td.fc-widget-header {
  border-top: 2px solid #00cccc;
}
th.fc-day-header.fc-widget-header {
  padding: 25px 0;
}
th.fc-day-header.fc-widget-header {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: ;
  font-family: "Roboto Regular", sans-serif;
  color: #333333;
  font-weight: 100;
}
button.fc-prev-button {
  position: absolute;
  right: 32px;
  top: 0;
  z-index: 5;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
button.fc-prev-button:hover:before {
  background-position: 9px -31px;
  box-shadow: 0px 0px 1px #00cccc;
  border-color: #00cccc;
}
button.fc-prev-button:active,
button.fc-prev-button:focus {
  outline: none;
}
button.fc-prev-button:before {
  content: " ";
  display: block;
  left: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background: url(../img/calendar-arrows.png) no-repeat;
  background-position: 9px 7px;
}
button.fc-next-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}
button.fc-next-button:hover:before {
  background-position: -9px -31px;
  box-shadow: 0px 0px 1px #00cccc;
  border-color: #00cccc;
}
button.fc-next-button:active,
button.fc-next-button:focus {
  outline: none;
}
button.fc-next-button:before {
  content: " ";
  display: block;
  left: 0;
  width: 27px;
  height: 27px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background: url(../img/calendar-arrows.png) no-repeat;
  background-position: -9px 7px;
}
.fc-row.fc-week {
  height: 100px !important;
}
.weekendYellow-date {
  color: #ffca09 ;
}
.fc-day.fc-widget-content.fc-past.weekendYellow {
  background: url(../img/weekendBG.jpg) repeat;
}
.fc-day-number.fc-sat,
.fc-day-number.fc-sun {
  color: #ffca09;
}
th.fc-day-header.fc-widget-header {
  text-align: right;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 1em;
}
th.fc-day-header.fc-widget-header.fc-sat,
th.fc-day-header.fc-widget-header.fc-sun {
  color: #ffca09;
}
.fc-state-active {
  background: #ffffff !important;
}
.fc-bg {
  border-top: 1px solid #cecece;
}
.event-btn-calendar {
  color: #00cccc;
  background: #fff;
}
.event-btn-calendar:hover {
  color: #333333;
}
.event-btn-calendar:active,
.event-btn-calendar:focus {
  outline: none;
}
.days-event-full {
  display: inline-block;
  position: absolute;
  width: 400px;
  font-size: 0.7em;
  margin-left: 15px;
}
.days-event-full > .days-event-title {
  text-transform: uppercase;
  float: left;
  font-weight: 900;
  font-size: 1.01em;
}
.days-event-full > .days-event-description {
  font-weight: 100;
  font-size: 1.2em;
  font-size: 'Roboto Light', sans-serif;
}
div.events-marker span.event-color-pointer {
  margin: 0 5px;
}
.events-marker > p > span.active-event {
  background-color: #fff;
}
body.department {
  background: #e4e4e4;
}
.profile {
  height: auto;
  background: #fff;
  position: relative;
  padding: 20px 0;
  bottom: 0;
  left: 0;
  top: 0;
  text-align: center;
  width: 320px;
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.profile > .profile__cabinet {
  position: relative;
}
.profile > .profile__cabinet > section.profile__cabinet--nomber {
  color: #00cccc;
  padding-bottom: 20px;
}
.profile > .profile__user--image {
  position: relative;
}
.profile > .profile__user--image > .profile__user--image-face img {
  border-radius: 50%;
}
.profile > .profile__user--image > .profile__user--image-raiting {
  position: relative;
}
.profile > .profile__user--image > .profile__user--image-raiting > ul.raiting-stars-wrapper {
  border-radius: 60px;
  border: 3px solid #f0c20b;
  padding: 5px;
  width: 110px;
  margin: -15px auto 0;
  background: #ffffff;
}
.profile > .profile__user--image > .profile__user--image-raiting > ul.raiting-stars-wrapper > li {
  list-style: none;
  display: inline;
}
.profile > .profile__user--image > .profile__user--image-raiting > ul.raiting-stars-wrapper > li.raiting-stars {
  background: url(../img/star.png);
  display: inline-block;
  width: 16px;
  height: 16px;
}
.profile > .profile__user--image > .profile__user--image-raiting > ul.raiting-stars-wrapper > li.raiting-votes {
  font-weight: bold;
  color: #878f9c;
  font-size: 1.25em;
}
.profile > .profile__user--info {
  position: relative;
}
.profile > .profile__user--info > section.profile__user--info-personal {
  position: relative;
  font-size: 0.95em;
}
.profile > .profile__user--info > section.profile__user--info-personal > p {
  margin: 0;
}
.profile > .profile__user--info > section.profile__user--info-personal .personal-name {
  position: relative;
  height: 24px;
  margin: 10px 0 0 0;
}
.profile > .profile__user--info > section.profile__user--info-personal .personal-name__feeling {
  display: inline-block;
  vertical-align: middle;
}
.profile > .profile__user--info > section.profile__user--info-personal .personal-name__title {
  font-weight: 700;
  font-size: 1.27em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.profile > .profile__user--info > section.profile__user--info-personal > p.personal-position {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.98em;
  color: #878f9c;
  margin-bottom: 5px;
}
.profile > .profile__user--info > section.profile__user--info-personal > p.personal-date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.93em;
  color: #a8a8a8;
}
.profile > .profile__user--info > section.profile__user--info-personal > p.personal-date > span {
  color: #878f9c;
  font-weight: bold;
}
.profile > .profile__user--info > section.profile__user--info-personal > hr.bottom-mini-border {
  width: 40px;
  margin: 15px auto 0;
}
.profile > .profile__user--info > section.profile__user--info-companys {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.93em;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-inCompany {
  color: #b5b5b5;
  font-size: 0.95em;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-inCompany > span.info__start-date {
  color: #878f9c;
  font-weight: bold;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-inCompany > span.info__summary-count {
  color: #a8a8a8;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-userPhone {
  font-size: 0.98em;
  color: #b5b5b5;
  margin-bottom: 0;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-userPhone > span.user__phone-number {
  color: #878f9c;
  font-weight: bold;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-email {
  font-size: 0.98em;
  color: #b5b5b5;
  margin: 0;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-email > span.user__email {
  color: #00cccc;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-skype {
  font-size: 0.98em;
  color: #b5b5b5;
  margin-top: 0;
  margin-bottom: 20px;
}
.profile > .profile__user--info > section.profile__user--info-companys > p.info-skype > span.user__skype {
  color: #00cccc;
}
.profile > .profile__user--social {
  position: relative;
}
.profile > .profile__user--social > ul {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  padding: 0;
}
.profile > .profile__user--social > ul > li {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
.profile > .profile__user--social > ul > li > a {
  display: block;
  width: 20px;
  margin: 0 5px;
  height: 20px;
  background: url(../img/sprite-social.png) no-repeat;
}
.profile > .profile__user--social > ul > li.social__facebook a {
  background-position: 0px 0px;
  margin-right: -6px;
}
.profile > .profile__user--social > ul > li.social__facebook a:hover {
  background-position: 0px -20px;
}
.profile > .profile__user--social > ul > li.social__twitter a {
  background-position: -25px 0px;
}
.profile > .profile__user--social > ul > li.social__twitter a:hover {
  background-position: -25px -20px;
}
.profile > .profile__user--social > ul > li.social__instagram a {
  background-position: -55px 0px;
}
.profile > .profile__user--social > ul > li.social__instagram a:hover {
  background-position: -55px -20px;
}
.profile > .profile__user--social > ul > li.social__in a {
  background-position: -85px 0px;
}
.profile > .profile__user--social > ul > li.social__in a:hover {
  background-position: -85px -20px;
}
.profile > .profile__user--social > ul > li.social__gPlus a {
  background-position: -115px 0px;
}
.profile > .profile__user--social > ul > li.social__gPlus a:hover {
  background-position: -115px -20px;
}
.profile > .profile__user--social > ul > li.social__dribbble a {
  background-position: -148px 0px;
}
.profile > .profile__user--social > ul > li.social__dribbble a:hover {
  background-position: -148px -20px;
}
.profile > .profile__user--social > ul > li.social__behance a {
  background-position: -178px 0px;
}
.profile > .profile__user--social > ul > li.social__behance a:hover {
  background-position: -178px -20px;
}
.profile > .profile__user--social > ul > li.social__youTube a {
  background-position: -209px 0px;
}
.profile > .profile__user--social > ul > li.social__youTube a:hover {
  background-position: -209px -20px;
}
.profile .profile__user--honors {
  padding: 0 40px;
}
.profile-work {
  background: #fff;
  padding: 10px;
  margin: 0 0 0 340px;
  position: relative;
}
.profile-work .profile-work-title {
  position: absolute;
  top: -34px;
  left: 10px;
}
.profile-work .profile-work-title span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.profile-work .profile-work-menu__item {
  display: inline-block;
  margin: 3px;
}
.profile-work .profile-work-item {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #222;
  border: 1px solid #0CC;
}
.profile-work .profile-work-item:hover,
.profile-work .profile-work-item.active {
  background: #0CC;
  color: #fff;
}
.user-tree {
  padding: 0 30px 0 360px;
  margin: 30px 0 20px 0;
}
.user-tree .user-tree-content {
  max-width: 715px;
  margin: 0 auto;
  width: 100%;
}
.user-tree .user-tree-row {
  white-space: nowrap;
  margin-bottom: 10px;
}
.user-tree .user-tree-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 600;
  margin-right: 15px;
  min-width: 250px;
}
.user-tree .user-tree-list {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  max-width: 540px;
  padding-right: 16px;
  position: relative;
}
.user-tree .user-tree-list .user-tree-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #e4e4e4;
  height: 100%;
  width: 20px;
  cursor: pointer;
}
.user-tree .user-tree-list .user-tree-btn:before,
.user-tree .user-tree-list .user-tree-btn:after {
  content: "";
  border-top: 10px solid transparent;
  border-left: 10px solid #272d48;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 16px;
  right: 0;
}
.user-tree .user-tree-list .user-tree-btn:after {
  right: 3px;
  border-left-color: #e4e4e4;
}
.user-tree .user-tree-list .user-tree-btn:hover:before {
  border-left-color: #626b79;
}
.user-tree .user-tree-list-content {
  white-space: nowrap;
  font-size: 0;
  position: relative;
  maegin-left: 0;
  transition: margin 0.35s;
}
.user-tree .user-tree-item {
  width: 123px;
  height: 52px;
  background: #fff;
  display: inline-block;
  color: #222;
  padding: 10px;
  border-radius: 3px;
  margin: 0 4px;
}
.user-tree .user-tree-item:hover {
  background: #00cccc;
}
.user-tree .user-tree-item .user-tree-item-img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
}
.user-tree .user-tree-item .user-tree-item-label {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 11px;
  max-width: 75px;
  padding-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-tree .user-tree-item .user-tree-item-sublabel {
  display: block;
  text-transform: none;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.user-tree .user-tree-item.teamleader {
  border: 1px solid #00cccc;
}
.innerNav {
  position: relative;
  width: 100%;
  background: #292f4c;
  z-index: 20;
}
.innerNav > section {
  text-align: center;
  padding: 10px 0;
}
.innerNav > section > a {
  display: inline-block;
  border: 3px solid #3c425d;
  border-radius: 40px;
  padding: 7px 0px 8px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff;
  font-size: 1.2em;
  font-family: 'Roboto Condensed', sans-serif;
  position: relative;
  width: 125px;
  margin: 0 8px;
}
.innerNav > section > a.active {
  border-color: #fff;
}
.innerNav > section > a:hover {
  border-color: #fff;
}
.innerNav > section > .innerNav__btn2:before {
  content: ' ';
  position: absolute;
  padding: 8px;
  border-radius: 50%;
  background: #de3163;
  display: block;
  left: 11px;
  top: 13px;
}
.marks-history {
  margin: 20px 0 0 0;
}
.marks-history .marks-history-item {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  background: #fff;
  position: relative;
  clear: both;
  border-bottom: 1px solid #d8d8d8;
  min-height: 100px;
  padding: 20px 150px 20px 120px;
}
.marks-history .marks-history-item .profile-ava-wrapper {
  position: absolute;
  top: 20px;
  left: 40px;
}
.marks-history .marks-history-item .profile-ava-wrapper .profile-ava {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.marks-history .marks-history-item .marks-history-content {
  position: relative;
  width: 100%;
}
.marks-history .marks-history-item .marks-history-content .marks-comment-wrap {
  position: relative;
  margin: 10px 0 0 0;
  min-height: 50px;
}
.marks-history .marks-history-item .marks-history-content .marks-comment-wrap .marks-bages-image-wrapper {
  position: absolute;
  top: -5px;
  left: 0;
}
.marks-history .marks-history-item .marks-history-content .marks-comment-wrap .marks-description {
  margin: 0 0 0 65px;
}
.marks-history .marks-history-item .marks-history-content .user-name {
  font-weight: 600;
}
.marks-history .marks-history-item .marks-history-otherinfo {
  position: absolute;
  right: 40px;
  top: 20px;
}
.marks-history .marks-history-item .marks-history-otherinfo .time {
  font-size: 14px;
}
.marks-history .marks-history-item .marks-history-otherinfo .votes {
  display: block;
  text-align: right;
  margin-top: 17px;
}
.marks-history .marks-history-item .marks-history-otherinfo .votes__like-star {
  background: url('../img/star.png') no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.marks-history .marks-history-item .marks-history-otherinfo .votes__amount {
  float: right;
}
.feedback {
  position: relative;
}
.feedback > section.feedback-inn {
  width: 100%;
  background: #fff;
  position: relative;
  clear: both;
  border-bottom: 1px solid #d8d8d8;
  min-height: 100px;
  margin-top: -1px;
}
.feedback > section.feedback-inn:hover {
  background: #f4f2e1;
}
.feedback > section.feedback-inn > section.user-icon {
  float: left;
  padding: 20px 10px 20px 40px;
  width: 110px;
}
.feedback > section.feedback-inn > section.user-icon > img {
  width: 60px;
  height: 60px;
  border-radius: 24px;
}
.feedback > section.feedback-inn > section.user-text {
  margin: 1px 0 0 0;
  padding: 25px 0;
}
.feedback > section.feedback-inn > section.user-text > p {
  padding: 0 65px 0 0;
  margin: 0;
}
.feedback > section.feedback-inn > section.user-text > .user-name {
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
}
.feedback > section.feedback-inn > section.user-text > .user-comment {
  font-family: 'PTsans', sans-serif;
  color: #878f9c;
  font-weight: 100;
  font-size: 0.85em;
  padding-left: 110px;
  margin-top: 5px;
}
.feedback > section.feedback-inn > aside.user-comment__right-part {
  width: 65px;
  padding: 22px 10px 42px 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.feedback > section.feedback-inn > aside.user-comment__right-part > span.time {
  font-size: 0.85em;
  color: #b5b5b5;
  font-family: 'Roboto Condensed', sans-serif;
}
.feedback > section.feedback-inn > aside.user-comment__right-part > span.votes {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
}
.feedback > section.feedback-inn > aside.user-comment__right-part > span.votes > .votes__like-star {
  background: url(../img/passive-star.png) no-repeat;
  display: block;
  width: 18px;
  height: 18px;
  bottom: 0;
  left: 14px;
  position: absolute;
}
.feedback > section.feedback-inn > aside.user-comment__right-part > span.votes > .votes__like-star > a {
  display: block;
  width: 100%;
  height: 100%;
}
.feedback > section.feedback-inn > aside.user-comment__right-part > span.votes > .votes__like-star:hover {
  background: url(../img/star.png) no-repeat;
  background-size: cover;
}
.feedback > section.feedback-inn > aside.user-comment__right-part > span.votes > .votes__like-star.active {
  background: url(../img/star.png) no-repeat;
  background-size: cover;
  left: 0;
}
.feedback > section.feedback-inn > aside.user-comment__right-part > span.votes > span.votes__amount {
  float: right;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 0.95em;
  color: #b7b9c2;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  bottom: -2px;
}
.feedback > .feedback-form {
  width: 100%;
  position: relative;
  background: #fff;
  height: 100%;
}
.feedback > .feedback-form > #feedback-form {
  padding: 75px 40px;
  margin: 0 auto 60px;
  position: relative;
}
.feedback > .feedback-form > #feedback-form > .feedback__field {
  min-height: 100px;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  width: 70%;
  margin-right: 40px;
}
.feedback > .feedback-form > #feedback-form > .smile-menu {
  display: block;
  position: relative;
  float: left;
}
.feedback > .feedback-form > #feedback-form > .smile-menu > .smile-btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/smile-bg.png) no-repeat;
  position: absolute;
  top: 5px;
  left: -61px;
  cursor: pointer;
}
.feedback > .feedback-form > #feedback-form > .smile-menu > ul {
  padding: 0 !important;
  margin-top: 5px;
}
.feedback > .feedback-form > #feedback-form > .smile-menu > ul li {
  list-style: none;
  cursor: pointer;
  display: inline-block;
}
.feedback > .feedback-form > #feedback-form > .smile-menu > ul li:hover {
  opacity: .8;
}
.feedback > .feedback-form > #feedback-form > .smile-menu > .feedback__btn {
  display: block;
  float: left;
  background: #00cccc;
  padding: 13px 30px;
  border: 1px solid #2ab5b5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  max-width: 145px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1em;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.feedback > .feedback-form > #feedback-form > .smile-menu > .feedback__btn:hover {
  color: #333333;
  border-color: #878f9c;
}
.feedback > .feedback-form > #feedback-form > .smile-menu > .feedback__btn:active,
.feedback > .feedback-form > #feedback-form > .smile-menu > .feedback__btn:focus {
  outline: none;
}
.img-user-face {
  background: #b9b9b9;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 57px;
  height: 57px;
}
.img-user-face > img {
  width: 57px;
  height: 57px;
}
.main-user {
  margin: 0px auto 70px;
  width: 145px;
}
.main-user > .main-user-wrap {
  display: initial;
  background: #fff;
  border: 3px solid #00cccc;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 19px 25px 20px;
  color: #00cccc;
  width: inherit;
  margin: 0 auto;
  font-size: 1.7em;
  font-weight: bold;
  font-family: 'PTsans', sans-serif;
}
.promo-block,
.cams-block,
.payment-block {
  padding: 7px 0px 8px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0 auto -4px;
  width: 155px;
  color: #fff;
  font-size: 1.22em;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.promo-block {
  background: #00cc65;
  position: relative;
}
.promo-block:before {
  content: " ";
  width: 3px;
  height: 114px;
  position: absolute;
  display: block;
  background: #00cccc;
  top: -94px;
  left: 145px;
  -moz-transform: rotate(57deg);
  -webkit-transform: rotate(57deg);
  transform: rotate(57deg);
}
.cams-block {
  background: #f89406;
  position: relative;
}
.cams-block:before {
  content: " ";
  width: 3px;
  height: 48px;
  position: absolute;
  display: block;
  background: #00cccc;
  top: -52px;
  left: 78px;
}
.payment-block {
  background: #7206f8;
  position: relative;
}
.payment-block:before {
  content: " ";
  width: 3px;
  height: 114px;
  position: absolute;
  display: block;
  background: #00cccc;
  top: -94px;
  left: 13px;
  -moz-transform: rotate(-57deg);
  -webkit-transform: rotate(-57deg);
  transform: rotate(-57deg);
}
hr.user-honors__left-line {
  float: left;
  width: 34%;
}
hr.user-honors__right-line {
  width: 34%;
  float: left;
  vertical-align: initial;
}
span.user-honors__title {
  display: block;
  width: 32%;
  float: left;
  text-align: center;
}
.honor__marks {
  clear: left;
}
.important-padding-bottom {
  padding-bottom: 75px;
}
.slider::-moz-selection {
  background: transparent;
  color: #fff;
  text-shadow: none;
}
.slider::selection {
  background: transparent;
  color: #fff;
  text-shadow: none;
}
.slider {
  margin: 0px auto;
  position: relative;
  padding-bottom: 40px;
}
.slider > .slide-list {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.slider > .slide-list > .slide-wrap {
  position: relative;
  left: 0px;
  top: 0;
  width: 99999px;
}
.slider > .slide-list > .slide-wrap > .slide-item {
  padding: 0px 7px 0px;
  float: left;
}
.slider > .slide-list > .slide-wrap > .slide-item > a {
  display: block;
  height: 80px;
  width: inherit;
}
.slider > .slide-list > .slide-wrap > .slide-item > a > img {
  vertical-align: middle;
}
.slider > .slide-list > .slide-wrap > .slide-item > .slide-title {
  font-size: 1.27em;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  color: #777a8b;
}
.slider > .navy {
  position: absolute;
  top: 32px;
  height: 21px;
  width: 13px;
  cursor: pointer;
  overflow: hidden;
}
.slider > .prev-slide {
  left: -25px;
  background: url(../img/left-arrow.png) 0px 0px no-repeat;
}
.slider > .prev-slide:hover {
  background-position: 0px -21px;
}
.slider > .next-slide {
  right: -23px;
  background: url(../img/right-arrow.png) 0px 0px no-repeat;
}
.slider > .next-slide:hover {
  background-position: 0px -21px;
}
.shape {
  fill: transparent;
  stroke-width: 3;
  stroke: #000;
}
.col1-1 {
  width: 100%;
}
.col1-2 {
  width: 50%;
  float: left;
}
.col1-2-right {
  width: 50%;
  float: right;
}
.col1-3 {
  width: 33.33%;
  float: left;
}
.col1-4 {
  width: 25%;
  float: left;
}
.col1-5 {
  width: 20%;
  float: left;
}
.col2-3 {
  width: 66.66%;
  float: left;
}
.col2-5 {
  width: 40%;
  float: left;
}
.col3-4 {
  width: 75%;
  float: left;
}
.col3-5 {
  width: 60%;
  float: left;
}
.col4-5 {
  width: 80%;
  float: left;
}
.center-align {
  text-align: center;
}
/* стили к ".profile" и ".user-tree" - находятся в файле - "Other-profile.less" */
.slider.other-profile {
  padding-bottom: 0;
}
p.fqFor-newb {
  margin: 0 auto;
  padding: 0;
}
p.fqFor-newb > a.fqFor-newb-inn {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3em;
}
hr.other-profile-hor-sep {
  margin: 0;
  display: none;
}
.tree-btns {
  display: inline-block;
  margin: 0 0 40px 20px;
}
.tree-btns > a {
  background: #e4e4e4;
  padding: 10px 15px 13px;
  color: #666666;
  display: inline-block;
  position: relative;
  width: 160px;
  font-size: 0.83em;
  text-align: left;
  float: left;
  height: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tree-btns > a > span {
  display: block;
  margin: 5px 0 0 40px;
  vertical-align: middle;
}
.tree-btns > a:hover {
  background: #fff;
}
.tree-btns > a.active {
  background: #00cccc;
  color: #fff;
}
.tree-btns > a.with-who {
  border: 1px solid #00cccc;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.tree-btns > a.with-who:before {
  display: block;
  content: " ";
  width: 26px;
  height: 26px;
  position: absolute;
  background: url(../img/with-who.png) no-repeat;
}
.tree-btns > a.my-department {
  border: 1px solid #00cccc;
  border-radius: 0 4px 4px 0;
}
.tree-btns > a.my-department:before {
  display: block;
  content: " ";
  width: 26px;
  height: 26px;
  position: absolute;
  background: url(../img/my-department.png) no-repeat;
}
.border-web-cams-block {
  border: 3px solid #f89406;
}
.text-web-cams-block {
  color: #f89406;
}
.border-payment-block {
  border: 3px solid #7206f8;
}
.text-payment-block {
  color: #7206f8;
}
.border-promo-block {
  border: 3px solid #00cc65;
}
.text-promo-block {
  color: #00cc65;
}
/* scrollbar for table */
.calendar.other-profile::-webkit-scrollbar {
  height: 5px;
}
.calendar.other-profile::-webkit-scrollbar-track {
  background: #e5e5e5;
}
.calendar.other-profile::-webkit-scrollbar-thumb {
  background: #7b7b7b;
}
/*   [START]--[ CALENDAR ]   */
.calendar.other-profile {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 40px;
  background: #fff;
  overflow-x: auto;
  height: 392px;
  overflow-y: visible;
}
.calendar.other-profile .toolbar-position {
  padding: 0;
}
.calendar.other-profile table {
  position: relative;
  min-width: 1380px;
  table-layout: auto !important;
}
.calendar.other-profile table thead tr {
  text-align: center;
  color: #6c8092;
}
.calendar.other-profile table thead tr td {
  line-height: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-top: 0;
}
.calendar.other-profile table thead tr td:nth-child(3n+4) {
  border-right: 2px solid #d8d8d8 ;
}
.calendar.other-profile table thead tr td:first-child {
  width: 160px;
  border: 0;
  border-right: 3px solid #d8d8d8;
}
.calendar.other-profile table tbody {
  min-width: 1380px;
  overflow-x: auto;
}
.calendar.other-profile table tbody tr td {
  line-height: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  position: relative;
  min-width: 40px;
}
.calendar.other-profile table tbody tr td:nth-child(3n+4) {
  border-right: 2px solid #d8d8d8 ;
}
.calendar.other-profile table tbody tr td:first-child {
  width: 170px;
  text-align: left;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-right: 3px solid #d8d8d8;
  border-left: 0;
  color: #afafaf;
}
.calendar.other-profile table tbody tr td:first-child > span {
  width: 100%;
}
.calendar.other-profile table tbody tr td:first-child > span:first-child {
  border: 0;
  margin-left: 0;
  cursor: pointer;
}
.calendar.other-profile table tbody tr td:first-child > span:first-child:hover {
  color: #4169e1;
}
.calendar.other-profile table tbody tr td:first-child > span:first-child:before {
  position: absolute;
  left: -33px;
  width: 26px;
  top: 5px;
  content: " ";
  height: 30px;
  display: block;
  background: url(../img/sprite-profile-calendar.png) no-repeat;
}
.calendar.other-profile table tbody tr td span {
  display: inline-block;
  width: 49.9%;
  height: 100%;
  position: relative;
}
.calendar.other-profile table tbody tr td span:first-child {
  border-right: 1px solid #d8d8d8;
}
.p-str-5 > td:first-child,
.p-str-6 > td:first-child,
.p-str-7 > td:first-child {
  padding-left: 10px;
}
/* calendar sprites */
.calendar.other-profile table tbody tr.p-time-on-w td:first-child > span:first-child:before {
  background-position: -28px 0px;
}
.calendar.other-profile table tbody tr.p-time-on-w td:first-child > span:first-child:hover:before {
  background-position: 0px 0px;
}
.calendar.other-profile table tbody tr.p-str-2 td:first-child > span:first-child:before {
  background-position: -28px -30px;
}
.calendar.other-profile table tbody tr.p-str-2 td:first-child > span:first-child:hover:before {
  background-position: 0px -30px;
}
.calendar.other-profile table tbody tr.p-event td:first-child > span:first-child:before {
  background-position: -28px -60px;
}
.calendar.other-profile table tbody tr.p-event td:first-child > span:first-child:hover:before {
  background-position: 0px -60px;
}
.calendar.other-profile table tbody tr.p-str-4 td:first-child > span:first-child:before {
  background-position: -28px -30px;
}
.calendar.other-profile table tbody tr.p-str-4 td:first-child > span:first-child:hover:before {
  background-position: 0px -30px;
}
/* time/events-fields-colored */
.p-time-on-w-blue-trans {
  border-color: rgba(82, 129, 187, 0.66) !important;
  background: rgba(82, 129, 187, 0.66);
}
.p-time-on-w-blue-trans-b:before {
  border-color: rgba(82, 129, 187, 0.66) !important;
  background: rgba(82, 129, 187, 0.66);
}
.p-time-on-w-blue-textrs {
  border-color: !important;
  background: url(../img/calendarBlueTxtrs.jpg) repeat-x;
}
.p-time-on-w-blue-textrs-b:before {
  border-color: !important;
  background: url(../img/calendarBlueTxtrs.jpg) repeat-x;
}
.p-time-on-w-blue {
  border-color: #5281bb !important;
  background: #5281bb;
}
.p-time-on-w-blue-b:before {
  border-color: #5281bb !important;
  background: #5281bb;
}
.p-str-2-yellow {
  border-color: #ffba00 !important;
  background: #ffba00;
}
.p-event-purp {
  border-color: #6f3ca2 !important;
  background: #6f3ca2;
}
.p-str-4-grayTxtrs {
  border-color: ;
  background: url(../img/calendarGrayTxtrs.jpg) repeat-x;
}
/*time-grid*/
table tbody tr td span:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  content: " ";
  height: 100%;
  display: block;
}
table tbody tr td span.procents-5:before {
  width: 5%;
}
table tbody tr td span.procents-10:before {
  width: 10%;
}
table tbody tr td span.procents-15:before {
  width: 15%;
}
table tbody tr td span.procents-20:before {
  width: 20%;
}
table tbody tr td span.procents-25:before {
  width: 25%;
}
table tbody tr td span.procents-30:before {
  width: 30%;
}
table tbody tr td span.procents-35:before {
  width: 35%;
}
table tbody tr td span.procents-40:before {
  width: 40%;
}
table tbody tr td span.procents-45:before {
  width: 45%;
}
table tbody tr td span.procents-50:before {
  width: 50%;
}
table tbody tr td span.procents-55:before {
  width: 55%;
}
table tbody tr td span.procents-60:before {
  width: 60%;
}
table tbody tr td span.procents-65:before {
  width: 65%;
}
table tbody tr td span.procents-70:before {
  width: 70%;
}
table tbody tr td span.procents-75:before {
  width: 75%;
}
table tbody tr td span.procents-80:before {
  width: 80%;
}
table tbody tr td span.procents-85:before {
  width: 85%;
}
table tbody tr td span.procents-90:before {
  width: 90%;
}
table tbody tr td span.procents-95:before {
  width: 95%;
}
table tbody tr td span.procents-100:before {
  width: 100%;
}
/* Bubles */
span.absent-time {
  position: absolute;
  width: 113px;
  height: 54px;
  background: #1b2f48;
  padding: 0 10px;
  text-align: center;
  color: #c4d6eb;
  border-radius: 5px;
  line-height: 25px;
  z-index: 10;
  left: -53px;
  top: -20px;
  display: block;
  opacity: 0;
}
span.absent-time:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 16px;
  top: 54px;
  left: 51px;
  border: 6px solid transparent;
  border-top: 6px solid #1b2f48;
}
table thead tr td:hover > span.absent-time {
  opacity: 1;
}
/* deskriptions */
.description-pre {
  padding: 3px 20px;
  color: #FFF;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  font-size: 12px;
  font-family: 'Myriad Pro';
  position: absolute;
  left: 0;
  float: left;
  min-width: 200px;
  z-index: 10;
  top: -12px;
}
.description-pre:before {
  content: "";
  position: absolute;
  height: 33px;
  border-left: 3px solid #fff;
  left: 5px;
}
.description-pre > span {
  border-right: 0 !important;
}
p.event-description {
  line-height: 0px !important;
}
p.event-description > span {
  min-width: 200px;
  height: 20px !important;
}
p.event-description span.event-description-name {
  margin-top: 9px;
  margin-bottom: -5px;
  font-family: 'Roboto Condensed';
  color: #ddbbff;
}
/*  [END]--[ CALENDAR ]   */
#change-my-felling {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(../img/sprite.png);
}
.user-today-felling-happy {
  background-position: -71px -263px;
}
.user-today-felling-bad {
  background-position: -123px -263px;
}
.user-today-felling-so-so {
  background-position: -97px -263px;
}
.profile-popup-calendar {
  max-width: 360px;
}
html#wiki {
  background: #e4e4e4;
}
.wiki.wiki_rapper {
  height: 100%;
  width: 100%;
}
.wiki-title-top {
  margin: 0 auto 40px auto;
  font-size: 3.5em;
  text-align: center;
  line-height: 1;
  color: #333333;
}
.wiki-item__inn {
  border-top: 2px solid #e4e4e4;
  position: relative;
}
.wiki-item__inn > .wiki-item__tab:before {
  background: url(../img/wiki-arrows-spr.png) no-repeat;
  background-position: 5px -15px;
  height: 16px;
  width: 16px;
  overflow: hidden;
  display: block;
  content: " ";
  position: absolute;
  right: 90px;
  top: 25px;
}
.wiki-item__inn .wiki-item__tab.active:before {
  background-position: 0 0;
}
.wiki-item__inn > .wiki-item__tab > p.wiki-item__tab-title:hover {
  color: #00cccc;
}
.wiki-item__tab {
  background: #fff;
  margin: 0 40px;
  padding: 0px 40px;
}
.wiki-item__tab.active > p {
  color: #333333;
}
p.wiki-item__tab-title {
  margin: 0;
  cursor: pointer;
  color: #00cccc;
  font-weight: 900;
  font-size: 1.5em;
  padding: 15px 0px;
}
.wiki-item__content {
  display: none;
  border-top: 2px solid #e4e4e4;
}
ul.wiki-item__content-list {
  padding-top: 7px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.65;
}
ul.wiki-item__content-list > li {
  color: #292f4c;
}
ul.wiki-item__content-list > li > a {
  color: #292f4c;
  margin-left: 10px;
}
ul.wiki-item__content-list > li > a:hover {
  color: #00cccc;
  text-decoration: underline;
}
.wiki-blocks {
  max-width: 1080px;
  position: relative;
  margin: 35px auto 40px;
}
.wiki-blocks > .bottom-wiki-blocks {
  width: 320px;
  height: 230px;
  float: left;
  margin: 0 20px 40px;
}
.wiki-blocks > .bottom-wiki-blocks.wiki_wb1 {
  background: #00cccc;
}
.wiki-blocks > .bottom-wiki-blocks.wiki_wb1 > a > span.img-wiki-blocks1 {
  background: url(../img/wiki-block-1.png) no-repeat;
  display: block;
  width: 40px;
  height: 70px;
  margin: 0 auto 25px;
}
.wiki-blocks > .bottom-wiki-blocks.wiki_wb2 {
  background: #292f4c;
}
.wiki-blocks > .bottom-wiki-blocks.wiki_wb2 > a > span.img-wiki-blocks2 {
  background: url(../img/wiki-block-2.png) no-repeat;
  display: block;
  width: 41px;
  height: 70px;
  margin: 0 auto 35px;
}
.wiki-blocks > .bottom-wiki-blocks.wiki_wb3 {
  background: #292f4c;
}
.wiki-blocks > .bottom-wiki-blocks.wiki_wb3 > a > span.img-wiki-blocks3 {
  background: url(../img/wiki-block-3.png) no-repeat;
  display: block;
  width: 73px;
  height: 70px;
  margin: 0 auto 35px;
}
.wiki-blocks > .bottom-wiki-blocks > a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  width: 320px;
  height: 230px;
  display: block;
  padding-top: 85px;
}
.wiki-blocks > .bottom-wiki-blocks > a > p {
  font-size: 0.8em;
}
.right-aside-wikiBB {
  margin-right: 40px;
  position: fixed;
  right: 0;
  top: 240px;
}
.right-aside-wikiBB > label {
  float: right;
  width: 20px;
  display: block;
  text-align: center;
  color: #333333;
}
.stroke-anch {
  clear: both;
  text-align: left;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-weight: 900;
  font-size: 2em;
  padding-left: 12px;
  color: #333333;
}
.stroke-anch:focus {
  color: #00cccc;
  border: none;
  outline: none;
  padding-top: 90px;
}
.stroke-anch:hover {
  cursor: default;
}
.right-aside-wikiBB > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#alp-l01:active {
  color: #fff !important;
}
.wikiBB-title-top {
  margin: 30px 12px 0px;
  text-align: center;
  font-size: 3em;
}
.wikiBB-title-top__desc {
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0 auto;
  display: block;
}
.wikiBB-content-inn {
  width: 100%;
  height: inherit;
  clear: both;
}
.wikiBB-content-inn > .block-wikiBB {
  height: 260px;
  width: 225px;
  float: left;
  margin: 12px;
}
.wikiBB-content-inn > .block-wikiBB > .img-block {
  height: 200px;
  width: 225px;
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
.wikiBB-content-inn > .block-wikiBB > .img-block.wikiBB-A-1 {
  background: url(../img/BB-logos/ADULTWet.png) no-repeat center center #000;
}
.wikiBB-content-inn > .block-wikiBB > .img-block.wikiBB-A-2 {
  background: url(../img/BB-logos/ADULTWantSex.png) no-repeat center center #2d3234;
}
.wikiBB-content-inn > .block-wikiBB > .img-block.wikiBB-A-3 {
  background: url(../img/BB-logos/Affire.png) no-repeat center center #333333;
}
.wikiBB-content-inn > .block-wikiBB > .img-block.wikiBB-A-4 {
  background: url(../img/BB-logos/Amisexy.png) no-repeat center center #cfcfcf;
}
.wikiBB-content-inn > .block-wikiBB > .img-block.wikiBB-A-5 {
  background: url(../img/BB-logos/ANNOSexy.png) no-repeat center center #fff;
}
.wikiBB-content-inn > .block-wikiBB > .img-block.wikiBB-B-1 {
  background: url(../img/BB-logos/BDisc.png) no-repeat center center #493086;
}
.wikiBB-content-inn > .block-wikiBB > .img-block.wikiBB-B-2 {
  background: url(../img/BB-logos/BSM.png) no-repeat center center #2e2d38;
}
.wikiBB-content-inn > .block-wikiBB > .img-block.wikiBB-C-1 {
  background: url(../img/BB-logos/Cambiar.png) no-repeat center center #ffff00;
}
.wikiBB-content-inn > .block-wikiBB > a {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #00cccc;
  background: #fff;
}
.wikiBB-content-inn > .block-wikiBB > a span.img-block__wbb-dnld {
  line-height: 60px;
  font-size: 14px;
  font-family: 'Roboto Condensed';
}
.wikiBB-content-inn > .block-wikiBB > a:hover {
  background: #00cccc;
  color: #fff;
}
.circle-label {
  position: relative;
  padding: 5px 0 0 0;
}
.circle-label > .circle-label-inn {
  text-transform: uppercase;
  color: #939393;
}
.circle-label > .circle-label-inn:active,
.circle-label > .circle-label-inn:focus,
.circle-label > .circle-label-inn.active {
  color: #fff;
  z-index: 100;
  border: none;
  outline: none;
}
.circle-label > .circle-label-inn:active:after,
.circle-label > .circle-label-inn.active:after {
  content: " ";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  background: #00cccc;
  left: -5px;
  top: 1px;
  z-index: -1;
}
.wiki-FoNtS ul.wikiFonts-item__content-list {
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0;
  line-height: 1.65;
  width: 245px;
  float: left;
}
.wiki-FoNtS ul.wikiFonts-item__content-list > li {
  color: #292f4c;
  list-style: none;
}
.wiki-FoNtS ul.wikiFonts-item__content-list > li > a {
  color: #292f4c;
  margin-left: 10px;
}
.wiki-FoNtS ul.wikiFonts-item__content-list > li > a:hover {
  color: #00cccc;
  text-decoration: underline;
}
.wiki-FoNtS input[type="checkbox"] {
  background: url(../img/checkbox-spr.png) no-repeat;
}
.wiki-FoNtS input[type="checkbox"] {
  display: none;
}
.wiki-FoNtS input[type="checkbox"] + label span {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: -1px 4px 0 0;
  background: url(../img/checkbox-spr.png) no-repeat 0px -15px;
  cursor: pointer;
}
.wiki-FoNtS input[type="checkbox"]:checked + label span {
  background: url(../img/checkbox-spr.png) no-repeat 0px 5px;
}
.wiki-FoNtS .Open-Sans {
  font-family: 'Open-Sans' sans-serif;
  font-size: 16px;
}
.wiki-FoNtS ul.wikiFonts-item__content-list li {
  color: #333333;
}
.wiki-FoNtS ul.wikiFonts-item__content-list li:nth-child(even) {
  font-style: italic;
  margin: 0 0 25px 0;
}
.wiki-FoNtS ul.wikiFonts-item__content-list li.light > label {
  font-weight: 300;
}
.wiki-FoNtS ul.wikiFonts-item__content-list li.normal > label {
  font-weight: 400;
}
.wiki-FoNtS ul.wikiFonts-item__content-list li.semi-bold > label {
  font-weight: 600;
}
.wiki-FoNtS ul.wikiFonts-item__content-list li.bold > label {
  font-weight: 700;
}
.wiki-FoNtS ul.wikiFonts-item__content-list li.extra-bold > label {
  font-weight: 800;
}
.wiki-FoNtS .tabs {
  position: relative;
  margin: 40px;
  height: 350px;
  max-width: 670px;
  min-width: 250px;
  float: left;
}
.wiki-FoNtS .tabs #tab_1:checked ~ .tabs_cont #tab_c1,
.wiki-FoNtS .tabs #tab_2:checked ~ .tabs_cont #tab_c2,
.wiki-FoNtS .tabs #tab_3:checked ~ .tabs_cont #tab_c3 {
  position: static;
  left: 0;
  opacity: 1;
  border: none;
}
.wiki-FoNtS .tabs > input {
  position: absolute;
  left: -9999px;
}
.wiki-FoNtS .tabs > label {
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  color: #292f4c;
  width: 120px;
  background: #fff;
  padding: 10px;
  line-height: 1.2;
  font-size: 0.9em;
  border-radius: 3px;
  border: 1px solid #cdd3db;
  border-bottom: none;
  text-align: center;
}
.wiki-FoNtS .tabs > #tab_1:checked ~ #tab_l1,
.wiki-FoNtS .tabs #tab_2:checked ~ #tab_l2,
.wiki-FoNtS .tabs #tab_3:checked ~ #tab_l3,
.wiki-FoNtS .tabs #tab_l1:hover,
.wiki-FoNtS .tabs #tab_l2:hover,
.wiki-FoNtS .tabs #tab_l3:hover {
  top: 0;
  z-index: 30;
  color: #00cccc;
  background: #F4F4F6;
  font-weight: 100;
  border: none;
  border: 1px solid #F4F4F6;
}
.wiki-FoNtS .tabs1 {
  position: relative;
  margin: 40px;
  height: 350px;
  max-width: 670px;
  min-width: 250px;
  float: left;
}
.wiki-FoNtS .tabs1 #tab_11:checked ~ .tabs_cont1 #tab_c11,
.wiki-FoNtS .tabs1 #tab_21:checked ~ .tabs_cont1 #tab_c21,
.wiki-FoNtS .tabs1 #tab_31:checked ~ .tabs_cont1 #tab_c31 {
  position: static;
  left: 0;
  opacity: 1;
  border: none;
}
.wiki-FoNtS .tabs1 > input {
  position: absolute;
  left: -9999px;
}
.wiki-FoNtS .tabs1 > label {
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  color: #292f4c;
  width: 120px;
  background: #fff;
  padding: 10px;
  line-height: 1.2;
  font-size: 0.9em;
  border-radius: 3px;
  border: 1px solid #cdd3db;
  border-bottom: none;
  text-align: center;
}
.wiki-FoNtS .tabs1 > #tab_11:checked ~ #tab_l11,
.wiki-FoNtS .tabs1 #tab_21:checked ~ #tab_l21,
.wiki-FoNtS .tabs1 #tab_31:checked ~ #tab_l31,
.wiki-FoNtS .tabs1 #tab_l11:hover,
.wiki-FoNtS .tabs1 #tab_l21:hover,
.wiki-FoNtS .tabs1 #tab_l31:hover {
  top: 0;
  z-index: 30;
  color: #00cccc;
  background: #F4F4F6;
  font-weight: 100;
  border: none;
  border: 1px solid #F4F4F6;
}
.wiki-FoNtS .tabs_cont {
  position: relative;
  z-index: 20;
  overflow-y: auto;
  height: 345px;
  line-height: 1.5;
  font-size: 12px;
  font-family: 'Lucida Console';
}
.wiki-FoNtS .tabs_cont1 {
  position: relative;
  z-index: 20;
  overflow-y: auto;
  height: 345px;
  line-height: 1.5;
  font-size: 12px;
  font-family: 'Lucida Console';
}
.wiki-FoNtS .tabs_cont > div {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  color: #333333;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wiki-FoNtS .tabs_cont > div > a.tabs_cont__button {
  padding: 10px 5px 13px 15px;
  color: #fff;
  border-radius: 4px;
  margin-top: 30px;
  text-decoration: none;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.wiki-FoNtS .tabs_cont > div > a.tabs_cont__button:after {
  content: " > ";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  color: #fff;
  margin-left: 20px;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.wiki-FoNtS .tabs_cont > div > a.tabs_cont__button:hover,
.wiki-FoNtS .tabs_cont > div > a.tabs_cont__button:hover:after {
  color: red;
}
.wiki-FoNtS .tabs_cont1 > div {
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  color: #333333;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.wiki-FoNtS .tabs_cont1 > div > a.tabs_cont__button {
  padding: 10px 5px 13px 15px;
  color: #fff;
  border-radius: 4px;
  margin-top: 30px;
  text-decoration: none;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.wiki-FoNtS .tabs_cont1 > div > a.tabs_cont__button:after {
  content: " > ";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  color: #fff;
  margin-left: 20px;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.wiki-FoNtS .tabs_cont1 > div > a.tabs_cont__button:hover,
.wiki-FoNtS .tabs_cont1 > div > a.tabs_cont__button:hover:after {
  color: red;
}
.wiki-FoNtS div#tab_c1,
.wiki-FoNtS div#tab_c11 {
  color: #717482;
}
.wiki-FoNtS .html_link,
.wiki-FoNtS .html_css-deskrpt {
  background: #f4f4f6;
  padding: 20px;
}
.wiki-FoNtS .html_css-str {
  background: #fff;
  padding: 30px 0 15px;
  margin: 0 ;
  font-size: 19px;
  color: #333333;
  font-family: 'pt sans';
}
.wiki-FoNtS .import_link,
.wiki-FoNtS .import_css-deskrpt {
  background: #AE694C;
  padding: 20px;
}
.wiki-FoNtS .import_css-str {
  background: #fff;
  padding: 30px 0 15px;
  margin: 0 ;
  font-size: 19px;
  color: #333333;
  font-family: 'pt sans';
}
.wiki-FoNtS .js_link,
.wiki-FoNtS .js_css-deskrpt {
  background: #aadaf6;
  padding: 20px;
}
.wiki-FoNtS .js_css-str {
  background: #fff;
  padding: 30px 0 15px;
  margin: 0 ;
  font-size: 19px;
  color: #333333;
  font-family: 'pt sans';
}
.wiki-FoNtS button.btn_tabs-download {
  padding: 0px 40px;
  line-height: 40px;
  background: #00cccc;
  border-radius: 3px;
  outline: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-size: 14px;
  float: right;
  margin-top: 40px;
}
.wiki-FoNtS button.btn_tabs-download:hover {
  opacity: 0.85;
}
.wiki-FoNtS .fonts_desk {
  text-transform: uppercase;
  text-align: center;
  font-family: 'PT sans';
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding-bottom: 10px;
  color: #333333;
}
.wiki-FoNtS .fonts_wiki-title-top {
  margin: 0 auto;
  font-size: 3em;
  padding: 40px 0 10px;
  text-align: center;
  line-height: 0.7;
  color: #292f4c;
}
.woites-wrap {
  background: #fff;
  height: 100%;
  overflow: auto;
}
.woites-wrap .woites-interview {
  padding: 30px 0;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.woites-wrap .woites-interview .interview-title {
  font-size: 42px;
  text-align: center;
  font-weight: 600;
  color: #333333;
  margin: 20px 0;
  padding: 0;
}
.woites-wrap .woites-interview .interview-desc {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  color: #333333;
  margin: 20px 0;
}
.woites-wrap .woites-interview .woites-total {
  text-align: right;
  color: #c2c2c2;
  margin-right: 20px;
}
.woites-wrap .woites-interview .woites-status-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.woites-wrap .woites-interview .woites-status-list .woites-status-item {
  position: relative;
  width: 100%;
  list-style: none;
  line-height: 50px;
}
.woites-wrap .woites-interview .woites-status-list .woites-status-item span {
  display: inline-block;
}
.woites-wrap .woites-interview .woites-status-list .woites-status-item .woites-list {
  width: 30%;
  text-align: right;
  font-size: 18px;
  line-height: 1;
  color: #333333;
  padding-right: 33px;
}
.woites-wrap .woites-interview .woites-status-list .woites-status-item .woites-status {
  position: relative;
  width: 70%;
  height: 5px;
  background: #f1f1f1;
  border-radius: 2px;
  max-width: 720px;
  margin-bottom: 4px;
}
.woites-wrap .woites-interview .woites-status-list .woites-status-item .woites-count {
  color: #bbb;
  position: absolute;
  top: -35px;
  text-align: right;
  max-width: 100% !important;
}
.woites-wrap .woites-interview .woites-status-list .woites-status-item .woites-status-bar {
  position: absolute;
  left: 0;
  top: 0;
  background: #fdce02;
  height: 100%;
  max-width: 100% !important;
}
.question-list__item {
  margin: 0 0 7px 0;
}
.question-list__input {
  vertical-align: middle;
}
.question-button {
  min-width: 150px;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #00cccd;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background-color: #00cccd;
}
.question-button:hover {
  background-color: #009999;
}
.faq.wiki_rapper {
  height: 100%;
  width: 100%;
}
.faq .wiki-item__inn {
  background: #ffffff;
  padding: 0;
  border-top: 0;
}
.faq .wiki-item__inn:first-child .wiki-item__tab {
  border-top: 0;
}
.faq .wiki-item__inn > .wiki-item__tab:before {
  right: 40px;
  top: 25px;
}
.faq .wiki-item__tab {
  margin: 0;
  padding: 20px 40px;
  border-top: 1px solid #dddddd;
}
.faq p.wiki-item__tab-title {
  font-size: 1.125em;
  color: #333333;
  padding: 0;
}
.faq .wiki-item__content {
  border-top: 0;
  background-color: #f2f2f2;
  padding: 15px;
  margin: 15px 0 0 0;
}
.faq .wiki-item__content p {
  margin: 0 0 15px;
}
.faq .wiki-item__content p:last-of-type {
  margin: 0;
}
.faq .tabs {
  position: relative;
}
.faq .tabs #tab_1:checked ~ .tabs_cont #tab_c1,
.faq .tabs #tab_2:checked ~ .tabs_cont #tab_c2,
.faq .tabs #tab_3:checked ~ .tabs_cont #tab_c3,
.faq .tabs #tab_4:checked ~ .tabs_cont #tab_c4,
.faq .tabs #tab_5:checked ~ .tabs_cont #tab_c5,
.faq .tabs #tab_6:checked ~ .tabs_cont #tab_c6 {
  display: block;
}
.faq .tabs > input {
  position: absolute;
  left: -9999px;
}
.faq .tabs .tabs-btn {
  display: table;
  width: 100%;
}
.faq .tabs .tabs-btn label {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  transition: all .2s;
}
.faq .tabs #tab_1:checked ~ .tabs-btn #tab_l1,
.faq .tabs #tab_2:checked ~ .tabs-btn #tab_l2,
.faq .tabs #tab_3:checked ~ .tabs-btn #tab_l3,
.faq .tabs #tab_4:checked ~ .tabs-btn #tab_l4,
.faq .tabs #tab_5:checked ~ .tabs-btn #tab_l5,
.faq .tabs #tab_6:checked ~ .tabs-btn #tab_l6,
.faq .tabs .tabs-btn label:hover {
  background: #00cccc;
  color: #ffffff;
  -wbkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.faq .tabs > #tab_1:checked ~ #tab_l1,
.faq .tabs #tab_2:checked ~ #tab_l2,
.faq .tabs #tab_3:checked ~ #tab_l3,
.faq .tabs #tab_4:checked ~ #tab_l4,
.faq .tabs #tab_5:checked ~ #tab_l5,
.faq .tabs #tab_6:checked ~ #tab_l6,
.faq .tabs #tab_l1:hover,
.faq .tabs #tab_l2:hover,
.faq .tabs #tab_l3:hover,
.faq .tabs #tab_l4:hover,
.faq .tabs #tab_l5:hover,
.faq .tabs #tab_l6:hover {
  cursor: pointer;
}
.faq .tabs .tabs_cont > div {
  display: none;
  color: #333333;
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.faq .tabs .tabs_cont > div > a.tabs_cont__button {
  padding: 10px 5px 13px 15px;
  color: #fff;
  border-radius: 4px;
  margin-top: 30px;
  text-decoration: none;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.faq .tabs .tabs_cont > div > a.tabs_cont__button:after {
  content: " > ";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  color: #fff;
  margin-left: 20px;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}
.faq .tabs .tabs_cont > div > a.tabs_cont__button:hover,
.faq .tabs .tabs_cont > div > a.tabs_cont__button:hover:after {
  color: red;
}
/*Gallery*/
.gallery__content {
  padding: 40px;
  background: #fff;
  overflow: hidden;
  max-width: 940px;
  margin: 0 auto;
}
.oi_featured_holder {
  background: #c10024;
  text-align: center;
  margin-top: 30px;
}
.oi_strange_portfolio_item_holder {
  position: relative;
}
.gallery__item .oi_mask {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  background: #fff;
  padding: 40px;
}
.gallery__item:hover .oi_mask {
  opacity: 1;
}
.oi_mask h4 {
  margin-top: -10px;
}
.gallery__item:hover .oi_mask h4 {
  margin-top: 0px;
}
.oi_small_descr {
  color: #000;
  margin-top: 20px;
}
.oi_por_small_thumb {
  margin-top: 20px;
}
.portfolio-squre .oi_por_small_thumb,
.wall-portfolio-squre .oi_por_small_thumb {
  display: none;
}
.gallery__item-list {
  margin-left: 0px;
  margin-right: 0px;
}
.gallery__item-list .gallery__item .oi_mask {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.oi_port_sep {
  height: 3px;
  width: 40px;
  background: #a38671;
}
.oi_port_sep_right {
  float: right;
  height: 3px;
  width: 40px;
  background: #a38671;
}
.oi_port_cats {
  color: #999;
  margin-top: 10px;
}
.gallery__item .gallery__item-bg {
  height: 100%;
}
.oi_mask h4,
.gallery__item:hover .oi_mask h4,
.oi_test img,
oi_test:hover img {
  webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.oi_head_holder {
  webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -ms-transition: padding0 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.col-md-6 {
  width: 50%;
}
.col-md-3 {
  width: 25%;
}
.gallery__wrapper .gallery__item {
  padding: 5px;
}
.oi_present_sub_titile {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0px;
}
.oi_present_descr {
  font-size: 15px;
  opacity: 0.7;
  letter-spacing: 1px;
}
.oi_present_titile:after {
  width: 40px;
  border-bottom: 1px solid #999;
  content: '';
  height: 1px;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.gallery__item-textb {
  display: table-cell;
  vertical-align: middle;
  line-height: 22px;
}
.oi_vc_text {
  padding: 0px 60px;
  background: #fff;
  display: table;
  width: 100%;
}
.oi_x2 {
  height: 500px;
}
.oi_x1 {
  height: 250px;
}
.oi_p_x1 {
  height: 380px !important;
}
.gallery__item-bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.gallery__item-mask {
  background: #fff;
  height: 100%;
  width: 100%;
  display: table;
  opacity: 0;
}
.gallery__item-bg:hover .gallery__item-mask {
  opacity: 1;
  background: #292f4c;
}
.gallery__item-bg .gallery__item-title {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.gallery__item-subtitle {
  margin-top: 8px;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 12px;
  letter-spacing: 2px;
}
.gallery__item-border {
  border-top: 3px solid;
  width: 40px;
  display: inline-block;
}
.gallery__item-bg a {
  text-decoration: none;
}
.gallery__item-bg .gallery__item-title {
  margin-bottom: 0px;
}
.oi_link_block a {
  color: #000 !important;
}
.oi_link_block {
  padding: 0px !important;
}
.oi_link_block a:hover {
  color: #e83b23;
  text-decoration: none;
}
.gallery__item-bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.gallery__item-mask {
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  -moz-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  height: 100%;
  width: 100%;
  display: table;
  opacity: 0;
}
.gallery__item-bg a {
  text-decoration: none;
}
.gallery__item-textb {
  display: table-cell;
  vertical-align: middle;
  line-height: 22px;
  text-align: center;
}
.gallery__item-title {
  font-family: Roboto;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
}
.gallery__item-bg .gallery__item-title {
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
}
.gallery__item-bg .gallery__item-title {
  margin-bottom: 0px;
}
.gallery__item-subtitle {
  margin-top: 8px;
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 12px;
  letter-spacing: 2px;
}
.m-p-g {
  max-width: 860px;
  margin: 0 auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: transparent;
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 340px;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100vh;
  background: transparent;
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.92);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 200;
  height: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close,
.m-p-g__controls-arrow {
  appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus,
.m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: fixed;
  z-index: 1;
  bottom: 7px;
  width: 80px;
  height: 80px;
  display: flex;
  padding: 0;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  opacity: .8;
}
.m-p-g__controls-arrow .m-p-g__btn {
  width: 80px;
  height: 80px;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  right: 94px;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 7px;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #00cccc;
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: #009999;
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}
.m-p-g__item {
  float: left;
  overflow: hidden;
  position: relative;
}
.m-p-g__figure {
  float: left;
  overflow: hidden;
  position: relative;
}
.m-p-g__figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.88);
}
.m-p-g__figcaption p {
  margin: 5px 0;
  font-size: 12px;
  color: #000;
}
.m-p-g__title {
  margin: 5px 0;
  font-size: 16px;
  color: #009999;
}
.graphiclist__item {
  position: relative;
  margin: 0 0 20px 0;
}
.graphiclist__item:last-of-type {
  margin: 0;
}
.graphiclist__image {
  width: 100%;
}
.graphiclist__figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.88);
  z-index: 5;
}
.graphiclist__figcaption p {
  margin: 5px 0;
  font-size: 14px;
  color: #000;
}
.graphiclist__title {
  margin: 5px 0;
  font-size: 22px;
  color: #009999;
}
.photoinfo {
  background: #fff;
  width: 340px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.photoinfo__header {
  padding: 30px 10px;
  background: #009999;
}
.photoinfo__likes {
  background: #f0f0f0;
  border-bottom: 1px solid #efefef;
  padding: 5px 10px;
}
.photoinfo__title {
  margin: 0;
  color: #fff;
}
.photoinfo__footer {
  width: 100%;
  background: #f0f0f0;
  border-top: 1px solid #efefef;
  box-sizing: border-box;
  padding: 10px;
}
.photo-comments {
  padding: 10px;
  overflow: auto;
}
.photo-comments__item {
  position: relative;
  margin: 0 0 20px;
}
.photo-comments__item:last-of-type {
  margin: 0;
}
.photo-comments__avatar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.photo-comments__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.photo-comments__info {
  margin: 0 0 0 46px;
}
.photo-comments__text {
  font-size: 14px;
}
.photo-comments__text p {
  margin: 0 0 10px;
}
.photo-comments__text p:last-of-type {
  margin: 0;
}
.photo-comments__date-wrapper {
  font-size: 12px;
  color: #606060;
  padding: 5px 0;
  border-top: 1px solid #ccc;
}
.photoform__item {
  margin: 0 0 10px;
}
.photoform__item:last-of-type {
  margin: 0;
  text-align: right;
}
.photoform__textarea {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: 60px;
}
.photo-likes {
  position: relative;
  text-align: right;
}
.photo-likes__title {
  display: inline-block;
}
.photo-likes__count {
  font-size: 14px;
  line-height: 40px;
}
.icobutton {
  font-size: 24px;
  vertical-align: middle;
}
.gallery-item1 {
  background: url(../img/gallery/1.jpg);
}
.gallery-item2 {
  background: url(../img/gallery/2.jpg);
}
.gallery-item3 {
  background: url(../img/gallery/3.jpg);
}
.gallery-item4 {
  background: url(../img/gallery/4.png);
}
.gallery-item5 {
  background: url(../img/gallery/5.jpg);
}
.gallery-item6 {
  background: url(../img/gallery/6.png);
}
.gallery-item7 {
  background: url(../img/gallery/7.jpg);
}
.gallery-item8 {
  background: url(../img/gallery/8.png);
}
.quotepad.main_wrapper {
  background: #e4e4e4;
  height: 100%;
  width: 100%;
  overflow: auto;
  color: #7f8086;
}
.quotepad .title-top {
  margin: 0 auto 40px auto;
  font-size: 3.5em;
  text-align: center;
  line-height: 1;
  color: #292f4c;
}
.quotepad .content_section {
  background: #fff;
}
.quotepad .quotepad__content {
  padding: 40px;
}
.quotepad .quotepad__item-content p {
  display: block;
  margin: 0;
}
.quotepad .quotepad__item-table {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 148px;
  border-top: 1px solid #dedede;
}
.quotepad .quotepad__item-table:first-child {
  border-top: 0;
}
.quotepad .quotepad__item-cell {
  display: table-cell;
  vertical-align: middle;
}
.quotepad .quotepad__date {
  width: 10%;
  font-size: 0.75em;
  color: #acacac;
}
.quotepad .quotepad__rateit .rating-icon {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 0.875em;
}
.quotepad .quotepad__rateit .rating-icon:before {
  content: "";
  display: block;
  width: 29px;
  height: 26px;
  background: url('../img/sprite.png') no-repeat scroll -99px -227px;
  margin-bottom: 15px;
}
.quotepad .quotepad__rateit .rating-icon.rated-icon {
  background-position: -99px -195px;
}
.quotepad .quotepad__rateit .rating-icon:hover:before {
  background-position: -99px -195px;
}
.quotepad .new-quotepad-wrap {
  text-align: left;
  margin: 20px 0;
}
.quotepad .new-quotepad-wrap .new-quotepad-btn {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: #00cccc;
  font-size: 0.875em;
  padding: 8px 20px;
  border-radius: 5px;
  text-align: center;
  margin: 0 50px 22px;
}
.quotepad .new-quotepad-wrap .new-quotepad-btn:hover {
  background: #00cccc;
  color: #fff;
}
.quotepad .new-quotepad-wrap .new-quotepad-form {
  overflow: hidden;
  display: none;
  height: 273px;
}
.quotepad .new-quotepad-wrap .new-quotepad-form.is-active {
  display: block;
}
.quotepad .new-quotepad-wrap .new-quotepad-form-content {
  display: inline-block;
  position: relative;
  padding-right: 170px;
  width: 100%;
}
.quotepad .new-quotepad-wrap .new-quotepad-send-btn {
  margin: 105px 0;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  background: #00cccc;
  width: 157px;
  height: 59px;
  font-weight: 700;
  line-height: 59px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.quotepad .new-quotepad-wrap .new-quotepad-input {
  display: block;
  vertical-align: top;
  margin: 20px 0;
  width: 100%;
  border: 0;
  resize: none;
  border-radius: 5px;
  height: 59px;
  padding: 5px 10px;
}
.quotepad-nav {
  margin: 20px 0;
  overflow: hidden;
}
.quotepad-nav__left {
  float: left;
}
.quotepad-nav__right {
  float: right;
}
.quotepad .quotepad-filter__title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
.quotepad .quotepad-filter-active {
  cursor: text;
  background-color: #fff;
  color: #00cccc;
}
.confroom.main_wrapper {
  background: #e4e4e4;
  height: 100%;
  width: 100%;
  color: #7f8086;
}
.confroom .title-top {
  margin: 0 auto 40px auto;
  font-size: 3.5em;
  text-align: center;
  line-height: 1;
  color: #292f4c;
}
.confroom .confroom__day {
  text-align: center;
  margin: 0 0 30px;
  font-size: 20px;
  color: #333333;
}
.confroom .confroom__day-current {
  display: inline-block;
  position: relative;
  margin: 0 40px;
}
.confroom .confroom__day-current span {
  font-weight: 700;
}
.confroom .confroom__day-arrow {
  border: 1px solid #c1c1c1;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
}
.confroom .confroom__day-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 7px solid transparent;
  display: block;
  margin: 6px 11px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.confroom .confroom__day-arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 5px solid #939393;
  border-bottom: 7px solid transparent;
  display: block;
  margin: 6px 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.confroom .confroom__day-arrow.confroom__day-arrowright {
  left: auto;
  right: -40px;
}
.confroom .confroom__day-arrow.confroom__day-arrowright:before {
  content: "";
  width: 0;
  height: 0;
  border: 0;
  border-top: 7px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 7px solid transparent;
  margin: 6px 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.confroom .confroom__day-arrow.confroom__day-arrowright:after {
  content: "";
  width: 0;
  height: 0;
  border: 0;
  border-top: 7px solid transparent;
  border-left: 5px solid #939393;
  border-bottom: 7px solid transparent;
  display: block;
  margin: 6px 11px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.confroom .content_section {
  background: #fff;
}
.confroom .confroom__content {
  padding: 37px 0;
}
.confroom .confroom__tablereserv table {
  width: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.confroom .confroom__tablereserv th {
  border: 1px solid #dedede;
  border-bottom: 2px solid #dedede;
  border-top: 2px solid #dedede;
  color: #bbc2cc;
  font-size: 11px;
  font-weight: 300;
}
.confroom .confroom__tablereserv th.confroom__name {
  text-align: left;
  padding: 4px 10px;
}
.confroom .confroom__tablereserv tr#memberrow .confroom__name {
  border-right: 4px solid #7bc2e3;
}
.confroom .confroom__tablereserv tr:hover td {
  background-color: #f2f2f2;
}
.confroom .confroom__tablereserv tr:hover .reserved {
  background: #7bc2e3;
}
.confroom .confroom__tablereserv td {
  border: 1px solid #e4e4e4;
}
.confroom .confroom__tablereserv td.confroom__name {
  background: #f3f7fa;
  color: #272d49;
  white-space: nowrap;
  font-size: 14px;
}
.confroom .confroom__tablereserv td.reserved {
  background: #7bc2e3;
}
.confroom .confroom__nameimg {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 5px 5px;
}
.confroom .confroom__nameimg img {
  border-radius: 2px;
  width: 30px;
  height: 30px;
}
.confroom .confroom__namelabel {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
  margin-left: 5px;
}
.confroom .confroom__namelabel img {
  border-radius: 2px;
  width: 30px;
  height: 30px;
}
.confroom .confroom__tablereserv-console {
  max-width: 1000px;
  color: #292f4c;
  font-weight: 400;
  margin: 25px auto 0;
  font-family: 'Roboto Condensed', sans-serif;
  display: table;
  width: 100%;
}
.confroom .confroom__tablereserv-consoleitem {
  display: table-row;
  width: 100%;
}
.confroom .confroom__tablereservcell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}
.confroom .confroom__reserv-form {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  position: relative;
  width: 140px;
}
.confroom .confroom__reserv-form select {
  width: 100%;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  z-index: 2;
  position: relative;
}
.confroom .confroom__reserv-form.form-disabled {
  background: #e4e4e4;
}
.confroom .confroom__reserv-form.form-disabled select {
  color: #999999;
}
.confroom .confroom__reserv-form.form-disabled:after {
  border-top: 6px solid #e4e4e4;
}
.confroom .confroom__reserv-form:before,
.confroom .confroom__reserv-form:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -3px;
}
.confroom .confroom__reserv-form:before {
  border-top: 6px solid #939393;
  margin-top: -1px;
}
.confroom .reserv-btn,
.confroom .add-newreserv-btn {
  display: block;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 44px;
  line-height: 42px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
}
.confroom .reserv-btn:hover,
.confroom .add-newreserv-btn:hover {
  background: #00cccc;
  color: #fff;
}
.confroom .reserv-btn {
  width: 280px;
  margin: 0 auto;
}
.confroom__day-current .hasDatepicker > .ui-datepicker {
  z-index: 2;
  top: -8px;
  right: -50px;
}
.confroom__day-current__date {
  cursor: pointer;
  width: 200px;
}
.confroom__day-current__date:hover {
  color: #00cccc;
}
.reserv-form-item {
  overflow: hidden;
  text-align: left;
  margin: 20px 0;
}
.reserv-form-item--right {
  text-align: right;
}
.reserv-form-item > div {
  float: left;
  width: 50%;
}
.reserv-form-item p {
  margin: 0;
}
.reserv-form-item textarea {
  height: 100px;
}
.reserv-form-item select[multiple] {
  height: 200px;
}
.ui-datepicker .confroom-datepicker-close {
  cursor: pointer;
  background: #e4e4e4;
  border: none;
  position: absolute;
  z-index: 2;
  top: -25px;
  right: 0;
  font-size: 12px;
  padding: 5px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ui-datepicker .confroom-datepicker-close:hover {
  background: #00cccc;
  color: #fff;
}
.rezervation-delete {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  border-bottom: 1px dashed;
}
.rezervation-delete:hover {
  color: red;
}
.badge-title {
  margin: 0 auto;
  font-size: 3.5em;
  padding: 40px 0;
  text-align: center;
  line-height: 0.7;
  color: #292f4c;
}
.badge-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}
.badge-list {
  list-style: none;
  padding: 0;
}
.badge-item {
  display: inline-block;
  vertical-align: middle;
  margin: 18px;
  position: relative;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
}
.badge-item__rate {
  position: absolute;
  bottom: -2px;
  right: -5px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  z-index: 2;
  line-height: 20px;
  text-shadow: 1px 1px 1px #fff;
}
.badge-item__image {
  max-width: 100px;
  max-height: 100px;
}
.badge-item:hover .badge-item-about {
  display: block;
}
.badge-item-about {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto;
  width: 240px;
  margin-left: -120px;
  word-wrap: break-word;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: translateX(0) translateY(100px);
  padding: 15px;
  z-index: 3;
}
.badge-item-about::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #fff transparent;
}
.badge-item-about::after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
}
.badge-item-about p {
  margin: 5px 0;
  font-size: 12px;
  line-height: 16px;
}
.badge-item-about.badge-item-about--reverse {
  top: auto;
  bottom: 0;
  transform: translateX(0) translateY(-100px);
}
.badge-item-about.badge-item-about--reverse::before {
  display: none;
}
.badge-item-about.badge-item-about--reverse::after {
  display: block;
}
.badge-stats-table-title-wrap {
  display: table;
  background: #e7e9f0;
  height: 60px;
  width: 100%;
  border-bottom: 2px solid #d9dde7;
}
.badge-stats-table-title-wrap .badge-stats-table-photo,
.badge-stats-table-title-wrap .badge-stats-table-name,
.badge-stats-table-title-wrap .badge-stats-table-position,
.badge-stats-table-title-wrap .badge-stats-table-week,
.badge-stats-table-title-wrap .badge-stats-table-all-time,
.badge-stats-table-title-wrap .badge-stats-table-last-badge {
  display: table-cell;
  color: #a2abbe;
  font-size: 0.875em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
}
.badge-stats-table-title-wrap .badge-stats-table-week {
  position: relative;
}
.badge-stats-table-title-wrap .badge-stats-table-week::after {
  content: '';
  background: url('../img/arrow-open.png') no-repeat;
  position: absolute;
  width: 12px;
  height: 5px;
  right: 36px;
  top: 26px;
}
.badge-stats-table-title-wrap .badge-stats-table-week ul {
  background: #e7e9f0;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.badge-stats-table-title-wrap .badge-stats-table-week li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.badge-stats-table-title-wrap .badge-stats-table-week a {
  background: #e7e9f0;
  color: #a2abbe;
  display: block;
  font-size: 13px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.badge-stats-table-title-wrap .badge-stats-table-week li:hover a {
  background: #e7e9f0;
}
.badge-stats-table-title-wrap .badge-stats-table-week li ul {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.badge-stats-table-title-wrap .badge-stats-table-week li:hover ul {
  opacity: 1;
  top: 20px;
  visibility: visible;
}
.badge-stats-table-title-wrap .badge-stats-table-week li ul li {
  width: 150%;
}
.badge-stats-table-title-wrap .badge-stats-table-all-time {
  text-align: center;
  width: 16%;
}
.badge-stats-table-title-wrap .badge-stats-table-last-badge {
  text-align: center;
  width: 12%;
}
.badge-stats-table-title-wrap .badge-stats-table-rating-.badge-stats-table-week {
  position: absolute;
  background: #e7e9f0;
  border-bottom: 2px solid #d9dde7;
  top: 45px;
  width: 100%;
  display: none;
}
.badge-stats-table-title-wrap .badge-stats-table-week:hover .badge-stats-table-rating-.badge-stats-table-week {
  display: block;
}
.badge-stats-table-title-wrap .badge-stats-table-photo {
  width: 12%;
}
.badge-stats-table-title-wrap .badge-stats-table-name {
  width: 20%;
}
.badge-stats-table-title-wrap .badge-stats-table-position {
  width: 20%;
}
.badge-stats-table-title-wrap .badge-stats-table-week {
  width: 12%;
}
.badge-stats-table-title-wrap .badge-stats-table-all-time {
  width: 16%;
}
.badge-stats-table-title-wrap .badge-stats-table-last-badge {
  width: 16%;
}
.badge-stats-table-inner-wrap {
  display: table;
  background: #fff;
  height: 90px;
  width: 100%;
  border-bottom: 2px solid #d9dde7;
}
.badge-stats-table-inner-wrap .badge-stats-table-photo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.badge-stats-table-inner-wrap .badge-stats-table-photo .badge-stats-table-avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.badge-stats-table-inner-wrap .badge-stats-table-name,
.badge-stats-table-inner-wrap .badge-stats-table-position {
  display: table-cell;
  color: #626b79;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
.badge-stats-table-inner-wrap .badge-stats-table-week,
.badge-stats-table-inner-wrap .badge-stats-table-all-time {
  color: #262c47;
  font-weight: 400;
  font-size: 1.5em;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.badge-stats-table-inner-wrap .badge-stats-table-last-badge {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.badge-stats-table-inner-wrap .badge-stats-table-last-badge img {
  width: 65px;
}
.badge-stats-table-inner-wrap .badge-stats-table-all-time {
  cursor: pointer;
}
.badge-stats-table-inner-wrap .badge-stats-table-photo {
  width: 12%;
}
.badge-stats-table-inner-wrap .badge-stats-table-name {
  width: 20%;
}
.badge-stats-table-inner-wrap .badge-stats-table-position {
  width: 20%;
}
.badge-stats-table-inner-wrap .badge-stats-table-week {
  width: 12%;
}
.badge-stats-table-inner-wrap .badge-stats-table-all-time {
  width: 16%;
}
.badge-stats-table-inner-wrap .badge-stats-table-last-badge {
  width: 16%;
}
.advertisement-content {
  background: #fff;
  padding: 40px 0 0 40px;
  overflow: hidden;
}
.advertisement-content .content-left-side {
  float: left;
  width: 71%;
}
.advertisement-content .content-right-side {
  float: right;
  width: 27%;
}
.advertisement-content .advertisement-list {
  border-right: 1px solid #e4e4e4;
  padding: 0 35px 0 0;
}
.advertisement-content .advertisement-item {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 25px 0;
}
.advertisement-content .advertisement-item:last-child {
  border-bottom: 0;
}
.advertisement-content .advertisement-img {
  width: 35%;
  max-width: 240px;
  display: inline-block;
  vertical-align: top;
}
.advertisement-content .advertisement-img-item {
  display: block;
  width: 100%;
  max-width: 100%;
}
.advertisement-content .advertisement-title {
  color: #282e4b;
  font-size: 1.250em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advertisement-content .advertisement-info {
  display: inline-block;
  vertical-align: top;
  width: 63%;
  padding: 0 0 0 40px;
  color: #7d888a;
}
.advertisement-content .advertisement-info .link {
  text-decoration: underline;
}
.advertisement-content .advertisement-info .link:hover {
  text-decoration: none;
}
.advertisement-content .advertisement-description {
  margin: 12px 0;
}
.advertisement-content .advertisement-comment {
  margin: 5px 0;
}
.advertisement-content .advertisement-comment.icon-comment:before {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: -123px 0;
  margin: 0 6px 0 0;
}
.advertisement-content .advertisement-tags.icon-tags:before {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background-position: -123px -26px;
  margin: 0 8px 0 0;
}
.advertisement-content .advertisement-view-all-btn {
  max-width: 280px;
  margin: 0 auto;
  display: block;
  background: #00cccc;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
}
.advertisement-content .advertisement-view-all-btn:hover {
  background: #009999;
}
.advertisement-content .advertisement-nav-header {
  padding: 0 0 0 20px;
}
.advertisement-content .advertisement-type {
  width: 200px;
  background: #00cccc;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}
.advertisement-content .advertisement-type-sale .advertisement-type-text-sale {
  width: 100%;
  padding: 0 0 0 40px;
  opacity: 1;
}
.advertisement-content .advertisement-type-buy .advertisement-type-text-buy {
  width: 100%;
  padding: 0 40px 0 0;
  opacity: 1;
}
.advertisement-content .advertisement-type-buy .advertisement-type-btn {
  left: -1px;
  margin: 0;
}
.advertisement-content .advertisement-type-text {
  overflow: hidden;
  width: 0;
  display: inline-block;
  vertical-align: top;
  transition: width 0.6s, padding 0.6s, opacity 0.3s;
  opacity: 0;
}
.advertisement-content .advertisement-type-text-buy {
  text-align: right;
}
.advertisement-content .advertisement-type-content {
  white-space: nowrap;
  overflow: hidden;
}
.advertisement-content .advertisement-type-btn {
  position: absolute;
  left: 100%;
  margin: 0 0 0 -59px;
  top: 0;
  width: 60px;
  background: #fff;
  height: 100%;
  border-radius: 50px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
  transition: left 0.5s, margin 0.5s;
  cursor: pointer;
}
.advertisement-content .advertisement-type-btn:hover {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2), inset 0 0px 7px rgba(0, 0, 0, 0.2);
}
.advertisement-content .advertisement-type-btn:hover:before,
.advertisement-content .advertisement-type-btn:hover:after {
  border-color: #B9B4B4;
}
.advertisement-content .advertisement-type-btn:before,
.advertisement-content .advertisement-type-btn:after {
  width: 3px;
  height: 14px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 13px 22px;
  border-right: 3px solid #e4e4e4;
  border-left: 3px solid #e4e4e4;
}
.advertisement-content .advertisement-type-btn:after {
  margin: 13px 31px;
  border-left: 0;
}
.advertisement-content .advertisement-show-all-wrap {
  margin: 20px 0 30px;
}
.advertisement-content .advertisement-show-all-wrap .advertisement-show-all-link {
  text-decoration: underline;
  font-style: italic;
}
.advertisement-content .advertisement-show-all-wrap .advertisement-show-all-link:hover {
  text-decoration: none;
}
.advertisement-content .advertisement-menu-title {
  font-size: 1.250em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 0 20px;
}
.advertisement-content .advertisement-menu-list {
  list-style: none;
  padding: 0;
}
.advertisement-content .advertisement-menu-item.is-active .advertisement-menu-link {
  background: #292f4c;
  color: #00cccc;
}
.advertisement-content .advertisement-menu-link {
  display: block;
  color: #222;
  font-size: 1.250em;
  position: relative;
  padding: 12px 55px 12px 20px;
}
.advertisement-content .advertisement-menu-link:hover {
  color: #00cccc;
}
.advertisement-content .advertisement-menu-counter {
  position: absolute;
  right: 20px;
  top: 9px;
  background: #00cccc;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  font-size: 0.688em;
  color: #fff;
}
.new-ad-wrap {
  text-align: left;
  padding: 20px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
.team-spirit-all-wrap {
  text-align: center;
}
.team-spirit-all-wrap .title-top {
  font-size: 2.250em;
}
.team-spirit-item {
  width: 275px;
  height: 160px;
  display: inline-block;
  vertical-align: top;
  background-size: cover;
  margin: 0 10px 20px 10px;
  position: relative;
  text-align: center;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 10px solid #fff;
}
.team-spirit-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(239, 110, 1, 0.82);
  height: 100%;
}
.team-spirit-item.team-spirit-bad:before {
  background: rgba(126, 135, 149, 0.8);
}
.team-spirit-item.team-spirit-so-so:before {
  background: rgba(88, 185, 228, 0.8);
}
.team-spirit-item .team-spirit-department {
  position: relative;
  margin: 15px 0;
  font-size: 1.125em;
  letter-spacing: 3px;
}
.team-spirit-item .team-spirit-feel {
  position: absolute;
  font-size: 0.750em;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 0 20px;
  letter-spacing: 2px;
}
.team-spirit-item .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 5px;
  background-image: url(../img/sprite.png);
}
.team-spirit-item .icon:before {
  display: block;
  width: 100%;
  height: 100%;
}
.team-spirit-item .icon.icon-smile-happy {
  background-position: -71px -263px;
}
.team-spirit-item .icon.icon-smile-bad {
  background-position: -123px -263px;
}
.team-spirit-item .icon.icon-smile-so-so {
  background-position: -97px -263px;
}
.timetracker__header {
  text-align: center;
}
.timetracker__content {
  padding: 20px 40px 80px 20px;
  background-color: #ffffff;
}
.timetracker-body__header {
  margin: 40px 0;
  text-align: center;
}
.timetracker-body__header h2 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: 400;
}
.timetracker-body__header h3.timetracker-name {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 700;
  color: #00cccc;
}
.timetracker-body__header a.timetracker-name {
  margin: 20px 0;
  font-size: 28px;
  font-weight: 700;
  color: #00cccc;
}
.employees-list {
  margin: 40px 0;
  position: relative;
}
.employees-list__item {
  display: inline-block;
  position: relative;
  background-color: #e2e5ea;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #626b79;
  padding: 2px 15px 2px 30px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.employees-list__item span {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.employees-list__item.employees-list__item_active {
  background-color: #00cccc;
  color: #ffffff;
}
.employees-list__item.employees-list__item_active span {
  background-color: #00cccc;
  background-image: url(../img/white-check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.employees-list__all-button {
  display: inline-block;
  position: relative;
  background-color: #e2e5ea;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #626b79;
  padding: 2px 15px 2px 30px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.employees-list__all-button span {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.employees-list__all-button.employees-list__all-button_active {
  background-color: #00cccc;
  color: #ffffff;
}
.employees-list__all-button.employees-list__all-button_active span {
  background-color: #00cccc;
  background-image: url(../img/white-check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.employees-list .timetracker-show-all {
  position: absolute;
  top: -35px;
  left: 0;
  background: none;
  padding: 0;
}
.employees-list .timetracker-show-all.timetracker-show-all_active {
  color: #00cccc;
}
.months-list {
  margin: 40px 0 0 0;
}
.months-list__item {
  box-sizing: border-box;
  color: #bbbcc3;
  display: block;
  float: left;
  width: 8.33%;
  border-bottom: 2px solid #e4e4e4;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #fefefe;
  padding: 10px 5px;
}
.months-list__item.months-list__item_active {
  color: #00cccc;
  border-bottom: 2px solid #00cccc;
}
.timetracker-general-stat-table {
  width: 100%;
}
.timetracker-general-stat-table__head th {
  padding: 10px 5px;
  background-color: #f7f7f7;
  text-align: center;
  color: #626b79;
  font-size: 16px;
  font-weight: 600;
}
.timetracker-general-stat-table-item td {
  font-size: 16px;
  padding: 10px 5px;
  color: #626b79;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  position: relative;
}
.timetracker-general-stat-table-item td:first-of-type {
  text-align: left;
  border-left: 0px solid #e4e4e4;
}
.timetracker-general-stat-table-item .timetracker-general-stat-table-item__more-link {
  display: none;
  position: absolute;
  top: 8px;
  right: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #00b6b6;
  font-weight: 600;
  padding: 2px 15px;
  z-index: 5;
}
.timetracker-general-stat-table-item .timetracker-general-stat-table-item__more-link:hover {
  background-color: #00b6b6;
  color: #ffffff;
}
.timetracker-general-stat-table-item:hover td {
  background-color: #00cccc;
  color: #ffffff;
  border-bottom: 1px solid #00b6b6;
  border-left: 1px solid #00b6b6;
}
.timetracker-general-stat-table-item:hover .timetracker-general-stat-table-item__more-link {
  display: block;
}
.timetracker-personal-stat-table {
  width: 100%;
}
.timetracker-personal-stat-table__head th {
  padding: 10px 5px;
  background-color: #f7f7f7;
  text-align: center;
  color: #626b79;
  font-size: 16px;
  font-weight: 600;
}
.timetracker-personal-stat-table-item td {
  font-size: 16px;
  padding: 10px 5px;
  color: #626b79;
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  position: relative;
}
.timetracker-personal-stat-table-item td:first-of-type {
  border-left: 0px solid #e4e4e4;
}
.timetracker-personal-stat-table-item.timetracker-personal-stat-table-item_active td {
  background-color: #e5fafa;
}
.timetracker-personal-stat-table-item.timetracker-personal-stat-table-item_rav td {
  background-color: #fff7cc;
  color: #8c8352;
}
.timetracker-personal-stat-table-item.timetracker-personal-stat-table-item_free td {
  background-color: #ffe7e7;
  color: #ca2829;
}
.timetracker-personal-result {
  background-color: #f7f7f7;
  color: #626b79;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}
.timetracker-personal-result__item {
  padding: 10px 10px;
}
.timetracker-personal-result__item:first-of-type {
  border-bottom: 3px solid #e4e4e4;
}
.timetracker-clickable-record {
  cursor: pointer;
}
.timetracker-transfer-row {
  background-color: #fff2a7;
  display: none;
}
.timetracker-transfer-row td {
  border-bottom: 1px solid #ccc286;
  border-left: 1px solid #ccc286;
}
.timetracker-work-more-rerqired {
  background-color: #b2f0f0;
}
.timetracker-work-more-rerqired td {
  border-bottom: 1px solid #9fd6d6;
  border-left: 1px solid #9fd6d6;
}
.timetracker-come-leter-required {
  background-color: #ffb3b3;
}
.timetracker-come-leter-required td {
  color: #ff4d4d;
  border-bottom: 1px solid #D78A8A;
  border-left: 1px solid #D78A8A;
}
.timetracker-hidden-user {
  display: none;
}
.login-form {
  padding: 30px 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  transform: translate(-50%, -50%);
}
.login-form__title {
  margin: 0 0 100px 0;
  text-transform: uppercase;
  color: #314d72;
  text-align: center;
}
.login-form__item {
  margin: 0 0 20px 0;
}
.login-form__item_footer {
  margin: 40px 0 0 0;
}
.login-form__item input[type=text],
.login-form__item input[type=password] {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.login-form__item input[type=text]:focus,
.login-form__item input[type=password]:focus {
  border: 2px solid #00cccd;
  outline: none;
}
.login-form__item input[type=submit] {
  min-width: 150px;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #00cccd;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background-color: #00cccd;
}
.login-form__item input[type=submit]:hover {
  background-color: #009999;
}
.login-form__item label {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.login-form__inner_left {
  float: left;
  padding: 10px 0 0 0;
}
.login-form__inner_right {
  float: right;
}
.login-form__error {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #fff;
  font-weight: 600;
  padding: 10px;
}
.reset-form {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reset-form_active {
  display: block;
  z-index: 999;
}
.reset-form__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url(../img/close24.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.reset-form__title {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  color: #2e4b73;
  margin: 0 0 30px 0;
}
.reset-form__inner {
  background-color: #e4e4e4;
  padding: 30px 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 480px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.reset-form__item {
  margin: 0 0 20px 0;
}
.reset-form__item_footer {
  margin: 40px 0 0 0;
}
.reset-form__item input[type=text],
.reset-form__item input[type=password] {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  border: 2px solid #fff;
  border-radius: 3px;
}
.reset-form__item input[type=text]:focus,
.reset-form__item input[type=password]:focus {
  border: 2px solid #00cccd;
  outline: none;
}
.reset-form__item input[type=submit] {
  min-width: 150px;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #00cccd;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background-color: #00cccd;
}
.reset-form__item input[type=submit]:hover {
  background-color: #009999;
}
.reset-form__item label {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.questions-wrap-content {
  background: #fff;
  margin: 0 40px;
  padding: 40px 12px;
}
.questions-wrap-content .questions-info {
  text-align: center;
  font-size: 1.500em;
}
.questions-wrap-content .questions-info-title {
  margin: 0 0 6px;
}
.questions-wrap-content .questions-new-wrap {
  max-width: 650px;
  margin: 30px auto;
  padding: 0 150px 0 0;
  position: relative;
}
.questions-wrap-content .questions-new-wrap .questions-new-input {
  width: 100%;
  height: 43px;
  padding: 8px 10px 10px 33px;
  border: 0;
  background: #e2e5ea;
  border-radius: 5px 0 0 5px;
}
.questions-wrap-content .questions-new-wrap .questions-new-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  background: #00cccc;
  box-shadow: none;
  border: 0;
  color: #fff;
  padding: 11px 10px 12px;
  border-radius: 0 5px 5px 0;
}
.questions-wrap-content .questions-new-wrap .icon-question {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: top;
  margin: 0 5px -3px 0px;
}
.questions-wrap-content .questions-new-wrap .icon-question:before {
  display: block;
  width: 100%;
  height: 100%;
  background-position: -130px -117px;
}
.questions-list {
  max-width: 1400px;
  margin: 0 auto;
}
.questions-list .questions-list-item {
  width: 300px;
  height: 156px;
  display: inline-block;
  background: #8f9dc4;
  border-radius: 5px;
  padding: 20px;
  color: #fff;
  margin: 15px;
  position: relative;
}
.questions-list .questions-list-item .questions-item-top {
  height: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.questions-list .questions-list-item .questions-item-title {
  font-size: 1.500em;
  font-weight: 700;
  margin-bottom: 8px;
}
.questions-list .questions-list-item .questions-item-count {
  font-size: 0.875em;
  font-weight: 700;
}
.questions-list .questions-list-item .questions-item-bottom {
  margin: -25px 0 0;
  border-top: 1px solid #A6AEC2;
  padding: 10px 0 0;
}
.questions-list .questions-list-item .questions-item-answers {
  font-size: 0.750em;
}
.questions-list .questions-list-item .questions-list-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.questions-category {
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 40px;
}
.questions-category .title-top {
  font-size: 2.125em;
  text-align: left;
}
.questions-category .questions-aside {
  width: 300px;
  float: right;
}
.questions-category .questions-main-content {
  margin: 0 340px 0 0;
}
.questions-category .news-filter-wrap {
  float: none;
  background: #fff;
  display: inline-block;
}
.questions-category h2 {
  margin: 0;
}
.questions-category .ask-question-btn,
.questions-category .answer-question-btn {
  float: right;
  display: inline-block;
  color: #fff;
  background: #00cccc;
  padding: 5px 20px 7px;
  border-radius: 5px;
}
.questions-category .ask-question-btn:hover,
.questions-category .answer-question-btn:hover {
  background: #009999;
}
.questions-category .questions-list .questions-list-item {
  margin: 25px 0 0;
}
.questions-category .questions-tiket-item {
  background: #fff;
  padding: 30px 0 30px 34px;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin: 30px 34px 0 0;
}
.questions-category .questions-tiket-title {
  font-size: 1.5em;
  line-height: 1.15em;
  display: block;
  color: #292f4c;
}
.questions-category .questions-tiket-text {
  color: #8c8985;
  margin: 20px 0 0;
  display: block;
}
.questions-category .questions-tiket-author {
  position: relative;
  padding: 8px 100px 0 70px;
  height: 56px;
  margin: 0 0 20px;
}
.questions-category .questions-tiket-author-info {
  text-transform: uppercase;
  font-weight: 700;
}
.questions-category .questions-tiket-author-company {
  color: #8c8985;
  font-size: 0.875em;
}
.questions-category .questions-tiket-author-ava {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50px;
}
.questions-category .questions-tiket-date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75em;
  color: #999793;
  text-transform: uppercase;
  margin: 6px 0;
}
.questions-category-open {
  background: #fff;
  overflow: hidden;
  max-width: none;
}
.questions-category-open.questions-category .questions-tiket-item {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #e0e1e4;
}
.questions-category-open.questions-category .questions-tiket-title {
  font-size: 2.25em;
}
.questions-category-open.questions-category .questions-tiket-item-answer {
  border-bottom: 0;
}
.questions-category-open.questions-category .questions-tiket-item-answer .questions-tiket-text {
  font-size: 1.125em;
}
.questions-category-open .questions-category-content {
  max-width: 1400px;
  margin: 0 auto;
}
.question-field,
.question-field-short {
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  height: 100px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.question-field-short {
  height: 50px;
}
.questions-tiket-list,
.questions-tiket-nav {
  width: 100%;
  float: left;
}
.questions-category-open .questions-tiket-nav {
  margin-top: 25px;
}
