@charset "UTF-8";
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.layout {
  margin: 0;
  position: relative; }
  .layout.registration_layout {
    overflow: hidden; }
    .layout.registration_layout:before {
      content: "";
      position: absolute;
      bottom: -5%;
      left: -5%;
      height: 110%;
      width: 110%;
      background: url(../images/enter_bg.jpg) center no-repeat;
      background-size: cover;
      -webkit-filter: blur(10px);
      -moz-filter: blur(10px);
      filter: blur(10px); }
    .layout.registration_layout .content {
      text-align: center; }

.footer-push {
  height: 0px;
  margin: 0 auto; }

.limit {
  width: 1200px;
  position: relative;
  margin: 0 auto; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
header {
  position: relative;
  background: #4dd3ff;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #4dd3ff, #22a7d4);
  background: linear-gradient(to bottom, #4dd3ff, #22a7d4); }
  header .logo {
    width: 310px;
    height: 57px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    text-indent: -9999px;
    background: url(../images/logo.png) center no-repeat;
    background-size: 310px 57px; }
  header .slogan {
    font-family: "georgia";
    font-size: 22px;
    line-height: 30px;
    font-style: italic;
    text-align: center;
    width: 340px;
    color: #fff;
    opacity: 0.6;
    display: inline-block;
    vertical-align: top;
    margin: 0 200px; }
  header .limit {
    padding: 20px 0;
    background: url(../images/header_bg.png) center no-repeat; }
  header .combo {
    height: 25px;
    width: 135px;
    display: block;
    border-radius: 2px;
    border: 0 none;
    background: #85e4fc;
    cursor: pointer;
    position: relative;
    z-index: 7; }
    header .combo .current {
      height: 25px;
      line-height: 25px;
      border-radius: 2px;
      font-family: 'regular';
      font-size: 14px;
      color: #0099cc;
      padding: 0 22px 0 10px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    header .combo .arrow {
      position: absolute;
      top: 50%;
      right: 10px;
      z-index: 2;
      margin-top: -3px;
      border-top: 6px solid #0099cc;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
    header .combo input[type=text] {
      display: none; }
    header .combo ul {
      position: absolute;
      top: 25px;
      left: 0;
      z-index: 5;
      width: 100%;
      display: none;
      border: 0 none;
      background: #85e4fc;
      max-height: 200px;
      overflow: auto;
      padding: 0;
      border-radius: 0 0 2px 2px; }
      header .combo ul li {
        line-height: 26px;
        display: block;
        padding: 0 10px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 14px;
        color: #0099cc; }
        header .combo ul li:hover {
          color: #fff; }
  header .label {
    display: block;
    width: 135px;
    font-family: bold;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 3px 0 5px;
    height: 20px;
    line-height: 20px;
    text-align: center; }
  header span.flag {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 21px;
    height: 13px;
    top: 6px;
    margin-right: 5px;
    background: url(../images/flags.png) 21px 21px no-repeat; }
    header span.flag.ru {
      background-position: 0 0; }
    header span.flag.en {
      background-position: 0 -13px; }
    header span.flag.lat {
      background-position: 0 -26px; }
    header span.flag.fr {
      background-position: 0 -39px; }
    header span.flag.es {
      background-position: 0 -52px; }
    header span.flag.it {
      background-position: 0 -65px; }
  header .right_panel {
    display: inline-block;
    vertical-align: top;
    float: right; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- TOP MENU ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.top_menu {
  height: 60px;
  position: relative;
  z-index: 7;
  background: #25a5e4;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #25a5e4, #014e96);
  background: linear-gradient(to bottom, #25a5e4, #014e96);
  border-top: 1px solid #47b5da;
  border-bottom: 1px solid #24619c;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); }
  .top_menu ul {
    height: 58px; }
    .top_menu ul li {
      height: 58px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-right: -3px; }
      .top_menu ul li a {
        padding: 0 19px;
        font-size: 18px;
        color: #fff;
        height: 58px;
        line-height: 58px;
        display: block;
        position: relative; }
      .top_menu ul li span.new {
        position: absolute;
        background: #fff;
        height: 16px;
        border-radius: 8px;
        line-height: 16px;
        text-align: center;
        min-width: 16px;
        padding: 0 4px;
        color: #034b8a;
        font-size: 14px;
        font-size: 14px;
        top: 6px;
        z-index: 2; }
      .top_menu ul li.current, .top_menu ul li:hover {
        background: #2194cd;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #2194cd, #004585);
        background: linear-gradient(to bottom, #2194cd, #004585); }
      .top_menu ul li:hover .drop_menu {
        display: block; }
      .top_menu ul li a.secret {
        width: 145px;
        padding: 0;
        text-align: center;
        font-size: 16px;
        height: 59px;
        line-height: 59px;
        font-family: "bold";
        text-transform: uppercase;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background: #ffd095;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #ffd095, #c16b00);
        background: linear-gradient(to bottom, #ffd095, #c16b00); }
        .top_menu ul li a.secret.close_secret {
          background: #ff9595;
          /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
          background: -webkit-linear-gradient(top, #ff9595, #c10000);
          background: linear-gradient(to bottom, #ff9595, #c10000); }
        .top_menu ul li a.secret i {
          font-size: 20px;
          margin-right: 7px; }
      .top_menu ul li .drop_menu {
        position: absolute;
        top: 58px;
        left: 0;
        display: none;
        padding: 5px 0;
        min-width: 100%;
        background: #f4f4f4;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
        .top_menu ul li .drop_menu a {
          display: block;
          height: 30px;
          line-height: 30px !important;
          padding: 0 20px;
          font-size: 16px;
          color: #444;
          white-space: nowrap; }
          .top_menu ul li .drop_menu a:hover {
            color: #004c94; }
        .top_menu ul li .drop_menu .counter {
          width: auto;
          height: 28px;
          min-width: 28px;
          vertical-align: top;
          display: inline-block;
          position: relative;
          top: 1px;
          border-radius: 14px;
          font-size: 16px;
          background: #0099cc;
          color: #fff;
          text-align: center;
          line-height: 28px;
          margin-left: 5px;
          font-family: regular;
          padding: 0 5px; }
        .top_menu ul li .drop_menu .delimiter {
          height: 3px;
          margin: 5px 0;
          background: rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .top_menu .counter {
    height: 58px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "bold";
    text-transform: uppercase; }

.adaptive_top_menu {
  padding: 10px 0;
  position: relative;
  z-index: 8;
  display: none;
  background: #25a5e4;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #25a5e4, #014e96);
  background: linear-gradient(to bottom, #25a5e4, #014e96);
  border-top: 1px solid #47b5da;
  border-bottom: 1px solid #24619c;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.35); }
  .adaptive_top_menu .menu_link {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    text-align: center; }
  .adaptive_top_menu .adaptive_user_box {
    display: inline-block;
    vertical-align: top;
    float: right;
    height: 30px;
    text-align: right;
    position: relative;
    padding-right: 80px; }
    .adaptive_top_menu .adaptive_user_box .photo {
      position: absolute;
      right: 0;
      top: -15px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      border: 2px solid #fff; }
      .adaptive_top_menu .adaptive_user_box .photo img {
        display: block;
        width: 56px;
        height: 56px;
        border-radius: 50%; }
      .adaptive_top_menu .adaptive_user_box .photo:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7) inset; }
    .adaptive_top_menu .adaptive_user_box .qualification_container {
      width: 22px;
      height: 22px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      bottom: -15px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      right: 0; }
      .adaptive_top_menu .adaptive_user_box .qualification_container .qualification {
        width: 18px;
        height: 18px;
        position: relative;
        top: 2px;
        left: 2px;
        background-size: 18px 18px; }
    .adaptive_top_menu .adaptive_user_box .name, .adaptive_top_menu .adaptive_user_box .qualification_title {
      height: 15px;
      line-height: 15px;
      font-size: 14px;
      color: #fff;
      display: block; }
    .adaptive_top_menu .adaptive_user_box .qualification_title {
      color: rgba(255, 255, 255, 0.5); }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.content {
  padding: 20px 0 40px; }
  .content .run_line {
    border: 1px solid #d9d9d9;
    background: #fff;
    line-height: 28px;
    display: block;
    vertical-align: top;
    color: #004c94;
    font-size: 17px;
    border-radius: 2px;
    margin-bottom: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset; }
  .content .banner {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
  .content form.search {
    display: block;
    width: 280px;
    margin-bottom: 20px;
    position: relative; }
    .content form.search input[type=text] {
      height: 30px;
      border: 1px solid #d9d9d9;
      background: #fff;
      line-height: 28px;
      display: block;
      width: 100%;
      font-size: 17px;
      color: #989898;
      border-radius: 2px;
      padding: 0 30px 0 10px;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset; }
      .content form.search input[type=text]:focus + .fa {
        color: #0099cc; }
    .content form.search .fa {
      height: 18px;
      display: block;
      position: absolute;
      top: 6px;
      right: 6px;
      color: #989898;
      font-size: 18px;
      cursor: pointer; }
  .content .left_sidebar {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 280px; }
  .content .center_content {
    display: inline-block;
    vertical-align: top;
    width: 900px;
    margin-left: 20px; }
    .content .center_content .main_area {
      background: #fff;
      position: relative;
      border: 1px solid #d3d6db; }
      .content .center_content .main_area.padding, .content .center_content .main_area .white_panel {
        padding: 20px; }
      .content .center_content .main_area .grey_panel {
        position: relative;
        background: #e6e6e6;
        padding: 20px; }
        .content .center_content .main_area .grey_panel:after {
          content: "";
          position: absolute;
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 3px;
          z-index: 2;
          background: rgba(0, 0, 0, 0.35);
          /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
        .content .center_content .main_area .grey_panel.bottom:after {
          bottom: auto;
          top: -3px;
          background: transparent;
          /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
          background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.35));
          background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.35)); }
        .content .center_content .main_area .grey_panel.no_padding {
          padding: 0; }
  .content .right_sidebar {
    display: none;
    vertical-align: top;
    width: 280px;
    float: right; }

.topic_text {
  padding: 20px;
  position: relative; }
  .topic_text:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .topic_text .title {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "bold";
    margin-bottom: 5px; }
  .topic_text .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px; }
    .topic_text .text a {
      color: #0099cc; }
  .topic_text .info div, .topic_text .info a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #666; }
    .topic_text .info div.right, .topic_text .info a.right {
      margin: 0 0 0 10px;
      cursor: pointer; }
      .topic_text .info div.right:hover, .topic_text .info a.right:hover {
        color: #0099cc; }
        .topic_text .info div.right:hover .fa-trash, .topic_text .info a.right:hover .fa-trash {
          color: red; }
  .topic_text .info div.delim {
    display: none; }
  .topic_text .info a {
    color: #0099cc; }
  .topic_text .info .like {
    position: relative; }
    .topic_text .info .like .like_popup {
      display: none;
      position: absolute;
      background: #626262;
      border-radius: 3px;
      height: auto;
      line-height: 14px;
      font-size: 12px;
      padding: 1px 6px 4px;
      bottom: 30px;
      right: -10px;
      color: #fff;
      max-width: 200px;
      font-family: "light";
      z-index: 5; }
      .topic_text .info .like .like_popup:after {
        content: "";
        z-index: 5;
        border-top: 6px solid #626262;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        right: 15px;
        bottom: -6px; }
      .topic_text .info .like .like_popup a {
        display: block;
        color: #fff;
        text-decoration: underline;
        margin: 0; }
      .topic_text .info .like .like_popup:hover {
        display: block !important; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- PHOTO BOX ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.photo_box {
  position: relative; }
  .photo_box img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto; }
  .photo_box.online img {
    /*border-radius: 0 0 3px 0; */}
  .photo_box.online:after {
    content: "";
    border-radius: 50%;
    width: 5%;
    height: 5%;
    min-height: 8px;
    min-width: 8px;
    background: #07b942;
    border: 2px solid #fff;
    position: absolute;
    bottom: -2%;
    right: -2%; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------- QUALIFUCATION -------------------------------- */
/*------------------------------------------------------------------------------------------- */
.qualification {
  position: relative;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat; }
  .qualification.guest {
    background-image: url(../images/qualifications/guest.png); }
  .qualification.beginner {
    background-image: url(../images/qualifications_new/Manager.png); }
  .qualification.assotiate, .qualification.associate {
    background-image: url(../images/qualifications_new/Manager.png); }
  .qualification.distributor, .qualification.basic_package {
    background-image: url(../images/qualifications_new/Starter.png); }
  .qualification.executive {
    background-image: url(../images/qualifications_new/Gold_Manager.png); }
  .qualification.jade {
    background-image: url(../images/qualifications_new/Manager.png); }
  .qualification.pearl {
    background-image: url(../images/qualifications_new/Manager.png); }
  .qualification.sapphire {
    background-image: url(../images/qualifications_new/Silver_Manager.png); }

.qualification.sapphire25 {
  background-image: url(../images/qualifications_new/Silver_Manager.png); }
.qualification.sapphire50 {
  background-image: url(../images/qualifications_new/Silver_Manager.png); }

  .qualification.elite_sapphire {
    background-image: url(../images/qualifications_new/Manager.png); }
  .qualification.ruby {
    background-image: url(../images/qualifications_new/Manager.png); }
  .qualification.emerald {
    background-image: url(../images/qualifications/emerald.png); }
  .qualification.diamond {
    background-image: url(../images/qualifications/diamond.png); }
  .qualification.double_diamond {
    background-image: url(../images/qualifications/double_diamond.png); }
  .qualification.triple_diamond {
    background-image: url(../images/qualifications/triple_diamond.png); }
  .qualification.president_diamond {
    background-image: url(../images/qualifications/president_diamond.png); }
  .qualification.imperial_diamond {
    background-image: url(../images/qualifications/imperial_diamond.png); }
  .qualification.crowned_diamond {
    background-image: url(../images/qualifications/crowned_diamond.png); }
  .qualification.supreme_package {
    background-image: url(../images/qualifications_new/Go.png); }
  .qualification.jumbo_package {
    background-image: url(../images/qualifications_new/Grow.png); }
  .qualification.founder_package {
    background-image: url(../images/qualifications_new/Silver_Manager.png); }
  .qualification.gold_founder_package {
    background-image: url(../images/qualifications_new/Silver_Manager.png); }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- USER PROFILE BOX -------------------------------- */
/*------------------------------------------------------------------------------------------- */
.user_profile_box {
  background: #fff;
  margin-bottom: 20px;
  border: 1px solid #d3d6db;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); */
}
  .user_profile_box .user_box {
    padding: 20px 20px 20px 100px;
    position: relative; }
  .user_profile_box .photo_box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px; }
  .user_profile_box .name_box {
    width: 160px;
    height: 70px;
    padding: 0 30px 0 0;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    display: table-cell;
    vertical-align: middle; }
    .user_profile_box .name_box .logout {
      width: 22px;
      height: 26px;
      position: absolute;
      top: 50%;
      margin-top: -13px;
      right: 0px;
      cursor: pointer;
      background: url(../images/logout.png) center no-repeat;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s; }
      .user_profile_box .name_box .logout:hover {
        background-image: url(../images/logout_hover.png); }
    .user_profile_box .name_box .balance {
      font-style: italic;
      color: #989898;
      font-size: 14px;
      line-height: 20px; }
  .user_profile_box .qualification_box {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 23px 20px 20px; }
    .user_profile_box .qualification_box:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
    .user_profile_box .qualification_box .qualification {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
    .user_profile_box .qualification_box .text {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      line-height: 20px;
      color: #000;
      width: 185px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- PROFILE MENU ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.sidebar_menu {
  background: #fff;
  border: 1px solid #d3d6db;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);*/
  margin-bottom: 20px; }
  .sidebar_menu li {
    display: block;
    padding: 0 65px 0 20px;
    position: relative; }
    .sidebar_menu li a {
      display: block;
      height: 36px;
      line-height: 36px;
      color: #0099cc;
      font-size: 16px; }
    .sidebar_menu li a.options {
      display: none;
      height: 20px;
      line-height: 20px;
      width: 20px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -10px;
      z-index: 2; }
    .sidebar_menu li span.new {
      position: absolute;
      right: 20px;
      min-width: 28px;
      height: 28px;
      background: #0099cc;
      color: #fff;
      font-size: 16px;
      text-align: center;
      line-height: 28px;
      border-radius: 14px;
      top: 50%;
      margin-top: -14px;
      padding: 0 5px;
      cursor: pointer; }
    .sidebar_menu li:hover, .sidebar_menu li.current {
      background: #0099cc; }
      .sidebar_menu li:hover a, .sidebar_menu li.current a {
        color: #fff; }
      .sidebar_menu li:hover span.new, .sidebar_menu li.current span.new {
        background: #fff;
        color: #0099cc; }
      .sidebar_menu li:hover a.options, .sidebar_menu li.current a.options {
        display: block; }
    .sidebar_menu li.delimiter {
      width: 100%;
      height: 3px;
      padding: 0;
      background: rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- SIDEBAR BOX ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.sidebar_box {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #d3d6db;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); */
}
  .sidebar_box .box_title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: "bold";
    background: #0099cc;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    position: relative; }
  .sidebar_box .box_body {
    padding: 20px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BLUE BUTTON ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.blue_button {
  height: 32px;
  line-height: 30px;
  background: #0099cc;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-family: "bold";
  padding: 0 20px;
  min-width: 110px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(255, 255, 255, 0.4) inset; }
  .blue_button:hover {
    background: #0fa8db; }
  .blue_button:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 2px rgba(255, 255, 255, 0.4) inset; }
  .blue_button.big {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    text-transform: uppercase; }
  .blue_button.link {
    display: inline-block;
    line-height: 32px; }
  .blue_button.no_active {
    background-color: #c0c0c0;
    cursor: default; }
  .blue_button.red {
    background: #c71f13; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- NEXT AIR ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
/*
.next_air{    
    .box_title{
        text-align: center;
    }
    .type{
        font-size:14px;
        color:#4d4d4d;
    }
    .title {
        font-size:16px;
        color:$blue;
        font-family: "bold";
        line-height:20px;
        margin-bottom:15px;
    }
    .for_box {
        position: relative;
        height:24px;
        margin-bottom:15px;
        .for {
            height:24px;
            line-height:24px;
            position: absolute;
            top:0;
            left:0px;
            font-size:14px;
            color:#4d4d4d;
        }
        .who {
            background: $blue;
            color: #fff;
            font-size:14px;
            height:24px;
            line-height:24px;
            position: relative;
            right:-20px;
            width:95%;
            float:right;
            padding:0 20px 0 25px;
            &:before{
                content:"";
                border-left:12px solid #fff;
                border-top:12px solid rgba(0, 0, 0, 0.0);
                border-bottom:12px solid rgba(0, 0, 0, 0.0);
                position: absolute;
                left:0;
                top:0;
            }
        }
    }
    .detail {
        font-size:14px;
        color:#4d4d4d; 
        height:20px;
        line-height:20px;
        padding-left:10px;
        position: relative;
        &:before{
            content:"";
            position: absolute;
            left:0;
            top:50%;
            margin-top:-2px;
            border-left:4px solid $blue;
            border-top:3px solid rgba(0, 0, 0, 0.0);
            border-bottom:3px solid rgba(0, 0, 0, 0.0);
        }
    }
    .blue_button{
        width:110px;
        margin:15px auto 0;
    }
}
*/
/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- SIDEBAR FRIENDS --------------------------------- */
/*------------------------------------------------------------------------------------------- */
.sidebar_friends .box_body {
  padding-bottom: 10px;
  padding-right: 9px; }
.sidebar_friends .box_title .fa {
  display: inline-block;
  vertical-align: top;
  top: 9px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-right: 10px; }
.sidebar_friends .box_title .arrow {
  display: inline-block;
  position: relative;
  float: right;
  width: 11px;
  height: 17px;
  top: 10px;
  cursor: pointer;
  background: url(../images/arrows.png) no-repeat; }
  .sidebar_friends .box_title .arrow.prev {
    background-position: 0 0; }
  .sidebar_friends .box_title .arrow.next {
    margin-left: 10px;
    background-position: -11px 0; }
  .sidebar_friends .box_title .arrow a {
    text-indent: -9999px;
    display: block;
    width: 11px;
    height: 17px; }
.sidebar_friends .drop_menu {
  top: 36px;
  left: 0;
  background: #0099cc;
  position: absolute;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }
  .sidebar_friends .drop_menu li {
    height: 26px;
    line-height: 26px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .sidebar_friends .drop_menu li:last-of-type {
      border-bottom: 0 none; }
    .sidebar_friends .drop_menu li:hover, .sidebar_friends .drop_menu li.current {
      background: #0fa8db; }
    .sidebar_friends .drop_menu li a {
      height: 26px;
      line-height: 26px;
      display: block;
      color: #fff;
      font-size: 14px;
      padding: 0 20px;
      font-family: "regular";
      text-transform: none;
      white-space: nowrap; }
.sidebar_friends .person {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 70px; }
  .sidebar_friends .person .photo_box {
    margin-bottom: 2px; }
  .sidebar_friends .person .name {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 14px;
    height: 28px;
    overflow: hidden; }
  .sidebar_friends .person:hover .name {
    color: #0099cc; }
.sidebar_friends .all_friend {
  color: #0099cc; }
.sidebar_friends .bx-controls {
  width: 100%;
  z-index: 100; }
.sidebar_friends .bx-controls-direction {
  width: 100%;
  position: relative; }
  .sidebar_friends .bx-controls-direction a {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-indent: -9999px;
    background: #0099cc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(255, 255, 255, 0.4) inset; }
    .sidebar_friends .bx-controls-direction a:hover {
      background: #0fa8db; }
    .sidebar_friends .bx-controls-direction a:active {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 2px rgba(255, 255, 255, 0.4) inset; }
    .sidebar_friends .bx-controls-direction a.bx-prev:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -5px 0 0 -6px;
      border-right: 10px solid #fff;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent; }
    .sidebar_friends .bx-controls-direction a.bx-next {
      float: right;
      margin-right: 10px; }
      .sidebar_friends .bx-controls-direction a.bx-next:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -5px 0 0 -4px;
        border-left: 10px solid #fff;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }
.sidebar_friends .admin_info {
  margin-bottom: 0;
  background: #e6e6e6;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.03); }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BREAD CRUMBS ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.bread_crumbs {
  margin-bottom: 20px; }
  .bread_crumbs a {
    height: 20px;
    display: inline-block;
    line-height: 20px;
    color: #989898;
    font-size: 14px;
    margin-right: 10px;
    position: relative; }
    .bread_crumbs a:after {
      content: "/";
      color: #989898;
      position: absolute;
      right: -10px; }
    .bread_crumbs a:last-of-type:after {
      content: "";
      display: none; }
    .bread_crumbs a:hover {
      color: #0099cc; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- BASIC ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
img.protect {
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0; }

.basic_text {
  position: relative; }
  .basic_text ul {
    margin-bottom: 20px;
    padding-left: 30px; }
    .basic_text ul li {
      line-height: 22px;
      font-size: 16px;
      color: #000;
      margin: 2px 0;
      display: block;
      position: relative; }
      .basic_text ul li:before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 8px;
        left: -20px;
        background: #0099cc;
        position: absolute; }
      .basic_text ul li a {
        color: #0099cc; }
        .basic_text ul li a:hover {
          text-decoration: underline; }
  .basic_text ol {
    counter-reset: item;
    margin-bottom: 20px;
    padding-left: 30px; }
    .basic_text ol li {
      line-height: 22px;
      font-size: 16px;
      color: #000;
      margin: 2px 0;
      display: block;
      position: relative; }
      .basic_text ol li:before {
        content: counter(item);
        counter-increment: item;
        top: 0px;
        width: 20px;
        left: -30px;
        text-align: center;
        color: #0099cc;
        position: absolute; }
      .basic_text ol li a {
        color: #0099cc; }
        .basic_text ol li a:hover {
          text-decoration: underline; }
  .basic_text img {
    display: block;
    margin-bottom: 20px; }
    .basic_text img.inline {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
  .basic_text table {
    width: 100%;
    margin-bottom: 20px; }
    .basic_text table th, .basic_text table td {
      border: 1px solid #ccc;
      padding: 5px 10px;
      color: #000;
      font-size: 16px;
      text-align: center;
      vertical-align: middle; }
      .basic_text table th a, .basic_text table td a {
        color: #0099cc; }
        .basic_text table th a:hover, .basic_text table td a:hover {
          text-decoration: underline; }
      .basic_text table th.align_left, .basic_text table td.align_left {
        text-align: left; }
      .basic_text table th.align_right, .basic_text table td.align_right {
        text-align: right; }
    .basic_text table th {
      background-color: #f4f3f4;
      color: #333; }
    .basic_text table .arrows {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px;
      position: relative;
      top: -1px; }
      .basic_text table .arrows .arrow_top {
        cursor: pointer;
        margin-bottom: 4px;
        border-bottom: 5px solid #4d4d4d;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent; }
        .basic_text table .arrows .arrow_top:hover {
          border-bottom-color: #0099cc; }
      .basic_text table .arrows .arrow_bottom {
        cursor: pointer;
        margin-top: 4px;
        border-top: 5px solid #4d4d4d;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent; }
        .basic_text table .arrows .arrow_bottom:hover {
          border-top-color: #0099cc; }
  .basic_text p a, .basic_text h1 a, .basic_text h2 a, .basic_text h3 a, .basic_text h4 a, .basic_text h5 a, .basic_text h6 a {
    color: #0099cc; }
    .basic_text p a:hover, .basic_text h1 a:hover, .basic_text h2 a:hover, .basic_text h3 a:hover, .basic_text h4 a:hover, .basic_text h5 a:hover, .basic_text h6 a:hover {
      text-decoration: underline; }
  .basic_text quote {
    background: #e6e6e6;
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(left, #e6e6e6, transparent);
    background: linear-gradient(to right, #e6e6e6, transparent);
    padding: 20px;
    font-size: 18px;
    font-family: georgia;
    font-weight: 600;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
    border-left: 5px solid #0099cc; }
  .basic_text .numbered_block {
    min-height: 40px;
    margin-bottom: 20px;
    padding-left: 66px;
    position: relative;
    font-size: 16px;
    line-height: 22px; }
    .basic_text .numbered_block .number {
      position: absolute;
      top: 0;
      left: 0;
      height: 40px;
      line-height: 40px;
      font-size: 40px;
      text-align: center;
      width: 46px;
      color: rgba(0, 0, 0, 0.2);
      font-family: "extrabold"; }
  .basic_text .faq {
    padding: 0; }

ul.basic_list {
  margin-bottom: 20px;
  padding-left: 30px; }
  ul.basic_list > li {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    margin: 2px 0;
    display: block !important;
    position: relative; }
    ul.basic_list > li:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      top: 8px;
      left: -20px;
      background: #0099cc;
      position: absolute; }
    ul.basic_list > li ol.basic_list {
      margin: 10px 0; }
    ul.basic_list > li ol.basic_list li:before {
      content: counter(item);
      counter-increment: item;
      top: 0px;
      width: 20px;
      left: -30px;
      text-align: center;
      color: #0099cc;
      position: absolute; }

ol.basic_list {
  counter-reset: item;
  margin-bottom: 20px;
  padding-left: 30px; }
  ol.basic_list > li {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    margin: 2px 0;
    display: block !important;
    position: relative; }
    ol.basic_list > li:before {
      content: counter(item);
      counter-increment: item;
      top: 0px;
      width: 20px;
      left: -30px;
      text-align: center;
      color: #0099cc;
      position: absolute; }
    ol.basic_list > li ul.basic_list {
      margin: 10px 0; }
    ol.basic_list > li ul.basic_list li:before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 50%;
      top: 8px;
      left: -20px;
      background: #0099cc;
      position: absolute; }

.numbered_block {
  min-height: 40px;
  margin-bottom: 20px;
  padding-left: 66px;
  position: relative;
  font-size: 16px;
  line-height: 22px; }
  .numbered_block .number {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    width: 46px;
    color: rgba(0, 0, 0, 0.2);
    font-family: "extrabold"; }
  .numbered_block .cell {
    display: table-cell;
    height: 40px;
    width: 100%;
    vertical-align: middle; }

img.basic_img {
  display: block;
  margin-bottom: 20px; }
  img.basic_img.inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }

table.basic_table {
  width: 100%;
  margin-bottom: 20px; }
  table.basic_table th, table.basic_table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    text-align: center;
    vertical-align: middle; }
    table.basic_table th a, table.basic_table td a {
      color: #0099cc; }
    table.basic_table th.align_left, table.basic_table td.align_left {
      text-align: left; }
    table.basic_table th.align_right, table.basic_table td.align_right {
      text-align: right; }
  table.basic_table th {
    background-color: #f4f3f4;
    color: #333; }
  table.basic_table .arrows {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px; }
    table.basic_table .arrows .arrow_top {
      cursor: pointer;
      margin-bottom: 4px;
      border-bottom: 5px solid #4d4d4d;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
      table.basic_table .arrows .arrow_top:hover {
        border-bottom-color: #0099cc; }
    table.basic_table .arrows .arrow_bottom {
      cursor: pointer;
      margin-top: 4px;
      border-top: 5px solid #4d4d4d;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
      table.basic_table .arrows .arrow_bottom:hover {
        border-top-color: #0099cc; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- SOCIAL SET ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.social_set {
  height: 30px;
  display: block; }
  .social_set .label {
    color: #0099cc;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .social_set a {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    border-radius: 2px;
    background: url(../images/social_set.png) 30px 30px no-repeat;
    background-size: 270px 90px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
    .social_set a.vk {
      background-position: 0 0; }
      .social_set a.vk:hover {
        background-position: 0 -30px; }
    .social_set a.fb {
      background-position: -30px 0; }
      .social_set a.fb:hover {
        background-position: -30px -30px; }
    .social_set a.tw {
      background-position: -60px 0; }
      .social_set a.tw:hover {
        background-position: -60px -30px; }
    .social_set a.gp {
      background-position: -90px 0; }
      .social_set a.gp:hover {
        background-position: -90px -30px; }
    .social_set a.ok {
      background-position: -120px 0; }
      .social_set a.ok:hover {
        background-position: -120px -30px; }
    .social_set a.li {
      background-position: -150px 0; }
      .social_set a.li:hover {
        background-position: -150px -30px; }
    .social_set a.mail {
      background-position: -180px 0; }
      .social_set a.mail:hover {
        background-position: -180px -30px; }
    .social_set a.in, .social_set a.ig {
      background-position: -210px 0; }
      .social_set a.in:hover, .social_set a.ig:hover {
        background-position: -210px -30px; }
    .social_set a.yt {
      background-position: -240px 0; }
      .social_set a.yt:hover {
        background-position: -240px -30px; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- BASIC FORM ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.basic_form {
  position: relative; }
  .basic_form input[type=text], .basic_form input[type=password] {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #eee;
    padding: 0 10px;
    font-size: 14px;
    font-family: "regular";
    color: #444;
    background: #f4f3f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    border-radius: 3px; }
  .basic_form textarea {
    height: 100px;
    line-height: 20px;
    width: 100%;
    border: 1px solid #eee;
    padding: 5px 10px;
    font-size: 14px;
    font-family: "regular";
    color: #444;
    background: #f4f3f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    border-radius: 3px; }
  .basic_form label {
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #444;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
  .basic_form .combo_label {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    display: inline-block;
    vertical-align: top;
    padding-right: 5px; }
  .basic_form .control_point {
    position: relative;
    margin-bottom: 10px; }
    .basic_form .control_point .error {
      font-size: 12px;
      color: white;
      background-color: #BF0000;
      border-radius: 3px;
      padding: 0 5px;
      height: 18px;
      line-height: 18px;
      position: absolute;
      bottom: -18px;
      right: 0px;
      z-index: 2;
      display: none; }
      .basic_form .control_point .error:after {
        content: "";
        border-bottom: 5px solid #BF0000;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 5px;
        top: -5px; }
    .basic_form .control_point.error div.error {
      display: block; }
    .basic_form .control_point .holder {
      position: relative;
      margin-bottom: 5px; }
      .basic_form .control_point .holder.inline {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 0 0; }

/*------------------------------------------------------------------------------------------- */
/*--------------------------------- CHECKBOX/RADIO ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
input[type="checkbox"], input[type="radio"] {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 20px;
  height: 20px;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

input[type="checkbox"] + .false_checkbox,
input[type="radio"] + .false_radio {
  width: 20px;
  height: 20px;
  border: 1px solid #eee;
  background: #f4f3f4;
  display: inline-block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
  vertical-align: top;
  cursor: pointer;
  margin: 0 5px 0 0; }
  input[type="checkbox"] + .false_checkbox:after,
  input[type="radio"] + .false_radio:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: none;
    margin: -4px 0 0 -4px;
    background-color: #0099cc;
    border-radius: 3px; }

input[type="checkbox"] + .false_checkbox {
  border-radius: 3px; }

input[type="radio"] + .false_radio, input[type="radio"] + .false_radio:after {
  border-radius: 50%; }

input[type="checkbox"]:hover + .false_checkbox,
input[type="radio"]:hover + .false_radio {
  background: #e6e6e6; }

input[type="checkbox"]:checked + .false_checkbox:after,
input[type="radio"]:checked + .false_radio:after {
  display: block; }

/*------------------------------------------------------------------------------------------- */
/*-------------------------------------  COMBO ---------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.combo {
  height: 30px;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  max-width: 100%;
  border-radius: 3px;
  border: 1px solid #eee;
  background: #f4f3f4;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #f4f3f4, #e6e6e6);
  background: linear-gradient(to bottom, #f4f3f4, #e6e6e6);
  cursor: pointer;
  position: relative; }
  .combo .current {
    height: 30px;
    line-height: 28px;
    border-radius: 3px;
    font-family: 'regular';
    font-size: 14px;
    color: #444;
    padding: 0 22px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%; }
  .combo input.current {
    border: 0 none;
    background: #f4f3f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    border-radius: 3px;
    height: 30px;
    line-height: 30px; }
  .combo .arrow {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    margin-top: -3px;
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent; }
  .combo input[type=text] {
    display: none; }
    .combo input[type=text].current {
      display: block; }
  .combo ul {
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 5;
    width: 100%;
    display: none;
    border: 1px solid #eee;
    border-top: 0 none;
    background-color: #f4f3f4;
    max-height: 200px;
    overflow: auto;
    padding: 5px 0;
    border-radius: 0 0 3px 3px;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); */
}
    .combo ul li {
      line-height: 26px;
      display: block;
      padding: 0 10px;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px; }
      .combo ul li:hover {
        color: #0099cc; }
      .combo ul li.delim {
        background: rgba(0, 0, 0, 0.05);
        color: #989898; }
        .combo ul li.delim:first-of-type {
          position: relative;
          top: -5px;
          margin-bottom: -5px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- TIMETABLE ---------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.day_events {
  position: relative; }
  .day_events .day_title {
    background: #e6e6e6;
    font-family: "bold";
    font-size: 13px;
    text-transform: uppercase;
    color: #4d4d4d;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 2; }
    .day_events .day_title:after {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 3px;
      background: rgba(0, 0, 0, 0.35);
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .day_events .event_point {
    position: relative;
    padding: 20px 20px 20px 110px;
    border-bottom: 1px solid #bebebe;
    margin-bottom: -1px;
    min-height: 110px; }
    .day_events .event_point:hover .icons {
      display: block; }
  .day_events .img_link {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px; }
    .day_events .img_link .qualification {
      width: 70px;
      height: 70px;
      background-size: 70px 70px; }
  .day_events .number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: "bold";
    color: #0099cc;
    font-size: 18px; }
  .day_events .title {
    font-family: "bold";
    color: #0099cc;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    display: block;
    padding-right: 80px; }
  .day_events .icons {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none; }
    .day_events .icons span {
      display: inline-block;
      vertical-align: top;
      width: 18px;
      height: 18px;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
      color: #989898; }
      .day_events .icons span:hover {
        color: #0099cc; }
  .day_events .info {
    padding-left: 15px;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 3px;
    position: relative; }
    .day_events .info:before {
      content: "";
      left: 0;
      top: 7px;
      width: 5px;
      height: 5px;
      display: block;
      position: absolute;
      background: #0099cc;
      border-radius: 50%; }
    .day_events .info a {
      color: #0099cc; }
    .day_events .info.copy {
      color: #0099cc;
      cursor: pointer; }
  .day_events .timer {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center; }
    .day_events .timer .title {
      color: #0099cc;
      font-size: 14px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-family: "bold";
      margin-bottom: 3px;
      text-transform: uppercase; }
    .day_events .timer .blue_button {
      display: block;
      line-height: 30px !important; }
    .day_events .timer .number_set {
      margin-bottom: 5px; }
    .day_events .timer .number_point {
      width: 32px;
      margin: 0 1px;
      display: inline-block;
      vertical-align: top; }
      .day_events .timer .number_point .white_box {
        width: 32px;
        height: 32px;
        text-align: center;
        line-height: 32px;
        color: #0099cc;
        font-family: "light";
        font-size: 18px;
        background: #fff;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03); }
      .day_events .timer .number_point .label {
        display: block;
        width: 100%;
        text-align: center;
        color: #0099cc;
        line-height: 16px;
        font-size: 12px; }
  .day_events p {
    margin-bottom: 0; }
  .day_events.current .event_point {
    min-height: 150px;
    background: #f4f3f4;
    padding-right: 155px;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .day_events.current .title {
    padding-right: 0; }
  .day_events.current .number {
    display: none; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- CONGRATULATION ----------------------------------- */
/*------------------------------------------------------------------------------------------- */
.congratulations .box_body {
  padding-bottom: 10px; }
.congratulations .congratulations_box {
  position: relative;
  padding-left: 80px;
  min-height: 70px;
  margin-bottom: 10px; }
  .congratulations .congratulations_box .photo_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px; }
  .congratulations .congratulations_box .name {
    display: block;
    color: #0099cc;
    font-size: 14px; }
  .congratulations .congratulations_box .data {
    color: #989898; }
  .congratulations .congratulations_box .ico {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    text-align: center; }
    .congratulations .congratulations_box .ico.cabinet {
      color: #009933; }
    .congratulations .congratulations_box .ico.land {
      color: #2d64e0; }
    .congratulations .congratulations_box .ico.traffic {
      color: #bf0202; }

.new_on_site .box_body {
  padding: 0px; }
.new_on_site .new_on_site_box {
  margin-bottom: 20px;
  position: relative; }
  .new_on_site .new_on_site_box img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  .new_on_site .new_on_site_box .text {
    font-size: 14px;
    line-height: 20px; }
.new_on_site .scrollbar_container .viewport {
  height: 400px !important; }
  .new_on_site .scrollbar_container .viewport:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0; }
  .new_on_site .scrollbar_container .viewport:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0; }
.new_on_site .scrollbar_container .overview {
  padding: 20px 20px 10px !important; }
.new_on_site .scrollbar_container .scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3 !important;
  height: 100% !important;
  width: 5px !important; }
.new_on_site .scrollbar_container .thumb {
  width: 5px !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0 !important;
  left: auto !important;
  background-color: #999;
  border-radius: 2px; }
.new_on_site .scrollbar_container .disable {
  display: block !important; }

.social_group .box_body {
  text-align: center; }
.social_group .link {
  margin: 0 5px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top; }
  .social_group .link .ico {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    background: url(../images/social_set.png) no-repeat;
    background-size: 270px 90px; }
    .social_group .link .ico.vk {
      background-position: 0 0; }
    .social_group .link .ico.fb {
      background-position: -30px 0; }
    .social_group .link .ico.tw {
      background-position: -60px 0; }
    .social_group .link .ico.ok {
      background-position: -120px 0; }
    .social_group .link .ico.in {
      background-position: -210px 0; }
    .social_group .link .ico.youtube {
      background-image: none;
      background-color: #0099cc;
      border-radius: 3px;
      text-align: center;
      line-height: 30px;
      color: #fff;
      font-size: 16px; }
  .social_group .link:hover .ico.vk {
    background-position: 0 -30px; }
  .social_group .link:hover .ico.fb {
    background-position: -30px -30px; }
  .social_group .link:hover .ico.tw {
    background-position: -60px -30px; }
  .social_group .link:hover .ico.ok {
    background-position: -120px -30px; }
  .social_group .link:hover .ico.in {
    background-position: -210px -30px; }
  .social_group .link:hover .ico.youtube {
    background-color: red; }

.sidebar_box.reminder a {
  display: block;
  line-height: 30px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- AUTH FORM ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.auth_form {
  display: inline-block;
  vertical-align: top;
  margin-top: 60px;
  width: 580px;
  margin-bottom: 100px;
  padding: 20px 75px 35px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0px 2px 2px rgba(255, 255, 255, 0.3) inset; }
  .auth_form .title {
    text-align: center;
    text-transform: uppercase;
    color: #0099cc;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "extrabold";
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .auth_form .text {
    color: #666;
    margin-bottom: 20px; }
  .auth_form .sub_text {
    margin-top: 20px;
    font-size: 12px;
    color: #777; }
  .auth_form input[type=text],
  .auth_form input[type=password],
  .auth_form .false_checkbox {
    border: 0 none !important;
    background: rgba(255, 255, 255, 0.5) !important; }
  .auth_form label {
    color: #666; }
  .auth_form .forgot_link {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    color: #666;
    text-decoration: underline; }
    .auth_form .forgot_link:hover {
      text-decoration: none;
      color: #0099cc; }
  .auth_form .blue_button.big {
    text-align: center;
    width: 230px;
    padding: 0;
    display: block;
    margin: 20px auto 0; }
  .auth_form .out_box {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center; }
    .auth_form .out_box div {
      margin-bottom: 20px; }
    .auth_form .out_box a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: underline; }
      .auth_form .out_box a:hover {
        color: #fff;
        text-decoration: none; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- LOGIN SOCIAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.social_login {
  position: relative;
  width: 100%;
  padding-top: 20px;
  text-align: center; }
  .social_login .or {
    position: relative;
    height: 24px;
    margin-bottom: 20px;
    text-align: center; }
    .social_login .or span {
      background: #999;
      height: 24px;
      line-height: 22px;
      font-size: 12px;
      color: #fff;
      border-radius: 12px;
      display: inline-block;
      padding: 0 10px;
      z-index: 2;
      position: relative;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
    .social_login .or:before {
      content: "";
      height: 1px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      background: rgba(255, 255, 255, 0.5);
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  .social_login .inner_title {
    color: #777;
    font-family: "extrabold";
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .social_login .social_set a {
    margin: 0 5px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- GREY TITLE PANEL -------------------------------- */
/*------------------------------------------------------------------------------------------- */
.title_panel {
  position: relative; }
  .title_panel h2 {
    display: block;
    vertical-align: top;
    padding-right: 70px;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .title_panel h2 a {
      display: inline-block;
      vertical-align: top;
      height: 30px;
      width: 20px;
      text-align: center;
      line-height: 30px !important;
      margin-right: 5px;
      font-size: 18px;
      color: #626262; }
      .title_panel h2 a:hover {
        color: #0099cc; }
  .title_panel h4 {
    display: block;
    vertical-align: top;
    padding-right: 70px;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .title_panel .ico_panel {
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px; }
    .title_panel .ico_panel.left {
      right: auto;
      left: 20px; }
      .title_panel .ico_panel.left + h2, .title_panel .ico_panel.left + h4 {
        padding-left: 30px;
        padding-right: 30px; }
      .title_panel .ico_panel.left a, .title_panel .ico_panel.left span {
        margin: 0 5px 0 0; }
    .title_panel .ico_panel a, .title_panel .ico_panel span {
      display: inline-block;
      vertical-align: top;
      height: 30px;
      width: 20px;
      text-align: center;
      line-height: 30px;
      margin-left: 5px;
      margin-right: 0; }
    .title_panel .ico_panel i {
      font-size: 18px;
      color: #626262;
      line-height: 30px;
      cursor: pointer; }
      .title_panel .ico_panel i:hover {
        color: #0099cc; }
    .title_panel .ico_panel .watch_film {
      width: 30px;
      text-align: center; }
      .title_panel .ico_panel .watch_film i {
        font-size: 25px; }
  .title_panel form.search {
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    right: 20px; }

.dialogs_list {
  padding-top: 15px; }
  .dialogs_list .dialog_tab {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    border-radius: 3px;
    padding: 3px 6px;
    background: #0099cc;
    cursor: pointer; }
    .dialogs_list .dialog_tab .name {
      color: #fff; }
    .dialogs_list .dialog_tab:hover {
      background: #0fa8db; }
    .dialogs_list .dialog_tab .status {
      display: inline-block;
      vertical-align: top;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #fff;
      margin-right: 2px;
      background: #989898;
      position: relative;
      top: 5px; }
      .dialogs_list .dialog_tab .status.online {
        background: #07b942; }
  .dialogs_list .name {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 200px; }
  .dialogs_list i.fa {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    color: #626262;
    cursor: pointer;
    margin-left: 5px;
    opacity: 0.6; }
    .dialogs_list i.fa:hover {
      opacity: 1; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- POPUP ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.popup {
  position: relative; }
  .popup:before {
    display: none;
    position: absolute;
    background: #626262;
    border-radius: 3px;
    height: auto;
    line-height: 16px;
    font-size: 12px;
    padding: 1px 6px 2px;
    bottom: 30px;
    color: #fff;
    max-width: 200px;
    font-family: "light";
    z-index: 5;
    text-transform: none !important;
    text-shadow: 0 0 0 transparent !important;
    content: attr(data-text); }
  .popup:after {
    display: none;
    content: "";
    z-index: 5;
    border-top: 6px solid #626262;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: 24px; }
  .popup.right_pos:before {
    right: -10px; }
  .popup.right_pos:after {
    right: 2px; }
  .popup.left_pos:before {
    left: -10px; }
  .popup.left_pos:after {
    left: 2px; }
  .popup.bottom_pos:before {
    bottom: auto;
    top: 30px; }
  .popup.bottom_pos:after {
    border-top: 0 none;
    border-bottom: 6px solid #626262;
    bottom: auto;
    top: 24px; }
  .popup:hover:before, .popup:hover:after {
    display: block; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- DIALOG PREVIEW ----------------------------------- */
/*------------------------------------------------------------------------------------------- */
.dialog_preview {
  padding: 20px 20px 20px 240px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer; }
  .dialog_preview:hover {
    background: #eee; }
  .dialog_preview.new, .dialog_preview.not_read_msg {
    background: #eee; }
  .dialog_preview .left_part {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    height: 70px;
    padding-left: 80px; }
    .dialog_preview .left_part .photo_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 70px; }
      .dialog_preview .left_part .photo_box img {
        width: 70px;
        height: 70px;
        display: block;
        border-radius: 50%; }
      .dialog_preview .left_part .photo_box.online:after {
        right: 3%;
        bottom: 3%; }
    .dialog_preview .left_part .info_cell {
      height: 70px;
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      .dialog_preview .left_part .info_cell .name_container {
        display: block;
        max-height: 41px;
        overflow: hidden;
        padding-bottom: 3px; }
        .dialog_preview .left_part .info_cell .name_container a {
          display: inline;
          font-size: 16px;
          line-height: 16px;
          color: #0099cc;
          position: relative;
          margin-right: 3px; }
          .dialog_preview .left_part .info_cell .name_container a:after {
            content: ",";
            right: -3px;
            position: absolute; }
          .dialog_preview .left_part .info_cell .name_container a:last-of-type {
            margin-right: 0; }
            .dialog_preview .left_part .info_cell .name_container a:last-of-type:after {
              display: none; }
          .dialog_preview .left_part .info_cell .name_container a:hover {
            border-bottom: 1px solid; }
      .dialog_preview .left_part .info_cell .date, .dialog_preview .left_part .info_cell .counter {
        font-size: 12px;
        line-height: 18px;
        color: #989898; }
  .dialog_preview .message_container {
    display: block;
    position: relative;
    padding-right: 40px;
    width: 100%; }
  .dialog_preview .last_message {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 70px;
    font-size: 16px;
    line-height: 22px; }
    .dialog_preview .last_message a {
      color: #0099cc; }
  .dialog_preview .new_message {
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    min-width: 20px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    text-align: center;
    right: 0px;
    background-color: #0099cc;
    color: #fff; }
  .dialog_preview .delete_ico {
    position: absolute;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 16px;
    color: #929292;
    cursor: pointer;
    right: 0;
    bottom: 0; }
    .dialog_preview .delete_ico:hover {
      color: #0099cc; }

.tech_message {
  padding: 20px;
  text-align: center;
  background: #e6e6e6;
  font-size: 13px;
  font-family: "bold";
  color: #626262;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer; }
  .tech_message.hover_effect:hover {
    color: #0099cc; }

.person_messages {
  padding: 20px 20px 20px 240px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e6e6e6; }
  .person_messages.new, .person_messages.message_not_read {
   /* background: rgba(0, 153, 204, 0.15); */} 
  .person_messages.tech .message {
    color: #989898; }
    .person_messages.tech .message a {
      color: #0099cc; }
      .person_messages.tech .message a:hover {
        text-decoration: underline; }
  .person_messages.answer {
    min-height: 70px;
    border-bottom: 0 none;
    padding: 0 0 0 80px;
    margin-top: 10px; }
    .person_messages.answer .left_part {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0;
      height: auto;
      display: block; }
      .person_messages.answer .left_part .photo_box {
        left: -80px; }
      .person_messages.answer .left_part .info_cell {
        display: block;
        height: auto; }
        .person_messages.answer .left_part .info_cell .name_container, .person_messages.answer .left_part .info_cell .date {
          display: inline-block;
          vertical-align: top;
          margin: 0 10px 0 0; }
    .person_messages.answer .message_stack {
      min-height: 0; }
    .person_messages.answer .ico_panel {
      display: none; }
  .person_messages .left_part {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    height: 70px;
    padding-left: 80px;
    overflow: hidden; }
    .person_messages .left_part .photo_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 70px; }
      .person_messages .left_part .photo_box img {
        width: 70px;
        height: 70px;
        display: block;
        border-radius: 50%; }
      .person_messages .left_part .photo_box.online:after {
        bottom: 3%;
        right: 3%; }
    .person_messages .left_part .info_cell {
      height: 70px;
      width: 100%;
      display: table-cell;
      vertical-align: middle; }
      .person_messages .left_part .info_cell .name_container {
        color: #0099cc;
        font-size: 16px;
        line-height: 20px;
        display: block;
        max-height: 40px;
        overflow: hidden;
        margin-bottom: 3px; }
        .person_messages .left_part .info_cell .name_container a {
          color: #0099cc;
          position: relative;
          margin-right: 3px; }
          .person_messages .left_part .info_cell .name_container a:after {
            content: ",";
            right: -3px;
            position: absolute; }
          .person_messages .left_part .info_cell .name_container a:last-of-type {
            margin-right: 0; }
            .person_messages .left_part .info_cell .name_container a:last-of-type:after {
              display: none; }
          .person_messages .left_part .info_cell .name_container a:hover {
            text-decoration: underline; }
      .person_messages .left_part .info_cell .date, .person_messages .left_part .info_cell .counter {
        font-size: 12px;
        line-height: 18px;
        color: #989898; }
  .person_messages .message_stack {
    min-height: 45px; }
  .person_messages .message {
    position: relative;
    padding: 5px 0;
    font-size: 16px;
    line-height: 22px; }
    .person_messages .message:first-of-type {
      padding-top: 0; }
    .person_messages .message .title {
      font-family: "bold";
      text-transform: uppercase;
      color: #666; }
    .person_messages .message a {
      color: #0099cc; }
    .person_messages .message .quote {
      padding-left: 30px;
      position: relative;
      color: #989898;
      margin-bottom: 15px; }
      .person_messages .message .quote i.fa {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        color: #989898; }
  .person_messages .ico_panel {
    height: 20px;
    margin-top: 5px;
    text-align: right; }
    .person_messages .ico_panel .popup, .person_messages .ico_panel .like {
      display: inline-block;
      vertical-align: top;
      margin-left: 5px;
      width: 16px;
      height: 16px;
      position: relative;
      top: 2px;
      line-height: 16px;
      text-align: center;
      font-size: 14px;
      color: #c0c0c0;
      cursor: pointer; }
      .person_messages .ico_panel .popup:hover, .person_messages .ico_panel .popup.current, .person_messages .ico_panel .like:hover, .person_messages .ico_panel .like.current {
        color: #0099cc; }
    .person_messages .ico_panel .like .like_popup {
      display: none;
      position: absolute;
      background: #626262;
      border-radius: 3px;
      height: auto;
      line-height: 14px;
      font-size: 12px;
      padding: 1px 6px 4px;
      bottom: 30px;
      right: -10px;
      color: #fff;
      max-width: 200px;
      font-family: "light";
      z-index: 5; }
      .person_messages .ico_panel .like .like_popup:after {
        content: "";
        z-index: 5;
        border-top: 6px solid #626262;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        right: 15px;
        bottom: -6px; }
      .person_messages .ico_panel .like .like_popup a {
        color: #fff;
        text-decoration: underline; }
      .person_messages .ico_panel .like .like_popup:hover {
        display: block !important; }
    .person_messages .ico_panel .social_set {
      height: 20px;
      display: none;
      vertical-align: top; }
      .person_messages .ico_panel .social_set a {
        height: 20px;
        width: 20px;
        margin-right: 1px;
        background-size: 180px 60px; }
        .person_messages .ico_panel .social_set a.vk {
          background-position: 0 0px; }
          .person_messages .ico_panel .social_set a.vk:hover {
            background-position: 0 -20px; }
        .person_messages .ico_panel .social_set a.fb {
          background-position: -20px 0px; }
          .person_messages .ico_panel .social_set a.fb:hover {
            background-position: -20px -20px; }
        .person_messages .ico_panel .social_set a.tw {
          background-position: -40px 0px; }
          .person_messages .ico_panel .social_set a.tw:hover {
            background-position: -40px -20px; }
        .person_messages .ico_panel .social_set a.gp {
          background-position: -60px 0px; }
          .person_messages .ico_panel .social_set a.gp:hover {
            background-position: -60px -20px; }
        .person_messages .ico_panel .social_set a.ok {
          background-position: -80px 0px; }
          .person_messages .ico_panel .social_set a.ok:hover {
            background-position: -80px -20px; }
  .person_messages .photo_link {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    margin-top: 7px;
    margin-right: 10px;
    position: relative;
    padding-left: 80px;
    min-height: 70px; }
    .person_messages .photo_link .photo_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 70px;
      height: 70px; }
    .person_messages .photo_link .name {
      color: #0099cc;
      width: 100%;
      height: 70px;
      display: table-cell;
      vertical-align: middle;
      font-size: 14px;
      line-height: 18px; }
  .person_messages .repost {
    position: relative;
    padding-left: 50px;
    margin-bottom: 5px;
    min-height: 40px; }
    .person_messages .repost .photo_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px; }
    .person_messages .repost .name {
      color: #0099cc;
      font-size: 14px;
      line-height: 20px; }
    .person_messages .repost .date {
      font-size: 12px;
      line-height: 18px;
      color: #989898; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- ATTACH ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.attach {
  display: block;
  position: relative; }
  .attach a.fancybox {
    display: inline-block;
    vertical-align: top;
    height: 130px;
    margin-right: 2px;
    margin-top: 5px;
    width: 190px;
    overflow: hidden;
    text-align: center;
    background: #e6e6e6; }
    .attach a.fancybox img {
      display: block;
      margin: 0 auto;
      max-width: none;
      width: 190px;
      height: auto;
      min-height: 130px; }
  .attach .media_box {
    margin-top: 5px;
    position: relative; }
    .attach .media_box .audio_name {
      color: #0099cc;
      height: 29px;
      line-height: 29px;
      width: 69%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 15px;
      position: absolute;
      top: 0;
      z-index: 2;
      border-left: 1px solid #c0c0c0;
      left: 30px; }
    .attach .media_box.video {
      height: 360px; }
  .attach .file {
    display: block;
    width: 100%;
    padding: 0 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #0099cc;
    cursor: pointer;
    background: #e6e6e6;
    position: relative;
    border: 1px solid #c0c0c0;
    margin-top: 5px; }
    .attach .file .name {
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .attach .file .fa {
      position: absolute;
      height: 30px;
      top: 0;
      font-size: 14px;
      color: #989898;
      width: 30px;
      line-height: 30px;
      text-align: center; }
      .attach .file .fa.fa-file-text {
        left: 0; }
      .attach .file .fa.fa-download {
        right: 0; }
    .attach .file:hover .fa-download {
      color: #0099cc; }

/*------------------------------------------------------------------------------------------- */
/*-------------------------------------- SCROLLBAR ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.scrollbar_container {
  position: relative;
  width: 100%;
  margin: 0px; }
  .scrollbar_container .viewport {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative; }
  .scrollbar_container .overview {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    padding: 0; }
  .scrollbar_container .scrollbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    width: 5px; }
  .scrollbar_container .thumb {
    width: 5px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #999;
    border-radius: 2px; }
  .scrollbar_container .disable {
    display: none; }
  .scrollbar_container .message_stack {
    min-height: 70px; }

/*------------------------------------------------------------------------------------------- */
.module_scrollbar {
  position: relative;
  width: 100%;
  margin: 0 0 -3px; }
  .module_scrollbar .viewport {
    height: auto;
    overflow: hidden;
    position: relative; }
  .module_scrollbar .overview {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0; }
  .module_scrollbar .scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 5px; }
  .module_scrollbar .thumb {
    height: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #faaf46;
    text-align: center;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset; }
    .module_scrollbar .thumb .dot {
      display: inline-block;
      vertical-align: top;
      width: 3px;
      height: 3px;
      position: relative;
      top: 3px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .module_scrollbar .disable {
    display: none; }

.new_comment {
  padding-right: 40px;
  position: relative; }
  .new_comment.answer {
    display: none;
    background: #e6e6e6;
    padding: 10px 40px 10px 10px;
    border-radius: 3px;
    margin: 10px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .new_comment.answer .ico_panel {
      right: 10px;
      margin-top: 0;
      padding-top: 10px; }
      .new_comment.answer .ico_panel i {
        font-size: 16px; }
      .new_comment.answer .ico_panel i.fa-paper-plane {
        margin-bottom: 0;
        bottom: 10px;
        left: 0; }
    .new_comment.answer textarea {
      height: 95px; }
  .new_comment textarea {
    background: #fff;
    font-size: 16px;
    line-height: 22px;
    border: 0 none; }
  .new_comment input {
    border: 0 none !important;
    background: #fff !important;
    font-size: 16px !important;
    line-height: 22px !important; }
  .new_comment .ico_panel {
    width: 20px;
    top: 0;
    position: absolute;
    right: 0px;
    height: 100%; }
    .new_comment .ico_panel .smiles {
      display: block;
      position: relative;
      width: 20px;
      height: 20px;
      margin-bottom: 5px; }
      .new_comment .ico_panel .smiles i {
        margin-bottom: 0; }
    .new_comment .ico_panel i {
      width: 20px;
      height: 20px;
      font-size: 20px;
      line-height: 20px;
      text-align: center;
      margin-bottom: 5px;
      color: #989898;
      cursor: pointer; }
      .new_comment .ico_panel i.fa-paper-plane {
        /*position: absolute;*/
        bottom: 0;
        left: 0;
        color: #0fa8db; }
      .new_comment .ico_panel i:hover {
        color: #0099cc; }
  .new_comment .attach_to_form {
    margin-top: 10px;
    max-width: 300px; }
    .new_comment .attach_to_form .attach_file {
      position: relative;
      padding: 0 25px;
      height: 22px; }
      .new_comment .attach_to_form .attach_file .name {
        display: block;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 14px;
        height: 22px;
        line-height: 22px;
        color: #0099cc; }
      .new_comment .attach_to_form .attach_file .fa {
        position: absolute;
        top: 0;
        right: 0;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 14px;
        color: #989898;
        cursor: pointer; }
        .new_comment .attach_to_form .attach_file .fa.fa-paperclip {
          left: 0; }
        .new_comment .attach_to_form .attach_file .fa.fa-times {
          right: 0; }
          .new_comment .attach_to_form .attach_file .fa.fa-times:hover {
            color: #0099cc; }
      .new_comment .attach_to_form .attach_file:hover {
        background: #eee; }
  .new_comment .combo {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    height: 32px;
    width: 100%;
    margin-bottom: 10px; }
    .new_comment .combo .current {
      height: 32px;
      line-height: 32px;
      font-size: 16px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
    .new_comment .combo ul {
      top: 32px;
      max-height: 302px; }
    .new_comment .combo li {
      font-size: 16px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
      .new_comment .combo li .fa {
        color: #888; }
  .new_comment .status_control {
    margin-top: 20px; }
    .new_comment .status_control label {
      font-size: 14px;
      cursor: pointer;
      font-family: "bold";
      text-transform: uppercase;
      color: #666; }
    .new_comment .status_control .false_checkbox {
      border: 0 none; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- MODAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.modal {
  max-width: 100%;
  position: relative;
  border-radius: 5px;
  background: #fff; }
  .modal .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    cursor: pointer; }
    .modal .close i {
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 18px;
      color: #626262; }
    .modal .close:hover i {
      color: #0099cc; }
  .modal .modal_title {
    padding: 30px 30px 0;
    margin-bottom: 0; }
  .modal .modal_body {
    position: relative;
    padding: 30px; }
  .modal .blue_button {
    display: inline-block;
    vertical-align: top; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- TECH MODAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.tech_modal {
  max-width: 600px;
  text-align: center; }
  .tech_modal .blue_button {
    margin: 0 5px; }
  .tech_modal .modal_title {
    font-size: 20px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- DIALOG OPTIONS MODAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.dialog_options_modal .modal_body {
  padding-left: 190px;
  min-height: 267px; }
.dialog_options_modal .label {
  display: block;
  font-family: "bold";
  font-size: 16px;
  color: #626262;
  text-transform: uppercase;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px; }
.dialog_options_modal .image_part {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 140px; }
  .dialog_options_modal .image_part img {
    width: 140px;
    height: 140px;
    margin-bottom: 10px; }
.dialog_options_modal .members {
  margin-top: 20px; }
  .dialog_options_modal .members .basic_form {
    margin-top: 10px; }
.dialog_options_modal .member {
  position: relative;
  padding-right: 30px;
  height: 22px;
  padding-left: 5px; }
  .dialog_options_modal .member .name {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    color: #0099cc; }
  .dialog_options_modal .member .fa {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #989898;
    cursor: pointer; }
    .dialog_options_modal .member .fa:hover {
      color: #0099cc; }
  .dialog_options_modal .member:hover {
    background: #eee; }
.dialog_options_modal .basic_form {
  width: 500px; }
  .dialog_options_modal .basic_form .control_point {
    position: relative;
    padding-right: 120px;
    margin-bottom: 0; }
  .dialog_options_modal .basic_form input {
    width: 100%; }
  .dialog_options_modal .basic_form .blue_button {
    width: 110px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- ATTACH MODAL ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.attach_modal {
  width: 560px; }
  .attach_modal .file_list {
    margin-bottom: 20px; }
  .attach_modal .file {
    position: relative;
    padding-right: 30px;
    height: 22px;
    padding-left: 5px; }
    .attach_modal .file .path {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      height: 22px;
      line-height: 22px;
      color: #0099cc; }
    .attach_modal .file .fa {
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .attach_modal .file .fa:hover {
        color: #0099cc; }
    .attach_modal .file:hover {
      background: #eee; }
  .attach_modal .search_file {
    min-height: 32px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 120px; }
    .attach_modal .search_file .blue_button {
      position: absolute;
      top: 0;
      left: 0;
      width: 110px;
      padding: 0; }
    .attach_modal .search_file .sub_text {
      font-size: 12px;
      line-height: 16px;
      color: #989898; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- SMILE WINDOW ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.smile_window {
  display: none;
  position: absolute;
  width: 300px;
  background: #fff;
  right: -5px;
  bottom: 30px;
  padding: 5px;
  z-index: 20;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px; }
  .smile_window img {
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
  .smile_window:before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 10px;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent; }
  .smile_window:after {
    content: "";
    position: absolute;
    bottom: -6px;
    right: 11px;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- PREVIEW BOX ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.preview_set {
  padding: 20px 0 0 20px;
  position: relative; }
  .preview_set.bottom_delimiter:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .preview_set .preview_delimiter {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    font-family: "bold";
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    color: #989898;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 60px; }
    .preview_set .preview_delimiter a.back {
      color: #989898;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      text-align: center;
      height: 20px;
      width: 20px;
      font-size: 20px;
      line-height: 20px; }
      .preview_set .preview_delimiter a.back:hover {
        color: #0099cc; }
    .preview_set .preview_delimiter .right_text {
      position: absolute;
      right: 0;
      top: 0; }

.preview_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 18px 20px 0;
  width: 155px; }
  .preview_box.video {
    width: 270px; }
    .preview_box.video .albom_title .name {
      width: 270px; }
  .preview_box .albom_title {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5); }
    .preview_box .albom_title .name {
      display: table-cell;
      vertical-align: middle;
      width: 155px;
      height: 155px;
      text-align: center;
      padding: 5px 5px 30px;
      font-family: "bold";
      color: #fff;
      font-size: 13px;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
      text-transform: uppercase; }
      .preview_box .albom_title .name i {
        font-size: 20px;
        margin-bottom: 10px; }
    .preview_box .albom_title .counter {
      height: 30px;
      line-height: 30px;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff; }
  .preview_box .photo_container {
    display: block;
    width: 100%;
    height: 155px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #f4f3f4; }
    .preview_box .photo_container.online:after {
      content: "";
      border-radius: 50%;
      width: 5%;
      height: 5%;
      min-height: 8px;
      min-width: 8px;
      background: #07b942;
      border: 2px solid #fff;
      position: absolute;
      bottom: -1%;
      right: -1%;
      z-index: 3; }
    .preview_box .photo_container a {
      position: absolute;
      top: 0;
      left: -50%;
      width: 200%;
      height: 100%;
      text-align: center; }
    .preview_box .photo_container img {
      display: inline-block;
      height: 100%; }
    .preview_box .photo_container .ico_panel {
      position: absolute;
      left: 0;
      bottom: -30px;
      height: 30px;
      padding: 5px;
      width: 100%;
      z-index: 2;
      -webkit-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      background: transparent;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
      background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
      .preview_box .photo_container .ico_panel span {
        display: inline-block;
        height: 20px;
        width: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        margin-right: 5px;
        cursor: pointer; }
        .preview_box .photo_container .ico_panel span.select {
          color: #0fa8db; }
        .preview_box .photo_container .ico_panel span.popup:before {
          bottom: 25px;
          left: -3px; }
        .preview_box .photo_container .ico_panel span.popup:after {
          bottom: 19px; }
      .preview_box .photo_container .ico_panel .right {
        margin: 0 0 0 5px; }
        .preview_box .photo_container .ico_panel .right.popup:before {
          left: auto;
          right: -3px; }
    .preview_box .photo_container:hover .ico_panel {
      bottom: 0; }
  .preview_box .title {
    font-family: "bold";
    font-size: 13px;
    color: #0099cc;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 18px;
    display: block; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------ PAGES ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.pages {
  padding: 20px;
  position: relative;
  height: 66px; }
  .pages:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .pages a {
    display: inline-block;
    vertical-align: top;
    min-width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    margin-right: 5px;
    position: relative;
    color: #fff;
    font-family: "bold";
    font-size: 14px;
    cursor: pointer;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background: #25a5e4;
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, #25a5e4, #0e60ad);
    background: linear-gradient(to bottom, #25a5e4, #0e60ad);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
    .pages a.prev:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -4px 0 0 -4px;
      border-right: 8px solid #fff;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
    .pages a.next:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -4px 0 0 -4px;
      border-left: 8px solid #fff;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; }
    .pages a:hover {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
      background: #31b0ee;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, #31b0ee, #267ecf);
      background: linear-gradient(to bottom, #31b0ee, #267ecf); }
    .pages a:active {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
      background: #267ecf;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, #267ecf, #25a5e4);
      background: linear-gradient(to bottom, #267ecf, #25a5e4);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset; }
    .pages a.current {
      color: #267ecf;
      border-top: 0 none;
      border-bottom: 1px solid #dfdfdf;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
      text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.7);
      background: #dfdfdf;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, #dfdfdf, #eee);
      background: linear-gradient(to bottom, #dfdfdf, #eee); }

.personal_info {
  padding: 20px;
  position: relative; }
  .personal_info .name {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top; }
  .personal_info .last_visit {
    display: inline-block;
    vertical-align: top;
    float: right;
    line-height: 30px;
    margin-bottom: 10px;
    color: #626262;
    font-style: italic;
    font-size: 14px; }
  .personal_info .social_set {
    height: 24px;
    margin-top: 10px; }
    .personal_info .social_set a {
      width: 24px;
      height: 24px;
      background-size: 216px 72px; }
      .personal_info .social_set a.vk {
        background-position: 0 0; }
        .personal_info .social_set a.vk:hover {
          background-position: 0 -24px; }
      .personal_info .social_set a.fb {
        background-position: -24px 0; }
        .personal_info .social_set a.fb:hover {
          background-position: -24px -24px; }
      .personal_info .social_set a.tw {
        background-position: -48px 0; }
        .personal_info .social_set a.tw:hover {
          background-position: -48px -24px; }
      .personal_info .social_set a.gp {
        background-position: -72px 0; }
        .personal_info .social_set a.gp:hover {
          background-position: -72px -24px; }
      .personal_info .social_set a.ok {
        background-position: -96px 0; }
        .personal_info .social_set a.ok:hover {
          background-position: -96px -24px; }
      .personal_info .social_set a.li {
        background-position: -120px 0; }
        .personal_info .social_set a.li:hover {
          background-position: -120px -24px; }
      .personal_info .social_set a.mail {
        background-position: -144px 0; }
        .personal_info .social_set a.mail:hover {
          background-position: -144px -24px; }
      .personal_info .social_set a.in, .personal_info .social_set a.ig {
        background-position: -168px 0; }
        .personal_info .social_set a.in:hover, .personal_info .social_set a.ig:hover {
          background-position: -168px -24px; }
      .personal_info .social_set a.yt {
        background-position: -192px 0; }
        .personal_info .social_set a.yt:hover {
          background-position: -192px -24px; }
  .personal_info .main_info {
    position: relative;
    padding-left: 250px;
    min-height: 270px; }
  .personal_info.short .main_info {
    min-height: 200px; }
  .personal_info .photo_side {
    width: 230px;
    position: absolute;
    top: 0px;
    left: 0px; }
    .personal_info .photo_side .photo {
      width: 230px;
      height: 230px;
      display: block;
      position: relative;
      overflow: hidden; }
      .personal_info .photo_side .photo img {
        display: block;
        height: 230px;
        min-width: 230px;
        max-width: none; }
      .personal_info .photo_side .photo.online:after {
        content: "";
        border-radius: 50%;
        width: 4%;
        height: 4%;
        min-height: 8px;
        min-width: 8px;
        background: #07b942;
        border: 2px solid #fff;
        position: absolute;
        bottom: 3%;
        right: 3%;
        z-index: 2; }
    .personal_info .photo_side .show_more {
      height: 36px;
      line-height: 36px;
      overflow: hidden;
      width: 100%;
      background: #e6e6e6;
      text-align: center;
      cursor: pointer; }
      .personal_info .photo_side .show_more span {
        height: 36px;
        line-height: 36px;
        display: block;
        font-family: "bold";
        font-size: 13px;
        color: #333;
        text-transform: uppercase; }
        .personal_info .photo_side .show_more span:hover {
          color: #0099cc; }
      .personal_info .photo_side .show_more span.hide {
        display: none; }
  .personal_info .short_line {
    margin-bottom: 4px;
    line-height: 20px;
    font-size: 16px; }
    .personal_info .short_line .popup {
      cursor: pointer;
      display: inline-block;
      vertical-align: top;
      height: 16px;
      text-align: center;
      line-height: 16px;
      margin-left: 2px; }
      .personal_info .short_line .popup.viber {
        width: 16px;
        background: url(../images/contact_ico.png) no-repeat;
        background-size: 64px 32px;
        background-position: -48px 0; }
      .personal_info .short_line .popup.whatsapp {
        width: 16px;
        background: url(../images/contact_ico.png) no-repeat;
        background-size: 64px 32px;
        background-position: -32px 0; }
      .personal_info .short_line .popup.blue:hover i {
        color: #0099cc; }
      .personal_info .short_line .popup i {
        color: #888;
        font-size: 16px; }
    .personal_info .short_line .ico {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      color: #888;
      margin-right: 8px;
      width: 16px;
      height: 20px;
      line-height: 20px; }
      .personal_info .short_line .ico.login_way {
        width: 18px;
        margin-right: 6px;
        font-size: 18px; }
      .personal_info .short_line .ico.cabinet {
        color: #009933; }
      .personal_info .short_line .ico.land {
        color: #2d64e0; }
      .personal_info .short_line .ico.traffic {
        color: #bf0202; }
    .personal_info .short_line a {
      color: #000; }
      .personal_info .short_line a:hover {
        color: #0099cc; }
        .personal_info .short_line a:hover i {
          color: #0099cc; }
    .personal_info .short_line.red {
      color: darkred; }
      .personal_info .short_line.red i {
        color: darkred; }
    .personal_info .short_line.yellow {
      color: #fd7404; }
      .personal_info .short_line.yellow i {
        color: #fd7404; }
  .personal_info .full_info {
    display: none;
    padding-top: 10px; }
    .personal_info .full_info .hide {
      color: #aaa;
      font-family: "bold";
      font-size: 13px;
      text-transform: uppercase;
      cursor: pointer;
      display: inline-block; }
      .personal_info .full_info .hide i {
        font-size: 14px;
        margin-left: 2px; }
      .personal_info .full_info .hide:hover {
        color: #0099cc; }
    .personal_info .full_info .adaptive {
      display: none; }
  .personal_info .line {
    margin-bottom: 5px;
    position: relative;
    padding-left: 250px;
    line-height: 20px;
    font-size: 16px; }
    .personal_info .line .param {
      color: #989898;
      width: 220px;
      position: absolute;
      top: 0;
      left: 0; }
  .personal_info .qualification {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: top; }
  .personal_info .ico_panel {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    padding: 5px 10px;
    z-index: 2;
    background: transparent;
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
    .personal_info .ico_panel span {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0;
      cursor: pointer;
      text-align: center;
      height: 20px; }
      .personal_info .ico_panel span i {
        color: #fff;
        font-size: 18px;
        display: block;
        height: 20px;
        line-height: 20px; }
      .personal_info .ico_panel span:hover, .personal_info .ico_panel span.select {
        color: #0099cc; }
  .personal_info .status_box {
    display: none;
    margin-bottom: 10px;
    position: relative; }
    .personal_info .status_box .status_text {
      border-radius: 3px;
      padding: 9px 30px 9px 9px;
      position: relative;
      background: #e6e6e6;
      line-height: 18px;
      font-size: 14px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
      .personal_info .status_box .status_text:before {
        content: "";
        border-top: 10px solid #e6e6e6;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: -9px;
        left: 10px; }
      .personal_info .status_box .status_text i {
        display: none;
        position: absolute;
        cursor: pointer;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        top: 5px;
        right: 5px;
        color: #989898; }
        .personal_info .status_box .status_text i:hover {
          color: #0099cc; }
      .personal_info .status_box .status_text:hover i {
        display: block; }
  .personal_info form.status {
    display: none;
    position: relative;
    -webkit-transition: height 0.3s ease 0s;
    transition: height 0.3s ease 0s; }
    .personal_info form.status textarea {
      border-radius: 3px;
      background: #e6e6e6;
      min-height: 32px;
      line-height: 18px;
      font-size: 14px;
      overflow: hidden;
      height: auto;
      -webkit-transition: height 0.5s ease 0s;
      transition: height 0.5s ease 0s;
      padding: 9px 30px 9px 9px; }
    .personal_info form.status .hiddendiv {
      border-radius: 3px;
      min-height: 32px;
      line-height: 18px;
      font-size: 14px;
      height: auto;
      display: none;
      -webkit-transition: height 0.5s ease 0s;
      transition: height 0.5s ease 0s;
      white-space: pre-wrap;
      padding: 7px 30px 7px 7px; }
    .personal_info form.status .save_button {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      top: 5px;
      right: 5px;
      cursor: pointer;
      color: #989898; }
      .personal_info form.status .save_button:hover {
        color: #0099cc; }

.preloader {
  padding: 20px;
  text-align: center; }

.audio_set {
  padding: 20px 20px 10px; }
  .audio_set.for_friends .media_box {
    padding-right: 40px; }
  .audio_set .media_box {
    margin-bottom: 10px;
    position: relative;
    padding-right: 60px;
    z-index: 3; }
    .audio_set .media_box .audio_name {
      color: #0099cc;
      height: 29px;
      line-height: 29px;
      width: 69%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 15px;
      position: absolute;
      top: 0;
      z-index: 2;
      border-left: 1px solid #c0c0c0;
      left: 30px; }
    .audio_set .media_box .ico_panel {
      height: 30px;
      position: absolute;
      right: 0;
      top: 0; }
      .audio_set .media_box .ico_panel span {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #989898;
        text-align: center; }
      .audio_set .media_box .ico_panel i {
        cursor: pointer; }
        .audio_set .media_box .ico_panel i:hover {
          color: #0099cc; }

.bookmark_set {
  padding: 20px 20px 10px; }
  .bookmark_set .bookmark_point {
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    padding: 0 30px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #0099cc;
    cursor: pointer;
    background: #e6e6e6;
    border: 1px solid #c0c0c0; }
    .bookmark_set .bookmark_point .title {
      width: 100%;
      color: #0099cc;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .bookmark_set .bookmark_point .fa {
      position: absolute;
      height: 30px;
      top: 0;
      font-size: 14px;
      color: #989898;
      width: 30px;
      line-height: 30px;
      text-align: center; }
      .bookmark_set .bookmark_point .fa.fa-bookmark {
        left: 0; }
      .bookmark_set .bookmark_point .fa.fa-times {
        right: 0; }
        .bookmark_set .bookmark_point .fa.fa-times:hover {
          color: #0099cc; }

.ask_leader {
  position: fixed;
  top: 475px;
  left: 0px;
  width: auto;
  height: 40px;
  line-height: 40px !important;
  z-index: 100;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  font-family: bold;
  padding: 0 20px;
  color: #989898;
  cursor: pointer;
  background: #e6e6e6;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  transform: rotate(-90deg);
  transform-origin: 0px 0px; }
  .ask_leader i {
    margin-right: 5px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px !important; }
  .ask_leader .circle {
    width: auto;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 6px;
    background: #0099cc;
    color: #e6e6e6;
    display: inline-block;
    margin-left: 5px;
    font-family: regular; }
  .ask_leader:hover {
    color: #0099cc; }

.fixed_panel {
  position: fixed;
  top: 200px;
  right: 0px;
  width: 40px;
  height: auto;
  z-index: 100;
  border-radius: 3px;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3); }
  .fixed_panel .point {
    width: 100%;
    height: 40px;
    display: block;
    position: relative; }
    .fixed_panel .point:hover .hover_box {
      opacity: 1;
      right: 100%; }
    .fixed_panel .point:hover .cell {
      color: #0099cc; }
    .fixed_panel .point:first-of-type .cell {
      border-radius: 3px 3px 0 0; }
    .fixed_panel .point.scroll_link .cell {
      border-bottom: 0 none;
      box-shadow: none;
      border-radius: 0 0 3px 3px; }
    .fixed_panel .point.scroll_link .hover_box {
      height: 40px;
      line-height: 40px; }
    .fixed_panel .point.appear {
      height: 0;
      opacity: 0; }
      .fixed_panel .point.appear .cell {
        color: #0099cc; }
    .fixed_panel .point.select .cell {
      color: #0099cc; }
  .fixed_panel .cell {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    color: #989898;
    display: block;
    cursor: pointer;
    background: #e6e6e6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .fixed_panel .cell i {
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5); }
  .fixed_panel .hover_box {
    cursor: pointer;
    height: 39px;
    line-height: 39px;
    background: #e6e6e6;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
    font-family: "bold";
    color: #0099cc;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 10px 0 20px;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0;
    right: -350%;
    border-radius: 3px 0 0 3px;
    transition: all 0.5s ease;
    white-space: nowrap;
    border-bottom: 1px solid transparent; }

@-webkit-keyframes shake {
  0%, 50%, 100% {
    -webkit-transform: translateX(0px); }
  25% {
    -webkit-transform: translateX(2px); }
  75% {
    -webkit-transform: translateX(-2px); } }
@keyframes shake {
  0%, 50%, 100% {
    transform: translateX(0px); }
  25% {
    transform: translateX(2px); }
  75% {
    transform: translateX(-2px); } }
.shake {
  animation: shake 0.5s linear infinite;
  -webkit-animation-name: shake 0.5s linear infinite; }

.message_modal {
  width: 560px; }
  .message_modal .label {
    display: block;
    font-family: "bold";
    font-size: 16px;
    color: #626262;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
    .message_modal .label a {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      text-transform: none;
      color: #989898;
      cursor: pointer; }
      .message_modal .label a:hover {
        color: #0099cc; }
  .message_modal .members {
    padding: 30px; }
    .message_modal .members .basic_form .control_point {
      position: relative;
      padding-right: 120px;
      margin: 10px 0 0; }
    .message_modal .members .basic_form input {
      width: 100%; }
    .message_modal .members .basic_form .blue_button {
      width: 110px;
      text-align: center;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0; }
    .message_modal .members .basic_form .combo {
      width: 100%; }
  .message_modal .member {
    position: relative;
    padding-right: 30px;
    height: 22px;
    padding-left: 5px; }
    .message_modal .member .name {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      height: 22px;
      line-height: 22px;
      color: #0099cc; }
    .message_modal .member .fa {
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .message_modal .member .fa:hover {
        color: #0099cc; }
    .message_modal .member:hover {
      background: #eee; }
  .message_modal .grey_panel {
    position: relative;
    background: #e6e6e6;
    padding: 30px;
    border-radius: 0 0 5px 5px; }
    .message_modal .grey_panel:after {
      content: "";
      position: absolute;
      top: -3px;
      left: 0;
      width: 100%;
      height: 3px;
      z-index: 2;
      background: transparent;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.35));
      background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.35)); }

.block_delimiter {
  position: relative;
  height: 3px;
  z-index: 5;
  background: #e6e6e6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; }

.filter_panel {
  position: relative;
  background: #e6e6e6;
  padding: 10px 20px 20px; }
  .filter_panel:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .filter_panel .filter_point {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    margin-right: 20px;
    margin-top: 10px;
    position: relative; }
    .filter_panel .filter_point:last-of-type {
      margin-right: 0; }
    .filter_panel .filter_point .filter_name {
      display: inline-block;
      vertical-align: top;
      height: 32px;
      line-height: 32px;
      padding-right: 5px;
      color: #0099cc;
      font-size: 16px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
      border-radius: 3px 0 0 3px; }
    .filter_panel .filter_point form.search {
      margin-bottom: 0;
      width: 200px;
      position: relative; }
    .filter_panel .filter_point input {
      border: 0 none;
      font-size: 16px; }
    .filter_panel .filter_point.search {
      position: relative;
      width: 100%;
      max-width: 200px; }
      .filter_panel .filter_point.search input:focus + .fa {
        color: #0099cc; }
      .filter_panel .filter_point.search .fa {
        height: 18px;
        display: block;
        position: absolute;
        top: 6px;
        right: 6px;
        color: #989898;
        font-size: 18px;
        cursor: pointer; }
    .filter_panel .filter_point.ico span {
      height: 32px;
      line-height: 32px;
      font-size: 18px;
      color: #444;
      cursor: pointer; }
      .filter_panel .filter_point.ico span:hover {
        color: #0099cc; }
  .filter_panel .combo {
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    height: 32px;
    width: 130px; }
    .filter_panel .combo .current {
      height: 32px;
      line-height: 32px;
      color: #0099cc;
      font-size: 16px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
    .filter_panel .combo ul {
      top: 32px;
      max-height: 302px; }
    .filter_panel .combo li {
      font-size: 16px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
      .filter_panel .combo li .fa {
        color: #888; }
    .filter_panel .combo li.delim {
      height: 2px;
      cursor: default;
      width: 100%;
      background: #e6e6e6;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.9);
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; }
    .filter_panel .combo.wide {
      width: 180px; }
    .filter_panel .combo.more_wide {
      width: 260px; }
    .filter_panel .combo.sort {
      max-width: 300px; }
    .filter_panel .combo.mini {
      max-width: 60px; }
  .filter_panel.reting {
    padding: 0;
    z-index: 6; }
    .filter_panel.reting .label {
      font-family: "bold";
      font-size: 13px;
      color: #666;
      height: 32px;
      line-height: 32px;
      position: absolute;
      top: 10px;
      left: 20px;
      text-transform: uppercase; }
    .filter_panel.reting .combo {
      width: 100%; }
      .filter_panel.reting .combo.card_sort {
        max-width: 300px; }
    .filter_panel.reting .block {
      padding: 0 20px 10px 125px;
      position: relative;
      min-height: 52px; }
      .filter_panel.reting .block.inline {
        width: 49.7%; }
        .filter_panel.reting .block.inline.short {
          padding-left: 0; }
          .filter_panel.reting .block.inline.short .filter_point {
            width: 80%; }
        .filter_panel.reting .block.inline .blue_button {
          min-width: 0;
          display: inline-block; }
        .filter_panel.reting .block.inline.folder {
          width: 45.7%; }
      .filter_panel.reting .block.second {
        width: 100%; }
        .filter_panel.reting .block.second .filter_point {
          width: 180px;
          margin-right: 8px; }
          .filter_panel.reting .block.second .filter_point:last-of-type {
            margin-right: 0; }
        .filter_panel.reting .block.second .blue_button {
          min-width: 0;
          display: inline-block;
          margin-left: 0; }
          .filter_panel.reting .block.second .blue_button.filter_link {
            float: right; }
      .filter_panel.reting .block.fourth {
        padding-right: 100px; }
      .filter_panel.reting .block.no_label {
        padding-left: 20px; }
      .filter_panel.reting .block .filter_point {
        width: 100%;
        margin: 10px 0 0; }
        .filter_panel.reting .block .filter_point.search {
          position: relative;
          width: 100%;
          max-width: 300px; }
          .filter_panel.reting .block .filter_point.search input:focus + .fa {
            color: #0099cc; }
          .filter_panel.reting .block .filter_point.search .fa {
            height: 18px;
            display: block;
            position: absolute;
            top: 6px;
            right: 6px;
            color: #989898;
            font-size: 18px;
            cursor: pointer; }
        .filter_panel.reting .block .filter_point.split {
          position: relative;
          width: 100%;
          max-width: 300px; }
          .filter_panel.reting .block .filter_point.split input:focus + .fa {
            color: #0099cc; }
          .filter_panel.reting .block .filter_point.split .fa {
            height: 18px;
            display: block;
            position: absolute;
            top: 6px;
            right: 6px;
            color: #989898;
            font-size: 18px;
            cursor: pointer; }
          .filter_panel.reting .block .filter_point.split .combo {
            width: 110px;
            position: absolute;
            top: 0;
            left: 0; }
          .filter_panel.reting .block .filter_point.split input {
            padding-left: 120px; }
    .filter_panel.reting .blue_button {
      display: inline-block;
      vertical-align: top;
      margin: 10px 0 0 10px; }

.module_menu {
  background: #e6e6e6;
  padding: 0;
  position: relative;
  display: table;
  width: 100%; }
  .module_menu:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .module_menu .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative; }
    .module_menu .cell .decor {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .module_menu .cell .text {
      position: relative;
      z-index: 2;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
      font-size: 13px;
      font-family: "bold";
      color: #333;
      line-height: 18px;
      padding: 15px 10px;
      text-transform: uppercase;
      text-align: center;
      display: block;
      cursor: pointer; }
      .module_menu .cell .text .counter {
        min-width: 20px;
        height: 20px;
        background: #0099cc;
        color: #fff;
        padding: 0 5px;
        line-height: 19px;
        position: relative;
        border-radius: 10px;
        display: inline-block;
        margin-left: 3px;
        font-size: 11px;
        text-shadow: 0 0 0 transparent; }
    .module_menu .cell:hover .text {
      color: #0099cc; }
    .module_menu .cell.current .text {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
      .module_menu .cell.current .text .counter {
        background: #fff;
        color: #0099cc; }
    .module_menu .cell.current .decor {
      background: #0099cc; }
    .module_menu .cell.for_new .text {
      color: #d48421; }
    .module_menu .cell.for_new.current .text {
      color: #fbcd92; }

.single_media {
  position: relative;
  background: #c0c0c0; }
  .single_media img {
    display: block;
    margin: 0 auto; }
  .single_media .part_panel {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 3; }
    .single_media .part_panel a.part_link {
      height: 32px;
      line-height: 32px;
      margin-bottom: 5px;
      display: block;
      font-family: "bold";
      text-transform: uppercase;
      color: #989898;
      padding: 0 10px;
      position: relative;
      background: #e6e6e6; }
      .single_media .part_panel a.part_link:after {
        content: "";
        border-left: 16px solid #e6e6e6;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
        position: absolute;
        top: 0;
        right: -16px; }
      .single_media .part_panel a.part_link.current {
        color: #0099cc; }
  .single_media a.link_area {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%; }
    .single_media a.link_area:hover i {
      opacity: 0.5; }
    .single_media a.link_area.prev {
      left: 0; }
      .single_media a.link_area.prev i {
        left: 20px; }
    .single_media a.link_area.next {
      right: 0; }
      .single_media a.link_area.next i {
        right: 20px; }
    .single_media a.link_area i {
      position: absolute;
      top: 50%;
      width: 30px;
      text-align: center;
      height: 30px;
      font-size: 30px;
      color: #fff;
      opacity: 0; }
      .single_media a.link_area i:hover {
        opacity: 1; }
  .single_media .ico_panel {
    position: relative;
    z-index: 2; }
    .single_media .ico_panel .title {
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%;
      padding: 0 160px 0 50px;
      height: 20px;
      line-height: 20px;
      font-family: "bold";
      color: #989898;
      text-transform: uppercase;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .single_media .ico_panel .popup, .single_media .ico_panel .like {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 18px;
      color: #989898;
      cursor: pointer;
      position: relative;
      z-index: 3; }
      .single_media .ico_panel .popup.arrow, .single_media .ico_panel .like.arrow {
        margin: 0 10px 0 0; }
      .single_media .ico_panel .popup:hover, .single_media .ico_panel .like:hover {
        color: #626262; }
    .single_media .ico_panel .like {
      position: relative; }
      .single_media .ico_panel .like .like_popup {
        display: none;
        position: absolute;
        background: #626262;
        border-radius: 3px;
        height: auto;
        line-height: 14px;
        font-size: 12px;
        padding: 1px 6px 4px;
        bottom: 30px;
        right: -10px;
        color: #fff;
        max-width: 200px;
        font-family: "light";
        z-index: 5; }
        .single_media .ico_panel .like .like_popup:after {
          content: "";
          z-index: 5;
          border-top: 6px solid #626262;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          right: 15px;
          bottom: -6px; }
        .single_media .ico_panel .like .like_popup a {
          color: #fff;
          text-decoration: underline; }
        .single_media .ico_panel .like .like_popup:hover {
          display: block !important; }
    .single_media .ico_panel .social_set {
      z-index: 3;
      height: 20px;
      position: relative;
      display: none;
      vertical-align: top; }
      .single_media .ico_panel .social_set a {
        height: 20px;
        width: 20px;
        margin-right: 1px;
        background-size: 180px 60px; }
        .single_media .ico_panel .social_set a.vk {
          background-position: 0 -40px; }
          .single_media .ico_panel .social_set a.vk:hover {
            background-position: 0 -20px; }
        .single_media .ico_panel .social_set a.fb {
          background-position: -20px -40px; }
          .single_media .ico_panel .social_set a.fb:hover {
            background-position: -20px -20px; }
        .single_media .ico_panel .social_set a.tw {
          background-position: -40px -40px; }
          .single_media .ico_panel .social_set a.tw:hover {
            background-position: -40px -20px; }
        .single_media .ico_panel .social_set a.gp {
          background-position: -60px -40px; }
          .single_media .ico_panel .social_set a.gp:hover {
            background-position: -60px -20px; }
        .single_media .ico_panel .social_set a.ok {
          background-position: -80px -40px; }
          .single_media .ico_panel .social_set a.ok:hover {
            background-position: -80px -20px; }

.add_albom_modal .basic_form {
  width: 500px; }
  .add_albom_modal .basic_form .control_point .blue_button {
    width: 110px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0; }
  .add_albom_modal .basic_form .control_point input[type=file] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 1px solid red; }

.adaptive_menu {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: -100%;
  padding: 20px;
  display: none;
  background: rgba(0, 0, 0, 0.8); }
  .adaptive_menu .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
    cursor: pointer; }
  .adaptive_menu form.search {
    display: block;
    height: 30px;
    width: 90%;
    margin-bottom: 20px;
    position: relative; }
    .adaptive_menu form.search input[type=text] {
      height: 30px;
      border: 1px solid #d9d9d9;
      background: #fff;
      line-height: 28px;
      display: block;
      width: 100%;
      font-size: 17px;
      color: #989898;
      border-radius: 2px;
      padding: 0 30px 0 10px;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1) inset; }
    .adaptive_menu form.search .fa {
      height: 18px;
      display: block;
      position: absolute;
      top: 6px;
      right: 6px;
      color: #989898;
      font-size: 18px; }
  .adaptive_menu ul {
    width: 100%; }
    .adaptive_menu ul li {
      display: block;
      min-height: 40px;
      position: relative; }
      .adaptive_menu ul li > a {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #fff;
        display: block;
        padding: 0 20px;
        position: relative;
        background: #1F75FE!important;
        /*background: #25a5e4;*/
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        /*background: -webkit-linear-gradient(top, #25a5e4, #014e96);*/
        /*background: linear-gradient(to bottom, #25a5e4, #014e96); */
      }
      .adaptive_menu ul li span.new {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        position: relative;
        background: #fff;
        height: 20px;
        top: 10px;
        min-width: 20px;
        border-radius: 10px;
        line-height: 20px;
        text-align: center;
        padding: 0 4px;
        color: #034b8a;
        font-size: 14px;
        font-size: 14px; }
      .adaptive_menu ul li.secret_link > a {
        color: #F9C482; }
      .adaptive_menu ul li.secret_link i {
        margin-left: 7px;
        font-size: 20px; }
    .adaptive_menu ul .drop_menu {
      width: 100%;
      display: none;
      background: #e6e6e6; }
      .adaptive_menu ul .drop_menu span.counter{
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        position: relative;
        background: #1F75FE;
        height:20px;
        top: 10px;
        min-width: 20px;
        border-radius: 10px;
        line-height:20px;
        text-align: center;
        padding:0 4px;
        color:#fff;
        font-size:14px;
        font-size:14px;
      }
      .adaptive_menu ul .drop_menu a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        color: #444;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) inset; }
        .adaptive_menu ul .drop_menu a:last-of-type {
          border: 0 none;
          box-shadow: 0 none; }
        .adaptive_menu ul .drop_menu a:hover {
          color: #0099cc; }

.group_info {
  margin-bottom: 20px; }
  .group_info .photo_container {
    position: relative;
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden; }
    .group_info .photo_container .bottom_panel {
      padding: 10px 20px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      background: transparent;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5));
      background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
      .group_info .photo_container .bottom_panel .title {
        color: #fff;
        font-size: 20px;
        font-family: "bold";
        text-transform: uppercase;
        min-height: 20px;
        line-height: 20px;
        padding-right: 170px; }
      .group_info .photo_container .bottom_panel .right {
        position: absolute;
        right: 20px;
        bottom: 10px;
        color: #fff;
        height: 20px;
        font-size: 20px; }
        .group_info .photo_container .bottom_panel .right div {
          display: inline-block;
          vertical-align: top;
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          cursor: pointer;
          margin-left: 10px; }
  .group_info .text {
    padding: 0 20px;
    font-size: 16px;
    line-height: 22px; }

.group_info_modal .line {
  margin-bottom: 5px; }
  .group_info_modal .line .param, .group_info_modal .line .value {
    display: inline-block;
    vertical-align: top; }
  .group_info_modal .line .param {
    width: 170px;
    color: #989898; }
  .group_info_modal .line a {
    display: block;
    color: #0099cc; }
    .group_info_modal .line a:after {
      content: ","; }
    .group_info_modal .line a:last-of-type:after {
      content: ""; }
    .group_info_modal .line a:hover {
      text-decoration: underline; }

.invite_modal, .folder_modal {
  width: 100%;
  max-width: 560px; }
  .invite_modal .member, .folder_modal .member {
    position: relative;
    padding-right: 30px;
    height: 24px;
    padding-left: 5px; }
    .invite_modal .member .name, .folder_modal .member .name {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 16px;
      height: 24px;
      line-height: 22px;
      color: #0099cc; }
    .invite_modal .member .fa, .folder_modal .member .fa {
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .invite_modal .member .fa:hover, .folder_modal .member .fa:hover {
        color: #0099cc; }
    .invite_modal .member:hover, .folder_modal .member:hover {
      background: #eee; }
  .invite_modal .label, .folder_modal .label {
    display: block;
    font-family: "bold";
    font-size: 16px;
    color: #626262;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
  .invite_modal .basic_form, .folder_modal .basic_form {
    width: 100%; }
    .invite_modal .basic_form .control_point, .folder_modal .basic_form .control_point {
      margin: 10px 0 0;
      position: relative;
      padding-right: 120px; }
    .invite_modal .basic_form input, .folder_modal .basic_form input {
      width: 100%;
      font-size: 16px; }
    .invite_modal .basic_form .blue_button, .folder_modal .basic_form .blue_button {
      width: 110px;
      text-align: center;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0; }
    .invite_modal .basic_form .combo, .folder_modal .basic_form .combo {
      width: 100%; }

.create_group_modal {
  max-width: 900px; }
  .create_group_modal .close {
    z-index: 4; }
  .create_group_modal .photo_area {
    width: 900px;
    position: relative;
    width: 100%;
    height: 250px;
    background: #e6e6e6;
    text-align: center;
    overflow: hidden; }
    .create_group_modal .photo_area:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40px;
      z-index: 3;
      background: transparent;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.15));
      background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.15)); }
    .create_group_modal .photo_area img {
      width: 900px;
      position: relative;
      z-index: 2; }
    .create_group_modal .photo_area .size {
      font-size: 30px;
      height: 30px;
      line-height: 30px;
      color: #c0c0c0;
      position: absolute;
      width: 120px;
      left: 50%;
      font-family: "bold";
      margin-left: -60px;
      top: 80px;
      z-index: 1; }
    .create_group_modal .photo_area .blue_button {
      position: absolute;
      top: 120px;
      width: 180px;
      left: 50%;
      z-index: 3;
      margin-left: -90px; }
  .create_group_modal #group_info {
    padding: 20px;
    margin-bottom: 20px; }
    .create_group_modal #group_info .control_point.inline {
      display: inline-block;
      vertical-align: top;
      margin-right: 20px;
      width: 420px;
      float: left; }
      .create_group_modal #group_info .control_point.inline.type {
        margin-right: 0; }
    .create_group_modal #group_info:after {
      content: "";
      height: 3px;
      width: 100%;
      bottom: -1px;
      left: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset; }
  .create_group_modal .combo.open {
    width: 100%;
    background: none; }
    .create_group_modal .combo.open .arrow, .create_group_modal .combo.open .current {
      display: none; }
    .create_group_modal .combo.open ul {
      display: inline-block !important;
      vertical-align: top;
      position: relative;
      top: auto;
      border-radius: 0;
      border: 0 none;
      background: transparent;
      box-shadow: none;
      padding: 0; }
      .create_group_modal .combo.open ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        width: 50%;
        height: 30px;
        text-align: center;
        background: #f4f3f4;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #f4f3f4, #e6e6e6);
        background: linear-gradient(to bottom, #f4f3f4, #e6e6e6);
        line-height: 30px;
        float: left;
        border-left: 1px solid rgba(0, 0, 0, 0.15); }
        .create_group_modal .combo.open ul li:last-of-type {
          border-radius: 0 3px 3px 0; }
        .create_group_modal .combo.open ul li:first-of-type {
          border-left: 0 none;
          border-radius: 3px 0 0 3px; }
        .create_group_modal .combo.open ul li.select {
          color: #0099cc; }
  .create_group_modal .label {
    display: block;
    font-family: "bold";
    font-size: 13px;
    color: #626262;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
  .create_group_modal .member {
    position: relative;
    padding-right: 30px;
    height: 22px;
    padding-left: 5px; }
    .create_group_modal .member .name {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      height: 22px;
      line-height: 22px;
      color: #0099cc; }
    .create_group_modal .member .fa {
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .create_group_modal .member .fa:hover {
        color: #0099cc; }
    .create_group_modal .member:hover {
      background: #eee; }
  .create_group_modal .members {
    padding: 0 20px 20px; }
    .create_group_modal .members .basic_form {
      margin-top: 10px; }
      .create_group_modal .members .basic_form .control_point {
        position: relative;
        padding-right: 120px;
        margin-bottom: 0; }
      .create_group_modal .members .basic_form input {
        width: 100%; }
      .create_group_modal .members .basic_form .blue_button {
        width: 110px;
        text-align: center;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0; }

.select_theme {
  padding: 20px;
  position: relative; }
  .select_theme .title {
    border-bottom: 1px solid #c0c0c0;
    margin: 0 0 20px;
    padding: 0 0 10px;
    font-family: "bold";
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    color: #989898;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .select_theme label {
    cursor: pointer;
    font-size: 16px; }
  .select_theme .holder {
    margin-bottom: 8px; }
  .select_theme .blue_button {
    display: inline-block;
    margin-top: 10px; }

.options_form {
  padding: 20px;
  position: relative; }
  .options_form .options_delimiter {
    border-bottom: 1px solid #c0c0c0;
    margin: 10px 0 20px;
    padding: 10px 0;
    font-family: "bold";
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    color: #989898;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .options_form input[type=text],
  .options_form input[type=password],
  .options_form textarea,
  .options_form .combo .current,
  .options_form .combo ul li,
  .options_form label, .options_form.private .text {
    font-size: 16px; }
  .options_form .combo ul li {
    line-height: 28px; }
  .options_form .control_point .holder {
    margin-bottom: 8px; }
  .options_form.popups .holder {
    width: 310px; }

.options_basic {
  padding-bottom: 92px; }
  .options_basic .top {
    position: relative;
    padding-left: 220px;
    min-height: 236px; }
  .options_basic .photo_side {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px; }
    .options_basic .photo_side img {
      width: 200px;
      height: 200px; }
    .options_basic .photo_side .button_panel {
      height: 36px;
      width: 100%;
      background: #e6e6e6;
      text-align: center;
      cursor: pointer;
      position: absolute;
      left: 0;
      bottom: -36px;
      padding: 8px 0; }
      .options_basic .photo_side .button_panel div {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        margin: 0 2px;
        cursor: pointer;
        color: #777;
        line-height: 20px;
        font-size: 18px; }
        .options_basic .photo_side .button_panel div:hover {
          color: #0099cc; }
  .options_basic .fields_side .label {
    font-family: "bold";
    font-size: 13px;
    color: #666;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase; }
  .options_basic .fields_side .combo {
    margin-right: 20px;
    float: left; }
    .options_basic .fields_side .combo.last {
      margin-right: 0; }
  .options_basic .grey_panel {
    position: absolute !important;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center; }
    .options_basic .grey_panel .blue_button {
      display: inline-block; }

.options_contact .control_point {
  padding-left: 220px; }
  .options_contact .control_point .field {
    margin-top: 3px;
    position: relative; }
    .options_contact .control_point .field:last-of-type .ico_panel span.add {
      display: inline-block; }
    .options_contact .control_point .field input {
      padding-right: 100px; }
    .options_contact .control_point .field .combo {
      width: 100%; }
  .options_contact .control_point .label + .field .ico_panel span.delete {
    display: none; }
.options_contact .label {
  font-family: "bold";
  font-size: 13px;
  color: #666;
  height: 32px;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase; }
.options_contact .ico_panel {
  position: absolute;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  z-index: 2; }
  .options_contact .ico_panel span {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .options_contact .ico_panel span.unconnect {
      display: none; }
      .options_contact .ico_panel span.unconnect i {
        color: #0099cc; }
    .options_contact .ico_panel span.add {
      display: none; }
    .options_contact .ico_panel span i {
      width: 20px;
      height: 20px;
      font-size: 16px;
      text-align: center;
      line-height: 20px;
      color: #989898; }
      .options_contact .ico_panel span i:hover {
        color: #0099cc; }
    .options_contact .ico_panel span.viber {
      width: 16px;
      height: 16px;
      position: relative;
      top: 2px;
      background: url(../images/contact_ico.png) no-repeat;
      background-size: 64px 32px;
      background-position: -48px 0; }
      .options_contact .ico_panel span.viber:hover, .options_contact .ico_panel span.viber.select {
        background-position: -48px -16px; }
    .options_contact .ico_panel span.whatsapp {
      width: 16px;
      height: 16px;
      position: relative;
      top: 2px;
      margin-left: 4px;
      background: url(../images/contact_ico.png) no-repeat;
      background-size: 64px 32px;
      background-position: -32px 0; }
      .options_contact .ico_panel span.whatsapp:hover, .options_contact .ico_panel span.whatsapp.select {
        background-position: -32px -16px; }
.options_contact .sub_text {
  font-size: 14px;
  color: #989898;
  font-style: italic;
  padding-bottom: 10px; }

.connect_social_network {
  height: auto; }
  .connect_social_network .sub_text {
    font-size: 14px;
    color: #989898;
    font-style: italic;
    padding-top: 20px; }
  .connect_social_network sup {
    font-style: normal;
    color: #09c;
    font-size: 14px;
    font-family: bold;
    top: -2px; }
  .connect_social_network a {
    filter: grayscale(100%);
    opacity: 0.7; }
    .connect_social_network a:hover, .connect_social_network a.active {
      opacity: 1;
      filter: none; }
    .connect_social_network a.vk {
      background-position: 0 0; }
      .connect_social_network a.vk:hover, .connect_social_network a.vk.active {
        background-position: 0 -30px; }
    .connect_social_network a.fb {
      background-position: -30px 0; }
      .connect_social_network a.fb:hover, .connect_social_network a.fb.active {
        background-position: -30px -30px; }
    .connect_social_network a.tw {
      background-position: -60px 0; }
      .connect_social_network a.tw:hover, .connect_social_network a.tw.active {
        background-position: -60px -30px; }
    .connect_social_network a.gp {
      background-position: -90px 0; }
      .connect_social_network a.gp:hover, .connect_social_network a.gp.active {
        background-position: -90px -30px; }
    .connect_social_network a.ok {
      background-position: -120px 0; }
      .connect_social_network a.ok:hover, .connect_social_network a.ok.active {
        background-position: -120px -30px; }
    .connect_social_network a.li {
      background-position: -150px 0; }
      .connect_social_network a.li:hover, .connect_social_network a.li.active {
        background-position: -150px -30px; }
    .connect_social_network a.mail {
      background-position: -180px 0; }
      .connect_social_network a.mail:hover, .connect_social_network a.mail.active {
        background-position: -180px -30px; }
    .connect_social_network a.in, .connect_social_network a.ig {
      background-position: -210px 0; }
      .connect_social_network a.in:hover, .connect_social_network a.in.active, .connect_social_network a.ig:hover, .connect_social_network a.ig.active {
        background-position: -210px -30px; }
    .connect_social_network a.yt {
      background-position: -240px 0; }
      .connect_social_network a.yt:hover, .connect_social_network a.yt.active {
        background-position: -240px -30px; }

.options_about {
  padding-bottom: 92px; }
  .options_about .control_point {
    padding-left: 220px; }
  .options_about .combo {
    width: 100%; }
  .options_about .label {
    font-family: "bold";
    font-size: 13px;
    color: #666;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase; }
  .options_about textarea {
    height: 70px; }
    .options_about textarea.max {
      height: 140px; }
  .options_about .grey_panel {
    position: absolute !important;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center; }
    .options_about .grey_panel .blue_button {
      display: inline-block; }

.options_other {
  padding: 10px 20px; }
  .options_other .combo {
    width: 100%; }
  .options_other .control_point {
    padding-left: 220px; }
  .options_other .label {
    font-family: "bold";
    font-size: 13px;
    color: #666;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase; }
  .options_other .blue_button {
    display: inline-block; }
  .options_other .hidden_block {
    display: none; }
  .options_other .options_delimiter {
    cursor: pointer; }
    .options_other .options_delimiter:hover, .options_other .options_delimiter.open {
      color: #0099cc; }
    .options_other .options_delimiter i {
      width: 16px;
      height: 16px;
      text-align: center;
      line-height: 16px;
      font-size: 16px;
      margin-right: 5px; }
  .options_other.pass .hidden_block, .options_other.language .hidden_block {
    max-width: 500px; }
  .options_other.menu .control_point, .options_other.popups .control_point {
    padding-left: 0; }
  .options_other.menu .holder, .options_other.popups .holder {
    display: inline-block;
    vertical-align: top;
    width: 300px; }
  .options_other.private .control_point {
    padding-left: 0; }
  .options_other.private .text {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
    width: 295px; }
  .options_other.private .combo {
    width: 180px;
    display: inline-block;
    vertical-align: top; }
  .options_other.private .blue_button {
    margin-left: 309px; }
  .options_other.feed .control_point {
    padding-left: 0; }
  .options_other.feed .holder {
    display: inline-block;
    vertical-align: top;
    width: 300px; }

.like_modal {
  width: 100%;
  max-width: 717px; }
  .like_modal .modal_body {
    padding-right: 20px;
    padding-bottom: 15px; }
  .like_modal .person {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 70px;
    height: 70px; }
    .like_modal .person .photo_box {
      display: block;
      height: 70px;
      margin-bottom: 2px; }
    .like_modal .person .name {
      font-size: 12px;
      color: #4d4d4d;
      line-height: 14px;
      height: 28px;
      display: block;
      overflow: hidden; }
    .like_modal .person:hover .name {
      color: #0099cc; }

.landing_options {
  position: relative; }
  .landing_options .options_delimiter {
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: "bold";
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
    color: #989898;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .landing_options textarea {
    min-height: 72px;
    height: 72px;
    font-size: 16px; }
  .landing_options .char_counter {
    display: block;
    text-align: right;
    font-style: italic;
    color: #989898;
    height: 24px;
    line-height: 24px; }
    .landing_options .char_counter span {
      color: #0099cc; }
  .landing_options input[type=text],
  .landing_options .combo .current,
  .landing_options .combo ul li {
    font-size: 16px; }
  .landing_options .combo ul li {
    line-height: 28px; }
  .landing_options .options_contact {
    padding: 20px; }
    .landing_options .options_contact .control_point {
      padding-left: 150px; }
  .landing_options .select_video {
    padding: 20px; }
    .landing_options .select_video .blue_button {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -16px;
      margin-left: -62px; }
    .landing_options .select_video .video_container {
      display: block;
      margin-top: 20px;
      min-width: 280px;
      width: 100%;
      min-height: 190px;
      position: relative;
      background: #E6E6E6; }
    .landing_options .select_video .my_video {
      position: relative;
      z-index: 2; }
  .landing_options .select_photo {
    padding: 20px 0 20px 20px; }
    .landing_options .select_photo .photo_container {
      width: 270px;
      height: 270px;
      position: relative;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 0 0;
      background: #E6E6E6; }
      .landing_options .select_photo .photo_container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 170%;
        max-height: 170%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 1; }
    .landing_options .select_photo .cell {
      width: 270px;
      height: 270px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: relative;
      z-index: 2; }
    .landing_options .select_photo .blue_button {
      display: inline-block; }
    .landing_options .select_photo .button_panel {
      position: absolute;
      z-index: 2;
      text-align: center;
      height: 40px;
      background: rgba(0, 0, 0, 0.5);
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 0; }
      .landing_options .select_photo .button_panel div {
        display: inline-block;
        vertical-align: top;
        height: 20px;
        line-height: 40px;
        width: 20px;
        margin: 0 3px;
        font-size: 18px;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.7); }
        .landing_options .select_photo .button_panel div:hover {
          color: #fff; }
        .landing_options .select_photo .button_panel div .fa {
          display: block;
          text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); }
    .landing_options .select_photo .progress_bar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 10px;
      z-index: 2;
      background: rgba(0, 0, 0, 0.5); }
      .landing_options .select_photo .progress_bar div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: #0099cc;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s; }
  .landing_options .select_bg {
    padding: 20px 0 20px 20px; }
    .landing_options .select_bg .photo_container {
      width: 195px;
      height: 120px;
      position: relative;
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      margin: 0 22px 20px 0;
      background: #E6E6E6;
      cursor: pointer;
      overflow: hidden; }
      .landing_options .select_bg .photo_container img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 170%;
        max-height: 170%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 1; }
      .landing_options .select_bg .photo_container .check_ico {
        position: absolute;
        top: 0;
        left: 0;
        width: 101%;
        height: 100%;
        z-index: 2;
        display: none;
        text-align: center;
        background: rgba(255, 255, 255, 0.5); }
        .landing_options .select_bg .photo_container .check_ico .fa {
          color: #0099cc;
          font-size: 40px;
          line-height: 120px; }
      .landing_options .select_bg .photo_container.check .check_ico {
        display: block; }
  .landing_options .grey_panel {
    text-align: center; }
    .landing_options .grey_panel.title_panel {
      text-align: left; }
    .landing_options .grey_panel .blue_button {
      display: inline-block;
      margin: 0 5px; }
  .landing_options ul.explanation {
    margin-bottom: 0; }
    .landing_options ul.explanation li {
      font-style: italic;
      font-size: 14px;
      line-height: 20px;
      color: #555; }

.current_result {
  padding-right: 0 !important; }
  .current_result .command.single .top_part {
    padding: 10px;
    min-height: 0; }

.rating_card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 20px 0;
  width: 155px; }
  .rating_card .photo_box {
    display: block;
    width: 100%;
    height: 155px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #f4f3f4; }
    .rating_card .photo_box.online:after {
      content: "";
      border-radius: 50%;
      width: 5%;
      height: 5%;
      min-height: 8px;
      min-width: 8px;
      background: #07b942;
      border: 2px solid #fff;
      position: absolute;
      bottom: -1%;
      right: -1%;
      z-index: 3; }
    .rating_card .photo_box img {
      display: inline-block;
      height: 100%; }
  .rating_card .name {
    font-family: "bold";
    font-size: 14px;
    color: #0099cc;
    line-height: 18px;
    margin-top: 5px;
    display: block;
    text-transform: uppercase; }
  .rating_card .ico_panel {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    padding: 5px 10px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.03);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03), #000);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), #000); }
    .rating_card .ico_panel .popup {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 0 0;
      cursor: pointer;
      text-align: center;
      height: 20px;
      width: auto; }
      .rating_card .ico_panel .popup i {
        color: #fff;
        font-size: 18px;
        display: block;
        height: 20px;
        line-height: 20px; }
    .rating_card .ico_panel .qualification {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      margin-right: 3px;
      background-size: 20px 20px; }

.search_counter {
  font-family: "bold";
  font-size: 13px;
  color: #666;
  height: 32px;
  line-height: 32px;
  margin: 10px 0 0 20px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase; }
  .search_counter span {
    color: #0099cc;
    font-size: 16px; }

.payment_form {
  padding: 20px; }
  .payment_form .to_the_end {
    font-family: "bold";
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .payment_form .to_the_end span {
      color: #0099cc; }
  .payment_form h4 .blue_button {
    margin: 0;
    line-height: 30px !important; }
  .payment_form .blue_button {
    display: inline-block;
    margin-top: 10px; }
    .payment_form .blue_button.inline {
      margin: 0; }
  .payment_form label {
    cursor: pointer;
    font-size: 16px; }
  .payment_form .control_point .holder {
    margin-bottom: 8px; }
  .payment_form .sub_text {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    color: #444; }
    .payment_form .sub_text br {
      display: none; }
    .payment_form .sub_text a {
      color: #0099cc;
      cursor: pointer; }
    .payment_form .sub_text .false_checkbox {
      position: relative;
      top: 1px; }
  .payment_form p.under_circle {
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px; }
    .payment_form p.under_circle a {
      color: #0099cc; }
  .payment_form .circles_set {
    margin-bottom: 40px; }
    .payment_form .circles_set .circle {
      width: 36px;
      height: 36px;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      border-radius: 50%;
      border: 1px solid #eee;
      background: #eee;
      text-align: center;
      line-height: 34px;
      cursor: pointer;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset; }
      .payment_form .circles_set .circle:last-of-type {
        margin-right: 0; }
      .payment_form .circles_set .circle i {
        color: #fff;
        font-size: 16px;
        display: none; }
      .payment_form .circles_set .circle.check {
        background: #0099cc; }
        .payment_form .circles_set .circle.check i {
          display: inline-block; }
      .payment_form .circles_set .circle.no_active {
        cursor: default;
        background: #fff; }
  .payment_form input[type=text].count {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    text-align: center; }
  .payment_form .label {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-family: "bold";
    color: #333;
    padding: 0 10px; }

table.payment_history {
  width: 100%; }
  table.payment_history th, table.payment_history td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    text-align: center;
    vertical-align: middle; }
    table.payment_history th a, table.payment_history td a {
      color: #0099cc; }
      table.payment_history th a:hover, table.payment_history td a:hover {
        text-decoration: underline; }
    table.payment_history th.align_left, table.payment_history td.align_left {
      text-align: left; }
    table.payment_history th.align_right, table.payment_history td.align_right {
      text-align: right; }
    table.payment_history th.bold, table.payment_history td.bold {
      font-family: "bold";
      color: #333; }
  table.payment_history th {
    background-color: #e6e6e6;
    color: #000;
    font-family: "bold";
    font-size: 14px;
    text-transform: uppercase;
    color: #333; }
  table.payment_history tr:hover td {
    background: #e6e6e6;
    color: #000; }
  table.payment_history .pay {
    background-color: #bf0202;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-family: "bold";
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  table.payment_history .minus {
    font-family: "bold";
    color: #bf0202; }
  table.payment_history .plus {
    font-family: "bold";
    color: #0099cc; }
  table.payment_history div.popup {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #989898;
    cursor: pointer; }
    table.payment_history div.popup:hover {
      color: #777; }

.faq {
  padding: 20px; }
  .faq .point {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #c0c0c0; }
    .faq .point:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0 none; }
  .faq .question {
    font-size: 16px;
    color: #0099cc;
    cursor: pointer;
    font-family: "bold";
    text-transform: uppercase; }
  .faq .answer {
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
    display: none; }
  .faq h6 {
    margin-bottom: 20px; }
  .faq p a {
    color: #0099cc; }
  .faq ol {
    padding-left: 20px; }
    .faq ol li {
      display: list-item;
      margin-bottom: 10px; }
      .faq ol li:last-of-type {
        margin-bottom: 0; }
      .faq ol li a {
        color: #0099cc; }
  .faq .link {
    display: block;
    min-height: 30px;
    padding-left: 30px;
    position: relative; }
    .faq .link a {
      height: 30px;
      line-height: 30px;
      color: #0099cc; }
      .faq .link a:hover {
        text-decoration: underline; }
    .faq .link .popup {
      height: 30px;
      line-height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      color: #989898;
      cursor: pointer; }
  .faq a.fancybox {
    display: inline-block;
    vertical-align: top;
    max-height: 280px;
    max-width: 100%;
    margin-right: 5px;
    margin-bottom: 10px; }
    .faq a.fancybox img {
      max-height: 280px; }

.my_video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .my_video iframe, .my_video object, .my_video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .my_video + .my_video {
    margin-top: 20px; }

table.forum {
  width: 100%; }
  table.forum td, table.forum th {
    padding: 10px 20px;
    text-align: center; }
  table.forum th {
    border-top: 0 none;
    background: #eee;
    font-size: 14px;
    color: #626262;
    text-transform: uppercase;
    font-family: "bold"; }
  table.forum td {
    font-size: 16px; }
  table.forum tr:nth-child(odd) td {
    background: #eee; }
  table.forum tr th:first-of-type, table.forum tr td:first-of-type {
    text-align: left; }
  table.forum a {
    color: #0099cc; }
  table.forum span.popup {
    cursor: pointer; }
    table.forum span.popup:before {
      text-transform: none; }
    table.forum span.popup:hover {
      color: #0099cc; }
    table.forum span.popup.red {
      color: #bf0202; }
  table.forum span.new {
    font-family: bold;
    color: #bf0202; }

.forum_add_modal {
  max-width: 700px;
  width: 100%; }
  .forum_add_modal textarea {
    height: 250px; }
  .forum_add_modal .basic_form {
    width: 100%; }

.forum_add_category_modal {
  max-width: 500px;
  width: 100%; }
  .forum_add_category_modal .basic_form {
    width: 100%; }
    .forum_add_category_modal .basic_form .combo {
      width: 100%; }
    .forum_add_category_modal .basic_form .control_point.inline {
      margin-bottom: 0;
      position: relative;
      top: 6px; }
    .forum_add_category_modal .basic_form .blue_button {
      display: inline-block;
      vertical-align: top;
      float: right;
      text-align: center; }

.secret_card {
  position: relative;
  padding: 20px;
  min-height: 190px;
  padding-left: 190px;
  position: relative; }
  .secret_card:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .secret_card:last-of-type:before {
    display: none; }
  .secret_card.waiting {
    background-color: #eee;
    z-index: 2;
    box-shadow: 0 0 3px 0 #bf0202; }
  .secret_card .name {
    font-family: "bold";
    font-size: 14px;
    color: #0099cc;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .secret_card .level {
    margin-bottom: 10px;
    font-size: 16px;
    font-style: italic; }
  .secret_card .photo_box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 150px; }
    .secret_card .photo_box:after {
      z-index: 2; }
  .secret_card .line {
    height: 25px;
    position: relative; }
  .secret_card .param {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    width: 115px;
    color: #989898; }
  .secret_card .value {
    vertical-align: top;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block; }
    .secret_card .value a {
      color: #0099cc; }
    .secret_card .value .popup {
      cursor: pointer;
      color: #989898;
      margin-left: 5px; }
      .secret_card .value .popup:hover {
        color: #0099cc; }
  .secret_card .ico_panel {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    padding: 5px 10px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.03);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03), #000);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), #000); }
    .secret_card .ico_panel span.popup {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 0 0;
      cursor: pointer;
      text-align: center;
      height: 20px;
      width: auto; }
      .secret_card .ico_panel span.popup i {
        color: #fff;
        font-size: 18px;
        display: block;
        height: 20px;
        line-height: 20px; }
      .secret_card .ico_panel span.popup.open i {
        color: #DCA52A; }
      .secret_card .ico_panel span.popup:hover, .secret_card .ico_panel span.popup.select {
        color: #0099cc; }
    .secret_card .ico_panel .fa-lock {
      animation: blik 2s linear infinite alternate; }
    .secret_card .ico_panel .fa-check {
      color: #18b718 !important; }
    .secret_card .ico_panel .fa-times {
      color: #ec3d3d !important; }

@keyframes blik {
  0%, 100% {
    color: #fff; }
  50% {
    color: #f73636; } }
table.notes {
  width: 100%; }
  table.notes td {
    padding: 10px 20px;
    text-align: center;
    font-size: 16px; }
    table.notes td span.popup {
      width: 16px;
      height: 16px;
      line-height: 16px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      cursor: pointer;
      color: #989898; }
      table.notes td span.popup:hover {
        color: #0099cc; }
      table.notes td span.popup.select {
        color: #DCA52A; }
    table.notes td .star, table.notes td .arrows {
      width: 16px;
      height: 16px;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #777;
      cursor: pointer;
      margin: 0 auto; }
      table.notes td .star.select, table.notes td .arrows.select {
        color: #0099cc; }
    table.notes td .arrows:hover {
      color: #0099cc; }
  table.notes th {
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    color: #626262;
    text-transform: uppercase;
    font-family: "bold"; }
    table.notes th span.popup {
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 16px;
      text-align: center;
      display: inline-block;
      cursor: pointer; }
      table.notes th span.popup:before {
        text-transform: none; }
      table.notes th span.popup:hover {
        color: #0099cc; }
  table.notes tr:nth-child(odd) td, table.notes tr:nth-child(odd) th {
    background: #eee; }
  table.notes tr td:first-of-type, table.notes tr th:first-of-type {
    text-align: left; }
  table.notes a {
    color: #0099cc; }
    table.notes a.not_read_yet {
      color: #bf0202; }
  table.notes .blue_button {
    display: inline-block;
    vertical-align: top;
    float: right; }
  table.notes .counter {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px; }

.welcome_block {
  display: none; }
  .welcome_block .button_container {
    padding: 20px;
    text-align: center;
    position: relative;
    background: #f4f3f4; }
  .welcome_block .blue_button {
    display: inline-block;
    margin: 0 5px;
    line-height: 30px !important; }

.new_note {
  padding: 20px; }
  .new_note .control_point {
    position: relative;
    padding-left: 100px;
    max-width: 440px; }
    .new_note .control_point label {
      font-family: "bold";
      font-size: 13px;
      color: #666;
      height: 32px;
      line-height: 32px;
      position: absolute;
      top: 0;
      left: 0;
      text-transform: uppercase; }
    .new_note .control_point .combo {
      width: 100%; }
    .new_note .control_point.wide {
      padding: 0;
      max-width: 100%; }
  .new_note .blue_button {
    display: inline-block; }

.statistic_content {
  position: relative;
  padding: 20px; }
  .statistic_content .ico_panel {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 30px; }
    .statistic_content .ico_panel a {
      height: 30px;
      display: inline-block;
      vertical-align: top;
      line-height: 30px;
      margin-left: 5px;
      font-size: 18px;
      color: #0099cc; }
  .statistic_content .diagram_container {
    border: 1px solid #0099cc;
    width: 100%;
    min-height: 100px;
    margin-bottom: 40px; }
    .statistic_content .diagram_container:last-of-type {
      margin-bottom: 0; }
  .statistic_content form.period {
    position: relative;
    top: -10px;
    margin-bottom: 10px; }
    .statistic_content form.period .control_point {
      padding-left: 70px; }
      .statistic_content form.period .control_point .label {
        font-family: "bold";
        font-size: 13px;
        color: #666;
        height: 20px;
        line-height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        text-transform: uppercase; }
      .statistic_content form.period .control_point .holder {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 8px;
        margin-right: 20px; }
        .statistic_content form.period .control_point .holder:last-of-type {
          margin-right: 0; }
      .statistic_content form.period .control_point label {
        cursor: pointer;
        font-size: 16px; }

.article {
  position: relative;
  padding: 20px; }
  .article .ico_panel {
    height: 20px;
    margin-bottom: 20px; }
    .article .ico_panel .date {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      height: 18px;
      line-height: 18px;
      font-size: 14px;
      color: #989898; }
    .article .ico_panel .popup, .article .ico_panel .like {
      display: inline-block;
      vertical-align: top;
      margin-right: 1px;
      width: 18px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .article .ico_panel .popup:hover, .article .ico_panel .popup.current, .article .ico_panel .like:hover, .article .ico_panel .like.current {
        color: #0099cc; }
    .article .ico_panel .like {
      position: relative; }
      .article .ico_panel .like .like_popup {
        display: none;
        position: absolute;
        background: #626262;
        border-radius: 3px;
        height: auto;
        line-height: 14px;
        font-size: 12px;
        padding: 1px 6px 4px;
        top: 30px;
        left: -10px;
        color: #fff;
        max-width: 200px;
        font-family: "light";
        z-index: 5; }
        .article .ico_panel .like .like_popup:after {
          content: "";
          z-index: 5;
          border-bottom: 6px solid #626262;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          left: 15px;
          top: -6px; }
        .article .ico_panel .like .like_popup a {
          color: #fff;
          text-decoration: underline; }
        .article .ico_panel .like .like_popup:hover {
          display: block !important; }
    .article .ico_panel .social_set {
      height: 20px;
      display: none;
      vertical-align: top; }
      .article .ico_panel .social_set a {
        height: 20px;
        width: 20px;
        margin-right: 1px;
        background-size: 180px 60px; }
        .article .ico_panel .social_set a.vk {
          background-position: 0 0px; }
          .article .ico_panel .social_set a.vk:hover {
            background-position: 0 -20px; }
        .article .ico_panel .social_set a.fb {
          background-position: -20px 0px; }
          .article .ico_panel .social_set a.fb:hover {
            background-position: -20px -20px; }
        .article .ico_panel .social_set a.tw {
          background-position: -40px 0px; }
          .article .ico_panel .social_set a.tw:hover {
            background-position: -40px -20px; }
        .article .ico_panel .social_set a.gp {
          background-position: -60px 0px; }
          .article .ico_panel .social_set a.gp:hover {
            background-position: -60px -20px; }
        .article .ico_panel .social_set a.ok {
          background-position: -80px 0px; }
          .article .ico_panel .social_set a.ok:hover {
            background-position: -80px -20px; }
  .article p,
  .article ul.basic_list li,
  .article ol.basic_list li,
  .article table.basic_table th,
  .article table.basic_table td {
    font-size: 16px;
    line-height: 22px; }

.news_list {
  position: relative; }
  .news_list .news_point {
    padding: 20px 20px 20px 320px;
    position: relative;
    min-height: 210px; }
    .news_list .news_point:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: -2px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
    .news_list .news_point:last-of-type:before {
      display: none; }
    .news_list .news_point.new {
      background-color: #eee; }
    .news_list .news_point .title {
      font-family: "bold";
      font-size: 15px;
      display: block;
      text-transform: uppercase;
      color: #0099cc;
      margin-bottom: 10px; }
      .news_list .news_point .title:hover {
        text-decoration: underline; }
    .news_list .news_point .short_text {
      font-size: 16px;
      line-height: 22px; }
    .news_list .news_point .text {
      line-height: 20px; }
    .news_list .news_point a.more {
      color: #0099cc; }
      .news_list .news_point a.more:hover {
        text-decoration: underline; }
    .news_list .news_point .photo_container {
      position: absolute;
      top: 20px;
      left: 20px;
      height: 170px;
      width: 280px;
      text-align: center;
      overflow: hidden; }
      .news_list .news_point .photo_container img {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        max-width: 110%; }
  .news_list .ico_panel {
    display: block;
    margin-top: 10px; }
    .news_list .ico_panel .date {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      height: 18px;
      line-height: 18px;
      font-size: 14px;
      color: #989898; }
    .news_list .ico_panel .popup, .news_list .ico_panel .like {
      display: inline-block;
      vertical-align: top;
      margin-right: 1px;
      width: 18px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .news_list .ico_panel .popup:hover, .news_list .ico_panel .like:hover {
        color: #0099cc; }
    .news_list .ico_panel .like {
      position: relative; }
      .news_list .ico_panel .like .like_popup {
        display: none;
        position: absolute;
        background: #626262;
        border-radius: 3px;
        height: auto;
        line-height: 14px;
        font-size: 12px;
        padding: 1px 6px 4px;
        bottom: 30px;
        left: -10px;
        color: #fff;
        max-width: 200px;
        font-family: "light";
        z-index: 5; }
        .news_list .ico_panel .like .like_popup:after {
          content: "";
          z-index: 5;
          border-top: 6px solid #626262;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          left: 15px;
          bottom: -6px; }
        .news_list .ico_panel .like .like_popup a {
          color: #fff;
          text-decoration: underline; }
        .news_list .ico_panel .like .like_popup:hover {
          display: block !important; }
    .news_list .ico_panel .select {
      color: #0099cc; }

.souvenir {
  min-height: 340px;
  position: relative;
  padding: 20px 20px 20px 340px; }
  .souvenir .photo_side {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 300px; }
  .souvenir .title {
    font-family: "bold";
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    color: #626262;
    margin-bottom: 10px; }
  .souvenir .text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px; }
  .souvenir .price {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    font-family: "bold";
    font-size: 30px;
    color: #0099cc; }
  .souvenir .control_point {
    display: none;
    margin: 20px 0 0; }
    .souvenir .control_point .holder {
      display: inline-block;
      vertical-align: top;
      width: 49%;
      min-width: 190px; }
    .souvenir .control_point label {
      cursor: pointer; }
    .souvenir .control_point .blue_button {
      margin-top: 5px; }
  .souvenir .count {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    width: 100px; }
    .souvenir .count .plus, .souvenir .count .minus {
      width: 30px;
      height: 30px;
      line-height: 28px;
      padding: 0;
      min-width: 0;
      position: absolute;
      top: 1px; }
    .souvenir .count .minus {
      left: 0; }
    .souvenir .count .plus {
      right: 0; }
    .souvenir .count input {
      text-align: center; }
  .souvenir .blue_button {
    display: inline-block;
    vertical-align: top; }
  .souvenir .bx-wrapper {
    width: 300px;
    height: 200px; }
    .souvenir .bx-wrapper li {
      position: relative;
      z-index: 2 !important; }
      .souvenir .bx-wrapper li i.fa {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 30px;
        width: 30px;
        height: 30px;
        color: rgba(0, 0, 0, 0.2); }
  .souvenir .bx-viewport {
    width: 300px;
    height: 200px !important; }
  .souvenir #bx-pager {
    margin-top: 5px;
    width: 300px; }
    .souvenir #bx-pager a {
      display: table-cell;
      vertical-align: middle;
      max-width: 60px;
      height: 55px;
      padding: 0 1px;
      border: 1px solid #fff; }

.polygraphy {
  padding: 20px; }
  .polygraphy .group {
    margin-bottom: 40px; }
    .polygraphy .group:last-of-type {
      margin-bottom: 0; }
    .polygraphy .group .title {
      border-bottom: 1px solid #c0c0c0;
      padding-bottom: 20px;
      margin-bottom: 20px;
      margin-right: 20px;
      font-family: "bold";
      font-size: 13px;
      line-height: 20px;
      position: relative;
      text-transform: uppercase;
      color: #989898;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding-right: 60px; }

.welcome_content {
  padding: 20px; }

.structure_info_block {
  background: #e6e6e6;
  width: 200px;
  padding: 10px; }
  .structure_info_block span.copy_ico {
    position: absolute;
    width: 18px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #888;
    right: 0px;
    top: 0;
    cursor: pointer;
    display: none; }
    .structure_info_block span.copy_ico:hover {
      color: #0099cc; }
    .structure_info_block span.copy_ico:before {
      right: 30px;
      bottom: 0; }
    .structure_info_block span.copy_ico:after {
      bottom: 4px;
      right: 24px;
      border: 0 none;
      border-left: 6px solid #626262;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent; }
  .structure_info_block span.ico {
    position: absolute;
    width: 18px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #888;
    left: 0;
    top: 0; }
  .structure_info_block div.text {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #000; }
  .structure_info_block .line {
    height: 20px;
    line-height: 20px;
    padding: 0 30px 0 25px;
    position: relative;
    font-size: 14px;
    color: #666; }
    .structure_info_block .line:hover span.copy_ico {
      display: block; }
  .structure_info_block:hover .copy_icons {
    display: inline-block; }
  .structure_info_block .copy_icons {
    display: none;
    vertical-align: top;
    height: 20px;
    margin-top: 7px;
    float: right;
    width: 45px;
    text-align: right; }
    .structure_info_block .copy_icons .popup {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      width: 16px;
      text-align: center;
      color: #888;
      cursor: pointer; }
      .structure_info_block .copy_icons .popup:hover {
        color: #0099cc; }
  .structure_info_block .social_set {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-top: 7px; }
    .structure_info_block .social_set a {
      height: 20px;
      width: 20px;
      margin-right: 1px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
      /* IE 6-9 */
      background-size: 180px 60px;
      cursor: default; }
      .structure_info_block .social_set a.active {
        cursor: pointer;
        -webkit-filter: none;
        filter: none;
        filter: none;
        /* IE 6-9 */ }
      .structure_info_block .social_set a.vk {
        background-position: 0 -40px; }
        .structure_info_block .social_set a.vk.active:hover {
          background-position: 0 -20px; }
      .structure_info_block .social_set a.fb {
        background-position: -20px -40px; }
        .structure_info_block .social_set a.fb.active:hover {
          background-position: -20px -20px; }
      .structure_info_block .social_set a.tw {
        background-position: -40px -40px; }
        .structure_info_block .social_set a.tw.active:hover {
          background-position: -40px -20px; }
      .structure_info_block .social_set a.gp {
        background-position: -60px -40px; }
        .structure_info_block .social_set a.gp.active:hover {
          background-position: -60px -20px; }
      .structure_info_block .social_set a.ok {
        background-position: -80px -40px; }
        .structure_info_block .social_set a.ok.active:hover {
          background-position: -80px -20px; }

.top_user_card {
  padding: 20px; }
  .top_user_card .user_card {
    margin: 0;
    box-shadow: 0 0 0 transparent !important; }
    .top_user_card .user_card .structure_info_block {
      display: block;
      top: 0;
      left: 200px;
      height: 200px;
      padding: 0 20px;
      width: auto;
      background: transparent;
      box-shadow: 0 0 0 transparent !important; }
      .top_user_card .user_card .structure_info_block div.text .label {
        display: inline-block;
        width: 140px; }
      .top_user_card .user_card .structure_info_block .line {
        margin-bottom: 2px; }
    .top_user_card .user_card .icon_set.right_part {
      padding-top: 10px; }
    .top_user_card .user_card .social_set {
      margin-top: 25px; }
      .top_user_card .user_card .social_set a.vk {
        background-position: 0 0px; }
      .top_user_card .user_card .social_set a.fb {
        background-position: -20px 0px; }
      .top_user_card .user_card .social_set a.tw {
        background-position: -40px 0px; }
      .top_user_card .user_card .social_set a.gp {
        background-position: -60px 0px; }
      .top_user_card .user_card .social_set a.ok {
        background-position: -80px 0px; }

.user_card {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 17px 30px 0;
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .user_card.online:after {
    content: "";
    border-radius: 50%;
    width: 5%;
    height: 5%;
    min-height: 8px;
    min-width: 8px;
    background: #07b942;
    border: 2px solid #fff;
    position: absolute;
    bottom: -1%;
    right: -1%;
    z-index: 5; }
  .user_card .icon_set {
    position: absolute;
    top: 0;
    width: 22px;
    height: 100%;
    padding-top: 10px; }
    .user_card .icon_set .popup {
      display: block;
      width: 22px;
      height: 22px;
      cursor: pointer;
      margin-bottom: 5px;
      border-radius: 50%;
      background: #fff;
      text-align: center;
      line-height: 22px;
      font-size: 12px;
      color: #777;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset; }
      .user_card .icon_set .popup.active {
        color: #0099cc; }
        .user_card .icon_set .popup.active .fa-unlock-alt {
          color: #DCA52A; }
      .user_card .icon_set .popup.half {
        color: #0099cc; }
        .user_card .icon_set .popup.half .fa {
          opacity: 0.5; }
      .user_card .icon_set .popup .fa-clock-o {
        font-size: 14px; }
    .user_card .icon_set.left_part {
      left: 9px;
      z-index: 3; }
      .user_card .icon_set.left_part .video_active {
        display: block;
        width: 22px;
        height: 22px;
        cursor: pointer;
        margin-bottom: 5px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        color: #0099cc;
        position: relative;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset; }
        .user_card .icon_set.left_part .video_active:hover .drop {
          display: block; }
        .user_card .icon_set.left_part .video_active .drop {
          display: none;
          position: absolute;
          background: #626262;
          border-radius: 3px;
          height: auto;
          line-height: 16px;
          font-size: 12px;
          padding: 1px 6px 2px;
          left: 28px;
          bottom: -7px;
          color: #fff;
          width: 140px;
          font-family: "light";
          z-index: 5; }
          .user_card .icon_set.left_part .video_active .drop div {
            text-decoration: underline;
            cursor: pointer; }
          .user_card .icon_set.left_part .video_active .drop:after {
            content: "";
            z-index: 5;
            border-right: 6px solid #626262;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            position: absolute;
            bottom: 12px;
            left: -6px; }
      .user_card .icon_set.left_part .popup:before {
        left: 30px;
        bottom: 0; }
      .user_card .icon_set.left_part .popup:after {
        bottom: 4px;
        left: 24px;
        border: 0 none;
        border-right: 6px solid #626262;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }
    .user_card .icon_set.right_part {
      right: 9px;
      z-index: 2;
      padding-top: 45px; }
      .user_card .icon_set.right_part .popup:before {
        right: 30px;
        bottom: 0; }
      .user_card .icon_set.right_part .popup:after {
        bottom: 4px;
        right: 24px;
        border: 0 none;
        border-left: 6px solid #626262;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }
      .user_card .icon_set.right_part .popup:hover {
        color: #0099cc; }
        .user_card .icon_set.right_part .popup:hover .fa-trash {
          color: red; }
      .user_card .icon_set.right_part .popup.check {
        position: absolute;
        top: 5px;
        right: -4px;
        width: 30px;
        height: 30px;
        line-height: 30px; }
        .user_card .icon_set.right_part .popup.check.active {
          background: #0099cc;
          color: #fff;
          font-size: 20px; }
  .user_card .photo_box {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden; }
    .user_card .photo_box img {
      display: inline-block;
      height: 100%; }
  .user_card .name_box {
    padding: 5px 20px 5px 45px;
    height: 46px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: transparent;
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7)); }
    .user_card .name_box a {
      display: block;
      font-family: "bold";
      font-size: 13px;
      text-transform: uppercase;
      line-height: 18px;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }
    .user_card .name_box .qualification_box {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      line-height: 36px;
      text-align: center;
      background: #fff;
      position: absolute;
      padding: 5px;
      top: 8px;
      left: 5px;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset; }
      .user_card .name_box .qualification_box.puls {
        cursor: pointer;
        animation: puls_shadow 1s linear infinite; }
    .user_card .name_box .qualification {
      width: 20px;
      height: 20px;
      background-size: 20px 20px; }
  .user_card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    .user_card:hover .structure_info_block {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .user_card .structure_info_block {
    display: none;
    position: absolute;
    top: 200px;
    left: 0;
    z-index: 5;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .user_card.stranger .structure_info_block .line span.copy_ico,
  .user_card.stranger .structure_info_block .copy_icons {
    display: none; }
  .user_card.stranger .icon_set.right_part {
    padding-top: 10px; }

@keyframes puls_shadow {
  0%, 100% {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset; }
  50% {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) inset, 0 0 10px 3px #0099cc; } }
.move_to_folder_modal {
  max-width: 560px;
  width: 100%; }
  .move_to_folder_modal .basic_form {
    width: 100%; }
    .move_to_folder_modal .basic_form .control_point {
      margin: 0;
      position: relative;
      padding-right: 155px; }
    .move_to_folder_modal .basic_form .blue_button {
      width: 145px;
      text-align: center;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0; }
    .move_to_folder_modal .basic_form .combo {
      width: 100%; }

.notes_add_link {
  height: 32px !important;
  line-height: 32px !important;
  display: inline-block;
  vertical-align: top;
  float: right;
  font-size: 18px;
  color: #777;
  margin-top: 10px; }

.notes_add_modal {
  max-width: 600px;
  width: 100%; }
  .notes_add_modal textarea {
    height: 200px; }
  .notes_add_modal .basic_form, .notes_add_modal .combo {
    width: 100%; }

.add_card_modal {
  width: 100%;
  max-width: 600px; }
  .add_card_modal .title {
    font-family: "extrabold";
    color: #626262;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
    text-transform: uppercase; }
  .add_card_modal .blue_button {
    margin-top: 20px; }

.month .week {
  width: 100%;
  display: table; }
  .month .week.title .cell {
    height: auto;
    text-align: center;
    font-family: "bold";
    background: #e6e6e6;
    text-transform: uppercase;
    padding: 10px;
    color: #777; }
.month .cell {
  display: table-cell;
  height: 100px;
  width: 14%;
  text-align: right;
  padding: 10px 10px 10px 55px;
  position: relative;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .month .cell.current {
    background: #e6e6e6;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.month .number {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 40px;
  height: 40px;
  width: 46px;
  text-align: left;
  line-height: 40px;
  font-family: "extrabold";
  color: rgba(0, 0, 0, 0.15); }
.month .day {
  position: absolute;
  top: 55px;
  left: 20px;
  width: 46px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 0 0 0 transparent;
  display: none;
  font-family: "bold";
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px; }
.month .point {
  width: 16px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  color: #0099CC;
  margin-left: -3px; }
  .month .point.orange {
    color: orange; }
  .month .point.green {
    color: olive; }
  .month .point.red {
    color: indianred; }
  .month .point.purple {
    color: mediumpurple; }
  .month .point:before {
    width: 120px;
    left: -50px;
    max-height: 65px;
    overflow: hidden; }
  .month .point.period {
    font-size: 10px;
    min-height: 20px; }
    .month .point.period.popup {
      float: right;
      display: block;
      font-size: 16px; }
.month.by_line .week {
  display: block; }
.month.by_line .cell {
  display: block;
  height: auto;
  min-height: 95px;
  width: 100%;
  text-align: left;
  padding: 20px 20px 15px 85px; }
  .month.by_line .cell.current .point:before {
    background: #eee; }
.month.by_line .number {
  height: 30px;
  line-height: 30px;
  top: 20px;
  left: 20px;
  text-align: center; }
.month.by_line .day {
  display: block; }
.month.by_line .point {
  width: auto;
  height: auto;
  display: block;
  vertical-align: top;
  position: relative;
  text-align: left;
  margin-bottom: 3px; }
  .month.by_line .point:before {
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    color: #444;
    font-family: "regular";
    font-size: 16px;
    text-align: left;
    width: auto;
    max-width: none;
    max-height: none;
    background: #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 5px 10px 5px 30px; }
  .month.by_line .point:after {
    display: none !important; }
  .month.by_line .point.period {
    float: none !important; }
  .month.by_line .point i.fa {
    position: absolute;
    top: 5px;
    width: 16px;
    text-align: center;
    left: 10px;
    z-index: 20; }

.calendar_panel .choose_month {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 170px; }
  .calendar_panel .choose_month .prev, .calendar_panel .choose_month .next {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    min-width: 0;
    position: absolute;
    top: 1px; }
  .calendar_panel .choose_month .prev {
    left: 0; }
  .calendar_panel .choose_month .next {
    right: 0; }
  .calendar_panel .choose_month .month {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    font-family: "bold";
    color: #666;
    text-transform: uppercase;
    background: #f4f3f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset; }
.calendar_panel .view {
  display: inline-block;
  vertical-align: top; }
  .calendar_panel .view div {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #777;
    cursor: pointer; }
    .calendar_panel .view div.current {
      color: #0099cc; }
.calendar_panel .calendar_add_link {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 32px;
  float: right;
  color: #777;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
  cursor: pointer; }

.calendar_add_modal, .calendar_edit_modal,
.sticky_add_modal, .sticky_edit_modal {
  max-width: 500px;
  width: 100%; }
  .calendar_add_modal .combo, .calendar_edit_modal .combo,
  .sticky_add_modal .combo, .sticky_edit_modal .combo {
    width: 100%; }
    .calendar_add_modal .combo span, .calendar_edit_modal .combo span,
    .sticky_add_modal .combo span, .sticky_edit_modal .combo span {
      color: #0099CC;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
      .calendar_add_modal .combo span.orange, .calendar_edit_modal .combo span.orange,
      .sticky_add_modal .combo span.orange, .sticky_edit_modal .combo span.orange {
        color: #DA8D00; }
      .calendar_add_modal .combo span.green, .calendar_edit_modal .combo span.green,
      .sticky_add_modal .combo span.green, .sticky_edit_modal .combo span.green {
        color: olive; }
      .calendar_add_modal .combo span.red, .calendar_edit_modal .combo span.red,
      .sticky_add_modal .combo span.red, .sticky_edit_modal .combo span.red {
        color: indianred; }
      .calendar_add_modal .combo span.purple, .calendar_edit_modal .combo span.purple,
      .sticky_add_modal .combo span.purple, .sticky_edit_modal .combo span.purple {
        color: mediumpurple; }
      .calendar_add_modal .combo span i, .calendar_edit_modal .combo span i,
      .sticky_add_modal .combo span i, .sticky_edit_modal .combo span i {
        margin-right: 5px; }
  .calendar_add_modal input.date, .calendar_edit_modal input.date,
  .sticky_add_modal input.date, .sticky_edit_modal input.date {
    display: inline-block;
    width: 48%; }
    .calendar_add_modal input.date:last-of-type, .calendar_edit_modal input.date:last-of-type,
    .sticky_add_modal input.date:last-of-type, .sticky_edit_modal input.date:last-of-type {
      margin-left: 3%; }
  .calendar_add_modal label, .calendar_edit_modal label,
  .sticky_add_modal label, .sticky_edit_modal label {
    cursor: pointer; }
  .calendar_add_modal .blue_button, .calendar_edit_modal .blue_button,
  .sticky_add_modal .blue_button, .sticky_edit_modal .blue_button {
    margin-right: 5px; }
  .calendar_add_modal .control_point.set_period, .calendar_edit_modal .control_point.set_period,
  .sticky_add_modal .control_point.set_period, .sticky_edit_modal .control_point.set_period {
    display: none; }

.sticky_add_modal textarea, .sticky_edit_modal textarea {
  height: 200px; }

.sticky_container {
  padding: 40px 20px 40px 40px;
  position: relative; }
  .sticky_container:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .sticky_container.game:before {
    display: none; }

table.sticky td.line {
  width: 5px;
  background: #e6e6e6;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1); }
table.sticky td.sticky_point {
  padding: 10px 0 10px 40px;
  position: relative;
  min-height: 60px; }
  table.sticky td.sticky_point .circle {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -24px;
    top: 20px;
    background: #fff;
    border: 5px solid #0099CC;
    border-radius: 50%; }
    table.sticky td.sticky_point .circle.orange {
      border-color: #DA8D00; }
    table.sticky td.sticky_point .circle.green {
      border-color: olive; }
    table.sticky td.sticky_point .circle.red {
      border-color: indianred; }
    table.sticky td.sticky_point .circle.purple {
      border-color: mediumpurple; }
  table.sticky td.sticky_point .text_box {
    display: inline-block;
    padding: 10px 20px;
    background: #e6e6e6;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 22px;
    position: relative;
    min-width: 190px; }
    table.sticky td.sticky_point .text_box p {
      margin-bottom: 0; }
    table.sticky td.sticky_point .text_box .name {
      color: #999;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "bold";
      text-shadow: 0 1px 0 #fff;
      margin-bottom: 5px;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px; }
    table.sticky td.sticky_point .text_box .date {
      color: #999;
      text-transform: uppercase;
      font-size: 14px;
      font-family: "bold";
      text-shadow: 0 1px 0 #fff;
      margin-bottom: 5px;
      display: inline-block;
      vertical-align: top; }
    table.sticky td.sticky_point .text_box .buttons {
      vertical-align: top;
      float: right;
      margin-bottom: 5px;
      height: 20px;
      width: 35px;
      text-align: center;
      margin-left: 10px;
      position: relative;
      right: -5px; }
      table.sticky td.sticky_point .text_box .buttons span {
        display: none;
        font-size: 14px;
        color: #999;
        text-shadow: 0 1px 0 #fff;
        vertical-align: top;
        width: 16px;
        height: 20px;
        margin: 0 -2px;
        line-height: 20px;
        text-align: center;
        cursor: pointer; }
        table.sticky td.sticky_point .text_box .buttons span:hover {
          color: #0099cc; }
    table.sticky td.sticky_point .text_box:hover .buttons span {
      display: inline-block; }
    table.sticky td.sticky_point .text_box:before {
      content: "";
      border-right: 16px solid #e6e6e6;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      position: absolute;
      top: 16px;
      left: -16px; }
table.sticky .add_sticky, table.sticky .other_start {
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -18px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  table.sticky .add_sticky:hover, table.sticky .other_start:hover {
    color: #0099cc; }
table.sticky .top_arrow {
  width: 40px;
  height: 40px;
  background: #e6e6e6;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: -18px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  table.sticky .top_arrow:hover {
    color: #0099cc; }

.product_card {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 20px 0;
  width: 270px;
  padding-bottom: 10px;
  position: relative;
  border: 1px solid #e6e6e6; }
  .product_card.seria {
    background: #e6e6e6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
  .product_card a.title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0 10px;
    text-transform: uppercase;
    color: #0099cc;
    font-family: "bold"; }
    .product_card a.title span {
      color: #999;
      position: relative;
      font-size: 13px;
      display: block; }
  .product_card .photo_container {
    display: block;
    margin-bottom: 10px; }
  .product_card .price_box {
    margin-bottom: 10px; }
    .product_card .price_box .line {
      height: 22px;
      line-height: 22px;
      margin-bottom: 2px;
      background: #e6e6e6;
      padding: 0 10px; }
      .product_card .price_box .line .param, .product_card .price_box .line .value {
        display: inline-block;
        vertical-align: top; }
      .product_card .price_box .line .value {
        float: right; }
  .product_card .text {
    padding: 0 10px;
    height: 95px;
    overflow: hidden; }
  .product_card a.blue_button {
    display: block;
    width: 130px;
    line-height: 30px;
    margin: 10px auto 0; }
  .product_card .cv {
    position: absolute;
    top: 220px;
    right: -5px;
    height: 30px;
    line-height: 30px;
    background: #0099cc;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: "bold";
    padding: 0 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    .product_card .cv:before {
      content: "";
      border-right: 15px solid #0099cc;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      position: absolute;
      top: 0;
      left: -15px; }
    .product_card .cv:after {
      content: "";
      border-bottom: 5px solid #0c6684;
      border-right: 5px solid transparent;
      position: absolute;
      top: -5px;
      right: 0; }

.product_main_info {
  padding: 20px;
  position: relative;
  padding-left: 280px;
  min-height: 280px; }
  .product_main_info .photo_container {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 240px;
    height: 240px; }
    .product_main_info .photo_container img {
      display: block;
      margin: 0 auto;
      max-height: 100%; }
  .product_main_info .cv, .product_main_info .ml {
    position: absolute;
    bottom: 20px;
    right: -5px;
    height: 30px;
    line-height: 30px;
    background: #0099cc;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: "bold";
    padding: 0 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
    .product_main_info .cv:before, .product_main_info .ml:before {
      content: "";
      border-right: 15px solid #0099cc;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      position: absolute;
      top: 0;
      left: -15px; }
    .product_main_info .cv:after, .product_main_info .ml:after {
      content: "";
      border-bottom: 5px solid #0c6684;
      border-right: 5px solid transparent;
      position: absolute;
      top: -5px;
      right: 0; }
  .product_main_info .cv {
    bottom: 55px; }
  .product_main_info .right_part {
    font-size: 16px;
    line-height: 22px; }
  .product_main_info .price_box {
    margin-bottom: 10px; }
    .product_main_info .price_box .line {
      height: 30px;
      line-height: 30px;
      margin-bottom: 2px;
      background: #e6e6e6;
      padding: 0 10px; }
      .product_main_info .price_box .line .param, .product_main_info .price_box .line .value {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        line-height: 30px; }
      .product_main_info .price_box .line .value {
        float: right; }
      .product_main_info .price_box .line .basket {
        display: inline-block;
        vertical-align: top;
        width: 30px;
        height: 30px;
        background: #0099cc;
        position: relative;
        left: 11px;
        color: #fff;
        text-align: center;
        font-size: 14px; }

.result_card {
  padding: 20px 20px 20px 440px;
  min-height: 240px;
  position: relative; }
  .result_card:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .result_card:last-of-type:before {
    display: none; }
  .result_card.single .right_side {
    padding-bottom: 20px; }
  .result_card.single .product_name {
    color: #626262; }
  .result_card.single:before {
    display: none; }
  .result_card .left_side {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 400px;
    height: 200px; }
    .result_card .left_side a.fancybox {
      position: relative;
      display: inline-block;
      vertical-align: top;
      float: left;
      width: 50%;
      height: 200px;
      overflow: hidden; }
    .result_card .left_side img {
      width: 200px;
      height: 200px;
      max-width: none;
      position: relative; }
    .result_card .left_side .photo_title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 10px;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      width: 100%;
      font-family: "bold";
      z-index: 2; }
  .result_card .product_name {
    font-family: "bold";
    font-size: 16px;
    padding-right: 60px;
    text-transform: uppercase;
    color: #0099cc;
    display: block; }
  .result_card .grey_text {
    color: #777; }
    .result_card .grey_text a {
      color: #777;
      text-decoration: underline; }
      .result_card .grey_text a:hover {
        text-decoration: none; }
  .result_card .comment {
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px; }
  .result_card .ico_panel {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right; }
    .result_card .ico_panel .popup, .result_card .ico_panel .like {
      display: inline-block;
      vertical-align: top;
      margin-left: 5px;
      height: 16px;
      position: relative;
      top: 2px;
      line-height: 16px;
      text-align: center;
      font-size: 14px;
      color: #c0c0c0;
      cursor: pointer; }
      .result_card .ico_panel .popup:hover, .result_card .ico_panel .popup.current, .result_card .ico_panel .like:hover, .result_card .ico_panel .like.current {
        color: #0099cc; }
    .result_card .ico_panel .like .like_popup {
      display: none;
      position: absolute;
      background: #626262;
      border-radius: 3px;
      height: auto;
      line-height: 14px;
      font-size: 12px;
      padding: 1px 6px 4px;
      top: 30px;
      right: -10px;
      color: #fff;
      max-width: 200px;
      font-family: "light";
      z-index: 5; }
      .result_card .ico_panel .like .like_popup:after {
        content: "";
        z-index: 5;
        border-bottom: 6px solid #626262;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        right: 15px;
        top: -6px; }
      .result_card .ico_panel .like .like_popup a {
        color: #fff;
        text-decoration: underline; }
      .result_card .ico_panel .like .like_popup:hover {
        display: block !important; }
  .result_card .social_set.share {
    height: 20px;
    position: absolute;
    bottom: 20px;
    left: 440px; }
    .result_card .social_set.share .label {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      font-family: bold;
      font-size: 14px;
      color: #989898;
      text-transform: uppercase; }
    .result_card .social_set.share a {
      height: 20px;
      width: 20px;
      margin-right: 1px;
      background-size: 180px 60px; }
      .result_card .social_set.share a.vk {
        background-position: 0 -20px; }
      .result_card .social_set.share a.fb {
        background-position: -20px -20px; }
      .result_card .social_set.share a.tw {
        background-position: -40px -20px; }
      .result_card .social_set.share a.gp {
        background-position: -60px -20px; }
      .result_card .social_set.share a.ok {
        background-position: -80px -20px; }

.result_form .blue_button {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px; }
.result_form .combo {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
  width: 160px; }
  .result_form .combo .current {
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    color: #0099cc;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .result_form .combo.product {
    width: 270px;
    margin-right: 10px; }
  .result_form .combo ul {
    top: 32px;
    max-height: 302px; }
  .result_form .combo li {
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
    .result_form .combo li .fa {
      color: #888; }

.result_modal {
  width: 100%;
  max-width: 800px; }
  .result_modal .column {
    display: inline-block;
    vertical-align: top; }
    .result_modal .column.first {
      width: 270px; }
    .result_modal .column.second {
      width: 465px; }
  .result_modal .holder label {
    display: inline; }
  .result_modal .title {
    margin-bottom: 10px;
    font-family: "bold";
    color: #626262;
    font-size: 16px;
    text-transform: uppercase; }
  .result_modal .bottom_part {
    position: relative;
    padding: 5px 0 0 420px;
    min-height: 200px; }
  .result_modal .left_part {
    position: absolute;
    top: 5px;
    left: 0;
    width: 400px; }
  .result_modal .blue_button {
    margin-top: 20px; }
  .result_modal .photo_container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 200px;
    float: left;
    background: #e6e6e6;
    text-align: center;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative; }
    .result_modal .photo_container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 200px;
      min-height: 200px;
      max-width: none; }
  .result_modal .combo {
    width: 100%; }
  .result_modal textarea {
    width: 100%;
    height: 160px; }
  .result_modal .control_point:last-of-type {
    margin-bottom: 0; }
  .result_modal .button_panel {
    position: absolute;
    z-index: 2;
    text-align: center;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0; }
    .result_modal .button_panel div {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 40px;
      width: 20px;
      margin: 0 3px;
      font-size: 18px;
      cursor: pointer;
      color: rgba(255, 255, 255, 0.7); }
      .result_modal .button_panel div:hover {
        color: #fff; }
      .result_modal .button_panel div .fa {
        display: block;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4); }

.pdf_link {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #0099cc; }
  .pdf_link .fa {
    margin-right: 5px; }

.doc {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 20px 0;
  width: 270px;
  text-align: center; }
  .doc .title {
    font-family: "bold";
    font-size: 12px;
    color: #626262;
    margin-bottom: 5px;
    line-height: 16px;
    text-transform: uppercase; }
  .doc .fancybox {
    display: inline-block;
    vertical-align: top;
    max-width: 49%; }

.scientists_about {
  position: relative; }
  .scientists_about:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .scientists_about .answer img {
    display: inline-block;
    margin: 0 20px 20px 0;
    float: left; }
  .scientists_about .answer p:last-of-type {
    margin-bottom: 0; }

.buy_as_partner_modal,
.buy_as_client_modal {
  max-width: 500px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 22px; }
  .buy_as_partner_modal a,
  .buy_as_client_modal a {
    color: #0099cc; }
  .buy_as_partner_modal .blue_button,
  .buy_as_client_modal .blue_button {
    color: #fff;
    display: inline-block;
    margin: 20px 10px 0;
    line-height: 32px; }

.short_block {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .short_block:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 62px;
    width: 100%;
    z-index: 1;
    background: #fff; }
  .short_block:last-of-type {
    border-bottom: 0 none;
    margin-bottom: 0; }
  .short_block img {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 2;
    max-width: 250px;
    margin: 0 20px 20px 0; }
  .short_block h4 {
    margin-bottom: 0; }
  .short_block a.source {
    display: block;
    margin-bottom: 20px;
    color: #0099cc; }
  .short_block div.read_more, .short_block div.hide {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    right: 0;
    height: 20px;
    line-height: 20px;
    color: #0099cc;
    cursor: pointer; }
    .short_block div.read_more i, .short_block div.hide i {
      display: inline-block;
      width: 14px;
      height: 20px;
      line-height: 20px;
      text-align: center; }
  .short_block div.read_more {
    display: block; }
  .short_block div.hide {
    display: none; }
  .short_block.open {
    padding-bottom: 40px; }
    .short_block.open:after {
      display: none; }
    .short_block.open div.read_more {
      display: none; }
    .short_block.open div.hide {
      display: block; }

.pack_info {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.01));
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 49%; }
  .pack_info:nth-child(2n) {
    float: right; }
  .pack_info .title {
    margin: 0;
    padding: 7px 5px;
    line-height: 26px;
    font-size: 16px;
    padding-right: 30px;
    position: relative;
    text-shadow: 0 1px 0 #fff; }
    .pack_info .title .popup {
      width: 16px;
      height: 16px;
      top: 50%;
      margin-top: -8px;
      right: 10px;
      cursor: pointer;
      position: absolute;
      background: url(../images/eye_ico.png) 0 0 no-repeat;
      background-size: 16px 32px; }
      .pack_info .title .popup:hover {
        background-position: 0 -16px; }
    .pack_info .title .qualification {
      display: inline-block;
      vertical-align: top;
      width: 30px;
      height: 30px;
      background-size: 30px 30px;
      position: relative;
      top: -2px;
      margin: 0 5px; }
  .pack_info .line {
    padding: 0 5px; }
    .pack_info .line .param, .pack_info .line .value {
      display: inline-block;
      vertical-align: top;
      padding: 5px 0;
      font-size: 16px;
      line-height: 20px; }
    .pack_info .line .param {
      width: 47%; }
      .pack_info .line .param .sub {
        font-size: 12px;
        color: #989898;
        line-height: 14px; }
    .pack_info .line .value {
      width: 52%; }
      .pack_info .line .value.act {
        min-height: 50px; }
      .pack_info .line .value.red {
        color: darkred; }
    .pack_info .line:nth-child(even) {
      background: #e6e6e6; }
    .pack_info .line.high {
      min-height: 82px; }
  .pack_info .modal_content {
    display: none; }

.pack_info_modal {
  max-width: 760px; }
  .pack_info_modal table th {
    text-transform: uppercase;
    font-family: "bold";
    color: #626262; }

.dialog_example {
  max-width: 650px;
  padding: 0 10px;
  margin: 0 auto 10px; }
  .dialog_example .message {
    margin-bottom: 5px;
    position: relative; }
    .dialog_example .message:last-of-type {
      margin-bottom: 0; }
    .dialog_example .message.answer, .dialog_example .message.oponent {
      text-align: right;
      font-style: italic;
      font-weight: 600;
      display: block; }
      .dialog_example .message.answer .text:before, .dialog_example .message.oponent .text:before {
        left: auto;
        right: -10px;
        border-right: none;
        border-left: 10px solid #e6e6e6; }
    .dialog_example .message.tech .text {
      border: 1px solid rgba(0, 0, 0, 0.2);
      background: none;
      padding-left: 30px; }
      .dialog_example .message.tech .text:before {
        display: none; }
      .dialog_example .message.tech .text:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 50%;
        margin-top: -15px;
        background: url(../images/exclamation.png) center no-repeat;
        background-size: 30px 30px; }
      .dialog_example .message.tech .text i {
        display: none; }
    .dialog_example .message .text {
      border-radius: 3px;
      background: #e6e6e6;
      display: inline-block;
      padding: 10px;
      font-size: 16px;
      position: relative; }
      .dialog_example .message .text:before {
        content: "";
        border-right: 10px solid #e6e6e6;
        border-bottom: 10px solid transparent;
        position: absolute;
        left: -10px;
        top: 10px; }
      .dialog_example .message .text a {
        color: #0099cc; }
        .dialog_example .message .text a:hover {
          text-decoration: underline; }
  .dialog_example .dialog_block {
    border-left: 5px solid #0099cc;
    padding-left: 20px;
    margin: 5px 0; }

.chat_point {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  text-align: center;
  margin: 0 18px 20px 0; }
  .chat_point a.photo {
    margin-bottom: 5px;
    display: block; }
  .chat_point a.title {
    display: block;
    font-size: 12px;
    line-height: 14px !important;
    color: #444; }
  .chat_point:hover a.title {
    color: #0099cc; }

table.help_graph {
  width: 100%; }
  table.help_graph td {
    padding: 2px 5px;
    text-align: center;
    border: 1px solid #c0c0c0; }
    table.help_graph td.day {
      background: #e6e6e6;
      text-transform: uppercase;
      font-size: 13px;
      padding: 5px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
      font-family: "bold"; }
    table.help_graph td.time {
      background: #e6e6e6;
      text-transform: uppercase;
      font-size: 14px;
      padding: 5px;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
      font-family: "bold";
      border: 1px solid #c0c0c0; }
  table.help_graph .person {
    display: inline-block;
    vertical-align: top;
    margin: 5px 1px;
    height: 50px;
    width: 50px;
    position: relative; }
    table.help_graph .person:before {
      bottom: 55px; }
    table.help_graph .person:after {
      bottom: 50px; }
    table.help_graph .person.select .photo_box:before {
      content: "";
      border-bottom: 14px solid #0099cc;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -7px; }
    table.help_graph .person.select .photo_box img {
      -webkit-filter: none;
      filter: none;
      filter: none;
      /* IE 6-9 */ }
    table.help_graph .person .photo_box {
      width: 100%;
      height: 100%;
      background: #e6e6e6;
      font-size: 16px;
      color: #444;
      position: relative;
      cursor: pointer;
      text-align: center;
      line-height: 50px; }
      table.help_graph .person .photo_box img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        /* IE 6-9 */ }
    table.help_graph .person .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      text-align: center;
      padding: 15px 0;
      display: none;
      background: rgba(255, 255, 255, 0.7); }
      table.help_graph .person .overlay a, table.help_graph .person .overlay span {
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        font-size: 16px;
        color: #444;
        cursor: pointer; }
        table.help_graph .person .overlay a:hover, table.help_graph .person .overlay span:hover {
          color: #0099cc; }
    table.help_graph .person:hover .overlay {
      display: block; }

.blue_title {
  line-height: 20px;
  padding: 10px;
  text-align: center;
  background: #0099cc;
  color: #fff;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "bold";
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.secret_lead .person,
.order_to_game .person {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  position: relative;
  margin: 0 18px 20px 0; }
  .secret_lead .person .photo_box,
  .order_to_game .person .photo_box {
    position: relative; }
  .secret_lead .person .name,
  .order_to_game .person .name {
    font-size: 12px;
    line-height: 14px;
    color: #444; }
  .secret_lead .person:hover .name,
  .order_to_game .person:hover .name {
    color: #0099cc; }

table.archiv {
  width: 100%;
  margin-bottom: 20px; }
  table.archiv td {
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
    text-align: center; }
    table.archiv td.name {
      text-align: left;
      width: 260px; }
    table.archiv td a {
      color: #0099cc; }
      table.archiv td a:hover {
        text-decoration: underline; }
  table.archiv th {
    padding: 10px;
    text-align: center;
    background: #e6e6e6;
    font-size: 14px;
    text-transform: uppercase;
    color: #626262;
    font-family: "bold";
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    table.archiv th.name {
      text-align: left;
      width: 260px; }

.vahta {
  display: inline-block;
  vertical-align: top; }
  .vahta .title {
    font-family: "bold";
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #626262; }
  .vahta .name {
    padding-left: 12px;
    position: relative;
    height: 20px;
    font-size: 16px;
    line-height: 20px; }
    .vahta .name:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #626262;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -3px; }
    .vahta .name.on:before {
      background: green; }

.vahta_buttons {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  float: right; }
  .vahta_buttons .blue_button {
    margin-bottom: 5px; }
    .vahta_buttons .blue_button:last-of-type {
      margin-bottom: 0; }

.order_to_game .add_order {
  display: inline-block;
  vertical-align: top;
  width: 76px;
  height: 76px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-family: "bold";
  text-transform: uppercase;
  margin: 0 18px 20px 0;
  padding: 10px 0;
  background: #e6e6e6;
  color: #989898;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .order_to_game .add_order i {
    font-size: 16px;
    margin-bottom: 5px; }
.order_to_game .person .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-family: "bold";
  padding: 10px 0;
  cursor: pointer;
  color: #626262;
  display: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8); }
  .order_to_game .person .overlay i {
    font-size: 16px;
    margin-bottom: 5px; }
.order_to_game .person:hover .overlay {
  display: block; }

.commands {
  position: relative;
  padding: 20px 0 0 20px; }
  .commands:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }

.faq.winners {
  padding: 20px 0; }
  .faq.winners .question, .faq.winners .answer {
    padding-left: 20px; }
  .faq.winners .command a.img_link {
    height: auto;
    top: -2px;
    box-shadow: 0 0 0 transparent; }

.command {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 20px 0;
  padding-bottom: 10px;
  width: 270px;
  border-radius: 3px;
  background: #e6e6e6;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #e6e6e6, #f9f9f9);
  background: linear-gradient(to bottom, #e6e6e6, #f9f9f9);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .command .top_part {
    position: relative;
    min-height: 73px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 70px; }
    .command .top_part:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }
    .command .top_part .order_count {
      position: absolute;
      top: -5px;
      left: -5px;
      height: 20px;
      min-width: 20px;
      text-align: center;
      z-index: 2;
      line-height: 20px;
      background-color: #bf0202;
      color: #fff;
      padding: 0 3px;
      border-radius: 10px;
      cursor: pointer; }
    .command .top_part a.img_link {
      position: absolute;
      top: 10px;
      left: 10px;
      width: 50px;
      height: 50px;
      border-radius: 3px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
      .command .top_part a.img_link img {
        width: 100%;
        height: 100%;
        border-radius: 3px; }
    .command .top_part .title {
      font-family: "bold";
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      color: #0099cc;
      cursor: pointer;
      display: block;
      text-shadow: 0 1px 0 #fff;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .command .top_part .slogan {
      font-size: 12px;
      color: #626262;
      line-height: 15px; }
  .command .names {
    min-height: 176px; }
  .command .name {
    display: block;
    padding: 2px 10px 2px 30px;
    line-height: 20px;
    font-size: 16px;
    color: #0099cc;
    position: relative; }
    .command .name:before {
      content: "";
      position: absolute;
      top: 8px;
      left: 10px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset; }
    .command .name .fa-flag {
      position: absolute;
      color: #0099cc;
      left: 8px;
      top: 6px;
      font-size: 16px; }
  .command .results {
    position: relative;
    margin-top: 10px;
    padding-top: 10px; }
    .command .results:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      top: -2px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }
    .command .results .line {
      padding: 2px 10px;
      line-height: 20px;
      font-size: 16px; }
      .command .results .line .param, .command .results .line .value {
        display: inline-block;
        vertical-align: top; }
      .command .results .line .value {
        float: right; }
      .command .results .line a {
        color: #626262; }
        .command .results .line a:hover {
          color: #0099cc; }
  .command.single .results {
    margin-top: 0; }
    .command.single .results:before {
      display: none; }
  .command.single .top_part {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px; }

.about_command {
  position: relative;
  padding: 20px 20px 20px 180px;
  min-height: 180px; }
  .about_command .main_img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 140px;
    height: 140px;
    border-radius: 3px;
    background: #e6e6e6; }
    .about_command .main_img img {
      width: 100%;
      height: 100%;
      border-radius: 3px;
      position: relative;
      z-index: 2; }
  .about_command .slogan {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px; }
  .about_command .person {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    position: relative;
    margin: 0 10px 0 0; }
    .about_command .person .photo_box {
      position: relative;
      background: #e6e6e6;
      width: 100%;
      height: 70px; }
    .about_command .person .name {
      font-size: 12px;
      line-height: 14px;
      color: #444; }
    .about_command .person:hover .name {
      color: #0099cc; }
  .about_command .hidden_delimiter {
    display: none;
    clear: both; }

.add_result {
  display: inline-block;
  margin-bottom: 20px; }

.command_options_modal {
  max-width: 500px;
  width: 100%; }
  .command_options_modal .close {
    z-index: 4; }
  .command_options_modal .top_form {
    padding: 30px 30px 30px 185px;
    margin-bottom: 30px;
    position: relative; }
    .command_options_modal .top_form:after {
      content: "";
      height: 3px;
      width: 100%;
      bottom: -1px;
      left: 0;
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset; }
    .command_options_modal .top_form textarea {
      height: 57px;
      min-height: 0; }
    .command_options_modal .top_form .control_point.for_img {
      position: absolute;
      width: 140px;
      height: 140px;
      top: 30px;
      left: 30px;
      margin-bottom: 0; }
      .command_options_modal .top_form .control_point.for_img .img_holder {
        width: 140px;
        height: 140px;
        background: #eee;
        border-radius: 3px; }
        .command_options_modal .top_form .control_point.for_img .img_holder img {
          position: relative;
          z-index: 2;
          border-radius: 3px; }
        .command_options_modal .top_form .control_point.for_img .img_holder .overlay {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1;
          border-radius: 3px;
          text-align: center;
          text-transform: uppercase;
          padding: 40px 0;
          font-size: 14px;
          color: transparent;
          font-family: "bold";
          cursor: pointer; }
          .command_options_modal .top_form .control_point.for_img .img_holder .overlay i {
            font-size: 16px; }
        .command_options_modal .top_form .control_point.for_img .img_holder:hover img + .overlay {
          z-index: 3 !important;
          background: rgba(255, 255, 255, 0.8);
          color: #626262 !important;
          text-shadow: 0 1px 0 #fff; }
  .command_options_modal .member {
    position: relative;
    padding-right: 30px;
    height: 22px;
    padding-left: 5px; }
    .command_options_modal .member .name {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      height: 22px;
      line-height: 22px;
      color: #0099cc; }
    .command_options_modal .member .fa {
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .command_options_modal .member .fa:hover {
        color: #0099cc; }
    .command_options_modal .member:hover {
      background: #eee; }
  .command_options_modal .label {
    display: block;
    font-family: "bold";
    font-size: 13px;
    color: #626262;
    text-transform: uppercase;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
  .command_options_modal .members {
    padding: 0 30px 30px; }
    .command_options_modal .members .basic_form {
      margin-top: 10px; }
      .command_options_modal .members .basic_form .control_point {
        position: relative;
        padding-right: 120px;
        margin-bottom: 0; }
      .command_options_modal .members .basic_form input {
        width: 100%; }
      .command_options_modal .members .basic_form .blue_button {
        width: 110px;
        text-align: center;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0; }

.personal_result {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 20px 0;
  width: 270px;
  border-radius: 3px;
  padding-bottom: 10px;
  background: #e6e6e6;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #e6e6e6, #f9f9f9);
  background: linear-gradient(to bottom, #e6e6e6, #f9f9f9);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .personal_result .name {
    padding: 10px;
    font-family: "bold";
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #626262;
    position: relative;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .personal_result .name:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }
  .personal_result .line {
    padding: 2px 10px;
    line-height: 20px;
    font-size: 16px; }
    .personal_result .line .param, .personal_result .line .value {
      display: inline-block;
      vertical-align: top; }
    .personal_result .line .value {
      float: right; }

.my_result {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 20px 0;
  width: 270px;
  border-radius: 3px;
  position: relative;
  background: #e6e6e6;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #e6e6e6, #f9f9f9);
  background: linear-gradient(to bottom, #e6e6e6, #f9f9f9);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .my_result .line {
    padding: 2px 10px;
    line-height: 20px;
    font-size: 16px; }
    .my_result .line .param, .my_result .line .value {
      display: inline-block;
      vertical-align: top; }
    .my_result .line .value {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 51%;
      float: right; }
      .my_result .line .value a {
        color: #000; }
        .my_result .line .value a.ico {
          color: #626262; }
        .my_result .line .value a:hover {
          color: #0099cc; }
      .my_result .line .value.name {
        padding-right: 20px;
        position: relative; }
        .my_result .line .value.name .copy {
          position: absolute;
          top: 0;
          right: 0;
          line-height: 20px;
          text-align: center;
          cursor: pointer;
          font-size: 16px;
          color: #626262; }
  .my_result .pack {
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
    position: relative; }
    .my_result .pack:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }
    .my_result .pack a {
      width: 16px;
      height: 16px;
      font-size: 16px;
      display: inline-block;
      vertical-align: top;
      margin-left: 5px;
      color: #626262; }
      .my_result .pack a:hover {
        color: #0099cc; }
  .my_result .delete {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #989898;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff; }
    .my_result .delete:hover {
      color: #626262; }
  .my_result .cancel {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: firebrick;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff; }
  .my_result .check {
    position: absolute;
    top: 7px;
    right: 30px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: olivedrab;
    cursor: pointer;
    text-shadow: 0 1px 0 #fff; }
  .my_result .status {
    text-transform: uppercase;
    font-size: 13px;
    font-family: "bold";
    text-shadow: 0 1px 0 #fff;
    padding: 10px;
    margin-bottom: 10px;
    position: relative; }
    .my_result .status:after {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }
    .my_result .status.yellow {
      color: #da8d00; }
    .my_result .status.green {
      color: olivedrab; }
    .my_result .status.red {
      color: firebrick; }

.add_result_modal {
  position: relative;
  width: 100%;
  max-width: 500px; }
  .add_result_modal .question_ico {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    cursor: pointer;
    margin-top: -8px;
    right: 10px;
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    color: #989898; }
    .add_result_modal .question_ico:hover {
      color: #0099cc; }
    .add_result_modal .question_ico + input {
      padding-right: 30px; }
  .add_result_modal .faq {
    padding: 30px; }
  .add_result_modal .question span {
    text-transform: none;
    font-family: regular;
    font-size: 16px;
    color: #333; }
  .add_result_modal .combo {
    width: 100%; }
  .add_result_modal .member {
    position: relative;
    padding-right: 30px;
    height: 22px;
    padding-left: 5px; }
    .add_result_modal .member .name {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      height: 22px;
      line-height: 22px; }
    .add_result_modal .member .fa {
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .add_result_modal .member .fa:hover {
        color: #0099cc; }
    .add_result_modal .member:hover {
      background: #eee; }
  .add_result_modal .members {
    padding: 0 0 20px; }
    .add_result_modal .members .control_point {
      position: relative;
      padding-right: 120px;
      margin-bottom: 0;
      margin-top: 10px; }
    .add_result_modal .members input {
      width: 50px;
      position: absolute;
      text-align: center;
      top: 0;
      right: 60px; }
    .add_result_modal .members .blue_button {
      width: 50px;
      min-width: 50px;
      text-align: center;
      padding: 0;
      position: absolute;
      top: 0;
      right: 0; }

.product_list_modal {
  position: relative;
  width: 100%;
  max-width: 500px; }
  .product_list_modal .product_list li {
    position: relative;
    padding: 2px 10px 2px 30px;
    line-height: 18px;
    font-size: 14px;
    display: block; }
    .product_list_modal .product_list li:before {
      content: "";
      position: absolute;
      top: 7px;
      left: 10px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4) inset; }

.filter_pack .filter_point {
  margin-right: 10px; }
.filter_pack .combo {
  width: 300px; }
.filter_pack .filter_point input {
  width: 170px; }
.filter_pack .blue_button {
  margin-top: 10px; }

.filter_trainings {
  padding-right: 8px; }
  .filter_trainings .filter_point {
    width: 280px;
    margin-right: 8px; }
  .filter_trainings .blue_button {
    margin-top: 10px; }
  .filter_trainings .combo, .filter_trainings input {
    width: 100%; }
  .filter_trainings .time_period {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-right: 32px;
    position: relative;
    background: #f4f3f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    border-radius: 3px; }
    .filter_trainings .time_period:before {
      content: "-";
      position: absolute;
      top: 0;
      left: 43%;
      height: 32px;
      line-height: 32px;
      color: #999;
      font-size: 20px; }
    .filter_trainings .time_period input {
      display: inline-block;
      vertical-align: top;
      height: 32px;
      line-height: 32px;
      padding: 0 5px;
      width: 48.5%;
      text-align: center;
      font-family: "regular";
      font-size: 14px;
      border: 0 none;
      background: transparent;
      box-shadow: 0 0 0 transparent; }
    .filter_trainings .time_period i {
      height: 32px;
      line-height: 32px;
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      text-align: center;
      font-size: 16px;
      color: #626262; }

.training {
  padding: 20px;
  position: relative; }
  .training:after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset; }
  .training:last-of-type:after {
    display: none; }
  .training .title {
    display: inline-block;
    position: relative;
    padding: 0 70px 5px 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #0099cc;
    font-family: "bold"; }
  .training .number {
    font-size: 14px;
    text-transform: uppercase;
    color: #0099cc;
    font-family: "bold";
    position: absolute;
    top: 20px;
    right: 20px; }
  .training .line {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #989898;
    height: 20px;
    line-height: 20px; }
    .training .line i {
      width: 16px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      display: inline-block;
      color: inherit;
      font-size: 14px;
      margin-right: 3px; }
    .training .line.save:hover {
      color: #626262;
      cursor: pointer; }
    .training .line.click {
      color: #0099cc; }

.conference_info .box_title {
  height: auto;
  font-size: 13px;
  line-height: 18px;
  padding: 10px; }
.conference_info .box_body {
  padding: 10px; }
.conference_info .blue_button {
  margin-top: 10px; }
.conference_info .name {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0099cc;
  font-family: "bold"; }
.conference_info .location {
  color: #989898; }
.conference_info .media_container {
  overflow: hidden;
  background: #e6e6e6; }
.conference_info .guest_buttons {
  display: none;
  text-align: center;
  padding-top: 10px; }
  .conference_info .guest_buttons .yellow_button {
    display: block;
    cursor: pointer;
    height: 36px;
    line-height: 36px !important;
    color: #fff;
    font-size: 16px;
    font-family: "bold";
    border-radius: 3px;
    margin-top: 5px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #ffd095;
    background: -webkit-linear-gradient(top, #ffd095, #c16b00);
    background: linear-gradient(to bottom, #ffd095, #c16b00);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid #efb66f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.4) inset; }
.conference_info.guest_mode .guest_buttons {
  display: block; }
.conference_info.guest_mode .media_container, .conference_info.guest_mode .blue_button {
  display: none; }

.short_conference_info {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  background: #fff;
  margin-bottom: 20px;
  display: none; }
  .short_conference_info .title {
    background: #0099cc;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    font-family: "bold"; }
  .short_conference_info .speaker_about {
    padding: 10px;
    position: relative;
    padding-left: 80px; }
  .short_conference_info .photo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    display: block; }
    .short_conference_info .photo img {
      width: 60px;
      height: 60px; }
  .short_conference_info .speaker_title {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #626262;
    font-family: "bold"; }
  .short_conference_info .name {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #0099cc;
    font-family: "bold"; }
  .short_conference_info .location {
    color: #989898; }

.sidebar_friends .user_line {
  cursor: pointer;
  position: relative;
  padding: 0 35px;
  height: 26px; }
  .sidebar_friends .user_line .text {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 26px;
    line-height: 26px;
    width: 100%; }
  .sidebar_friends .user_line .city {
    display: inline;
    vertical-align: top;
    height: inherit;
    line-height: inherit;
    position: relative;
    color: #989898; }
    .sidebar_friends .user_line .city:before {
      content: "("; }
    .sidebar_friends .user_line .city:after {
      content: ")"; }
  .sidebar_friends .user_line .qualification {
    display: block;
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -9px; }
  .sidebar_friends .user_line .flag {
    position: absolute;
    width: 21px;
    height: 13px;
    top: 50%;
    right: 10px;
    margin-top: -6px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
    background: url(../images/flags.png) 21px 21px no-repeat; }
    .sidebar_friends .user_line .flag.ru {
      background-position: 0 0; }
    .sidebar_friends .user_line .flag.en {
      background-position: 0 -13px; }
    .sidebar_friends .user_line .flag.lt {
      background-position: 0 -26px; }
    .sidebar_friends .user_line .flag.fr {
      background-position: 0 -39px; }
    .sidebar_friends .user_line .flag.es {
      background-position: 0 -52px; }
    .sidebar_friends .user_line .flag.it {
      background-position: 0 -65px; }
  .sidebar_friends .user_line .hidden_icon {
    position: absolute;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    right: 10px;
    z-index: 2;
    display: none; }
    .sidebar_friends .user_line .hidden_icon .popup {
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      text-align: center;
      line-height: 14px;
      font-size: 14px;
      color: #777;
      cursor: pointer; }
      .sidebar_friends .user_line .hidden_icon .popup:hover {
        color: #0099cc; }
  .sidebar_friends .user_line:hover {
    background: #e6e6e6;
    padding-right: 100px; }
    .sidebar_friends .user_line:hover .hidden_icon {
      display: block; }
    .sidebar_friends .user_line:hover .flag {
      display: none; }
.sidebar_friends form.search {
  margin-bottom: 0;
  background: #e6e6e6; }
  .sidebar_friends form.search input[type=text] {
    background: transparent;
    border: 0 none;
    font-size: 14px;
    color: #666; }
.sidebar_friends .user_list .overview {
  padding: 5px 0; }

.conference_layout header .logo {
  width: 295px;
  height: 40px;
  background: url(../images/logo_small.png) center no-repeat;
  background-size: 295px 30px;
  margin: 0;
  text-indent: -9999px;
  top: 0; }
.conference_layout header .right_panel {
  height: 25px;
  position: relative;
  top: 6px; }
.conference_layout header .combo, .conference_layout header .time, .conference_layout header .calendar, .conference_layout header .slogan {
  display: none; }
.conference_layout header .combo.language {
  display: block;
  margin: 0;
  width: 130px; }

.conference_content {
  padding: 20px 0;
  min-height: 700px; }
  .conference_content .sidebar_friends .box_title {
    padding: 0 10px;
    font-size: 13px;
    height: 32px;
    line-height: 32px; }
    .conference_content .sidebar_friends .box_title .fa {
      font-size: 18px;
      top: 7px; }
    .conference_content .sidebar_friends .box_title .drop_menu {
      top: 32px; }
  .conference_content .sidebar_box.teacher .box_title {
    height: 32px;
    line-height: 32px;
    font-size: 13px; }
  .conference_content .sidebar_box.teacher .contact_info .line {
    margin-bottom: 5px; }
  .conference_content .sidebar_box.teacher .contact_info:before {
    display: none; }
  .conference_content .sidebar_box.teacher .name_box {
    font-family: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: auto; }
  .conference_content .sidebar_box.teacher .social_set {
    margin-bottom: 5px; }
    .conference_content .sidebar_box.teacher .social_set a {
      width: 24px;
      height: 24px;
      background-size: 216px 72px; }
      .conference_content .sidebar_box.teacher .social_set a.vk {
        background-position: 0 0; }
        .conference_content .sidebar_box.teacher .social_set a.vk:hover {
          background-position: 0 -24px; }
      .conference_content .sidebar_box.teacher .social_set a.fb {
        background-position: -24px 0; }
        .conference_content .sidebar_box.teacher .social_set a.fb:hover {
          background-position: -24px -24px; }
      .conference_content .sidebar_box.teacher .social_set a.tw {
        background-position: -48px 0; }
        .conference_content .sidebar_box.teacher .social_set a.tw:hover {
          background-position: -48px -24px; }
      .conference_content .sidebar_box.teacher .social_set a.gp {
        background-position: -72px 0; }
        .conference_content .sidebar_box.teacher .social_set a.gp:hover {
          background-position: -72px -24px; }
      .conference_content .sidebar_box.teacher .social_set a.ok {
        background-position: -96px 0; }
        .conference_content .sidebar_box.teacher .social_set a.ok:hover {
          background-position: -96px -24px; }
      .conference_content .sidebar_box.teacher .social_set a.li {
        background-position: -120px 0; }
        .conference_content .sidebar_box.teacher .social_set a.li:hover {
          background-position: -120px -24px; }
      .conference_content .sidebar_box.teacher .social_set a.mail {
        background-position: -144px 0; }
        .conference_content .sidebar_box.teacher .social_set a.mail:hover {
          background-position: -144px -24px; }
      .conference_content .sidebar_box.teacher .social_set a.in, .conference_content .sidebar_box.teacher .social_set a.ig {
        background-position: -168px 0; }
        .conference_content .sidebar_box.teacher .social_set a.in:hover, .conference_content .sidebar_box.teacher .social_set a.ig:hover {
          background-position: -168px -24px; }
      .conference_content .sidebar_box.teacher .social_set a.yt {
        background-position: -192px 0; }
        .conference_content .sidebar_box.teacher .social_set a.yt:hover {
          background-position: -192px -24px; }
  .conference_content .people {
    position: relative;
    display: none;
    background: #e6e6e6;
    padding: 6px 10px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
    .conference_content .people:after {
      content: "";
      position: absolute;
      top: -3px;
      left: 0;
      width: 100%;
      height: 3px;
      z-index: 2;
      background: rgba(0, 0, 0, 0.35);
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
    .conference_content .people .title {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      font-family: "bold";
      text-transform: uppercase;
      color: #626262;
      margin-right: 15px; }
    .conference_content .people .text {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      color: #626262;
      font-style: italic;
      margin-right: 15px; }
      .conference_content .people .text:last-of-type {
        margin-right: 0; }

.conference_video {
  height: 500px;
  margin-bottom: 20px;
  background: #e6e6e6;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
  .conference_video .button_panel {
    z-index: 2;
    height: 160px;
    width: 320px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -80px 0 0 -160px; }
    .conference_video .button_panel .yellow_button {
      display: block;
      cursor: pointer;
      height: 46px;
      line-height: 46px !important;
      color: #fff;
      font-size: 18px;
      font-family: "bold";
      border-radius: 3px;
      margin-bottom: 10px;
      text-transform: uppercase;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background: #ffd095;
      background: -webkit-linear-gradient(top, #ffd095, #c16b00);
      background: linear-gradient(to bottom, #ffd095, #c16b00);
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-top: 1px solid #efb66f;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.4) inset; }
      .conference_video .button_panel .yellow_button:last-of-type {
        margin-bottom: 0; }
      .conference_video .button_panel .yellow_button .fa {
        font-size: 20px;
        margin-right: 5px; }
  .conference_video .sys_message {
    position: absolute;
    background: #fff;
    padding: 20px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 265px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-align: center; }
    .conference_video .sys_message img.smile {
      height: 95px;
      margin-bottom: 20px; }
    .conference_video .sys_message .title {
      font-family: bold;
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase;
      color: #0099cc; }
      .conference_video .sys_message .title img {
        position: relative;
        top: 5px;
        left: 5px; }
    .conference_video .sys_message .sub_title {
      font-family: bold;
      font-size: 14px;
      line-height: 22px;
      text-transform: uppercase;
      color: #989898; }
    .conference_video .sys_message a {
      color: #0099cc; }

.ac_button_panel {
  text-align: center; }
  .ac_button_panel .yellow_button {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
    cursor: pointer;
    width: 260px;
    height: 46px;
    line-height: 46px !important;
    color: #fff;
    font-size: 18px;
    font-family: "bold";
    border-radius: 3px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #ffd095;
    background: -webkit-linear-gradient(top, #ffd095, #c16b00);
    background: linear-gradient(to bottom, #ffd095, #c16b00);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid #efb66f;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(255, 255, 255, 0.4) inset; }

.conference_chat {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
  .conference_chat .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
    display: none; }
  .conference_chat .top_panel {
    background: #e6e6e6;
    padding: 6px 10px; }
  .conference_chat .switcher {
    display: inline-block;
    vertical-align: top;
    height: 21px;
    width: 40px;
    cursor: pointer;
    border-radius: 10px;
    background: #f4f3f4;
    position: relative;
    margin-left: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset, 0 -1px 0 #fff inset, 0 1px 1px rgba(0, 0, 0, 0.05); }
    .conference_chat .switcher .thumb {
      width: 16px;
      height: 16px;
      top: 3px;
      left: 3px;
      position: absolute;
      border-radius: 50%;
      background: yellowgreen;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, yellowgreen, green);
      background: linear-gradient(to bottom, yellowgreen, green);
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .conference_chat .switcher .thumb:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        margin: -3px 0 0 -3px;
        background: darkgreen;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, darkgreen, green);
        background: linear-gradient(to bottom, darkgreen, green); }
    .conference_chat .switcher.off .thumb {
      left: 20px;
      background: indianred;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, indianred, firebrick);
      background: linear-gradient(to bottom, indianred, firebrick); }
      .conference_chat .switcher.off .thumb:before {
        background: darkred;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, darkred, firebrick);
        background: linear-gradient(to bottom, darkred, firebrick); }
  .conference_chat .title {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: "bold";
    text-transform: uppercase;
    color: #626262; }
  .conference_chat .ico_panel {
    display: inline-block;
    vertical-align: top;
    float: right;
    height: 20px; }
    .conference_chat .ico_panel .popup {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 16px;
      color: #626262;
      cursor: pointer; }
      .conference_chat .ico_panel .popup:hover {
        color: #0099cc; }
      .conference_chat .ico_panel .popup.unlock {
        display: none; }
  .conference_chat form {
    width: 100%;
    background: #e6e6e6;
    padding-right: 40px; }
    .conference_chat form input[type=text] {
      background: transparent;
      border: 0 none;
      width: 100%;
      padding-right: 50px;
      box-shadow: 0 0 0 transparent; }
    .conference_chat form .blue_button {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 0;
      padding: 0;
      width: 40px;
      z-index: 2; }
    .conference_chat form .smiles {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      right: 50px;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 18px;
      color: #626262;
      cursor: pointer; }
      .conference_chat form .smiles:hover {
        color: #0099cc; }
  .conference_chat .overview {
    padding: 5px 10px; }
  .conference_chat .message {
    position: relative;
    padding-right: 50px;
    margin-bottom: 5px; }
    .conference_chat .message .time {
      position: absolute;
      right: 0px;
      top: 0;
      height: 20px;
      line-height: 20px;
      color: #989898; }
    .conference_chat .message .qualification {
      display: inline-block;
      vertical-align: top;
      width: 18px;
      height: 18px;
      position: relative;
      top: 1px;
      background-size: 18px 18px; }
    .conference_chat .message .name {
      display: inline;
      vertical-align: top;
      font-size: 11px;
      height: 20px;
      line-height: 20px;
      font-family: "bold";
      text-transform: uppercase;
      margin: 0 2px; }
      .conference_chat .message .name:after {
        content: ": "; }
    .conference_chat .message .message_text {
      display: inline;
      vertical-align: top;
      line-height: 20px; }

.qualification_structure_modal {
  max-width: 650px;
  width: 100%;
  text-align: center;
  position: relative; }
  .qualification_structure_modal .inner_content {
    position: relative; }
  .qualification_structure_modal .text {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px; }
  .qualification_structure_modal .dash {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0px;
    border-left: 2px dashed #e6e6e6; }
  .qualification_structure_modal .or {
    text-align: center;
    padding: 20px;
    position: relative; }
    .qualification_structure_modal .or:before {
      content: "";
      width: 100%;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      background: #0099cc; }
    .qualification_structure_modal .or span {
      position: relative;
      z-index: 2;
      font-family: "bold";
      font-size: 14px;
      color: #0099cc;
      text-transform: uppercase;
      display: inline-block;
      background: #fff;
      padding: 0 20px;
      line-height: 20px; }
  .qualification_structure_modal .side {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    .qualification_structure_modal .side .box {
      margin-bottom: 10px; }
    .qualification_structure_modal .side .box:last-of-type {
      margin-bottom: 0; }
  .qualification_structure_modal .box {
    border-radius: 3px;
    background: #e6e6e6;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "bold";
    color: #989898;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 20px;
    padding: 10px;
    display: inline-block;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
    .qualification_structure_modal .box .qualification {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      position: relative;
      top: 2px;
      background-size: 20px 20px;
      margin-right: 5px; }
    .qualification_structure_modal .box .cv {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
      height: 24px;
      padding: 0 10px;
      border-radius: 5px;
      line-height: 24px;
      text-align: center;
      color: #989898;
      text-shadow: 0 1px 0 #fff;
      background: #eee;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, #eee, #e6e6e6);
      background: linear-gradient(to bottom, #eee, #e6e6e6); }

.qualification_card {
  padding: 20px;
  position: relative; }
  .qualification_card:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .qualification_card:last-of-type:before {
    display: none; }
  .qualification_card .top {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6; }
    .qualification_card .top .qualification {
      display: inline-block;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      background-size: 20px 20px; }
    .qualification_card .top .qualification_name {
      font-family: "bold";
      font-size: 14px;
      height: 20px;
      line-height: 20px;
      display: inline-block;
      text-transform: uppercase;
      color: #0099cc; }
  .qualification_card .column {
    display: inline-block;
    vertical-align: top;
    width: 49.5%; }
  .qualification_card .title {
    font-family: "bold";
    font-size: 14px;
    text-transform: uppercase;
    color: #989898; }
  .qualification_card span.popup {
    color: #626262;
    cursor: pointer; }
    .qualification_card span.popup:hover {
      color: #0099cc; }
  .qualification_card .structure {
    display: none; }

.separated_preview {
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 20px;
  margin-right: 20px; }
  .separated_preview .preview_delimiter {
    margin-right: 0; }
  .separated_preview .preview_box .photo_container .ico_panel {
    bottom: 0; }

.about_comment {
  position: relative;
  min-height: 100px;
  padding: 20px 20px 20px 220px; }
  .about_comment:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .about_comment:last-of-type:after {
    display: none; }
  .about_comment .author_box {
    width: 200px;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 60px;
    padding-left: 70px;
    padding-right: 10px; }
    .about_comment .author_box .photo_box {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px; }
    .about_comment .author_box .name {
      color: #0099cc;
      display: block;
      max-height: 40px;
      line-height: 20px;
      font-size: 16px;
      overflow: hidden; }
    .about_comment .author_box .town {
      color: #989898;
      line-height: 20px;
      white-space: nowrap; }
  .about_comment .text {
    font-size: 16px;
    line-height: 22px; }

.about_comment_modal {
  max-width: 600px;
  width: 100%; }
  .about_comment_modal textarea {
    height: 200px; }

.payment_modal {
  max-width: 500px; }
  .payment_modal .control_point {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    min-width: 200px; }
  .payment_modal .label {
    display: inline-block; }
  .payment_modal .text {
    line-height: 20px;
    height: 20px;
    margin: 0 0 20px; }
    .payment_modal .text span {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      font-family: "bold";
      color: #0099cc;
      font-size: 18px; }

.slider_filter {
  padding: 0;
  background: none; }
  .slider_filter .control_point {
    width: 350px;
    padding-left: 150px;
    position: relative;
    height: 32px; }
  .slider_filter .switch {
    display: block;
    float: right; }
  .slider_filter .combo {
    width: 100%; }
    .slider_filter .combo li.delim {
      height: 2px;
      cursor: default;
      width: 100%;
      background: #e6e6e6;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.9);
      box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset; }
  .slider_filter label {
    font-family: "bold";
    font-size: 13px;
    color: #666;
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-transform: uppercase; }
  .slider_filter input[type=submit] {
    display: block;
    width: 180px;
    text-transform: uppercase;
    margin: 20px auto 0; }

.switch {
  height: 32px;
  border-radius: 16px;
  padding: 4px 2px;
  width: 88px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(0, 0, 0, 0.15) inset;
  background: rgba(0, 0, 0, 0.1);
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05)); }
  .switch .radio {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    position: relative; }
    .switch .radio.red .false_radio:after {
      background-color: #ca1919; }
    .switch .radio.green .false_radio:after {
      background-color: forestgreen; }
    .switch .radio.grey input[type=radio]:checked + .false_radio:after {
      background-color: #f4f3f4; }
  .switch input[type=radio] {
    width: 100%;
    height: 100%;
    z-index: 2;
    margin: 0; }
  .switch input[type=radio] + .false_radio {
    width: 24px;
    height: 24px;
    border-radius: 14px;
    border: 0 none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    background: #f4f3f4;
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, #f4f3f4, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f4, #e6e6e6);
    z-index: 1; }
    .switch input[type=radio] + .false_radio:after {
      display: block;
      width: 10px;
      height: 10px;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      margin: -5px 0 0 -5px;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
      z-index: 1;
      background-color: #d2d2d2;
      opacity: 0.5; }
  .switch input[type=radio]:checked + .false_radio {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 0 rgba(0, 0, 0, 0.15) inset;
    background: rgba(0, 0, 0, 0.2);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)); }
    .switch input[type=radio]:checked + .false_radio:after {
      opacity: 1;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

.promos_list {
  position: relative;
  padding: 20px 0 0 20px; }

.promo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 2.2% 30px 0; }
  .promo .img_container {
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
    position: relative;
    margin-bottom: 10px; }
    .promo .img_container img {
      position: absolute;
      min-width: 100%;
      max-width: none;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      height: 100%; }
  .promo .title {
    font-family: "bold";
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    color: #0099cc;
    margin-bottom: 10px; }
    .promo .title:hover {
      text-decoration: underline; }
  .promo .text {
    line-height: 22px;
    font-size: 16px; }
  .promo a.more {
    color: #0099cc; }
    .promo a.more:hover {
      text-decoration: underline; }

.guest_card {
  position: relative; }
  .guest_card:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .guest_card:last-of-type:before {
    display: none; }
  .guest_card .top_panel {
    border-bottom: 1px solid #e6e6e6;
    line-height: 20px;
    color: #666;
    font-family: "bold";
    text-transform: uppercase;
    position: relative;
    padding: 15px 70px; }
    .guest_card .top_panel .circle {
      position: absolute;
      width: 30px;
      height: 30px;
      left: 20px;
      top: 50%;
      margin-top: -15px;
      background: #c0c0c0;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 30px;
      font-family: "bold";
      font-size: 16px; }
      .guest_card .top_panel .circle.right_side {
        left: auto;
        right: 20px;
        font-size: 20px;
        cursor: pointer;
        background: #c0c0c0; }
        .guest_card .top_panel .circle.right_side i {
          position: relative;
          left: 1px; }
    .guest_card .top_panel .study {
      position: absolute;
      width: 20px;
      height: 20px;
      right: 60px;
      top: 50%;
      margin-top: -10px;
      color: #989898;
      text-align: center;
      line-height: 20px;
      font-size: 18px;
      cursor: pointer; }
      .guest_card .top_panel .study:hover, .guest_card .top_panel .study.active {
        color: #bf0202; }
  .guest_card.active {
    z-index: 2;
    box-shadow: 0 0 3px 0 #bf0202;
    background-color: #eee; }
    .guest_card.active .top_panel {
      color: #bf0202; }
      .guest_card.active .top_panel .circle {
        color: #fff;
        background: #bf0202; }
  .guest_card .card_body {
    position: relative;
    padding: 20px 20px 20px 220px;
    min-height: 220px; }
  .guest_card .photo_container {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 20px;
    left: 20px; }
  .guest_card .photo_box {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
    .guest_card .photo_box:after {
      z-index: 3; }
  .guest_card .ico_panel {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    padding: 5px 10px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.03);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03), #000);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), #000); }
    .guest_card .ico_panel span.popup {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 0 0;
      cursor: pointer;
      text-align: center;
      height: 20px;
      width: auto; }
      .guest_card .ico_panel span.popup i {
        color: #fff;
        font-size: 17px;
        display: block;
        height: 20px;
        line-height: 20px; }
      .guest_card .ico_panel span.popup:hover {
        color: #0099cc; }
      .guest_card .ico_panel span.popup.access.active i {
        color: #44c1ea; }
      .guest_card .ico_panel span.popup .fa-user, .guest_card .ico_panel span.popup .fa-graduation-cap {
        animation: blik 2s linear infinite alternate; }
  .guest_card .about .cancel_request {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #bf0202;
    color: #bf0202;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%; }
    .guest_card .about .cancel_request:hover {
      color: #fff;
      background: #bf0202; }
  .guest_card .about .sign_in {
    position: absolute;
    top: 130px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #777;
    color: #777;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%; }
    .guest_card .about .sign_in:hover {
      border-color: #0099cc;
      color: #0099cc; }
  .guest_card .about .delete_card {
    position: absolute;
    top: 170px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #777;
    color: #777;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%; }
    .guest_card .about .delete_card:hover {
      border-color: #bf0202;
      color: #bf0202; }
  .guest_card .about .options_card {
    position: absolute;
    top: 90px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #777;
    color: #777;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%; }
    .guest_card .about .options_card:hover {
      border-color: #0099cc;
      color: #0099cc; }
  .guest_card .about .check_ico {
    position: absolute;
    top: 50px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #777;
    color: #777;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%; }
    .guest_card .about .check_ico:hover {
      border-color: #0099cc;
      color: #0099cc; }
    .guest_card .about .check_ico.active {
      background: #0099cc;
      border-color: #0099cc;
      color: #fff; }
  .guest_card .about .name {
    font-size: 14px;
    color: #666;
    font-family: "bold";
    text-transform: uppercase;
    line-height: 30px; }
    .guest_card .about .name .ico {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      width: 20px;
      height: 30px;
      line-height: 30px;
      font-size: 18px;
      text-align: center; }
      .guest_card .about .name .ico.cabinet {
        color: #009933; }
      .guest_card .about .name .ico.land {
        color: #2d64e0; }
      .guest_card .about .name .ico.traffic {
        color: #bf0202; }
    .guest_card .about .name .copy_icons {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      margin-left: 12px; }
      .guest_card .about .name .copy_icons div {
        width: 16px;
        height: 20px;
        text-align: center;
        display: inline-block;
        font-size: 14px;
        color: #777;
        cursor: pointer; }
  .guest_card .about .line {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px; }
    .guest_card .about .line .ico {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      color: #777;
      font-size: 16px;
      margin-right: 5px; }
      .guest_card .about .line .ico.copy {
        cursor: pointer; }
        .guest_card .about .line .ico.copy:hover {
          color: #0099cc; }
    .guest_card .about .line.contact a {
      color: #000; }
      .guest_card .about .line.contact a:hover {
        color: #0099cc; }
        .guest_card .about .line.contact a:hover i {
          color: #0099cc; }
  .guest_card .social_set {
    height: auto; }
    .guest_card .social_set a {
      width: 20px;
      height: 20px;
      margin-top: 10px;
      background-size: 180px 60px; }
      .guest_card .social_set a.vk {
        background-position: 0 0; }
        .guest_card .social_set a.vk:hover {
          background-position: 0 -20px; }
      .guest_card .social_set a.fb {
        background-position: -20px 0; }
        .guest_card .social_set a.fb:hover {
          background-position: -20px -20px; }
      .guest_card .social_set a.tw {
        background-position: -40px 0; }
        .guest_card .social_set a.tw:hover {
          background-position: -40px -20px; }
      .guest_card .social_set a.gp {
        background-position: -60px 0; }
        .guest_card .social_set a.gp:hover {
          background-position: -60px -20px; }
      .guest_card .social_set a.ok {
        background-position: -80px 0; }
        .guest_card .social_set a.ok:hover {
          background-position: -80px -20px; }
      .guest_card .social_set a.li {
        background-position: -100px 0; }
        .guest_card .social_set a.li:hover {
          background-position: -100px -20px; }
      .guest_card .social_set a.mail {
        background-position: -120px 0; }
        .guest_card .social_set a.mail:hover {
          background-position: -120px -20px; }
      .guest_card .social_set a.in, .guest_card .social_set a.ig {
        background-position: -140px 0; }
        .guest_card .social_set a.in:hover, .guest_card .social_set a.ig:hover {
          background-position: -140px -20px; }
      .guest_card .social_set a.yt {
        background-position: -160px 0; }
        .guest_card .social_set a.yt:hover {
          background-position: -160px -20px; }
  .guest_card .add_note {
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px; }
    .guest_card .add_note i {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 16px;
      color: #0099cc; }
  .guest_card .note {
    margin-top: 5px;
    padding: 7px 10px;
    background: #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .guest_card .video_line {
    margin-top: 10px;
    max-width: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 4px;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    background: #c0c0c0; }
    .guest_card .video_line .blue_box {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      border-radius: 2px;
      background: #1568b7;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, #1568b7, #0099cc);
      background: linear-gradient(to bottom, #1568b7, #0099cc); }
    .guest_card .video_line.popup:before {
      bottom: 16px;
      right: -12px; }
    .guest_card .video_line.popup:after {
      bottom: 10px;
      right: -4px; }

.add_note_modal {
  width: 100%;
  max-width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.3); }
  .add_note_modal .control_point {
    margin-bottom: 0; }
  .add_note_modal textarea {
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    line-height: 22px; }

.instruction_title {
  background: #e6e6e6;
  font-size: 14px;
  padding: 7px 20px;
  line-height: 20px;
  position: relative;
  z-index: 2;
  margin: 20px 0;
  border-radius: 2px;
  display: block; }
  .instruction_title .step {
    font-family: "bold";
    font-size: 13px;
    text-transform: uppercase;
    color: #4d4d4d; }

.yellow_area {
  background: #f7b767;
  padding: 20px;
  text-align: center; }
  .yellow_area .blue_button {
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    height: auto;
    font-size: 15px; }
  .yellow_area .title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    font-family: "bold";
    margin-bottom: 20px;
    color: #000; }
  .yellow_area p {
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 22px; }
    .yellow_area p.last {
      margin-bottom: 0; }
  .yellow_area + .yellow_area:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }

/*------------------------------------------------------------------------------------------- */
/*----------------------------- NEW WORKNOTE BUTTONS ---------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.new_worknote:after {
  display: none; }
.new_worknote .filter_point.steps {
  width: 47% !important; }

.new_worknote_buttons {
  text-align: right; }
  .new_worknote_buttons .blue_button {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    position: relative;
    line-height: 30px !important; }
  .new_worknote_buttons .sub_text {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px; }
    .new_worknote_buttons .sub_text a {
      color: #0099cc; }
  .new_worknote_buttons .blue_button.red {
    background: #c71f13; }
    .new_worknote_buttons .blue_button.red:hover {
      background: #e02d20; }
  .new_worknote_buttons .blue_button.green {
    background: linear-gradient(to bottom, rgba(124,249,131,1) 0%,rgba(66,183,42,1) 100%) }
  .new_worknote_buttons .blue_button.green:hover {
    background: linear-gradient(to bottom, rgba(124,249,131,1) 0%,rgba(66,183,42,1) 100%) }

.worknote_info {
  position: relative;
  z-index: 101;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: 30px !important; }
  .worknote_info i {
    width: 20px;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #989898;
    cursor: pointer; }
  .worknote_info .info_window {
    display: none;
    position: absolute;
    top: 0;
    right: 30px;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 5px;
    width: 360px;
    text-align: left;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
    .worknote_info .info_window ul {
      padding-left: 20px; }
    .worknote_info .info_window li {
      display: list-item;
      margin-bottom: 5px;
      list-style: disc; }
  .worknote_info:hover .info_window {
    display: block; }

.bigger_font p {
  font-size: 16px;
  line-height: 22px; }
  .bigger_font p.last {
    margin-bottom: 0; }
  .bigger_font p a {
    color: #0099cc; }

.video_modal {
  width: 100%;
  max-width: 900px; }
  .video_modal .my_video {
    border: 0 none; }
  .video_modal .modal_title {
    color: #0099cc;
    text-align: center; }

.cut_avatar_modal {
  top: 20px !important; }

.book_card {
  padding: 20px 20px 20px 240px;
  position: relative;
  min-height: 326px; }
  .book_card:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .book_card:last-of-type:before {
    display: none; }
  .book_card .img_container {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    height: 286px; }
    .book_card .img_container img {
      max-height: 100%;
      display: block;
      margin: 0 auto; }
  .book_card .title {
    display: block;
    font-size: 13px;
    color: #444;
    font-family: "bold";
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .book_card .text {
    font-size: 16px;
    line-height: 22px; }
  .book_card .button {
    display: block;
    line-height: 30px !important;
    display: inline-block;
    margin-top: 10px; }
  .book_card .ico_panel {
    display: block;
    margin-top: 10px; }
    .book_card .ico_panel .date {
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      height: 18px;
      line-height: 18px;
      font-size: 14px;
      color: #989898; }
    .book_card .ico_panel .popup, .book_card .ico_panel .like {
      display: inline-block;
      vertical-align: top;
      margin-right: 1px;
      width: 18px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .book_card .ico_panel .popup:hover, .book_card .ico_panel .like:hover {
        color: #0099cc; }
    .book_card .ico_panel .like {
      position: relative; }
      .book_card .ico_panel .like .like_popup {
        display: none;
        position: absolute;
        background: #626262;
        border-radius: 3px;
        height: auto;
        line-height: 14px;
        font-size: 12px;
        padding: 1px 6px 4px;
        bottom: 30px;
        left: -10px;
        color: #fff;
        max-width: 200px;
        font-family: "light";
        z-index: 5; }
        .book_card .ico_panel .like .like_popup:after {
          content: "";
          z-index: 5;
          border-top: 6px solid #626262;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          left: 15px;
          bottom: -6px; }
        .book_card .ico_panel .like .like_popup a {
          color: #fff;
          text-decoration: underline; }
        .book_card .ico_panel .like .like_popup:hover {
          display: block !important; }

/*------------------------------------------------------------------------------------------- */
/*-------------------------------------- PARTNER CARD --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.partner_card {
  position: relative;
  min-height: 220px;
  padding: 20px 20px 20px 220px; }
  .partner_card:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .partner_card:last-of-type:before {
    display: none; }
  .partner_card.active {
    background: #eee; }
    .partner_card.active .photo_box .check_button {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
      background: #29baea;
      color: #fff; }
  .partner_card .photo_box {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 20px;
    left: 20px; }
    .partner_card .photo_box.online .button_panel {
      border-radius: 0 0 5px 0; }
    .partner_card .photo_box.online:after {
      bottom: -1%;
      right: -1%; }
    .partner_card .photo_box .check_button {
      display: none;
      position: absolute;
      top: 5px;
      left: 5px;
      width: 30px;
      height: 30px;
      background: #fff;
      text-align: center;
      line-height: 30px;
      font-size: 16px;
      cursor: pointer;
      margin-bottom: 10px;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      color: #777; }
      .partner_card .photo_box .check_button:hover {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
        background: #29baea;
        color: #fff; }
    .partner_card .photo_box .button_panel {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 30px;
      padding: 5px;
      background: rgba(0, 0, 0, 0.03);
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03), #000);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), #000); }
      .partner_card .photo_box .button_panel .circle_button {
        width: 20px;
        height: 20px;
        display: inline-block;
        font-size: 17px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7); }
        .partner_card .photo_box .button_panel .circle_button:hover {
          color: #41bde6; }
        .partner_card .photo_box .button_panel .circle_button.timer {
          font-size: 16px; }
        .partner_card .photo_box .button_panel .circle_button.diamond, .partner_card .photo_box .button_panel .circle_button.timer.active {
          color: #f7b767;
          font-size: 16px;
          cursor: pointer;
          animation: blik 2s linear infinite alternate; }
  .partner_card .check_ico {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #777;
    color: #777;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%; }
    .partner_card .check_ico:hover {
      border-color: #0099cc;
      color: #0099cc; }
    .partner_card .check_ico.active {
      background: #0099cc;
      border-color: #0099cc;
      color: #fff; }
  .partner_card .options_card {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #777;
    color: #777;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%; }
    .partner_card .options_card:hover {
      border-color: #0099cc;
      color: #0099cc; }
  .partner_card .delete_card {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #777;
    color: #777;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%; }
    .partner_card .delete_card:hover {
      border-color: #bf0202;
      color: #bf0202; }
  .partner_card .name {
    font-size: 14px;
    color: #666;
    font-family: "bold";
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px; }
    .partner_card .name .qualification {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      background-size: 20px 20px; }
      .partner_card .name .qualification:before {
        min-width: 110px;
        text-align: center; }
    .partner_card .name .copy_icons {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      margin-left: 12px; }
      .partner_card .name .copy_icons div {
        width: 16px;
        height: 20px;
        text-align: center;
        display: inline-block;
        font-size: 14px;
        color: #777;
        cursor: pointer; }
  .partner_card .line {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px; }
    .partner_card .line a {
      color: #000; }
    .partner_card .line .ico {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      width: 20px;
      height: 20px;
      text-align: center;
      color: #777;
      font-size: 16px; }
    .partner_card .line.contact_info a:hover {
      color: #0099cc; }
      .partner_card .line.contact_info a:hover .ico {
        color: #0099cc; }
    .partner_card .line.red {
      color: #bf0909; }
      .partner_card .line.red .ico {
        color: #bf0909; }
    .partner_card .line.yellow {
      color: #fd7404; }
      .partner_card .line.yellow .ico {
        color: #fd7404; }
  .partner_card .social_set {
    height: auto; }
    .partner_card .social_set a {
      width: 20px;
      height: 20px;
      margin-top: 10px;
      background-size: 180px 60px; }
      .partner_card .social_set a.vk {
        background-position: 0 0; }
        .partner_card .social_set a.vk:hover {
          background-position: 0 -20px; }
      .partner_card .social_set a.fb {
        background-position: -20px 0; }
        .partner_card .social_set a.fb:hover {
          background-position: -20px -20px; }
      .partner_card .social_set a.tw {
        background-position: -40px 0; }
        .partner_card .social_set a.tw:hover {
          background-position: -40px -20px; }
      .partner_card .social_set a.gp {
        background-position: -60px 0; }
        .partner_card .social_set a.gp:hover {
          background-position: -60px -20px; }
      .partner_card .social_set a.ok {
        background-position: -80px 0; }
        .partner_card .social_set a.ok:hover {
          background-position: -80px -20px; }
      .partner_card .social_set a.li {
        background-position: -100px 0; }
        .partner_card .social_set a.li:hover {
          background-position: -100px -20px; }
      .partner_card .social_set a.mail {
        background-position: -120px 0; }
        .partner_card .social_set a.mail:hover {
          background-position: -120px -20px; }
      .partner_card .social_set a.in, .partner_card .social_set a.ig {
        background-position: -140px 0; }
        .partner_card .social_set a.in:hover, .partner_card .social_set a.ig:hover {
          background-position: -140px -20px; }
      .partner_card .social_set a.yt {
        background-position: -160px 0; }
        .partner_card .social_set a.yt:hover {
          background-position: -160px -20px; }
  .partner_card.my_card .check_button, .partner_card.my_card .button_panel {
    display: none; }

.jeunesse_logo {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin: 0 20px 20px 0;
  background: url(../images/jeunesse_logo2.png) center no-repeat;
  width: 250px;
  height: 102px;
  background-size: 250px 102px; }

.company_number {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px; }
  .company_number.last {
    margin-right: 0; }
  .company_number .number {
    display: inline-block;
    vertical-align: baseline;
    font-family: "bold";
    font-size: 32px;
    color: #0099cc; }

.company_fact {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 31.3%;
  margin-right: 2%;
  text-align: center; }
  .company_fact.last {
    margin-right: 0; }
  .company_fact .ico {
    width: 170px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
    font-size: 80px;
    color: #0099cc;
    margin-bottom: 15px;
    text-shadow: 1px 1px 0 #fff;
    background: #f4f3f4;
    border-radius: 3px;
    border-top: 3px solid #0099cc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
  .company_fact .text {
    text-transform: uppercase;
    font-size: 14px; }

.company_graph {
  background: #f4f3f4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 20px 10px 15px;
  text-align: center; }
  .company_graph .column {
    display: inline-block;
    vertical-align: bottom;
    width: 70px;
    margin: 0 20px; }
    .company_graph .column .year {
      height: 30px;
      line-height: 30px;
      font-size: 13px;
      text-transform: uppercase; }
    .company_graph .column .top, .company_graph .column .bottom {
      font-size: 14px;
      font-family: "bold";
      color: #fff;
      line-height: 100%;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }
      .company_graph .column .top .cell, .company_graph .column .bottom .cell {
        width: 70px;
        display: table-cell;
        vertical-align: middle; }
    .company_graph .column .top {
      background: #0fa8db; }
    .company_graph .column .bottom {
      background: #014e96; }
    .company_graph .column.col1 .top, .company_graph .column.col1 .top .cell {
      height: 30px; }
    .company_graph .column.col1 .bottom, .company_graph .column.col1 .bottom .cell {
      height: 30px; }
    .company_graph .column.col2 .top, .company_graph .column.col2 .top .cell {
      height: 45px; }
    .company_graph .column.col2 .bottom, .company_graph .column.col2 .bottom .cell {
      height: 65px; }
    .company_graph .column.col3 .top, .company_graph .column.col3 .top .cell {
      height: 65px; }
    .company_graph .column.col3 .bottom, .company_graph .column.col3 .bottom .cell {
      height: 100px; }
    .company_graph .column.col4 .top, .company_graph .column.col4 .top .cell {
      height: 65px; }
    .company_graph .column.col4 .bottom, .company_graph .column.col4 .bottom .cell {
      height: 150px; }
    .company_graph .column.col5 .top, .company_graph .column.col5 .top .cell {
      height: 75px; }
    .company_graph .column.col5 .bottom, .company_graph .column.col5 .bottom .cell {
      height: 200px; }
    .company_graph .column.col6 .top, .company_graph .column.col6 .top .cell {
      height: 85px; }
    .company_graph .column.col6 .bottom, .company_graph .column.col6 .bottom .cell {
      height: 300px; }
    .company_graph .column.col7 .top, .company_graph .column.col7 .top .cell {
      height: 85px; }
    .company_graph .column.col7 .bottom, .company_graph .column.col7 .bottom .cell {
      height: 310px; }
  .company_graph .graph_history {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px 10px 0;
    margin-top: 20px; }
    .company_graph .graph_history .line {
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 5px; }
    .company_graph .graph_history .color_block {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      width: 30px;
      margin-right: 10px; }
      .company_graph .graph_history .color_block.blue {
        background: #0099cc; }
      .company_graph .graph_history .color_block.darkblue {
        background: #014e96; }
    .company_graph .graph_history .text {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      font-size: 13px;
      text-transform: uppercase; }

.error_message .text {
  font-size: 16px;
  line-height: 22px; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- ╨г╨Ф╨Р╨Ы╨Ш╨в╨м ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.analysis_list ul {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  width: 60%; }
  .analysis_list ul li {
    width: 49%;
    display: inline-block; }
  .analysis_list ul:last-of-type {
    width: 35%;
    border-left: 1px solid #ccc;
    padding-left: 40px; }
    .analysis_list ul:last-of-type li {
      width: 100%; }
.analysis_list a {
  color: #0099cc; }
  .analysis_list a:hover {
    text-decoration: underline; }

/*------------------------------------------------------------------------------------------- */
.alphabet_container {
  margin-bottom: 20px; }
  .alphabet_container h4 {
    margin-bottom: 5px; }
  .alphabet_container .alphabet {
    margin-bottom: 15px; }
  .alphabet_container .letter {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #e6e6e6;
    text-align: center;
    line-height: 30px;
    font-family: "bold";
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-bottom: 5px;
    text-shadow: 0 1px 0 #fff; }
    .alphabet_container .letter:hover {
      color: #0099cc; }
  .alphabet_container .flag {
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 13px;
    position: relative;
    top: 8px;
    background: url(../images/flags.png) no-repeat; }
    .alphabet_container .flag.ru {
      background-position: 0 0; }
    .alphabet_container .flag.en {
      background-position: 0 -13px; }

.company_list .anchor {
  display: block;
  font-family: "extrabold";
  font-size: 26px;
  color: #666;
  line-height: 30px;
  width: 30px;
  text-align: center; }
.company_list .company {
  position: relative;
  padding-left: 40px; }
  .company_list .company .name {
    display: inline;
    vertical-align: top;
    color: #0099cc;
    font-size: 16px;
    line-height: 22px; }
  .company_list .company .text {
    font-size: 16px;
    line-height: 22px;
    display: inline;
    vertical-align: top; }
    .company_list .company .text:before {
      content: " - "; }

.table_filter h4 {
  margin-bottom: 10px; }
.table_filter .period_box {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 10px; }
  .table_filter .period_box .period {
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-transform: uppercase;
    color: #989898;
    font-family: "bold";
    margin-right: 10px;
    cursor: pointer; }
    .table_filter .period_box .period:last-of-type {
      margin-right: 0; }
    .table_filter .period_box .period:hover {
      color: #333; }
    .table_filter .period_box .period.active {
      color: #0099cc; }
.table_filter .search {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  width: 220px;
  position: relative;
  border: 1px solid #eee;
  background: #f4f3f4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
  border-radius: 3px; }
  .table_filter .search input {
    height: 32px;
    line-height: 32px;
    padding: 0 32px 0 10px;
    width: 100%;
    font-family: "regular";
    font-size: 14px;
    border: 0 none;
    background: transparent; }
    .table_filter .search input:focus + i {
      color: #0099cc; }
  .table_filter .search i {
    height: 32px;
    line-height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    text-align: center;
    font-size: 16px;
    color: #626262; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------------- TEACHER --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.sidebar_box.teacher .user_box {
  padding: 20px 20px 20px 100px;
  min-height: 110px;
  position: relative; }
.sidebar_box.teacher .photo_box {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px; }
  .sidebar_box.teacher .photo_box.online img {
    border-radius: 0 0 5px 0; }
  .sidebar_box.teacher .photo_box.online:after {
    content: "";
    border-radius: 50%;
    width: 5%;
    height: 5%;
    min-height: 8px;
    min-width: 8px;
    background: #07b942;
    border: 2px solid #fff;
    position: absolute;
    bottom: -2%;
    right: -2%; }
  .sidebar_box.teacher .photo_box .vip {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    background-color: orange;
    color: #fff;
    font-size: 12px;
    font-family: "bold";
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
.sidebar_box.teacher .name_box {
  width: 160px;
  height: 70px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  display: table-cell;
  vertical-align: middle; }
.sidebar_box.teacher .contact_info {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 23px 20px 20px; }
  .sidebar_box.teacher .contact_info:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .sidebar_box.teacher .contact_info .line {
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px; }
    .sidebar_box.teacher .contact_info .line:last-child {
      margin-bottom: 0; }
    .sidebar_box.teacher .contact_info .line .ico {
      width: 20px;
      height: 20px;
      color: #767676;
      font-size: 18px;
      text-align: center;
      position: absolute;
      top: 0px;
      left: 0; }
    .sidebar_box.teacher .contact_info .line .text {
      font-size: 16px;
      height: 20px;
      line-height: 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .sidebar_box.teacher .contact_info .line .text a {
        color: #000; }
    .sidebar_box.teacher .contact_info .line a {
      color: #000; }
    .sidebar_box.teacher .contact_info .line:hover .ico, .sidebar_box.teacher .contact_info .line:hover .text, .sidebar_box.teacher .contact_info .line:hover .text a, .sidebar_box.teacher .contact_info .line:hover a {
      color: #0099cc; }
  .sidebar_box.teacher .contact_info .blue_button {
    display: block;
    text-align: center;
    margin: 20px auto 0; }
.sidebar_box.teacher .social_set {
  display: block;
  height: 30px;
  margin-bottom: 10px; }
  .sidebar_box.teacher .social_set a {
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    width: 30px;
    height: 30px;
    background-image: url(../images/social_set.png);
    background-repeat: no-repeat;
    background-size: 270px 90px; }
    .sidebar_box.teacher .social_set a.vk {
      background-position: 0 -30px; }
    .sidebar_box.teacher .social_set a.fb {
      background-position: -30px -30px; }
    .sidebar_box.teacher .social_set a.tw {
      background-position: -60px -30px; }
    .sidebar_box.teacher .social_set a.gp {
      background-position: -90px -30px; }
    .sidebar_box.teacher .social_set a.ok {
      background-position: -120px -30px; }
    .sidebar_box.teacher .social_set a.li {
      background-position: -150px -30px; }
    .sidebar_box.teacher .social_set a.mail {
      background-position: -180px -30px; }
    .sidebar_box.teacher .social_set a.ig {
      background-position: -210px -30px; }
    .sidebar_box.teacher .social_set a.yt {
      background-position: -240px -30px; }

.sidebar_box.no_auth p {
  font-family: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #333; }
  .sidebar_box.no_auth p span {
    display: block;
    height: 5px; }
.sidebar_box.no_auth .blue_button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-bottom: 5px;
  line-height: 30px !important;
  min-width: 0; }

.help_archive {
  position: relative; }
  .help_archive .empty {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    color: #989898;
    text-transform: uppercase;
    font-family: "bold";
    line-height: 20px; }
  .help_archive .point:last-of-type .point_content:after {
    display: none; }
  .help_archive .message_stack {
    min-height: 70px; }
  .help_archive .point_title {
    cursor: pointer;
    padding: 20px 130px 20px 20px;
    position: relative;
    border-bottom: 1px solid #c0c0c0; }
    .help_archive .point_title:last-of-type {
      padding-bottom: 0;
      border-bottom: 0 none; }
    .help_archive .point_title .theme {
      font-size: 16px;
      color: #333;
      text-transform: uppercase;
      font-family: "bold";
      line-height: 22px; }
    .help_archive .point_title .status {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -8px; }
      .help_archive .point_title .status.open {
        background: #f34d4d;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #f34d4d, #8e0404);
        background: linear-gradient(to bottom, #f34d4d, #8e0404); }
      .help_archive .point_title .status.close {
        background: #07b942;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #07b942, #058c32);
        background: linear-gradient(to bottom, #07b942, #058c32); }
    .help_archive .point_title .date {
      position: absolute;
      color: #989898;
      font-size: 14px;
      height: 16px;
      line-height: 16px;
      right: 45px;
      top: 50%;
      margin-top: -8px; }
    .help_archive .point_title:hover .theme {
      color: #0099cc; }
    .help_archive .point_title.open .theme {
      color: #0099cc; }
  .help_archive .point_content {
    display: none;
    background: #f7f7f7;
    position: relative; }
    .help_archive .point_content:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
    .help_archive .point_content:after {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: 1px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
    .help_archive .point_content .grey_panel {
      z-index: 2; }
  .help_archive.lead .point_title {
    padding: 0; }
  .help_archive.lead .date {
    height: auto;
    margin-top: 0;
    position: relative;
    right: auto;
    top: auto; }
  .help_archive.lead .person_messages {
    padding-right: 50px;
    border-bottom: 0 none; }

.attention_text {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 22px; }
  .attention_text i {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
    text-align: center;
    line-height: 30px;
    color: #0099cc;
    font-size: 30px; }
  .attention_text a {
    color: #0099cc; }

.add_new_question {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0 10px; }
  .add_new_question span.adaptive {
    display: none;
    font-size: 32px; }

.help_panel {
  display: none; }
  .help_panel.lead {
    display: block; }

.library_modal {
  text-align: center; }
  .library_modal .modal_title {
    font-size: 24px; }
  .library_modal .blue_button {
    min-width: 80px;
    margin: 0 5px; }

.name_card {
  position: relative;
  margin: 0 20px 20px 0;
  display: inline-block;
  vertical-align: top;
  width: 30.5%;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); }
  .name_card .ico_panel {
    text-align: center;
    position: relative;
    padding: 10px 20px; }
    .name_card .ico_panel div {
      display: inline-block;
      vertical-align: top;
      margin: 0 3px;
      width: 30px;
      height: 30px;
      text-align: center;
      border: 1px solid #777;
      color: #777;
      line-height: 28px;
      font-size: 16px;
      cursor: pointer;
      border-radius: 50%; }
    .name_card .ico_panel .delete_card:hover {
      border-color: #bf0202;
      color: #bf0202; }
    .name_card .ico_panel .options_card:hover {
      border-color: #0099cc;
      color: #0099cc; }
    .name_card .ico_panel .check_ico:hover {
      border-color: #0099cc;
      color: #0099cc; }
    .name_card .ico_panel .check_ico.active {
      background: #0099cc;
      border-color: #0099cc;
      color: #fff; }
  .name_card .name {
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
    font-family: "bold";
    text-transform: uppercase;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .name_card .about {
    position: relative;
    padding: 10px 20px; }
    .name_card .about:before {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      top: -2px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
    .name_card .about:after {
      content: "";
      height: 3px;
      width: 100%;
      position: absolute;
      bottom: -2px;
      left: 0;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
    .name_card .about .line {
      margin-bottom: 4px;
      font-size: 16px;
      line-height: 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .name_card .about .line .ico {
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        color: #777;
        font-size: 16px;
        margin-right: 5px; }
        .name_card .about .line .ico.copy {
          cursor: pointer; }
          .name_card .about .line .ico.copy:hover {
            color: #0099cc; }
      .name_card .about .line.contact a {
        color: #000; }
        .name_card .about .line.contact a:hover {
          color: #0099cc; }
          .name_card .about .line.contact a:hover i {
            color: #0099cc; }
  .name_card .add_note {
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px; }
    .name_card .add_note i {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      font-size: 16px;
      color: #0099cc; }
  .name_card .note {
    margin-top: 5px;
    padding: 7px 10px;
    background: #e6e6e6;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.names_panel .info {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  font-family: bold;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  color: #0099cc; }
  .names_panel .info i {
    font-size: 20px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top; }
.names_panel .ico {
  display: inline-block;
  vertical-align: top;
  float: right; }
  .names_panel .ico div {
    display: inline-block;
    vertical-align: top;
    color: #777;
    font-size: 18px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    margin-left: 5px;
    cursor: pointer; }
    .names_panel .ico div:hover {
      color: #0099cc; }

.event_container {
  position: relative; }
  .event_container .event_line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 10px 40px 10px 120px; }
    .event_container .event_line.new {
      background: #eee; }
    .event_container .event_line .check {
      width: 40px;
      position: absolute;
      top: 10px;
      left: 0;
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      height: 20px;
      color: #989898;
      cursor: pointer; }
      .event_container .event_line .check:hover, .event_container .event_line .check.active {
        color: #0099cc; }
    .event_container .event_line .date {
      position: absolute;
      top: 10px;
      left: 40px;
      width: 70px;
      display: inline-block;
      vertical-align: top;
      color: #666;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 16px; }
    .event_container .event_line .text {
      display: inline-block;
      vertical-align: top;
      font-size: 16px; }
    .event_container .event_line .view {
      width: 40px;
      position: absolute;
      top: 10px;
      right: 0;
      text-align: center;
      font-size: 18px;
      line-height: 20px;
      height: 20px;
      color: #989898;
      cursor: pointer; }
      .event_container .event_line .view:hover, .event_container .event_line .view.active {
        color: #0099cc; }

.event_panel div {
  display: inline-block;
  vertical-align: top;
  color: #777;
  font-size: 18px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
  cursor: pointer; }
  .event_panel div:hover {
    color: #0099cc; }

.education_step {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px 20px 0;
  width: 200px;
  height: 150px;
  background: #e6e6e6;
  position: relative;
  text-align: center;
  border-radius: 3px;
  padding-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); }
  .education_step:hover {
    background: #ffd095;
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, #ffd095, #c16b00);
    background: linear-gradient(to bottom, #ffd095, #c16b00); }
    .education_step:hover .ico_panel {
      border-top: 1px solid #444;
      box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
    .education_step:hover .number {
      color: #333;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .education_step:hover span.popup, .education_step:hover span.popup i {
      color: #333 !important;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
    .education_step:hover span.popup span.smile {
      background-position: top right; }
  .education_step .name {
    padding: 20px 15px;
    font-family: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    height: 110px; }
  .education_step .ico_panel {
    position: absolute;
    bottom: 0;
    height: 40px;
    padding: 10px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    text-align: right; }
  .education_step .number {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-family: bold;
    color: #989898;
    font-size: 16px;
    float: left; }
  .education_step span.popup {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    color: #989898; }
    .education_step span.popup i.fa-smile-o, .education_step span.popup i.fa-frown-o {
      font-size: 21px; }
    .education_step span.popup.active i.fa-envelope {
      color: #d89e1d; }
    .education_step span.popup.good {
      color: forestgreen; }
    .education_step span.popup.bad {
      color: red; }
    .education_step span.popup span.smile {
      width: 20px;
      height: 21px;
      display: block;
      background: url(../images/smile.png) top left no-repeat;
      background-size: 40px 21px; }

.home_work .attach_to_form {
  margin-top: 10px;
  max-width: 300px; }
  .home_work .attach_to_form .attach_file {
    position: relative;
    padding: 0 25px;
    height: 22px; }
    .home_work .attach_to_form .attach_file .name {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-size: 14px;
      height: 22px;
      line-height: 22px;
      color: #666; }
    .home_work .attach_to_form .attach_file .fa {
      position: absolute;
      top: 0;
      right: 0;
      width: 22px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      font-size: 14px;
      color: #989898;
      cursor: pointer; }
      .home_work .attach_to_form .attach_file .fa.fa-paperclip {
        left: 0; }
      .home_work .attach_to_form .attach_file .fa.fa-times {
        right: 0; }
        .home_work .attach_to_form .attach_file .fa.fa-times:hover {
          color: #0099cc; }
    .home_work .attach_to_form .attach_file:hover {
      background: #eee; }
.home_work .blue_button {
  display: inline-block;
  vertical-align: top; }
.home_work .answer_text {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px; }

.curator {
  margin-top: 20px;
  border-radius: 5px;
  background: #f7b767;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .curator .message {
    padding: 0;
    min-height: 70px; }
  .curator .photo_box.online:after {
    border-color: #f7b767; }
  .curator .left_part .info_cell .date {
    color: #666; }

.add_file {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 30px;
  background: #3b9435;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  font-family: "bold";
  padding: 0 20px;
  min-width: 110px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(255, 255, 255, 0.4) inset; }
  .add_file:hover {
    background: #44a73e; }
  .add_file:active {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 -1px 2px rgba(255, 255, 255, 0.4) inset; }

.student {
  margin-top: 20px;
  border-radius: 5px;
  background: #e6e6e6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .student .message {
    padding: 0;
    min-height: 70px; }
  .student .photo_box.online:after {
    border-color: #e6e6e6; }
  .student .left_part .info_cell .date {
    color: #666; }
  .student .ico_panel i {
    color: #989898; }
    .student .ico_panel i:hover {
      color: #0099cc; }

form.new_cabinet {
  padding: 20px;
  position: relative; }
  form.new_cabinet:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  form.new_cabinet .control_point {
    display: inline-block;
    vertical-align: top;
    width: 48.9%;
    clear: both;
    margin-bottom: 15px; }
    form.new_cabinet .control_point > .control_point {
      margin-bottom: 0; }
    form.new_cabinet .control_point.wide {
      display: block;
      width: 100%; }
    form.new_cabinet .control_point.random_name input[type=text] {
      padding: 0 115px 0 32px; }
    form.new_cabinet .control_point.random_name .label.name {
      position: absolute;
      top: 27px;
      right: 10px; }
    form.new_cabinet .control_point.random input {
      padding-right: 30px; }
    form.new_cabinet .control_point .random_button {
      position: absolute;
      bottom: 0;
      left: 7px;
      width: 20px;
      text-align: center;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
      color: #666;
      cursor: pointer; }
      form.new_cabinet .control_point .random_button:hover {
        color: #0099cc; }
    form.new_cabinet .control_point .label {
      font-family: "bold";
      font-size: 13px;
      color: #666;
      height: 20px;
      line-height: 20px;
      text-transform: uppercase; }
    form.new_cabinet .control_point .combo {
      width: 100%; }
      form.new_cabinet .control_point .combo .current {
        font-size: 16px; }
      form.new_cabinet .control_point .combo ul li {
        font-size: 16px;
        line-height: 28px; }
      form.new_cabinet .control_point .combo input[type=text] {
        font-size: 16px; }
      form.new_cabinet .control_point .combo.mini {
        width: 20%; }
      form.new_cabinet .control_point .combo.midi {
        width: 77%;
        float: right; }
  form.new_cabinet .blue_button {
    width: 200px;
    display: block;
    margin: 20px auto 0; }
  form.new_cabinet .bg_example {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin: 5px 1% 10px 0;
    cursor: pointer; }
    form.new_cabinet .bg_example:nth-child(3n+1) {
      margin-right: 0; }
    form.new_cabinet .bg_example .check_ico {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      text-align: center;
      line-height: 120px;
      font-size: 60px;
      color: #0099cc; }
    form.new_cabinet .bg_example.check .check_ico {
      display: block; }
    form.new_cabinet .bg_example img {
      min-height: 100%; }

.lesson {
  position: relative; }
  .lesson .title {
    font-family: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #989898;
    padding: 10px 50px 10px 20px;
    background: #e6e6e6;
    position: relative; }
    .lesson .title .slide_ico {
      width: 16px;
      height: 16px;
      font-size: 16px;
      text-align: center;
      line-height: 16px;
      cursor: pointer;
      color: #989898;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -8px; }
    .lesson .title:hover {
      cursor: pointer;
      color: #0099cc; }
      .lesson .title:hover .slide_ico {
        color: #0099cc; }
  .lesson.check .title {
    background: #fff; }
  .lesson .lesson_body {
    display: none; }
    .lesson .lesson_body .white_panel {
      padding-bottom: 0 !important; }
  .lesson .homework_text {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f7b767; }
  .lesson:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .lesson .person_messages {
    border-bottom: 0 none; }
  .lesson form {
    padding: 0 20px 20px;
    text-align: right;
    position: relative; }
    .lesson form textarea {
      text-align: left;
      font-size: 16px;
      line-height: 20px;
      height: 75px; }
    .lesson form .blue_button {
      display: inline-block;
      vertical-align: top;
      margin-left: 10px;
      margin-top: 10px; }
    .lesson form .add_file {
      float: left;
      margin-top: 10px; }
  .lesson.open .title, .lesson.open .slide_ico {
    color: #333; }

.edit_message_modal {
  width: 500px; }

.edit_message_modal .grey_panel {
  padding: 30px; }
  .edit_message_modal .grey_panel textarea {
    background: #f4f3f4; }

.check_result_modal {
  max-width: 915px;
  width: 100%; }

.check_result_modal .get_result_set {
  padding: 30px 0 10px 30px !important; }

.get_result {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 20px 0;
  padding: 10px 0;
  width: 200px;
  border-radius: 3px;
  background: #e6e6e6;
  /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
  background: -webkit-linear-gradient(top, #e6e6e6, #f9f9f9);
  background: linear-gradient(to bottom, #e6e6e6, #f9f9f9);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2); }
  .get_result .line {
    padding: 2px 10px;
    line-height: 20px;
    font-size: 16px; }
    .get_result .line .param, .get_result .line .value {
      display: inline-block;
      vertical-align: top; }
    .get_result .line .param {
      width: 60px; }
    .get_result .line .value {
      width: 120px;
      float: right;
      text-align: right;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .get_result .line a {
      color: #000; }
      .get_result .line a.ico {
        color: #626262; }
      .get_result .line a:hover {
        color: #0099cc; }

.map_column {
  display: inline-block;
  vertical-align: top;
  margin: 0 2.2% 0 0;
  width: 30.6%; }

.map_category {
  margin-bottom: 20px; }
  .map_category div.title {
    height: 36px;
    line-height: 36px;
    font-family: bold;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 10px;
    background: #0099cc;
    text-transform: uppercase; }
    .map_category div.title a {
      color: #fff; }
  .map_category ul {
    margin-bottom: 0; }
    .map_category ul li {
      display: block; }
      .map_category ul li a {
        font-size: 16px;
        line-height: 24px;
        display: block;
        color: #000; }
        .map_category ul li a:hover {
          color: #0099cc; }
      .map_category ul li ul {
        padding: 5px 0 5px 30px; }
        .map_category ul li ul li a {
          font-style: italic;
          color: #666; }

.several_speakers {
  position: relative;
  padding: 0 10px 10px; }
  .several_speakers .speaker {
    position: relative;
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 10px;
    padding-top: 10px; }
  .several_speakers .photo_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%; }
    .several_speakers .photo_container img {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
  .several_speakers .name, .several_speakers .location {
    height: 20px;
    line-height: 20px;
    margin-bottom: 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block; }

.glory_card {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 20px 0;
  width: 155px;
  position: relative; }
  .glory_card .photo_container {
    display: block;
    width: 100%;
    height: 155px;
    position: relative;
    overflow: hidden;
    background: #f4f3f4; }
    .glory_card .photo_container.online:after {
      content: "";
      border-radius: 50%;
      width: 5%;
      height: 5%;
      min-height: 8px;
      min-width: 8px;
      background: #07b942;
      border: 2px solid #fff;
      position: absolute;
      bottom: -1%;
      right: -1%;
      z-index: 3; }
    .glory_card .photo_container img {
      display: inline-block;
      height: 100%; }
  .glory_card .name {
    font-family: "bold";
    font-size: 13px;
    color: #0099cc;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 18px;
    display: block; }
  .glory_card .date {
    font-size: 13px;
    color: #989898;
    line-height: 18px; }
  .glory_card .holder {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e6e6e6;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .glory_card .qualification {
    background-size: 28px 28px;
    position: relative;
    width: 28px;
    height: 28px;
    top: 6px;
    display: inline-block; }

.check_popup {
  z-index: 100;
  display: none;
  background: #e6e6e6;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  position: absolute;
  width: 220px;
  top: 50px;
  right: 10px;
  padding: 10px 0; }
  .check_popup:before {
    content: "";
    border-bottom: 7px solid #e6e6e6;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    top: -7px;
    right: 12px; }
  .check_popup .counter {
    font-family: bold;
    text-align: right;
    margin-top: 10px;
    color: #555;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    text-transform: uppercase; }
    .check_popup .counter span {
      font-size: 16px;
      color: #0099cc; }
  .check_popup .line {
    text-align: right;
    height: 22px;
    line-height: 22px;
    color: #333;
    padding: 0 10px;
    cursor: pointer; }
    .check_popup .line i {
      display: inline-block;
      vertical-align: top;
      margin-left: 3px;
      width: 22px;
      height: 22px;
      line-height: 22px;
      font-size: 16px;
      color: #989898;
      text-align: center; }
      .check_popup .line i.fa-check, .check_popup .line i.fa-times {
        font-size: 18px; }
    .check_popup .line:hover {
      background: rgba(255, 255, 255, 0.3);
      color: #000; }
      .check_popup .line:hover i {
        color: #666; }

.guest_card .check_popup {
  top: 40px; }

.vip_card {
  position: relative;
  min-height: 170px;
  padding: 20px 20px 20px 170px; }
  .vip_card:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .vip_card:last-of-type:before {
    display: none; }
  .vip_card .photo_box {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 20px;
    left: 20px; }
    .vip_card .photo_box.online:after {
      bottom: -1%;
      right: -1%; }
  .vip_card .name {
    font-size: 14px;
    color: #666;
    font-family: "bold";
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 10px; }
    .vip_card .name .qualification {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      background-size: 20px 20px; }
  .vip_card .line {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px; }
    .vip_card .line .param, .vip_card .line .value {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px; }
    .vip_card .line .param {
      width: 180px; }
    .vip_card .line .value {
      font-family: bold;
      color: #0099cc; }
  .vip_card .number {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0099cc;
    line-height: 40px;
    text-align: center;
    font-family: bold;
    color: #fff;
    font-size: 20px; }
    .vip_card .number.medal {
      width: 50px;
      height: 75px;
      color: transparent;
      background: none;
      border-radius: 0;
      top: 0;
      line-height: 0; }
  .vip_card.top {
    background: #e6e6e6; }

.spec_speaker a:after {
  content: ","; }

.spec_speaker a:last-of-type:after {
  content: "";
  display: none; }

.upline_card {
  display: inline-block;
  vertical-align: top;
  width: 155px;
  height: auto;
  position: relative;
  margin: 0 18px 20px 0; }
  .upline_card .photo_box {
    width: 155px;
    height: 155px;
    display: block;
    position: relative;
    margin-bottom: 5px; }
    .upline_card .photo_box.online:after {
      content: "";
      border-radius: 50%;
      width: 5%;
      height: 5%;
      min-height: 8px;
      min-width: 8px;
      background: #07b942;
      border: 2px solid #fff;
      position: absolute;
      bottom: -2%;
      right: -2%;
      z-index: 2; }
  .upline_card .name {
    font-size: 14px;
    color: #666;
    font-family: "bold";
    text-transform: uppercase;
    line-height: 18px; }
  .upline_card .level {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: bold;
    font-size: 16px;
    color: #fff;
    background: #0099cc;
    border-radius: 50%;
    z-index: 2; }
  .upline_card:hover .name {
    color: #0099cc; }

.caramanis_about {
  position: relative;
  padding-left: 175px; }
  .caramanis_about .photo_box {
    width: 155px;
    height: 155px;
    position: absolute;
    top: 0;
    left: 0; }
  .caramanis_about .name {
    font-size: 14px;
    color: #666;
    font-family: "bold";
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 7px; }
  .caramanis_about .line .param, .caramanis_about .line .value {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    font-size: 16px; }
  .caramanis_about .line .param {
    width: 150px; }
  .caramanis_about .line .qualification {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
    margin-right: 5px; }
  .caramanis_about .short_text {
    padding-top: 7px;
    font-size: 16px;
    line-height: 20px; }

.add_conference_modal .control_point.date input {
  display: inline-block;
  vertical-align: top;
  width: 49%; }
.add_conference_modal .combo {
  width: 100%;
  height: 32px; }
  .add_conference_modal .combo .current, .add_conference_modal .combo ul li {
    font-size: 16px;
    height: 30px;
    line-height: 30px; }
.add_conference_modal input {
  font-size: 16px !important;
  height: 32px;
  line-height: 32px; }
.add_conference_modal .blue_button {
  margin: 20px auto 0;
  width: 125px;
  display: block; }

.scrollbar_container .person_messages .ico_panel {
  opacity: 0; }
.scrollbar_container .person_messages:hover .ico_panel {
  opacity: 1; }

.scrollbar_container.chat_scrollbar .message_stack {
  min-height: 45px; }

.quote_line {
  margin-bottom: 20px;
  position: relative; }
  .quote_line .text {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    list-style: 20px;
    font-size: 16px;
    color: #333; }
  .quote_line a {
    color: #0099cc; }
  .quote_line i.fa-quote-left {
    font-size: 16px;
    color: #0099cc;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px; }
  .quote_line .delete_quote {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #989898;
    cursor: pointer; }
    .quote_line .delete_quote:hover {
      color: #0099cc; }

.payway {
  margin-bottom: 40px; }
  .payway h5 {
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 20px;
    text-transform: uppercase; }
    .payway h5:first-letter {
      color: #0099cc; }
  .payway p {
    padding-left: 20px;
    margin-bottom: 10px; }
  .payway .blue_button {
    margin-left: 20px;
    display: inline-block; }

.finish_payment {
  margin-bottom: 40px; }
  .finish_payment h4 {
    margin-bottom: 0; }
  .finish_payment .blue_button {
    display: inline-block; }

.statistic_info {
  position: relative;
  top: -20px;
  margin-bottom: -20px; }
  .statistic_info .column {
    display: inline-block;
    vertical-align: top;
    width: 49.5%; }
  .statistic_info .line {
    height: 20px;
    line-height: 20px;
    font-family: bold;
    font-size: 14px;
    color: #444;
    margin-bottom: 6px;
    text-transform: uppercase; }
  .statistic_info .param, .statistic_info .value {
    display: inline-block;
    vertical-align: top; }
  .statistic_info .value {
    color: #0099cc;
    padding-left: 2px;
    font-size: 16px; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- HINT ------------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.hint {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  margin-left: 3px;
  cursor: pointer;
  font-size: 18px;
  color: #aaa;
  position: relative;
  text-align: center; }
  .hint .fa {
    display: block;
    vertical-align: top;
    line-height: 20px; }
  .hint .hint_text {
    z-index: 100;
    display: none;
    position: absolute;
    padding: 7px;
    background: #444;
    font-family: light;
    color: #fff !important;
    font-size: 14px;
    line-height: 18px;
    border-radius: 3px;
    text-transform: none;
    text-align: left; }
    .hint .hint_text span {
      font-family: bold; }
    .hint .hint_text:before {
      content: "";
      position: absolute;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent; }
  .hint:hover {
    color: #0099cc; }
    .hint:hover .hint_text {
      display: block; }
  .hint.bottom_pos .hint_text {
    top: 25px; }
  .hint.bottom_pos .hint_text:before {
    border-bottom: 6px solid #444;
    top: -6px; }
  .hint.top_pos .hint_text {
    bottom: 25px; }
  .hint.top_pos .hint_text:before {
    border-top: 6px solid #444;
    bottom: -6px; }
  .hint.right_pos .hint_text {
    left: -10px; }
  .hint.right_pos .hint_text:before {
    left: 10px; }
  .hint.left_pos .hint_text {
    right: -5px; }
  .hint.left_pos .hint_text:before {
    right: 10px; }

/*------------------------------------------------------------------------------------------- */
/*------------------------------------- PAYMENT_WA------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
.payment_ways {
  margin-bottom: 20px; }
  .payment_ways div {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.01);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.15));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.15));
    border-top: 1px solid rgba(238, 238, 238, 0.8);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    height: 50px;
    width: 130px;
    position: relative;
    cursor: pointer;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    .payment_ways div:before {
      content: "";
      position: absolute;
      top: 15%;
      left: 15%;
      width: 70%;
      height: 70%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .payment_ways div.sber:before {
      background-image: url(../images/pay1.png); }
    .payment_ways div.rbk:before {
      background-image: url(../images/pay2.png); }
    .payment_ways div.paypal:before {
      background-image: url(../images/pay3.png); }
    .payment_ways div.visa:before {
      background-image: url(../images/pay4.png); }
    .payment_ways div:hover {
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }
    .payment_ways div.current {
      background: #ffd095;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, #ffd095, #c16b00);
      background: linear-gradient(to bottom, #ffd095, #c16b00); }

.payment_instructions {
  margin-bottom: 40px; }
  .payment_instructions .payment_logo {
    display: block;
    margin: 0 auto 20px;
    width: 140px;
    text-align: center; }
  .payment_instructions .instruction {
    display: none; }
    .payment_instructions .instruction.current {
      display: block; }

.notification_modal {
  text-align: center; }
  .notification_modal img {
    display: block;
    margin: 0 auto; }
    .notification_modal img.first {
      margin-bottom: 40px; }
  .notification_modal .text {
    margin-bottom: 40px;
    font-family: bold;
    color: #0099cc;
    text-transform: uppercase; }
  .notification_modal .arrow1 {
    position: absolute;
    background: url(../images/notification_arrow1.png) center no-repeat;
    width: 91px;
    height: 179px;
    top: 80px;
    left: 50px; }
  .notification_modal .arrow2 {
    position: absolute;
    background: url(../images/notification_arrow2.png) center no-repeat;
    width: 92px;
    height: 171px;
    top: 210px;
    left: 415px; }

.stat_filter {
  margin-bottom: 10px; }
  .stat_filter .period_var1 {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    margin-bottom: 10px; }
    .stat_filter .period_var1 .period {
      height: 32px;
      line-height: 32px;
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      text-transform: uppercase;
      color: #989898;
      font-family: "bold";
      margin-right: 10px;
      cursor: pointer; }
      .stat_filter .period_var1 .period:last-of-type {
        margin-right: 0; }
      .stat_filter .period_var1 .period:hover {
        color: #333; }
      .stat_filter .period_var1 .period.active {
        color: #0099cc; }
  .stat_filter .period_var2 {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 220px;
    padding-right: 32px;
    position: relative;
    border: 1px solid #eee;
    background: #f4f3f4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) inset;
    border-radius: 3px; }
    .stat_filter .period_var2:before {
      content: "-";
      position: absolute;
      top: 0;
      left: 90px;
      height: 32px;
      line-height: 32px;
      color: #999;
      font-size: 20px; }
    .stat_filter .period_var2 input {
      display: inline-block;
      vertical-align: top;
      height: 32px;
      line-height: 32px;
      padding: 0 5px;
      width: 90px;
      text-align: center;
      font-family: "regular";
      font-size: 14px;
      border: 0 none;
      background: transparent; }
    .stat_filter .period_var2 i {
      height: 32px;
      line-height: 32px;
      position: absolute;
      top: 0;
      right: 0;
      width: 32px;
      text-align: center;
      font-size: 16px;
      color: #626262; }
  .stat_filter .combo {
    height: 32px;
    width: 220px; }
    .stat_filter .combo .current {
      height: 32px;
      line-height: 30px; }

.search_result {
  position: relative; }
  .search_result .search_delimiter {
    background: #e6e6e6;
    font-family: "bold";
    font-size: 13px;
    text-transform: uppercase;
    color: #4d4d4d;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    position: relative; }
  .search_result .result_counter {
    vertical-align: top;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    float: right;
    color: #989898; }
  .search_result .search_point {
    padding: 20px;
    position: relative; }
    .search_result .search_point:after {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 3px;
      z-index: 2;
      background: rgba(0, 0, 0, 0.2);
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent); }
    .search_result .search_point .cell {
      display: table-cell;
      width: 100%;
      height: 60px;
      vertical-align: middle; }
    .search_result .search_point .title {
      font-family: bold;
      font-size: 14px;
      text-transform: uppercase;
      color: #09c;
      display: block;
      margin-bottom: 2px;
      line-height: 20px; }
      .search_result .search_point .title .qualification {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px; }
    .search_result .search_point .sub_text {
      font-size: 14px;
      color: #777;
      line-height: 20px; }
      .search_result .search_point .sub_text div {
        display: inline-block;
        vertical-align: top;
        line-height: 20px;
        color: #989898;
        padding-right: 10px; }
        .search_result .search_point .sub_text div.short_text {
          padding: 0;
          display: block;
          margin-bottom: 5px; }
        .search_result .search_point .sub_text div a {
          color: #777; }
          .search_result .search_point .sub_text div a:hover {
            color: #0099cc; }
      .search_result .search_point .sub_text i.fa {
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
        line-height: 20px;
        color: #989898; }
    .search_result .search_point.with_photo {
      min-height: 100px;
      padding-left: 95px; }
      .search_result .search_point.with_photo .photo_container {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 60px;
        height: 60px; }
        .search_result .search_point.with_photo .photo_container img {
          display: block;
          border-radius: 50%; }
        .search_result .search_point.with_photo .photo_container.online:after {
          content: "";
          border-radius: 50%;
          width: 5%;
          height: 5%;
          min-height: 8px;
          min-width: 8px;
          background: #07b942;
          border: 2px solid #fff;
          position: absolute;
          bottom: -2%;
          right: -2%; }

.select_currency {
  padding-bottom: 10px; }
  .select_currency .label {
    height: 32px;
    line-height: 32px;
    font-family: bold;
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  .select_currency .currency {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 3px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background: #f4f3f4;
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, #f4f3f4, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f4, #e6e6e6);
    cursor: pointer;
    width: 85px;
    text-align: center; }
    .select_currency .currency.current {
      background: #e6e6e6;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, #e6e6e6, #f4f3f4);
      background: linear-gradient(to bottom, #e6e6e6, #f4f3f4);
      box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);
      color: #0099cc; }

.main_search input[type=text] {
  border: 0 none;
  font-size: 16px; }
.main_search .combo {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  height: 32px;
  width: 100%; }
  .main_search .combo .current {
    height: 32px;
    line-height: 32px;
    color: #0099cc;
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .main_search .combo ul {
    top: 31px; }
  .main_search .combo li {
    font-size: 16px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .main_search .combo.active {
    z-index: 10; }
.main_search .split {
  position: relative;
  max-width: 275px; }
  .main_search .split .combo {
    width: 110px;
    position: absolute;
    top: 0;
    left: 0; }
  .main_search .split input {
    padding-left: 120px; }
.main_search .block_delimiter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
.main_search .blue_button {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px; }
.main_search .control_point {
  width: 32.2%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%; }
  .main_search .control_point.first {
    margin-left: 0; }
  .main_search .control_point.split {
    margin-left: 0;
    width: 100%; }
  .main_search .control_point.main_field {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 20px 0; }
  .main_search .control_point.forum_topic {
    width: 59%; }
.main_search .filter_variant {
  padding: 20px 20px 10px;
  position: relative;
  display: none; }

.select_search_field {
  padding: 20px; }
  .select_search_field .label {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-family: bold;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px; }
  .select_search_field .radio_holder {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 20px;
    line-height: 20px;
    margin-right: 15px; }
    .select_search_field .radio_holder label {
      height: 20px;
      line-height: 20px;
      display: inline-block;
      vertical-align: top;
      font-size: 13px;
      font-family: bold;
      text-transform: uppercase;
      color: #666;
      cursor: pointer; }

.hint_block {
  margin-bottom: 20px;
  background-color: lightgoldenrodyellow;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 22px;
  position: relative; }
  .hint_block p, .hint_block ul, .hint_block ol {
    margin-bottom: 10px; }
  .hint_block .hint_header {
    position: relative;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-family: bold;
    font-size: 13px;
    color: #777;
    cursor: pointer;
    text-transform: uppercase; }
    .hint_block .hint_header i {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 40px;
      margin-right: 7px; }
  .hint_block .hint_body {
    padding: 10px 20px 1px;
    display: none;
    position: relative; }
    .hint_block .hint_body:after {
      content: "";
      position: absolute;
      top: -3px;
      left: 0;
      width: 100%;
      height: 3px;
      z-index: 2;
      background: rgba(0, 0, 0, 0.35);
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }

.personal_conf_area {
  background: #f4f3f4; }
  .personal_conf_area .blue_button {
    display: inline-block; }

.conference_archive {
  padding: 20px;
  position: relative; }
  .conference_archive:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .conference_archive .name {
    display: block;
    font-family: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #0099cc;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px; }
  .conference_archive .info_block .info {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 15px;
    color: #666; }
    .conference_archive .info_block .info .fa {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      margin-right: 5px;
      color: #999; }
    .conference_archive .info_block .info.delete {
      cursor: pointer;
      margin-right: 0; }
      .conference_archive .info_block .info.delete:hover .fa {
        color: red; }
  .conference_archive .video_part {
    margin-top: 10px;
    padding-left: 20px; }
    .conference_archive .video_part .part_name {
      font-size: 14px;
      font-family: bold;
      color: #333;
      height: 20px;
      line-height: 20px;
      color: #0099cc; }
    .conference_archive .video_part .part_name {
      margin-right: 15px;
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      color: #666;
      font-family: bold;
      text-transform: uppercase; }
    .conference_archive .video_part .time {
      margin-right: 15px;
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      font-size: 16px;
      color: #666; }
    .conference_archive .video_part .delete {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      font-size: 16px;
      color: #666; }
    .conference_archive .video_part .fa {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      margin-right: 5px;
      font-size: 16px;
      color: #999;
      cursor: pointer; }
      .conference_archive .video_part .fa.fa-trash:hover {
        color: red; }

.partner_rules {
  padding: 20px;
  position: relative; }
  .partner_rules:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .partner_rules ul {
    margin-bottom: 0; }

.goal_list {
  background: #f4f3f4; }
  .goal_list .line:nth-child(odd) {
    background: #e2e2e2; }
  .goal_list .goal {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 16px;
    width: 30%; }
  .goal_list .text {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 16px;
    width: 60%; }
  .goal_list .options {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 16px;
    width: 9%;
    text-align: right; }
    .goal_list .options div {
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      color: #666;
      text-align: center;
      cursor: pointer; }
      .goal_list .options div:hover {
        color: #0099cc; }

.goal_block, .calendar_block {
  position: relative; }
  .goal_block:after, .calendar_block:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.35);
    /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35), transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent); }
  .goal_block h4, .calendar_block h4 {
    line-height: 32px; }
  .goal_block .blue_button, .calendar_block .blue_button {
    float: right;
    display: inline-block;
    vertical-align: top; }

table.done {
  width: 100%;
  background: #f4f3f4; }
  table.done tr:nth-child(odd) {
    background: #e2e2e2; }
  table.done td {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center; }
    table.done td .back {
      display: inline-block;
      cursor: pointer;
      color: #666; }
      table.done td .back:hover {
        color: #0099cc; }
    table.done td.goal {
      width: 30%;
      text-align: left; }
    table.done td.day {
      text-align: center; }
      table.done td.day .number {
        font-family: bold;
        font-size: 18px;
        color: #666; }
      table.done td.day .month {
        font-family: bold;
        font-size: 13px;
        color: #666;
        text-transform: uppercase; }
    table.done td.options {
      text-align: center; }
      table.done td.options div {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        color: #666;
        text-align: center;
        cursor: pointer; }
        table.done td.options div:hover {
          color: #0099cc; }
    table.done td.result {
      color: #0099cc; }

.add_job_modal {
  max-width: 600px;
  width: 100%; }
  .add_job_modal .basic_form {
    width: 100%; }
  .add_job_modal .check_holder {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .add_job_modal label {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    cursor: pointer; }
  .add_job_modal .label {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: 32px;
    line-height: 32px;
    padding-right: 10px;
    font-size: 14px;
    font-family: bold;
    text-transform: uppercase;
    color: #333; }
  .add_job_modal input[type=text] {
    display: inline-block;
    vertical-align: top;
    width: 59%; }

.last_news_modal {
  max-width: 900px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3); }

.yellow_area.balance h4 {
  margin-bottom: 0; }
  .yellow_area.balance h4 span {
    color: #0099cc;
    font-size: 24px; }

.white_panel.add_balance {
  position: relative; }
  .white_panel.add_balance:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .white_panel.add_balance .attention {
    margin-top: 20px;
    font-family: regular;
    color: #777;
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-left: 30px; }
    .white_panel.add_balance .attention .fa {
      position: absolute;
      font-size: 40px;
      top: 50%;
      left: 0;
      transform: translate(0, -50%);
      color: #0099cc; }

form.balance_form .title {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-family: bold;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase; }
  form.balance_form .title.inline {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    line-height: 32px;
    margin: 0; }
  form.balance_form .title span {
    color: #0099cc;
    font-size: 18px; }
form.balance_form .hint {
  margin: 0; }
form.balance_form input[type=text] {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  font-size: 16px;
  margin: 0 10px;
  text-align: center; }
form.balance_form .column {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  min-width: 215px;
  padding-top: 5px; }
  form.balance_form .column.first {
    padding-left: 15px; }
form.balance_form .holder {
  margin-bottom: 7px !important; }
  form.balance_form .holder label {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    font-size: 16px; }
form.balance_form .summa {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-family: bold;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase; }
  form.balance_form .summa span.blue {
    color: #0099cc;
    font-size: 18px; }
  form.balance_form .summa span.grey {
    color: #777;
    font-family: regular;
    text-transform: none;
    font-size: 15px;
    font-style: italic;
    padding-left: 4px; }
form.balance_form .blue_button {
  display: inline-block; }

.money_actions {
  position: relative;
  padding: 20px 0 0 20px !important; }
  .money_actions:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset; }
  .money_actions h4 {
    text-align: center; }
  .money_actions .button {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    height: 110px;
    border-radius: 3px;
    margin: 0 1.5% 20px 0;
    background: #666;
    position: relative;
    text-align: center;
    cursor: pointer;
    background-size: cover; }
    .money_actions .button:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.7;
      z-index: 1;
      border-radius: 3px;
      background: #0fa8db;
      /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
      background: -webkit-linear-gradient(top, #0fa8db, #014e96);
      background: linear-gradient(to bottom, #0fa8db, #014e96); }
    .money_actions .button .text {
      width: 300px;
      height: 110px;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 2;
      font-family: bold;
      font-size: 16px;
      line-height: 22px;
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
      text-transform: uppercase; }
    .money_actions .button.but1 {
      background: url(../images/money_actions/1.png) center no-repeat; }
      .money_actions .button.but1:before {
        background: #0fa8db;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #0fa8db, #014e96);
        background: linear-gradient(to bottom, #0fa8db, #014e96); }
    .money_actions .button.but2 {
      background: url(../images/money_actions/2.jpg) center no-repeat; }
      .money_actions .button.but2:before {
        background: #7ecc6b;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #7ecc6b, #085f0a);
        background: linear-gradient(to bottom, #7ecc6b, #085f0a); }
    .money_actions .button.but3 {
      background: url(../images/money_actions/3.png) center no-repeat; }
      .money_actions .button.but3:before {
        background: #75ead5;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #75ead5, #054a37);
        background: linear-gradient(to bottom, #75ead5, #054a37); }
    .money_actions .button.but4 {
      background: url(../images/money_actions/4.jpg) center no-repeat; }
      .money_actions .button.but4:before {
        background: #ea865f;
        /* ╨Ф╨╗╤П ╤Б╤В╨░╤А╤Л╤Е ╨▒╤А╨░╤Г╨╖╤А╨╛╨▓ */
        background: -webkit-linear-gradient(top, #ea865f, #772506);
        background: linear-gradient(to bottom, #ea865f, #772506); }
    .money_actions .button:after {
      content: "";
      position: absolute;
      height: 78%;
      width: 87%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 2px solid #fff;
      border-radius: 3px;
      z-index: 3;
      display: none; }
    .money_actions .button.active:after, .money_actions .button:hover:after {
      display: block; }

.money_actions_form {
  display: none; }
  .money_actions_form h4 span {
    color: #0099cc;
    font-size: 22px; }
  .money_actions_form .title {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-family: bold;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .money_actions_form .title.inline {
      display: inline-block;
      vertical-align: top;
      height: 32px;
      line-height: 32px;
      margin: 0; }
    .money_actions_form .title span {
      color: #0099cc;
      font-size: 18px; }
  .money_actions_form .control_point {
    margin-bottom: 10px; }
  .money_actions_form .column {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    min-width: 215px; }
    .money_actions_form .column.first {
      padding-left: 15px; }
  .money_actions_form .period, .money_actions_form .pay_ways {
    margin-bottom: 20px; }
    .money_actions_form .period .holder, .money_actions_form .pay_ways .holder {
      margin-left: 15px; }
  .money_actions_form form.card_way, .money_actions_form form.balance_way {
    display: none; }
    .money_actions_form form.card_way.active, .money_actions_form form.balance_way.active {
      display: block; }
  .money_actions_form .holder {
    position: relative;
    margin-bottom: 7px !important; }
    .money_actions_form .holder label {
      display: inline-block;
      vertical-align: top;
      height: 20px;
      line-height: 20px;
      font-size: 16px; }
      .money_actions_form .holder label span {
        color: #0099cc; }
      .money_actions_form .holder label span.grey_text {
        color: #777;
        font-family: regular;
        text-transform: none;
        font-size: 15px;
        font-style: italic;
        padding-left: 4px;
        top: auto; }
        .money_actions_form .holder label span.grey_text span {
          color: #0099cc; }
    .money_actions_form .holder.no_active:before {
      content: "";
      width: 100%;
      height: 26px;
      position: absolute;
      top: -3px;
      left: -3px;
      background: white;
      z-index: 5;
      opacity: 0.5; }
  .money_actions_form .summa {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-family: bold;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .money_actions_form .summa span.blue {
      color: #0099cc;
      font-size: 18px; }
    .money_actions_form .summa span.grey {
      color: #777;
      font-family: regular;
      text-transform: none;
      font-size: 15px;
      font-style: italic;
      padding-left: 4px; }
    .money_actions_form .summa a {
      color: #0099cc; }
      .money_actions_form .summa a:hover {
        text-decoration: underline; }
  .money_actions_form .blue_button {
    display: inline-block; }
  .money_actions_form .sub_text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px; }
    .money_actions_form .sub_text .fa {
      color: #0099cc;
      font-size: 20px; }
    .money_actions_form .sub_text a {
      color: #0099cc; }
      .money_actions_form .sub_text a:hover {
        text-decoration: underline; }
  .money_actions_form input[type=text] {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    font-size: 16px;
    margin: 0 10px;
    text-align: center; }
  .money_actions_form .combo {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    font-size: 16px;
    margin: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .money_actions_form .combo input {
      display: none; }
  .money_actions_form .grey_text {
    font-size: 15px;
    line-height: 22px;
    color: #777;
    padding-left: 15px;
    position: relative;
    top: -5px;
    font-style: italic; }
    .money_actions_form .grey_text span {
      color: #0099cc;
      font-size: 18px; }
    .money_actions_form .grey_text.inline {
      display: inline-block;
      vertical-align: top;
      height: 32px;
      line-height: 32px;
      position: relative;
      top: 0; }
  .money_actions_form .count {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    width: 100px; }
    .money_actions_form .count .plus, .money_actions_form .count .minus {
      width: 30px;
      height: 30px;
      line-height: 28px;
      padding: 0;
      min-width: 0;
      position: absolute;
      top: 1px; }
    .money_actions_form .count .minus {
      left: 0; }
    .money_actions_form .count .plus {
      right: 0; }
    .money_actions_form .count input {
      text-align: center; }
  .money_actions_form .scarf_type {
    display: inline-block;
    position: relative;
    left: 15px;
    max-width: 85%;
    border: 3px solid transparent; }
    .money_actions_form .scarf_type label {
      height: auto; }
    .money_actions_form .scarf_type.active {
      border: 3px solid #e0973b; }
  .money_actions_form .search_form {
    padding-left: 15px; }
    .money_actions_form .search_form input {
      width: 100%;
      max-width: 280px;
      text-align: left;
      margin: 0 5px 0 0; }
    .money_actions_form .search_form .blue_button {
      min-width: 0;
      padding: 0 15px; }
    .money_actions_form .search_form .error {
      right: auto;
      left: 0px; }
      .money_actions_form .search_form .error:after {
        right: auto;
        left: 5px; }
  .money_actions_form .recipient_about {
    position: relative;
    padding-left: 70px;
    min-height: 60px;
    margin-bottom: 10px;
    left: 17px; }
    .money_actions_form .recipient_about .photo_box {
      width: 60px;
      height: 60px;
      position: absolute;
      top: 0;
      left: 0; }
    .money_actions_form .recipient_about .name {
      font-family: bold;
      font-size: 14px;
      color: #0099cc;
      line-height: 20px;
      display: block;
      text-transform: uppercase; }
    .money_actions_form .recipient_about .info_line {
      font-size: 14px;
      line-height: 20px;
      color: #666;
      font-style: italic; }
  .money_actions_form .zero_search {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-style: italic;
    padding-left: 15px;
    margin-bottom: 10px; }
  .money_actions_form .secret_question {
    margin-bottom: 20px; }
    .money_actions_form .secret_question .grey_text {
      top: 0;
      margin-bottom: 5px;
      font-size: 16px; }
    .money_actions_form .secret_question input {
      width: 90%;
      max-width: 375px;
      text-align: left;
      margin: 0;
      position: relative;
      left: 15px; }
    .money_actions_form .secret_question .error {
      right: auto;
      left: 10px; }
      .money_actions_form .secret_question .error:after {
        right: auto;
        left: 5px; }
  .money_actions_form.active {
    display: block; }
  .money_actions_form.scarf .field {
    width: 90%;
    max-width: 375px;
    position: relative;
    left: 15px;
    margin-bottom: 10px; }
    .money_actions_form.scarf .field input {
      width: 100%;
      margin: 0;
      text-align: left; }

.start_conf_modal {
  max-width: 625px;
  width: 100%;
  text-align: center;
  background: url(../images/orange.png) center left no-repeat; }
  .start_conf_modal .modal_title {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
  .start_conf_modal .close i {
    color: #fff; }
  .start_conf_modal .close:hover i {
    color: red; }
  .start_conf_modal .person_name {
    color: #fff;
    margin-bottom: 3px;
    font-size: 20px;
    line-height: 26px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
  .start_conf_modal .conf_name {
    font-family: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
  .start_conf_modal .blue_button {
    color: #bc1800;
    background: #fff;
    text-shadow: 0 0 0 transparent; }

.combo.lozung .delimiter {
  background: rgba(0, 0, 0, 0.1); }

.secret_audio {
  margin-bottom: 20px;
  position: relative;
  padding-left: 70px;
  min-height: 60px; }
  .secret_audio .photo_box {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%; }
    .secret_audio .photo_box img {
      border-radius: 50%; }
  .secret_audio .name {
    font-family: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    height: 20px;
    line-height: 20px;
    color: #0099cc; }
  .secret_audio audio {
    display: block;
    width: 100%; }

.souvenir_card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e6e6e6;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  width: 48.5%;
  margin: 0 2% 2% 0; }
  .souvenir_card.last {
    margin-right: 0; }
  .souvenir_card .img_container {
    height: 200px;
    overflow: hidden;
    text-align: center; }
    .souvenir_card .img_container img {
      max-height: 200px; }
  .souvenir_card .card_content {
    padding: 10px; }
  .souvenir_card .name, .souvenir_card .price {
    font-family: bold;
    color: #0099cc;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase; }
  .souvenir_card .price {
    float: right;
    font-size: 18px;
    padding: 0 10px;
    border: 1px solid #0099cc;
    border-radius: 16px; }
  .souvenir_card .text {
    padding: 5px 0 7px;
    font-size: 16px;
    line-height: 20px; }

/*# sourceMappingURL=style.css.map */
/* links target blank */
a[target=_blank]{
  target-new: tab;
}

.badurl {
  color: red !important;
}